@piedata/pieui 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (153) hide show
  1. package/dist/cli.d.ts +3 -0
  2. package/dist/cli.d.ts.map +1 -0
  3. package/dist/cli.js +361697 -0
  4. package/dist/components/Buttons/AjaxButtonCard/index.d.ts +2 -0
  5. package/dist/components/Buttons/AjaxButtonCard/index.d.ts.map +1 -0
  6. package/dist/components/Buttons/AjaxButtonCard/types/index.d.ts +15 -0
  7. package/dist/components/Buttons/AjaxButtonCard/types/index.d.ts.map +1 -0
  8. package/dist/components/Buttons/AjaxButtonCard/ui/AjaxButtonCard.d.ts +4 -0
  9. package/dist/components/Buttons/AjaxButtonCard/ui/AjaxButtonCard.d.ts.map +1 -0
  10. package/dist/components/Chats/ChatCard/index.d.ts +2 -0
  11. package/dist/components/Chats/ChatCard/index.d.ts.map +1 -0
  12. package/dist/components/Chats/ChatCard/types/index.d.ts +43 -0
  13. package/dist/components/Chats/ChatCard/types/index.d.ts.map +1 -0
  14. package/dist/components/Chats/ChatCard/ui/ChatCard.d.ts +4 -0
  15. package/dist/components/Chats/ChatCard/ui/ChatCard.d.ts.map +1 -0
  16. package/dist/components/Chats/ChatCard/ui/components/AttachFileButton.d.ts +11 -0
  17. package/dist/components/Chats/ChatCard/ui/components/AttachFileButton.d.ts.map +1 -0
  18. package/dist/components/Chats/ChatCard/ui/components/AttachedFileView.d.ts +7 -0
  19. package/dist/components/Chats/ChatCard/ui/components/AttachedFileView.d.ts.map +1 -0
  20. package/dist/components/Chats/ChatCard/ui/components/ChatCardInput.d.ts +22 -0
  21. package/dist/components/Chats/ChatCard/ui/components/ChatCardInput.d.ts.map +1 -0
  22. package/dist/components/Chats/ChatCard/ui/components/ChatOption.d.ts +7 -0
  23. package/dist/components/Chats/ChatCard/ui/components/ChatOption.d.ts.map +1 -0
  24. package/dist/components/Chats/ChatCard/ui/components/Markdown.d.ts +6 -0
  25. package/dist/components/Chats/ChatCard/ui/components/Markdown.d.ts.map +1 -0
  26. package/dist/components/Chats/ChatCard/ui/components/MessageAvatar.d.ts +6 -0
  27. package/dist/components/Chats/ChatCard/ui/components/MessageAvatar.d.ts.map +1 -0
  28. package/dist/components/Chats/ChatCard/ui/components/MessageCard.d.ts +9 -0
  29. package/dist/components/Chats/ChatCard/ui/components/MessageCard.d.ts.map +1 -0
  30. package/dist/components/Chats/ChatCard/ui/components/MessageContent.d.ts +7 -0
  31. package/dist/components/Chats/ChatCard/ui/components/MessageContent.d.ts.map +1 -0
  32. package/dist/components/Chats/ChatCard/ui/components/MessagesBoard.d.ts +17 -0
  33. package/dist/components/Chats/ChatCard/ui/components/MessagesBoard.d.ts.map +1 -0
  34. package/dist/components/Chats/ChatCard/ui/components/Options.d.ts +7 -0
  35. package/dist/components/Chats/ChatCard/ui/components/Options.d.ts.map +1 -0
  36. package/dist/components/Chats/ChatCard/ui/components/ResizableTextarea.d.ts +3 -0
  37. package/dist/components/Chats/ChatCard/ui/components/ResizableTextarea.d.ts.map +1 -0
  38. package/dist/components/Chats/ChatCard/ui/components/SendButton.d.ts +4 -0
  39. package/dist/components/Chats/ChatCard/ui/components/SendButton.d.ts.map +1 -0
  40. package/dist/components/Chats/ChatCard/ui/components/VoiceListeningButton.d.ts +8 -0
  41. package/dist/components/Chats/ChatCard/ui/components/VoiceListeningButton.d.ts.map +1 -0
  42. package/dist/components/Chats/ChatCard/ui/components/icons/AttachFileIcon.d.ts +3 -0
  43. package/dist/components/Chats/ChatCard/ui/components/icons/AttachFileIcon.d.ts.map +1 -0
  44. package/dist/components/Chats/ChatCard/ui/components/icons/AttachedFileIcon.d.ts +3 -0
  45. package/dist/components/Chats/ChatCard/ui/components/icons/AttachedFileIcon.d.ts.map +1 -0
  46. package/dist/components/Chats/ChatCard/ui/components/icons/CancelFileIcon.d.ts +3 -0
  47. package/dist/components/Chats/ChatCard/ui/components/icons/CancelFileIcon.d.ts.map +1 -0
  48. package/dist/components/Chats/ChatCard/ui/components/icons/DefaultAvatar.d.ts +3 -0
  49. package/dist/components/Chats/ChatCard/ui/components/icons/DefaultAvatar.d.ts.map +1 -0
  50. package/dist/components/Chats/ChatCard/ui/components/icons/SendIcon.d.ts +3 -0
  51. package/dist/components/Chats/ChatCard/ui/components/icons/SendIcon.d.ts.map +1 -0
  52. package/dist/components/Chats/ChatCard/ui/components/icons/VoiceRecordIcon.d.ts +3 -0
  53. package/dist/components/Chats/ChatCard/ui/components/icons/VoiceRecordIcon.d.ts.map +1 -0
  54. package/dist/components/Containers/AjaxGroupCard/index.d.ts +2 -0
  55. package/dist/components/Containers/AjaxGroupCard/index.d.ts.map +1 -0
  56. package/dist/components/Containers/AjaxGroupCard/types/index.d.ts +14 -0
  57. package/dist/components/Containers/AjaxGroupCard/types/index.d.ts.map +1 -0
  58. package/dist/components/Containers/AjaxGroupCard/ui/AjaxGroupCard.d.ts +5 -0
  59. package/dist/components/Containers/AjaxGroupCard/ui/AjaxGroupCard.d.ts.map +1 -0
  60. package/dist/components/Containers/SequenceCard/index.d.ts +2 -0
  61. package/dist/components/Containers/SequenceCard/index.d.ts.map +1 -0
  62. package/dist/components/Containers/SequenceCard/types/index.d.ts +9 -0
  63. package/dist/components/Containers/SequenceCard/types/index.d.ts.map +1 -0
  64. package/dist/components/Containers/SequenceCard/ui/SequenceCard.d.ts +4 -0
  65. package/dist/components/Containers/SequenceCard/ui/SequenceCard.d.ts.map +1 -0
  66. package/dist/components/Containers/UnionCard/index.d.ts +2 -0
  67. package/dist/components/Containers/UnionCard/index.d.ts.map +1 -0
  68. package/dist/components/Containers/UnionCard/types/index.d.ts +7 -0
  69. package/dist/components/Containers/UnionCard/types/index.d.ts.map +1 -0
  70. package/dist/components/Containers/UnionCard/ui/UnionCard.d.ts +4 -0
  71. package/dist/components/Containers/UnionCard/ui/UnionCard.d.ts.map +1 -0
  72. package/dist/components/PieBaseRoot/index.d.ts +5 -0
  73. package/dist/components/PieBaseRoot/index.d.ts.map +1 -0
  74. package/dist/components/PieBaseRoot/types/index.d.ts +6 -0
  75. package/dist/components/PieBaseRoot/types/index.d.ts.map +1 -0
  76. package/dist/components/PieCard/index.d.ts +4 -0
  77. package/dist/components/PieCard/index.d.ts.map +1 -0
  78. package/dist/components/PieCard/types/index.d.ts +16 -0
  79. package/dist/components/PieCard/types/index.d.ts.map +1 -0
  80. package/dist/components/PieRoot/index.d.ts +5 -0
  81. package/dist/components/PieRoot/index.d.ts.map +1 -0
  82. package/dist/components/PieRoot/types/index.d.ts +10 -0
  83. package/dist/components/PieRoot/types/index.d.ts.map +1 -0
  84. package/dist/components/PieStaticRoot/index.d.ts +5 -0
  85. package/dist/components/PieStaticRoot/index.d.ts.map +1 -0
  86. package/dist/components/PieStaticRoot/types/index.d.ts +7 -0
  87. package/dist/components/PieStaticRoot/types/index.d.ts.map +1 -0
  88. package/dist/components/PieTelegramRoot/index.d.ts +5 -0
  89. package/dist/components/PieTelegramRoot/index.d.ts.map +1 -0
  90. package/dist/components/UI/index.d.ts +8 -0
  91. package/dist/components/UI/index.d.ts.map +1 -0
  92. package/dist/components/index.d.ts +7 -0
  93. package/dist/components/index.d.ts.map +1 -0
  94. package/dist/components/index.esm.js +35 -0
  95. package/dist/components/index.js +48 -0
  96. package/dist/config/constant.d.ts +10 -0
  97. package/dist/config/constant.d.ts.map +1 -0
  98. package/dist/index.d.ts +10 -0
  99. package/dist/index.d.ts.map +1 -0
  100. package/dist/index.esm.js +40 -0
  101. package/dist/index.js +65 -0
  102. package/dist/pieui.components.json +364 -0
  103. package/dist/providers/CentrifugeIOInitProvider.d.ts +6 -0
  104. package/dist/providers/CentrifugeIOInitProvider.d.ts.map +1 -0
  105. package/dist/providers/SocketIOInitProvider.d.ts +6 -0
  106. package/dist/providers/SocketIOInitProvider.d.ts.map +1 -0
  107. package/dist/types/index.d.ts +103 -0
  108. package/dist/types/index.d.ts.map +1 -0
  109. package/dist/util/ajaxCommonUtils.d.ts +4 -0
  110. package/dist/util/ajaxCommonUtils.d.ts.map +1 -0
  111. package/dist/util/axiosWithCache.d.ts +3 -0
  112. package/dist/util/axiosWithCache.d.ts.map +1 -0
  113. package/dist/util/centrifuge.d.ts +5 -0
  114. package/dist/util/centrifuge.d.ts.map +1 -0
  115. package/dist/util/fallback.d.ts +4 -0
  116. package/dist/util/fallback.d.ts.map +1 -0
  117. package/dist/util/globalForm.d.ts +3 -0
  118. package/dist/util/globalForm.d.ts.map +1 -0
  119. package/dist/util/initializeComponents.d.ts +18 -0
  120. package/dist/util/initializeComponents.d.ts.map +1 -0
  121. package/dist/util/lazy.d.ts +6 -0
  122. package/dist/util/lazy.d.ts.map +1 -0
  123. package/dist/util/mitt.d.ts +7 -0
  124. package/dist/util/mitt.d.ts.map +1 -0
  125. package/dist/util/queryClient.d.ts +3 -0
  126. package/dist/util/queryClient.d.ts.map +1 -0
  127. package/dist/util/registry.d.ts +11 -0
  128. package/dist/util/registry.d.ts.map +1 -0
  129. package/dist/util/socket.d.ts +5 -0
  130. package/dist/util/socket.d.ts.map +1 -0
  131. package/dist/util/sx2radium.d.ts +3 -0
  132. package/dist/util/sx2radium.d.ts.map +1 -0
  133. package/dist/util/tailwindCommonUtils.d.ts +3 -0
  134. package/dist/util/tailwindCommonUtils.d.ts.map +1 -0
  135. package/dist/util/useBodyStyles.d.ts +5 -0
  136. package/dist/util/useBodyStyles.d.ts.map +1 -0
  137. package/dist/util/useImage.d.ts +5 -0
  138. package/dist/util/useImage.d.ts.map +1 -0
  139. package/dist/util/useIsSupported.d.ts +2 -0
  140. package/dist/util/useIsSupported.d.ts.map +1 -0
  141. package/dist/util/useOpenAIWebRTC.d.ts +14 -0
  142. package/dist/util/useOpenAIWebRTC.d.ts.map +1 -0
  143. package/dist/util/useScreenSize.d.ts +6 -0
  144. package/dist/util/useScreenSize.d.ts.map +1 -0
  145. package/dist/util/useTitle.d.ts +2 -0
  146. package/dist/util/useTitle.d.ts.map +1 -0
  147. package/dist/util/useWebApp.d.ts +4 -0
  148. package/dist/util/useWebApp.d.ts.map +1 -0
  149. package/dist/util/waitForSidAvailable.d.ts +3 -0
  150. package/dist/util/waitForSidAvailable.d.ts.map +1 -0
  151. package/dist/util/webrtcClient.d.ts +32 -0
  152. package/dist/util/webrtcClient.d.ts.map +1 -0
  153. package/package.json +95 -0
package/dist/index.js ADDED
@@ -0,0 +1,65 @@
1
+ var iA=Object.create;var{getPrototypeOf:CA,defineProperty:w7,getOwnPropertyNames:A2,getOwnPropertyDescriptor:bA}=Object,M2=Object.prototype.hasOwnProperty;var t=(Z,G,J)=>{J=Z!=null?iA(CA(Z)):{};let X=G||!Z||!Z.__esModule?w7(J,"default",{value:Z,enumerable:!0}):J;for(let Y of A2(Z))if(!M2.call(X,Y))w7(X,Y,{get:()=>Z[Y],enumerable:!0});return X},w2=new WeakMap,gA=(Z)=>{var G=w2.get(Z),J;if(G)return G;if(G=w7({},"__esModule",{value:!0}),Z&&typeof Z==="object"||typeof Z==="function")A2(Z).map((X)=>!M2.call(G,X)&&w7(G,X,{get:()=>Z[X],enumerable:!(J=bA(Z,X))||J.enumerable}));return w2.set(Z,G),G},A=(Z,G)=>()=>(G||Z((G={exports:{}}).exports,G),G.exports);var s4=(Z,G)=>{for(var J in G)w7(Z,J,{get:G[J],enumerable:!0,configurable:!0,set:(X)=>G[J]=()=>X})};var KQ=A((ok,QQ)=>{var YM="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";QQ.exports=YM});var NQ=A((tk,UQ)=>{var xM=KQ();function HQ(){}function WQ(){}WQ.resetWarningCache=HQ;UQ.exports=function(){function Z(X,Y,x,z,Q,K){if(K===xM)return;var W=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 W.name="Invariant Violation",W}Z.isRequired=Z;function G(){return Z}var J={array:Z,bigint:Z,bool:Z,func:Z,number:Z,object:Z,string:Z,symbol:Z,any:Z,arrayOf:G,element:Z,elementType:Z,instanceOf:G,node:Z,objectOf:G,oneOf:G,oneOfType:G,shape:G,exact:G,checkPropTypes:WQ,resetWarningCache:HQ};return J.PropTypes=J,J}});var $J=A((ek,$Q)=>{$Q.exports=NQ()();var zM,QM});var BQ=A((U1)=>{var k1=typeof Symbol==="function"&&Symbol.for,LJ=k1?Symbol.for("react.element"):60103,BJ=k1?Symbol.for("react.portal"):60106,H9=k1?Symbol.for("react.fragment"):60107,W9=k1?Symbol.for("react.strict_mode"):60108,U9=k1?Symbol.for("react.profiler"):60114,N9=k1?Symbol.for("react.provider"):60109,$9=k1?Symbol.for("react.context"):60110,VJ=k1?Symbol.for("react.async_mode"):60111,L9=k1?Symbol.for("react.concurrent_mode"):60111,B9=k1?Symbol.for("react.forward_ref"):60112,V9=k1?Symbol.for("react.suspense"):60113,KM=k1?Symbol.for("react.suspense_list"):60120,q9=k1?Symbol.for("react.memo"):60115,F9=k1?Symbol.for("react.lazy"):60116,HM=k1?Symbol.for("react.block"):60121,WM=k1?Symbol.for("react.fundamental"):60117,UM=k1?Symbol.for("react.responder"):60118,NM=k1?Symbol.for("react.scope"):60119;function P0(Z){if(typeof Z==="object"&&Z!==null){var G=Z.$$typeof;switch(G){case LJ:switch(Z=Z.type,Z){case VJ:case L9:case H9:case U9:case W9:case V9:return Z;default:switch(Z=Z&&Z.$$typeof,Z){case $9:case B9:case F9:case q9:case N9:return Z;default:return G}}case BJ:return G}}}function LQ(Z){return P0(Z)===L9}U1.AsyncMode=VJ;U1.ConcurrentMode=L9;U1.ContextConsumer=$9;U1.ContextProvider=N9;U1.Element=LJ;U1.ForwardRef=B9;U1.Fragment=H9;U1.Lazy=F9;U1.Memo=q9;U1.Portal=BJ;U1.Profiler=U9;U1.StrictMode=W9;U1.Suspense=V9;U1.isAsyncMode=function(Z){return LQ(Z)||P0(Z)===VJ};U1.isConcurrentMode=LQ;U1.isContextConsumer=function(Z){return P0(Z)===$9};U1.isContextProvider=function(Z){return P0(Z)===N9};U1.isElement=function(Z){return typeof Z==="object"&&Z!==null&&Z.$$typeof===LJ};U1.isForwardRef=function(Z){return P0(Z)===B9};U1.isFragment=function(Z){return P0(Z)===H9};U1.isLazy=function(Z){return P0(Z)===F9};U1.isMemo=function(Z){return P0(Z)===q9};U1.isPortal=function(Z){return P0(Z)===BJ};U1.isProfiler=function(Z){return P0(Z)===U9};U1.isStrictMode=function(Z){return P0(Z)===W9};U1.isSuspense=function(Z){return P0(Z)===V9};U1.isValidElementType=function(Z){return typeof Z==="string"||typeof Z==="function"||Z===H9||Z===L9||Z===U9||Z===W9||Z===V9||Z===KM||typeof Z==="object"&&Z!==null&&(Z.$$typeof===F9||Z.$$typeof===q9||Z.$$typeof===N9||Z.$$typeof===$9||Z.$$typeof===B9||Z.$$typeof===WM||Z.$$typeof===UM||Z.$$typeof===NM||Z.$$typeof===HM)};U1.typeOf=P0});var qQ=A((Gf,VQ)=>{VQ.exports=BQ()});var qJ=A((Jf,DQ)=>{var MQ=qQ(),$M={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},LM={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},BM={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},VM={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},RQ={};RQ[MQ.ForwardRef]=BM;function FQ(Z){if(MQ.isMemo(Z))return VM;return RQ[Z.$$typeof]||$M}var{defineProperty:qM,getOwnPropertyNames:FM,getOwnPropertySymbols:wQ,getOwnPropertyDescriptor:wM,getPrototypeOf:AM,prototype:AQ}=Object;function OQ(Z,G,J){if(typeof G!=="string"){if(AQ){var X=AM(G);if(X&&X!==AQ)OQ(Z,X,J)}var Y=FM(G);if(wQ)Y=Y.concat(wQ(G));var x=FQ(Z),z=FQ(G);for(var Q=0;Q<Y.length;++Q){var K=Y[Q];if(!LM[K]&&!(J&&J[K])&&!(z&&z[K])&&!(x&&x[K])){var W=wM(G,K);try{qM(Z,K,W)}catch(H){}}}return Z}return Z}DQ.exports=OQ});var wJ=A((FJ)=>{Object.defineProperty(FJ,"__esModule",{value:!0});FJ.default=RM;var MM={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,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0};function RM(Z,G){var J=!MM[Z]&&typeof G==="number"&&G!==0;return J?G+"px":G}});var MJ=A((AJ)=>{Object.defineProperty(AJ,"__esModule",{value:!0});AJ.default=OM;function OM(Z,G){return Object.keys(Z).reduce(function(J,X){return J[X]=G(Z[X],X),J},{})}});var TQ=A((RJ)=>{Object.defineProperty(RJ,"__esModule",{value:!0});RJ.default=TM;var DM=IQ(wJ()),IM=IQ(MJ());function IQ(Z){return Z&&Z.__esModule?Z:{default:Z}}function TM(Z){return(0,IM.default)(Z,function(G,J){return(0,DM.default)(J,Z[J])+" !important"})}});var OJ=A((M6)=>{Object.defineProperty(M6,"__esModule",{value:!0});M6.default=M6.camelCaseToDashCase=void 0;var PM=/([a-z])?([A-Z])/g,mM=function(G,J,X){return(J||"")+"-"+X.toLowerCase()},PQ=function(G){return G.replace(PM,mM)};M6.camelCaseToDashCase=PQ;var vM=function(G){return Object.keys(G).reduce(function(J,X){var Y=PQ(X);if(/^ms-/.test(Y))Y="-".concat(Y);return J[Y]=G[X],J},{})},jM=vM;M6.default=jM});var A9=A((w9,mQ)=>{Object.defineProperty(w9,"__esModule",{value:!0});w9.default=EM;function EM(Z){return Z.charAt(0).toUpperCase()+Z.slice(1)}mQ.exports=w9.default});var jQ=A((M9,vQ)=>{Object.defineProperty(M9,"__esModule",{value:!0});M9.default=iM;var SM=A9(),pM=_M(SM);function _M(Z){return Z&&Z.__esModule?Z:{default:Z}}function iM(Z,G,J){if(Z.hasOwnProperty(G)){var X={},Y=Z[G],x=(0,pM.default)(G),z=Object.keys(J);for(var Q=0;Q<z.length;Q++){var K=z[Q];if(K===G)for(var W=0;W<Y.length;W++)X[Y[W]+x]=J[G];X[K]=J[K]}return X}return J}vQ.exports=M9.default});var DJ=A((R9,EQ)=>{Object.defineProperty(R9,"__esModule",{value:!0});R9.default=CM;function CM(Z,G,J,X,Y){for(var x=0,z=Z.length;x<z;++x){var Q=Z[x](G,J,X,Y);if(Q)return Q}}EQ.exports=R9.default});var IJ=A((O9,pQ)=>{Object.defineProperty(O9,"__esModule",{value:!0});O9.default=bM;function SQ(Z,G){if(Z.indexOf(G)===-1)Z.push(G)}function bM(Z,G){if(Array.isArray(G))for(var J=0,X=G.length;J<X;++J)SQ(Z,G[J]);else SQ(Z,G)}pQ.exports=O9.default});var TJ=A((D9,_Q)=>{Object.defineProperty(D9,"__esModule",{value:!0});D9.default=gM;function gM(Z){return Z instanceof Object&&!Array.isArray(Z)}_Q.exports=D9.default});var bQ=A((T9,CQ)=>{Object.defineProperty(T9,"__esModule",{value:!0});T9.default=aM;var hM=jQ(),yM=I9(hM),uM=DJ(),iQ=I9(uM),kM=IJ(),fM=I9(kM),cM=TJ(),lM=I9(cM);function I9(Z){return Z&&Z.__esModule?Z:{default:Z}}function aM(Z){var{prefixMap:G,plugins:J}=Z;function X(Y){for(var x in Y){var z=Y[x];if((0,lM.default)(z))Y[x]=X(z);else if(Array.isArray(z)){var Q=[];for(var K=0,W=z.length;K<W;++K){var H=(0,iQ.default)(J,x,z[K],Y,G);(0,fM.default)(Q,H||z[K])}if(Q.length>0)Y[x]=Q}else{var U=(0,iQ.default)(J,x,z,Y,G);if(U)Y[x]=U;Y=(0,yM.default)(G,x,Y)}}return Y}return X}CQ.exports=T9.default});var hQ=A((gQ,P9)=>{/*!
2
+ * Bowser - a browser detector
3
+ * https://github.com/ded/bowser
4
+ * MIT License | (c) Dustin Diaz 2015
5
+ */(function(Z,G,J){if(typeof P9<"u"&&P9.exports)P9.exports=J();else if(typeof define=="function"&&define.amd)define(G,J);else Z[G]=J()})(gQ,"bowser",function(){var Z=!0;function G(K){function W(F1){var V=K.match(F1);return V&&V.length>1&&V[1]||""}function H(F1){var V=K.match(F1);return V&&V.length>1&&V[2]||""}var U=W(/(ipod|iphone|ipad)/i).toLowerCase(),N=/like android/i.test(K),$=!N&&/android/i.test(K),L=/nexus\s*[0-6]\s*/i.test(K),B=!L&&/nexus\s*[0-9]+/i.test(K),q=/CrOS/.test(K),R=/silk/i.test(K),T=/sailfish/i.test(K),F=/tizen/i.test(K),I=/(web|hpw)(o|0)s/i.test(K),v=/windows phone/i.test(K),D=/SamsungBrowser/i.test(K),p=!v&&/windows/i.test(K),b=!U&&!R&&/macintosh/i.test(K),y=!$&&!T&&!F&&!I&&/linux/i.test(K),d=H(/edg([ea]|ios)\/(\d+(\.\d+)?)/i),a=W(/version\/(\d+(\.\d+)?)/i),c=/tablet/i.test(K)&&!/tablet pc/i.test(K),E=!c&&/[^-]mobi/i.test(K),k=/xbox/i.test(K),M;if(/opera/i.test(K))M={name:"Opera",opera:Z,version:a||W(/(?:opera|opr|opios)[\s\/](\d+(\.\d+)?)/i)};else if(/opr\/|opios/i.test(K))M={name:"Opera",opera:Z,version:W(/(?:opr|opios)[\s\/](\d+(\.\d+)?)/i)||a};else if(/SamsungBrowser/i.test(K))M={name:"Samsung Internet for Android",samsungBrowser:Z,version:a||W(/(?:SamsungBrowser)[\s\/](\d+(\.\d+)?)/i)};else if(/Whale/i.test(K))M={name:"NAVER Whale browser",whale:Z,version:W(/(?:whale)[\s\/](\d+(?:\.\d+)+)/i)};else if(/MZBrowser/i.test(K))M={name:"MZ Browser",mzbrowser:Z,version:W(/(?:MZBrowser)[\s\/](\d+(?:\.\d+)+)/i)};else if(/coast/i.test(K))M={name:"Opera Coast",coast:Z,version:a||W(/(?:coast)[\s\/](\d+(\.\d+)?)/i)};else if(/focus/i.test(K))M={name:"Focus",focus:Z,version:W(/(?:focus)[\s\/](\d+(?:\.\d+)+)/i)};else if(/yabrowser/i.test(K))M={name:"Yandex Browser",yandexbrowser:Z,version:a||W(/(?:yabrowser)[\s\/](\d+(\.\d+)?)/i)};else if(/ucbrowser/i.test(K))M={name:"UC Browser",ucbrowser:Z,version:W(/(?:ucbrowser)[\s\/](\d+(?:\.\d+)+)/i)};else if(/mxios/i.test(K))M={name:"Maxthon",maxthon:Z,version:W(/(?:mxios)[\s\/](\d+(?:\.\d+)+)/i)};else if(/epiphany/i.test(K))M={name:"Epiphany",epiphany:Z,version:W(/(?:epiphany)[\s\/](\d+(?:\.\d+)+)/i)};else if(/puffin/i.test(K))M={name:"Puffin",puffin:Z,version:W(/(?:puffin)[\s\/](\d+(?:\.\d+)?)/i)};else if(/sleipnir/i.test(K))M={name:"Sleipnir",sleipnir:Z,version:W(/(?:sleipnir)[\s\/](\d+(?:\.\d+)+)/i)};else if(/k-meleon/i.test(K))M={name:"K-Meleon",kMeleon:Z,version:W(/(?:k-meleon)[\s\/](\d+(?:\.\d+)+)/i)};else if(v)if(M={name:"Windows Phone",osname:"Windows Phone",windowsphone:Z},d)M.msedge=Z,M.version=d;else M.msie=Z,M.version=W(/iemobile\/(\d+(\.\d+)?)/i);else if(/msie|trident/i.test(K))M={name:"Internet Explorer",msie:Z,version:W(/(?:msie |rv:)(\d+(\.\d+)?)/i)};else if(q)M={name:"Chrome",osname:"Chrome OS",chromeos:Z,chromeBook:Z,chrome:Z,version:W(/(?:chrome|crios|crmo)\/(\d+(\.\d+)?)/i)};else if(/edg([ea]|ios)/i.test(K))M={name:"Microsoft Edge",msedge:Z,version:d};else if(/vivaldi/i.test(K))M={name:"Vivaldi",vivaldi:Z,version:W(/vivaldi\/(\d+(\.\d+)?)/i)||a};else if(T)M={name:"Sailfish",osname:"Sailfish OS",sailfish:Z,version:W(/sailfish\s?browser\/(\d+(\.\d+)?)/i)};else if(/seamonkey\//i.test(K))M={name:"SeaMonkey",seamonkey:Z,version:W(/seamonkey\/(\d+(\.\d+)?)/i)};else if(/firefox|iceweasel|fxios/i.test(K)){if(M={name:"Firefox",firefox:Z,version:W(/(?:firefox|iceweasel|fxios)[ \/](\d+(\.\d+)?)/i)},/\((mobile|tablet);[^\)]*rv:[\d\.]+\)/i.test(K))M.firefoxos=Z,M.osname="Firefox OS"}else if(R)M={name:"Amazon Silk",silk:Z,version:W(/silk\/(\d+(\.\d+)?)/i)};else if(/phantom/i.test(K))M={name:"PhantomJS",phantom:Z,version:W(/phantomjs\/(\d+(\.\d+)?)/i)};else if(/slimerjs/i.test(K))M={name:"SlimerJS",slimer:Z,version:W(/slimerjs\/(\d+(\.\d+)?)/i)};else if(/blackberry|\bbb\d+/i.test(K)||/rim\stablet/i.test(K))M={name:"BlackBerry",osname:"BlackBerry OS",blackberry:Z,version:a||W(/blackberry[\d]+\/(\d+(\.\d+)?)/i)};else if(I)M={name:"WebOS",osname:"WebOS",webos:Z,version:a||W(/w(?:eb)?osbrowser\/(\d+(\.\d+)?)/i)},/touchpad\//i.test(K)&&(M.touchpad=Z);else if(/bada/i.test(K))M={name:"Bada",osname:"Bada",bada:Z,version:W(/dolfin\/(\d+(\.\d+)?)/i)};else if(F)M={name:"Tizen",osname:"Tizen",tizen:Z,version:W(/(?:tizen\s?)?browser\/(\d+(\.\d+)?)/i)||a};else if(/qupzilla/i.test(K))M={name:"QupZilla",qupzilla:Z,version:W(/(?:qupzilla)[\s\/](\d+(?:\.\d+)+)/i)||a};else if(/chromium/i.test(K))M={name:"Chromium",chromium:Z,version:W(/(?:chromium)[\s\/](\d+(?:\.\d+)?)/i)||a};else if(/chrome|crios|crmo/i.test(K))M={name:"Chrome",chrome:Z,version:W(/(?:chrome|crios|crmo)\/(\d+(\.\d+)?)/i)};else if($)M={name:"Android",version:a};else if(/safari|applewebkit/i.test(K)){if(M={name:"Safari",safari:Z},a)M.version=a}else if(U){if(M={name:U=="iphone"?"iPhone":U=="ipad"?"iPad":"iPod"},a)M.version=a}else if(/googlebot/i.test(K))M={name:"Googlebot",googlebot:Z,version:W(/googlebot\/(\d+(\.\d+))/i)||a};else M={name:W(/^(.*)\/(.*) /),version:H(/^(.*)\/(.*) /)};if(!M.msedge&&/(apple)?webkit/i.test(K)){if(/(apple)?webkit\/537\.36/i.test(K))M.name=M.name||"Blink",M.blink=Z;else M.name=M.name||"Webkit",M.webkit=Z;if(!M.version&&a)M.version=a}else if(!M.opera&&/gecko\//i.test(K))M.name=M.name||"Gecko",M.gecko=Z,M.version=M.version||W(/gecko\/(\d+(\.\d+)?)/i);if(!M.windowsphone&&($||M.silk))M.android=Z,M.osname="Android";else if(!M.windowsphone&&U)M[U]=Z,M.ios=Z,M.osname="iOS";else if(b)M.mac=Z,M.osname="macOS";else if(k)M.xbox=Z,M.osname="Xbox";else if(p)M.windows=Z,M.osname="Windows";else if(y)M.linux=Z,M.osname="Linux";function G1(F1){switch(F1){case"NT":return"NT";case"XP":return"XP";case"NT 5.0":return"2000";case"NT 5.1":return"XP";case"NT 5.2":return"2003";case"NT 6.0":return"Vista";case"NT 6.1":return"7";case"NT 6.2":return"8";case"NT 6.3":return"8.1";case"NT 10.0":return"10";default:return}}var h="";if(M.windows)h=G1(W(/Windows ((NT|XP)( \d\d?.\d)?)/i));else if(M.windowsphone)h=W(/windows phone (?:os)?\s?(\d+(\.\d+)*)/i);else if(M.mac)h=W(/Mac OS X (\d+([_\.\s]\d+)*)/i),h=h.replace(/[_\s]/g,".");else if(U)h=W(/os (\d+([_\s]\d+)*) like mac os x/i),h=h.replace(/[_\s]/g,".");else if($)h=W(/android[ \/-](\d+(\.\d+)*)/i);else if(M.webos)h=W(/(?:web|hpw)os\/(\d+(\.\d+)*)/i);else if(M.blackberry)h=W(/rim\stablet\sos\s(\d+(\.\d+)*)/i);else if(M.bada)h=W(/bada\/(\d+(\.\d+)*)/i);else if(M.tizen)h=W(/tizen[\/\s](\d+(\.\d+)*)/i);if(h)M.osversion=h;var Q1=!M.windows&&h.split(".")[0];if(c||B||U=="ipad"||$&&(Q1==3||Q1>=4&&!E)||M.silk)M.tablet=Z;else if(E||U=="iphone"||U=="ipod"||$||L||M.blackberry||M.webos||M.bada)M.mobile=Z;if(M.msedge||M.msie&&M.version>=10||M.yandexbrowser&&M.version>=15||M.vivaldi&&M.version>=1||M.chrome&&M.version>=20||M.samsungBrowser&&M.version>=4||M.whale&&x([M.version,"1.0"])===1||M.mzbrowser&&x([M.version,"6.0"])===1||M.focus&&x([M.version,"1.0"])===1||M.firefox&&M.version>=20||M.safari&&M.version>=6||M.opera&&M.version>=10||M.ios&&M.osversion&&M.osversion.split(".")[0]>=6||M.blackberry&&M.version>=10.1||M.chromium&&M.version>=20)M.a=Z;else if(M.msie&&M.version<10||M.chrome&&M.version<20||M.firefox&&M.version<20||M.safari&&M.version<6||M.opera&&M.version<10||M.ios&&M.osversion&&M.osversion.split(".")[0]<6||M.chromium&&M.version<20)M.c=Z;else M.x=Z;return M}var J=G(typeof navigator<"u"?navigator.userAgent||"":"");J.test=function(K){for(var W=0;W<K.length;++W){var H=K[W];if(typeof H==="string"){if(H in J)return!0}}return!1};function X(K){return K.split(".").length}function Y(K,W){var H=[],U;if(Array.prototype.map)return Array.prototype.map.call(K,W);for(U=0;U<K.length;U++)H.push(W(K[U]));return H}function x(K){var W=Math.max(X(K[0]),X(K[1])),H=Y(K,function(U){var N=W-X(U);return U=U+Array(N+1).join(".0"),Y(U.split("."),function($){return Array(20-$.length).join("0")+$}).reverse()});while(--W>=0)if(H[0][W]>H[1][W])return 1;else if(H[0][W]===H[1][W]){if(W===0)return 0}else return-1}function z(K,W,H){var U=J;if(typeof W==="string")H=W,W=void 0;if(W===void 0)W=!1;if(H)U=G(H);var N=""+U.version;for(var $ in K)if(K.hasOwnProperty($)){if(U[$]){if(typeof K[$]!=="string")throw Error("Browser version in the minVersion map should be a string: "+$+": "+String(K));return x([N,K[$]])<0}}return W}function Q(K,W,H){return!z(K,W,H)}return J.isUnsupportedBrowser=z,J.compareVersions=x,J.check=Q,J._detect=G,J.detect=G,J})});var cQ=A((m9,fQ)=>{Object.defineProperty(m9,"__esModule",{value:!0});m9.default=rM;var nM=hQ(),yQ=dM(nM);function dM(Z){return Z&&Z.__esModule?Z:{default:Z}}var uQ={chrome:"Webkit",safari:"Webkit",ios:"Webkit",android:"Webkit",phantom:"Webkit",opera:"Webkit",webos:"Webkit",blackberry:"Webkit",bada:"Webkit",tizen:"Webkit",chromium:"Webkit",vivaldi:"Webkit",firefox:"Moz",seamoney:"Moz",sailfish:"Moz",msie:"ms",msedge:"ms"},kQ={chrome:"chrome",chromium:"chrome",safari:"safari",firfox:"firefox",msedge:"edge",opera:"opera",vivaldi:"opera",msie:"ie"};function sM(Z){if(Z.firefox)return"firefox";if(Z.mobile||Z.tablet){if(Z.ios)return"ios_saf";else if(Z.android)return"android";else if(Z.opera)return"op_mini"}for(var G in kQ)if(Z.hasOwnProperty(G))return kQ[G]}function rM(Z){var G=yQ.default._detect(Z);if(G.yandexbrowser)G=yQ.default._detect(Z.replace(/YaBrowser\/[0-9.]*/,""));for(var J in uQ)if(G.hasOwnProperty(J)){var X=uQ[J];G.jsPrefix=X,G.cssPrefix="-"+X.toLowerCase()+"-";break}if(G.browserName=sM(G),G.version)G.browserVersion=parseFloat(G.version);else G.browserVersion=parseInt(parseFloat(G.osversion),10);if(G.osVersion=parseFloat(G.osversion),G.browserName==="ios_saf"&&G.browserVersion>G.osVersion)G.browserVersion=G.osVersion;if(G.browserName==="android"&&G.chrome&&G.browserVersion>37)G.browserName="and_chr";if(G.browserName==="android"&&G.osVersion<5)G.browserVersion=G.osVersion;if(G.browserName==="android"&&G.samsungBrowser)G.browserName="and_chr",G.browserVersion=44;return G}fQ.exports=m9.default});var aQ=A((v9,lQ)=>{Object.defineProperty(v9,"__esModule",{value:!0});v9.default=oM;function oM(Z,G,J){var X="keyframes";if(Z==="chrome"&&G<43||(Z==="safari"||Z==="ios_saf")&&G<9||Z==="opera"&&G<30||Z==="android"&&G<=4.4||Z==="and_uc")return J+X;return X}lQ.exports=v9.default});var sQ=A((j9,dQ)=>{Object.defineProperty(j9,"__esModule",{value:!0});var tM=function(){function Z(G,J){for(var X=0;X<J.length;X++){var Y=J[X];if(Y.enumerable=Y.enumerable||!1,Y.configurable=!0,"value"in Y)Y.writable=!0;Object.defineProperty(G,Y.key,Y)}}return function(G,J,X){if(J)Z(G.prototype,J);if(X)Z(G,X);return G}}();j9.default=UR;var eM=cQ(),ZR=R6(eM),GR=aQ(),JR=R6(GR),XR=A9(),YR=R6(XR),xR=IJ(),zR=R6(xR),QR=TJ(),KR=R6(QR),HR=DJ(),nQ=R6(HR);function R6(Z){return Z&&Z.__esModule?Z:{default:Z}}function WR(Z,G){if(!(Z instanceof G))throw TypeError("Cannot call a class as a function")}function UR(Z){var{prefixMap:G,plugins:J}=Z,X=arguments.length>1&&arguments[1]!==void 0?arguments[1]:function(Y){return Y};return function(){function Y(){var x=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};WR(this,Y);var z=typeof navigator<"u"?navigator.userAgent:void 0;if(this._userAgent=x.userAgent||z,this._keepUnprefixed=x.keepUnprefixed||!1,this._userAgent)this._browserInfo=(0,ZR.default)(this._userAgent);if(this._browserInfo&&this._browserInfo.cssPrefix)this.prefixedKeyframes=(0,JR.default)(this._browserInfo.browserName,this._browserInfo.browserVersion,this._browserInfo.cssPrefix);else return this._useFallback=!0,!1;var Q=this._browserInfo.browserName&&G[this._browserInfo.browserName];if(Q){this._requiresPrefix={};for(var K in Q)if(Q[K]>=this._browserInfo.browserVersion)this._requiresPrefix[K]=!0;this._hasPropsRequiringPrefix=Object.keys(this._requiresPrefix).length>0}else this._useFallback=!0;this._metaData={browserVersion:this._browserInfo.browserVersion,browserName:this._browserInfo.browserName,cssPrefix:this._browserInfo.cssPrefix,jsPrefix:this._browserInfo.jsPrefix,keepUnprefixed:this._keepUnprefixed,requiresPrefix:this._requiresPrefix}}return tM(Y,[{key:"prefix",value:function(z){if(this._useFallback)return X(z);if(!this._hasPropsRequiringPrefix)return z;return this._prefixStyle(z)}},{key:"_prefixStyle",value:function(z){for(var Q in z){var K=z[Q];if((0,KR.default)(K))z[Q]=this.prefix(K);else if(Array.isArray(K)){var W=[];for(var H=0,U=K.length;H<U;++H){var N=(0,nQ.default)(J,Q,K[H],z,this._metaData);(0,zR.default)(W,N||K[H])}if(W.length>0)z[Q]=W}else{var $=(0,nQ.default)(J,Q,K,z,this._metaData);if($)z[Q]=$;if(this._requiresPrefix.hasOwnProperty(Q)){if(z[this._browserInfo.jsPrefix+(0,YR.default)(Q)]=K,!this._keepUnprefixed)delete z[Q]}}}return z}}],[{key:"prefixAll",value:function(z){return X(z)}}]),Y}()}dQ.exports=j9.default});var PJ=A((Qf,E9)=>{/*!
6
+ Copyright (c) 2015 Jed Watson.
7
+ Based on code that is Copyright 2013-2015, Facebook, Inc.
8
+ All rights reserved.
9
+ */(function(){var Z=!!(typeof window<"u"&&window.document&&window.document.createElement),G={canUseDOM:Z,canUseWorkers:typeof Worker<"u",canUseEventListeners:Z&&!!(window.addEventListener||window.attachEvent),canUseViewport:Z&&!!window.screen};if(typeof define==="function"&&typeof define.amd==="object"&&define.amd)define(function(){return G});else if(typeof E9<"u"&&E9.exports)E9.exports=G;else window.ExecutionEnvironment=G})()});var S8=A((S9,rQ)=>{Object.defineProperty(S9,"__esModule",{value:!0});S9.default=$R;var NR=/-webkit-|-moz-|-ms-/;function $R(Z){return typeof Z==="string"&&NR.test(Z)}rQ.exports=S9.default});var tQ=A((p9,oQ)=>{Object.defineProperty(p9,"__esModule",{value:!0});p9.default=FR;var LR=S8(),BR=VR(LR);function VR(Z){return Z&&Z.__esModule?Z:{default:Z}}var qR=["-webkit-","-moz-",""];function FR(Z,G){if(typeof G==="string"&&!(0,BR.default)(G)&&G.indexOf("calc(")>-1)return qR.map(function(J){return G.replace(/calc\(/g,J+"calc(")})}oQ.exports=p9.default});var ZK=A((_9,eQ)=>{Object.defineProperty(_9,"__esModule",{value:!0});_9.default=OR;var wR=S8(),AR=MR(wR);function MR(Z){return Z&&Z.__esModule?Z:{default:Z}}var RR=["-webkit-",""];function OR(Z,G){if(typeof G==="string"&&!(0,AR.default)(G)&&G.indexOf("cross-fade(")>-1)return RR.map(function(J){return G.replace(/cross-fade\(/g,J+"cross-fade(")})}eQ.exports=_9.default});var JK=A((i9,GK)=>{Object.defineProperty(i9,"__esModule",{value:!0});i9.default=TR;var DR=["-webkit-","-moz-",""],IR={"zoom-in":!0,"zoom-out":!0,grab:!0,grabbing:!0};function TR(Z,G){if(Z==="cursor"&&IR.hasOwnProperty(G))return DR.map(function(J){return J+G})}GK.exports=i9.default});var YK=A((C9,XK)=>{Object.defineProperty(C9,"__esModule",{value:!0});C9.default=ER;var PR=S8(),mR=vR(PR);function vR(Z){return Z&&Z.__esModule?Z:{default:Z}}var jR=["-webkit-",""];function ER(Z,G){if(typeof G==="string"&&!(0,mR.default)(G)&&G.indexOf("filter(")>-1)return jR.map(function(J){return G.replace(/filter\(/g,J+"filter(")})}XK.exports=C9.default});var QK=A((b9,zK)=>{Object.defineProperty(b9,"__esModule",{value:!0});b9.default=SR;var xK={flex:["-webkit-box","-moz-box","-ms-flexbox","-webkit-flex","flex"],"inline-flex":["-webkit-inline-box","-moz-inline-box","-ms-inline-flexbox","-webkit-inline-flex","inline-flex"]};function SR(Z,G){if(Z==="display"&&xK.hasOwnProperty(G))return xK[G]}zK.exports=b9.default});var WK=A((g9,HK)=>{Object.defineProperty(g9,"__esModule",{value:!0});g9.default=_R;var pR={"space-around":"distribute","space-between":"justify","flex-start":"start","flex-end":"end"},KK={alignContent:"msFlexLinePack",alignSelf:"msFlexItemAlign",alignItems:"msFlexAlign",justifyContent:"msFlexPack",order:"msFlexOrder",flexGrow:"msFlexPositive",flexShrink:"msFlexNegative",flexBasis:"msFlexPreferredSize"};function _R(Z,G,J){if(KK.hasOwnProperty(Z))J[KK[Z]]=pR[G]||G}HK.exports=g9.default});var $K=A((h9,NK)=>{Object.defineProperty(h9,"__esModule",{value:!0});h9.default=CR;var iR={"space-around":"justify","space-between":"justify","flex-start":"start","flex-end":"end","wrap-reverse":"multiple",wrap:"multiple",flex:"box","inline-flex":"inline-box"},UK={alignItems:"WebkitBoxAlign",justifyContent:"WebkitBoxPack",flexWrap:"WebkitBoxLines",flexGrow:"WebkitBoxFlex"};function CR(Z,G,J){if(Z==="flexDirection"&&typeof G==="string"){if(G.indexOf("column")>-1)J.WebkitBoxOrient="vertical";else J.WebkitBoxOrient="horizontal";if(G.indexOf("reverse")>-1)J.WebkitBoxDirection="reverse";else J.WebkitBoxDirection="normal"}if(UK.hasOwnProperty(Z))J[UK[Z]]=iR[G]||G}NK.exports=h9.default});var VK=A((y9,BK)=>{Object.defineProperty(y9,"__esModule",{value:!0});y9.default=uR;var bR=S8(),gR=hR(bR);function hR(Z){return Z&&Z.__esModule?Z:{default:Z}}var yR=["-webkit-","-moz-",""],LK=/linear-gradient|radial-gradient|repeating-linear-gradient|repeating-radial-gradient/gi;function uR(Z,G){if(typeof G==="string"&&!(0,gR.default)(G)&&LK.test(G))return yR.map(function(J){return G.replace(LK,function(X){return J+X})})}BK.exports=y9.default});var FK=A((u9,qK)=>{Object.defineProperty(u9,"__esModule",{value:!0});u9.default=aR;var kR=S8(),fR=cR(kR);function cR(Z){return Z&&Z.__esModule?Z:{default:Z}}var lR=["-webkit-",""];function aR(Z,G){if(typeof G==="string"&&!(0,fR.default)(G)&&G.indexOf("image-set(")>-1)return lR.map(function(J){return G.replace(/image-set\(/g,J+"image-set(")})}qK.exports=u9.default});var AK=A((k9,wK)=>{Object.defineProperty(k9,"__esModule",{value:!0});k9.default=nR;function nR(Z,G){if(Z==="position"&&G==="sticky")return["-webkit-sticky","sticky"]}wK.exports=k9.default});var RK=A((f9,MK)=>{Object.defineProperty(f9,"__esModule",{value:!0});f9.default=oR;var dR=["-webkit-","-moz-",""],sR={maxHeight:!0,maxWidth:!0,width:!0,height:!0,columnWidth:!0,minWidth:!0,minHeight:!0},rR={"min-content":!0,"max-content":!0,"fill-available":!0,"fit-content":!0,"contain-floats":!0};function oR(Z,G){if(sR.hasOwnProperty(Z)&&rR.hasOwnProperty(G))return dR.map(function(J){return J+G})}MK.exports=f9.default});var DK=A((Kf,OK)=>{var tR=/[A-Z]/g,eR=/^ms-/,mJ={};function ZO(Z){return"-"+Z.toLowerCase()}function GO(Z){if(mJ.hasOwnProperty(Z))return mJ[Z];var G=Z.replace(tR,ZO);return mJ[Z]=eR.test(G)?"-"+G:G}OK.exports=GO});var vJ=A((c9,IK)=>{Object.defineProperty(c9,"__esModule",{value:!0});c9.default=xO;var JO=DK(),XO=YO(JO);function YO(Z){return Z&&Z.__esModule?Z:{default:Z}}function xO(Z){return(0,XO.default)(Z)}IK.exports=c9.default});var mK=A((l9,PK)=>{Object.defineProperty(l9,"__esModule",{value:!0});l9.default=LO;var zO=vJ(),QO=jJ(zO),KO=S8(),HO=jJ(KO),WO=A9(),TK=jJ(WO);function jJ(Z){return Z&&Z.__esModule?Z:{default:Z}}var UO={transition:!0,transitionProperty:!0,WebkitTransition:!0,WebkitTransitionProperty:!0,MozTransition:!0,MozTransitionProperty:!0},NO={Webkit:"-webkit-",Moz:"-moz-",ms:"-ms-"};function $O(Z,G){if((0,HO.default)(Z))return Z;var J=Z.split(/,(?![^()]*(?:\([^()]*\))?\))/g);for(var X=0,Y=J.length;X<Y;++X){var x=J[X],z=[x];for(var Q in G){var K=(0,QO.default)(Q);if(x.indexOf(K)>-1&&K!=="order"){var W=G[Q];for(var H=0,U=W.length;H<U;++H)z.unshift(x.replace(K,NO[W[H]]+K))}}J[X]=z.join(",")}return J.join(",")}function LO(Z,G,J,X){if(typeof G==="string"&&UO.hasOwnProperty(Z)){var Y=$O(G,X),x=Y.split(/,(?![^()]*(?:\([^()]*\))?\))/g).filter(function(Q){return!/-moz-|-ms-/.test(Q)}).join(",");if(Z.indexOf("Webkit")>-1)return x;var z=Y.split(/,(?![^()]*(?:\([^()]*\))?\))/g).filter(function(Q){return!/-webkit-|-ms-/.test(Q)}).join(",");if(Z.indexOf("Moz")>-1)return z;return J["Webkit"+(0,TK.default)(Z)]=x,J["Moz"+(0,TK.default)(Z)]=z,Y}}PK.exports=l9.default});var vK=A((a9)=>{Object.defineProperty(a9,"__esModule",{value:!0});a9.default=void 0;var BO=h0(tQ()),VO=h0(ZK()),qO=h0(JK()),FO=h0(YK()),wO=h0(QK()),AO=h0(WK()),MO=h0($K()),RO=h0(VK()),OO=h0(FK()),DO=h0(AK()),IO=h0(RK()),TO=h0(mK());function h0(Z){return Z&&Z.__esModule?Z:{default:Z}}var g=["Webkit"],EJ=["Moz"],P1=["ms"],X0=["Webkit","Moz"],f1=["Webkit","ms"],T7=["Webkit","Moz","ms"],PO={plugins:[BO.default,VO.default,qO.default,FO.default,wO.default,AO.default,MO.default,RO.default,OO.default,DO.default,IO.default,TO.default],prefixMap:{transform:f1,transformOrigin:f1,transformOriginX:f1,transformOriginY:f1,backfaceVisibility:g,perspective:g,perspectiveOrigin:g,transformStyle:g,transformOriginZ:g,animation:g,animationDelay:g,animationDirection:g,animationFillMode:g,animationDuration:g,animationIterationCount:g,animationName:g,animationPlayState:g,animationTimingFunction:g,appearance:X0,userSelect:T7,fontKerning:g,textEmphasisPosition:g,textEmphasis:g,textEmphasisStyle:g,textEmphasisColor:g,boxDecorationBreak:g,clipPath:g,maskImage:g,maskMode:g,maskRepeat:g,maskPosition:g,maskClip:g,maskOrigin:g,maskSize:g,maskComposite:g,mask:g,maskBorderSource:g,maskBorderMode:g,maskBorderSlice:g,maskBorderWidth:g,maskBorderOutset:g,maskBorderRepeat:g,maskBorder:g,maskType:g,textDecorationStyle:X0,textDecorationSkip:X0,textDecorationLine:X0,textDecorationColor:X0,filter:g,fontFeatureSettings:X0,breakAfter:T7,breakBefore:T7,breakInside:T7,columnCount:X0,columnFill:X0,columnGap:X0,columnRule:X0,columnRuleColor:X0,columnRuleStyle:X0,columnRuleWidth:X0,columns:X0,columnSpan:X0,columnWidth:X0,writingMode:f1,flex:f1,flexBasis:g,flexDirection:f1,flexGrow:g,flexFlow:f1,flexShrink:g,flexWrap:f1,alignContent:g,alignItems:g,alignSelf:g,justifyContent:g,order:g,transitionDelay:g,transitionDuration:g,transitionProperty:g,transitionTimingFunction:g,backdropFilter:g,scrollSnapType:f1,scrollSnapPointsX:f1,scrollSnapPointsY:f1,scrollSnapDestination:f1,scrollSnapCoordinate:f1,shapeImageThreshold:g,shapeImageMargin:g,shapeImageOutside:g,hyphens:T7,flowInto:f1,flowFrom:f1,regionFragment:f1,boxSizing:EJ,textAlignLast:EJ,tabSize:EJ,wrapFlow:P1,wrapThrough:P1,wrapMargin:P1,touchAction:P1,gridTemplateColumns:P1,gridTemplateRows:P1,gridTemplateAreas:P1,gridTemplate:P1,gridAutoColumns:P1,gridAutoRows:P1,gridAutoFlow:P1,grid:P1,gridRowStart:P1,gridColumnStart:P1,gridRowEnd:P1,gridRow:P1,gridColumn:P1,gridColumnEnd:P1,gridColumnGap:P1,gridRowGap:P1,gridArea:P1,gridGap:P1,textSizeAdjust:f1,borderImage:g,borderImageOutset:g,borderImageRepeat:g,borderImageSlice:g,borderImageSource:g,borderImageWidth:g}};a9.default=PO});var y0=A((n9,jK)=>{Object.defineProperty(n9,"__esModule",{value:!0});n9.default=mO;function mO(Z,G,J){if(J)return[Z,G];return Z}jK.exports=n9.default});var SK=A((d9,EK)=>{Object.defineProperty(d9,"__esModule",{value:!0});d9.default=SO;var vO=y0(),jO=EO(vO);function EO(Z){return Z&&Z.__esModule?Z:{default:Z}}function SO(Z,G,J,X){var{browserName:Y,browserVersion:x,cssPrefix:z,keepUnprefixed:Q}=X;if(typeof G==="string"&&G.indexOf("calc(")>-1&&(Y==="firefox"&&x<15||Y==="chrome"&&x<25||Y==="safari"&&x<6.1||Y==="ios_saf"&&x<7))return(0,jO.default)(G.replace(/calc\(/g,z+"calc("),G,Q)}EK.exports=d9.default});var _K=A((s9,pK)=>{Object.defineProperty(s9,"__esModule",{value:!0});s9.default=CO;var pO=y0(),_O=iO(pO);function iO(Z){return Z&&Z.__esModule?Z:{default:Z}}function CO(Z,G,J,X){var{browserName:Y,browserVersion:x,cssPrefix:z,keepUnprefixed:Q}=X;if(typeof G==="string"&&G.indexOf("cross-fade(")>-1&&(Y==="chrome"||Y==="opera"||Y==="and_chr"||(Y==="ios_saf"||Y==="safari")&&x<10))return(0,_O.default)(G.replace(/cross-fade\(/g,z+"cross-fade("),G,Q)}pK.exports=s9.default});var bK=A((r9,CK)=>{Object.defineProperty(r9,"__esModule",{value:!0});r9.default=uO;var bO=y0(),iK=gO(bO);function gO(Z){return Z&&Z.__esModule?Z:{default:Z}}var hO={grab:!0,grabbing:!0},yO={"zoom-in":!0,"zoom-out":!0};function uO(Z,G,J,X){var{browserName:Y,browserVersion:x,cssPrefix:z,keepUnprefixed:Q}=X;if(Z==="cursor"&&hO[G]&&(Y==="firefox"||Y==="chrome"||Y==="safari"||Y==="opera"))return(0,iK.default)(z+G,G,Q);if(Z==="cursor"&&yO[G]&&(Y==="firefox"&&x<24||Y==="chrome"&&x<37||Y==="safari"&&x<9||Y==="opera"&&x<24))return(0,iK.default)(z+G,G,Q)}CK.exports=r9.default});var hK=A((o9,gK)=>{Object.defineProperty(o9,"__esModule",{value:!0});o9.default=lO;var kO=y0(),fO=cO(kO);function cO(Z){return Z&&Z.__esModule?Z:{default:Z}}function lO(Z,G,J,X){var{browserName:Y,browserVersion:x,cssPrefix:z,keepUnprefixed:Q}=X;if(typeof G==="string"&&G.indexOf("filter(")>-1&&(Y==="ios_saf"||Y==="safari"&&x<9.1))return(0,fO.default)(G.replace(/filter\(/g,z+"filter("),G,Q)}gK.exports=o9.default});var uK=A((t9,yK)=>{Object.defineProperty(t9,"__esModule",{value:!0});t9.default=rO;var aO=y0(),nO=dO(aO);function dO(Z){return Z&&Z.__esModule?Z:{default:Z}}var sO={flex:!0,"inline-flex":!0};function rO(Z,G,J,X){var{browserName:Y,browserVersion:x,cssPrefix:z,keepUnprefixed:Q}=X;if(Z==="display"&&sO[G]&&(Y==="chrome"&&x<29&&x>20||(Y==="safari"||Y==="ios_saf")&&x<9&&x>6||Y==="opera"&&(x===15||x===16)))return(0,nO.default)(z+G,G,Q)}yK.exports=t9.default});var fK=A((e9,kK)=>{Object.defineProperty(e9,"__esModule",{value:!0});e9.default=ZD;var oO=y0(),tO=eO(oO);function eO(Z){return Z&&Z.__esModule?Z:{default:Z}}var SJ={"space-around":"distribute","space-between":"justify","flex-start":"start","flex-end":"end",flex:"flexbox","inline-flex":"inline-flexbox"},pJ={alignContent:"msFlexLinePack",alignSelf:"msFlexItemAlign",alignItems:"msFlexAlign",justifyContent:"msFlexPack",order:"msFlexOrder",flexGrow:"msFlexPositive",flexShrink:"msFlexNegative",flexBasis:"msFlexPreferredSize"};function ZD(Z,G,J,X){var{browserName:Y,browserVersion:x,cssPrefix:z,keepUnprefixed:Q,requiresPrefix:K}=X;if((pJ.hasOwnProperty(Z)||Z==="display"&&typeof G==="string"&&G.indexOf("flex")>-1)&&(Y==="ie_mob"||Y==="ie")&&x===10){if(delete K[Z],!Q&&!Array.isArray(J[Z]))delete J[Z];if(Z==="display"&&SJ.hasOwnProperty(G))return(0,tO.default)(z+SJ[G],G,Q);if(pJ.hasOwnProperty(Z))J[pJ[Z]]=SJ[G]||G}}kK.exports=e9.default});var lK=A((ZZ,cK)=>{Object.defineProperty(ZZ,"__esModule",{value:!0});ZZ.default=zD;var GD=y0(),JD=XD(GD);function XD(Z){return Z&&Z.__esModule?Z:{default:Z}}var _J={"space-around":"justify","space-between":"justify","flex-start":"start","flex-end":"end","wrap-reverse":"multiple",wrap:"multiple",flex:"box","inline-flex":"inline-box"},iJ={alignItems:"WebkitBoxAlign",justifyContent:"WebkitBoxPack",flexWrap:"WebkitBoxLines",flexGrow:"WebkitBoxFlex"},YD=["alignContent","alignSelf","order","flexGrow","flexShrink","flexBasis","flexDirection"],xD=Object.keys(iJ).concat(YD);function zD(Z,G,J,X){var{browserName:Y,browserVersion:x,cssPrefix:z,keepUnprefixed:Q,requiresPrefix:K}=X;if((xD.indexOf(Z)>-1||Z==="display"&&typeof G==="string"&&G.indexOf("flex")>-1)&&(Y==="firefox"&&x<22||Y==="chrome"&&x<21||(Y==="safari"||Y==="ios_saf")&&x<=6.1||Y==="android"&&x<4.4||Y==="and_uc")){if(delete K[Z],!Q&&!Array.isArray(J[Z]))delete J[Z];if(Z==="flexDirection"&&typeof G==="string"){if(G.indexOf("column")>-1)J.WebkitBoxOrient="vertical";else J.WebkitBoxOrient="horizontal";if(G.indexOf("reverse")>-1)J.WebkitBoxDirection="reverse";else J.WebkitBoxDirection="normal"}if(Z==="display"&&_J.hasOwnProperty(G))return(0,JD.default)(z+_J[G],G,Q);if(iJ.hasOwnProperty(Z))J[iJ[Z]]=_J[G]||G}}cK.exports=ZZ.default});var dK=A((GZ,nK)=>{Object.defineProperty(GZ,"__esModule",{value:!0});GZ.default=WD;var QD=y0(),KD=HD(QD);function HD(Z){return Z&&Z.__esModule?Z:{default:Z}}var aK=/linear-gradient|radial-gradient|repeating-linear-gradient|repeating-radial-gradient/gi;function WD(Z,G,J,X){var{browserName:Y,browserVersion:x,cssPrefix:z,keepUnprefixed:Q}=X;if(typeof G==="string"&&aK.test(G)&&(Y==="firefox"&&x<16||Y==="chrome"&&x<26||(Y==="safari"||Y==="ios_saf")&&x<7||(Y==="opera"||Y==="op_mini")&&x<12.1||Y==="android"&&x<4.4||Y==="and_uc"))return(0,KD.default)(G.replace(aK,function(K){return z+K}),G,Q)}nK.exports=GZ.default});var rK=A((JZ,sK)=>{Object.defineProperty(JZ,"__esModule",{value:!0});JZ.default=LD;var UD=y0(),ND=$D(UD);function $D(Z){return Z&&Z.__esModule?Z:{default:Z}}function LD(Z,G,J,X){var{browserName:Y,cssPrefix:x,keepUnprefixed:z}=X;if(typeof G==="string"&&G.indexOf("image-set(")>-1&&(Y==="chrome"||Y==="opera"||Y==="and_chr"||Y==="and_uc"||Y==="ios_saf"||Y==="safari"))return(0,ND.default)(G.replace(/image-set\(/g,x+"image-set("),G,z)}sK.exports=JZ.default});var tK=A((XZ,oK)=>{Object.defineProperty(XZ,"__esModule",{value:!0});XZ.default=FD;var BD=y0(),VD=qD(BD);function qD(Z){return Z&&Z.__esModule?Z:{default:Z}}function FD(Z,G,J,X){var{browserName:Y,cssPrefix:x,keepUnprefixed:z}=X;if(Z==="position"&&G==="sticky"&&(Y==="safari"||Y==="ios_saf"))return(0,VD.default)(x+G,G,z)}oK.exports=XZ.default});var ZH=A((YZ,eK)=>{Object.defineProperty(YZ,"__esModule",{value:!0});YZ.default=DD;var wD=y0(),AD=MD(wD);function MD(Z){return Z&&Z.__esModule?Z:{default:Z}}var RD={maxHeight:!0,maxWidth:!0,width:!0,height:!0,columnWidth:!0,minWidth:!0,minHeight:!0},OD={"min-content":!0,"max-content":!0,"fill-available":!0,"fit-content":!0,"contain-floats":!0};function DD(Z,G,J,X){var{cssPrefix:Y,keepUnprefixed:x}=X;if(RD.hasOwnProperty(Z)&&OD.hasOwnProperty(G))return(0,AD.default)(Y+G,G,x)}eK.exports=YZ.default});var JH=A((xZ,GH)=>{Object.defineProperty(xZ,"__esModule",{value:!0});xZ.default=vD;var ID=vJ(),TD=PD(ID);function PD(Z){return Z&&Z.__esModule?Z:{default:Z}}var mD={transition:!0,transitionProperty:!0,WebkitTransition:!0,WebkitTransitionProperty:!0,MozTransition:!0,MozTransitionProperty:!0},CJ=void 0;function vD(Z,G,J,X){var{cssPrefix:Y,keepUnprefixed:x,requiresPrefix:z}=X;if(typeof G==="string"&&mD.hasOwnProperty(Z)){if(!CJ)CJ=Object.keys(z).map(function(K){return(0,TD.default)(K)});var Q=G.split(/,(?![^()]*(?:\([^()]*\))?\))/g);return CJ.forEach(function(K){Q.forEach(function(W,H){if(W.indexOf(K)>-1&&K!=="order")Q[H]=W.replace(K,Y+K)+(x?","+W:"")})}),Q.join(",")}}GH.exports=xZ.default});var XH=A((zZ)=>{Object.defineProperty(zZ,"__esModule",{value:!0});zZ.default=void 0;var jD=u0(SK()),ED=u0(_K()),SD=u0(bK()),pD=u0(hK()),_D=u0(uK()),iD=u0(fK()),CD=u0(lK()),bD=u0(dK()),gD=u0(rK()),hD=u0(tK()),yD=u0(ZH()),uD=u0(JH());function u0(Z){return Z&&Z.__esModule?Z:{default:Z}}var kD={plugins:[jD.default,ED.default,SD.default,pD.default,_D.default,iD.default,CD.default,bD.default,gD.default,hD.default,yD.default,uD.default],prefixMap:{chrome:{transform:35,transformOrigin:35,transformOriginX:35,transformOriginY:35,backfaceVisibility:35,perspective:35,perspectiveOrigin:35,transformStyle:35,transformOriginZ:35,animation:42,animationDelay:42,animationDirection:42,animationFillMode:42,animationDuration:42,animationIterationCount:42,animationName:42,animationPlayState:42,animationTimingFunction:42,appearance:66,userSelect:53,fontKerning:32,textEmphasisPosition:66,textEmphasis:66,textEmphasisStyle:66,textEmphasisColor:66,boxDecorationBreak:66,clipPath:54,maskImage:66,maskMode:66,maskRepeat:66,maskPosition:66,maskClip:66,maskOrigin:66,maskSize:66,maskComposite:66,mask:66,maskBorderSource:66,maskBorderMode:66,maskBorderSlice:66,maskBorderWidth:66,maskBorderOutset:66,maskBorderRepeat:66,maskBorder:66,maskType:66,textDecorationStyle:56,textDecorationSkip:56,textDecorationLine:56,textDecorationColor:56,filter:52,fontFeatureSettings:47,breakAfter:49,breakBefore:49,breakInside:49,columnCount:49,columnFill:49,columnGap:49,columnRule:49,columnRuleColor:49,columnRuleStyle:49,columnRuleWidth:49,columns:49,columnSpan:49,columnWidth:49,writingMode:47},safari:{flex:8,flexBasis:8,flexDirection:8,flexGrow:8,flexFlow:8,flexShrink:8,flexWrap:8,alignContent:8,alignItems:8,alignSelf:8,justifyContent:8,order:8,transition:6,transitionDelay:6,transitionDuration:6,transitionProperty:6,transitionTimingFunction:6,transform:8,transformOrigin:8,transformOriginX:8,transformOriginY:8,backfaceVisibility:8,perspective:8,perspectiveOrigin:8,transformStyle:8,transformOriginZ:8,animation:8,animationDelay:8,animationDirection:8,animationFillMode:8,animationDuration:8,animationIterationCount:8,animationName:8,animationPlayState:8,animationTimingFunction:8,appearance:11,userSelect:11,backdropFilter:11,fontKerning:9,scrollSnapType:10.1,scrollSnapPointsX:10.1,scrollSnapPointsY:10.1,scrollSnapDestination:10.1,scrollSnapCoordinate:10.1,textEmphasisPosition:7,textEmphasis:7,textEmphasisStyle:7,textEmphasisColor:7,boxDecorationBreak:11,clipPath:11,maskImage:11,maskMode:11,maskRepeat:11,maskPosition:11,maskClip:11,maskOrigin:11,maskSize:11,maskComposite:11,mask:11,maskBorderSource:11,maskBorderMode:11,maskBorderSlice:11,maskBorderWidth:11,maskBorderOutset:11,maskBorderRepeat:11,maskBorder:11,maskType:11,textDecorationStyle:11,textDecorationSkip:11,textDecorationLine:11,textDecorationColor:11,shapeImageThreshold:10,shapeImageMargin:10,shapeImageOutside:10,filter:9,hyphens:11,flowInto:11,flowFrom:11,breakBefore:8,breakAfter:8,breakInside:8,regionFragment:11,columnCount:8,columnFill:8,columnGap:8,columnRule:8,columnRuleColor:8,columnRuleStyle:8,columnRuleWidth:8,columns:8,columnSpan:8,columnWidth:8,writingMode:10.1},firefox:{appearance:60,userSelect:60,boxSizing:28,textAlignLast:48,textDecorationStyle:35,textDecorationSkip:35,textDecorationLine:35,textDecorationColor:35,tabSize:60,hyphens:42,fontFeatureSettings:33,breakAfter:51,breakBefore:51,breakInside:51,columnCount:51,columnFill:51,columnGap:51,columnRule:51,columnRuleColor:51,columnRuleStyle:51,columnRuleWidth:51,columns:51,columnSpan:51,columnWidth:51},opera:{flex:16,flexBasis:16,flexDirection:16,flexGrow:16,flexFlow:16,flexShrink:16,flexWrap:16,alignContent:16,alignItems:16,alignSelf:16,justifyContent:16,order:16,transform:22,transformOrigin:22,transformOriginX:22,transformOriginY:22,backfaceVisibility:22,perspective:22,perspectiveOrigin:22,transformStyle:22,transformOriginZ:22,animation:29,animationDelay:29,animationDirection:29,animationFillMode:29,animationDuration:29,animationIterationCount:29,animationName:29,animationPlayState:29,animationTimingFunction:29,appearance:50,userSelect:40,fontKerning:19,textEmphasisPosition:50,textEmphasis:50,textEmphasisStyle:50,textEmphasisColor:50,boxDecorationBreak:50,clipPath:41,maskImage:50,maskMode:50,maskRepeat:50,maskPosition:50,maskClip:50,maskOrigin:50,maskSize:50,maskComposite:50,mask:50,maskBorderSource:50,maskBorderMode:50,maskBorderSlice:50,maskBorderWidth:50,maskBorderOutset:50,maskBorderRepeat:50,maskBorder:50,maskType:50,textDecorationStyle:43,textDecorationSkip:43,textDecorationLine:43,textDecorationColor:43,filter:39,fontFeatureSettings:34,breakAfter:36,breakBefore:36,breakInside:36,columnCount:36,columnFill:36,columnGap:36,columnRule:36,columnRuleColor:36,columnRuleStyle:36,columnRuleWidth:36,columns:36,columnSpan:36,columnWidth:36,writingMode:34},ie:{flex:10,flexDirection:10,flexFlow:10,flexWrap:10,transform:9,transformOrigin:9,transformOriginX:9,transformOriginY:9,userSelect:11,wrapFlow:11,wrapThrough:11,wrapMargin:11,scrollSnapType:11,scrollSnapPointsX:11,scrollSnapPointsY:11,scrollSnapDestination:11,scrollSnapCoordinate:11,touchAction:10,hyphens:11,flowInto:11,flowFrom:11,breakBefore:11,breakAfter:11,breakInside:11,regionFragment:11,gridTemplateColumns:11,gridTemplateRows:11,gridTemplateAreas:11,gridTemplate:11,gridAutoColumns:11,gridAutoRows:11,gridAutoFlow:11,grid:11,gridRowStart:11,gridColumnStart:11,gridRowEnd:11,gridRow:11,gridColumn:11,gridColumnEnd:11,gridColumnGap:11,gridRowGap:11,gridArea:11,gridGap:11,textSizeAdjust:11,writingMode:11},edge:{userSelect:17,wrapFlow:17,wrapThrough:17,wrapMargin:17,scrollSnapType:17,scrollSnapPointsX:17,scrollSnapPointsY:17,scrollSnapDestination:17,scrollSnapCoordinate:17,hyphens:17,flowInto:17,flowFrom:17,breakBefore:17,breakAfter:17,breakInside:17,regionFragment:17,gridTemplateColumns:15,gridTemplateRows:15,gridTemplateAreas:15,gridTemplate:15,gridAutoColumns:15,gridAutoRows:15,gridAutoFlow:15,grid:15,gridRowStart:15,gridColumnStart:15,gridRowEnd:15,gridRow:15,gridColumn:15,gridColumnEnd:15,gridColumnGap:15,gridRowGap:15,gridArea:15,gridGap:15},ios_saf:{flex:8.1,flexBasis:8.1,flexDirection:8.1,flexGrow:8.1,flexFlow:8.1,flexShrink:8.1,flexWrap:8.1,alignContent:8.1,alignItems:8.1,alignSelf:8.1,justifyContent:8.1,order:8.1,transition:6,transitionDelay:6,transitionDuration:6,transitionProperty:6,transitionTimingFunction:6,transform:8.1,transformOrigin:8.1,transformOriginX:8.1,transformOriginY:8.1,backfaceVisibility:8.1,perspective:8.1,perspectiveOrigin:8.1,transformStyle:8.1,transformOriginZ:8.1,animation:8.1,animationDelay:8.1,animationDirection:8.1,animationFillMode:8.1,animationDuration:8.1,animationIterationCount:8.1,animationName:8.1,animationPlayState:8.1,animationTimingFunction:8.1,appearance:11,userSelect:11,backdropFilter:11,fontKerning:11,scrollSnapType:10.3,scrollSnapPointsX:10.3,scrollSnapPointsY:10.3,scrollSnapDestination:10.3,scrollSnapCoordinate:10.3,boxDecorationBreak:11,clipPath:11,maskImage:11,maskMode:11,maskRepeat:11,maskPosition:11,maskClip:11,maskOrigin:11,maskSize:11,maskComposite:11,mask:11,maskBorderSource:11,maskBorderMode:11,maskBorderSlice:11,maskBorderWidth:11,maskBorderOutset:11,maskBorderRepeat:11,maskBorder:11,maskType:11,textSizeAdjust:11,textDecorationStyle:11,textDecorationSkip:11,textDecorationLine:11,textDecorationColor:11,shapeImageThreshold:10,shapeImageMargin:10,shapeImageOutside:10,filter:9,hyphens:11,flowInto:11,flowFrom:11,breakBefore:8.1,breakAfter:8.1,breakInside:8.1,regionFragment:11,columnCount:8.1,columnFill:8.1,columnGap:8.1,columnRule:8.1,columnRuleColor:8.1,columnRuleStyle:8.1,columnRuleWidth:8.1,columns:8.1,columnSpan:8.1,columnWidth:8.1,writingMode:10.3},android:{borderImage:4.2,borderImageOutset:4.2,borderImageRepeat:4.2,borderImageSlice:4.2,borderImageSource:4.2,borderImageWidth:4.2,flex:4.2,flexBasis:4.2,flexDirection:4.2,flexGrow:4.2,flexFlow:4.2,flexShrink:4.2,flexWrap:4.2,alignContent:4.2,alignItems:4.2,alignSelf:4.2,justifyContent:4.2,order:4.2,transition:4.2,transitionDelay:4.2,transitionDuration:4.2,transitionProperty:4.2,transitionTimingFunction:4.2,transform:4.4,transformOrigin:4.4,transformOriginX:4.4,transformOriginY:4.4,backfaceVisibility:4.4,perspective:4.4,perspectiveOrigin:4.4,transformStyle:4.4,transformOriginZ:4.4,animation:4.4,animationDelay:4.4,animationDirection:4.4,animationFillMode:4.4,animationDuration:4.4,animationIterationCount:4.4,animationName:4.4,animationPlayState:4.4,animationTimingFunction:4.4,appearance:62,userSelect:4.4,fontKerning:4.4,textEmphasisPosition:62,textEmphasis:62,textEmphasisStyle:62,textEmphasisColor:62,boxDecorationBreak:62,clipPath:4.4,maskImage:62,maskMode:62,maskRepeat:62,maskPosition:62,maskClip:62,maskOrigin:62,maskSize:62,maskComposite:62,mask:62,maskBorderSource:62,maskBorderMode:62,maskBorderSlice:62,maskBorderWidth:62,maskBorderOutset:62,maskBorderRepeat:62,maskBorder:62,maskType:62,filter:4.4,fontFeatureSettings:4.4,breakAfter:4.4,breakBefore:4.4,breakInside:4.4,columnCount:4.4,columnFill:4.4,columnGap:4.4,columnRule:4.4,columnRuleColor:4.4,columnRuleStyle:4.4,columnRuleWidth:4.4,columns:4.4,columnSpan:4.4,columnWidth:4.4,writingMode:4.4},and_chr:{appearance:62,textEmphasisPosition:62,textEmphasis:62,textEmphasisStyle:62,textEmphasisColor:62,boxDecorationBreak:62,maskImage:62,maskMode:62,maskRepeat:62,maskPosition:62,maskClip:62,maskOrigin:62,maskSize:62,maskComposite:62,mask:62,maskBorderSource:62,maskBorderMode:62,maskBorderSlice:62,maskBorderWidth:62,maskBorderOutset:62,maskBorderRepeat:62,maskBorder:62,maskType:62},and_uc:{flex:11.4,flexBasis:11.4,flexDirection:11.4,flexGrow:11.4,flexFlow:11.4,flexShrink:11.4,flexWrap:11.4,alignContent:11.4,alignItems:11.4,alignSelf:11.4,justifyContent:11.4,order:11.4,transform:11.4,transformOrigin:11.4,transformOriginX:11.4,transformOriginY:11.4,backfaceVisibility:11.4,perspective:11.4,perspectiveOrigin:11.4,transformStyle:11.4,transformOriginZ:11.4,animation:11.4,animationDelay:11.4,animationDirection:11.4,animationFillMode:11.4,animationDuration:11.4,animationIterationCount:11.4,animationName:11.4,animationPlayState:11.4,animationTimingFunction:11.4,appearance:11.4,userSelect:11.4,textEmphasisPosition:11.4,textEmphasis:11.4,textEmphasisStyle:11.4,textEmphasisColor:11.4,clipPath:11.4,maskImage:11.4,maskMode:11.4,maskRepeat:11.4,maskPosition:11.4,maskClip:11.4,maskOrigin:11.4,maskSize:11.4,maskComposite:11.4,mask:11.4,maskBorderSource:11.4,maskBorderMode:11.4,maskBorderSlice:11.4,maskBorderWidth:11.4,maskBorderOutset:11.4,maskBorderRepeat:11.4,maskBorder:11.4,maskType:11.4,textSizeAdjust:11.4,filter:11.4,hyphens:11.4,fontFeatureSettings:11.4,breakAfter:11.4,breakBefore:11.4,breakInside:11.4,columnCount:11.4,columnFill:11.4,columnGap:11.4,columnRule:11.4,columnRuleColor:11.4,columnRuleStyle:11.4,columnRuleWidth:11.4,columns:11.4,columnSpan:11.4,columnWidth:11.4,writingMode:11.4},op_mini:{}}};zZ.default=kD});var WZ=A((HZ)=>{Object.defineProperty(HZ,"__esModule",{value:!0});HZ.getPrefixedKeyframes=tD;HZ.getPrefixedStyle=eD;var fD=P7(bQ()),cD=P7(sQ()),lD=P7(PJ()),aD=P7(vK()),nD=P7(XH()),dD=OJ();function P7(Z){return Z&&Z.__esModule?Z:{default:Z}}function KZ(Z){if(typeof Symbol==="function"&&typeof Symbol.iterator==="symbol")KZ=function(J){return typeof J};else KZ=function(J){return J&&typeof Symbol==="function"&&J.constructor===Symbol&&J!==Symbol.prototype?"symbol":typeof J};return KZ(Z)}var xH=(0,fD.default)(aD.default),sD=(0,cD.default)(nD.default,xH);function rD(Z){return Object.keys(Z).reduce(function(G,J){var X=Z[J];if(Array.isArray(X))X=X.join(";"+J+":");else if(X&&KZ(X)==="object"&&typeof X.toString==="function")X=X.toString();return G[J]=X,G},{})}function oD(Z){return Object.keys(Z).reduce(function(G,J){var X=Z[J];if(Array.isArray(X))if(lD.default.canUseDOM)X=X[X.length-1].toString();else X=X.join(";".concat((0,dD.camelCaseToDashCase)(J),":"));return G[J]=X,G},{})}var YH,QZ;function zH(Z){var G=Z||global&&global.navigator&&global.navigator.userAgent;if(!QZ||G!==YH){if(G==="all")QZ={prefix:xH,prefixedKeyframes:"keyframes"};else QZ=new sD({userAgent:G});YH=G}return QZ}function tD(Z){return zH(Z).prefixedKeyframes||"keyframes"}function eD(Z,G){var J=rD(Z),X=zH(G),Y=X.prefix(J),x=oD(Y);return x}});var UZ=A((gJ)=>{Object.defineProperty(gJ,"__esModule",{value:!0});gJ.default=xI;var ZI=bJ(wJ()),GI=bJ(OJ()),JI=bJ(MJ()),XI=WZ();function bJ(Z){return Z&&Z.__esModule?Z:{default:Z}}function YI(Z){return Object.keys(Z).map(function(G){return G+": "+Z[G]+";"}).join(`
10
+ `)}function xI(Z,G,J){if(!G)return"";var X=(0,JI.default)(G,function(Q,K){return(0,ZI.default)(K,Q)}),Y=(0,XI.getPrefixedStyle)(X,J),x=(0,GI.default)(Y),z=YI(x);return Z+"{"+z+"}"}});var hJ=A((NZ)=>{Object.defineProperty(NZ,"__esModule",{value:!0});NZ.default=void 0;var zI=function(G){return G===null||typeof G>"u"?"main":G.toString()},QI=zI;NZ.default=QI});var yJ=A(($Z)=>{Object.defineProperty($Z,"__esModule",{value:!0});$Z.default=void 0;var KI=HI(hJ());function HI(Z){return Z&&Z.__esModule?Z:{default:Z}}var WI=function(G,J,X){var Y=(0,KI.default)(J);return!!G&&!!G._radiumStyleState&&!!G._radiumStyleState[Y]&&G._radiumStyleState[Y][X]},UI=WI;$Z.default=UI});var QH=A((LZ)=>{Object.defineProperty(LZ,"__esModule",{value:!0});LZ.default=void 0;var NI=function(G){return typeof G.ref==="string"?G.ref:G.key},$I=NI;LZ.default=$I});var uJ=A((BZ)=>{Object.defineProperty(BZ,"__esModule",{value:!0});BZ.default=void 0;var LI=function(G){return G._lastRadiumState||G.state&&G.state._radiumStyleState||{}},BI=LI;BZ.default=BI});var fJ=A((kJ)=>{Object.defineProperty(kJ,"__esModule",{value:!0});kJ.default=VI;function VI(Z){if(!Z)return"";var G=5381,J=Z.length-1;while(J)G=G*33^Z.charCodeAt(J),J-=1;return(G>>>0).toString(16)}});var KH=A((qZ)=>{Object.defineProperty(qZ,"__esModule",{value:!0});qZ.isNestedStyle=cJ;qZ.mergeStyles=lJ;function VZ(Z){if(typeof Symbol==="function"&&typeof Symbol.iterator==="symbol")VZ=function(J){return typeof J};else VZ=function(J){return J&&typeof Symbol==="function"&&J.constructor===Symbol&&J!==Symbol.prototype?"symbol":typeof J};return VZ(Z)}function cJ(Z){return Z&&Z.constructor===Object&&Z.toString===Object.prototype.toString}function lJ(Z){var G={};return Z.forEach(function(J){if(!J||VZ(J)!=="object")return;if(Array.isArray(J))J=lJ(J);Object.keys(J).forEach(function(X){if(!cJ(J[X])||!cJ(G[X])){G[X]=J[X];return}if(X.indexOf("@media")===0){var Y=X;while(!0)if(Y+=" ",!G[Y]){G[Y]=J[X];return}}G[X]=lJ([G[X],J[X]])})}),G}});var HH=A((FZ)=>{Object.defineProperty(FZ,"__esModule",{value:!0});FZ.default=void 0;var qI=function(){},FI=qI;FZ.default=FI});var WH=A((aJ)=>{Object.defineProperty(aJ,"__esModule",{value:!0});aJ.default=wI;function wI(Z){var{addCSS:G,config:J,style:X}=Z,Y=function(Q){var K=Q,W=K.__process(J.userAgent),H=W.animationName,U=W.css;return G(U),H},x=Object.keys(X).reduce(function(z,Q){var K=X[Q],W=Array.isArray(K);if(Q==="animationName"&&K&&(K.__radiumKeyframes||W))if(W)K=K.map(Y).join(", ");else K=Y(K);return z[Q]=K,z},{});return{style:x}}});var UH=A((wZ)=>{Object.defineProperty(wZ,"__esModule",{value:!0});wZ.default=void 0;var AI=function(G){var{style:J,mergeStyles:X}=G,Y=Array.isArray(J)?X(J):J;return{style:Y}},MI=AI;wZ.default=MI});var NH=A((nJ)=>{Object.defineProperty(nJ,"__esModule",{value:!0});nJ.default=OI;var RI=WZ();function OI(Z){var{config:G,style:J}=Z,X=(0,RI.getPrefixedStyle)(J,G.userAgent);return{style:X}}});var $H=A((dJ)=>{Object.defineProperty(dJ,"__esModule",{value:!0});dJ.default=DI;function DI(Z){var{isNestedStyle:G,style:J}=Z,X=Object.keys(J).reduce(function(Y,x){var z=J[x];if(!G(z))Y[x]=z;return Y},{});return{style:X}}});var LH=A((MZ)=>{Object.defineProperty(MZ,"__esModule",{value:!0});MZ.default=void 0;var O6=[],AZ=!1;function sJ(){O6.forEach(function(Z){Z()})}var II=function(G){if(O6.indexOf(G)===-1)O6.push(G);if(!AZ)window.addEventListener("mouseup",sJ),AZ=!0;return{remove:function(){var X=O6.indexOf(G);if(O6.splice(X,1),O6.length===0&&AZ)window.removeEventListener("mouseup",sJ),AZ=!1}}},TI={subscribe:II,__triggerForTests:sJ};MZ.default=TI});var VH=A((RZ)=>{Object.defineProperty(RZ,"__esModule",{value:!0});RZ.default=void 0;var PI=mI(LH());function mI(Z){return Z&&Z.__esModule?Z:{default:Z}}var BH=function(G){return G===":hover"||G===":active"||G===":focus"},vI=function(G){var{ExecutionEnvironment:J,getComponentField:X,getState:Y,mergeStyles:x,props:z,setState:Q,style:K}=G,W={},H={};if(K[":hover"]){var U=z.onMouseEnter;H.onMouseEnter=function(I){U&&U(I),Q(":hover",!0)};var N=z.onMouseLeave;H.onMouseLeave=function(I){N&&N(I),Q(":hover",!1)}}if(K[":active"]){var $=z.onMouseDown;H.onMouseDown=function(I){$&&$(I),W._lastMouseDown=Date.now(),Q(":active","viamousedown")};var L=z.onKeyDown;H.onKeyDown=function(I){if(L&&L(I),I.key===" "||I.key==="Enter")Q(":active","viakeydown")};var B=z.onKeyUp;H.onKeyUp=function(I){if(B&&B(I),I.key===" "||I.key==="Enter")Q(":active",!1)}}if(K[":focus"]){var q=z.onFocus;H.onFocus=function(I){q&&q(I),Q(":focus",!0)};var R=z.onBlur;H.onBlur=function(I){R&&R(I),Q(":focus",!1)}}if(K[":active"]&&!X("_radiumMouseUpListener")&&J.canUseEventListeners)W._radiumMouseUpListener=PI.default.subscribe(function(){Object.keys(X("state")._radiumStyleState).forEach(function(I){if(Y(":active",I)==="viamousedown")Q(":active",!1,I)})});var T=z.disabled?[K[":disabled"]]:Object.keys(K).filter(function(I){return BH(I)&&Y(I)}).map(function(I){return K[I]}),F=x([K].concat(T));return F=Object.keys(F).reduce(function(I,v){if(!BH(v)&&v!==":disabled")I[v]=F[v];return I},{}),{componentFields:W,props:H,style:F}},jI=vI;RZ.default=jI});var FH=A((oJ)=>{Object.defineProperty(oJ,"__esModule",{value:!0});oJ.default=bI;function EI(Z){for(var G=1;G<arguments.length;G++){var J=arguments[G]!=null?arguments[G]:{},X=Object.keys(J);if(typeof Object.getOwnPropertySymbols==="function")X=X.concat(Object.getOwnPropertySymbols(J).filter(function(Y){return Object.getOwnPropertyDescriptor(J,Y).enumerable}));X.forEach(function(Y){SI(Z,Y,J[Y])})}return Z}function SI(Z,G,J){if(G in Z)Object.defineProperty(Z,G,{value:J,enumerable:!0,configurable:!0,writable:!0});else Z[G]=J;return Z}var rJ;function pI(Z){if(rJ===void 0)rJ=!!Z.canUseDOM&&!!window&&!!window.matchMedia&&function(G){return window.matchMedia(G)}||null;return rJ}function qH(Z,G){return Object.keys(Z).filter(function(J){return G(Z[J],J)}).reduce(function(J,X){return J[X]=Z[X],J},{})}function _I(Z){return Object.keys(Z).reduce(function(G,J){if(J.indexOf("@media")!==0)G[J]=Z[J];return G},{})}function iI(Z){var{addCSS:G,appendImportantToEachValue:J,cssRuleSetToString:X,hash:Y,isNestedStyle:x,style:z,userAgent:Q}=Z,K="";return Object.keys(z).filter(function(W){return W.indexOf("@media")===0}).map(function(W){var H=J(qH(z[W],function(L){return!x(L)}));if(!Object.keys(H).length)return;var U=X("",H,Q),N="rmq-"+Y(W+U),$=W+"{ ."+N+U+"}";G($),K+=(K?" ":"")+N}),K}function CI(Z){var{listener:G,listenersByQuery:J,matchMedia:X,mediaQueryListsByQuery:Y,query:x}=Z;x=x.replace("@media ","");var z=Y[x];if(!z&&X)Y[x]=z=X(x);if(!J||!J[x])z.addListener(G),J[x]={remove:function(){z.removeListener(G)}};return z}function bI(Z){var{ExecutionEnvironment:G,addCSS:J,appendImportantToEachValue:X,config:Y,cssRuleSetToString:x,getComponentField:z,getGlobalState:Q,hash:K,isNestedStyle:W,mergeStyles:H,props:U,setState:N,style:$}=Z,L=_I($),B=iI({addCSS:J,appendImportantToEachValue:X,cssRuleSetToString:x,hash:K,isNestedStyle:W,style:$,userAgent:Y.userAgent}),q=B?{className:B+(U.className?" "+U.className:"")}:null,R=Y.matchMedia||pI(G);if(!R)return{props:q,style:L};var T=EI({},z("_radiumMediaQueryListenersByQuery")),F=Q("mediaQueryListsByQuery")||{};return Object.keys($).filter(function(I){return I.indexOf("@media")===0}).map(function(I){var v=qH($[I],W);if(!Object.keys(v).length)return;var D=CI({listener:function(){return N(I,D.matches,"_all")},listenersByQuery:T,matchMedia:R,mediaQueryListsByQuery:F,query:I});if(D.matches)L=H([L,v])}),{componentFields:{_radiumMediaQueryListenersByQuery:T},globalState:{mediaQueryListsByQuery:F},props:q,style:L}}});var wH=A((tJ)=>{Object.defineProperty(tJ,"__esModule",{value:!0});tJ.default=gI;function gI(Z){var{addCSS:G,appendImportantToEachValue:J,config:X,cssRuleSetToString:Y,hash:x,props:z,style:Q}=Z,K=z.className,W=Object.keys(Q).reduce(function(H,U){var N=Q[U];if(U===":visited"){N=J(N);var $=Y("",N,X.userAgent),L="rad-"+x($),B="."+L+":visited"+$;G(B),K=(K?K+" ":"")+L}else H[U]=N;return H},{});return{props:K===z.className?null:{className:K},style:W}}});var eJ=A((OZ)=>{Object.defineProperty(OZ,"__esModule",{value:!0});OZ.default=void 0;var hI=o5(HH()),yI=o5(WH()),uI=o5(UH()),kI=o5(NH()),fI=o5($H()),cI=o5(VH()),lI=o5(FH()),aI=o5(wH());function o5(Z){return Z&&Z.__esModule?Z:{default:Z}}var nI={checkProps:hI.default,keyframes:yI.default,mergeStyleArray:uI.default,prefix:kI.default,removeNestedStyles:fI.default,resolveInteractionStyles:cI.default,resolveMediaQueries:lI.default,visited:aI.default};OZ.default=nI});var m7=A((DZ)=>{Object.defineProperty(DZ,"__esModule",{value:!0});DZ.default=void 0;function dI(Z,G){if(!(Z instanceof G))throw TypeError("Cannot call a class as a function")}function AH(Z,G){for(var J=0;J<G.length;J++){var X=G[J];if(X.enumerable=X.enumerable||!1,X.configurable=!0,"value"in X)X.writable=!0;Object.defineProperty(Z,X.key,X)}}function sI(Z,G,J){if(G)AH(Z.prototype,G);if(J)AH(Z,J);return Z}var rI=function(){function Z(G){dI(this,Z),this._userAgent=void 0,this._listeners=void 0,this._cssSet=void 0,this._userAgent=G,this._listeners=[],this._cssSet={}}return sI(Z,[{key:"subscribe",value:function(J){var X=this;if(this._listeners.indexOf(J)===-1)this._listeners.push(J);return{remove:function(){var x=X._listeners.indexOf(J);if(x>-1)X._listeners.splice(x,1)}}}},{key:"addCSS",value:function(J){var X=this;if(!this._cssSet[J])this._cssSet[J]=!0,this._emitChange();return{remove:function(){delete X._cssSet[J],X._emitChange()}}}},{key:"getCSS",value:function(){return Object.keys(this._cssSet).join(`
11
+ `)}},{key:"_emitChange",value:function(){this._listeners.forEach(function(J){return J()})}}]),Z}();DZ.default=rI});var ZX=A((TZ)=>{Object.defineProperty(TZ,"__esModule",{value:!0});TZ.default=void 0;var oI=G5(TQ()),tI=G5(UZ()),eI=G5(yJ()),D6=G5(QH()),ZT=G5(hJ()),OH=G5(uJ()),GT=G5(fJ()),MH=KH(),p5=G5(eJ()),JT=G5(PJ()),t5=G5(require("react")),jf=G5(m7());function G5(Z){return Z&&Z.__esModule?Z:{default:Z}}function I6(Z){for(var G=1;G<arguments.length;G++){var J=arguments[G]!=null?arguments[G]:{},X=Object.keys(J);if(typeof Object.getOwnPropertySymbols==="function")X=X.concat(Object.getOwnPropertySymbols(J).filter(function(Y){return Object.getOwnPropertyDescriptor(J,Y).enumerable}));X.forEach(function(Y){XT(Z,Y,J[Y])})}return Z}function XT(Z,G,J){if(G in Z)Object.defineProperty(Z,G,{value:J,enumerable:!0,configurable:!0,writable:!0});else Z[G]=J;return Z}function IZ(Z){if(typeof Symbol==="function"&&typeof Symbol.iterator==="symbol")IZ=function(J){return typeof J};else IZ=function(J){return J&&typeof Symbol==="function"&&J.constructor===Symbol&&J!==Symbol.prototype?"symbol":typeof J};return IZ(Z)}var DH={plugins:[p5.default.mergeStyleArray,p5.default.checkProps,p5.default.resolveMediaQueries,p5.default.resolveInteractionStyles,p5.default.keyframes,p5.default.visited,p5.default.removeNestedStyles,p5.default.prefix,p5.default.checkProps]},RH={},YT=!1,p8=null,xT=function(G){return G.type&&!G.type._isRadiumEnhanced},zT=function(G){var{children:J,component:X,config:Y,existingKeyMap:x,extraStateKeyMap:z}=G;if(!J)return J;var Q=IZ(J);if(Q==="string"||Q==="number")return J;if(Q==="function")return function(){var N=J.apply(this,arguments);if(t5.default.isValidElement(N)){var $=(0,D6.default)(N);delete z[$];var L=p8(X,N,Y,x,!0,z),B=L.element;return B}return N};if(t5.default.Children.count(J)===1&&J.type){var K=t5.default.Children.only(J),W=(0,D6.default)(K);delete z[W];var H=p8(X,K,Y,x,!0,z),U=H.element;return U}return t5.default.Children.map(J,function(N){if(t5.default.isValidElement(N)){var $=(0,D6.default)(N);delete z[$];var L=p8(X,N,Y,x,!0,z),B=L.element;return B}return N})},QT=function(G){var{component:J,config:X,existingKeyMap:Y,props:x,extraStateKeyMap:z}=G,Q=x;return Object.keys(x).forEach(function(K){if(K==="children")return;var W=x[K];if(t5.default.isValidElement(W)){var H=(0,D6.default)(W);delete z[H],Q=I6({},Q);var U=p8(J,W,X,Y,!0,z),N=U.element;Q[K]=N}}),Q},KT=function(G){var{componentName:J,existingKeyMap:X,renderedElement:Y}=G,x=(0,D6.default)(Y),z=(0,ZT.default)(x),Q=!1,K=function(){if(Q)return z;if(Q=!0,X[z]){var H;if(typeof Y.type==="string")H=Y.type;else if(Y.type.constructor)H=Y.type.constructor.displayName||Y.type.constructor.name;throw Error("Radium requires each element with interactive styles to have a unique key, set using either the ref or key prop. "+(x?'Key "'+x+'" is a duplicate.':"Multiple elements have no key specified.")+' Component: "'+J+'". '+(H?'Element: "'+H+'".':""))}return X[z]=!0,z};return K},HT=function(G,J,X,Y){if(!G._radiumIsMounted)return;var x=(0,OH.default)(G),z={_radiumStyleState:I6({},x)};z._radiumStyleState[J]=I6({},z._radiumStyleState[J]),z._radiumStyleState[J][X]=Y,G._lastRadiumState=z._radiumStyleState,G.setState(z)},WT=function(G){var{component:J,config:X,existingKeyMap:Y,props:x,renderedElement:z}=G;if(!t5.default.isValidElement(z)||typeof z.type!=="string"||!x.style)return x;var Q=x,K=X.plugins||DH.plugins,W=J.constructor.displayName||J.constructor.name,H=KT({renderedElement:z,existingKeyMap:Y,componentName:W}),U=function(T){return J[T]},N=function(T){return RH[T]},$=function(T,F){return(0,eI.default)(J.state,F||H(),T)},L=function(T,F,I){return HT(J,I||H(),T,F)},B=function(T){var F=J._radiumStyleKeeper;if(!F){if(YT)return{remove:function(){}};throw Error("To use plugins requiring `addCSS` (e.g. keyframes, media queries), please wrap your application in the StyleRoot component. Component name: `"+W+"`.")}return F.addCSS(T)},q=x.style;if(K.forEach(function(R){var T=R({ExecutionEnvironment:JT.default,addCSS:B,appendImportantToEachValue:oI.default,componentName:W,config:X,cssRuleSetToString:tI.default,getComponentField:U,getGlobalState:N,getState:$,hash:GT.default,mergeStyles:MH.mergeStyles,props:Q,setState:L,isNestedStyle:MH.isNestedStyle,style:q})||{};q=T.style||q,Q=T.props&&Object.keys(T.props).length?I6({},Q,T.props):Q;var F=T.componentFields||{};Object.keys(F).forEach(function(v){J[v]=F[v]});var I=T.globalState||{};Object.keys(I).forEach(function(v){RH[v]=I[v]})}),q!==x.style)Q=I6({},Q,{style:q});return Q},UT=function(G,J,X){if(typeof G.type==="string")J=I6({},J,{"data-radium":!0});return t5.default.cloneElement(G,J,X)};p8=function(G,J){var X=arguments.length>2&&arguments[2]!==void 0?arguments[2]:DH,Y=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{},x=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!1,z=arguments.length>5?arguments[5]:void 0;if(!z){var Q=(0,OH.default)(G);z=Object.keys(Q).reduce(function($,L){if(L!=="main")$[L]=!0;return $},{})}if(Array.isArray(J)&&!J.props){var K=J.map(function($){if(z){var L=(0,D6.default)($);delete z[L]}return p8(G,$,X,Y,x,z).element});return{extraStateKeyMap:z,element:K}}if(!J||J.props&&J.props["data-radium"]||x&&!xT(J))return{extraStateKeyMap:z,element:J};var W=J.props.children,H=zT({children:W,component:G,config:X,existingKeyMap:Y,extraStateKeyMap:z}),U=QT({component:G,config:X,existingKeyMap:Y,extraStateKeyMap:z,props:J.props});if(U=WT({component:G,config:X,existingKeyMap:Y,props:U,renderedElement:J}),H===W&&U===J.props)return{extraStateKeyMap:z,element:J};var N=UT(J,U!==J.props?U:{},H);return{extraStateKeyMap:z,element:N}};var NT=p8;TZ.default=NT});var v7=A((_8)=>{Object.defineProperty(_8,"__esModule",{value:!0});_8.withRadiumContexts=BT;_8.RadiumConfigContext=_8.StyleKeeperContext=void 0;var T6=LT(require("react")),$T=IH(qJ()),Sf=IH(m7());function IH(Z){return Z&&Z.__esModule?Z:{default:Z}}function LT(Z){if(Z&&Z.__esModule)return Z;else{var G={};if(Z!=null){for(var J in Z)if(Object.prototype.hasOwnProperty.call(Z,J)){var X=Object.defineProperty&&Object.getOwnPropertyDescriptor?Object.getOwnPropertyDescriptor(Z,J):{};if(X.get||X.set)Object.defineProperty(G,J,X);else G[J]=Z[J]}}return G.default=Z,G}}function GX(){return GX=Object.assign||function(Z){for(var G=1;G<arguments.length;G++){var J=arguments[G];for(var X in J)if(Object.prototype.hasOwnProperty.call(J,X))Z[X]=J[X]}return Z},GX.apply(this,arguments)}var TH=T6.default.createContext(void 0);_8.StyleKeeperContext=TH;var PH=T6.default.createContext(void 0);_8.RadiumConfigContext=PH;function BT(Z){var G=T6.default.forwardRef(function(J,X){var Y=(0,T6.useContext)(PH),x=(0,T6.useContext)(TH);return T6.default.createElement(Z,GX({ref:X},J,{radiumConfigContext:Y,styleKeeperContext:x}))});return G.displayName="withRadiumContexts(".concat(Z.displayName||Z.name||"Component",")"),(0,$T.default)(G,Z)}});var zX=A((xX)=>{Object.defineProperty(xX,"__esModule",{value:!0});xX.default=uH;var _5=wT(require("react")),JX=vZ($J()),VT=vZ(qJ()),qT=vZ(ZX()),FT=vZ(uJ()),mZ=v7();function vZ(Z){return Z&&Z.__esModule?Z:{default:Z}}function wT(Z){if(Z&&Z.__esModule)return Z;else{var G={};if(Z!=null){for(var J in Z)if(Object.prototype.hasOwnProperty.call(Z,J)){var X=Object.defineProperty&&Object.getOwnPropertyDescriptor?Object.getOwnPropertyDescriptor(Z,J):{};if(X.get||X.set)Object.defineProperty(G,J,X);else G[J]=Z[J]}}return G.default=Z,G}}function i8(Z){if(typeof Symbol==="function"&&typeof Symbol.iterator==="symbol")i8=function(J){return typeof J};else i8=function(J){return J&&typeof Symbol==="function"&&J.constructor===Symbol&&J!==Symbol.prototype?"symbol":typeof J};return i8(Z)}function EH(Z,G){if(!(Z instanceof G))throw TypeError("Cannot call a class as a function")}function mH(Z,G){for(var J=0;J<G.length;J++){var X=G[J];if(X.enumerable=X.enumerable||!1,X.configurable=!0,"value"in X)X.writable=!0;Object.defineProperty(Z,X.key,X)}}function AT(Z,G,J){if(G)mH(Z.prototype,G);if(J)mH(Z,J);return Z}function SH(Z,G){if(G&&(i8(G)==="object"||typeof G==="function"))return G;return pH(Z)}function pH(Z){if(Z===void 0)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return Z}function e5(Z,G,J){if(typeof Reflect<"u"&&Reflect.get)e5=Reflect.get;else e5=function(Y,x,z){var Q=MT(Y,x);if(!Q)return;var K=Object.getOwnPropertyDescriptor(Q,x);if(K.get)return K.get.call(z);return K.value};return e5(Z,G,J||Z)}function MT(Z,G){while(!Object.prototype.hasOwnProperty.call(Z,G))if(Z=q5(Z),Z===null)break;return Z}function q5(Z){return q5=Object.setPrototypeOf?Object.getPrototypeOf:function(J){return J.__proto__||Object.getPrototypeOf(J)},q5(Z)}function _H(Z,G){if(typeof G!=="function"&&G!==null)throw TypeError("Super expression must either be null or a function");if(Z.prototype=Object.create(G&&G.prototype,{constructor:{value:Z,writable:!0,configurable:!0}}),G)XX(Z,G)}function XX(Z,G){return XX=Object.setPrototypeOf||function(X,Y){return X.__proto__=Y,X},XX(Z,G)}function RT(Z,G){return IT(Z)||DT(Z,G)||OT()}function OT(){throw TypeError("Invalid attempt to destructure non-iterable instance")}function DT(Z,G){var J=[],X=!0,Y=!1,x=void 0;try{for(var z=Z[Symbol.iterator](),Q;!(X=(Q=z.next()).done);X=!0)if(J.push(Q.value),G&&J.length===G)break}catch(K){Y=!0,x=K}finally{try{if(!X&&z.return!=null)z.return()}finally{if(Y)throw x}}return J}function IT(Z){if(Array.isArray(Z))return Z}function YX(Z){for(var G=1;G<arguments.length;G++){var J=arguments[G]!=null?arguments[G]:{},X=Object.keys(J);if(typeof Object.getOwnPropertySymbols==="function")X=X.concat(Object.getOwnPropertySymbols(J).filter(function(Y){return Object.getOwnPropertyDescriptor(J,Y).enumerable}));X.forEach(function(Y){TT(Z,Y,J[Y])})}return Z}function TT(Z,G,J){if(G in Z)Object.defineProperty(Z,G,{value:J,enumerable:!0,configurable:!0,writable:!0});else Z[G]=J;return Z}function iH(Z,G){if(Z==null)return{};var J=PT(Z,G),X,Y;if(Object.getOwnPropertySymbols){var x=Object.getOwnPropertySymbols(Z);for(Y=0;Y<x.length;Y++){if(X=x[Y],G.indexOf(X)>=0)continue;if(!Object.prototype.propertyIsEnumerable.call(Z,X))continue;J[X]=Z[X]}}return J}function PT(Z,G){if(Z==null)return{};var J={},X=Object.keys(Z),Y,x;for(x=0;x<X.length;x++){if(Y=X[x],G.indexOf(Y)>=0)continue;J[Y]=Z[Y]}return J}function mT(Z){var G=vT(Z,"string");return i8(G)==="symbol"?G:String(G)}function vT(Z,G){if(i8(Z)!=="object"||Z===null)return Z;var J=Z[Symbol.toPrimitive];if(J!==void 0){var X=J.call(Z,G||"default");if(i8(X)!=="object")return X;throw TypeError("@@toPrimitive must return a primitive value.")}return(G==="string"?String:Number)(Z)}var jT=["arguments","callee","caller","length","name","prototype","type"],PZ,CH;function ET(Z,G){Object.getOwnPropertyNames(Z).forEach(function(J){if(jT.indexOf(J)<0&&!G.hasOwnProperty(J)){var X=Object.getOwnPropertyDescriptor(Z,J);X&&Object.defineProperty(G,J,X)}})}function ST(Z){var G=Z.prototype||{};return!Z.isReactComponent&&!G.isReactComponent&&!Z.render&&!G.render}function pT(Z){return typeof Z==="function"&&/^\s*class\s+/.test(Z.toString())}function _T(Z,G){CH.forEach(function(J){var X=Object.getOwnPropertyDescriptor(Z,J),Y=(X||{}).value;if(!Y)return;var x=Object.getOwnPropertyDescriptor(PZ,J),z=(x||{}).value,Q=G.prototype[J];if(!Q&&Y!==z)X&&Object.defineProperty(G.prototype,J,X),delete Z[J]})}function bH(Z){if(Z._extraRadiumStateKeys&&Z._extraRadiumStateKeys.length>0){var G=Z._extraRadiumStateKeys.reduce(function(J,X){var Y=J[X],x=iH(J,[X].map(mT));return x},(0,FT.default)(Z));Z._lastRadiumState=G,Z.setState({_radiumStyleState:G})}}function gH(Z){var{_radiumMouseUpListener:G,_radiumMediaQueryListenersByQuery:J}=Z;if(Z._radiumIsMounted=!1,G)G.remove();if(J)Object.keys(J).forEach(function(X){J[X].remove()},Z)}function hH(Z,G,J){var X=Z||G||J;if(J&&X!==J)X=YX({},J,X);return X}function yH(Z,G,J,X){var Y=(0,qT.default)(Z,G,J),x=Y.extraStateKeyMap,z=Y.element;if(Z._extraRadiumStateKeys=Object.keys(x),X)return _5.default.createElement(mZ.RadiumConfigContext.Provider,{value:X},z);return z}function vH(Z,G){var J=_5.default.forwardRef(function(X,Y){var x=X.radiumConfig,z=iH(X,["radiumConfig"]),Q=(0,_5.useContext)(mZ.RadiumConfigContext),K=(0,_5.useContext)(mZ.StyleKeeperContext),W=(0,_5.useState)({_radiumStyleState:{}}),H=RT(W,2),U=H[0],N=H[1],$=(0,_5.useRef)({state:U,setState:N,_radiumMediaQueryListenersByQuery:void 0,_radiumMouseUpListener:void 0,_radiumIsMounted:!0,_lastRadiumState:void 0,_extraRadiumStateKeys:void 0,_radiumStyleKeeper:K}).current;$.state=U,(0,_5.useEffect)(function(){return function(){gH($)}},[$]);var L=$._extraRadiumStateKeys&&$._extraRadiumStateKeys.length>0;(0,_5.useEffect)(function(){bH($)},[L,$]);var B=Z(z,Y),q=hH(x,Q,G);return yH($,B,q,x)});return J._isRadiumEnhanced=!0,J.defaultProps=Z.defaultProps,(0,VT.default)(J,Z)}function iT(Z,G,J){var X=function(Y){_H(x,Y);function x(){var z;EH(this,x),z=SH(this,q5(x).apply(this,arguments)),z.state=z.state||{},z._radiumStyleKeeper=z.props.styleKeeperContext,z._radiumMediaQueryListenersByQuery=z._radiumMediaQueryListenersByQuery,z._radiumMouseUpListener=z._radiumMouseUpListener,z._radiumIsMounted=!0,z._lastRadiumState=void 0,z._extraRadiumStateKeys=void 0,z.state._radiumStyleState={};var Q=pH(z);return _T(Q,G),z}return AT(x,[{key:"componentDidUpdate",value:function(Q,K,W){if(e5(q5(x.prototype),"componentDidUpdate",this))e5(q5(x.prototype),"componentDidUpdate",this).call(this,Q,K,W);bH(this)}},{key:"componentWillUnmount",value:function(){if(e5(q5(x.prototype),"componentWillUnmount",this))e5(q5(x.prototype),"componentWillUnmount",this).call(this);gH(this)}},{key:"render",value:function(){var Q=e5(q5(x.prototype),"render",this).call(this),K=hH(this.props.radiumConfig,this.props.radiumConfigContext,J);return yH(this,Q,K,this.props.radiumConfig)}}]),x}(G);if(X._isRadiumEnhanced=!0,PZ=X.prototype,CH=Object.getOwnPropertyNames(PZ).filter(function(Y){return Y!=="constructor"&&typeof PZ[Y]==="function"}),ET(Z,X),X.propTypes&&X.propTypes.style)X.propTypes=YX({},X.propTypes,{style:JX.default.oneOfType([JX.default.array,JX.default.object])});return X.displayName=Z.displayName||Z.name||"Component",(0,mZ.withRadiumContexts)(X)}function CT(Z){return Z=function(G){function J(){var X=Reflect.construct(G,arguments,this.constructor);return X}return Reflect.setPrototypeOf(J.prototype,G.prototype),Reflect.setPrototypeOf(J,G),J}(Z),Z}var jH=(0,_5.forwardRef)(function(){return null}).$$typeof;function uH(Z){var G=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(jH&&Z.$$typeof===jH)return vH(Z.render,G);if(typeof Z!=="function")return bT(G,Z);var J=Z;if(ST(J))return vH(J,G);var X=J;if(pT(X))X=CT(X);if(X===J)X=function(Y){_H(x,Y);function x(){return EH(this,x),SH(this,q5(x).apply(this,arguments))}return x}(X);return iT(J,X,G)}function bT(Z,G){var J=YX({},Z,G);return function(X){return uH(X,J)}}});var aH=A((jZ)=>{Object.defineProperty(jZ,"__esModule",{value:!0});jZ.default=void 0;var kH=lH(UZ()),fH=hT(require("react")),QX=lH($J()),gT=v7();function hT(Z){if(Z&&Z.__esModule)return Z;else{var G={};if(Z!=null){for(var J in Z)if(Object.prototype.hasOwnProperty.call(Z,J)){var X=Object.defineProperty&&Object.getOwnPropertyDescriptor?Object.getOwnPropertyDescriptor(Z,J):{};if(X.get||X.set)Object.defineProperty(G,J,X);else G[J]=Z[J]}}return G.default=Z,G}}function lH(Z){return Z&&Z.__esModule?Z:{default:Z}}function P6(Z){if(typeof Symbol==="function"&&typeof Symbol.iterator==="symbol")P6=function(J){return typeof J};else P6=function(J){return J&&typeof Symbol==="function"&&J.constructor===Symbol&&J!==Symbol.prototype?"symbol":typeof J};return P6(Z)}function yT(Z,G){if(!(Z instanceof G))throw TypeError("Cannot call a class as a function")}function cH(Z,G){for(var J=0;J<G.length;J++){var X=G[J];if(X.enumerable=X.enumerable||!1,X.configurable=!0,"value"in X)X.writable=!0;Object.defineProperty(Z,X.key,X)}}function uT(Z,G,J){if(G)cH(Z.prototype,G);if(J)cH(Z,J);return Z}function kT(Z,G){if(G&&(P6(G)==="object"||typeof G==="function"))return G;return fT(Z)}function fT(Z){if(Z===void 0)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return Z}function KX(Z){return KX=Object.setPrototypeOf?Object.getPrototypeOf:function(J){return J.__proto__||Object.getPrototypeOf(J)},KX(Z)}function cT(Z,G){if(typeof G!=="function"&&G!==null)throw TypeError("Super expression must either be null or a function");if(Z.prototype=Object.create(G&&G.prototype,{constructor:{value:Z,writable:!0,configurable:!0}}),G)HX(Z,G)}function HX(Z,G){return HX=Object.setPrototypeOf||function(X,Y){return X.__proto__=Y,X},HX(Z,G)}var WX=function(Z){cT(G,Z);function G(){return yT(this,G),kT(this,KX(G).apply(this,arguments))}return uT(G,[{key:"_buildStyles",value:function(X){var Y=this,x=this.props.radiumConfig&&this.props.radiumConfig.userAgent||this.props.radiumConfigContext&&this.props.radiumConfigContext.userAgent,z=this.props.scopeSelector,Q=Object.keys(X).reduce(function(W,H){if(P6(X[H])!=="object")W[H]=X[H];return W},{}),K=Object.keys(Q).length?(0,kH.default)(z||"",Q,x):"";return K+Object.keys(X).reduce(function(W,H){var U=X[H];if(H==="mediaQueries")W+=Y._buildMediaQueryString(U);else if(P6(X[H])==="object"){var N=z?H.split(",").map(function($){return z+" "+$.trim()}).join(","):H;W+=(0,kH.default)(N,U,x)}return W},"")}},{key:"_buildMediaQueryString",value:function(X){var Y=this,x="";return Object.keys(X).forEach(function(z){x+="@media "+z+"{"+Y._buildStyles(X[z])+"}"}),x}},{key:"render",value:function(){if(!this.props.rules)return null;var X=this._buildStyles(this.props.rules);return fH.default.createElement("style",{dangerouslySetInnerHTML:{__html:X}})}}]),G}(fH.PureComponent);WX.propTypes={radiumConfig:QX.default.object,rules:QX.default.object,scopeSelector:QX.default.string};WX.defaultProps={scopeSelector:""};var lT=(0,gT.withRadiumContexts)(WX);jZ.default=lT});var sH=A((SZ)=>{Object.defineProperty(SZ,"__esModule",{value:!0});SZ.default=void 0;var nH=dT(require("react")),bf=nT(m7()),aT=v7();function nT(Z){return Z&&Z.__esModule?Z:{default:Z}}function dT(Z){if(Z&&Z.__esModule)return Z;else{var G={};if(Z!=null){for(var J in Z)if(Object.prototype.hasOwnProperty.call(Z,J)){var X=Object.defineProperty&&Object.getOwnPropertyDescriptor?Object.getOwnPropertyDescriptor(Z,J):{};if(X.get||X.set)Object.defineProperty(G,J,X);else G[J]=Z[J]}}return G.default=Z,G}}function EZ(Z){if(typeof Symbol==="function"&&typeof Symbol.iterator==="symbol")EZ=function(J){return typeof J};else EZ=function(J){return J&&typeof Symbol==="function"&&J.constructor===Symbol&&J!==Symbol.prototype?"symbol":typeof J};return EZ(Z)}function sT(Z,G){if(!(Z instanceof G))throw TypeError("Cannot call a class as a function")}function dH(Z,G){for(var J=0;J<G.length;J++){var X=G[J];if(X.enumerable=X.enumerable||!1,X.configurable=!0,"value"in X)X.writable=!0;Object.defineProperty(Z,X.key,X)}}function rT(Z,G,J){if(G)dH(Z.prototype,G);if(J)dH(Z,J);return Z}function oT(Z,G){if(G&&(EZ(G)==="object"||typeof G==="function"))return G;return tT(Z)}function tT(Z){if(Z===void 0)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return Z}function UX(Z){return UX=Object.setPrototypeOf?Object.getPrototypeOf:function(J){return J.__proto__||Object.getPrototypeOf(J)},UX(Z)}function eT(Z,G){if(typeof G!=="function"&&G!==null)throw TypeError("Super expression must either be null or a function");if(Z.prototype=Object.create(G&&G.prototype,{constructor:{value:Z,writable:!0,configurable:!0}}),G)NX(Z,G)}function NX(Z,G){return NX=Object.setPrototypeOf||function(X,Y){return X.__proto__=Y,X},NX(Z,G)}var ZP=function(Z){eT(G,Z);function G(){var J;if(sT(this,G),J=oT(this,UX(G).apply(this,arguments)),J.styleKeeper=void 0,J._subscription=void 0,J._root=void 0,J._css=void 0,J._onChange=function(){var X=J.styleKeeper.getCSS();if(X!==J._css){if(J._root)J._root.innerHTML=X;else throw Error("No root style object found, even after StyleSheet mount.");J._css=X}},!J.props.styleKeeperContext)throw Error("StyleRoot is required to use StyleSheet");return J.styleKeeper=J.props.styleKeeperContext,J._css=J.styleKeeper.getCSS(),J}return rT(G,[{key:"componentDidMount",value:function(){this._subscription=this.styleKeeper.subscribe(this._onChange),this._onChange()}},{key:"shouldComponentUpdate",value:function(){return!1}},{key:"componentWillUnmount",value:function(){if(this._subscription)this._subscription.remove()}},{key:"render",value:function(){var X=this;return nH.default.createElement("style",{dangerouslySetInnerHTML:{__html:this._css},ref:function(x){X._root=x}})}}]),G}(nH.Component),GP=(0,aT.withRadiumContexts)(ZP);SZ.default=GP});var oH=A((pZ)=>{Object.defineProperty(pZ,"__esModule",{value:!0});pZ.default=void 0;var m6=xP(require("react")),JP=$X(zX()),XP=$X(m7()),YP=$X(sH()),rH=v7();function $X(Z){return Z&&Z.__esModule?Z:{default:Z}}function xP(Z){if(Z&&Z.__esModule)return Z;else{var G={};if(Z!=null){for(var J in Z)if(Object.prototype.hasOwnProperty.call(Z,J)){var X=Object.defineProperty&&Object.getOwnPropertyDescriptor?Object.getOwnPropertyDescriptor(Z,J):{};if(X.get||X.set)Object.defineProperty(G,J,X);else G[J]=Z[J]}}return G.default=Z,G}}function zP(Z,G){if(Z==null)return{};var J=QP(Z,G),X,Y;if(Object.getOwnPropertySymbols){var x=Object.getOwnPropertySymbols(Z);for(Y=0;Y<x.length;Y++){if(X=x[Y],G.indexOf(X)>=0)continue;if(!Object.prototype.propertyIsEnumerable.call(Z,X))continue;J[X]=Z[X]}}return J}function QP(Z,G){if(Z==null)return{};var J={},X=Object.keys(Z),Y,x;for(x=0;x<X.length;x++){if(Y=X[x],G.indexOf(Y)>=0)continue;J[Y]=Z[Y]}return J}function KP(Z,G){var J=Z&&Z.userAgent||G&&G.userAgent;return new XP.default(J)}var HP=(0,JP.default)(function(Z){var G=Z.children,J=zP(Z,["children"]);return m6.default.createElement("div",J,G,m6.default.createElement(YP.default,null))}),WP=function(G){var J=G.radiumConfig,X=(0,m6.useContext)(rH.RadiumConfigContext),Y=(0,m6.useRef)(KP(J,X));return m6.default.createElement(rH.StyleKeeperContext.Provider,{value:Y.current},m6.default.createElement(HP,G))},UP=WP;pZ.default=UP});var eH=A((LX)=>{Object.defineProperty(LX,"__esModule",{value:!0});LX.default=BP;var NP=tH(UZ()),$P=tH(fJ()),LP=WZ();function tH(Z){return Z&&Z.__esModule?Z:{default:Z}}function BP(Z,G){return{__radiumKeyframes:!0,__process:function(X){var Y=(0,LP.getPrefixedKeyframes)(X),x=Object.keys(Z).map(function(K){return(0,NP.default)(K,Z[K],X)}).join(`
12
+ `),z=(G?G+"-":"")+"radium-animation-"+(0,$P.default)(x),Q="@"+Y+" "+z+` {
13
+ `+x+`
14
+ }
15
+ `;return{css:Q,animationName:z}}}}});var xW=A((i5)=>{Object.defineProperty(i5,"__esModule",{value:!0});Object.defineProperty(i5,"Plugins",{enumerable:!0,get:function(){return ZW.default}});Object.defineProperty(i5,"Style",{enumerable:!0,get:function(){return GW.default}});Object.defineProperty(i5,"StyleRoot",{enumerable:!0,get:function(){return JW.default}});Object.defineProperty(i5,"getState",{enumerable:!0,get:function(){return XW.default}});Object.defineProperty(i5,"keyframes",{enumerable:!0,get:function(){return YW.default}});i5.default=void 0;var VP=C8(zX()),ZW=C8(eJ()),GW=C8(aH()),JW=C8(oH()),XW=C8(yJ()),YW=C8(eH()),uf=C8(ZX());function C8(Z){return Z&&Z.__esModule?Z:{default:Z}}function v6(Z){return(0,VP.default)(Z)}v6.Plugins=ZW.default;v6.Style=GW.default;v6.StyleRoot=JW.default;v6.getState=XW.default;v6.keyframes=YW.default;var qP=v6;i5.default=qP});var b8=A((ff,_Z)=>{_Z.exports=xW().default;_Z.exports.default=_Z.exports});var HW=A((nf,KW)=>{var j6=require("fs"),QW=require("url"),wP=require("child_process").spawn;KW.exports=VX;VX.XMLHttpRequest=VX;function VX(Z){Z=Z||{};var G=this,J=require("http"),X=require("https"),Y,x,z={},Q=!1,K={"User-Agent":"node-XMLHttpRequest",Accept:"*/*"},W=Object.assign({},K),H=["accept-charset","accept-encoding","access-control-request-headers","access-control-request-method","connection","content-length","content-transfer-encoding","cookie","cookie2","date","expect","host","keep-alive","origin","referer","te","trailer","transfer-encoding","upgrade","via"],U=["TRACE","TRACK","CONNECT"],N=!1,$=!1,L=!1,B={};this.UNSENT=0,this.OPENED=1,this.HEADERS_RECEIVED=2,this.LOADING=3,this.DONE=4,this.readyState=this.UNSENT,this.onreadystatechange=null,this.responseText="",this.responseXML="",this.response=Buffer.alloc(0),this.status=null,this.statusText=null;var q=function(F){return Q||F&&H.indexOf(F.toLowerCase())===-1},R=function(F){return F&&U.indexOf(F)===-1};this.open=function(F,I,v,D,p){if(this.abort(),$=!1,L=!1,!R(F))throw Error("SecurityError: Request method not allowed");z={method:F,url:I.toString(),async:typeof v!=="boolean"?!0:v,user:D||null,password:p||null},T(this.OPENED)},this.setDisableHeaderCheck=function(F){Q=F},this.setRequestHeader=function(F,I){if(this.readyState!=this.OPENED)throw Error("INVALID_STATE_ERR: setRequestHeader can only be called when state is OPEN");if(!q(F))return console.warn('Refused to set unsafe header "'+F+'"'),!1;if(N)throw Error("INVALID_STATE_ERR: send flag is true");return W[F]=I,!0},this.getResponseHeader=function(F){if(typeof F==="string"&&this.readyState>this.OPENED&&x.headers[F.toLowerCase()]&&!$)return x.headers[F.toLowerCase()];return null},this.getAllResponseHeaders=function(){if(this.readyState<this.HEADERS_RECEIVED||$)return"";var F="";for(var I in x.headers)if(I!=="set-cookie"&&I!=="set-cookie2")F+=I+": "+x.headers[I]+`\r
16
+ `;return F.substr(0,F.length-2)},this.getRequestHeader=function(F){if(typeof F==="string"&&W[F])return W[F];return""},this.send=function(F){if(this.readyState!=this.OPENED)throw Error("INVALID_STATE_ERR: connection must be opened before send() is called");if(N)throw Error("INVALID_STATE_ERR: send has already been called");var I=!1,v=!1,D=QW.parse(z.url),p;switch(D.protocol){case"https:":I=!0;case"http:":p=D.hostname;break;case"file:":v=!0;break;case void 0:case"":p="localhost";break;default:throw Error("Protocol not supported.")}if(v){if(z.method!=="GET")throw Error("XMLHttpRequest: Only GET method is supported");if(z.async)j6.readFile(unescape(D.pathname),function(l,B1){if(l)G.handleError(l,l.errno||-1);else G.status=200,G.responseText=B1.toString("utf8"),G.response=B1,T(G.DONE)});else try{this.response=j6.readFileSync(unescape(D.pathname)),this.responseText=this.response.toString("utf8"),this.status=200,T(G.DONE)}catch(l){this.handleError(l,l.errno||-1)}return}var b=D.port||(I?443:80),y=D.pathname+(D.search?D.search:"");if(W.Host=p,!(I&&b===443||b===80))W.Host+=":"+D.port;if(z.user){if(typeof z.password>"u")z.password="";var d=new Buffer(z.user+":"+z.password);W.Authorization="Basic "+d.toString("base64")}if(z.method==="GET"||z.method==="HEAD")F=null;else if(F){W["Content-Length"]=Buffer.isBuffer(F)?F.length:Buffer.byteLength(F);var a=Object.keys(W);if(!a.some(function(l){return l.toLowerCase()==="content-type"}))W["Content-Type"]="text/plain;charset=UTF-8"}else if(z.method==="POST")W["Content-Length"]=0;var c=Z.agent||!1,E={host:p,port:b,path:y,method:z.method,headers:W,agent:c};if(I)E.pfx=Z.pfx,E.key=Z.key,E.passphrase=Z.passphrase,E.cert=Z.cert,E.ca=Z.ca,E.ciphers=Z.ciphers,E.rejectUnauthorized=Z.rejectUnauthorized===!1?!1:!0;if($=!1,z.async){var k=I?X.request:J.request;N=!0,G.dispatchEvent("readystatechange");var M=function(l){if(x=l,x.statusCode===302||x.statusCode===303||x.statusCode===307){z.url=x.headers.location;var B1=QW.parse(z.url);p=B1.hostname;var E1={hostname:B1.hostname,port:B1.port,path:B1.path,method:x.statusCode===303?"GET":z.method,headers:W};if(I)E1.pfx=Z.pfx,E1.key=Z.key,E1.passphrase=Z.passphrase,E1.cert=Z.cert,E1.ca=Z.ca,E1.ciphers=Z.ciphers,E1.rejectUnauthorized=Z.rejectUnauthorized===!1?!1:!0;Y=k(E1,M).on("error",G1),Y.end();return}T(G.HEADERS_RECEIVED),G.status=x.statusCode,x.on("data",function(D1){if(D1){var I1=Buffer.from(D1);G.response=Buffer.concat([G.response,I1])}if(N)T(G.LOADING)}),x.on("end",function(){if(N)N=!1,T(G.DONE),G.responseText=G.response.toString("utf8")}),x.on("error",function(D1){G.handleError(D1)})},G1=function(l){if(Y.reusedSocket&&l.code==="ECONNRESET")return k(E,M).on("error",G1);G.handleError(l)};if(Y=k(E,M).on("error",G1),Z.autoUnref)Y.on("socket",(l)=>{l.unref()});if(F)Y.write(F);Y.end(),G.dispatchEvent("loadstart")}else{var h=".node-xmlhttprequest-content-"+process.pid,Q1=".node-xmlhttprequest-sync-"+process.pid;j6.writeFileSync(Q1,"","utf8");var F1="var http = require('http'), https = require('https'), fs = require('fs');var doRequest = http"+(I?"s":"")+".request;var options = "+JSON.stringify(E)+";var responseText = '';var responseData = Buffer.alloc(0);var req = doRequest(options, function(response) {response.on('data', function(chunk) { var data = Buffer.from(chunk); responseText += data.toString('utf8'); responseData = Buffer.concat([responseData, data]);});response.on('end', function() {fs.writeFileSync('"+h+"', JSON.stringify({err: null, data: {statusCode: response.statusCode, headers: response.headers, text: responseText, data: responseData.toString('base64')}}), 'utf8');fs.unlinkSync('"+Q1+"');});response.on('error', function(error) {fs.writeFileSync('"+h+"', 'NODE-XMLHTTPREQUEST-ERROR:' + JSON.stringify(error), 'utf8');fs.unlinkSync('"+Q1+"');});}).on('error', function(error) {fs.writeFileSync('"+h+"', 'NODE-XMLHTTPREQUEST-ERROR:' + JSON.stringify(error), 'utf8');fs.unlinkSync('"+Q1+"');});"+(F?"req.write('"+JSON.stringify(F).slice(1,-1).replace(/'/g,"\\'")+"');":"")+"req.end();",V=wP(process.argv[0],["-e",F1]),_;while(j6.existsSync(Q1));if(G.responseText=j6.readFileSync(h,"utf8"),V.stdin.end(),j6.unlinkSync(h),G.responseText.match(/^NODE-XMLHTTPREQUEST-ERROR:/)){var X1=JSON.parse(G.responseText.replace(/^NODE-XMLHTTPREQUEST-ERROR:/,""));G.handleError(X1,503)}else{G.status=G.responseText.replace(/^NODE-XMLHTTPREQUEST-STATUS:([0-9]*),.*/,"$1");var w=JSON.parse(G.responseText.replace(/^NODE-XMLHTTPREQUEST-STATUS:[0-9]*,(.*)/,"$1"));x={statusCode:G.status,headers:w.data.headers},G.responseText=w.data.text,G.response=Buffer.from(w.data.data,"base64"),T(G.DONE,!0)}}},this.handleError=function(F,I){this.status=I||0,this.statusText=F,this.responseText=F.stack,$=!0,T(this.DONE)},this.abort=function(){if(Y)Y.abort(),Y=null;if(W=Object.assign({},K),this.responseText="",this.responseXML="",this.response=Buffer.alloc(0),$=L=!0,this.readyState!==this.UNSENT&&(this.readyState!==this.OPENED||N)&&this.readyState!==this.DONE)N=!1,T(this.DONE);this.readyState=this.UNSENT},this.addEventListener=function(F,I){if(!(F in B))B[F]=[];B[F].push(I)},this.removeEventListener=function(F,I){if(F in B)B[F]=B[F].filter(function(v){return v!==I})},this.dispatchEvent=function(F){if(typeof G["on"+F]==="function")if(this.readyState===this.DONE&&z.async)setTimeout(function(){G["on"+F]()},0);else G["on"+F]();if(F in B)for(let I=0,v=B[F].length;I<v;I++)if(this.readyState===this.DONE)setTimeout(function(){B[F][I].call(G)},0);else B[F][I].call(G)};var T=function(F){if(G.readyState===F||G.readyState===G.UNSENT&&L)return;if(G.readyState=F,z.async||G.readyState<G.OPENED||G.readyState===G.DONE)G.dispatchEvent("readystatechange");if(G.readyState===G.DONE){let I;if(L)I="abort";else if($)I="error";else I="load";G.dispatchEvent(I),G.dispatchEvent("loadend")}}}});var g8=A((FW)=>{FW.Emitter=z0;function z0(Z){if(Z)return AP(Z)}function AP(Z){for(var G in z0.prototype)Z[G]=z0.prototype[G];return Z}z0.prototype.on=z0.prototype.addEventListener=function(Z,G){return this._callbacks=this._callbacks||{},(this._callbacks["$"+Z]=this._callbacks["$"+Z]||[]).push(G),this};z0.prototype.once=function(Z,G){function J(){this.off(Z,J),G.apply(this,arguments)}return J.fn=G,this.on(Z,J),this};z0.prototype.off=z0.prototype.removeListener=z0.prototype.removeAllListeners=z0.prototype.removeEventListener=function(Z,G){if(this._callbacks=this._callbacks||{},arguments.length==0)return this._callbacks={},this;var J=this._callbacks["$"+Z];if(!J)return this;if(arguments.length==1)return delete this._callbacks["$"+Z],this;var X;for(var Y=0;Y<J.length;Y++)if(X=J[Y],X===G||X.fn===G){J.splice(Y,1);break}if(J.length===0)delete this._callbacks["$"+Z];return this};z0.prototype.emit=function(Z){this._callbacks=this._callbacks||{};var G=Array(arguments.length-1),J=this._callbacks["$"+Z];for(var X=1;X<arguments.length;X++)G[X-1]=arguments[X];if(J){J=J.slice(0);for(var X=0,Y=J.length;X<Y;++X)J[X].apply(this,G)}return this};z0.prototype.emitReserved=z0.prototype.emit;z0.prototype.listeners=function(Z){return this._callbacks=this._callbacks||{},this._callbacks["$"+Z]||[]};z0.prototype.hasListeners=function(Z){return!!this.listeners(Z).length}});var TW=A((Kc,IW)=>{var E6=1000,S6=E6*60,p6=S6*60,h8=p6*24,TP=h8*7,PP=h8*365.25;IW.exports=function(Z,G){G=G||{};var J=typeof Z;if(J==="string"&&Z.length>0)return mP(Z);else if(J==="number"&&isFinite(Z))return G.long?jP(Z):vP(Z);throw Error("val is not a non-empty string or a valid number. val="+JSON.stringify(Z))};function mP(Z){if(Z=String(Z),Z.length>100)return;var G=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(Z);if(!G)return;var J=parseFloat(G[1]),X=(G[2]||"ms").toLowerCase();switch(X){case"years":case"year":case"yrs":case"yr":case"y":return J*PP;case"weeks":case"week":case"w":return J*TP;case"days":case"day":case"d":return J*h8;case"hours":case"hour":case"hrs":case"hr":case"h":return J*p6;case"minutes":case"minute":case"mins":case"min":case"m":return J*S6;case"seconds":case"second":case"secs":case"sec":case"s":return J*E6;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return J;default:return}}function vP(Z){var G=Math.abs(Z);if(G>=h8)return Math.round(Z/h8)+"d";if(G>=p6)return Math.round(Z/p6)+"h";if(G>=S6)return Math.round(Z/S6)+"m";if(G>=E6)return Math.round(Z/E6)+"s";return Z+"ms"}function jP(Z){var G=Math.abs(Z);if(G>=h8)return hZ(Z,G,h8,"day");if(G>=p6)return hZ(Z,G,p6,"hour");if(G>=S6)return hZ(Z,G,S6,"minute");if(G>=E6)return hZ(Z,G,E6,"second");return Z+" ms"}function hZ(Z,G,J,X){var Y=G>=J*1.5;return Math.round(Z/J)+" "+X+(Y?"s":"")}});var AX=A((Hc,PW)=>{function EP(Z){J.debug=J,J.default=J,J.coerce=K,J.disable=z,J.enable=Y,J.enabled=Q,J.humanize=TW(),J.destroy=W,Object.keys(Z).forEach((H)=>{J[H]=Z[H]}),J.names=[],J.skips=[],J.formatters={};function G(H){let U=0;for(let N=0;N<H.length;N++)U=(U<<5)-U+H.charCodeAt(N),U|=0;return J.colors[Math.abs(U)%J.colors.length]}J.selectColor=G;function J(H){let U,N=null,$,L;function B(...q){if(!B.enabled)return;let R=B,T=Number(new Date),F=T-(U||T);if(R.diff=F,R.prev=U,R.curr=T,U=T,q[0]=J.coerce(q[0]),typeof q[0]!=="string")q.unshift("%O");let I=0;q[0]=q[0].replace(/%([a-zA-Z%])/g,(D,p)=>{if(D==="%%")return"%";I++;let b=J.formatters[p];if(typeof b==="function"){let y=q[I];D=b.call(R,y),q.splice(I,1),I--}return D}),J.formatArgs.call(R,q),(R.log||J.log).apply(R,q)}if(B.namespace=H,B.useColors=J.useColors(),B.color=J.selectColor(H),B.extend=X,B.destroy=J.destroy,Object.defineProperty(B,"enabled",{enumerable:!0,configurable:!1,get:()=>{if(N!==null)return N;if($!==J.namespaces)$=J.namespaces,L=J.enabled(H);return L},set:(q)=>{N=q}}),typeof J.init==="function")J.init(B);return B}function X(H,U){let N=J(this.namespace+(typeof U>"u"?":":U)+H);return N.log=this.log,N}function Y(H){J.save(H),J.namespaces=H,J.names=[],J.skips=[];let U=(typeof H==="string"?H:"").trim().replace(/\s+/g,",").split(",").filter(Boolean);for(let N of U)if(N[0]==="-")J.skips.push(N.slice(1));else J.names.push(N)}function x(H,U){let N=0,$=0,L=-1,B=0;while(N<H.length)if($<U.length&&(U[$]===H[N]||U[$]==="*"))if(U[$]==="*")L=$,B=N,$++;else N++,$++;else if(L!==-1)$=L+1,B++,N=B;else return!1;while($<U.length&&U[$]==="*")$++;return $===U.length}function z(){let H=[...J.names,...J.skips.map((U)=>"-"+U)].join(",");return J.enable(""),H}function Q(H){for(let U of J.skips)if(x(H,U))return!1;for(let U of J.names)if(x(H,U))return!0;return!1}function K(H){if(H instanceof Error)return H.stack||H.message;return H}function W(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}return J.enable(J.load()),J}PW.exports=EP});var mW=A((F0,yZ)=>{F0.formatArgs=pP;F0.save=_P;F0.load=iP;F0.useColors=SP;F0.storage=CP();F0.destroy=(()=>{let Z=!1;return()=>{if(!Z)Z=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}})();F0.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function SP(){if(typeof window<"u"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs))return!0;if(typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;let Z;return typeof document<"u"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window<"u"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator<"u"&&navigator.userAgent&&(Z=navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/))&&parseInt(Z[1],10)>=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function pP(Z){if(Z[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+Z[0]+(this.useColors?"%c ":" ")+"+"+yZ.exports.humanize(this.diff),!this.useColors)return;let G="color: "+this.color;Z.splice(1,0,G,"color: inherit");let J=0,X=0;Z[0].replace(/%[a-zA-Z%]/g,(Y)=>{if(Y==="%%")return;if(J++,Y==="%c")X=J}),Z.splice(X,0,G)}F0.log=console.debug||console.log||(()=>{});function _P(Z){try{if(Z)F0.storage.setItem("debug",Z);else F0.storage.removeItem("debug")}catch(G){}}function iP(){let Z;try{Z=F0.storage.getItem("debug")||F0.storage.getItem("DEBUG")}catch(G){}if(!Z&&typeof process<"u"&&"env"in process)Z=process.env.DEBUG;return Z}function CP(){try{return localStorage}catch(Z){}}yZ.exports=AX()(F0);var{formatters:bP}=yZ.exports;bP.j=function(Z){try{return JSON.stringify(Z)}catch(G){return"[UnexpectedJSONParseError]: "+G.message}}});var jW=A((c1,kZ)=>{var gP=require("tty"),uZ=require("util");c1.init=lP;c1.log=kP;c1.formatArgs=yP;c1.save=fP;c1.load=cP;c1.useColors=hP;c1.destroy=uZ.deprecate(()=>{},"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");c1.colors=[6,2,3,4,5,1];try{let Z=(()=>{throw new Error("Cannot require module "+"supports-color");})();if(Z&&(Z.stderr||Z).level>=2)c1.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221]}catch(Z){}c1.inspectOpts=Object.keys(process.env).filter((Z)=>{return/^debug_/i.test(Z)}).reduce((Z,G)=>{let J=G.substring(6).toLowerCase().replace(/_([a-z])/g,(Y,x)=>{return x.toUpperCase()}),X=process.env[G];if(/^(yes|on|true|enabled)$/i.test(X))X=!0;else if(/^(no|off|false|disabled)$/i.test(X))X=!1;else if(X==="null")X=null;else X=Number(X);return Z[J]=X,Z},{});function hP(){return"colors"in c1.inspectOpts?Boolean(c1.inspectOpts.colors):gP.isatty(process.stderr.fd)}function yP(Z){let{namespace:G,useColors:J}=this;if(J){let X=this.color,Y="\x1B[3"+(X<8?X:"8;5;"+X),x=` ${Y};1m${G} \x1B[0m`;Z[0]=x+Z[0].split(`
17
+ `).join(`
18
+ `+x),Z.push(Y+"m+"+kZ.exports.humanize(this.diff)+"\x1B[0m")}else Z[0]=uP()+G+" "+Z[0]}function uP(){if(c1.inspectOpts.hideDate)return"";return new Date().toISOString()+" "}function kP(...Z){return process.stderr.write(uZ.formatWithOptions(c1.inspectOpts,...Z)+`
19
+ `)}function fP(Z){if(Z)process.env.DEBUG=Z;else delete process.env.DEBUG}function cP(){return process.env.DEBUG}function lP(Z){Z.inspectOpts={};let G=Object.keys(c1.inspectOpts);for(let J=0;J<G.length;J++)Z.inspectOpts[G[J]]=c1.inspectOpts[G[J]]}kZ.exports=AX()(c1);var{formatters:vW}=kZ.exports;vW.o=function(Z){return this.inspectOpts.colors=this.useColors,uZ.inspect(Z,this.inspectOpts).split(`
20
+ `).map((G)=>G.trim()).join(" ")};vW.O=function(Z){return this.inspectOpts.colors=this.useColors,uZ.inspect(Z,this.inspectOpts)}});var m0=A((Wc,MX)=>{if(typeof process>"u"||process.type==="renderer"||!1||process.__nwjs)MX.exports=mW();else MX.exports=jW()});var h5=A((mc,uW)=>{var hW=["nodebuffer","arraybuffer","fragments"],yW=typeof Blob<"u";if(yW)hW.push("blob");uW.exports={BINARY_TYPES:hW,EMPTY_BUFFER:Buffer.alloc(0),GUID:"258EAFA5-E914-47DA-95CA-C5AB0DC85B11",hasBlob:yW,kForOnEventAttribute:Symbol("kIsForOnEventAttribute"),kListener:Symbol("kListener"),kStatusCode:Symbol("status-code"),kWebSocket:Symbol("websocket"),NOOP:()=>{}}});var i7=A((vc,cZ)=>{var{EMPTY_BUFFER:rP}=h5(),TX=Buffer[Symbol.species];function oP(Z,G){if(Z.length===0)return rP;if(Z.length===1)return Z[0];let J=Buffer.allocUnsafe(G),X=0;for(let Y=0;Y<Z.length;Y++){let x=Z[Y];J.set(x,X),X+=x.length}if(X<G)return new TX(J.buffer,J.byteOffset,X);return J}function kW(Z,G,J,X,Y){for(let x=0;x<Y;x++)J[X+x]=Z[x]^G[x&3]}function fW(Z,G){for(let J=0;J<Z.length;J++)Z[J]^=G[J&3]}function tP(Z){if(Z.length===Z.buffer.byteLength)return Z.buffer;return Z.buffer.slice(Z.byteOffset,Z.byteOffset+Z.length)}function PX(Z){if(PX.readOnly=!0,Buffer.isBuffer(Z))return Z;let G;if(Z instanceof ArrayBuffer)G=new TX(Z);else if(ArrayBuffer.isView(Z))G=new TX(Z.buffer,Z.byteOffset,Z.byteLength);else G=Buffer.from(Z),PX.readOnly=!1;return G}cZ.exports={concat:oP,mask:kW,toArrayBuffer:tP,toBuffer:PX,unmask:fW};if(!process.env.WS_NO_BUFFER_UTIL)try{let Z=(()=>{throw new Error("Cannot require module "+"bufferutil");})();cZ.exports.mask=function(G,J,X,Y,x){if(x<48)kW(G,J,X,Y,x);else Z.mask(G,J,X,Y,x)},cZ.exports.unmask=function(G,J){if(G.length<32)fW(G,J);else Z.unmask(G,J)}}catch(Z){}});var nW=A((jc,aW)=>{var cW=Symbol("kDone"),mX=Symbol("kRun");class lW{constructor(Z){this[cW]=()=>{this.pending--,this[mX]()},this.concurrency=Z||1/0,this.jobs=[],this.pending=0}add(Z){this.jobs.push(Z),this[mX]()}[mX](){if(this.pending===this.concurrency)return;if(this.jobs.length){let Z=this.jobs.shift();this.pending++,Z(this[cW])}}}aW.exports=lW});var b7=A((Ec,tW)=>{var C7=require("zlib"),dW=i7(),eP=nW(),{kStatusCode:sW}=h5(),Zm=Buffer[Symbol.species],Gm=Buffer.from([0,0,255,255]),aZ=Symbol("permessage-deflate"),y5=Symbol("total-length"),_6=Symbol("callback"),G8=Symbol("buffers"),i6=Symbol("error"),lZ;class rW{constructor(Z,G,J){if(this._maxPayload=J|0,this._options=Z||{},this._threshold=this._options.threshold!==void 0?this._options.threshold:1024,this._isServer=!!G,this._deflate=null,this._inflate=null,this.params=null,!lZ){let X=this._options.concurrencyLimit!==void 0?this._options.concurrencyLimit:10;lZ=new eP(X)}}static get extensionName(){return"permessage-deflate"}offer(){let Z={};if(this._options.serverNoContextTakeover)Z.server_no_context_takeover=!0;if(this._options.clientNoContextTakeover)Z.client_no_context_takeover=!0;if(this._options.serverMaxWindowBits)Z.server_max_window_bits=this._options.serverMaxWindowBits;if(this._options.clientMaxWindowBits)Z.client_max_window_bits=this._options.clientMaxWindowBits;else if(this._options.clientMaxWindowBits==null)Z.client_max_window_bits=!0;return Z}accept(Z){return Z=this.normalizeParams(Z),this.params=this._isServer?this.acceptAsServer(Z):this.acceptAsClient(Z),this.params}cleanup(){if(this._inflate)this._inflate.close(),this._inflate=null;if(this._deflate){let Z=this._deflate[_6];if(this._deflate.close(),this._deflate=null,Z)Z(Error("The deflate stream was closed while data was being processed"))}}acceptAsServer(Z){let G=this._options,J=Z.find((X)=>{if(G.serverNoContextTakeover===!1&&X.server_no_context_takeover||X.server_max_window_bits&&(G.serverMaxWindowBits===!1||typeof G.serverMaxWindowBits==="number"&&G.serverMaxWindowBits>X.server_max_window_bits)||typeof G.clientMaxWindowBits==="number"&&!X.client_max_window_bits)return!1;return!0});if(!J)throw Error("None of the extension offers can be accepted");if(G.serverNoContextTakeover)J.server_no_context_takeover=!0;if(G.clientNoContextTakeover)J.client_no_context_takeover=!0;if(typeof G.serverMaxWindowBits==="number")J.server_max_window_bits=G.serverMaxWindowBits;if(typeof G.clientMaxWindowBits==="number")J.client_max_window_bits=G.clientMaxWindowBits;else if(J.client_max_window_bits===!0||G.clientMaxWindowBits===!1)delete J.client_max_window_bits;return J}acceptAsClient(Z){let G=Z[0];if(this._options.clientNoContextTakeover===!1&&G.client_no_context_takeover)throw Error('Unexpected parameter "client_no_context_takeover"');if(!G.client_max_window_bits){if(typeof this._options.clientMaxWindowBits==="number")G.client_max_window_bits=this._options.clientMaxWindowBits}else if(this._options.clientMaxWindowBits===!1||typeof this._options.clientMaxWindowBits==="number"&&G.client_max_window_bits>this._options.clientMaxWindowBits)throw Error('Unexpected or invalid parameter "client_max_window_bits"');return G}normalizeParams(Z){return Z.forEach((G)=>{Object.keys(G).forEach((J)=>{let X=G[J];if(X.length>1)throw Error(`Parameter "${J}" must have only a single value`);if(X=X[0],J==="client_max_window_bits"){if(X!==!0){let Y=+X;if(!Number.isInteger(Y)||Y<8||Y>15)throw TypeError(`Invalid value for parameter "${J}": ${X}`);X=Y}else if(!this._isServer)throw TypeError(`Invalid value for parameter "${J}": ${X}`)}else if(J==="server_max_window_bits"){let Y=+X;if(!Number.isInteger(Y)||Y<8||Y>15)throw TypeError(`Invalid value for parameter "${J}": ${X}`);X=Y}else if(J==="client_no_context_takeover"||J==="server_no_context_takeover"){if(X!==!0)throw TypeError(`Invalid value for parameter "${J}": ${X}`)}else throw Error(`Unknown parameter "${J}"`);G[J]=X})}),Z}decompress(Z,G,J){lZ.add((X)=>{this._decompress(Z,G,(Y,x)=>{X(),J(Y,x)})})}compress(Z,G,J){lZ.add((X)=>{this._compress(Z,G,(Y,x)=>{X(),J(Y,x)})})}_decompress(Z,G,J){let X=this._isServer?"client":"server";if(!this._inflate){let Y=`${X}_max_window_bits`,x=typeof this.params[Y]!=="number"?C7.Z_DEFAULT_WINDOWBITS:this.params[Y];this._inflate=C7.createInflateRaw({...this._options.zlibInflateOptions,windowBits:x}),this._inflate[aZ]=this,this._inflate[y5]=0,this._inflate[G8]=[],this._inflate.on("error",Xm),this._inflate.on("data",oW)}if(this._inflate[_6]=J,this._inflate.write(Z),G)this._inflate.write(Gm);this._inflate.flush(()=>{let Y=this._inflate[i6];if(Y){this._inflate.close(),this._inflate=null,J(Y);return}let x=dW.concat(this._inflate[G8],this._inflate[y5]);if(this._inflate._readableState.endEmitted)this._inflate.close(),this._inflate=null;else if(this._inflate[y5]=0,this._inflate[G8]=[],G&&this.params[`${X}_no_context_takeover`])this._inflate.reset();J(null,x)})}_compress(Z,G,J){let X=this._isServer?"server":"client";if(!this._deflate){let Y=`${X}_max_window_bits`,x=typeof this.params[Y]!=="number"?C7.Z_DEFAULT_WINDOWBITS:this.params[Y];this._deflate=C7.createDeflateRaw({...this._options.zlibDeflateOptions,windowBits:x}),this._deflate[y5]=0,this._deflate[G8]=[],this._deflate.on("data",Jm)}this._deflate[_6]=J,this._deflate.write(Z),this._deflate.flush(C7.Z_SYNC_FLUSH,()=>{if(!this._deflate)return;let Y=dW.concat(this._deflate[G8],this._deflate[y5]);if(G)Y=new Zm(Y.buffer,Y.byteOffset,Y.length-4);if(this._deflate[_6]=null,this._deflate[y5]=0,this._deflate[G8]=[],G&&this.params[`${X}_no_context_takeover`])this._deflate.reset();J(null,Y)})}}tW.exports=rW;function Jm(Z){this[G8].push(Z),this[y5]+=Z.length}function oW(Z){if(this[y5]+=Z.length,this[aZ]._maxPayload<1||this[y5]<=this[aZ]._maxPayload){this[G8].push(Z);return}this[i6]=RangeError("Max payload size exceeded"),this[i6].code="WS_ERR_UNSUPPORTED_MESSAGE_LENGTH",this[i6][sW]=1009,this.removeListener("data",oW),this.reset()}function Xm(Z){if(this[aZ]._inflate=null,this[i6]){this[_6](this[i6]);return}Z[sW]=1007,this[_6](Z)}});var C6=A((Sc,nZ)=>{var{isUtf8:eW}=require("buffer"),{hasBlob:Ym}=h5(),xm=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,1,1,0,0,1,1,0,1,1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,0];function zm(Z){return Z>=1000&&Z<=1014&&Z!==1004&&Z!==1005&&Z!==1006||Z>=3000&&Z<=4999}function vX(Z){let G=Z.length,J=0;while(J<G)if((Z[J]&128)===0)J++;else if((Z[J]&224)===192){if(J+1===G||(Z[J+1]&192)!==128||(Z[J]&254)===192)return!1;J+=2}else if((Z[J]&240)===224){if(J+2>=G||(Z[J+1]&192)!==128||(Z[J+2]&192)!==128||Z[J]===224&&(Z[J+1]&224)===128||Z[J]===237&&(Z[J+1]&224)===160)return!1;J+=3}else if((Z[J]&248)===240){if(J+3>=G||(Z[J+1]&192)!==128||(Z[J+2]&192)!==128||(Z[J+3]&192)!==128||Z[J]===240&&(Z[J+1]&240)===128||Z[J]===244&&Z[J+1]>143||Z[J]>244)return!1;J+=4}else return!1;return!0}function Qm(Z){return Ym&&typeof Z==="object"&&typeof Z.arrayBuffer==="function"&&typeof Z.type==="string"&&typeof Z.stream==="function"&&(Z[Symbol.toStringTag]==="Blob"||Z[Symbol.toStringTag]==="File")}nZ.exports={isBlob:Qm,isValidStatusCode:zm,isValidUTF8:vX,tokenChars:xm};if(eW)nZ.exports.isValidUTF8=function(Z){return Z.length<24?vX(Z):eW(Z)};else if(!process.env.WS_NO_UTF_8_VALIDATE)try{let Z=(()=>{throw new Error("Cannot require module "+"utf-8-validate");})();nZ.exports.isValidUTF8=function(G){return G.length<32?vX(G):Z(G)}}catch(Z){}});var EX=A((pc,YU)=>{var{Writable:Km}=require("stream"),ZU=b7(),{BINARY_TYPES:Hm,EMPTY_BUFFER:GU,kStatusCode:Wm,kWebSocket:Um}=h5(),{concat:jX,toArrayBuffer:Nm,unmask:$m}=i7(),{isValidStatusCode:Lm,isValidUTF8:JU}=C6(),dZ=Buffer[Symbol.species];class XU extends Km{constructor(Z={}){super();this._allowSynchronousEvents=Z.allowSynchronousEvents!==void 0?Z.allowSynchronousEvents:!0,this._binaryType=Z.binaryType||Hm[0],this._extensions=Z.extensions||{},this._isServer=!!Z.isServer,this._maxPayload=Z.maxPayload|0,this._skipUTF8Validation=!!Z.skipUTF8Validation,this[Um]=void 0,this._bufferedBytes=0,this._buffers=[],this._compressed=!1,this._payloadLength=0,this._mask=void 0,this._fragmented=0,this._masked=!1,this._fin=!1,this._opcode=0,this._totalPayloadLength=0,this._messageLength=0,this._fragments=[],this._errored=!1,this._loop=!1,this._state=0}_write(Z,G,J){if(this._opcode===8&&this._state==0)return J();this._bufferedBytes+=Z.length,this._buffers.push(Z),this.startLoop(J)}consume(Z){if(this._bufferedBytes-=Z,Z===this._buffers[0].length)return this._buffers.shift();if(Z<this._buffers[0].length){let J=this._buffers[0];return this._buffers[0]=new dZ(J.buffer,J.byteOffset+Z,J.length-Z),new dZ(J.buffer,J.byteOffset,Z)}let G=Buffer.allocUnsafe(Z);do{let J=this._buffers[0],X=G.length-Z;if(Z>=J.length)G.set(this._buffers.shift(),X);else G.set(new Uint8Array(J.buffer,J.byteOffset,Z),X),this._buffers[0]=new dZ(J.buffer,J.byteOffset+Z,J.length-Z);Z-=J.length}while(Z>0);return G}startLoop(Z){this._loop=!0;do switch(this._state){case 0:this.getInfo(Z);break;case 1:this.getPayloadLength16(Z);break;case 2:this.getPayloadLength64(Z);break;case 3:this.getMask();break;case 4:this.getData(Z);break;case 5:case 6:this._loop=!1;return}while(this._loop);if(!this._errored)Z()}getInfo(Z){if(this._bufferedBytes<2){this._loop=!1;return}let G=this.consume(2);if((G[0]&48)!==0){let X=this.createError(RangeError,"RSV2 and RSV3 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_2_3");Z(X);return}let J=(G[0]&64)===64;if(J&&!this._extensions[ZU.extensionName]){let X=this.createError(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");Z(X);return}if(this._fin=(G[0]&128)===128,this._opcode=G[0]&15,this._payloadLength=G[1]&127,this._opcode===0){if(J){let X=this.createError(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");Z(X);return}if(!this._fragmented){let X=this.createError(RangeError,"invalid opcode 0",!0,1002,"WS_ERR_INVALID_OPCODE");Z(X);return}this._opcode=this._fragmented}else if(this._opcode===1||this._opcode===2){if(this._fragmented){let X=this.createError(RangeError,`invalid opcode ${this._opcode}`,!0,1002,"WS_ERR_INVALID_OPCODE");Z(X);return}this._compressed=J}else if(this._opcode>7&&this._opcode<11){if(!this._fin){let X=this.createError(RangeError,"FIN must be set",!0,1002,"WS_ERR_EXPECTED_FIN");Z(X);return}if(J){let X=this.createError(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");Z(X);return}if(this._payloadLength>125||this._opcode===8&&this._payloadLength===1){let X=this.createError(RangeError,`invalid payload length ${this._payloadLength}`,!0,1002,"WS_ERR_INVALID_CONTROL_PAYLOAD_LENGTH");Z(X);return}}else{let X=this.createError(RangeError,`invalid opcode ${this._opcode}`,!0,1002,"WS_ERR_INVALID_OPCODE");Z(X);return}if(!this._fin&&!this._fragmented)this._fragmented=this._opcode;if(this._masked=(G[1]&128)===128,this._isServer){if(!this._masked){let X=this.createError(RangeError,"MASK must be set",!0,1002,"WS_ERR_EXPECTED_MASK");Z(X);return}}else if(this._masked){let X=this.createError(RangeError,"MASK must be clear",!0,1002,"WS_ERR_UNEXPECTED_MASK");Z(X);return}if(this._payloadLength===126)this._state=1;else if(this._payloadLength===127)this._state=2;else this.haveLength(Z)}getPayloadLength16(Z){if(this._bufferedBytes<2){this._loop=!1;return}this._payloadLength=this.consume(2).readUInt16BE(0),this.haveLength(Z)}getPayloadLength64(Z){if(this._bufferedBytes<8){this._loop=!1;return}let G=this.consume(8),J=G.readUInt32BE(0);if(J>Math.pow(2,21)-1){let X=this.createError(RangeError,"Unsupported WebSocket frame: payload length > 2^53 - 1",!1,1009,"WS_ERR_UNSUPPORTED_DATA_PAYLOAD_LENGTH");Z(X);return}this._payloadLength=J*Math.pow(2,32)+G.readUInt32BE(4),this.haveLength(Z)}haveLength(Z){if(this._payloadLength&&this._opcode<8){if(this._totalPayloadLength+=this._payloadLength,this._totalPayloadLength>this._maxPayload&&this._maxPayload>0){let G=this.createError(RangeError,"Max payload size exceeded",!1,1009,"WS_ERR_UNSUPPORTED_MESSAGE_LENGTH");Z(G);return}}if(this._masked)this._state=3;else this._state=4}getMask(){if(this._bufferedBytes<4){this._loop=!1;return}this._mask=this.consume(4),this._state=4}getData(Z){let G=GU;if(this._payloadLength){if(this._bufferedBytes<this._payloadLength){this._loop=!1;return}if(G=this.consume(this._payloadLength),this._masked&&(this._mask[0]|this._mask[1]|this._mask[2]|this._mask[3])!==0)$m(G,this._mask)}if(this._opcode>7){this.controlMessage(G,Z);return}if(this._compressed){this._state=5,this.decompress(G,Z);return}if(G.length)this._messageLength=this._totalPayloadLength,this._fragments.push(G);this.dataMessage(Z)}decompress(Z,G){this._extensions[ZU.extensionName].decompress(Z,this._fin,(X,Y)=>{if(X)return G(X);if(Y.length){if(this._messageLength+=Y.length,this._messageLength>this._maxPayload&&this._maxPayload>0){let x=this.createError(RangeError,"Max payload size exceeded",!1,1009,"WS_ERR_UNSUPPORTED_MESSAGE_LENGTH");G(x);return}this._fragments.push(Y)}if(this.dataMessage(G),this._state===0)this.startLoop(G)})}dataMessage(Z){if(!this._fin){this._state=0;return}let G=this._messageLength,J=this._fragments;if(this._totalPayloadLength=0,this._messageLength=0,this._fragmented=0,this._fragments=[],this._opcode===2){let X;if(this._binaryType==="nodebuffer")X=jX(J,G);else if(this._binaryType==="arraybuffer")X=Nm(jX(J,G));else if(this._binaryType==="blob")X=new Blob(J);else X=J;if(this._allowSynchronousEvents)this.emit("message",X,!0),this._state=0;else this._state=6,setImmediate(()=>{this.emit("message",X,!0),this._state=0,this.startLoop(Z)})}else{let X=jX(J,G);if(!this._skipUTF8Validation&&!JU(X)){let Y=this.createError(Error,"invalid UTF-8 sequence",!0,1007,"WS_ERR_INVALID_UTF8");Z(Y);return}if(this._state===5||this._allowSynchronousEvents)this.emit("message",X,!1),this._state=0;else this._state=6,setImmediate(()=>{this.emit("message",X,!1),this._state=0,this.startLoop(Z)})}}controlMessage(Z,G){if(this._opcode===8){if(Z.length===0)this._loop=!1,this.emit("conclude",1005,GU),this.end();else{let J=Z.readUInt16BE(0);if(!Lm(J)){let Y=this.createError(RangeError,`invalid status code ${J}`,!0,1002,"WS_ERR_INVALID_CLOSE_CODE");G(Y);return}let X=new dZ(Z.buffer,Z.byteOffset+2,Z.length-2);if(!this._skipUTF8Validation&&!JU(X)){let Y=this.createError(Error,"invalid UTF-8 sequence",!0,1007,"WS_ERR_INVALID_UTF8");G(Y);return}this._loop=!1,this.emit("conclude",J,X),this.end()}this._state=0;return}if(this._allowSynchronousEvents)this.emit(this._opcode===9?"ping":"pong",Z),this._state=0;else this._state=6,setImmediate(()=>{this.emit(this._opcode===9?"ping":"pong",Z),this._state=0,this.startLoop(G)})}createError(Z,G,J,X,Y){this._loop=!1,this._errored=!0;let x=new Z(J?`Invalid WebSocket frame: ${G}`:G);return Error.captureStackTrace(x,this.createError),x.code=Y,x[Wm]=X,x}}YU.exports=XU});var pX=A((ic,QU)=>{var{Duplex:_c}=require("stream"),{randomFillSync:Bm}=require("crypto"),xU=b7(),{EMPTY_BUFFER:Vm,kWebSocket:qm,NOOP:Fm}=h5(),{isBlob:b6,isValidStatusCode:wm}=C6(),{mask:zU,toBuffer:y8}=i7(),f0=Symbol("kByteLength"),Am=Buffer.alloc(4),u8,g6=8192,x5=0,Mm=1,Rm=2;class J8{constructor(Z,G,J){if(this._extensions=G||{},J)this._generateMask=J,this._maskBuffer=Buffer.alloc(4);this._socket=Z,this._firstFragment=!0,this._compress=!1,this._bufferedBytes=0,this._queue=[],this._state=x5,this.onerror=Fm,this[qm]=void 0}static frame(Z,G){let J,X=!1,Y=2,x=!1;if(G.mask){if(J=G.maskBuffer||Am,G.generateMask)G.generateMask(J);else{if(g6===8192){if(u8===void 0)u8=Buffer.alloc(8192);Bm(u8,0,8192),g6=0}J[0]=u8[g6++],J[1]=u8[g6++],J[2]=u8[g6++],J[3]=u8[g6++]}x=(J[0]|J[1]|J[2]|J[3])===0,Y=6}let z;if(typeof Z==="string")if((!G.mask||x)&&G[f0]!==void 0)z=G[f0];else Z=Buffer.from(Z),z=Z.length;else z=Z.length,X=G.mask&&G.readOnly&&!x;let Q=z;if(z>=65536)Y+=8,Q=127;else if(z>125)Y+=2,Q=126;let K=Buffer.allocUnsafe(X?z+Y:Y);if(K[0]=G.fin?G.opcode|128:G.opcode,G.rsv1)K[0]|=64;if(K[1]=Q,Q===126)K.writeUInt16BE(z,2);else if(Q===127)K[2]=K[3]=0,K.writeUIntBE(z,4,6);if(!G.mask)return[K,Z];if(K[1]|=128,K[Y-4]=J[0],K[Y-3]=J[1],K[Y-2]=J[2],K[Y-1]=J[3],x)return[K,Z];if(X)return zU(Z,J,K,Y,z),[K];return zU(Z,J,Z,0,z),[K,Z]}close(Z,G,J,X){let Y;if(Z===void 0)Y=Vm;else if(typeof Z!=="number"||!wm(Z))throw TypeError("First argument must be a valid error code number");else if(G===void 0||!G.length)Y=Buffer.allocUnsafe(2),Y.writeUInt16BE(Z,0);else{let z=Buffer.byteLength(G);if(z>123)throw RangeError("The message must not be greater than 123 bytes");if(Y=Buffer.allocUnsafe(2+z),Y.writeUInt16BE(Z,0),typeof G==="string")Y.write(G,2);else Y.set(G,2)}let x={[f0]:Y.length,fin:!0,generateMask:this._generateMask,mask:J,maskBuffer:this._maskBuffer,opcode:8,readOnly:!1,rsv1:!1};if(this._state!==x5)this.enqueue([this.dispatch,Y,!1,x,X]);else this.sendFrame(J8.frame(Y,x),X)}ping(Z,G,J){let X,Y;if(typeof Z==="string")X=Buffer.byteLength(Z),Y=!1;else if(b6(Z))X=Z.size,Y=!1;else Z=y8(Z),X=Z.length,Y=y8.readOnly;if(X>125)throw RangeError("The data size must not be greater than 125 bytes");let x={[f0]:X,fin:!0,generateMask:this._generateMask,mask:G,maskBuffer:this._maskBuffer,opcode:9,readOnly:Y,rsv1:!1};if(b6(Z))if(this._state!==x5)this.enqueue([this.getBlobData,Z,!1,x,J]);else this.getBlobData(Z,!1,x,J);else if(this._state!==x5)this.enqueue([this.dispatch,Z,!1,x,J]);else this.sendFrame(J8.frame(Z,x),J)}pong(Z,G,J){let X,Y;if(typeof Z==="string")X=Buffer.byteLength(Z),Y=!1;else if(b6(Z))X=Z.size,Y=!1;else Z=y8(Z),X=Z.length,Y=y8.readOnly;if(X>125)throw RangeError("The data size must not be greater than 125 bytes");let x={[f0]:X,fin:!0,generateMask:this._generateMask,mask:G,maskBuffer:this._maskBuffer,opcode:10,readOnly:Y,rsv1:!1};if(b6(Z))if(this._state!==x5)this.enqueue([this.getBlobData,Z,!1,x,J]);else this.getBlobData(Z,!1,x,J);else if(this._state!==x5)this.enqueue([this.dispatch,Z,!1,x,J]);else this.sendFrame(J8.frame(Z,x),J)}send(Z,G,J){let X=this._extensions[xU.extensionName],Y=G.binary?2:1,x=G.compress,z,Q;if(typeof Z==="string")z=Buffer.byteLength(Z),Q=!1;else if(b6(Z))z=Z.size,Q=!1;else Z=y8(Z),z=Z.length,Q=y8.readOnly;if(this._firstFragment){if(this._firstFragment=!1,x&&X&&X.params[X._isServer?"server_no_context_takeover":"client_no_context_takeover"])x=z>=X._threshold;this._compress=x}else x=!1,Y=0;if(G.fin)this._firstFragment=!0;let K={[f0]:z,fin:G.fin,generateMask:this._generateMask,mask:G.mask,maskBuffer:this._maskBuffer,opcode:Y,readOnly:Q,rsv1:x};if(b6(Z))if(this._state!==x5)this.enqueue([this.getBlobData,Z,this._compress,K,J]);else this.getBlobData(Z,this._compress,K,J);else if(this._state!==x5)this.enqueue([this.dispatch,Z,this._compress,K,J]);else this.dispatch(Z,this._compress,K,J)}getBlobData(Z,G,J,X){this._bufferedBytes+=J[f0],this._state=Rm,Z.arrayBuffer().then((Y)=>{if(this._socket.destroyed){let z=Error("The socket was closed while the blob was being read");process.nextTick(SX,this,z,X);return}this._bufferedBytes-=J[f0];let x=y8(Y);if(!G)this._state=x5,this.sendFrame(J8.frame(x,J),X),this.dequeue();else this.dispatch(x,G,J,X)}).catch((Y)=>{process.nextTick(Om,this,Y,X)})}dispatch(Z,G,J,X){if(!G){this.sendFrame(J8.frame(Z,J),X);return}let Y=this._extensions[xU.extensionName];this._bufferedBytes+=J[f0],this._state=Mm,Y.compress(Z,J.fin,(x,z)=>{if(this._socket.destroyed){let Q=Error("The socket was closed while data was being compressed");SX(this,Q,X);return}this._bufferedBytes-=J[f0],this._state=x5,J.readOnly=!1,this.sendFrame(J8.frame(z,J),X),this.dequeue()})}dequeue(){while(this._state===x5&&this._queue.length){let Z=this._queue.shift();this._bufferedBytes-=Z[3][f0],Reflect.apply(Z[0],this,Z.slice(1))}}enqueue(Z){this._bufferedBytes+=Z[3][f0],this._queue.push(Z)}sendFrame(Z,G){if(Z.length===2)this._socket.cork(),this._socket.write(Z[0]),this._socket.write(Z[1],G),this._socket.uncork();else this._socket.write(Z[0],G)}}QU.exports=J8;function SX(Z,G,J){if(typeof J==="function")J(G);for(let X=0;X<Z._queue.length;X++){let Y=Z._queue[X],x=Y[Y.length-1];if(typeof x==="function")x(G)}}function Om(Z,G,J){SX(Z,G,J),Z.onerror(G)}});var VU=A((Cc,BU)=>{var{kForOnEventAttribute:g7,kListener:_X}=h5(),KU=Symbol("kCode"),HU=Symbol("kData"),WU=Symbol("kError"),UU=Symbol("kMessage"),NU=Symbol("kReason"),h6=Symbol("kTarget"),$U=Symbol("kType"),LU=Symbol("kWasClean");class X8{constructor(Z){this[h6]=null,this[$U]=Z}get target(){return this[h6]}get type(){return this[$U]}}Object.defineProperty(X8.prototype,"target",{enumerable:!0});Object.defineProperty(X8.prototype,"type",{enumerable:!0});class y6 extends X8{constructor(Z,G={}){super(Z);this[KU]=G.code===void 0?0:G.code,this[NU]=G.reason===void 0?"":G.reason,this[LU]=G.wasClean===void 0?!1:G.wasClean}get code(){return this[KU]}get reason(){return this[NU]}get wasClean(){return this[LU]}}Object.defineProperty(y6.prototype,"code",{enumerable:!0});Object.defineProperty(y6.prototype,"reason",{enumerable:!0});Object.defineProperty(y6.prototype,"wasClean",{enumerable:!0});class h7 extends X8{constructor(Z,G={}){super(Z);this[WU]=G.error===void 0?null:G.error,this[UU]=G.message===void 0?"":G.message}get error(){return this[WU]}get message(){return this[UU]}}Object.defineProperty(h7.prototype,"error",{enumerable:!0});Object.defineProperty(h7.prototype,"message",{enumerable:!0});class rZ extends X8{constructor(Z,G={}){super(Z);this[HU]=G.data===void 0?null:G.data}get data(){return this[HU]}}Object.defineProperty(rZ.prototype,"data",{enumerable:!0});var Dm={addEventListener(Z,G,J={}){for(let Y of this.listeners(Z))if(!J[g7]&&Y[_X]===G&&!Y[g7])return;let X;if(Z==="message")X=function(x,z){let Q=new rZ("message",{data:z?x:x.toString()});Q[h6]=this,sZ(G,this,Q)};else if(Z==="close")X=function(x,z){let Q=new y6("close",{code:x,reason:z.toString(),wasClean:this._closeFrameReceived&&this._closeFrameSent});Q[h6]=this,sZ(G,this,Q)};else if(Z==="error")X=function(x){let z=new h7("error",{error:x,message:x.message});z[h6]=this,sZ(G,this,z)};else if(Z==="open")X=function(){let x=new X8("open");x[h6]=this,sZ(G,this,x)};else return;if(X[g7]=!!J[g7],X[_X]=G,J.once)this.once(Z,X);else this.on(Z,X)},removeEventListener(Z,G){for(let J of this.listeners(Z))if(J[_X]===G&&!J[g7]){this.removeListener(Z,J);break}}};BU.exports={CloseEvent:y6,ErrorEvent:h7,Event:X8,EventTarget:Dm,MessageEvent:rZ};function sZ(Z,G,J){if(typeof Z==="object"&&Z.handleEvent)Z.handleEvent.call(Z,J);else Z.call(G,J)}});var iX=A((bc,qU)=>{var{tokenChars:y7}=C6();function F5(Z,G,J){if(Z[G]===void 0)Z[G]=[J];else Z[G].push(J)}function Im(Z){let G=Object.create(null),J=Object.create(null),X=!1,Y=!1,x=!1,z,Q,K=-1,W=-1,H=-1,U=0;for(;U<Z.length;U++)if(W=Z.charCodeAt(U),z===void 0)if(H===-1&&y7[W]===1){if(K===-1)K=U}else if(U!==0&&(W===32||W===9)){if(H===-1&&K!==-1)H=U}else if(W===59||W===44){if(K===-1)throw SyntaxError(`Unexpected character at index ${U}`);if(H===-1)H=U;let $=Z.slice(K,H);if(W===44)F5(G,$,J),J=Object.create(null);else z=$;K=H=-1}else throw SyntaxError(`Unexpected character at index ${U}`);else if(Q===void 0)if(H===-1&&y7[W]===1){if(K===-1)K=U}else if(W===32||W===9){if(H===-1&&K!==-1)H=U}else if(W===59||W===44){if(K===-1)throw SyntaxError(`Unexpected character at index ${U}`);if(H===-1)H=U;if(F5(J,Z.slice(K,H),!0),W===44)F5(G,z,J),J=Object.create(null),z=void 0;K=H=-1}else if(W===61&&K!==-1&&H===-1)Q=Z.slice(K,U),K=H=-1;else throw SyntaxError(`Unexpected character at index ${U}`);else if(Y){if(y7[W]!==1)throw SyntaxError(`Unexpected character at index ${U}`);if(K===-1)K=U;else if(!X)X=!0;Y=!1}else if(x)if(y7[W]===1){if(K===-1)K=U}else if(W===34&&K!==-1)x=!1,H=U;else if(W===92)Y=!0;else throw SyntaxError(`Unexpected character at index ${U}`);else if(W===34&&Z.charCodeAt(U-1)===61)x=!0;else if(H===-1&&y7[W]===1){if(K===-1)K=U}else if(K!==-1&&(W===32||W===9)){if(H===-1)H=U}else if(W===59||W===44){if(K===-1)throw SyntaxError(`Unexpected character at index ${U}`);if(H===-1)H=U;let $=Z.slice(K,H);if(X)$=$.replace(/\\/g,""),X=!1;if(F5(J,Q,$),W===44)F5(G,z,J),J=Object.create(null),z=void 0;Q=void 0,K=H=-1}else throw SyntaxError(`Unexpected character at index ${U}`);if(K===-1||x||W===32||W===9)throw SyntaxError("Unexpected end of input");if(H===-1)H=U;let N=Z.slice(K,H);if(z===void 0)F5(G,N,J);else{if(Q===void 0)F5(J,N,!0);else if(X)F5(J,Q,N.replace(/\\/g,""));else F5(J,Q,N);F5(G,z,J)}return G}function Tm(Z){return Object.keys(Z).map((G)=>{let J=Z[G];if(!Array.isArray(J))J=[J];return J.map((X)=>{return[G].concat(Object.keys(X).map((Y)=>{let x=X[Y];if(!Array.isArray(x))x=[x];return x.map((z)=>z===!0?Y:`${Y}=${z}`).join("; ")})).join("; ")}).join(", ")}).join(", ")}qU.exports={format:Tm,parse:Im}});var ZG=A((yc,vU)=>{var Pm=require("events"),mm=require("https"),vm=require("http"),AU=require("net"),jm=require("tls"),{randomBytes:Em,createHash:Sm}=require("crypto"),{Duplex:gc,Readable:hc}=require("stream"),{URL:CX}=require("url"),Y8=b7(),pm=EX(),_m=pX(),{isBlob:im}=C6(),{BINARY_TYPES:FU,EMPTY_BUFFER:oZ,GUID:Cm,kForOnEventAttribute:bX,kListener:bm,kStatusCode:gm,kWebSocket:l1,NOOP:MU}=h5(),{EventTarget:{addEventListener:hm,removeEventListener:ym}}=VU(),{format:um,parse:km}=iX(),{toBuffer:fm}=i7(),RU=Symbol("kAborted"),gX=[8,13],u5=["CONNECTING","OPEN","CLOSING","CLOSED"],cm=/^[!#$%&'*+\-.0-9A-Z^_`|a-z~]+$/;class r extends Pm{constructor(Z,G,J){super();if(this._binaryType=FU[0],this._closeCode=1006,this._closeFrameReceived=!1,this._closeFrameSent=!1,this._closeMessage=oZ,this._closeTimer=null,this._errorEmitted=!1,this._extensions={},this._paused=!1,this._protocol="",this._readyState=r.CONNECTING,this._receiver=null,this._sender=null,this._socket=null,Z!==null){if(this._bufferedAmount=0,this._isServer=!1,this._redirects=0,G===void 0)G=[];else if(!Array.isArray(G))if(typeof G==="object"&&G!==null)J=G,G=[];else G=[G];OU(this,Z,G,J)}else this._autoPong=J.autoPong,this._isServer=!0}get binaryType(){return this._binaryType}set binaryType(Z){if(!FU.includes(Z))return;if(this._binaryType=Z,this._receiver)this._receiver._binaryType=Z}get bufferedAmount(){if(!this._socket)return this._bufferedAmount;return this._socket._writableState.length+this._sender._bufferedBytes}get extensions(){return Object.keys(this._extensions).join()}get isPaused(){return this._paused}get onclose(){return null}get onerror(){return null}get onopen(){return null}get onmessage(){return null}get protocol(){return this._protocol}get readyState(){return this._readyState}get url(){return this._url}setSocket(Z,G,J){let X=new pm({allowSynchronousEvents:J.allowSynchronousEvents,binaryType:this.binaryType,extensions:this._extensions,isServer:this._isServer,maxPayload:J.maxPayload,skipUTF8Validation:J.skipUTF8Validation}),Y=new _m(Z,this._extensions,J.generateMask);if(this._receiver=X,this._sender=Y,this._socket=Z,X[l1]=this,Y[l1]=this,Z[l1]=this,X.on("conclude",nm),X.on("drain",dm),X.on("error",sm),X.on("message",rm),X.on("ping",om),X.on("pong",tm),Y.onerror=em,Z.setTimeout)Z.setTimeout(0);if(Z.setNoDelay)Z.setNoDelay();if(G.length>0)Z.unshift(G);Z.on("close",TU),Z.on("data",eZ),Z.on("end",PU),Z.on("error",mU),this._readyState=r.OPEN,this.emit("open")}emitClose(){if(!this._socket){this._readyState=r.CLOSED,this.emit("close",this._closeCode,this._closeMessage);return}if(this._extensions[Y8.extensionName])this._extensions[Y8.extensionName].cleanup();this._receiver.removeAllListeners(),this._readyState=r.CLOSED,this.emit("close",this._closeCode,this._closeMessage)}close(Z,G){if(this.readyState===r.CLOSED)return;if(this.readyState===r.CONNECTING){v0(this,this._req,"WebSocket was closed before the connection was established");return}if(this.readyState===r.CLOSING){if(this._closeFrameSent&&(this._closeFrameReceived||this._receiver._writableState.errorEmitted))this._socket.end();return}this._readyState=r.CLOSING,this._sender.close(Z,G,!this._isServer,(J)=>{if(J)return;if(this._closeFrameSent=!0,this._closeFrameReceived||this._receiver._writableState.errorEmitted)this._socket.end()}),IU(this)}pause(){if(this.readyState===r.CONNECTING||this.readyState===r.CLOSED)return;this._paused=!0,this._socket.pause()}ping(Z,G,J){if(this.readyState===r.CONNECTING)throw Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof Z==="function")J=Z,Z=G=void 0;else if(typeof G==="function")J=G,G=void 0;if(typeof Z==="number")Z=Z.toString();if(this.readyState!==r.OPEN){hX(this,Z,J);return}if(G===void 0)G=!this._isServer;this._sender.ping(Z||oZ,G,J)}pong(Z,G,J){if(this.readyState===r.CONNECTING)throw Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof Z==="function")J=Z,Z=G=void 0;else if(typeof G==="function")J=G,G=void 0;if(typeof Z==="number")Z=Z.toString();if(this.readyState!==r.OPEN){hX(this,Z,J);return}if(G===void 0)G=!this._isServer;this._sender.pong(Z||oZ,G,J)}resume(){if(this.readyState===r.CONNECTING||this.readyState===r.CLOSED)return;if(this._paused=!1,!this._receiver._writableState.needDrain)this._socket.resume()}send(Z,G,J){if(this.readyState===r.CONNECTING)throw Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof G==="function")J=G,G={};if(typeof Z==="number")Z=Z.toString();if(this.readyState!==r.OPEN){hX(this,Z,J);return}let X={binary:typeof Z!=="string",mask:!this._isServer,compress:!0,fin:!0,...G};if(!this._extensions[Y8.extensionName])X.compress=!1;this._sender.send(Z||oZ,X,J)}terminate(){if(this.readyState===r.CLOSED)return;if(this.readyState===r.CONNECTING){v0(this,this._req,"WebSocket was closed before the connection was established");return}if(this._socket)this._readyState=r.CLOSING,this._socket.destroy()}}Object.defineProperty(r,"CONNECTING",{enumerable:!0,value:u5.indexOf("CONNECTING")});Object.defineProperty(r.prototype,"CONNECTING",{enumerable:!0,value:u5.indexOf("CONNECTING")});Object.defineProperty(r,"OPEN",{enumerable:!0,value:u5.indexOf("OPEN")});Object.defineProperty(r.prototype,"OPEN",{enumerable:!0,value:u5.indexOf("OPEN")});Object.defineProperty(r,"CLOSING",{enumerable:!0,value:u5.indexOf("CLOSING")});Object.defineProperty(r.prototype,"CLOSING",{enumerable:!0,value:u5.indexOf("CLOSING")});Object.defineProperty(r,"CLOSED",{enumerable:!0,value:u5.indexOf("CLOSED")});Object.defineProperty(r.prototype,"CLOSED",{enumerable:!0,value:u5.indexOf("CLOSED")});["binaryType","bufferedAmount","extensions","isPaused","protocol","readyState","url"].forEach((Z)=>{Object.defineProperty(r.prototype,Z,{enumerable:!0})});["open","error","close","message"].forEach((Z)=>{Object.defineProperty(r.prototype,`on${Z}`,{enumerable:!0,get(){for(let G of this.listeners(Z))if(G[bX])return G[bm];return null},set(G){for(let J of this.listeners(Z))if(J[bX]){this.removeListener(Z,J);break}if(typeof G!=="function")return;this.addEventListener(Z,G,{[bX]:!0})}})});r.prototype.addEventListener=hm;r.prototype.removeEventListener=ym;vU.exports=r;function OU(Z,G,J,X){let Y={allowSynchronousEvents:!0,autoPong:!0,protocolVersion:gX[1],maxPayload:104857600,skipUTF8Validation:!1,perMessageDeflate:!0,followRedirects:!1,maxRedirects:10,...X,socketPath:void 0,hostname:void 0,protocol:void 0,timeout:void 0,method:"GET",host:void 0,path:void 0,port:void 0};if(Z._autoPong=Y.autoPong,!gX.includes(Y.protocolVersion))throw RangeError(`Unsupported protocol version: ${Y.protocolVersion} (supported versions: ${gX.join(", ")})`);let x;if(G instanceof CX)x=G;else try{x=new CX(G)}catch(B){throw SyntaxError(`Invalid URL: ${G}`)}if(x.protocol==="http:")x.protocol="ws:";else if(x.protocol==="https:")x.protocol="wss:";Z._url=x.href;let z=x.protocol==="wss:",Q=x.protocol==="ws+unix:",K;if(x.protocol!=="ws:"&&!z&&!Q)K=`The URL's protocol must be one of "ws:", "wss:", "http:", "https:", or "ws+unix:"`;else if(Q&&!x.pathname)K="The URL's pathname is empty";else if(x.hash)K="The URL contains a fragment identifier";if(K){let B=SyntaxError(K);if(Z._redirects===0)throw B;else{tZ(Z,B);return}}let W=z?443:80,H=Em(16).toString("base64"),U=z?mm.request:vm.request,N=new Set,$;if(Y.createConnection=Y.createConnection||(z?am:lm),Y.defaultPort=Y.defaultPort||W,Y.port=x.port||W,Y.host=x.hostname.startsWith("[")?x.hostname.slice(1,-1):x.hostname,Y.headers={...Y.headers,"Sec-WebSocket-Version":Y.protocolVersion,"Sec-WebSocket-Key":H,Connection:"Upgrade",Upgrade:"websocket"},Y.path=x.pathname+x.search,Y.timeout=Y.handshakeTimeout,Y.perMessageDeflate)$=new Y8(Y.perMessageDeflate!==!0?Y.perMessageDeflate:{},!1,Y.maxPayload),Y.headers["Sec-WebSocket-Extensions"]=um({[Y8.extensionName]:$.offer()});if(J.length){for(let B of J){if(typeof B!=="string"||!cm.test(B)||N.has(B))throw SyntaxError("An invalid or duplicated subprotocol was specified");N.add(B)}Y.headers["Sec-WebSocket-Protocol"]=J.join(",")}if(Y.origin)if(Y.protocolVersion<13)Y.headers["Sec-WebSocket-Origin"]=Y.origin;else Y.headers.Origin=Y.origin;if(x.username||x.password)Y.auth=`${x.username}:${x.password}`;if(Q){let B=Y.path.split(":");Y.socketPath=B[0],Y.path=B[1]}let L;if(Y.followRedirects){if(Z._redirects===0){Z._originalIpc=Q,Z._originalSecure=z,Z._originalHostOrSocketPath=Q?Y.socketPath:x.host;let B=X&&X.headers;if(X={...X,headers:{}},B)for(let[q,R]of Object.entries(B))X.headers[q.toLowerCase()]=R}else if(Z.listenerCount("redirect")===0){let B=Q?Z._originalIpc?Y.socketPath===Z._originalHostOrSocketPath:!1:Z._originalIpc?!1:x.host===Z._originalHostOrSocketPath;if(!B||Z._originalSecure&&!z){if(delete Y.headers.authorization,delete Y.headers.cookie,!B)delete Y.headers.host;Y.auth=void 0}}if(Y.auth&&!X.headers.authorization)X.headers.authorization="Basic "+Buffer.from(Y.auth).toString("base64");if(L=Z._req=U(Y),Z._redirects)Z.emit("redirect",Z.url,L)}else L=Z._req=U(Y);if(Y.timeout)L.on("timeout",()=>{v0(Z,L,"Opening handshake has timed out")});if(L.on("error",(B)=>{if(L===null||L[RU])return;L=Z._req=null,tZ(Z,B)}),L.on("response",(B)=>{let q=B.headers.location,R=B.statusCode;if(q&&Y.followRedirects&&R>=300&&R<400){if(++Z._redirects>Y.maxRedirects){v0(Z,L,"Maximum redirects exceeded");return}L.abort();let T;try{T=new CX(q,G)}catch(F){let I=SyntaxError(`Invalid URL: ${q}`);tZ(Z,I);return}OU(Z,T,J,X)}else if(!Z.emit("unexpected-response",L,B))v0(Z,L,`Unexpected server response: ${B.statusCode}`)}),L.on("upgrade",(B,q,R)=>{if(Z.emit("upgrade",B),Z.readyState!==r.CONNECTING)return;L=Z._req=null;let T=B.headers.upgrade;if(T===void 0||T.toLowerCase()!=="websocket"){v0(Z,q,"Invalid Upgrade header");return}let F=Sm("sha1").update(H+Cm).digest("base64");if(B.headers["sec-websocket-accept"]!==F){v0(Z,q,"Invalid Sec-WebSocket-Accept header");return}let I=B.headers["sec-websocket-protocol"],v;if(I!==void 0){if(!N.size)v="Server sent a subprotocol but none was requested";else if(!N.has(I))v="Server sent an invalid subprotocol"}else if(N.size)v="Server sent no subprotocol";if(v){v0(Z,q,v);return}if(I)Z._protocol=I;let D=B.headers["sec-websocket-extensions"];if(D!==void 0){if(!$){v0(Z,q,"Server sent a Sec-WebSocket-Extensions header but no extension was requested");return}let p;try{p=km(D)}catch(y){v0(Z,q,"Invalid Sec-WebSocket-Extensions header");return}let b=Object.keys(p);if(b.length!==1||b[0]!==Y8.extensionName){v0(Z,q,"Server indicated an extension that was not requested");return}try{$.accept(p[Y8.extensionName])}catch(y){v0(Z,q,"Invalid Sec-WebSocket-Extensions header");return}Z._extensions[Y8.extensionName]=$}Z.setSocket(q,R,{allowSynchronousEvents:Y.allowSynchronousEvents,generateMask:Y.generateMask,maxPayload:Y.maxPayload,skipUTF8Validation:Y.skipUTF8Validation})}),Y.finishRequest)Y.finishRequest(L,Z);else L.end()}function tZ(Z,G){Z._readyState=r.CLOSING,Z._errorEmitted=!0,Z.emit("error",G),Z.emitClose()}function lm(Z){return Z.path=Z.socketPath,AU.connect(Z)}function am(Z){if(Z.path=void 0,!Z.servername&&Z.servername!=="")Z.servername=AU.isIP(Z.host)?"":Z.host;return jm.connect(Z)}function v0(Z,G,J){Z._readyState=r.CLOSING;let X=Error(J);if(Error.captureStackTrace(X,v0),G.setHeader){if(G[RU]=!0,G.abort(),G.socket&&!G.socket.destroyed)G.socket.destroy();process.nextTick(tZ,Z,X)}else G.destroy(X),G.once("error",Z.emit.bind(Z,"error")),G.once("close",Z.emitClose.bind(Z))}function hX(Z,G,J){if(G){let X=im(G)?G.size:fm(G).length;if(Z._socket)Z._sender._bufferedBytes+=X;else Z._bufferedAmount+=X}if(J){let X=Error(`WebSocket is not open: readyState ${Z.readyState} (${u5[Z.readyState]})`);process.nextTick(J,X)}}function nm(Z,G){let J=this[l1];if(J._closeFrameReceived=!0,J._closeMessage=G,J._closeCode=Z,J._socket[l1]===void 0)return;if(J._socket.removeListener("data",eZ),process.nextTick(DU,J._socket),Z===1005)J.close();else J.close(Z,G)}function dm(){let Z=this[l1];if(!Z.isPaused)Z._socket.resume()}function sm(Z){let G=this[l1];if(G._socket[l1]!==void 0)G._socket.removeListener("data",eZ),process.nextTick(DU,G._socket),G.close(Z[gm]);if(!G._errorEmitted)G._errorEmitted=!0,G.emit("error",Z)}function wU(){this[l1].emitClose()}function rm(Z,G){this[l1].emit("message",Z,G)}function om(Z){let G=this[l1];if(G._autoPong)G.pong(Z,!this._isServer,MU);G.emit("ping",Z)}function tm(Z){this[l1].emit("pong",Z)}function DU(Z){Z.resume()}function em(Z){let G=this[l1];if(G.readyState===r.CLOSED)return;if(G.readyState===r.OPEN)G._readyState=r.CLOSING,IU(G);if(this._socket.end(),!G._errorEmitted)G._errorEmitted=!0,G.emit("error",Z)}function IU(Z){Z._closeTimer=setTimeout(Z._socket.destroy.bind(Z._socket),30000)}function TU(){let Z=this[l1];this.removeListener("close",TU),this.removeListener("data",eZ),this.removeListener("end",PU),Z._readyState=r.CLOSING;let G;if(!this._readableState.endEmitted&&!Z._closeFrameReceived&&!Z._receiver._writableState.errorEmitted&&(G=Z._socket.read())!==null)Z._receiver.write(G);if(Z._receiver.end(),this[l1]=void 0,clearTimeout(Z._closeTimer),Z._receiver._writableState.finished||Z._receiver._writableState.errorEmitted)Z.emitClose();else Z._receiver.on("error",wU),Z._receiver.on("finish",wU)}function eZ(Z){if(!this[l1]._receiver.write(Z))this.pause()}function PU(){let Z=this[l1];Z._readyState=r.CLOSING,Z._receiver.end(),this.end()}function mU(){let Z=this[l1];if(this.removeListener("error",mU),this.on("error",MU),Z)Z._readyState=r.CLOSING,this.destroy()}});var pU=A((kc,SU)=>{var uc=ZG(),{Duplex:Zv}=require("stream");function jU(Z){Z.emit("close")}function Gv(){if(!this.destroyed&&this._writableState.finished)this.destroy()}function EU(Z){if(this.removeListener("error",EU),this.destroy(),this.listenerCount("error")===0)this.emit("error",Z)}function Jv(Z,G){let J=!0,X=new Zv({...G,autoDestroy:!1,emitClose:!1,objectMode:!1,writableObjectMode:!1});return Z.on("message",function(x,z){let Q=!z&&X._readableState.objectMode?x.toString():x;if(!X.push(Q))Z.pause()}),Z.once("error",function(x){if(X.destroyed)return;J=!1,X.destroy(x)}),Z.once("close",function(){if(X.destroyed)return;X.push(null)}),X._destroy=function(Y,x){if(Z.readyState===Z.CLOSED){x(Y),process.nextTick(jU,X);return}let z=!1;if(Z.once("error",function(K){z=!0,x(K)}),Z.once("close",function(){if(!z)x(Y);process.nextTick(jU,X)}),J)Z.terminate()},X._final=function(Y){if(Z.readyState===Z.CONNECTING){Z.once("open",function(){X._final(Y)});return}if(Z._socket===null)return;if(Z._socket._writableState.finished){if(Y(),X._readableState.endEmitted)X.destroy()}else Z._socket.once("finish",function(){Y()}),Z.close()},X._read=function(){if(Z.isPaused)Z.resume()},X._write=function(Y,x,z){if(Z.readyState===Z.CONNECTING){Z.once("open",function(){X._write(Y,x,z)});return}Z.send(Y,z)},X.on("end",Gv),X.on("error",EU),X}SU.exports=Jv});var iU=A((fc,_U)=>{var{tokenChars:Xv}=C6();function Yv(Z){let G=new Set,J=-1,X=-1,Y=0;for(Y;Y<Z.length;Y++){let z=Z.charCodeAt(Y);if(X===-1&&Xv[z]===1){if(J===-1)J=Y}else if(Y!==0&&(z===32||z===9)){if(X===-1&&J!==-1)X=Y}else if(z===44){if(J===-1)throw SyntaxError(`Unexpected character at index ${Y}`);if(X===-1)X=Y;let Q=Z.slice(J,X);if(G.has(Q))throw SyntaxError(`The "${Q}" subprotocol is duplicated`);G.add(Q),J=X=-1}else throw SyntaxError(`Unexpected character at index ${Y}`)}if(J===-1||X!==-1)throw SyntaxError("Unexpected end of input");let x=Z.slice(J,Y);if(G.has(x))throw SyntaxError(`The "${x}" subprotocol is duplicated`);return G.add(x),G}_U.exports={parse:Yv}});var yU=A((lc,hU)=>{var xv=require("events"),GG=require("http"),{Duplex:cc}=require("stream"),{createHash:zv}=require("crypto"),CU=iX(),k8=b7(),Qv=iU(),Kv=ZG(),{GUID:Hv,kWebSocket:Wv}=h5(),Uv=/^[+/0-9A-Za-z]{22}==$/;class gU extends xv{constructor(Z,G){super();if(Z={allowSynchronousEvents:!0,autoPong:!0,maxPayload:104857600,skipUTF8Validation:!1,perMessageDeflate:!1,handleProtocols:null,clientTracking:!0,verifyClient:null,noServer:!1,backlog:null,server:null,host:null,path:null,port:null,WebSocket:Kv,...Z},Z.port==null&&!Z.server&&!Z.noServer||Z.port!=null&&(Z.server||Z.noServer)||Z.server&&Z.noServer)throw TypeError('One and only one of the "port", "server", or "noServer" options must be specified');if(Z.port!=null)this._server=GG.createServer((J,X)=>{let Y=GG.STATUS_CODES[426];X.writeHead(426,{"Content-Length":Y.length,"Content-Type":"text/plain"}),X.end(Y)}),this._server.listen(Z.port,Z.host,Z.backlog,G);else if(Z.server)this._server=Z.server;if(this._server){let J=this.emit.bind(this,"connection");this._removeListeners=Nv(this._server,{listening:this.emit.bind(this,"listening"),error:this.emit.bind(this,"error"),upgrade:(X,Y,x)=>{this.handleUpgrade(X,Y,x,J)}})}if(Z.perMessageDeflate===!0)Z.perMessageDeflate={};if(Z.clientTracking)this.clients=new Set,this._shouldEmitClose=!1;this.options=Z,this._state=0}address(){if(this.options.noServer)throw Error('The server is operating in "noServer" mode');if(!this._server)return null;return this._server.address()}close(Z){if(this._state===2){if(Z)this.once("close",()=>{Z(Error("The server is not running"))});process.nextTick(u7,this);return}if(Z)this.once("close",Z);if(this._state===1)return;if(this._state=1,this.options.noServer||this.options.server){if(this._server)this._removeListeners(),this._removeListeners=this._server=null;if(this.clients)if(!this.clients.size)process.nextTick(u7,this);else this._shouldEmitClose=!0;else process.nextTick(u7,this)}else{let G=this._server;this._removeListeners(),this._removeListeners=this._server=null,G.close(()=>{u7(this)})}}shouldHandle(Z){if(this.options.path){let G=Z.url.indexOf("?");if((G!==-1?Z.url.slice(0,G):Z.url)!==this.options.path)return!1}return!0}handleUpgrade(Z,G,J,X){G.on("error",bU);let Y=Z.headers["sec-websocket-key"],x=Z.headers.upgrade,z=+Z.headers["sec-websocket-version"];if(Z.method!=="GET"){f8(this,Z,G,405,"Invalid HTTP method");return}if(x===void 0||x.toLowerCase()!=="websocket"){f8(this,Z,G,400,"Invalid Upgrade header");return}if(Y===void 0||!Uv.test(Y)){f8(this,Z,G,400,"Missing or invalid Sec-WebSocket-Key header");return}if(z!==13&&z!==8){f8(this,Z,G,400,"Missing or invalid Sec-WebSocket-Version header",{"Sec-WebSocket-Version":"13, 8"});return}if(!this.shouldHandle(Z)){k7(G,400);return}let Q=Z.headers["sec-websocket-protocol"],K=new Set;if(Q!==void 0)try{K=Qv.parse(Q)}catch(U){f8(this,Z,G,400,"Invalid Sec-WebSocket-Protocol header");return}let W=Z.headers["sec-websocket-extensions"],H={};if(this.options.perMessageDeflate&&W!==void 0){let U=new k8(this.options.perMessageDeflate,!0,this.options.maxPayload);try{let N=CU.parse(W);if(N[k8.extensionName])U.accept(N[k8.extensionName]),H[k8.extensionName]=U}catch(N){f8(this,Z,G,400,"Invalid or unacceptable Sec-WebSocket-Extensions header");return}}if(this.options.verifyClient){let U={origin:Z.headers[`${z===8?"sec-websocket-origin":"origin"}`],secure:!!(Z.socket.authorized||Z.socket.encrypted),req:Z};if(this.options.verifyClient.length===2){this.options.verifyClient(U,(N,$,L,B)=>{if(!N)return k7(G,$||401,L,B);this.completeUpgrade(H,Y,K,Z,G,J,X)});return}if(!this.options.verifyClient(U))return k7(G,401)}this.completeUpgrade(H,Y,K,Z,G,J,X)}completeUpgrade(Z,G,J,X,Y,x,z){if(!Y.readable||!Y.writable)return Y.destroy();if(Y[Wv])throw Error("server.handleUpgrade() was called more than once with the same socket, possibly due to a misconfiguration");if(this._state>0)return k7(Y,503);let K=["HTTP/1.1 101 Switching Protocols","Upgrade: websocket","Connection: Upgrade",`Sec-WebSocket-Accept: ${zv("sha1").update(G+Hv).digest("base64")}`],W=new this.options.WebSocket(null,void 0,this.options);if(J.size){let H=this.options.handleProtocols?this.options.handleProtocols(J,X):J.values().next().value;if(H)K.push(`Sec-WebSocket-Protocol: ${H}`),W._protocol=H}if(Z[k8.extensionName]){let H=Z[k8.extensionName].params,U=CU.format({[k8.extensionName]:[H]});K.push(`Sec-WebSocket-Extensions: ${U}`),W._extensions=Z}if(this.emit("headers",K,X),Y.write(K.concat(`\r
21
+ `).join(`\r
22
+ `)),Y.removeListener("error",bU),W.setSocket(Y,x,{allowSynchronousEvents:this.options.allowSynchronousEvents,maxPayload:this.options.maxPayload,skipUTF8Validation:this.options.skipUTF8Validation}),this.clients)this.clients.add(W),W.on("close",()=>{if(this.clients.delete(W),this._shouldEmitClose&&!this.clients.size)process.nextTick(u7,this)});z(W,X)}}hU.exports=gU;function Nv(Z,G){for(let J of Object.keys(G))Z.on(J,G[J]);return function(){for(let X of Object.keys(G))Z.removeListener(X,G[X])}}function u7(Z){Z._state=2,Z.emit("close")}function bU(){this.destroy()}function k7(Z,G,J,X){J=J||GG.STATUS_CODES[G],X={Connection:"close","Content-Type":"text/html","Content-Length":Buffer.byteLength(J),...X},Z.once("finish",Z.destroy),Z.end(`HTTP/1.1 ${G} ${GG.STATUS_CODES[G]}\r
23
+ `+Object.keys(X).map((Y)=>`${Y}: ${X[Y]}`).join(`\r
24
+ `)+`\r
25
+ \r
26
+ `+J)}function f8(Z,G,J,X,Y,x){if(Z.listenerCount("wsClientError")){let z=Error(Y);Error.captureStackTrace(z,f8),Z.emit("wsClientError",z,J,G)}else k7(J,X,Y,x)}});var f6=A((R1)=>{Object.defineProperty(R1,"__esModule",{value:!0});R1.Doctype=R1.CDATA=R1.Tag=R1.Style=R1.Script=R1.Comment=R1.Directive=R1.Text=R1.Root=R1.isTag=R1.ElementType=void 0;var E0;(function(Z){Z.Root="root",Z.Text="text",Z.Directive="directive",Z.Comment="comment",Z.Script="script",Z.Style="style",Z.Tag="tag",Z.CDATA="cdata",Z.Doctype="doctype"})(E0=R1.ElementType||(R1.ElementType={}));function Hj(Z){return Z.type===E0.Tag||Z.type===E0.Script||Z.type===E0.Style}R1.isTag=Hj;R1.Root=E0.Root;R1.Text=E0.Text;R1.Directive=E0.Directive;R1.Comment=E0.Comment;R1.Script=E0.Script;R1.Style=E0.Style;R1.Tag=E0.Tag;R1.CDATA=E0.CDATA;R1.Doctype=E0.Doctype});var zY=A((Y1)=>{var U8=Y1&&Y1.__extends||function(){var Z=function(G,J){return Z=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(X,Y){X.__proto__=Y}||function(X,Y){for(var x in Y)if(Object.prototype.hasOwnProperty.call(Y,x))X[x]=Y[x]},Z(G,J)};return function(G,J){if(typeof J!=="function"&&J!==null)throw TypeError("Class extends value "+String(J)+" is not a constructor or null");Z(G,J);function X(){this.constructor=G}G.prototype=J===null?Object.create(J):(X.prototype=J.prototype,new X)}}(),J4=Y1&&Y1.__assign||function(){return J4=Object.assign||function(Z){for(var G,J=1,X=arguments.length;J<X;J++){G=arguments[J];for(var Y in G)if(Object.prototype.hasOwnProperty.call(G,Y))Z[Y]=G[Y]}return Z},J4.apply(this,arguments)};Object.defineProperty(Y1,"__esModule",{value:!0});Y1.cloneNode=Y1.hasChildren=Y1.isDocument=Y1.isDirective=Y1.isComment=Y1.isText=Y1.isCDATA=Y1.isTag=Y1.Element=Y1.Document=Y1.CDATA=Y1.NodeWithChildren=Y1.ProcessingInstruction=Y1.Comment=Y1.Text=Y1.DataNode=Y1.Node=void 0;var w0=f6(),YY=function(){function Z(){this.parent=null,this.prev=null,this.next=null,this.startIndex=null,this.endIndex=null}return Object.defineProperty(Z.prototype,"parentNode",{get:function(){return this.parent},set:function(G){this.parent=G},enumerable:!1,configurable:!0}),Object.defineProperty(Z.prototype,"previousSibling",{get:function(){return this.prev},set:function(G){this.prev=G},enumerable:!1,configurable:!0}),Object.defineProperty(Z.prototype,"nextSibling",{get:function(){return this.next},set:function(G){this.next=G},enumerable:!1,configurable:!0}),Z.prototype.cloneNode=function(G){if(G===void 0)G=!1;return xY(this,G)},Z}();Y1.Node=YY;var BG=function(Z){U8(G,Z);function G(J){var X=Z.call(this)||this;return X.data=J,X}return Object.defineProperty(G.prototype,"nodeValue",{get:function(){return this.data},set:function(J){this.data=J},enumerable:!1,configurable:!0}),G}(YY);Y1.DataNode=BG;var bN=function(Z){U8(G,Z);function G(){var J=Z!==null&&Z.apply(this,arguments)||this;return J.type=w0.ElementType.Text,J}return Object.defineProperty(G.prototype,"nodeType",{get:function(){return 3},enumerable:!1,configurable:!0}),G}(BG);Y1.Text=bN;var gN=function(Z){U8(G,Z);function G(){var J=Z!==null&&Z.apply(this,arguments)||this;return J.type=w0.ElementType.Comment,J}return Object.defineProperty(G.prototype,"nodeType",{get:function(){return 8},enumerable:!1,configurable:!0}),G}(BG);Y1.Comment=gN;var hN=function(Z){U8(G,Z);function G(J,X){var Y=Z.call(this,X)||this;return Y.name=J,Y.type=w0.ElementType.Directive,Y}return Object.defineProperty(G.prototype,"nodeType",{get:function(){return 1},enumerable:!1,configurable:!0}),G}(BG);Y1.ProcessingInstruction=hN;var VG=function(Z){U8(G,Z);function G(J){var X=Z.call(this)||this;return X.children=J,X}return Object.defineProperty(G.prototype,"firstChild",{get:function(){var J;return(J=this.children[0])!==null&&J!==void 0?J:null},enumerable:!1,configurable:!0}),Object.defineProperty(G.prototype,"lastChild",{get:function(){return this.children.length>0?this.children[this.children.length-1]:null},enumerable:!1,configurable:!0}),Object.defineProperty(G.prototype,"childNodes",{get:function(){return this.children},set:function(J){this.children=J},enumerable:!1,configurable:!0}),G}(YY);Y1.NodeWithChildren=VG;var yN=function(Z){U8(G,Z);function G(){var J=Z!==null&&Z.apply(this,arguments)||this;return J.type=w0.ElementType.CDATA,J}return Object.defineProperty(G.prototype,"nodeType",{get:function(){return 4},enumerable:!1,configurable:!0}),G}(VG);Y1.CDATA=yN;var uN=function(Z){U8(G,Z);function G(){var J=Z!==null&&Z.apply(this,arguments)||this;return J.type=w0.ElementType.Root,J}return Object.defineProperty(G.prototype,"nodeType",{get:function(){return 9},enumerable:!1,configurable:!0}),G}(VG);Y1.Document=uN;var kN=function(Z){U8(G,Z);function G(J,X,Y,x){if(Y===void 0)Y=[];if(x===void 0)x=J==="script"?w0.ElementType.Script:J==="style"?w0.ElementType.Style:w0.ElementType.Tag;var z=Z.call(this,Y)||this;return z.name=J,z.attribs=X,z.type=x,z}return Object.defineProperty(G.prototype,"nodeType",{get:function(){return 1},enumerable:!1,configurable:!0}),Object.defineProperty(G.prototype,"tagName",{get:function(){return this.name},set:function(J){this.name=J},enumerable:!1,configurable:!0}),Object.defineProperty(G.prototype,"attributes",{get:function(){var J=this;return Object.keys(this.attribs).map(function(X){var Y,x;return{name:X,value:J.attribs[X],namespace:(Y=J["x-attribsNamespace"])===null||Y===void 0?void 0:Y[X],prefix:(x=J["x-attribsPrefix"])===null||x===void 0?void 0:x[X]}})},enumerable:!1,configurable:!0}),G}(VG);Y1.Element=kN;function fN(Z){return(0,w0.isTag)(Z)}Y1.isTag=fN;function cN(Z){return Z.type===w0.ElementType.CDATA}Y1.isCDATA=cN;function lN(Z){return Z.type===w0.ElementType.Text}Y1.isText=lN;function aN(Z){return Z.type===w0.ElementType.Comment}Y1.isComment=aN;function nN(Z){return Z.type===w0.ElementType.Directive}Y1.isDirective=nN;function dN(Z){return Z.type===w0.ElementType.Root}Y1.isDocument=dN;function Wj(Z){return Object.prototype.hasOwnProperty.call(Z,"children")}Y1.hasChildren=Wj;function xY(Z,G){if(G===void 0)G=!1;var J;if(lN(Z))J=new bN(Z.data);else if(aN(Z))J=new gN(Z.data);else if(fN(Z)){var X=G?XY(Z.children):[],Y=new kN(Z.name,J4({},Z.attribs),X);if(X.forEach(function(K){return K.parent=Y}),Z.namespace!=null)Y.namespace=Z.namespace;if(Z["x-attribsNamespace"])Y["x-attribsNamespace"]=J4({},Z["x-attribsNamespace"]);if(Z["x-attribsPrefix"])Y["x-attribsPrefix"]=J4({},Z["x-attribsPrefix"]);J=Y}else if(cN(Z)){var X=G?XY(Z.children):[],x=new yN(X);X.forEach(function(W){return W.parent=x}),J=x}else if(dN(Z)){var X=G?XY(Z.children):[],z=new uN(X);if(X.forEach(function(W){return W.parent=z}),Z["x-mode"])z["x-mode"]=Z["x-mode"];J=z}else if(nN(Z)){var Q=new hN(Z.name,Z.data);if(Z["x-name"]!=null)Q["x-name"]=Z["x-name"],Q["x-publicId"]=Z["x-publicId"],Q["x-systemId"]=Z["x-systemId"];J=Q}else throw Error("Not implemented yet: ".concat(Z.type));if(J.startIndex=Z.startIndex,J.endIndex=Z.endIndex,Z.sourceCodeLocation!=null)J.sourceCodeLocation=Z.sourceCodeLocation;return J}Y1.cloneNode=xY;function XY(Z){var G=Z.map(function(X){return xY(X,!0)});for(var J=1;J<G.length;J++)G[J].prev=G[J-1],G[J-1].next=G[J];return G}});var z5=A((R5)=>{var Uj=R5&&R5.__createBinding||(Object.create?function(Z,G,J,X){if(X===void 0)X=J;var Y=Object.getOwnPropertyDescriptor(G,J);if(!Y||("get"in Y?!G.__esModule:Y.writable||Y.configurable))Y={enumerable:!0,get:function(){return G[J]}};Object.defineProperty(Z,X,Y)}:function(Z,G,J,X){if(X===void 0)X=J;Z[X]=G[J]}),Nj=R5&&R5.__exportStar||function(Z,G){for(var J in Z)if(J!=="default"&&!Object.prototype.hasOwnProperty.call(G,J))Uj(G,Z,J)};Object.defineProperty(R5,"__esModule",{value:!0});R5.DomHandler=void 0;var QY=f6(),N8=zY();Nj(zY(),R5);var sN={withStartIndices:!1,withEndIndices:!1,xmlMode:!1},rN=function(){function Z(G,J,X){if(this.dom=[],this.root=new N8.Document(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null,typeof J==="function")X=J,J=sN;if(typeof G==="object")J=G,G=void 0;this.callback=G!==null&&G!==void 0?G:null,this.options=J!==null&&J!==void 0?J:sN,this.elementCB=X!==null&&X!==void 0?X:null}return Z.prototype.onparserinit=function(G){this.parser=G},Z.prototype.onreset=function(){this.dom=[],this.root=new N8.Document(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null},Z.prototype.onend=function(){if(this.done)return;this.done=!0,this.parser=null,this.handleCallback(null)},Z.prototype.onerror=function(G){this.handleCallback(G)},Z.prototype.onclosetag=function(){this.lastNode=null;var G=this.tagStack.pop();if(this.options.withEndIndices)G.endIndex=this.parser.endIndex;if(this.elementCB)this.elementCB(G)},Z.prototype.onopentag=function(G,J){var X=this.options.xmlMode?QY.ElementType.Tag:void 0,Y=new N8.Element(G,J,void 0,X);this.addNode(Y),this.tagStack.push(Y)},Z.prototype.ontext=function(G){var J=this.lastNode;if(J&&J.type===QY.ElementType.Text){if(J.data+=G,this.options.withEndIndices)J.endIndex=this.parser.endIndex}else{var X=new N8.Text(G);this.addNode(X),this.lastNode=X}},Z.prototype.oncomment=function(G){if(this.lastNode&&this.lastNode.type===QY.ElementType.Comment){this.lastNode.data+=G;return}var J=new N8.Comment(G);this.addNode(J),this.lastNode=J},Z.prototype.oncommentend=function(){this.lastNode=null},Z.prototype.oncdatastart=function(){var G=new N8.Text(""),J=new N8.CDATA([G]);this.addNode(J),G.parent=J,this.lastNode=G},Z.prototype.oncdataend=function(){this.lastNode=null},Z.prototype.onprocessinginstruction=function(G,J){var X=new N8.ProcessingInstruction(G,J);this.addNode(X)},Z.prototype.handleCallback=function(G){if(typeof this.callback==="function")this.callback(G,this.dom);else if(G)throw G},Z.prototype.addNode=function(G){var J=this.tagStack[this.tagStack.length-1],X=J.children[J.children.length-1];if(this.options.withStartIndices)G.startIndex=this.parser.startIndex;if(this.options.withEndIndices)G.endIndex=this.parser.endIndex;if(J.children.push(G),X)G.prev=X,X.next=G;G.parent=J,this.lastNode=null},Z}();R5.DomHandler=rN;R5.default=rN});var HY=A((a8)=>{var KY;Object.defineProperty(a8,"__esModule",{value:!0});a8.fromCodePoint=void 0;a8.replaceCodePoint=oN;a8.decodeCodePoint=Lj;var $j=new Map([[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]]);a8.fromCodePoint=(KY=String.fromCodePoint)!==null&&KY!==void 0?KY:(Z)=>{let G="";if(Z>65535)Z-=65536,G+=String.fromCharCode(Z>>>10&1023|55296),Z=56320|Z&1023;return G+=String.fromCharCode(Z),G};function oN(Z){var G;if(Z>=55296&&Z<=57343||Z>1114111)return 65533;return(G=$j.get(Z))!==null&&G!==void 0?G:Z}function Lj(Z){return(0,a8.fromCodePoint)(oN(Z))}});var UY=A((WY)=>{Object.defineProperty(WY,"__esModule",{value:!0});WY.decodeBase64=Bj;function Bj(Z){let G=typeof atob==="function"?atob(Z):typeof Buffer.from==="function"?Buffer.from(Z,"base64").toString("binary"):new Buffer(Z,"base64").toString("binary"),J=G.length&-2,X=new Uint16Array(J/2);for(let Y=0,x=0;Y<J;Y+=2){let z=G.charCodeAt(Y),Q=G.charCodeAt(Y+1);X[x++]=z|Q<<8}return X}});var NY=A((qG)=>{Object.defineProperty(qG,"__esModule",{value:!0});qG.htmlDecodeTree=void 0;var Vj=UY();qG.htmlDecodeTree=(0,Vj.decodeBase64)("QR08ALkAAgH6AYsDNQR2BO0EPgXZBQEGLAbdBxMISQrvCmQLfQurDKQNLw4fD4YPpA+6D/IPAAAAAAAAAAAAAAAAKhBMEY8TmxUWF2EYLBkxGuAa3RsJHDscWR8YIC8jSCSIJcMl6ie3Ku8rEC0CLjoupS7kLgAIRU1hYmNmZ2xtbm9wcnN0dVQAWgBeAGUAaQBzAHcAfgCBAIQAhwCSAJoAoACsALMAbABpAGcAO4DGAMZAUAA7gCYAJkBjAHUAdABlADuAwQDBQHIiZXZlAAJhAAFpeW0AcgByAGMAO4DCAMJAEGRyAADgNdgE3XIAYQB2AGUAO4DAAMBA8CFoYZFj4SFjcgBhZAAAoFMqAAFncIsAjgBvAG4ABGFmAADgNdg43fAlbHlGdW5jdGlvbgCgYSBpAG4AZwA7gMUAxUAAAWNzpACoAHIAAOA12Jzc6SFnbgCgVCJpAGwAZABlADuAwwDDQG0AbAA7gMQAxEAABGFjZWZvcnN1xQDYANoA7QDxAPYA+QD8AAABY3LJAM8AayNzbGFzaAAAoBYidgHTANUAAKDnKmUAZAAAoAYjeQARZIABY3J0AOAA5QDrAGEidXNlAACgNSLuI291bGxpcwCgLCFhAJJjcgAA4DXYBd1wAGYAAOA12Dnd5SF2ZdhiYwDyAOoAbSJwZXEAAKBOIgAHSE9hY2RlZmhpbG9yc3UXARoBHwE6AVIBVQFiAWQBZgGCAakB6QHtAfIBYwB5ACdkUABZADuAqQCpQIABY3B5ACUBKAE1AfUhdGUGYWmg0iJ0KGFsRGlmZmVyZW50aWFsRAAAoEUhbCJleXMAAKAtIQACYWVpb0EBRAFKAU0B8iFvbgxhZABpAGwAO4DHAMdAcgBjAAhhbiJpbnQAAKAwIm8AdAAKYQABZG5ZAV0BaSJsbGEAuGB0I2VyRG90ALdg8gA5AWkAp2NyImNsZQAAAkRNUFRwAXQBeQF9AW8AdAAAoJkiaSJudXMAAKCWIuwhdXMAoJUiaSJtZXMAAKCXIm8AAAFjc4cBlAFrKndpc2VDb250b3VySW50ZWdyYWwAAKAyImUjQ3VybHkAAAFEUZwBpAFvJXVibGVRdW90ZQAAoB0gdSJvdGUAAKAZIAACbG5wdbABtgHNAdgBbwBuAGWgNyIAoHQqgAFnaXQAvAHBAcUB8iJ1ZW50AKBhIm4AdAAAoC8i7yV1ckludGVncmFsAKAuIgABZnLRAdMBAKACIe8iZHVjdACgECJuLnRlckNsb2Nrd2lzZUNvbnRvdXJJbnRlZ3JhbAAAoDMi7yFzcwCgLypjAHIAAOA12J7ccABDoNMiYQBwAACgTSKABURKU1phY2VmaW9zAAsCEgIVAhgCGwIsAjQCOQI9AnMCfwNvoEUh9CJyYWhkAKARKWMAeQACZGMAeQAFZGMAeQAPZIABZ3JzACECJQIoAuchZXIAoCEgcgAAoKEhaAB2AACg5CoAAWF5MAIzAvIhb24OYRRkbAB0oAciYQCUY3IAAOA12AfdAAFhZkECawIAAWNtRQJnAvIjaXRpY2FsAAJBREdUUAJUAl8CYwJjInV0ZQC0YG8AdAFZAloC2WJiJGxlQWN1dGUA3WJyImF2ZQBgYGkibGRlANxi7yFuZACgxCJmJWVyZW50aWFsRAAAoEYhcAR9AgAAAAAAAIECjgIAABoDZgAA4DXYO91EoagAhQKJAm8AdAAAoNwgcSJ1YWwAAKBQIuIhbGUAA0NETFJVVpkCqAK1Au8C/wIRA28AbgB0AG8AdQByAEkAbgB0AGUAZwByAGEA7ADEAW8AdAKvAgAAAACwAqhgbiNBcnJvdwAAoNMhAAFlb7kC0AJmAHQAgAFBUlQAwQLGAs0CciJyb3cAAKDQIekkZ2h0QXJyb3cAoNQhZQDlACsCbgBnAAABTFLWAugC5SFmdAABQVLcAuECciJyb3cAAKD4J+kkZ2h0QXJyb3cAoPon6SRnaHRBcnJvdwCg+SdpImdodAAAAUFU9gL7AnIicm93AACg0iFlAGUAAKCoInAAQQIGAwAAAAALA3Iicm93AACg0SFvJHduQXJyb3cAAKDVIWUlcnRpY2FsQmFyAACgJSJuAAADQUJMUlRhJAM2AzoDWgNxA3oDciJyb3cAAKGTIUJVLAMwA2EAcgAAoBMpcCNBcnJvdwAAoPUhciJldmUAEWPlIWZ00gJDAwAASwMAAFIDaSVnaHRWZWN0b3IAAKBQKWUkZVZlY3RvcgAAoF4p5SJjdG9yQqC9IWEAcgAAoFYpaSJnaHQA1AFiAwAAaQNlJGVWZWN0b3IAAKBfKeUiY3RvckKgwSFhAHIAAKBXKWUAZQBBoKQiciJyb3cAAKCnIXIAcgBvAPcAtAIAAWN0gwOHA3IAAOA12J/c8iFvaxBhAAhOVGFjZGZnbG1vcHFzdHV4owOlA6kDsAO/A8IDxgPNA9ID8gP9AwEEFAQeBCAEJQRHAEphSAA7gNAA0EBjAHUAdABlADuAyQDJQIABYWl5ALYDuQO+A/Ihb24aYXIAYwA7gMoAykAtZG8AdAAWYXIAAOA12AjdcgBhAHYAZQA7gMgAyEDlIm1lbnQAoAgiAAFhcNYD2QNjAHIAEmF0AHkAUwLhAwAAAADpA20lYWxsU3F1YXJlAACg+yVlJ3J5U21hbGxTcXVhcmUAAKCrJQABZ3D2A/kDbwBuABhhZgAA4DXYPN3zImlsb26VY3UAAAFhaQYEDgRsAFSgdSppImxkZQAAoEIi7CNpYnJpdW0AoMwhAAFjaRgEGwRyAACgMCFtAACgcyphAJdjbQBsADuAywDLQAABaXApBC0E8yF0cwCgAyLvJG5lbnRpYWxFAKBHIYACY2Zpb3MAPQQ/BEMEXQRyBHkAJGRyAADgNdgJ3WwibGVkAFMCTAQAAAAAVARtJWFsbFNxdWFyZQAAoPwlZSdyeVNtYWxsU3F1YXJlAACgqiVwA2UEAABpBAAAAABtBGYAAOA12D3dwSFsbACgACLyI2llcnRyZgCgMSFjAPIAcQQABkpUYWJjZGZnb3JzdIgEiwSOBJMElwSkBKcEqwStBLIE5QTqBGMAeQADZDuAPgA+QO0hbWFkoJMD3GNyImV2ZQAeYYABZWl5AJ0EoASjBOQhaWwiYXIAYwAcYRNkbwB0ACBhcgAA4DXYCt0AoNkicABmAADgNdg+3eUiYXRlcgADRUZHTFNUvwTIBM8E1QTZBOAEcSJ1YWwATKBlIuUhc3MAoNsidSRsbEVxdWFsAACgZyJyI2VhdGVyAACgoirlIXNzAKB3IuwkYW50RXF1YWwAoH4qaSJsZGUAAKBzImMAcgAA4DXYotwAoGsiAARBYWNmaW9zdfkE/QQFBQgFCwUTBSIFKwVSIkRjeQAqZAABY3QBBQQFZQBrAMdiXmDpIXJjJGFyAACgDCFsJWJlcnRTcGFjZQAAoAsh8AEYBQAAGwVmAACgDSHpJXpvbnRhbExpbmUAoAAlAAFjdCYFKAXyABIF8iFvayZhbQBwAEQBMQU5BW8AdwBuAEgAdQBtAPAAAAFxInVhbAAAoE8iAAdFSk9hY2RmZ21ub3N0dVMFVgVZBVwFYwVtBXAFcwV6BZAFtgXFBckFzQVjAHkAFWTsIWlnMmFjAHkAAWRjAHUAdABlADuAzQDNQAABaXlnBWwFcgBjADuAzgDOQBhkbwB0ADBhcgAAoBEhcgBhAHYAZQA7gMwAzEAAoREhYXB/BYsFAAFjZ4MFhQVyACphaSNuYXJ5SQAAoEghbABpAGUA8wD6AvQBlQUAAKUFZaAsIgABZ3KaBZ4F8iFhbACgKyLzI2VjdGlvbgCgwiJpI3NpYmxlAAABQ1SsBbEFbyJtbWEAAKBjIGkibWVzAACgYiCAAWdwdAC8Bb8FwwVvAG4ALmFmAADgNdhA3WEAmWNjAHIAAKAQIWkibGRlAChh6wHSBQAA1QVjAHkABmRsADuAzwDPQIACY2Zvc3UA4QXpBe0F8gX9BQABaXnlBegFcgBjADRhGWRyAADgNdgN3XAAZgAA4DXYQd3jAfcFAAD7BXIAAOA12KXc8iFjeQhk6yFjeQRkgANISmFjZm9zAAwGDwYSBhUGHQYhBiYGYwB5ACVkYwB5AAxk8CFwYZpjAAFleRkGHAbkIWlsNmEaZHIAAOA12A7dcABmAADgNdhC3WMAcgAA4DXYptyABUpUYWNlZmxtb3N0AD0GQAZDBl4GawZkB2gHcAd0B80H2gdjAHkACWQ7gDwAPECAAmNtbnByAEwGTwZSBlUGWwb1IXRlOWHiIWRhm2NnAACg6ifsI2FjZXRyZgCgEiFyAACgniGAAWFleQBkBmcGagbyIW9uPWHkIWlsO2EbZAABZnNvBjQHdAAABUFDREZSVFVWYXKABp4GpAbGBssG3AYDByEHwQIqBwABbnKEBowGZyVsZUJyYWNrZXQAAKDoJ/Ihb3cAoZAhQlKTBpcGYQByAACg5CHpJGdodEFycm93AKDGIWUjaWxpbmcAAKAII28A9QGqBgAAsgZiJWxlQnJhY2tldAAAoOYnbgDUAbcGAAC+BmUkZVZlY3RvcgAAoGEp5SJjdG9yQqDDIWEAcgAAoFkpbCJvb3IAAKAKI2kiZ2h0AAABQVbSBtcGciJyb3cAAKCUIeUiY3RvcgCgTikAAWVy4AbwBmUAAKGjIkFW5gbrBnIicm93AACgpCHlImN0b3IAoFopaSNhbmdsZQBCorIi+wYAAAAA/wZhAHIAAKDPKXEidWFsAACgtCJwAIABRFRWAAoHEQcYB+8kd25WZWN0b3IAoFEpZSRlVmVjdG9yAACgYCnlImN0b3JCoL8hYQByAACgWCnlImN0b3JCoLwhYQByAACgUilpAGcAaAB0AGEAcgByAG8A9wDMAnMAAANFRkdMU1Q/B0cHTgdUB1gHXwfxJXVhbEdyZWF0ZXIAoNoidSRsbEVxdWFsAACgZiJyI2VhdGVyAACgdiLlIXNzAKChKuwkYW50RXF1YWwAoH0qaSJsZGUAAKByInIAAOA12A/dZaDYIuYjdGFycm93AKDaIWkiZG90AD9hgAFucHcAege1B7kHZwAAAkxSbHKCB5QHmwerB+UhZnQAAUFSiAeNB3Iicm93AACg9SfpJGdodEFycm93AKD3J+kkZ2h0QXJyb3cAoPYn5SFmdAABYXLcAqEHaQBnAGgAdABhAHIAcgBvAPcA5wJpAGcAaAB0AGEAcgByAG8A9wDuAmYAAOA12EPdZQByAAABTFK/B8YHZSRmdEFycm93AACgmSHpJGdodEFycm93AKCYIYABY2h0ANMH1QfXB/IAWgYAoLAh8iFva0FhAKBqIgAEYWNlZmlvc3XpB+wH7gf/BwMICQgOCBEIcAAAoAUpeQAcZAABZGzyB/kHaSR1bVNwYWNlAACgXyBsI2ludHJmAACgMyFyAADgNdgQ3e4jdXNQbHVzAKATInAAZgAA4DXYRN1jAPIA/gecY4AESmFjZWZvc3R1ACEIJAgoCDUIgQiFCDsKQApHCmMAeQAKZGMidXRlAENhgAFhZXkALggxCDQI8iFvbkdh5CFpbEVhHWSAAWdzdwA7CGEIfQjhInRpdmWAAU1UVgBECEwIWQhlJWRpdW1TcGFjZQAAoAsgaABpAAABY25SCFMIawBTAHAAYQBjAOUASwhlAHIAeQBUAGgAaQDuAFQI9CFlZAABR0xnCHUIcgBlAGEAdABlAHIARwByAGUAYQB0AGUA8gDrBGUAcwBzAEwAZQBzAPMA2wdMImluZQAKYHIAAOA12BHdAAJCbnB0jAiRCJkInAhyImVhawAAoGAgwiZyZWFraW5nU3BhY2WgYGYAAKAVIUOq7CqzCMIIzQgAAOcIGwkAAAAAAAAtCQAAbwkAAIcJAACdCcAJGQoAADQKAAFvdbYIvAjuI2dydWVudACgYiJwIkNhcAAAoG0ibyh1YmxlVmVydGljYWxCYXIAAKAmIoABbHF4ANII1wjhCOUibWVudACgCSL1IWFsVKBgImkibGRlAADgQiI4A2kic3RzAACgBCJyI2VhdGVyAACjbyJFRkdMU1T1CPoIAgkJCQ0JFQlxInVhbAAAoHEidSRsbEVxdWFsAADgZyI4A3IjZWF0ZXIAAOBrIjgD5SFzcwCgeSLsJGFudEVxdWFsAOB+KjgDaSJsZGUAAKB1IvUhbXBEASAJJwnvI3duSHVtcADgTiI4A3EidWFsAADgTyI4A2UAAAFmczEJRgn0JFRyaWFuZ2xlQqLqIj0JAAAAAEIJYQByAADgzyk4A3EidWFsAACg7CJzAICibiJFR0xTVABRCVYJXAlhCWkJcSJ1YWwAAKBwInIjZWF0ZXIAAKB4IuUhc3MA4GoiOAPsJGFudEVxdWFsAOB9KjgDaSJsZGUAAKB0IuUic3RlZAABR0x1CX8J8iZlYXRlckdyZWF0ZXIA4KIqOAPlI3NzTGVzcwDgoSo4A/IjZWNlZGVzAKGAIkVTjwmVCXEidWFsAADgryo4A+wkYW50RXF1YWwAoOAiAAFlaaAJqQl2JmVyc2VFbGVtZW50AACgDCLnJWh0VHJpYW5nbGVCousitgkAAAAAuwlhAHIAAODQKTgDcSJ1YWwAAKDtIgABcXXDCeAJdSNhcmVTdQAAAWJwywnVCfMhZXRF4I8iOANxInVhbAAAoOIi5SJyc2V0ReCQIjgDcSJ1YWwAAKDjIoABYmNwAOYJ8AkNCvMhZXRF4IIi0iBxInVhbAAAoIgi4yJlZWRzgKGBIkVTVAD6CQAKBwpxInVhbAAA4LAqOAPsJGFudEVxdWFsAKDhImkibGRlAADgfyI4A+UicnNldEXggyLSIHEidWFsAACgiSJpImxkZQCAoUEiRUZUACIKJwouCnEidWFsAACgRCJ1JGxsRXF1YWwAAKBHImkibGRlAACgSSJlJXJ0aWNhbEJhcgAAoCQiYwByAADgNdip3GkAbABkAGUAO4DRANFAnWMAB0VhY2RmZ21vcHJzdHV2XgphCmgKcgp2CnoKgQqRCpYKqwqtCrsKyArNCuwhaWdSYWMAdQB0AGUAO4DTANNAAAFpeWwKcQpyAGMAO4DUANRAHmRiImxhYwBQYXIAAOA12BLdcgBhAHYAZQA7gNIA0kCAAWFlaQCHCooKjQpjAHIATGFnAGEAqWNjInJvbgCfY3AAZgAA4DXYRt3lI25DdXJseQABRFGeCqYKbyV1YmxlUXVvdGUAAKAcIHUib3RlAACgGCAAoFQqAAFjbLEKtQpyAADgNdiq3GEAcwBoADuA2ADYQGkAbAHACsUKZABlADuA1QDVQGUAcwAAoDcqbQBsADuA1gDWQGUAcgAAAUJQ0wrmCgABYXLXCtoKcgAAoD4gYQBjAAABZWvgCuIKAKDeI2UAdAAAoLQjYSVyZW50aGVzaXMAAKDcI4AEYWNmaGlsb3JzAP0KAwsFCwkLCwsMCxELIwtaC3IjdGlhbEQAAKACInkAH2RyAADgNdgT3WkApmOgY/Ujc01pbnVzsWAAAWlwFQsgC24AYwBhAHIAZQBwAGwAYQBuAOUACgVmAACgGSGAobsqZWlvACoLRQtJC+MiZWRlc4CheiJFU1QANAs5C0ALcSJ1YWwAAKCvKuwkYW50RXF1YWwAoHwiaSJsZGUAAKB+Im0AZQAAoDMgAAFkcE0LUQv1IWN0AKAPIm8jcnRpb24AYaA3ImwAAKAdIgABY2leC2ILcgAA4DXYq9yoYwACVWZvc2oLbwtzC3cLTwBUADuAIgAiQHIAAOA12BTdcABmAACgGiFjAHIAAOA12KzcAAZCRWFjZWZoaW9yc3WPC5MLlwupC7YL2AvbC90LhQyTDJoMowzhIXJyAKAQKUcAO4CuAK5AgAFjbnIAnQugC6ML9SF0ZVRhZwAAoOsncgB0oKAhbAAAoBYpgAFhZXkArwuyC7UL8iFvblhh5CFpbFZhIGR2oBwhZSJyc2UAAAFFVb8LzwsAAWxxwwvIC+UibWVudACgCyL1JGlsaWJyaXVtAKDLIXAmRXF1aWxpYnJpdW0AAKBvKXIAAKAcIW8AoWPnIWh0AARBQ0RGVFVWYewLCgwQDDIMNwxeDHwM9gIAAW5y8Av4C2clbGVCcmFja2V0AACg6SfyIW93AKGSIUJM/wsDDGEAcgAAoOUhZSRmdEFycm93AACgxCFlI2lsaW5nAACgCSNvAPUBFgwAAB4MYiVsZUJyYWNrZXQAAKDnJ24A1AEjDAAAKgxlJGVWZWN0b3IAAKBdKeUiY3RvckKgwiFhAHIAAKBVKWwib29yAACgCyMAAWVyOwxLDGUAAKGiIkFWQQxGDHIicm93AACgpiHlImN0b3IAoFspaSNhbmdsZQBCorMiVgwAAAAAWgxhAHIAAKDQKXEidWFsAACgtSJwAIABRFRWAGUMbAxzDO8kd25WZWN0b3IAoE8pZSRlVmVjdG9yAACgXCnlImN0b3JCoL4hYQByAACgVCnlImN0b3JCoMAhYQByAACgUykAAXB1iQyMDGYAAKAdIe4kZEltcGxpZXMAoHAp6SRnaHRhcnJvdwCg2yEAAWNongyhDHIAAKAbIQCgsSHsJGVEZWxheWVkAKD0KYAGSE9hY2ZoaW1vcXN0dQC/DMgMzAzQDOIM5gwKDQ0NFA0ZDU8NVA1YDQABQ2PDDMYMyCFjeSlkeQAoZEYiVGN5ACxkYyJ1dGUAWmEAorwqYWVpedgM2wzeDOEM8iFvbmBh5CFpbF5hcgBjAFxhIWRyAADgNdgW3e8hcnQAAkRMUlXvDPYM/QwEDW8kd25BcnJvdwAAoJMhZSRmdEFycm93AACgkCHpJGdodEFycm93AKCSIXAjQXJyb3cAAKCRIechbWGjY+EkbGxDaXJjbGUAoBgicABmAADgNdhK3XICHw0AAAAAIg10AACgGiLhIXJlgKGhJUlTVQAqDTINSg3uJXRlcnNlY3Rpb24AoJMidQAAAWJwNw1ADfMhZXRFoI8icSJ1YWwAAKCRIuUicnNldEWgkCJxInVhbAAAoJIibiJpb24AAKCUImMAcgAA4DXYrtxhAHIAAKDGIgACYmNtcF8Nag2ODZANc6DQImUAdABFoNAicSJ1YWwAAKCGIgABY2huDYkNZSJlZHMAgKF7IkVTVAB4DX0NhA1xInVhbAAAoLAq7CRhbnRFcXVhbACgfSJpImxkZQAAoH8iVABoAGEA9ADHCwCgESIAodEiZXOVDZ8NciJzZXQARaCDInEidWFsAACghyJlAHQAAKDRIoAFSFJTYWNmaGlvcnMAtQ27Db8NyA3ODdsN3w3+DRgOHQ4jDk8AUgBOADuA3gDeQMEhREUAoCIhAAFIY8MNxg1jAHkAC2R5ACZkAAFidcwNzQ0JYKRjgAFhZXkA1A3XDdoN8iFvbmRh5CFpbGJhImRyAADgNdgX3QABZWnjDe4N8gHoDQAA7Q3lImZvcmUAoDQiYQCYYwABY27yDfkNayNTcGFjZQAA4F8gCiDTInBhY2UAoAkg7CFkZYChPCJFRlQABw4MDhMOcSJ1YWwAAKBDInUkbGxFcXVhbAAAoEUiaSJsZGUAAKBIInAAZgAA4DXYS93pI3BsZURvdACg2yAAAWN0Jw4rDnIAAOA12K/c8iFva2Zh4QpFDlYOYA5qDgAAbg5yDgAAAAAAAAAAAAB5DnwOqA6zDgAADg8RDxYPGg8AAWNySA5ODnUAdABlADuA2gDaQHIAb6CfIeMhaXIAoEkpcgDjAVsOAABdDnkADmR2AGUAbGEAAWl5Yw5oDnIAYwA7gNsA20AjZGIibGFjAHBhcgAA4DXYGN1yAGEAdgBlADuA2QDZQOEhY3JqYQABZGl/Dp8OZQByAAABQlCFDpcOAAFhcokOiw5yAF9gYQBjAAABZWuRDpMOAKDfI2UAdAAAoLUjYSVyZW50aGVzaXMAAKDdI28AbgBQoMMi7CF1cwCgjiIAAWdwqw6uDm8AbgByYWYAAOA12EzdAARBREVUYWRwc78O0g7ZDuEOBQPqDvMOBw9yInJvdwDCoZEhyA4AAMwOYQByAACgEilvJHduQXJyb3cAAKDFIW8kd25BcnJvdwAAoJUhcSV1aWxpYnJpdW0AAKBuKWUAZQBBoKUiciJyb3cAAKClIW8AdwBuAGEAcgByAG8A9wAQA2UAcgAAAUxS+Q4AD2UkZnRBcnJvdwAAoJYh6SRnaHRBcnJvdwCglyFpAGyg0gNvAG4ApWPpIW5nbmFjAHIAAOA12LDcaSJsZGUAaGFtAGwAO4DcANxAgAREYmNkZWZvc3YALQ8xDzUPNw89D3IPdg97D4AP4SFzaACgqyJhAHIAAKDrKnkAEmThIXNobKCpIgCg5ioAAWVyQQ9DDwCgwSKAAWJ0eQBJD00Paw9hAHIAAKAWIGmgFiDjIWFsAAJCTFNUWA9cD18PZg9hAHIAAKAjIukhbmV8YGUkcGFyYXRvcgAAoFgnaSJsZGUAAKBAItQkaGluU3BhY2UAoAogcgAA4DXYGd1wAGYAAOA12E3dYwByAADgNdix3GQiYXNoAACgqiKAAmNlZm9zAI4PkQ+VD5kPng/pIXJjdGHkIWdlAKDAInIAAOA12BrdcABmAADgNdhO3WMAcgAA4DXYstwAAmZpb3OqD64Prw+0D3IAAOA12BvdnmNwAGYAAOA12E/dYwByAADgNdiz3IAEQUlVYWNmb3N1AMgPyw/OD9EP2A/gD+QP6Q/uD2MAeQAvZGMAeQAHZGMAeQAuZGMAdQB0AGUAO4DdAN1AAAFpedwP3w9yAGMAdmErZHIAAOA12BzdcABmAADgNdhQ3WMAcgAA4DXYtNxtAGwAeGEABEhhY2RlZm9z/g8BEAUQDRAQEB0QIBAkEGMAeQAWZGMidXRlAHlhAAFheQkQDBDyIW9ufWEXZG8AdAB7YfIBFRAAABwQbwBXAGkAZAB0AOgAVAhhAJZjcgAAoCghcABmAACgJCFjAHIAAOA12LXc4QtCEEkQTRAAAGcQbRByEAAAAAAAAAAAeRCKEJcQ8hD9EAAAGxEhETIROREAAD4RYwB1AHQAZQA7gOEA4UByImV2ZQADYYCiPiJFZGl1eQBWEFkQWxBgEGUQAOA+IjMDAKA/InIAYwA7gOIA4kB0AGUAO4C0ALRAMGRsAGkAZwA7gOYA5kByoGEgAOA12B7dcgBhAHYAZQA7gOAA4EAAAWVwfBCGEAABZnCAEIQQ8yF5bQCgNSHoAIMQaABhALFjAAFhcI0QWwAAAWNskRCTEHIAAWFnAACgPypkApwQAAAAALEQAKInImFkc3ajEKcQqRCuEG4AZAAAoFUqAKBcKmwib3BlAACgWCoAoFoqAKMgImVsbXJzersQvRDAEN0Q5RDtEACgpCllAACgICJzAGQAYaAhImEEzhDQENIQ1BDWENgQ2hDcEACgqCkAoKkpAKCqKQCgqykAoKwpAKCtKQCgrikAoK8pdAB2oB8iYgBkoL4iAKCdKQABcHTpEOwQaAAAoCIixWDhIXJyAKB8IwABZ3D1EPgQbwBuAAVhZgAA4DXYUt0Ao0giRWFlaW9wBxEJEQ0RDxESERQRAKBwKuMhaXIAoG8qAKBKImQAAKBLInMAJ2DyIW94ZaBIIvEADhFpAG4AZwA7gOUA5UCAAWN0eQAmESoRKxFyAADgNdi23CpgbQBwAGWgSCLxAPgBaQBsAGQAZQA7gOMA40BtAGwAO4DkAORAAAFjaUERRxFvAG4AaQBuAPQA6AFuAHQAAKARKgAITmFiY2RlZmlrbG5vcHJzdWQRaBGXEZ8RpxGrEdIR1hErEjASexKKEn0RThNbE3oTbwB0AACg7SoAAWNybBGJEWsAAAJjZXBzdBF4EX0RghHvIW5nAKBMInAjc2lsb24A9mNyImltZQAAoDUgaQBtAGWgPSJxAACgzSJ2AY0RkRFlAGUAAKC9ImUAZABnoAUjZQAAoAUjcgBrAHSgtSPiIXJrAKC2IwABb3mjEaYRbgDnAHcRMWTxIXVvAKAeIIACY21wcnQAtBG5Eb4RwRHFEeEhdXPloDUi5ABwInR5dgAAoLApcwDpAH0RbgBvAPUA6gCAAWFodwDLEcwRzhGyYwCgNiHlIWVuAKBsInIAAOA12B/dZwCAA2Nvc3R1dncA4xHyEQUSEhIhEiYSKRKAAWFpdQDpEesR7xHwAKMFcgBjAACg7yVwAACgwyKAAWRwdAD4EfwRABJvAHQAAKAAKuwhdXMAoAEqaSJtZXMAAKACKnECCxIAAAAADxLjIXVwAKAGKmEAcgAAoAUm8iNpYW5nbGUAAWR1GhIeEu8hd24AoL0lcAAAoLMlcCJsdXMAAKAEKmUA5QBCD+UAkg9hInJvdwAAoA0pgAFha28ANhJoEncSAAFjbjoSZRJrAIABbHN0AEESRxJNEm8jemVuZ2UAAKDrKXEAdQBhAHIA5QBcBPIjaWFuZ2xlgKG0JWRscgBYElwSYBLvIXduAKC+JeUhZnQAoMIlaSJnaHQAAKC4JWsAAKAjJLEBbRIAAHUSsgFxEgAAcxIAoJIlAKCRJTQAAKCTJWMAawAAoIglAAFlb38ShxJx4D0A5SD1IWl2AOBhIuUgdAAAoBAjAAJwdHd4kRKVEpsSnxJmAADgNdhT3XSgpSJvAG0AAKClIvQhaWUAoMgiAAZESFVWYmRobXB0dXayEsES0RLgEvcS+xIKExoTHxMjEygTNxMAAkxSbHK5ErsSvRK/EgCgVyUAoFQlAKBWJQCgUyUAolAlRFVkdckSyxLNEs8SAKBmJQCgaSUAoGQlAKBnJQACTFJsctgS2hLcEt4SAKBdJQCgWiUAoFwlAKBZJQCjUSVITFJobHLrEu0S7xLxEvMS9RIAoGwlAKBjJQCgYCUAoGslAKBiJQCgXyVvAHgAAKDJKQACTFJscgITBBMGEwgTAKBVJQCgUiUAoBAlAKAMJQCiACVEVWR1EhMUExYTGBMAoGUlAKBoJQCgLCUAoDQlaSJudXMAAKCfIuwhdXMAoJ4iaSJtZXMAAKCgIgACTFJsci8TMRMzEzUTAKBbJQCgWCUAoBglAKAUJQCjAiVITFJobHJCE0QTRhNIE0oTTBMAoGolAKBhJQCgXiUAoDwlAKAkJQCgHCUAAWV2UhNVE3YA5QD5AGIAYQByADuApgCmQAACY2Vpb2ITZhNqE24TcgAA4DXYt9xtAGkAAKBPIG0A5aA9IogRbAAAoVwAYmh0E3YTAKDFKfMhdWIAoMgnbAF+E4QTbABloCIgdAAAoCIgcAAAoU4iRWWJE4sTAKCuKvGgTyI8BeEMqRMAAN8TABQDFB8UAAAjFDQUAAAAAIUUAAAAAI0UAAAAANcU4xT3FPsUAACIFQAAlhWAAWNwcgCuE7ET1RP1IXRlB2GAoikiYWJjZHMAuxO/E8QTzhPSE24AZAAAoEQqciJjdXAAAKBJKgABYXXIE8sTcAAAoEsqcAAAoEcqbwB0AACgQCoA4CkiAP4AAWVv2RPcE3QAAKBBIO4ABAUAAmFlaXXlE+8T9RP4E/AB6hMAAO0TcwAAoE0qbwBuAA1hZABpAGwAO4DnAOdAcgBjAAlhcABzAHOgTCptAACgUCpvAHQAC2GAAWRtbgAIFA0UEhRpAGwAO4C4ALhAcCJ0eXYAAKCyKXQAAIGiADtlGBQZFKJAcgBkAG8A9ABiAXIAAOA12CDdgAFjZWkAKBQqFDIUeQBHZGMAawBtoBMn4SFyawCgEyfHY3IAAKPLJUVjZWZtcz8UQRRHFHcUfBSAFACgwykAocYCZWxGFEkUcQAAoFciZQBhAlAUAAAAAGAUciJyb3cAAAFsclYUWhTlIWZ0AKC6IWkiZ2h0AACguyGAAlJTYWNkAGgUaRRrFG8UcxSuYACgyCRzAHQAAKCbIukhcmMAoJoi4SFzaACgnSJuImludAAAoBAqaQBkAACg7yrjIWlyAKDCKfUhYnN1oGMmaQB0AACgYybsApMUmhS2FAAAwxRvAG4AZaA6APGgVCKrAG0CnxQAAAAAoxRhAHSgLABAYAChASJmbKcUqRTuABMNZQAAAW14rhSyFOUhbnQAoAEiZQDzANIB5wG6FAAAwBRkoEUibwB0AACgbSpuAPQAzAGAAWZyeQDIFMsUzhQA4DXYVN1vAOQA1wEAgakAO3MeAdMUcgAAoBchAAFhb9oU3hRyAHIAAKC1IXMAcwAAoBcnAAFjdeYU6hRyAADgNdi43AABYnDuFPIUZaDPKgCg0SploNAqAKDSKuQhb3QAoO8igANkZWxwcnZ3AAYVEBUbFSEVRBVlFYQV4SFycgABbHIMFQ4VAKA4KQCgNSlwAhYVAAAAABkVcgAAoN4iYwAAoN8i4SFycnCgtiEAoD0pgKIqImJjZG9zACsVMBU6FT4VQRVyImNhcAAAoEgqAAFhdTQVNxVwAACgRipwAACgSipvAHQAAKCNInIAAKBFKgDgKiIA/gACYWxydksVURVuFXMVcgByAG2gtyEAoDwpeQCAAWV2dwBYFWUVaRVxAHACXxUAAAAAYxVyAGUA4wAXFXUA4wAZFWUAZQAAoM4iZSJkZ2UAAKDPImUAbgA7gKQApEBlI2Fycm93AAABbHJ7FX8V5SFmdACgtiFpImdodAAAoLchZQDkAG0VAAFjaYsVkRVvAG4AaQBuAPQAkwFuAHQAAKAxImwiY3R5AACgLSOACUFIYWJjZGVmaGlqbG9yc3R1d3oAuBW7Fb8V1RXgFegV+RUKFhUWHxZUFlcWZRbFFtsW7xb7FgUXChdyAPIAtAJhAHIAAKBlKQACZ2xyc8YVyhXOFdAV5yFlcgCgICDlIXRoAKA4IfIA9QxoAHagECAAoKMiawHZFd4VYSJyb3cAAKAPKWEA4wBfAgABYXnkFecV8iFvbg9hNGQAoUYhYW/tFfQVAAFnciEC8RVyAACgyiF0InNlcQAAoHcqgAFnbG0A/xUCFgUWO4CwALBAdABhALRjcCJ0eXYAAKCxKQABaXIOFhIW8yFodACgfykA4DXYId1hAHIAAAFschsWHRYAoMMhAKDCIYACYWVnc3YAKBauAjYWOhY+Fm0AAKHEIm9zLhY0Fm4AZABzoMQi9SFpdACgZiZhIm1tYQDdY2kAbgAAoPIiAKH3AGlvQxZRFmQAZQAAgfcAO29KFksW90BuI3RpbWVzAACgxyJuAPgAUBZjAHkAUmRjAG8CXhYAAAAAYhZyAG4AAKAeI28AcAAAoA0jgAJscHR1dwBuFnEWdRaSFp4W7CFhciRgZgAA4DXYVd0AotkCZW1wc30WhBaJFo0WcQBkoFAibwB0AACgUSJpIm51cwAAoDgi7CF1cwCgFCLxInVhcmUAoKEiYgBsAGUAYgBhAHIAdwBlAGQAZwDlANcAbgCAAWFkaAClFqoWtBZyAHIAbwD3APUMbwB3AG4AYQByAHIAbwB3APMA8xVhI3Jwb29uAAABbHK8FsAWZQBmAPQAHBZpAGcAaAD0AB4WYgHJFs8WawBhAHIAbwD3AJILbwLUFgAAAADYFnIAbgAAoB8jbwBwAACgDCOAAWNvdADhFukW7BYAAXJ55RboFgDgNdi53FVkbAAAoPYp8iFvaxFhAAFkcvMW9xZvAHQAAKDxImkA5qC/JVsSAAFhaP8WAhdyAPIANQNhAPIA1wvhIm5nbGUAoKYpAAFjaQ4XEBd5AF9k5yJyYXJyAKD/JwAJRGFjZGVmZ2xtbm9wcXJzdHV4MRc4F0YXWxcyBF4XaRd5F40XrBe0F78X2RcVGCEYLRg1GEAYAAFEbzUXgRZvAPQA+BUAAWNzPBdCF3UAdABlADuA6QDpQPQhZXIAoG4qAAJhaW95TRdQF1YXWhfyIW9uG2FyAGOgViI7gOoA6kDsIW9uAKBVIk1kbwB0ABdhAAFEcmIXZhdvAHQAAKBSIgDgNdgi3XKhmipuF3QXYQB2AGUAO4DoAOhAZKCWKm8AdAAAoJgqgKGZKmlscwCAF4UXhxfuInRlcnMAoOcjAKATIWSglSpvAHQAAKCXKoABYXBzAJMXlheiF2MAcgATYXQAeQBzogUinxcAAAAAoRdlAHQAAKAFInAAMaADIDMBqRerFwCgBCAAoAUgAAFnc7AXsRdLYXAAAKACIAABZ3C4F7sXbwBuABlhZgAA4DXYVt2AAWFscwDFF8sXzxdyAHOg1SJsAACg4yl1AHMAAKBxKmkAAKG1A2x21RfYF28AbgC1Y/VjAAJjc3V24BfoF/0XEBgAAWlv5BdWF3IAYwAAoFYiaQLuFwAAAADwF+0ADQThIW50AAFnbPUX+Rd0AHIAAKCWKuUhc3MAoJUqgAFhZWkAAxgGGAoYbABzAD1gcwB0AACgXyJ2AESgYSJEAACgeCrwImFyc2wAoOUpAAFEYRkYHRhvAHQAAKBTInIAcgAAoHEpgAFjZGkAJxgqGO0XcgAAoC8hbwD0AIwCAAFhaDEYMhi3YzuA8ADwQAABbXI5GD0YbAA7gOsA60BvAACgrCCAAWNpcABGGEgYSxhsACFgcwD0ACwEAAFlb08YVxhjAHQAYQB0AGkAbwDuABoEbgBlAG4AdABpAGEAbADlADME4Ql1GAAAgRgAAIMYiBgAAAAAoRilGAAAqhgAALsYvhjRGAAA1xgnGWwAbABpAG4AZwBkAG8AdABzAGUA8QBlF3kARGRtImFsZQAAoEAmgAFpbHIAjRiRGJ0Y7CFpZwCgA/tpApcYAAAAAJoYZwAAoAD7aQBnAACgBPsA4DXYI93sIWlnAKAB++whaWcA4GYAagCAAWFsdACvGLIYthh0AACgbSZpAGcAAKAC+24AcwAAoLElbwBmAJJh8AHCGAAAxhhmAADgNdhX3QABYWvJGMwYbADsAGsEdqDUIgCg2SphI3J0aW50AACgDSoAAWFv2hgiGQABY3PeGB8ZsQPnGP0YBRkSGRUZAAAdGbID7xjyGPQY9xj5GAAA+xg7gL0AvUAAoFMhO4C8ALxAAKBVIQCgWSEAoFshswEBGQAAAxkAoFQhAKBWIbQCCxkOGQAAAAAQGTuAvgC+QACgVyEAoFwhNQAAoFghtgEZGQAAGxkAoFohAKBdITgAAKBeIWwAAKBEIHcAbgAAoCIjYwByAADgNdi73IAIRWFiY2RlZmdpamxub3JzdHYARhlKGVoZXhlmGWkZkhmWGZkZnRmgGa0ZxhnLGc8Z4BkjGmygZyIAoIwqgAFjbXAAUBlTGVgZ9SF0ZfVhbQBhAOSgswM6FgCghipyImV2ZQAfYQABaXliGWUZcgBjAB1hM2RvAHQAIWGAoWUibHFzAMYEcBl6GfGhZSLOBAAAdhlsAGEAbgD0AN8EgKF+KmNkbACBGYQZjBljAACgqSpvAHQAb6CAKmyggioAoIQqZeDbIgD+cwAAoJQqcgAA4DXYJN3noGsirATtIWVsAKA3IWMAeQBTZIChdyJFYWoApxmpGasZAKCSKgCgpSoAoKQqAAJFYWVztBm2Gb0ZwhkAoGkicABwoIoq8iFveACgiipxoIgq8aCIKrUZaQBtAACg5yJwAGYAAOA12FjdYQB2AOUAYwIAAWNp0xnWGXIAAKAKIW0AAKFzImVs3BneGQCgjioAoJAqAIM+ADtjZGxxco0E6xn0GfgZ/BkBGgABY2nvGfEZAKCnKnIAAKB6Km8AdAAAoNci0CFhcgCglSl1ImVzdAAAoHwqgAJhZGVscwAKGvQZFhrVBCAa8AEPGgAAFBpwAHIAbwD4AFkZcgAAoHgpcQAAAWxxxAQbGmwAZQBzAPMASRlpAO0A5AQAAWVuJxouGnIjdG5lcXEAAOBpIgD+xQAsGgAFQWFiY2Vma29zeUAaQxpmGmoabRqDGocalhrCGtMacgDyAMwCAAJpbG1yShpOGlAaVBpyAHMA8ABxD2YAvWBpAGwA9AASBQABZHJYGlsaYwB5AEpkAKGUIWN3YBpkGmkAcgAAoEgpAKCtIWEAcgAAoA8h6SFyYyVhgAFhbHIAcxp7Gn8a8iF0c3WgZSZpAHQAAKBlJuwhaXAAoCYg4yFvbgCguSJyAADgNdgl3XMAAAFld4wakRphInJvdwAAoCUpYSJyb3cAAKAmKYACYW1vcHIAnxqjGqcauhq+GnIAcgAAoP8h9CFodACgOyJrAAABbHKsGrMaZSRmdGFycm93AACgqSHpJGdodGFycm93AKCqIWYAAOA12Fnd4iFhcgCgFSCAAWNsdADIGswa0BpyAADgNdi93GEAcwDoAGka8iFvaydhAAFicNca2xr1IWxsAKBDIOghZW4AoBAg4Qr2GgAA/RoAAAgbExsaGwAAIRs7GwAAAAA+G2IbmRuVG6sbAACyG80b0htjAHUAdABlADuA7QDtQAChYyBpeQEbBhtyAGMAO4DuAO5AOGQAAWN4CxsNG3kANWRjAGwAO4ChAKFAAAFmcssCFhsA4DXYJt1yAGEAdgBlADuA7ADsQIChSCFpbm8AJxsyGzYbAAFpbisbLxtuAHQAAKAMKnQAAKAtIuYhaW4AoNwpdABhAACgKSHsIWlnM2GAAWFvcABDG1sbXhuAAWNndABJG0sbWRtyACthgAFlbHAAcQVRG1UbaQBuAOUAyAVhAHIA9AByBWgAMWFmAACgtyJlAGQAtWEAoggiY2ZvdGkbbRt1G3kb4SFyZQCgBSFpAG4AdKAeImkAZQAAoN0pZABvAPQAWxsAoisiY2VscIEbhRuPG5QbYQBsAACguiIAAWdyiRuNG2UAcgDzACMQ4wCCG2EicmhrAACgFyryIW9kAKA8KgACY2dwdJ8boRukG6gbeQBRZG8AbgAvYWYAAOA12FrdYQC5Y3UAZQBzAHQAO4C/AL9AAAFjabUbuRtyAADgNdi+3G4AAKIIIkVkc3bCG8QbyBvQAwCg+SJvAHQAAKD1Inag9CIAoPMiaaBiIOwhZGUpYesB1hsAANkbYwB5AFZkbAA7gO8A70AAA2NmbW9zdeYb7hvyG/Ub+hsFHAABaXnqG+0bcgBjADVhOWRyAADgNdgn3eEhdGg3YnAAZgAA4DXYW93jAf8bAAADHHIAAOA12L/c8iFjeVhk6yFjeVRkAARhY2ZnaGpvcxUcGhwiHCYcKhwtHDAcNRzwIXBhdqC6A/BjAAFleR4cIRzkIWlsN2E6ZHIAAOA12CjdciJlZW4AOGFjAHkARWRjAHkAXGRwAGYAAOA12FzdYwByAADgNdjA3IALQUJFSGFiY2RlZmdoamxtbm9wcnN0dXYAXhxtHHEcdRx5HN8cBx0dHTwd3B3tHfEdAR4EHh0eLB5FHrwewx7hHgkfPR9LH4ABYXJ0AGQcZxxpHHIA8gBvB/IAxQLhIWlsAKAbKeEhcnIAoA4pZ6BmIgCgiyphAHIAAKBiKWMJjRwAAJAcAACVHAAAAAAAAAAAAACZHJwcAACmHKgcrRwAANIc9SF0ZTph7SJwdHl2AKC0KXIAYQDuAFoG4iFkYbtjZwAAoegnZGyhHKMcAKCRKeUAiwYAoIUqdQBvADuAqwCrQHIAgKOQIWJmaGxwc3QAuhy/HMIcxBzHHMoczhxmoOQhcwAAoB8pcwAAoB0p6wCyGnAAAKCrIWwAAKA5KWkAbQAAoHMpbAAAoKIhAKGrKmFl1hzaHGkAbAAAoBkpc6CtKgDgrSoA/oABYWJyAOUc6RztHHIAcgAAoAwpcgBrAACgcicAAWFr8Rz4HGMAAAFla/Yc9xx7YFtgAAFlc/wc/hwAoIspbAAAAWR1Ax0FHQCgjykAoI0pAAJhZXV5Dh0RHRodHB3yIW9uPmEAAWRpFR0YHWkAbAA8YewAowbiAPccO2QAAmNxcnMkHScdLB05HWEAAKA2KXUAbwDyoBwgqhEAAWR1MB00HeghYXIAoGcpcyJoYXIAAKBLKWgAAKCyIQCiZCJmZ3FzRB1FB5Qdnh10AIACYWhscnQATh1WHWUdbB2NHXIicm93AHSgkCFhAOkAzxxhI3Jwb29uAAABZHVeHWId7yF3bgCgvSFwAACgvCHlJGZ0YXJyb3dzAKDHIWkiZ2h0AIABYWhzAHUdex2DHXIicm93APOglCGdBmEAcgBwAG8AbwBuAPMAzgtxAHUAaQBnAGEAcgByAG8A9wBlGugkcmVldGltZXMAoMsi8aFkIk0HAACaHWwAYQBuAPQAXgcAon0qY2Rnc6YdqR2xHbcdYwAAoKgqbwB0AG+gfypyoIEqAKCDKmXg2iIA/nMAAKCTKoACYWRlZ3MAwB3GHcod1h3ZHXAAcAByAG8A+ACmHG8AdAAAoNYicQAAAWdxzx3SHXQA8gBGB2cAdADyAHQcdADyAFMHaQDtAGMHgAFpbHIA4h3mHeod8yFodACgfClvAG8A8gDKBgDgNdgp3UWgdiIAoJEqYQH1Hf4dcgAAAWR1YB35HWygvCEAoGopbABrAACghCVjAHkAWWQAomoiYWNodAweDx4VHhkecgDyAGsdbwByAG4AZQDyAGAW4SFyZACgaylyAGkAAKD6JQABaW8hHiQe5CFvdEBh9SFzdGGgsCPjIWhlAKCwIwACRWFlczMeNR48HkEeAKBoInAAcKCJKvIhb3gAoIkqcaCHKvGghyo0HmkAbQAAoOYiAARhYm5vcHR3elIeXB5fHoUelh6mHqsetB4AAW5yVh5ZHmcAAKDsJ3IAAKD9IXIA6wCwBmcAgAFsbXIAZh52Hnse5SFmdAABYXKIB2weaQBnAGgAdABhAHIAcgBvAPcAkwfhInBzdG8AoPwnaQBnAGgAdABhAHIAcgBvAPcAmgdwI2Fycm93AAABbHKNHpEeZQBmAPQAxhxpImdodAAAoKwhgAFhZmwAnB6fHqIecgAAoIUpAOA12F3ddQBzAACgLSppIm1lcwAAoDQqYQGvHrMecwB0AACgFyLhAIoOZaHKJbkeRhLuIWdlAKDKJWEAcgBsoCgAdAAAoJMpgAJhY2htdADMHs8e1R7bHt0ecgDyAJ0GbwByAG4AZQDyANYWYQByAGSgyyEAoG0pAKAOIHIAaQAAoL8iAANhY2hpcXTrHu8e1QfzHv0eBh/xIXVvAKA5IHIAAOA12MHcbQDloXIi+h4AAPweAKCNKgCgjyoAAWJ19xwBH28AcqAYIACgGiDyIW9rQmEAhDwAO2NkaGlscXJCBhcfxh0gHyQfKB8sHzEfAAFjaRsfHR8AoKYqcgAAoHkqcgBlAOUAkx3tIWVzAKDJIuEhcnIAoHYpdSJlc3QAAKB7KgABUGk1HzkfYQByAACglillocMlAgdfEnIAAAFkdUIfRx9zImhhcgAAoEop6CFhcgCgZikAAWVuTx9WH3IjdG5lcXEAAOBoIgD+xQBUHwAHRGFjZGVmaGlsbm9wc3VuH3Ifoh+rH68ftx+7H74f5h/uH/MfBwj/HwsgxCFvdACgOiIAAmNscHJ5H30fiR+eH3IAO4CvAK9AAAFldIEfgx8AoEImZaAgJ3MAZQAAoCAnc6CmIXQAbwCAoaYhZGx1AJQfmB+cH28AdwDuAHkDZQBmAPQA6gbwAOkO6yFlcgCgriUAAW95ph+qH+0hbWEAoCkqPGThIXNoAKAUIOElc3VyZWRhbmdsZQCgISJyAADgNdgq3W8AAKAnIYABY2RuAMQfyR/bH3IAbwA7gLUAtUBhoiMi0B8AANMf1x9zAPQAKxFpAHIAAKDwKm8AdAA7gLcAt0B1AHMA4qESIh4TAADjH3WgOCIAoCoqYwHqH+0fcAAAoNsq8gB+GnAAbAB1APMACAgAAWRw9x/7H+UhbHMAoKciZgAA4DXYXt0AAWN0AyAHIHIAAOA12MLc8CFvcwCgPiJsobwDECAVIPQiaW1hcACguCJhAPAAEyAADEdMUlZhYmNkZWZnaGlqbG1vcHJzdHV2dzwgRyBmIG0geSCqILgg2iDeIBEhFSEyIUMhTSFQIZwhnyHSIQAiIyKLIrEivyIUIwABZ3RAIEMgAODZIjgD9uBrItIgBwmAAWVsdABNIF8gYiBmAHQAAAFhclMgWCByInJvdwAAoM0h6SRnaHRhcnJvdwCgziEA4NgiOAP24Goi0iBfCekkZ2h0YXJyb3cAoM8hAAFEZHEgdSDhIXNoAKCvIuEhc2gAoK4igAJiY25wdACCIIYgiSCNIKIgbABhAACgByL1IXRlRGFnAADgICLSIACiSSJFaW9wlSCYIJwgniAA4HAqOANkAADgSyI4A3MASWFyAG8A+AAyCnUAcgBhoG4mbADzoG4mmwjzAa8gAACzIHAAO4CgAKBAbQBwAOXgTiI4AyoJgAJhZW91eQDBIMogzSDWINkg8AHGIAAAyCAAoEMqbwBuAEhh5CFpbEZhbgBnAGSgRyJvAHQAAOBtKjgDcAAAoEIqPWThIXNoAKATIACjYCJBYWRxc3jpIO0g+SD+IAIhDCFyAHIAAKDXIXIAAAFocvIg9SBrAACgJClvoJch9wAGD28AdAAA4FAiOAN1AGkA9gC7CAABZWkGIQohYQByAACgKCntAN8I6SFzdPOgBCLlCHIAAOA12CvdAAJFZXN0/wgcISshLiHxoXEiIiEAABMJ8aFxIgAJAAAnIWwAYQBuAPQAEwlpAO0AGQlyoG8iAKBvIoABQWFwADghOyE/IXIA8gBeIHIAcgAAoK4hYQByAACg8ipzogsiSiEAAAAAxwtkoPwiAKD6ImMAeQBaZIADQUVhZGVzdABcIV8hYiFmIWkhkyGWIXIA8gBXIADgZiI4A3IAcgAAoJohcgAAoCUggKFwImZxcwBwIYQhjiF0AAABYXJ1IXohcgByAG8A9wBlIWkAZwBoAHQAYQByAHIAbwD3AD4h8aFwImAhAACKIWwAYQBuAPQAZwlz4H0qOAMAoG4iaQDtAG0JcqBuImkA5aDqIkUJaQDkADoKAAFwdKMhpyFmAADgNdhf3YCBrAA7aW4AriGvIcchrEBuAIChCSJFZHYAtyG6Ib8hAOD5IjgDbwB0AADg9SI4A+EB1gjEIcYhAKD3IgCg9iJpAHagDCLhAagJzyHRIQCg/iIAoP0igAFhb3IA2CHsIfEhcgCAoSYiYXN0AOAh5SHpIWwAbABlAOwAywhsAADg/SrlIADgAiI4A2wiaW50AACgFCrjoYAi9yEAAPohdQDlAJsJY+CvKjgDZaCAIvEAkwkAAkFhaXQHIgoiFyIeInIA8gBsIHIAcgAAoZshY3cRIhQiAOAzKTgDAOCdITgDZyRodGFycm93AACgmyFyAGkA5aDrIr4JgANjaGltcHF1AC8iPCJHIpwhTSJQIloigKGBImNlcgA2Iv0JOSJ1AOUABgoA4DXYw9zvIXJ0bQKdIQAAAABEImEAcgDhAOEhbQBloEEi8aBEIiYKYQDyAMsIcwB1AAABYnBWIlgi5QDUCeUA3wmAAWJjcABgInMieCKAoYQiRWVzAGci7glqIgDgxSo4A2UAdABl4IIi0iBxAPGgiCJoImMAZaCBIvEA/gmAoYUiRWVzAH8iFgqCIgDgxio4A2UAdABl4IMi0iBxAPGgiSKAIgACZ2lscpIilCKaIpwi7AAMCWwAZABlADuA8QDxQOcAWwlpI2FuZ2xlAAABbHKkIqoi5SFmdGWg6iLxAEUJaSJnaHQAZaDrIvEAvgltoL0DAKEjAGVzuCK8InIAbwAAoBYhcAAAoAcggARESGFkZ2lscnMAziLSItYi2iLeIugi7SICIw8j4SFzaACgrSLhIXJyAKAEKXAAAOBNItIg4SFzaACgrCIAAWV04iLlIgDgZSLSIADgPgDSIG4iZmluAACg3imAAUFldADzIvci+iJyAHIAAKACKQDgZCLSIHLgPADSIGkAZQAA4LQi0iAAAUF0BiMKI3IAcgAAoAMp8iFpZQDgtSLSIGkAbQAA4Dwi0iCAAUFhbgAaIx4jKiNyAHIAAKDWIXIAAAFociMjJiNrAACgIylvoJYh9wD/DuUhYXIAoCcpUxJqFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVCMAAF4jaSN/I4IjjSOeI8AUAAAAAKYjwCMAANoj3yMAAO8jHiQvJD8kRCQAAWNzVyNsFHUAdABlADuA8wDzQAABaXlhI2cjcgBjoJoiO4D0APRAPmSAAmFiaW9zAHEjdCN3I3EBeiNzAOgAdhTsIWFjUWF2AACgOCrvIWxkAKC8KewhaWdTYQABY3KFI4kjaQByAACgvykA4DXYLN1vA5QjAAAAAJYjAACcI24A22JhAHYAZQA7gPIA8kAAoMEpAAFibaEjjAphAHIAAKC1KQACYWNpdKwjryO6I70jcgDyAFkUAAFpcrMjtiNyAACgvinvIXNzAKC7KW4A5QDZCgCgwCmAAWFlaQDFI8gjyyNjAHIATWFnAGEAyWOAAWNkbgDRI9Qj1iPyIW9uv2MAoLYpdQDzAHgBcABmAADgNdhg3YABYWVsAOQj5yPrI3IAAKC3KXIAcAAAoLkpdQDzAHwBAKMoImFkaW9zdvkj/CMPJBMkFiQbJHIA8gBeFIChXSplZm0AAyQJJAwkcgBvoDQhZgAAoDQhO4CqAKpAO4C6ALpA5yFvZgCgtiJyAACgVipsIm9wZQAAoFcqAKBbKoABY2xvACMkJSQrJPIACCRhAHMAaAA7gPgA+EBsAACgmCJpAGwBMyQ4JGQAZQA7gPUA9UBlAHMAYaCXInMAAKA2Km0AbAA7gPYA9kDiIWFyAKA9I+EKXiQAAHokAAB8JJQkAACYJKkkAAAAALUkEQsAAPAkAAAAAAQleiUAAIMlcgCAoSUiYXN0AGUkbyQBCwCBtgA7bGokayS2QGwAZQDsABgDaQJ1JAAAAAB4JG0AAKDzKgCg/Sp5AD9kcgCAAmNpbXB0AIUkiCSLJJkSjyRuAHQAJWBvAGQALmBpAGwAAKAwIOUhbmsAoDEgcgAA4DXYLd2AAWltbwCdJKAkpCR2oMYD1WNtAGEA9AD+B24AZQAAoA4m9KHAA64kAAC0JGMjaGZvcmsAAKDUItZjAAFhdbgkxCRuAAABY2u9JMIkawBooA8hAKAOIfYAaRpzAACkKwBhYmNkZW1zdNMkIRPXJNsk4STjJOck6yTjIWlyAKAjKmkAcgAAoCIqAAFvdYsW3yQAoCUqAKByKm4AO4CxALFAaQBtAACgJip3AG8AAKAnKoABaXB1APUk+iT+JO4idGludACgFSpmAADgNdhh3W4AZAA7gKMAo0CApHoiRWFjZWlub3N1ABMlFSUYJRslTCVRJVklSSV1JQCgsypwAACgtyp1AOUAPwtjoK8qgKJ6ImFjZW5zACclLSU0JTYlSSVwAHAAcgBvAPgAFyV1AHIAbAB5AGUA8QA/C/EAOAuAAWFlcwA8JUElRSXwInByb3gAoLkqcQBxAACgtSppAG0AAKDoImkA7QBEC20AZQDzoDIgIguAAUVhcwBDJVclRSXwAEAlgAFkZnAATwtfJXElgAFhbHMAZSVpJW0l7CFhcgCgLiPpIW5lAKASI/UhcmYAoBMjdKAdIu8AWQvyIWVsAKCwIgABY2l9JYElcgAA4DXYxdzIY24iY3NwAACgCCAAA2Zpb3BzdZElKxuVJZolnyWkJXIAAOA12C7dcABmAADgNdhi3XIiaW1lAACgVyBjAHIAAOA12MbcgAFhZW8AqiW6JcAldAAAAWVpryW2JXIAbgBpAG8AbgDzABkFbgB0AACgFipzAHQAZaA/APEACRj0AG0LgApBQkhhYmNkZWZoaWxtbm9wcnN0dXgA4yXyJfYl+iVpJpAmpia9JtUm5ib4JlonaCdxJ3UnnietJ7EnyCfiJ+cngAFhcnQA6SXsJe4lcgDyAJkM8gD6AuEhaWwAoBwpYQByAPIA3BVhAHIAAKBkKYADY2RlbnFydAAGJhAmEyYYJiYmKyZaJgABZXUKJg0mAOA9IjEDdABlAFVhaQDjACAN7SJwdHl2AKCzKWcAgKHpJ2RlbAAgJiImJCYAoJIpAKClKeUA9wt1AG8AO4C7ALtAcgAApZIhYWJjZmhscHN0dz0mQCZFJkcmSiZMJk4mUSZVJlgmcAAAoHUpZqDlIXMAAKAgKQCgMylzAACgHinrALka8ACVHmwAAKBFKWkAbQAAoHQpbAAAoKMhAKCdIQABYWleJmImaQBsAACgGilvAG6gNiJhAGwA8wB2C4ABYWJyAG8mciZ2JnIA8gAvEnIAawAAoHMnAAFha3omgSZjAAABZWt/JoAmfWBdYAABZXOFJocmAKCMKWwAAAFkdYwmjiYAoI4pAKCQKQACYWV1eZcmmiajJqUm8iFvbllhAAFkaZ4moSZpAGwAV2HsAA8M4gCAJkBkAAJjbHFzrSawJrUmuiZhAACgNylkImhhcgAAoGkpdQBvAPKgHSCjAWgAAKCzIYABYWNnAMMm0iaUC2wAgKEcIWlwcwDLJs4migxuAOUAoAxhAHIA9ADaC3QAAKCtJYABaWxyANsm3ybjJvMhaHQAoH0pbwBvAPIANgwA4DXYL90AAWFv6ib1JnIAAAFkde8m8SYAoMEhbKDAIQCgbCl2oMED8WOAAWducwD+Jk4nUCdoAHQAAANhaGxyc3QKJxInISc1Jz0nRydyInJvdwB0oJIhYQDpAFYmYSNycG9vbgAAAWR1GiceJ28AdwDuAPAmcAAAoMAh5SFmdAABYWgnJy0ncgByAG8AdwDzAAkMYQByAHAAbwBvAG4A8wATBGklZ2h0YXJyb3dzAACgySFxAHUAaQBnAGEAcgByAG8A9wBZJugkcmVldGltZXMAoMwiZwDaYmkAbgBnAGQAbwB0AHMAZQDxABwYgAFhaG0AYCdjJ2YncgDyAAkMYQDyABMEAKAPIG8idXN0AGGgsSPjIWhlAKCxI+0haWQAoO4qAAJhYnB0fCeGJ4knmScAAW5ygCeDJ2cAAKDtJ3IAAKD+IXIA6wAcDIABYWZsAI8nkieVJ3IAAKCGKQDgNdhj3XUAcwAAoC4qaSJtZXMAAKA1KgABYXCiJ6gncgBnoCkAdAAAoJQp7yJsaW50AKASKmEAcgDyADwnAAJhY2hxuCe8J6EMwCfxIXVvAKA6IHIAAOA12MfcAAFidYAmxCdvAPKgGSCoAYABaGlyAM4n0ifWJ3IAZQDlAE0n7SFlcwCgyiJpAIChuSVlZmwAXAxjEt4n9CFyaQCgzinsInVoYXIAoGgpAKAeIWENBSgJKA0oSyhVKIYoAACLKLAoAAAAAOMo5ygAABApJCkxKW0pcSmHKaYpAACYKgAAAACxKmMidXRlAFthcQB1AO8ABR+ApHsiRWFjZWlucHN5ABwoHignKCooLygyKEEoRihJKACgtCrwASMoAAAlKACguCpvAG4AYWF1AOUAgw1koLAqaQBsAF9hcgBjAF1hgAFFYXMAOCg6KD0oAKC2KnAAAKC6KmkAbQAAoOki7yJsaW50AKATKmkA7QCIDUFkbwB0AGKixSKRFgAAAABTKACgZiqAA0FhY21zdHgAYChkKG8ocyh1KHkogihyAHIAAKDYIXIAAAFocmkoayjrAJAab6CYIfcAzAd0ADuApwCnQGkAO2D3IWFyAKApKW0AAAFpbn4ozQBuAHUA8wDOAHQAAKA2J3IA7+A12DDdIxkAAmFjb3mRKJUonSisKHIAcAAAoG8mAAFoeZkonChjAHkASWRIZHIAdABtAqUoAAAAAKgoaQDkAFsPYQByAGEA7ABsJDuArQCtQAABZ22zKLsobQBhAAChwwNmdroouijCY4CjPCJkZWdsbnByAMgozCjPKNMo1yjaKN4obwB0AACgairxoEMiCw5FoJ4qAKCgKkWgnSoAoJ8qZQAAoEYi7CF1cwCgJCrhIXJyAKByKWEAcgDyAPwMAAJhZWl07Sj8KAEpCCkAAWxz8Sj4KGwAcwBlAHQAbQDpAH8oaABwAACgMyrwImFyc2wAoOQpAAFkbFoPBSllAACgIyNloKoqc6CsKgDgrCoA/oABZmxwABUpGCkfKfQhY3lMZGKgLwBhoMQpcgAAoD8jZgAA4DXYZN1hAAABZHIoKRcDZQBzAHWgYCZpAHQAAKBgJoABY3N1ADYpRilhKQABYXU6KUApcABzoJMiAOCTIgD+cABzoJQiAOCUIgD+dQAAAWJwSylWKQChjyJlcz4NUCllAHQAZaCPIvEAPw0AoZAiZXNIDVspZQB0AGWgkCLxAEkNAKGhJWFmZilbBHIAZQFrKVwEAKChJWEAcgDyAAMNAAJjZW10dyl7KX8pgilyAADgNdjI3HQAbQDuAM4AaQDsAAYpYQByAOYAVw0AAWFyiimOKXIA5qAGJhESAAFhbpIpoylpImdodAAAAWVwmSmgKXAAcwBpAGwAbwDuANkXaADpAKAkcwCvYIACYmNtbnAArin8KY4NJSooKgCkgiJFZGVtbnByc7wpvinCKcgpzCnUKdgp3CkAoMUqbwB0AACgvSpkoIYibwB0AACgwyr1IWx0AKDBKgABRWXQKdIpAKDLKgCgiiLsIXVzAKC/KuEhcnIAoHkpgAFlaXUA4inxKfQpdAAAoYIiZW7oKewpcQDxoIYivSllAHEA8aCKItEpbQAAoMcqAAFicPgp+ikAoNUqAKDTKmMAgKJ7ImFjZW5zAAcqDSoUKhYqRihwAHAAcgBvAPgAIyh1AHIAbAB5AGUA8QCDDfEAfA2AAWFlcwAcKiIqPShwAHAAcgBvAPgAPChxAPEAOShnAACgaiYApoMiMTIzRWRlaGxtbnBzPCo/KkIqRSpHKlIqWCpjKmcqaypzKncqO4C5ALlAO4CyALJAO4CzALNAAKDGKgABb3NLKk4qdAAAoL4qdQBiAACg2CpkoIcibwB0AACgxCpzAAABb3VdKmAqbAAAoMknYgAAoNcq4SFycgCgeyn1IWx0AKDCKgABRWVvKnEqAKDMKgCgiyLsIXVzAKDAKoABZWl1AH0qjCqPKnQAAKGDImVugyqHKnEA8aCHIkYqZQBxAPGgiyJwKm0AAKDIKgABYnCTKpUqAKDUKgCg1iqAAUFhbgCdKqEqrCpyAHIAAKDZIXIAAAFocqYqqCrrAJUab6CZIfcAxQf3IWFyAKAqKWwAaQBnADuA3wDfQOELzyrZKtwq6SrsKvEqAAD1KjQrAAAAAAAAAAAAAEwrbCsAAHErvSsAAAAAAADRK3IC1CoAAAAA2CrnIWV0AKAWI8RjcgDrAOUKgAFhZXkA4SrkKucq8iFvbmVh5CFpbGNhQmRvAPQAIg5sInJlYwAAoBUjcgAA4DXYMd0AAmVpa2/7KhIrKCsuK/IBACsAAAkrZQAAATRm6g0EK28AcgDlAOsNYQBzorgDECsAAAAAEit5AG0A0WMAAWNuFislK2sAAAFhcxsrIStwAHAAcgBvAPgAFw5pAG0AAKA8InMA8AD9DQABYXMsKyEr8AAXDnIAbgA7gP4A/kDsATgrOyswG2QA5QBnAmUAcwCAgdcAO2JkAEMrRCtJK9dAYaCgInIAAKAxKgCgMCqAAWVwcwBRK1MraSvhAAkh4qKkIlsrXysAAAAAYytvAHQAAKA2I2kAcgAAoPEqb+A12GXdcgBrAACg2irhAHgociJpbWUAAKA0IIABYWlwAHYreSu3K2QA5QC+DYADYWRlbXBzdACFK6MrmiunK6wrsCuzK24iZ2xlAACitSVkbHFykCuUK5ornCvvIXduAKC/JeUhZnRloMMl8QACBwCgXCJpImdodABloLkl8QBdDG8AdAAAoOwlaSJudXMAAKA6KuwhdXMAoDkqYgAAoM0p6SFtZQCgOyrlInppdW0AoOIjgAFjaHQAwivKK80rAAFyecYrySsA4DXYydxGZGMAeQBbZPIhb2tnYQABaW/UK9creAD0ANERaCJlYWQAAAFsct4r5ytlAGYAdABhAHIAcgBvAPcAXQbpJGdodGFycm93AKCgIQAJQUhhYmNkZmdobG1vcHJzdHV3CiwNLBEsHSwnLDEsQCxLLFIsYix6LIQsjyzLLOgs7Sz/LAotcgDyAAkDYQByAACgYykAAWNyFSwbLHUAdABlADuA+gD6QPIACQ1yAOMBIywAACUseQBeZHYAZQBtYQABaXkrLDAscgBjADuA+wD7QENkgAFhYmgANyw6LD0scgDyANEO7CFhY3FhYQDyAOAOAAFpckQsSCzzIWh0AKB+KQDgNdgy3XIAYQB2AGUAO4D5APlAYQFWLF8scgAAAWxyWixcLACgvyEAoL4hbABrAACggCUAAWN0Zix2LG8CbCwAAAAAcyxyAG4AZaAcI3IAAKAcI28AcAAAoA8jcgBpAACg+CUAAWFsfiyBLGMAcgBrYTuAqACoQAABZ3CILIssbwBuAHNhZgAA4DXYZt0AA2FkaGxzdZksniynLLgsuyzFLHIAcgBvAPcACQ1vAHcAbgBhAHIAcgBvAPcA2A5hI3Jwb29uAAABbHKvLLMsZQBmAPQAWyxpAGcAaAD0AF0sdQDzAKYOaQAAocUDaGzBLMIs0mNvAG4AxWPwI2Fycm93cwCgyCGAAWNpdADRLOEs5CxvAtcsAAAAAN4scgBuAGWgHSNyAACgHSNvAHAAAKAOI24AZwBvYXIAaQAAoPklYwByAADgNdjK3IABZGlyAPMs9yz6LG8AdAAAoPAi7CFkZWlhaQBmoLUlAKC0JQABYW0DLQYtcgDyAMosbAA7gPwA/EDhIm5nbGUAoKcpgAdBQkRhY2RlZmxub3Byc3oAJy0qLTAtNC2bLZ0toS2/LcMtxy3TLdgt3C3gLfwtcgDyABADYQByAHag6CoAoOkqYQBzAOgA/gIAAW5yOC08LechcnQAoJwpgANla25wcnN0AJkpSC1NLVQtXi1iLYItYQBwAHAA4QAaHG8AdABoAGkAbgDnAKEXgAFoaXIAoSmzJFotbwBwAPQAdCVooJUh7wD4JgABaXVmLWotZwBtAOEAuygAAWJwbi14LXMjZXRuZXEAceCKIgD+AODLKgD+cyNldG5lcQBx4IsiAP4A4MwqAP4AAWhyhi2KLWUAdADhABIraSNhbmdsZQAAAWxyki2WLeUhZnQAoLIiaSJnaHQAAKCzInkAMmThIXNoAKCiIoABZWxyAKcttC24LWKiKCKuLQAAAACyLWEAcgAAoLsicQAAoFoi7CFpcACg7iIAAWJ0vC1eD2EA8gBfD3IAAOA12DPddAByAOkAlS1zAHUAAAFicM0t0C0A4IIi0iAA4IMi0iBwAGYAAOA12GfdcgBvAPAAWQt0AHIA6QCaLQABY3XkLegtcgAA4DXYy9wAAWJw7C30LW4AAAFFZXUt8S0A4IoiAP5uAAABRWV/LfktAOCLIgD+6SJnemFnAKCaKYADY2Vmb3BycwANLhAuJS4pLiMuLi40LukhcmN1YQABZGkULiEuAAFiZxguHC5hAHIAAKBfKmUAcaAnIgCgWSLlIXJwAKAYIXIAAOA12DTdcABmAADgNdho3WWgQCJhAHQA6ABqD2MAcgAA4DXYzNzjCuQRUC4AAFQuAABYLmIuAAAAAGMubS5wLnQuAAAAAIguki4AAJouJxIqEnQAcgDpAB0ScgAA4DXYNd0AAUFhWy5eLnIA8gDnAnIA8gCTB75jAAFBYWYuaS5yAPIA4AJyAPIAjAdhAPAAeh5pAHMAAKD7IoABZHB0APgReS6DLgABZmx9LoAuAOA12GnddQDzAP8RaQBtAOUABBIAAUFhiy6OLnIA8gDuAnIA8gCaBwABY3GVLgoScgAA4DXYzdwAAXB0nS6hLmwAdQDzACUScgDpACASAARhY2VmaW9zdbEuvC7ELsguzC7PLtQu2S5jAAABdXm2LrsudABlADuA/QD9QE9kAAFpecAuwy5yAGMAd2FLZG4AO4ClAKVAcgAA4DXYNt1jAHkAV2RwAGYAAOA12GrdYwByAADgNdjO3AABY23dLt8ueQBOZGwAO4D/AP9AAAVhY2RlZmhpb3N38y73Lv8uAi8MLxAvEy8YLx0vIi9jInV0ZQB6YQABYXn7Lv4u8iFvbn5hN2RvAHQAfGEAAWV0Bi8KL3QAcgDmAB8QYQC2Y3IAAOA12DfdYwB5ADZk5yJyYXJyAKDdIXAAZgAA4DXYa91jAHIAAOA12M/cAAFqbiYvKC8AoA0gagAAoAwg")});var $Y=A((FG)=>{Object.defineProperty(FG,"__esModule",{value:!0});FG.xmlDecodeTree=void 0;var qj=UY();FG.xmlDecodeTree=(0,qj.decodeBase64)("AAJhZ2xxBwARABMAFQBtAg0AAAAAAA8AcAAmYG8AcwAnYHQAPmB0ADxg9SFvdCJg")});var eN=A((wG)=>{Object.defineProperty(wG,"__esModule",{value:!0});wG.BinTrieFlags=void 0;var tN;(function(Z){Z[Z.VALUE_LENGTH=49152]="VALUE_LENGTH",Z[Z.FLAG13=8192]="FLAG13",Z[Z.BRANCH_LENGTH=8064]="BRANCH_LENGTH",Z[Z.JUMP_TABLE=127]="JUMP_TABLE"})(tN||(wG.BinTrieFlags=tN={}))});var FY=A((S1)=>{Object.defineProperty(S1,"__esModule",{value:!0});S1.xmlDecodeTree=S1.htmlDecodeTree=S1.replaceCodePoint=S1.fromCodePoint=S1.decodeCodePoint=S1.EntityDecoder=S1.DecodingMode=void 0;S1.determineBranch=X$;S1.decodeHTML=Dj;S1.decodeHTMLAttribute=Ij;S1.decodeHTMLStrict=Tj;S1.decodeXML=Pj;var G$=HY(),Fj=NY(),wj=$Y(),S0=eN(),T1;(function(Z){Z[Z.NUM=35]="NUM",Z[Z.SEMI=59]="SEMI",Z[Z.EQUALS=61]="EQUALS",Z[Z.ZERO=48]="ZERO",Z[Z.NINE=57]="NINE",Z[Z.LOWER_A=97]="LOWER_A",Z[Z.LOWER_F=102]="LOWER_F",Z[Z.LOWER_X=120]="LOWER_X",Z[Z.LOWER_Z=122]="LOWER_Z",Z[Z.UPPER_A=65]="UPPER_A",Z[Z.UPPER_F=70]="UPPER_F",Z[Z.UPPER_Z=90]="UPPER_Z"})(T1||(T1={}));var Z$=32;function LY(Z){return Z>=T1.ZERO&&Z<=T1.NINE}function Aj(Z){return Z>=T1.UPPER_A&&Z<=T1.UPPER_F||Z>=T1.LOWER_A&&Z<=T1.LOWER_F}function Mj(Z){return Z>=T1.UPPER_A&&Z<=T1.UPPER_Z||Z>=T1.LOWER_A&&Z<=T1.LOWER_Z||LY(Z)}function Rj(Z){return Z===T1.EQUALS||Mj(Z)}var a1;(function(Z){Z[Z.EntityStart=0]="EntityStart",Z[Z.NumericStart=1]="NumericStart",Z[Z.NumericDecimal=2]="NumericDecimal",Z[Z.NumericHex=3]="NumericHex",Z[Z.NamedEntity=4]="NamedEntity"})(a1||(a1={}));var Q5;(function(Z){Z[Z.Legacy=0]="Legacy",Z[Z.Strict=1]="Strict",Z[Z.Attribute=2]="Attribute"})(Q5||(S1.DecodingMode=Q5={}));class BY{constructor(Z,G,J){this.decodeTree=Z,this.emitCodePoint=G,this.errors=J,this.state=a1.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=Q5.Strict,this.runConsumed=0}startEntity(Z){this.decodeMode=Z,this.state=a1.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1,this.runConsumed=0}write(Z,G){switch(this.state){case a1.EntityStart:{if(Z.charCodeAt(G)===T1.NUM)return this.state=a1.NumericStart,this.consumed+=1,this.stateNumericStart(Z,G+1);return this.state=a1.NamedEntity,this.stateNamedEntity(Z,G)}case a1.NumericStart:return this.stateNumericStart(Z,G);case a1.NumericDecimal:return this.stateNumericDecimal(Z,G);case a1.NumericHex:return this.stateNumericHex(Z,G);case a1.NamedEntity:return this.stateNamedEntity(Z,G)}}stateNumericStart(Z,G){if(G>=Z.length)return-1;if((Z.charCodeAt(G)|Z$)===T1.LOWER_X)return this.state=a1.NumericHex,this.consumed+=1,this.stateNumericHex(Z,G+1);return this.state=a1.NumericDecimal,this.stateNumericDecimal(Z,G)}stateNumericHex(Z,G){while(G<Z.length){let J=Z.charCodeAt(G);if(LY(J)||Aj(J)){let X=J<=T1.NINE?J-T1.ZERO:(J|Z$)-T1.LOWER_A+10;this.result=this.result*16+X,this.consumed++,G++}else return this.emitNumericEntity(J,3)}return-1}stateNumericDecimal(Z,G){while(G<Z.length){let J=Z.charCodeAt(G);if(LY(J))this.result=this.result*10+(J-T1.ZERO),this.consumed++,G++;else return this.emitNumericEntity(J,2)}return-1}emitNumericEntity(Z,G){var J;if(this.consumed<=G)return(J=this.errors)===null||J===void 0||J.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(Z===T1.SEMI)this.consumed+=1;else if(this.decodeMode===Q5.Strict)return 0;if(this.emitCodePoint((0,G$.replaceCodePoint)(this.result),this.consumed),this.errors){if(Z!==T1.SEMI)this.errors.missingSemicolonAfterCharacterReference();this.errors.validateNumericCharacterReference(this.result)}return this.consumed}stateNamedEntity(Z,G){let{decodeTree:J}=this,X=J[this.treeIndex],Y=(X&S0.BinTrieFlags.VALUE_LENGTH)>>14;while(G<Z.length){if(Y===0&&(X&S0.BinTrieFlags.FLAG13)!==0){let z=(X&S0.BinTrieFlags.BRANCH_LENGTH)>>7;if(this.runConsumed===0){let Q=X&S0.BinTrieFlags.JUMP_TABLE;if(Z.charCodeAt(G)!==Q)return this.result===0?0:this.emitNotTerminatedNamedEntity();G++,this.excess++,this.runConsumed++}while(this.runConsumed<z){if(G>=Z.length)return-1;let Q=this.runConsumed-1,K=J[this.treeIndex+1+(Q>>1)],W=Q%2===0?K&255:K>>8&255;if(Z.charCodeAt(G)!==W)return this.runConsumed=0,this.result===0?0:this.emitNotTerminatedNamedEntity();G++,this.excess++,this.runConsumed++}this.runConsumed=0,this.treeIndex+=1+(z>>1),X=J[this.treeIndex],Y=(X&S0.BinTrieFlags.VALUE_LENGTH)>>14}if(G>=Z.length)break;let x=Z.charCodeAt(G);if(x===T1.SEMI&&Y!==0&&(X&S0.BinTrieFlags.FLAG13)!==0)return this.emitNamedEntityData(this.treeIndex,Y,this.consumed+this.excess);if(this.treeIndex=X$(J,X,this.treeIndex+Math.max(1,Y),x),this.treeIndex<0)return this.result===0||this.decodeMode===Q5.Attribute&&(Y===0||Rj(x))?0:this.emitNotTerminatedNamedEntity();if(X=J[this.treeIndex],Y=(X&S0.BinTrieFlags.VALUE_LENGTH)>>14,Y!==0){if(x===T1.SEMI)return this.emitNamedEntityData(this.treeIndex,Y,this.consumed+this.excess);if(this.decodeMode!==Q5.Strict&&(X&S0.BinTrieFlags.FLAG13)===0)this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0}G++,this.excess++}return-1}emitNotTerminatedNamedEntity(){var Z;let{result:G,decodeTree:J}=this,X=(J[G]&S0.BinTrieFlags.VALUE_LENGTH)>>14;return this.emitNamedEntityData(G,X,this.consumed),(Z=this.errors)===null||Z===void 0||Z.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(Z,G,J){let{decodeTree:X}=this;if(this.emitCodePoint(G===1?X[Z]&~(S0.BinTrieFlags.VALUE_LENGTH|S0.BinTrieFlags.FLAG13):X[Z+1],J),G===3)this.emitCodePoint(X[Z+2],J);return J}end(){var Z;switch(this.state){case a1.NamedEntity:return this.result!==0&&(this.decodeMode!==Q5.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0;case a1.NumericDecimal:return this.emitNumericEntity(0,2);case a1.NumericHex:return this.emitNumericEntity(0,3);case a1.NumericStart:return(Z=this.errors)===null||Z===void 0||Z.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case a1.EntityStart:return 0}}}S1.EntityDecoder=BY;function J$(Z){let G="",J=new BY(Z,(X)=>G+=(0,G$.fromCodePoint)(X));return function(Y,x){let z=0,Q=0;while((Q=Y.indexOf("&",Q))>=0){G+=Y.slice(z,Q),J.startEntity(x);let W=J.write(Y,Q+1);if(W<0){z=Q+J.end();break}z=Q+W,Q=W===0?z+1:z}let K=G+Y.slice(z);return G="",K}}function X$(Z,G,J,X){let Y=(G&S0.BinTrieFlags.BRANCH_LENGTH)>>7,x=G&S0.BinTrieFlags.JUMP_TABLE;if(Y===0)return x!==0&&X===x?J:-1;if(x){let W=X-x;return W<0||W>=Y?-1:Z[J+W]-1}let z=Y+1>>1,Q=0,K=Y-1;while(Q<=K){let W=Q+K>>>1,H=W>>1,N=Z[J+H]>>(W&1)*8&255;if(N<X)Q=W+1;else if(N>X)K=W-1;else return Z[J+z+W]}return-1}var VY=J$(Fj.htmlDecodeTree),Oj=J$(wj.xmlDecodeTree);function Dj(Z,G=Q5.Legacy){return VY(Z,G)}function Ij(Z){return VY(Z,Q5.Attribute)}function Tj(Z){return VY(Z,Q5.Strict)}function Pj(Z){return Oj(Z,Q5.Strict)}var qY=HY();Object.defineProperty(S1,"decodeCodePoint",{enumerable:!0,get:function(){return qY.decodeCodePoint}});Object.defineProperty(S1,"fromCodePoint",{enumerable:!0,get:function(){return qY.fromCodePoint}});Object.defineProperty(S1,"replaceCodePoint",{enumerable:!0,get:function(){return qY.replaceCodePoint}});var mj=NY();Object.defineProperty(S1,"htmlDecodeTree",{enumerable:!0,get:function(){return mj.htmlDecodeTree}});var vj=$Y();Object.defineProperty(S1,"xmlDecodeTree",{enumerable:!0,get:function(){return vj.xmlDecodeTree}})});var wY=A((X4)=>{Object.defineProperty(X4,"__esModule",{value:!0});X4.QuoteType=void 0;var c6=FY(),f;(function(Z){Z[Z.Tab=9]="Tab",Z[Z.NewLine=10]="NewLine",Z[Z.FormFeed=12]="FormFeed",Z[Z.CarriageReturn=13]="CarriageReturn",Z[Z.Space=32]="Space",Z[Z.ExclamationMark=33]="ExclamationMark",Z[Z.Number=35]="Number",Z[Z.Amp=38]="Amp",Z[Z.SingleQuote=39]="SingleQuote",Z[Z.DoubleQuote=34]="DoubleQuote",Z[Z.Dash=45]="Dash",Z[Z.Slash=47]="Slash",Z[Z.Zero=48]="Zero",Z[Z.Nine=57]="Nine",Z[Z.Semi=59]="Semi",Z[Z.Lt=60]="Lt",Z[Z.Eq=61]="Eq",Z[Z.Gt=62]="Gt",Z[Z.Questionmark=63]="Questionmark",Z[Z.UpperA=65]="UpperA",Z[Z.LowerA=97]="LowerA",Z[Z.UpperF=70]="UpperF",Z[Z.LowerF=102]="LowerF",Z[Z.UpperZ=90]="UpperZ",Z[Z.LowerZ=122]="LowerZ",Z[Z.LowerX=120]="LowerX",Z[Z.OpeningSquareBracket=91]="OpeningSquareBracket"})(f||(f={}));var m;(function(Z){Z[Z.Text=1]="Text",Z[Z.BeforeTagName=2]="BeforeTagName",Z[Z.InTagName=3]="InTagName",Z[Z.InSelfClosingTag=4]="InSelfClosingTag",Z[Z.BeforeClosingTagName=5]="BeforeClosingTagName",Z[Z.InClosingTagName=6]="InClosingTagName",Z[Z.AfterClosingTagName=7]="AfterClosingTagName",Z[Z.BeforeAttributeName=8]="BeforeAttributeName",Z[Z.InAttributeName=9]="InAttributeName",Z[Z.AfterAttributeName=10]="AfterAttributeName",Z[Z.BeforeAttributeValue=11]="BeforeAttributeValue",Z[Z.InAttributeValueDq=12]="InAttributeValueDq",Z[Z.InAttributeValueSq=13]="InAttributeValueSq",Z[Z.InAttributeValueNq=14]="InAttributeValueNq",Z[Z.BeforeDeclaration=15]="BeforeDeclaration",Z[Z.InDeclaration=16]="InDeclaration",Z[Z.InProcessingInstruction=17]="InProcessingInstruction",Z[Z.BeforeComment=18]="BeforeComment",Z[Z.CDATASequence=19]="CDATASequence",Z[Z.InSpecialComment=20]="InSpecialComment",Z[Z.InCommentLike=21]="InCommentLike",Z[Z.BeforeSpecialS=22]="BeforeSpecialS",Z[Z.BeforeSpecialT=23]="BeforeSpecialT",Z[Z.SpecialStartSequence=24]="SpecialStartSequence",Z[Z.InSpecialTag=25]="InSpecialTag",Z[Z.InEntity=26]="InEntity"})(m||(m={}));function f5(Z){return Z===f.Space||Z===f.NewLine||Z===f.Tab||Z===f.FormFeed||Z===f.CarriageReturn}function AG(Z){return Z===f.Slash||Z===f.Gt||f5(Z)}function jj(Z){return Z>=f.LowerA&&Z<=f.LowerZ||Z>=f.UpperA&&Z<=f.UpperZ}var n8;(function(Z){Z[Z.NoValue=0]="NoValue",Z[Z.Unquoted=1]="Unquoted",Z[Z.Single=2]="Single",Z[Z.Double=3]="Double"})(n8||(X4.QuoteType=n8={}));var b1={Cdata:new Uint8Array([67,68,65,84,65,91]),CdataEnd:new Uint8Array([93,93,62]),CommentEnd:new Uint8Array([45,45,62]),ScriptEnd:new Uint8Array([60,47,115,99,114,105,112,116]),StyleEnd:new Uint8Array([60,47,115,116,121,108,101]),TitleEnd:new Uint8Array([60,47,116,105,116,108,101]),TextareaEnd:new Uint8Array([60,47,116,101,120,116,97,114,101,97]),XmpEnd:new Uint8Array([60,47,120,109,112])};class Y${constructor({xmlMode:Z=!1,decodeEntities:G=!0},J){this.cbs=J,this.state=m.Text,this.buffer="",this.sectionStart=0,this.index=0,this.entityStart=0,this.baseState=m.Text,this.isSpecial=!1,this.running=!0,this.offset=0,this.currentSequence=void 0,this.sequenceIndex=0,this.xmlMode=Z,this.decodeEntities=G,this.entityDecoder=new c6.EntityDecoder(Z?c6.xmlDecodeTree:c6.htmlDecodeTree,(X,Y)=>this.emitCodePoint(X,Y))}reset(){this.state=m.Text,this.buffer="",this.sectionStart=0,this.index=0,this.baseState=m.Text,this.currentSequence=void 0,this.running=!0,this.offset=0}write(Z){this.offset+=this.buffer.length,this.buffer=Z,this.parse()}end(){if(this.running)this.finish()}pause(){this.running=!1}resume(){if(this.running=!0,this.index<this.buffer.length+this.offset)this.parse()}stateText(Z){if(Z===f.Lt||!this.decodeEntities&&this.fastForwardTo(f.Lt)){if(this.index>this.sectionStart)this.cbs.ontext(this.sectionStart,this.index);this.state=m.BeforeTagName,this.sectionStart=this.index}else if(this.decodeEntities&&Z===f.Amp)this.startEntity()}stateSpecialStartSequence(Z){let G=this.sequenceIndex===this.currentSequence.length;if(!(G?AG(Z):(Z|32)===this.currentSequence[this.sequenceIndex]))this.isSpecial=!1;else if(!G){this.sequenceIndex++;return}this.sequenceIndex=0,this.state=m.InTagName,this.stateInTagName(Z)}stateInSpecialTag(Z){if(this.sequenceIndex===this.currentSequence.length){if(Z===f.Gt||f5(Z)){let G=this.index-this.currentSequence.length;if(this.sectionStart<G){let J=this.index;this.index=G,this.cbs.ontext(this.sectionStart,G),this.index=J}this.isSpecial=!1,this.sectionStart=G+2,this.stateInClosingTagName(Z);return}this.sequenceIndex=0}if((Z|32)===this.currentSequence[this.sequenceIndex])this.sequenceIndex+=1;else if(this.sequenceIndex===0){if(this.currentSequence===b1.TitleEnd){if(this.decodeEntities&&Z===f.Amp)this.startEntity()}else if(this.fastForwardTo(f.Lt))this.sequenceIndex=1}else this.sequenceIndex=Number(Z===f.Lt)}stateCDATASequence(Z){if(Z===b1.Cdata[this.sequenceIndex]){if(++this.sequenceIndex===b1.Cdata.length)this.state=m.InCommentLike,this.currentSequence=b1.CdataEnd,this.sequenceIndex=0,this.sectionStart=this.index+1}else this.sequenceIndex=0,this.state=m.InDeclaration,this.stateInDeclaration(Z)}fastForwardTo(Z){while(++this.index<this.buffer.length+this.offset)if(this.buffer.charCodeAt(this.index-this.offset)===Z)return!0;return this.index=this.buffer.length+this.offset-1,!1}stateInCommentLike(Z){if(Z===this.currentSequence[this.sequenceIndex]){if(++this.sequenceIndex===this.currentSequence.length){if(this.currentSequence===b1.CdataEnd)this.cbs.oncdata(this.sectionStart,this.index,2);else this.cbs.oncomment(this.sectionStart,this.index,2);this.sequenceIndex=0,this.sectionStart=this.index+1,this.state=m.Text}}else if(this.sequenceIndex===0){if(this.fastForwardTo(this.currentSequence[0]))this.sequenceIndex=1}else if(Z!==this.currentSequence[this.sequenceIndex-1])this.sequenceIndex=0}isTagStartChar(Z){return this.xmlMode?!AG(Z):jj(Z)}startSpecial(Z,G){this.isSpecial=!0,this.currentSequence=Z,this.sequenceIndex=G,this.state=m.SpecialStartSequence}stateBeforeTagName(Z){if(Z===f.ExclamationMark)this.state=m.BeforeDeclaration,this.sectionStart=this.index+1;else if(Z===f.Questionmark)this.state=m.InProcessingInstruction,this.sectionStart=this.index+1;else if(this.isTagStartChar(Z)){let G=Z|32;if(this.sectionStart=this.index,this.xmlMode)this.state=m.InTagName;else if(G===b1.ScriptEnd[2])this.state=m.BeforeSpecialS;else if(G===b1.TitleEnd[2]||G===b1.XmpEnd[2])this.state=m.BeforeSpecialT;else this.state=m.InTagName}else if(Z===f.Slash)this.state=m.BeforeClosingTagName;else this.state=m.Text,this.stateText(Z)}stateInTagName(Z){if(AG(Z))this.cbs.onopentagname(this.sectionStart,this.index),this.sectionStart=-1,this.state=m.BeforeAttributeName,this.stateBeforeAttributeName(Z)}stateBeforeClosingTagName(Z){if(f5(Z));else if(Z===f.Gt)this.state=m.Text;else this.state=this.isTagStartChar(Z)?m.InClosingTagName:m.InSpecialComment,this.sectionStart=this.index}stateInClosingTagName(Z){if(Z===f.Gt||f5(Z))this.cbs.onclosetag(this.sectionStart,this.index),this.sectionStart=-1,this.state=m.AfterClosingTagName,this.stateAfterClosingTagName(Z)}stateAfterClosingTagName(Z){if(Z===f.Gt||this.fastForwardTo(f.Gt))this.state=m.Text,this.sectionStart=this.index+1}stateBeforeAttributeName(Z){if(Z===f.Gt){if(this.cbs.onopentagend(this.index),this.isSpecial)this.state=m.InSpecialTag,this.sequenceIndex=0;else this.state=m.Text;this.sectionStart=this.index+1}else if(Z===f.Slash)this.state=m.InSelfClosingTag;else if(!f5(Z))this.state=m.InAttributeName,this.sectionStart=this.index}stateInSelfClosingTag(Z){if(Z===f.Gt)this.cbs.onselfclosingtag(this.index),this.state=m.Text,this.sectionStart=this.index+1,this.isSpecial=!1;else if(!f5(Z))this.state=m.BeforeAttributeName,this.stateBeforeAttributeName(Z)}stateInAttributeName(Z){if(Z===f.Eq||AG(Z))this.cbs.onattribname(this.sectionStart,this.index),this.sectionStart=this.index,this.state=m.AfterAttributeName,this.stateAfterAttributeName(Z)}stateAfterAttributeName(Z){if(Z===f.Eq)this.state=m.BeforeAttributeValue;else if(Z===f.Slash||Z===f.Gt)this.cbs.onattribend(n8.NoValue,this.sectionStart),this.sectionStart=-1,this.state=m.BeforeAttributeName,this.stateBeforeAttributeName(Z);else if(!f5(Z))this.cbs.onattribend(n8.NoValue,this.sectionStart),this.state=m.InAttributeName,this.sectionStart=this.index}stateBeforeAttributeValue(Z){if(Z===f.DoubleQuote)this.state=m.InAttributeValueDq,this.sectionStart=this.index+1;else if(Z===f.SingleQuote)this.state=m.InAttributeValueSq,this.sectionStart=this.index+1;else if(!f5(Z))this.sectionStart=this.index,this.state=m.InAttributeValueNq,this.stateInAttributeValueNoQuotes(Z)}handleInAttributeValue(Z,G){if(Z===G||!this.decodeEntities&&this.fastForwardTo(G))this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(G===f.DoubleQuote?n8.Double:n8.Single,this.index+1),this.state=m.BeforeAttributeName;else if(this.decodeEntities&&Z===f.Amp)this.startEntity()}stateInAttributeValueDoubleQuotes(Z){this.handleInAttributeValue(Z,f.DoubleQuote)}stateInAttributeValueSingleQuotes(Z){this.handleInAttributeValue(Z,f.SingleQuote)}stateInAttributeValueNoQuotes(Z){if(f5(Z)||Z===f.Gt)this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(n8.Unquoted,this.index),this.state=m.BeforeAttributeName,this.stateBeforeAttributeName(Z);else if(this.decodeEntities&&Z===f.Amp)this.startEntity()}stateBeforeDeclaration(Z){if(Z===f.OpeningSquareBracket)this.state=m.CDATASequence,this.sequenceIndex=0;else this.state=Z===f.Dash?m.BeforeComment:m.InDeclaration}stateInDeclaration(Z){if(Z===f.Gt||this.fastForwardTo(f.Gt))this.cbs.ondeclaration(this.sectionStart,this.index),this.state=m.Text,this.sectionStart=this.index+1}stateInProcessingInstruction(Z){if(Z===f.Gt||this.fastForwardTo(f.Gt))this.cbs.onprocessinginstruction(this.sectionStart,this.index),this.state=m.Text,this.sectionStart=this.index+1}stateBeforeComment(Z){if(Z===f.Dash)this.state=m.InCommentLike,this.currentSequence=b1.CommentEnd,this.sequenceIndex=2,this.sectionStart=this.index+1;else this.state=m.InDeclaration}stateInSpecialComment(Z){if(Z===f.Gt||this.fastForwardTo(f.Gt))this.cbs.oncomment(this.sectionStart,this.index,0),this.state=m.Text,this.sectionStart=this.index+1}stateBeforeSpecialS(Z){let G=Z|32;if(G===b1.ScriptEnd[3])this.startSpecial(b1.ScriptEnd,4);else if(G===b1.StyleEnd[3])this.startSpecial(b1.StyleEnd,4);else this.state=m.InTagName,this.stateInTagName(Z)}stateBeforeSpecialT(Z){switch(Z|32){case b1.TitleEnd[3]:{this.startSpecial(b1.TitleEnd,4);break}case b1.TextareaEnd[3]:{this.startSpecial(b1.TextareaEnd,4);break}case b1.XmpEnd[3]:{this.startSpecial(b1.XmpEnd,4);break}default:this.state=m.InTagName,this.stateInTagName(Z)}}startEntity(){this.baseState=this.state,this.state=m.InEntity,this.entityStart=this.index,this.entityDecoder.startEntity(this.xmlMode?c6.DecodingMode.Strict:this.baseState===m.Text||this.baseState===m.InSpecialTag?c6.DecodingMode.Legacy:c6.DecodingMode.Attribute)}stateInEntity(){let Z=this.index-this.offset,G=this.entityDecoder.write(this.buffer,Z);if(G>=0){if(this.state=this.baseState,G===0)this.index-=1}else{if(Z<this.buffer.length&&this.buffer.charCodeAt(Z)===f.Amp){this.state=this.baseState,this.index-=1;return}this.index=this.offset+this.buffer.length-1}}cleanup(){if(this.running&&this.sectionStart!==this.index){if(this.state===m.Text||this.state===m.InSpecialTag&&this.sequenceIndex===0)this.cbs.ontext(this.sectionStart,this.index),this.sectionStart=this.index;else if(this.state===m.InAttributeValueDq||this.state===m.InAttributeValueSq||this.state===m.InAttributeValueNq)this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=this.index}}shouldContinue(){return this.index<this.buffer.length+this.offset&&this.running}parse(){while(this.shouldContinue()){let Z=this.buffer.charCodeAt(this.index-this.offset);switch(this.state){case m.Text:{this.stateText(Z);break}case m.SpecialStartSequence:{this.stateSpecialStartSequence(Z);break}case m.InSpecialTag:{this.stateInSpecialTag(Z);break}case m.CDATASequence:{this.stateCDATASequence(Z);break}case m.InAttributeValueDq:{this.stateInAttributeValueDoubleQuotes(Z);break}case m.InAttributeName:{this.stateInAttributeName(Z);break}case m.InCommentLike:{this.stateInCommentLike(Z);break}case m.InSpecialComment:{this.stateInSpecialComment(Z);break}case m.BeforeAttributeName:{this.stateBeforeAttributeName(Z);break}case m.InTagName:{this.stateInTagName(Z);break}case m.InClosingTagName:{this.stateInClosingTagName(Z);break}case m.BeforeTagName:{this.stateBeforeTagName(Z);break}case m.AfterAttributeName:{this.stateAfterAttributeName(Z);break}case m.InAttributeValueSq:{this.stateInAttributeValueSingleQuotes(Z);break}case m.BeforeAttributeValue:{this.stateBeforeAttributeValue(Z);break}case m.BeforeClosingTagName:{this.stateBeforeClosingTagName(Z);break}case m.AfterClosingTagName:{this.stateAfterClosingTagName(Z);break}case m.BeforeSpecialS:{this.stateBeforeSpecialS(Z);break}case m.BeforeSpecialT:{this.stateBeforeSpecialT(Z);break}case m.InAttributeValueNq:{this.stateInAttributeValueNoQuotes(Z);break}case m.InSelfClosingTag:{this.stateInSelfClosingTag(Z);break}case m.InDeclaration:{this.stateInDeclaration(Z);break}case m.BeforeDeclaration:{this.stateBeforeDeclaration(Z);break}case m.BeforeComment:{this.stateBeforeComment(Z);break}case m.InProcessingInstruction:{this.stateInProcessingInstruction(Z);break}case m.InEntity:{this.stateInEntity();break}}this.index++}this.cleanup()}finish(){if(this.state===m.InEntity)this.entityDecoder.end(),this.state=this.baseState;this.handleTrailingData(),this.cbs.onend()}handleTrailingData(){let Z=this.buffer.length+this.offset;if(this.sectionStart>=Z)return;if(this.state===m.InCommentLike)if(this.currentSequence===b1.CdataEnd)this.cbs.oncdata(this.sectionStart,Z,0);else this.cbs.oncomment(this.sectionStart,Z,0);else if(this.state===m.InTagName||this.state===m.BeforeAttributeName||this.state===m.BeforeAttributeValue||this.state===m.AfterAttributeName||this.state===m.InAttributeName||this.state===m.InAttributeValueSq||this.state===m.InAttributeValueDq||this.state===m.InAttributeValueNq||this.state===m.InClosingTagName);else this.cbs.ontext(this.sectionStart,Z)}emitCodePoint(Z,G){if(this.baseState!==m.Text&&this.baseState!==m.InSpecialTag){if(this.sectionStart<this.entityStart)this.cbs.onattribdata(this.sectionStart,this.entityStart);this.sectionStart=this.entityStart+G,this.index=this.sectionStart-1,this.cbs.onattribentity(Z)}else{if(this.sectionStart<this.entityStart)this.cbs.ontext(this.sectionStart,this.entityStart);this.sectionStart=this.entityStart+G,this.index=this.sectionStart-1,this.cbs.ontextentity(Z,this.sectionStart)}}}X4.default=Y$});var AY=A((O5)=>{var Ej=O5&&O5.__createBinding||(Object.create?function(Z,G,J,X){if(X===void 0)X=J;var Y=Object.getOwnPropertyDescriptor(G,J);if(!Y||("get"in Y?!G.__esModule:Y.writable||Y.configurable))Y={enumerable:!0,get:function(){return G[J]}};Object.defineProperty(Z,X,Y)}:function(Z,G,J,X){if(X===void 0)X=J;Z[X]=G[J]}),Sj=O5&&O5.__setModuleDefault||(Object.create?function(Z,G){Object.defineProperty(Z,"default",{enumerable:!0,value:G})}:function(Z,G){Z.default=G}),pj=O5&&O5.__importStar||function(){var Z=function(G){return Z=Object.getOwnPropertyNames||function(J){var X=[];for(var Y in J)if(Object.prototype.hasOwnProperty.call(J,Y))X[X.length]=Y;return X},Z(G)};return function(G){if(G&&G.__esModule)return G;var J={};if(G!=null){for(var X=Z(G),Y=0;Y<X.length;Y++)if(X[Y]!=="default")Ej(J,G,X[Y])}return Sj(J,G),J}}();Object.defineProperty(O5,"__esModule",{value:!0});O5.Parser=void 0;var MG=pj(wY()),x$=FY(),l6=new Set(["input","option","optgroup","select","button","datalist","textarea"]),L1=new Set(["p"]),z$=new Set(["thead","tbody"]),Q$=new Set(["dd","dt"]),K$=new Set(["rt","rp"]),_j=new Map([["tr",new Set(["tr","th","td"])],["th",new Set(["th"])],["td",new Set(["thead","th","td"])],["body",new Set(["head","link","script"])],["li",new Set(["li"])],["p",L1],["h1",L1],["h2",L1],["h3",L1],["h4",L1],["h5",L1],["h6",L1],["select",l6],["input",l6],["output",l6],["button",l6],["datalist",l6],["textarea",l6],["option",new Set(["option"])],["optgroup",new Set(["optgroup","option"])],["dd",Q$],["dt",Q$],["address",L1],["article",L1],["aside",L1],["blockquote",L1],["details",L1],["div",L1],["dl",L1],["fieldset",L1],["figcaption",L1],["figure",L1],["footer",L1],["form",L1],["header",L1],["hr",L1],["main",L1],["nav",L1],["ol",L1],["pre",L1],["section",L1],["table",L1],["ul",L1],["rt",K$],["rp",K$],["tbody",z$],["tfoot",z$]]),ij=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]),H$=new Set(["math","svg"]),W$=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignobject","desc","title"]),Cj=/\s|\//;class U${constructor(Z,G={}){var J,X,Y,x,z,Q;this.options=G,this.startIndex=0,this.endIndex=0,this.openTagStart=0,this.tagname="",this.attribname="",this.attribvalue="",this.attribs=null,this.stack=[],this.buffers=[],this.bufferOffset=0,this.writeIndex=0,this.ended=!1,this.cbs=Z!==null&&Z!==void 0?Z:{},this.htmlMode=!this.options.xmlMode,this.lowerCaseTagNames=(J=G.lowerCaseTags)!==null&&J!==void 0?J:this.htmlMode,this.lowerCaseAttributeNames=(X=G.lowerCaseAttributeNames)!==null&&X!==void 0?X:this.htmlMode,this.recognizeSelfClosing=(Y=G.recognizeSelfClosing)!==null&&Y!==void 0?Y:!this.htmlMode,this.tokenizer=new((x=G.Tokenizer)!==null&&x!==void 0?x:MG.default)(this.options,this),this.foreignContext=[!this.htmlMode],(Q=(z=this.cbs).onparserinit)===null||Q===void 0||Q.call(z,this)}ontext(Z,G){var J,X;let Y=this.getSlice(Z,G);this.endIndex=G-1,(X=(J=this.cbs).ontext)===null||X===void 0||X.call(J,Y),this.startIndex=G}ontextentity(Z,G){var J,X;this.endIndex=G-1,(X=(J=this.cbs).ontext)===null||X===void 0||X.call(J,(0,x$.fromCodePoint)(Z)),this.startIndex=G}isVoidElement(Z){return this.htmlMode&&ij.has(Z)}onopentagname(Z,G){this.endIndex=G;let J=this.getSlice(Z,G);if(this.lowerCaseTagNames)J=J.toLowerCase();this.emitOpenTag(J)}emitOpenTag(Z){var G,J,X,Y;this.openTagStart=this.startIndex,this.tagname=Z;let x=this.htmlMode&&_j.get(Z);if(x)while(this.stack.length>0&&x.has(this.stack[0])){let z=this.stack.shift();(J=(G=this.cbs).onclosetag)===null||J===void 0||J.call(G,z,!0)}if(!this.isVoidElement(Z)){if(this.stack.unshift(Z),this.htmlMode){if(H$.has(Z))this.foreignContext.unshift(!0);else if(W$.has(Z))this.foreignContext.unshift(!1)}}if((Y=(X=this.cbs).onopentagname)===null||Y===void 0||Y.call(X,Z),this.cbs.onopentag)this.attribs={}}endOpenTag(Z){var G,J;if(this.startIndex=this.openTagStart,this.attribs)(J=(G=this.cbs).onopentag)===null||J===void 0||J.call(G,this.tagname,this.attribs,Z),this.attribs=null;if(this.cbs.onclosetag&&this.isVoidElement(this.tagname))this.cbs.onclosetag(this.tagname,!0);this.tagname=""}onopentagend(Z){this.endIndex=Z,this.endOpenTag(!1),this.startIndex=Z+1}onclosetag(Z,G){var J,X,Y,x,z,Q,K,W;this.endIndex=G;let H=this.getSlice(Z,G);if(this.lowerCaseTagNames)H=H.toLowerCase();if(this.htmlMode&&(H$.has(H)||W$.has(H)))this.foreignContext.shift();if(!this.isVoidElement(H)){let U=this.stack.indexOf(H);if(U!==-1)for(let N=0;N<=U;N++){let $=this.stack.shift();(X=(J=this.cbs).onclosetag)===null||X===void 0||X.call(J,$,N!==U)}else if(this.htmlMode&&H==="p")this.emitOpenTag("p"),this.closeCurrentTag(!0)}else if(this.htmlMode&&H==="br")(x=(Y=this.cbs).onopentagname)===null||x===void 0||x.call(Y,"br"),(Q=(z=this.cbs).onopentag)===null||Q===void 0||Q.call(z,"br",{},!0),(W=(K=this.cbs).onclosetag)===null||W===void 0||W.call(K,"br",!1);this.startIndex=G+1}onselfclosingtag(Z){if(this.endIndex=Z,this.recognizeSelfClosing||this.foreignContext[0])this.closeCurrentTag(!1),this.startIndex=Z+1;else this.onopentagend(Z)}closeCurrentTag(Z){var G,J;let X=this.tagname;if(this.endOpenTag(Z),this.stack[0]===X)(J=(G=this.cbs).onclosetag)===null||J===void 0||J.call(G,X,!Z),this.stack.shift()}onattribname(Z,G){this.startIndex=Z;let J=this.getSlice(Z,G);this.attribname=this.lowerCaseAttributeNames?J.toLowerCase():J}onattribdata(Z,G){this.attribvalue+=this.getSlice(Z,G)}onattribentity(Z){this.attribvalue+=(0,x$.fromCodePoint)(Z)}onattribend(Z,G){var J,X;if(this.endIndex=G,(X=(J=this.cbs).onattribute)===null||X===void 0||X.call(J,this.attribname,this.attribvalue,Z===MG.QuoteType.Double?'"':Z===MG.QuoteType.Single?"'":Z===MG.QuoteType.NoValue?void 0:null),this.attribs&&!Object.prototype.hasOwnProperty.call(this.attribs,this.attribname))this.attribs[this.attribname]=this.attribvalue;this.attribvalue=""}getInstructionName(Z){let G=Z.search(Cj),J=G<0?Z:Z.substr(0,G);if(this.lowerCaseTagNames)J=J.toLowerCase();return J}ondeclaration(Z,G){this.endIndex=G;let J=this.getSlice(Z,G);if(this.cbs.onprocessinginstruction){let X=this.getInstructionName(J);this.cbs.onprocessinginstruction(`!${X}`,`!${J}`)}this.startIndex=G+1}onprocessinginstruction(Z,G){this.endIndex=G;let J=this.getSlice(Z,G);if(this.cbs.onprocessinginstruction){let X=this.getInstructionName(J);this.cbs.onprocessinginstruction(`?${X}`,`?${J}`)}this.startIndex=G+1}oncomment(Z,G,J){var X,Y,x,z;this.endIndex=G,(Y=(X=this.cbs).oncomment)===null||Y===void 0||Y.call(X,this.getSlice(Z,G-J)),(z=(x=this.cbs).oncommentend)===null||z===void 0||z.call(x),this.startIndex=G+1}oncdata(Z,G,J){var X,Y,x,z,Q,K,W,H,U,N;this.endIndex=G;let $=this.getSlice(Z,G-J);if(!this.htmlMode||this.options.recognizeCDATA)(Y=(X=this.cbs).oncdatastart)===null||Y===void 0||Y.call(X),(z=(x=this.cbs).ontext)===null||z===void 0||z.call(x,$),(K=(Q=this.cbs).oncdataend)===null||K===void 0||K.call(Q);else(H=(W=this.cbs).oncomment)===null||H===void 0||H.call(W,`[CDATA[${$}]]`),(N=(U=this.cbs).oncommentend)===null||N===void 0||N.call(U);this.startIndex=G+1}onend(){var Z,G;if(this.cbs.onclosetag){this.endIndex=this.startIndex;for(let J=0;J<this.stack.length;J++)this.cbs.onclosetag(this.stack[J],!0)}(G=(Z=this.cbs).onend)===null||G===void 0||G.call(Z)}reset(){var Z,G,J,X;(G=(Z=this.cbs).onreset)===null||G===void 0||G.call(Z),this.tokenizer.reset(),this.tagname="",this.attribname="",this.attribs=null,this.stack.length=0,this.startIndex=0,this.endIndex=0,(X=(J=this.cbs).onparserinit)===null||X===void 0||X.call(J,this),this.buffers.length=0,this.foreignContext.length=0,this.foreignContext.unshift(!this.htmlMode),this.bufferOffset=0,this.writeIndex=0,this.ended=!1}parseComplete(Z){this.reset(),this.end(Z)}getSlice(Z,G){while(Z-this.bufferOffset>=this.buffers[0].length)this.shiftBuffer();let J=this.buffers[0].slice(Z-this.bufferOffset,G-this.bufferOffset);while(G-this.bufferOffset>this.buffers[0].length)this.shiftBuffer(),J+=this.buffers[0].slice(0,G-this.bufferOffset);return J}shiftBuffer(){this.bufferOffset+=this.buffers[0].length,this.writeIndex--,this.buffers.shift()}write(Z){var G,J;if(this.ended){(J=(G=this.cbs).onerror)===null||J===void 0||J.call(G,Error(".write() after done!"));return}if(this.buffers.push(Z),this.tokenizer.running)this.tokenizer.write(Z),this.writeIndex++}end(Z){var G,J;if(this.ended){(J=(G=this.cbs).onerror)===null||J===void 0||J.call(G,Error(".end() after done!"));return}if(Z)this.write(Z);this.ended=!0,this.tokenizer.end()}pause(){this.tokenizer.pause()}resume(){this.tokenizer.resume();while(this.tokenizer.running&&this.writeIndex<this.buffers.length)this.tokenizer.write(this.buffers[this.writeIndex++]);if(this.ended)this.tokenizer.end()}parseChunk(Z){this.write(Z)}done(Z){this.end(Z)}}O5.Parser=U$});var N$=A((MY)=>{Object.defineProperty(MY,"__esModule",{value:!0});MY.default=new Uint16Array("ᵁ<Õıʊҝջאٵ۞ޢߖࠏ੊ઑඡ๭༉༦჊ረዡᐕᒝᓃᓟᔥ\x00\x00\x00\x00\x00\x00ᕫᛍᦍᰒᷝ὾⁠↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms„‹•˜¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀\uD835\uDD04rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀\uD835\uDD38plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀\uD835\uDC9Cign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀\uD835\uDD05pf;쀀\uD835\uDD39eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀\uD835\uDC9EpĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀\uD835\uDD07Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\x00\x00\x00͔͂\x00Ѕf;쀀\uD835\uDD3Bƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲ΂ϏϢϸontourIntegraìȹoɴ͹\x00\x00ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\x00\x00ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\x00ц\x00ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\x00ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀\uD835\uDC9Frok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀\uD835\uDD08rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\x00\x00ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀\uD835\uDD3Csilon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՗՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲ׌y;䐤r;쀀\uD835\uDD09lledɓ֗\x00\x00֣mallSquare;旼erySmallSquare;斪Ͱֺ\x00ֿ\x00\x00ׄf;쀀\uD835\uDD3DAll;戀riertrf;愱cò׋؀JTabcdfgorstר׬ׯ׺؀ؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d׷׸䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀\uD835\uDD0A;拙pf;쀀\uD835\uDD3Eeater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀\uD835\uDCA2;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\x00ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇܎ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\x00ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀\uD835\uDD40a;䎙cr;愐ilde;䄨ǫޚ\x00ޞcy;䐆l耻Ï䃏ʀcfosuެ޷޼߂ߐĀiyޱ޵rc;䄴;䐙r;쀀\uD835\uDD0Dpf;쀀\uD835\uDD41ǣ߇\x00ߌr;쀀\uD835\uDCA5rcy;䐈kcy;䐄΀HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶߻dil;䄶;䐚r;쀀\uD835\uDD0Epf;쀀\uD835\uDD42cr;쀀\uD835\uDCA6րJTaceflmostࠥࠩࠬࡐࡣ঳সে্਷ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗ࡜ࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४Ānrࢃ࢏gleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\x00ࣃbleBracket;柦nǔࣈ\x00࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀\uD835\uDD0FĀ;eঽা拘ftarrow;懚idot;䄿ƀnpw৔ਖਛgȀLRlr৞৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀\uD835\uDD43erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼੝੠੷੼અઋ઎p;椅y;䐜Ādl੥੯iumSpace;恟lintrf;愳r;쀀\uD835\uDD10nusPlus;戓pf;쀀\uD835\uDD44cò੶;䎜ҀJacefostuણધભીଔଙඑ඗ඞcy;䐊cute;䅃ƀaey઴હાron;䅇dil;䅅;䐝ƀgswે૰଎ativeƀMTV૓૟૨ediumSpace;怋hiĀcn૦૘ë૙eryThiî૙tedĀGL૸ଆreaterGreateòٳessLesóੈLine;䀊r;쀀\uD835\uDD11ȀBnptଢନଷ଺reak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪୼஡௫ఄ౞಄ದ೘ൡඅ櫬Āou୛୤ngruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊ஛ement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater΀;EFGLSTஶஷ஽௉௓௘௥扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲௽ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ೒拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨೹setĀ;E೰ೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀\uD835\uDCA9ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂ෉෕ෛ෠෧෼ขภยา฿ไlig;䅒cute耻Ó䃓Āiy෎ීrc耻Ô䃔;䐞blac;䅐r;쀀\uD835\uDD12rave耻Ò䃒ƀaei෮ෲ෶cr;䅌ga;䎩cron;䎟pf;쀀\uD835\uDD46enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀\uD835\uDCAAash耻Ø䃘iŬื฼de耻Õ䃕es;樷ml耻Ö䃖erĀBP๋๠Āar๐๓r;怾acĀek๚๜;揞et;掴arenthesis;揜Ҁacfhilors๿ງຊຏຒດຝະ໼rtialD;戂y;䐟r;쀀\uD835\uDD13i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ໠໤檻cedesȀ;EST່້໏໚扺qual;檯lantEqual;扼ilde;找me;怳Ādp໩໮uct;戏ortionĀ;aȥ໹l;戝Āci༁༆r;쀀\uD835\uDCAB;䎨ȀUfos༑༖༛༟OT耻\"䀢r;쀀\uD835\uDD14pf;愚cr;쀀\uD835\uDCAC؀BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁࿫࿳ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL࿜࿝࿡憒ar;懥eftArrow;懄eiling;按oǵ࿹\x00စbleBracket;柧nǔည\x00နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀\uD835\uDD16ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»࿝pArrow;憑gma;䎣allCircle;战pf;쀀\uD835\uDD4Aɲᅭ\x00\x00ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀\uD835\uDCAEar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄ቉ቕ቞ቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHc቎ቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀\uD835\uDD17Āeiቻ኉Dzኀ\x00ኇefore;戴a;䎘Ācn኎ኘkSpace;쀀  Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀\uD835\uDD4BipleDot;惛Āctዖዛr;쀀\uD835\uDCAFrok;䅦ૡዷጎጚጦ\x00ጬጱ\x00\x00\x00\x00\x00ጸጽ፷ᎅ\x00᏿ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\x00጖y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀\uD835\uDD18rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻፿on;䅲f;쀀\uD835\uDD4CЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀\uD835\uDCB0ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀\uD835\uDD19pf;쀀\uD835\uDD4Dcr;쀀\uD835\uDCB1dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀\uD835\uDD1Apf;쀀\uD835\uDD4Ecr;쀀\uD835\uDCB2Ȁfiosᓋᓐᓒᓘr;쀀\uD835\uDD1B;䎞pf;쀀\uD835\uDD4Fcr;쀀\uD835\uDCB3ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀\uD835\uDD1Cpf;쀀\uD835\uDD50cr;쀀\uD835\uDCB4ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\x00ᕛoWidtè૙a;䎖r;愨pf;愤cr;쀀\uD835\uDCB5௡ᖃᖊᖐ\x00ᖰᖶᖿ\x00\x00\x00\x00ᗆᗛᗫᙟ᙭\x00ᚕ᚛ᚲᚹ\x00ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀\uD835\uDD1Erave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\x00\x00ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚΀;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀\uD835\uDD52΀;Eaeiop዁ᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;e዁ᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀\uD835\uDCB6;䀪mpĀ;e዁ᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰ᜼ᝃᝈ᝸᝽០៦ᠹᡐᜍ᤽᥈ᥰot;櫭Ācrᛶ᜞kȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e᜚᜛戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;t፜᜷brk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓ᝛ᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯ᝱ᝳ;䎲;愶een;扬r;쀀\uD835\uDD1Fg΀costuvwឍឝឳេ៕៛៞ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\x00\x00ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀako៭ᠦᠵĀcn៲ᠣkƀlst៺֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘᠝斴own;斾eft;旂ight;斸k;搣Ʊᠫ\x00ᠳƲᠯ\x00ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀\uD835\uDD53Ā;tᏋᡣom»Ꮜtie;拈؀DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬ᣿ᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教΀;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ᣷᣹᣻᣽;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ᤟;敛;敘;攘;攔΀;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģ᥂bar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀\uD835\uDCB7mi;恏mĀ;e᜚᜜lƀ;bhᥨᥩᥫ䁜;槅sub;柈Ŭᥴ᥾lĀ;e᥹᥺怢t»᥺pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\x00᧨ᨑᨕᨲ\x00ᨷᩐ\x00\x00᪴\x00\x00᫁\x00\x00ᬡᬮ᭍᭒\x00᯽\x00ᰌƀcpr᦭ᦲ᧝ute;䄇̀;abcdsᦿᧀᧄ᧊᧕᧙戩nd;橄rcup;橉Āau᧏᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\x00᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀\uD835\uDD20ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r΀;Ecefms᩟᩠ᩢᩫ᪤᪪᪮旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\x00\x00᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖᪚᪟»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇᫔᫺\x00ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ᫙\x00\x00᫢aĀ;t᫞᫟䀬;䁀ƀ;fl᫨᫩᫫戁îᅠeĀmx᫱᫶ent»᫩eóɍǧ᫾\x00ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀\uD835\uDD54oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀\uD835\uDCB8Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯΀delprvw᭠᭬᭷ᮂᮬᯔ᯹arrĀlr᭨᭪;椸;椵ɰ᭲\x00\x00᭵r;拞c;拟arrĀ;p᭿ᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\x00\x00ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰸᰻᰿ᱝᱩᱵᲊᲞᲬᲷ᳻᳿ᴍᵻᶑᶫᶻ᷆᷍rò΁ar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀\uD835\uDD21arĀlrᲳᲵ»ࣜ»သʀaegsv᳂͸᳖᳜᳠mƀ;oș᳊᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\x00\x00ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀\uD835\uDD55ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\x00\x00ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀\uD835\uDCB9;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄ὎὚ĀDoḆᴴoôᲉĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀\uD835\uDD22ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀\uD835\uDD56ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\x00\x00ỻíՈantĀglἂἆtr»ṝess»Ṻƀaeiἒ἖Ἒls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\x00ᾞ\x00ᾡᾧ\x00\x00ῆῌ\x00ΐ\x00ῦῪ \x00 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\x00\x00᾽g;耀ffig;耀ffl;쀀\uD835\uDD23lig;耀filig;쀀fjƀaltῙ῜ῡt;晭ig;耀flns;斱of;䆒ǰ΅\x00ῳf;쀀\uD835\uDD57ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao‌⁕Ācs‑⁒ႉ‸⁅⁈\x00⁐β•‥‧‪‬\x00‮耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\x00‶;慔;慖ʴ‾⁁\x00\x00⁃耻¾䂾;慗;慜5;慘ƶ⁌\x00⁎;慚;慝8;慞l;恄wn;挢cr;쀀\uD835\uDCBBࢀEabcdefgijlnorstv₂₉₟₥₰₴⃰⃵⃺⃿℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕ₝ute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽⃉ƀ;qsؾٌ⃄lanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀\uD835\uDD24Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀\uD835\uDD58Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqr׮ⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\x00↎proø₞r;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀\uD835\uDD25sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀\uD835\uDD59bar;怕ƀclt≯≴≸r;쀀\uD835\uDCBDasè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\x00⊪\x00⊸⋅⋎\x00⋕⋳\x00\x00⋸⌢⍧⍢⍿\x00⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀\uD835\uDD26rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀\uD835\uDD5Aa;䎹uest耻¿䂿Āci⎊⎏r;쀀\uD835\uDCBEnʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\x00⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀\uD835\uDD27ath;䈷pf;쀀\uD835\uDD5Bǣ⏬\x00⏱r;쀀\uD835\uDCBFrcy;䑘kcy;䑔Ѐacfghjos␋␖␢␧␭␱␵␻ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀\uD835\uDD28reen;䄸cy;䑅cy;䑜pf;쀀\uD835\uDD5Ccr;쀀\uD835\uDCC0஀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼rò৆òΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\x00⒪\x00⒱\x00\x00\x00\x00\x00⒵Ⓔ\x00ⓆⓈⓍ\x00⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonó྘quigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀\uD835\uDD29Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀\uD835\uDD5Dus;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d྘➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀\uD835\uDCC1mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ᠛旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀\uD835\uDD2Ao;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀\uD835\uDD5EĀct⣸⣽r;쀀\uD835\uDCC2pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐௏쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop඄⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roø඄urĀ;a⧓⧔普lĀ;s⧓ସdz⧟\x00⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\x00⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓΀;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨í஘istĀ;s஠டr;쀀\uD835\uDD2BȀEest௅⩦⩹⩼ƀ;qs஼⩭௡ƀ;qs஼௅⩴lanô௢ií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚΀AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs఻⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs఻⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀\uD835\uDD5F膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast୻⭕⭚⭟lleì୻l;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖ΀chimpqu⮽⯍⯙⬄୸⯤⯯Ȁ;cerല⯆ഷ⯉uå൅;쀀\uD835\uDCC3ortɭ⬅\x00\x00⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭å೸åഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñ೗Ā;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰⳴ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00ⴭ\x00ⴸⵈⵠⵥ⵲ⶄᬇ\x00\x00ⶍⶫ\x00ⷈⷎ\x00ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;c᪞ⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācr⵩⵭ir;榿;쀀\uD835\uDD2Cͯ⵹\x00\x00⵼\x00ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕ⶘ⶥⶨrò᪀Āir⶝ⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀\uD835\uDD60ƀaelⷔ⷗ǒr;榷rp;榹΀;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ⹞\x00⹽\x00⺀⺝\x00⺢⺹\x00\x00⻋ຜ\x00⼓\x00\x00⼫⾼\x00⿈rȀ;astЃ⹧⹲຅脀¶;l⹭⹮䂶leìЃɩ⹸\x00\x00⹻m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀\uD835\uDD2Dƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳⻴ᤈ⻹⻽⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀\uD835\uDD61nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp໬⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t໻⾴ï໻rel;抰Āci⿀⿅r;쀀\uD835\uDCC5;䏈ncsp;怈̀fiopsu⿚⋢⿟⿥⿫⿱r;쀀\uD835\uDD2Epf;쀀\uD835\uDD62rime;恗cr;쀀\uD835\uDCC6ƀaeo⿸〉〓tĀei⿾々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔઀ABHabcdefhilmnoprstux぀けさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤΀cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstw࿜ガクシスゼゾダッデナp;極Ā;f࿠ゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes㄂㄄;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ì࿲âヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀\uD835\uDD2FĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘㇤㇮rrowĀ;t࿜ㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowó࿪arpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓rò࿪aòՑ;怏oustĀ;a㈞㈟掱che»㈟mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀\uD835\uDD63us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀\uD835\uDCC7Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\x00㍺㎤\x00\x00㏬㏰\x00㐨㑈㑚㒭㒱㓊㓱\x00㘖\x00\x00㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\x00㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦΀Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼਴t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀\uD835\uDD30Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\x00\x00㎜iäᑤaraì⹯耻­䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;q኱ኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀\uD835\uDD64aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀\uD835\uDCC8tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫ਩war;椪lig耻ß䃟௡㙑㙝㙠ዎ㙳㙹\x00㙾㛂\x00\x00\x00\x00\x00㛛㜃\x00㜉㝬\x00\x00\x00㞇ɲ㙖\x00\x00㙛get;挖;䏄rë๟ƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀\uD835\uDD31Ȁeiko㚆㚝㚵㚼Dz㚋\x00㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproø዁im»ኬsðኞĀas㚺㚮ð዁rn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀\uD835\uDD65rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈ΀adempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀\uD835\uDCC9;䑆cy;䑛rok;䅧Āio㞋㞎xô᝷headĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\x00㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀\uD835\uDD32rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\x00\x00㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀\uD835\uDD66̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\x00\x00㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀\uD835\uDCCAƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜΀eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀\uD835\uDD33tré㦮suĀbp㧯㧱»ജ»൙pf;쀀\uD835\uDD67roð໻tré㦴Ācu㨆㨋r;쀀\uD835\uDCCBĀbp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚΀cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀\uD835\uDD34pf;쀀\uD835\uDD68Ā;eᑹ㩦atèᑹcr;쀀\uD835\uDCCCૣណ㪇\x00㪋\x00㪐㪛\x00\x00㪝㪨㪫㪯\x00\x00㫃㫎\x00㫘ៜ៟tré៑r;쀀\uD835\uDD35ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀\uD835\uDD69imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀\uD835\uDCCDĀpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀\uD835\uDD36cy;䑗pf;쀀\uD835\uDD6Acr;쀀\uD835\uDCCEĀcm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀\uD835\uDD37cy;䐶grarr;懝pf;쀀\uD835\uDD6Bcr;쀀\uD835\uDCCFĀjn㮅㮇;怍j;怌".split("").map(function(Z){return Z.charCodeAt(0)}))});var $$=A((RY)=>{Object.defineProperty(RY,"__esModule",{value:!0});RY.default=new Uint16Array("Ȁaglq\t\x15\x18\x1Bɭ\x0F\x00\x00\x12p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map(function(Z){return Z.charCodeAt(0)}))});var DY=A(($8)=>{var OY;Object.defineProperty($8,"__esModule",{value:!0});$8.replaceCodePoint=$8.fromCodePoint=void 0;var bj=new Map([[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]]);$8.fromCodePoint=(OY=String.fromCodePoint)!==null&&OY!==void 0?OY:function(Z){var G="";if(Z>65535)Z-=65536,G+=String.fromCharCode(Z>>>10&1023|55296),Z=56320|Z&1023;return G+=String.fromCharCode(Z),G};function L$(Z){var G;if(Z>=55296&&Z<=57343||Z>1114111)return 65533;return(G=bj.get(Z))!==null&&G!==void 0?G:Z}$8.replaceCodePoint=L$;function gj(Z){return(0,$8.fromCodePoint)(L$(Z))}$8.default=gj});var mY=A((x1)=>{var hj=x1&&x1.__createBinding||(Object.create?function(Z,G,J,X){if(X===void 0)X=J;var Y=Object.getOwnPropertyDescriptor(G,J);if(!Y||("get"in Y?!G.__esModule:Y.writable||Y.configurable))Y={enumerable:!0,get:function(){return G[J]}};Object.defineProperty(Z,X,Y)}:function(Z,G,J,X){if(X===void 0)X=J;Z[X]=G[J]}),yj=x1&&x1.__setModuleDefault||(Object.create?function(Z,G){Object.defineProperty(Z,"default",{enumerable:!0,value:G})}:function(Z,G){Z.default=G}),uj=x1&&x1.__importStar||function(Z){if(Z&&Z.__esModule)return Z;var G={};if(Z!=null){for(var J in Z)if(J!=="default"&&Object.prototype.hasOwnProperty.call(Z,J))hj(G,Z,J)}return yj(G,Z),G},B$=x1&&x1.__importDefault||function(Z){return Z&&Z.__esModule?Z:{default:Z}};Object.defineProperty(x1,"__esModule",{value:!0});x1.decodeXML=x1.decodeHTMLStrict=x1.decodeHTMLAttribute=x1.decodeHTML=x1.determineBranch=x1.EntityDecoder=x1.DecodingMode=x1.BinTrieFlags=x1.fromCodePoint=x1.replaceCodePoint=x1.decodeCodePoint=x1.xmlDecodeTree=x1.htmlDecodeTree=void 0;var V$=B$(N$());x1.htmlDecodeTree=V$.default;var q$=B$($$());x1.xmlDecodeTree=q$.default;var TY=uj(DY());x1.decodeCodePoint=TY.default;var F$=DY();Object.defineProperty(x1,"replaceCodePoint",{enumerable:!0,get:function(){return F$.replaceCodePoint}});Object.defineProperty(x1,"fromCodePoint",{enumerable:!0,get:function(){return F$.fromCodePoint}});var d1;(function(Z){Z[Z.NUM=35]="NUM",Z[Z.SEMI=59]="SEMI",Z[Z.EQUALS=61]="EQUALS",Z[Z.ZERO=48]="ZERO",Z[Z.NINE=57]="NINE",Z[Z.LOWER_A=97]="LOWER_A",Z[Z.LOWER_F=102]="LOWER_F",Z[Z.LOWER_X=120]="LOWER_X",Z[Z.LOWER_Z=122]="LOWER_Z",Z[Z.UPPER_A=65]="UPPER_A",Z[Z.UPPER_F=70]="UPPER_F",Z[Z.UPPER_Z=90]="UPPER_Z"})(d1||(d1={}));var kj=32,d8;(function(Z){Z[Z.VALUE_LENGTH=49152]="VALUE_LENGTH",Z[Z.BRANCH_LENGTH=16256]="BRANCH_LENGTH",Z[Z.JUMP_TABLE=127]="JUMP_TABLE"})(d8=x1.BinTrieFlags||(x1.BinTrieFlags={}));function IY(Z){return Z>=d1.ZERO&&Z<=d1.NINE}function fj(Z){return Z>=d1.UPPER_A&&Z<=d1.UPPER_F||Z>=d1.LOWER_A&&Z<=d1.LOWER_F}function cj(Z){return Z>=d1.UPPER_A&&Z<=d1.UPPER_Z||Z>=d1.LOWER_A&&Z<=d1.LOWER_Z||IY(Z)}function lj(Z){return Z===d1.EQUALS||cj(Z)}var n1;(function(Z){Z[Z.EntityStart=0]="EntityStart",Z[Z.NumericStart=1]="NumericStart",Z[Z.NumericDecimal=2]="NumericDecimal",Z[Z.NumericHex=3]="NumericHex",Z[Z.NamedEntity=4]="NamedEntity"})(n1||(n1={}));var D5;(function(Z){Z[Z.Legacy=0]="Legacy",Z[Z.Strict=1]="Strict",Z[Z.Attribute=2]="Attribute"})(D5=x1.DecodingMode||(x1.DecodingMode={}));var w$=function(){function Z(G,J,X){this.decodeTree=G,this.emitCodePoint=J,this.errors=X,this.state=n1.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=D5.Strict}return Z.prototype.startEntity=function(G){this.decodeMode=G,this.state=n1.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1},Z.prototype.write=function(G,J){switch(this.state){case n1.EntityStart:{if(G.charCodeAt(J)===d1.NUM)return this.state=n1.NumericStart,this.consumed+=1,this.stateNumericStart(G,J+1);return this.state=n1.NamedEntity,this.stateNamedEntity(G,J)}case n1.NumericStart:return this.stateNumericStart(G,J);case n1.NumericDecimal:return this.stateNumericDecimal(G,J);case n1.NumericHex:return this.stateNumericHex(G,J);case n1.NamedEntity:return this.stateNamedEntity(G,J)}},Z.prototype.stateNumericStart=function(G,J){if(J>=G.length)return-1;if((G.charCodeAt(J)|kj)===d1.LOWER_X)return this.state=n1.NumericHex,this.consumed+=1,this.stateNumericHex(G,J+1);return this.state=n1.NumericDecimal,this.stateNumericDecimal(G,J)},Z.prototype.addToNumericResult=function(G,J,X,Y){if(J!==X){var x=X-J;this.result=this.result*Math.pow(Y,x)+parseInt(G.substr(J,x),Y),this.consumed+=x}},Z.prototype.stateNumericHex=function(G,J){var X=J;while(J<G.length){var Y=G.charCodeAt(J);if(IY(Y)||fj(Y))J+=1;else return this.addToNumericResult(G,X,J,16),this.emitNumericEntity(Y,3)}return this.addToNumericResult(G,X,J,16),-1},Z.prototype.stateNumericDecimal=function(G,J){var X=J;while(J<G.length){var Y=G.charCodeAt(J);if(IY(Y))J+=1;else return this.addToNumericResult(G,X,J,10),this.emitNumericEntity(Y,2)}return this.addToNumericResult(G,X,J,10),-1},Z.prototype.emitNumericEntity=function(G,J){var X;if(this.consumed<=J)return(X=this.errors)===null||X===void 0||X.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(G===d1.SEMI)this.consumed+=1;else if(this.decodeMode===D5.Strict)return 0;if(this.emitCodePoint((0,TY.replaceCodePoint)(this.result),this.consumed),this.errors){if(G!==d1.SEMI)this.errors.missingSemicolonAfterCharacterReference();this.errors.validateNumericCharacterReference(this.result)}return this.consumed},Z.prototype.stateNamedEntity=function(G,J){var X=this.decodeTree,Y=X[this.treeIndex],x=(Y&d8.VALUE_LENGTH)>>14;for(;J<G.length;J++,this.excess++){var z=G.charCodeAt(J);if(this.treeIndex=M$(X,Y,this.treeIndex+Math.max(1,x),z),this.treeIndex<0)return this.result===0||this.decodeMode===D5.Attribute&&(x===0||lj(z))?0:this.emitNotTerminatedNamedEntity();if(Y=X[this.treeIndex],x=(Y&d8.VALUE_LENGTH)>>14,x!==0){if(z===d1.SEMI)return this.emitNamedEntityData(this.treeIndex,x,this.consumed+this.excess);if(this.decodeMode!==D5.Strict)this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0}}return-1},Z.prototype.emitNotTerminatedNamedEntity=function(){var G,J=this,X=J.result,Y=J.decodeTree,x=(Y[X]&d8.VALUE_LENGTH)>>14;return this.emitNamedEntityData(X,x,this.consumed),(G=this.errors)===null||G===void 0||G.missingSemicolonAfterCharacterReference(),this.consumed},Z.prototype.emitNamedEntityData=function(G,J,X){var Y=this.decodeTree;if(this.emitCodePoint(J===1?Y[G]&~d8.VALUE_LENGTH:Y[G+1],X),J===3)this.emitCodePoint(Y[G+2],X);return X},Z.prototype.end=function(){var G;switch(this.state){case n1.NamedEntity:return this.result!==0&&(this.decodeMode!==D5.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0;case n1.NumericDecimal:return this.emitNumericEntity(0,2);case n1.NumericHex:return this.emitNumericEntity(0,3);case n1.NumericStart:return(G=this.errors)===null||G===void 0||G.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case n1.EntityStart:return 0}},Z}();x1.EntityDecoder=w$;function A$(Z){var G="",J=new w$(Z,function(X){return G+=(0,TY.fromCodePoint)(X)});return function(Y,x){var z=0,Q=0;while((Q=Y.indexOf("&",Q))>=0){G+=Y.slice(z,Q),J.startEntity(x);var K=J.write(Y,Q+1);if(K<0){z=Q+J.end();break}z=Q+K,Q=K===0?z+1:z}var W=G+Y.slice(z);return G="",W}}function M$(Z,G,J,X){var Y=(G&d8.BRANCH_LENGTH)>>7,x=G&d8.JUMP_TABLE;if(Y===0)return x!==0&&X===x?J:-1;if(x){var z=X-x;return z<0||z>=Y?-1:Z[J+z]-1}var Q=J,K=Q+Y-1;while(Q<=K){var W=Q+K>>>1,H=Z[W];if(H<X)Q=W+1;else if(H>X)K=W-1;else return Z[W+Y]}return-1}x1.determineBranch=M$;var PY=A$(V$.default),aj=A$(q$.default);function nj(Z,G){if(G===void 0)G=D5.Legacy;return PY(Z,G)}x1.decodeHTML=nj;function dj(Z){return PY(Z,D5.Attribute)}x1.decodeHTMLAttribute=dj;function sj(Z){return PY(Z,D5.Strict)}x1.decodeHTMLStrict=sj;function rj(Z){return aj(Z,D5.Strict)}x1.decodeXML=rj});var R$=A((vY)=>{Object.defineProperty(vY,"__esModule",{value:!0});function RG(Z){for(var G=1;G<Z.length;G++)Z[G][0]+=Z[G-1][0]+1;return Z}vY.default=new Map(RG([[9,"&Tab;"],[0,"&NewLine;"],[22,"&excl;"],[0,"&quot;"],[0,"&num;"],[0,"&dollar;"],[0,"&percnt;"],[0,"&amp;"],[0,"&apos;"],[0,"&lpar;"],[0,"&rpar;"],[0,"&ast;"],[0,"&plus;"],[0,"&comma;"],[1,"&period;"],[0,"&sol;"],[10,"&colon;"],[0,"&semi;"],[0,{v:"&lt;",n:8402,o:"&nvlt;"}],[0,{v:"&equals;",n:8421,o:"&bne;"}],[0,{v:"&gt;",n:8402,o:"&nvgt;"}],[0,"&quest;"],[0,"&commat;"],[26,"&lbrack;"],[0,"&bsol;"],[0,"&rbrack;"],[0,"&Hat;"],[0,"&lowbar;"],[0,"&DiacriticalGrave;"],[5,{n:106,o:"&fjlig;"}],[20,"&lbrace;"],[0,"&verbar;"],[0,"&rbrace;"],[34,"&nbsp;"],[0,"&iexcl;"],[0,"&cent;"],[0,"&pound;"],[0,"&curren;"],[0,"&yen;"],[0,"&brvbar;"],[0,"&sect;"],[0,"&die;"],[0,"&copy;"],[0,"&ordf;"],[0,"&laquo;"],[0,"&not;"],[0,"&shy;"],[0,"&circledR;"],[0,"&macr;"],[0,"&deg;"],[0,"&PlusMinus;"],[0,"&sup2;"],[0,"&sup3;"],[0,"&acute;"],[0,"&micro;"],[0,"&para;"],[0,"&centerdot;"],[0,"&cedil;"],[0,"&sup1;"],[0,"&ordm;"],[0,"&raquo;"],[0,"&frac14;"],[0,"&frac12;"],[0,"&frac34;"],[0,"&iquest;"],[0,"&Agrave;"],[0,"&Aacute;"],[0,"&Acirc;"],[0,"&Atilde;"],[0,"&Auml;"],[0,"&angst;"],[0,"&AElig;"],[0,"&Ccedil;"],[0,"&Egrave;"],[0,"&Eacute;"],[0,"&Ecirc;"],[0,"&Euml;"],[0,"&Igrave;"],[0,"&Iacute;"],[0,"&Icirc;"],[0,"&Iuml;"],[0,"&ETH;"],[0,"&Ntilde;"],[0,"&Ograve;"],[0,"&Oacute;"],[0,"&Ocirc;"],[0,"&Otilde;"],[0,"&Ouml;"],[0,"&times;"],[0,"&Oslash;"],[0,"&Ugrave;"],[0,"&Uacute;"],[0,"&Ucirc;"],[0,"&Uuml;"],[0,"&Yacute;"],[0,"&THORN;"],[0,"&szlig;"],[0,"&agrave;"],[0,"&aacute;"],[0,"&acirc;"],[0,"&atilde;"],[0,"&auml;"],[0,"&aring;"],[0,"&aelig;"],[0,"&ccedil;"],[0,"&egrave;"],[0,"&eacute;"],[0,"&ecirc;"],[0,"&euml;"],[0,"&igrave;"],[0,"&iacute;"],[0,"&icirc;"],[0,"&iuml;"],[0,"&eth;"],[0,"&ntilde;"],[0,"&ograve;"],[0,"&oacute;"],[0,"&ocirc;"],[0,"&otilde;"],[0,"&ouml;"],[0,"&div;"],[0,"&oslash;"],[0,"&ugrave;"],[0,"&uacute;"],[0,"&ucirc;"],[0,"&uuml;"],[0,"&yacute;"],[0,"&thorn;"],[0,"&yuml;"],[0,"&Amacr;"],[0,"&amacr;"],[0,"&Abreve;"],[0,"&abreve;"],[0,"&Aogon;"],[0,"&aogon;"],[0,"&Cacute;"],[0,"&cacute;"],[0,"&Ccirc;"],[0,"&ccirc;"],[0,"&Cdot;"],[0,"&cdot;"],[0,"&Ccaron;"],[0,"&ccaron;"],[0,"&Dcaron;"],[0,"&dcaron;"],[0,"&Dstrok;"],[0,"&dstrok;"],[0,"&Emacr;"],[0,"&emacr;"],[2,"&Edot;"],[0,"&edot;"],[0,"&Eogon;"],[0,"&eogon;"],[0,"&Ecaron;"],[0,"&ecaron;"],[0,"&Gcirc;"],[0,"&gcirc;"],[0,"&Gbreve;"],[0,"&gbreve;"],[0,"&Gdot;"],[0,"&gdot;"],[0,"&Gcedil;"],[1,"&Hcirc;"],[0,"&hcirc;"],[0,"&Hstrok;"],[0,"&hstrok;"],[0,"&Itilde;"],[0,"&itilde;"],[0,"&Imacr;"],[0,"&imacr;"],[2,"&Iogon;"],[0,"&iogon;"],[0,"&Idot;"],[0,"&imath;"],[0,"&IJlig;"],[0,"&ijlig;"],[0,"&Jcirc;"],[0,"&jcirc;"],[0,"&Kcedil;"],[0,"&kcedil;"],[0,"&kgreen;"],[0,"&Lacute;"],[0,"&lacute;"],[0,"&Lcedil;"],[0,"&lcedil;"],[0,"&Lcaron;"],[0,"&lcaron;"],[0,"&Lmidot;"],[0,"&lmidot;"],[0,"&Lstrok;"],[0,"&lstrok;"],[0,"&Nacute;"],[0,"&nacute;"],[0,"&Ncedil;"],[0,"&ncedil;"],[0,"&Ncaron;"],[0,"&ncaron;"],[0,"&napos;"],[0,"&ENG;"],[0,"&eng;"],[0,"&Omacr;"],[0,"&omacr;"],[2,"&Odblac;"],[0,"&odblac;"],[0,"&OElig;"],[0,"&oelig;"],[0,"&Racute;"],[0,"&racute;"],[0,"&Rcedil;"],[0,"&rcedil;"],[0,"&Rcaron;"],[0,"&rcaron;"],[0,"&Sacute;"],[0,"&sacute;"],[0,"&Scirc;"],[0,"&scirc;"],[0,"&Scedil;"],[0,"&scedil;"],[0,"&Scaron;"],[0,"&scaron;"],[0,"&Tcedil;"],[0,"&tcedil;"],[0,"&Tcaron;"],[0,"&tcaron;"],[0,"&Tstrok;"],[0,"&tstrok;"],[0,"&Utilde;"],[0,"&utilde;"],[0,"&Umacr;"],[0,"&umacr;"],[0,"&Ubreve;"],[0,"&ubreve;"],[0,"&Uring;"],[0,"&uring;"],[0,"&Udblac;"],[0,"&udblac;"],[0,"&Uogon;"],[0,"&uogon;"],[0,"&Wcirc;"],[0,"&wcirc;"],[0,"&Ycirc;"],[0,"&ycirc;"],[0,"&Yuml;"],[0,"&Zacute;"],[0,"&zacute;"],[0,"&Zdot;"],[0,"&zdot;"],[0,"&Zcaron;"],[0,"&zcaron;"],[19,"&fnof;"],[34,"&imped;"],[63,"&gacute;"],[65,"&jmath;"],[142,"&circ;"],[0,"&caron;"],[16,"&breve;"],[0,"&DiacriticalDot;"],[0,"&ring;"],[0,"&ogon;"],[0,"&DiacriticalTilde;"],[0,"&dblac;"],[51,"&DownBreve;"],[127,"&Alpha;"],[0,"&Beta;"],[0,"&Gamma;"],[0,"&Delta;"],[0,"&Epsilon;"],[0,"&Zeta;"],[0,"&Eta;"],[0,"&Theta;"],[0,"&Iota;"],[0,"&Kappa;"],[0,"&Lambda;"],[0,"&Mu;"],[0,"&Nu;"],[0,"&Xi;"],[0,"&Omicron;"],[0,"&Pi;"],[0,"&Rho;"],[1,"&Sigma;"],[0,"&Tau;"],[0,"&Upsilon;"],[0,"&Phi;"],[0,"&Chi;"],[0,"&Psi;"],[0,"&ohm;"],[7,"&alpha;"],[0,"&beta;"],[0,"&gamma;"],[0,"&delta;"],[0,"&epsi;"],[0,"&zeta;"],[0,"&eta;"],[0,"&theta;"],[0,"&iota;"],[0,"&kappa;"],[0,"&lambda;"],[0,"&mu;"],[0,"&nu;"],[0,"&xi;"],[0,"&omicron;"],[0,"&pi;"],[0,"&rho;"],[0,"&sigmaf;"],[0,"&sigma;"],[0,"&tau;"],[0,"&upsi;"],[0,"&phi;"],[0,"&chi;"],[0,"&psi;"],[0,"&omega;"],[7,"&thetasym;"],[0,"&Upsi;"],[2,"&phiv;"],[0,"&piv;"],[5,"&Gammad;"],[0,"&digamma;"],[18,"&kappav;"],[0,"&rhov;"],[3,"&epsiv;"],[0,"&backepsilon;"],[10,"&IOcy;"],[0,"&DJcy;"],[0,"&GJcy;"],[0,"&Jukcy;"],[0,"&DScy;"],[0,"&Iukcy;"],[0,"&YIcy;"],[0,"&Jsercy;"],[0,"&LJcy;"],[0,"&NJcy;"],[0,"&TSHcy;"],[0,"&KJcy;"],[1,"&Ubrcy;"],[0,"&DZcy;"],[0,"&Acy;"],[0,"&Bcy;"],[0,"&Vcy;"],[0,"&Gcy;"],[0,"&Dcy;"],[0,"&IEcy;"],[0,"&ZHcy;"],[0,"&Zcy;"],[0,"&Icy;"],[0,"&Jcy;"],[0,"&Kcy;"],[0,"&Lcy;"],[0,"&Mcy;"],[0,"&Ncy;"],[0,"&Ocy;"],[0,"&Pcy;"],[0,"&Rcy;"],[0,"&Scy;"],[0,"&Tcy;"],[0,"&Ucy;"],[0,"&Fcy;"],[0,"&KHcy;"],[0,"&TScy;"],[0,"&CHcy;"],[0,"&SHcy;"],[0,"&SHCHcy;"],[0,"&HARDcy;"],[0,"&Ycy;"],[0,"&SOFTcy;"],[0,"&Ecy;"],[0,"&YUcy;"],[0,"&YAcy;"],[0,"&acy;"],[0,"&bcy;"],[0,"&vcy;"],[0,"&gcy;"],[0,"&dcy;"],[0,"&iecy;"],[0,"&zhcy;"],[0,"&zcy;"],[0,"&icy;"],[0,"&jcy;"],[0,"&kcy;"],[0,"&lcy;"],[0,"&mcy;"],[0,"&ncy;"],[0,"&ocy;"],[0,"&pcy;"],[0,"&rcy;"],[0,"&scy;"],[0,"&tcy;"],[0,"&ucy;"],[0,"&fcy;"],[0,"&khcy;"],[0,"&tscy;"],[0,"&chcy;"],[0,"&shcy;"],[0,"&shchcy;"],[0,"&hardcy;"],[0,"&ycy;"],[0,"&softcy;"],[0,"&ecy;"],[0,"&yucy;"],[0,"&yacy;"],[1,"&iocy;"],[0,"&djcy;"],[0,"&gjcy;"],[0,"&jukcy;"],[0,"&dscy;"],[0,"&iukcy;"],[0,"&yicy;"],[0,"&jsercy;"],[0,"&ljcy;"],[0,"&njcy;"],[0,"&tshcy;"],[0,"&kjcy;"],[1,"&ubrcy;"],[0,"&dzcy;"],[7074,"&ensp;"],[0,"&emsp;"],[0,"&emsp13;"],[0,"&emsp14;"],[1,"&numsp;"],[0,"&puncsp;"],[0,"&ThinSpace;"],[0,"&hairsp;"],[0,"&NegativeMediumSpace;"],[0,"&zwnj;"],[0,"&zwj;"],[0,"&lrm;"],[0,"&rlm;"],[0,"&dash;"],[2,"&ndash;"],[0,"&mdash;"],[0,"&horbar;"],[0,"&Verbar;"],[1,"&lsquo;"],[0,"&CloseCurlyQuote;"],[0,"&lsquor;"],[1,"&ldquo;"],[0,"&CloseCurlyDoubleQuote;"],[0,"&bdquo;"],[1,"&dagger;"],[0,"&Dagger;"],[0,"&bull;"],[2,"&nldr;"],[0,"&hellip;"],[9,"&permil;"],[0,"&pertenk;"],[0,"&prime;"],[0,"&Prime;"],[0,"&tprime;"],[0,"&backprime;"],[3,"&lsaquo;"],[0,"&rsaquo;"],[3,"&oline;"],[2,"&caret;"],[1,"&hybull;"],[0,"&frasl;"],[10,"&bsemi;"],[7,"&qprime;"],[7,{v:"&MediumSpace;",n:8202,o:"&ThickSpace;"}],[0,"&NoBreak;"],[0,"&af;"],[0,"&InvisibleTimes;"],[0,"&ic;"],[72,"&euro;"],[46,"&tdot;"],[0,"&DotDot;"],[37,"&complexes;"],[2,"&incare;"],[4,"&gscr;"],[0,"&hamilt;"],[0,"&Hfr;"],[0,"&Hopf;"],[0,"&planckh;"],[0,"&hbar;"],[0,"&imagline;"],[0,"&Ifr;"],[0,"&lagran;"],[0,"&ell;"],[1,"&naturals;"],[0,"&numero;"],[0,"&copysr;"],[0,"&weierp;"],[0,"&Popf;"],[0,"&Qopf;"],[0,"&realine;"],[0,"&real;"],[0,"&reals;"],[0,"&rx;"],[3,"&trade;"],[1,"&integers;"],[2,"&mho;"],[0,"&zeetrf;"],[0,"&iiota;"],[2,"&bernou;"],[0,"&Cayleys;"],[1,"&escr;"],[0,"&Escr;"],[0,"&Fouriertrf;"],[1,"&Mellintrf;"],[0,"&order;"],[0,"&alefsym;"],[0,"&beth;"],[0,"&gimel;"],[0,"&daleth;"],[12,"&CapitalDifferentialD;"],[0,"&dd;"],[0,"&ee;"],[0,"&ii;"],[10,"&frac13;"],[0,"&frac23;"],[0,"&frac15;"],[0,"&frac25;"],[0,"&frac35;"],[0,"&frac45;"],[0,"&frac16;"],[0,"&frac56;"],[0,"&frac18;"],[0,"&frac38;"],[0,"&frac58;"],[0,"&frac78;"],[49,"&larr;"],[0,"&ShortUpArrow;"],[0,"&rarr;"],[0,"&darr;"],[0,"&harr;"],[0,"&updownarrow;"],[0,"&nwarr;"],[0,"&nearr;"],[0,"&LowerRightArrow;"],[0,"&LowerLeftArrow;"],[0,"&nlarr;"],[0,"&nrarr;"],[1,{v:"&rarrw;",n:824,o:"&nrarrw;"}],[0,"&Larr;"],[0,"&Uarr;"],[0,"&Rarr;"],[0,"&Darr;"],[0,"&larrtl;"],[0,"&rarrtl;"],[0,"&LeftTeeArrow;"],[0,"&mapstoup;"],[0,"&map;"],[0,"&DownTeeArrow;"],[1,"&hookleftarrow;"],[0,"&hookrightarrow;"],[0,"&larrlp;"],[0,"&looparrowright;"],[0,"&harrw;"],[0,"&nharr;"],[1,"&lsh;"],[0,"&rsh;"],[0,"&ldsh;"],[0,"&rdsh;"],[1,"&crarr;"],[0,"&cularr;"],[0,"&curarr;"],[2,"&circlearrowleft;"],[0,"&circlearrowright;"],[0,"&leftharpoonup;"],[0,"&DownLeftVector;"],[0,"&RightUpVector;"],[0,"&LeftUpVector;"],[0,"&rharu;"],[0,"&DownRightVector;"],[0,"&dharr;"],[0,"&dharl;"],[0,"&RightArrowLeftArrow;"],[0,"&udarr;"],[0,"&LeftArrowRightArrow;"],[0,"&leftleftarrows;"],[0,"&upuparrows;"],[0,"&rightrightarrows;"],[0,"&ddarr;"],[0,"&leftrightharpoons;"],[0,"&Equilibrium;"],[0,"&nlArr;"],[0,"&nhArr;"],[0,"&nrArr;"],[0,"&DoubleLeftArrow;"],[0,"&DoubleUpArrow;"],[0,"&DoubleRightArrow;"],[0,"&dArr;"],[0,"&DoubleLeftRightArrow;"],[0,"&DoubleUpDownArrow;"],[0,"&nwArr;"],[0,"&neArr;"],[0,"&seArr;"],[0,"&swArr;"],[0,"&lAarr;"],[0,"&rAarr;"],[1,"&zigrarr;"],[6,"&larrb;"],[0,"&rarrb;"],[15,"&DownArrowUpArrow;"],[7,"&loarr;"],[0,"&roarr;"],[0,"&hoarr;"],[0,"&forall;"],[0,"&comp;"],[0,{v:"&part;",n:824,o:"&npart;"}],[0,"&exist;"],[0,"&nexist;"],[0,"&empty;"],[1,"&Del;"],[0,"&Element;"],[0,"&NotElement;"],[1,"&ni;"],[0,"&notni;"],[2,"&prod;"],[0,"&coprod;"],[0,"&sum;"],[0,"&minus;"],[0,"&MinusPlus;"],[0,"&dotplus;"],[1,"&Backslash;"],[0,"&lowast;"],[0,"&compfn;"],[1,"&radic;"],[2,"&prop;"],[0,"&infin;"],[0,"&angrt;"],[0,{v:"&ang;",n:8402,o:"&nang;"}],[0,"&angmsd;"],[0,"&angsph;"],[0,"&mid;"],[0,"&nmid;"],[0,"&DoubleVerticalBar;"],[0,"&NotDoubleVerticalBar;"],[0,"&and;"],[0,"&or;"],[0,{v:"&cap;",n:65024,o:"&caps;"}],[0,{v:"&cup;",n:65024,o:"&cups;"}],[0,"&int;"],[0,"&Int;"],[0,"&iiint;"],[0,"&conint;"],[0,"&Conint;"],[0,"&Cconint;"],[0,"&cwint;"],[0,"&ClockwiseContourIntegral;"],[0,"&awconint;"],[0,"&there4;"],[0,"&becaus;"],[0,"&ratio;"],[0,"&Colon;"],[0,"&dotminus;"],[1,"&mDDot;"],[0,"&homtht;"],[0,{v:"&sim;",n:8402,o:"&nvsim;"}],[0,{v:"&backsim;",n:817,o:"&race;"}],[0,{v:"&ac;",n:819,o:"&acE;"}],[0,"&acd;"],[0,"&VerticalTilde;"],[0,"&NotTilde;"],[0,{v:"&eqsim;",n:824,o:"&nesim;"}],[0,"&sime;"],[0,"&NotTildeEqual;"],[0,"&cong;"],[0,"&simne;"],[0,"&ncong;"],[0,"&ap;"],[0,"&nap;"],[0,"&ape;"],[0,{v:"&apid;",n:824,o:"&napid;"}],[0,"&backcong;"],[0,{v:"&asympeq;",n:8402,o:"&nvap;"}],[0,{v:"&bump;",n:824,o:"&nbump;"}],[0,{v:"&bumpe;",n:824,o:"&nbumpe;"}],[0,{v:"&doteq;",n:824,o:"&nedot;"}],[0,"&doteqdot;"],[0,"&efDot;"],[0,"&erDot;"],[0,"&Assign;"],[0,"&ecolon;"],[0,"&ecir;"],[0,"&circeq;"],[1,"&wedgeq;"],[0,"&veeeq;"],[1,"&triangleq;"],[2,"&equest;"],[0,"&ne;"],[0,{v:"&Congruent;",n:8421,o:"&bnequiv;"}],[0,"&nequiv;"],[1,{v:"&le;",n:8402,o:"&nvle;"}],[0,{v:"&ge;",n:8402,o:"&nvge;"}],[0,{v:"&lE;",n:824,o:"&nlE;"}],[0,{v:"&gE;",n:824,o:"&ngE;"}],[0,{v:"&lnE;",n:65024,o:"&lvertneqq;"}],[0,{v:"&gnE;",n:65024,o:"&gvertneqq;"}],[0,{v:"&ll;",n:new Map(RG([[824,"&nLtv;"],[7577,"&nLt;"]]))}],[0,{v:"&gg;",n:new Map(RG([[824,"&nGtv;"],[7577,"&nGt;"]]))}],[0,"&between;"],[0,"&NotCupCap;"],[0,"&nless;"],[0,"&ngt;"],[0,"&nle;"],[0,"&nge;"],[0,"&lesssim;"],[0,"&GreaterTilde;"],[0,"&nlsim;"],[0,"&ngsim;"],[0,"&LessGreater;"],[0,"&gl;"],[0,"&NotLessGreater;"],[0,"&NotGreaterLess;"],[0,"&pr;"],[0,"&sc;"],[0,"&prcue;"],[0,"&sccue;"],[0,"&PrecedesTilde;"],[0,{v:"&scsim;",n:824,o:"&NotSucceedsTilde;"}],[0,"&NotPrecedes;"],[0,"&NotSucceeds;"],[0,{v:"&sub;",n:8402,o:"&NotSubset;"}],[0,{v:"&sup;",n:8402,o:"&NotSuperset;"}],[0,"&nsub;"],[0,"&nsup;"],[0,"&sube;"],[0,"&supe;"],[0,"&NotSubsetEqual;"],[0,"&NotSupersetEqual;"],[0,{v:"&subne;",n:65024,o:"&varsubsetneq;"}],[0,{v:"&supne;",n:65024,o:"&varsupsetneq;"}],[1,"&cupdot;"],[0,"&UnionPlus;"],[0,{v:"&sqsub;",n:824,o:"&NotSquareSubset;"}],[0,{v:"&sqsup;",n:824,o:"&NotSquareSuperset;"}],[0,"&sqsube;"],[0,"&sqsupe;"],[0,{v:"&sqcap;",n:65024,o:"&sqcaps;"}],[0,{v:"&sqcup;",n:65024,o:"&sqcups;"}],[0,"&CirclePlus;"],[0,"&CircleMinus;"],[0,"&CircleTimes;"],[0,"&osol;"],[0,"&CircleDot;"],[0,"&circledcirc;"],[0,"&circledast;"],[1,"&circleddash;"],[0,"&boxplus;"],[0,"&boxminus;"],[0,"&boxtimes;"],[0,"&dotsquare;"],[0,"&RightTee;"],[0,"&dashv;"],[0,"&DownTee;"],[0,"&bot;"],[1,"&models;"],[0,"&DoubleRightTee;"],[0,"&Vdash;"],[0,"&Vvdash;"],[0,"&VDash;"],[0,"&nvdash;"],[0,"&nvDash;"],[0,"&nVdash;"],[0,"&nVDash;"],[0,"&prurel;"],[1,"&LeftTriangle;"],[0,"&RightTriangle;"],[0,{v:"&LeftTriangleEqual;",n:8402,o:"&nvltrie;"}],[0,{v:"&RightTriangleEqual;",n:8402,o:"&nvrtrie;"}],[0,"&origof;"],[0,"&imof;"],[0,"&multimap;"],[0,"&hercon;"],[0,"&intcal;"],[0,"&veebar;"],[1,"&barvee;"],[0,"&angrtvb;"],[0,"&lrtri;"],[0,"&bigwedge;"],[0,"&bigvee;"],[0,"&bigcap;"],[0,"&bigcup;"],[0,"&diam;"],[0,"&sdot;"],[0,"&sstarf;"],[0,"&divideontimes;"],[0,"&bowtie;"],[0,"&ltimes;"],[0,"&rtimes;"],[0,"&leftthreetimes;"],[0,"&rightthreetimes;"],[0,"&backsimeq;"],[0,"&curlyvee;"],[0,"&curlywedge;"],[0,"&Sub;"],[0,"&Sup;"],[0,"&Cap;"],[0,"&Cup;"],[0,"&fork;"],[0,"&epar;"],[0,"&lessdot;"],[0,"&gtdot;"],[0,{v:"&Ll;",n:824,o:"&nLl;"}],[0,{v:"&Gg;",n:824,o:"&nGg;"}],[0,{v:"&leg;",n:65024,o:"&lesg;"}],[0,{v:"&gel;",n:65024,o:"&gesl;"}],[2,"&cuepr;"],[0,"&cuesc;"],[0,"&NotPrecedesSlantEqual;"],[0,"&NotSucceedsSlantEqual;"],[0,"&NotSquareSubsetEqual;"],[0,"&NotSquareSupersetEqual;"],[2,"&lnsim;"],[0,"&gnsim;"],[0,"&precnsim;"],[0,"&scnsim;"],[0,"&nltri;"],[0,"&NotRightTriangle;"],[0,"&nltrie;"],[0,"&NotRightTriangleEqual;"],[0,"&vellip;"],[0,"&ctdot;"],[0,"&utdot;"],[0,"&dtdot;"],[0,"&disin;"],[0,"&isinsv;"],[0,"&isins;"],[0,{v:"&isindot;",n:824,o:"&notindot;"}],[0,"&notinvc;"],[0,"&notinvb;"],[1,{v:"&isinE;",n:824,o:"&notinE;"}],[0,"&nisd;"],[0,"&xnis;"],[0,"&nis;"],[0,"&notnivc;"],[0,"&notnivb;"],[6,"&barwed;"],[0,"&Barwed;"],[1,"&lceil;"],[0,"&rceil;"],[0,"&LeftFloor;"],[0,"&rfloor;"],[0,"&drcrop;"],[0,"&dlcrop;"],[0,"&urcrop;"],[0,"&ulcrop;"],[0,"&bnot;"],[1,"&profline;"],[0,"&profsurf;"],[1,"&telrec;"],[0,"&target;"],[5,"&ulcorn;"],[0,"&urcorn;"],[0,"&dlcorn;"],[0,"&drcorn;"],[2,"&frown;"],[0,"&smile;"],[9,"&cylcty;"],[0,"&profalar;"],[7,"&topbot;"],[6,"&ovbar;"],[1,"&solbar;"],[60,"&angzarr;"],[51,"&lmoustache;"],[0,"&rmoustache;"],[2,"&OverBracket;"],[0,"&bbrk;"],[0,"&bbrktbrk;"],[37,"&OverParenthesis;"],[0,"&UnderParenthesis;"],[0,"&OverBrace;"],[0,"&UnderBrace;"],[2,"&trpezium;"],[4,"&elinters;"],[59,"&blank;"],[164,"&circledS;"],[55,"&boxh;"],[1,"&boxv;"],[9,"&boxdr;"],[3,"&boxdl;"],[3,"&boxur;"],[3,"&boxul;"],[3,"&boxvr;"],[7,"&boxvl;"],[7,"&boxhd;"],[7,"&boxhu;"],[7,"&boxvh;"],[19,"&boxH;"],[0,"&boxV;"],[0,"&boxdR;"],[0,"&boxDr;"],[0,"&boxDR;"],[0,"&boxdL;"],[0,"&boxDl;"],[0,"&boxDL;"],[0,"&boxuR;"],[0,"&boxUr;"],[0,"&boxUR;"],[0,"&boxuL;"],[0,"&boxUl;"],[0,"&boxUL;"],[0,"&boxvR;"],[0,"&boxVr;"],[0,"&boxVR;"],[0,"&boxvL;"],[0,"&boxVl;"],[0,"&boxVL;"],[0,"&boxHd;"],[0,"&boxhD;"],[0,"&boxHD;"],[0,"&boxHu;"],[0,"&boxhU;"],[0,"&boxHU;"],[0,"&boxvH;"],[0,"&boxVh;"],[0,"&boxVH;"],[19,"&uhblk;"],[3,"&lhblk;"],[3,"&block;"],[8,"&blk14;"],[0,"&blk12;"],[0,"&blk34;"],[13,"&square;"],[8,"&blacksquare;"],[0,"&EmptyVerySmallSquare;"],[1,"&rect;"],[0,"&marker;"],[2,"&fltns;"],[1,"&bigtriangleup;"],[0,"&blacktriangle;"],[0,"&triangle;"],[2,"&blacktriangleright;"],[0,"&rtri;"],[3,"&bigtriangledown;"],[0,"&blacktriangledown;"],[0,"&dtri;"],[2,"&blacktriangleleft;"],[0,"&ltri;"],[6,"&loz;"],[0,"&cir;"],[32,"&tridot;"],[2,"&bigcirc;"],[8,"&ultri;"],[0,"&urtri;"],[0,"&lltri;"],[0,"&EmptySmallSquare;"],[0,"&FilledSmallSquare;"],[8,"&bigstar;"],[0,"&star;"],[7,"&phone;"],[49,"&female;"],[1,"&male;"],[29,"&spades;"],[2,"&clubs;"],[1,"&hearts;"],[0,"&diamondsuit;"],[3,"&sung;"],[2,"&flat;"],[0,"&natural;"],[0,"&sharp;"],[163,"&check;"],[3,"&cross;"],[8,"&malt;"],[21,"&sext;"],[33,"&VerticalSeparator;"],[25,"&lbbrk;"],[0,"&rbbrk;"],[84,"&bsolhsub;"],[0,"&suphsol;"],[28,"&LeftDoubleBracket;"],[0,"&RightDoubleBracket;"],[0,"&lang;"],[0,"&rang;"],[0,"&Lang;"],[0,"&Rang;"],[0,"&loang;"],[0,"&roang;"],[7,"&longleftarrow;"],[0,"&longrightarrow;"],[0,"&longleftrightarrow;"],[0,"&DoubleLongLeftArrow;"],[0,"&DoubleLongRightArrow;"],[0,"&DoubleLongLeftRightArrow;"],[1,"&longmapsto;"],[2,"&dzigrarr;"],[258,"&nvlArr;"],[0,"&nvrArr;"],[0,"&nvHarr;"],[0,"&Map;"],[6,"&lbarr;"],[0,"&bkarow;"],[0,"&lBarr;"],[0,"&dbkarow;"],[0,"&drbkarow;"],[0,"&DDotrahd;"],[0,"&UpArrowBar;"],[0,"&DownArrowBar;"],[2,"&Rarrtl;"],[2,"&latail;"],[0,"&ratail;"],[0,"&lAtail;"],[0,"&rAtail;"],[0,"&larrfs;"],[0,"&rarrfs;"],[0,"&larrbfs;"],[0,"&rarrbfs;"],[2,"&nwarhk;"],[0,"&nearhk;"],[0,"&hksearow;"],[0,"&hkswarow;"],[0,"&nwnear;"],[0,"&nesear;"],[0,"&seswar;"],[0,"&swnwar;"],[8,{v:"&rarrc;",n:824,o:"&nrarrc;"}],[1,"&cudarrr;"],[0,"&ldca;"],[0,"&rdca;"],[0,"&cudarrl;"],[0,"&larrpl;"],[2,"&curarrm;"],[0,"&cularrp;"],[7,"&rarrpl;"],[2,"&harrcir;"],[0,"&Uarrocir;"],[0,"&lurdshar;"],[0,"&ldrushar;"],[2,"&LeftRightVector;"],[0,"&RightUpDownVector;"],[0,"&DownLeftRightVector;"],[0,"&LeftUpDownVector;"],[0,"&LeftVectorBar;"],[0,"&RightVectorBar;"],[0,"&RightUpVectorBar;"],[0,"&RightDownVectorBar;"],[0,"&DownLeftVectorBar;"],[0,"&DownRightVectorBar;"],[0,"&LeftUpVectorBar;"],[0,"&LeftDownVectorBar;"],[0,"&LeftTeeVector;"],[0,"&RightTeeVector;"],[0,"&RightUpTeeVector;"],[0,"&RightDownTeeVector;"],[0,"&DownLeftTeeVector;"],[0,"&DownRightTeeVector;"],[0,"&LeftUpTeeVector;"],[0,"&LeftDownTeeVector;"],[0,"&lHar;"],[0,"&uHar;"],[0,"&rHar;"],[0,"&dHar;"],[0,"&luruhar;"],[0,"&ldrdhar;"],[0,"&ruluhar;"],[0,"&rdldhar;"],[0,"&lharul;"],[0,"&llhard;"],[0,"&rharul;"],[0,"&lrhard;"],[0,"&udhar;"],[0,"&duhar;"],[0,"&RoundImplies;"],[0,"&erarr;"],[0,"&simrarr;"],[0,"&larrsim;"],[0,"&rarrsim;"],[0,"&rarrap;"],[0,"&ltlarr;"],[1,"&gtrarr;"],[0,"&subrarr;"],[1,"&suplarr;"],[0,"&lfisht;"],[0,"&rfisht;"],[0,"&ufisht;"],[0,"&dfisht;"],[5,"&lopar;"],[0,"&ropar;"],[4,"&lbrke;"],[0,"&rbrke;"],[0,"&lbrkslu;"],[0,"&rbrksld;"],[0,"&lbrksld;"],[0,"&rbrkslu;"],[0,"&langd;"],[0,"&rangd;"],[0,"&lparlt;"],[0,"&rpargt;"],[0,"&gtlPar;"],[0,"&ltrPar;"],[3,"&vzigzag;"],[1,"&vangrt;"],[0,"&angrtvbd;"],[6,"&ange;"],[0,"&range;"],[0,"&dwangle;"],[0,"&uwangle;"],[0,"&angmsdaa;"],[0,"&angmsdab;"],[0,"&angmsdac;"],[0,"&angmsdad;"],[0,"&angmsdae;"],[0,"&angmsdaf;"],[0,"&angmsdag;"],[0,"&angmsdah;"],[0,"&bemptyv;"],[0,"&demptyv;"],[0,"&cemptyv;"],[0,"&raemptyv;"],[0,"&laemptyv;"],[0,"&ohbar;"],[0,"&omid;"],[0,"&opar;"],[1,"&operp;"],[1,"&olcross;"],[0,"&odsold;"],[1,"&olcir;"],[0,"&ofcir;"],[0,"&olt;"],[0,"&ogt;"],[0,"&cirscir;"],[0,"&cirE;"],[0,"&solb;"],[0,"&bsolb;"],[3,"&boxbox;"],[3,"&trisb;"],[0,"&rtriltri;"],[0,{v:"&LeftTriangleBar;",n:824,o:"&NotLeftTriangleBar;"}],[0,{v:"&RightTriangleBar;",n:824,o:"&NotRightTriangleBar;"}],[11,"&iinfin;"],[0,"&infintie;"],[0,"&nvinfin;"],[4,"&eparsl;"],[0,"&smeparsl;"],[0,"&eqvparsl;"],[5,"&blacklozenge;"],[8,"&RuleDelayed;"],[1,"&dsol;"],[9,"&bigodot;"],[0,"&bigoplus;"],[0,"&bigotimes;"],[1,"&biguplus;"],[1,"&bigsqcup;"],[5,"&iiiint;"],[0,"&fpartint;"],[2,"&cirfnint;"],[0,"&awint;"],[0,"&rppolint;"],[0,"&scpolint;"],[0,"&npolint;"],[0,"&pointint;"],[0,"&quatint;"],[0,"&intlarhk;"],[10,"&pluscir;"],[0,"&plusacir;"],[0,"&simplus;"],[0,"&plusdu;"],[0,"&plussim;"],[0,"&plustwo;"],[1,"&mcomma;"],[0,"&minusdu;"],[2,"&loplus;"],[0,"&roplus;"],[0,"&Cross;"],[0,"&timesd;"],[0,"&timesbar;"],[1,"&smashp;"],[0,"&lotimes;"],[0,"&rotimes;"],[0,"&otimesas;"],[0,"&Otimes;"],[0,"&odiv;"],[0,"&triplus;"],[0,"&triminus;"],[0,"&tritime;"],[0,"&intprod;"],[2,"&amalg;"],[0,"&capdot;"],[1,"&ncup;"],[0,"&ncap;"],[0,"&capand;"],[0,"&cupor;"],[0,"&cupcap;"],[0,"&capcup;"],[0,"&cupbrcap;"],[0,"&capbrcup;"],[0,"&cupcup;"],[0,"&capcap;"],[0,"&ccups;"],[0,"&ccaps;"],[2,"&ccupssm;"],[2,"&And;"],[0,"&Or;"],[0,"&andand;"],[0,"&oror;"],[0,"&orslope;"],[0,"&andslope;"],[1,"&andv;"],[0,"&orv;"],[0,"&andd;"],[0,"&ord;"],[1,"&wedbar;"],[6,"&sdote;"],[3,"&simdot;"],[2,{v:"&congdot;",n:824,o:"&ncongdot;"}],[0,"&easter;"],[0,"&apacir;"],[0,{v:"&apE;",n:824,o:"&napE;"}],[0,"&eplus;"],[0,"&pluse;"],[0,"&Esim;"],[0,"&Colone;"],[0,"&Equal;"],[1,"&ddotseq;"],[0,"&equivDD;"],[0,"&ltcir;"],[0,"&gtcir;"],[0,"&ltquest;"],[0,"&gtquest;"],[0,{v:"&leqslant;",n:824,o:"&nleqslant;"}],[0,{v:"&geqslant;",n:824,o:"&ngeqslant;"}],[0,"&lesdot;"],[0,"&gesdot;"],[0,"&lesdoto;"],[0,"&gesdoto;"],[0,"&lesdotor;"],[0,"&gesdotol;"],[0,"&lap;"],[0,"&gap;"],[0,"&lne;"],[0,"&gne;"],[0,"&lnap;"],[0,"&gnap;"],[0,"&lEg;"],[0,"&gEl;"],[0,"&lsime;"],[0,"&gsime;"],[0,"&lsimg;"],[0,"&gsiml;"],[0,"&lgE;"],[0,"&glE;"],[0,"&lesges;"],[0,"&gesles;"],[0,"&els;"],[0,"&egs;"],[0,"&elsdot;"],[0,"&egsdot;"],[0,"&el;"],[0,"&eg;"],[2,"&siml;"],[0,"&simg;"],[0,"&simlE;"],[0,"&simgE;"],[0,{v:"&LessLess;",n:824,o:"&NotNestedLessLess;"}],[0,{v:"&GreaterGreater;",n:824,o:"&NotNestedGreaterGreater;"}],[1,"&glj;"],[0,"&gla;"],[0,"&ltcc;"],[0,"&gtcc;"],[0,"&lescc;"],[0,"&gescc;"],[0,"&smt;"],[0,"&lat;"],[0,{v:"&smte;",n:65024,o:"&smtes;"}],[0,{v:"&late;",n:65024,o:"&lates;"}],[0,"&bumpE;"],[0,{v:"&PrecedesEqual;",n:824,o:"&NotPrecedesEqual;"}],[0,{v:"&sce;",n:824,o:"&NotSucceedsEqual;"}],[2,"&prE;"],[0,"&scE;"],[0,"&precneqq;"],[0,"&scnE;"],[0,"&prap;"],[0,"&scap;"],[0,"&precnapprox;"],[0,"&scnap;"],[0,"&Pr;"],[0,"&Sc;"],[0,"&subdot;"],[0,"&supdot;"],[0,"&subplus;"],[0,"&supplus;"],[0,"&submult;"],[0,"&supmult;"],[0,"&subedot;"],[0,"&supedot;"],[0,{v:"&subE;",n:824,o:"&nsubE;"}],[0,{v:"&supE;",n:824,o:"&nsupE;"}],[0,"&subsim;"],[0,"&supsim;"],[2,{v:"&subnE;",n:65024,o:"&varsubsetneqq;"}],[0,{v:"&supnE;",n:65024,o:"&varsupsetneqq;"}],[2,"&csub;"],[0,"&csup;"],[0,"&csube;"],[0,"&csupe;"],[0,"&subsup;"],[0,"&supsub;"],[0,"&subsub;"],[0,"&supsup;"],[0,"&suphsub;"],[0,"&supdsub;"],[0,"&forkv;"],[0,"&topfork;"],[0,"&mlcp;"],[8,"&Dashv;"],[1,"&Vdashl;"],[0,"&Barv;"],[0,"&vBar;"],[0,"&vBarv;"],[1,"&Vbar;"],[0,"&Not;"],[0,"&bNot;"],[0,"&rnmid;"],[0,"&cirmid;"],[0,"&midcir;"],[0,"&topcir;"],[0,"&nhpar;"],[0,"&parsim;"],[9,{v:"&parsl;",n:8421,o:"&nparsl;"}],[44343,{n:new Map(RG([[56476,"&Ascr;"],[1,"&Cscr;"],[0,"&Dscr;"],[2,"&Gscr;"],[2,"&Jscr;"],[0,"&Kscr;"],[2,"&Nscr;"],[0,"&Oscr;"],[0,"&Pscr;"],[0,"&Qscr;"],[1,"&Sscr;"],[0,"&Tscr;"],[0,"&Uscr;"],[0,"&Vscr;"],[0,"&Wscr;"],[0,"&Xscr;"],[0,"&Yscr;"],[0,"&Zscr;"],[0,"&ascr;"],[0,"&bscr;"],[0,"&cscr;"],[0,"&dscr;"],[1,"&fscr;"],[1,"&hscr;"],[0,"&iscr;"],[0,"&jscr;"],[0,"&kscr;"],[0,"&lscr;"],[0,"&mscr;"],[0,"&nscr;"],[1,"&pscr;"],[0,"&qscr;"],[0,"&rscr;"],[0,"&sscr;"],[0,"&tscr;"],[0,"&uscr;"],[0,"&vscr;"],[0,"&wscr;"],[0,"&xscr;"],[0,"&yscr;"],[0,"&zscr;"],[52,"&Afr;"],[0,"&Bfr;"],[1,"&Dfr;"],[0,"&Efr;"],[0,"&Ffr;"],[0,"&Gfr;"],[2,"&Jfr;"],[0,"&Kfr;"],[0,"&Lfr;"],[0,"&Mfr;"],[0,"&Nfr;"],[0,"&Ofr;"],[0,"&Pfr;"],[0,"&Qfr;"],[1,"&Sfr;"],[0,"&Tfr;"],[0,"&Ufr;"],[0,"&Vfr;"],[0,"&Wfr;"],[0,"&Xfr;"],[0,"&Yfr;"],[1,"&afr;"],[0,"&bfr;"],[0,"&cfr;"],[0,"&dfr;"],[0,"&efr;"],[0,"&ffr;"],[0,"&gfr;"],[0,"&hfr;"],[0,"&ifr;"],[0,"&jfr;"],[0,"&kfr;"],[0,"&lfr;"],[0,"&mfr;"],[0,"&nfr;"],[0,"&ofr;"],[0,"&pfr;"],[0,"&qfr;"],[0,"&rfr;"],[0,"&sfr;"],[0,"&tfr;"],[0,"&ufr;"],[0,"&vfr;"],[0,"&wfr;"],[0,"&xfr;"],[0,"&yfr;"],[0,"&zfr;"],[0,"&Aopf;"],[0,"&Bopf;"],[1,"&Dopf;"],[0,"&Eopf;"],[0,"&Fopf;"],[0,"&Gopf;"],[1,"&Iopf;"],[0,"&Jopf;"],[0,"&Kopf;"],[0,"&Lopf;"],[0,"&Mopf;"],[1,"&Oopf;"],[3,"&Sopf;"],[0,"&Topf;"],[0,"&Uopf;"],[0,"&Vopf;"],[0,"&Wopf;"],[0,"&Xopf;"],[0,"&Yopf;"],[1,"&aopf;"],[0,"&bopf;"],[0,"&copf;"],[0,"&dopf;"],[0,"&eopf;"],[0,"&fopf;"],[0,"&gopf;"],[0,"&hopf;"],[0,"&iopf;"],[0,"&jopf;"],[0,"&kopf;"],[0,"&lopf;"],[0,"&mopf;"],[0,"&nopf;"],[0,"&oopf;"],[0,"&popf;"],[0,"&qopf;"],[0,"&ropf;"],[0,"&sopf;"],[0,"&topf;"],[0,"&uopf;"],[0,"&vopf;"],[0,"&wopf;"],[0,"&xopf;"],[0,"&yopf;"],[0,"&zopf;"]]))}],[8906,"&fflig;"],[0,"&filig;"],[0,"&fllig;"],[0,"&ffilig;"],[0,"&ffllig;"]]))});var OG=A((y1)=>{Object.defineProperty(y1,"__esModule",{value:!0});y1.escapeText=y1.escapeAttribute=y1.escapeUTF8=y1.escape=y1.encodeXML=y1.getCodePoint=y1.xmlReplacer=void 0;y1.xmlReplacer=/["&'<>$\x80-\uFFFF]/g;var O$=new Map([[34,"&quot;"],[38,"&amp;"],[39,"&apos;"],[60,"&lt;"],[62,"&gt;"]]);y1.getCodePoint=String.prototype.codePointAt!=null?function(Z,G){return Z.codePointAt(G)}:function(Z,G){return(Z.charCodeAt(G)&64512)===55296?(Z.charCodeAt(G)-55296)*1024+Z.charCodeAt(G+1)-56320+65536:Z.charCodeAt(G)};function D$(Z){var G="",J=0,X;while((X=y1.xmlReplacer.exec(Z))!==null){var Y=X.index,x=Z.charCodeAt(Y),z=O$.get(x);if(z!==void 0)G+=Z.substring(J,Y)+z,J=Y+1;else G+="".concat(Z.substring(J,Y),"&#x").concat((0,y1.getCodePoint)(Z,Y).toString(16),";"),J=y1.xmlReplacer.lastIndex+=Number((x&64512)===55296)}return G+Z.substr(J)}y1.encodeXML=D$;y1.escape=D$;function jY(Z,G){return function(X){var Y,x=0,z="";while(Y=Z.exec(X)){if(x!==Y.index)z+=X.substring(x,Y.index);z+=G.get(Y[0].charCodeAt(0)),x=Y.index+1}return z+X.substring(x)}}y1.escapeUTF8=jY(/[&<>'"]/g,O$);y1.escapeAttribute=jY(/["&\u00A0]/g,new Map([[34,"&quot;"],[38,"&amp;"],[160,"&nbsp;"]]));y1.escapeText=jY(/[&<>\u00A0]/g,new Map([[38,"&amp;"],[60,"&lt;"],[62,"&gt;"],[160,"&nbsp;"]]))});var EY=A((L8)=>{var oj=L8&&L8.__importDefault||function(Z){return Z&&Z.__esModule?Z:{default:Z}};Object.defineProperty(L8,"__esModule",{value:!0});L8.encodeNonAsciiHTML=L8.encodeHTML=void 0;var tj=oj(R$()),I$=OG(),ej=/[\t\n!-,./:-@[-`\f{-}$\x80-\uFFFF]/g;function ZE(Z){return T$(ej,Z)}L8.encodeHTML=ZE;function GE(Z){return T$(I$.xmlReplacer,Z)}L8.encodeNonAsciiHTML=GE;function T$(Z,G){var J="",X=0,Y;while((Y=Z.exec(G))!==null){var x=Y.index;J+=G.substring(X,x);var z=G.charCodeAt(x),Q=tj.default.get(z);if(typeof Q==="object"){if(x+1<G.length){var K=G.charCodeAt(x+1),W=typeof Q.n==="number"?Q.n===K?Q.o:void 0:Q.n.get(K);if(W!==void 0){J+=W,X=Z.lastIndex+=1;continue}}Q=Q.v}if(Q!==void 0)J+=Q,X=x+1;else{var H=(0,I$.getCodePoint)(G,x);J+="&#x".concat(H.toString(16),";"),X=Z.lastIndex+=Number(H!==z)}}return J+G.substr(X)}});var v$=A((u)=>{Object.defineProperty(u,"__esModule",{value:!0});u.decodeXMLStrict=u.decodeHTML5Strict=u.decodeHTML4Strict=u.decodeHTML5=u.decodeHTML4=u.decodeHTMLAttribute=u.decodeHTMLStrict=u.decodeHTML=u.decodeXML=u.DecodingMode=u.EntityDecoder=u.encodeHTML5=u.encodeHTML4=u.encodeNonAsciiHTML=u.encodeHTML=u.escapeText=u.escapeAttribute=u.escapeUTF8=u.escape=u.encodeXML=u.encode=u.decodeStrict=u.decode=u.EncodingMode=u.EntityLevel=void 0;var SY=mY(),P$=EY(),DG=OG(),a6;(function(Z){Z[Z.XML=0]="XML",Z[Z.HTML=1]="HTML"})(a6=u.EntityLevel||(u.EntityLevel={}));var Y4;(function(Z){Z[Z.UTF8=0]="UTF8",Z[Z.ASCII=1]="ASCII",Z[Z.Extensive=2]="Extensive",Z[Z.Attribute=3]="Attribute",Z[Z.Text=4]="Text"})(Y4=u.EncodingMode||(u.EncodingMode={}));function m$(Z,G){if(G===void 0)G=a6.XML;var J=typeof G==="number"?G:G.level;if(J===a6.HTML){var X=typeof G==="object"?G.mode:void 0;return(0,SY.decodeHTML)(Z,X)}return(0,SY.decodeXML)(Z)}u.decode=m$;function JE(Z,G){var J;if(G===void 0)G=a6.XML;var X=typeof G==="number"?{level:G}:G;return(J=X.mode)!==null&&J!==void 0||(X.mode=SY.DecodingMode.Strict),m$(Z,X)}u.decodeStrict=JE;function XE(Z,G){if(G===void 0)G=a6.XML;var J=typeof G==="number"?{level:G}:G;if(J.mode===Y4.UTF8)return(0,DG.escapeUTF8)(Z);if(J.mode===Y4.Attribute)return(0,DG.escapeAttribute)(Z);if(J.mode===Y4.Text)return(0,DG.escapeText)(Z);if(J.level===a6.HTML){if(J.mode===Y4.ASCII)return(0,P$.encodeNonAsciiHTML)(Z);return(0,P$.encodeHTML)(Z)}return(0,DG.encodeXML)(Z)}u.encode=XE;var x4=OG();Object.defineProperty(u,"encodeXML",{enumerable:!0,get:function(){return x4.encodeXML}});Object.defineProperty(u,"escape",{enumerable:!0,get:function(){return x4.escape}});Object.defineProperty(u,"escapeUTF8",{enumerable:!0,get:function(){return x4.escapeUTF8}});Object.defineProperty(u,"escapeAttribute",{enumerable:!0,get:function(){return x4.escapeAttribute}});Object.defineProperty(u,"escapeText",{enumerable:!0,get:function(){return x4.escapeText}});var IG=EY();Object.defineProperty(u,"encodeHTML",{enumerable:!0,get:function(){return IG.encodeHTML}});Object.defineProperty(u,"encodeNonAsciiHTML",{enumerable:!0,get:function(){return IG.encodeNonAsciiHTML}});Object.defineProperty(u,"encodeHTML4",{enumerable:!0,get:function(){return IG.encodeHTML}});Object.defineProperty(u,"encodeHTML5",{enumerable:!0,get:function(){return IG.encodeHTML}});var K5=mY();Object.defineProperty(u,"EntityDecoder",{enumerable:!0,get:function(){return K5.EntityDecoder}});Object.defineProperty(u,"DecodingMode",{enumerable:!0,get:function(){return K5.DecodingMode}});Object.defineProperty(u,"decodeXML",{enumerable:!0,get:function(){return K5.decodeXML}});Object.defineProperty(u,"decodeHTML",{enumerable:!0,get:function(){return K5.decodeHTML}});Object.defineProperty(u,"decodeHTMLStrict",{enumerable:!0,get:function(){return K5.decodeHTMLStrict}});Object.defineProperty(u,"decodeHTMLAttribute",{enumerable:!0,get:function(){return K5.decodeHTMLAttribute}});Object.defineProperty(u,"decodeHTML4",{enumerable:!0,get:function(){return K5.decodeHTML}});Object.defineProperty(u,"decodeHTML5",{enumerable:!0,get:function(){return K5.decodeHTML}});Object.defineProperty(u,"decodeHTML4Strict",{enumerable:!0,get:function(){return K5.decodeHTMLStrict}});Object.defineProperty(u,"decodeHTML5Strict",{enumerable:!0,get:function(){return K5.decodeHTMLStrict}});Object.defineProperty(u,"decodeXMLStrict",{enumerable:!0,get:function(){return K5.decodeXML}})});var j$=A((n6)=>{Object.defineProperty(n6,"__esModule",{value:!0});n6.attributeNames=n6.elementNames=void 0;n6.elementNames=new Map(["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map(function(Z){return[Z.toLowerCase(),Z]}));n6.attributeNames=new Map(["definitionURL","attributeName","attributeType","baseFrequency","baseProfile","calcMode","clipPathUnits","diffuseConstant","edgeMode","filterUnits","glyphRef","gradientTransform","gradientUnits","kernelMatrix","kernelUnitLength","keyPoints","keySplines","keyTimes","lengthAdjust","limitingConeAngle","markerHeight","markerUnits","markerWidth","maskContentUnits","maskUnits","numOctaves","pathLength","patternContentUnits","patternTransform","patternUnits","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","refX","refY","repeatCount","repeatDur","requiredExtensions","requiredFeatures","specularConstant","specularExponent","spreadMethod","startOffset","stdDeviation","stitchTiles","surfaceScale","systemLanguage","tableValues","targetX","targetY","textLength","viewBox","viewTarget","xChannelSelector","yChannelSelector","zoomAndPan"].map(function(Z){return[Z.toLowerCase(),Z]}))});var p$=A((p0)=>{var d6=p0&&p0.__assign||function(){return d6=Object.assign||function(Z){for(var G,J=1,X=arguments.length;J<X;J++){G=arguments[J];for(var Y in G)if(Object.prototype.hasOwnProperty.call(G,Y))Z[Y]=G[Y]}return Z},d6.apply(this,arguments)},YE=p0&&p0.__createBinding||(Object.create?function(Z,G,J,X){if(X===void 0)X=J;var Y=Object.getOwnPropertyDescriptor(G,J);if(!Y||("get"in Y?!G.__esModule:Y.writable||Y.configurable))Y={enumerable:!0,get:function(){return G[J]}};Object.defineProperty(Z,X,Y)}:function(Z,G,J,X){if(X===void 0)X=J;Z[X]=G[J]}),xE=p0&&p0.__setModuleDefault||(Object.create?function(Z,G){Object.defineProperty(Z,"default",{enumerable:!0,value:G})}:function(Z,G){Z.default=G}),zE=p0&&p0.__importStar||function(Z){if(Z&&Z.__esModule)return Z;var G={};if(Z!=null){for(var J in Z)if(J!=="default"&&Object.prototype.hasOwnProperty.call(Z,J))YE(G,Z,J)}return xE(G,Z),G};Object.defineProperty(p0,"__esModule",{value:!0});p0.render=void 0;var c5=zE(f6()),TG=v$(),S$=j$(),QE=new Set(["style","script","xmp","iframe","noembed","noframes","plaintext","noscript"]);function KE(Z){return Z.replace(/"/g,"&quot;")}function HE(Z,G){var J;if(!Z)return;var X=((J=G.encodeEntities)!==null&&J!==void 0?J:G.decodeEntities)===!1?KE:G.xmlMode||G.encodeEntities!=="utf8"?TG.encodeXML:TG.escapeAttribute;return Object.keys(Z).map(function(Y){var x,z,Q=(x=Z[Y])!==null&&x!==void 0?x:"";if(G.xmlMode==="foreign")Y=(z=S$.attributeNames.get(Y))!==null&&z!==void 0?z:Y;if(!G.emptyAttrs&&!G.xmlMode&&Q==="")return Y;return"".concat(Y,'="').concat(X(Q),'"')}).join(" ")}var E$=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]);function PG(Z,G){if(G===void 0)G={};var J="length"in Z?Z:[Z],X="";for(var Y=0;Y<J.length;Y++)X+=WE(J[Y],G);return X}p0.render=PG;p0.default=PG;function WE(Z,G){switch(Z.type){case c5.Root:return PG(Z.children,G);case c5.Doctype:case c5.Directive:return LE(Z);case c5.Comment:return qE(Z);case c5.CDATA:return VE(Z);case c5.Script:case c5.Style:case c5.Tag:return $E(Z,G);case c5.Text:return BE(Z,G)}}var UE=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignObject","desc","title"]),NE=new Set(["svg","math"]);function $E(Z,G){var J;if(G.xmlMode==="foreign"){if(Z.name=(J=S$.elementNames.get(Z.name))!==null&&J!==void 0?J:Z.name,Z.parent&&UE.has(Z.parent.name))G=d6(d6({},G),{xmlMode:!1})}if(!G.xmlMode&&NE.has(Z.name))G=d6(d6({},G),{xmlMode:"foreign"});var X="<".concat(Z.name),Y=HE(Z.attribs,G);if(Y)X+=" ".concat(Y);if(Z.children.length===0&&(G.xmlMode?G.selfClosingTags!==!1:G.selfClosingTags&&E$.has(Z.name))){if(!G.xmlMode)X+=" ";X+="/>"}else{if(X+=">",Z.children.length>0)X+=PG(Z.children,G);if(G.xmlMode||!E$.has(Z.name))X+="</".concat(Z.name,">")}return X}function LE(Z){return"<".concat(Z.data,">")}function BE(Z,G){var J,X=Z.data||"";if(((J=G.encodeEntities)!==null&&J!==void 0?J:G.decodeEntities)!==!1&&!(!G.xmlMode&&Z.parent&&QE.has(Z.parent.name)))X=G.xmlMode||G.encodeEntities!=="utf8"?(0,TG.encodeXML)(X):(0,TG.escapeText)(X);return X}function VE(Z){return"<![CDATA[".concat(Z.children[0].data,"]]>")}function qE(Z){return"<!--".concat(Z.data,"-->")}});var iY=A((l5)=>{var FE=l5&&l5.__importDefault||function(Z){return Z&&Z.__esModule?Z:{default:Z}};Object.defineProperty(l5,"__esModule",{value:!0});l5.getOuterHTML=_$;l5.getInnerHTML=ME;l5.getText=mG;l5.textContent=pY;l5.innerText=_Y;var I5=z5(),wE=FE(p$()),AE=f6();function _$(Z,G){return(0,wE.default)(Z,G)}function ME(Z,G){return(0,I5.hasChildren)(Z)?Z.children.map(function(J){return _$(J,G)}).join(""):""}function mG(Z){if(Array.isArray(Z))return Z.map(mG).join("");if((0,I5.isTag)(Z))return Z.name==="br"?`
27
+ `:mG(Z.children);if((0,I5.isCDATA)(Z))return mG(Z.children);if((0,I5.isText)(Z))return Z.data;return""}function pY(Z){if(Array.isArray(Z))return Z.map(pY).join("");if((0,I5.hasChildren)(Z)&&!(0,I5.isComment)(Z))return pY(Z.children);if((0,I5.isText)(Z))return Z.data;return""}function _Y(Z){if(Array.isArray(Z))return Z.map(_Y).join("");if((0,I5.hasChildren)(Z)&&(Z.type===AE.ElementType.Tag||(0,I5.isCDATA)(Z)))return _Y(Z.children);if((0,I5.isText)(Z))return Z.data;return""}});var b$=A((T5)=>{Object.defineProperty(T5,"__esModule",{value:!0});T5.getChildren=i$;T5.getParent=C$;T5.getSiblings=RE;T5.getAttributeValue=OE;T5.hasAttrib=DE;T5.getName=IE;T5.nextElementSibling=TE;T5.prevElementSibling=PE;var CY=z5();function i$(Z){return(0,CY.hasChildren)(Z)?Z.children:[]}function C$(Z){return Z.parent||null}function RE(Z){var G,J,X=C$(Z);if(X!=null)return i$(X);var Y=[Z],x=Z.prev,z=Z.next;while(x!=null)Y.unshift(x),G=x,x=G.prev;while(z!=null)Y.push(z),J=z,z=J.next;return Y}function OE(Z,G){var J;return(J=Z.attribs)===null||J===void 0?void 0:J[G]}function DE(Z,G){return Z.attribs!=null&&Object.prototype.hasOwnProperty.call(Z.attribs,G)&&Z.attribs[G]!=null}function IE(Z){return Z.name}function TE(Z){var G,J=Z.next;while(J!==null&&!(0,CY.isTag)(J))G=J,J=G.next;return J}function PE(Z){var G,J=Z.prev;while(J!==null&&!(0,CY.isTag)(J))G=J,J=G.prev;return J}});var g$=A((B8)=>{Object.defineProperty(B8,"__esModule",{value:!0});B8.removeElement=z4;B8.replaceElement=mE;B8.appendChild=vE;B8.append=jE;B8.prependChild=EE;B8.prepend=SE;function z4(Z){if(Z.prev)Z.prev.next=Z.next;if(Z.next)Z.next.prev=Z.prev;if(Z.parent){var G=Z.parent.children,J=G.lastIndexOf(Z);if(J>=0)G.splice(J,1)}Z.next=null,Z.prev=null,Z.parent=null}function mE(Z,G){var J=G.prev=Z.prev;if(J)J.next=G;var X=G.next=Z.next;if(X)X.prev=G;var Y=G.parent=Z.parent;if(Y){var x=Y.children;x[x.lastIndexOf(Z)]=G,Z.parent=null}}function vE(Z,G){if(z4(G),G.next=null,G.parent=Z,Z.children.push(G)>1){var J=Z.children[Z.children.length-2];J.next=G,G.prev=J}else G.prev=null}function jE(Z,G){z4(G);var{parent:J,next:X}=Z;if(G.next=X,G.prev=Z,Z.next=G,G.parent=J,X){if(X.prev=G,J){var Y=J.children;Y.splice(Y.lastIndexOf(X),0,G)}}else if(J)J.children.push(G)}function EE(Z,G){if(z4(G),G.parent=Z,G.prev=null,Z.children.unshift(G)!==1){var J=Z.children[1];J.prev=G,G.next=J}else G.next=null}function SE(Z,G){z4(G);var J=Z.parent;if(J){var X=J.children;X.splice(X.indexOf(Z),0,G)}if(Z.prev)Z.prev.next=G;G.parent=J,G.prev=Z.prev,G.next=Z,Z.prev=G}});var bY=A((V8)=>{Object.defineProperty(V8,"__esModule",{value:!0});V8.filter=pE;V8.find=h$;V8.findOneChild=_E;V8.findOne=y$;V8.existsOne=u$;V8.findAll=iE;var s8=z5();function pE(Z,G,J,X){if(J===void 0)J=!0;if(X===void 0)X=1/0;return h$(Z,Array.isArray(G)?G:[G],J,X)}function h$(Z,G,J,X){var Y=[],x=[Array.isArray(G)?G:[G]],z=[0];for(;;){if(z[0]>=x[0].length){if(z.length===1)return Y;x.shift(),z.shift();continue}var Q=x[0][z[0]++];if(Z(Q)){if(Y.push(Q),--X<=0)return Y}if(J&&(0,s8.hasChildren)(Q)&&Q.children.length>0)z.unshift(0),x.unshift(Q.children)}}function _E(Z,G){return G.find(Z)}function y$(Z,G,J){if(J===void 0)J=!0;var X=Array.isArray(G)?G:[G];for(var Y=0;Y<X.length;Y++){var x=X[Y];if((0,s8.isTag)(x)&&Z(x))return x;if(J&&(0,s8.hasChildren)(x)&&x.children.length>0){var z=y$(Z,x.children,!0);if(z)return z}}return null}function u$(Z,G){return(Array.isArray(G)?G:[G]).some(function(J){return(0,s8.isTag)(J)&&Z(J)||(0,s8.hasChildren)(J)&&u$(Z,J.children)})}function iE(Z,G){var J=[],X=[Array.isArray(G)?G:[G]],Y=[0];for(;;){if(Y[0]>=X[0].length){if(X.length===1)return J;X.shift(),Y.shift();continue}var x=X[0][Y[0]++];if((0,s8.isTag)(x)&&Z(x))J.push(x);if((0,s8.hasChildren)(x)&&x.children.length>0)Y.unshift(0),X.unshift(x.children)}}});var hY=A((q8)=>{Object.defineProperty(q8,"__esModule",{value:!0});q8.testElement=bE;q8.getElements=gE;q8.getElementById=hE;q8.getElementsByTagName=yE;q8.getElementsByClassName=uE;q8.getElementsByTagType=kE;var r8=z5(),Q4=bY(),vG={tag_name:function(Z){if(typeof Z==="function")return function(G){return(0,r8.isTag)(G)&&Z(G.name)};else if(Z==="*")return r8.isTag;return function(G){return(0,r8.isTag)(G)&&G.name===Z}},tag_type:function(Z){if(typeof Z==="function")return function(G){return Z(G.type)};return function(G){return G.type===Z}},tag_contains:function(Z){if(typeof Z==="function")return function(G){return(0,r8.isText)(G)&&Z(G.data)};return function(G){return(0,r8.isText)(G)&&G.data===Z}}};function gY(Z,G){if(typeof G==="function")return function(J){return(0,r8.isTag)(J)&&G(J.attribs[Z])};return function(J){return(0,r8.isTag)(J)&&J.attribs[Z]===G}}function CE(Z,G){return function(J){return Z(J)||G(J)}}function k$(Z){var G=Object.keys(Z).map(function(J){var X=Z[J];return Object.prototype.hasOwnProperty.call(vG,J)?vG[J](X):gY(J,X)});return G.length===0?null:G.reduce(CE)}function bE(Z,G){var J=k$(Z);return J?J(G):!0}function gE(Z,G,J,X){if(X===void 0)X=1/0;var Y=k$(Z);return Y?(0,Q4.filter)(Y,G,J,X):[]}function hE(Z,G,J){if(J===void 0)J=!0;if(!Array.isArray(G))G=[G];return(0,Q4.findOne)(gY("id",Z),G,J)}function yE(Z,G,J,X){if(J===void 0)J=!0;if(X===void 0)X=1/0;return(0,Q4.filter)(vG.tag_name(Z),G,J,X)}function uE(Z,G,J,X){if(J===void 0)J=!0;if(X===void 0)X=1/0;return(0,Q4.filter)(gY("class",Z),G,J,X)}function kE(Z,G,J,X){if(J===void 0)J=!0;if(X===void 0)X=1/0;return(0,Q4.filter)(vG.tag_type(Z),G,J,X)}});var l$=A((o8)=>{Object.defineProperty(o8,"__esModule",{value:!0});o8.DocumentPosition=void 0;o8.removeSubsets=fE;o8.compareDocumentPosition=c$;o8.uniqueSort=cE;var f$=z5();function fE(Z){var G=Z.length;while(--G>=0){var J=Z[G];if(G>0&&Z.lastIndexOf(J,G-1)>=0){Z.splice(G,1);continue}for(var X=J.parent;X;X=X.parent)if(Z.includes(X)){Z.splice(G,1);break}}return Z}var H5;(function(Z){Z[Z.DISCONNECTED=1]="DISCONNECTED",Z[Z.PRECEDING=2]="PRECEDING",Z[Z.FOLLOWING=4]="FOLLOWING",Z[Z.CONTAINS=8]="CONTAINS",Z[Z.CONTAINED_BY=16]="CONTAINED_BY"})(H5||(o8.DocumentPosition=H5={}));function c$(Z,G){var J=[],X=[];if(Z===G)return 0;var Y=(0,f$.hasChildren)(Z)?Z:Z.parent;while(Y)J.unshift(Y),Y=Y.parent;Y=(0,f$.hasChildren)(G)?G:G.parent;while(Y)X.unshift(Y),Y=Y.parent;var x=Math.min(J.length,X.length),z=0;while(z<x&&J[z]===X[z])z++;if(z===0)return H5.DISCONNECTED;var Q=J[z-1],K=Q.children,W=J[z],H=X[z];if(K.indexOf(W)>K.indexOf(H)){if(Q===G)return H5.FOLLOWING|H5.CONTAINED_BY;return H5.FOLLOWING}if(Q===Z)return H5.PRECEDING|H5.CONTAINS;return H5.PRECEDING}function cE(Z){return Z=Z.filter(function(G,J,X){return!X.includes(G,J+1)}),Z.sort(function(G,J){var X=c$(G,J);if(X&H5.PRECEDING)return-1;else if(X&H5.FOLLOWING)return 1;return 0}),Z}});var n$=A((yY)=>{Object.defineProperty(yY,"__esModule",{value:!0});yY.getFeed=aE;var lE=iY(),K4=hY();function aE(Z){var G=jG(oE,Z);return!G?null:G.name==="feed"?nE(G):dE(G)}function nE(Z){var G,J=Z.children,X={type:"atom",items:(0,K4.getElementsByTagName)("entry",J).map(function(z){var Q,K=z.children,W={media:a$(K)};A0(W,"id","id",K),A0(W,"title","title",K);var H=(Q=jG("link",K))===null||Q===void 0?void 0:Q.attribs.href;if(H)W.link=H;var U=F8("summary",K)||F8("content",K);if(U)W.description=U;var N=F8("updated",K);if(N)W.pubDate=new Date(N);return W})};A0(X,"id","id",J),A0(X,"title","title",J);var Y=(G=jG("link",J))===null||G===void 0?void 0:G.attribs.href;if(Y)X.link=Y;A0(X,"description","subtitle",J);var x=F8("updated",J);if(x)X.updated=new Date(x);return A0(X,"author","email",J,!0),X}function dE(Z){var G,J,X=(J=(G=jG("channel",Z.children))===null||G===void 0?void 0:G.children)!==null&&J!==void 0?J:[],Y={type:Z.name.substr(0,3),id:"",items:(0,K4.getElementsByTagName)("item",Z.children).map(function(z){var Q=z.children,K={media:a$(Q)};A0(K,"id","guid",Q),A0(K,"title","title",Q),A0(K,"link","link",Q),A0(K,"description","description",Q);var W=F8("pubDate",Q)||F8("dc:date",Q);if(W)K.pubDate=new Date(W);return K})};A0(Y,"title","title",X),A0(Y,"link","link",X),A0(Y,"description","description",X);var x=F8("lastBuildDate",X);if(x)Y.updated=new Date(x);return A0(Y,"author","managingEditor",X,!0),Y}var sE=["url","type","lang"],rE=["fileSize","bitrate","framerate","samplingrate","channels","duration","height","width"];function a$(Z){return(0,K4.getElementsByTagName)("media:content",Z).map(function(G){var J=G.attribs,X={medium:J.medium,isDefault:!!J.isDefault};for(var Y=0,x=sE;Y<x.length;Y++){var z=x[Y];if(J[z])X[z]=J[z]}for(var Q=0,K=rE;Q<K.length;Q++){var z=K[Q];if(J[z])X[z]=parseInt(J[z],10)}if(J.expression)X.expression=J.expression;return X})}function jG(Z,G){return(0,K4.getElementsByTagName)(Z,G,!0,1)[0]}function F8(Z,G,J){if(J===void 0)J=!1;return(0,lE.textContent)((0,K4.getElementsByTagName)(Z,G,J,1)).trim()}function A0(Z,G,J,X,Y){if(Y===void 0)Y=!1;var x=F8(J,X,Y);if(x)Z[G]=x}function oE(Z){return Z==="rss"||Z==="feed"||Z==="rdf:RDF"}});var EG=A((O1)=>{var tE=O1&&O1.__createBinding||(Object.create?function(Z,G,J,X){if(X===void 0)X=J;var Y=Object.getOwnPropertyDescriptor(G,J);if(!Y||("get"in Y?!G.__esModule:Y.writable||Y.configurable))Y={enumerable:!0,get:function(){return G[J]}};Object.defineProperty(Z,X,Y)}:function(Z,G,J,X){if(X===void 0)X=J;Z[X]=G[J]}),t8=O1&&O1.__exportStar||function(Z,G){for(var J in Z)if(J!=="default"&&!Object.prototype.hasOwnProperty.call(G,J))tE(G,Z,J)};Object.defineProperty(O1,"__esModule",{value:!0});O1.hasChildren=O1.isDocument=O1.isComment=O1.isText=O1.isCDATA=O1.isTag=void 0;t8(iY(),O1);t8(b$(),O1);t8(g$(),O1);t8(bY(),O1);t8(hY(),O1);t8(l$(),O1);t8(n$(),O1);var s6=z5();Object.defineProperty(O1,"isTag",{enumerable:!0,get:function(){return s6.isTag}});Object.defineProperty(O1,"isCDATA",{enumerable:!0,get:function(){return s6.isCDATA}});Object.defineProperty(O1,"isText",{enumerable:!0,get:function(){return s6.isText}});Object.defineProperty(O1,"isComment",{enumerable:!0,get:function(){return s6.isComment}});Object.defineProperty(O1,"isDocument",{enumerable:!0,get:function(){return s6.isDocument}});Object.defineProperty(O1,"hasChildren",{enumerable:!0,get:function(){return s6.hasChildren}})});var e$=A((W1)=>{var eE=W1&&W1.__createBinding||(Object.create?function(Z,G,J,X){if(X===void 0)X=J;var Y=Object.getOwnPropertyDescriptor(G,J);if(!Y||("get"in Y?!G.__esModule:Y.writable||Y.configurable))Y={enumerable:!0,get:function(){return G[J]}};Object.defineProperty(Z,X,Y)}:function(Z,G,J,X){if(X===void 0)X=J;Z[X]=G[J]}),ZS=W1&&W1.__setModuleDefault||(Object.create?function(Z,G){Object.defineProperty(Z,"default",{enumerable:!0,value:G})}:function(Z,G){Z.default=G}),d$=W1&&W1.__importStar||function(){var Z=function(G){return Z=Object.getOwnPropertyNames||function(J){var X=[];for(var Y in J)if(Object.prototype.hasOwnProperty.call(J,Y))X[X.length]=Y;return X},Z(G)};return function(G){if(G&&G.__esModule)return G;var J={};if(G!=null){for(var X=Z(G),Y=0;Y<X.length;Y++)if(X[Y]!=="default")eE(J,G,X[Y])}return ZS(J,G),J}}(),GS=W1&&W1.__importDefault||function(Z){return Z&&Z.__esModule?Z:{default:Z}};Object.defineProperty(W1,"__esModule",{value:!0});W1.DomUtils=W1.getFeed=W1.ElementType=W1.QuoteType=W1.Tokenizer=W1.DefaultHandler=W1.DomHandler=W1.Parser=void 0;W1.parseDocument=r$;W1.parseDOM=o$;W1.createDocumentStream=XS;W1.createDomStream=YS;W1.parseFeed=KS;var uY=AY(),JS=AY();Object.defineProperty(W1,"Parser",{enumerable:!0,get:function(){return JS.Parser}});var kY=z5(),s$=z5();Object.defineProperty(W1,"DomHandler",{enumerable:!0,get:function(){return s$.DomHandler}});Object.defineProperty(W1,"DefaultHandler",{enumerable:!0,get:function(){return s$.DomHandler}});function r$(Z,G){let J=new kY.DomHandler(void 0,G);return new uY.Parser(J,G).end(Z),J.root}function o$(Z,G){return r$(Z,G).children}function XS(Z,G,J){let X=new kY.DomHandler((Y)=>Z(Y,X.root),G,J);return new uY.Parser(X,G)}function YS(Z,G,J){let X=new kY.DomHandler(Z,G,J);return new uY.Parser(X,G)}var t$=wY();Object.defineProperty(W1,"Tokenizer",{enumerable:!0,get:function(){return GS(t$).default}});Object.defineProperty(W1,"QuoteType",{enumerable:!0,get:function(){return t$.QuoteType}});W1.ElementType=d$(f6());var xS=EG(),zS=EG();Object.defineProperty(W1,"getFeed",{enumerable:!0,get:function(){return zS.getFeed}});var QS={xmlMode:!0};function KS(Z,G=QS){return(0,xS.getFeed)(o$(Z,G))}W1.DomUtils=d$(EG())});var ZL=A((fY)=>{Object.defineProperty(fY,"__esModule",{value:!0});fY.unsetRootParent=HS;function HS(Z){var G=0,J=Z.length;for(;G<J;G++){var X=Z[G];X.parent=null}return Z}});var GL=A((cY)=>{Object.defineProperty(cY,"__esModule",{value:!0});cY.default=$S;var WS=z5(),US=e$(),NS=ZL();function $S(Z,G){if(typeof Z!=="string")throw TypeError("First argument must be a string.");if(!Z)return[];var J=new WS.DomHandler(void 0,G);return new US.Parser(J,G).end(Z),(0,NS.unsetRootParent)(J.dom)}});var XL=A((JL)=>{Object.defineProperty(JL,"__esModule",{value:!0})});var YL=A((W5)=>{var LS=W5&&W5.__createBinding||(Object.create?function(Z,G,J,X){if(X===void 0)X=J;var Y=Object.getOwnPropertyDescriptor(G,J);if(!Y||("get"in Y?!G.__esModule:Y.writable||Y.configurable))Y={enumerable:!0,get:function(){return G[J]}};Object.defineProperty(Z,X,Y)}:function(Z,G,J,X){if(X===void 0)X=J;Z[X]=G[J]}),BS=W5&&W5.__exportStar||function(Z,G){for(var J in Z)if(J!=="default"&&!Object.prototype.hasOwnProperty.call(G,J))LS(G,Z,J)},VS=W5&&W5.__importDefault||function(Z){return Z&&Z.__esModule?Z:{default:Z}};Object.defineProperty(W5,"__esModule",{value:!0});W5.default=void 0;var qS=GL();Object.defineProperty(W5,"default",{enumerable:!0,get:function(){return VS(qS).default}});BS(XL(),W5)});var xL=A((SG)=>{var FS=0;SG.SAME=FS;var wS=1;SG.CAMELCASE=wS;SG.possibleStandardNames={accept:0,acceptCharset:1,"accept-charset":"acceptCharset",accessKey:1,action:0,allowFullScreen:1,alt:0,as:0,async:0,autoCapitalize:1,autoComplete:1,autoCorrect:1,autoFocus:1,autoPlay:1,autoSave:1,capture:0,cellPadding:1,cellSpacing:1,challenge:0,charSet:1,checked:0,children:0,cite:0,class:"className",classID:1,className:1,cols:0,colSpan:1,content:0,contentEditable:1,contextMenu:1,controls:0,controlsList:1,coords:0,crossOrigin:1,dangerouslySetInnerHTML:1,data:0,dateTime:1,default:0,defaultChecked:1,defaultValue:1,defer:0,dir:0,disabled:0,disablePictureInPicture:1,disableRemotePlayback:1,download:0,draggable:0,encType:1,enterKeyHint:1,for:"htmlFor",form:0,formMethod:1,formAction:1,formEncType:1,formNoValidate:1,formTarget:1,frameBorder:1,headers:0,height:0,hidden:0,high:0,href:0,hrefLang:1,htmlFor:1,httpEquiv:1,"http-equiv":"httpEquiv",icon:0,id:0,innerHTML:1,inputMode:1,integrity:0,is:0,itemID:1,itemProp:1,itemRef:1,itemScope:1,itemType:1,keyParams:1,keyType:1,kind:0,label:0,lang:0,list:0,loop:0,low:0,manifest:0,marginWidth:1,marginHeight:1,max:0,maxLength:1,media:0,mediaGroup:1,method:0,min:0,minLength:1,multiple:0,muted:0,name:0,noModule:1,nonce:0,noValidate:1,open:0,optimum:0,pattern:0,placeholder:0,playsInline:1,poster:0,preload:0,profile:0,radioGroup:1,readOnly:1,referrerPolicy:1,rel:0,required:0,reversed:0,role:0,rows:0,rowSpan:1,sandbox:0,scope:0,scoped:0,scrolling:0,seamless:0,selected:0,shape:0,size:0,sizes:0,span:0,spellCheck:1,src:0,srcDoc:1,srcLang:1,srcSet:1,start:0,step:0,style:0,summary:0,tabIndex:1,target:0,title:0,type:0,useMap:1,value:0,width:0,wmode:0,wrap:0,about:0,accentHeight:1,"accent-height":"accentHeight",accumulate:0,additive:0,alignmentBaseline:1,"alignment-baseline":"alignmentBaseline",allowReorder:1,alphabetic:0,amplitude:0,arabicForm:1,"arabic-form":"arabicForm",ascent:0,attributeName:1,attributeType:1,autoReverse:1,azimuth:0,baseFrequency:1,baselineShift:1,"baseline-shift":"baselineShift",baseProfile:1,bbox:0,begin:0,bias:0,by:0,calcMode:1,capHeight:1,"cap-height":"capHeight",clip:0,clipPath:1,"clip-path":"clipPath",clipPathUnits:1,clipRule:1,"clip-rule":"clipRule",color:0,colorInterpolation:1,"color-interpolation":"colorInterpolation",colorInterpolationFilters:1,"color-interpolation-filters":"colorInterpolationFilters",colorProfile:1,"color-profile":"colorProfile",colorRendering:1,"color-rendering":"colorRendering",contentScriptType:1,contentStyleType:1,cursor:0,cx:0,cy:0,d:0,datatype:0,decelerate:0,descent:0,diffuseConstant:1,direction:0,display:0,divisor:0,dominantBaseline:1,"dominant-baseline":"dominantBaseline",dur:0,dx:0,dy:0,edgeMode:1,elevation:0,enableBackground:1,"enable-background":"enableBackground",end:0,exponent:0,externalResourcesRequired:1,fill:0,fillOpacity:1,"fill-opacity":"fillOpacity",fillRule:1,"fill-rule":"fillRule",filter:0,filterRes:1,filterUnits:1,floodOpacity:1,"flood-opacity":"floodOpacity",floodColor:1,"flood-color":"floodColor",focusable:0,fontFamily:1,"font-family":"fontFamily",fontSize:1,"font-size":"fontSize",fontSizeAdjust:1,"font-size-adjust":"fontSizeAdjust",fontStretch:1,"font-stretch":"fontStretch",fontStyle:1,"font-style":"fontStyle",fontVariant:1,"font-variant":"fontVariant",fontWeight:1,"font-weight":"fontWeight",format:0,from:0,fx:0,fy:0,g1:0,g2:0,glyphName:1,"glyph-name":"glyphName",glyphOrientationHorizontal:1,"glyph-orientation-horizontal":"glyphOrientationHorizontal",glyphOrientationVertical:1,"glyph-orientation-vertical":"glyphOrientationVertical",glyphRef:1,gradientTransform:1,gradientUnits:1,hanging:0,horizAdvX:1,"horiz-adv-x":"horizAdvX",horizOriginX:1,"horiz-origin-x":"horizOriginX",ideographic:0,imageRendering:1,"image-rendering":"imageRendering",in2:0,in:0,inlist:0,intercept:0,k1:0,k2:0,k3:0,k4:0,k:0,kernelMatrix:1,kernelUnitLength:1,kerning:0,keyPoints:1,keySplines:1,keyTimes:1,lengthAdjust:1,letterSpacing:1,"letter-spacing":"letterSpacing",lightingColor:1,"lighting-color":"lightingColor",limitingConeAngle:1,local:0,markerEnd:1,"marker-end":"markerEnd",markerHeight:1,markerMid:1,"marker-mid":"markerMid",markerStart:1,"marker-start":"markerStart",markerUnits:1,markerWidth:1,mask:0,maskContentUnits:1,maskUnits:1,mathematical:0,mode:0,numOctaves:1,offset:0,opacity:0,operator:0,order:0,orient:0,orientation:0,origin:0,overflow:0,overlinePosition:1,"overline-position":"overlinePosition",overlineThickness:1,"overline-thickness":"overlineThickness",paintOrder:1,"paint-order":"paintOrder",panose1:0,"panose-1":"panose1",pathLength:1,patternContentUnits:1,patternTransform:1,patternUnits:1,pointerEvents:1,"pointer-events":"pointerEvents",points:0,pointsAtX:1,pointsAtY:1,pointsAtZ:1,prefix:0,preserveAlpha:1,preserveAspectRatio:1,primitiveUnits:1,property:0,r:0,radius:0,refX:1,refY:1,renderingIntent:1,"rendering-intent":"renderingIntent",repeatCount:1,repeatDur:1,requiredExtensions:1,requiredFeatures:1,resource:0,restart:0,result:0,results:0,rotate:0,rx:0,ry:0,scale:0,security:0,seed:0,shapeRendering:1,"shape-rendering":"shapeRendering",slope:0,spacing:0,specularConstant:1,specularExponent:1,speed:0,spreadMethod:1,startOffset:1,stdDeviation:1,stemh:0,stemv:0,stitchTiles:1,stopColor:1,"stop-color":"stopColor",stopOpacity:1,"stop-opacity":"stopOpacity",strikethroughPosition:1,"strikethrough-position":"strikethroughPosition",strikethroughThickness:1,"strikethrough-thickness":"strikethroughThickness",string:0,stroke:0,strokeDasharray:1,"stroke-dasharray":"strokeDasharray",strokeDashoffset:1,"stroke-dashoffset":"strokeDashoffset",strokeLinecap:1,"stroke-linecap":"strokeLinecap",strokeLinejoin:1,"stroke-linejoin":"strokeLinejoin",strokeMiterlimit:1,"stroke-miterlimit":"strokeMiterlimit",strokeWidth:1,"stroke-width":"strokeWidth",strokeOpacity:1,"stroke-opacity":"strokeOpacity",suppressContentEditableWarning:1,suppressHydrationWarning:1,surfaceScale:1,systemLanguage:1,tableValues:1,targetX:1,targetY:1,textAnchor:1,"text-anchor":"textAnchor",textDecoration:1,"text-decoration":"textDecoration",textLength:1,textRendering:1,"text-rendering":"textRendering",to:0,transform:0,typeof:0,u1:0,u2:0,underlinePosition:1,"underline-position":"underlinePosition",underlineThickness:1,"underline-thickness":"underlineThickness",unicode:0,unicodeBidi:1,"unicode-bidi":"unicodeBidi",unicodeRange:1,"unicode-range":"unicodeRange",unitsPerEm:1,"units-per-em":"unitsPerEm",unselectable:0,vAlphabetic:1,"v-alphabetic":"vAlphabetic",values:0,vectorEffect:1,"vector-effect":"vectorEffect",version:0,vertAdvY:1,"vert-adv-y":"vertAdvY",vertOriginX:1,"vert-origin-x":"vertOriginX",vertOriginY:1,"vert-origin-y":"vertOriginY",vHanging:1,"v-hanging":"vHanging",vIdeographic:1,"v-ideographic":"vIdeographic",viewBox:1,viewTarget:1,visibility:0,vMathematical:1,"v-mathematical":"vMathematical",vocab:0,widths:0,wordSpacing:1,"word-spacing":"wordSpacing",writingMode:1,"writing-mode":"writingMode",x1:0,x2:0,x:0,xChannelSelector:1,xHeight:1,"x-height":"xHeight",xlinkActuate:1,"xlink:actuate":"xlinkActuate",xlinkArcrole:1,"xlink:arcrole":"xlinkArcrole",xlinkHref:1,"xlink:href":"xlinkHref",xlinkRole:1,"xlink:role":"xlinkRole",xlinkShow:1,"xlink:show":"xlinkShow",xlinkTitle:1,"xlink:title":"xlinkTitle",xlinkType:1,"xlink:type":"xlinkType",xmlBase:1,"xml:base":"xmlBase",xmlLang:1,"xml:lang":"xmlLang",xmlns:0,"xml:space":"xmlSpace",xmlnsXlink:1,"xmlns:xlink":"xmlnsXlink",xmlSpace:1,y1:0,y2:0,y:0,yChannelSelector:1,z:0,zoomAndPan:1}});var QL=A((U5)=>{function AS(Z){return t1.hasOwnProperty(Z)?t1[Z]:null}function H0(Z,G,J,X,Y,x,z){this.acceptsBooleans=G===2||G===3||G===4,this.attributeName=X,this.attributeNamespace=Y,this.mustUseProperty=J,this.propertyName=Z,this.type=G,this.sanitizeURL=x,this.removeEmptyString=z}var t1={},MS=["children","dangerouslySetInnerHTML","defaultValue","defaultChecked","innerHTML","suppressContentEditableWarning","suppressHydrationWarning","style"];MS.forEach((Z)=>{t1[Z]=new H0(Z,0,!1,Z,null,!1,!1)});[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(([Z,G])=>{t1[Z]=new H0(Z,1,!1,G,null,!1,!1)});["contentEditable","draggable","spellCheck","value"].forEach((Z)=>{t1[Z]=new H0(Z,2,!1,Z.toLowerCase(),null,!1,!1)});["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach((Z)=>{t1[Z]=new H0(Z,2,!1,Z,null,!1,!1)});["allowFullScreen","async","autoFocus","autoPlay","controls","default","defer","disabled","disablePictureInPicture","disableRemotePlayback","formNoValidate","hidden","loop","noModule","noValidate","open","playsInline","readOnly","required","reversed","scoped","seamless","itemScope"].forEach((Z)=>{t1[Z]=new H0(Z,3,!1,Z.toLowerCase(),null,!1,!1)});["checked","multiple","muted","selected"].forEach((Z)=>{t1[Z]=new H0(Z,3,!0,Z,null,!1,!1)});["capture","download"].forEach((Z)=>{t1[Z]=new H0(Z,4,!1,Z,null,!1,!1)});["cols","rows","size","span"].forEach((Z)=>{t1[Z]=new H0(Z,6,!1,Z,null,!1,!1)});["rowSpan","start"].forEach((Z)=>{t1[Z]=new H0(Z,5,!1,Z.toLowerCase(),null,!1,!1)});var lY=/[\-\:]([a-z])/g,aY=(Z)=>Z[1].toUpperCase();["accent-height","alignment-baseline","arabic-form","baseline-shift","cap-height","clip-path","clip-rule","color-interpolation","color-interpolation-filters","color-profile","color-rendering","dominant-baseline","enable-background","fill-opacity","fill-rule","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","glyph-name","glyph-orientation-horizontal","glyph-orientation-vertical","horiz-adv-x","horiz-origin-x","image-rendering","letter-spacing","lighting-color","marker-end","marker-mid","marker-start","overline-position","overline-thickness","paint-order","panose-1","pointer-events","rendering-intent","shape-rendering","stop-color","stop-opacity","strikethrough-position","strikethrough-thickness","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","text-anchor","text-decoration","text-rendering","underline-position","underline-thickness","unicode-bidi","unicode-range","units-per-em","v-alphabetic","v-hanging","v-ideographic","v-mathematical","vector-effect","vert-adv-y","vert-origin-x","vert-origin-y","word-spacing","writing-mode","xmlns:xlink","x-height"].forEach((Z)=>{let G=Z.replace(lY,aY);t1[G]=new H0(G,1,!1,Z,null,!1,!1)});["xlink:actuate","xlink:arcrole","xlink:role","xlink:show","xlink:title","xlink:type"].forEach((Z)=>{let G=Z.replace(lY,aY);t1[G]=new H0(G,1,!1,Z,"http://www.w3.org/1999/xlink",!1,!1)});["xml:base","xml:lang","xml:space"].forEach((Z)=>{let G=Z.replace(lY,aY);t1[G]=new H0(G,1,!1,Z,"http://www.w3.org/XML/1998/namespace",!1,!1)});["tabIndex","crossOrigin"].forEach((Z)=>{t1[Z]=new H0(Z,1,!1,Z.toLowerCase(),null,!1,!1)});var RS="xlinkHref";t1[RS]=new H0("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1);["src","href","action","formAction"].forEach((Z)=>{t1[Z]=new H0(Z,1,!1,Z.toLowerCase(),null,!0,!0)});var{CAMELCASE:OS,SAME:DS,possibleStandardNames:zL}=xL(),IS=":A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",TS=IS+"\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040",PS=RegExp.prototype.test.bind(new RegExp("^(data|aria)-["+TS+"]*$")),mS=Object.keys(zL).reduce((Z,G)=>{let J=zL[G];if(J===DS)Z[G]=G;else if(J===OS)Z[G.toLowerCase()]=G;else Z[G]=J;return Z},{});U5.BOOLEAN=3;U5.BOOLEANISH_STRING=2;U5.NUMERIC=5;U5.OVERLOADED_BOOLEAN=4;U5.POSITIVE_NUMERIC=6;U5.RESERVED=0;U5.STRING=1;U5.getPropertyInfo=AS;U5.isCustomAttribute=PS;U5.possibleStandardNames=mS});var $L=A((bn,NL)=>{var KL=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,vS=/\n/g,jS=/^\s*/,ES=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,SS=/^:\s*/,pS=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,_S=/^[;\s]*/,iS=/^\s+|\s+$/g,CS=`
28
+ `,HL="/",WL="*",e8="",bS="comment",gS="declaration";function hS(Z,G){if(typeof Z!=="string")throw TypeError("First argument must be a string");if(!Z)return[];G=G||{};var J=1,X=1;function Y(L){var B=L.match(vS);if(B)J+=B.length;var q=L.lastIndexOf(CS);X=~q?L.length-q:X+L.length}function x(){var L={line:J,column:X};return function(B){return B.position=new z(L),W(),B}}function z(L){this.start=L,this.end={line:J,column:X},this.source=G.source}z.prototype.content=Z;function Q(L){var B=Error(G.source+":"+J+":"+X+": "+L);if(B.reason=L,B.filename=G.source,B.line=J,B.column=X,B.source=Z,G.silent);else throw B}function K(L){var B=L.exec(Z);if(!B)return;var q=B[0];return Y(q),Z=Z.slice(q.length),B}function W(){K(jS)}function H(L){var B;L=L||[];while(B=U())if(B!==!1)L.push(B);return L}function U(){var L=x();if(HL!=Z.charAt(0)||WL!=Z.charAt(1))return;var B=2;while(e8!=Z.charAt(B)&&(WL!=Z.charAt(B)||HL!=Z.charAt(B+1)))++B;if(B+=2,e8===Z.charAt(B-1))return Q("End of comment missing");var q=Z.slice(2,B-2);return X+=2,Y(q),Z=Z.slice(B),X+=2,L({type:bS,comment:q})}function N(){var L=x(),B=K(ES);if(!B)return;if(U(),!K(SS))return Q("property missing ':'");var q=K(pS),R=L({type:gS,property:UL(B[0].replace(KL,e8)),value:q?UL(q[0].replace(KL,e8)):e8});return K(_S),R}function $(){var L=[];H(L);var B;while(B=N())if(B!==!1)L.push(B),H(L);return L}return W(),$()}function UL(Z){return Z?Z.replace(iS,e8):e8}NL.exports=hS});var LL=A((H4)=>{var yS=H4&&H4.__importDefault||function(Z){return Z&&Z.__esModule?Z:{default:Z}};Object.defineProperty(H4,"__esModule",{value:!0});H4.default=kS;var uS=yS($L());function kS(Z,G){let J=null;if(!Z||typeof Z!=="string")return J;let X=(0,uS.default)(Z),Y=typeof G==="function";return X.forEach((x)=>{if(x.type!=="declaration")return;let{property:z,value:Q}=x;if(Y)G(z,Q,x);else if(Q)J=J||{},J[z]=Q}),J}});var VL=A((pG)=>{Object.defineProperty(pG,"__esModule",{value:!0});pG.camelCase=void 0;var fS=/^--[a-zA-Z0-9_-]+$/,cS=/-([a-z])/g,lS=/^[^-]+$/,aS=/^-(webkit|moz|ms|o|khtml)-/,nS=/^-(ms)-/,dS=function(Z){return!Z||lS.test(Z)||fS.test(Z)},sS=function(Z,G){return G.toUpperCase()},BL=function(Z,G){return"".concat(G,"-")},rS=function(Z,G){if(G===void 0)G={};if(dS(Z))return Z;if(Z=Z.toLowerCase(),G.reactCompat)Z=Z.replace(nS,BL);else Z=Z.replace(aS,BL);return Z.replace(cS,sS)};pG.camelCase=rS});var sY=A((dY,qL)=>{var oS=dY&&dY.__importDefault||function(Z){return Z&&Z.__esModule?Z:{default:Z}},tS=oS(LL()),eS=VL();function nY(Z,G){var J={};if(!Z||typeof Z!=="string")return J;return(0,tS.default)(Z,function(X,Y){if(X&&Y)J[(0,eS.camelCase)(X,G)]=Y}),J}nY.default=nY;qL.exports=nY});var rY=A((W0)=>{var Zp=W0&&W0.__importDefault||function(Z){return Z&&Z.__esModule?Z:{default:Z}};Object.defineProperty(W0,"__esModule",{value:!0});W0.returnFirstArg=W0.canTextBeChildOfNode=W0.ELEMENTS_WITH_NO_TEXT_CHILDREN=W0.PRESERVE_CUSTOM_ATTRIBUTES=void 0;W0.isCustomComponent=Yp;W0.setStyleProp=zp;var Gp=require("react"),Jp=Zp(sY()),Xp=new Set(["annotation-xml","color-profile","font-face","font-face-src","font-face-uri","font-face-format","font-face-name","missing-glyph"]);function Yp(Z,G){if(!Z.includes("-"))return Boolean(G&&typeof G.is==="string");if(Xp.has(Z))return!1;return!0}var xp={reactCompat:!0};function zp(Z,G){if(typeof Z!=="string")return;if(!Z.trim()){G.style={};return}try{G.style=(0,Jp.default)(Z,xp)}catch(J){G.style={}}}W0.PRESERVE_CUSTOM_ATTRIBUTES=Number(Gp.version.split(".")[0])>=16;W0.ELEMENTS_WITH_NO_TEXT_CHILDREN=new Set(["tr","tbody","thead","tfoot","colgroup","table","head","html","frameset"]);var Qp=function(Z){return!W0.ELEMENTS_WITH_NO_TEXT_CHILDREN.has(Z.name)};W0.canTextBeChildOfNode=Qp;var Kp=function(Z){return Z};W0.returnFirstArg=Kp});var tY=A((oY)=>{Object.defineProperty(oY,"__esModule",{value:!0});oY.default=Np;var W4=QL(),FL=rY(),Hp=["checked","value"],Wp=["input","select","textarea"],Up={reset:!0,submit:!0};function Np(Z,G){if(Z===void 0)Z={};var J={},X=Boolean(Z.type&&Up[Z.type]);for(var Y in Z){var x=Z[Y];if((0,W4.isCustomAttribute)(Y)){J[Y]=x;continue}var z=Y.toLowerCase(),Q=wL(z);if(Q){var K=(0,W4.getPropertyInfo)(Q);if(Hp.includes(Q)&&Wp.includes(G)&&!X)Q=wL("default"+z);switch(J[Q]=x,K&&K.type){case W4.BOOLEAN:J[Q]=!0;break;case W4.OVERLOADED_BOOLEAN:if(x==="")J[Q]=!0;break}continue}if(FL.PRESERVE_CUSTOM_ATTRIBUTES)J[Y]=x}return(0,FL.setStyleProp)(Z.style,J),J}function wL(Z){return W4.possibleStandardNames[Z]}});var ML=A((N4)=>{var $p=N4&&N4.__importDefault||function(Z){return Z&&Z.__esModule?Z:{default:Z}};Object.defineProperty(N4,"__esModule",{value:!0});N4.default=AL;var eY=require("react"),Lp=$p(tY()),U4=rY(),Bp={cloneElement:eY.cloneElement,createElement:eY.createElement,isValidElement:eY.isValidElement};function AL(Z,G){if(G===void 0)G={};var J=[],X=typeof G.replace==="function",Y=G.transform||U4.returnFirstArg,x=G.library||Bp,z=x.cloneElement,Q=x.createElement,K=x.isValidElement,W=Z.length;for(var H=0;H<W;H++){var U=Z[H];if(X){var N=G.replace(U,H);if(K(N)){if(W>1)N=z(N,{key:N.key||H});J.push(Y(N,U,H));continue}}if(U.type==="text"){var $=!U.data.trim().length;if($&&U.parent&&!(0,U4.canTextBeChildOfNode)(U.parent))continue;if(G.trim&&$)continue;J.push(Y(U.data,U,H));continue}var L=U,B={};if(Vp(L))(0,U4.setStyleProp)(L.attribs.style,L.attribs),B=L.attribs;else if(L.attribs)B=(0,Lp.default)(L.attribs,L.name);var q=void 0;switch(U.type){case"script":case"style":if(U.children[0])B.dangerouslySetInnerHTML={__html:U.children[0].data};break;case"tag":if(U.name==="textarea"&&U.children[0])B.defaultValue=U.children[0].data;else if(U.children&&U.children.length)q=AL(U.children,G);break;default:continue}if(W>1)B.key=H;J.push(Y(Q(U.name,B,q),U,H))}return J.length===1?J[0]:J}function Vp(Z){return U4.PRESERVE_CUSTOM_ATTRIBUTES&&Z.type==="tag"&&(0,U4.isCustomComponent)(Z.name,Z.attribs)}});var Gx=A((u1)=>{var Zx=u1&&u1.__importDefault||function(Z){return Z&&Z.__esModule?Z:{default:Z}};Object.defineProperty(u1,"__esModule",{value:!0});u1.htmlToDOM=u1.domToReact=u1.attributesToProps=u1.Text=u1.ProcessingInstruction=u1.Element=u1.Comment=void 0;u1.default=wp;var RL=Zx(YL());u1.htmlToDOM=RL.default;var qp=Zx(tY());u1.attributesToProps=qp.default;var OL=Zx(ML());u1.domToReact=OL.default;var _G=z5();Object.defineProperty(u1,"Comment",{enumerable:!0,get:function(){return _G.Comment}});Object.defineProperty(u1,"Element",{enumerable:!0,get:function(){return _G.Element}});Object.defineProperty(u1,"ProcessingInstruction",{enumerable:!0,get:function(){return _G.ProcessingInstruction}});Object.defineProperty(u1,"Text",{enumerable:!0,get:function(){return _G.Text}});var Fp={lowerCaseAttributeNames:!1};function wp(Z,G){if(typeof Z!=="string")throw TypeError("First argument must be a string");if(!Z)return[];return(0,OL.default)((0,RL.default)(Z,(G===null||G===void 0?void 0:G.htmlparser2)||Fp),G)}});var NV=A((L01,UV)=>{var F3=Object.prototype.hasOwnProperty,WV=Object.prototype.toString,YV=Object.defineProperty,xV=Object.getOwnPropertyDescriptor,zV=function(G){if(typeof Array.isArray==="function")return Array.isArray(G);return WV.call(G)==="[object Array]"},QV=function(G){if(!G||WV.call(G)!=="[object Object]")return!1;var J=F3.call(G,"constructor"),X=G.constructor&&G.constructor.prototype&&F3.call(G.constructor.prototype,"isPrototypeOf");if(G.constructor&&!J&&!X)return!1;var Y;for(Y in G);return typeof Y>"u"||F3.call(G,Y)},KV=function(G,J){if(YV&&J.name==="__proto__")YV(G,J.name,{enumerable:!0,configurable:!0,value:J.newValue,writable:!0});else G[J.name]=J.newValue},HV=function(G,J){if(J==="__proto__"){if(!F3.call(G,J))return;else if(xV)return xV(G,J).value}return G[J]};UV.exports=function Z(){var G,J,X,Y,x,z,Q=arguments[0],K=1,W=arguments.length,H=!1;if(typeof Q==="boolean")H=Q,Q=arguments[1]||{},K=2;if(Q==null||typeof Q!=="object"&&typeof Q!=="function")Q={};for(;K<W;++K)if(G=arguments[K],G!=null){for(J in G)if(X=HV(Q,J),Y=HV(G,J),Q!==Y){if(H&&Y&&(QV(Y)||(x=zV(Y)))){if(x)x=!1,z=X&&zV(X)?X:[];else z=X&&QV(X)?X:{};KV(Q,{name:J,newValue:Z(H,z,Y)})}else if(typeof Y<"u")KV(Q,{name:J,newValue:Y})}}return Q}});var xq=A((u51,T3)=>{var EV,SV,pV,_V,iV,CV,bV,gV,hV,yV,uV,kV,fV,D3,Bz,cV,lV,aV,Q7,nV,dV,sV,rV,oV,tV,eV,Zq,Gq,I3,Jq,Xq,Yq;(function(Z){var G=typeof global==="object"?global:typeof self==="object"?self:typeof this==="object"?this:{};if(typeof define==="function"&&define.amd)define("tslib",["exports"],function(X){Z(J(G,J(X)))});else if(typeof T3==="object"&&typeof T3.exports==="object")Z(J(G,J(T3.exports)));else Z(J(G));function J(X,Y){if(X!==G)if(typeof Object.create==="function")Object.defineProperty(X,"__esModule",{value:!0});else X.__esModule=!0;return function(x,z){return X[x]=Y?Y(x,z):z}}})(function(Z){var G=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(x,z){x.__proto__=z}||function(x,z){for(var Q in z)if(Object.prototype.hasOwnProperty.call(z,Q))x[Q]=z[Q]};EV=function(x,z){if(typeof z!=="function"&&z!==null)throw TypeError("Class extends value "+String(z)+" is not a constructor or null");G(x,z);function Q(){this.constructor=x}x.prototype=z===null?Object.create(z):(Q.prototype=z.prototype,new Q)},SV=Object.assign||function(x){for(var z,Q=1,K=arguments.length;Q<K;Q++){z=arguments[Q];for(var W in z)if(Object.prototype.hasOwnProperty.call(z,W))x[W]=z[W]}return x},pV=function(x,z){var Q={};for(var K in x)if(Object.prototype.hasOwnProperty.call(x,K)&&z.indexOf(K)<0)Q[K]=x[K];if(x!=null&&typeof Object.getOwnPropertySymbols==="function"){for(var W=0,K=Object.getOwnPropertySymbols(x);W<K.length;W++)if(z.indexOf(K[W])<0&&Object.prototype.propertyIsEnumerable.call(x,K[W]))Q[K[W]]=x[K[W]]}return Q},_V=function(x,z,Q,K){var W=arguments.length,H=W<3?z:K===null?K=Object.getOwnPropertyDescriptor(z,Q):K,U;if(typeof Reflect==="object"&&typeof Reflect.decorate==="function")H=Reflect.decorate(x,z,Q,K);else for(var N=x.length-1;N>=0;N--)if(U=x[N])H=(W<3?U(H):W>3?U(z,Q,H):U(z,Q))||H;return W>3&&H&&Object.defineProperty(z,Q,H),H},iV=function(x,z){return function(Q,K){z(Q,K,x)}},CV=function(x,z,Q,K,W,H){function U(D){if(D!==void 0&&typeof D!=="function")throw TypeError("Function expected");return D}var N=K.kind,$=N==="getter"?"get":N==="setter"?"set":"value",L=!z&&x?K.static?x:x.prototype:null,B=z||(L?Object.getOwnPropertyDescriptor(L,K.name):{}),q,R=!1;for(var T=Q.length-1;T>=0;T--){var F={};for(var I in K)F[I]=I==="access"?{}:K[I];for(var I in K.access)F.access[I]=K.access[I];F.addInitializer=function(D){if(R)throw TypeError("Cannot add initializers after decoration has completed");H.push(U(D||null))};var v=(0,Q[T])(N==="accessor"?{get:B.get,set:B.set}:B[$],F);if(N==="accessor"){if(v===void 0)continue;if(v===null||typeof v!=="object")throw TypeError("Object expected");if(q=U(v.get))B.get=q;if(q=U(v.set))B.set=q;if(q=U(v.init))W.unshift(q)}else if(q=U(v))if(N==="field")W.unshift(q);else B[$]=q}if(L)Object.defineProperty(L,K.name,B);R=!0},bV=function(x,z,Q){var K=arguments.length>2;for(var W=0;W<z.length;W++)Q=K?z[W].call(x,Q):z[W].call(x);return K?Q:void 0},gV=function(x){return typeof x==="symbol"?x:"".concat(x)},hV=function(x,z,Q){if(typeof z==="symbol")z=z.description?"[".concat(z.description,"]"):"";return Object.defineProperty(x,"name",{configurable:!0,value:Q?"".concat(Q," ",z):z})},yV=function(x,z){if(typeof Reflect==="object"&&typeof Reflect.metadata==="function")return Reflect.metadata(x,z)},uV=function(x,z,Q,K){function W(H){return H instanceof Q?H:new Q(function(U){U(H)})}return new(Q||(Q=Promise))(function(H,U){function N(B){try{L(K.next(B))}catch(q){U(q)}}function $(B){try{L(K.throw(B))}catch(q){U(q)}}function L(B){B.done?H(B.value):W(B.value).then(N,$)}L((K=K.apply(x,z||[])).next())})},kV=function(x,z){var Q={label:0,sent:function(){if(H[0]&1)throw H[1];return H[1]},trys:[],ops:[]},K,W,H,U=Object.create((typeof Iterator==="function"?Iterator:Object).prototype);return U.next=N(0),U.throw=N(1),U.return=N(2),typeof Symbol==="function"&&(U[Symbol.iterator]=function(){return this}),U;function N(L){return function(B){return $([L,B])}}function $(L){if(K)throw TypeError("Generator is already executing.");while(U&&(U=0,L[0]&&(Q=0)),Q)try{if(K=1,W&&(H=L[0]&2?W.return:L[0]?W.throw||((H=W.return)&&H.call(W),0):W.next)&&!(H=H.call(W,L[1])).done)return H;if(W=0,H)L=[L[0]&2,H.value];switch(L[0]){case 0:case 1:H=L;break;case 4:return Q.label++,{value:L[1],done:!1};case 5:Q.label++,W=L[1],L=[0];continue;case 7:L=Q.ops.pop(),Q.trys.pop();continue;default:if((H=Q.trys,!(H=H.length>0&&H[H.length-1]))&&(L[0]===6||L[0]===2)){Q=0;continue}if(L[0]===3&&(!H||L[1]>H[0]&&L[1]<H[3])){Q.label=L[1];break}if(L[0]===6&&Q.label<H[1]){Q.label=H[1],H=L;break}if(H&&Q.label<H[2]){Q.label=H[2],Q.ops.push(L);break}if(H[2])Q.ops.pop();Q.trys.pop();continue}L=z.call(x,Q)}catch(B){L=[6,B],W=0}finally{K=H=0}if(L[0]&5)throw L[1];return{value:L[0]?L[1]:void 0,done:!0}}},fV=function(x,z){for(var Q in x)if(Q!=="default"&&!Object.prototype.hasOwnProperty.call(z,Q))I3(z,x,Q)},I3=Object.create?function(x,z,Q,K){if(K===void 0)K=Q;var W=Object.getOwnPropertyDescriptor(z,Q);if(!W||("get"in W?!z.__esModule:W.writable||W.configurable))W={enumerable:!0,get:function(){return z[Q]}};Object.defineProperty(x,K,W)}:function(x,z,Q,K){if(K===void 0)K=Q;x[K]=z[Q]},D3=function(x){var z=typeof Symbol==="function"&&Symbol.iterator,Q=z&&x[z],K=0;if(Q)return Q.call(x);if(x&&typeof x.length==="number")return{next:function(){if(x&&K>=x.length)x=void 0;return{value:x&&x[K++],done:!x}}};throw TypeError(z?"Object is not iterable.":"Symbol.iterator is not defined.")},Bz=function(x,z){var Q=typeof Symbol==="function"&&x[Symbol.iterator];if(!Q)return x;var K=Q.call(x),W,H=[],U;try{while((z===void 0||z-- >0)&&!(W=K.next()).done)H.push(W.value)}catch(N){U={error:N}}finally{try{if(W&&!W.done&&(Q=K.return))Q.call(K)}finally{if(U)throw U.error}}return H},cV=function(){for(var x=[],z=0;z<arguments.length;z++)x=x.concat(Bz(arguments[z]));return x},lV=function(){for(var x=0,z=0,Q=arguments.length;z<Q;z++)x+=arguments[z].length;for(var K=Array(x),W=0,z=0;z<Q;z++)for(var H=arguments[z],U=0,N=H.length;U<N;U++,W++)K[W]=H[U];return K},aV=function(x,z,Q){if(Q||arguments.length===2){for(var K=0,W=z.length,H;K<W;K++)if(H||!(K in z)){if(!H)H=Array.prototype.slice.call(z,0,K);H[K]=z[K]}}return x.concat(H||Array.prototype.slice.call(z))},Q7=function(x){return this instanceof Q7?(this.v=x,this):new Q7(x)},nV=function(x,z,Q){if(!Symbol.asyncIterator)throw TypeError("Symbol.asyncIterator is not defined.");var K=Q.apply(x,z||[]),W,H=[];return W=Object.create((typeof AsyncIterator==="function"?AsyncIterator:Object).prototype),N("next"),N("throw"),N("return",U),W[Symbol.asyncIterator]=function(){return this},W;function U(T){return function(F){return Promise.resolve(F).then(T,q)}}function N(T,F){if(K[T]){if(W[T]=function(I){return new Promise(function(v,D){H.push([T,I,v,D])>1||$(T,I)})},F)W[T]=F(W[T])}}function $(T,F){try{L(K[T](F))}catch(I){R(H[0][3],I)}}function L(T){T.value instanceof Q7?Promise.resolve(T.value.v).then(B,q):R(H[0][2],T)}function B(T){$("next",T)}function q(T){$("throw",T)}function R(T,F){if(T(F),H.shift(),H.length)$(H[0][0],H[0][1])}},dV=function(x){var z,Q;return z={},K("next"),K("throw",function(W){throw W}),K("return"),z[Symbol.iterator]=function(){return this},z;function K(W,H){z[W]=x[W]?function(U){return(Q=!Q)?{value:Q7(x[W](U)),done:!1}:H?H(U):U}:H}},sV=function(x){if(!Symbol.asyncIterator)throw TypeError("Symbol.asyncIterator is not defined.");var z=x[Symbol.asyncIterator],Q;return z?z.call(x):(x=typeof D3==="function"?D3(x):x[Symbol.iterator](),Q={},K("next"),K("throw"),K("return"),Q[Symbol.asyncIterator]=function(){return this},Q);function K(H){Q[H]=x[H]&&function(U){return new Promise(function(N,$){U=x[H](U),W(N,$,U.done,U.value)})}}function W(H,U,N,$){Promise.resolve($).then(function(L){H({value:L,done:N})},U)}},rV=function(x,z){if(Object.defineProperty)Object.defineProperty(x,"raw",{value:z});else x.raw=z;return x};var J=Object.create?function(x,z){Object.defineProperty(x,"default",{enumerable:!0,value:z})}:function(x,z){x.default=z},X=function(x){return X=Object.getOwnPropertyNames||function(z){var Q=[];for(var K in z)if(Object.prototype.hasOwnProperty.call(z,K))Q[Q.length]=K;return Q},X(x)};oV=function(x){if(x&&x.__esModule)return x;var z={};if(x!=null){for(var Q=X(x),K=0;K<Q.length;K++)if(Q[K]!=="default")I3(z,x,Q[K])}return J(z,x),z},tV=function(x){return x&&x.__esModule?x:{default:x}},eV=function(x,z,Q,K){if(Q==="a"&&!K)throw TypeError("Private accessor was defined without a getter");if(typeof z==="function"?x!==z||!K:!z.has(x))throw TypeError("Cannot read private member from an object whose class did not declare it");return Q==="m"?K:Q==="a"?K.call(x):K?K.value:z.get(x)},Zq=function(x,z,Q,K,W){if(K==="m")throw TypeError("Private method is not writable");if(K==="a"&&!W)throw TypeError("Private accessor was defined without a setter");if(typeof z==="function"?x!==z||!W:!z.has(x))throw TypeError("Cannot write private member to an object whose class did not declare it");return K==="a"?W.call(x,Q):W?W.value=Q:z.set(x,Q),Q},Gq=function(x,z){if(z===null||typeof z!=="object"&&typeof z!=="function")throw TypeError("Cannot use 'in' operator on non-object");return typeof x==="function"?z===x:x.has(z)},Jq=function(x,z,Q){if(z!==null&&z!==void 0){if(typeof z!=="object"&&typeof z!=="function")throw TypeError("Object expected.");var K,W;if(Q){if(!Symbol.asyncDispose)throw TypeError("Symbol.asyncDispose is not defined.");K=z[Symbol.asyncDispose]}if(K===void 0){if(!Symbol.dispose)throw TypeError("Symbol.dispose is not defined.");if(K=z[Symbol.dispose],Q)W=K}if(typeof K!=="function")throw TypeError("Object not disposable.");if(W)K=function(){try{W.call(this)}catch(H){return Promise.reject(H)}};x.stack.push({value:z,dispose:K,async:Q})}else if(Q)x.stack.push({async:!0});return z};var Y=typeof SuppressedError==="function"?SuppressedError:function(x,z,Q){var K=Error(Q);return K.name="SuppressedError",K.error=x,K.suppressed=z,K};Xq=function(x){function z(H){x.error=x.hasError?new Y(H,x.error,"An error was suppressed during disposal."):H,x.hasError=!0}var Q,K=0;function W(){while(Q=x.stack.pop())try{if(!Q.async&&K===1)return K=0,x.stack.push(Q),Promise.resolve().then(W);if(Q.dispose){var H=Q.dispose.call(Q.value);if(Q.async)return K|=2,Promise.resolve(H).then(W,function(U){return z(U),W()})}else K|=1}catch(U){z(U)}if(K===1)return x.hasError?Promise.reject(x.error):Promise.resolve();if(x.hasError)throw x.error}return W()},Yq=function(x,z){if(typeof x==="string"&&/^\.\.?\//.test(x))return x.replace(/\.(tsx)$|((?:\.d)?)((?:\.[^./]+?)?)\.([cm]?)ts$/i,function(Q,K,W,H,U){return K?z?".jsx":".js":W&&(!H||!U)?Q:W+H+"."+U.toLowerCase()+"js"});return x},Z("__extends",EV),Z("__assign",SV),Z("__rest",pV),Z("__decorate",_V),Z("__param",iV),Z("__esDecorate",CV),Z("__runInitializers",bV),Z("__propKey",gV),Z("__setFunctionName",hV),Z("__metadata",yV),Z("__awaiter",uV),Z("__generator",kV),Z("__exportStar",fV),Z("__createBinding",I3),Z("__values",D3),Z("__read",Bz),Z("__spread",cV),Z("__spreadArrays",lV),Z("__spreadArray",aV),Z("__await",Q7),Z("__asyncGenerator",nV),Z("__asyncDelegator",dV),Z("__asyncValues",sV),Z("__makeTemplateObject",rV),Z("__importStar",oV),Z("__importDefault",tV),Z("__classPrivateFieldGet",eV),Z("__classPrivateFieldSet",Zq),Z("__classPrivateFieldIn",Gq),Z("__addDisposableResource",Jq),Z("__disposeResources",Xq),Z("__rewriteRelativeImportExtension",Yq)})});var Kq=A((k51,Qq)=>{var zq=require("stream").Stream,qC=require("util");Qq.exports=N5;function N5(){this.source=null,this.dataSize=0,this.maxDataSize=1048576,this.pauseStream=!0,this._maxDataSizeExceeded=!1,this._released=!1,this._bufferedEvents=[]}qC.inherits(N5,zq);N5.create=function(Z,G){var J=new this;G=G||{};for(var X in G)J[X]=G[X];J.source=Z;var Y=Z.emit;if(Z.emit=function(){return J._handleEmit(arguments),Y.apply(Z,arguments)},Z.on("error",function(){}),J.pauseStream)Z.pause();return J};Object.defineProperty(N5.prototype,"readable",{configurable:!0,enumerable:!0,get:function(){return this.source.readable}});N5.prototype.setEncoding=function(){return this.source.setEncoding.apply(this.source,arguments)};N5.prototype.resume=function(){if(!this._released)this.release();this.source.resume()};N5.prototype.pause=function(){this.source.pause()};N5.prototype.release=function(){this._released=!0,this._bufferedEvents.forEach(function(Z){this.emit.apply(this,Z)}.bind(this)),this._bufferedEvents=[]};N5.prototype.pipe=function(){var Z=zq.prototype.pipe.apply(this,arguments);return this.resume(),Z};N5.prototype._handleEmit=function(Z){if(this._released){this.emit.apply(this,Z);return}if(Z[0]==="data")this.dataSize+=Z[1].length,this._checkIfMaxDataSizeExceeded();this._bufferedEvents.push(Z)};N5.prototype._checkIfMaxDataSizeExceeded=function(){if(this._maxDataSizeExceeded)return;if(this.dataSize<=this.maxDataSize)return;this._maxDataSizeExceeded=!0;var Z="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this.emit("error",Error(Z))}});var Nq=A((f51,Uq)=>{var FC=require("util"),Wq=require("stream").Stream,Hq=Kq();Uq.exports=v1;function v1(){this.writable=!1,this.readable=!0,this.dataSize=0,this.maxDataSize=2097152,this.pauseStreams=!0,this._released=!1,this._streams=[],this._currentStream=null,this._insideLoop=!1,this._pendingNext=!1}FC.inherits(v1,Wq);v1.create=function(Z){var G=new this;Z=Z||{};for(var J in Z)G[J]=Z[J];return G};v1.isStreamLike=function(Z){return typeof Z!=="function"&&typeof Z!=="string"&&typeof Z!=="boolean"&&typeof Z!=="number"&&!Buffer.isBuffer(Z)};v1.prototype.append=function(Z){var G=v1.isStreamLike(Z);if(G){if(!(Z instanceof Hq)){var J=Hq.create(Z,{maxDataSize:1/0,pauseStream:this.pauseStreams});Z.on("data",this._checkDataSize.bind(this)),Z=J}if(this._handleErrors(Z),this.pauseStreams)Z.pause()}return this._streams.push(Z),this};v1.prototype.pipe=function(Z,G){return Wq.prototype.pipe.call(this,Z,G),this.resume(),Z};v1.prototype._getNext=function(){if(this._currentStream=null,this._insideLoop){this._pendingNext=!0;return}this._insideLoop=!0;try{do this._pendingNext=!1,this._realGetNext();while(this._pendingNext)}finally{this._insideLoop=!1}};v1.prototype._realGetNext=function(){var Z=this._streams.shift();if(typeof Z>"u"){this.end();return}if(typeof Z!=="function"){this._pipeNext(Z);return}var G=Z;G(function(J){var X=v1.isStreamLike(J);if(X)J.on("data",this._checkDataSize.bind(this)),this._handleErrors(J);this._pipeNext(J)}.bind(this))};v1.prototype._pipeNext=function(Z){this._currentStream=Z;var G=v1.isStreamLike(Z);if(G){Z.on("end",this._getNext.bind(this)),Z.pipe(this,{end:!1});return}var J=Z;this.write(J),this._getNext()};v1.prototype._handleErrors=function(Z){var G=this;Z.on("error",function(J){G._emitError(J)})};v1.prototype.write=function(Z){this.emit("data",Z)};v1.prototype.pause=function(){if(!this.pauseStreams)return;if(this.pauseStreams&&this._currentStream&&typeof this._currentStream.pause=="function")this._currentStream.pause();this.emit("pause")};v1.prototype.resume=function(){if(!this._released)this._released=!0,this.writable=!0,this._getNext();if(this.pauseStreams&&this._currentStream&&typeof this._currentStream.resume=="function")this._currentStream.resume();this.emit("resume")};v1.prototype.end=function(){this._reset(),this.emit("end")};v1.prototype.destroy=function(){this._reset(),this.emit("close")};v1.prototype._reset=function(){this.writable=!1,this._streams=[],this._currentStream=null};v1.prototype._checkDataSize=function(){if(this._updateDataSize(),this.dataSize<=this.maxDataSize)return;var Z="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this._emitError(Error(Z))};v1.prototype._updateDataSize=function(){this.dataSize=0;var Z=this;if(this._streams.forEach(function(G){if(!G.dataSize)return;Z.dataSize+=G.dataSize}),this._currentStream&&this._currentStream.dataSize)this.dataSize+=this._currentStream.dataSize};v1.prototype._emitError=function(Z){this._reset(),this.emit("error",Z)}});var $q=A((c51,wC)=>{wC.exports={"application/1d-interleaved-parityfec":{source:"iana"},"application/3gpdash-qoe-report+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/3gpp-ims+xml":{source:"iana",compressible:!0},"application/3gpphal+json":{source:"iana",compressible:!0},"application/3gpphalforms+json":{source:"iana",compressible:!0},"application/a2l":{source:"iana"},"application/ace+cbor":{source:"iana"},"application/activemessage":{source:"iana"},"application/activity+json":{source:"iana",compressible:!0},"application/alto-costmap+json":{source:"iana",compressible:!0},"application/alto-costmapfilter+json":{source:"iana",compressible:!0},"application/alto-directory+json":{source:"iana",compressible:!0},"application/alto-endpointcost+json":{source:"iana",compressible:!0},"application/alto-endpointcostparams+json":{source:"iana",compressible:!0},"application/alto-endpointprop+json":{source:"iana",compressible:!0},"application/alto-endpointpropparams+json":{source:"iana",compressible:!0},"application/alto-error+json":{source:"iana",compressible:!0},"application/alto-networkmap+json":{source:"iana",compressible:!0},"application/alto-networkmapfilter+json":{source:"iana",compressible:!0},"application/alto-updatestreamcontrol+json":{source:"iana",compressible:!0},"application/alto-updatestreamparams+json":{source:"iana",compressible:!0},"application/aml":{source:"iana"},"application/andrew-inset":{source:"iana",extensions:["ez"]},"application/applefile":{source:"iana"},"application/applixware":{source:"apache",extensions:["aw"]},"application/at+jwt":{source:"iana"},"application/atf":{source:"iana"},"application/atfx":{source:"iana"},"application/atom+xml":{source:"iana",compressible:!0,extensions:["atom"]},"application/atomcat+xml":{source:"iana",compressible:!0,extensions:["atomcat"]},"application/atomdeleted+xml":{source:"iana",compressible:!0,extensions:["atomdeleted"]},"application/atomicmail":{source:"iana"},"application/atomsvc+xml":{source:"iana",compressible:!0,extensions:["atomsvc"]},"application/atsc-dwd+xml":{source:"iana",compressible:!0,extensions:["dwd"]},"application/atsc-dynamic-event-message":{source:"iana"},"application/atsc-held+xml":{source:"iana",compressible:!0,extensions:["held"]},"application/atsc-rdt+json":{source:"iana",compressible:!0},"application/atsc-rsat+xml":{source:"iana",compressible:!0,extensions:["rsat"]},"application/atxml":{source:"iana"},"application/auth-policy+xml":{source:"iana",compressible:!0},"application/bacnet-xdd+zip":{source:"iana",compressible:!1},"application/batch-smtp":{source:"iana"},"application/bdoc":{compressible:!1,extensions:["bdoc"]},"application/beep+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/calendar+json":{source:"iana",compressible:!0},"application/calendar+xml":{source:"iana",compressible:!0,extensions:["xcs"]},"application/call-completion":{source:"iana"},"application/cals-1840":{source:"iana"},"application/captive+json":{source:"iana",compressible:!0},"application/cbor":{source:"iana"},"application/cbor-seq":{source:"iana"},"application/cccex":{source:"iana"},"application/ccmp+xml":{source:"iana",compressible:!0},"application/ccxml+xml":{source:"iana",compressible:!0,extensions:["ccxml"]},"application/cdfx+xml":{source:"iana",compressible:!0,extensions:["cdfx"]},"application/cdmi-capability":{source:"iana",extensions:["cdmia"]},"application/cdmi-container":{source:"iana",extensions:["cdmic"]},"application/cdmi-domain":{source:"iana",extensions:["cdmid"]},"application/cdmi-object":{source:"iana",extensions:["cdmio"]},"application/cdmi-queue":{source:"iana",extensions:["cdmiq"]},"application/cdni":{source:"iana"},"application/cea":{source:"iana"},"application/cea-2018+xml":{source:"iana",compressible:!0},"application/cellml+xml":{source:"iana",compressible:!0},"application/cfw":{source:"iana"},"application/city+json":{source:"iana",compressible:!0},"application/clr":{source:"iana"},"application/clue+xml":{source:"iana",compressible:!0},"application/clue_info+xml":{source:"iana",compressible:!0},"application/cms":{source:"iana"},"application/cnrp+xml":{source:"iana",compressible:!0},"application/coap-group+json":{source:"iana",compressible:!0},"application/coap-payload":{source:"iana"},"application/commonground":{source:"iana"},"application/conference-info+xml":{source:"iana",compressible:!0},"application/cose":{source:"iana"},"application/cose-key":{source:"iana"},"application/cose-key-set":{source:"iana"},"application/cpl+xml":{source:"iana",compressible:!0,extensions:["cpl"]},"application/csrattrs":{source:"iana"},"application/csta+xml":{source:"iana",compressible:!0},"application/cstadata+xml":{source:"iana",compressible:!0},"application/csvm+json":{source:"iana",compressible:!0},"application/cu-seeme":{source:"apache",extensions:["cu"]},"application/cwt":{source:"iana"},"application/cybercash":{source:"iana"},"application/dart":{compressible:!0},"application/dash+xml":{source:"iana",compressible:!0,extensions:["mpd"]},"application/dash-patch+xml":{source:"iana",compressible:!0,extensions:["mpp"]},"application/dashdelta":{source:"iana"},"application/davmount+xml":{source:"iana",compressible:!0,extensions:["davmount"]},"application/dca-rft":{source:"iana"},"application/dcd":{source:"iana"},"application/dec-dx":{source:"iana"},"application/dialog-info+xml":{source:"iana",compressible:!0},"application/dicom":{source:"iana"},"application/dicom+json":{source:"iana",compressible:!0},"application/dicom+xml":{source:"iana",compressible:!0},"application/dii":{source:"iana"},"application/dit":{source:"iana"},"application/dns":{source:"iana"},"application/dns+json":{source:"iana",compressible:!0},"application/dns-message":{source:"iana"},"application/docbook+xml":{source:"apache",compressible:!0,extensions:["dbk"]},"application/dots+cbor":{source:"iana"},"application/dskpp+xml":{source:"iana",compressible:!0},"application/dssc+der":{source:"iana",extensions:["dssc"]},"application/dssc+xml":{source:"iana",compressible:!0,extensions:["xdssc"]},"application/dvcs":{source:"iana"},"application/ecmascript":{source:"iana",compressible:!0,extensions:["es","ecma"]},"application/edi-consent":{source:"iana"},"application/edi-x12":{source:"iana",compressible:!1},"application/edifact":{source:"iana",compressible:!1},"application/efi":{source:"iana"},"application/elm+json":{source:"iana",charset:"UTF-8",compressible:!0},"application/elm+xml":{source:"iana",compressible:!0},"application/emergencycalldata.cap+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/emergencycalldata.comment+xml":{source:"iana",compressible:!0},"application/emergencycalldata.control+xml":{source:"iana",compressible:!0},"application/emergencycalldata.deviceinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.ecall.msd":{source:"iana"},"application/emergencycalldata.providerinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.serviceinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.subscriberinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.veds+xml":{source:"iana",compressible:!0},"application/emma+xml":{source:"iana",compressible:!0,extensions:["emma"]},"application/emotionml+xml":{source:"iana",compressible:!0,extensions:["emotionml"]},"application/encaprtp":{source:"iana"},"application/epp+xml":{source:"iana",compressible:!0},"application/epub+zip":{source:"iana",compressible:!1,extensions:["epub"]},"application/eshop":{source:"iana"},"application/exi":{source:"iana",extensions:["exi"]},"application/expect-ct-report+json":{source:"iana",compressible:!0},"application/express":{source:"iana",extensions:["exp"]},"application/fastinfoset":{source:"iana"},"application/fastsoap":{source:"iana"},"application/fdt+xml":{source:"iana",compressible:!0,extensions:["fdt"]},"application/fhir+json":{source:"iana",charset:"UTF-8",compressible:!0},"application/fhir+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/fido.trusted-apps+json":{compressible:!0},"application/fits":{source:"iana"},"application/flexfec":{source:"iana"},"application/font-sfnt":{source:"iana"},"application/font-tdpfr":{source:"iana",extensions:["pfr"]},"application/font-woff":{source:"iana",compressible:!1},"application/framework-attributes+xml":{source:"iana",compressible:!0},"application/geo+json":{source:"iana",compressible:!0,extensions:["geojson"]},"application/geo+json-seq":{source:"iana"},"application/geopackage+sqlite3":{source:"iana"},"application/geoxacml+xml":{source:"iana",compressible:!0},"application/gltf-buffer":{source:"iana"},"application/gml+xml":{source:"iana",compressible:!0,extensions:["gml"]},"application/gpx+xml":{source:"apache",compressible:!0,extensions:["gpx"]},"application/gxf":{source:"apache",extensions:["gxf"]},"application/gzip":{source:"iana",compressible:!1,extensions:["gz"]},"application/h224":{source:"iana"},"application/held+xml":{source:"iana",compressible:!0},"application/hjson":{extensions:["hjson"]},"application/http":{source:"iana"},"application/hyperstudio":{source:"iana",extensions:["stk"]},"application/ibe-key-request+xml":{source:"iana",compressible:!0},"application/ibe-pkg-reply+xml":{source:"iana",compressible:!0},"application/ibe-pp-data":{source:"iana"},"application/iges":{source:"iana"},"application/im-iscomposing+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/index":{source:"iana"},"application/index.cmd":{source:"iana"},"application/index.obj":{source:"iana"},"application/index.response":{source:"iana"},"application/index.vnd":{source:"iana"},"application/inkml+xml":{source:"iana",compressible:!0,extensions:["ink","inkml"]},"application/iotp":{source:"iana"},"application/ipfix":{source:"iana",extensions:["ipfix"]},"application/ipp":{source:"iana"},"application/isup":{source:"iana"},"application/its+xml":{source:"iana",compressible:!0,extensions:["its"]},"application/java-archive":{source:"apache",compressible:!1,extensions:["jar","war","ear"]},"application/java-serialized-object":{source:"apache",compressible:!1,extensions:["ser"]},"application/java-vm":{source:"apache",compressible:!1,extensions:["class"]},"application/javascript":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["js","mjs"]},"application/jf2feed+json":{source:"iana",compressible:!0},"application/jose":{source:"iana"},"application/jose+json":{source:"iana",compressible:!0},"application/jrd+json":{source:"iana",compressible:!0},"application/jscalendar+json":{source:"iana",compressible:!0},"application/json":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["json","map"]},"application/json-patch+json":{source:"iana",compressible:!0},"application/json-seq":{source:"iana"},"application/json5":{extensions:["json5"]},"application/jsonml+json":{source:"apache",compressible:!0,extensions:["jsonml"]},"application/jwk+json":{source:"iana",compressible:!0},"application/jwk-set+json":{source:"iana",compressible:!0},"application/jwt":{source:"iana"},"application/kpml-request+xml":{source:"iana",compressible:!0},"application/kpml-response+xml":{source:"iana",compressible:!0},"application/ld+json":{source:"iana",compressible:!0,extensions:["jsonld"]},"application/lgr+xml":{source:"iana",compressible:!0,extensions:["lgr"]},"application/link-format":{source:"iana"},"application/load-control+xml":{source:"iana",compressible:!0},"application/lost+xml":{source:"iana",compressible:!0,extensions:["lostxml"]},"application/lostsync+xml":{source:"iana",compressible:!0},"application/lpf+zip":{source:"iana",compressible:!1},"application/lxf":{source:"iana"},"application/mac-binhex40":{source:"iana",extensions:["hqx"]},"application/mac-compactpro":{source:"apache",extensions:["cpt"]},"application/macwriteii":{source:"iana"},"application/mads+xml":{source:"iana",compressible:!0,extensions:["mads"]},"application/manifest+json":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["webmanifest"]},"application/marc":{source:"iana",extensions:["mrc"]},"application/marcxml+xml":{source:"iana",compressible:!0,extensions:["mrcx"]},"application/mathematica":{source:"iana",extensions:["ma","nb","mb"]},"application/mathml+xml":{source:"iana",compressible:!0,extensions:["mathml"]},"application/mathml-content+xml":{source:"iana",compressible:!0},"application/mathml-presentation+xml":{source:"iana",compressible:!0},"application/mbms-associated-procedure-description+xml":{source:"iana",compressible:!0},"application/mbms-deregister+xml":{source:"iana",compressible:!0},"application/mbms-envelope+xml":{source:"iana",compressible:!0},"application/mbms-msk+xml":{source:"iana",compressible:!0},"application/mbms-msk-response+xml":{source:"iana",compressible:!0},"application/mbms-protection-description+xml":{source:"iana",compressible:!0},"application/mbms-reception-report+xml":{source:"iana",compressible:!0},"application/mbms-register+xml":{source:"iana",compressible:!0},"application/mbms-register-response+xml":{source:"iana",compressible:!0},"application/mbms-schedule+xml":{source:"iana",compressible:!0},"application/mbms-user-service-description+xml":{source:"iana",compressible:!0},"application/mbox":{source:"iana",extensions:["mbox"]},"application/media-policy-dataset+xml":{source:"iana",compressible:!0,extensions:["mpf"]},"application/media_control+xml":{source:"iana",compressible:!0},"application/mediaservercontrol+xml":{source:"iana",compressible:!0,extensions:["mscml"]},"application/merge-patch+json":{source:"iana",compressible:!0},"application/metalink+xml":{source:"apache",compressible:!0,extensions:["metalink"]},"application/metalink4+xml":{source:"iana",compressible:!0,extensions:["meta4"]},"application/mets+xml":{source:"iana",compressible:!0,extensions:["mets"]},"application/mf4":{source:"iana"},"application/mikey":{source:"iana"},"application/mipc":{source:"iana"},"application/missing-blocks+cbor-seq":{source:"iana"},"application/mmt-aei+xml":{source:"iana",compressible:!0,extensions:["maei"]},"application/mmt-usd+xml":{source:"iana",compressible:!0,extensions:["musd"]},"application/mods+xml":{source:"iana",compressible:!0,extensions:["mods"]},"application/moss-keys":{source:"iana"},"application/moss-signature":{source:"iana"},"application/mosskey-data":{source:"iana"},"application/mosskey-request":{source:"iana"},"application/mp21":{source:"iana",extensions:["m21","mp21"]},"application/mp4":{source:"iana",extensions:["mp4s","m4p"]},"application/mpeg4-generic":{source:"iana"},"application/mpeg4-iod":{source:"iana"},"application/mpeg4-iod-xmt":{source:"iana"},"application/mrb-consumer+xml":{source:"iana",compressible:!0},"application/mrb-publish+xml":{source:"iana",compressible:!0},"application/msc-ivr+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/msc-mixer+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/msword":{source:"iana",compressible:!1,extensions:["doc","dot"]},"application/mud+json":{source:"iana",compressible:!0},"application/multipart-core":{source:"iana"},"application/mxf":{source:"iana",extensions:["mxf"]},"application/n-quads":{source:"iana",extensions:["nq"]},"application/n-triples":{source:"iana",extensions:["nt"]},"application/nasdata":{source:"iana"},"application/news-checkgroups":{source:"iana",charset:"US-ASCII"},"application/news-groupinfo":{source:"iana",charset:"US-ASCII"},"application/news-transmission":{source:"iana"},"application/nlsml+xml":{source:"iana",compressible:!0},"application/node":{source:"iana",extensions:["cjs"]},"application/nss":{source:"iana"},"application/oauth-authz-req+jwt":{source:"iana"},"application/oblivious-dns-message":{source:"iana"},"application/ocsp-request":{source:"iana"},"application/ocsp-response":{source:"iana"},"application/octet-stream":{source:"iana",compressible:!1,extensions:["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"]},"application/oda":{source:"iana",extensions:["oda"]},"application/odm+xml":{source:"iana",compressible:!0},"application/odx":{source:"iana"},"application/oebps-package+xml":{source:"iana",compressible:!0,extensions:["opf"]},"application/ogg":{source:"iana",compressible:!1,extensions:["ogx"]},"application/omdoc+xml":{source:"apache",compressible:!0,extensions:["omdoc"]},"application/onenote":{source:"apache",extensions:["onetoc","onetoc2","onetmp","onepkg"]},"application/opc-nodeset+xml":{source:"iana",compressible:!0},"application/oscore":{source:"iana"},"application/oxps":{source:"iana",extensions:["oxps"]},"application/p21":{source:"iana"},"application/p21+zip":{source:"iana",compressible:!1},"application/p2p-overlay+xml":{source:"iana",compressible:!0,extensions:["relo"]},"application/parityfec":{source:"iana"},"application/passport":{source:"iana"},"application/patch-ops-error+xml":{source:"iana",compressible:!0,extensions:["xer"]},"application/pdf":{source:"iana",compressible:!1,extensions:["pdf"]},"application/pdx":{source:"iana"},"application/pem-certificate-chain":{source:"iana"},"application/pgp-encrypted":{source:"iana",compressible:!1,extensions:["pgp"]},"application/pgp-keys":{source:"iana",extensions:["asc"]},"application/pgp-signature":{source:"iana",extensions:["asc","sig"]},"application/pics-rules":{source:"apache",extensions:["prf"]},"application/pidf+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/pidf-diff+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/pkcs10":{source:"iana",extensions:["p10"]},"application/pkcs12":{source:"iana"},"application/pkcs7-mime":{source:"iana",extensions:["p7m","p7c"]},"application/pkcs7-signature":{source:"iana",extensions:["p7s"]},"application/pkcs8":{source:"iana",extensions:["p8"]},"application/pkcs8-encrypted":{source:"iana"},"application/pkix-attr-cert":{source:"iana",extensions:["ac"]},"application/pkix-cert":{source:"iana",extensions:["cer"]},"application/pkix-crl":{source:"iana",extensions:["crl"]},"application/pkix-pkipath":{source:"iana",extensions:["pkipath"]},"application/pkixcmp":{source:"iana",extensions:["pki"]},"application/pls+xml":{source:"iana",compressible:!0,extensions:["pls"]},"application/poc-settings+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/postscript":{source:"iana",compressible:!0,extensions:["ai","eps","ps"]},"application/ppsp-tracker+json":{source:"iana",compressible:!0},"application/problem+json":{source:"iana",compressible:!0},"application/problem+xml":{source:"iana",compressible:!0},"application/provenance+xml":{source:"iana",compressible:!0,extensions:["provx"]},"application/prs.alvestrand.titrax-sheet":{source:"iana"},"application/prs.cww":{source:"iana",extensions:["cww"]},"application/prs.cyn":{source:"iana",charset:"7-BIT"},"application/prs.hpub+zip":{source:"iana",compressible:!1},"application/prs.nprend":{source:"iana"},"application/prs.plucker":{source:"iana"},"application/prs.rdf-xml-crypt":{source:"iana"},"application/prs.xsf+xml":{source:"iana",compressible:!0},"application/pskc+xml":{source:"iana",compressible:!0,extensions:["pskcxml"]},"application/pvd+json":{source:"iana",compressible:!0},"application/qsig":{source:"iana"},"application/raml+yaml":{compressible:!0,extensions:["raml"]},"application/raptorfec":{source:"iana"},"application/rdap+json":{source:"iana",compressible:!0},"application/rdf+xml":{source:"iana",compressible:!0,extensions:["rdf","owl"]},"application/reginfo+xml":{source:"iana",compressible:!0,extensions:["rif"]},"application/relax-ng-compact-syntax":{source:"iana",extensions:["rnc"]},"application/remote-printing":{source:"iana"},"application/reputon+json":{source:"iana",compressible:!0},"application/resource-lists+xml":{source:"iana",compressible:!0,extensions:["rl"]},"application/resource-lists-diff+xml":{source:"iana",compressible:!0,extensions:["rld"]},"application/rfc+xml":{source:"iana",compressible:!0},"application/riscos":{source:"iana"},"application/rlmi+xml":{source:"iana",compressible:!0},"application/rls-services+xml":{source:"iana",compressible:!0,extensions:["rs"]},"application/route-apd+xml":{source:"iana",compressible:!0,extensions:["rapd"]},"application/route-s-tsid+xml":{source:"iana",compressible:!0,extensions:["sls"]},"application/route-usd+xml":{source:"iana",compressible:!0,extensions:["rusd"]},"application/rpki-ghostbusters":{source:"iana",extensions:["gbr"]},"application/rpki-manifest":{source:"iana",extensions:["mft"]},"application/rpki-publication":{source:"iana"},"application/rpki-roa":{source:"iana",extensions:["roa"]},"application/rpki-updown":{source:"iana"},"application/rsd+xml":{source:"apache",compressible:!0,extensions:["rsd"]},"application/rss+xml":{source:"apache",compressible:!0,extensions:["rss"]},"application/rtf":{source:"iana",compressible:!0,extensions:["rtf"]},"application/rtploopback":{source:"iana"},"application/rtx":{source:"iana"},"application/samlassertion+xml":{source:"iana",compressible:!0},"application/samlmetadata+xml":{source:"iana",compressible:!0},"application/sarif+json":{source:"iana",compressible:!0},"application/sarif-external-properties+json":{source:"iana",compressible:!0},"application/sbe":{source:"iana"},"application/sbml+xml":{source:"iana",compressible:!0,extensions:["sbml"]},"application/scaip+xml":{source:"iana",compressible:!0},"application/scim+json":{source:"iana",compressible:!0},"application/scvp-cv-request":{source:"iana",extensions:["scq"]},"application/scvp-cv-response":{source:"iana",extensions:["scs"]},"application/scvp-vp-request":{source:"iana",extensions:["spq"]},"application/scvp-vp-response":{source:"iana",extensions:["spp"]},"application/sdp":{source:"iana",extensions:["sdp"]},"application/secevent+jwt":{source:"iana"},"application/senml+cbor":{source:"iana"},"application/senml+json":{source:"iana",compressible:!0},"application/senml+xml":{source:"iana",compressible:!0,extensions:["senmlx"]},"application/senml-etch+cbor":{source:"iana"},"application/senml-etch+json":{source:"iana",compressible:!0},"application/senml-exi":{source:"iana"},"application/sensml+cbor":{source:"iana"},"application/sensml+json":{source:"iana",compressible:!0},"application/sensml+xml":{source:"iana",compressible:!0,extensions:["sensmlx"]},"application/sensml-exi":{source:"iana"},"application/sep+xml":{source:"iana",compressible:!0},"application/sep-exi":{source:"iana"},"application/session-info":{source:"iana"},"application/set-payment":{source:"iana"},"application/set-payment-initiation":{source:"iana",extensions:["setpay"]},"application/set-registration":{source:"iana"},"application/set-registration-initiation":{source:"iana",extensions:["setreg"]},"application/sgml":{source:"iana"},"application/sgml-open-catalog":{source:"iana"},"application/shf+xml":{source:"iana",compressible:!0,extensions:["shf"]},"application/sieve":{source:"iana",extensions:["siv","sieve"]},"application/simple-filter+xml":{source:"iana",compressible:!0},"application/simple-message-summary":{source:"iana"},"application/simplesymbolcontainer":{source:"iana"},"application/sipc":{source:"iana"},"application/slate":{source:"iana"},"application/smil":{source:"iana"},"application/smil+xml":{source:"iana",compressible:!0,extensions:["smi","smil"]},"application/smpte336m":{source:"iana"},"application/soap+fastinfoset":{source:"iana"},"application/soap+xml":{source:"iana",compressible:!0},"application/sparql-query":{source:"iana",extensions:["rq"]},"application/sparql-results+xml":{source:"iana",compressible:!0,extensions:["srx"]},"application/spdx+json":{source:"iana",compressible:!0},"application/spirits-event+xml":{source:"iana",compressible:!0},"application/sql":{source:"iana"},"application/srgs":{source:"iana",extensions:["gram"]},"application/srgs+xml":{source:"iana",compressible:!0,extensions:["grxml"]},"application/sru+xml":{source:"iana",compressible:!0,extensions:["sru"]},"application/ssdl+xml":{source:"apache",compressible:!0,extensions:["ssdl"]},"application/ssml+xml":{source:"iana",compressible:!0,extensions:["ssml"]},"application/stix+json":{source:"iana",compressible:!0},"application/swid+xml":{source:"iana",compressible:!0,extensions:["swidtag"]},"application/tamp-apex-update":{source:"iana"},"application/tamp-apex-update-confirm":{source:"iana"},"application/tamp-community-update":{source:"iana"},"application/tamp-community-update-confirm":{source:"iana"},"application/tamp-error":{source:"iana"},"application/tamp-sequence-adjust":{source:"iana"},"application/tamp-sequence-adjust-confirm":{source:"iana"},"application/tamp-status-query":{source:"iana"},"application/tamp-status-response":{source:"iana"},"application/tamp-update":{source:"iana"},"application/tamp-update-confirm":{source:"iana"},"application/tar":{compressible:!0},"application/taxii+json":{source:"iana",compressible:!0},"application/td+json":{source:"iana",compressible:!0},"application/tei+xml":{source:"iana",compressible:!0,extensions:["tei","teicorpus"]},"application/tetra_isi":{source:"iana"},"application/thraud+xml":{source:"iana",compressible:!0,extensions:["tfi"]},"application/timestamp-query":{source:"iana"},"application/timestamp-reply":{source:"iana"},"application/timestamped-data":{source:"iana",extensions:["tsd"]},"application/tlsrpt+gzip":{source:"iana"},"application/tlsrpt+json":{source:"iana",compressible:!0},"application/tnauthlist":{source:"iana"},"application/token-introspection+jwt":{source:"iana"},"application/toml":{compressible:!0,extensions:["toml"]},"application/trickle-ice-sdpfrag":{source:"iana"},"application/trig":{source:"iana",extensions:["trig"]},"application/ttml+xml":{source:"iana",compressible:!0,extensions:["ttml"]},"application/tve-trigger":{source:"iana"},"application/tzif":{source:"iana"},"application/tzif-leap":{source:"iana"},"application/ubjson":{compressible:!1,extensions:["ubj"]},"application/ulpfec":{source:"iana"},"application/urc-grpsheet+xml":{source:"iana",compressible:!0},"application/urc-ressheet+xml":{source:"iana",compressible:!0,extensions:["rsheet"]},"application/urc-targetdesc+xml":{source:"iana",compressible:!0,extensions:["td"]},"application/urc-uisocketdesc+xml":{source:"iana",compressible:!0},"application/vcard+json":{source:"iana",compressible:!0},"application/vcard+xml":{source:"iana",compressible:!0},"application/vemmi":{source:"iana"},"application/vividence.scriptfile":{source:"apache"},"application/vnd.1000minds.decision-model+xml":{source:"iana",compressible:!0,extensions:["1km"]},"application/vnd.3gpp-prose+xml":{source:"iana",compressible:!0},"application/vnd.3gpp-prose-pc3ch+xml":{source:"iana",compressible:!0},"application/vnd.3gpp-v2x-local-service-information":{source:"iana"},"application/vnd.3gpp.5gnas":{source:"iana"},"application/vnd.3gpp.access-transfer-events+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.bsf+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.gmop+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.gtpc":{source:"iana"},"application/vnd.3gpp.interworking-data":{source:"iana"},"application/vnd.3gpp.lpp":{source:"iana"},"application/vnd.3gpp.mc-signalling-ear":{source:"iana"},"application/vnd.3gpp.mcdata-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-payload":{source:"iana"},"application/vnd.3gpp.mcdata-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-signalling":{source:"iana"},"application/vnd.3gpp.mcdata-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-floor-request+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-location-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-mbms-usage-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-signed+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-ue-init-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-affiliation-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-location-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-mbms-usage-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-transmission-request+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mid-call+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.ngap":{source:"iana"},"application/vnd.3gpp.pfcp":{source:"iana"},"application/vnd.3gpp.pic-bw-large":{source:"iana",extensions:["plb"]},"application/vnd.3gpp.pic-bw-small":{source:"iana",extensions:["psb"]},"application/vnd.3gpp.pic-bw-var":{source:"iana",extensions:["pvb"]},"application/vnd.3gpp.s1ap":{source:"iana"},"application/vnd.3gpp.sms":{source:"iana"},"application/vnd.3gpp.sms+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.srvcc-ext+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.srvcc-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.state-and-event-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.ussd+xml":{source:"iana",compressible:!0},"application/vnd.3gpp2.bcmcsinfo+xml":{source:"iana",compressible:!0},"application/vnd.3gpp2.sms":{source:"iana"},"application/vnd.3gpp2.tcap":{source:"iana",extensions:["tcap"]},"application/vnd.3lightssoftware.imagescal":{source:"iana"},"application/vnd.3m.post-it-notes":{source:"iana",extensions:["pwn"]},"application/vnd.accpac.simply.aso":{source:"iana",extensions:["aso"]},"application/vnd.accpac.simply.imp":{source:"iana",extensions:["imp"]},"application/vnd.acucobol":{source:"iana",extensions:["acu"]},"application/vnd.acucorp":{source:"iana",extensions:["atc","acutc"]},"application/vnd.adobe.air-application-installer-package+zip":{source:"apache",compressible:!1,extensions:["air"]},"application/vnd.adobe.flash.movie":{source:"iana"},"application/vnd.adobe.formscentral.fcdt":{source:"iana",extensions:["fcdt"]},"application/vnd.adobe.fxp":{source:"iana",extensions:["fxp","fxpl"]},"application/vnd.adobe.partial-upload":{source:"iana"},"application/vnd.adobe.xdp+xml":{source:"iana",compressible:!0,extensions:["xdp"]},"application/vnd.adobe.xfdf":{source:"iana",extensions:["xfdf"]},"application/vnd.aether.imp":{source:"iana"},"application/vnd.afpc.afplinedata":{source:"iana"},"application/vnd.afpc.afplinedata-pagedef":{source:"iana"},"application/vnd.afpc.cmoca-cmresource":{source:"iana"},"application/vnd.afpc.foca-charset":{source:"iana"},"application/vnd.afpc.foca-codedfont":{source:"iana"},"application/vnd.afpc.foca-codepage":{source:"iana"},"application/vnd.afpc.modca":{source:"iana"},"application/vnd.afpc.modca-cmtable":{source:"iana"},"application/vnd.afpc.modca-formdef":{source:"iana"},"application/vnd.afpc.modca-mediummap":{source:"iana"},"application/vnd.afpc.modca-objectcontainer":{source:"iana"},"application/vnd.afpc.modca-overlay":{source:"iana"},"application/vnd.afpc.modca-pagesegment":{source:"iana"},"application/vnd.age":{source:"iana",extensions:["age"]},"application/vnd.ah-barcode":{source:"iana"},"application/vnd.ahead.space":{source:"iana",extensions:["ahead"]},"application/vnd.airzip.filesecure.azf":{source:"iana",extensions:["azf"]},"application/vnd.airzip.filesecure.azs":{source:"iana",extensions:["azs"]},"application/vnd.amadeus+json":{source:"iana",compressible:!0},"application/vnd.amazon.ebook":{source:"apache",extensions:["azw"]},"application/vnd.amazon.mobi8-ebook":{source:"iana"},"application/vnd.americandynamics.acc":{source:"iana",extensions:["acc"]},"application/vnd.amiga.ami":{source:"iana",extensions:["ami"]},"application/vnd.amundsen.maze+xml":{source:"iana",compressible:!0},"application/vnd.android.ota":{source:"iana"},"application/vnd.android.package-archive":{source:"apache",compressible:!1,extensions:["apk"]},"application/vnd.anki":{source:"iana"},"application/vnd.anser-web-certificate-issue-initiation":{source:"iana",extensions:["cii"]},"application/vnd.anser-web-funds-transfer-initiation":{source:"apache",extensions:["fti"]},"application/vnd.antix.game-component":{source:"iana",extensions:["atx"]},"application/vnd.apache.arrow.file":{source:"iana"},"application/vnd.apache.arrow.stream":{source:"iana"},"application/vnd.apache.thrift.binary":{source:"iana"},"application/vnd.apache.thrift.compact":{source:"iana"},"application/vnd.apache.thrift.json":{source:"iana"},"application/vnd.api+json":{source:"iana",compressible:!0},"application/vnd.aplextor.warrp+json":{source:"iana",compressible:!0},"application/vnd.apothekende.reservation+json":{source:"iana",compressible:!0},"application/vnd.apple.installer+xml":{source:"iana",compressible:!0,extensions:["mpkg"]},"application/vnd.apple.keynote":{source:"iana",extensions:["key"]},"application/vnd.apple.mpegurl":{source:"iana",extensions:["m3u8"]},"application/vnd.apple.numbers":{source:"iana",extensions:["numbers"]},"application/vnd.apple.pages":{source:"iana",extensions:["pages"]},"application/vnd.apple.pkpass":{compressible:!1,extensions:["pkpass"]},"application/vnd.arastra.swi":{source:"iana"},"application/vnd.aristanetworks.swi":{source:"iana",extensions:["swi"]},"application/vnd.artisan+json":{source:"iana",compressible:!0},"application/vnd.artsquare":{source:"iana"},"application/vnd.astraea-software.iota":{source:"iana",extensions:["iota"]},"application/vnd.audiograph":{source:"iana",extensions:["aep"]},"application/vnd.autopackage":{source:"iana"},"application/vnd.avalon+json":{source:"iana",compressible:!0},"application/vnd.avistar+xml":{source:"iana",compressible:!0},"application/vnd.balsamiq.bmml+xml":{source:"iana",compressible:!0,extensions:["bmml"]},"application/vnd.balsamiq.bmpr":{source:"iana"},"application/vnd.banana-accounting":{source:"iana"},"application/vnd.bbf.usp.error":{source:"iana"},"application/vnd.bbf.usp.msg":{source:"iana"},"application/vnd.bbf.usp.msg+json":{source:"iana",compressible:!0},"application/vnd.bekitzur-stech+json":{source:"iana",compressible:!0},"application/vnd.bint.med-content":{source:"iana"},"application/vnd.biopax.rdf+xml":{source:"iana",compressible:!0},"application/vnd.blink-idb-value-wrapper":{source:"iana"},"application/vnd.blueice.multipass":{source:"iana",extensions:["mpm"]},"application/vnd.bluetooth.ep.oob":{source:"iana"},"application/vnd.bluetooth.le.oob":{source:"iana"},"application/vnd.bmi":{source:"iana",extensions:["bmi"]},"application/vnd.bpf":{source:"iana"},"application/vnd.bpf3":{source:"iana"},"application/vnd.businessobjects":{source:"iana",extensions:["rep"]},"application/vnd.byu.uapi+json":{source:"iana",compressible:!0},"application/vnd.cab-jscript":{source:"iana"},"application/vnd.canon-cpdl":{source:"iana"},"application/vnd.canon-lips":{source:"iana"},"application/vnd.capasystems-pg+json":{source:"iana",compressible:!0},"application/vnd.cendio.thinlinc.clientconf":{source:"iana"},"application/vnd.century-systems.tcp_stream":{source:"iana"},"application/vnd.chemdraw+xml":{source:"iana",compressible:!0,extensions:["cdxml"]},"application/vnd.chess-pgn":{source:"iana"},"application/vnd.chipnuts.karaoke-mmd":{source:"iana",extensions:["mmd"]},"application/vnd.ciedi":{source:"iana"},"application/vnd.cinderella":{source:"iana",extensions:["cdy"]},"application/vnd.cirpack.isdn-ext":{source:"iana"},"application/vnd.citationstyles.style+xml":{source:"iana",compressible:!0,extensions:["csl"]},"application/vnd.claymore":{source:"iana",extensions:["cla"]},"application/vnd.cloanto.rp9":{source:"iana",extensions:["rp9"]},"application/vnd.clonk.c4group":{source:"iana",extensions:["c4g","c4d","c4f","c4p","c4u"]},"application/vnd.cluetrust.cartomobile-config":{source:"iana",extensions:["c11amc"]},"application/vnd.cluetrust.cartomobile-config-pkg":{source:"iana",extensions:["c11amz"]},"application/vnd.coffeescript":{source:"iana"},"application/vnd.collabio.xodocuments.document":{source:"iana"},"application/vnd.collabio.xodocuments.document-template":{source:"iana"},"application/vnd.collabio.xodocuments.presentation":{source:"iana"},"application/vnd.collabio.xodocuments.presentation-template":{source:"iana"},"application/vnd.collabio.xodocuments.spreadsheet":{source:"iana"},"application/vnd.collabio.xodocuments.spreadsheet-template":{source:"iana"},"application/vnd.collection+json":{source:"iana",compressible:!0},"application/vnd.collection.doc+json":{source:"iana",compressible:!0},"application/vnd.collection.next+json":{source:"iana",compressible:!0},"application/vnd.comicbook+zip":{source:"iana",compressible:!1},"application/vnd.comicbook-rar":{source:"iana"},"application/vnd.commerce-battelle":{source:"iana"},"application/vnd.commonspace":{source:"iana",extensions:["csp"]},"application/vnd.contact.cmsg":{source:"iana",extensions:["cdbcmsg"]},"application/vnd.coreos.ignition+json":{source:"iana",compressible:!0},"application/vnd.cosmocaller":{source:"iana",extensions:["cmc"]},"application/vnd.crick.clicker":{source:"iana",extensions:["clkx"]},"application/vnd.crick.clicker.keyboard":{source:"iana",extensions:["clkk"]},"application/vnd.crick.clicker.palette":{source:"iana",extensions:["clkp"]},"application/vnd.crick.clicker.template":{source:"iana",extensions:["clkt"]},"application/vnd.crick.clicker.wordbank":{source:"iana",extensions:["clkw"]},"application/vnd.criticaltools.wbs+xml":{source:"iana",compressible:!0,extensions:["wbs"]},"application/vnd.cryptii.pipe+json":{source:"iana",compressible:!0},"application/vnd.crypto-shade-file":{source:"iana"},"application/vnd.cryptomator.encrypted":{source:"iana"},"application/vnd.cryptomator.vault":{source:"iana"},"application/vnd.ctc-posml":{source:"iana",extensions:["pml"]},"application/vnd.ctct.ws+xml":{source:"iana",compressible:!0},"application/vnd.cups-pdf":{source:"iana"},"application/vnd.cups-postscript":{source:"iana"},"application/vnd.cups-ppd":{source:"iana",extensions:["ppd"]},"application/vnd.cups-raster":{source:"iana"},"application/vnd.cups-raw":{source:"iana"},"application/vnd.curl":{source:"iana"},"application/vnd.curl.car":{source:"apache",extensions:["car"]},"application/vnd.curl.pcurl":{source:"apache",extensions:["pcurl"]},"application/vnd.cyan.dean.root+xml":{source:"iana",compressible:!0},"application/vnd.cybank":{source:"iana"},"application/vnd.cyclonedx+json":{source:"iana",compressible:!0},"application/vnd.cyclonedx+xml":{source:"iana",compressible:!0},"application/vnd.d2l.coursepackage1p0+zip":{source:"iana",compressible:!1},"application/vnd.d3m-dataset":{source:"iana"},"application/vnd.d3m-problem":{source:"iana"},"application/vnd.dart":{source:"iana",compressible:!0,extensions:["dart"]},"application/vnd.data-vision.rdz":{source:"iana",extensions:["rdz"]},"application/vnd.datapackage+json":{source:"iana",compressible:!0},"application/vnd.dataresource+json":{source:"iana",compressible:!0},"application/vnd.dbf":{source:"iana",extensions:["dbf"]},"application/vnd.debian.binary-package":{source:"iana"},"application/vnd.dece.data":{source:"iana",extensions:["uvf","uvvf","uvd","uvvd"]},"application/vnd.dece.ttml+xml":{source:"iana",compressible:!0,extensions:["uvt","uvvt"]},"application/vnd.dece.unspecified":{source:"iana",extensions:["uvx","uvvx"]},"application/vnd.dece.zip":{source:"iana",extensions:["uvz","uvvz"]},"application/vnd.denovo.fcselayout-link":{source:"iana",extensions:["fe_launch"]},"application/vnd.desmume.movie":{source:"iana"},"application/vnd.dir-bi.plate-dl-nosuffix":{source:"iana"},"application/vnd.dm.delegation+xml":{source:"iana",compressible:!0},"application/vnd.dna":{source:"iana",extensions:["dna"]},"application/vnd.document+json":{source:"iana",compressible:!0},"application/vnd.dolby.mlp":{source:"apache",extensions:["mlp"]},"application/vnd.dolby.mobile.1":{source:"iana"},"application/vnd.dolby.mobile.2":{source:"iana"},"application/vnd.doremir.scorecloud-binary-document":{source:"iana"},"application/vnd.dpgraph":{source:"iana",extensions:["dpg"]},"application/vnd.dreamfactory":{source:"iana",extensions:["dfac"]},"application/vnd.drive+json":{source:"iana",compressible:!0},"application/vnd.ds-keypoint":{source:"apache",extensions:["kpxx"]},"application/vnd.dtg.local":{source:"iana"},"application/vnd.dtg.local.flash":{source:"iana"},"application/vnd.dtg.local.html":{source:"iana"},"application/vnd.dvb.ait":{source:"iana",extensions:["ait"]},"application/vnd.dvb.dvbisl+xml":{source:"iana",compressible:!0},"application/vnd.dvb.dvbj":{source:"iana"},"application/vnd.dvb.esgcontainer":{source:"iana"},"application/vnd.dvb.ipdcdftnotifaccess":{source:"iana"},"application/vnd.dvb.ipdcesgaccess":{source:"iana"},"application/vnd.dvb.ipdcesgaccess2":{source:"iana"},"application/vnd.dvb.ipdcesgpdd":{source:"iana"},"application/vnd.dvb.ipdcroaming":{source:"iana"},"application/vnd.dvb.iptv.alfec-base":{source:"iana"},"application/vnd.dvb.iptv.alfec-enhancement":{source:"iana"},"application/vnd.dvb.notif-aggregate-root+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-container+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-generic+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-msglist+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-registration-request+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-registration-response+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-init+xml":{source:"iana",compressible:!0},"application/vnd.dvb.pfr":{source:"iana"},"application/vnd.dvb.service":{source:"iana",extensions:["svc"]},"application/vnd.dxr":{source:"iana"},"application/vnd.dynageo":{source:"iana",extensions:["geo"]},"application/vnd.dzr":{source:"iana"},"application/vnd.easykaraoke.cdgdownload":{source:"iana"},"application/vnd.ecdis-update":{source:"iana"},"application/vnd.ecip.rlp":{source:"iana"},"application/vnd.eclipse.ditto+json":{source:"iana",compressible:!0},"application/vnd.ecowin.chart":{source:"iana",extensions:["mag"]},"application/vnd.ecowin.filerequest":{source:"iana"},"application/vnd.ecowin.fileupdate":{source:"iana"},"application/vnd.ecowin.series":{source:"iana"},"application/vnd.ecowin.seriesrequest":{source:"iana"},"application/vnd.ecowin.seriesupdate":{source:"iana"},"application/vnd.efi.img":{source:"iana"},"application/vnd.efi.iso":{source:"iana"},"application/vnd.emclient.accessrequest+xml":{source:"iana",compressible:!0},"application/vnd.enliven":{source:"iana",extensions:["nml"]},"application/vnd.enphase.envoy":{source:"iana"},"application/vnd.eprints.data+xml":{source:"iana",compressible:!0},"application/vnd.epson.esf":{source:"iana",extensions:["esf"]},"application/vnd.epson.msf":{source:"iana",extensions:["msf"]},"application/vnd.epson.quickanime":{source:"iana",extensions:["qam"]},"application/vnd.epson.salt":{source:"iana",extensions:["slt"]},"application/vnd.epson.ssf":{source:"iana",extensions:["ssf"]},"application/vnd.ericsson.quickcall":{source:"iana"},"application/vnd.espass-espass+zip":{source:"iana",compressible:!1},"application/vnd.eszigno3+xml":{source:"iana",compressible:!0,extensions:["es3","et3"]},"application/vnd.etsi.aoc+xml":{source:"iana",compressible:!0},"application/vnd.etsi.asic-e+zip":{source:"iana",compressible:!1},"application/vnd.etsi.asic-s+zip":{source:"iana",compressible:!1},"application/vnd.etsi.cug+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvcommand+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvdiscovery+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvprofile+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-bc+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-cod+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-npvr+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvservice+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsync+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvueprofile+xml":{source:"iana",compressible:!0},"application/vnd.etsi.mcid+xml":{source:"iana",compressible:!0},"application/vnd.etsi.mheg5":{source:"iana"},"application/vnd.etsi.overload-control-policy-dataset+xml":{source:"iana",compressible:!0},"application/vnd.etsi.pstn+xml":{source:"iana",compressible:!0},"application/vnd.etsi.sci+xml":{source:"iana",compressible:!0},"application/vnd.etsi.simservs+xml":{source:"iana",compressible:!0},"application/vnd.etsi.timestamp-token":{source:"iana"},"application/vnd.etsi.tsl+xml":{source:"iana",compressible:!0},"application/vnd.etsi.tsl.der":{source:"iana"},"application/vnd.eu.kasparian.car+json":{source:"iana",compressible:!0},"application/vnd.eudora.data":{source:"iana"},"application/vnd.evolv.ecig.profile":{source:"iana"},"application/vnd.evolv.ecig.settings":{source:"iana"},"application/vnd.evolv.ecig.theme":{source:"iana"},"application/vnd.exstream-empower+zip":{source:"iana",compressible:!1},"application/vnd.exstream-package":{source:"iana"},"application/vnd.ezpix-album":{source:"iana",extensions:["ez2"]},"application/vnd.ezpix-package":{source:"iana",extensions:["ez3"]},"application/vnd.f-secure.mobile":{source:"iana"},"application/vnd.familysearch.gedcom+zip":{source:"iana",compressible:!1},"application/vnd.fastcopy-disk-image":{source:"iana"},"application/vnd.fdf":{source:"iana",extensions:["fdf"]},"application/vnd.fdsn.mseed":{source:"iana",extensions:["mseed"]},"application/vnd.fdsn.seed":{source:"iana",extensions:["seed","dataless"]},"application/vnd.ffsns":{source:"iana"},"application/vnd.ficlab.flb+zip":{source:"iana",compressible:!1},"application/vnd.filmit.zfc":{source:"iana"},"application/vnd.fints":{source:"iana"},"application/vnd.firemonkeys.cloudcell":{source:"iana"},"application/vnd.flographit":{source:"iana",extensions:["gph"]},"application/vnd.fluxtime.clip":{source:"iana",extensions:["ftc"]},"application/vnd.font-fontforge-sfd":{source:"iana"},"application/vnd.framemaker":{source:"iana",extensions:["fm","frame","maker","book"]},"application/vnd.frogans.fnc":{source:"iana",extensions:["fnc"]},"application/vnd.frogans.ltf":{source:"iana",extensions:["ltf"]},"application/vnd.fsc.weblaunch":{source:"iana",extensions:["fsc"]},"application/vnd.fujifilm.fb.docuworks":{source:"iana"},"application/vnd.fujifilm.fb.docuworks.binder":{source:"iana"},"application/vnd.fujifilm.fb.docuworks.container":{source:"iana"},"application/vnd.fujifilm.fb.jfi+xml":{source:"iana",compressible:!0},"application/vnd.fujitsu.oasys":{source:"iana",extensions:["oas"]},"application/vnd.fujitsu.oasys2":{source:"iana",extensions:["oa2"]},"application/vnd.fujitsu.oasys3":{source:"iana",extensions:["oa3"]},"application/vnd.fujitsu.oasysgp":{source:"iana",extensions:["fg5"]},"application/vnd.fujitsu.oasysprs":{source:"iana",extensions:["bh2"]},"application/vnd.fujixerox.art-ex":{source:"iana"},"application/vnd.fujixerox.art4":{source:"iana"},"application/vnd.fujixerox.ddd":{source:"iana",extensions:["ddd"]},"application/vnd.fujixerox.docuworks":{source:"iana",extensions:["xdw"]},"application/vnd.fujixerox.docuworks.binder":{source:"iana",extensions:["xbd"]},"application/vnd.fujixerox.docuworks.container":{source:"iana"},"application/vnd.fujixerox.hbpl":{source:"iana"},"application/vnd.fut-misnet":{source:"iana"},"application/vnd.futoin+cbor":{source:"iana"},"application/vnd.futoin+json":{source:"iana",compressible:!0},"application/vnd.fuzzysheet":{source:"iana",extensions:["fzs"]},"application/vnd.genomatix.tuxedo":{source:"iana",extensions:["txd"]},"application/vnd.gentics.grd+json":{source:"iana",compressible:!0},"application/vnd.geo+json":{source:"iana",compressible:!0},"application/vnd.geocube+xml":{source:"iana",compressible:!0},"application/vnd.geogebra.file":{source:"iana",extensions:["ggb"]},"application/vnd.geogebra.slides":{source:"iana"},"application/vnd.geogebra.tool":{source:"iana",extensions:["ggt"]},"application/vnd.geometry-explorer":{source:"iana",extensions:["gex","gre"]},"application/vnd.geonext":{source:"iana",extensions:["gxt"]},"application/vnd.geoplan":{source:"iana",extensions:["g2w"]},"application/vnd.geospace":{source:"iana",extensions:["g3w"]},"application/vnd.gerber":{source:"iana"},"application/vnd.globalplatform.card-content-mgt":{source:"iana"},"application/vnd.globalplatform.card-content-mgt-response":{source:"iana"},"application/vnd.gmx":{source:"iana",extensions:["gmx"]},"application/vnd.google-apps.document":{compressible:!1,extensions:["gdoc"]},"application/vnd.google-apps.presentation":{compressible:!1,extensions:["gslides"]},"application/vnd.google-apps.spreadsheet":{compressible:!1,extensions:["gsheet"]},"application/vnd.google-earth.kml+xml":{source:"iana",compressible:!0,extensions:["kml"]},"application/vnd.google-earth.kmz":{source:"iana",compressible:!1,extensions:["kmz"]},"application/vnd.gov.sk.e-form+xml":{source:"iana",compressible:!0},"application/vnd.gov.sk.e-form+zip":{source:"iana",compressible:!1},"application/vnd.gov.sk.xmldatacontainer+xml":{source:"iana",compressible:!0},"application/vnd.grafeq":{source:"iana",extensions:["gqf","gqs"]},"application/vnd.gridmp":{source:"iana"},"application/vnd.groove-account":{source:"iana",extensions:["gac"]},"application/vnd.groove-help":{source:"iana",extensions:["ghf"]},"application/vnd.groove-identity-message":{source:"iana",extensions:["gim"]},"application/vnd.groove-injector":{source:"iana",extensions:["grv"]},"application/vnd.groove-tool-message":{source:"iana",extensions:["gtm"]},"application/vnd.groove-tool-template":{source:"iana",extensions:["tpl"]},"application/vnd.groove-vcard":{source:"iana",extensions:["vcg"]},"application/vnd.hal+json":{source:"iana",compressible:!0},"application/vnd.hal+xml":{source:"iana",compressible:!0,extensions:["hal"]},"application/vnd.handheld-entertainment+xml":{source:"iana",compressible:!0,extensions:["zmm"]},"application/vnd.hbci":{source:"iana",extensions:["hbci"]},"application/vnd.hc+json":{source:"iana",compressible:!0},"application/vnd.hcl-bireports":{source:"iana"},"application/vnd.hdt":{source:"iana"},"application/vnd.heroku+json":{source:"iana",compressible:!0},"application/vnd.hhe.lesson-player":{source:"iana",extensions:["les"]},"application/vnd.hl7cda+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.hl7v2+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.hp-hpgl":{source:"iana",extensions:["hpgl"]},"application/vnd.hp-hpid":{source:"iana",extensions:["hpid"]},"application/vnd.hp-hps":{source:"iana",extensions:["hps"]},"application/vnd.hp-jlyt":{source:"iana",extensions:["jlt"]},"application/vnd.hp-pcl":{source:"iana",extensions:["pcl"]},"application/vnd.hp-pclxl":{source:"iana",extensions:["pclxl"]},"application/vnd.httphone":{source:"iana"},"application/vnd.hydrostatix.sof-data":{source:"iana",extensions:["sfd-hdstx"]},"application/vnd.hyper+json":{source:"iana",compressible:!0},"application/vnd.hyper-item+json":{source:"iana",compressible:!0},"application/vnd.hyperdrive+json":{source:"iana",compressible:!0},"application/vnd.hzn-3d-crossword":{source:"iana"},"application/vnd.ibm.afplinedata":{source:"iana"},"application/vnd.ibm.electronic-media":{source:"iana"},"application/vnd.ibm.minipay":{source:"iana",extensions:["mpy"]},"application/vnd.ibm.modcap":{source:"iana",extensions:["afp","listafp","list3820"]},"application/vnd.ibm.rights-management":{source:"iana",extensions:["irm"]},"application/vnd.ibm.secure-container":{source:"iana",extensions:["sc"]},"application/vnd.iccprofile":{source:"iana",extensions:["icc","icm"]},"application/vnd.ieee.1905":{source:"iana"},"application/vnd.igloader":{source:"iana",extensions:["igl"]},"application/vnd.imagemeter.folder+zip":{source:"iana",compressible:!1},"application/vnd.imagemeter.image+zip":{source:"iana",compressible:!1},"application/vnd.immervision-ivp":{source:"iana",extensions:["ivp"]},"application/vnd.immervision-ivu":{source:"iana",extensions:["ivu"]},"application/vnd.ims.imsccv1p1":{source:"iana"},"application/vnd.ims.imsccv1p2":{source:"iana"},"application/vnd.ims.imsccv1p3":{source:"iana"},"application/vnd.ims.lis.v2.result+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolconsumerprofile+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolproxy+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolproxy.id+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolsettings+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolsettings.simple+json":{source:"iana",compressible:!0},"application/vnd.informedcontrol.rms+xml":{source:"iana",compressible:!0},"application/vnd.informix-visionary":{source:"iana"},"application/vnd.infotech.project":{source:"iana"},"application/vnd.infotech.project+xml":{source:"iana",compressible:!0},"application/vnd.innopath.wamp.notification":{source:"iana"},"application/vnd.insors.igm":{source:"iana",extensions:["igm"]},"application/vnd.intercon.formnet":{source:"iana",extensions:["xpw","xpx"]},"application/vnd.intergeo":{source:"iana",extensions:["i2g"]},"application/vnd.intertrust.digibox":{source:"iana"},"application/vnd.intertrust.nncp":{source:"iana"},"application/vnd.intu.qbo":{source:"iana",extensions:["qbo"]},"application/vnd.intu.qfx":{source:"iana",extensions:["qfx"]},"application/vnd.iptc.g2.catalogitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.conceptitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.knowledgeitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.newsitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.newsmessage+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.packageitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.planningitem+xml":{source:"iana",compressible:!0},"application/vnd.ipunplugged.rcprofile":{source:"iana",extensions:["rcprofile"]},"application/vnd.irepository.package+xml":{source:"iana",compressible:!0,extensions:["irp"]},"application/vnd.is-xpr":{source:"iana",extensions:["xpr"]},"application/vnd.isac.fcs":{source:"iana",extensions:["fcs"]},"application/vnd.iso11783-10+zip":{source:"iana",compressible:!1},"application/vnd.jam":{source:"iana",extensions:["jam"]},"application/vnd.japannet-directory-service":{source:"iana"},"application/vnd.japannet-jpnstore-wakeup":{source:"iana"},"application/vnd.japannet-payment-wakeup":{source:"iana"},"application/vnd.japannet-registration":{source:"iana"},"application/vnd.japannet-registration-wakeup":{source:"iana"},"application/vnd.japannet-setstore-wakeup":{source:"iana"},"application/vnd.japannet-verification":{source:"iana"},"application/vnd.japannet-verification-wakeup":{source:"iana"},"application/vnd.jcp.javame.midlet-rms":{source:"iana",extensions:["rms"]},"application/vnd.jisp":{source:"iana",extensions:["jisp"]},"application/vnd.joost.joda-archive":{source:"iana",extensions:["joda"]},"application/vnd.jsk.isdn-ngn":{source:"iana"},"application/vnd.kahootz":{source:"iana",extensions:["ktz","ktr"]},"application/vnd.kde.karbon":{source:"iana",extensions:["karbon"]},"application/vnd.kde.kchart":{source:"iana",extensions:["chrt"]},"application/vnd.kde.kformula":{source:"iana",extensions:["kfo"]},"application/vnd.kde.kivio":{source:"iana",extensions:["flw"]},"application/vnd.kde.kontour":{source:"iana",extensions:["kon"]},"application/vnd.kde.kpresenter":{source:"iana",extensions:["kpr","kpt"]},"application/vnd.kde.kspread":{source:"iana",extensions:["ksp"]},"application/vnd.kde.kword":{source:"iana",extensions:["kwd","kwt"]},"application/vnd.kenameaapp":{source:"iana",extensions:["htke"]},"application/vnd.kidspiration":{source:"iana",extensions:["kia"]},"application/vnd.kinar":{source:"iana",extensions:["kne","knp"]},"application/vnd.koan":{source:"iana",extensions:["skp","skd","skt","skm"]},"application/vnd.kodak-descriptor":{source:"iana",extensions:["sse"]},"application/vnd.las":{source:"iana"},"application/vnd.las.las+json":{source:"iana",compressible:!0},"application/vnd.las.las+xml":{source:"iana",compressible:!0,extensions:["lasxml"]},"application/vnd.laszip":{source:"iana"},"application/vnd.leap+json":{source:"iana",compressible:!0},"application/vnd.liberty-request+xml":{source:"iana",compressible:!0},"application/vnd.llamagraphics.life-balance.desktop":{source:"iana",extensions:["lbd"]},"application/vnd.llamagraphics.life-balance.exchange+xml":{source:"iana",compressible:!0,extensions:["lbe"]},"application/vnd.logipipe.circuit+zip":{source:"iana",compressible:!1},"application/vnd.loom":{source:"iana"},"application/vnd.lotus-1-2-3":{source:"iana",extensions:["123"]},"application/vnd.lotus-approach":{source:"iana",extensions:["apr"]},"application/vnd.lotus-freelance":{source:"iana",extensions:["pre"]},"application/vnd.lotus-notes":{source:"iana",extensions:["nsf"]},"application/vnd.lotus-organizer":{source:"iana",extensions:["org"]},"application/vnd.lotus-screencam":{source:"iana",extensions:["scm"]},"application/vnd.lotus-wordpro":{source:"iana",extensions:["lwp"]},"application/vnd.macports.portpkg":{source:"iana",extensions:["portpkg"]},"application/vnd.mapbox-vector-tile":{source:"iana",extensions:["mvt"]},"application/vnd.marlin.drm.actiontoken+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.conftoken+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.license+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.mdcf":{source:"iana"},"application/vnd.mason+json":{source:"iana",compressible:!0},"application/vnd.maxar.archive.3tz+zip":{source:"iana",compressible:!1},"application/vnd.maxmind.maxmind-db":{source:"iana"},"application/vnd.mcd":{source:"iana",extensions:["mcd"]},"application/vnd.medcalcdata":{source:"iana",extensions:["mc1"]},"application/vnd.mediastation.cdkey":{source:"iana",extensions:["cdkey"]},"application/vnd.meridian-slingshot":{source:"iana"},"application/vnd.mfer":{source:"iana",extensions:["mwf"]},"application/vnd.mfmp":{source:"iana",extensions:["mfm"]},"application/vnd.micro+json":{source:"iana",compressible:!0},"application/vnd.micrografx.flo":{source:"iana",extensions:["flo"]},"application/vnd.micrografx.igx":{source:"iana",extensions:["igx"]},"application/vnd.microsoft.portable-executable":{source:"iana"},"application/vnd.microsoft.windows.thumbnail-cache":{source:"iana"},"application/vnd.miele+json":{source:"iana",compressible:!0},"application/vnd.mif":{source:"iana",extensions:["mif"]},"application/vnd.minisoft-hp3000-save":{source:"iana"},"application/vnd.mitsubishi.misty-guard.trustweb":{source:"iana"},"application/vnd.mobius.daf":{source:"iana",extensions:["daf"]},"application/vnd.mobius.dis":{source:"iana",extensions:["dis"]},"application/vnd.mobius.mbk":{source:"iana",extensions:["mbk"]},"application/vnd.mobius.mqy":{source:"iana",extensions:["mqy"]},"application/vnd.mobius.msl":{source:"iana",extensions:["msl"]},"application/vnd.mobius.plc":{source:"iana",extensions:["plc"]},"application/vnd.mobius.txf":{source:"iana",extensions:["txf"]},"application/vnd.mophun.application":{source:"iana",extensions:["mpn"]},"application/vnd.mophun.certificate":{source:"iana",extensions:["mpc"]},"application/vnd.motorola.flexsuite":{source:"iana"},"application/vnd.motorola.flexsuite.adsi":{source:"iana"},"application/vnd.motorola.flexsuite.fis":{source:"iana"},"application/vnd.motorola.flexsuite.gotap":{source:"iana"},"application/vnd.motorola.flexsuite.kmr":{source:"iana"},"application/vnd.motorola.flexsuite.ttc":{source:"iana"},"application/vnd.motorola.flexsuite.wem":{source:"iana"},"application/vnd.motorola.iprm":{source:"iana"},"application/vnd.mozilla.xul+xml":{source:"iana",compressible:!0,extensions:["xul"]},"application/vnd.ms-3mfdocument":{source:"iana"},"application/vnd.ms-artgalry":{source:"iana",extensions:["cil"]},"application/vnd.ms-asf":{source:"iana"},"application/vnd.ms-cab-compressed":{source:"iana",extensions:["cab"]},"application/vnd.ms-color.iccprofile":{source:"apache"},"application/vnd.ms-excel":{source:"iana",compressible:!1,extensions:["xls","xlm","xla","xlc","xlt","xlw"]},"application/vnd.ms-excel.addin.macroenabled.12":{source:"iana",extensions:["xlam"]},"application/vnd.ms-excel.sheet.binary.macroenabled.12":{source:"iana",extensions:["xlsb"]},"application/vnd.ms-excel.sheet.macroenabled.12":{source:"iana",extensions:["xlsm"]},"application/vnd.ms-excel.template.macroenabled.12":{source:"iana",extensions:["xltm"]},"application/vnd.ms-fontobject":{source:"iana",compressible:!0,extensions:["eot"]},"application/vnd.ms-htmlhelp":{source:"iana",extensions:["chm"]},"application/vnd.ms-ims":{source:"iana",extensions:["ims"]},"application/vnd.ms-lrm":{source:"iana",extensions:["lrm"]},"application/vnd.ms-office.activex+xml":{source:"iana",compressible:!0},"application/vnd.ms-officetheme":{source:"iana",extensions:["thmx"]},"application/vnd.ms-opentype":{source:"apache",compressible:!0},"application/vnd.ms-outlook":{compressible:!1,extensions:["msg"]},"application/vnd.ms-package.obfuscated-opentype":{source:"apache"},"application/vnd.ms-pki.seccat":{source:"apache",extensions:["cat"]},"application/vnd.ms-pki.stl":{source:"apache",extensions:["stl"]},"application/vnd.ms-playready.initiator+xml":{source:"iana",compressible:!0},"application/vnd.ms-powerpoint":{source:"iana",compressible:!1,extensions:["ppt","pps","pot"]},"application/vnd.ms-powerpoint.addin.macroenabled.12":{source:"iana",extensions:["ppam"]},"application/vnd.ms-powerpoint.presentation.macroenabled.12":{source:"iana",extensions:["pptm"]},"application/vnd.ms-powerpoint.slide.macroenabled.12":{source:"iana",extensions:["sldm"]},"application/vnd.ms-powerpoint.slideshow.macroenabled.12":{source:"iana",extensions:["ppsm"]},"application/vnd.ms-powerpoint.template.macroenabled.12":{source:"iana",extensions:["potm"]},"application/vnd.ms-printdevicecapabilities+xml":{source:"iana",compressible:!0},"application/vnd.ms-printing.printticket+xml":{source:"apache",compressible:!0},"application/vnd.ms-printschematicket+xml":{source:"iana",compressible:!0},"application/vnd.ms-project":{source:"iana",extensions:["mpp","mpt"]},"application/vnd.ms-tnef":{source:"iana"},"application/vnd.ms-windows.devicepairing":{source:"iana"},"application/vnd.ms-windows.nwprinting.oob":{source:"iana"},"application/vnd.ms-windows.printerpairing":{source:"iana"},"application/vnd.ms-windows.wsd.oob":{source:"iana"},"application/vnd.ms-wmdrm.lic-chlg-req":{source:"iana"},"application/vnd.ms-wmdrm.lic-resp":{source:"iana"},"application/vnd.ms-wmdrm.meter-chlg-req":{source:"iana"},"application/vnd.ms-wmdrm.meter-resp":{source:"iana"},"application/vnd.ms-word.document.macroenabled.12":{source:"iana",extensions:["docm"]},"application/vnd.ms-word.template.macroenabled.12":{source:"iana",extensions:["dotm"]},"application/vnd.ms-works":{source:"iana",extensions:["wps","wks","wcm","wdb"]},"application/vnd.ms-wpl":{source:"iana",extensions:["wpl"]},"application/vnd.ms-xpsdocument":{source:"iana",compressible:!1,extensions:["xps"]},"application/vnd.msa-disk-image":{source:"iana"},"application/vnd.mseq":{source:"iana",extensions:["mseq"]},"application/vnd.msign":{source:"iana"},"application/vnd.multiad.creator":{source:"iana"},"application/vnd.multiad.creator.cif":{source:"iana"},"application/vnd.music-niff":{source:"iana"},"application/vnd.musician":{source:"iana",extensions:["mus"]},"application/vnd.muvee.style":{source:"iana",extensions:["msty"]},"application/vnd.mynfc":{source:"iana",extensions:["taglet"]},"application/vnd.nacamar.ybrid+json":{source:"iana",compressible:!0},"application/vnd.ncd.control":{source:"iana"},"application/vnd.ncd.reference":{source:"iana"},"application/vnd.nearst.inv+json":{source:"iana",compressible:!0},"application/vnd.nebumind.line":{source:"iana"},"application/vnd.nervana":{source:"iana"},"application/vnd.netfpx":{source:"iana"},"application/vnd.neurolanguage.nlu":{source:"iana",extensions:["nlu"]},"application/vnd.nimn":{source:"iana"},"application/vnd.nintendo.nitro.rom":{source:"iana"},"application/vnd.nintendo.snes.rom":{source:"iana"},"application/vnd.nitf":{source:"iana",extensions:["ntf","nitf"]},"application/vnd.noblenet-directory":{source:"iana",extensions:["nnd"]},"application/vnd.noblenet-sealer":{source:"iana",extensions:["nns"]},"application/vnd.noblenet-web":{source:"iana",extensions:["nnw"]},"application/vnd.nokia.catalogs":{source:"iana"},"application/vnd.nokia.conml+wbxml":{source:"iana"},"application/vnd.nokia.conml+xml":{source:"iana",compressible:!0},"application/vnd.nokia.iptv.config+xml":{source:"iana",compressible:!0},"application/vnd.nokia.isds-radio-presets":{source:"iana"},"application/vnd.nokia.landmark+wbxml":{source:"iana"},"application/vnd.nokia.landmark+xml":{source:"iana",compressible:!0},"application/vnd.nokia.landmarkcollection+xml":{source:"iana",compressible:!0},"application/vnd.nokia.n-gage.ac+xml":{source:"iana",compressible:!0,extensions:["ac"]},"application/vnd.nokia.n-gage.data":{source:"iana",extensions:["ngdat"]},"application/vnd.nokia.n-gage.symbian.install":{source:"iana",extensions:["n-gage"]},"application/vnd.nokia.ncd":{source:"iana"},"application/vnd.nokia.pcd+wbxml":{source:"iana"},"application/vnd.nokia.pcd+xml":{source:"iana",compressible:!0},"application/vnd.nokia.radio-preset":{source:"iana",extensions:["rpst"]},"application/vnd.nokia.radio-presets":{source:"iana",extensions:["rpss"]},"application/vnd.novadigm.edm":{source:"iana",extensions:["edm"]},"application/vnd.novadigm.edx":{source:"iana",extensions:["edx"]},"application/vnd.novadigm.ext":{source:"iana",extensions:["ext"]},"application/vnd.ntt-local.content-share":{source:"iana"},"application/vnd.ntt-local.file-transfer":{source:"iana"},"application/vnd.ntt-local.ogw_remote-access":{source:"iana"},"application/vnd.ntt-local.sip-ta_remote":{source:"iana"},"application/vnd.ntt-local.sip-ta_tcp_stream":{source:"iana"},"application/vnd.oasis.opendocument.chart":{source:"iana",extensions:["odc"]},"application/vnd.oasis.opendocument.chart-template":{source:"iana",extensions:["otc"]},"application/vnd.oasis.opendocument.database":{source:"iana",extensions:["odb"]},"application/vnd.oasis.opendocument.formula":{source:"iana",extensions:["odf"]},"application/vnd.oasis.opendocument.formula-template":{source:"iana",extensions:["odft"]},"application/vnd.oasis.opendocument.graphics":{source:"iana",compressible:!1,extensions:["odg"]},"application/vnd.oasis.opendocument.graphics-template":{source:"iana",extensions:["otg"]},"application/vnd.oasis.opendocument.image":{source:"iana",extensions:["odi"]},"application/vnd.oasis.opendocument.image-template":{source:"iana",extensions:["oti"]},"application/vnd.oasis.opendocument.presentation":{source:"iana",compressible:!1,extensions:["odp"]},"application/vnd.oasis.opendocument.presentation-template":{source:"iana",extensions:["otp"]},"application/vnd.oasis.opendocument.spreadsheet":{source:"iana",compressible:!1,extensions:["ods"]},"application/vnd.oasis.opendocument.spreadsheet-template":{source:"iana",extensions:["ots"]},"application/vnd.oasis.opendocument.text":{source:"iana",compressible:!1,extensions:["odt"]},"application/vnd.oasis.opendocument.text-master":{source:"iana",extensions:["odm"]},"application/vnd.oasis.opendocument.text-template":{source:"iana",extensions:["ott"]},"application/vnd.oasis.opendocument.text-web":{source:"iana",extensions:["oth"]},"application/vnd.obn":{source:"iana"},"application/vnd.ocf+cbor":{source:"iana"},"application/vnd.oci.image.manifest.v1+json":{source:"iana",compressible:!0},"application/vnd.oftn.l10n+json":{source:"iana",compressible:!0},"application/vnd.oipf.contentaccessdownload+xml":{source:"iana",compressible:!0},"application/vnd.oipf.contentaccessstreaming+xml":{source:"iana",compressible:!0},"application/vnd.oipf.cspg-hexbinary":{source:"iana"},"application/vnd.oipf.dae.svg+xml":{source:"iana",compressible:!0},"application/vnd.oipf.dae.xhtml+xml":{source:"iana",compressible:!0},"application/vnd.oipf.mippvcontrolmessage+xml":{source:"iana",compressible:!0},"application/vnd.oipf.pae.gem":{source:"iana"},"application/vnd.oipf.spdiscovery+xml":{source:"iana",compressible:!0},"application/vnd.oipf.spdlist+xml":{source:"iana",compressible:!0},"application/vnd.oipf.ueprofile+xml":{source:"iana",compressible:!0},"application/vnd.oipf.userprofile+xml":{source:"iana",compressible:!0},"application/vnd.olpc-sugar":{source:"iana",extensions:["xo"]},"application/vnd.oma-scws-config":{source:"iana"},"application/vnd.oma-scws-http-request":{source:"iana"},"application/vnd.oma-scws-http-response":{source:"iana"},"application/vnd.oma.bcast.associated-procedure-parameter+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.drm-trigger+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.imd+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.ltkm":{source:"iana"},"application/vnd.oma.bcast.notification+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.provisioningtrigger":{source:"iana"},"application/vnd.oma.bcast.sgboot":{source:"iana"},"application/vnd.oma.bcast.sgdd+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.sgdu":{source:"iana"},"application/vnd.oma.bcast.simple-symbol-container":{source:"iana"},"application/vnd.oma.bcast.smartcard-trigger+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.sprov+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.stkm":{source:"iana"},"application/vnd.oma.cab-address-book+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-feature-handler+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-pcc+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-subs-invite+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-user-prefs+xml":{source:"iana",compressible:!0},"application/vnd.oma.dcd":{source:"iana"},"application/vnd.oma.dcdc":{source:"iana"},"application/vnd.oma.dd2+xml":{source:"iana",compressible:!0,extensions:["dd2"]},"application/vnd.oma.drm.risd+xml":{source:"iana",compressible:!0},"application/vnd.oma.group-usage-list+xml":{source:"iana",compressible:!0},"application/vnd.oma.lwm2m+cbor":{source:"iana"},"application/vnd.oma.lwm2m+json":{source:"iana",compressible:!0},"application/vnd.oma.lwm2m+tlv":{source:"iana"},"application/vnd.oma.pal+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.detailed-progress-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.final-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.groups+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.invocation-descriptor+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.optimized-progress-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.push":{source:"iana"},"application/vnd.oma.scidm.messages+xml":{source:"iana",compressible:!0},"application/vnd.oma.xcap-directory+xml":{source:"iana",compressible:!0},"application/vnd.omads-email+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omads-file+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omads-folder+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omaloc-supl-init":{source:"iana"},"application/vnd.onepager":{source:"iana"},"application/vnd.onepagertamp":{source:"iana"},"application/vnd.onepagertamx":{source:"iana"},"application/vnd.onepagertat":{source:"iana"},"application/vnd.onepagertatp":{source:"iana"},"application/vnd.onepagertatx":{source:"iana"},"application/vnd.openblox.game+xml":{source:"iana",compressible:!0,extensions:["obgx"]},"application/vnd.openblox.game-binary":{source:"iana"},"application/vnd.openeye.oeb":{source:"iana"},"application/vnd.openofficeorg.extension":{source:"apache",extensions:["oxt"]},"application/vnd.openstreetmap.data+xml":{source:"iana",compressible:!0,extensions:["osm"]},"application/vnd.opentimestamps.ots":{source:"iana"},"application/vnd.openxmlformats-officedocument.custom-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.customxmlproperties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawing+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.chart+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramcolors+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramdata+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramlayout+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramstyle+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.extended-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.commentauthors+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.handoutmaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.notesmaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.notesslide+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.presentation":{source:"iana",compressible:!1,extensions:["pptx"]},"application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.presprops+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slide":{source:"iana",extensions:["sldx"]},"application/vnd.openxmlformats-officedocument.presentationml.slide+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slidelayout+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slidemaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slideshow":{source:"iana",extensions:["ppsx"]},"application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slideupdateinfo+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.tablestyles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.tags+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.template":{source:"iana",extensions:["potx"]},"application/vnd.openxmlformats-officedocument.presentationml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.viewprops+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.calcchain+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.externallink+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcachedefinition+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcacherecords+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivottable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.querytable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionheaders+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionlog+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sharedstrings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":{source:"iana",compressible:!1,extensions:["xlsx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheetmetadata+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.tablesinglecells+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.template":{source:"iana",extensions:["xltx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.usernames+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.volatiledependencies+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.theme+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.themeoverride+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.vmldrawing":{source:"iana"},"application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.document":{source:"iana",compressible:!1,extensions:["docx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.fonttable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.template":{source:"iana",extensions:["dotx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.websettings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.core-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.relationships+xml":{source:"iana",compressible:!0},"application/vnd.oracle.resource+json":{source:"iana",compressible:!0},"application/vnd.orange.indata":{source:"iana"},"application/vnd.osa.netdeploy":{source:"iana"},"application/vnd.osgeo.mapguide.package":{source:"iana",extensions:["mgp"]},"application/vnd.osgi.bundle":{source:"iana"},"application/vnd.osgi.dp":{source:"iana",extensions:["dp"]},"application/vnd.osgi.subsystem":{source:"iana",extensions:["esa"]},"application/vnd.otps.ct-kip+xml":{source:"iana",compressible:!0},"application/vnd.oxli.countgraph":{source:"iana"},"application/vnd.pagerduty+json":{source:"iana",compressible:!0},"application/vnd.palm":{source:"iana",extensions:["pdb","pqa","oprc"]},"application/vnd.panoply":{source:"iana"},"application/vnd.paos.xml":{source:"iana"},"application/vnd.patentdive":{source:"iana"},"application/vnd.patientecommsdoc":{source:"iana"},"application/vnd.pawaafile":{source:"iana",extensions:["paw"]},"application/vnd.pcos":{source:"iana"},"application/vnd.pg.format":{source:"iana",extensions:["str"]},"application/vnd.pg.osasli":{source:"iana",extensions:["ei6"]},"application/vnd.piaccess.application-licence":{source:"iana"},"application/vnd.picsel":{source:"iana",extensions:["efif"]},"application/vnd.pmi.widget":{source:"iana",extensions:["wg"]},"application/vnd.poc.group-advertisement+xml":{source:"iana",compressible:!0},"application/vnd.pocketlearn":{source:"iana",extensions:["plf"]},"application/vnd.powerbuilder6":{source:"iana",extensions:["pbd"]},"application/vnd.powerbuilder6-s":{source:"iana"},"application/vnd.powerbuilder7":{source:"iana"},"application/vnd.powerbuilder7-s":{source:"iana"},"application/vnd.powerbuilder75":{source:"iana"},"application/vnd.powerbuilder75-s":{source:"iana"},"application/vnd.preminet":{source:"iana"},"application/vnd.previewsystems.box":{source:"iana",extensions:["box"]},"application/vnd.proteus.magazine":{source:"iana",extensions:["mgz"]},"application/vnd.psfs":{source:"iana"},"application/vnd.publishare-delta-tree":{source:"iana",extensions:["qps"]},"application/vnd.pvi.ptid1":{source:"iana",extensions:["ptid"]},"application/vnd.pwg-multiplexed":{source:"iana"},"application/vnd.pwg-xhtml-print+xml":{source:"iana",compressible:!0},"application/vnd.qualcomm.brew-app-res":{source:"iana"},"application/vnd.quarantainenet":{source:"iana"},"application/vnd.quark.quarkxpress":{source:"iana",extensions:["qxd","qxt","qwd","qwt","qxl","qxb"]},"application/vnd.quobject-quoxdocument":{source:"iana"},"application/vnd.radisys.moml+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-conf+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-conn+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-dialog+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-stream+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-conf+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-base+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-fax-detect+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-fax-sendrecv+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-group+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-speech+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-transform+xml":{source:"iana",compressible:!0},"application/vnd.rainstor.data":{source:"iana"},"application/vnd.rapid":{source:"iana"},"application/vnd.rar":{source:"iana",extensions:["rar"]},"application/vnd.realvnc.bed":{source:"iana",extensions:["bed"]},"application/vnd.recordare.musicxml":{source:"iana",extensions:["mxl"]},"application/vnd.recordare.musicxml+xml":{source:"iana",compressible:!0,extensions:["musicxml"]},"application/vnd.renlearn.rlprint":{source:"iana"},"application/vnd.resilient.logic":{source:"iana"},"application/vnd.restful+json":{source:"iana",compressible:!0},"application/vnd.rig.cryptonote":{source:"iana",extensions:["cryptonote"]},"application/vnd.rim.cod":{source:"apache",extensions:["cod"]},"application/vnd.rn-realmedia":{source:"apache",extensions:["rm"]},"application/vnd.rn-realmedia-vbr":{source:"apache",extensions:["rmvb"]},"application/vnd.route66.link66+xml":{source:"iana",compressible:!0,extensions:["link66"]},"application/vnd.rs-274x":{source:"iana"},"application/vnd.ruckus.download":{source:"iana"},"application/vnd.s3sms":{source:"iana"},"application/vnd.sailingtracker.track":{source:"iana",extensions:["st"]},"application/vnd.sar":{source:"iana"},"application/vnd.sbm.cid":{source:"iana"},"application/vnd.sbm.mid2":{source:"iana"},"application/vnd.scribus":{source:"iana"},"application/vnd.sealed.3df":{source:"iana"},"application/vnd.sealed.csf":{source:"iana"},"application/vnd.sealed.doc":{source:"iana"},"application/vnd.sealed.eml":{source:"iana"},"application/vnd.sealed.mht":{source:"iana"},"application/vnd.sealed.net":{source:"iana"},"application/vnd.sealed.ppt":{source:"iana"},"application/vnd.sealed.tiff":{source:"iana"},"application/vnd.sealed.xls":{source:"iana"},"application/vnd.sealedmedia.softseal.html":{source:"iana"},"application/vnd.sealedmedia.softseal.pdf":{source:"iana"},"application/vnd.seemail":{source:"iana",extensions:["see"]},"application/vnd.seis+json":{source:"iana",compressible:!0},"application/vnd.sema":{source:"iana",extensions:["sema"]},"application/vnd.semd":{source:"iana",extensions:["semd"]},"application/vnd.semf":{source:"iana",extensions:["semf"]},"application/vnd.shade-save-file":{source:"iana"},"application/vnd.shana.informed.formdata":{source:"iana",extensions:["ifm"]},"application/vnd.shana.informed.formtemplate":{source:"iana",extensions:["itp"]},"application/vnd.shana.informed.interchange":{source:"iana",extensions:["iif"]},"application/vnd.shana.informed.package":{source:"iana",extensions:["ipk"]},"application/vnd.shootproof+json":{source:"iana",compressible:!0},"application/vnd.shopkick+json":{source:"iana",compressible:!0},"application/vnd.shp":{source:"iana"},"application/vnd.shx":{source:"iana"},"application/vnd.sigrok.session":{source:"iana"},"application/vnd.simtech-mindmapper":{source:"iana",extensions:["twd","twds"]},"application/vnd.siren+json":{source:"iana",compressible:!0},"application/vnd.smaf":{source:"iana",extensions:["mmf"]},"application/vnd.smart.notebook":{source:"iana"},"application/vnd.smart.teacher":{source:"iana",extensions:["teacher"]},"application/vnd.snesdev-page-table":{source:"iana"},"application/vnd.software602.filler.form+xml":{source:"iana",compressible:!0,extensions:["fo"]},"application/vnd.software602.filler.form-xml-zip":{source:"iana"},"application/vnd.solent.sdkm+xml":{source:"iana",compressible:!0,extensions:["sdkm","sdkd"]},"application/vnd.spotfire.dxp":{source:"iana",extensions:["dxp"]},"application/vnd.spotfire.sfs":{source:"iana",extensions:["sfs"]},"application/vnd.sqlite3":{source:"iana"},"application/vnd.sss-cod":{source:"iana"},"application/vnd.sss-dtf":{source:"iana"},"application/vnd.sss-ntf":{source:"iana"},"application/vnd.stardivision.calc":{source:"apache",extensions:["sdc"]},"application/vnd.stardivision.draw":{source:"apache",extensions:["sda"]},"application/vnd.stardivision.impress":{source:"apache",extensions:["sdd"]},"application/vnd.stardivision.math":{source:"apache",extensions:["smf"]},"application/vnd.stardivision.writer":{source:"apache",extensions:["sdw","vor"]},"application/vnd.stardivision.writer-global":{source:"apache",extensions:["sgl"]},"application/vnd.stepmania.package":{source:"iana",extensions:["smzip"]},"application/vnd.stepmania.stepchart":{source:"iana",extensions:["sm"]},"application/vnd.street-stream":{source:"iana"},"application/vnd.sun.wadl+xml":{source:"iana",compressible:!0,extensions:["wadl"]},"application/vnd.sun.xml.calc":{source:"apache",extensions:["sxc"]},"application/vnd.sun.xml.calc.template":{source:"apache",extensions:["stc"]},"application/vnd.sun.xml.draw":{source:"apache",extensions:["sxd"]},"application/vnd.sun.xml.draw.template":{source:"apache",extensions:["std"]},"application/vnd.sun.xml.impress":{source:"apache",extensions:["sxi"]},"application/vnd.sun.xml.impress.template":{source:"apache",extensions:["sti"]},"application/vnd.sun.xml.math":{source:"apache",extensions:["sxm"]},"application/vnd.sun.xml.writer":{source:"apache",extensions:["sxw"]},"application/vnd.sun.xml.writer.global":{source:"apache",extensions:["sxg"]},"application/vnd.sun.xml.writer.template":{source:"apache",extensions:["stw"]},"application/vnd.sus-calendar":{source:"iana",extensions:["sus","susp"]},"application/vnd.svd":{source:"iana",extensions:["svd"]},"application/vnd.swiftview-ics":{source:"iana"},"application/vnd.sycle+xml":{source:"iana",compressible:!0},"application/vnd.syft+json":{source:"iana",compressible:!0},"application/vnd.symbian.install":{source:"apache",extensions:["sis","sisx"]},"application/vnd.syncml+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["xsm"]},"application/vnd.syncml.dm+wbxml":{source:"iana",charset:"UTF-8",extensions:["bdm"]},"application/vnd.syncml.dm+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["xdm"]},"application/vnd.syncml.dm.notification":{source:"iana"},"application/vnd.syncml.dmddf+wbxml":{source:"iana"},"application/vnd.syncml.dmddf+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["ddf"]},"application/vnd.syncml.dmtnds+wbxml":{source:"iana"},"application/vnd.syncml.dmtnds+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.syncml.ds.notification":{source:"iana"},"application/vnd.tableschema+json":{source:"iana",compressible:!0},"application/vnd.tao.intent-module-archive":{source:"iana",extensions:["tao"]},"application/vnd.tcpdump.pcap":{source:"iana",extensions:["pcap","cap","dmp"]},"application/vnd.think-cell.ppttc+json":{source:"iana",compressible:!0},"application/vnd.tmd.mediaflex.api+xml":{source:"iana",compressible:!0},"application/vnd.tml":{source:"iana"},"application/vnd.tmobile-livetv":{source:"iana",extensions:["tmo"]},"application/vnd.tri.onesource":{source:"iana"},"application/vnd.trid.tpt":{source:"iana",extensions:["tpt"]},"application/vnd.triscape.mxs":{source:"iana",extensions:["mxs"]},"application/vnd.trueapp":{source:"iana",extensions:["tra"]},"application/vnd.truedoc":{source:"iana"},"application/vnd.ubisoft.webplayer":{source:"iana"},"application/vnd.ufdl":{source:"iana",extensions:["ufd","ufdl"]},"application/vnd.uiq.theme":{source:"iana",extensions:["utz"]},"application/vnd.umajin":{source:"iana",extensions:["umj"]},"application/vnd.unity":{source:"iana",extensions:["unityweb"]},"application/vnd.uoml+xml":{source:"iana",compressible:!0,extensions:["uoml"]},"application/vnd.uplanet.alert":{source:"iana"},"application/vnd.uplanet.alert-wbxml":{source:"iana"},"application/vnd.uplanet.bearer-choice":{source:"iana"},"application/vnd.uplanet.bearer-choice-wbxml":{source:"iana"},"application/vnd.uplanet.cacheop":{source:"iana"},"application/vnd.uplanet.cacheop-wbxml":{source:"iana"},"application/vnd.uplanet.channel":{source:"iana"},"application/vnd.uplanet.channel-wbxml":{source:"iana"},"application/vnd.uplanet.list":{source:"iana"},"application/vnd.uplanet.list-wbxml":{source:"iana"},"application/vnd.uplanet.listcmd":{source:"iana"},"application/vnd.uplanet.listcmd-wbxml":{source:"iana"},"application/vnd.uplanet.signal":{source:"iana"},"application/vnd.uri-map":{source:"iana"},"application/vnd.valve.source.material":{source:"iana"},"application/vnd.vcx":{source:"iana",extensions:["vcx"]},"application/vnd.vd-study":{source:"iana"},"application/vnd.vectorworks":{source:"iana"},"application/vnd.vel+json":{source:"iana",compressible:!0},"application/vnd.verimatrix.vcas":{source:"iana"},"application/vnd.veritone.aion+json":{source:"iana",compressible:!0},"application/vnd.veryant.thin":{source:"iana"},"application/vnd.ves.encrypted":{source:"iana"},"application/vnd.vidsoft.vidconference":{source:"iana"},"application/vnd.visio":{source:"iana",extensions:["vsd","vst","vss","vsw"]},"application/vnd.visionary":{source:"iana",extensions:["vis"]},"application/vnd.vividence.scriptfile":{source:"iana"},"application/vnd.vsf":{source:"iana",extensions:["vsf"]},"application/vnd.wap.sic":{source:"iana"},"application/vnd.wap.slc":{source:"iana"},"application/vnd.wap.wbxml":{source:"iana",charset:"UTF-8",extensions:["wbxml"]},"application/vnd.wap.wmlc":{source:"iana",extensions:["wmlc"]},"application/vnd.wap.wmlscriptc":{source:"iana",extensions:["wmlsc"]},"application/vnd.webturbo":{source:"iana",extensions:["wtb"]},"application/vnd.wfa.dpp":{source:"iana"},"application/vnd.wfa.p2p":{source:"iana"},"application/vnd.wfa.wsc":{source:"iana"},"application/vnd.windows.devicepairing":{source:"iana"},"application/vnd.wmc":{source:"iana"},"application/vnd.wmf.bootstrap":{source:"iana"},"application/vnd.wolfram.mathematica":{source:"iana"},"application/vnd.wolfram.mathematica.package":{source:"iana"},"application/vnd.wolfram.player":{source:"iana",extensions:["nbp"]},"application/vnd.wordperfect":{source:"iana",extensions:["wpd"]},"application/vnd.wqd":{source:"iana",extensions:["wqd"]},"application/vnd.wrq-hp3000-labelled":{source:"iana"},"application/vnd.wt.stf":{source:"iana",extensions:["stf"]},"application/vnd.wv.csp+wbxml":{source:"iana"},"application/vnd.wv.csp+xml":{source:"iana",compressible:!0},"application/vnd.wv.ssp+xml":{source:"iana",compressible:!0},"application/vnd.xacml+json":{source:"iana",compressible:!0},"application/vnd.xara":{source:"iana",extensions:["xar"]},"application/vnd.xfdl":{source:"iana",extensions:["xfdl"]},"application/vnd.xfdl.webform":{source:"iana"},"application/vnd.xmi+xml":{source:"iana",compressible:!0},"application/vnd.xmpie.cpkg":{source:"iana"},"application/vnd.xmpie.dpkg":{source:"iana"},"application/vnd.xmpie.plan":{source:"iana"},"application/vnd.xmpie.ppkg":{source:"iana"},"application/vnd.xmpie.xlim":{source:"iana"},"application/vnd.yamaha.hv-dic":{source:"iana",extensions:["hvd"]},"application/vnd.yamaha.hv-script":{source:"iana",extensions:["hvs"]},"application/vnd.yamaha.hv-voice":{source:"iana",extensions:["hvp"]},"application/vnd.yamaha.openscoreformat":{source:"iana",extensions:["osf"]},"application/vnd.yamaha.openscoreformat.osfpvg+xml":{source:"iana",compressible:!0,extensions:["osfpvg"]},"application/vnd.yamaha.remote-setup":{source:"iana"},"application/vnd.yamaha.smaf-audio":{source:"iana",extensions:["saf"]},"application/vnd.yamaha.smaf-phrase":{source:"iana",extensions:["spf"]},"application/vnd.yamaha.through-ngn":{source:"iana"},"application/vnd.yamaha.tunnel-udpencap":{source:"iana"},"application/vnd.yaoweme":{source:"iana"},"application/vnd.yellowriver-custom-menu":{source:"iana",extensions:["cmp"]},"application/vnd.youtube.yt":{source:"iana"},"application/vnd.zul":{source:"iana",extensions:["zir","zirz"]},"application/vnd.zzazz.deck+xml":{source:"iana",compressible:!0,extensions:["zaz"]},"application/voicexml+xml":{source:"iana",compressible:!0,extensions:["vxml"]},"application/voucher-cms+json":{source:"iana",compressible:!0},"application/vq-rtcpxr":{source:"iana"},"application/wasm":{source:"iana",compressible:!0,extensions:["wasm"]},"application/watcherinfo+xml":{source:"iana",compressible:!0,extensions:["wif"]},"application/webpush-options+json":{source:"iana",compressible:!0},"application/whoispp-query":{source:"iana"},"application/whoispp-response":{source:"iana"},"application/widget":{source:"iana",extensions:["wgt"]},"application/winhlp":{source:"apache",extensions:["hlp"]},"application/wita":{source:"iana"},"application/wordperfect5.1":{source:"iana"},"application/wsdl+xml":{source:"iana",compressible:!0,extensions:["wsdl"]},"application/wspolicy+xml":{source:"iana",compressible:!0,extensions:["wspolicy"]},"application/x-7z-compressed":{source:"apache",compressible:!1,extensions:["7z"]},"application/x-abiword":{source:"apache",extensions:["abw"]},"application/x-ace-compressed":{source:"apache",extensions:["ace"]},"application/x-amf":{source:"apache"},"application/x-apple-diskimage":{source:"apache",extensions:["dmg"]},"application/x-arj":{compressible:!1,extensions:["arj"]},"application/x-authorware-bin":{source:"apache",extensions:["aab","x32","u32","vox"]},"application/x-authorware-map":{source:"apache",extensions:["aam"]},"application/x-authorware-seg":{source:"apache",extensions:["aas"]},"application/x-bcpio":{source:"apache",extensions:["bcpio"]},"application/x-bdoc":{compressible:!1,extensions:["bdoc"]},"application/x-bittorrent":{source:"apache",extensions:["torrent"]},"application/x-blorb":{source:"apache",extensions:["blb","blorb"]},"application/x-bzip":{source:"apache",compressible:!1,extensions:["bz"]},"application/x-bzip2":{source:"apache",compressible:!1,extensions:["bz2","boz"]},"application/x-cbr":{source:"apache",extensions:["cbr","cba","cbt","cbz","cb7"]},"application/x-cdlink":{source:"apache",extensions:["vcd"]},"application/x-cfs-compressed":{source:"apache",extensions:["cfs"]},"application/x-chat":{source:"apache",extensions:["chat"]},"application/x-chess-pgn":{source:"apache",extensions:["pgn"]},"application/x-chrome-extension":{extensions:["crx"]},"application/x-cocoa":{source:"nginx",extensions:["cco"]},"application/x-compress":{source:"apache"},"application/x-conference":{source:"apache",extensions:["nsc"]},"application/x-cpio":{source:"apache",extensions:["cpio"]},"application/x-csh":{source:"apache",extensions:["csh"]},"application/x-deb":{compressible:!1},"application/x-debian-package":{source:"apache",extensions:["deb","udeb"]},"application/x-dgc-compressed":{source:"apache",extensions:["dgc"]},"application/x-director":{source:"apache",extensions:["dir","dcr","dxr","cst","cct","cxt","w3d","fgd","swa"]},"application/x-doom":{source:"apache",extensions:["wad"]},"application/x-dtbncx+xml":{source:"apache",compressible:!0,extensions:["ncx"]},"application/x-dtbook+xml":{source:"apache",compressible:!0,extensions:["dtb"]},"application/x-dtbresource+xml":{source:"apache",compressible:!0,extensions:["res"]},"application/x-dvi":{source:"apache",compressible:!1,extensions:["dvi"]},"application/x-envoy":{source:"apache",extensions:["evy"]},"application/x-eva":{source:"apache",extensions:["eva"]},"application/x-font-bdf":{source:"apache",extensions:["bdf"]},"application/x-font-dos":{source:"apache"},"application/x-font-framemaker":{source:"apache"},"application/x-font-ghostscript":{source:"apache",extensions:["gsf"]},"application/x-font-libgrx":{source:"apache"},"application/x-font-linux-psf":{source:"apache",extensions:["psf"]},"application/x-font-pcf":{source:"apache",extensions:["pcf"]},"application/x-font-snf":{source:"apache",extensions:["snf"]},"application/x-font-speedo":{source:"apache"},"application/x-font-sunos-news":{source:"apache"},"application/x-font-type1":{source:"apache",extensions:["pfa","pfb","pfm","afm"]},"application/x-font-vfont":{source:"apache"},"application/x-freearc":{source:"apache",extensions:["arc"]},"application/x-futuresplash":{source:"apache",extensions:["spl"]},"application/x-gca-compressed":{source:"apache",extensions:["gca"]},"application/x-glulx":{source:"apache",extensions:["ulx"]},"application/x-gnumeric":{source:"apache",extensions:["gnumeric"]},"application/x-gramps-xml":{source:"apache",extensions:["gramps"]},"application/x-gtar":{source:"apache",extensions:["gtar"]},"application/x-gzip":{source:"apache"},"application/x-hdf":{source:"apache",extensions:["hdf"]},"application/x-httpd-php":{compressible:!0,extensions:["php"]},"application/x-install-instructions":{source:"apache",extensions:["install"]},"application/x-iso9660-image":{source:"apache",extensions:["iso"]},"application/x-iwork-keynote-sffkey":{extensions:["key"]},"application/x-iwork-numbers-sffnumbers":{extensions:["numbers"]},"application/x-iwork-pages-sffpages":{extensions:["pages"]},"application/x-java-archive-diff":{source:"nginx",extensions:["jardiff"]},"application/x-java-jnlp-file":{source:"apache",compressible:!1,extensions:["jnlp"]},"application/x-javascript":{compressible:!0},"application/x-keepass2":{extensions:["kdbx"]},"application/x-latex":{source:"apache",compressible:!1,extensions:["latex"]},"application/x-lua-bytecode":{extensions:["luac"]},"application/x-lzh-compressed":{source:"apache",extensions:["lzh","lha"]},"application/x-makeself":{source:"nginx",extensions:["run"]},"application/x-mie":{source:"apache",extensions:["mie"]},"application/x-mobipocket-ebook":{source:"apache",extensions:["prc","mobi"]},"application/x-mpegurl":{compressible:!1},"application/x-ms-application":{source:"apache",extensions:["application"]},"application/x-ms-shortcut":{source:"apache",extensions:["lnk"]},"application/x-ms-wmd":{source:"apache",extensions:["wmd"]},"application/x-ms-wmz":{source:"apache",extensions:["wmz"]},"application/x-ms-xbap":{source:"apache",extensions:["xbap"]},"application/x-msaccess":{source:"apache",extensions:["mdb"]},"application/x-msbinder":{source:"apache",extensions:["obd"]},"application/x-mscardfile":{source:"apache",extensions:["crd"]},"application/x-msclip":{source:"apache",extensions:["clp"]},"application/x-msdos-program":{extensions:["exe"]},"application/x-msdownload":{source:"apache",extensions:["exe","dll","com","bat","msi"]},"application/x-msmediaview":{source:"apache",extensions:["mvb","m13","m14"]},"application/x-msmetafile":{source:"apache",extensions:["wmf","wmz","emf","emz"]},"application/x-msmoney":{source:"apache",extensions:["mny"]},"application/x-mspublisher":{source:"apache",extensions:["pub"]},"application/x-msschedule":{source:"apache",extensions:["scd"]},"application/x-msterminal":{source:"apache",extensions:["trm"]},"application/x-mswrite":{source:"apache",extensions:["wri"]},"application/x-netcdf":{source:"apache",extensions:["nc","cdf"]},"application/x-ns-proxy-autoconfig":{compressible:!0,extensions:["pac"]},"application/x-nzb":{source:"apache",extensions:["nzb"]},"application/x-perl":{source:"nginx",extensions:["pl","pm"]},"application/x-pilot":{source:"nginx",extensions:["prc","pdb"]},"application/x-pkcs12":{source:"apache",compressible:!1,extensions:["p12","pfx"]},"application/x-pkcs7-certificates":{source:"apache",extensions:["p7b","spc"]},"application/x-pkcs7-certreqresp":{source:"apache",extensions:["p7r"]},"application/x-pki-message":{source:"iana"},"application/x-rar-compressed":{source:"apache",compressible:!1,extensions:["rar"]},"application/x-redhat-package-manager":{source:"nginx",extensions:["rpm"]},"application/x-research-info-systems":{source:"apache",extensions:["ris"]},"application/x-sea":{source:"nginx",extensions:["sea"]},"application/x-sh":{source:"apache",compressible:!0,extensions:["sh"]},"application/x-shar":{source:"apache",extensions:["shar"]},"application/x-shockwave-flash":{source:"apache",compressible:!1,extensions:["swf"]},"application/x-silverlight-app":{source:"apache",extensions:["xap"]},"application/x-sql":{source:"apache",extensions:["sql"]},"application/x-stuffit":{source:"apache",compressible:!1,extensions:["sit"]},"application/x-stuffitx":{source:"apache",extensions:["sitx"]},"application/x-subrip":{source:"apache",extensions:["srt"]},"application/x-sv4cpio":{source:"apache",extensions:["sv4cpio"]},"application/x-sv4crc":{source:"apache",extensions:["sv4crc"]},"application/x-t3vm-image":{source:"apache",extensions:["t3"]},"application/x-tads":{source:"apache",extensions:["gam"]},"application/x-tar":{source:"apache",compressible:!0,extensions:["tar"]},"application/x-tcl":{source:"apache",extensions:["tcl","tk"]},"application/x-tex":{source:"apache",extensions:["tex"]},"application/x-tex-tfm":{source:"apache",extensions:["tfm"]},"application/x-texinfo":{source:"apache",extensions:["texinfo","texi"]},"application/x-tgif":{source:"apache",extensions:["obj"]},"application/x-ustar":{source:"apache",extensions:["ustar"]},"application/x-virtualbox-hdd":{compressible:!0,extensions:["hdd"]},"application/x-virtualbox-ova":{compressible:!0,extensions:["ova"]},"application/x-virtualbox-ovf":{compressible:!0,extensions:["ovf"]},"application/x-virtualbox-vbox":{compressible:!0,extensions:["vbox"]},"application/x-virtualbox-vbox-extpack":{compressible:!1,extensions:["vbox-extpack"]},"application/x-virtualbox-vdi":{compressible:!0,extensions:["vdi"]},"application/x-virtualbox-vhd":{compressible:!0,extensions:["vhd"]},"application/x-virtualbox-vmdk":{compressible:!0,extensions:["vmdk"]},"application/x-wais-source":{source:"apache",extensions:["src"]},"application/x-web-app-manifest+json":{compressible:!0,extensions:["webapp"]},"application/x-www-form-urlencoded":{source:"iana",compressible:!0},"application/x-x509-ca-cert":{source:"iana",extensions:["der","crt","pem"]},"application/x-x509-ca-ra-cert":{source:"iana"},"application/x-x509-next-ca-cert":{source:"iana"},"application/x-xfig":{source:"apache",extensions:["fig"]},"application/x-xliff+xml":{source:"apache",compressible:!0,extensions:["xlf"]},"application/x-xpinstall":{source:"apache",compressible:!1,extensions:["xpi"]},"application/x-xz":{source:"apache",extensions:["xz"]},"application/x-zmachine":{source:"apache",extensions:["z1","z2","z3","z4","z5","z6","z7","z8"]},"application/x400-bp":{source:"iana"},"application/xacml+xml":{source:"iana",compressible:!0},"application/xaml+xml":{source:"apache",compressible:!0,extensions:["xaml"]},"application/xcap-att+xml":{source:"iana",compressible:!0,extensions:["xav"]},"application/xcap-caps+xml":{source:"iana",compressible:!0,extensions:["xca"]},"application/xcap-diff+xml":{source:"iana",compressible:!0,extensions:["xdf"]},"application/xcap-el+xml":{source:"iana",compressible:!0,extensions:["xel"]},"application/xcap-error+xml":{source:"iana",compressible:!0},"application/xcap-ns+xml":{source:"iana",compressible:!0,extensions:["xns"]},"application/xcon-conference-info+xml":{source:"iana",compressible:!0},"application/xcon-conference-info-diff+xml":{source:"iana",compressible:!0},"application/xenc+xml":{source:"iana",compressible:!0,extensions:["xenc"]},"application/xhtml+xml":{source:"iana",compressible:!0,extensions:["xhtml","xht"]},"application/xhtml-voice+xml":{source:"apache",compressible:!0},"application/xliff+xml":{source:"iana",compressible:!0,extensions:["xlf"]},"application/xml":{source:"iana",compressible:!0,extensions:["xml","xsl","xsd","rng"]},"application/xml-dtd":{source:"iana",compressible:!0,extensions:["dtd"]},"application/xml-external-parsed-entity":{source:"iana"},"application/xml-patch+xml":{source:"iana",compressible:!0},"application/xmpp+xml":{source:"iana",compressible:!0},"application/xop+xml":{source:"iana",compressible:!0,extensions:["xop"]},"application/xproc+xml":{source:"apache",compressible:!0,extensions:["xpl"]},"application/xslt+xml":{source:"iana",compressible:!0,extensions:["xsl","xslt"]},"application/xspf+xml":{source:"apache",compressible:!0,extensions:["xspf"]},"application/xv+xml":{source:"iana",compressible:!0,extensions:["mxml","xhvml","xvml","xvm"]},"application/yang":{source:"iana",extensions:["yang"]},"application/yang-data+json":{source:"iana",compressible:!0},"application/yang-data+xml":{source:"iana",compressible:!0},"application/yang-patch+json":{source:"iana",compressible:!0},"application/yang-patch+xml":{source:"iana",compressible:!0},"application/yin+xml":{source:"iana",compressible:!0,extensions:["yin"]},"application/zip":{source:"iana",compressible:!1,extensions:["zip"]},"application/zlib":{source:"iana"},"application/zstd":{source:"iana"},"audio/1d-interleaved-parityfec":{source:"iana"},"audio/32kadpcm":{source:"iana"},"audio/3gpp":{source:"iana",compressible:!1,extensions:["3gpp"]},"audio/3gpp2":{source:"iana"},"audio/aac":{source:"iana"},"audio/ac3":{source:"iana"},"audio/adpcm":{source:"apache",extensions:["adp"]},"audio/amr":{source:"iana",extensions:["amr"]},"audio/amr-wb":{source:"iana"},"audio/amr-wb+":{source:"iana"},"audio/aptx":{source:"iana"},"audio/asc":{source:"iana"},"audio/atrac-advanced-lossless":{source:"iana"},"audio/atrac-x":{source:"iana"},"audio/atrac3":{source:"iana"},"audio/basic":{source:"iana",compressible:!1,extensions:["au","snd"]},"audio/bv16":{source:"iana"},"audio/bv32":{source:"iana"},"audio/clearmode":{source:"iana"},"audio/cn":{source:"iana"},"audio/dat12":{source:"iana"},"audio/dls":{source:"iana"},"audio/dsr-es201108":{source:"iana"},"audio/dsr-es202050":{source:"iana"},"audio/dsr-es202211":{source:"iana"},"audio/dsr-es202212":{source:"iana"},"audio/dv":{source:"iana"},"audio/dvi4":{source:"iana"},"audio/eac3":{source:"iana"},"audio/encaprtp":{source:"iana"},"audio/evrc":{source:"iana"},"audio/evrc-qcp":{source:"iana"},"audio/evrc0":{source:"iana"},"audio/evrc1":{source:"iana"},"audio/evrcb":{source:"iana"},"audio/evrcb0":{source:"iana"},"audio/evrcb1":{source:"iana"},"audio/evrcnw":{source:"iana"},"audio/evrcnw0":{source:"iana"},"audio/evrcnw1":{source:"iana"},"audio/evrcwb":{source:"iana"},"audio/evrcwb0":{source:"iana"},"audio/evrcwb1":{source:"iana"},"audio/evs":{source:"iana"},"audio/flexfec":{source:"iana"},"audio/fwdred":{source:"iana"},"audio/g711-0":{source:"iana"},"audio/g719":{source:"iana"},"audio/g722":{source:"iana"},"audio/g7221":{source:"iana"},"audio/g723":{source:"iana"},"audio/g726-16":{source:"iana"},"audio/g726-24":{source:"iana"},"audio/g726-32":{source:"iana"},"audio/g726-40":{source:"iana"},"audio/g728":{source:"iana"},"audio/g729":{source:"iana"},"audio/g7291":{source:"iana"},"audio/g729d":{source:"iana"},"audio/g729e":{source:"iana"},"audio/gsm":{source:"iana"},"audio/gsm-efr":{source:"iana"},"audio/gsm-hr-08":{source:"iana"},"audio/ilbc":{source:"iana"},"audio/ip-mr_v2.5":{source:"iana"},"audio/isac":{source:"apache"},"audio/l16":{source:"iana"},"audio/l20":{source:"iana"},"audio/l24":{source:"iana",compressible:!1},"audio/l8":{source:"iana"},"audio/lpc":{source:"iana"},"audio/melp":{source:"iana"},"audio/melp1200":{source:"iana"},"audio/melp2400":{source:"iana"},"audio/melp600":{source:"iana"},"audio/mhas":{source:"iana"},"audio/midi":{source:"apache",extensions:["mid","midi","kar","rmi"]},"audio/mobile-xmf":{source:"iana",extensions:["mxmf"]},"audio/mp3":{compressible:!1,extensions:["mp3"]},"audio/mp4":{source:"iana",compressible:!1,extensions:["m4a","mp4a"]},"audio/mp4a-latm":{source:"iana"},"audio/mpa":{source:"iana"},"audio/mpa-robust":{source:"iana"},"audio/mpeg":{source:"iana",compressible:!1,extensions:["mpga","mp2","mp2a","mp3","m2a","m3a"]},"audio/mpeg4-generic":{source:"iana"},"audio/musepack":{source:"apache"},"audio/ogg":{source:"iana",compressible:!1,extensions:["oga","ogg","spx","opus"]},"audio/opus":{source:"iana"},"audio/parityfec":{source:"iana"},"audio/pcma":{source:"iana"},"audio/pcma-wb":{source:"iana"},"audio/pcmu":{source:"iana"},"audio/pcmu-wb":{source:"iana"},"audio/prs.sid":{source:"iana"},"audio/qcelp":{source:"iana"},"audio/raptorfec":{source:"iana"},"audio/red":{source:"iana"},"audio/rtp-enc-aescm128":{source:"iana"},"audio/rtp-midi":{source:"iana"},"audio/rtploopback":{source:"iana"},"audio/rtx":{source:"iana"},"audio/s3m":{source:"apache",extensions:["s3m"]},"audio/scip":{source:"iana"},"audio/silk":{source:"apache",extensions:["sil"]},"audio/smv":{source:"iana"},"audio/smv-qcp":{source:"iana"},"audio/smv0":{source:"iana"},"audio/sofa":{source:"iana"},"audio/sp-midi":{source:"iana"},"audio/speex":{source:"iana"},"audio/t140c":{source:"iana"},"audio/t38":{source:"iana"},"audio/telephone-event":{source:"iana"},"audio/tetra_acelp":{source:"iana"},"audio/tetra_acelp_bb":{source:"iana"},"audio/tone":{source:"iana"},"audio/tsvcis":{source:"iana"},"audio/uemclip":{source:"iana"},"audio/ulpfec":{source:"iana"},"audio/usac":{source:"iana"},"audio/vdvi":{source:"iana"},"audio/vmr-wb":{source:"iana"},"audio/vnd.3gpp.iufp":{source:"iana"},"audio/vnd.4sb":{source:"iana"},"audio/vnd.audiokoz":{source:"iana"},"audio/vnd.celp":{source:"iana"},"audio/vnd.cisco.nse":{source:"iana"},"audio/vnd.cmles.radio-events":{source:"iana"},"audio/vnd.cns.anp1":{source:"iana"},"audio/vnd.cns.inf1":{source:"iana"},"audio/vnd.dece.audio":{source:"iana",extensions:["uva","uvva"]},"audio/vnd.digital-winds":{source:"iana",extensions:["eol"]},"audio/vnd.dlna.adts":{source:"iana"},"audio/vnd.dolby.heaac.1":{source:"iana"},"audio/vnd.dolby.heaac.2":{source:"iana"},"audio/vnd.dolby.mlp":{source:"iana"},"audio/vnd.dolby.mps":{source:"iana"},"audio/vnd.dolby.pl2":{source:"iana"},"audio/vnd.dolby.pl2x":{source:"iana"},"audio/vnd.dolby.pl2z":{source:"iana"},"audio/vnd.dolby.pulse.1":{source:"iana"},"audio/vnd.dra":{source:"iana",extensions:["dra"]},"audio/vnd.dts":{source:"iana",extensions:["dts"]},"audio/vnd.dts.hd":{source:"iana",extensions:["dtshd"]},"audio/vnd.dts.uhd":{source:"iana"},"audio/vnd.dvb.file":{source:"iana"},"audio/vnd.everad.plj":{source:"iana"},"audio/vnd.hns.audio":{source:"iana"},"audio/vnd.lucent.voice":{source:"iana",extensions:["lvp"]},"audio/vnd.ms-playready.media.pya":{source:"iana",extensions:["pya"]},"audio/vnd.nokia.mobile-xmf":{source:"iana"},"audio/vnd.nortel.vbk":{source:"iana"},"audio/vnd.nuera.ecelp4800":{source:"iana",extensions:["ecelp4800"]},"audio/vnd.nuera.ecelp7470":{source:"iana",extensions:["ecelp7470"]},"audio/vnd.nuera.ecelp9600":{source:"iana",extensions:["ecelp9600"]},"audio/vnd.octel.sbc":{source:"iana"},"audio/vnd.presonus.multitrack":{source:"iana"},"audio/vnd.qcelp":{source:"iana"},"audio/vnd.rhetorex.32kadpcm":{source:"iana"},"audio/vnd.rip":{source:"iana",extensions:["rip"]},"audio/vnd.rn-realaudio":{compressible:!1},"audio/vnd.sealedmedia.softseal.mpeg":{source:"iana"},"audio/vnd.vmx.cvsd":{source:"iana"},"audio/vnd.wave":{compressible:!1},"audio/vorbis":{source:"iana",compressible:!1},"audio/vorbis-config":{source:"iana"},"audio/wav":{compressible:!1,extensions:["wav"]},"audio/wave":{compressible:!1,extensions:["wav"]},"audio/webm":{source:"apache",compressible:!1,extensions:["weba"]},"audio/x-aac":{source:"apache",compressible:!1,extensions:["aac"]},"audio/x-aiff":{source:"apache",extensions:["aif","aiff","aifc"]},"audio/x-caf":{source:"apache",compressible:!1,extensions:["caf"]},"audio/x-flac":{source:"apache",extensions:["flac"]},"audio/x-m4a":{source:"nginx",extensions:["m4a"]},"audio/x-matroska":{source:"apache",extensions:["mka"]},"audio/x-mpegurl":{source:"apache",extensions:["m3u"]},"audio/x-ms-wax":{source:"apache",extensions:["wax"]},"audio/x-ms-wma":{source:"apache",extensions:["wma"]},"audio/x-pn-realaudio":{source:"apache",extensions:["ram","ra"]},"audio/x-pn-realaudio-plugin":{source:"apache",extensions:["rmp"]},"audio/x-realaudio":{source:"nginx",extensions:["ra"]},"audio/x-tta":{source:"apache"},"audio/x-wav":{source:"apache",extensions:["wav"]},"audio/xm":{source:"apache",extensions:["xm"]},"chemical/x-cdx":{source:"apache",extensions:["cdx"]},"chemical/x-cif":{source:"apache",extensions:["cif"]},"chemical/x-cmdf":{source:"apache",extensions:["cmdf"]},"chemical/x-cml":{source:"apache",extensions:["cml"]},"chemical/x-csml":{source:"apache",extensions:["csml"]},"chemical/x-pdb":{source:"apache"},"chemical/x-xyz":{source:"apache",extensions:["xyz"]},"font/collection":{source:"iana",extensions:["ttc"]},"font/otf":{source:"iana",compressible:!0,extensions:["otf"]},"font/sfnt":{source:"iana"},"font/ttf":{source:"iana",compressible:!0,extensions:["ttf"]},"font/woff":{source:"iana",extensions:["woff"]},"font/woff2":{source:"iana",extensions:["woff2"]},"image/aces":{source:"iana",extensions:["exr"]},"image/apng":{compressible:!1,extensions:["apng"]},"image/avci":{source:"iana",extensions:["avci"]},"image/avcs":{source:"iana",extensions:["avcs"]},"image/avif":{source:"iana",compressible:!1,extensions:["avif"]},"image/bmp":{source:"iana",compressible:!0,extensions:["bmp"]},"image/cgm":{source:"iana",extensions:["cgm"]},"image/dicom-rle":{source:"iana",extensions:["drle"]},"image/emf":{source:"iana",extensions:["emf"]},"image/fits":{source:"iana",extensions:["fits"]},"image/g3fax":{source:"iana",extensions:["g3"]},"image/gif":{source:"iana",compressible:!1,extensions:["gif"]},"image/heic":{source:"iana",extensions:["heic"]},"image/heic-sequence":{source:"iana",extensions:["heics"]},"image/heif":{source:"iana",extensions:["heif"]},"image/heif-sequence":{source:"iana",extensions:["heifs"]},"image/hej2k":{source:"iana",extensions:["hej2"]},"image/hsj2":{source:"iana",extensions:["hsj2"]},"image/ief":{source:"iana",extensions:["ief"]},"image/jls":{source:"iana",extensions:["jls"]},"image/jp2":{source:"iana",compressible:!1,extensions:["jp2","jpg2"]},"image/jpeg":{source:"iana",compressible:!1,extensions:["jpeg","jpg","jpe"]},"image/jph":{source:"iana",extensions:["jph"]},"image/jphc":{source:"iana",extensions:["jhc"]},"image/jpm":{source:"iana",compressible:!1,extensions:["jpm"]},"image/jpx":{source:"iana",compressible:!1,extensions:["jpx","jpf"]},"image/jxr":{source:"iana",extensions:["jxr"]},"image/jxra":{source:"iana",extensions:["jxra"]},"image/jxrs":{source:"iana",extensions:["jxrs"]},"image/jxs":{source:"iana",extensions:["jxs"]},"image/jxsc":{source:"iana",extensions:["jxsc"]},"image/jxsi":{source:"iana",extensions:["jxsi"]},"image/jxss":{source:"iana",extensions:["jxss"]},"image/ktx":{source:"iana",extensions:["ktx"]},"image/ktx2":{source:"iana",extensions:["ktx2"]},"image/naplps":{source:"iana"},"image/pjpeg":{compressible:!1},"image/png":{source:"iana",compressible:!1,extensions:["png"]},"image/prs.btif":{source:"iana",extensions:["btif"]},"image/prs.pti":{source:"iana",extensions:["pti"]},"image/pwg-raster":{source:"iana"},"image/sgi":{source:"apache",extensions:["sgi"]},"image/svg+xml":{source:"iana",compressible:!0,extensions:["svg","svgz"]},"image/t38":{source:"iana",extensions:["t38"]},"image/tiff":{source:"iana",compressible:!1,extensions:["tif","tiff"]},"image/tiff-fx":{source:"iana",extensions:["tfx"]},"image/vnd.adobe.photoshop":{source:"iana",compressible:!0,extensions:["psd"]},"image/vnd.airzip.accelerator.azv":{source:"iana",extensions:["azv"]},"image/vnd.cns.inf2":{source:"iana"},"image/vnd.dece.graphic":{source:"iana",extensions:["uvi","uvvi","uvg","uvvg"]},"image/vnd.djvu":{source:"iana",extensions:["djvu","djv"]},"image/vnd.dvb.subtitle":{source:"iana",extensions:["sub"]},"image/vnd.dwg":{source:"iana",extensions:["dwg"]},"image/vnd.dxf":{source:"iana",extensions:["dxf"]},"image/vnd.fastbidsheet":{source:"iana",extensions:["fbs"]},"image/vnd.fpx":{source:"iana",extensions:["fpx"]},"image/vnd.fst":{source:"iana",extensions:["fst"]},"image/vnd.fujixerox.edmics-mmr":{source:"iana",extensions:["mmr"]},"image/vnd.fujixerox.edmics-rlc":{source:"iana",extensions:["rlc"]},"image/vnd.globalgraphics.pgb":{source:"iana"},"image/vnd.microsoft.icon":{source:"iana",compressible:!0,extensions:["ico"]},"image/vnd.mix":{source:"iana"},"image/vnd.mozilla.apng":{source:"iana"},"image/vnd.ms-dds":{compressible:!0,extensions:["dds"]},"image/vnd.ms-modi":{source:"iana",extensions:["mdi"]},"image/vnd.ms-photo":{source:"apache",extensions:["wdp"]},"image/vnd.net-fpx":{source:"iana",extensions:["npx"]},"image/vnd.pco.b16":{source:"iana",extensions:["b16"]},"image/vnd.radiance":{source:"iana"},"image/vnd.sealed.png":{source:"iana"},"image/vnd.sealedmedia.softseal.gif":{source:"iana"},"image/vnd.sealedmedia.softseal.jpg":{source:"iana"},"image/vnd.svf":{source:"iana"},"image/vnd.tencent.tap":{source:"iana",extensions:["tap"]},"image/vnd.valve.source.texture":{source:"iana",extensions:["vtf"]},"image/vnd.wap.wbmp":{source:"iana",extensions:["wbmp"]},"image/vnd.xiff":{source:"iana",extensions:["xif"]},"image/vnd.zbrush.pcx":{source:"iana",extensions:["pcx"]},"image/webp":{source:"apache",extensions:["webp"]},"image/wmf":{source:"iana",extensions:["wmf"]},"image/x-3ds":{source:"apache",extensions:["3ds"]},"image/x-cmu-raster":{source:"apache",extensions:["ras"]},"image/x-cmx":{source:"apache",extensions:["cmx"]},"image/x-freehand":{source:"apache",extensions:["fh","fhc","fh4","fh5","fh7"]},"image/x-icon":{source:"apache",compressible:!0,extensions:["ico"]},"image/x-jng":{source:"nginx",extensions:["jng"]},"image/x-mrsid-image":{source:"apache",extensions:["sid"]},"image/x-ms-bmp":{source:"nginx",compressible:!0,extensions:["bmp"]},"image/x-pcx":{source:"apache",extensions:["pcx"]},"image/x-pict":{source:"apache",extensions:["pic","pct"]},"image/x-portable-anymap":{source:"apache",extensions:["pnm"]},"image/x-portable-bitmap":{source:"apache",extensions:["pbm"]},"image/x-portable-graymap":{source:"apache",extensions:["pgm"]},"image/x-portable-pixmap":{source:"apache",extensions:["ppm"]},"image/x-rgb":{source:"apache",extensions:["rgb"]},"image/x-tga":{source:"apache",extensions:["tga"]},"image/x-xbitmap":{source:"apache",extensions:["xbm"]},"image/x-xcf":{compressible:!1},"image/x-xpixmap":{source:"apache",extensions:["xpm"]},"image/x-xwindowdump":{source:"apache",extensions:["xwd"]},"message/cpim":{source:"iana"},"message/delivery-status":{source:"iana"},"message/disposition-notification":{source:"iana",extensions:["disposition-notification"]},"message/external-body":{source:"iana"},"message/feedback-report":{source:"iana"},"message/global":{source:"iana",extensions:["u8msg"]},"message/global-delivery-status":{source:"iana",extensions:["u8dsn"]},"message/global-disposition-notification":{source:"iana",extensions:["u8mdn"]},"message/global-headers":{source:"iana",extensions:["u8hdr"]},"message/http":{source:"iana",compressible:!1},"message/imdn+xml":{source:"iana",compressible:!0},"message/news":{source:"iana"},"message/partial":{source:"iana",compressible:!1},"message/rfc822":{source:"iana",compressible:!0,extensions:["eml","mime"]},"message/s-http":{source:"iana"},"message/sip":{source:"iana"},"message/sipfrag":{source:"iana"},"message/tracking-status":{source:"iana"},"message/vnd.si.simp":{source:"iana"},"message/vnd.wfa.wsc":{source:"iana",extensions:["wsc"]},"model/3mf":{source:"iana",extensions:["3mf"]},"model/e57":{source:"iana"},"model/gltf+json":{source:"iana",compressible:!0,extensions:["gltf"]},"model/gltf-binary":{source:"iana",compressible:!0,extensions:["glb"]},"model/iges":{source:"iana",compressible:!1,extensions:["igs","iges"]},"model/mesh":{source:"iana",compressible:!1,extensions:["msh","mesh","silo"]},"model/mtl":{source:"iana",extensions:["mtl"]},"model/obj":{source:"iana",extensions:["obj"]},"model/step":{source:"iana"},"model/step+xml":{source:"iana",compressible:!0,extensions:["stpx"]},"model/step+zip":{source:"iana",compressible:!1,extensions:["stpz"]},"model/step-xml+zip":{source:"iana",compressible:!1,extensions:["stpxz"]},"model/stl":{source:"iana",extensions:["stl"]},"model/vnd.collada+xml":{source:"iana",compressible:!0,extensions:["dae"]},"model/vnd.dwf":{source:"iana",extensions:["dwf"]},"model/vnd.flatland.3dml":{source:"iana"},"model/vnd.gdl":{source:"iana",extensions:["gdl"]},"model/vnd.gs-gdl":{source:"apache"},"model/vnd.gs.gdl":{source:"iana"},"model/vnd.gtw":{source:"iana",extensions:["gtw"]},"model/vnd.moml+xml":{source:"iana",compressible:!0},"model/vnd.mts":{source:"iana",extensions:["mts"]},"model/vnd.opengex":{source:"iana",extensions:["ogex"]},"model/vnd.parasolid.transmit.binary":{source:"iana",extensions:["x_b"]},"model/vnd.parasolid.transmit.text":{source:"iana",extensions:["x_t"]},"model/vnd.pytha.pyox":{source:"iana"},"model/vnd.rosette.annotated-data-model":{source:"iana"},"model/vnd.sap.vds":{source:"iana",extensions:["vds"]},"model/vnd.usdz+zip":{source:"iana",compressible:!1,extensions:["usdz"]},"model/vnd.valve.source.compiled-map":{source:"iana",extensions:["bsp"]},"model/vnd.vtu":{source:"iana",extensions:["vtu"]},"model/vrml":{source:"iana",compressible:!1,extensions:["wrl","vrml"]},"model/x3d+binary":{source:"apache",compressible:!1,extensions:["x3db","x3dbz"]},"model/x3d+fastinfoset":{source:"iana",extensions:["x3db"]},"model/x3d+vrml":{source:"apache",compressible:!1,extensions:["x3dv","x3dvz"]},"model/x3d+xml":{source:"iana",compressible:!0,extensions:["x3d","x3dz"]},"model/x3d-vrml":{source:"iana",extensions:["x3dv"]},"multipart/alternative":{source:"iana",compressible:!1},"multipart/appledouble":{source:"iana"},"multipart/byteranges":{source:"iana"},"multipart/digest":{source:"iana"},"multipart/encrypted":{source:"iana",compressible:!1},"multipart/form-data":{source:"iana",compressible:!1},"multipart/header-set":{source:"iana"},"multipart/mixed":{source:"iana"},"multipart/multilingual":{source:"iana"},"multipart/parallel":{source:"iana"},"multipart/related":{source:"iana",compressible:!1},"multipart/report":{source:"iana"},"multipart/signed":{source:"iana",compressible:!1},"multipart/vnd.bint.med-plus":{source:"iana"},"multipart/voice-message":{source:"iana"},"multipart/x-mixed-replace":{source:"iana"},"text/1d-interleaved-parityfec":{source:"iana"},"text/cache-manifest":{source:"iana",compressible:!0,extensions:["appcache","manifest"]},"text/calendar":{source:"iana",extensions:["ics","ifb"]},"text/calender":{compressible:!0},"text/cmd":{compressible:!0},"text/coffeescript":{extensions:["coffee","litcoffee"]},"text/cql":{source:"iana"},"text/cql-expression":{source:"iana"},"text/cql-identifier":{source:"iana"},"text/css":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["css"]},"text/csv":{source:"iana",compressible:!0,extensions:["csv"]},"text/csv-schema":{source:"iana"},"text/directory":{source:"iana"},"text/dns":{source:"iana"},"text/ecmascript":{source:"iana"},"text/encaprtp":{source:"iana"},"text/enriched":{source:"iana"},"text/fhirpath":{source:"iana"},"text/flexfec":{source:"iana"},"text/fwdred":{source:"iana"},"text/gff3":{source:"iana"},"text/grammar-ref-list":{source:"iana"},"text/html":{source:"iana",compressible:!0,extensions:["html","htm","shtml"]},"text/jade":{extensions:["jade"]},"text/javascript":{source:"iana",compressible:!0},"text/jcr-cnd":{source:"iana"},"text/jsx":{compressible:!0,extensions:["jsx"]},"text/less":{compressible:!0,extensions:["less"]},"text/markdown":{source:"iana",compressible:!0,extensions:["markdown","md"]},"text/mathml":{source:"nginx",extensions:["mml"]},"text/mdx":{compressible:!0,extensions:["mdx"]},"text/mizar":{source:"iana"},"text/n3":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["n3"]},"text/parameters":{source:"iana",charset:"UTF-8"},"text/parityfec":{source:"iana"},"text/plain":{source:"iana",compressible:!0,extensions:["txt","text","conf","def","list","log","in","ini"]},"text/provenance-notation":{source:"iana",charset:"UTF-8"},"text/prs.fallenstein.rst":{source:"iana"},"text/prs.lines.tag":{source:"iana",extensions:["dsc"]},"text/prs.prop.logic":{source:"iana"},"text/raptorfec":{source:"iana"},"text/red":{source:"iana"},"text/rfc822-headers":{source:"iana"},"text/richtext":{source:"iana",compressible:!0,extensions:["rtx"]},"text/rtf":{source:"iana",compressible:!0,extensions:["rtf"]},"text/rtp-enc-aescm128":{source:"iana"},"text/rtploopback":{source:"iana"},"text/rtx":{source:"iana"},"text/sgml":{source:"iana",extensions:["sgml","sgm"]},"text/shaclc":{source:"iana"},"text/shex":{source:"iana",extensions:["shex"]},"text/slim":{extensions:["slim","slm"]},"text/spdx":{source:"iana",extensions:["spdx"]},"text/strings":{source:"iana"},"text/stylus":{extensions:["stylus","styl"]},"text/t140":{source:"iana"},"text/tab-separated-values":{source:"iana",compressible:!0,extensions:["tsv"]},"text/troff":{source:"iana",extensions:["t","tr","roff","man","me","ms"]},"text/turtle":{source:"iana",charset:"UTF-8",extensions:["ttl"]},"text/ulpfec":{source:"iana"},"text/uri-list":{source:"iana",compressible:!0,extensions:["uri","uris","urls"]},"text/vcard":{source:"iana",compressible:!0,extensions:["vcard"]},"text/vnd.a":{source:"iana"},"text/vnd.abc":{source:"iana"},"text/vnd.ascii-art":{source:"iana"},"text/vnd.curl":{source:"iana",extensions:["curl"]},"text/vnd.curl.dcurl":{source:"apache",extensions:["dcurl"]},"text/vnd.curl.mcurl":{source:"apache",extensions:["mcurl"]},"text/vnd.curl.scurl":{source:"apache",extensions:["scurl"]},"text/vnd.debian.copyright":{source:"iana",charset:"UTF-8"},"text/vnd.dmclientscript":{source:"iana"},"text/vnd.dvb.subtitle":{source:"iana",extensions:["sub"]},"text/vnd.esmertec.theme-descriptor":{source:"iana",charset:"UTF-8"},"text/vnd.familysearch.gedcom":{source:"iana",extensions:["ged"]},"text/vnd.ficlab.flt":{source:"iana"},"text/vnd.fly":{source:"iana",extensions:["fly"]},"text/vnd.fmi.flexstor":{source:"iana",extensions:["flx"]},"text/vnd.gml":{source:"iana"},"text/vnd.graphviz":{source:"iana",extensions:["gv"]},"text/vnd.hans":{source:"iana"},"text/vnd.hgl":{source:"iana"},"text/vnd.in3d.3dml":{source:"iana",extensions:["3dml"]},"text/vnd.in3d.spot":{source:"iana",extensions:["spot"]},"text/vnd.iptc.newsml":{source:"iana"},"text/vnd.iptc.nitf":{source:"iana"},"text/vnd.latex-z":{source:"iana"},"text/vnd.motorola.reflex":{source:"iana"},"text/vnd.ms-mediapackage":{source:"iana"},"text/vnd.net2phone.commcenter.command":{source:"iana"},"text/vnd.radisys.msml-basic-layout":{source:"iana"},"text/vnd.senx.warpscript":{source:"iana"},"text/vnd.si.uricatalogue":{source:"iana"},"text/vnd.sosi":{source:"iana"},"text/vnd.sun.j2me.app-descriptor":{source:"iana",charset:"UTF-8",extensions:["jad"]},"text/vnd.trolltech.linguist":{source:"iana",charset:"UTF-8"},"text/vnd.wap.si":{source:"iana"},"text/vnd.wap.sl":{source:"iana"},"text/vnd.wap.wml":{source:"iana",extensions:["wml"]},"text/vnd.wap.wmlscript":{source:"iana",extensions:["wmls"]},"text/vtt":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["vtt"]},"text/x-asm":{source:"apache",extensions:["s","asm"]},"text/x-c":{source:"apache",extensions:["c","cc","cxx","cpp","h","hh","dic"]},"text/x-component":{source:"nginx",extensions:["htc"]},"text/x-fortran":{source:"apache",extensions:["f","for","f77","f90"]},"text/x-gwt-rpc":{compressible:!0},"text/x-handlebars-template":{extensions:["hbs"]},"text/x-java-source":{source:"apache",extensions:["java"]},"text/x-jquery-tmpl":{compressible:!0},"text/x-lua":{extensions:["lua"]},"text/x-markdown":{compressible:!0,extensions:["mkd"]},"text/x-nfo":{source:"apache",extensions:["nfo"]},"text/x-opml":{source:"apache",extensions:["opml"]},"text/x-org":{compressible:!0,extensions:["org"]},"text/x-pascal":{source:"apache",extensions:["p","pas"]},"text/x-processing":{compressible:!0,extensions:["pde"]},"text/x-sass":{extensions:["sass"]},"text/x-scss":{extensions:["scss"]},"text/x-setext":{source:"apache",extensions:["etx"]},"text/x-sfv":{source:"apache",extensions:["sfv"]},"text/x-suse-ymp":{compressible:!0,extensions:["ymp"]},"text/x-uuencode":{source:"apache",extensions:["uu"]},"text/x-vcalendar":{source:"apache",extensions:["vcs"]},"text/x-vcard":{source:"apache",extensions:["vcf"]},"text/xml":{source:"iana",compressible:!0,extensions:["xml"]},"text/xml-external-parsed-entity":{source:"iana"},"text/yaml":{compressible:!0,extensions:["yaml","yml"]},"video/1d-interleaved-parityfec":{source:"iana"},"video/3gpp":{source:"iana",extensions:["3gp","3gpp"]},"video/3gpp-tt":{source:"iana"},"video/3gpp2":{source:"iana",extensions:["3g2"]},"video/av1":{source:"iana"},"video/bmpeg":{source:"iana"},"video/bt656":{source:"iana"},"video/celb":{source:"iana"},"video/dv":{source:"iana"},"video/encaprtp":{source:"iana"},"video/ffv1":{source:"iana"},"video/flexfec":{source:"iana"},"video/h261":{source:"iana",extensions:["h261"]},"video/h263":{source:"iana",extensions:["h263"]},"video/h263-1998":{source:"iana"},"video/h263-2000":{source:"iana"},"video/h264":{source:"iana",extensions:["h264"]},"video/h264-rcdo":{source:"iana"},"video/h264-svc":{source:"iana"},"video/h265":{source:"iana"},"video/iso.segment":{source:"iana",extensions:["m4s"]},"video/jpeg":{source:"iana",extensions:["jpgv"]},"video/jpeg2000":{source:"iana"},"video/jpm":{source:"apache",extensions:["jpm","jpgm"]},"video/jxsv":{source:"iana"},"video/mj2":{source:"iana",extensions:["mj2","mjp2"]},"video/mp1s":{source:"iana"},"video/mp2p":{source:"iana"},"video/mp2t":{source:"iana",extensions:["ts"]},"video/mp4":{source:"iana",compressible:!1,extensions:["mp4","mp4v","mpg4"]},"video/mp4v-es":{source:"iana"},"video/mpeg":{source:"iana",compressible:!1,extensions:["mpeg","mpg","mpe","m1v","m2v"]},"video/mpeg4-generic":{source:"iana"},"video/mpv":{source:"iana"},"video/nv":{source:"iana"},"video/ogg":{source:"iana",compressible:!1,extensions:["ogv"]},"video/parityfec":{source:"iana"},"video/pointer":{source:"iana"},"video/quicktime":{source:"iana",compressible:!1,extensions:["qt","mov"]},"video/raptorfec":{source:"iana"},"video/raw":{source:"iana"},"video/rtp-enc-aescm128":{source:"iana"},"video/rtploopback":{source:"iana"},"video/rtx":{source:"iana"},"video/scip":{source:"iana"},"video/smpte291":{source:"iana"},"video/smpte292m":{source:"iana"},"video/ulpfec":{source:"iana"},"video/vc1":{source:"iana"},"video/vc2":{source:"iana"},"video/vnd.cctv":{source:"iana"},"video/vnd.dece.hd":{source:"iana",extensions:["uvh","uvvh"]},"video/vnd.dece.mobile":{source:"iana",extensions:["uvm","uvvm"]},"video/vnd.dece.mp4":{source:"iana"},"video/vnd.dece.pd":{source:"iana",extensions:["uvp","uvvp"]},"video/vnd.dece.sd":{source:"iana",extensions:["uvs","uvvs"]},"video/vnd.dece.video":{source:"iana",extensions:["uvv","uvvv"]},"video/vnd.directv.mpeg":{source:"iana"},"video/vnd.directv.mpeg-tts":{source:"iana"},"video/vnd.dlna.mpeg-tts":{source:"iana"},"video/vnd.dvb.file":{source:"iana",extensions:["dvb"]},"video/vnd.fvt":{source:"iana",extensions:["fvt"]},"video/vnd.hns.video":{source:"iana"},"video/vnd.iptvforum.1dparityfec-1010":{source:"iana"},"video/vnd.iptvforum.1dparityfec-2005":{source:"iana"},"video/vnd.iptvforum.2dparityfec-1010":{source:"iana"},"video/vnd.iptvforum.2dparityfec-2005":{source:"iana"},"video/vnd.iptvforum.ttsavc":{source:"iana"},"video/vnd.iptvforum.ttsmpeg2":{source:"iana"},"video/vnd.motorola.video":{source:"iana"},"video/vnd.motorola.videop":{source:"iana"},"video/vnd.mpegurl":{source:"iana",extensions:["mxu","m4u"]},"video/vnd.ms-playready.media.pyv":{source:"iana",extensions:["pyv"]},"video/vnd.nokia.interleaved-multimedia":{source:"iana"},"video/vnd.nokia.mp4vr":{source:"iana"},"video/vnd.nokia.videovoip":{source:"iana"},"video/vnd.objectvideo":{source:"iana"},"video/vnd.radgamettools.bink":{source:"iana"},"video/vnd.radgamettools.smacker":{source:"iana"},"video/vnd.sealed.mpeg1":{source:"iana"},"video/vnd.sealed.mpeg4":{source:"iana"},"video/vnd.sealed.swf":{source:"iana"},"video/vnd.sealedmedia.softseal.mov":{source:"iana"},"video/vnd.uvvu.mp4":{source:"iana",extensions:["uvu","uvvu"]},"video/vnd.vivo":{source:"iana",extensions:["viv"]},"video/vnd.youtube.yt":{source:"iana"},"video/vp8":{source:"iana"},"video/vp9":{source:"iana"},"video/webm":{source:"apache",compressible:!1,extensions:["webm"]},"video/x-f4v":{source:"apache",extensions:["f4v"]},"video/x-fli":{source:"apache",extensions:["fli"]},"video/x-flv":{source:"apache",compressible:!1,extensions:["flv"]},"video/x-m4v":{source:"apache",extensions:["m4v"]},"video/x-matroska":{source:"apache",compressible:!1,extensions:["mkv","mk3d","mks"]},"video/x-mng":{source:"apache",extensions:["mng"]},"video/x-ms-asf":{source:"apache",extensions:["asf","asx"]},"video/x-ms-vob":{source:"apache",extensions:["vob"]},"video/x-ms-wm":{source:"apache",extensions:["wm"]},"video/x-ms-wmv":{source:"apache",compressible:!1,extensions:["wmv"]},"video/x-ms-wmx":{source:"apache",extensions:["wmx"]},"video/x-ms-wvx":{source:"apache",extensions:["wvx"]},"video/x-msvideo":{source:"apache",extensions:["avi"]},"video/x-sgi-movie":{source:"apache",extensions:["movie"]},"video/x-smv":{source:"apache",extensions:["smv"]},"x-conference/x-cooltalk":{source:"apache",extensions:["ice"]},"x-shader/x-fragment":{compressible:!0},"x-shader/x-vertex":{compressible:!0}}});var Bq=A((l51,Lq)=>{/*!
29
+ * mime-db
30
+ * Copyright(c) 2014 Jonathan Ong
31
+ * Copyright(c) 2015-2022 Douglas Christopher Wilson
32
+ * MIT Licensed
33
+ */Lq.exports=$q()});var Fq=A((R0)=>{/*!
34
+ * mime-types
35
+ * Copyright(c) 2014 Jonathan Ong
36
+ * Copyright(c) 2015 Douglas Christopher Wilson
37
+ * MIT Licensed
38
+ */var P3=Bq(),AC=require("path").extname,Vq=/^\s*([^;\s]*)(?:;|\s|$)/,MC=/^text\//i;R0.charset=qq;R0.charsets={lookup:qq};R0.contentType=RC;R0.extension=OC;R0.extensions=Object.create(null);R0.lookup=DC;R0.types=Object.create(null);IC(R0.extensions,R0.types);function qq(Z){if(!Z||typeof Z!=="string")return!1;var G=Vq.exec(Z),J=G&&P3[G[1].toLowerCase()];if(J&&J.charset)return J.charset;if(G&&MC.test(G[1]))return"UTF-8";return!1}function RC(Z){if(!Z||typeof Z!=="string")return!1;var G=Z.indexOf("/")===-1?R0.lookup(Z):Z;if(!G)return!1;if(G.indexOf("charset")===-1){var J=R0.charset(G);if(J)G+="; charset="+J.toLowerCase()}return G}function OC(Z){if(!Z||typeof Z!=="string")return!1;var G=Vq.exec(Z),J=G&&R0.extensions[G[1].toLowerCase()];if(!J||!J.length)return!1;return J[0]}function DC(Z){if(!Z||typeof Z!=="string")return!1;var G=AC("x."+Z).toLowerCase().substr(1);if(!G)return!1;return R0.types[G]||!1}function IC(Z,G){var J=["nginx","apache",void 0,"iana"];Object.keys(P3).forEach(function(Y){var x=P3[Y],z=x.extensions;if(!z||!z.length)return;Z[Y]=z;for(var Q=0;Q<z.length;Q++){var K=z[Q];if(G[K]){var W=J.indexOf(P3[G[K]].source),H=J.indexOf(x.source);if(G[K]!=="application/octet-stream"&&(W>H||W===H&&G[K].substr(0,12)==="application/"))continue}G[K]=Y}})}});var Aq=A((n51,wq)=>{wq.exports=TC;function TC(Z){var G=typeof setImmediate=="function"?setImmediate:typeof process=="object"&&typeof process.nextTick=="function"?process.nextTick:null;if(G)G(Z);else setTimeout(Z,0)}});var Vz=A((d51,Rq)=>{var Mq=Aq();Rq.exports=PC;function PC(Z){var G=!1;return Mq(function(){G=!0}),function(X,Y){if(G)Z(X,Y);else Mq(function(){Z(X,Y)})}}});var qz=A((s51,Oq)=>{Oq.exports=mC;function mC(Z){Object.keys(Z.jobs).forEach(vC.bind(Z)),Z.jobs={}}function vC(Z){if(typeof this.jobs[Z]=="function")this.jobs[Z]()}});var Fz=A((r51,Iq)=>{var Dq=Vz(),jC=qz();Iq.exports=EC;function EC(Z,G,J,X){var Y=J.keyedList?J.keyedList[J.index]:J.index;J.jobs[Y]=SC(G,Y,Z[Y],function(x,z){if(!(Y in J.jobs))return;if(delete J.jobs[Y],x)jC(J);else J.results[Y]=z;X(x,J.results)})}function SC(Z,G,J,X){var Y;if(Z.length==2)Y=Z(J,Dq(X));else Y=Z(J,G,Dq(X));return Y}});var wz=A((o51,Tq)=>{Tq.exports=pC;function pC(Z,G){var J=!Array.isArray(Z),X={index:0,keyedList:J||G?Object.keys(Z):null,jobs:{},results:J?{}:[],size:J?Object.keys(Z).length:Z.length};if(G)X.keyedList.sort(J?G:function(Y,x){return G(Z[Y],Z[x])});return X}});var Az=A((t51,Pq)=>{var _C=qz(),iC=Vz();Pq.exports=CC;function CC(Z){if(!Object.keys(this.jobs).length)return;this.index=this.size,_C(this),iC(Z)(null,this.results)}});var vq=A((e51,mq)=>{var bC=Fz(),gC=wz(),hC=Az();mq.exports=yC;function yC(Z,G,J){var X=gC(Z);while(X.index<(X.keyedList||Z).length)bC(Z,G,X,function(Y,x){if(Y){J(Y,x);return}if(Object.keys(X.jobs).length===0){J(null,X.results);return}}),X.index++;return hC.bind(X,J)}});var Mz=A((Z81,m3)=>{var jq=Fz(),uC=wz(),kC=Az();m3.exports=fC;m3.exports.ascending=Eq;m3.exports.descending=cC;function fC(Z,G,J,X){var Y=uC(Z,J);return jq(Z,G,Y,function x(z,Q){if(z){X(z,Q);return}if(Y.index++,Y.index<(Y.keyedList||Z).length){jq(Z,G,Y,x);return}X(null,Y.results)}),kC.bind(Y,X)}function Eq(Z,G){return Z<G?-1:Z>G?1:0}function cC(Z,G){return-1*Eq(Z,G)}});var pq=A((G81,Sq)=>{var lC=Mz();Sq.exports=aC;function aC(Z,G,J){return lC(Z,G,null,J)}});var iq=A((J81,_q)=>{_q.exports={parallel:vq(),serial:pq(),serialOrdered:Mz()}});var Rz=A((X81,Cq)=>{Cq.exports=Object});var gq=A((Y81,bq)=>{bq.exports=Error});var yq=A((x81,hq)=>{hq.exports=EvalError});var kq=A((z81,uq)=>{uq.exports=RangeError});var cq=A((Q81,fq)=>{fq.exports=ReferenceError});var aq=A((K81,lq)=>{lq.exports=SyntaxError});var v3=A((H81,nq)=>{nq.exports=TypeError});var sq=A((W81,dq)=>{dq.exports=URIError});var oq=A((U81,rq)=>{rq.exports=Math.abs});var eq=A((N81,tq)=>{tq.exports=Math.floor});var GF=A(($81,ZF)=>{ZF.exports=Math.max});var XF=A((L81,JF)=>{JF.exports=Math.min});var xF=A((B81,YF)=>{YF.exports=Math.pow});var QF=A((V81,zF)=>{zF.exports=Math.round});var HF=A((q81,KF)=>{KF.exports=Number.isNaN||function(G){return G!==G}});var UF=A((F81,WF)=>{var nC=HF();WF.exports=function(G){if(nC(G)||G===0)return G;return G<0?-1:1}});var $F=A((w81,NF)=>{NF.exports=Object.getOwnPropertyDescriptor});var Oz=A((A81,LF)=>{var j3=$F();if(j3)try{j3([],"length")}catch(Z){j3=null}LF.exports=j3});var VF=A((M81,BF)=>{var E3=Object.defineProperty||!1;if(E3)try{E3({},"a",{value:1})}catch(Z){E3=!1}BF.exports=E3});var Dz=A((R81,qF)=>{qF.exports=function(){if(typeof Symbol!=="function"||typeof Object.getOwnPropertySymbols!=="function")return!1;if(typeof Symbol.iterator==="symbol")return!0;var G={},J=Symbol("test"),X=Object(J);if(typeof J==="string")return!1;if(Object.prototype.toString.call(J)!=="[object Symbol]")return!1;if(Object.prototype.toString.call(X)!=="[object Symbol]")return!1;var Y=42;G[J]=Y;for(var x in G)return!1;if(typeof Object.keys==="function"&&Object.keys(G).length!==0)return!1;if(typeof Object.getOwnPropertyNames==="function"&&Object.getOwnPropertyNames(G).length!==0)return!1;var z=Object.getOwnPropertySymbols(G);if(z.length!==1||z[0]!==J)return!1;if(!Object.prototype.propertyIsEnumerable.call(G,J))return!1;if(typeof Object.getOwnPropertyDescriptor==="function"){var Q=Object.getOwnPropertyDescriptor(G,J);if(Q.value!==Y||Q.enumerable!==!0)return!1}return!0}});var AF=A((O81,wF)=>{var FF=typeof Symbol<"u"&&Symbol,dC=Dz();wF.exports=function(){if(typeof FF!=="function")return!1;if(typeof Symbol!=="function")return!1;if(typeof FF("foo")!=="symbol")return!1;if(typeof Symbol("bar")!=="symbol")return!1;return dC()}});var Iz=A((D81,MF)=>{MF.exports=typeof Reflect<"u"&&Reflect.getPrototypeOf||null});var Tz=A((I81,RF)=>{var sC=Rz();RF.exports=sC.getPrototypeOf||null});var IF=A((T81,DF)=>{var rC="Function.prototype.bind called on incompatible ",oC=Object.prototype.toString,tC=Math.max,eC="[object Function]",OF=function(G,J){var X=[];for(var Y=0;Y<G.length;Y+=1)X[Y]=G[Y];for(var x=0;x<J.length;x+=1)X[x+G.length]=J[x];return X},Zb=function(G,J){var X=[];for(var Y=J||0,x=0;Y<G.length;Y+=1,x+=1)X[x]=G[Y];return X},Gb=function(Z,G){var J="";for(var X=0;X<Z.length;X+=1)if(J+=Z[X],X+1<Z.length)J+=G;return J};DF.exports=function(G){var J=this;if(typeof J!=="function"||oC.apply(J)!==eC)throw TypeError(rC+J);var X=Zb(arguments,1),Y,x=function(){if(this instanceof Y){var H=J.apply(this,OF(X,arguments));if(Object(H)===H)return H;return this}return J.apply(G,OF(X,arguments))},z=tC(0,J.length-X.length),Q=[];for(var K=0;K<z;K++)Q[K]="$"+K;if(Y=Function("binder","return function ("+Gb(Q,",")+"){ return binder.apply(this,arguments); }")(x),J.prototype){var W=function(){};W.prototype=J.prototype,Y.prototype=new W,W.prototype=null}return Y}});var _4=A((P81,TF)=>{var Jb=IF();TF.exports=Function.prototype.bind||Jb});var S3=A((m81,PF)=>{PF.exports=Function.prototype.call});var Pz=A((v81,mF)=>{mF.exports=Function.prototype.apply});var jF=A((j81,vF)=>{vF.exports=typeof Reflect<"u"&&Reflect&&Reflect.apply});var SF=A((E81,EF)=>{var Xb=_4(),Yb=Pz(),xb=S3(),zb=jF();EF.exports=zb||Xb.call(xb,Yb)});var _F=A((S81,pF)=>{var Qb=_4(),Kb=v3(),Hb=S3(),Wb=SF();pF.exports=function(G){if(G.length<1||typeof G[0]!=="function")throw new Kb("a function is required");return Wb(Qb,Hb,G)}});var yF=A((p81,hF)=>{var Ub=_F(),iF=Oz(),bF;try{bF=[].__proto__===Array.prototype}catch(Z){if(!Z||typeof Z!=="object"||!("code"in Z)||Z.code!=="ERR_PROTO_ACCESS")throw Z}var mz=!!bF&&iF&&iF(Object.prototype,"__proto__"),gF=Object,CF=gF.getPrototypeOf;hF.exports=mz&&typeof mz.get==="function"?Ub([mz.get]):typeof CF==="function"?function(G){return CF(G==null?G:gF(G))}:!1});var lF=A((_81,cF)=>{var uF=Iz(),kF=Tz(),fF=yF();cF.exports=uF?function(G){return uF(G)}:kF?function(G){if(!G||typeof G!=="object"&&typeof G!=="function")throw TypeError("getProto: not an object");return kF(G)}:fF?function(G){return fF(G)}:null});var p3=A((i81,aF)=>{var Nb=Function.prototype.call,$b=Object.prototype.hasOwnProperty,Lb=_4();aF.exports=Lb.call(Nb,$b)});var tF=A((C81,oF)=>{var z1,Bb=Rz(),Vb=gq(),qb=yq(),Fb=kq(),wb=cq(),U7=aq(),W7=v3(),Ab=sq(),Mb=oq(),Rb=eq(),Ob=GF(),Db=XF(),Ib=xF(),Tb=QF(),Pb=UF(),sF=Function,vz=function(Z){try{return sF('"use strict"; return ('+Z+").constructor;")()}catch(G){}},i4=Oz(),mb=VF(),jz=function(){throw new W7},vb=i4?function(){try{return arguments.callee,jz}catch(Z){try{return i4(arguments,"callee").get}catch(G){return jz}}}():jz,K7=AF()(),r1=lF(),jb=Tz(),Eb=Iz(),rF=Pz(),C4=S3(),H7={},Sb=typeof Uint8Array>"u"||!r1?z1:r1(Uint8Array),Q6={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?z1:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?z1:ArrayBuffer,"%ArrayIteratorPrototype%":K7&&r1?r1([][Symbol.iterator]()):z1,"%AsyncFromSyncIteratorPrototype%":z1,"%AsyncFunction%":H7,"%AsyncGenerator%":H7,"%AsyncGeneratorFunction%":H7,"%AsyncIteratorPrototype%":H7,"%Atomics%":typeof Atomics>"u"?z1:Atomics,"%BigInt%":typeof BigInt>"u"?z1:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?z1:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?z1:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?z1:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Vb,"%eval%":eval,"%EvalError%":qb,"%Float16Array%":typeof Float16Array>"u"?z1:Float16Array,"%Float32Array%":typeof Float32Array>"u"?z1:Float32Array,"%Float64Array%":typeof Float64Array>"u"?z1:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?z1:FinalizationRegistry,"%Function%":sF,"%GeneratorFunction%":H7,"%Int8Array%":typeof Int8Array>"u"?z1:Int8Array,"%Int16Array%":typeof Int16Array>"u"?z1:Int16Array,"%Int32Array%":typeof Int32Array>"u"?z1:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":K7&&r1?r1(r1([][Symbol.iterator]())):z1,"%JSON%":typeof JSON==="object"?JSON:z1,"%Map%":typeof Map>"u"?z1:Map,"%MapIteratorPrototype%":typeof Map>"u"||!K7||!r1?z1:r1(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Bb,"%Object.getOwnPropertyDescriptor%":i4,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?z1:Promise,"%Proxy%":typeof Proxy>"u"?z1:Proxy,"%RangeError%":Fb,"%ReferenceError%":wb,"%Reflect%":typeof Reflect>"u"?z1:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?z1:Set,"%SetIteratorPrototype%":typeof Set>"u"||!K7||!r1?z1:r1(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?z1:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":K7&&r1?r1(""[Symbol.iterator]()):z1,"%Symbol%":K7?Symbol:z1,"%SyntaxError%":U7,"%ThrowTypeError%":vb,"%TypedArray%":Sb,"%TypeError%":W7,"%Uint8Array%":typeof Uint8Array>"u"?z1:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?z1:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?z1:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?z1:Uint32Array,"%URIError%":Ab,"%WeakMap%":typeof WeakMap>"u"?z1:WeakMap,"%WeakRef%":typeof WeakRef>"u"?z1:WeakRef,"%WeakSet%":typeof WeakSet>"u"?z1:WeakSet,"%Function.prototype.call%":C4,"%Function.prototype.apply%":rF,"%Object.defineProperty%":mb,"%Object.getPrototypeOf%":jb,"%Math.abs%":Mb,"%Math.floor%":Rb,"%Math.max%":Ob,"%Math.min%":Db,"%Math.pow%":Ib,"%Math.round%":Tb,"%Math.sign%":Pb,"%Reflect.getPrototypeOf%":Eb};if(r1)try{null.error}catch(Z){Ez=r1(r1(Z)),Q6["%Error.prototype%"]=Ez}var Ez,pb=function Z(G){var J;if(G==="%AsyncFunction%")J=vz("async function () {}");else if(G==="%GeneratorFunction%")J=vz("function* () {}");else if(G==="%AsyncGeneratorFunction%")J=vz("async function* () {}");else if(G==="%AsyncGenerator%"){var X=Z("%AsyncGeneratorFunction%");if(X)J=X.prototype}else if(G==="%AsyncIteratorPrototype%"){var Y=Z("%AsyncGenerator%");if(Y&&r1)J=r1(Y.prototype)}return Q6[G]=J,J},nF={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},b4=_4(),_3=p3(),_b=b4.call(C4,Array.prototype.concat),ib=b4.call(rF,Array.prototype.splice),dF=b4.call(C4,String.prototype.replace),i3=b4.call(C4,String.prototype.slice),Cb=b4.call(C4,RegExp.prototype.exec),bb=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,gb=/\\(\\)?/g,hb=function(G){var J=i3(G,0,1),X=i3(G,-1);if(J==="%"&&X!=="%")throw new U7("invalid intrinsic syntax, expected closing `%`");else if(X==="%"&&J!=="%")throw new U7("invalid intrinsic syntax, expected opening `%`");var Y=[];return dF(G,bb,function(x,z,Q,K){Y[Y.length]=Q?dF(K,gb,"$1"):z||x}),Y},yb=function(G,J){var X=G,Y;if(_3(nF,X))Y=nF[X],X="%"+Y[0]+"%";if(_3(Q6,X)){var x=Q6[X];if(x===H7)x=pb(X);if(typeof x>"u"&&!J)throw new W7("intrinsic "+G+" exists, but is not available. Please file an issue!");return{alias:Y,name:X,value:x}}throw new U7("intrinsic "+G+" does not exist!")};oF.exports=function(G,J){if(typeof G!=="string"||G.length===0)throw new W7("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof J!=="boolean")throw new W7('"allowMissing" argument must be a boolean');if(Cb(/^%?[^%]*%?$/,G)===null)throw new U7("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var X=hb(G),Y=X.length>0?X[0]:"",x=yb("%"+Y+"%",J),z=x.name,Q=x.value,K=!1,W=x.alias;if(W)Y=W[0],ib(X,_b([0,1],W));for(var H=1,U=!0;H<X.length;H+=1){var N=X[H],$=i3(N,0,1),L=i3(N,-1);if(($==='"'||$==="'"||$==="`"||(L==='"'||L==="'"||L==="`"))&&$!==L)throw new U7("property names with quotes must have matching quotes");if(N==="constructor"||!U)K=!0;if(Y+="."+N,z="%"+Y+"%",_3(Q6,z))Q=Q6[z];else if(Q!=null){if(!(N in Q)){if(!J)throw new W7("base intrinsic for "+G+" exists, but the property is not available.");return}if(i4&&H+1>=X.length){var B=i4(Q,N);if(U=!!B,U&&"get"in B&&!("originalValue"in B.get))Q=B.get;else Q=Q[N]}else U=_3(Q,N),Q=Q[N];if(U&&!K)Q6[z]=Q}}return Q}});var Zw=A((b81,eF)=>{var ub=Dz();eF.exports=function(){return ub()&&!!Symbol.toStringTag}});var Xw=A((g81,Jw)=>{var kb=tF(),Gw=kb("%Object.defineProperty%",!0),fb=Zw()(),cb=p3(),lb=v3(),C3=fb?Symbol.toStringTag:null;Jw.exports=function(G,J){var X=arguments.length>2&&!!arguments[2]&&arguments[2].force,Y=arguments.length>2&&!!arguments[2]&&arguments[2].nonConfigurable;if(typeof X<"u"&&typeof X!=="boolean"||typeof Y<"u"&&typeof Y!=="boolean")throw new lb("if provided, the `overrideIfSet` and `nonConfigurable` options must be booleans");if(C3&&(X||!cb(G,C3)))if(Gw)Gw(G,C3,{configurable:!Y,enumerable:!1,value:J,writable:!1});else G[C3]=J}});var xw=A((h81,Yw)=>{Yw.exports=function(Z,G){return Object.keys(G).forEach(function(J){Z[J]=Z[J]||G[J]}),Z}});var Qw=A((y81,zw)=>{var iz=Nq(),ab=require("util"),Sz=require("path"),nb=require("http"),db=require("https"),sb=require("url").parse,rb=require("fs"),ob=require("stream").Stream,tb=require("crypto"),pz=Fq(),eb=iq(),Zg=Xw(),T8=p3(),_z=xw();function H1(Z){if(!(this instanceof H1))return new H1(Z);this._overheadLength=0,this._valueLength=0,this._valuesToMeasure=[],iz.call(this),Z=Z||{};for(var G in Z)this[G]=Z[G]}ab.inherits(H1,iz);H1.LINE_BREAK=`\r
39
+ `;H1.DEFAULT_CONTENT_TYPE="application/octet-stream";H1.prototype.append=function(Z,G,J){if(J=J||{},typeof J==="string")J={filename:J};var X=iz.prototype.append.bind(this);if(typeof G==="number"||G==null)G=String(G);if(Array.isArray(G)){this._error(Error("Arrays are not supported."));return}var Y=this._multiPartHeader(Z,G,J),x=this._multiPartFooter();X(Y),X(G),X(x),this._trackLength(Y,G,J)};H1.prototype._trackLength=function(Z,G,J){var X=0;if(J.knownLength!=null)X+=Number(J.knownLength);else if(Buffer.isBuffer(G))X=G.length;else if(typeof G==="string")X=Buffer.byteLength(G);if(this._valueLength+=X,this._overheadLength+=Buffer.byteLength(Z)+H1.LINE_BREAK.length,!G||!G.path&&!(G.readable&&T8(G,"httpVersion"))&&!(G instanceof ob))return;if(!J.knownLength)this._valuesToMeasure.push(G)};H1.prototype._lengthRetriever=function(Z,G){if(T8(Z,"fd"))if(Z.end!=null&&Z.end!=1/0&&Z.start!=null)G(null,Z.end+1-(Z.start?Z.start:0));else rb.stat(Z.path,function(J,X){if(J){G(J);return}var Y=X.size-(Z.start?Z.start:0);G(null,Y)});else if(T8(Z,"httpVersion"))G(null,Number(Z.headers["content-length"]));else if(T8(Z,"httpModule"))Z.on("response",function(J){Z.pause(),G(null,Number(J.headers["content-length"]))}),Z.resume();else G("Unknown stream")};H1.prototype._multiPartHeader=function(Z,G,J){if(typeof J.header==="string")return J.header;var X=this._getContentDisposition(G,J),Y=this._getContentType(G,J),x="",z={"Content-Disposition":["form-data",'name="'+Z+'"'].concat(X||[]),"Content-Type":[].concat(Y||[])};if(typeof J.header==="object")_z(z,J.header);var Q;for(var K in z)if(T8(z,K)){if(Q=z[K],Q==null)continue;if(!Array.isArray(Q))Q=[Q];if(Q.length)x+=K+": "+Q.join("; ")+H1.LINE_BREAK}return"--"+this.getBoundary()+H1.LINE_BREAK+x+H1.LINE_BREAK};H1.prototype._getContentDisposition=function(Z,G){var J;if(typeof G.filepath==="string")J=Sz.normalize(G.filepath).replace(/\\/g,"/");else if(G.filename||Z&&(Z.name||Z.path))J=Sz.basename(G.filename||Z&&(Z.name||Z.path));else if(Z&&Z.readable&&T8(Z,"httpVersion"))J=Sz.basename(Z.client._httpMessage.path||"");if(J)return'filename="'+J+'"'};H1.prototype._getContentType=function(Z,G){var J=G.contentType;if(!J&&Z&&Z.name)J=pz.lookup(Z.name);if(!J&&Z&&Z.path)J=pz.lookup(Z.path);if(!J&&Z&&Z.readable&&T8(Z,"httpVersion"))J=Z.headers["content-type"];if(!J&&(G.filepath||G.filename))J=pz.lookup(G.filepath||G.filename);if(!J&&Z&&typeof Z==="object")J=H1.DEFAULT_CONTENT_TYPE;return J};H1.prototype._multiPartFooter=function(){return function(Z){var G=H1.LINE_BREAK,J=this._streams.length===0;if(J)G+=this._lastBoundary();Z(G)}.bind(this)};H1.prototype._lastBoundary=function(){return"--"+this.getBoundary()+"--"+H1.LINE_BREAK};H1.prototype.getHeaders=function(Z){var G,J={"content-type":"multipart/form-data; boundary="+this.getBoundary()};for(G in Z)if(T8(Z,G))J[G.toLowerCase()]=Z[G];return J};H1.prototype.setBoundary=function(Z){if(typeof Z!=="string")throw TypeError("FormData boundary must be a string");this._boundary=Z};H1.prototype.getBoundary=function(){if(!this._boundary)this._generateBoundary();return this._boundary};H1.prototype.getBuffer=function(){var Z=new Buffer.alloc(0),G=this.getBoundary();for(var J=0,X=this._streams.length;J<X;J++)if(typeof this._streams[J]!=="function"){if(Buffer.isBuffer(this._streams[J]))Z=Buffer.concat([Z,this._streams[J]]);else Z=Buffer.concat([Z,Buffer.from(this._streams[J])]);if(typeof this._streams[J]!=="string"||this._streams[J].substring(2,G.length+2)!==G)Z=Buffer.concat([Z,Buffer.from(H1.LINE_BREAK)])}return Buffer.concat([Z,Buffer.from(this._lastBoundary())])};H1.prototype._generateBoundary=function(){this._boundary="--------------------------"+tb.randomBytes(12).toString("hex")};H1.prototype.getLengthSync=function(){var Z=this._overheadLength+this._valueLength;if(this._streams.length)Z+=this._lastBoundary().length;if(!this.hasKnownLength())this._error(Error("Cannot calculate proper length in synchronous way."));return Z};H1.prototype.hasKnownLength=function(){var Z=!0;if(this._valuesToMeasure.length)Z=!1;return Z};H1.prototype.getLength=function(Z){var G=this._overheadLength+this._valueLength;if(this._streams.length)G+=this._lastBoundary().length;if(!this._valuesToMeasure.length){process.nextTick(Z.bind(this,null,G));return}eb.parallel(this._valuesToMeasure,this._lengthRetriever,function(J,X){if(J){Z(J);return}X.forEach(function(Y){G+=Y}),Z(null,G)})};H1.prototype.submit=function(Z,G){var J,X,Y={method:"post"};if(typeof Z==="string")Z=sb(Z),X=_z({port:Z.port,path:Z.pathname,host:Z.hostname,protocol:Z.protocol},Y);else if(X=_z(Z,Y),!X.port)X.port=X.protocol==="https:"?443:80;if(X.headers=this.getHeaders(Z.headers),X.protocol==="https:")J=db.request(X);else J=nb.request(X);return this.getLength(function(x,z){if(x&&x!=="Unknown stream"){this._error(x);return}if(z)J.setHeader("Content-Length",z);if(this.pipe(J),G){var Q,K=function(W,H){return J.removeListener("error",K),J.removeListener("response",Q),G.call(this,W,H)};Q=K.bind(this,null),J.on("error",K),J.on("response",Q)}}.bind(this)),J};H1.prototype._error=function(Z){if(!this.error)this.error=Z,this.pause(),this.emit("error",Z)};H1.prototype.toString=function(){return"[object FormData]"};Zg(H1.prototype,"FormData");zw.exports=H1});var Hw=A((Kw)=>{var Gg=require("url").parse,Jg={ftp:21,gopher:70,http:80,https:443,ws:80,wss:443},Xg=String.prototype.endsWith||function(Z){return Z.length<=this.length&&this.indexOf(Z,this.length-Z.length)!==-1};function Yg(Z){var G=typeof Z==="string"?Gg(Z):Z||{},J=G.protocol,X=G.host,Y=G.port;if(typeof X!=="string"||!X||typeof J!=="string")return"";if(J=J.split(":",1)[0],X=X.replace(/:\d*$/,""),Y=parseInt(Y)||Jg[J]||0,!xg(X,Y))return"";var x=N7("npm_config_"+J+"_proxy")||N7(J+"_proxy")||N7("npm_config_proxy")||N7("all_proxy");if(x&&x.indexOf("://")===-1)x=J+"://"+x;return x}function xg(Z,G){var J=(N7("npm_config_no_proxy")||N7("no_proxy")).toLowerCase();if(!J)return!0;if(J==="*")return!1;return J.split(/[,\s]/).every(function(X){if(!X)return!0;var Y=X.match(/^(.+):(\d+)$/),x=Y?Y[1]:X,z=Y?parseInt(Y[2]):0;if(z&&z!==G)return!0;if(!/^[.*]/.test(x))return Z!==x;if(x.charAt(0)==="*")x=x.slice(1);return!Xg.call(Z,x)})}function N7(Z){return process.env[Z.toLowerCase()]||process.env[Z.toUpperCase()]||""}Kw.getProxyForUrl=Yg});var Uw=A((k81,Ww)=>{var g4;Ww.exports=function(){if(!g4){try{g4=m0()("follow-redirects")}catch(Z){}if(typeof g4!=="function")g4=function(){}}g4.apply(null,arguments)}});var Vw=A((f81,nz)=>{var y4=require("url"),h4=y4.URL,zg=require("http"),Qg=require("https"),yz=require("stream").Writable,uz=require("assert"),Nw=Uw();(function(){var G=typeof process<"u",J=typeof window<"u"&&typeof document<"u",X=H6(Error.captureStackTrace);if(!G&&(J||!X))console.warn("The follow-redirects package should be excluded from browser builds.")})();var kz=!1;try{uz(new h4(""))}catch(Z){kz=Z.code==="ERR_INVALID_URL"}var Kg=["auth","host","hostname","href","path","pathname","port","protocol","query","search","hash"],fz=["abort","aborted","connect","error","socket","timeout"],cz=Object.create(null);fz.forEach(function(Z){cz[Z]=function(G,J,X){this._redirectable.emit(Z,G,J,X)}});var bz=u4("ERR_INVALID_URL","Invalid URL",TypeError),gz=u4("ERR_FR_REDIRECTION_FAILURE","Redirected request failed"),Hg=u4("ERR_FR_TOO_MANY_REDIRECTS","Maximum number of redirects exceeded",gz),Wg=u4("ERR_FR_MAX_BODY_LENGTH_EXCEEDED","Request body larger than maxBodyLength limit"),Ug=u4("ERR_STREAM_WRITE_AFTER_END","write after end"),Ng=yz.prototype.destroy||Lw;function O0(Z,G){if(yz.call(this),this._sanitizeOptions(Z),this._options=Z,this._ended=!1,this._ending=!1,this._redirectCount=0,this._redirects=[],this._requestBodyLength=0,this._requestBodyBuffers=[],G)this.on("response",G);var J=this;this._onNativeResponse=function(X){try{J._processResponse(X)}catch(Y){J.emit("error",Y instanceof gz?Y:new gz({cause:Y}))}},this._performRequest()}O0.prototype=Object.create(yz.prototype);O0.prototype.abort=function(){az(this._currentRequest),this._currentRequest.abort(),this.emit("abort")};O0.prototype.destroy=function(Z){return az(this._currentRequest,Z),Ng.call(this,Z),this};O0.prototype.write=function(Z,G,J){if(this._ending)throw new Ug;if(!K6(Z)&&!Bg(Z))throw TypeError("data should be a string, Buffer or Uint8Array");if(H6(G))J=G,G=null;if(Z.length===0){if(J)J();return}if(this._requestBodyLength+Z.length<=this._options.maxBodyLength)this._requestBodyLength+=Z.length,this._requestBodyBuffers.push({data:Z,encoding:G}),this._currentRequest.write(Z,G,J);else this.emit("error",new Wg),this.abort()};O0.prototype.end=function(Z,G,J){if(H6(Z))J=Z,Z=G=null;else if(H6(G))J=G,G=null;if(!Z)this._ended=this._ending=!0,this._currentRequest.end(null,null,J);else{var X=this,Y=this._currentRequest;this.write(Z,G,function(){X._ended=!0,Y.end(null,null,J)}),this._ending=!0}};O0.prototype.setHeader=function(Z,G){this._options.headers[Z]=G,this._currentRequest.setHeader(Z,G)};O0.prototype.removeHeader=function(Z){delete this._options.headers[Z],this._currentRequest.removeHeader(Z)};O0.prototype.setTimeout=function(Z,G){var J=this;function X(z){z.setTimeout(Z),z.removeListener("timeout",z.destroy),z.addListener("timeout",z.destroy)}function Y(z){if(J._timeout)clearTimeout(J._timeout);J._timeout=setTimeout(function(){J.emit("timeout"),x()},Z),X(z)}function x(){if(J._timeout)clearTimeout(J._timeout),J._timeout=null;if(J.removeListener("abort",x),J.removeListener("error",x),J.removeListener("response",x),J.removeListener("close",x),G)J.removeListener("timeout",G);if(!J.socket)J._currentRequest.removeListener("socket",Y)}if(G)this.on("timeout",G);if(this.socket)Y(this.socket);else this._currentRequest.once("socket",Y);return this.on("socket",X),this.on("abort",x),this.on("error",x),this.on("response",x),this.on("close",x),this};["flushHeaders","getHeader","setNoDelay","setSocketKeepAlive"].forEach(function(Z){O0.prototype[Z]=function(G,J){return this._currentRequest[Z](G,J)}});["aborted","connection","socket"].forEach(function(Z){Object.defineProperty(O0.prototype,Z,{get:function(){return this._currentRequest[Z]}})});O0.prototype._sanitizeOptions=function(Z){if(!Z.headers)Z.headers={};if(Z.host){if(!Z.hostname)Z.hostname=Z.host;delete Z.host}if(!Z.pathname&&Z.path){var G=Z.path.indexOf("?");if(G<0)Z.pathname=Z.path;else Z.pathname=Z.path.substring(0,G),Z.search=Z.path.substring(G)}};O0.prototype._performRequest=function(){var Z=this._options.protocol,G=this._options.nativeProtocols[Z];if(!G)throw TypeError("Unsupported protocol "+Z);if(this._options.agents){var J=Z.slice(0,-1);this._options.agent=this._options.agents[J]}var X=this._currentRequest=G.request(this._options,this._onNativeResponse);X._redirectable=this;for(var Y of fz)X.on(Y,cz[Y]);if(this._currentUrl=/^\//.test(this._options.path)?y4.format(this._options):this._options.path,this._isRedirect){var x=0,z=this,Q=this._requestBodyBuffers;(function K(W){if(X===z._currentRequest){if(W)z.emit("error",W);else if(x<Q.length){var H=Q[x++];if(!X.finished)X.write(H.data,H.encoding,K)}else if(z._ended)X.end()}})()}};O0.prototype._processResponse=function(Z){var G=Z.statusCode;if(this._options.trackRedirects)this._redirects.push({url:this._currentUrl,headers:Z.headers,statusCode:G});var J=Z.headers.location;if(!J||this._options.followRedirects===!1||G<300||G>=400){Z.responseUrl=this._currentUrl,Z.redirects=this._redirects,this.emit("response",Z),this._requestBodyBuffers=[];return}if(az(this._currentRequest),Z.destroy(),++this._redirectCount>this._options.maxRedirects)throw new Hg;var X,Y=this._options.beforeRedirect;if(Y)X=Object.assign({Host:Z.req.getHeader("host")},this._options.headers);var x=this._options.method;if((G===301||G===302)&&this._options.method==="POST"||G===303&&!/^(?:GET|HEAD)$/.test(this._options.method))this._options.method="GET",this._requestBodyBuffers=[],Cz(/^content-/i,this._options.headers);var z=Cz(/^host$/i,this._options.headers),Q=lz(this._currentUrl),K=z||Q.host,W=/^\w+:/.test(J)?this._currentUrl:y4.format(Object.assign(Q,{host:K})),H=$g(J,W);if(Nw("redirecting to",H.href),this._isRedirect=!0,hz(H,this._options),H.protocol!==Q.protocol&&H.protocol!=="https:"||H.host!==K&&!Lg(H.host,K))Cz(/^(?:(?:proxy-)?authorization|cookie)$/i,this._options.headers);if(H6(Y)){var U={headers:Z.headers,statusCode:G},N={url:W,method:x,headers:X};Y(this._options,U,N),this._sanitizeOptions(this._options)}this._performRequest()};function $w(Z){var G={maxRedirects:21,maxBodyLength:10485760},J={};return Object.keys(Z).forEach(function(X){var Y=X+":",x=J[Y]=Z[X],z=G[X]=Object.create(x);function Q(W,H,U){if(Vg(W))W=hz(W);else if(K6(W))W=hz(lz(W));else U=H,H=Bw(W),W={protocol:Y};if(H6(H))U=H,H=null;if(H=Object.assign({maxRedirects:G.maxRedirects,maxBodyLength:G.maxBodyLength},W,H),H.nativeProtocols=J,!K6(H.host)&&!K6(H.hostname))H.hostname="::1";return uz.equal(H.protocol,Y,"protocol mismatch"),Nw("options",H),new O0(H,U)}function K(W,H,U){var N=z.request(W,H,U);return N.end(),N}Object.defineProperties(z,{request:{value:Q,configurable:!0,enumerable:!0,writable:!0},get:{value:K,configurable:!0,enumerable:!0,writable:!0}})}),G}function Lw(){}function lz(Z){var G;if(kz)G=new h4(Z);else if(G=Bw(y4.parse(Z)),!K6(G.protocol))throw new bz({input:Z});return G}function $g(Z,G){return kz?new h4(Z,G):lz(y4.resolve(G,Z))}function Bw(Z){if(/^\[/.test(Z.hostname)&&!/^\[[:0-9a-f]+\]$/i.test(Z.hostname))throw new bz({input:Z.href||Z});if(/^\[/.test(Z.host)&&!/^\[[:0-9a-f]+\](:\d+)?$/i.test(Z.host))throw new bz({input:Z.href||Z});return Z}function hz(Z,G){var J=G||{};for(var X of Kg)J[X]=Z[X];if(J.hostname.startsWith("["))J.hostname=J.hostname.slice(1,-1);if(J.port!=="")J.port=Number(J.port);return J.path=J.search?J.pathname+J.search:J.pathname,J}function Cz(Z,G){var J;for(var X in G)if(Z.test(X))J=G[X],delete G[X];return J===null||typeof J>"u"?void 0:String(J).trim()}function u4(Z,G,J){function X(Y){if(H6(Error.captureStackTrace))Error.captureStackTrace(this,this.constructor);Object.assign(this,Y||{}),this.code=Z,this.message=this.cause?G+": "+this.cause.message:G}return X.prototype=new(J||Error),Object.defineProperties(X.prototype,{constructor:{value:X,enumerable:!1},name:{value:"Error ["+Z+"]",enumerable:!1}}),X}function az(Z,G){for(var J of fz)Z.removeListener(J,cz[J]);Z.on("error",Lw),Z.destroy(G)}function Lg(Z,G){uz(K6(Z)&&K6(G));var J=Z.length-G.length-1;return J>0&&Z[J]==="."&&Z.endsWith(G)}function K6(Z){return typeof Z==="string"||Z instanceof String}function H6(Z){return typeof Z==="function"}function Bg(Z){return typeof Z==="object"&&"length"in Z}function Vg(Z){return h4&&Z instanceof h4}nz.exports=$w({http:zg,https:Qg});nz.exports.wrap=$w});var VA=A((c81,BA)=>{/*! Axios v1.13.4 Copyright (c) 2026 Matt Zabriskie and contributors */var qg=Qw(),Fg=require("crypto"),wg=require("url"),Ag=Hw(),Mg=require("http"),Rg=require("https"),Og=require("http2"),Dg=require("util"),Ig=Vw(),Tg=require("zlib"),hw=require("stream"),Pg=require("events");function $5(Z){return Z&&typeof Z==="object"&&"default"in Z?Z:{default:Z}}var yw=$5(qg),mg=$5(Fg),vg=$5(wg),jg=$5(Ag),Eg=$5(Mg),Sg=$5(Rg),uw=$5(Og),X2=$5(Dg),pg=$5(Ig),P8=$5(Tg),v5=$5(hw);function kw(Z,G){return function(){return Z.apply(G,arguments)}}var{toString:_g}=Object.prototype,{getPrototypeOf:Y2}=Object,{iterator:l3,toStringTag:fw}=Symbol,a3=((Z)=>(G)=>{let J=_g.call(G);return Z[J]||(Z[J]=J.slice(8,-1).toLowerCase())})(Object.create(null)),L5=(Z)=>{return Z=Z.toLowerCase(),(G)=>a3(G)===Z},n3=(Z)=>(G)=>typeof G===Z,{isArray:V7}=Array,L7=n3("undefined");function l4(Z){return Z!==null&&!L7(Z)&&Z.constructor!==null&&!L7(Z.constructor)&&D0(Z.constructor.isBuffer)&&Z.constructor.isBuffer(Z)}var cw=L5("ArrayBuffer");function ig(Z){let G;if(typeof ArrayBuffer<"u"&&ArrayBuffer.isView)G=ArrayBuffer.isView(Z);else G=Z&&Z.buffer&&cw(Z.buffer);return G}var Cg=n3("string"),D0=n3("function"),lw=n3("number"),a4=(Z)=>Z!==null&&typeof Z==="object",bg=(Z)=>Z===!0||Z===!1,g3=(Z)=>{if(a3(Z)!=="object")return!1;let G=Y2(Z);return(G===null||G===Object.prototype||Object.getPrototypeOf(G)===null)&&!(fw in Z)&&!(l3 in Z)},gg=(Z)=>{if(!a4(Z)||l4(Z))return!1;try{return Object.keys(Z).length===0&&Object.getPrototypeOf(Z)===Object.prototype}catch(G){return!1}},hg=L5("Date"),yg=L5("File"),ug=L5("Blob"),kg=L5("FileList"),fg=(Z)=>a4(Z)&&D0(Z.pipe),cg=(Z)=>{let G;return Z&&(typeof FormData==="function"&&Z instanceof FormData||D0(Z.append)&&((G=a3(Z))==="formdata"||G==="object"&&D0(Z.toString)&&Z.toString()==="[object FormData]"))},lg=L5("URLSearchParams"),[ag,ng,dg,sg]=["ReadableStream","Request","Response","Headers"].map(L5),rg=(Z)=>Z.trim?Z.trim():Z.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function n4(Z,G,{allOwnKeys:J=!1}={}){if(Z===null||typeof Z>"u")return;let X,Y;if(typeof Z!=="object")Z=[Z];if(V7(Z))for(X=0,Y=Z.length;X<Y;X++)G.call(null,Z[X],X,Z);else{if(l4(Z))return;let x=J?Object.getOwnPropertyNames(Z):Object.keys(Z),z=x.length,Q;for(X=0;X<z;X++)Q=x[X],G.call(null,Z[Q],Q,Z)}}function aw(Z,G){if(l4(Z))return null;G=G.toLowerCase();let J=Object.keys(Z),X=J.length,Y;while(X-- >0)if(Y=J[X],G===Y.toLowerCase())return Y;return null}var W6=(()=>{if(typeof globalThis<"u")return globalThis;return typeof self<"u"?self:typeof window<"u"?window:global})(),nw=(Z)=>!L7(Z)&&Z!==W6;function ez(){let{caseless:Z,skipUndefined:G}=nw(this)&&this||{},J={},X=(Y,x)=>{let z=Z&&aw(J,x)||x;if(g3(J[z])&&g3(Y))J[z]=ez(J[z],Y);else if(g3(Y))J[z]=ez({},Y);else if(V7(Y))J[z]=Y.slice();else if(!G||!L7(Y))J[z]=Y};for(let Y=0,x=arguments.length;Y<x;Y++)arguments[Y]&&n4(arguments[Y],X);return J}var og=(Z,G,J,{allOwnKeys:X}={})=>{return n4(G,(Y,x)=>{if(J&&D0(Y))Object.defineProperty(Z,x,{value:kw(Y,J),writable:!0,enumerable:!0,configurable:!0});else Object.defineProperty(Z,x,{value:Y,writable:!0,enumerable:!0,configurable:!0})},{allOwnKeys:X}),Z},tg=(Z)=>{if(Z.charCodeAt(0)===65279)Z=Z.slice(1);return Z},eg=(Z,G,J,X)=>{Z.prototype=Object.create(G.prototype,X),Object.defineProperty(Z.prototype,"constructor",{value:Z,writable:!0,enumerable:!1,configurable:!0}),Object.defineProperty(Z,"super",{value:G.prototype}),J&&Object.assign(Z.prototype,J)},Zh=(Z,G,J,X)=>{let Y,x,z,Q={};if(G=G||{},Z==null)return G;do{Y=Object.getOwnPropertyNames(Z),x=Y.length;while(x-- >0)if(z=Y[x],(!X||X(z,Z,G))&&!Q[z])G[z]=Z[z],Q[z]=!0;Z=J!==!1&&Y2(Z)}while(Z&&(!J||J(Z,G))&&Z!==Object.prototype);return G},Gh=(Z,G,J)=>{if(Z=String(Z),J===void 0||J>Z.length)J=Z.length;J-=G.length;let X=Z.indexOf(G,J);return X!==-1&&X===J},Jh=(Z)=>{if(!Z)return null;if(V7(Z))return Z;let G=Z.length;if(!lw(G))return null;let J=Array(G);while(G-- >0)J[G]=Z[G];return J},Xh=((Z)=>{return(G)=>{return Z&&G instanceof Z}})(typeof Uint8Array<"u"&&Y2(Uint8Array)),Yh=(Z,G)=>{let X=(Z&&Z[l3]).call(Z),Y;while((Y=X.next())&&!Y.done){let x=Y.value;G.call(Z,x[0],x[1])}},xh=(Z,G)=>{let J,X=[];while((J=Z.exec(G))!==null)X.push(J);return X},zh=L5("HTMLFormElement"),Qh=(Z)=>{return Z.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(J,X,Y){return X.toUpperCase()+Y})},qw=(({hasOwnProperty:Z})=>(G,J)=>Z.call(G,J))(Object.prototype),Kh=L5("RegExp"),dw=(Z,G)=>{let J=Object.getOwnPropertyDescriptors(Z),X={};n4(J,(Y,x)=>{let z;if((z=G(Y,x,Z))!==!1)X[x]=z||Y}),Object.defineProperties(Z,X)},Hh=(Z)=>{dw(Z,(G,J)=>{if(D0(Z)&&["arguments","caller","callee"].indexOf(J)!==-1)return!1;let X=Z[J];if(!D0(X))return;if(G.enumerable=!1,"writable"in G){G.writable=!1;return}if(!G.set)G.set=()=>{throw Error("Can not rewrite read-only method '"+J+"'")}})},Wh=(Z,G)=>{let J={},X=(Y)=>{Y.forEach((x)=>{J[x]=!0})};return V7(Z)?X(Z):X(String(Z).split(G)),J},Uh=()=>{},Nh=(Z,G)=>{return Z!=null&&Number.isFinite(Z=+Z)?Z:G};function $h(Z){return!!(Z&&D0(Z.append)&&Z[fw]==="FormData"&&Z[l3])}var Lh=(Z)=>{let G=[,,,,,,,,,,],J=(X,Y)=>{if(a4(X)){if(G.indexOf(X)>=0)return;if(l4(X))return X;if(!("toJSON"in X)){G[Y]=X;let x=V7(X)?[]:{};return n4(X,(z,Q)=>{let K=J(z,Y+1);!L7(K)&&(x[Q]=K)}),G[Y]=void 0,x}}return X};return J(Z,0)},Bh=L5("AsyncFunction"),Vh=(Z)=>Z&&(a4(Z)||D0(Z))&&D0(Z.then)&&D0(Z.catch),sw=((Z,G)=>{if(Z)return setImmediate;return G?((J,X)=>{return W6.addEventListener("message",({source:Y,data:x})=>{if(Y===W6&&x===J)X.length&&X.shift()()},!1),(Y)=>{X.push(Y),W6.postMessage(J,"*")}})(`axios@${Math.random()}`,[]):(J)=>setTimeout(J)})(typeof setImmediate==="function",D0(W6.postMessage)),qh=typeof queueMicrotask<"u"?queueMicrotask.bind(W6):typeof process<"u"&&process.nextTick||sw,Fh=(Z)=>Z!=null&&D0(Z[l3]),O={isArray:V7,isArrayBuffer:cw,isBuffer:l4,isFormData:cg,isArrayBufferView:ig,isString:Cg,isNumber:lw,isBoolean:bg,isObject:a4,isPlainObject:g3,isEmptyObject:gg,isReadableStream:ag,isRequest:ng,isResponse:dg,isHeaders:sg,isUndefined:L7,isDate:hg,isFile:yg,isBlob:ug,isRegExp:Kh,isFunction:D0,isStream:fg,isURLSearchParams:lg,isTypedArray:Xh,isFileList:kg,forEach:n4,merge:ez,extend:og,trim:rg,stripBOM:tg,inherits:eg,toFlatObject:Zh,kindOf:a3,kindOfTest:L5,endsWith:Gh,toArray:Jh,forEachEntry:Yh,matchAll:xh,isHTMLForm:zh,hasOwnProperty:qw,hasOwnProp:qw,reduceDescriptors:dw,freezeMethods:Hh,toObjectSet:Wh,toCamelCase:Qh,noop:Uh,toFiniteNumber:Nh,findKey:aw,global:W6,isContextDefined:nw,isSpecCompliantForm:$h,toJSONObject:Lh,isAsyncFn:Bh,isThenable:Vh,setImmediate:sw,asap:qh,isIterable:Fh};class $0 extends Error{static from(Z,G,J,X,Y,x){let z=new $0(Z.message,G||Z.code,J,X,Y);return z.cause=Z,z.name=Z.name,x&&Object.assign(z,x),z}constructor(Z,G,J,X,Y){super(Z);if(this.name="AxiosError",this.isAxiosError=!0,G&&(this.code=G),J&&(this.config=J),X&&(this.request=X),Y)this.response=Y,this.status=Y.status}toJSON(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:O.toJSONObject(this.config),code:this.code,status:this.status}}}$0.ERR_BAD_OPTION_VALUE="ERR_BAD_OPTION_VALUE";$0.ERR_BAD_OPTION="ERR_BAD_OPTION";$0.ECONNABORTED="ECONNABORTED";$0.ETIMEDOUT="ETIMEDOUT";$0.ERR_NETWORK="ERR_NETWORK";$0.ERR_FR_TOO_MANY_REDIRECTS="ERR_FR_TOO_MANY_REDIRECTS";$0.ERR_DEPRECATED="ERR_DEPRECATED";$0.ERR_BAD_RESPONSE="ERR_BAD_RESPONSE";$0.ERR_BAD_REQUEST="ERR_BAD_REQUEST";$0.ERR_CANCELED="ERR_CANCELED";$0.ERR_NOT_SUPPORT="ERR_NOT_SUPPORT";$0.ERR_INVALID_URL="ERR_INVALID_URL";var C=$0;function Z2(Z){return O.isPlainObject(Z)||O.isArray(Z)}function rw(Z){return O.endsWith(Z,"[]")?Z.slice(0,-2):Z}function Fw(Z,G,J){if(!Z)return G;return Z.concat(G).map(function(Y,x){return Y=rw(Y),!J&&x?"["+Y+"]":Y}).join(J?".":"")}function wh(Z){return O.isArray(Z)&&!Z.some(Z2)}var Ah=O.toFlatObject(O,{},null,function(G){return/^is[A-Z]/.test(G)});function d3(Z,G,J){if(!O.isObject(Z))throw TypeError("target must be an object");G=G||new(yw.default||FormData),J=O.toFlatObject(J,{metaTokens:!0,dots:!1,indexes:!1},!1,function(B,q){return!O.isUndefined(q[B])});let X=J.metaTokens,Y=J.visitor||H,x=J.dots,z=J.indexes,K=(J.Blob||typeof Blob<"u"&&Blob)&&O.isSpecCompliantForm(G);if(!O.isFunction(Y))throw TypeError("visitor must be a function");function W(L){if(L===null)return"";if(O.isDate(L))return L.toISOString();if(O.isBoolean(L))return L.toString();if(!K&&O.isBlob(L))throw new C("Blob is not supported. Use a Buffer instead.");if(O.isArrayBuffer(L)||O.isTypedArray(L))return K&&typeof Blob==="function"?new Blob([L]):Buffer.from(L);return L}function H(L,B,q){let R=L;if(L&&!q&&typeof L==="object"){if(O.endsWith(B,"{}"))B=X?B:B.slice(0,-2),L=JSON.stringify(L);else if(O.isArray(L)&&wh(L)||(O.isFileList(L)||O.endsWith(B,"[]"))&&(R=O.toArray(L)))return B=rw(B),R.forEach(function(F,I){!(O.isUndefined(F)||F===null)&&G.append(z===!0?Fw([B],I,x):z===null?B:B+"[]",W(F))}),!1}if(Z2(L))return!0;return G.append(Fw(q,B,x),W(L)),!1}let U=[],N=Object.assign(Ah,{defaultVisitor:H,convertValue:W,isVisitable:Z2});function $(L,B){if(O.isUndefined(L))return;if(U.indexOf(L)!==-1)throw Error("Circular reference detected in "+B.join("."));U.push(L),O.forEach(L,function(R,T){if((!(O.isUndefined(R)||R===null)&&Y.call(G,R,O.isString(T)?T.trim():T,B,N))===!0)$(R,B?B.concat(T):[T])}),U.pop()}if(!O.isObject(Z))throw TypeError("data must be an object");return $(Z),G}function ww(Z){let G={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\x00"};return encodeURIComponent(Z).replace(/[!'()~]|%20|%00/g,function(X){return G[X]})}function ow(Z,G){this._pairs=[],Z&&d3(Z,this,G)}var tw=ow.prototype;tw.append=function(G,J){this._pairs.push([G,J])};tw.toString=function(G){let J=G?function(X){return G.call(this,X,ww)}:ww;return this._pairs.map(function(Y){return J(Y[0])+"="+J(Y[1])},"").join("&")};function Mh(Z){return encodeURIComponent(Z).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+")}function x2(Z,G,J){if(!G)return Z;let X=J&&J.encode||Mh,Y=O.isFunction(J)?{serialize:J}:J,x=Y&&Y.serialize,z;if(x)z=x(G,Y);else z=O.isURLSearchParams(G)?G.toString():new ow(G,Y).toString(X);if(z){let Q=Z.indexOf("#");if(Q!==-1)Z=Z.slice(0,Q);Z+=(Z.indexOf("?")===-1?"?":"&")+z}return Z}class ew{constructor(){this.handlers=[]}use(Z,G,J){return this.handlers.push({fulfilled:Z,rejected:G,synchronous:J?J.synchronous:!1,runWhen:J?J.runWhen:null}),this.handlers.length-1}eject(Z){if(this.handlers[Z])this.handlers[Z]=null}clear(){if(this.handlers)this.handlers=[]}forEach(Z){O.forEach(this.handlers,function(J){if(J!==null)Z(J)})}}var Aw=ew,z2={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Rh=vg.default.URLSearchParams,dz="abcdefghijklmnopqrstuvwxyz",Mw="0123456789",ZA={DIGIT:Mw,ALPHA:dz,ALPHA_DIGIT:dz+dz.toUpperCase()+Mw},Oh=(Z=16,G=ZA.ALPHA_DIGIT)=>{let J="",{length:X}=G,Y=new Uint32Array(Z);mg.default.randomFillSync(Y);for(let x=0;x<Z;x++)J+=G[Y[x]%X];return J},Dh={isNode:!0,classes:{URLSearchParams:Rh,FormData:yw.default,Blob:typeof Blob<"u"&&Blob||null},ALPHABET:ZA,generateString:Oh,protocols:["http","https","file","data"]},Q2=typeof window<"u"&&typeof document<"u",G2=typeof navigator==="object"&&navigator||void 0,Ih=Q2&&(!G2||["ReactNative","NativeScript","NS"].indexOf(G2.product)<0),Th=(()=>{return typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts==="function"})(),Ph=Q2&&window.location.href||"http://localhost",mh=Object.freeze({__proto__:null,hasBrowserEnv:Q2,hasStandardBrowserWebWorkerEnv:Th,hasStandardBrowserEnv:Ih,navigator:G2,origin:Ph}),j1={...mh,...Dh};function vh(Z,G){return d3(Z,new j1.classes.URLSearchParams,{visitor:function(J,X,Y,x){if(j1.isNode&&O.isBuffer(J))return this.append(X,J.toString("base64")),!1;return x.defaultVisitor.apply(this,arguments)},...G})}function jh(Z){return O.matchAll(/\w+|\[(\w*)]/g,Z).map((G)=>{return G[0]==="[]"?"":G[1]||G[0]})}function Eh(Z){let G={},J=Object.keys(Z),X,Y=J.length,x;for(X=0;X<Y;X++)x=J[X],G[x]=Z[x];return G}function GA(Z){function G(J,X,Y,x){let z=J[x++];if(z==="__proto__")return!0;let Q=Number.isFinite(+z),K=x>=J.length;if(z=!z&&O.isArray(Y)?Y.length:z,K){if(O.hasOwnProp(Y,z))Y[z]=[Y[z],X];else Y[z]=X;return!Q}if(!Y[z]||!O.isObject(Y[z]))Y[z]=[];if(G(J,X,Y[z],x)&&O.isArray(Y[z]))Y[z]=Eh(Y[z]);return!Q}if(O.isFormData(Z)&&O.isFunction(Z.entries)){let J={};return O.forEachEntry(Z,(X,Y)=>{G(jh(X),Y,J,0)}),J}return null}function Sh(Z,G,J){if(O.isString(Z))try{return(G||JSON.parse)(Z),O.trim(Z)}catch(X){if(X.name!=="SyntaxError")throw X}return(J||JSON.stringify)(Z)}var K2={transitional:z2,adapter:["xhr","http","fetch"],transformRequest:[function(G,J){let X=J.getContentType()||"",Y=X.indexOf("application/json")>-1,x=O.isObject(G);if(x&&O.isHTMLForm(G))G=new FormData(G);if(O.isFormData(G))return Y?JSON.stringify(GA(G)):G;if(O.isArrayBuffer(G)||O.isBuffer(G)||O.isStream(G)||O.isFile(G)||O.isBlob(G)||O.isReadableStream(G))return G;if(O.isArrayBufferView(G))return G.buffer;if(O.isURLSearchParams(G))return J.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),G.toString();let Q;if(x){if(X.indexOf("application/x-www-form-urlencoded")>-1)return vh(G,this.formSerializer).toString();if((Q=O.isFileList(G))||X.indexOf("multipart/form-data")>-1){let K=this.env&&this.env.FormData;return d3(Q?{"files[]":G}:G,K&&new K,this.formSerializer)}}if(x||Y)return J.setContentType("application/json",!1),Sh(G);return G}],transformResponse:[function(G){let J=this.transitional||K2.transitional,X=J&&J.forcedJSONParsing,Y=this.responseType==="json";if(O.isResponse(G)||O.isReadableStream(G))return G;if(G&&O.isString(G)&&(X&&!this.responseType||Y)){let z=!(J&&J.silentJSONParsing)&&Y;try{return JSON.parse(G,this.parseReviver)}catch(Q){if(z){if(Q.name==="SyntaxError")throw C.from(Q,C.ERR_BAD_RESPONSE,this,null,this.response);throw Q}}}return G}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:j1.classes.FormData,Blob:j1.classes.Blob},validateStatus:function(G){return G>=200&&G<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};O.forEach(["delete","get","head","post","put","patch"],(Z)=>{K2.headers[Z]={}});var H2=K2,ph=O.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),_h=(Z)=>{let G={},J,X,Y;return Z&&Z.split(`
40
+ `).forEach(function(z){if(Y=z.indexOf(":"),J=z.substring(0,Y).trim().toLowerCase(),X=z.substring(Y+1).trim(),!J||G[J]&&ph[J])return;if(J==="set-cookie")if(G[J])G[J].push(X);else G[J]=[X];else G[J]=G[J]?G[J]+", "+X:X}),G},Rw=Symbol("internals");function k4(Z){return Z&&String(Z).trim().toLowerCase()}function h3(Z){if(Z===!1||Z==null)return Z;return O.isArray(Z)?Z.map(h3):String(Z)}function ih(Z){let G=Object.create(null),J=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g,X;while(X=J.exec(Z))G[X[1]]=X[2];return G}var Ch=(Z)=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(Z.trim());function sz(Z,G,J,X,Y){if(O.isFunction(X))return X.call(this,G,J);if(Y)G=J;if(!O.isString(G))return;if(O.isString(X))return G.indexOf(X)!==-1;if(O.isRegExp(X))return X.test(G)}function bh(Z){return Z.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(G,J,X)=>{return J.toUpperCase()+X})}function gh(Z,G){let J=O.toCamelCase(" "+G);["get","set","has"].forEach((X)=>{Object.defineProperty(Z,X+J,{value:function(Y,x,z){return this[X].call(this,G,Y,x,z)},configurable:!0})})}class d4{constructor(Z){Z&&this.set(Z)}set(Z,G,J){let X=this;function Y(z,Q,K){let W=k4(Q);if(!W)throw Error("header name must be a non-empty string");let H=O.findKey(X,W);if(!H||X[H]===void 0||K===!0||K===void 0&&X[H]!==!1)X[H||Q]=h3(z)}let x=(z,Q)=>O.forEach(z,(K,W)=>Y(K,W,Q));if(O.isPlainObject(Z)||Z instanceof this.constructor)x(Z,G);else if(O.isString(Z)&&(Z=Z.trim())&&!Ch(Z))x(_h(Z),G);else if(O.isObject(Z)&&O.isIterable(Z)){let z={},Q,K;for(let W of Z){if(!O.isArray(W))throw TypeError("Object iterator must return a key-value pair");z[K=W[0]]=(Q=z[K])?O.isArray(Q)?[...Q,W[1]]:[Q,W[1]]:W[1]}x(z,G)}else Z!=null&&Y(G,Z,J);return this}get(Z,G){if(Z=k4(Z),Z){let J=O.findKey(this,Z);if(J){let X=this[J];if(!G)return X;if(G===!0)return ih(X);if(O.isFunction(G))return G.call(this,X,J);if(O.isRegExp(G))return G.exec(X);throw TypeError("parser must be boolean|regexp|function")}}}has(Z,G){if(Z=k4(Z),Z){let J=O.findKey(this,Z);return!!(J&&this[J]!==void 0&&(!G||sz(this,this[J],J,G)))}return!1}delete(Z,G){let J=this,X=!1;function Y(x){if(x=k4(x),x){let z=O.findKey(J,x);if(z&&(!G||sz(J,J[z],z,G)))delete J[z],X=!0}}if(O.isArray(Z))Z.forEach(Y);else Y(Z);return X}clear(Z){let G=Object.keys(this),J=G.length,X=!1;while(J--){let Y=G[J];if(!Z||sz(this,this[Y],Y,Z,!0))delete this[Y],X=!0}return X}normalize(Z){let G=this,J={};return O.forEach(this,(X,Y)=>{let x=O.findKey(J,Y);if(x){G[x]=h3(X),delete G[Y];return}let z=Z?bh(Y):String(Y).trim();if(z!==Y)delete G[Y];G[z]=h3(X),J[z]=!0}),this}concat(...Z){return this.constructor.concat(this,...Z)}toJSON(Z){let G=Object.create(null);return O.forEach(this,(J,X)=>{J!=null&&J!==!1&&(G[X]=Z&&O.isArray(J)?J.join(", "):J)}),G}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([Z,G])=>Z+": "+G).join(`
41
+ `)}getSetCookie(){return this.get("set-cookie")||[]}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(Z){return Z instanceof this?Z:new this(Z)}static concat(Z,...G){let J=new this(Z);return G.forEach((X)=>J.set(X)),J}static accessor(Z){let J=(this[Rw]=this[Rw]={accessors:{}}).accessors,X=this.prototype;function Y(x){let z=k4(x);if(!J[z])gh(X,x),J[z]=!0}return O.isArray(Z)?Z.forEach(Y):Y(Z),this}}d4.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);O.reduceDescriptors(d4.prototype,({value:Z},G)=>{let J=G[0].toUpperCase()+G.slice(1);return{get:()=>Z,set(X){this[J]=X}}});O.freezeMethods(d4);var I0=d4;function rz(Z,G){let J=this||H2,X=G||J,Y=I0.from(X.headers),x=X.data;return O.forEach(Z,function(Q){x=Q.call(J,x,Y.normalize(),G?G.status:void 0)}),Y.normalize(),x}function JA(Z){return!!(Z&&Z.__CANCEL__)}class XA extends C{constructor(Z,G,J){super(Z==null?"canceled":Z,C.ERR_CANCELED,G,J);this.name="CanceledError",this.__CANCEL__=!0}}var N6=XA;function $7(Z,G,J){let X=J.config.validateStatus;if(!J.status||!X||X(J.status))Z(J);else G(new C("Request failed with status code "+J.status,[C.ERR_BAD_REQUEST,C.ERR_BAD_RESPONSE][Math.floor(J.status/100)-4],J.config,J.request,J))}function hh(Z){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(Z)}function yh(Z,G){return G?Z.replace(/\/?\/$/,"")+"/"+G.replace(/^\/+/,""):Z}function W2(Z,G,J){let X=!hh(G);if(Z&&(X||J==!1))return yh(Z,G);return G}var k3="1.13.4";function YA(Z){let G=/^([-+\w]{1,25})(:?\/\/|:)/.exec(Z);return G&&G[1]||""}var uh=/^(?:([^;]+);)?(?:[^;]+;)?(base64|),([\s\S]*)$/;function kh(Z,G,J){let X=J&&J.Blob||j1.classes.Blob,Y=YA(Z);if(G===void 0&&X)G=!0;if(Y==="data"){Z=Y.length?Z.slice(Y.length+1):Z;let x=uh.exec(Z);if(!x)throw new C("Invalid URL",C.ERR_INVALID_URL);let z=x[1],Q=x[2],K=x[3],W=Buffer.from(decodeURIComponent(K),Q?"base64":"utf8");if(G){if(!X)throw new C("Blob is not supported",C.ERR_NOT_SUPPORT);return new X([W],{type:z})}return W}throw new C("Unsupported protocol "+Y,C.ERR_NOT_SUPPORT)}var oz=Symbol("internals");class xA extends v5.default.Transform{constructor(Z){Z=O.toFlatObject(Z,{maxRate:0,chunkSize:65536,minChunkSize:100,timeWindow:500,ticksRate:2,samplesCount:15},null,(J,X)=>{return!O.isUndefined(X[J])});super({readableHighWaterMark:Z.chunkSize});let G=this[oz]={timeWindow:Z.timeWindow,chunkSize:Z.chunkSize,maxRate:Z.maxRate,minChunkSize:Z.minChunkSize,bytesSeen:0,isCaptured:!1,notifiedBytesLoaded:0,ts:Date.now(),bytes:0,onReadCallback:null};this.on("newListener",(J)=>{if(J==="progress"){if(!G.isCaptured)G.isCaptured=!0}})}_read(Z){let G=this[oz];if(G.onReadCallback)G.onReadCallback();return super._read(Z)}_transform(Z,G,J){let X=this[oz],Y=X.maxRate,x=this.readableHighWaterMark,z=X.timeWindow,Q=1000/z,K=Y/Q,W=X.minChunkSize!==!1?Math.max(X.minChunkSize,K*0.01):0,H=(N,$)=>{let L=Buffer.byteLength(N);if(X.bytesSeen+=L,X.bytes+=L,X.isCaptured&&this.emit("progress",X.bytesSeen),this.push(N))process.nextTick($);else X.onReadCallback=()=>{X.onReadCallback=null,process.nextTick($)}},U=(N,$)=>{let L=Buffer.byteLength(N),B=null,q=x,R,T=0;if(Y){let F=Date.now();if(!X.ts||(T=F-X.ts)>=z)X.ts=F,R=K-X.bytes,X.bytes=R<0?-R:0,T=0;R=K-X.bytes}if(Y){if(R<=0)return setTimeout(()=>{$(null,N)},z-T);if(R<q)q=R}if(q&&L>q&&L-q>W)B=N.subarray(q),N=N.subarray(0,q);H(N,B?()=>{process.nextTick($,null,B)}:$)};U(Z,function N($,L){if($)return J($);if(L)U(L,N);else J(null)})}}var Ow=xA,{asyncIterator:Dw}=Symbol,fh=async function*(Z){if(Z.stream)yield*Z.stream();else if(Z.arrayBuffer)yield await Z.arrayBuffer();else if(Z[Dw])yield*Z[Dw]();else yield Z},zA=fh,ch=j1.ALPHABET.ALPHA_DIGIT+"-_",f4=typeof TextEncoder==="function"?new TextEncoder:new X2.default.TextEncoder,U6=`\r
42
+ `,lh=f4.encode(U6),ah=2;class QA{constructor(Z,G){let{escapeName:J}=this.constructor,X=O.isString(G),Y=`Content-Disposition: form-data; name="${J(Z)}"${!X&&G.name?`; filename="${J(G.name)}"`:""}${U6}`;if(X)G=f4.encode(String(G).replace(/\r?\n|\r\n?/g,U6));else Y+=`Content-Type: ${G.type||"application/octet-stream"}${U6}`;this.headers=f4.encode(Y+U6),this.contentLength=X?G.byteLength:G.size,this.size=this.headers.byteLength+this.contentLength+ah,this.name=Z,this.value=G}async*encode(){yield this.headers;let{value:Z}=this;if(O.isTypedArray(Z))yield Z;else yield*zA(Z);yield lh}static escapeName(Z){return String(Z).replace(/[\r\n"]/g,(G)=>({"\r":"%0D","\n":"%0A",'"':"%22"})[G])}}var nh=(Z,G,J)=>{let{tag:X="form-data-boundary",size:Y=25,boundary:x=X+"-"+j1.generateString(Y,ch)}=J||{};if(!O.isFormData(Z))throw TypeError("FormData instance required");if(x.length<1||x.length>70)throw Error("boundary must be 10-70 characters long");let z=f4.encode("--"+x+U6),Q=f4.encode("--"+x+"--"+U6),K=Q.byteLength,W=Array.from(Z.entries()).map(([U,N])=>{let $=new QA(U,N);return K+=$.size,$});K+=z.byteLength*W.length,K=O.toFiniteNumber(K);let H={"Content-Type":`multipart/form-data; boundary=${x}`};if(Number.isFinite(K))H["Content-Length"]=K;return G&&G(H),hw.Readable.from(async function*(){for(let U of W)yield z,yield*U.encode();yield Q}())},dh=nh;class KA extends v5.default.Transform{__transform(Z,G,J){this.push(Z),J()}_transform(Z,G,J){if(Z.length!==0){if(this._transform=this.__transform,Z[0]!==120){let X=Buffer.alloc(2);X[0]=120,X[1]=156,this.push(X,G)}}this.__transform(Z,G,J)}}var sh=KA,rh=(Z,G)=>{return O.isAsyncFn(Z)?function(...J){let X=J.pop();Z.apply(this,J).then((Y)=>{try{G?X(null,...G(Y)):X(null,Y)}catch(x){X(x)}},X)}:Z},oh=rh;function th(Z,G){Z=Z||10;let J=Array(Z),X=Array(Z),Y=0,x=0,z;return G=G!==void 0?G:1000,function(K){let W=Date.now(),H=X[x];if(!z)z=W;J[Y]=K,X[Y]=W;let U=x,N=0;while(U!==Y)N+=J[U++],U=U%Z;if(Y=(Y+1)%Z,Y===x)x=(x+1)%Z;if(W-z<G)return;let $=H&&W-H;return $?Math.round(N*1000/$):void 0}}function eh(Z,G){let J=0,X=1000/G,Y,x,z=(W,H=Date.now())=>{if(J=H,Y=null,x)clearTimeout(x),x=null;Z(...W)};return[(...W)=>{let H=Date.now(),U=H-J;if(U>=X)z(W,H);else if(Y=W,!x)x=setTimeout(()=>{x=null,z(Y)},X-U)},()=>Y&&z(Y)]}var B7=(Z,G,J=3)=>{let X=0,Y=th(50,250);return eh((x)=>{let z=x.loaded,Q=x.lengthComputable?x.total:void 0,K=z-X,W=Y(K),H=z<=Q;X=z;let U={loaded:z,total:Q,progress:Q?z/Q:void 0,bytes:K,rate:W?W:void 0,estimated:W&&Q&&H?(Q-z)/W:void 0,event:x,lengthComputable:Q!=null,[G?"download":"upload"]:!0};Z(U)},J)},f3=(Z,G)=>{let J=Z!=null;return[(X)=>G[0]({lengthComputable:J,total:Z,loaded:X}),G[1]]},c3=(Z)=>(...G)=>O.asap(()=>Z(...G));function Zy(Z){if(!Z||typeof Z!=="string")return 0;if(!Z.startsWith("data:"))return 0;let G=Z.indexOf(",");if(G<0)return 0;let J=Z.slice(5,G),X=Z.slice(G+1);if(/;base64/i.test(J)){let{length:x,length:z}=X;for(let N=0;N<z;N++)if(X.charCodeAt(N)===37&&N+2<z){let $=X.charCodeAt(N+1),L=X.charCodeAt(N+2);if(($>=48&&$<=57||$>=65&&$<=70||$>=97&&$<=102)&&(L>=48&&L<=57||L>=65&&L<=70||L>=97&&L<=102))x-=2,N+=2}let Q=0,K=z-1,W=(N)=>N>=2&&X.charCodeAt(N-2)===37&&X.charCodeAt(N-1)===51&&(X.charCodeAt(N)===68||X.charCodeAt(N)===100);if(K>=0){if(X.charCodeAt(K)===61)Q++,K--;else if(W(K))Q++,K-=3}if(Q===1&&K>=0){if(X.charCodeAt(K)===61)Q++;else if(W(K))Q++}let U=Math.floor(x/4)*3-(Q||0);return U>0?U:0}return Buffer.byteLength(X,"utf8")}var Iw={flush:P8.default.constants.Z_SYNC_FLUSH,finishFlush:P8.default.constants.Z_SYNC_FLUSH},Gy={flush:P8.default.constants.BROTLI_OPERATION_FLUSH,finishFlush:P8.default.constants.BROTLI_OPERATION_FLUSH},Tw=O.isFunction(P8.default.createBrotliDecompress),{http:Jy,https:Xy}=pg.default,Yy=/https:?/,Pw=j1.protocols.map((Z)=>{return Z+":"}),mw=(Z,[G,J])=>{return Z.on("end",J).on("error",J),G};class HA{constructor(){this.sessions=Object.create(null)}getSession(Z,G){G=Object.assign({sessionTimeout:1000},G);let J=this.sessions[Z];if(J){let W=J.length;for(let H=0;H<W;H++){let[U,N]=J[H];if(!U.destroyed&&!U.closed&&X2.default.isDeepStrictEqual(N,G))return U}}let X=uw.default.connect(Z,G),Y,x=()=>{if(Y)return;Y=!0;let W=J,H=W.length,U=H;while(U--)if(W[U][0]===X){if(H===1)delete this.sessions[Z];else W.splice(U,1);return}},z=X.request,{sessionTimeout:Q}=G;if(Q!=null){let W,H=0;X.request=function(){let U=z.apply(this,arguments);if(H++,W)clearTimeout(W),W=null;return U.once("close",()=>{if(!--H)W=setTimeout(()=>{W=null,x()},Q)}),U}}X.once("close",x);let K=[X,G];return J?J.push(K):J=this.sessions[Z]=[K],X}}var xy=new HA;function zy(Z,G){if(Z.beforeRedirects.proxy)Z.beforeRedirects.proxy(Z);if(Z.beforeRedirects.config)Z.beforeRedirects.config(Z,G)}function WA(Z,G,J){let X=G;if(!X&&X!==!1){let Y=jg.default.getProxyForUrl(J);if(Y)X=new URL(Y)}if(X){if(X.username)X.auth=(X.username||"")+":"+(X.password||"");if(X.auth){if(Boolean(X.auth.username||X.auth.password))X.auth=(X.auth.username||"")+":"+(X.auth.password||"");else if(typeof X.auth==="object")throw new C("Invalid proxy authorization",C.ERR_BAD_OPTION,{proxy:X});let z=Buffer.from(X.auth,"utf8").toString("base64");Z.headers["Proxy-Authorization"]="Basic "+z}Z.headers.host=Z.hostname+(Z.port?":"+Z.port:"");let Y=X.hostname||X.host;if(Z.hostname=Y,Z.host=Y,Z.port=X.port,Z.path=J,X.protocol)Z.protocol=X.protocol.includes(":")?X.protocol:`${X.protocol}:`}Z.beforeRedirects.proxy=function(x){WA(x,G,x.href)}}var Qy=typeof process<"u"&&O.kindOf(process)==="process",Ky=(Z)=>{return new Promise((G,J)=>{let X,Y,x=(K,W)=>{if(Y)return;Y=!0,X&&X(K,W)},z=(K)=>{x(K),G(K)},Q=(K)=>{x(K,!0),J(K)};Z(z,Q,(K)=>X=K).catch(Q)})},Hy=({address:Z,family:G})=>{if(!O.isString(Z))throw TypeError("address must be a string");return{address:Z,family:G||(Z.indexOf(".")<0?6:4)}},vw=(Z,G)=>Hy(O.isObject(Z)?Z:{address:Z,family:G}),Wy={request(Z,G){let J=Z.protocol+"//"+Z.hostname+":"+(Z.port||(Z.protocol==="https:"?443:80)),{http2Options:X,headers:Y}=Z,x=xy.getSession(J,X),{HTTP2_HEADER_SCHEME:z,HTTP2_HEADER_METHOD:Q,HTTP2_HEADER_PATH:K,HTTP2_HEADER_STATUS:W}=uw.default.constants,H={[z]:Z.protocol.replace(":",""),[Q]:Z.method,[K]:Z.path};O.forEach(Y,(N,$)=>{$.charAt(0)!==":"&&(H[$]=N)});let U=x.request(H);return U.once("response",(N)=>{let $=U;N=Object.assign({},N);let L=N[W];delete N[W],$.headers=N,$.statusCode=+L,G($)}),U}},Uy=Qy&&function(G){return Ky(async function(X,Y,x){let{data:z,lookup:Q,family:K,httpVersion:W=1,http2Options:H}=G,{responseType:U,responseEncoding:N}=G,$=G.method.toUpperCase(),L,B=!1,q;if(W=+W,Number.isNaN(W))throw TypeError(`Invalid protocol version: '${G.httpVersion}' is not a number`);if(W!==1&&W!==2)throw TypeError(`Unsupported protocol version '${W}'`);let R=W===2;if(Q){let V=oh(Q,(_)=>O.isArray(_)?_:[_]);Q=(_,X1,w)=>{V(_,X1,(l,B1,E1)=>{if(l)return w(l);let D1=O.isArray(B1)?B1.map((I1)=>vw(I1)):[vw(B1,E1)];X1.all?w(l,D1):w(l,D1[0].address,D1[0].family)})}}let T=new Pg.EventEmitter;function F(V){try{T.emit("abort",!V||V.type?new N6(null,G,q):V)}catch(_){console.warn("emit error",_)}}T.once("abort",Y);let I=()=>{if(G.cancelToken)G.cancelToken.unsubscribe(F);if(G.signal)G.signal.removeEventListener("abort",F);T.removeAllListeners()};if(G.cancelToken||G.signal){if(G.cancelToken&&G.cancelToken.subscribe(F),G.signal)G.signal.aborted?F():G.signal.addEventListener("abort",F)}x((V,_)=>{if(L=!0,_){B=!0,I();return}let{data:X1}=V;if(X1 instanceof v5.default.Readable||X1 instanceof v5.default.Duplex){let w=v5.default.finished(X1,()=>{w(),I()})}else I()});let v=W2(G.baseURL,G.url,G.allowAbsoluteUrls),D=new URL(v,j1.hasBrowserEnv?j1.origin:void 0),p=D.protocol||Pw[0];if(p==="data:"){if(G.maxContentLength>-1){let _=String(G.url||v||"");if(Zy(_)>G.maxContentLength)return Y(new C("maxContentLength size of "+G.maxContentLength+" exceeded",C.ERR_BAD_RESPONSE,G))}let V;if($!=="GET")return $7(X,Y,{status:405,statusText:"method not allowed",headers:{},config:G});try{V=kh(G.url,U==="blob",{Blob:G.env&&G.env.Blob})}catch(_){throw C.from(_,C.ERR_BAD_REQUEST,G)}if(U==="text"){if(V=V.toString(N),!N||N==="utf8")V=O.stripBOM(V)}else if(U==="stream")V=v5.default.Readable.from(V);return $7(X,Y,{data:V,status:200,statusText:"OK",headers:new I0,config:G})}if(Pw.indexOf(p)===-1)return Y(new C("Unsupported protocol "+p,C.ERR_BAD_REQUEST,G));let b=I0.from(G.headers).normalize();b.set("User-Agent","axios/"+k3,!1);let{onUploadProgress:y,onDownloadProgress:d}=G,a=G.maxRate,c=void 0,E=void 0;if(O.isSpecCompliantForm(z)){let V=b.getContentType(/boundary=([-_\w\d]{10,70})/i);z=dh(z,(_)=>{b.set(_)},{tag:`axios-${k3}-boundary`,boundary:V&&V[1]||void 0})}else if(O.isFormData(z)&&O.isFunction(z.getHeaders)){if(b.set(z.getHeaders()),!b.hasContentLength())try{let V=await X2.default.promisify(z.getLength).call(z);Number.isFinite(V)&&V>=0&&b.setContentLength(V)}catch(V){}}else if(O.isBlob(z)||O.isFile(z))z.size&&b.setContentType(z.type||"application/octet-stream"),b.setContentLength(z.size||0),z=v5.default.Readable.from(zA(z));else if(z&&!O.isStream(z)){if(Buffer.isBuffer(z));else if(O.isArrayBuffer(z))z=Buffer.from(new Uint8Array(z));else if(O.isString(z))z=Buffer.from(z,"utf-8");else return Y(new C("Data after transformation must be a string, an ArrayBuffer, a Buffer, or a Stream",C.ERR_BAD_REQUEST,G));if(b.setContentLength(z.length,!1),G.maxBodyLength>-1&&z.length>G.maxBodyLength)return Y(new C("Request body larger than maxBodyLength limit",C.ERR_BAD_REQUEST,G))}let k=O.toFiniteNumber(b.getContentLength());if(O.isArray(a))c=a[0],E=a[1];else c=E=a;if(z&&(y||c)){if(!O.isStream(z))z=v5.default.Readable.from(z,{objectMode:!1});z=v5.default.pipeline([z,new Ow({maxRate:O.toFiniteNumber(c)})],O.noop),y&&z.on("progress",mw(z,f3(k,B7(c3(y),!1,3))))}let M=void 0;if(G.auth){let V=G.auth.username||"",_=G.auth.password||"";M=V+":"+_}if(!M&&D.username){let{username:V,password:_}=D;M=V+":"+_}M&&b.delete("authorization");let G1;try{G1=x2(D.pathname+D.search,G.params,G.paramsSerializer).replace(/^\?/,"")}catch(V){let _=Error(V.message);return _.config=G,_.url=G.url,_.exists=!0,Y(_)}b.set("Accept-Encoding","gzip, compress, deflate"+(Tw?", br":""),!1);let h={path:G1,method:$,headers:b.toJSON(),agents:{http:G.httpAgent,https:G.httpsAgent},auth:M,protocol:p,family:K,beforeRedirect:zy,beforeRedirects:{},http2Options:H};if(!O.isUndefined(Q)&&(h.lookup=Q),G.socketPath)h.socketPath=G.socketPath;else h.hostname=D.hostname.startsWith("[")?D.hostname.slice(1,-1):D.hostname,h.port=D.port,WA(h,G.proxy,p+"//"+D.hostname+(D.port?":"+D.port:"")+h.path);let Q1,F1=Yy.test(h.protocol);if(h.agent=F1?G.httpsAgent:G.httpAgent,R)Q1=Wy;else if(G.transport)Q1=G.transport;else if(G.maxRedirects===0)Q1=F1?Sg.default:Eg.default;else{if(G.maxRedirects)h.maxRedirects=G.maxRedirects;if(G.beforeRedirect)h.beforeRedirects.config=G.beforeRedirect;Q1=F1?Xy:Jy}if(G.maxBodyLength>-1)h.maxBodyLength=G.maxBodyLength;else h.maxBodyLength=1/0;if(G.insecureHTTPParser)h.insecureHTTPParser=G.insecureHTTPParser;if(q=Q1.request(h,function(_){if(q.destroyed)return;let X1=[_],w=O.toFiniteNumber(_.headers["content-length"]);if(d||E){let D1=new Ow({maxRate:O.toFiniteNumber(E)});d&&D1.on("progress",mw(D1,f3(w,B7(c3(d),!0,3)))),X1.push(D1)}let l=_,B1=_.req||q;if(G.decompress!==!1&&_.headers["content-encoding"]){if($==="HEAD"||_.statusCode===204)delete _.headers["content-encoding"];switch((_.headers["content-encoding"]||"").toLowerCase()){case"gzip":case"x-gzip":case"compress":case"x-compress":X1.push(P8.default.createUnzip(Iw)),delete _.headers["content-encoding"];break;case"deflate":X1.push(new sh),X1.push(P8.default.createUnzip(Iw)),delete _.headers["content-encoding"];break;case"br":if(Tw)X1.push(P8.default.createBrotliDecompress(Gy)),delete _.headers["content-encoding"]}}l=X1.length>1?v5.default.pipeline(X1,O.noop):X1[0];let E1={status:_.statusCode,statusText:_.statusMessage,headers:new I0(_.headers),config:G,request:B1};if(U==="stream")E1.data=l,$7(X,Y,E1);else{let D1=[],I1=0;l.on("data",function(w1){if(D1.push(w1),I1+=w1.length,G.maxContentLength>-1&&I1>G.maxContentLength)B=!0,l.destroy(),F(new C("maxContentLength size of "+G.maxContentLength+" exceeded",C.ERR_BAD_RESPONSE,G,B1))}),l.on("aborted",function(){if(B)return;let w1=new C("stream has been aborted",C.ERR_BAD_RESPONSE,G,B1);l.destroy(w1),Y(w1)}),l.on("error",function(w1){if(q.destroyed)return;Y(C.from(w1,null,G,B1))}),l.on("end",function(){try{let w1=D1.length===1?D1[0]:Buffer.concat(D1);if(U!=="arraybuffer"){if(w1=w1.toString(N),!N||N==="utf8")w1=O.stripBOM(w1)}E1.data=w1}catch(w1){return Y(C.from(w1,null,G,E1.request,E1))}$7(X,Y,E1)})}T.once("abort",(D1)=>{if(!l.destroyed)l.emit("error",D1),l.destroy()})}),T.once("abort",(V)=>{if(q.close)q.close();else q.destroy(V)}),q.on("error",function(_){Y(C.from(_,null,G,q))}),q.on("socket",function(_){_.setKeepAlive(!0,60000)}),G.timeout){let V=parseInt(G.timeout,10);if(Number.isNaN(V)){F(new C("error trying to parse `config.timeout` to int",C.ERR_BAD_OPTION_VALUE,G,q));return}q.setTimeout(V,function(){if(L)return;let X1=G.timeout?"timeout of "+G.timeout+"ms exceeded":"timeout exceeded",w=G.transitional||z2;if(G.timeoutErrorMessage)X1=G.timeoutErrorMessage;F(new C(X1,w.clarifyTimeoutError?C.ETIMEDOUT:C.ECONNABORTED,G,q))})}else q.setTimeout(0);if(O.isStream(z)){let V=!1,_=!1;z.on("end",()=>{V=!0}),z.once("error",(X1)=>{_=!0,q.destroy(X1)}),z.on("close",()=>{if(!V&&!_)F(new N6("Request stream has been aborted",G,q))}),z.pipe(q)}else z&&q.write(z),q.end()})},Ny=j1.hasStandardBrowserEnv?((Z,G)=>(J)=>{return J=new URL(J,j1.origin),Z.protocol===J.protocol&&Z.host===J.host&&(G||Z.port===J.port)})(new URL(j1.origin),j1.navigator&&/(msie|trident)/i.test(j1.navigator.userAgent)):()=>!0,$y=j1.hasStandardBrowserEnv?{write(Z,G,J,X,Y,x,z){if(typeof document>"u")return;let Q=[`${Z}=${encodeURIComponent(G)}`];if(O.isNumber(J))Q.push(`expires=${new Date(J).toUTCString()}`);if(O.isString(X))Q.push(`path=${X}`);if(O.isString(Y))Q.push(`domain=${Y}`);if(x===!0)Q.push("secure");if(O.isString(z))Q.push(`SameSite=${z}`);document.cookie=Q.join("; ")},read(Z){if(typeof document>"u")return null;let G=document.cookie.match(new RegExp("(?:^|; )"+Z+"=([^;]*)"));return G?decodeURIComponent(G[1]):null},remove(Z){this.write(Z,"",Date.now()-86400000,"/")}}:{write(){},read(){return null},remove(){}},jw=(Z)=>Z instanceof I0?{...Z}:Z;function $6(Z,G){G=G||{};let J={};function X(W,H,U,N){if(O.isPlainObject(W)&&O.isPlainObject(H))return O.merge.call({caseless:N},W,H);else if(O.isPlainObject(H))return O.merge({},H);else if(O.isArray(H))return H.slice();return H}function Y(W,H,U,N){if(!O.isUndefined(H))return X(W,H,U,N);else if(!O.isUndefined(W))return X(void 0,W,U,N)}function x(W,H){if(!O.isUndefined(H))return X(void 0,H)}function z(W,H){if(!O.isUndefined(H))return X(void 0,H);else if(!O.isUndefined(W))return X(void 0,W)}function Q(W,H,U){if(U in G)return X(W,H);else if(U in Z)return X(void 0,W)}let K={url:x,method:x,data:x,baseURL:z,transformRequest:z,transformResponse:z,paramsSerializer:z,timeout:z,timeoutMessage:z,withCredentials:z,withXSRFToken:z,adapter:z,responseType:z,xsrfCookieName:z,xsrfHeaderName:z,onUploadProgress:z,onDownloadProgress:z,decompress:z,maxContentLength:z,maxBodyLength:z,beforeRedirect:z,transport:z,httpAgent:z,httpsAgent:z,cancelToken:z,socketPath:z,responseEncoding:z,validateStatus:Q,headers:(W,H,U)=>Y(jw(W),jw(H),U,!0)};return O.forEach(Object.keys({...Z,...G}),function(H){let U=K[H]||Y,N=U(Z[H],G[H],H);O.isUndefined(N)&&U!==Q||(J[H]=N)}),J}var UA=(Z)=>{let G=$6({},Z),{data:J,withXSRFToken:X,xsrfHeaderName:Y,xsrfCookieName:x,headers:z,auth:Q}=G;if(G.headers=z=I0.from(z),G.url=x2(W2(G.baseURL,G.url,G.allowAbsoluteUrls),Z.params,Z.paramsSerializer),Q)z.set("Authorization","Basic "+btoa((Q.username||"")+":"+(Q.password?unescape(encodeURIComponent(Q.password)):"")));if(O.isFormData(J)){if(j1.hasStandardBrowserEnv||j1.hasStandardBrowserWebWorkerEnv)z.setContentType(void 0);else if(O.isFunction(J.getHeaders)){let K=J.getHeaders(),W=["content-type","content-length"];Object.entries(K).forEach(([H,U])=>{if(W.includes(H.toLowerCase()))z.set(H,U)})}}if(j1.hasStandardBrowserEnv){if(X&&O.isFunction(X)&&(X=X(G)),X||X!==!1&&Ny(G.url)){let K=Y&&x&&$y.read(x);if(K)z.set(Y,K)}}return G},Ly=typeof XMLHttpRequest<"u",By=Ly&&function(Z){return new Promise(function(J,X){let Y=UA(Z),x=Y.data,z=I0.from(Y.headers).normalize(),{responseType:Q,onUploadProgress:K,onDownloadProgress:W}=Y,H,U,N,$,L;function B(){$&&$(),L&&L(),Y.cancelToken&&Y.cancelToken.unsubscribe(H),Y.signal&&Y.signal.removeEventListener("abort",H)}let q=new XMLHttpRequest;q.open(Y.method.toUpperCase(),Y.url,!0),q.timeout=Y.timeout;function R(){if(!q)return;let F=I0.from("getAllResponseHeaders"in q&&q.getAllResponseHeaders()),v={data:!Q||Q==="text"||Q==="json"?q.responseText:q.response,status:q.status,statusText:q.statusText,headers:F,config:Z,request:q};$7(function(p){J(p),B()},function(p){X(p),B()},v),q=null}if("onloadend"in q)q.onloadend=R;else q.onreadystatechange=function(){if(!q||q.readyState!==4)return;if(q.status===0&&!(q.responseURL&&q.responseURL.indexOf("file:")===0))return;setTimeout(R)};if(q.onabort=function(){if(!q)return;X(new C("Request aborted",C.ECONNABORTED,Z,q)),q=null},q.onerror=function(I){let v=I&&I.message?I.message:"Network Error",D=new C(v,C.ERR_NETWORK,Z,q);D.event=I||null,X(D),q=null},q.ontimeout=function(){let I=Y.timeout?"timeout of "+Y.timeout+"ms exceeded":"timeout exceeded",v=Y.transitional||z2;if(Y.timeoutErrorMessage)I=Y.timeoutErrorMessage;X(new C(I,v.clarifyTimeoutError?C.ETIMEDOUT:C.ECONNABORTED,Z,q)),q=null},x===void 0&&z.setContentType(null),"setRequestHeader"in q)O.forEach(z.toJSON(),function(I,v){q.setRequestHeader(v,I)});if(!O.isUndefined(Y.withCredentials))q.withCredentials=!!Y.withCredentials;if(Q&&Q!=="json")q.responseType=Y.responseType;if(W)[N,L]=B7(W,!0),q.addEventListener("progress",N);if(K&&q.upload)[U,$]=B7(K),q.upload.addEventListener("progress",U),q.upload.addEventListener("loadend",$);if(Y.cancelToken||Y.signal){if(H=(F)=>{if(!q)return;X(!F||F.type?new N6(null,Z,q):F),q.abort(),q=null},Y.cancelToken&&Y.cancelToken.subscribe(H),Y.signal)Y.signal.aborted?H():Y.signal.addEventListener("abort",H)}let T=YA(Y.url);if(T&&j1.protocols.indexOf(T)===-1){X(new C("Unsupported protocol "+T+":",C.ERR_BAD_REQUEST,Z));return}q.send(x||null)})},Vy=(Z,G)=>{let{length:J}=Z=Z?Z.filter(Boolean):[];if(G||J){let X=new AbortController,Y,x=function(W){if(!Y){Y=!0,Q();let H=W instanceof Error?W:this.reason;X.abort(H instanceof C?H:new N6(H instanceof Error?H.message:H))}},z=G&&setTimeout(()=>{z=null,x(new C(`timeout of ${G}ms exceeded`,C.ETIMEDOUT))},G),Q=()=>{if(Z)z&&clearTimeout(z),z=null,Z.forEach((W)=>{W.unsubscribe?W.unsubscribe(x):W.removeEventListener("abort",x)}),Z=null};Z.forEach((W)=>W.addEventListener("abort",x));let{signal:K}=X;return K.unsubscribe=()=>O.asap(Q),K}},qy=Vy,Fy=function*(Z,G){let J=Z.byteLength;if(!G||J<G){yield Z;return}let X=0,Y;while(X<J)Y=X+G,yield Z.slice(X,Y),X=Y},wy=async function*(Z,G){for await(let J of Ay(Z))yield*Fy(J,G)},Ay=async function*(Z){if(Z[Symbol.asyncIterator]){yield*Z;return}let G=Z.getReader();try{for(;;){let{done:J,value:X}=await G.read();if(J)break;yield X}}finally{await G.cancel()}},Ew=(Z,G,J,X)=>{let Y=wy(Z,G),x=0,z,Q=(K)=>{if(!z)z=!0,X&&X(K)};return new ReadableStream({async pull(K){try{let{done:W,value:H}=await Y.next();if(W){Q(),K.close();return}let U=H.byteLength;if(J){let N=x+=U;J(N)}K.enqueue(new Uint8Array(H))}catch(W){throw Q(W),W}},cancel(K){return Q(K),Y.return()}},{highWaterMark:2})},Sw=65536,{isFunction:b3}=O,My=(({Request:Z,Response:G})=>({Request:Z,Response:G}))(O.global),{ReadableStream:pw,TextEncoder:_w}=O.global,iw=(Z,...G)=>{try{return!!Z(...G)}catch(J){return!1}},Ry=(Z)=>{Z=O.merge.call({skipUndefined:!0},My,Z);let{fetch:G,Request:J,Response:X}=Z,Y=G?b3(G):typeof fetch==="function",x=b3(J),z=b3(X);if(!Y)return!1;let Q=Y&&b3(pw),K=Y&&(typeof _w==="function"?((L)=>(B)=>L.encode(B))(new _w):async(L)=>new Uint8Array(await new J(L).arrayBuffer())),W=x&&Q&&iw(()=>{let L=!1,B=new J(j1.origin,{body:new pw,method:"POST",get duplex(){return L=!0,"half"}}).headers.has("Content-Type");return L&&!B}),H=z&&Q&&iw(()=>O.isReadableStream(new X("").body)),U={stream:H&&((L)=>L.body)};Y&&(()=>{["text","arrayBuffer","blob","formData","stream"].forEach((L)=>{!U[L]&&(U[L]=(B,q)=>{let R=B&&B[L];if(R)return R.call(B);throw new C(`Response type '${L}' is not supported`,C.ERR_NOT_SUPPORT,q)})})})();let N=async(L)=>{if(L==null)return 0;if(O.isBlob(L))return L.size;if(O.isSpecCompliantForm(L))return(await new J(j1.origin,{method:"POST",body:L}).arrayBuffer()).byteLength;if(O.isArrayBufferView(L)||O.isArrayBuffer(L))return L.byteLength;if(O.isURLSearchParams(L))L=L+"";if(O.isString(L))return(await K(L)).byteLength},$=async(L,B)=>{let q=O.toFiniteNumber(L.getContentLength());return q==null?N(B):q};return async(L)=>{let{url:B,method:q,data:R,signal:T,cancelToken:F,timeout:I,onDownloadProgress:v,onUploadProgress:D,responseType:p,headers:b,withCredentials:y="same-origin",fetchOptions:d}=UA(L),a=G||fetch;p=p?(p+"").toLowerCase():"text";let c=qy([T,F&&F.toAbortSignal()],I),E=null,k=c&&c.unsubscribe&&(()=>{c.unsubscribe()}),M;try{if(D&&W&&q!=="get"&&q!=="head"&&(M=await $(b,R))!==0){let _=new J(B,{method:"POST",body:R,duplex:"half"}),X1;if(O.isFormData(R)&&(X1=_.headers.get("content-type")))b.setContentType(X1);if(_.body){let[w,l]=f3(M,B7(c3(D)));R=Ew(_.body,Sw,w,l)}}if(!O.isString(y))y=y?"include":"omit";let G1=x&&"credentials"in J.prototype,h={...d,signal:c,method:q.toUpperCase(),headers:b.normalize().toJSON(),body:R,duplex:"half",credentials:G1?y:void 0};E=x&&new J(B,h);let Q1=await(x?a(E,d):a(B,h)),F1=H&&(p==="stream"||p==="response");if(H&&(v||F1&&k)){let _={};["status","statusText","headers"].forEach((B1)=>{_[B1]=Q1[B1]});let X1=O.toFiniteNumber(Q1.headers.get("content-length")),[w,l]=v&&f3(X1,B7(c3(v),!0))||[];Q1=new X(Ew(Q1.body,Sw,w,()=>{l&&l(),k&&k()}),_)}p=p||"text";let V=await U[O.findKey(U,p)||"text"](Q1,L);return!F1&&k&&k(),await new Promise((_,X1)=>{$7(_,X1,{data:V,headers:I0.from(Q1.headers),status:Q1.status,statusText:Q1.statusText,config:L,request:E})})}catch(G1){if(k&&k(),G1&&G1.name==="TypeError"&&/Load failed|fetch/i.test(G1.message))throw Object.assign(new C("Network Error",C.ERR_NETWORK,L,E),{cause:G1.cause||G1});throw C.from(G1,G1&&G1.code,L,E)}}},Oy=new Map,NA=(Z)=>{let G=Z&&Z.env||{},{fetch:J,Request:X,Response:Y}=G,x=[X,Y,J],z=x.length,Q=z,K,W,H=Oy;while(Q--)K=x[Q],W=H.get(K),W===void 0&&H.set(K,W=Q?new Map:Ry(G)),H=W;return W};NA();var U2={http:Uy,xhr:By,fetch:{get:NA}};O.forEach(U2,(Z,G)=>{if(Z){try{Object.defineProperty(Z,"name",{value:G})}catch(J){}Object.defineProperty(Z,"adapterName",{value:G})}});var Cw=(Z)=>`- ${Z}`,Dy=(Z)=>O.isFunction(Z)||Z===null||Z===!1;function Iy(Z,G){Z=O.isArray(Z)?Z:[Z];let{length:J}=Z,X,Y,x={};for(let z=0;z<J;z++){X=Z[z];let Q;if(Y=X,!Dy(X)){if(Y=U2[(Q=String(X)).toLowerCase()],Y===void 0)throw new C(`Unknown adapter '${Q}'`)}if(Y&&(O.isFunction(Y)||(Y=Y.get(G))))break;x[Q||"#"+z]=Y}if(!Y){let z=Object.entries(x).map(([K,W])=>`adapter ${K} `+(W===!1?"is not supported by the environment":"is not available in the build")),Q=J?z.length>1?`since :
43
+ `+z.map(Cw).join(`
44
+ `):" "+Cw(z[0]):"as no adapter specified";throw new C("There is no suitable adapter to dispatch the request "+Q,"ERR_NOT_SUPPORT")}return Y}var $A={getAdapter:Iy,adapters:U2};function tz(Z){if(Z.cancelToken)Z.cancelToken.throwIfRequested();if(Z.signal&&Z.signal.aborted)throw new N6(null,Z)}function bw(Z){if(tz(Z),Z.headers=I0.from(Z.headers),Z.data=rz.call(Z,Z.transformRequest),["post","put","patch"].indexOf(Z.method)!==-1)Z.headers.setContentType("application/x-www-form-urlencoded",!1);return $A.getAdapter(Z.adapter||H2.adapter,Z)(Z).then(function(X){return tz(Z),X.data=rz.call(Z,Z.transformResponse,X),X.headers=I0.from(X.headers),X},function(X){if(!JA(X)){if(tz(Z),X&&X.response)X.response.data=rz.call(Z,Z.transformResponse,X.response),X.response.headers=I0.from(X.response.headers)}return Promise.reject(X)})}var s3={};["object","boolean","number","function","string","symbol"].forEach((Z,G)=>{s3[Z]=function(X){return typeof X===Z||"a"+(G<1?"n ":" ")+Z}});var gw={};s3.transitional=function(G,J,X){function Y(x,z){return"[Axios v"+k3+"] Transitional option '"+x+"'"+z+(X?". "+X:"")}return(x,z,Q)=>{if(G===!1)throw new C(Y(z," has been removed"+(J?" in "+J:"")),C.ERR_DEPRECATED);if(J&&!gw[z])gw[z]=!0,console.warn(Y(z," has been deprecated since v"+J+" and will be removed in the near future"));return G?G(x,z,Q):!0}};s3.spelling=function(G){return(J,X)=>{return console.warn(`${X} is likely a misspelling of ${G}`),!0}};function Ty(Z,G,J){if(typeof Z!=="object")throw new C("options must be an object",C.ERR_BAD_OPTION_VALUE);let X=Object.keys(Z),Y=X.length;while(Y-- >0){let x=X[Y],z=G[x];if(z){let Q=Z[x],K=Q===void 0||z(Q,x,Z);if(K!==!0)throw new C("option "+x+" must be "+K,C.ERR_BAD_OPTION_VALUE);continue}if(J!==!0)throw new C("Unknown option "+x,C.ERR_BAD_OPTION)}}var y3={assertOptions:Ty,validators:s3},m5=y3.validators;class c4{constructor(Z){this.defaults=Z||{},this.interceptors={request:new Aw,response:new Aw}}async request(Z,G){try{return await this._request(Z,G)}catch(J){if(J instanceof Error){let X={};Error.captureStackTrace?Error.captureStackTrace(X):X=Error();let Y=X.stack?X.stack.replace(/^.+\n/,""):"";try{if(!J.stack)J.stack=Y;else if(Y&&!String(J.stack).endsWith(Y.replace(/^.+\n.+\n/,"")))J.stack+=`
45
+ `+Y}catch(x){}}throw J}}_request(Z,G){if(typeof Z==="string")G=G||{},G.url=Z;else G=Z||{};G=$6(this.defaults,G);let{transitional:J,paramsSerializer:X,headers:Y}=G;if(J!==void 0)y3.assertOptions(J,{silentJSONParsing:m5.transitional(m5.boolean),forcedJSONParsing:m5.transitional(m5.boolean),clarifyTimeoutError:m5.transitional(m5.boolean)},!1);if(X!=null)if(O.isFunction(X))G.paramsSerializer={serialize:X};else y3.assertOptions(X,{encode:m5.function,serialize:m5.function},!0);if(G.allowAbsoluteUrls!==void 0);else if(this.defaults.allowAbsoluteUrls!==void 0)G.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls;else G.allowAbsoluteUrls=!0;y3.assertOptions(G,{baseUrl:m5.spelling("baseURL"),withXsrfToken:m5.spelling("withXSRFToken")},!0),G.method=(G.method||this.defaults.method||"get").toLowerCase();let x=Y&&O.merge(Y.common,Y[G.method]);Y&&O.forEach(["delete","get","head","post","put","patch","common"],($)=>{delete Y[$]}),G.headers=I0.concat(x,Y);let z=[],Q=!0;this.interceptors.request.forEach(function(L){if(typeof L.runWhen==="function"&&L.runWhen(G)===!1)return;Q=Q&&L.synchronous,z.unshift(L.fulfilled,L.rejected)});let K=[];this.interceptors.response.forEach(function(L){K.push(L.fulfilled,L.rejected)});let W,H=0,U;if(!Q){let $=[bw.bind(this),void 0];$.unshift(...z),$.push(...K),U=$.length,W=Promise.resolve(G);while(H<U)W=W.then($[H++],$[H++]);return W}U=z.length;let N=G;while(H<U){let $=z[H++],L=z[H++];try{N=$(N)}catch(B){L.call(this,B);break}}try{W=bw.call(this,N)}catch($){return Promise.reject($)}H=0,U=K.length;while(H<U)W=W.then(K[H++],K[H++]);return W}getUri(Z){Z=$6(this.defaults,Z);let G=W2(Z.baseURL,Z.url,Z.allowAbsoluteUrls);return x2(G,Z.params,Z.paramsSerializer)}}O.forEach(["delete","get","head","options"],function(G){c4.prototype[G]=function(J,X){return this.request($6(X||{},{method:G,url:J,data:(X||{}).data}))}});O.forEach(["post","put","patch"],function(G){function J(X){return function(x,z,Q){return this.request($6(Q||{},{method:G,headers:X?{"Content-Type":"multipart/form-data"}:{},url:x,data:z}))}}c4.prototype[G]=J(),c4.prototype[G+"Form"]=J(!0)});var u3=c4;class N2{constructor(Z){if(typeof Z!=="function")throw TypeError("executor must be a function.");let G;this.promise=new Promise(function(Y){G=Y});let J=this;this.promise.then((X)=>{if(!J._listeners)return;let Y=J._listeners.length;while(Y-- >0)J._listeners[Y](X);J._listeners=null}),this.promise.then=(X)=>{let Y,x=new Promise((z)=>{J.subscribe(z),Y=z}).then(X);return x.cancel=function(){J.unsubscribe(Y)},x},Z(function(Y,x,z){if(J.reason)return;J.reason=new N6(Y,x,z),G(J.reason)})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(Z){if(this.reason){Z(this.reason);return}if(this._listeners)this._listeners.push(Z);else this._listeners=[Z]}unsubscribe(Z){if(!this._listeners)return;let G=this._listeners.indexOf(Z);if(G!==-1)this._listeners.splice(G,1)}toAbortSignal(){let Z=new AbortController,G=(J)=>{Z.abort(J)};return this.subscribe(G),Z.signal.unsubscribe=()=>this.unsubscribe(G),Z.signal}static source(){let Z;return{token:new N2(function(X){Z=X}),cancel:Z}}}var Py=N2;function my(Z){return function(J){return Z.apply(null,J)}}function vy(Z){return O.isObject(Z)&&Z.isAxiosError===!0}var J2={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511,WebServerIsDown:521,ConnectionTimedOut:522,OriginIsUnreachable:523,TimeoutOccurred:524,SslHandshakeFailed:525,InvalidSslCertificate:526};Object.entries(J2).forEach(([Z,G])=>{J2[G]=Z});var jy=J2;function LA(Z){let G=new u3(Z),J=kw(u3.prototype.request,G);return O.extend(J,u3.prototype,G,{allOwnKeys:!0}),O.extend(J,G,null,{allOwnKeys:!0}),J.create=function(Y){return LA($6(Z,Y))},J}var h1=LA(H2);h1.Axios=u3;h1.CanceledError=N6;h1.CancelToken=Py;h1.isCancel=JA;h1.VERSION=k3;h1.toFormData=d3;h1.AxiosError=C;h1.Cancel=h1.CanceledError;h1.all=function(G){return Promise.all(G)};h1.spread=my;h1.isAxiosError=vy;h1.mergeConfig=$6;h1.AxiosHeaders=I0;h1.formToJSON=(Z)=>GA(O.isHTMLForm(Z)?new FormData(Z):Z);h1.getAdapter=$A.getAdapter;h1.HttpStatusCode=jy;h1.default=h1;BA.exports=h1});var $2=A((L6)=>{Object.defineProperty(L6,"__esModule",{value:!0});L6.addAxiosDateTransformer=L6.createAxiosDateTransformer=void 0;var Ey=xq(),Sy=Ey.__importDefault(VA()),py=/^\d{4}-\d{2}-\d{2}(T\d{2}:\d{2}:\d{2}(?:\.\d*)?(?:[-+]\d{2}:?\d{2}|Z)?)?$/,_y=(Z)=>{return py.test(Z)},iy=(Z,G)=>{return!G||G.length===0||G.includes(Z)},Cy=(Z,G,J)=>{return typeof G==="string"&&_y(G)&&iy(Z,J)},qA=(Z,G)=>{if(typeof Z==="object"){for(let J in Z)if(Cy(J,Z[J],G))Z[J]=new Date(Z[J]);else if(typeof Z[J]==="object")Z[J]=qA(Z[J],G)}return Z},by=(Z,G)=>{if(Z.data)Z.data=qA(Z.data,G);return Z},gy=(Z={})=>{return(0,L6.addAxiosDateTransformer)(Sy.default.create(Z),Z)};L6.createAxiosDateTransformer=gy;var hy=(Z,G)=>{let J=G===null||G===void 0?void 0:G.allowlist;return Z.interceptors.response.use((X)=>by(X,J)),Z};L6.addAxiosDateTransformer=hy});var cy={};s4(cy,{registerPieComponent:()=>s5,isPieComponentsInitialized:()=>I8,initializePieComponents:()=>mV,UI:()=>J0,PieTelegramRoot:()=>PA,PieStaticRoot:()=>jV,PieRoot:()=>MA,PieCard:()=>n0,PieBaseRoot:()=>EN});module.exports=gA(cy);var R2=require("react"),o3=new Map;function O2(Z,G){return R2.lazy(()=>{if(o3.has(G))return o3.get(G);let J=Z().then((X)=>X);return o3.set(G,J),J})}var hA=()=>typeof window<"u",D2=()=>typeof process<"u"&&!!process.versions?.node,yA=()=>{try{return typeof Function("return import.meta")()<"u"}catch{return!1}},I2="__piedemo__",T2={PIE_API_SERVER:typeof process<"u"?process.env.NEXT_PUBLIC_PIE_API_SERVER:void 0,PIE_CENTRIFUGE_SERVER:typeof process<"u"?process.env.NEXT_PUBLIC_PIE_CENTRIFUGE_SERVER:void 0,PIE_ENABLE_RENDERING_LOG:typeof process<"u"?process.env.NEXT_PUBLIC_PIE_ENABLE_RENDERING_LOG:void 0,PIE_PAGE_PROCESSOR:typeof process<"u"?process.env.NEXT_PUBLIC_PIE_PAGE_PROCESSOR:void 0},d5=(Z,G="")=>{if(yA())return import.meta.env[Z]??G;if(D2()&&process.env)return process.env[Z]??G;return G},P2=()=>{if(hA())return window.location.hostname;if(D2())return process.env.HOSTNAME??"localhost";return"localhost"},G0=()=>{let Z=d5("NEXT_PUBLIC_PIE_API_SERVER")||d5("PIE_API_SERVER");return Z==="auto-api"?`https://api.${P2()}/`:Z},t3=()=>{let Z=d5("NEXT_PUBLIC_PIE_CENTRIFUGE_SERVER")||d5("PIE_CENTRIFUGE_SERVER");return Z==="auto-api"?`wss://centrifuge.${P2()}/connection/websocket`:Z},n=()=>d5("VITE_PIE_ENABLE_RENDERING_LOG","false")==="true"||d5("PIE_ENABLE_RENDERING_LOG","false")==="true"||(T2.PIE_ENABLE_RENDERING_LOG??"false")==="true",m2=()=>d5("VITE_PIE_PAGE_PROCESSOR")||d5("PIE_PAGE_PROCESSOR")||T2.PIE_PAGE_PROCESSOR;var e3=new Map,uA=(Z)=>{if(!Z.name)throw Error("Component registration requires a name");if(!Z.component&&!Z.loader)throw Error(`Component "${Z.name}" requires component or loader`);let G={name:Z.name,component:Z.component,loader:Z.loader,metadata:Z.metadata,fallback:Z.fallback,isLazy:!1};if(!G.component&&G.loader)G.component=O2(G.loader,Z.name),G.loader=void 0,G.isLazy=!0;return G};function s5(Z){let G=uA(Z);if(n())console.log("[Registry] Registering component:",G.name,{isLazy:G.isLazy,hasMetadata:!!G.metadata,hasFallback:!!G.fallback});return e3.set(G.name,G),G.component}var v2=(Z)=>{let G=e3.get(Z);if(n())if(G)console.log("[Registry] Found component:",Z);else console.warn("[Registry] Component not found:",Z),console.log("[Registry] Available components:",Array.from(e3.keys()));return G};var o4=require("react");var j2=require("react"),r4=require("react/jsx-dev-runtime"),kA=j2.createContext(r4.jsxDEV(r4.Fragment,{},void 0,!1,void 0,this)),g0=kA;var ZJ=require("react/jsx-dev-runtime");function fA({uiConfig:Z,setUiAjaxConfiguration:G}){let J=o4.useContext(g0);if(n())console.log("[UI] Rendering component:",Z.card),console.log("[UI] Component data:",Z.data),console.log("[UI] Component content:",Z.content),console.log("[UI] Has setUiAjaxConfiguration:",!!G);let X=v2(Z.card);if(!X?.component){if(n())console.warn(`[UI] Component not found in registry: ${Z.card}`),console.log("[UI] Returning fallback component");return J}if(n())console.log("[UI] Found component in registry:",{name:X.name,isLazy:X.isLazy,hasMetadata:!!X.metadata});let Y=X.component,x=ZJ.jsxDEV(Y,{data:Z.data,content:Z.content,setUiAjaxConfiguration:G},void 0,!1,void 0,this);if(X.isLazy){if(n())console.log("[UI] Rendering lazy component with Suspense:",X.name);return ZJ.jsxDEV(o4.Suspense,{fallback:X.fallback??J,children:x},`${X.name}`,!1,void 0,this)}if(n())console.log("[UI] Rendering component directly:",X.name);return x}var J0=fA;var B5=class{constructor(){this.listeners=new Set,this.subscribe=this.subscribe.bind(this)}subscribe(Z){return this.listeners.add(Z),this.onSubscribe(),()=>{this.listeners.delete(Z),this.onUnsubscribe()}}hasListeners(){return this.listeners.size>0}onSubscribe(){}onUnsubscribe(){}};var cA={setTimeout:(Z,G)=>setTimeout(Z,G),clearTimeout:(Z)=>clearTimeout(Z),setInterval:(Z,G)=>setInterval(Z,G),clearInterval:(Z)=>clearInterval(Z)},lA=class{#Z=cA;#G=!1;setTimeoutProvider(Z){this.#Z=Z}setTimeout(Z,G){return this.#Z.setTimeout(Z,G)}clearTimeout(Z){this.#Z.clearTimeout(Z)}setInterval(Z,G){return this.#Z.setInterval(Z,G)}clearInterval(Z){this.#Z.clearInterval(Z)}},V5=new lA;function E2(Z){setTimeout(Z,0)}var V0=typeof window>"u"||"Deno"in globalThis;function _1(){}function _2(Z,G){return typeof Z==="function"?Z(G):Z}function A7(Z){return typeof Z==="number"&&Z>=0&&Z!==1/0}function t4(Z,G){return Math.max(Z+(G||0)-Date.now(),0)}function e0(Z,G){return typeof Z==="function"?Z(G):Z}function q0(Z,G){return typeof Z==="function"?Z(G):Z}function e4(Z,G){let{type:J="all",exact:X,fetchStatus:Y,predicate:x,queryKey:z,stale:Q}=Z;if(z){if(X){if(G.queryHash!==M7(z,G.options))return!1}else if(!E8(G.queryKey,z))return!1}if(J!=="all"){let K=G.isActive();if(J==="active"&&!K)return!1;if(J==="inactive"&&K)return!1}if(typeof Q==="boolean"&&G.isStale()!==Q)return!1;if(Y&&Y!==G.state.fetchStatus)return!1;if(x&&!x(G))return!1;return!0}function Z9(Z,G){let{exact:J,status:X,predicate:Y,mutationKey:x}=Z;if(x){if(!G.options.mutationKey)return!1;if(J){if(j8(G.options.mutationKey)!==j8(x))return!1}else if(!E8(G.options.mutationKey,x))return!1}if(X&&G.state.status!==X)return!1;if(Y&&!Y(G))return!1;return!0}function M7(Z,G){return(G?.queryKeyHashFn||j8)(Z)}function j8(Z){return JSON.stringify(Z,(G,J)=>GJ(J)?Object.keys(J).sort().reduce((X,Y)=>{return X[Y]=J[Y],X},{}):J)}function E8(Z,G){if(Z===G)return!0;if(typeof Z!==typeof G)return!1;if(Z&&G&&typeof Z==="object"&&typeof G==="object")return Object.keys(G).every((J)=>E8(Z[J],G[J]));return!1}var aA=Object.prototype.hasOwnProperty;function JJ(Z,G,J=0){if(Z===G)return Z;if(J>500)return G;let X=S2(Z)&&S2(G);if(!X&&!(GJ(Z)&&GJ(G)))return G;let x=(X?Z:Object.keys(Z)).length,z=X?G:Object.keys(G),Q=z.length,K=X?Array(Q):{},W=0;for(let H=0;H<Q;H++){let U=X?H:z[H],N=Z[U],$=G[U];if(N===$){if(K[U]=N,X?H<x:aA.call(Z,U))W++;continue}if(N===null||$===null||typeof N!=="object"||typeof $!=="object"){K[U]=$;continue}let L=JJ(N,$,J+1);if(K[U]=L,L===N)W++}return x===Q&&W===x?Z:K}function G9(Z,G){if(!G||Object.keys(Z).length!==Object.keys(G).length)return!1;for(let J in Z)if(Z[J]!==G[J])return!1;return!0}function S2(Z){return Array.isArray(Z)&&Z.length===Object.keys(Z).length}function GJ(Z){if(!p2(Z))return!1;let G=Z.constructor;if(G===void 0)return!0;let J=G.prototype;if(!p2(J))return!1;if(!J.hasOwnProperty("isPrototypeOf"))return!1;if(Object.getPrototypeOf(Z)!==Object.prototype)return!1;return!0}function p2(Z){return Object.prototype.toString.call(Z)==="[object Object]"}function i2(Z){return new Promise((G)=>{V5.setTimeout(G,Z)})}function R7(Z,G,J){if(typeof J.structuralSharing==="function")return J.structuralSharing(Z,G);else if(J.structuralSharing!==!1)return JJ(Z,G);return G}function C2(Z,G,J=0){let X=[...Z,G];return J&&X.length>J?X.slice(1):X}function b2(Z,G,J=0){let X=[G,...Z];return J&&X.length>J?X.slice(0,-1):X}var q6=Symbol();function J9(Z,G){if(!Z.queryFn&&G?.initialPromise)return()=>G.initialPromise;if(!Z.queryFn||Z.queryFn===q6)return()=>Promise.reject(Error(`Missing queryFn: '${Z.queryHash}'`));return Z.queryFn}function X9(Z,G){if(typeof Z==="function")return Z(...G);return!!Z}function g2(Z,G,J){let X=!1,Y;return Object.defineProperty(Z,"signal",{enumerable:!0,get:()=>{if(Y??=G(),X)return Y;if(X=!0,Y.aborted)J();else Y.addEventListener("abort",J,{once:!0});return Y}}),Z}var nA=class extends B5{#Z;#G;#J;constructor(){super();this.#J=(Z)=>{if(!V0&&window.addEventListener){let G=()=>Z();return window.addEventListener("visibilitychange",G,!1),()=>{window.removeEventListener("visibilitychange",G)}}return}}onSubscribe(){if(!this.#G)this.setEventListener(this.#J)}onUnsubscribe(){if(!this.hasListeners())this.#G?.(),this.#G=void 0}setEventListener(Z){this.#J=Z,this.#G?.(),this.#G=Z((G)=>{if(typeof G==="boolean")this.setFocused(G);else this.onFocus()})}setFocused(Z){if(this.#Z!==Z)this.#Z=Z,this.onFocus()}onFocus(){let Z=this.isFocused();this.listeners.forEach((G)=>{G(Z)})}isFocused(){if(typeof this.#Z==="boolean")return this.#Z;return globalThis.document?.visibilityState!=="hidden"}},F6=new nA;function O7(){let Z,G,J=new Promise((Y,x)=>{Z=Y,G=x});J.status="pending",J.catch(()=>{});function X(Y){Object.assign(J,Y),delete J.resolve,delete J.reject}return J.resolve=(Y)=>{X({status:"fulfilled",value:Y}),Z(Y)},J.reject=(Y)=>{X({status:"rejected",reason:Y}),G(Y)},J}var h2=E2;function dA(){let Z=[],G=0,J=(Q)=>{Q()},X=(Q)=>{Q()},Y=h2,x=(Q)=>{if(G)Z.push(Q);else Y(()=>{J(Q)})},z=()=>{let Q=Z;if(Z=[],Q.length)Y(()=>{X(()=>{Q.forEach((K)=>{J(K)})})})};return{batch:(Q)=>{let K;G++;try{K=Q()}finally{if(G--,!G)z()}return K},batchCalls:(Q)=>{return(...K)=>{x(()=>{Q(...K)})}},schedule:x,setNotifyFunction:(Q)=>{J=Q},setBatchNotifyFunction:(Q)=>{X=Q},setScheduler:(Q)=>{Y=Q}}}var A1=dA();var sA=class extends B5{#Z=!0;#G;#J;constructor(){super();this.#J=(Z)=>{if(!V0&&window.addEventListener){let G=()=>Z(!0),J=()=>Z(!1);return window.addEventListener("online",G,!1),window.addEventListener("offline",J,!1),()=>{window.removeEventListener("online",G),window.removeEventListener("offline",J)}}return}}onSubscribe(){if(!this.#G)this.setEventListener(this.#J)}onUnsubscribe(){if(!this.hasListeners())this.#G?.(),this.#G=void 0}setEventListener(Z){this.#J=Z,this.#G?.(),this.#G=Z(this.setOnline.bind(this))}setOnline(Z){if(this.#Z!==Z)this.#Z=Z,this.listeners.forEach((J)=>{J(Z)})}isOnline(){return this.#Z}},w6=new sA;function rA(Z){return Math.min(1000*2**Z,30000)}function XJ(Z){return(Z??"online")==="online"?w6.isOnline():!0}var Y9=class extends Error{constructor(Z){super("CancelledError");this.revert=Z?.revert,this.silent=Z?.silent}};function x9(Z){let G=!1,J=0,X,Y=O7(),x=()=>Y.status!=="pending",z=(B)=>{if(!x()){let q=new Y9(B);N(q),Z.onCancel?.(q)}},Q=()=>{G=!0},K=()=>{G=!1},W=()=>F6.isFocused()&&(Z.networkMode==="always"||w6.isOnline())&&Z.canRun(),H=()=>XJ(Z.networkMode)&&Z.canRun(),U=(B)=>{if(!x())X?.(),Y.resolve(B)},N=(B)=>{if(!x())X?.(),Y.reject(B)},$=()=>{return new Promise((B)=>{X=(q)=>{if(x()||W())B(q)},Z.onPause?.()}).then(()=>{if(X=void 0,!x())Z.onContinue?.()})},L=()=>{if(x())return;let B,q=J===0?Z.initialPromise:void 0;try{B=q??Z.fn()}catch(R){B=Promise.reject(R)}Promise.resolve(B).then(U).catch((R)=>{if(x())return;let T=Z.retry??(V0?0:3),F=Z.retryDelay??rA,I=typeof F==="function"?F(J,R):F,v=T===!0||typeof T==="number"&&J<T||typeof T==="function"&&T(J,R);if(G||!v){N(R);return}J++,Z.onFail?.(J,R),i2(I).then(()=>{return W()?void 0:$()}).then(()=>{if(G)N(R);else L()})})};return{promise:Y,status:()=>Y.status,cancel:z,continue:()=>{return X?.(),Y},cancelRetry:Q,continueRetry:K,canStart:H,start:()=>{if(H())L();else $().then(L);return Y}}}var z9=class{#Z;destroy(){this.clearGcTimeout()}scheduleGc(){if(this.clearGcTimeout(),A7(this.gcTime))this.#Z=V5.setTimeout(()=>{this.optionalRemove()},this.gcTime)}updateGcTime(Z){this.gcTime=Math.max(this.gcTime||0,Z??(V0?1/0:300000))}clearGcTimeout(){if(this.#Z)V5.clearTimeout(this.#Z),this.#Z=void 0}};var k2=class extends z9{#Z;#G;#J;#Y;#X;#Q;#z;constructor(Z){super();this.#z=!1,this.#Q=Z.defaultOptions,this.setOptions(Z.options),this.observers=[],this.#Y=Z.client,this.#J=this.#Y.getQueryCache(),this.queryKey=Z.queryKey,this.queryHash=Z.queryHash,this.#Z=u2(this.options),this.state=Z.state??this.#Z,this.scheduleGc()}get meta(){return this.options.meta}get promise(){return this.#X?.promise}setOptions(Z){if(this.options={...this.#Q,...Z},this.updateGcTime(this.options.gcTime),this.state&&this.state.data===void 0){let G=u2(this.options);if(G.data!==void 0)this.setState(y2(G.data,G.dataUpdatedAt)),this.#Z=G}}optionalRemove(){if(!this.observers.length&&this.state.fetchStatus==="idle")this.#J.remove(this)}setData(Z,G){let J=R7(this.state.data,Z,this.options);return this.#x({data:J,type:"success",dataUpdatedAt:G?.updatedAt,manual:G?.manual}),J}setState(Z,G){this.#x({type:"setState",state:Z,setStateOptions:G})}cancel(Z){let G=this.#X?.promise;return this.#X?.cancel(Z),G?G.then(_1).catch(_1):Promise.resolve()}destroy(){super.destroy(),this.cancel({silent:!0})}reset(){this.destroy(),this.setState(this.#Z)}isActive(){return this.observers.some((Z)=>q0(Z.options.enabled,this)!==!1)}isDisabled(){if(this.getObserversCount()>0)return!this.isActive();return this.options.queryFn===q6||this.state.dataUpdateCount+this.state.errorUpdateCount===0}isStatic(){if(this.getObserversCount()>0)return this.observers.some((Z)=>e0(Z.options.staleTime,this)==="static");return!1}isStale(){if(this.getObserversCount()>0)return this.observers.some((Z)=>Z.getCurrentResult().isStale);return this.state.data===void 0||this.state.isInvalidated}isStaleByTime(Z=0){if(this.state.data===void 0)return!0;if(Z==="static")return!1;if(this.state.isInvalidated)return!0;return!t4(this.state.dataUpdatedAt,Z)}onFocus(){this.observers.find((G)=>G.shouldFetchOnWindowFocus())?.refetch({cancelRefetch:!1}),this.#X?.continue()}onOnline(){this.observers.find((G)=>G.shouldFetchOnReconnect())?.refetch({cancelRefetch:!1}),this.#X?.continue()}addObserver(Z){if(!this.observers.includes(Z))this.observers.push(Z),this.clearGcTimeout(),this.#J.notify({type:"observerAdded",query:this,observer:Z})}removeObserver(Z){if(this.observers.includes(Z)){if(this.observers=this.observers.filter((G)=>G!==Z),!this.observers.length){if(this.#X)if(this.#z)this.#X.cancel({revert:!0});else this.#X.cancelRetry();this.scheduleGc()}this.#J.notify({type:"observerRemoved",query:this,observer:Z})}}getObserversCount(){return this.observers.length}invalidate(){if(!this.state.isInvalidated)this.#x({type:"invalidate"})}async fetch(Z,G){if(this.state.fetchStatus!=="idle"&&this.#X?.status()!=="rejected"){if(this.state.data!==void 0&&G?.cancelRefetch)this.cancel({silent:!0});else if(this.#X)return this.#X.continueRetry(),this.#X.promise}if(Z)this.setOptions(Z);if(!this.options.queryFn){let Q=this.observers.find((K)=>K.options.queryFn);if(Q)this.setOptions(Q.options)}let J=new AbortController,X=(Q)=>{Object.defineProperty(Q,"signal",{enumerable:!0,get:()=>{return this.#z=!0,J.signal}})},Y=()=>{let Q=J9(this.options,G),W=(()=>{let H={client:this.#Y,queryKey:this.queryKey,meta:this.meta};return X(H),H})();if(this.#z=!1,this.options.persister)return this.options.persister(Q,W,this);return Q(W)},z=(()=>{let Q={fetchOptions:G,options:this.options,queryKey:this.queryKey,client:this.#Y,state:this.state,fetchFn:Y};return X(Q),Q})();if(this.options.behavior?.onFetch(z,this),this.#G=this.state,this.state.fetchStatus==="idle"||this.state.fetchMeta!==z.fetchOptions?.meta)this.#x({type:"fetch",meta:z.fetchOptions?.meta});this.#X=x9({initialPromise:G?.initialPromise,fn:z.fetchFn,onCancel:(Q)=>{if(Q instanceof Y9&&Q.revert)this.setState({...this.#G,fetchStatus:"idle"});J.abort()},onFail:(Q,K)=>{this.#x({type:"failed",failureCount:Q,error:K})},onPause:()=>{this.#x({type:"pause"})},onContinue:()=>{this.#x({type:"continue"})},retry:z.options.retry,retryDelay:z.options.retryDelay,networkMode:z.options.networkMode,canRun:()=>!0});try{let Q=await this.#X.start();if(Q===void 0)throw Error(`${this.queryHash} data is undefined`);return this.setData(Q),this.#J.config.onSuccess?.(Q,this),this.#J.config.onSettled?.(Q,this.state.error,this),Q}catch(Q){if(Q instanceof Y9){if(Q.silent)return this.#X.promise;else if(Q.revert){if(this.state.data===void 0)throw Q;return this.state.data}}throw this.#x({type:"error",error:Q}),this.#J.config.onError?.(Q,this),this.#J.config.onSettled?.(this.state.data,Q,this),Q}finally{this.scheduleGc()}}#x(Z){let G=(J)=>{switch(Z.type){case"failed":return{...J,fetchFailureCount:Z.failureCount,fetchFailureReason:Z.error};case"pause":return{...J,fetchStatus:"paused"};case"continue":return{...J,fetchStatus:"fetching"};case"fetch":return{...J,...YJ(J.data,this.options),fetchMeta:Z.meta??null};case"success":let X={...J,...y2(Z.data,Z.dataUpdatedAt),dataUpdateCount:J.dataUpdateCount+1,...!Z.manual&&{fetchStatus:"idle",fetchFailureCount:0,fetchFailureReason:null}};return this.#G=Z.manual?X:void 0,X;case"error":let Y=Z.error;return{...J,error:Y,errorUpdateCount:J.errorUpdateCount+1,errorUpdatedAt:Date.now(),fetchFailureCount:J.fetchFailureCount+1,fetchFailureReason:Y,fetchStatus:"idle",status:"error",isInvalidated:!0};case"invalidate":return{...J,isInvalidated:!0};case"setState":return{...J,...Z.state}}};this.state=G(this.state),A1.batch(()=>{this.observers.forEach((J)=>{J.onQueryUpdate()}),this.#J.notify({query:this,type:"updated",action:Z})})}};function YJ(Z,G){return{fetchFailureCount:0,fetchFailureReason:null,fetchStatus:XJ(G.networkMode)?"fetching":"paused",...Z===void 0&&{error:null,status:"pending"}}}function y2(Z,G){return{data:Z,dataUpdatedAt:G??Date.now(),error:null,isInvalidated:!1,status:"success"}}function u2(Z){let G=typeof Z.initialData==="function"?Z.initialData():Z.initialData,J=G!==void 0,X=J?typeof Z.initialDataUpdatedAt==="function"?Z.initialDataUpdatedAt():Z.initialDataUpdatedAt:0;return{data:G,dataUpdateCount:0,dataUpdatedAt:J?X??Date.now():0,error:null,errorUpdateCount:0,errorUpdatedAt:0,fetchFailureCount:0,fetchFailureReason:null,fetchMeta:null,isInvalidated:!1,status:J?"success":"pending",fetchStatus:"idle"}}var zJ=class extends B5{constructor(Z,G){super();this.options=G,this.#Z=Z,this.#x=null,this.#z=O7(),this.bindMethods(),this.setOptions(G)}#Z;#G=void 0;#J=void 0;#Y=void 0;#X;#Q;#z;#x;#B;#N;#$;#H;#W;#K;#L=new Set;bindMethods(){this.refetch=this.refetch.bind(this)}onSubscribe(){if(this.listeners.size===1){if(this.#G.addObserver(this),f2(this.#G,this.options))this.#U();else this.updateResult();this.#w()}}onUnsubscribe(){if(!this.hasListeners())this.destroy()}shouldFetchOnReconnect(){return xJ(this.#G,this.options,this.options.refetchOnReconnect)}shouldFetchOnWindowFocus(){return xJ(this.#G,this.options,this.options.refetchOnWindowFocus)}destroy(){this.listeners=new Set,this.#A(),this.#M(),this.#G.removeObserver(this)}setOptions(Z){let G=this.options,J=this.#G;if(this.options=this.#Z.defaultQueryOptions(Z),this.options.enabled!==void 0&&typeof this.options.enabled!=="boolean"&&typeof this.options.enabled!=="function"&&typeof q0(this.options.enabled,this.#G)!=="boolean")throw Error("Expected enabled to be a boolean or a callback that returns a boolean");if(this.#R(),this.#G.setOptions(this.options),G._defaulted&&!G9(this.options,G))this.#Z.getQueryCache().notify({type:"observerOptionsUpdated",query:this.#G,observer:this});let X=this.hasListeners();if(X&&c2(this.#G,J,this.options,G))this.#U();if(this.updateResult(),X&&(this.#G!==J||q0(this.options.enabled,this.#G)!==q0(G.enabled,this.#G)||e0(this.options.staleTime,this.#G)!==e0(G.staleTime,this.#G)))this.#V();let Y=this.#q();if(X&&(this.#G!==J||q0(this.options.enabled,this.#G)!==q0(G.enabled,this.#G)||Y!==this.#K))this.#F(Y)}getOptimisticResult(Z){let G=this.#Z.getQueryCache().build(this.#Z,Z),J=this.createResult(G,Z);if(tA(this,J))this.#Y=J,this.#Q=this.options,this.#X=this.#G.state;return J}getCurrentResult(){return this.#Y}trackResult(Z,G){return new Proxy(Z,{get:(J,X)=>{if(this.trackProp(X),G?.(X),X==="promise"){if(this.trackProp("data"),!this.options.experimental_prefetchInRender&&this.#z.status==="pending")this.#z.reject(Error("experimental_prefetchInRender feature flag is not enabled"))}return Reflect.get(J,X)}})}trackProp(Z){this.#L.add(Z)}getCurrentQuery(){return this.#G}refetch({...Z}={}){return this.fetch({...Z})}fetchOptimistic(Z){let G=this.#Z.defaultQueryOptions(Z),J=this.#Z.getQueryCache().build(this.#Z,G);return J.fetch().then(()=>this.createResult(J,G))}fetch(Z){return this.#U({...Z,cancelRefetch:Z.cancelRefetch??!0}).then(()=>{return this.updateResult(),this.#Y})}#U(Z){this.#R();let G=this.#G.fetch(this.options,Z);if(!Z?.throwOnError)G=G.catch(_1);return G}#V(){this.#A();let Z=e0(this.options.staleTime,this.#G);if(V0||this.#Y.isStale||!A7(Z))return;let J=t4(this.#Y.dataUpdatedAt,Z)+1;this.#H=V5.setTimeout(()=>{if(!this.#Y.isStale)this.updateResult()},J)}#q(){return(typeof this.options.refetchInterval==="function"?this.options.refetchInterval(this.#G):this.options.refetchInterval)??!1}#F(Z){if(this.#M(),this.#K=Z,V0||q0(this.options.enabled,this.#G)===!1||!A7(this.#K)||this.#K===0)return;this.#W=V5.setInterval(()=>{if(this.options.refetchIntervalInBackground||F6.isFocused())this.#U()},this.#K)}#w(){this.#V(),this.#F(this.#q())}#A(){if(this.#H)V5.clearTimeout(this.#H),this.#H=void 0}#M(){if(this.#W)V5.clearInterval(this.#W),this.#W=void 0}createResult(Z,G){let J=this.#G,X=this.options,Y=this.#Y,x=this.#X,z=this.#Q,K=Z!==J?Z.state:this.#J,{state:W}=Z,H={...W},U=!1,N;if(G._optimisticResults){let b=this.hasListeners(),y=!b&&f2(Z,G),d=b&&c2(Z,J,G,X);if(y||d)H={...H,...YJ(W.data,Z.options)};if(G._optimisticResults==="isRestoring")H.fetchStatus="idle"}let{error:$,errorUpdatedAt:L,status:B}=H;N=H.data;let q=!1;if(G.placeholderData!==void 0&&N===void 0&&B==="pending"){let b;if(Y?.isPlaceholderData&&G.placeholderData===z?.placeholderData)b=Y.data,q=!0;else b=typeof G.placeholderData==="function"?G.placeholderData(this.#$?.state.data,this.#$):G.placeholderData;if(b!==void 0)B="success",N=R7(Y?.data,b,G),U=!0}if(G.select&&N!==void 0&&!q)if(Y&&N===x?.data&&G.select===this.#B)N=this.#N;else try{this.#B=G.select,N=G.select(N),N=R7(Y?.data,N,G),this.#N=N,this.#x=null}catch(b){this.#x=b}if(this.#x)$=this.#x,N=this.#N,L=Date.now(),B="error";let R=H.fetchStatus==="fetching",T=B==="pending",F=B==="error",I=T&&R,v=N!==void 0,p={status:B,fetchStatus:H.fetchStatus,isPending:T,isSuccess:B==="success",isError:F,isInitialLoading:I,isLoading:I,data:N,dataUpdatedAt:H.dataUpdatedAt,error:$,errorUpdatedAt:L,failureCount:H.fetchFailureCount,failureReason:H.fetchFailureReason,errorUpdateCount:H.errorUpdateCount,isFetched:H.dataUpdateCount>0||H.errorUpdateCount>0,isFetchedAfterMount:H.dataUpdateCount>K.dataUpdateCount||H.errorUpdateCount>K.errorUpdateCount,isFetching:R,isRefetching:R&&!T,isLoadingError:F&&!v,isPaused:H.fetchStatus==="paused",isPlaceholderData:U,isRefetchError:F&&v,isStale:QJ(Z,G),refetch:this.refetch,promise:this.#z,isEnabled:q0(G.enabled,Z)!==!1};if(this.options.experimental_prefetchInRender){let b=p.data!==void 0,y=p.status==="error"&&!b,d=(E)=>{if(y)E.reject(p.error);else if(b)E.resolve(p.data)},a=()=>{let E=this.#z=p.promise=O7();d(E)},c=this.#z;switch(c.status){case"pending":if(Z.queryHash===J.queryHash)d(c);break;case"fulfilled":if(y||p.data!==c.value)a();break;case"rejected":if(!y||p.error!==c.reason)a();break}}return p}updateResult(){let Z=this.#Y,G=this.createResult(this.#G,this.options);if(this.#X=this.#G.state,this.#Q=this.options,this.#X.data!==void 0)this.#$=this.#G;if(G9(G,Z))return;this.#Y=G;let J=()=>{if(!Z)return!0;let{notifyOnChangeProps:X}=this.options,Y=typeof X==="function"?X():X;if(Y==="all"||!Y&&!this.#L.size)return!0;let x=new Set(Y??this.#L);if(this.options.throwOnError)x.add("error");return Object.keys(this.#Y).some((z)=>{let Q=z;return this.#Y[Q]!==Z[Q]&&x.has(Q)})};this.#O({listeners:J()})}#R(){let Z=this.#Z.getQueryCache().build(this.#Z,this.options);if(Z===this.#G)return;let G=this.#G;if(this.#G=Z,this.#J=Z.state,this.hasListeners())G?.removeObserver(this),Z.addObserver(this)}onQueryUpdate(){if(this.updateResult(),this.hasListeners())this.#w()}#O(Z){A1.batch(()=>{if(Z.listeners)this.listeners.forEach((G)=>{G(this.#Y)});this.#Z.getQueryCache().notify({query:this.#G,type:"observerResultsUpdated"})})}};function oA(Z,G){return q0(G.enabled,Z)!==!1&&Z.state.data===void 0&&!(Z.state.status==="error"&&G.retryOnMount===!1)}function f2(Z,G){return oA(Z,G)||Z.state.data!==void 0&&xJ(Z,G,G.refetchOnMount)}function xJ(Z,G,J){if(q0(G.enabled,Z)!==!1&&e0(G.staleTime,Z)!=="static"){let X=typeof J==="function"?J(Z):J;return X==="always"||X!==!1&&QJ(Z,G)}return!1}function c2(Z,G,J,X){return(Z!==G||q0(X.enabled,Z)===!1)&&(!J.suspense||Z.state.status!=="error")&&QJ(Z,J)}function QJ(Z,G){return q0(G.enabled,Z)!==!1&&Z.isStaleByTime(e0(G.staleTime,Z))}function tA(Z,G){if(!G9(Z.getCurrentResult(),G))return!0;return!1}function KJ(Z){return{onFetch:(G,J)=>{let X=G.options,Y=G.fetchOptions?.meta?.fetchMore?.direction,x=G.state.data?.pages||[],z=G.state.data?.pageParams||[],Q={pages:[],pageParams:[]},K=0,W=async()=>{let H=!1,U=(L)=>{g2(L,()=>G.signal,()=>H=!0)},N=J9(G.options,G.fetchOptions),$=async(L,B,q)=>{if(H)return Promise.reject();if(B==null&&L.pages.length)return Promise.resolve(L);let T=(()=>{let D={client:G.client,queryKey:G.queryKey,pageParam:B,direction:q?"backward":"forward",meta:G.options.meta};return U(D),D})(),F=await N(T),{maxPages:I}=G.options,v=q?b2:C2;return{pages:v(L.pages,F,I),pageParams:v(L.pageParams,B,I)}};if(Y&&x.length){let L=Y==="backward",B=L?eA:l2,q={pages:x,pageParams:z},R=B(X,q);Q=await $(q,R,L)}else{let L=Z??x.length;do{let B=K===0?z[0]??X.initialPageParam:l2(X,Q);if(K>0&&B==null)break;Q=await $(Q,B),K++}while(K<L)}return Q};if(G.options.persister)G.fetchFn=()=>{return G.options.persister?.(W,{client:G.client,queryKey:G.queryKey,meta:G.options.meta,signal:G.signal},J)};else G.fetchFn=W}}}function l2(Z,{pages:G,pageParams:J}){let X=G.length-1;return G.length>0?Z.getNextPageParam(G[X],G,J[X],J):void 0}function eA(Z,{pages:G,pageParams:J}){return G.length>0?Z.getPreviousPageParam?.(G[0],G,J[0],J):void 0}var a2=class extends z9{#Z;#G;#J;#Y;constructor(Z){super();this.#Z=Z.client,this.mutationId=Z.mutationId,this.#J=Z.mutationCache,this.#G=[],this.state=Z.state||ZM(),this.setOptions(Z.options),this.scheduleGc()}setOptions(Z){this.options=Z,this.updateGcTime(this.options.gcTime)}get meta(){return this.options.meta}addObserver(Z){if(!this.#G.includes(Z))this.#G.push(Z),this.clearGcTimeout(),this.#J.notify({type:"observerAdded",mutation:this,observer:Z})}removeObserver(Z){this.#G=this.#G.filter((G)=>G!==Z),this.scheduleGc(),this.#J.notify({type:"observerRemoved",mutation:this,observer:Z})}optionalRemove(){if(!this.#G.length)if(this.state.status==="pending")this.scheduleGc();else this.#J.remove(this)}continue(){return this.#Y?.continue()??this.execute(this.state.variables)}async execute(Z){let G=()=>{this.#X({type:"continue"})},J={client:this.#Z,meta:this.options.meta,mutationKey:this.options.mutationKey};this.#Y=x9({fn:()=>{if(!this.options.mutationFn)return Promise.reject(Error("No mutationFn found"));return this.options.mutationFn(Z,J)},onFail:(x,z)=>{this.#X({type:"failed",failureCount:x,error:z})},onPause:()=>{this.#X({type:"pause"})},onContinue:G,retry:this.options.retry??0,retryDelay:this.options.retryDelay,networkMode:this.options.networkMode,canRun:()=>this.#J.canRun(this)});let X=this.state.status==="pending",Y=!this.#Y.canStart();try{if(X)G();else{if(this.#X({type:"pending",variables:Z,isPaused:Y}),this.#J.config.onMutate)await this.#J.config.onMutate(Z,this,J);let z=await this.options.onMutate?.(Z,J);if(z!==this.state.context)this.#X({type:"pending",context:z,variables:Z,isPaused:Y})}let x=await this.#Y.start();return await this.#J.config.onSuccess?.(x,Z,this.state.context,this,J),await this.options.onSuccess?.(x,Z,this.state.context,J),await this.#J.config.onSettled?.(x,null,this.state.variables,this.state.context,this,J),await this.options.onSettled?.(x,null,Z,this.state.context,J),this.#X({type:"success",data:x}),x}catch(x){try{await this.#J.config.onError?.(x,Z,this.state.context,this,J)}catch(z){Promise.reject(z)}try{await this.options.onError?.(x,Z,this.state.context,J)}catch(z){Promise.reject(z)}try{await this.#J.config.onSettled?.(void 0,x,this.state.variables,this.state.context,this,J)}catch(z){Promise.reject(z)}try{await this.options.onSettled?.(void 0,x,Z,this.state.context,J)}catch(z){Promise.reject(z)}throw this.#X({type:"error",error:x}),x}finally{this.#J.runNext(this)}}#X(Z){let G=(J)=>{switch(Z.type){case"failed":return{...J,failureCount:Z.failureCount,failureReason:Z.error};case"pause":return{...J,isPaused:!0};case"continue":return{...J,isPaused:!1};case"pending":return{...J,context:Z.context,data:void 0,failureCount:0,failureReason:null,error:null,isPaused:Z.isPaused,status:"pending",variables:Z.variables,submittedAt:Date.now()};case"success":return{...J,data:Z.data,failureCount:0,failureReason:null,error:null,status:"success",isPaused:!1};case"error":return{...J,data:void 0,error:Z.error,failureCount:J.failureCount+1,failureReason:Z.error,isPaused:!1,status:"error"}}};this.state=G(this.state),A1.batch(()=>{this.#G.forEach((J)=>{J.onMutationUpdate(Z)}),this.#J.notify({mutation:this,type:"updated",action:Z})})}};function ZM(){return{context:void 0,data:void 0,error:null,failureCount:0,failureReason:null,isPaused:!1,status:"idle",variables:void 0,submittedAt:0}}var n2=class extends B5{constructor(Z={}){super();this.config=Z,this.#Z=new Set,this.#G=new Map,this.#J=0}#Z;#G;#J;build(Z,G,J){let X=new a2({client:Z,mutationCache:this,mutationId:++this.#J,options:Z.defaultMutationOptions(G),state:J});return this.add(X),X}add(Z){this.#Z.add(Z);let G=Q9(Z);if(typeof G==="string"){let J=this.#G.get(G);if(J)J.push(Z);else this.#G.set(G,[Z])}this.notify({type:"added",mutation:Z})}remove(Z){if(this.#Z.delete(Z)){let G=Q9(Z);if(typeof G==="string"){let J=this.#G.get(G);if(J){if(J.length>1){let X=J.indexOf(Z);if(X!==-1)J.splice(X,1)}else if(J[0]===Z)this.#G.delete(G)}}}this.notify({type:"removed",mutation:Z})}canRun(Z){let G=Q9(Z);if(typeof G==="string"){let X=this.#G.get(G)?.find((Y)=>Y.state.status==="pending");return!X||X===Z}else return!0}runNext(Z){let G=Q9(Z);if(typeof G==="string")return this.#G.get(G)?.find((X)=>X!==Z&&X.state.isPaused)?.continue()??Promise.resolve();else return Promise.resolve()}clear(){A1.batch(()=>{this.#Z.forEach((Z)=>{this.notify({type:"removed",mutation:Z})}),this.#Z.clear(),this.#G.clear()})}getAll(){return Array.from(this.#Z)}find(Z){let G={exact:!0,...Z};return this.getAll().find((J)=>Z9(G,J))}findAll(Z={}){return this.getAll().filter((G)=>Z9(Z,G))}notify(Z){A1.batch(()=>{this.listeners.forEach((G)=>{G(Z)})})}resumePausedMutations(){let Z=this.getAll().filter((G)=>G.state.isPaused);return A1.batch(()=>Promise.all(Z.map((G)=>G.continue().catch(_1))))}};function Q9(Z){return Z.options.scope?.id}var d2=class extends B5{constructor(Z={}){super();this.config=Z,this.#Z=new Map}#Z;build(Z,G,J){let X=G.queryKey,Y=G.queryHash??M7(X,G),x=this.get(Y);if(!x)x=new k2({client:Z,queryKey:X,queryHash:Y,options:Z.defaultQueryOptions(G),state:J,defaultOptions:Z.getQueryDefaults(X)}),this.add(x);return x}add(Z){if(!this.#Z.has(Z.queryHash))this.#Z.set(Z.queryHash,Z),this.notify({type:"added",query:Z})}remove(Z){let G=this.#Z.get(Z.queryHash);if(G){if(Z.destroy(),G===Z)this.#Z.delete(Z.queryHash);this.notify({type:"removed",query:Z})}}clear(){A1.batch(()=>{this.getAll().forEach((Z)=>{this.remove(Z)})})}get(Z){return this.#Z.get(Z)}getAll(){return[...this.#Z.values()]}find(Z){let G={exact:!0,...Z};return this.getAll().find((J)=>e4(G,J))}findAll(Z={}){let G=this.getAll();return Object.keys(Z).length>0?G.filter((J)=>e4(Z,J)):G}notify(Z){A1.batch(()=>{this.listeners.forEach((G)=>{G(Z)})})}onFocus(){A1.batch(()=>{this.getAll().forEach((Z)=>{Z.onFocus()})})}onOnline(){A1.batch(()=>{this.getAll().forEach((Z)=>{Z.onOnline()})})}};var HJ=class{#Z;#G;#J;#Y;#X;#Q;#z;#x;constructor(Z={}){this.#Z=Z.queryCache||new d2,this.#G=Z.mutationCache||new n2,this.#J=Z.defaultOptions||{},this.#Y=new Map,this.#X=new Map,this.#Q=0}mount(){if(this.#Q++,this.#Q!==1)return;this.#z=F6.subscribe(async(Z)=>{if(Z)await this.resumePausedMutations(),this.#Z.onFocus()}),this.#x=w6.subscribe(async(Z)=>{if(Z)await this.resumePausedMutations(),this.#Z.onOnline()})}unmount(){if(this.#Q--,this.#Q!==0)return;this.#z?.(),this.#z=void 0,this.#x?.(),this.#x=void 0}isFetching(Z){return this.#Z.findAll({...Z,fetchStatus:"fetching"}).length}isMutating(Z){return this.#G.findAll({...Z,status:"pending"}).length}getQueryData(Z){let G=this.defaultQueryOptions({queryKey:Z});return this.#Z.get(G.queryHash)?.state.data}ensureQueryData(Z){let G=this.defaultQueryOptions(Z),J=this.#Z.build(this,G),X=J.state.data;if(X===void 0)return this.fetchQuery(Z);if(Z.revalidateIfStale&&J.isStaleByTime(e0(G.staleTime,J)))this.prefetchQuery(G);return Promise.resolve(X)}getQueriesData(Z){return this.#Z.findAll(Z).map(({queryKey:G,state:J})=>{let X=J.data;return[G,X]})}setQueryData(Z,G,J){let X=this.defaultQueryOptions({queryKey:Z}),x=this.#Z.get(X.queryHash)?.state.data,z=_2(G,x);if(z===void 0)return;return this.#Z.build(this,X).setData(z,{...J,manual:!0})}setQueriesData(Z,G,J){return A1.batch(()=>this.#Z.findAll(Z).map(({queryKey:X})=>[X,this.setQueryData(X,G,J)]))}getQueryState(Z){let G=this.defaultQueryOptions({queryKey:Z});return this.#Z.get(G.queryHash)?.state}removeQueries(Z){let G=this.#Z;A1.batch(()=>{G.findAll(Z).forEach((J)=>{G.remove(J)})})}resetQueries(Z,G){let J=this.#Z;return A1.batch(()=>{return J.findAll(Z).forEach((X)=>{X.reset()}),this.refetchQueries({type:"active",...Z},G)})}cancelQueries(Z,G={}){let J={revert:!0,...G},X=A1.batch(()=>this.#Z.findAll(Z).map((Y)=>Y.cancel(J)));return Promise.all(X).then(_1).catch(_1)}invalidateQueries(Z,G={}){return A1.batch(()=>{if(this.#Z.findAll(Z).forEach((J)=>{J.invalidate()}),Z?.refetchType==="none")return Promise.resolve();return this.refetchQueries({...Z,type:Z?.refetchType??Z?.type??"active"},G)})}refetchQueries(Z,G={}){let J={...G,cancelRefetch:G.cancelRefetch??!0},X=A1.batch(()=>this.#Z.findAll(Z).filter((Y)=>!Y.isDisabled()&&!Y.isStatic()).map((Y)=>{let x=Y.fetch(void 0,J);if(!J.throwOnError)x=x.catch(_1);return Y.state.fetchStatus==="paused"?Promise.resolve():x}));return Promise.all(X).then(_1)}fetchQuery(Z){let G=this.defaultQueryOptions(Z);if(G.retry===void 0)G.retry=!1;let J=this.#Z.build(this,G);return J.isStaleByTime(e0(G.staleTime,J))?J.fetch(G):Promise.resolve(J.state.data)}prefetchQuery(Z){return this.fetchQuery(Z).then(_1).catch(_1)}fetchInfiniteQuery(Z){return Z.behavior=KJ(Z.pages),this.fetchQuery(Z)}prefetchInfiniteQuery(Z){return this.fetchInfiniteQuery(Z).then(_1).catch(_1)}ensureInfiniteQueryData(Z){return Z.behavior=KJ(Z.pages),this.ensureQueryData(Z)}resumePausedMutations(){if(w6.isOnline())return this.#G.resumePausedMutations();return Promise.resolve()}getQueryCache(){return this.#Z}getMutationCache(){return this.#G}getDefaultOptions(){return this.#J}setDefaultOptions(Z){this.#J=Z}setQueryDefaults(Z,G){this.#Y.set(j8(Z),{queryKey:Z,defaultOptions:G})}getQueryDefaults(Z){let G=[...this.#Y.values()],J={};return G.forEach((X)=>{if(E8(Z,X.queryKey))Object.assign(J,X.defaultOptions)}),J}setMutationDefaults(Z,G){this.#X.set(j8(Z),{mutationKey:Z,defaultOptions:G})}getMutationDefaults(Z){let G=[...this.#X.values()],J={};return G.forEach((X)=>{if(E8(Z,X.mutationKey))Object.assign(J,X.defaultOptions)}),J}defaultQueryOptions(Z){if(Z._defaulted)return Z;let G={...this.#J.queries,...this.getQueryDefaults(Z.queryKey),...Z,_defaulted:!0};if(!G.queryHash)G.queryHash=M7(G.queryKey,G);if(G.refetchOnReconnect===void 0)G.refetchOnReconnect=G.networkMode!=="always";if(G.throwOnError===void 0)G.throwOnError=!!G.suspense;if(!G.networkMode&&G.persister)G.networkMode="offlineFirst";if(G.queryFn===q6)G.enabled=!1;return G}defaultMutationOptions(Z){if(Z?._defaulted)return Z;return{...this.#J.mutations,...Z?.mutationKey&&this.getMutationDefaults(Z.mutationKey),...Z,_defaulted:!0}}clear(){this.#Z.clear(),this.#G.clear()}};var A6=t(require("react")),s2=require("react/jsx-runtime"),WJ=A6.createContext(void 0),UJ=(Z)=>{let G=A6.useContext(WJ);if(Z)return Z;if(!G)throw Error("No QueryClient set, use QueryClientProvider to set one");return G},Z5=({client:Z,children:G})=>{return A6.useEffect(()=>{return Z.mount(),()=>{Z.unmount()}},[Z]),s2.jsx(WJ.Provider,{value:Z,children:G})};var K9=t(require("react")),r2=K9.createContext(!1),o2=()=>K9.useContext(r2),jk=r2.Provider;var D7=t(require("react")),GM=require("react/jsx-runtime");function JM(){let Z=!1;return{clearReset:()=>{Z=!1},reset:()=>{Z=!0},isReset:()=>{return Z}}}var XM=D7.createContext(JM()),t2=()=>D7.useContext(XM);var e2=t(require("react"));var ZQ=(Z,G,J)=>{let X=J?.state.error&&typeof Z.throwOnError==="function"?X9(Z.throwOnError,[J.state.error,J]):Z.throwOnError;if(Z.suspense||Z.experimental_prefetchInRender||X){if(!G.isReset())Z.retryOnMount=!1}},GQ=(Z)=>{e2.useEffect(()=>{Z.clearReset()},[Z])},JQ=({result:Z,errorResetBoundary:G,throwOnError:J,query:X,suspense:Y})=>{return Z.isError&&!G.isReset()&&!Z.isFetching&&X&&(Y&&Z.data===void 0||X9(J,[Z.error,X]))};var XQ=(Z)=>{if(Z.suspense){let J=(Y)=>Y==="static"?Y:Math.max(Y??1000,1000),X=Z.staleTime;if(Z.staleTime=typeof X==="function"?(...Y)=>J(X(...Y)):J(X),typeof Z.gcTime==="number")Z.gcTime=Math.max(Z.gcTime,1000)}},YQ=(Z,G)=>Z.isLoading&&Z.isFetching&&!G,xQ=(Z,G)=>Z?.suspense&&G.isPending,NJ=(Z,G,J)=>G.fetchOptimistic(Z).catch(()=>{J.clearReset()});var r5=t(require("react"));function zQ(Z,G,J){let X=o2(),Y=t2(),x=UJ(J),z=x.defaultQueryOptions(Z);x.getDefaultOptions().queries?._experimental_beforeQuery?.(z);let Q=x.getQueryCache().get(z.queryHash);z._optimisticResults=X?"isRestoring":"optimistic",XQ(z),ZQ(z,Y,Q),GQ(Y);let K=!x.getQueryCache().get(z.queryHash),[W]=r5.useState(()=>new G(x,z)),H=W.getOptimisticResult(z),U=!X&&Z.subscribed!==!1;if(r5.useSyncExternalStore(r5.useCallback((N)=>{let $=U?W.subscribe(A1.batchCalls(N)):_1;return W.updateResult(),$},[W,U]),()=>W.getCurrentResult(),()=>W.getCurrentResult()),r5.useEffect(()=>{W.setOptions(z)},[z,W]),xQ(z,H))throw NJ(z,W,Y);if(JQ({result:H,errorResetBoundary:Y,throwOnError:z.throwOnError,query:Q,suspense:z.suspense}))throw H.error;if(x.getDefaultOptions().queries?._experimental_afterQuery?.(z,H),z.experimental_prefetchInRender&&!V0&&YQ(H,X))(K?NJ(z,W,Y):Q?.promise)?.catch(_1).finally(()=>{W.updateResult()});return!z.notifyOnChangeProps?W.trackResult(H):H}function I7(Z,G){return zQ(Z,zJ,G)}var jN=t(b8(),1);function BX(Z){return{all:Z=Z||new Map,on:function(G,J){var X=Z.get(G);X?X.push(J):Z.set(G,[J])},off:function(G,J){var X=Z.get(G);X&&(J?X.splice(X.indexOf(J)>>>0,1):Z.set(G,[]))},emit:function(G,J){var X=Z.get(G);X&&X.slice().map(function(Y){Y(J)}),(X=Z.get("*"))&&X.slice().map(function(Y){Y(G,J)})}}}var zW=require("react"),C5=BX(),FP=zW.createContext(C5),k0=FP;var IX=t(HW(),1);var J5=Object.create(null);J5.open="0";J5.close="1";J5.ping="2";J5.pong="3";J5.message="4";J5.upgrade="5";J5.noop="6";var j7=Object.create(null);Object.keys(J5).forEach((Z)=>{j7[J5[Z]]=Z});var E7={type:"error",data:"parser error"};var S7=({type:Z,data:G},J,X)=>{if(G instanceof ArrayBuffer||ArrayBuffer.isView(G))return X(J?G:"b"+WW(G,!0).toString("base64"));return X(J5[Z]+(G||""))},WW=(Z,G)=>{if(Buffer.isBuffer(Z)||Z instanceof Uint8Array&&!G)return Z;else if(Z instanceof ArrayBuffer)return Buffer.from(Z);else return Buffer.from(Z.buffer,Z.byteOffset,Z.byteLength)},qX;function UW(Z,G){if(Z.data instanceof ArrayBuffer||ArrayBuffer.isView(Z.data))return G(WW(Z.data,!1));S7(Z,!0,(J)=>{if(!qX)qX=new TextEncoder;G(qX.encode(J))})}var p7=(Z,G)=>{if(typeof Z!=="string")return{type:"message",data:NW(Z,G)};let J=Z.charAt(0);if(J==="b"){let X=Buffer.from(Z.substring(1),"base64");return{type:"message",data:NW(X,G)}}if(!j7[J])return E7;return Z.length>1?{type:j7[J],data:Z.substring(1)}:{type:j7[J]}},NW=(Z,G)=>{switch(G){case"arraybuffer":if(Z instanceof ArrayBuffer)return Z;else if(Buffer.isBuffer(Z))return Z.buffer.slice(Z.byteOffset,Z.byteOffset+Z.byteLength);else return Z.buffer;case"nodebuffer":default:if(Buffer.isBuffer(Z))return Z;else return Buffer.from(Z)}};var $W=String.fromCharCode(30),LW=(Z,G)=>{let J=Z.length,X=Array(J),Y=0;Z.forEach((x,z)=>{S7(x,!1,(Q)=>{if(X[z]=Q,++Y===J)G(X.join($W))})})},BW=(Z,G)=>{let J=Z.split($W),X=[];for(let Y=0;Y<J.length;Y++){let x=p7(J[Y],G);if(X.push(x),x.type==="error")break}return X};function VW(){return new TransformStream({transform(Z,G){UW(Z,(J)=>{let X=J.length,Y;if(X<126)Y=new Uint8Array(1),new DataView(Y.buffer).setUint8(0,X);else if(X<65536){Y=new Uint8Array(3);let x=new DataView(Y.buffer);x.setUint8(0,126),x.setUint16(1,X)}else{Y=new Uint8Array(9);let x=new DataView(Y.buffer);x.setUint8(0,127),x.setBigUint64(1,BigInt(X))}if(Z.data&&typeof Z.data!=="string")Y[0]|=128;G.enqueue(Y),G.enqueue(J)})}})}var FX;function iZ(Z){return Z.reduce((G,J)=>G+J.length,0)}function CZ(Z,G){if(Z[0].length===G)return Z.shift();let J=new Uint8Array(G),X=0;for(let Y=0;Y<G;Y++)if(J[Y]=Z[0][X++],X===Z[0].length)Z.shift(),X=0;if(Z.length&&X<Z[0].length)Z[0]=Z[0].slice(X);return J}function qW(Z,G){if(!FX)FX=new TextDecoder;let J=[],X=0,Y=-1,x=!1;return new TransformStream({transform(z,Q){J.push(z);while(!0){if(X===0){if(iZ(J)<1)break;let K=CZ(J,1);if(x=(K[0]&128)===128,Y=K[0]&127,Y<126)X=3;else if(Y===126)X=1;else X=2}else if(X===1){if(iZ(J)<2)break;let K=CZ(J,2);Y=new DataView(K.buffer,K.byteOffset,K.length).getUint16(0),X=3}else if(X===2){if(iZ(J)<8)break;let K=CZ(J,8),W=new DataView(K.buffer,K.byteOffset,K.length),H=W.getUint32(0);if(H>Math.pow(2,21)-1){Q.enqueue(E7);break}Y=H*Math.pow(2,32)+W.getUint32(4),X=3}else{if(iZ(J)<Y)break;let K=CZ(J,Y);Q.enqueue(p7(x?K:FX.decode(K),G)),X=0}if(Y===0||Y>Z){Q.enqueue(E7);break}}}})}var wX=4;var EW=t(g8(),1);var b5=process.nextTick,Q0=global,wW="nodebuffer";function AW(){return new MW}function MP(Z){let G=Z.split("; "),J=G[0].indexOf("=");if(J===-1)return;let X=G[0].substring(0,J).trim();if(!X.length)return;let Y=G[0].substring(J+1).trim();if(Y.charCodeAt(0)===34)Y=Y.slice(1,-1);let x={name:X,value:Y};for(let z=1;z<G.length;z++){let Q=G[z].split("=");if(Q.length!==2)continue;let K=Q[0].trim(),W=Q[1].trim();switch(K){case"Expires":x.expires=new Date(W);break;case"Max-Age":let H=new Date;H.setUTCSeconds(H.getUTCSeconds()+parseInt(W,10)),x.expires=H;break;default:}}return x}class MW{constructor(){this._cookies=new Map}parseCookies(Z){if(!Z)return;Z.forEach((G)=>{let J=MP(G);if(J)this._cookies.set(J.name,J)})}get cookies(){let Z=Date.now();return this._cookies.forEach((G,J)=>{var X;if(((X=G.expires)===null||X===void 0?void 0:X.getTime())<Z)this._cookies.delete(J)}),this._cookies.entries()}addCookies(Z){let G=[];for(let[J,X]of this.cookies)G.push(`${J}=${X.value}`);if(G.length)Z.setDisableHeaderCheck(!0),Z.setRequestHeader("cookie",G.join("; "))}appendCookies(Z){for(let[G,J]of this.cookies)Z.append("cookie",`${G}=${J.value}`)}}function bZ(Z,...G){return G.reduce((J,X)=>{if(Z.hasOwnProperty(X))J[X]=Z[X];return J},{})}var RP=Q0.setTimeout,OP=Q0.clearTimeout;function g5(Z,G){if(G.useNativeTimers)Z.setTimeoutFn=RP.bind(Q0),Z.clearTimeoutFn=OP.bind(Q0);else Z.setTimeoutFn=Q0.setTimeout.bind(Q0),Z.clearTimeoutFn=Q0.clearTimeout.bind(Q0)}var DP=1.33;function RW(Z){if(typeof Z==="string")return IP(Z);return Math.ceil((Z.byteLength||Z.size)*DP)}function IP(Z){let G=0,J=0;for(let X=0,Y=Z.length;X<Y;X++)if(G=Z.charCodeAt(X),G<128)J+=1;else if(G<2048)J+=2;else if(G<55296||G>=57344)J+=3;else X++,J+=4;return J}function gZ(){return Date.now().toString(36).substring(3)+Math.random().toString(36).substring(2,5)}function OW(Z){let G="";for(let J in Z)if(Z.hasOwnProperty(J)){if(G.length)G+="&";G+=encodeURIComponent(J)+"="+encodeURIComponent(Z[J])}return G}function DW(Z){let G={},J=Z.split("&");for(let X=0,Y=J.length;X<Y;X++){let x=J[X].split("=");G[decodeURIComponent(x[0])]=decodeURIComponent(x[1])}return G}var SW=t(m0(),1),aP=SW.default("engine.io-client:transport");class RX extends Error{constructor(Z,G,J){super(Z);this.description=G,this.context=J,this.type="TransportError"}}class Z8 extends EW.Emitter{constructor(Z){super();this.writable=!1,g5(this,Z),this.opts=Z,this.query=Z.query,this.socket=Z.socket,this.supportsBinary=!Z.forceBase64}onError(Z,G,J){return super.emitReserved("error",new RX(Z,G,J)),this}open(){return this.readyState="opening",this.doOpen(),this}close(){if(this.readyState==="opening"||this.readyState==="open")this.doClose(),this.onClose();return this}send(Z){if(this.readyState==="open")this.write(Z);else aP("transport is not open, discarding packets")}onOpen(){this.readyState="open",this.writable=!0,super.emitReserved("open")}onData(Z){let G=p7(Z,this.socket.binaryType);this.onPacket(G)}onPacket(Z){super.emitReserved("packet",Z)}onClose(Z){this.readyState="closed",super.emitReserved("close",Z)}pause(Z){}createUri(Z,G={}){return Z+"://"+this._hostname()+this._port()+this.opts.path+this._query(G)}_hostname(){let Z=this.opts.hostname;return Z.indexOf(":")===-1?Z:"["+Z+"]"}_port(){if(this.opts.port&&(this.opts.secure&&Number(this.opts.port)!==443||!this.opts.secure&&Number(this.opts.port)!==80))return":"+this.opts.port;else return""}_query(Z){let G=OW(Z);return G.length?"?"+G:""}}var pW=t(m0(),1),X5=pW.default("engine.io-client:polling");class fZ extends Z8{constructor(){super(...arguments);this._polling=!1}get name(){return"polling"}doOpen(){this._poll()}pause(Z){this.readyState="pausing";let G=()=>{X5("paused"),this.readyState="paused",Z()};if(this._polling||!this.writable){let J=0;if(this._polling)X5("we are currently polling - waiting to pause"),J++,this.once("pollComplete",function(){X5("pre-pause polling complete"),--J||G()});if(!this.writable)X5("we are currently writing - waiting to pause"),J++,this.once("drain",function(){X5("pre-pause writing complete"),--J||G()})}else G()}_poll(){X5("polling"),this._polling=!0,this.doPoll(),this.emitReserved("poll")}onData(Z){X5("polling got data %s",Z);let G=(J)=>{if(this.readyState==="opening"&&J.type==="open")this.onOpen();if(J.type==="close")return this.onClose({description:"transport closed by the server"}),!1;this.onPacket(J)};if(BW(Z,this.socket.binaryType).forEach(G),this.readyState!=="closed")if(this._polling=!1,this.emitReserved("pollComplete"),this.readyState==="open")this._poll();else X5('ignoring poll - transport state "%s"',this.readyState)}doClose(){let Z=()=>{X5("writing close packet"),this.write([{type:"close"}])};if(this.readyState==="open")X5("transport open - closing"),Z();else X5("transport not open - deferring close"),this.once("open",Z)}write(Z){this.writable=!1,LW(Z,(G)=>{this.doWrite(G,()=>{this.writable=!0,this.emitReserved("drain")})})}uri(){let Z=this.opts.secure?"https":"http",G=this.query||{};if(this.opts.timestampRequests!==!1)G[this.opts.timestampParam]=gZ();if(!this.supportsBinary&&!G.sid)G.b64=1;return this.createUri(Z,G)}}var bW=t(g8(),1);var _W=!1;try{_W=typeof XMLHttpRequest<"u"&&"withCredentials"in new XMLHttpRequest}catch(Z){}var iW=_W;var gW=t(m0(),1),OX=gW.default("engine.io-client:polling");function nP(){}class DX extends fZ{constructor(Z){super(Z);if(typeof location<"u"){let G=location.protocol==="https:",J=location.port;if(!J)J=G?"443":"80";this.xd=typeof location<"u"&&Z.hostname!==location.hostname||J!==Z.port}}doWrite(Z,G){let J=this.request({method:"POST",data:Z});J.on("success",G),J.on("error",(X,Y)=>{this.onError("xhr post error",X,Y)})}doPoll(){OX("xhr poll");let Z=this.request();Z.on("data",this.onData.bind(this)),Z.on("error",(G,J)=>{this.onError("xhr poll error",G,J)}),this.pollXhr=Z}}class Y5 extends bW.Emitter{constructor(Z,G,J){super();this.createRequest=Z,g5(this,J),this._opts=J,this._method=J.method||"GET",this._uri=G,this._data=J.data!==void 0?J.data:null,this._create()}_create(){var Z;let G=bZ(this._opts,"agent","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","autoUnref");G.xdomain=!!this._opts.xd;let J=this._xhr=this.createRequest(G);try{OX("xhr open %s: %s",this._method,this._uri),J.open(this._method,this._uri,!0);try{if(this._opts.extraHeaders){J.setDisableHeaderCheck&&J.setDisableHeaderCheck(!0);for(let X in this._opts.extraHeaders)if(this._opts.extraHeaders.hasOwnProperty(X))J.setRequestHeader(X,this._opts.extraHeaders[X])}}catch(X){}if(this._method==="POST")try{J.setRequestHeader("Content-type","text/plain;charset=UTF-8")}catch(X){}try{J.setRequestHeader("Accept","*/*")}catch(X){}if((Z=this._opts.cookieJar)===null||Z===void 0||Z.addCookies(J),"withCredentials"in J)J.withCredentials=this._opts.withCredentials;if(this._opts.requestTimeout)J.timeout=this._opts.requestTimeout;J.onreadystatechange=()=>{var X;if(J.readyState===3)(X=this._opts.cookieJar)===null||X===void 0||X.parseCookies(J.getResponseHeader("set-cookie"));if(J.readyState!==4)return;if(J.status===200||J.status===1223)this._onLoad();else this.setTimeoutFn(()=>{this._onError(typeof J.status==="number"?J.status:0)},0)},OX("xhr data %s",this._data),J.send(this._data)}catch(X){this.setTimeoutFn(()=>{this._onError(X)},0);return}if(typeof document<"u")this._index=Y5.requestsCount++,Y5.requests[this._index]=this}_onError(Z){this.emitReserved("error",Z,this._xhr),this._cleanup(!0)}_cleanup(Z){if(typeof this._xhr>"u"||this._xhr===null)return;if(this._xhr.onreadystatechange=nP,Z)try{this._xhr.abort()}catch(G){}if(typeof document<"u")delete Y5.requests[this._index];this._xhr=null}_onLoad(){let Z=this._xhr.responseText;if(Z!==null)this.emitReserved("data",Z),this.emitReserved("success"),this._cleanup()}abort(){this._cleanup()}}Y5.requestsCount=0;Y5.requests={};if(typeof document<"u"){if(typeof attachEvent==="function")attachEvent("onunload",CW);else if(typeof addEventListener==="function"){let Z="onpagehide"in Q0?"pagehide":"unload";addEventListener(Z,CW,!1)}}function CW(){for(let Z in Y5.requests)if(Y5.requests.hasOwnProperty(Z))Y5.requests[Z].abort()}var Dc=function(){let Z=dP({xdomain:!1});return Z&&Z.responseType!==null}();function dP(Z){let G=Z.xdomain;try{if(typeof XMLHttpRequest<"u"&&(!G||iW))return new XMLHttpRequest}catch(J){}if(!G)try{return new Q0[["Active"].concat("Object").join("X")]("Microsoft.XMLHTTP")}catch(J){}}var sP=IX.default||IX;class _7 extends DX{request(Z={}){var G;return Object.assign(Z,{xd:this.xd,cookieJar:(G=this.socket)===null||G===void 0?void 0:G._cookieJar},this.opts),new Y5((J)=>new sP(J),this.uri(),Z)}}var $v=t(pU(),1),Lv=t(EX(),1),Bv=t(pX(),1),yX=t(ZG(),1),Vv=t(yU(),1);var uU=t(m0(),1),Fv=uU.default("engine.io-client:websocket"),wv=typeof navigator<"u"&&typeof navigator.product==="string"&&navigator.product.toLowerCase()==="reactnative";class uX extends Z8{get name(){return"websocket"}doOpen(){let Z=this.uri(),G=this.opts.protocols,J=wv?{}:bZ(this.opts,"agent","perMessageDeflate","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","localAddress","protocolVersion","origin","maxPayload","family","checkServerIdentity");if(this.opts.extraHeaders)J.headers=this.opts.extraHeaders;try{this.ws=this.createSocket(Z,G,J)}catch(X){return this.emitReserved("error",X)}this.ws.binaryType=this.socket.binaryType,this.addEventListeners()}addEventListeners(){this.ws.onopen=()=>{if(this.opts.autoUnref)this.ws._socket.unref();this.onOpen()},this.ws.onclose=(Z)=>this.onClose({description:"websocket connection closed",context:Z}),this.ws.onmessage=(Z)=>this.onData(Z.data),this.ws.onerror=(Z)=>this.onError("websocket error",Z)}write(Z){this.writable=!1;for(let G=0;G<Z.length;G++){let J=Z[G],X=G===Z.length-1;S7(J,this.supportsBinary,(Y)=>{try{this.doWrite(J,Y)}catch(x){Fv("websocket closed before onclose event")}if(X)b5(()=>{this.writable=!0,this.emitReserved("drain")},this.setTimeoutFn)})}}doClose(){if(typeof this.ws<"u")this.ws.onerror=()=>{},this.ws.close(),this.ws=null}uri(){let Z=this.opts.secure?"wss":"ws",G=this.query||{};if(this.opts.timestampRequests)G[this.opts.timestampParam]=gZ();if(!this.supportsBinary)G.b64=1;return this.createUri(Z,G)}}var rc=Q0.WebSocket||Q0.MozWebSocket;class f7 extends uX{createSocket(Z,G,J){var X;if((X=this.socket)===null||X===void 0?void 0:X._cookieJar){J.headers=J.headers||{},J.headers.cookie=typeof J.headers.cookie==="string"?[J.headers.cookie]:J.headers.cookie||[];for(let[Y,x]of this.socket._cookieJar.cookies)J.headers.cookie.push(`${Y}=${x.value}`)}return new yX.default(Z,G,J)}doWrite(Z,G){let J={};if(Z.options)J.compress=Z.options.compress;if(this.opts.perMessageDeflate){if((typeof G==="string"?Buffer.byteLength(G):G.length)<this.opts.perMessageDeflate.threshold)J.compress=!1}this.ws.send(G,J)}}var kU=t(m0(),1),c7=kU.default("engine.io-client:webtransport");class l7 extends Z8{get name(){return"webtransport"}doOpen(){try{this._transport=new WebTransport(this.createUri("https"),this.opts.transportOptions[this.name])}catch(Z){return this.emitReserved("error",Z)}this._transport.closed.then(()=>{c7("transport closed gracefully"),this.onClose()}).catch((Z)=>{c7("transport closed due to %s",Z),this.onError("webtransport error",Z)}),this._transport.ready.then(()=>{this._transport.createBidirectionalStream().then((Z)=>{let G=qW(Number.MAX_SAFE_INTEGER,this.socket.binaryType),J=Z.readable.pipeThrough(G).getReader(),X=VW();X.readable.pipeTo(Z.writable),this._writer=X.writable.getWriter();let Y=()=>{J.read().then(({done:z,value:Q})=>{if(z){c7("session is closed");return}c7("received chunk: %o",Q),this.onPacket(Q),Y()}).catch((z)=>{c7("an error occurred while reading: %s",z)})};Y();let x={type:"open"};if(this.query.sid)x.data=`{"sid":"${this.query.sid}"}`;this._writer.write(x).then(()=>this.onOpen())})})}write(Z){this.writable=!1;for(let G=0;G<Z.length;G++){let J=Z[G],X=G===Z.length-1;this._writer.write(J).then(()=>{if(X)b5(()=>{this.writable=!0,this.emitReserved("drain")},this.setTimeoutFn)})}}doClose(){var Z;(Z=this._transport)===null||Z===void 0||Z.close()}}var kX={websocket:f7,webtransport:l7,polling:_7};var Av=/^(?:(?![^:@\/?#]+:[^:@\/]*@)(http|https|ws|wss):\/\/)?((?:(([^:@\/?#]*)(?::([^:@\/?#]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/,Mv=["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"];function u6(Z){if(Z.length>8000)throw"URI too long";let G=Z,J=Z.indexOf("["),X=Z.indexOf("]");if(J!=-1&&X!=-1)Z=Z.substring(0,J)+Z.substring(J,X).replace(/:/g,";")+Z.substring(X,Z.length);let Y=Av.exec(Z||""),x={},z=14;while(z--)x[Mv[z]]=Y[z]||"";if(J!=-1&&X!=-1)x.source=G,x.host=x.host.substring(1,x.host.length-1).replace(/;/g,":"),x.authority=x.authority.replace("[","").replace("]","").replace(/;/g,":"),x.ipv6uri=!0;return x.pathNames=Rv(x,x.path),x.queryKey=Ov(x,x.query),x}function Rv(Z,G){let J=/\/{2,9}/g,X=G.replace(J,"/").split("/");if(G.slice(0,1)=="/"||G.length===0)X.splice(0,1);if(G.slice(-1)=="/")X.splice(X.length-1,1);return X}function Ov(Z,G){let J={};return G.replace(/(?:^|&)([^&=]*)=?([^&]*)/g,function(X,Y,x){if(Y)J[Y]=x}),J}var fU=t(g8(),1);var cU=t(m0(),1),q1=cU.default("engine.io-client:socket"),fX=typeof addEventListener==="function"&&typeof removeEventListener==="function",a7=[];if(fX)addEventListener("offline",()=>{q1("closing %d connection(s) because the network was lost",a7.length),a7.forEach((Z)=>Z())},!1);class k5 extends fU.Emitter{constructor(Z,G){super();if(this.binaryType=wW,this.writeBuffer=[],this._prevBufferLen=0,this._pingInterval=-1,this._pingTimeout=-1,this._maxPayload=-1,this._pingTimeoutTime=1/0,Z&&typeof Z==="object")G=Z,Z=null;if(Z){let J=u6(Z);if(G.hostname=J.host,G.secure=J.protocol==="https"||J.protocol==="wss",G.port=J.port,J.query)G.query=J.query}else if(G.host)G.hostname=u6(G.host).host;if(g5(this,G),this.secure=G.secure!=null?G.secure:typeof location<"u"&&location.protocol==="https:",G.hostname&&!G.port)G.port=this.secure?"443":"80";if(this.hostname=G.hostname||(typeof location<"u"?location.hostname:"localhost"),this.port=G.port||(typeof location<"u"&&location.port?location.port:this.secure?"443":"80"),this.transports=[],this._transportsByName={},G.transports.forEach((J)=>{let X=J.prototype.name;this.transports.push(X),this._transportsByName[X]=J}),this.opts=Object.assign({path:"/engine.io",agent:!1,withCredentials:!1,upgrade:!0,timestampParam:"t",rememberUpgrade:!1,addTrailingSlash:!0,rejectUnauthorized:!0,perMessageDeflate:{threshold:1024},transportOptions:{},closeOnBeforeunload:!1},G),this.opts.path=this.opts.path.replace(/\/$/,"")+(this.opts.addTrailingSlash?"/":""),typeof this.opts.query==="string")this.opts.query=DW(this.opts.query);if(fX){if(this.opts.closeOnBeforeunload)this._beforeunloadEventListener=()=>{if(this.transport)this.transport.removeAllListeners(),this.transport.close()},addEventListener("beforeunload",this._beforeunloadEventListener,!1);if(this.hostname!=="localhost")q1("adding listener for the 'offline' event"),this._offlineEventListener=()=>{this._onClose("transport close",{description:"network connection lost"})},a7.push(this._offlineEventListener)}if(this.opts.withCredentials)this._cookieJar=AW();this._open()}createTransport(Z){q1('creating transport "%s"',Z);let G=Object.assign({},this.opts.query);if(G.EIO=wX,G.transport=Z,this.id)G.sid=this.id;let J=Object.assign({},this.opts,{query:G,socket:this,hostname:this.hostname,secure:this.secure,port:this.port},this.opts.transportOptions[Z]);return q1("options: %j",J),new this._transportsByName[Z](J)}_open(){if(this.transports.length===0){this.setTimeoutFn(()=>{this.emitReserved("error","No transports available")},0);return}let Z=this.opts.rememberUpgrade&&k5.priorWebsocketSuccess&&this.transports.indexOf("websocket")!==-1?"websocket":this.transports[0];this.readyState="opening";let G=this.createTransport(Z);G.open(),this.setTransport(G)}setTransport(Z){if(q1("setting transport %s",Z.name),this.transport)q1("clearing existing transport %s",this.transport.name),this.transport.removeAllListeners();this.transport=Z,Z.on("drain",this._onDrain.bind(this)).on("packet",this._onPacket.bind(this)).on("error",this._onError.bind(this)).on("close",(G)=>this._onClose("transport close",G))}onOpen(){q1("socket open"),this.readyState="open",k5.priorWebsocketSuccess=this.transport.name==="websocket",this.emitReserved("open"),this.flush()}_onPacket(Z){if(this.readyState==="opening"||this.readyState==="open"||this.readyState==="closing")switch(q1('socket receive: type "%s", data "%s"',Z.type,Z.data),this.emitReserved("packet",Z),this.emitReserved("heartbeat"),Z.type){case"open":this.onHandshake(JSON.parse(Z.data));break;case"ping":this._sendPacket("pong"),this.emitReserved("ping"),this.emitReserved("pong"),this._resetPingTimeout();break;case"error":let G=Error("server error");G.code=Z.data,this._onError(G);break;case"message":this.emitReserved("data",Z.data),this.emitReserved("message",Z.data);break}else q1('packet received with socket readyState "%s"',this.readyState)}onHandshake(Z){if(this.emitReserved("handshake",Z),this.id=Z.sid,this.transport.query.sid=Z.sid,this._pingInterval=Z.pingInterval,this._pingTimeout=Z.pingTimeout,this._maxPayload=Z.maxPayload,this.onOpen(),this.readyState==="closed")return;this._resetPingTimeout()}_resetPingTimeout(){this.clearTimeoutFn(this._pingTimeoutTimer);let Z=this._pingInterval+this._pingTimeout;if(this._pingTimeoutTime=Date.now()+Z,this._pingTimeoutTimer=this.setTimeoutFn(()=>{this._onClose("ping timeout")},Z),this.opts.autoUnref)this._pingTimeoutTimer.unref()}_onDrain(){if(this.writeBuffer.splice(0,this._prevBufferLen),this._prevBufferLen=0,this.writeBuffer.length===0)this.emitReserved("drain");else this.flush()}flush(){if(this.readyState!=="closed"&&this.transport.writable&&!this.upgrading&&this.writeBuffer.length){let Z=this._getWritablePackets();q1("flushing %d packets in socket",Z.length),this.transport.send(Z),this._prevBufferLen=Z.length,this.emitReserved("flush")}}_getWritablePackets(){if(!(this._maxPayload&&this.transport.name==="polling"&&this.writeBuffer.length>1))return this.writeBuffer;let G=1;for(let J=0;J<this.writeBuffer.length;J++){let X=this.writeBuffer[J].data;if(X)G+=RW(X);if(J>0&&G>this._maxPayload)return q1("only send %d out of %d packets",J,this.writeBuffer.length),this.writeBuffer.slice(0,J);G+=2}return q1("payload size is %d (max: %d)",G,this._maxPayload),this.writeBuffer}_hasPingExpired(){if(!this._pingTimeoutTime)return!0;let Z=Date.now()>this._pingTimeoutTime;if(Z)q1("throttled timer detected, scheduling connection close"),this._pingTimeoutTime=0,b5(()=>{this._onClose("ping timeout")},this.setTimeoutFn);return Z}write(Z,G,J){return this._sendPacket("message",Z,G,J),this}send(Z,G,J){return this._sendPacket("message",Z,G,J),this}_sendPacket(Z,G,J,X){if(typeof G==="function")X=G,G=void 0;if(typeof J==="function")X=J,J=null;if(this.readyState==="closing"||this.readyState==="closed")return;J=J||{},J.compress=J.compress!==!1;let Y={type:Z,data:G,options:J};if(this.emitReserved("packetCreate",Y),this.writeBuffer.push(Y),X)this.once("flush",X);this.flush()}close(){let Z=()=>{this._onClose("forced close"),q1("socket closing - telling transport to close"),this.transport.close()},G=()=>{this.off("upgrade",G),this.off("upgradeError",G),Z()},J=()=>{this.once("upgrade",G),this.once("upgradeError",G)};if(this.readyState==="opening"||this.readyState==="open")if(this.readyState="closing",this.writeBuffer.length)this.once("drain",()=>{if(this.upgrading)J();else Z()});else if(this.upgrading)J();else Z();return this}_onError(Z){if(q1("socket error %j",Z),k5.priorWebsocketSuccess=!1,this.opts.tryAllTransports&&this.transports.length>1&&this.readyState==="opening")return q1("trying next transport"),this.transports.shift(),this._open();this.emitReserved("error",Z),this._onClose("transport error",Z)}_onClose(Z,G){if(this.readyState==="opening"||this.readyState==="open"||this.readyState==="closing"){if(q1('socket close with reason: "%s"',Z),this.clearTimeoutFn(this._pingTimeoutTimer),this.transport.removeAllListeners("close"),this.transport.close(),this.transport.removeAllListeners(),fX){if(this._beforeunloadEventListener)removeEventListener("beforeunload",this._beforeunloadEventListener,!1);if(this._offlineEventListener){let J=a7.indexOf(this._offlineEventListener);if(J!==-1)q1("removing listener for the 'offline' event"),a7.splice(J,1)}}this.readyState="closed",this.id=null,this.emitReserved("close",Z,G),this.writeBuffer=[],this._prevBufferLen=0}}}k5.protocol=wX;class cX extends k5{constructor(){super(...arguments);this._upgrades=[]}onOpen(){if(super.onOpen(),this.readyState==="open"&&this.opts.upgrade){q1("starting upgrade probes");for(let Z=0;Z<this._upgrades.length;Z++)this._probe(this._upgrades[Z])}}_probe(Z){q1('probing transport "%s"',Z);let G=this.createTransport(Z),J=!1;k5.priorWebsocketSuccess=!1;let X=()=>{if(J)return;q1('probe transport "%s" opened',Z),G.send([{type:"ping",data:"probe"}]),G.once("packet",(H)=>{if(J)return;if(H.type==="pong"&&H.data==="probe"){if(q1('probe transport "%s" pong',Z),this.upgrading=!0,this.emitReserved("upgrading",G),!G)return;k5.priorWebsocketSuccess=G.name==="websocket",q1('pausing current transport "%s"',this.transport.name),this.transport.pause(()=>{if(J)return;if(this.readyState==="closed")return;q1("changing transport and sending upgrade packet"),W(),this.setTransport(G),G.send([{type:"upgrade"}]),this.emitReserved("upgrade",G),G=null,this.upgrading=!1,this.flush()})}else{q1('probe transport "%s" failed',Z);let U=Error("probe error");U.transport=G.name,this.emitReserved("upgradeError",U)}})};function Y(){if(J)return;J=!0,W(),G.close(),G=null}let x=(H)=>{let U=Error("probe error: "+H);U.transport=G.name,Y(),q1('probe transport "%s" failed because of error: %s',Z,H),this.emitReserved("upgradeError",U)};function z(){x("transport closed")}function Q(){x("socket closed")}function K(H){if(G&&H.name!==G.name)q1('"%s" works - aborting "%s"',H.name,G.name),Y()}let W=()=>{G.removeListener("open",X),G.removeListener("error",x),G.removeListener("close",z),this.off("close",Q),this.off("upgrading",K)};if(G.once("open",X),G.once("error",x),G.once("close",z),this.once("close",Q),this.once("upgrading",K),this._upgrades.indexOf("webtransport")!==-1&&Z!=="webtransport")this.setTimeoutFn(()=>{if(!J)G.open()},200);else G.open()}onHandshake(Z){this._upgrades=this._filterUpgrades(Z.upgrades),super.onHandshake(Z)}_filterUpgrades(Z){let G=[];for(let J=0;J<Z.length;J++)if(~this.transports.indexOf(Z[J]))G.push(Z[J]);return G}}class n7 extends cX{constructor(Z,G={}){let J=typeof Z==="object"?Z:G;if(!J.transports||J.transports&&typeof J.transports[0]==="string")J.transports=(J.transports||["polling","websocket","webtransport"]).map((X)=>kX[X]).filter((X)=>!!X);super(Z,J)}}var wl=n7.protocol;var aU=t(m0(),1),lU=aU.default("socket.io-client:url");function nU(Z,G="",J){let X=Z;if(J=J||typeof location<"u"&&location,Z==null)Z=J.protocol+"//"+J.host;if(typeof Z==="string"){if(Z.charAt(0)==="/")if(Z.charAt(1)==="/")Z=J.protocol+Z;else Z=J.host+Z;if(!/^(https?|wss?):\/\//.test(Z))if(lU("protocol-less url %s",Z),typeof J<"u")Z=J.protocol+"//"+Z;else Z="https://"+Z;lU("parse %s",Z),X=u6(Z)}if(!X.port){if(/^(http|ws)$/.test(X.protocol))X.port="80";else if(/^(http|ws)s$/.test(X.protocol))X.port="443"}X.path=X.path||"/";let x=X.host.indexOf(":")!==-1?"["+X.host+"]":X.host;return X.id=X.protocol+"://"+x+":"+X.port+G,X.href=X.protocol+"://"+x+(J&&J.port===X.port?"":":"+X.port),X}var sX={};s4(sX,{protocol:()=>ZN,isPacketValid:()=>iv,PacketType:()=>J1,Encoder:()=>GN,Decoder:()=>dX});var oU=t(g8(),1);var Pv=typeof ArrayBuffer==="function",mv=(Z)=>{return typeof ArrayBuffer.isView==="function"?ArrayBuffer.isView(Z):Z.buffer instanceof ArrayBuffer},dU=Object.prototype.toString,vv=typeof Blob==="function"||typeof Blob<"u"&&dU.call(Blob)==="[object BlobConstructor]",jv=typeof File==="function"||typeof File<"u"&&dU.call(File)==="[object FileConstructor]";function s7(Z){return Pv&&(Z instanceof ArrayBuffer||mv(Z))||vv&&Z instanceof Blob||jv&&Z instanceof File}function d7(Z,G){if(!Z||typeof Z!=="object")return!1;if(Array.isArray(Z)){for(let J=0,X=Z.length;J<X;J++)if(d7(Z[J]))return!0;return!1}if(s7(Z))return!0;if(Z.toJSON&&typeof Z.toJSON==="function"&&arguments.length===1)return d7(Z.toJSON(),!0);for(let J in Z)if(Object.prototype.hasOwnProperty.call(Z,J)&&d7(Z[J]))return!0;return!1}function sU(Z){let G=[],J=Z.data,X=Z;return X.data=lX(J,G),X.attachments=G.length,{packet:X,buffers:G}}function lX(Z,G){if(!Z)return Z;if(s7(Z)){let J={_placeholder:!0,num:G.length};return G.push(Z),J}else if(Array.isArray(Z)){let J=Array(Z.length);for(let X=0;X<Z.length;X++)J[X]=lX(Z[X],G);return J}else if(typeof Z==="object"&&!(Z instanceof Date)){let J={};for(let X in Z)if(Object.prototype.hasOwnProperty.call(Z,X))J[X]=lX(Z[X],G);return J}return Z}function rU(Z,G){return Z.data=aX(Z.data,G),delete Z.attachments,Z}function aX(Z,G){if(!Z)return Z;if(Z&&Z._placeholder===!0)if(typeof Z.num==="number"&&Z.num>=0&&Z.num<G.length)return G[Z.num];else throw Error("illegal attachments");else if(Array.isArray(Z))for(let J=0;J<Z.length;J++)Z[J]=aX(Z[J],G);else if(typeof Z==="object"){for(let J in Z)if(Object.prototype.hasOwnProperty.call(Z,J))Z[J]=aX(Z[J],G)}return Z}var tU=t(m0(),1),nX=tU.default("socket.io-parser"),eU=["connect","connect_error","disconnect","disconnecting","newListener","removeListener"],ZN=5,J1;(function(Z){Z[Z.CONNECT=0]="CONNECT",Z[Z.DISCONNECT=1]="DISCONNECT",Z[Z.EVENT=2]="EVENT",Z[Z.ACK=3]="ACK",Z[Z.CONNECT_ERROR=4]="CONNECT_ERROR",Z[Z.BINARY_EVENT=5]="BINARY_EVENT",Z[Z.BINARY_ACK=6]="BINARY_ACK"})(J1||(J1={}));class GN{constructor(Z){this.replacer=Z}encode(Z){if(nX("encoding packet %j",Z),Z.type===J1.EVENT||Z.type===J1.ACK){if(d7(Z))return this.encodeAsBinary({type:Z.type===J1.EVENT?J1.BINARY_EVENT:J1.BINARY_ACK,nsp:Z.nsp,data:Z.data,id:Z.id})}return[this.encodeAsString(Z)]}encodeAsString(Z){let G=""+Z.type;if(Z.type===J1.BINARY_EVENT||Z.type===J1.BINARY_ACK)G+=Z.attachments+"-";if(Z.nsp&&Z.nsp!=="/")G+=Z.nsp+",";if(Z.id!=null)G+=Z.id;if(Z.data!=null)G+=JSON.stringify(Z.data,this.replacer);return nX("encoded %j as %s",Z,G),G}encodeAsBinary(Z){let G=sU(Z),J=this.encodeAsString(G.packet),X=G.buffers;return X.unshift(J),X}}class dX extends oU.Emitter{constructor(Z){super();this.reviver=Z}add(Z){let G;if(typeof Z==="string"){if(this.reconstructor)throw Error("got plaintext data when reconstructing a packet");G=this.decodeString(Z);let J=G.type===J1.BINARY_EVENT;if(J||G.type===J1.BINARY_ACK){if(G.type=J?J1.EVENT:J1.ACK,this.reconstructor=new JN(G),G.attachments===0)super.emitReserved("decoded",G)}else super.emitReserved("decoded",G)}else if(s7(Z)||Z.base64){if(!this.reconstructor)throw Error("got binary data when not reconstructing a packet");else if(G=this.reconstructor.takeBinaryData(Z),G)this.reconstructor=null,super.emitReserved("decoded",G)}else throw Error("Unknown type: "+Z)}decodeString(Z){let G=0,J={type:Number(Z.charAt(0))};if(J1[J.type]===void 0)throw Error("unknown packet type "+J.type);if(J.type===J1.BINARY_EVENT||J.type===J1.BINARY_ACK){let Y=G+1;while(Z.charAt(++G)!=="-"&&G!=Z.length);let x=Z.substring(Y,G);if(x!=Number(x)||Z.charAt(G)!=="-")throw Error("Illegal attachments");J.attachments=Number(x)}if(Z.charAt(G+1)==="/"){let Y=G+1;while(++G){if(Z.charAt(G)===",")break;if(G===Z.length)break}J.nsp=Z.substring(Y,G)}else J.nsp="/";let X=Z.charAt(G+1);if(X!==""&&Number(X)==X){let Y=G+1;while(++G){let x=Z.charAt(G);if(x==null||Number(x)!=x){--G;break}if(G===Z.length)break}J.id=Number(Z.substring(Y,G+1))}if(Z.charAt(++G)){let Y=this.tryParse(Z.substr(G));if(dX.isPayloadValid(J.type,Y))J.data=Y;else throw Error("invalid payload")}return nX("decoded %s as %j",Z,J),J}tryParse(Z){try{return JSON.parse(Z,this.reviver)}catch(G){return!1}}static isPayloadValid(Z,G){switch(Z){case J1.CONNECT:return JG(G);case J1.DISCONNECT:return G===void 0;case J1.CONNECT_ERROR:return typeof G==="string"||JG(G);case J1.EVENT:case J1.BINARY_EVENT:return Array.isArray(G)&&(typeof G[0]==="number"||typeof G[0]==="string"&&eU.indexOf(G[0])===-1);case J1.ACK:case J1.BINARY_ACK:return Array.isArray(G)}}destroy(){if(this.reconstructor)this.reconstructor.finishedReconstruction(),this.reconstructor=null}}class JN{constructor(Z){this.packet=Z,this.buffers=[],this.reconPack=Z}takeBinaryData(Z){if(this.buffers.push(Z),this.buffers.length===this.reconPack.attachments){let G=rU(this.reconPack,this.buffers);return this.finishedReconstruction(),G}return null}finishedReconstruction(){this.reconPack=null,this.buffers=[]}}function Ev(Z){return typeof Z==="string"}var Sv=Number.isInteger||function(Z){return typeof Z==="number"&&isFinite(Z)&&Math.floor(Z)===Z};function pv(Z){return Z===void 0||Sv(Z)}function JG(Z){return Object.prototype.toString.call(Z)==="[object Object]"}function _v(Z,G){switch(Z){case J1.CONNECT:return G===void 0||JG(G);case J1.DISCONNECT:return G===void 0;case J1.EVENT:return Array.isArray(G)&&(typeof G[0]==="number"||typeof G[0]==="string"&&eU.indexOf(G[0])===-1);case J1.ACK:return Array.isArray(G);case J1.CONNECT_ERROR:return typeof G==="string"||JG(G);default:return!1}}function iv(Z){return Ev(Z.nsp)&&pv(Z.id)&&_v(Z.type,Z.data)}function j0(Z,G,J){return Z.on(G,J),function(){Z.off(G,J)}}var XN=t(g8(),1),YN=t(m0(),1),i1=YN.default("socket.io-client:socket"),Cv=Object.freeze({connect:1,connect_error:1,disconnect:1,disconnecting:1,newListener:1,removeListener:1});class r7 extends XN.Emitter{constructor(Z,G,J){super();if(this.connected=!1,this.recovered=!1,this.receiveBuffer=[],this.sendBuffer=[],this._queue=[],this._queueSeq=0,this.ids=0,this.acks={},this.flags={},this.io=Z,this.nsp=G,J&&J.auth)this.auth=J.auth;if(this._opts=Object.assign({},J),this.io._autoConnect)this.open()}get disconnected(){return!this.connected}subEvents(){if(this.subs)return;let Z=this.io;this.subs=[j0(Z,"open",this.onopen.bind(this)),j0(Z,"packet",this.onpacket.bind(this)),j0(Z,"error",this.onerror.bind(this)),j0(Z,"close",this.onclose.bind(this))]}get active(){return!!this.subs}connect(){if(this.connected)return this;if(this.subEvents(),!this.io._reconnecting)this.io.open();if(this.io._readyState==="open")this.onopen();return this}open(){return this.connect()}send(...Z){return Z.unshift("message"),this.emit.apply(this,Z),this}emit(Z,...G){var J,X,Y;if(Cv.hasOwnProperty(Z))throw Error('"'+Z.toString()+'" is a reserved event name');if(G.unshift(Z),this._opts.retries&&!this.flags.fromQueue&&!this.flags.volatile)return this._addToQueue(G),this;let x={type:J1.EVENT,data:G};if(x.options={},x.options.compress=this.flags.compress!==!1,typeof G[G.length-1]==="function"){let W=this.ids++;i1("emitting packet with ack id %d",W);let H=G.pop();this._registerAckCallback(W,H),x.id=W}let z=(X=(J=this.io.engine)===null||J===void 0?void 0:J.transport)===null||X===void 0?void 0:X.writable,Q=this.connected&&!((Y=this.io.engine)===null||Y===void 0?void 0:Y._hasPingExpired());if(this.flags.volatile&&!z)i1("discard packet as the transport is not currently writable");else if(Q)this.notifyOutgoingListeners(x),this.packet(x);else this.sendBuffer.push(x);return this.flags={},this}_registerAckCallback(Z,G){var J;let X=(J=this.flags.timeout)!==null&&J!==void 0?J:this._opts.ackTimeout;if(X===void 0){this.acks[Z]=G;return}let Y=this.io.setTimeoutFn(()=>{delete this.acks[Z];for(let z=0;z<this.sendBuffer.length;z++)if(this.sendBuffer[z].id===Z)i1("removing packet with ack id %d from the buffer",Z),this.sendBuffer.splice(z,1);i1("event with ack id %d has timed out after %d ms",Z,X),G.call(this,Error("operation has timed out"))},X),x=(...z)=>{this.io.clearTimeoutFn(Y),G.apply(this,z)};x.withError=!0,this.acks[Z]=x}emitWithAck(Z,...G){return new Promise((J,X)=>{let Y=(x,z)=>{return x?X(x):J(z)};Y.withError=!0,G.push(Y),this.emit(Z,...G)})}_addToQueue(Z){let G;if(typeof Z[Z.length-1]==="function")G=Z.pop();let J={id:this._queueSeq++,tryCount:0,pending:!1,args:Z,flags:Object.assign({fromQueue:!0},this.flags)};Z.push((X,...Y)=>{if(J!==this._queue[0])return i1("packet [%d] already acknowledged",J.id);if(X!==null){if(J.tryCount>this._opts.retries){if(i1("packet [%d] is discarded after %d tries",J.id,J.tryCount),this._queue.shift(),G)G(X)}}else if(i1("packet [%d] was successfully sent",J.id),this._queue.shift(),G)G(null,...Y);return J.pending=!1,this._drainQueue()}),this._queue.push(J),this._drainQueue()}_drainQueue(Z=!1){if(i1("draining queue"),!this.connected||this._queue.length===0)return;let G=this._queue[0];if(G.pending&&!Z){i1("packet [%d] has already been sent and is waiting for an ack",G.id);return}G.pending=!0,G.tryCount++,i1("sending packet [%d] (try n°%d)",G.id,G.tryCount),this.flags=G.flags,this.emit.apply(this,G.args)}packet(Z){Z.nsp=this.nsp,this.io._packet(Z)}onopen(){if(i1("transport is open - connecting"),typeof this.auth=="function")this.auth((Z)=>{this._sendConnectPacket(Z)});else this._sendConnectPacket(this.auth)}_sendConnectPacket(Z){this.packet({type:J1.CONNECT,data:this._pid?Object.assign({pid:this._pid,offset:this._lastOffset},Z):Z})}onerror(Z){if(!this.connected)this.emitReserved("connect_error",Z)}onclose(Z,G){i1("close (%s)",Z),this.connected=!1,delete this.id,this.emitReserved("disconnect",Z,G),this._clearAcks()}_clearAcks(){Object.keys(this.acks).forEach((Z)=>{if(!this.sendBuffer.some((J)=>String(J.id)===Z)){let J=this.acks[Z];if(delete this.acks[Z],J.withError)J.call(this,Error("socket has been disconnected"))}})}onpacket(Z){if(Z.nsp!==this.nsp)return;switch(Z.type){case J1.CONNECT:if(Z.data&&Z.data.sid)this.onconnect(Z.data.sid,Z.data.pid);else this.emitReserved("connect_error",Error("It seems you are trying to reach a Socket.IO server in v2.x with a v3.x client, but they are not compatible (more information here: https://socket.io/docs/v3/migrating-from-2-x-to-3-0/)"));break;case J1.EVENT:case J1.BINARY_EVENT:this.onevent(Z);break;case J1.ACK:case J1.BINARY_ACK:this.onack(Z);break;case J1.DISCONNECT:this.ondisconnect();break;case J1.CONNECT_ERROR:this.destroy();let J=Error(Z.data.message);J.data=Z.data.data,this.emitReserved("connect_error",J);break}}onevent(Z){let G=Z.data||[];if(i1("emitting event %j",G),Z.id!=null)i1("attaching ack callback to event"),G.push(this.ack(Z.id));if(this.connected)this.emitEvent(G);else this.receiveBuffer.push(Object.freeze(G))}emitEvent(Z){if(this._anyListeners&&this._anyListeners.length){let G=this._anyListeners.slice();for(let J of G)J.apply(this,Z)}if(super.emit.apply(this,Z),this._pid&&Z.length&&typeof Z[Z.length-1]==="string")this._lastOffset=Z[Z.length-1]}ack(Z){let G=this,J=!1;return function(...X){if(J)return;J=!0,i1("sending ack %j",X),G.packet({type:J1.ACK,id:Z,data:X})}}onack(Z){let G=this.acks[Z.id];if(typeof G!=="function"){i1("bad ack %s",Z.id);return}if(delete this.acks[Z.id],i1("calling ack %s with %j",Z.id,Z.data),G.withError)Z.data.unshift(null);G.apply(this,Z.data)}onconnect(Z,G){i1("socket connected with id %s",Z),this.id=Z,this.recovered=G&&this._pid===G,this._pid=G,this.connected=!0,this.emitBuffered(),this._drainQueue(!0),this.emitReserved("connect")}emitBuffered(){this.receiveBuffer.forEach((Z)=>this.emitEvent(Z)),this.receiveBuffer=[],this.sendBuffer.forEach((Z)=>{this.notifyOutgoingListeners(Z),this.packet(Z)}),this.sendBuffer=[]}ondisconnect(){i1("server disconnect (%s)",this.nsp),this.destroy(),this.onclose("io server disconnect")}destroy(){if(this.subs)this.subs.forEach((Z)=>Z()),this.subs=void 0;this.io._destroy(this)}disconnect(){if(this.connected)i1("performing disconnect (%s)",this.nsp),this.packet({type:J1.DISCONNECT});if(this.destroy(),this.connected)this.onclose("io client disconnect");return this}close(){return this.disconnect()}compress(Z){return this.flags.compress=Z,this}get volatile(){return this.flags.volatile=!0,this}timeout(Z){return this.flags.timeout=Z,this}onAny(Z){return this._anyListeners=this._anyListeners||[],this._anyListeners.push(Z),this}prependAny(Z){return this._anyListeners=this._anyListeners||[],this._anyListeners.unshift(Z),this}offAny(Z){if(!this._anyListeners)return this;if(Z){let G=this._anyListeners;for(let J=0;J<G.length;J++)if(Z===G[J])return G.splice(J,1),this}else this._anyListeners=[];return this}listenersAny(){return this._anyListeners||[]}onAnyOutgoing(Z){return this._anyOutgoingListeners=this._anyOutgoingListeners||[],this._anyOutgoingListeners.push(Z),this}prependAnyOutgoing(Z){return this._anyOutgoingListeners=this._anyOutgoingListeners||[],this._anyOutgoingListeners.unshift(Z),this}offAnyOutgoing(Z){if(!this._anyOutgoingListeners)return this;if(Z){let G=this._anyOutgoingListeners;for(let J=0;J<G.length;J++)if(Z===G[J])return G.splice(J,1),this}else this._anyOutgoingListeners=[];return this}listenersAnyOutgoing(){return this._anyOutgoingListeners||[]}notifyOutgoingListeners(Z){if(this._anyOutgoingListeners&&this._anyOutgoingListeners.length){let G=this._anyOutgoingListeners.slice();for(let J of G)J.apply(this,Z.data)}}}function c8(Z){Z=Z||{},this.ms=Z.min||100,this.max=Z.max||1e4,this.factor=Z.factor||2,this.jitter=Z.jitter>0&&Z.jitter<=1?Z.jitter:0,this.attempts=0}c8.prototype.duration=function(){var Z=this.ms*Math.pow(this.factor,this.attempts++);if(this.jitter){var G=Math.random(),J=Math.floor(G*this.jitter*Z);Z=(Math.floor(G*10)&1)==0?Z-J:Z+J}return Math.min(Z,this.max)|0};c8.prototype.reset=function(){this.attempts=0};c8.prototype.setMin=function(Z){this.ms=Z};c8.prototype.setMax=function(Z){this.max=Z};c8.prototype.setJitter=function(Z){this.jitter=Z};var xN=t(g8(),1),zN=t(m0(),1),o1=zN.default("socket.io-client:manager");class o7 extends xN.Emitter{constructor(Z,G){var J;super();if(this.nsps={},this.subs=[],Z&&typeof Z==="object")G=Z,Z=void 0;G=G||{},G.path=G.path||"/socket.io",this.opts=G,g5(this,G),this.reconnection(G.reconnection!==!1),this.reconnectionAttempts(G.reconnectionAttempts||1/0),this.reconnectionDelay(G.reconnectionDelay||1000),this.reconnectionDelayMax(G.reconnectionDelayMax||5000),this.randomizationFactor((J=G.randomizationFactor)!==null&&J!==void 0?J:0.5),this.backoff=new c8({min:this.reconnectionDelay(),max:this.reconnectionDelayMax(),jitter:this.randomizationFactor()}),this.timeout(G.timeout==null?20000:G.timeout),this._readyState="closed",this.uri=Z;let X=G.parser||sX;if(this.encoder=new X.Encoder,this.decoder=new X.Decoder,this._autoConnect=G.autoConnect!==!1,this._autoConnect)this.open()}reconnection(Z){if(!arguments.length)return this._reconnection;if(this._reconnection=!!Z,!Z)this.skipReconnect=!0;return this}reconnectionAttempts(Z){if(Z===void 0)return this._reconnectionAttempts;return this._reconnectionAttempts=Z,this}reconnectionDelay(Z){var G;if(Z===void 0)return this._reconnectionDelay;return this._reconnectionDelay=Z,(G=this.backoff)===null||G===void 0||G.setMin(Z),this}randomizationFactor(Z){var G;if(Z===void 0)return this._randomizationFactor;return this._randomizationFactor=Z,(G=this.backoff)===null||G===void 0||G.setJitter(Z),this}reconnectionDelayMax(Z){var G;if(Z===void 0)return this._reconnectionDelayMax;return this._reconnectionDelayMax=Z,(G=this.backoff)===null||G===void 0||G.setMax(Z),this}timeout(Z){if(!arguments.length)return this._timeout;return this._timeout=Z,this}maybeReconnectOnOpen(){if(!this._reconnecting&&this._reconnection&&this.backoff.attempts===0)this.reconnect()}open(Z){if(o1("readyState %s",this._readyState),~this._readyState.indexOf("open"))return this;o1("opening %s",this.uri),this.engine=new n7(this.uri,this.opts);let G=this.engine,J=this;this._readyState="opening",this.skipReconnect=!1;let X=j0(G,"open",function(){J.onopen(),Z&&Z()}),Y=(z)=>{if(o1("error"),this.cleanup(),this._readyState="closed",this.emitReserved("error",z),Z)Z(z);else this.maybeReconnectOnOpen()},x=j0(G,"error",Y);if(this._timeout!==!1){let z=this._timeout;o1("connect attempt will timeout after %d",z);let Q=this.setTimeoutFn(()=>{o1("connect attempt timed out after %d",z),X(),Y(Error("timeout")),G.close()},z);if(this.opts.autoUnref)Q.unref();this.subs.push(()=>{this.clearTimeoutFn(Q)})}return this.subs.push(X),this.subs.push(x),this}connect(Z){return this.open(Z)}onopen(){o1("open"),this.cleanup(),this._readyState="open",this.emitReserved("open");let Z=this.engine;this.subs.push(j0(Z,"ping",this.onping.bind(this)),j0(Z,"data",this.ondata.bind(this)),j0(Z,"error",this.onerror.bind(this)),j0(Z,"close",this.onclose.bind(this)),j0(this.decoder,"decoded",this.ondecoded.bind(this)))}onping(){this.emitReserved("ping")}ondata(Z){try{this.decoder.add(Z)}catch(G){this.onclose("parse error",G)}}ondecoded(Z){b5(()=>{this.emitReserved("packet",Z)},this.setTimeoutFn)}onerror(Z){o1("error",Z),this.emitReserved("error",Z)}socket(Z,G){let J=this.nsps[Z];if(!J)J=new r7(this,Z,G),this.nsps[Z]=J;else if(this._autoConnect&&!J.active)J.connect();return J}_destroy(Z){let G=Object.keys(this.nsps);for(let J of G)if(this.nsps[J].active){o1("socket %s is still active, skipping close",J);return}this._close()}_packet(Z){o1("writing packet %j",Z);let G=this.encoder.encode(Z);for(let J=0;J<G.length;J++)this.engine.write(G[J],Z.options)}cleanup(){o1("cleanup"),this.subs.forEach((Z)=>Z()),this.subs.length=0,this.decoder.destroy()}_close(){o1("disconnect"),this.skipReconnect=!0,this._reconnecting=!1,this.onclose("forced close")}disconnect(){return this._close()}onclose(Z,G){var J;if(o1("closed due to %s",Z),this.cleanup(),(J=this.engine)===null||J===void 0||J.close(),this.backoff.reset(),this._readyState="closed",this.emitReserved("close",Z,G),this._reconnection&&!this.skipReconnect)this.reconnect()}reconnect(){if(this._reconnecting||this.skipReconnect)return this;let Z=this;if(this.backoff.attempts>=this._reconnectionAttempts)o1("reconnect failed"),this.backoff.reset(),this.emitReserved("reconnect_failed"),this._reconnecting=!1;else{let G=this.backoff.duration();o1("will wait %dms before reconnect attempt",G),this._reconnecting=!0;let J=this.setTimeoutFn(()=>{if(Z.skipReconnect)return;if(o1("attempting reconnect"),this.emitReserved("reconnect_attempt",Z.backoff.attempts),Z.skipReconnect)return;Z.open((X)=>{if(X)o1("reconnect attempt error"),Z._reconnecting=!1,Z.reconnect(),this.emitReserved("reconnect_error",X);else o1("reconnect success"),Z.onreconnect()})},G);if(this.opts.autoUnref)J.unref();this.subs.push(()=>{this.clearTimeoutFn(J)})}}onreconnect(){let Z=this.backoff.attempts;this._reconnecting=!1,this.backoff.reset(),this.emitReserved("reconnect",Z)}}var KN=t(m0(),1),QN=KN.default("socket.io-client"),t7={};function e7(Z,G){if(typeof Z==="object")G=Z,Z=void 0;G=G||{};let J=nU(Z,G.path||"/socket.io"),X=J.source,Y=J.id,x=J.path,z=t7[Y]&&x in t7[Y].nsps,Q=G.forceNew||G["force new connection"]||G.multiplex===!1||z,K;if(Q)QN("ignoring socket cache for %s",X),K=new o7(X,G);else{if(!t7[Y])QN("new io instance for %s",X),t7[Y]=new o7(X,G);K=t7[Y]}if(J.query&&!G.query)G.query=J.queryKey;return K.socket(J.path,G)}Object.assign(e7,{Manager:o7,Socket:r7,io:e7,connect:e7});var HN=require("react");var x8=()=>e7(G0(),{autoConnect:!1,transports:["websocket"]}),bv=HN.createContext(null),c0=bv;var vN=require("react");function Y0(Z,G,J,X){function Y(x){return x instanceof J?x:new J(function(z){z(x)})}return new(J||(J=Promise))(function(x,z){function Q(H){try{W(X.next(H))}catch(U){z(U)}}function K(H){try{W(X.throw(H))}catch(U){z(U)}}function W(H){H.done?x(H.value):Y(H.value).then(Q,K)}W((X=X.apply(Z,G||[])).next())})}function gv(Z){return Z&&Z.__esModule&&Object.prototype.hasOwnProperty.call(Z,"default")?Z.default:Z}var eX={exports:{}},k6=typeof Reflect==="object"?Reflect:null,WN=k6&&typeof k6.apply==="function"?k6.apply:function(G,J,X){return Function.prototype.apply.call(G,J,X)},XG;if(k6&&typeof k6.ownKeys==="function")XG=k6.ownKeys;else if(Object.getOwnPropertySymbols)XG=function(G){return Object.getOwnPropertyNames(G).concat(Object.getOwnPropertySymbols(G))};else XG=function(G){return Object.getOwnPropertyNames(G)};function hv(Z){if(console&&console.warn)console.warn(Z)}var NN=Number.isNaN||function(G){return G!==G};function $1(){$1.init.call(this)}eX.exports=$1;eX.exports.once=fv;$1.EventEmitter=$1;$1.prototype._events=void 0;$1.prototype._eventsCount=0;$1.prototype._maxListeners=void 0;var UN=10;function KG(Z){if(typeof Z!=="function")throw TypeError('The "listener" argument must be of type Function. Received type '+typeof Z)}Object.defineProperty($1,"defaultMaxListeners",{enumerable:!0,get:function(){return UN},set:function(Z){if(typeof Z!=="number"||Z<0||NN(Z))throw RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+Z+".");UN=Z}});$1.init=function(){if(this._events===void 0||this._events===Object.getPrototypeOf(this)._events)this._events=Object.create(null),this._eventsCount=0;this._maxListeners=this._maxListeners||void 0};$1.prototype.setMaxListeners=function(G){if(typeof G!=="number"||G<0||NN(G))throw RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+G+".");return this._maxListeners=G,this};function $N(Z){if(Z._maxListeners===void 0)return $1.defaultMaxListeners;return Z._maxListeners}$1.prototype.getMaxListeners=function(){return $N(this)};$1.prototype.emit=function(G){var J=[];for(var X=1;X<arguments.length;X++)J.push(arguments[X]);var Y=G==="error",x=this._events;if(x!==void 0)Y=Y&&x.error===void 0;else if(!Y)return!1;if(Y){var z;if(J.length>0)z=J[0];if(z instanceof Error)throw z;var Q=Error("Unhandled error."+(z?" ("+z.message+")":""));throw Q.context=z,Q}var K=x[G];if(K===void 0)return!1;if(typeof K==="function")WN(K,this,J);else{var W=K.length,H=FN(K,W);for(var X=0;X<W;++X)WN(H[X],this,J)}return!0};function LN(Z,G,J,X){var Y,x,z;if(KG(J),x=Z._events,x===void 0)x=Z._events=Object.create(null),Z._eventsCount=0;else{if(x.newListener!==void 0)Z.emit("newListener",G,J.listener?J.listener:J),x=Z._events;z=x[G]}if(z===void 0)z=x[G]=J,++Z._eventsCount;else{if(typeof z==="function")z=x[G]=X?[J,z]:[z,J];else if(X)z.unshift(J);else z.push(J);if(Y=$N(Z),Y>0&&z.length>Y&&!z.warned){z.warned=!0;var Q=Error("Possible EventEmitter memory leak detected. "+z.length+" "+String(G)+" listeners added. Use emitter.setMaxListeners() to increase limit");Q.name="MaxListenersExceededWarning",Q.emitter=Z,Q.type=G,Q.count=z.length,hv(Q)}}return Z}$1.prototype.addListener=function(G,J){return LN(this,G,J,!1)};$1.prototype.on=$1.prototype.addListener;$1.prototype.prependListener=function(G,J){return LN(this,G,J,!0)};function yv(){if(!this.fired){if(this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length===0)return this.listener.call(this.target);return this.listener.apply(this.target,arguments)}}function BN(Z,G,J){var X={fired:!1,wrapFn:void 0,target:Z,type:G,listener:J},Y=yv.bind(X);return Y.listener=J,X.wrapFn=Y,Y}$1.prototype.once=function(G,J){return KG(J),this.on(G,BN(this,G,J)),this};$1.prototype.prependOnceListener=function(G,J){return KG(J),this.prependListener(G,BN(this,G,J)),this};$1.prototype.removeListener=function(G,J){var X,Y,x,z,Q;if(KG(J),Y=this._events,Y===void 0)return this;if(X=Y[G],X===void 0)return this;if(X===J||X.listener===J){if(--this._eventsCount===0)this._events=Object.create(null);else if(delete Y[G],Y.removeListener)this.emit("removeListener",G,X.listener||J)}else if(typeof X!=="function"){x=-1;for(z=X.length-1;z>=0;z--)if(X[z]===J||X[z].listener===J){Q=X[z].listener,x=z;break}if(x<0)return this;if(x===0)X.shift();else uv(X,x);if(X.length===1)Y[G]=X[0];if(Y.removeListener!==void 0)this.emit("removeListener",G,Q||J)}return this};$1.prototype.off=$1.prototype.removeListener;$1.prototype.removeAllListeners=function(G){var J,X,Y;if(X=this._events,X===void 0)return this;if(X.removeListener===void 0){if(arguments.length===0)this._events=Object.create(null),this._eventsCount=0;else if(X[G]!==void 0)if(--this._eventsCount===0)this._events=Object.create(null);else delete X[G];return this}if(arguments.length===0){var x=Object.keys(X),z;for(Y=0;Y<x.length;++Y){if(z=x[Y],z==="removeListener")continue;this.removeAllListeners(z)}return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(J=X[G],typeof J==="function")this.removeListener(G,J);else if(J!==void 0)for(Y=J.length-1;Y>=0;Y--)this.removeListener(G,J[Y]);return this};function VN(Z,G,J){var X=Z._events;if(X===void 0)return[];var Y=X[G];if(Y===void 0)return[];if(typeof Y==="function")return J?[Y.listener||Y]:[Y];return J?kv(Y):FN(Y,Y.length)}$1.prototype.listeners=function(G){return VN(this,G,!0)};$1.prototype.rawListeners=function(G){return VN(this,G,!1)};$1.listenerCount=function(Z,G){if(typeof Z.listenerCount==="function")return Z.listenerCount(G);else return qN.call(Z,G)};$1.prototype.listenerCount=qN;function qN(Z){var G=this._events;if(G!==void 0){var J=G[Z];if(typeof J==="function")return 1;else if(J!==void 0)return J.length}return 0}$1.prototype.eventNames=function(){return this._eventsCount>0?XG(this._events):[]};function FN(Z,G){var J=Array(G);for(var X=0;X<G;++X)J[X]=Z[X];return J}function uv(Z,G){for(;G+1<Z.length;G++)Z[G]=Z[G+1];Z.pop()}function kv(Z){var G=Array(Z.length);for(var J=0;J<G.length;++J)G[J]=Z[J].listener||Z[J];return G}function fv(Z,G){return new Promise(function(J,X){function Y(z){Z.removeListener(G,x),X(z)}function x(){if(typeof Z.removeListener==="function")Z.removeListener("error",Y);J([].slice.call(arguments))}if(wN(Z,G,x,{once:!0}),G!=="error")cv(Z,Y,{once:!0})})}function cv(Z,G,J){if(typeof Z.on==="function")wN(Z,"error",G,J)}function wN(Z,G,J,X){if(typeof Z.on==="function")if(X.once)Z.once(G,J);else Z.on(G,J);else if(typeof Z.addEventListener==="function")Z.addEventListener(G,function Y(x){if(X.once)Z.removeEventListener(G,Y);J(x)});else throw TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof Z)}var lv=eX.exports,AN=gv(lv),M1;(function(Z){Z[Z.timeout=1]="timeout",Z[Z.transportClosed=2]="transportClosed",Z[Z.clientDisconnected=3]="clientDisconnected",Z[Z.clientClosed=4]="clientClosed",Z[Z.clientConnectToken=5]="clientConnectToken",Z[Z.clientRefreshToken=6]="clientRefreshToken",Z[Z.subscriptionUnsubscribed=7]="subscriptionUnsubscribed",Z[Z.subscriptionSubscribeToken=8]="subscriptionSubscribeToken",Z[Z.subscriptionRefreshToken=9]="subscriptionRefreshToken",Z[Z.transportWriteError=10]="transportWriteError",Z[Z.connectionClosed=11]="connectionClosed",Z[Z.badConfiguration=12]="badConfiguration"})(M1||(M1={}));var z8;(function(Z){Z[Z.connectCalled=0]="connectCalled",Z[Z.transportClosed=1]="transportClosed",Z[Z.noPing=2]="noPing",Z[Z.subscribeTimeout=3]="subscribeTimeout",Z[Z.unsubscribeError=4]="unsubscribeError"})(z8||(z8={}));var Z4;(function(Z){Z[Z.disconnectCalled=0]="disconnectCalled",Z[Z.unauthorized=1]="unauthorized",Z[Z.badProtocol=2]="badProtocol",Z[Z.messageSizeLimit=3]="messageSizeLimit"})(Z4||(Z4={}));var YG;(function(Z){Z[Z.subscribeCalled=0]="subscribeCalled",Z[Z.transportClosed=1]="transportClosed"})(YG||(YG={}));var xG;(function(Z){Z[Z.unsubscribeCalled=0]="unsubscribeCalled",Z[Z.unauthorized=1]="unauthorized",Z[Z.clientClosed=2]="clientClosed"})(xG||(xG={}));var rX;(function(Z){Z[Z.channelCompaction=1]="channelCompaction"})(rX||(rX={}));var C1;(function(Z){Z.Disconnected="disconnected",Z.Connecting="connecting",Z.Connected="connected"})(C1||(C1={}));var K0;(function(Z){Z.Unsubscribed="unsubscribed",Z.Subscribing="subscribing",Z.Subscribed="subscribed"})(K0||(K0={}));function av(Z,G){return Z.lastIndexOf(G,0)===0}function MN(Z){if(Z===void 0||Z===null)return!1;return typeof Z==="function"}function nv(Z,G){if(globalThis.console){let J=globalThis.console[Z];if(MN(J))J.apply(globalThis.console,G)}}function dv(Z,G){return Math.floor(Math.random()*(G-Z+1)+Z)}function zG(Z,G,J){if(Z>31)Z=31;let X=dv(0,Math.min(J,G*Math.pow(2,Z)));return Math.min(J,G+X)}function sv(Z){return"error"in Z&&Z.error!==null}function QG(Z){return Math.min(Z*1000,2147483647)}class RN extends AN{constructor(Z,G,J){super();if(this._resubscribeTimeout=null,this._refreshTimeout=null,this.channel=G,this.state=K0.Unsubscribed,this._centrifuge=Z,this._token="",this._getToken=null,this._data=null,this._getData=null,this._recover=!1,this._offset=null,this._epoch=null,this._id=0,this._recoverable=!1,this._positioned=!1,this._joinLeave=!1,this._minResubscribeDelay=500,this._maxResubscribeDelay=20000,this._resubscribeTimeout=null,this._resubscribeAttempts=0,this._promises={},this._promiseId=0,this._inflight=!1,this._refreshTimeout=null,this._delta="",this._delta_negotiated=!1,this._tagsFilter=null,this._prevValue=null,this._unsubPromise=Promise.resolve(),this._setOptions(J),this._centrifuge._debugEnabled)this.on("state",(X)=>{this._debug("subscription state",G,X.oldState,"->",X.newState)}),this.on("error",(X)=>{this._debug("subscription error",G,X)});else this.on("error",function(){Function.prototype()})}ready(Z){if(this.state===K0.Unsubscribed)return Promise.reject({code:M1.subscriptionUnsubscribed,message:this.state});if(this.state===K0.Subscribed)return Promise.resolve();return new Promise((G,J)=>{let X={resolve:G,reject:J};if(Z)X.timeout=setTimeout(function(){J({code:M1.timeout,message:"timeout"})},Z);this._promises[this._nextPromiseId()]=X})}subscribe(){if(this._isSubscribed())return;this._resubscribeAttempts=0,this._setSubscribing(YG.subscribeCalled,"subscribe called")}unsubscribe(){this._unsubPromise=this._setUnsubscribed(xG.unsubscribeCalled,"unsubscribe called",!0)}publish(Z){return Y0(this,void 0,void 0,function*(){return yield this._methodCall(),this._centrifuge.publish(this.channel,Z)})}presence(){return Y0(this,void 0,void 0,function*(){return yield this._methodCall(),this._centrifuge.presence(this.channel)})}presenceStats(){return Y0(this,void 0,void 0,function*(){return yield this._methodCall(),this._centrifuge.presenceStats(this.channel)})}history(Z){return Y0(this,void 0,void 0,function*(){return yield this._methodCall(),this._centrifuge.history(this.channel,Z)})}setTagsFilter(Z){if(Z&&this._delta)throw Error("cannot use delta and tagsFilter together");this._tagsFilter=Z}setData(Z){this._data=Z}_methodCall(){if(this._isSubscribed())return Promise.resolve();if(this._isUnsubscribed())return Promise.reject({code:M1.subscriptionUnsubscribed,message:this.state});return new Promise((Z,G)=>{let J=this._centrifuge._config.timeout,X=setTimeout(()=>{G({code:M1.timeout,message:"timeout"})},J);this._promises[this._nextPromiseId()]={timeout:X,resolve:Z,reject:G}})}_nextPromiseId(){return++this._promiseId}_needRecover(){return this._recover===!0}_isUnsubscribed(){return this.state===K0.Unsubscribed}_isSubscribing(){return this.state===K0.Subscribing}_isSubscribed(){return this.state===K0.Subscribed}_setState(Z){if(this.state!==Z){let G=this.state;return this.state=Z,this.emit("state",{newState:Z,oldState:G,channel:this.channel}),!0}return!1}_usesToken(){return this._token!==""||this._getToken!==null}_clearSubscribingState(){this._resubscribeAttempts=0,this._clearResubscribeTimeout()}_clearSubscribedState(){this._clearRefreshTimeout()}_setSubscribed(Z){if(!this._isSubscribing())return;if(this._clearSubscribingState(),Z.id)this._id=Z.id;if(Z.recoverable)this._recover=!0,this._offset=Z.offset||0,this._epoch=Z.epoch||"";if(Z.delta)this._delta_negotiated=!0;else this._delta_negotiated=!1;this._setState(K0.Subscribed);let G=this._centrifuge._getSubscribeContext(this.channel,Z);this.emit("subscribed",G),this._resolvePromises();let J=Z.publications;if(J&&J.length>0)for(let X in J){if(!J.hasOwnProperty(X))continue;this._handlePublication(J[X])}if(Z.expires===!0)this._refreshTimeout=setTimeout(()=>this._refresh(),QG(Z.ttl))}_setSubscribing(Z,G){return Y0(this,void 0,void 0,function*(){if(this._isSubscribing())return;if(this._isSubscribed())this._clearSubscribedState();if(this._setState(K0.Subscribing))this.emit("subscribing",{channel:this.channel,code:Z,reason:G});if(this._centrifuge._transport&&this._centrifuge._transport.emulation())yield this._unsubPromise;if(!this._isSubscribing())return;this._subscribe()})}_subscribe(){if(this._debug("subscribing on",this.channel),!this._isTransportOpen())return this._debug("delay subscribe on",this.channel,"till connected"),null;if(this._inflight)return null;if(this._inflight=!0,this._canSubscribeWithoutGettingToken())return this._subscribeWithoutToken();return this._getSubscriptionToken().then((Z)=>this._handleTokenResponse(Z)).catch((Z)=>this._handleTokenError(Z)),null}_isTransportOpen(){return this._centrifuge._transportIsOpen}_canSubscribeWithoutGettingToken(){return!this._usesToken()||!!this._token}_subscribeWithoutToken(){if(this._getData)return this._getDataAndSubscribe(this._token),null;else return this._sendSubscribe(this._token)}_getDataAndSubscribe(Z){if(!this._getData){this._inflight=!1;return}this._getData({channel:this.channel}).then((G)=>{if(!this._isSubscribing()){this._inflight=!1;return}this._data=G,this._sendSubscribe(Z)}).catch((G)=>this._handleGetDataError(G))}_handleGetDataError(Z){if(!this._isSubscribing()){this._inflight=!1;return}if(Z instanceof w5){this._inflight=!1,this._failUnauthorized();return}this.emit("error",{type:"subscribeData",channel:this.channel,error:{code:M1.badConfiguration,message:(Z===null||Z===void 0?void 0:Z.toString())||""}}),this._inflight=!1,this._scheduleResubscribe()}_handleTokenResponse(Z){if(!this._isSubscribing()){this._inflight=!1;return}if(!Z){this._inflight=!1,this._failUnauthorized();return}if(this._token=Z,this._getData)this._getDataAndSubscribe(Z);else this._sendSubscribe(Z)}_handleTokenError(Z){if(!this._isSubscribing()){this._inflight=!1;return}if(Z instanceof w5){this._inflight=!1,this._failUnauthorized();return}this.emit("error",{type:"subscribeToken",channel:this.channel,error:{code:M1.subscriptionSubscribeToken,message:(Z===null||Z===void 0?void 0:Z.toString())||""}}),this._inflight=!1,this._scheduleResubscribe()}_sendSubscribe(Z){if(!this._isTransportOpen())return this._inflight=!1,null;let G=this._buildSubscribeCommand(Z);return this._centrifuge._call(G).then((J)=>{this._inflight=!1;let X=J.reply.subscribe;if(this._handleSubscribeResponse(X),J.next)J.next()},(J)=>{if(this._inflight=!1,this._handleSubscribeError(J.error),J.next)J.next()}),G}_buildSubscribeCommand(Z){let G={channel:this.channel};if(Z)G.token=Z;if(this._data)G.data=this._data;if(this._positioned)G.positioned=!0;if(this._recoverable)G.recoverable=!0;if(this._joinLeave)G.join_leave=!0;if(G.flag=rX.channelCompaction,this._needRecover()){G.recover=!0;let J=this._getOffset();if(J)G.offset=J;let X=this._getEpoch();if(X)G.epoch=X}if(this._delta)G.delta=this._delta;if(this._tagsFilter)G.tf=this._tagsFilter;return{subscribe:G}}_debug(...Z){this._centrifuge._debug(...Z)}_handleSubscribeError(Z){if(!this._isSubscribing())return;if(Z.code===M1.timeout){this._centrifuge._disconnect(z8.subscribeTimeout,"subscribe timeout",!0);return}this._subscribeError(Z)}_handleSubscribeResponse(Z){if(!this._isSubscribing())return;this._setSubscribed(Z)}_setUnsubscribed(Z,G,J){if(this._isUnsubscribed())return Promise.resolve();let X=Promise.resolve();if(this._isSubscribed()){if(J)X=this._centrifuge._unsubscribe(this);this._clearSubscribedState()}else if(this._isSubscribing()){if(this._inflight&&J)X=this._centrifuge._unsubscribe(this);this._clearSubscribingState()}if(this._inflight=!1,this._setState(K0.Unsubscribed))this.emit("unsubscribed",{channel:this.channel,code:Z,reason:G});return this._rejectPromises({code:M1.subscriptionUnsubscribed,message:this.state}),X}_handlePublication(Z){if(this._delta&&this._delta_negotiated){let{newData:J,newPrevValue:X}=this._centrifuge._codec.applyDeltaIfNeeded(Z,this._prevValue);Z.data=J,this._prevValue=X}let G=this._centrifuge._getPublicationContext(this.channel,Z);if(this.emit("publication",G),Z.offset)this._offset=Z.offset}_handleJoin(Z){let G=this._centrifuge._getJoinLeaveContext(Z.info);this.emit("join",{channel:this.channel,info:G})}_handleLeave(Z){let G=this._centrifuge._getJoinLeaveContext(Z.info);this.emit("leave",{channel:this.channel,info:G})}_resolvePromises(){for(let Z in this._promises){if(!this._promises.hasOwnProperty(Z))continue;if(this._promises[Z].timeout)clearTimeout(this._promises[Z].timeout);this._promises[Z].resolve(),delete this._promises[Z]}}_rejectPromises(Z){for(let G in this._promises){if(!this._promises.hasOwnProperty(G))continue;if(this._promises[G].timeout)clearTimeout(this._promises[G].timeout);this._promises[G].reject(Z),delete this._promises[G]}}_scheduleResubscribe(){if(!this._isSubscribing()){this._debug("not in subscribing state, skip resubscribe scheduling",this.channel);return}let Z=this,G=this._getResubscribeDelay();this._resubscribeTimeout=setTimeout(function(){if(Z._isSubscribing())Z._subscribe()},G),this._debug("resubscribe scheduled after "+G,this.channel)}_subscribeError(Z){if(!this._isSubscribing())return;if(Z.code<100||Z.code===109||Z.temporary===!0){if(Z.code===109)this._token="";let G={channel:this.channel,type:"subscribe",error:Z};if(this._centrifuge.state===C1.Connected)this.emit("error",G);this._scheduleResubscribe()}else this._setUnsubscribed(Z.code,Z.message,!1)}_getResubscribeDelay(){let Z=zG(this._resubscribeAttempts,this._minResubscribeDelay,this._maxResubscribeDelay);return this._resubscribeAttempts++,Z}_setOptions(Z){if(!Z)return;if(Z.since)this._offset=Z.since.offset||0,this._epoch=Z.since.epoch||"",this._recover=!0;if(Z.data)this._data=Z.data;if(Z.getData)this._getData=Z.getData;if(Z.minResubscribeDelay!==void 0)this._minResubscribeDelay=Z.minResubscribeDelay;if(Z.maxResubscribeDelay!==void 0)this._maxResubscribeDelay=Z.maxResubscribeDelay;if(Z.token)this._token=Z.token;if(Z.getToken)this._getToken=Z.getToken;if(Z.positioned===!0)this._positioned=!0;if(Z.recoverable===!0)this._recoverable=!0;if(Z.joinLeave===!0)this._joinLeave=!0;if(Z.delta){if(Z.delta!=="fossil")throw Error("unsupported delta format");this._delta=Z.delta}if(Z.tagsFilter)this._tagsFilter=Z.tagsFilter;if(this._tagsFilter&&this._delta)throw Error("cannot use delta and tagsFilter together")}_getOffset(){let Z=this._offset;if(Z!==null)return Z;return 0}_getEpoch(){let Z=this._epoch;if(Z!==null)return Z;return""}_clearRefreshTimeout(){if(this._refreshTimeout!==null)clearTimeout(this._refreshTimeout),this._refreshTimeout=null}_clearResubscribeTimeout(){if(this._resubscribeTimeout!==null)clearTimeout(this._resubscribeTimeout),this._resubscribeTimeout=null}_getSubscriptionToken(){this._debug("get subscription token for channel",this.channel);let Z={channel:this.channel},G=this._getToken;if(G===null)return this.emit("error",{type:"configuration",channel:this.channel,error:{code:M1.badConfiguration,message:"provide a function to get channel subscription token"}}),Promise.reject(new w5(""));return G(Z)}_refresh(){this._clearRefreshTimeout();let Z=this;this._getSubscriptionToken().then(function(G){if(!Z._isSubscribed())return;if(!G){Z._failUnauthorized();return}Z._token=G;let X={sub_refresh:{channel:Z.channel,token:G}};Z._centrifuge._call(X).then((Y)=>{let x=Y.reply.sub_refresh;if(Z._refreshResponse(x),Y.next)Y.next()},(Y)=>{if(Z._refreshError(Y.error),Y.next)Y.next()})}).catch(function(G){if(G instanceof w5){Z._failUnauthorized();return}Z.emit("error",{type:"refreshToken",channel:Z.channel,error:{code:M1.subscriptionRefreshToken,message:G!==void 0?G.toString():""}}),Z._refreshTimeout=setTimeout(()=>Z._refresh(),Z._getRefreshRetryDelay())})}_refreshResponse(Z){if(!this._isSubscribed())return;if(this._debug("subscription token refreshed, channel",this.channel),this._clearRefreshTimeout(),Z.expires===!0)this._refreshTimeout=setTimeout(()=>this._refresh(),QG(Z.ttl))}_refreshError(Z){if(!this._isSubscribed())return;if(Z.code<100||Z.temporary===!0)this.emit("error",{type:"refresh",channel:this.channel,error:Z}),this._refreshTimeout=setTimeout(()=>this._refresh(),this._getRefreshRetryDelay());else this._setUnsubscribed(Z.code,Z.message,!0)}_getRefreshRetryDelay(){return zG(0,1e4,20000)}_failUnauthorized(){this._setUnsubscribed(xG.unauthorized,"unauthorized",!0)}}class ON{constructor(Z,G){this.endpoint=Z,this.options=G,this._transport=null}name(){return"sockjs"}subName(){return"sockjs-"+this._transport.transport}emulation(){return!1}supported(){return this.options.sockjs!==null}initialize(Z,G){this._transport=new this.options.sockjs(this.endpoint,null,this.options.sockjsOptions),this._transport.onopen=()=>{G.onOpen()},this._transport.onerror=(J)=>{G.onError(J)},this._transport.onclose=(J)=>{G.onClose(J)},this._transport.onmessage=(J)=>{G.onMessage(J.data)}}close(){this._transport.close()}send(Z){this._transport.send(Z)}}class oX{constructor(Z,G){this.endpoint=Z,this.options=G,this._transport=null}name(){return"websocket"}subName(){return"websocket"}emulation(){return!1}supported(){return this.options.websocket!==void 0&&this.options.websocket!==null}initialize(Z,G){let J="";if(Z==="protobuf")J="centrifuge-protobuf";if(J!=="")this._transport=new this.options.websocket(this.endpoint,J);else this._transport=new this.options.websocket(this.endpoint);if(Z==="protobuf")this._transport.binaryType="arraybuffer";this._transport.onopen=()=>{G.onOpen()},this._transport.onerror=(X)=>{G.onError(X)},this._transport.onclose=(X)=>{G.onClose(X)},this._transport.onmessage=(X)=>{G.onMessage(X.data)}}close(){this._transport.close()}send(Z){this._transport.send(Z)}}class DN{constructor(Z,G){this.endpoint=Z,this.options=G,this._abortController=null,this._utf8decoder=new TextDecoder,this._protocol="json"}name(){return"http_stream"}subName(){return"http_stream"}emulation(){return!0}_handleErrors(Z){if(!Z.ok)throw Error(Z.status);return Z}_fetchEventTarget(Z,G,J){let X=new EventTarget,Y=Z.options.fetch;return Y(G,J).then(Z._handleErrors).then((x)=>{X.dispatchEvent(new Event("open"));let z="",Q=0,K=new Uint8Array,W=x.body.getReader();return new Z.options.readableStream({start(H){function U(){return W.read().then(({done:N,value:$})=>{if(N){X.dispatchEvent(new Event("close")),H.close();return}try{if(Z._protocol==="json"){z+=Z._utf8decoder.decode($);while(Q<z.length)if(z[Q]===`
46
+ `){let L=z.substring(0,Q);X.dispatchEvent(new MessageEvent("message",{data:L})),z=z.substring(Q+1),Q=0}else++Q}else{let L=new Uint8Array(K.length+$.length);L.set(K),L.set($,K.length),K=L;while(!0){let B=Z.options.decoder.decodeReply(K);if(B.ok){let q=K.slice(0,B.pos);X.dispatchEvent(new MessageEvent("message",{data:q})),K=K.slice(B.pos);continue}break}}}catch(L){X.dispatchEvent(new Event("error",{detail:L})),X.dispatchEvent(new Event("close")),H.close();return}U()}).catch(function(N){X.dispatchEvent(new Event("error",{detail:N})),X.dispatchEvent(new Event("close")),H.close();return})}return U()}})}).catch((x)=>{X.dispatchEvent(new Event("error",{detail:x})),X.dispatchEvent(new Event("close"))}),X}supported(){return this.options.fetch!==null&&this.options.readableStream!==null&&typeof TextDecoder<"u"&&typeof AbortController<"u"&&typeof EventTarget<"u"&&typeof Event<"u"&&typeof MessageEvent<"u"&&typeof Error<"u"}initialize(Z,G,J){this._protocol=Z,this._abortController=new AbortController;let X,Y;if(Z==="json")X={Accept:"application/json","Content-Type":"application/json"},Y=J;else X={Accept:"application/octet-stream","Content-Type":"application/octet-stream"},Y=J;let x={method:"POST",headers:X,body:Y,mode:"cors",credentials:"same-origin",signal:this._abortController.signal},z=this._fetchEventTarget(this,this.endpoint,x);z.addEventListener("open",()=>{G.onOpen()}),z.addEventListener("error",(Q)=>{this._abortController.abort(),G.onError(Q)}),z.addEventListener("close",()=>{this._abortController.abort(),G.onClose({code:4,reason:"connection closed"})}),z.addEventListener("message",(Q)=>{G.onMessage(Q.data)})}close(){this._abortController.abort()}send(Z,G,J){let X,Y,x={session:G,node:J,data:Z};if(this._protocol==="json")X={"Content-Type":"application/json"},Y=JSON.stringify(x);else X={"Content-Type":"application/octet-stream"},Y=this.options.encoder.encodeEmulationRequest(x);let z=this.options.fetch,Q={method:"POST",headers:X,body:Y,mode:"cors",credentials:"same-origin"};z(this.options.emulationEndpoint,Q)}}class IN{constructor(Z,G){this.endpoint=Z,this.options=G,this._protocol="json",this._transport=null,this._onClose=null}name(){return"sse"}subName(){return"sse"}emulation(){return!0}supported(){return this.options.eventsource!==null&&this.options.fetch!==null}initialize(Z,G,J){let X;if(globalThis&&globalThis.document&&globalThis.document.baseURI)X=new URL(this.endpoint,globalThis.document.baseURI);else X=new URL(this.endpoint);X.searchParams.append("cf_connect",J);let Y={},x=new this.options.eventsource(X.toString(),Y);this._transport=x;let z=this;x.onopen=function(){G.onOpen()},x.onerror=function(Q){x.close(),G.onError(Q),G.onClose({code:4,reason:"connection closed"})},x.onmessage=function(Q){G.onMessage(Q.data)},z._onClose=function(){G.onClose({code:4,reason:"connection closed"})}}close(){if(this._transport.close(),this._onClose!==null)this._onClose()}send(Z,G,J){let X={session:G,node:J,data:Z},Y={"Content-Type":"application/json"},x=JSON.stringify(X),z=this.options.fetch,Q={method:"POST",headers:Y,body:x,mode:"cors",credentials:"same-origin"};z(this.options.emulationEndpoint,Q)}}class TN{constructor(Z,G){this.endpoint=Z,this.options=G,this._transport=null,this._stream=null,this._writer=null,this._utf8decoder=new TextDecoder,this._protocol="json"}name(){return"webtransport"}subName(){return"webtransport"}emulation(){return!1}supported(){return this.options.webtransport!==void 0&&this.options.webtransport!==null}initialize(Z,G){return Y0(this,void 0,void 0,function*(){let J;if(globalThis&&globalThis.document&&globalThis.document.baseURI)J=new URL(this.endpoint,globalThis.document.baseURI);else J=new URL(this.endpoint);if(Z==="protobuf")J.searchParams.append("cf_protocol","protobuf");this._protocol=Z;let X=new EventTarget;this._transport=new this.options.webtransport(J.toString()),this._transport.closed.then(()=>{G.onClose({code:4,reason:"connection closed"})}).catch(()=>{G.onClose({code:4,reason:"connection closed"})});try{yield this._transport.ready}catch(x){this.close();return}let Y;try{Y=yield this._transport.createBidirectionalStream()}catch(x){this.close();return}this._stream=Y,this._writer=this._stream.writable.getWriter(),X.addEventListener("close",()=>{G.onClose({code:4,reason:"connection closed"})}),X.addEventListener("message",(x)=>{G.onMessage(x.data)}),this._startReading(X),G.onOpen()})}_startReading(Z){return Y0(this,void 0,void 0,function*(){let G=this._stream.readable.getReader(),J="",X=0,Y=new Uint8Array;try{while(!0){let{done:x,value:z}=yield G.read();if(z.length>0)if(this._protocol==="json"){J+=this._utf8decoder.decode(z);while(X<J.length)if(J[X]===`
47
+ `){let Q=J.substring(0,X);Z.dispatchEvent(new MessageEvent("message",{data:Q})),J=J.substring(X+1),X=0}else++X}else{let Q=new Uint8Array(Y.length+z.length);Q.set(Y),Q.set(z,Y.length),Y=Q;while(!0){let K=this.options.decoder.decodeReply(Y);if(K.ok){let W=Y.slice(0,K.pos);Z.dispatchEvent(new MessageEvent("message",{data:W})),Y=Y.slice(K.pos);continue}break}}if(x)break}}catch(x){Z.dispatchEvent(new Event("close"))}})}close(){return Y0(this,void 0,void 0,function*(){try{if(this._writer)yield this._writer.close();this._transport.close()}catch(Z){}})}send(Z){return Y0(this,void 0,void 0,function*(){let G;if(this._protocol==="json")G=new TextEncoder().encode(Z+`
48
+ `);else G=Z;try{yield this._writer.write(G)}catch(J){this.close()}})}}var rv=[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,0,1,2,3,4,5,6,7,8,9,-1,-1,-1,-1,-1,-1,-1,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,-1,-1,-1,-1,36,-1,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,-1,-1,-1,63,-1];class PN{constructor(Z){this.a=Z,this.pos=0}haveBytes(){return this.pos<this.a.length}getByte(){let Z=this.a[this.pos];if(this.pos++,this.pos>this.a.length)throw RangeError("out of bounds");return Z}getChar(){return String.fromCharCode(this.getByte())}getInt(){let Z=0,G;while(this.haveBytes()&&(G=rv[127&this.getByte()])>=0)Z=(Z<<6)+G;return this.pos--,Z>>>0}}class mN{constructor(){this.a=[]}toByteArray(Z){if(Array.isArray(Z))return this.a;return new Uint8Array(this.a)}putArray(Z,G,J){for(let X=G;X<J;X++)this.a.push(Z[X])}}function ov(Z){let G=0,J=0,X=0,Y=0,x=0,z=Z.length;while(z>=16)G=G+Z[x+0]|0,J=J+Z[x+1]|0,X=X+Z[x+2]|0,Y=Y+Z[x+3]|0,G=G+Z[x+4]|0,J=J+Z[x+5]|0,X=X+Z[x+6]|0,Y=Y+Z[x+7]|0,G=G+Z[x+8]|0,J=J+Z[x+9]|0,X=X+Z[x+10]|0,Y=Y+Z[x+11]|0,G=G+Z[x+12]|0,J=J+Z[x+13]|0,X=X+Z[x+14]|0,Y=Y+Z[x+15]|0,x+=16,z-=16;while(z>=4)G=G+Z[x+0]|0,J=J+Z[x+1]|0,X=X+Z[x+2]|0,Y=Y+Z[x+3]|0,x+=4,z-=4;switch(Y=((Y+(X<<8)|0)+(J<<16)|0)+(G<<24)|0,z){case 3:Y=Y+(Z[x+2]<<8)|0;case 2:Y=Y+(Z[x+1]<<16)|0;case 1:Y=Y+(Z[x+0]<<24)|0}return Y>>>0}function tv(Z,G){let J=0,X=new PN(G),Y=Z.length,x=G.length,z=X.getInt();if(X.getChar()!==`
49
+ `)throw Error("size integer not terminated by '\\n'");let Q=new mN;while(X.haveBytes()){let K=X.getInt(),W;switch(X.getChar()){case"@":if(W=X.getInt(),X.haveBytes()&&X.getChar()!==",")throw Error("copy command not terminated by ','");if(J+=K,J>z)throw Error("copy exceeds output file size");if(W+K>Y)throw Error("copy extends past end of input");Q.putArray(Z,W,W+K);break;case":":if(J+=K,J>z)throw Error("insert command gives an output larger than predicted");if(K>x)throw Error("insert count exceeds size of delta");Q.putArray(X.a,X.pos,X.pos+K),X.pos+=K;break;case";":{let H=Q.toByteArray(Z);if(K!==ov(H))throw Error("bad checksum");if(J!==z)throw Error("generated size does not match predicted size");return H}default:throw Error("unknown delta operator")}}throw Error("unterminated delta")}class tX{name(){return"json"}encodeCommands(Z){return Z.map((G)=>JSON.stringify(G)).join(`
50
+ `)}decodeReplies(Z){return Z.trim().split(`
51
+ `).map((G)=>JSON.parse(G))}applyDeltaIfNeeded(Z,G){let J,X;if(Z.delta){let Y=tv(G,new TextEncoder().encode(Z.data));J=JSON.parse(new TextDecoder().decode(Y)),X=Y}else J=JSON.parse(Z.data),X=new TextEncoder().encode(Z.data);return{newData:J,newPrevValue:X}}}var ev={headers:{},token:"",getToken:null,data:null,getData:null,debug:!1,name:"js",version:"",fetch:null,readableStream:null,websocket:null,eventsource:null,sockjs:null,sockjsOptions:{},emulationEndpoint:"/emulation",minReconnectDelay:500,maxReconnectDelay:20000,timeout:5000,maxServerPingDelay:1e4,networkEventTarget:null};class w5 extends Error{constructor(Z){super(Z);this.name=this.constructor.name}}class l8 extends AN{constructor(Z,G){super();if(this._reconnectTimeout=null,this._refreshTimeout=null,this._serverPingTimeout=null,this.state=C1.Disconnected,this._transportIsOpen=!1,this._endpoint=Z,this._emulation=!1,this._transports=[],this._currentTransportIndex=0,this._triedAllTransports=!1,this._transportWasOpen=!1,this._transport=null,this._transportId=0,this._deviceWentOffline=!1,this._transportClosed=!0,this._codec=new tX,this._reconnecting=!1,this._reconnectTimeout=null,this._reconnectAttempts=0,this._client=null,this._session="",this._node="",this._subs={},this._serverSubs={},this._commandId=0,this._commands=[],this._batching=!1,this._refreshRequired=!1,this._refreshTimeout=null,this._callbacks={},this._token="",this._data=null,this._dispatchPromise=Promise.resolve(),this._serverPing=0,this._serverPingTimeout=null,this._sendPong=!1,this._promises={},this._promiseId=0,this._debugEnabled=!1,this._networkEventsSet=!1,this._config=Object.assign(Object.assign({},ev),G),this._configure(),this._debugEnabled)this.on("state",(J)=>{this._debug("client state",J.oldState,"->",J.newState)}),this.on("error",(J)=>{this._debug("client error",J)});else this.on("error",function(){Function.prototype()})}newSubscription(Z,G){if(this.getSubscription(Z)!==null)throw Error("Subscription to the channel "+Z+" already exists");let J=new RN(this,Z,G);return this._subs[Z]=J,J}getSubscription(Z){return this._getSub(Z)}removeSubscription(Z){if(!Z)return;if(Z.state!==K0.Unsubscribed)Z.unsubscribe();this._removeSubscription(Z)}subscriptions(){return this._subs}ready(Z){return Y0(this,void 0,void 0,function*(){switch(this.state){case C1.Disconnected:throw{code:M1.clientDisconnected,message:"client disconnected"};case C1.Connected:return;default:return new Promise((G,J)=>{let X={resolve:G,reject:J};if(Z)X.timeout=setTimeout(()=>{J({code:M1.timeout,message:"timeout"})},Z);this._promises[this._nextPromiseId()]=X})}})}connect(){if(this._isConnected()){this._debug("connect called when already connected");return}if(this._isConnecting()){this._debug("connect called when already connecting");return}this._debug("connect called"),this._reconnectAttempts=0,this._startConnecting()}disconnect(){this._disconnect(Z4.disconnectCalled,"disconnect called",!1)}setToken(Z){this._token=Z}setData(Z){this._data=Z}setHeaders(Z){this._config.headers=Z}send(Z){return Y0(this,void 0,void 0,function*(){let G={send:{data:Z}};if(yield this._methodCall(),!this._transportSendCommands([G]))throw this._createErrorObject(M1.transportWriteError,"transport write error")})}rpc(Z,G){return Y0(this,void 0,void 0,function*(){let J={rpc:{method:Z,data:G}};return yield this._methodCall(),{data:(yield this._callPromise(J,(Y)=>Y.rpc)).data}})}publish(Z,G){return Y0(this,void 0,void 0,function*(){let J={publish:{channel:Z,data:G}};return yield this._methodCall(),yield this._callPromise(J,()=>({})),{}})}history(Z,G){return Y0(this,void 0,void 0,function*(){let J={history:this._getHistoryRequest(Z,G)};yield this._methodCall();let X=yield this._callPromise(J,(x)=>x.history),Y=[];if(X.publications)for(let x=0;x<X.publications.length;x++)Y.push(this._getPublicationContext(Z,X.publications[x]));return{publications:Y,epoch:X.epoch||"",offset:X.offset||0}})}presence(Z){return Y0(this,void 0,void 0,function*(){let G={presence:{channel:Z}};yield this._methodCall();let X=(yield this._callPromise(G,(Y)=>Y.presence)).presence;for(let Y in X)if(Object.prototype.hasOwnProperty.call(X,Y)){let x=X[Y],z=x.conn_info,Q=x.chan_info;if(z)x.connInfo=z;if(Q)x.chanInfo=Q}return{clients:X}})}presenceStats(Z){return Y0(this,void 0,void 0,function*(){let G={presence_stats:{channel:Z}};yield this._methodCall();let J=yield this._callPromise(G,(X)=>{return X.presence_stats});return{numUsers:J.num_users,numClients:J.num_clients}})}startBatching(){this._batching=!0}stopBatching(){let Z=this;Promise.resolve().then(function(){Promise.resolve().then(function(){Z._batching=!1,Z._flush()})})}_debug(...Z){if(!this._debugEnabled)return;nv("debug",Z)}_codecName(){return this._codec.name()}_formatOverride(){return}_configure(){if(!("Promise"in globalThis))throw Error("Promise polyfill required");if(!this._endpoint)throw Error("endpoint configuration required");if(this._config.token!==null)this._token=this._config.token;if(this._config.data!==null)this._data=this._config.data;if(this._codec=new tX,this._formatOverride(),this._config.debug===!0||typeof localStorage<"u"&&typeof localStorage.getItem==="function"&&localStorage.getItem("centrifuge.debug"))this._debugEnabled=!0;if(this._debug("config",this._config),typeof this._endpoint==="string");else if(Array.isArray(this._endpoint)){this._transports=this._endpoint,this._emulation=!0;for(let Z in this._transports)if(this._transports.hasOwnProperty(Z)){let G=this._transports[Z];if(!G.endpoint||!G.transport)throw Error("malformed transport configuration");let J=G.transport;if(["websocket","http_stream","sse","sockjs","webtransport"].indexOf(J)<0)throw Error("unsupported transport name: "+J)}}else throw Error("unsupported url configuration type: only string or array of objects are supported")}_setState(Z){if(this.state!==Z){this._reconnecting=!1;let G=this.state;return this.state=Z,this.emit("state",{newState:Z,oldState:G}),!0}return!1}_isDisconnected(){return this.state===C1.Disconnected}_isConnecting(){return this.state===C1.Connecting}_isConnected(){return this.state===C1.Connected}_nextCommandId(){return++this._commandId}_setNetworkEvents(){if(this._networkEventsSet)return;let Z=null;if(this._config.networkEventTarget!==null)Z=this._config.networkEventTarget;else if(typeof globalThis.addEventListener<"u")Z=globalThis;if(Z)Z.addEventListener("offline",()=>{if(this._debug("offline event triggered"),this.state===C1.Connected||this.state===C1.Connecting)this._disconnect(z8.transportClosed,"transport closed",!0),this._deviceWentOffline=!0}),Z.addEventListener("online",()=>{if(this._debug("online event triggered"),this.state!==C1.Connecting)return;if(this._deviceWentOffline&&!this._transportClosed)this._deviceWentOffline=!1,this._transportClosed=!0;this._clearReconnectTimeout(),this._startReconnecting()}),this._networkEventsSet=!0}_getReconnectDelay(){let Z=zG(this._reconnectAttempts,this._config.minReconnectDelay,this._config.maxReconnectDelay);return this._reconnectAttempts+=1,Z}_clearOutgoingRequests(){for(let Z in this._callbacks)if(this._callbacks.hasOwnProperty(Z)){let G=this._callbacks[Z];clearTimeout(G.timeout);let J=G.errback;if(!J)continue;J({error:this._createErrorObject(M1.connectionClosed,"connection closed")})}this._callbacks={}}_clearConnectedState(){this._client=null,this._clearServerPingTimeout(),this._clearRefreshTimeout();for(let Z in this._subs){if(!this._subs.hasOwnProperty(Z))continue;let G=this._subs[Z];if(G.state===K0.Subscribed)G._setSubscribing(YG.transportClosed,"transport closed")}for(let Z in this._serverSubs)if(this._serverSubs.hasOwnProperty(Z))this.emit("subscribing",{channel:Z})}_handleWriteError(Z){for(let G of Z){let J=G.id;if(!(J in this._callbacks))continue;let X=this._callbacks[J];clearTimeout(this._callbacks[J].timeout),delete this._callbacks[J];let Y=X.errback;Y({error:this._createErrorObject(M1.transportWriteError,"transport write error")})}}_transportSendCommands(Z){if(!Z.length)return!0;if(!this._transport)return!1;try{this._transport.send(this._codec.encodeCommands(Z),this._session,this._node)}catch(G){return this._debug("error writing commands",G),this._handleWriteError(Z),!1}return!0}_initializeTransport(){let Z;if(this._config.websocket!==null)Z=this._config.websocket;else if(!(typeof globalThis.WebSocket!=="function"&&typeof globalThis.WebSocket!=="object"))Z=globalThis.WebSocket;let G=null;if(this._config.sockjs!==null)G=this._config.sockjs;else if(typeof globalThis.SockJS<"u")G=globalThis.SockJS;let J=null;if(this._config.eventsource!==null)J=this._config.eventsource;else if(typeof globalThis.EventSource<"u")J=globalThis.EventSource;let X=null;if(this._config.fetch!==null)X=this._config.fetch;else if(typeof globalThis.fetch<"u")X=globalThis.fetch;let Y=null;if(this._config.readableStream!==null)Y=this._config.readableStream;else if(typeof globalThis.ReadableStream<"u")Y=globalThis.ReadableStream;if(!this._emulation){if(av(this._endpoint,"http"))throw Error("Provide explicit transport endpoints configuration in case of using HTTP (i.e. using array of TransportEndpoint instead of a single string), or use ws(s):// scheme in an endpoint if you aimed using WebSocket transport");else if(this._debug("client will use websocket"),this._transport=new oX(this._endpoint,{websocket:Z}),!this._transport.supported())throw Error("WebSocket constructor not found, make sure it is available globally or passed as a dependency in Centrifuge options")}else{if(this._currentTransportIndex>=this._transports.length)this._triedAllTransports=!0,this._currentTransportIndex=0;let N=0;while(!0){if(N>=this._transports.length)throw Error("no supported transport found");let $=this._transports[this._currentTransportIndex],L=$.transport,B=$.endpoint;if(L==="websocket"){if(this._debug("trying websocket transport"),this._transport=new oX(B,{websocket:Z}),!this._transport.supported()){this._debug("websocket transport not available"),this._currentTransportIndex++,N++;continue}}else if(L==="webtransport"){if(this._debug("trying webtransport transport"),this._transport=new TN(B,{webtransport:globalThis.WebTransport,decoder:this._codec,encoder:this._codec}),!this._transport.supported()){this._debug("webtransport transport not available"),this._currentTransportIndex++,N++;continue}}else if(L==="http_stream"){if(this._debug("trying http_stream transport"),this._transport=new DN(B,{fetch:X,readableStream:Y,emulationEndpoint:this._config.emulationEndpoint,decoder:this._codec,encoder:this._codec}),!this._transport.supported()){this._debug("http_stream transport not available"),this._currentTransportIndex++,N++;continue}}else if(L==="sse"){if(this._debug("trying sse transport"),this._transport=new IN(B,{eventsource:J,fetch:X,emulationEndpoint:this._config.emulationEndpoint}),!this._transport.supported()){this._debug("sse transport not available"),this._currentTransportIndex++,N++;continue}}else if(L==="sockjs"){if(this._debug("trying sockjs"),this._transport=new ON(B,{sockjs:G,sockjsOptions:this._config.sockjsOptions}),!this._transport.supported()){this._debug("sockjs transport not available"),this._currentTransportIndex++,N++;continue}}else throw Error("unknown transport "+L);break}}let x=this,z=this._transport,Q=this._nextTransportId();x._debug("id of transport",Q);let K=!1,W=[];if(this._transport.emulation()){let N=x._sendConnect(!0);W.push(N)}this._setNetworkEvents();let H=this._codec.encodeCommands(W);this._transportClosed=!1;let U;U=setTimeout(function(){z.close()},this._config.timeout),this._transport.initialize(this._codecName(),{onOpen:function(){if(U)clearTimeout(U),U=null;if(x._transportId!=Q){x._debug("open callback from non-actual transport"),z.close();return}if(K=!0,x._debug(z.subName(),"transport open"),z.emulation())return;x._transportIsOpen=!0,x._transportWasOpen=!0,x.startBatching(),x._sendConnect(!1),x._sendSubscribeCommands(),x.stopBatching(),x.emit("__centrifuge_debug:connect_frame_sent",{})},onError:function(N){if(x._transportId!=Q){x._debug("error callback from non-actual transport");return}x._debug("transport level error",N)},onClose:function(N){if(U)clearTimeout(U),U=null;if(x._transportId!=Q){x._debug("close callback from non-actual transport");return}x._debug(z.subName(),"transport closed"),x._transportClosed=!0,x._transportIsOpen=!1;let $="connection closed",L=!0,B=0;if(N&&"code"in N&&N.code)B=N.code;if(N&&N.reason)try{let q=JSON.parse(N.reason);$=q.reason,L=q.reconnect}catch(q){if($=N.reason,B>=3500&&B<4000||B>=4500&&B<5000)L=!1}if(B<3000){if(B===1009)B=Z4.messageSizeLimit,$="message size limit exceeded",L=!1;else B=z8.transportClosed,$="transport closed";if(x._emulation&&!x._transportWasOpen){if(x._currentTransportIndex++,x._currentTransportIndex>=x._transports.length)x._triedAllTransports=!0,x._currentTransportIndex=0}}else x._transportWasOpen=!0;if(x._isConnecting()&&!K)x.emit("error",{type:"transport",error:{code:M1.transportClosed,message:"transport closed"},transport:z.name()});x._reconnecting=!1,x._disconnect(B,$,L)},onMessage:function(N){x._dataReceived(N)}},H),x.emit("__centrifuge_debug:transport_initialized",{})}_sendConnect(Z){let G=this._constructConnectCommand(),J=this;return this._call(G,Z).then((X)=>{let Y=X.reply.connect;if(J._connectResponse(Y),X.next)X.next()},(X)=>{if(J._connectError(X.error),X.next)X.next()}),G}_startReconnecting(){if(this._debug("start reconnecting"),!this._isConnecting()){this._debug("stop reconnecting: client not in connecting state");return}if(this._reconnecting){this._debug("reconnect already in progress, return from reconnect routine");return}if(this._transportClosed===!1){this._debug("waiting for transport close");return}this._reconnecting=!0;let Z=this._token==="";if(!(this._refreshRequired||Z&&this._config.getToken!==null)){if(this._config.getData)this._config.getData().then((X)=>{if(!this._isConnecting())return;this._data=X,this._initializeTransport()}).catch((X)=>this._handleGetDataError(X));else this._initializeTransport();return}let J=this;this._getToken().then(function(X){if(!J._isConnecting())return;if(X==null||X==null){J._failUnauthorized();return}if(J._token=X,J._debug("connection token refreshed"),J._config.getData)J._config.getData().then(function(Y){if(!J._isConnecting())return;J._data=Y,J._initializeTransport()}).catch((Y)=>J._handleGetDataError(Y));else J._initializeTransport()}).catch(function(X){if(!J._isConnecting())return;if(X instanceof w5){J._failUnauthorized();return}J.emit("error",{type:"connectToken",error:{code:M1.clientConnectToken,message:X!==void 0?X.toString():""}});let Y=J._getReconnectDelay();J._debug("error on getting connection token, reconnect after "+Y+" milliseconds",X),J._reconnecting=!1,J._reconnectTimeout=setTimeout(()=>{J._startReconnecting()},Y)})}_handleGetDataError(Z){if(Z instanceof w5){this._failUnauthorized();return}this.emit("error",{type:"connectData",error:{code:M1.badConfiguration,message:(Z===null||Z===void 0?void 0:Z.toString())||""}});let G=this._getReconnectDelay();this._debug("error on getting connect data, reconnect after "+G+" milliseconds",Z),this._reconnecting=!1,this._reconnectTimeout=setTimeout(()=>{this._startReconnecting()},G)}_connectError(Z){if(this.state!==C1.Connecting)return;if(Z.code===109)this._refreshRequired=!0;if(Z.code<100||Z.temporary===!0||Z.code===109)this.emit("error",{type:"connect",error:Z}),this._debug("closing transport due to connect error"),this._disconnect(Z.code,Z.message,!0);else this._disconnect(Z.code,Z.message,!1)}_scheduleReconnect(){if(!this._isConnecting())return;let Z=!1;if(this._emulation&&!this._transportWasOpen&&!this._triedAllTransports)Z=!0;let G=this._getReconnectDelay();if(Z)G=0;this._debug("reconnect after "+G+" milliseconds"),this._clearReconnectTimeout(),this._reconnectTimeout=setTimeout(()=>{this._startReconnecting()},G)}_constructConnectCommand(){let Z={};if(this._token)Z.token=this._token;if(this._data)Z.data=this._data;if(this._config.name)Z.name=this._config.name;if(this._config.version)Z.version=this._config.version;if(Object.keys(this._config.headers).length>0)Z.headers=this._config.headers;let G={},J=!1;for(let X in this._serverSubs)if(this._serverSubs.hasOwnProperty(X)&&this._serverSubs[X].recoverable){J=!0;let Y={recover:!0};if(this._serverSubs[X].offset)Y.offset=this._serverSubs[X].offset;if(this._serverSubs[X].epoch)Y.epoch=this._serverSubs[X].epoch;G[X]=Y}if(J)Z.subs=G;return{connect:Z}}_getHistoryRequest(Z,G){let J={channel:Z};if(G!==void 0){if(G.since){if(J.since={offset:G.since.offset},G.since.epoch)J.since.epoch=G.since.epoch}if(G.limit!==void 0)J.limit=G.limit;if(G.reverse===!0)J.reverse=!0}return J}_methodCall(){if(this._isConnected())return Promise.resolve();return new Promise((Z,G)=>{let J=setTimeout(function(){G({code:M1.timeout,message:"timeout"})},this._config.timeout);this._promises[this._nextPromiseId()]={timeout:J,resolve:Z,reject:G}})}_callPromise(Z,G){return new Promise((J,X)=>{this._call(Z,!1).then((Y)=>{var x;let z=G(Y.reply);J(z),(x=Y.next)===null||x===void 0||x.call(Y)},(Y)=>{var x;X(Y.error),(x=Y.next)===null||x===void 0||x.call(Y)})})}_dataReceived(Z){if(this._serverPing>0)this._waitServerPing();let G=this._codec.decodeReplies(Z);this._dispatchPromise=this._dispatchPromise.then(()=>{let J;this._dispatchPromise=new Promise((X)=>{J=X}),this._dispatchSynchronized(G,J)})}_dispatchSynchronized(Z,G){let J=Promise.resolve();for(let X in Z)if(Z.hasOwnProperty(X))J=J.then(()=>{return this._dispatchReply(Z[X])});J=J.then(()=>{G()})}_dispatchReply(Z){let G,J=new Promise((Y)=>{G=Y});if(Z===void 0||Z===null)return this._debug("dispatch: got undefined or null reply"),G(),J;let X=Z.id;if(X&&X>0)this._handleReply(Z,G);else if(!Z.push)this._handleServerPing(G);else this._handlePush(Z.push,G);return J}_call(Z,G){return new Promise((J,X)=>{if(Z.id=this._nextCommandId(),this._registerCall(Z.id,J,X),!G)this._addCommand(Z)})}_startConnecting(){if(this._debug("start connecting"),this._setState(C1.Connecting))this.emit("connecting",{code:z8.connectCalled,reason:"connect called"});this._client=null,this._startReconnecting()}_disconnect(Z,G,J){if(this._isDisconnected())return;this._transportIsOpen=!1;let X=this.state;this._reconnecting=!1;let Y={code:Z,reason:G},x=!1;if(J)x=this._setState(C1.Connecting);else x=this._setState(C1.Disconnected),this._rejectPromises({code:M1.clientDisconnected,message:"disconnected"});if(this._clearOutgoingRequests(),X===C1.Connecting)this._clearReconnectTimeout();if(X===C1.Connected)this._clearConnectedState();if(x)if(this._isConnecting())this.emit("connecting",Y);else this.emit("disconnected",Y);if(this._transport){this._debug("closing existing transport");let z=this._transport;this._transport=null,z.close(),this._transportClosed=!0,this._nextTransportId()}else this._debug("no transport to close");this._scheduleReconnect()}_failUnauthorized(){this._disconnect(Z4.unauthorized,"unauthorized",!1)}_getToken(){if(this._debug("get connection token"),!this._config.getToken)return this.emit("error",{type:"configuration",error:{code:M1.badConfiguration,message:"token expired but no getToken function set in the configuration"}}),Promise.reject(new w5(""));return this._config.getToken({})}_refresh(){let Z=this._client,G=this;this._getToken().then(function(J){if(Z!==G._client)return;if(!J){G._failUnauthorized();return}if(G._token=J,G._debug("connection token refreshed"),!G._isConnected())return;let X={refresh:{token:G._token}};G._call(X,!1).then((Y)=>{let x=Y.reply.refresh;if(G._refreshResponse(x),Y.next)Y.next()},(Y)=>{if(G._refreshError(Y.error),Y.next)Y.next()})}).catch(function(J){if(!G._isConnected())return;if(J instanceof w5){G._failUnauthorized();return}G.emit("error",{type:"refreshToken",error:{code:M1.clientRefreshToken,message:J!==void 0?J.toString():""}}),G._refreshTimeout=setTimeout(()=>G._refresh(),G._getRefreshRetryDelay())})}_refreshError(Z){if(Z.code<100||Z.temporary===!0)this.emit("error",{type:"refresh",error:Z}),this._refreshTimeout=setTimeout(()=>this._refresh(),this._getRefreshRetryDelay());else this._disconnect(Z.code,Z.message,!1)}_getRefreshRetryDelay(){return zG(0,5000,1e4)}_refreshResponse(Z){if(this._refreshTimeout)clearTimeout(this._refreshTimeout),this._refreshTimeout=null;if(Z.expires)this._client=Z.client,this._refreshTimeout=setTimeout(()=>this._refresh(),QG(Z.ttl))}_removeSubscription(Z){if(Z===null)return;delete this._subs[Z.channel]}_unsubscribe(Z){if(!this._transportIsOpen)return Promise.resolve();let J={unsubscribe:{channel:Z.channel}},X=this;return new Promise((x,z)=>{this._call(J,!1).then((Q)=>{if(x(),Q.next)Q.next()},(Q)=>{if(x(),Q.next)Q.next();X._disconnect(z8.unsubscribeError,"unsubscribe error",!0)})})}_getSub(Z,G){if(G&&G>0){for(let X in this._subs)if(this._subs.hasOwnProperty(X)){let Y=this._subs[X];if(Y._id===G)return Y}return null}let J=this._subs[Z];if(!J)return null;return J}_isServerSub(Z){return this._serverSubs[Z]!==void 0}_sendSubscribeCommands(){let Z=[];for(let G in this._subs){if(!this._subs.hasOwnProperty(G))continue;let J=this._subs[G];if(J._inflight===!0)continue;if(J.state===K0.Subscribing){let X=J._subscribe();if(X)Z.push(X)}}return Z}_connectResponse(Z){if(this._transportIsOpen=!0,this._transportWasOpen=!0,this._reconnectAttempts=0,this._refreshRequired=!1,this._isConnected())return;if(this._client=Z.client,this._setState(C1.Connected),this._refreshTimeout)clearTimeout(this._refreshTimeout);if(Z.expires)this._refreshTimeout=setTimeout(()=>this._refresh(),QG(Z.ttl));this._session=Z.session,this._node=Z.node,this.startBatching(),this._sendSubscribeCommands(),this.stopBatching();let G={client:Z.client,transport:this._transport.subName()};if(Z.data)G.data=Z.data;if(this.emit("connected",G),this._resolvePromises(),this._processServerSubs(Z.subs||{}),Z.ping&&Z.ping>0)this._serverPing=Z.ping*1000,this._sendPong=Z.pong===!0,this._waitServerPing();else this._serverPing=0}_processServerSubs(Z){for(let G in Z){if(!Z.hasOwnProperty(G))continue;let J=Z[G];this._serverSubs[G]={offset:J.offset,epoch:J.epoch,recoverable:J.recoverable||!1};let X=this._getSubscribeContext(G,J);this.emit("subscribed",X)}for(let G in Z){if(!Z.hasOwnProperty(G))continue;let J=Z[G];if(J.recovered){let X=J.publications;if(X&&X.length>0){for(let Y in X)if(X.hasOwnProperty(Y))this._handlePublication(G,X[Y])}}}for(let G in this._serverSubs){if(!this._serverSubs.hasOwnProperty(G))continue;if(!Z[G])this.emit("unsubscribed",{channel:G}),delete this._serverSubs[G]}}_clearRefreshTimeout(){if(this._refreshTimeout!==null)clearTimeout(this._refreshTimeout),this._refreshTimeout=null}_clearReconnectTimeout(){if(this._reconnectTimeout!==null)clearTimeout(this._reconnectTimeout),this._reconnectTimeout=null}_clearServerPingTimeout(){if(this._serverPingTimeout!==null)clearTimeout(this._serverPingTimeout),this._serverPingTimeout=null}_waitServerPing(){if(this._config.maxServerPingDelay===0)return;if(!this._isConnected())return;this._clearServerPingTimeout(),this._serverPingTimeout=setTimeout(()=>{if(!this._isConnected())return;this._disconnect(z8.noPing,"no ping",!0)},this._serverPing+this._config.maxServerPingDelay)}_getSubscribeContext(Z,G){let J={channel:Z,positioned:!1,recoverable:!1,wasRecovering:!1,recovered:!1,hasRecoveredPublications:!1};if(G.recovered)J.recovered=!0;if(G.positioned)J.positioned=!0;if(G.recoverable)J.recoverable=!0;if(G.was_recovering)J.wasRecovering=!0;let X="";if("epoch"in G)X=G.epoch;let Y=0;if("offset"in G)Y=G.offset;if(J.positioned||J.recoverable)J.streamPosition={offset:Y,epoch:X};if(Array.isArray(G.publications)&&G.publications.length>0)J.hasRecoveredPublications=!0;if(G.data)J.data=G.data;return J}_handleReply(Z,G){let J=Z.id;if(!(J in this._callbacks)){G();return}let X=this._callbacks[J];if(clearTimeout(this._callbacks[J].timeout),delete this._callbacks[J],!sv(Z)){let Y=X.callback;if(!Y)return;Y({reply:Z,next:G})}else{let Y=X.errback;if(!Y){G();return}let x={code:Z.error.code,message:Z.error.message||"",temporary:Z.error.temporary||!1};Y({error:x,next:G})}}_handleJoin(Z,G,J){let X=this._getSub(Z,J);if(!X&&Z){if(this._isServerSub(Z)){let Y={channel:Z,info:this._getJoinLeaveContext(G.info)};this.emit("join",Y)}return}X._handleJoin(G)}_handleLeave(Z,G,J){let X=this._getSub(Z,J);if(!X&&Z){if(this._isServerSub(Z)){let Y={channel:Z,info:this._getJoinLeaveContext(G.info)};this.emit("leave",Y)}return}X._handleLeave(G)}_handleUnsubscribe(Z,G){let J=this._getSub(Z,0);if(!J&&Z){if(this._isServerSub(Z))delete this._serverSubs[Z],this.emit("unsubscribed",{channel:Z});return}if(G.code<2500)J._setUnsubscribed(G.code,G.reason,!1);else J._setSubscribing(G.code,G.reason)}_handleSubscribe(Z,G){this._serverSubs[Z]={offset:G.offset,epoch:G.epoch,recoverable:G.recoverable||!1},this.emit("subscribed",this._getSubscribeContext(Z,G))}_handleDisconnect(Z){let G=Z.code,J=!0;if(G>=3500&&G<4000||G>=4500&&G<5000)J=!1;this._disconnect(G,Z.reason,J)}_getPublicationContext(Z,G){let J={channel:Z,data:G.data};if(G.offset)J.offset=G.offset;if(G.info)J.info=this._getJoinLeaveContext(G.info);if(G.tags)J.tags=G.tags;return J}_getJoinLeaveContext(Z){let G={client:Z.client,user:Z.user},J=Z.conn_info;if(J)G.connInfo=J;let X=Z.chan_info;if(X)G.chanInfo=X;return G}_handlePublication(Z,G,J){let X=this._getSub(Z,J);if(!X&&Z){if(this._isServerSub(Z)){let Y=this._getPublicationContext(Z,G);if(this.emit("publication",Y),G.offset!==void 0)this._serverSubs[Z].offset=G.offset}return}X._handlePublication(G)}_handleMessage(Z){this.emit("message",{data:Z.data})}_handleServerPing(Z){if(this._sendPong){let G={};this._transportSendCommands([G])}Z()}_handlePush(Z,G){let{channel:J,id:X}=Z;if(Z.pub)this._handlePublication(J,Z.pub,X);else if(Z.message)this._handleMessage(Z.message);else if(Z.join)this._handleJoin(J,Z.join,X);else if(Z.leave)this._handleLeave(J,Z.leave,X);else if(Z.unsubscribe)this._handleUnsubscribe(J,Z.unsubscribe);else if(Z.subscribe)this._handleSubscribe(J,Z.subscribe);else if(Z.disconnect)this._handleDisconnect(Z.disconnect);G()}_flush(){let Z=this._commands.slice(0);this._commands=[],this._transportSendCommands(Z)}_createErrorObject(Z,G,J){let X={code:Z,message:G};if(J)X.temporary=!0;return X}_registerCall(Z,G,J){this._callbacks[Z]={callback:G,errback:J,timeout:null},this._callbacks[Z].timeout=setTimeout(()=>{if(delete this._callbacks[Z],MN(J))J({error:this._createErrorObject(M1.timeout,"timeout")})},this._config.timeout)}_addCommand(Z){if(this._batching)this._commands.push(Z);else this._transportSendCommands([Z])}_nextPromiseId(){return++this._promiseId}_nextTransportId(){return++this._transportId}_resolvePromises(){for(let Z in this._promises){if(!this._promises.hasOwnProperty(Z))continue;if(this._promises[Z].timeout)clearTimeout(this._promises[Z].timeout);this._promises[Z].resolve(),delete this._promises[Z]}}_rejectPromises(Z){for(let G in this._promises){if(!this._promises.hasOwnProperty(G))continue;if(this._promises[G].timeout)clearTimeout(this._promises[G].timeout);this._promises[G].reject(Z),delete this._promises[G]}}}l8.SubscriptionState=K0;l8.State=C1;l8.UnauthorizedError=w5;async function Zj(){let Z=await fetch(G0()+"api/centrifuge/gen_token");if(!Z.ok){if(Z.status===403)throw new l8.UnauthorizedError("Backend is not answering");throw Error(`Unexpected status code ${Z.status}`)}return(await Z.json()).token}var Q8=()=>t3()?new l8(t3()||"",{getToken:Zj}):null,Gj=vN.createContext(null),l0=Gj;var A5=new HJ;var WG=require("react");var G4=require("react");function HG(Z){let[G,J]=G4.useState(null),[X,Y]=G4.useState(!1);return G4.useEffect(()=>{if(!X)Y(!0),fetch(G0()+`api/support/${Z}`,{method:"GET"}).then((x)=>x.json()).then((x)=>{J(x)})},[]),G}var Jj=({children:Z})=>{let G=WG.useContext(c0),J=HG("socketIO"),X=(Y)=>{window.sid=Y.sid,console.log(`SocketIO initialized: ${window.sid}`)};return WG.useEffect(()=>{if(!G)return;let Y=()=>{console.log("SocketIO connected")},x=(z)=>{console.log(`SocketIO disconnected: ${z}`),G.connect()};if(J)G.on("pieinit",X),G.on("connect",Y),G.on("disconnect",x),G.connect();return()=>{if(J)G.off("pieinit",X),G.off("connect",Y),G.off("disconnect",x),G.disconnect()}},[G,J]),Z},K8=Jj;var UG=require("react");var Xj=({children:Z})=>{let G=UG.useContext(l0),J=HG("centrifuge");return UG.useEffect(()=>{if(!G)return;let X=()=>{console.log("Centrifuge connected")},Y=(x)=>{console.log("Centrifuge disconnected:",x)};if(J)G.on("connected",X),G.on("disconnected",Y),G.connect();return()=>{if(J)G.disconnect()}},[G,J]),Z},H8=Xj;var a0=require("react/jsx-dev-runtime"),Yj=({children:Z,fallback:G})=>{return a0.jsxDEV(Z5,{client:A5,children:a0.jsxDEV(k0.Provider,{value:C5,children:a0.jsxDEV(c0.Provider,{value:x8(),children:a0.jsxDEV(l0.Provider,{value:Q8(),children:a0.jsxDEV(g0.Provider,{value:G??a0.jsxDEV(a0.Fragment,{},void 0,!1,void 0,this),children:a0.jsxDEV(K8,{children:a0.jsxDEV(H8,{children:a0.jsxDEV(jN.StyleRoot,{children:Z},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)},EN=Yj;var vV=t(b8(),1);var W8=require("react");var xj=({card:Z,data:G,children:J,useSocketioSupport:X=!1,useCentrifugeSupport:Y=!1,useMittSupport:x=!1,centrifugeChannel:z=void 0,methods:Q=void 0})=>{if(n())console.log("[PieCard] Rendering card:",Z),console.log("[PieCard] Card data:",G),console.log("[PieCard] Component name:",G?.name),console.log("[PieCard] Real-time support:",{socketio:X,centrifuge:Y,mitt:x,centrifugeChannel:z}),console.log("[PieCard] Methods:",Q?Object.keys(Q):"none"),console.log("[PieCard] Has children:",!!J);let K=W8.useContext(c0),W=W8.useContext(l0),H=W8.useContext(k0);if(W8.useEffect(()=>{if(!K||!X||!Q||!G.name){if(n()&&X)console.log("[PieCard] Socket.IO setup skipped:",{hasSocket:!!K,useSocketioSupport:X,hasMethods:!!Q,hasDataName:!!G?.name});return}return Object.entries(Q).forEach(([U,N])=>{let $=`pie${U}_${G.name}`;if(n())console.log(`[PieCard] Socket.IO registering event: ${$}`);K.on($,N)}),()=>{Object.entries(Q).forEach(([U,N])=>{let $=`pie${U}_${G.name}`;if(n())console.log(`[PieCard] Socket.IO unregistering event: ${$}`);K.off($,N)})}},[K,Q,G.name]),W8.useEffect(()=>{if(!W||!Y||!z||!Q||!G.name){if(n()&&Y)console.log("[PieCard] Centrifuge setup skipped:",{hasCentrifuge:!!W,useCentrifugeSupport:Y,hasCentrifugeChannel:!!z,hasMethods:!!Q,hasDataName:!!G?.name});return}let U=Object.entries(Q).map(([N,$])=>{let L=`pie${N}_${G.name}_${z}`;if(n())console.log(`[PieCard] Centrifuge subscribing to channel: ${L}`);let B=W.newSubscription(L);return B.on("publication",(q)=>{if(n())console.log(`[PieCard] Centrifuge received data on ${L}:`,q.data);$(q.data)}),B.subscribe(),B});return()=>{U.forEach((N)=>{if(n())console.log("[PieCard] Centrifuge unsubscribing from channel");N.unsubscribe(),W.removeSubscription(N)})}},[W,z,Q,G.name]),W8.useEffect(()=>{if(!H||!x||!Q||!G.name){if(n()&&x)console.log("[PieCard] Mitt setup skipped:",{hasMitt:!!H,useMittSupport:x,hasMethods:!!Q,hasDataName:!!G?.name});return}return Object.entries(Q).forEach(([U,N])=>{let $=`pie${U}_${G.name}`;if(n())console.log(`[PieCard] Mitt registering event: ${$}`);H.on($,N)}),()=>{Object.entries(Q).forEach(([U,N])=>{let $=`pie${U}_${G.name}`;if(n())console.log(`[PieCard] Mitt unregistering event: ${$}`);H.off($,N)})}},[H,Q,G.name]),n())console.log("[PieCard] Rendering complete, returning children");return J},n0=xj;var pN=t(b8(),1);var SN=t(b8(),1);function NG(Z){if(!Z)return{};let G={...Z};if("animationName"in G&&typeof G.animationName==="object"){let J="radiumAnimation_"+Math.random().toString(36).substring(2,8);G.animationName=SN.default.keyframes(G.animationName,J)}return G}var $G=require("react/jsx-dev-runtime"),zj=({data:Z,content:G,setUiAjaxConfiguration:J})=>{let{name:X,sx:Y}=Z;return $G.jsxDEV(n0,{card:X,data:Z,children:$G.jsxDEV("div",{style:NG(Y),id:X,children:G.map((x,z)=>{return $G.jsxDEV(J0,{uiConfig:x,setUiAjaxConfiguration:J},`children-${z}`,!1,void 0,this)})},void 0,!1,void 0,this)},void 0,!1,void 0,this)},_N=pN.default(zj);var ZY=require("react/jsx-dev-runtime"),Qj=({data:Z,content:G,setUiAjaxConfiguration:J})=>{let{name:X}=Z;return ZY.jsxDEV(n0,{card:X,data:Z,children:G.map((Y,x)=>{return ZY.jsxDEV(J0,{uiConfig:Y,setUiAjaxConfiguration:J},`children-${x}`,!1,void 0,this)})},void 0,!1,void 0,this)},iN=Qj;var M5=require("react");var GY=require("react/jsx-dev-runtime"),Kj=({data:Z,content:G})=>{let{useLoader:J,noReturn:X,returnType:Y,useSocketioSupport:x,useCentrifugeSupport:z,useMittSupport:Q,centrifugeChannel:K}=Z,W=M5.useContext(g0),[H,U]=M5.useState(!1),[N,$]=M5.useState(null),L=M5.useRef(G),B=M5.useContext(k0),q=(F)=>{if(F===null)U(!0);else if(U(!1),!X)L.current=F;if(!X)$(F)},R=(F)=>{L.current=F.content,$(F.content)},T=(F)=>{if(F===null)U(!0);else if(U(!1),!X)for(let I of F)B.emit(I.name,I.data)};if(M5.useEffect(()=>{$(G),U(!1)},[G]),!N&&J)return W;return GY.jsxDEV(n0,{card:"AjaxGroupCard",data:Z,methods:{changeContent:R},useSocketioSupport:x,useCentrifugeSupport:z,useMittSupport:Q,centrifugeChannel:K,children:GY.jsxDEV(J0,{uiConfig:N??L.current,setUiAjaxConfiguration:Y==="events"?T:q},void 0,!1,void 0,this)},void 0,!1,void 0,this)},CN=Kj;function JY(Z=1000){return new Promise((G)=>{let J=()=>{if(typeof window.sid<"u")G(null);else setTimeout(J,Z)};J()})}var LG=(Z,G={},J=[],X)=>{if(n())console.log("Registering AJAX: ",X,G,J);if(!X||!Z){if(n())console.warn("Registration FAILED: pathname or setUiAjaxConfiguration is missing!");return()=>{}}return async(Y={})=>{if(J.includes("sid"))await JY();let x=new FormData;for(let[Q,K]of Object.entries({...G,...Y}))x.append(Q,K);for(let Q of J)if(Q==="sid"){if(!window.sid)throw Error("SocketIO isn't initialized properly");x.append("sid",window.sid)}else{let K=document.getElementsByName(Q);if(!K.length){if(n())console.warn(`No input found with name ${Q}`);continue}let W=K[0];if(W instanceof HTMLInputElement)if(W.type==="file"&&W.files)Array.from(W.files).forEach((H)=>x.append(Q,H));else x.append(Q,W.value);else if(W instanceof HTMLTextAreaElement)x.append(Q,W.value)}let z=G0()+"api/ajax_content"+X;return Z(null),await fetch(z,{method:"POST",body:x}).then(async(Q)=>{let W=(Q.headers.get("content-type")||"").includes("application/json");if(!!Q.body?.getReader&&!W){let U=Q.body.getReader(),N=new TextDecoder,$="";while(!0){let{done:L,value:B}=await U.read();if(L)break;$+=N.decode(B,{stream:!0});let q=$.split(`
52
+ `);$=q.pop()??"";for(let R of q){let T=R.trim();if(!T)continue;try{let F=JSON.parse(T);Z([F])}catch(F){if(n())console.warn("Failed to parse streamed line:",T)}}}if($.trim())try{let L=JSON.parse($);Z([L])}catch(L){if(n())console.warn("Failed to parse final streamed line:",$)}return{}}else{let U=await Q.json();return Z(U),U}}).catch((Q)=>{if(n())console.error("AJAX request failed:",Q);return Z(null),Q})}};var DL=require("react");var Jx=t(Gx(),1),Z6=t(Gx(),1),iG=Jx.default.default||Jx.default;var $4=require("react/jsx-dev-runtime"),Ap=({data:Z,setUiAjaxConfiguration:G})=>{let{name:J,title:X,iconUrl:Y,iconPosition:x,sx:z,pathname:Q,kwargs:K,depsNames:W}=Z,H=DL.useMemo(()=>LG(G,K,W,Q),[G,K,W,Q]);return $4.jsxDEV(n0,{card:"AjaxButtonCard",data:Z,children:$4.jsxDEV("button",{id:J,className:"box-border flex min-h-12 w-full min-w-min cursor-pointer items-center justify-center rounded-[16px] border border-[#080318] bg-white text-center font-[TTForsTrial] text-[#080318] hover:bg-neutral-300",value:J,onClick:()=>H(),style:NG(z),type:"button",children:[Y&&x==="start"&&$4.jsxDEV("img",{src:Y,alt:""},void 0,!1,void 0,this),iG(X),Y&&x==="end"&&$4.jsxDEV("img",{src:Y,alt:""},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)},IL=Ap;var _0=require("react");var CG=require("react"),TL=require("react/jsx-dev-runtime");function Xx(Z){let[G,J]=CG.useState(!1),X=CG.useRef(null);return TL.jsxDEV("textarea",{ref:X,...Z,onKeyUp:()=>{J(!1)},onKeyDown:(Q)=>{if(Q.key==="Enter"&&Q.shiftKey){if(J(!0),X.current){let K=window.getComputedStyle(X.current),W=parseFloat(K.lineHeight);X.current.style.height=X.current.scrollHeight+W+"px"}}if(Q.key==="Backspace"){if(J(!0),X.current){let K=window.getComputedStyle(X.current),W=parseFloat(K.lineHeight);if(X.current.scrollHeight>W)X.current.style.height=X.current.scrollHeight-W+"px"}}Z.onKeyDown&&Z.onKeyDown(Q)},onBlur:(Q)=>{J(!1),Z.onBlur&&Z.onBlur(Q)},style:{resize:G?"vertical":"none",overflowY:"auto",...Z.style}},void 0,!1,void 0,this)}var gG=require("react");var Yx=require("react/jsx-dev-runtime"),Mp=()=>Yx.jsxDEV("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"size-5",children:Yx.jsxDEV("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 12L3.269 3.126A59.768 59.768 0 0121.485 12 59.77 59.77 0 013.27 20.876L5.999 12zm0 0h7.5"},void 0,!1,void 0,this)},void 0,!1,void 0,this),PL=Mp;var bG=require("react/jsx-dev-runtime"),Rp=({type:Z="button",onClick:G,icons:J})=>{let X=gG.useRef(null),Y=gG.useCallback(()=>{let z=X.current;if(z)z.style.transform="scale(0.8)",setTimeout(()=>{z.style.transform="scale(1)"},600)},[]);return bG.jsxDEV("button",{ref:X,type:Z,onClick:(z)=>{if(G)G(z);Y()},className:"mr-1.5 rounded-md p-1 text-gray-500 ring-0 hover:bg-gray-100 disabled:opacity-40 disabled:hover:bg-transparent",style:{transition:"transform 300ms ease"},children:J.sendIcon?bG.jsxDEV("img",{src:J.sendIcon,alt:""},void 0,!1,void 0,this):bG.jsxDEV(PL,{},void 0,!1,void 0,this)},void 0,!1,void 0,this)},mL=Rp;var xx=require("react/jsx-dev-runtime"),Op=()=>xx.jsxDEV("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"size-5",children:xx.jsxDEV("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M18.375 12.739l-7.693 7.693a4.5 4.5 0 01-6.364-6.364l10.94-10.94A3 3 0 1119.5 7.372L8.552 18.32m.009-.01l-.01.01m5.699-9.941l-7.81 7.81a1.5 1.5 0 002.112 2.13"},void 0,!1,void 0,this)},void 0,!1,void 0,this),vL=Op;var L4=require("react/jsx-dev-runtime"),Dp=({name:Z,accept:G,fileInputRef:J,onSelectFile:X,icons:Y})=>{return L4.jsxDEV("button",{className:"rounded-md p-1 text-gray-500 ring-0 hover:bg-gray-100 disabled:opacity-40 disabled:hover:bg-transparent",type:"button",onClick:()=>{if(J.current)J.current.click()},children:[L4.jsxDEV("input",{name:Z+I2+"file",className:"hidden",type:"file",accept:G,ref:J,onChange:(x)=>{if(x.target.files)X(x.target.files[0])}},void 0,!1,void 0,this),Y.attachFileIcon?L4.jsxDEV("img",{src:Y.attachFileIcon,alt:""},void 0,!1,void 0,this):L4.jsxDEV(vL,{},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},jL=Dp;var zx=require("react/jsx-dev-runtime"),Ip=()=>zx.jsxDEV("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"size-5 text-gray-500",children:zx.jsxDEV("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 00-3.375-3.375h-1.5A1.125 1.125 0 0113.5 7.125v-1.5a3.375 3.375 0 00-3.375-3.375H8.25m2.25 0H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 00-9-9z"},void 0,!1,void 0,this)},void 0,!1,void 0,this),EL=Ip;var Qx=require("react/jsx-dev-runtime"),Tp=()=>Qx.jsxDEV("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"size-5",children:Qx.jsxDEV("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"},void 0,!1,void 0,this)},void 0,!1,void 0,this),hG=Tp;var G6=require("react/jsx-dev-runtime"),Pp=({name:Z,selectedFile:G,onDropFile:J})=>{return G6.jsxDEV("div",{className:"flex w-full cursor-default flex-row items-center gap-2",children:[G6.jsxDEV(EL,{},void 0,!1,void 0,this),G6.jsxDEV("span",{className:"flex-1",children:G.name},void 0,!1,void 0,this),G6.jsxDEV("input",{type:"hidden",name:Z,value:""},void 0,!1,void 0,this),G6.jsxDEV("button",{className:"rounded-md p-1 text-gray-500 ring-0 hover:bg-gray-100 disabled:opacity-40 disabled:hover:bg-transparent",type:"button",onClick:J,children:G6.jsxDEV(hG,{},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},SL=Pp;var yG=require("react/jsx-dev-runtime"),mp=()=>yG.jsxDEV("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor",className:"size-5",children:[yG.jsxDEV("path",{d:"M8 5C8 2.79086 9.79086 1 12 1C14.2091 1 16 2.79086 16 5V12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12V5Z"},void 0,!1,void 0,this),yG.jsxDEV("path",{d:"M6.25 11.8438V12C6.25 13.525 6.8558 14.9875 7.93414 16.0659C9.01247 17.1442 10.475 17.75 12 17.75C13.525 17.75 14.9875 17.1442 16.0659 16.0659C17.1442 14.9875 17.75 13.525 17.75 12V11.8438C17.75 11.2915 18.1977 10.8438 18.75 10.8438H19.25C19.8023 10.8438 20.25 11.2915 20.25 11.8437V12C20.25 14.188 19.3808 16.2865 17.8336 17.8336C16.5842 19.0831 14.9753 19.8903 13.25 20.1548V22C13.25 22.5523 12.8023 23 12.25 23H11.75C11.1977 23 10.75 22.5523 10.75 22V20.1548C9.02471 19.8903 7.41579 19.0831 6.16637 17.8336C4.61919 16.2865 3.75 14.188 3.75 12V11.8438C3.75 11.2915 4.19772 10.8438 4.75 10.8438H5.25C5.80228 10.8438 6.25 11.2915 6.25 11.8438Z"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),pL=mp;var r6=require("react/jsx-dev-runtime"),vp=({isListening:Z,toggleListening:G,icons:J})=>{return r6.jsxDEV("button",{className:"rounded-md p-1 text-gray-500 ring-0 hover:bg-gray-100 disabled:opacity-40 disabled:hover:bg-transparent",type:"button",onClick:G,children:Z?J.cancelIcon?r6.jsxDEV("img",{src:J.cancelIcon,alt:""},void 0,!1,void 0,this):r6.jsxDEV(hG,{},void 0,!1,void 0,this):J.voiceRecordingIcon?r6.jsxDEV("img",{src:J.voiceRecordingIcon,alt:""},void 0,!1,void 0,this):r6.jsxDEV(pL,{},void 0,!1,void 0,this)},void 0,!1,void 0,this)},_L=vp;var uG=require("react/jsx-dev-runtime"),jp=({option:Z,onClickOption:G})=>{return uG.jsxDEV("div",{className:"flex w-fit cursor-pointer flex-row place-content-center items-center gap-1 rounded-md border border-black bg-white px-2 py-1 text-black",onClick:()=>{G(Z.title)},style:Z.sx,children:[Z.iconPosition==="start"&&uG.jsxDEV("img",{src:Z.iconUrl,alt:""},void 0,!1,void 0,this),Z.title,Z.iconPosition==="end"&&uG.jsxDEV("img",{src:Z.iconUrl,alt:""},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},kG=jp;var Kx=require("react/jsx-dev-runtime"),Ep=({options:Z,handleOptionClick:G})=>{return Kx.jsxDEV("div",{className:"flex w-full flex-row flex-wrap justify-start gap-[5px]",children:Z.map((J,X)=>{return Kx.jsxDEV(kG,{option:J,onClickOption:G},X,!1,void 0,this)})},void 0,!1,void 0,this)},Hx=Ep;var d0=require("react/jsx-dev-runtime"),Sp=_0.forwardRef(({name:Z,defaultValue:G,defaultOptions:J,isArea:X,placeholder:Y,fileAccept:x,optionsPosition:z,icons:Q,handleOptionClick:K,handleSendMessage:W,sx:H},U)=>{let N=_0.useRef(null),[$,L]=_0.useState(null),[B,q]=_0.useState(G),[R,T]=_0.useState(J),[F,I]=_0.useState(!1);_0.useImperativeHandle(U,()=>({clear:()=>{if(q(""),L(null),N.current)N.current.value=""},setValue:(D)=>q(D),setOptions:(D)=>T(D)})),_0.useEffect(()=>{q(G)},[G]);let v=()=>{};return d0.jsxDEV("div",{className:"flex flex-col items-center gap-[0.1rem]",id:Z+"_chat_input",style:H,children:[R&&z==="top"&&d0.jsxDEV(Hx,{options:R,handleOptionClick:K},void 0,!1,void 0,this),d0.jsxDEV("div",{className:"stretch relative flex size-full flex-1 flex-row items-stretch gap-3 last:mb-2 md:mx-4 md:flex-col md:last:mb-6 lg:mx-auto",children:d0.jsxDEV("div",{className:"flex w-full grow flex-row items-center rounded-md bg-transparent",children:[$?d0.jsxDEV(SL,{name:Z,selectedFile:$,onDropFile:()=>{if(L(null),N.current)N.current.value=""}},void 0,!1,void 0,this):!X?d0.jsxDEV("input",{name:Z,value:B,onChange:(D)=>q(D.target.value),onKeyDown:(D)=>{if(D.key==="Enter")D.preventDefault(),W()},tabIndex:0,placeholder:Y,className:"m-0 w-full resize-none border-0 bg-transparent outline-none",style:{maxHeight:200,height:"100%",overflowY:"hidden"}},void 0,!1,void 0,this):d0.jsxDEV(Xx,{name:Z,value:B,onChange:(D)=>q(D.target.value),onKeyDown:(D)=>{if(D.key==="Enter"&&!D.shiftKey)D.preventDefault(),W()},tabIndex:0,rows:2,placeholder:Y,className:"m-0 w-full resize-none border-0 bg-transparent p-0 pl-2 pr-7 outline-none md:pl-0",style:{maxHeight:200,height:"100%",minHeight:24}},void 0,!1,void 0,this),d0.jsxDEV(_L,{isListening:F,toggleListening:v,icons:Q},void 0,!1,void 0,this),d0.jsxDEV(jL,{name:Z,fileInputRef:N,accept:x,onSelectFile:L,icons:Q},void 0,!1,void 0,this),d0.jsxDEV(mL,{onClick:W,icons:Q},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),R&&z==="bottom"&&d0.jsxDEV(Hx,{options:R,handleOptionClick:K},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}),iL=Sp;var O3=require("react");function U0(){}function fG(){}function CL(Z,G){let J=G||{};return(Z[Z.length-1]===""?[...Z,""]:Z).join((J.padRight?" ":"")+","+(J.padLeft===!1?"":" ")).trim()}var pp=/^[$_\p{ID_Start}][$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,_p=/^[$_\p{ID_Start}][-$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,ip={};function cG(Z,G){return((G||ip).jsx?_p:pp).test(Z)}var Cp=/[ \t\n\f\r]/g;function Wx(Z){return typeof Z==="object"?Z.type==="text"?bL(Z.value):!1:bL(Z)}function bL(Z){return Z.replace(Cp,"")===""}class w8{constructor(Z,G,J){if(this.normal=G,this.property=Z,J)this.space=J}}w8.prototype.normal={};w8.prototype.property={};w8.prototype.space=void 0;function Ux(Z,G){let J={},X={};for(let Y of Z)Object.assign(J,Y.property),Object.assign(X,Y.normal);return new w8(J,X,G)}function B4(Z){return Z.toLowerCase()}class e1{constructor(Z,G){this.attribute=G,this.property=Z}}e1.prototype.attribute="";e1.prototype.booleanish=!1;e1.prototype.boolean=!1;e1.prototype.commaOrSpaceSeparated=!1;e1.prototype.commaSeparated=!1;e1.prototype.defined=!1;e1.prototype.mustUseProperty=!1;e1.prototype.number=!1;e1.prototype.overloadedBoolean=!1;e1.prototype.property="";e1.prototype.spaceSeparated=!1;e1.prototype.space=void 0;var V4={};s4(V4,{spaceSeparated:()=>N1,overloadedBoolean:()=>lG,number:()=>j,commaSeparated:()=>A8,commaOrSpaceSeparated:()=>M0,booleanish:()=>m1,boolean:()=>e});var bp=0,e=J6(),m1=J6(),lG=J6(),j=J6(),N1=J6(),A8=J6(),M0=J6();function J6(){return 2**++bp}var Nx=Object.keys(V4);class o6 extends e1{constructor(Z,G,J,X){let Y=-1;super(Z,G);if(gL(this,"space",X),typeof J==="number")while(++Y<Nx.length){let x=Nx[Y];gL(this,Nx[Y],(J&V4[x])===V4[x])}}}o6.prototype.defined=!0;function gL(Z,G,J){if(J)Z[G]=J}function s0(Z){let G={},J={};for(let[X,Y]of Object.entries(Z.properties)){let x=new o6(X,Z.transform(Z.attributes||{},X),Y,Z.space);if(Z.mustUseProperty&&Z.mustUseProperty.includes(X))x.mustUseProperty=!0;G[X]=x,J[B4(X)]=X,J[B4(x.attribute)]=X}return new w8(G,J,Z.space)}var $x=s0({properties:{ariaActiveDescendant:null,ariaAtomic:m1,ariaAutoComplete:null,ariaBusy:m1,ariaChecked:m1,ariaColCount:j,ariaColIndex:j,ariaColSpan:j,ariaControls:N1,ariaCurrent:null,ariaDescribedBy:N1,ariaDetails:null,ariaDisabled:m1,ariaDropEffect:N1,ariaErrorMessage:null,ariaExpanded:m1,ariaFlowTo:N1,ariaGrabbed:m1,ariaHasPopup:null,ariaHidden:m1,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:N1,ariaLevel:j,ariaLive:null,ariaModal:m1,ariaMultiLine:m1,ariaMultiSelectable:m1,ariaOrientation:null,ariaOwns:N1,ariaPlaceholder:null,ariaPosInSet:j,ariaPressed:m1,ariaReadOnly:m1,ariaRelevant:null,ariaRequired:m1,ariaRoleDescription:N1,ariaRowCount:j,ariaRowIndex:j,ariaRowSpan:j,ariaSelected:m1,ariaSetSize:j,ariaSort:null,ariaValueMax:j,ariaValueMin:j,ariaValueNow:j,ariaValueText:null,role:null},transform(Z,G){return G==="role"?G:"aria-"+G.slice(4).toLowerCase()}});function aG(Z,G){return G in Z?Z[G]:G}function nG(Z,G){return aG(Z,G.toLowerCase())}var hL=s0({attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:A8,acceptCharset:N1,accessKey:N1,action:null,allow:null,allowFullScreen:e,allowPaymentRequest:e,allowUserMedia:e,alt:null,as:null,async:e,autoCapitalize:null,autoComplete:N1,autoFocus:e,autoPlay:e,blocking:N1,capture:null,charSet:null,checked:e,cite:null,className:N1,cols:j,colSpan:null,content:null,contentEditable:m1,controls:e,controlsList:N1,coords:j|A8,crossOrigin:null,data:null,dateTime:null,decoding:null,default:e,defer:e,dir:null,dirName:null,disabled:e,download:lG,draggable:m1,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:e,formTarget:null,headers:N1,height:j,hidden:lG,high:j,href:null,hrefLang:null,htmlFor:N1,httpEquiv:N1,id:null,imageSizes:null,imageSrcSet:null,inert:e,inputMode:null,integrity:null,is:null,isMap:e,itemId:null,itemProp:N1,itemRef:N1,itemScope:e,itemType:N1,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:e,low:j,manifest:null,max:null,maxLength:j,media:null,method:null,min:null,minLength:j,multiple:e,muted:e,name:null,nonce:null,noModule:e,noValidate:e,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforeMatch:null,onBeforePrint:null,onBeforeToggle:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextLost:null,onContextMenu:null,onContextRestored:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onScrollEnd:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:e,optimum:j,pattern:null,ping:N1,placeholder:null,playsInline:e,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:e,referrerPolicy:null,rel:N1,required:e,reversed:e,rows:j,rowSpan:j,sandbox:N1,scope:null,scoped:e,seamless:e,selected:e,shadowRootClonable:e,shadowRootDelegatesFocus:e,shadowRootMode:null,shape:null,size:j,sizes:null,slot:null,span:j,spellCheck:m1,src:null,srcDoc:null,srcLang:null,srcSet:null,start:j,step:null,style:null,tabIndex:j,target:null,title:null,translate:null,type:null,typeMustMatch:e,useMap:null,value:m1,width:j,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:N1,axis:null,background:null,bgColor:null,border:j,borderColor:null,bottomMargin:j,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:e,declare:e,event:null,face:null,frame:null,frameBorder:null,hSpace:j,leftMargin:j,link:null,longDesc:null,lowSrc:null,marginHeight:j,marginWidth:j,noResize:e,noHref:e,noShade:e,noWrap:e,object:null,profile:null,prompt:null,rev:null,rightMargin:j,rules:null,scheme:null,scrolling:m1,standby:null,summary:null,text:null,topMargin:j,valueType:null,version:null,vAlign:null,vLink:null,vSpace:j,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:e,disableRemotePlayback:e,prefix:null,property:null,results:j,security:null,unselectable:null},space:"html",transform:nG});var yL=s0({attributes:{accentHeight:"accent-height",alignmentBaseline:"alignment-baseline",arabicForm:"arabic-form",baselineShift:"baseline-shift",capHeight:"cap-height",className:"class",clipPath:"clip-path",clipRule:"clip-rule",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",crossOrigin:"crossorigin",dataType:"datatype",dominantBaseline:"dominant-baseline",enableBackground:"enable-background",fillOpacity:"fill-opacity",fillRule:"fill-rule",floodColor:"flood-color",floodOpacity:"flood-opacity",fontFamily:"font-family",fontSize:"font-size",fontSizeAdjust:"font-size-adjust",fontStretch:"font-stretch",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",glyphName:"glyph-name",glyphOrientationHorizontal:"glyph-orientation-horizontal",glyphOrientationVertical:"glyph-orientation-vertical",hrefLang:"hreflang",horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",horizOriginY:"horiz-origin-y",imageRendering:"image-rendering",letterSpacing:"letter-spacing",lightingColor:"lighting-color",markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",navDown:"nav-down",navDownLeft:"nav-down-left",navDownRight:"nav-down-right",navLeft:"nav-left",navNext:"nav-next",navPrev:"nav-prev",navRight:"nav-right",navUp:"nav-up",navUpLeft:"nav-up-left",navUpRight:"nav-up-right",onAbort:"onabort",onActivate:"onactivate",onAfterPrint:"onafterprint",onBeforePrint:"onbeforeprint",onBegin:"onbegin",onCancel:"oncancel",onCanPlay:"oncanplay",onCanPlayThrough:"oncanplaythrough",onChange:"onchange",onClick:"onclick",onClose:"onclose",onCopy:"oncopy",onCueChange:"oncuechange",onCut:"oncut",onDblClick:"ondblclick",onDrag:"ondrag",onDragEnd:"ondragend",onDragEnter:"ondragenter",onDragExit:"ondragexit",onDragLeave:"ondragleave",onDragOver:"ondragover",onDragStart:"ondragstart",onDrop:"ondrop",onDurationChange:"ondurationchange",onEmptied:"onemptied",onEnd:"onend",onEnded:"onended",onError:"onerror",onFocus:"onfocus",onFocusIn:"onfocusin",onFocusOut:"onfocusout",onHashChange:"onhashchange",onInput:"oninput",onInvalid:"oninvalid",onKeyDown:"onkeydown",onKeyPress:"onkeypress",onKeyUp:"onkeyup",onLoad:"onload",onLoadedData:"onloadeddata",onLoadedMetadata:"onloadedmetadata",onLoadStart:"onloadstart",onMessage:"onmessage",onMouseDown:"onmousedown",onMouseEnter:"onmouseenter",onMouseLeave:"onmouseleave",onMouseMove:"onmousemove",onMouseOut:"onmouseout",onMouseOver:"onmouseover",onMouseUp:"onmouseup",onMouseWheel:"onmousewheel",onOffline:"onoffline",onOnline:"ononline",onPageHide:"onpagehide",onPageShow:"onpageshow",onPaste:"onpaste",onPause:"onpause",onPlay:"onplay",onPlaying:"onplaying",onPopState:"onpopstate",onProgress:"onprogress",onRateChange:"onratechange",onRepeat:"onrepeat",onReset:"onreset",onResize:"onresize",onScroll:"onscroll",onSeeked:"onseeked",onSeeking:"onseeking",onSelect:"onselect",onShow:"onshow",onStalled:"onstalled",onStorage:"onstorage",onSubmit:"onsubmit",onSuspend:"onsuspend",onTimeUpdate:"ontimeupdate",onToggle:"ontoggle",onUnload:"onunload",onVolumeChange:"onvolumechange",onWaiting:"onwaiting",onZoom:"onzoom",overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pointerEvents:"pointer-events",referrerPolicy:"referrerpolicy",renderingIntent:"rendering-intent",shapeRendering:"shape-rendering",stopColor:"stop-color",stopOpacity:"stop-opacity",strikethroughPosition:"strikethrough-position",strikethroughThickness:"strikethrough-thickness",strokeDashArray:"stroke-dasharray",strokeDashOffset:"stroke-dashoffset",strokeLineCap:"stroke-linecap",strokeLineJoin:"stroke-linejoin",strokeMiterLimit:"stroke-miterlimit",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",tabIndex:"tabindex",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",transformOrigin:"transform-origin",typeOf:"typeof",underlinePosition:"underline-position",underlineThickness:"underline-thickness",unicodeBidi:"unicode-bidi",unicodeRange:"unicode-range",unitsPerEm:"units-per-em",vAlphabetic:"v-alphabetic",vHanging:"v-hanging",vIdeographic:"v-ideographic",vMathematical:"v-mathematical",vectorEffect:"vector-effect",vertAdvY:"vert-adv-y",vertOriginX:"vert-origin-x",vertOriginY:"vert-origin-y",wordSpacing:"word-spacing",writingMode:"writing-mode",xHeight:"x-height",playbackOrder:"playbackorder",timelineBegin:"timelinebegin"},properties:{about:M0,accentHeight:j,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:j,amplitude:j,arabicForm:null,ascent:j,attributeName:null,attributeType:null,azimuth:j,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:j,by:null,calcMode:null,capHeight:j,className:N1,clip:null,clipPath:null,clipPathUnits:null,clipRule:null,color:null,colorInterpolation:null,colorInterpolationFilters:null,colorProfile:null,colorRendering:null,content:null,contentScriptType:null,contentStyleType:null,crossOrigin:null,cursor:null,cx:null,cy:null,d:null,dataType:null,defaultAction:null,descent:j,diffuseConstant:j,direction:null,display:null,dur:null,divisor:j,dominantBaseline:null,download:e,dx:null,dy:null,edgeMode:null,editable:null,elevation:j,enableBackground:null,end:null,event:null,exponent:j,externalResourcesRequired:null,fill:null,fillOpacity:j,fillRule:null,filter:null,filterRes:null,filterUnits:null,floodColor:null,floodOpacity:null,focusable:null,focusHighlight:null,fontFamily:null,fontSize:null,fontSizeAdjust:null,fontStretch:null,fontStyle:null,fontVariant:null,fontWeight:null,format:null,fr:null,from:null,fx:null,fy:null,g1:A8,g2:A8,glyphName:A8,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:j,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:j,horizOriginX:j,horizOriginY:j,id:null,ideographic:j,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:j,k:j,k1:j,k2:j,k3:j,k4:j,kernelMatrix:M0,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:j,local:null,markerEnd:null,markerMid:null,markerStart:null,markerHeight:null,markerUnits:null,markerWidth:null,mask:null,maskContentUnits:null,maskUnits:null,mathematical:null,max:null,media:null,mediaCharacterEncoding:null,mediaContentEncodings:null,mediaSize:j,mediaTime:null,method:null,min:null,mode:null,name:null,navDown:null,navDownLeft:null,navDownRight:null,navLeft:null,navNext:null,navPrev:null,navRight:null,navUp:null,navUpLeft:null,navUpRight:null,numOctaves:null,observer:null,offset:null,onAbort:null,onActivate:null,onAfterPrint:null,onBeforePrint:null,onBegin:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnd:null,onEnded:null,onError:null,onFocus:null,onFocusIn:null,onFocusOut:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadStart:null,onMessage:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onMouseWheel:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRepeat:null,onReset:null,onResize:null,onScroll:null,onSeeked:null,onSeeking:null,onSelect:null,onShow:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnload:null,onVolumeChange:null,onWaiting:null,onZoom:null,opacity:null,operator:null,order:null,orient:null,orientation:null,origin:null,overflow:null,overlay:null,overlinePosition:j,overlineThickness:j,paintOrder:null,panose1:null,path:null,pathLength:j,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:N1,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:j,pointsAtY:j,pointsAtZ:j,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:M0,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:M0,rev:M0,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:M0,requiredFeatures:M0,requiredFonts:M0,requiredFormats:M0,resource:null,restart:null,result:null,rotate:null,rx:null,ry:null,scale:null,seed:null,shapeRendering:null,side:null,slope:null,snapshotTime:null,specularConstant:j,specularExponent:j,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:j,strikethroughThickness:j,string:null,stroke:null,strokeDashArray:M0,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:j,strokeOpacity:j,strokeWidth:null,style:null,surfaceScale:j,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:M0,tabIndex:j,tableValues:null,target:null,targetX:j,targetY:j,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:M0,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:j,underlineThickness:j,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:j,values:null,vAlphabetic:j,vMathematical:j,vectorEffect:null,vHanging:j,vIdeographic:j,version:null,vertAdvY:j,vertOriginX:j,vertOriginY:j,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:j,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null},space:"svg",transform:aG});var Lx=s0({properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null},space:"xlink",transform(Z,G){return"xlink:"+G.slice(5).toLowerCase()}});var Bx=s0({attributes:{xmlnsxlink:"xmlns:xlink"},properties:{xmlnsXLink:null,xmlns:null},space:"xmlns",transform:nG});var Vx=s0({properties:{xmlBase:null,xmlLang:null,xmlSpace:null},space:"xml",transform(Z,G){return"xml:"+G.slice(3).toLowerCase()}});var qx={classId:"classID",dataType:"datatype",itemId:"itemID",strokeDashArray:"strokeDasharray",strokeDashOffset:"strokeDashoffset",strokeLineCap:"strokeLinecap",strokeLineJoin:"strokeLinejoin",strokeMiterLimit:"strokeMiterlimit",typeOf:"typeof",xLinkActuate:"xlinkActuate",xLinkArcRole:"xlinkArcrole",xLinkHref:"xlinkHref",xLinkRole:"xlinkRole",xLinkShow:"xlinkShow",xLinkTitle:"xlinkTitle",xLinkType:"xlinkType",xmlnsXLink:"xmlnsXlink"};var gp=/[A-Z]/g,uL=/-[a-z]/g,hp=/^data[-\w.:]+$/i;function Fx(Z,G){let J=B4(G),X=G,Y=e1;if(J in Z.normal)return Z.property[Z.normal[J]];if(J.length>4&&J.slice(0,4)==="data"&&hp.test(G)){if(G.charAt(4)==="-"){let x=G.slice(5).replace(uL,up);X="data"+x.charAt(0).toUpperCase()+x.slice(1)}else{let x=G.slice(4);if(!uL.test(x)){let z=x.replace(gp,yp);if(z.charAt(0)!=="-")z="-"+z;G="data"+z}}Y=o6}return new Y(X,G)}function yp(Z){return"-"+Z.toLowerCase()}function up(Z){return Z.charAt(1).toUpperCase()}var kL=Ux([$x,hL,Lx,Bx,Vx],"html"),dG=Ux([$x,yL,Lx,Bx,Vx],"svg");function fL(Z){return Z.join(" ").trim()}var nL=t(sY(),1);var sG=cL("end"),t6=cL("start");function cL(Z){return G;function G(J){let X=J&&J.position&&J.position[Z]||{};if(typeof X.line==="number"&&X.line>0&&typeof X.column==="number"&&X.column>0)return{line:X.line,column:X.column,offset:typeof X.offset==="number"&&X.offset>-1?X.offset:void 0}}}function wx(Z){let G=t6(Z),J=sG(Z);if(G&&J)return{start:G,end:J}}function M8(Z){if(!Z||typeof Z!=="object")return"";if("position"in Z||"type"in Z)return lL(Z.position);if("start"in Z||"end"in Z)return lL(Z);if("line"in Z||"column"in Z)return Ax(Z);return""}function Ax(Z){return aL(Z&&Z.line)+":"+aL(Z&&Z.column)}function lL(Z){return Ax(Z&&Z.start)+"-"+Ax(Z&&Z.end)}function aL(Z){return Z&&typeof Z==="number"?Z:1}class g1 extends Error{constructor(Z,G,J){super();if(typeof G==="string")J=G,G=void 0;let X="",Y={},x=!1;if(G)if("line"in G&&"column"in G)Y={place:G};else if("start"in G&&"end"in G)Y={place:G};else if("type"in G)Y={ancestors:[G],place:G.position};else Y={...G};if(typeof Z==="string")X=Z;else if(!Y.cause&&Z)x=!0,X=Z.message,Y.cause=Z;if(!Y.ruleId&&!Y.source&&typeof J==="string"){let Q=J.indexOf(":");if(Q===-1)Y.ruleId=J;else Y.source=J.slice(0,Q),Y.ruleId=J.slice(Q+1)}if(!Y.place&&Y.ancestors&&Y.ancestors){let Q=Y.ancestors[Y.ancestors.length-1];if(Q)Y.place=Q.position}let z=Y.place&&"start"in Y.place?Y.place.start:Y.place;this.ancestors=Y.ancestors||void 0,this.cause=Y.cause||void 0,this.column=z?z.column:void 0,this.fatal=void 0,this.file="",this.message=X,this.line=z?z.line:void 0,this.name=M8(Y.place)||"1:1",this.place=Y.place||void 0,this.reason=this.message,this.ruleId=Y.ruleId||void 0,this.source=Y.source||void 0,this.stack=x&&Y.cause&&typeof Y.cause.stack==="string"?Y.cause.stack:"",this.actual=void 0,this.expected=void 0,this.note=void 0,this.url=void 0}}g1.prototype.file="";g1.prototype.name="";g1.prototype.reason="";g1.prototype.message="";g1.prototype.stack="";g1.prototype.column=void 0;g1.prototype.line=void 0;g1.prototype.ancestors=void 0;g1.prototype.cause=void 0;g1.prototype.fatal=void 0;g1.prototype.place=void 0;g1.prototype.ruleId=void 0;g1.prototype.source=void 0;var Mx={}.hasOwnProperty,kp=new Map,fp=/[A-Z]/g,cp=new Set(["table","tbody","thead","tfoot","tr"]),lp=new Set(["td","th"]),dL="https://github.com/syntax-tree/hast-util-to-jsx-runtime";function Rx(Z,G){if(!G||G.Fragment===void 0)throw TypeError("Expected `Fragment` in options");let J=G.filePath||void 0,X;if(G.development){if(typeof G.jsxDEV!=="function")throw TypeError("Expected `jsxDEV` in options when `development: true`");X=ep(J,G.jsxDEV)}else{if(typeof G.jsx!=="function")throw TypeError("Expected `jsx` in production options");if(typeof G.jsxs!=="function")throw TypeError("Expected `jsxs` in production options");X=tp(J,G.jsx,G.jsxs)}let Y={Fragment:G.Fragment,ancestors:[],components:G.components||{},create:X,elementAttributeNameCase:G.elementAttributeNameCase||"react",evaluater:G.createEvaluater?G.createEvaluater():void 0,filePath:J,ignoreInvalidStyle:G.ignoreInvalidStyle||!1,passKeys:G.passKeys!==!1,passNode:G.passNode||!1,schema:G.space==="svg"?dG:kL,stylePropertyNameCase:G.stylePropertyNameCase||"dom",tableCellAlignToStyle:G.tableCellAlignToStyle!==!1},x=sL(Y,Z,void 0);if(x&&typeof x!=="string")return x;return Y.create(Z,Y.Fragment,{children:x||void 0},void 0)}function sL(Z,G,J){if(G.type==="element")return ap(Z,G,J);if(G.type==="mdxFlowExpression"||G.type==="mdxTextExpression")return np(Z,G);if(G.type==="mdxJsxFlowElement"||G.type==="mdxJsxTextElement")return sp(Z,G,J);if(G.type==="mdxjsEsm")return dp(Z,G);if(G.type==="root")return rp(Z,G,J);if(G.type==="text")return op(Z,G)}function ap(Z,G,J){let X=Z.schema,Y=X;if(G.tagName.toLowerCase()==="svg"&&X.space==="html")Y=dG,Z.schema=Y;Z.ancestors.push(G);let x=oL(Z,G.tagName,!1),z=Z_(Z,G),Q=Dx(Z,G);if(cp.has(G.tagName))Q=Q.filter(function(K){return typeof K==="string"?!Wx(K):!0});return rL(Z,z,x,G),Ox(z,Q),Z.ancestors.pop(),Z.schema=X,Z.create(G,x,z,J)}function np(Z,G){if(G.data&&G.data.estree&&Z.evaluater){let X=G.data.estree.body[0];return U0(X.type==="ExpressionStatement"),Z.evaluater.evaluateExpression(X.expression)}q4(Z,G.position)}function dp(Z,G){if(G.data&&G.data.estree&&Z.evaluater)return Z.evaluater.evaluateProgram(G.data.estree);q4(Z,G.position)}function sp(Z,G,J){let X=Z.schema,Y=X;if(G.name==="svg"&&X.space==="html")Y=dG,Z.schema=Y;Z.ancestors.push(G);let x=G.name===null?Z.Fragment:oL(Z,G.name,!0),z=G_(Z,G),Q=Dx(Z,G);return rL(Z,z,x,G),Ox(z,Q),Z.ancestors.pop(),Z.schema=X,Z.create(G,x,z,J)}function rp(Z,G,J){let X={};return Ox(X,Dx(Z,G)),Z.create(G,Z.Fragment,X,J)}function op(Z,G){return G.value}function rL(Z,G,J,X){if(typeof J!=="string"&&J!==Z.Fragment&&Z.passNode)G.node=X}function Ox(Z,G){if(G.length>0){let J=G.length>1?G:G[0];if(J)Z.children=J}}function tp(Z,G,J){return X;function X(Y,x,z,Q){let W=Array.isArray(z.children)?J:G;return Q?W(x,z,Q):W(x,z)}}function ep(Z,G){return J;function J(X,Y,x,z){let Q=Array.isArray(x.children),K=t6(X);return G(Y,x,z,Q,{columnNumber:K?K.column-1:void 0,fileName:Z,lineNumber:K?K.line:void 0},void 0)}}function Z_(Z,G){let J={},X,Y;for(Y in G.properties)if(Y!=="children"&&Mx.call(G.properties,Y)){let x=J_(Z,Y,G.properties[Y]);if(x){let[z,Q]=x;if(Z.tableCellAlignToStyle&&z==="align"&&typeof Q==="string"&&lp.has(G.tagName))X=Q;else J[z]=Q}}if(X){let x=J.style||(J.style={});x[Z.stylePropertyNameCase==="css"?"text-align":"textAlign"]=X}return J}function G_(Z,G){let J={};for(let X of G.attributes)if(X.type==="mdxJsxExpressionAttribute")if(X.data&&X.data.estree&&Z.evaluater){let x=X.data.estree.body[0];U0(x.type==="ExpressionStatement");let z=x.expression;U0(z.type==="ObjectExpression");let Q=z.properties[0];U0(Q.type==="SpreadElement"),Object.assign(J,Z.evaluater.evaluateExpression(Q.argument))}else q4(Z,G.position);else{let Y=X.name,x;if(X.value&&typeof X.value==="object")if(X.value.data&&X.value.data.estree&&Z.evaluater){let Q=X.value.data.estree.body[0];U0(Q.type==="ExpressionStatement"),x=Z.evaluater.evaluateExpression(Q.expression)}else q4(Z,G.position);else x=X.value===null?!0:X.value;J[Y]=x}return J}function Dx(Z,G){let J=[],X=-1,Y=Z.passKeys?new Map:kp;while(++X<G.children.length){let x=G.children[X],z;if(Z.passKeys){let K=x.type==="element"?x.tagName:x.type==="mdxJsxFlowElement"||x.type==="mdxJsxTextElement"?x.name:void 0;if(K){let W=Y.get(K)||0;z=K+"-"+W,Y.set(K,W+1)}}let Q=sL(Z,x,z);if(Q!==void 0)J.push(Q)}return J}function J_(Z,G,J){let X=Fx(Z.schema,G);if(J===null||J===void 0||typeof J==="number"&&Number.isNaN(J))return;if(Array.isArray(J))J=X.commaSeparated?CL(J):fL(J);if(X.property==="style"){let Y=typeof J==="object"?J:X_(Z,String(J));if(Z.stylePropertyNameCase==="css")Y=Y_(Y);return["style",Y]}return[Z.elementAttributeNameCase==="react"&&X.space?qx[X.property]||X.property:X.attribute,J]}function X_(Z,G){try{return nL.default(G,{reactCompat:!0})}catch(J){if(Z.ignoreInvalidStyle)return{};let X=J,Y=new g1("Cannot parse `style` attribute",{ancestors:Z.ancestors,cause:X,ruleId:"style",source:"hast-util-to-jsx-runtime"});throw Y.file=Z.filePath||void 0,Y.url=dL+"#cannot-parse-style-attribute",Y}}function oL(Z,G,J){let X;if(!J)X={type:"Literal",value:G};else if(G.includes(".")){let Y=G.split("."),x=-1,z;while(++x<Y.length){let Q=cG(Y[x])?{type:"Identifier",name:Y[x]}:{type:"Literal",value:Y[x]};z=z?{type:"MemberExpression",object:z,property:Q,computed:Boolean(x&&Q.type==="Literal"),optional:!1}:Q}U0(z,"always a result"),X=z}else X=cG(G)&&!/^[a-z]/.test(G)?{type:"Identifier",name:G}:{type:"Literal",value:G};if(X.type==="Literal"){let Y=X.value;return Mx.call(Z.components,Y)?Z.components[Y]:Y}if(Z.evaluater)return Z.evaluater.evaluateExpression(X);q4(Z)}function q4(Z,G){let J=new g1("Cannot handle MDX estrees without `createEvaluater`",{ancestors:Z.ancestors,place:G,ruleId:"mdx-estree",source:"hast-util-to-jsx-runtime"});throw J.file=Z.filePath||void 0,J.url=dL+"#cannot-handle-mdx-estrees-without-createevaluater",J}function Y_(Z){let G={},J;for(J in Z)if(Mx.call(Z,J))G[x_(J)]=Z[J];return G}function x_(Z){let G=Z.replace(fp,z_);if(G.slice(0,3)==="ms-")G="-"+G;return G}function z_(Z){return"-"+Z.toLowerCase()}var F4={action:["form"],cite:["blockquote","del","ins","q"],data:["object"],formAction:["button","input"],href:["a","area","base","link"],icon:["menuitem"],itemId:null,manifest:["html"],ping:["a","area"],poster:["video"],src:["audio","embed","iframe","img","input","script","source","track","video"]};var z7=require("react/jsx-runtime"),AV=require("react");var Q_={};function Ix(Z,G){let J=G||Q_,X=typeof J.includeImageAlt==="boolean"?J.includeImageAlt:!0,Y=typeof J.includeHtml==="boolean"?J.includeHtml:!0;return eL(Z,X,Y)}function eL(Z,G,J){if(K_(Z)){if("value"in Z)return Z.type==="html"&&!J?"":Z.value;if(G&&"alt"in Z&&Z.alt)return Z.alt;if("children"in Z)return tL(Z.children,G,J)}if(Array.isArray(Z))return tL(Z,G,J);return""}function tL(Z,G,J){let X=[],Y=-1;while(++Y<Z.length)X[Y]=eL(Z[Y],G,J);return X.join("")}function K_(Z){return Boolean(Z&&typeof Z==="object")}var Tx={AElig:"Æ",AMP:"&",Aacute:"Á",Abreve:"Ă",Acirc:"Â",Acy:"А",Afr:"\uD835\uDD04",Agrave:"À",Alpha:"Α",Amacr:"Ā",And:"⩓",Aogon:"Ą",Aopf:"\uD835\uDD38",ApplyFunction:"⁡",Aring:"Å",Ascr:"\uD835\uDC9C",Assign:"≔",Atilde:"Ã",Auml:"Ä",Backslash:"∖",Barv:"⫧",Barwed:"⌆",Bcy:"Б",Because:"∵",Bernoullis:"ℬ",Beta:"Β",Bfr:"\uD835\uDD05",Bopf:"\uD835\uDD39",Breve:"˘",Bscr:"ℬ",Bumpeq:"≎",CHcy:"Ч",COPY:"©",Cacute:"Ć",Cap:"⋒",CapitalDifferentialD:"ⅅ",Cayleys:"ℭ",Ccaron:"Č",Ccedil:"Ç",Ccirc:"Ĉ",Cconint:"∰",Cdot:"Ċ",Cedilla:"¸",CenterDot:"·",Cfr:"ℭ",Chi:"Χ",CircleDot:"⊙",CircleMinus:"⊖",CirclePlus:"⊕",CircleTimes:"⊗",ClockwiseContourIntegral:"∲",CloseCurlyDoubleQuote:"”",CloseCurlyQuote:"’",Colon:"∷",Colone:"⩴",Congruent:"≡",Conint:"∯",ContourIntegral:"∮",Copf:"ℂ",Coproduct:"∐",CounterClockwiseContourIntegral:"∳",Cross:"⨯",Cscr:"\uD835\uDC9E",Cup:"⋓",CupCap:"≍",DD:"ⅅ",DDotrahd:"⤑",DJcy:"Ђ",DScy:"Ѕ",DZcy:"Џ",Dagger:"‡",Darr:"↡",Dashv:"⫤",Dcaron:"Ď",Dcy:"Д",Del:"∇",Delta:"Δ",Dfr:"\uD835\uDD07",DiacriticalAcute:"´",DiacriticalDot:"˙",DiacriticalDoubleAcute:"˝",DiacriticalGrave:"`",DiacriticalTilde:"˜",Diamond:"⋄",DifferentialD:"ⅆ",Dopf:"\uD835\uDD3B",Dot:"¨",DotDot:"⃜",DotEqual:"≐",DoubleContourIntegral:"∯",DoubleDot:"¨",DoubleDownArrow:"⇓",DoubleLeftArrow:"⇐",DoubleLeftRightArrow:"⇔",DoubleLeftTee:"⫤",DoubleLongLeftArrow:"⟸",DoubleLongLeftRightArrow:"⟺",DoubleLongRightArrow:"⟹",DoubleRightArrow:"⇒",DoubleRightTee:"⊨",DoubleUpArrow:"⇑",DoubleUpDownArrow:"⇕",DoubleVerticalBar:"∥",DownArrow:"↓",DownArrowBar:"⤓",DownArrowUpArrow:"⇵",DownBreve:"̑",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVector:"↽",DownLeftVectorBar:"⥖",DownRightTeeVector:"⥟",DownRightVector:"⇁",DownRightVectorBar:"⥗",DownTee:"⊤",DownTeeArrow:"↧",Downarrow:"⇓",Dscr:"\uD835\uDC9F",Dstrok:"Đ",ENG:"Ŋ",ETH:"Ð",Eacute:"É",Ecaron:"Ě",Ecirc:"Ê",Ecy:"Э",Edot:"Ė",Efr:"\uD835\uDD08",Egrave:"È",Element:"∈",Emacr:"Ē",EmptySmallSquare:"◻",EmptyVerySmallSquare:"▫",Eogon:"Ę",Eopf:"\uD835\uDD3C",Epsilon:"Ε",Equal:"⩵",EqualTilde:"≂",Equilibrium:"⇌",Escr:"ℰ",Esim:"⩳",Eta:"Η",Euml:"Ë",Exists:"∃",ExponentialE:"ⅇ",Fcy:"Ф",Ffr:"\uD835\uDD09",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",Fopf:"\uD835\uDD3D",ForAll:"∀",Fouriertrf:"ℱ",Fscr:"ℱ",GJcy:"Ѓ",GT:">",Gamma:"Γ",Gammad:"Ϝ",Gbreve:"Ğ",Gcedil:"Ģ",Gcirc:"Ĝ",Gcy:"Г",Gdot:"Ġ",Gfr:"\uD835\uDD0A",Gg:"⋙",Gopf:"\uD835\uDD3E",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",Gscr:"\uD835\uDCA2",Gt:"≫",HARDcy:"Ъ",Hacek:"ˇ",Hat:"^",Hcirc:"Ĥ",Hfr:"ℌ",HilbertSpace:"ℋ",Hopf:"ℍ",HorizontalLine:"─",Hscr:"ℋ",Hstrok:"Ħ",HumpDownHump:"≎",HumpEqual:"≏",IEcy:"Е",IJlig:"IJ",IOcy:"Ё",Iacute:"Í",Icirc:"Î",Icy:"И",Idot:"İ",Ifr:"ℑ",Igrave:"Ì",Im:"ℑ",Imacr:"Ī",ImaginaryI:"ⅈ",Implies:"⇒",Int:"∬",Integral:"∫",Intersection:"⋂",InvisibleComma:"⁣",InvisibleTimes:"⁢",Iogon:"Į",Iopf:"\uD835\uDD40",Iota:"Ι",Iscr:"ℐ",Itilde:"Ĩ",Iukcy:"І",Iuml:"Ï",Jcirc:"Ĵ",Jcy:"Й",Jfr:"\uD835\uDD0D",Jopf:"\uD835\uDD41",Jscr:"\uD835\uDCA5",Jsercy:"Ј",Jukcy:"Є",KHcy:"Х",KJcy:"Ќ",Kappa:"Κ",Kcedil:"Ķ",Kcy:"К",Kfr:"\uD835\uDD0E",Kopf:"\uD835\uDD42",Kscr:"\uD835\uDCA6",LJcy:"Љ",LT:"<",Lacute:"Ĺ",Lambda:"Λ",Lang:"⟪",Laplacetrf:"ℒ",Larr:"↞",Lcaron:"Ľ",Lcedil:"Ļ",Lcy:"Л",LeftAngleBracket:"⟨",LeftArrow:"←",LeftArrowBar:"⇤",LeftArrowRightArrow:"⇆",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",LeftRightArrow:"↔",LeftRightVector:"⥎",LeftTee:"⊣",LeftTeeArrow:"↤",LeftTeeVector:"⥚",LeftTriangle:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",LeftVectorBar:"⥒",Leftarrow:"⇐",Leftrightarrow:"⇔",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",LessLess:"⪡",LessSlantEqual:"⩽",LessTilde:"≲",Lfr:"\uD835\uDD0F",Ll:"⋘",Lleftarrow:"⇚",Lmidot:"Ŀ",LongLeftArrow:"⟵",LongLeftRightArrow:"⟷",LongRightArrow:"⟶",Longleftarrow:"⟸",Longleftrightarrow:"⟺",Longrightarrow:"⟹",Lopf:"\uD835\uDD43",LowerLeftArrow:"↙",LowerRightArrow:"↘",Lscr:"ℒ",Lsh:"↰",Lstrok:"Ł",Lt:"≪",Map:"⤅",Mcy:"М",MediumSpace:" ",Mellintrf:"ℳ",Mfr:"\uD835\uDD10",MinusPlus:"∓",Mopf:"\uD835\uDD44",Mscr:"ℳ",Mu:"Μ",NJcy:"Њ",Nacute:"Ń",Ncaron:"Ň",Ncedil:"Ņ",Ncy:"Н",NegativeMediumSpace:"​",NegativeThickSpace:"​",NegativeThinSpace:"​",NegativeVeryThinSpace:"​",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:`
53
+ `,Nfr:"\uD835\uDD11",NoBreak:"⁠",NonBreakingSpace:" ",Nopf:"ℕ",Not:"⫬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",NotLeftTriangle:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangle:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",Nscr:"\uD835\uDCA9",Ntilde:"Ñ",Nu:"Ν",OElig:"Œ",Oacute:"Ó",Ocirc:"Ô",Ocy:"О",Odblac:"Ő",Ofr:"\uD835\uDD12",Ograve:"Ò",Omacr:"Ō",Omega:"Ω",Omicron:"Ο",Oopf:"\uD835\uDD46",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",Or:"⩔",Oscr:"\uD835\uDCAA",Oslash:"Ø",Otilde:"Õ",Otimes:"⨷",Ouml:"Ö",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",PartialD:"∂",Pcy:"П",Pfr:"\uD835\uDD13",Phi:"Φ",Pi:"Π",PlusMinus:"±",Poincareplane:"ℌ",Popf:"ℙ",Pr:"⪻",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",Prime:"″",Product:"∏",Proportion:"∷",Proportional:"∝",Pscr:"\uD835\uDCAB",Psi:"Ψ",QUOT:'"',Qfr:"\uD835\uDD14",Qopf:"ℚ",Qscr:"\uD835\uDCAC",RBarr:"⤐",REG:"®",Racute:"Ŕ",Rang:"⟫",Rarr:"↠",Rarrtl:"⤖",Rcaron:"Ř",Rcedil:"Ŗ",Rcy:"Р",Re:"ℜ",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",Rfr:"ℜ",Rho:"Ρ",RightAngleBracket:"⟩",RightArrow:"→",RightArrowBar:"⇥",RightArrowLeftArrow:"⇄",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",RightTee:"⊢",RightTeeArrow:"↦",RightTeeVector:"⥛",RightTriangle:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",RightVectorBar:"⥓",Rightarrow:"⇒",Ropf:"ℝ",RoundImplies:"⥰",Rrightarrow:"⇛",Rscr:"ℛ",Rsh:"↱",RuleDelayed:"⧴",SHCHcy:"Щ",SHcy:"Ш",SOFTcy:"Ь",Sacute:"Ś",Sc:"⪼",Scaron:"Š",Scedil:"Ş",Scirc:"Ŝ",Scy:"С",Sfr:"\uD835\uDD16",ShortDownArrow:"↓",ShortLeftArrow:"←",ShortRightArrow:"→",ShortUpArrow:"↑",Sigma:"Σ",SmallCircle:"∘",Sopf:"\uD835\uDD4A",Sqrt:"√",Square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",Sscr:"\uD835\uDCAE",Star:"⋆",Sub:"⋐",Subset:"⋐",SubsetEqual:"⊆",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",SuchThat:"∋",Sum:"∑",Sup:"⋑",Superset:"⊃",SupersetEqual:"⊇",Supset:"⋑",THORN:"Þ",TRADE:"™",TSHcy:"Ћ",TScy:"Ц",Tab:"\t",Tau:"Τ",Tcaron:"Ť",Tcedil:"Ţ",Tcy:"Т",Tfr:"\uD835\uDD17",Therefore:"∴",Theta:"Θ",ThickSpace:"  ",ThinSpace:" ",Tilde:"∼",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",Topf:"\uD835\uDD4B",TripleDot:"⃛",Tscr:"\uD835\uDCAF",Tstrok:"Ŧ",Uacute:"Ú",Uarr:"↟",Uarrocir:"⥉",Ubrcy:"Ў",Ubreve:"Ŭ",Ucirc:"Û",Ucy:"У",Udblac:"Ű",Ufr:"\uD835\uDD18",Ugrave:"Ù",Umacr:"Ū",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",Uogon:"Ų",Uopf:"\uD835\uDD4C",UpArrow:"↑",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",UpDownArrow:"↕",UpEquilibrium:"⥮",UpTee:"⊥",UpTeeArrow:"↥",Uparrow:"⇑",Updownarrow:"⇕",UpperLeftArrow:"↖",UpperRightArrow:"↗",Upsi:"ϒ",Upsilon:"Υ",Uring:"Ů",Uscr:"\uD835\uDCB0",Utilde:"Ũ",Uuml:"Ü",VDash:"⊫",Vbar:"⫫",Vcy:"В",Vdash:"⊩",Vdashl:"⫦",Vee:"⋁",Verbar:"‖",Vert:"‖",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",Vfr:"\uD835\uDD19",Vopf:"\uD835\uDD4D",Vscr:"\uD835\uDCB1",Vvdash:"⊪",Wcirc:"Ŵ",Wedge:"⋀",Wfr:"\uD835\uDD1A",Wopf:"\uD835\uDD4E",Wscr:"\uD835\uDCB2",Xfr:"\uD835\uDD1B",Xi:"Ξ",Xopf:"\uD835\uDD4F",Xscr:"\uD835\uDCB3",YAcy:"Я",YIcy:"Ї",YUcy:"Ю",Yacute:"Ý",Ycirc:"Ŷ",Ycy:"Ы",Yfr:"\uD835\uDD1C",Yopf:"\uD835\uDD50",Yscr:"\uD835\uDCB4",Yuml:"Ÿ",ZHcy:"Ж",Zacute:"Ź",Zcaron:"Ž",Zcy:"З",Zdot:"Ż",ZeroWidthSpace:"​",Zeta:"Ζ",Zfr:"ℨ",Zopf:"ℤ",Zscr:"\uD835\uDCB5",aacute:"á",abreve:"ă",ac:"∾",acE:"∾̳",acd:"∿",acirc:"â",acute:"´",acy:"а",aelig:"æ",af:"⁡",afr:"\uD835\uDD1E",agrave:"à",alefsym:"ℵ",aleph:"ℵ",alpha:"α",amacr:"ā",amalg:"⨿",amp:"&",and:"∧",andand:"⩕",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsd:"∡",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",aogon:"ą",aopf:"\uD835\uDD52",ap:"≈",apE:"⩰",apacir:"⩯",ape:"≊",apid:"≋",apos:"'",approx:"≈",approxeq:"≊",aring:"å",ascr:"\uD835\uDCB6",ast:"*",asymp:"≈",asympeq:"≍",atilde:"ã",auml:"ä",awconint:"∳",awint:"⨑",bNot:"⫭",backcong:"≌",backepsilon:"϶",backprime:"‵",backsim:"∽",backsimeq:"⋍",barvee:"⊽",barwed:"⌅",barwedge:"⌅",bbrk:"⎵",bbrktbrk:"⎶",bcong:"≌",bcy:"б",bdquo:"„",becaus:"∵",because:"∵",bemptyv:"⦰",bepsi:"϶",bernou:"ℬ",beta:"β",beth:"ℶ",between:"≬",bfr:"\uD835\uDD1F",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:"⌐",bopf:"\uD835\uDD53",bot:"⊥",bottom:"⊥",bowtie:"⋈",boxDL:"╗",boxDR:"╔",boxDl:"╖",boxDr:"╓",boxH:"═",boxHD:"╦",boxHU:"╩",boxHd:"╤",boxHu:"╧",boxUL:"╝",boxUR:"╚",boxUl:"╜",boxUr:"╙",boxV:"║",boxVH:"╬",boxVL:"╣",boxVR:"╠",boxVh:"╫",boxVl:"╢",boxVr:"╟",boxbox:"⧉",boxdL:"╕",boxdR:"╒",boxdl:"┐",boxdr:"┌",boxh:"─",boxhD:"╥",boxhU:"╨",boxhd:"┬",boxhu:"┴",boxminus:"⊟",boxplus:"⊞",boxtimes:"⊠",boxuL:"╛",boxuR:"╘",boxul:"┘",boxur:"└",boxv:"│",boxvH:"╪",boxvL:"╡",boxvR:"╞",boxvh:"┼",boxvl:"┤",boxvr:"├",bprime:"‵",breve:"˘",brvbar:"¦",bscr:"\uD835\uDCB7",bsemi:"⁏",bsim:"∽",bsime:"⋍",bsol:"\\",bsolb:"⧅",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpE:"⪮",bumpe:"≏",bumpeq:"≏",cacute:"ć",cap:"∩",capand:"⩄",capbrcup:"⩉",capcap:"⩋",capcup:"⩇",capdot:"⩀",caps:"∩︀",caret:"⁁",caron:"ˇ",ccaps:"⩍",ccaron:"č",ccedil:"ç",ccirc:"ĉ",ccups:"⩌",ccupssm:"⩐",cdot:"ċ",cedil:"¸",cemptyv:"⦲",cent:"¢",centerdot:"·",cfr:"\uD835\uDD20",chcy:"ч",check:"✓",checkmark:"✓",chi:"χ",cir:"○",cirE:"⧃",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledR:"®",circledS:"Ⓢ",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",cire:"≗",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",clubs:"♣",clubsuit:"♣",colon:":",colone:"≔",coloneq:"≔",comma:",",commat:"@",comp:"∁",compfn:"∘",complement:"∁",complexes:"ℂ",cong:"≅",congdot:"⩭",conint:"∮",copf:"\uD835\uDD54",coprod:"∐",copy:"©",copysr:"℗",crarr:"↵",cross:"✗",cscr:"\uD835\uDCB8",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",cuesc:"⋟",cularr:"↶",cularrp:"⤽",cup:"∪",cupbrcap:"⩈",cupcap:"⩆",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curarrm:"⤼",curlyeqprec:"⋞",curlyeqsucc:"⋟",curlyvee:"⋎",curlywedge:"⋏",curren:"¤",curvearrowleft:"↶",curvearrowright:"↷",cuvee:"⋎",cuwed:"⋏",cwconint:"∲",cwint:"∱",cylcty:"⌭",dArr:"⇓",dHar:"⥥",dagger:"†",daleth:"ℸ",darr:"↓",dash:"‐",dashv:"⊣",dbkarow:"⤏",dblac:"˝",dcaron:"ď",dcy:"д",dd:"ⅆ",ddagger:"‡",ddarr:"⇊",ddotseq:"⩷",deg:"°",delta:"δ",demptyv:"⦱",dfisht:"⥿",dfr:"\uD835\uDD21",dharl:"⇃",dharr:"⇂",diam:"⋄",diamond:"⋄",diamondsuit:"♦",diams:"♦",die:"¨",digamma:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",djcy:"ђ",dlcorn:"⌞",dlcrop:"⌍",dollar:"$",dopf:"\uD835\uDD55",dot:"˙",doteq:"≐",doteqdot:"≑",dotminus:"∸",dotplus:"∔",dotsquare:"⊡",doublebarwedge:"⌆",downarrow:"↓",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",dscr:"\uD835\uDCB9",dscy:"ѕ",dsol:"⧶",dstrok:"đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",dzcy:"џ",dzigrarr:"⟿",eDDot:"⩷",eDot:"≑",eacute:"é",easter:"⩮",ecaron:"ě",ecir:"≖",ecirc:"ê",ecolon:"≕",ecy:"э",edot:"ė",ee:"ⅇ",efDot:"≒",efr:"\uD835\uDD22",eg:"⪚",egrave:"è",egs:"⪖",egsdot:"⪘",el:"⪙",elinters:"⏧",ell:"ℓ",els:"⪕",elsdot:"⪗",emacr:"ē",empty:"∅",emptyset:"∅",emptyv:"∅",emsp13:" ",emsp14:" ",emsp:" ",eng:"ŋ",ensp:" ",eogon:"ę",eopf:"\uD835\uDD56",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",epsilon:"ε",epsiv:"ϵ",eqcirc:"≖",eqcolon:"≕",eqsim:"≂",eqslantgtr:"⪖",eqslantless:"⪕",equals:"=",equest:"≟",equiv:"≡",equivDD:"⩸",eqvparsl:"⧥",erDot:"≓",erarr:"⥱",escr:"ℯ",esdot:"≐",esim:"≂",eta:"η",eth:"ð",euml:"ë",euro:"€",excl:"!",exist:"∃",expectation:"ℰ",exponentiale:"ⅇ",fallingdotseq:"≒",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",ffr:"\uD835\uDD23",filig:"fi",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",fopf:"\uD835\uDD57",forall:"∀",fork:"⋔",forkv:"⫙",fpartint:"⨍",frac12:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",fscr:"\uD835\uDCBB",gE:"≧",gEl:"⪌",gacute:"ǵ",gamma:"γ",gammad:"ϝ",gap:"⪆",gbreve:"ğ",gcirc:"ĝ",gcy:"г",gdot:"ġ",ge:"≥",gel:"⋛",geq:"≥",geqq:"≧",geqslant:"⩾",ges:"⩾",gescc:"⪩",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",gfr:"\uD835\uDD24",gg:"≫",ggg:"⋙",gimel:"ℷ",gjcy:"ѓ",gl:"≷",glE:"⪒",gla:"⪥",glj:"⪤",gnE:"≩",gnap:"⪊",gnapprox:"⪊",gne:"⪈",gneq:"⪈",gneqq:"≩",gnsim:"⋧",gopf:"\uD835\uDD58",grave:"`",gscr:"ℊ",gsim:"≳",gsime:"⪎",gsiml:"⪐",gt:">",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",hArr:"⇔",hairsp:" ",half:"½",hamilt:"ℋ",hardcy:"ъ",harr:"↔",harrcir:"⥈",harrw:"↭",hbar:"ℏ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",hfr:"\uD835\uDD25",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",hopf:"\uD835\uDD59",horbar:"―",hscr:"\uD835\uDCBD",hslash:"ℏ",hstrok:"ħ",hybull:"⁃",hyphen:"‐",iacute:"í",ic:"⁣",icirc:"î",icy:"и",iecy:"е",iexcl:"¡",iff:"⇔",ifr:"\uD835\uDD26",igrave:"ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",ijlig:"ij",imacr:"ī",image:"ℑ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",imof:"⊷",imped:"Ƶ",in:"∈",incare:"℅",infin:"∞",infintie:"⧝",inodot:"ı",int:"∫",intcal:"⊺",integers:"ℤ",intercal:"⊺",intlarhk:"⨗",intprod:"⨼",iocy:"ё",iogon:"į",iopf:"\uD835\uDD5A",iota:"ι",iprod:"⨼",iquest:"¿",iscr:"\uD835\uDCBE",isin:"∈",isinE:"⋹",isindot:"⋵",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"⁢",itilde:"ĩ",iukcy:"і",iuml:"ï",jcirc:"ĵ",jcy:"й",jfr:"\uD835\uDD27",jmath:"ȷ",jopf:"\uD835\uDD5B",jscr:"\uD835\uDCBF",jsercy:"ј",jukcy:"є",kappa:"κ",kappav:"ϰ",kcedil:"ķ",kcy:"к",kfr:"\uD835\uDD28",kgreen:"ĸ",khcy:"х",kjcy:"ќ",kopf:"\uD835\uDD5C",kscr:"\uD835\uDCC0",lAarr:"⇚",lArr:"⇐",lAtail:"⤛",lBarr:"⤎",lE:"≦",lEg:"⪋",lHar:"⥢",lacute:"ĺ",laemptyv:"⦴",lagran:"ℒ",lambda:"λ",lang:"⟨",langd:"⦑",langle:"⟨",lap:"⪅",laquo:"«",larr:"←",larrb:"⇤",larrbfs:"⤟",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",lat:"⪫",latail:"⤙",late:"⪭",lates:"⪭︀",lbarr:"⤌",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",lcaron:"ľ",lcedil:"ļ",lceil:"⌈",lcub:"{",lcy:"л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",le:"≤",leftarrow:"←",leftarrowtail:"↢",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",leftrightarrow:"↔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",leftthreetimes:"⋋",leg:"⋚",leq:"≤",leqq:"≦",leqslant:"⩽",les:"⩽",lescc:"⪨",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",lessgtr:"≶",lesssim:"≲",lfisht:"⥼",lfloor:"⌊",lfr:"\uD835\uDD29",lg:"≶",lgE:"⪑",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",ljcy:"љ",ll:"≪",llarr:"⇇",llcorner:"⌞",llhard:"⥫",lltri:"◺",lmidot:"ŀ",lmoust:"⎰",lmoustache:"⎰",lnE:"≨",lnap:"⪉",lnapprox:"⪉",lne:"⪇",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",longleftarrow:"⟵",longleftrightarrow:"⟷",longmapsto:"⟼",longrightarrow:"⟶",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",lopf:"\uD835\uDD5D",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"‎",lrtri:"⊿",lsaquo:"‹",lscr:"\uD835\uDCC1",lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",lstrok:"ł",lt:"<",ltcc:"⪦",ltcir:"⩹",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltrPar:"⦖",ltri:"◃",ltrie:"⊴",ltrif:"◂",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",mDDot:"∺",macr:"¯",male:"♂",malt:"✠",maltese:"✠",map:"↦",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",mcy:"м",mdash:"—",measuredangle:"∡",mfr:"\uD835\uDD2A",mho:"℧",micro:"µ",mid:"∣",midast:"*",midcir:"⫰",middot:"·",minus:"−",minusb:"⊟",minusd:"∸",minusdu:"⨪",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",mopf:"\uD835\uDD5E",mp:"∓",mscr:"\uD835\uDCC2",mstpos:"∾",mu:"μ",multimap:"⊸",mumap:"⊸",nGg:"⋙̸",nGt:"≫⃒",nGtv:"≫̸",nLeftarrow:"⇍",nLeftrightarrow:"⇎",nLl:"⋘̸",nLt:"≪⃒",nLtv:"≪̸",nRightarrow:"⇏",nVDash:"⊯",nVdash:"⊮",nabla:"∇",nacute:"ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natur:"♮",natural:"♮",naturals:"ℕ",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",ncaron:"ň",ncedil:"ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",ncy:"н",ndash:"–",ne:"≠",neArr:"⇗",nearhk:"⤤",nearr:"↗",nearrow:"↗",nedot:"≐̸",nequiv:"≢",nesear:"⤨",nesim:"≂̸",nexist:"∄",nexists:"∄",nfr:"\uD835\uDD2B",ngE:"≧̸",nge:"≱",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",ngsim:"≵",ngt:"≯",ngtr:"≯",nhArr:"⇎",nharr:"↮",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",njcy:"њ",nlArr:"⇍",nlE:"≦̸",nlarr:"↚",nldr:"‥",nle:"≰",nleftarrow:"↚",nleftrightarrow:"↮",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nlsim:"≴",nlt:"≮",nltri:"⋪",nltrie:"⋬",nmid:"∤",nopf:"\uD835\uDD5F",not:"¬",notin:"∉",notinE:"⋹̸",notindot:"⋵̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",npar:"∦",nparallel:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",npre:"⪯̸",nprec:"⊀",npreceq:"⪯̸",nrArr:"⇏",nrarr:"↛",nrarrc:"⤳̸",nrarrw:"↝̸",nrightarrow:"↛",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",nscr:"\uD835\uDCC3",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:"ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",nu:"ν",num:"#",numero:"№",numsp:" ",nvDash:"⊭",nvHarr:"⤄",nvap:"≍⃒",nvdash:"⊬",nvge:"≥⃒",nvgt:">⃒",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwArr:"⇖",nwarhk:"⤣",nwarr:"↖",nwarrow:"↖",nwnear:"⤧",oS:"Ⓢ",oacute:"ó",oast:"⊛",ocir:"⊚",ocirc:"ô",ocy:"о",odash:"⊝",odblac:"ő",odiv:"⨸",odot:"⊙",odsold:"⦼",oelig:"œ",ofcir:"⦿",ofr:"\uD835\uDD2C",ogon:"˛",ograve:"ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",omacr:"ō",omega:"ω",omicron:"ο",omid:"⦶",ominus:"⊖",oopf:"\uD835\uDD60",opar:"⦷",operp:"⦹",oplus:"⊕",or:"∨",orarr:"↻",ord:"⩝",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oscr:"ℴ",oslash:"ø",osol:"⊘",otilde:"õ",otimes:"⊗",otimesas:"⨶",ouml:"ö",ovbar:"⌽",par:"∥",para:"¶",parallel:"∥",parsim:"⫳",parsl:"⫽",part:"∂",pcy:"п",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",pfr:"\uD835\uDD2D",phi:"φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",pi:"π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ",plus:"+",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plusdo:"∔",plusdu:"⨥",pluse:"⩲",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",pointint:"⨕",popf:"\uD835\uDD61",pound:"£",pr:"≺",prE:"⪳",prap:"⪷",prcue:"≼",pre:"⪯",prec:"≺",precapprox:"⪷",preccurlyeq:"≼",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",precsim:"≾",prime:"′",primes:"ℙ",prnE:"⪵",prnap:"⪹",prnsim:"⋨",prod:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",propto:"∝",prsim:"≾",prurel:"⊰",pscr:"\uD835\uDCC5",psi:"ψ",puncsp:" ",qfr:"\uD835\uDD2E",qint:"⨌",qopf:"\uD835\uDD62",qprime:"⁗",qscr:"\uD835\uDCC6",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",quot:'"',rAarr:"⇛",rArr:"⇒",rAtail:"⤜",rBarr:"⤏",rHar:"⥤",race:"∽̱",racute:"ŕ",radic:"√",raemptyv:"⦳",rang:"⟩",rangd:"⦒",range:"⦥",rangle:"⟩",raquo:"»",rarr:"→",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",rarrtl:"↣",rarrw:"↝",ratail:"⤚",ratio:"∶",rationals:"ℚ",rbarr:"⤍",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",rcaron:"ř",rcedil:"ŗ",rceil:"⌉",rcub:"}",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",rect:"▭",reg:"®",rfisht:"⥽",rfloor:"⌋",rfr:"\uD835\uDD2F",rhard:"⇁",rharu:"⇀",rharul:"⥬",rho:"ρ",rhov:"ϱ",rightarrow:"→",rightarrowtail:"↣",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",rightthreetimes:"⋌",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"‏",rmoust:"⎱",rmoustache:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",ropf:"\uD835\uDD63",roplus:"⨮",rotimes:"⨵",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",rsaquo:"›",rscr:"\uD835\uDCC7",rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",ruluhar:"⥨",rx:"℞",sacute:"ś",sbquo:"‚",sc:"≻",scE:"⪴",scap:"⪸",scaron:"š",sccue:"≽",sce:"⪰",scedil:"ş",scirc:"ŝ",scnE:"⪶",scnap:"⪺",scnsim:"⋩",scpolint:"⨓",scsim:"≿",scy:"с",sdot:"⋅",sdotb:"⊡",sdote:"⩦",seArr:"⇘",searhk:"⤥",searr:"↘",searrow:"↘",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",sfr:"\uD835\uDD30",sfrown:"⌢",sharp:"♯",shchcy:"щ",shcy:"ш",shortmid:"∣",shortparallel:"∥",shy:"­",sigma:"σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",softcy:"ь",sol:"/",solb:"⧄",solbar:"⌿",sopf:"\uD835\uDD64",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",squ:"□",square:"□",squarf:"▪",squf:"▪",srarr:"→",sscr:"\uD835\uDCC8",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",star:"☆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",sub:"⊂",subE:"⫅",subdot:"⪽",sube:"⊆",subedot:"⫃",submult:"⫁",subnE:"⫋",subne:"⊊",subplus:"⪿",subrarr:"⥹",subset:"⊂",subseteq:"⊆",subseteqq:"⫅",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succ:"≻",succapprox:"⪸",succcurlyeq:"≽",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",sum:"∑",sung:"♪",sup1:"¹",sup2:"²",sup3:"³",sup:"⊃",supE:"⫆",supdot:"⪾",supdsub:"⫘",supe:"⊇",supedot:"⫄",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supne:"⊋",supplus:"⫀",supset:"⊃",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swArr:"⇙",swarhk:"⤦",swarr:"↙",swarrow:"↙",swnwar:"⤪",szlig:"ß",target:"⌖",tau:"τ",tbrk:"⎴",tcaron:"ť",tcedil:"ţ",tcy:"т",tdot:"⃛",telrec:"⌕",tfr:"\uD835\uDD31",there4:"∴",therefore:"∴",theta:"θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",thinsp:" ",thkap:"≈",thksim:"∼",thorn:"þ",tilde:"˜",times:"×",timesb:"⊠",timesbar:"⨱",timesd:"⨰",tint:"∭",toea:"⤨",top:"⊤",topbot:"⌶",topcir:"⫱",topf:"\uD835\uDD65",topfork:"⫚",tosa:"⤩",tprime:"‴",trade:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",tscr:"\uD835\uDCC9",tscy:"ц",tshcy:"ћ",tstrok:"ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",uArr:"⇑",uHar:"⥣",uacute:"ú",uarr:"↑",ubrcy:"ў",ubreve:"ŭ",ucirc:"û",ucy:"у",udarr:"⇅",udblac:"ű",udhar:"⥮",ufisht:"⥾",ufr:"\uD835\uDD32",ugrave:"ù",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",umacr:"ū",uml:"¨",uogon:"ų",uopf:"\uD835\uDD66",uparrow:"↑",updownarrow:"↕",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",upsi:"υ",upsih:"ϒ",upsilon:"υ",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",uring:"ů",urtri:"◹",uscr:"\uD835\uDCCA",utdot:"⋰",utilde:"ũ",utri:"▵",utrif:"▴",uuarr:"⇈",uuml:"ü",uwangle:"⦧",vArr:"⇕",vBar:"⫨",vBarv:"⫩",vDash:"⊨",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",varr:"↕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",vcy:"в",vdash:"⊢",vee:"∨",veebar:"⊻",veeeq:"≚",vellip:"⋮",verbar:"|",vert:"|",vfr:"\uD835\uDD33",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",vopf:"\uD835\uDD67",vprop:"∝",vrtri:"⊳",vscr:"\uD835\uDCCB",vsubnE:"⫋︀",vsubne:"⊊︀",vsupnE:"⫌︀",vsupne:"⊋︀",vzigzag:"⦚",wcirc:"ŵ",wedbar:"⩟",wedge:"∧",wedgeq:"≙",weierp:"℘",wfr:"\uD835\uDD34",wopf:"\uD835\uDD68",wp:"℘",wr:"≀",wreath:"≀",wscr:"\uD835\uDCCC",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",xfr:"\uD835\uDD35",xhArr:"⟺",xharr:"⟷",xi:"ξ",xlArr:"⟸",xlarr:"⟵",xmap:"⟼",xnis:"⋻",xodot:"⨀",xopf:"\uD835\uDD69",xoplus:"⨁",xotime:"⨂",xrArr:"⟹",xrarr:"⟶",xscr:"\uD835\uDCCD",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",yacute:"ý",yacy:"я",ycirc:"ŷ",ycy:"ы",yen:"¥",yfr:"\uD835\uDD36",yicy:"ї",yopf:"\uD835\uDD6A",yscr:"\uD835\uDCCE",yucy:"ю",yuml:"ÿ",zacute:"ź",zcaron:"ž",zcy:"з",zdot:"ż",zeetrf:"ℨ",zeta:"ζ",zfr:"\uD835\uDD37",zhcy:"ж",zigrarr:"⇝",zopf:"\uD835\uDD6B",zscr:"\uD835\uDCCF",zwj:"‍",zwnj:"‌"};var H_={}.hasOwnProperty;function e6(Z){return H_.call(Tx,Z)?Tx[Z]:!1}function Z0(Z,G,J,X){let Y=Z.length,x=0,z;if(G<0)G=-G>Y?0:Y+G;else G=G>Y?Y:G;if(J=J>0?J:0,X.length<1e4)z=Array.from(X),z.unshift(G,J),Z.splice(...z);else{if(J)Z.splice(G,J);while(x<X.length)z=X.slice(x,x+1e4),z.unshift(G,0),Z.splice(...z),x+=1e4,G+=1e4}}function N0(Z,G){if(Z.length>0)return Z0(Z,Z.length,0,G),Z;return G}var ZB={}.hasOwnProperty;function GB(Z){let G={},J=-1;while(++J<Z.length)W_(G,Z[J]);return G}function W_(Z,G){let J;for(J in G){let Y=(ZB.call(Z,J)?Z[J]:void 0)||(Z[J]={}),x=G[J],z;if(x)for(z in x){if(!ZB.call(Y,z))Y[z]=[];let Q=x[z];U_(Y[z],Array.isArray(Q)?Q:Q?[Q]:[])}}}function U_(Z,G){let J=-1,X=[];while(++J<G.length)(G[J].add==="after"?Z:X).push(G[J]);Z0(Z,0,0,X)}function rG(Z,G){let J=Number.parseInt(Z,G);if(J<9||J===11||J>13&&J<32||J>126&&J<160||J>55295&&J<57344||J>64975&&J<65008||(J&65535)===65535||(J&65535)===65534||J>1114111)return"�";return String.fromCodePoint(J)}function a5(Z){return Z.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}var i0=R8(/[A-Za-z]/),s1=R8(/[\dA-Za-z]/),JB=R8(/[#-'*+\--9=?A-Z^-~]/);function w4(Z){return Z!==null&&(Z<32||Z===127)}var A4=R8(/\d/),XB=R8(/[\dA-Fa-f]/),YB=R8(/[!-/:-@[-`{-~]/);function i(Z){return Z!==null&&Z<-2}function p1(Z){return Z!==null&&(Z<0||Z===32)}function s(Z){return Z===-2||Z===-1||Z===32}var xB=R8(/\p{P}|\p{S}/u),zB=R8(/\s/);function R8(Z){return G;function G(J){return J!==null&&J>-1&&Z.test(String.fromCharCode(J))}}function r0(Z){let G=[],J=-1,X=0,Y=0;while(++J<Z.length){let x=Z.charCodeAt(J),z="";if(x===37&&s1(Z.charCodeAt(J+1))&&s1(Z.charCodeAt(J+2)))Y=2;else if(x<128){if(!/[!#$&-;=?-Z_a-z~]/.test(String.fromCharCode(x)))z=String.fromCharCode(x)}else if(x>55295&&x<57344){let Q=Z.charCodeAt(J+1);if(x<56320&&Q>56319&&Q<57344)z=String.fromCharCode(x,Q),Y=1;else z="�"}else z=String.fromCharCode(x);if(z)G.push(Z.slice(X,J),encodeURIComponent(z)),X=J+Y+1,z="";if(Y)J+=Y,Y=0}return G.join("")+Z.slice(X)}function Z1(Z,G,J,X){let Y=X?X-1:Number.POSITIVE_INFINITY,x=0;return z;function z(K){if(s(K))return Z.enter(J),Q(K);return G(K)}function Q(K){if(s(K)&&x++<Y)return Z.consume(K),Q;return Z.exit(J),G(K)}}var QB={tokenize:N_};function N_(Z){let G=Z.attempt(this.parser.constructs.contentInitial,X,Y),J;return G;function X(Q){if(Q===null){Z.consume(Q);return}return Z.enter("lineEnding"),Z.consume(Q),Z.exit("lineEnding"),Z1(Z,G,"linePrefix")}function Y(Q){return Z.enter("paragraph"),x(Q)}function x(Q){let K=Z.enter("chunkText",{contentType:"text",previous:J});if(J)J.next=K;return J=K,z(Q)}function z(Q){if(Q===null){Z.exit("chunkText"),Z.exit("paragraph"),Z.consume(Q);return}if(i(Q))return Z.consume(Q),Z.exit("chunkText"),x;return Z.consume(Q),z}}var HB={tokenize:$_},KB={tokenize:L_};function $_(Z){let G=this,J=[],X=0,Y,x,z;return Q;function Q(F){if(X<J.length){let I=J[X];return G.containerState=I[1],Z.attempt(I[0].continuation,K,W)(F)}return W(F)}function K(F){if(X++,G.containerState._closeFlow){if(G.containerState._closeFlow=void 0,Y)T();let I=G.events.length,v=I,D;while(v--)if(G.events[v][0]==="exit"&&G.events[v][1].type==="chunkFlow"){D=G.events[v][1].end;break}R(X);let p=I;while(p<G.events.length)G.events[p][1].end={...D},p++;return Z0(G.events,v+1,0,G.events.slice(I)),G.events.length=p,W(F)}return Q(F)}function W(F){if(X===J.length){if(!Y)return N(F);if(Y.currentConstruct&&Y.currentConstruct.concrete)return L(F);G.interrupt=Boolean(Y.currentConstruct&&!Y._gfmTableDynamicInterruptHack)}return G.containerState={},Z.check(KB,H,U)(F)}function H(F){if(Y)T();return R(X),N(F)}function U(F){return G.parser.lazy[G.now().line]=X!==J.length,z=G.now().offset,L(F)}function N(F){return G.containerState={},Z.attempt(KB,$,L)(F)}function $(F){return X++,J.push([G.currentConstruct,G.containerState]),N(F)}function L(F){if(F===null){if(Y)T();R(0),Z.consume(F);return}return Y=Y||G.parser.flow(G.now()),Z.enter("chunkFlow",{_tokenizer:Y,contentType:"flow",previous:x}),B(F)}function B(F){if(F===null){q(Z.exit("chunkFlow"),!0),R(0),Z.consume(F);return}if(i(F))return Z.consume(F),q(Z.exit("chunkFlow")),X=0,G.interrupt=void 0,Q;return Z.consume(F),B}function q(F,I){let v=G.sliceStream(F);if(I)v.push(null);if(F.previous=x,x)x.next=F;if(x=F,Y.defineSkip(F.start),Y.write(v),G.parser.lazy[F.start.line]){let D=Y.events.length;while(D--)if(Y.events[D][1].start.offset<z&&(!Y.events[D][1].end||Y.events[D][1].end.offset>z))return;let p=G.events.length,b=p,y,d;while(b--)if(G.events[b][0]==="exit"&&G.events[b][1].type==="chunkFlow"){if(y){d=G.events[b][1].end;break}y=!0}R(X),D=p;while(D<G.events.length)G.events[D][1].end={...d},D++;Z0(G.events,b+1,0,G.events.slice(p)),G.events.length=D}}function R(F){let I=J.length;while(I-- >F){let v=J[I];G.containerState=v[1],v[0].exit.call(G,Z)}J.length=F}function T(){Y.write([null]),x=void 0,Y=void 0,G.containerState._closeFlow=void 0}}function L_(Z,G,J){return Z1(Z,Z.attempt(this.parser.constructs.document,G,J),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}function Px(Z){if(Z===null||p1(Z)||zB(Z))return 1;if(xB(Z))return 2}function Z7(Z,G,J){let X=[],Y=-1;while(++Y<Z.length){let x=Z[Y].resolveAll;if(x&&!X.includes(x))G=x(G,J),X.push(x)}return G}var M4={name:"attention",resolveAll:B_,tokenize:V_};function B_(Z,G){let J=-1,X,Y,x,z,Q,K,W,H;while(++J<Z.length)if(Z[J][0]==="enter"&&Z[J][1].type==="attentionSequence"&&Z[J][1]._close){X=J;while(X--)if(Z[X][0]==="exit"&&Z[X][1].type==="attentionSequence"&&Z[X][1]._open&&G.sliceSerialize(Z[X][1]).charCodeAt(0)===G.sliceSerialize(Z[J][1]).charCodeAt(0)){if((Z[X][1]._close||Z[J][1]._open)&&(Z[J][1].end.offset-Z[J][1].start.offset)%3&&!((Z[X][1].end.offset-Z[X][1].start.offset+Z[J][1].end.offset-Z[J][1].start.offset)%3))continue;K=Z[X][1].end.offset-Z[X][1].start.offset>1&&Z[J][1].end.offset-Z[J][1].start.offset>1?2:1;let U={...Z[X][1].end},N={...Z[J][1].start};if(WB(U,-K),WB(N,K),z={type:K>1?"strongSequence":"emphasisSequence",start:U,end:{...Z[X][1].end}},Q={type:K>1?"strongSequence":"emphasisSequence",start:{...Z[J][1].start},end:N},x={type:K>1?"strongText":"emphasisText",start:{...Z[X][1].end},end:{...Z[J][1].start}},Y={type:K>1?"strong":"emphasis",start:{...z.start},end:{...Q.end}},Z[X][1].end={...z.start},Z[J][1].start={...Q.end},W=[],Z[X][1].end.offset-Z[X][1].start.offset)W=N0(W,[["enter",Z[X][1],G],["exit",Z[X][1],G]]);if(W=N0(W,[["enter",Y,G],["enter",z,G],["exit",z,G],["enter",x,G]]),W=N0(W,Z7(G.parser.constructs.insideSpan.null,Z.slice(X+1,J),G)),W=N0(W,[["exit",x,G],["enter",Q,G],["exit",Q,G],["exit",Y,G]]),Z[J][1].end.offset-Z[J][1].start.offset)H=2,W=N0(W,[["enter",Z[J][1],G],["exit",Z[J][1],G]]);else H=0;Z0(Z,X-1,J-X+3,W),J=X+W.length-H-2;break}}J=-1;while(++J<Z.length)if(Z[J][1].type==="attentionSequence")Z[J][1].type="data";return Z}function V_(Z,G){let J=this.parser.constructs.attentionMarkers.null,X=this.previous,Y=Px(X),x;return z;function z(K){return x=K,Z.enter("attentionSequence"),Q(K)}function Q(K){if(K===x)return Z.consume(K),Q;let W=Z.exit("attentionSequence"),H=Px(K),U=!H||H===2&&Y||J.includes(K),N=!Y||Y===2&&H||J.includes(X);return W._open=Boolean(x===42?U:U&&(Y||!N)),W._close=Boolean(x===42?N:N&&(H||!U)),G(K)}}function WB(Z,G){Z.column+=G,Z.offset+=G,Z._bufferIndex+=G}var mx={name:"autolink",tokenize:q_};function q_(Z,G,J){let X=0;return Y;function Y($){return Z.enter("autolink"),Z.enter("autolinkMarker"),Z.consume($),Z.exit("autolinkMarker"),Z.enter("autolinkProtocol"),x}function x($){if(i0($))return Z.consume($),z;if($===64)return J($);return W($)}function z($){if($===43||$===45||$===46||s1($))return X=1,Q($);return W($)}function Q($){if($===58)return Z.consume($),X=0,K;if(($===43||$===45||$===46||s1($))&&X++<32)return Z.consume($),Q;return X=0,W($)}function K($){if($===62)return Z.exit("autolinkProtocol"),Z.enter("autolinkMarker"),Z.consume($),Z.exit("autolinkMarker"),Z.exit("autolink"),G;if($===null||$===32||$===60||w4($))return J($);return Z.consume($),K}function W($){if($===64)return Z.consume($),H;if(JB($))return Z.consume($),W;return J($)}function H($){return s1($)?U($):J($)}function U($){if($===46)return Z.consume($),X=0,H;if($===62)return Z.exit("autolinkProtocol").type="autolinkEmail",Z.enter("autolinkMarker"),Z.consume($),Z.exit("autolinkMarker"),Z.exit("autolink"),G;return N($)}function N($){if(($===45||s1($))&&X++<63){let L=$===45?N:U;return Z.consume($),L}return J($)}}var O8={partial:!0,tokenize:F_};function F_(Z,G,J){return X;function X(x){return s(x)?Z1(Z,Y,"linePrefix")(x):Y(x)}function Y(x){return x===null||i(x)?G(x):J(x)}}var oG={continuation:{tokenize:A_},exit:M_,name:"blockQuote",tokenize:w_};function w_(Z,G,J){let X=this;return Y;function Y(z){if(z===62){let Q=X.containerState;if(!Q.open)Z.enter("blockQuote",{_container:!0}),Q.open=!0;return Z.enter("blockQuotePrefix"),Z.enter("blockQuoteMarker"),Z.consume(z),Z.exit("blockQuoteMarker"),x}return J(z)}function x(z){if(s(z))return Z.enter("blockQuotePrefixWhitespace"),Z.consume(z),Z.exit("blockQuotePrefixWhitespace"),Z.exit("blockQuotePrefix"),G;return Z.exit("blockQuotePrefix"),G(z)}}function A_(Z,G,J){let X=this;return Y;function Y(z){if(s(z))return Z1(Z,x,"linePrefix",X.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(z);return x(z)}function x(z){return Z.attempt(oG,G,J)(z)}}function M_(Z){Z.exit("blockQuote")}var tG={name:"characterEscape",tokenize:R_};function R_(Z,G,J){return X;function X(x){return Z.enter("characterEscape"),Z.enter("escapeMarker"),Z.consume(x),Z.exit("escapeMarker"),Y}function Y(x){if(YB(x))return Z.enter("characterEscapeValue"),Z.consume(x),Z.exit("characterEscapeValue"),Z.exit("characterEscape"),G;return J(x)}}var eG={name:"characterReference",tokenize:O_};function O_(Z,G,J){let X=this,Y=0,x,z;return Q;function Q(U){return Z.enter("characterReference"),Z.enter("characterReferenceMarker"),Z.consume(U),Z.exit("characterReferenceMarker"),K}function K(U){if(U===35)return Z.enter("characterReferenceMarkerNumeric"),Z.consume(U),Z.exit("characterReferenceMarkerNumeric"),W;return Z.enter("characterReferenceValue"),x=31,z=s1,H(U)}function W(U){if(U===88||U===120)return Z.enter("characterReferenceMarkerHexadecimal"),Z.consume(U),Z.exit("characterReferenceMarkerHexadecimal"),Z.enter("characterReferenceValue"),x=6,z=XB,H;return Z.enter("characterReferenceValue"),x=7,z=A4,H(U)}function H(U){if(U===59&&Y){let N=Z.exit("characterReferenceValue");if(z===s1&&!e6(X.sliceSerialize(N)))return J(U);return Z.enter("characterReferenceMarker"),Z.consume(U),Z.exit("characterReferenceMarker"),Z.exit("characterReference"),G}if(z(U)&&Y++<x)return Z.consume(U),H;return J(U)}}var UB={partial:!0,tokenize:I_},Z3={concrete:!0,name:"codeFenced",tokenize:D_};function D_(Z,G,J){let X=this,Y={partial:!0,tokenize:v},x=0,z=0,Q;return K;function K(D){return W(D)}function W(D){let p=X.events[X.events.length-1];return x=p&&p[1].type==="linePrefix"?p[2].sliceSerialize(p[1],!0).length:0,Q=D,Z.enter("codeFenced"),Z.enter("codeFencedFence"),Z.enter("codeFencedFenceSequence"),H(D)}function H(D){if(D===Q)return z++,Z.consume(D),H;if(z<3)return J(D);return Z.exit("codeFencedFenceSequence"),s(D)?Z1(Z,U,"whitespace")(D):U(D)}function U(D){if(D===null||i(D))return Z.exit("codeFencedFence"),X.interrupt?G(D):Z.check(UB,B,I)(D);return Z.enter("codeFencedFenceInfo"),Z.enter("chunkString",{contentType:"string"}),N(D)}function N(D){if(D===null||i(D))return Z.exit("chunkString"),Z.exit("codeFencedFenceInfo"),U(D);if(s(D))return Z.exit("chunkString"),Z.exit("codeFencedFenceInfo"),Z1(Z,$,"whitespace")(D);if(D===96&&D===Q)return J(D);return Z.consume(D),N}function $(D){if(D===null||i(D))return U(D);return Z.enter("codeFencedFenceMeta"),Z.enter("chunkString",{contentType:"string"}),L(D)}function L(D){if(D===null||i(D))return Z.exit("chunkString"),Z.exit("codeFencedFenceMeta"),U(D);if(D===96&&D===Q)return J(D);return Z.consume(D),L}function B(D){return Z.attempt(Y,I,q)(D)}function q(D){return Z.enter("lineEnding"),Z.consume(D),Z.exit("lineEnding"),R}function R(D){return x>0&&s(D)?Z1(Z,T,"linePrefix",x+1)(D):T(D)}function T(D){if(D===null||i(D))return Z.check(UB,B,I)(D);return Z.enter("codeFlowValue"),F(D)}function F(D){if(D===null||i(D))return Z.exit("codeFlowValue"),T(D);return Z.consume(D),F}function I(D){return Z.exit("codeFenced"),G(D)}function v(D,p,b){let y=0;return d;function d(M){return D.enter("lineEnding"),D.consume(M),D.exit("lineEnding"),a}function a(M){return D.enter("codeFencedFence"),s(M)?Z1(D,c,"linePrefix",X.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(M):c(M)}function c(M){if(M===Q)return D.enter("codeFencedFenceSequence"),E(M);return b(M)}function E(M){if(M===Q)return y++,D.consume(M),E;if(y>=z)return D.exit("codeFencedFenceSequence"),s(M)?Z1(D,k,"whitespace")(M):k(M);return b(M)}function k(M){if(M===null||i(M))return D.exit("codeFencedFence"),p(M);return b(M)}}}function I_(Z,G,J){let X=this;return Y;function Y(z){if(z===null)return J(z);return Z.enter("lineEnding"),Z.consume(z),Z.exit("lineEnding"),x}function x(z){return X.parser.lazy[X.now().line]?J(z):G(z)}}var R4={name:"codeIndented",tokenize:P_},T_={partial:!0,tokenize:m_};function P_(Z,G,J){let X=this;return Y;function Y(W){return Z.enter("codeIndented"),Z1(Z,x,"linePrefix",5)(W)}function x(W){let H=X.events[X.events.length-1];return H&&H[1].type==="linePrefix"&&H[2].sliceSerialize(H[1],!0).length>=4?z(W):J(W)}function z(W){if(W===null)return K(W);if(i(W))return Z.attempt(T_,z,K)(W);return Z.enter("codeFlowValue"),Q(W)}function Q(W){if(W===null||i(W))return Z.exit("codeFlowValue"),z(W);return Z.consume(W),Q}function K(W){return Z.exit("codeIndented"),G(W)}}function m_(Z,G,J){let X=this;return Y;function Y(z){if(X.parser.lazy[X.now().line])return J(z);if(i(z))return Z.enter("lineEnding"),Z.consume(z),Z.exit("lineEnding"),Y;return Z1(Z,x,"linePrefix",5)(z)}function x(z){let Q=X.events[X.events.length-1];return Q&&Q[1].type==="linePrefix"&&Q[2].sliceSerialize(Q[1],!0).length>=4?G(z):i(z)?Y(z):J(z)}}var vx={name:"codeText",previous:j_,resolve:v_,tokenize:E_};function v_(Z){let G=Z.length-4,J=3,X,Y;if((Z[J][1].type==="lineEnding"||Z[J][1].type==="space")&&(Z[G][1].type==="lineEnding"||Z[G][1].type==="space")){X=J;while(++X<G)if(Z[X][1].type==="codeTextData"){Z[J][1].type="codeTextPadding",Z[G][1].type="codeTextPadding",J+=2,G-=2;break}}X=J-1,G++;while(++X<=G)if(Y===void 0){if(X!==G&&Z[X][1].type!=="lineEnding")Y=X}else if(X===G||Z[X][1].type==="lineEnding"){if(Z[Y][1].type="codeTextData",X!==Y+2)Z[Y][1].end=Z[X-1][1].end,Z.splice(Y+2,X-Y-2),G-=X-Y-2,X=Y+2;Y=void 0}return Z}function j_(Z){return Z!==96||this.events[this.events.length-1][1].type==="characterEscape"}function E_(Z,G,J){let X=this,Y=0,x,z;return Q;function Q(N){return Z.enter("codeText"),Z.enter("codeTextSequence"),K(N)}function K(N){if(N===96)return Z.consume(N),Y++,K;return Z.exit("codeTextSequence"),W(N)}function W(N){if(N===null)return J(N);if(N===32)return Z.enter("space"),Z.consume(N),Z.exit("space"),W;if(N===96)return z=Z.enter("codeTextSequence"),x=0,U(N);if(i(N))return Z.enter("lineEnding"),Z.consume(N),Z.exit("lineEnding"),W;return Z.enter("codeTextData"),H(N)}function H(N){if(N===null||N===32||N===96||i(N))return Z.exit("codeTextData"),W(N);return Z.consume(N),H}function U(N){if(N===96)return Z.consume(N),x++,U;if(x===Y)return Z.exit("codeTextSequence"),Z.exit("codeText"),G(N);return z.type="codeTextData",H(N)}}class jx{constructor(Z){this.left=Z?[...Z]:[],this.right=[]}get(Z){if(Z<0||Z>=this.left.length+this.right.length)throw RangeError("Cannot access index `"+Z+"` in a splice buffer of size `"+(this.left.length+this.right.length)+"`");if(Z<this.left.length)return this.left[Z];return this.right[this.right.length-Z+this.left.length-1]}get length(){return this.left.length+this.right.length}shift(){return this.setCursor(0),this.right.pop()}slice(Z,G){let J=G===null||G===void 0?Number.POSITIVE_INFINITY:G;if(J<this.left.length)return this.left.slice(Z,J);if(Z>this.left.length)return this.right.slice(this.right.length-J+this.left.length,this.right.length-Z+this.left.length).reverse();return this.left.slice(Z).concat(this.right.slice(this.right.length-J+this.left.length).reverse())}splice(Z,G,J){let X=G||0;this.setCursor(Math.trunc(Z));let Y=this.right.splice(this.right.length-X,Number.POSITIVE_INFINITY);if(J)O4(this.left,J);return Y.reverse()}pop(){return this.setCursor(Number.POSITIVE_INFINITY),this.left.pop()}push(Z){this.setCursor(Number.POSITIVE_INFINITY),this.left.push(Z)}pushMany(Z){this.setCursor(Number.POSITIVE_INFINITY),O4(this.left,Z)}unshift(Z){this.setCursor(0),this.right.push(Z)}unshiftMany(Z){this.setCursor(0),O4(this.right,Z.reverse())}setCursor(Z){if(Z===this.left.length||Z>this.left.length&&this.right.length===0||Z<0&&this.left.length===0)return;if(Z<this.left.length){let G=this.left.splice(Z,Number.POSITIVE_INFINITY);O4(this.right,G.reverse())}else{let G=this.right.splice(this.left.length+this.right.length-Z,Number.POSITIVE_INFINITY);O4(this.left,G.reverse())}}}function O4(Z,G){let J=0;if(G.length<1e4)Z.push(...G);else while(J<G.length)Z.push(...G.slice(J,J+1e4)),J+=1e4}function G3(Z){let G={},J=-1,X,Y,x,z,Q,K,W,H=new jx(Z);while(++J<H.length){while(J in G)J=G[J];if(X=H.get(J),J&&X[1].type==="chunkFlow"&&H.get(J-1)[1].type==="listItemPrefix"){if(K=X[1]._tokenizer.events,x=0,x<K.length&&K[x][1].type==="lineEndingBlank")x+=2;if(x<K.length&&K[x][1].type==="content")while(++x<K.length){if(K[x][1].type==="content")break;if(K[x][1].type==="chunkText")K[x][1]._isInFirstContentOfListItem=!0,x++}}if(X[0]==="enter"){if(X[1].contentType)Object.assign(G,S_(H,J)),J=G[J],W=!0}else if(X[1]._container){x=J,Y=void 0;while(x--)if(z=H.get(x),z[1].type==="lineEnding"||z[1].type==="lineEndingBlank"){if(z[0]==="enter"){if(Y)H.get(Y)[1].type="lineEndingBlank";z[1].type="lineEnding",Y=x}}else if(z[1].type==="linePrefix"||z[1].type==="listItemIndent");else break;if(Y)X[1].end={...H.get(Y)[1].start},Q=H.slice(Y,J),Q.unshift(X),H.splice(Y,J-Y+1,Q)}}return Z0(Z,0,Number.POSITIVE_INFINITY,H.slice(0)),!W}function S_(Z,G){let J=Z.get(G)[1],X=Z.get(G)[2],Y=G-1,x=[],z=J._tokenizer;if(!z){if(z=X.parser[J.contentType](J.start),J._contentTypeTextTrailing)z._contentTypeTextTrailing=!0}let Q=z.events,K=[],W={},H,U,N=-1,$=J,L=0,B=0,q=[B];while($){while(Z.get(++Y)[1]!==$);if(x.push(Y),!$._tokenizer){if(H=X.sliceStream($),!$.next)H.push(null);if(U)z.defineSkip($.start);if($._isInFirstContentOfListItem)z._gfmTasklistFirstContentOfListItem=!0;if(z.write(H),$._isInFirstContentOfListItem)z._gfmTasklistFirstContentOfListItem=void 0}U=$,$=$.next}$=J;while(++N<Q.length)if(Q[N][0]==="exit"&&Q[N-1][0]==="enter"&&Q[N][1].type===Q[N-1][1].type&&Q[N][1].start.line!==Q[N][1].end.line)B=N+1,q.push(B),$._tokenizer=void 0,$.previous=void 0,$=$.next;if(z.events=[],$)$._tokenizer=void 0,$.previous=void 0;else q.pop();N=q.length;while(N--){let R=Q.slice(q[N],q[N+1]),T=x.pop();K.push([T,T+R.length-1]),Z.splice(T,2,R)}K.reverse(),N=-1;while(++N<K.length)W[L+K[N][0]]=L+K[N][1],L+=K[N][1]-K[N][0]-1;return W}var Ex={resolve:__,tokenize:i_},p_={partial:!0,tokenize:C_};function __(Z){return G3(Z),Z}function i_(Z,G){let J;return X;function X(Q){return Z.enter("content"),J=Z.enter("chunkContent",{contentType:"content"}),Y(Q)}function Y(Q){if(Q===null)return x(Q);if(i(Q))return Z.check(p_,z,x)(Q);return Z.consume(Q),Y}function x(Q){return Z.exit("chunkContent"),Z.exit("content"),G(Q)}function z(Q){return Z.consume(Q),Z.exit("chunkContent"),J.next=Z.enter("chunkContent",{contentType:"content",previous:J}),J=J.next,Y}}function C_(Z,G,J){let X=this;return Y;function Y(z){return Z.exit("chunkContent"),Z.enter("lineEnding"),Z.consume(z),Z.exit("lineEnding"),Z1(Z,x,"linePrefix")}function x(z){if(z===null||i(z))return J(z);let Q=X.events[X.events.length-1];if(!X.parser.constructs.disable.null.includes("codeIndented")&&Q&&Q[1].type==="linePrefix"&&Q[2].sliceSerialize(Q[1],!0).length>=4)return G(z);return Z.interrupt(X.parser.constructs.flow,J,G)(z)}}function J3(Z,G,J,X,Y,x,z,Q,K){let W=K||Number.POSITIVE_INFINITY,H=0;return U;function U(R){if(R===60)return Z.enter(X),Z.enter(Y),Z.enter(x),Z.consume(R),Z.exit(x),N;if(R===null||R===32||R===41||w4(R))return J(R);return Z.enter(X),Z.enter(z),Z.enter(Q),Z.enter("chunkString",{contentType:"string"}),B(R)}function N(R){if(R===62)return Z.enter(x),Z.consume(R),Z.exit(x),Z.exit(Y),Z.exit(X),G;return Z.enter(Q),Z.enter("chunkString",{contentType:"string"}),$(R)}function $(R){if(R===62)return Z.exit("chunkString"),Z.exit(Q),N(R);if(R===null||R===60||i(R))return J(R);return Z.consume(R),R===92?L:$}function L(R){if(R===60||R===62||R===92)return Z.consume(R),$;return $(R)}function B(R){if(!H&&(R===null||R===41||p1(R)))return Z.exit("chunkString"),Z.exit(Q),Z.exit(z),Z.exit(X),G(R);if(H<W&&R===40)return Z.consume(R),H++,B;if(R===41)return Z.consume(R),H--,B;if(R===null||R===32||R===40||w4(R))return J(R);return Z.consume(R),R===92?q:B}function q(R){if(R===40||R===41||R===92)return Z.consume(R),B;return B(R)}}function X3(Z,G,J,X,Y,x){let z=this,Q=0,K;return W;function W($){return Z.enter(X),Z.enter(Y),Z.consume($),Z.exit(Y),Z.enter(x),H}function H($){if(Q>999||$===null||$===91||$===93&&!K||$===94&&!Q&&"_hiddenFootnoteSupport"in z.parser.constructs)return J($);if($===93)return Z.exit(x),Z.enter(Y),Z.consume($),Z.exit(Y),Z.exit(X),G;if(i($))return Z.enter("lineEnding"),Z.consume($),Z.exit("lineEnding"),H;return Z.enter("chunkString",{contentType:"string"}),U($)}function U($){if($===null||$===91||$===93||i($)||Q++>999)return Z.exit("chunkString"),H($);if(Z.consume($),!K)K=!s($);return $===92?N:U}function N($){if($===91||$===92||$===93)return Z.consume($),Q++,U;return U($)}}function Y3(Z,G,J,X,Y,x){let z;return Q;function Q(N){if(N===34||N===39||N===40)return Z.enter(X),Z.enter(Y),Z.consume(N),Z.exit(Y),z=N===40?41:N,K;return J(N)}function K(N){if(N===z)return Z.enter(Y),Z.consume(N),Z.exit(Y),Z.exit(X),G;return Z.enter(x),W(N)}function W(N){if(N===z)return Z.exit(x),K(z);if(N===null)return J(N);if(i(N))return Z.enter("lineEnding"),Z.consume(N),Z.exit("lineEnding"),Z1(Z,W,"linePrefix");return Z.enter("chunkString",{contentType:"string"}),H(N)}function H(N){if(N===z||N===null||i(N))return Z.exit("chunkString"),W(N);return Z.consume(N),N===92?U:H}function U(N){if(N===z||N===92)return Z.consume(N),H;return H(N)}}function X6(Z,G){let J;return X;function X(Y){if(i(Y))return Z.enter("lineEnding"),Z.consume(Y),Z.exit("lineEnding"),J=!0,X;if(s(Y))return Z1(Z,X,J?"linePrefix":"lineSuffix")(Y);return G(Y)}}var Sx={name:"definition",tokenize:g_},b_={partial:!0,tokenize:h_};function g_(Z,G,J){let X=this,Y;return x;function x($){return Z.enter("definition"),z($)}function z($){return X3.call(X,Z,Q,J,"definitionLabel","definitionLabelMarker","definitionLabelString")($)}function Q($){if(Y=a5(X.sliceSerialize(X.events[X.events.length-1][1]).slice(1,-1)),$===58)return Z.enter("definitionMarker"),Z.consume($),Z.exit("definitionMarker"),K;return J($)}function K($){return p1($)?X6(Z,W)($):W($)}function W($){return J3(Z,H,J,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")($)}function H($){return Z.attempt(b_,U,U)($)}function U($){return s($)?Z1(Z,N,"whitespace")($):N($)}function N($){if($===null||i($))return Z.exit("definition"),X.parser.defined.push(Y),G($);return J($)}}function h_(Z,G,J){return X;function X(Q){return p1(Q)?X6(Z,Y)(Q):J(Q)}function Y(Q){return Y3(Z,x,J,"definitionTitle","definitionTitleMarker","definitionTitleString")(Q)}function x(Q){return s(Q)?Z1(Z,z,"whitespace")(Q):z(Q)}function z(Q){return Q===null||i(Q)?G(Q):J(Q)}}var px={name:"hardBreakEscape",tokenize:y_};function y_(Z,G,J){return X;function X(x){return Z.enter("hardBreakEscape"),Z.consume(x),Y}function Y(x){if(i(x))return Z.exit("hardBreakEscape"),G(x);return J(x)}}var _x={name:"headingAtx",resolve:u_,tokenize:k_};function u_(Z,G){let J=Z.length-2,X=3,Y,x;if(Z[X][1].type==="whitespace")X+=2;if(J-2>X&&Z[J][1].type==="whitespace")J-=2;if(Z[J][1].type==="atxHeadingSequence"&&(X===J-1||J-4>X&&Z[J-2][1].type==="whitespace"))J-=X+1===J?2:4;if(J>X)Y={type:"atxHeadingText",start:Z[X][1].start,end:Z[J][1].end},x={type:"chunkText",start:Z[X][1].start,end:Z[J][1].end,contentType:"text"},Z0(Z,X,J-X+1,[["enter",Y,G],["enter",x,G],["exit",x,G],["exit",Y,G]]);return Z}function k_(Z,G,J){let X=0;return Y;function Y(H){return Z.enter("atxHeading"),x(H)}function x(H){return Z.enter("atxHeadingSequence"),z(H)}function z(H){if(H===35&&X++<6)return Z.consume(H),z;if(H===null||p1(H))return Z.exit("atxHeadingSequence"),Q(H);return J(H)}function Q(H){if(H===35)return Z.enter("atxHeadingSequence"),K(H);if(H===null||i(H))return Z.exit("atxHeading"),G(H);if(s(H))return Z1(Z,Q,"whitespace")(H);return Z.enter("atxHeadingText"),W(H)}function K(H){if(H===35)return Z.consume(H),K;return Z.exit("atxHeadingSequence"),Q(H)}function W(H){if(H===null||H===35||p1(H))return Z.exit("atxHeadingText"),Q(H);return Z.consume(H),W}}var NB=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","search","section","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],ix=["pre","script","style","textarea"];var Cx={concrete:!0,name:"htmlFlow",resolveTo:l_,tokenize:a_},f_={partial:!0,tokenize:d_},c_={partial:!0,tokenize:n_};function l_(Z){let G=Z.length;while(G--)if(Z[G][0]==="enter"&&Z[G][1].type==="htmlFlow")break;if(G>1&&Z[G-2][1].type==="linePrefix")Z[G][1].start=Z[G-2][1].start,Z[G+1][1].start=Z[G-2][1].start,Z.splice(G-2,2);return Z}function a_(Z,G,J){let X=this,Y,x,z,Q,K;return W;function W(w){return H(w)}function H(w){return Z.enter("htmlFlow"),Z.enter("htmlFlowData"),Z.consume(w),U}function U(w){if(w===33)return Z.consume(w),N;if(w===47)return Z.consume(w),x=!0,B;if(w===63)return Z.consume(w),Y=3,X.interrupt?G:V;if(i0(w))return Z.consume(w),z=String.fromCharCode(w),q;return J(w)}function N(w){if(w===45)return Z.consume(w),Y=2,$;if(w===91)return Z.consume(w),Y=5,Q=0,L;if(i0(w))return Z.consume(w),Y=4,X.interrupt?G:V;return J(w)}function $(w){if(w===45)return Z.consume(w),X.interrupt?G:V;return J(w)}function L(w){if(w==="CDATA[".charCodeAt(Q++)){if(Z.consume(w),Q===6)return X.interrupt?G:c;return L}return J(w)}function B(w){if(i0(w))return Z.consume(w),z=String.fromCharCode(w),q;return J(w)}function q(w){if(w===null||w===47||w===62||p1(w)){let l=w===47,B1=z.toLowerCase();if(!l&&!x&&ix.includes(B1))return Y=1,X.interrupt?G(w):c(w);if(NB.includes(z.toLowerCase())){if(Y=6,l)return Z.consume(w),R;return X.interrupt?G(w):c(w)}return Y=7,X.interrupt&&!X.parser.lazy[X.now().line]?J(w):x?T(w):F(w)}if(w===45||s1(w))return Z.consume(w),z+=String.fromCharCode(w),q;return J(w)}function R(w){if(w===62)return Z.consume(w),X.interrupt?G:c;return J(w)}function T(w){if(s(w))return Z.consume(w),T;return d(w)}function F(w){if(w===47)return Z.consume(w),d;if(w===58||w===95||i0(w))return Z.consume(w),I;if(s(w))return Z.consume(w),F;return d(w)}function I(w){if(w===45||w===46||w===58||w===95||s1(w))return Z.consume(w),I;return v(w)}function v(w){if(w===61)return Z.consume(w),D;if(s(w))return Z.consume(w),v;return F(w)}function D(w){if(w===null||w===60||w===61||w===62||w===96)return J(w);if(w===34||w===39)return Z.consume(w),K=w,p;if(s(w))return Z.consume(w),D;return b(w)}function p(w){if(w===K)return Z.consume(w),K=null,y;if(w===null||i(w))return J(w);return Z.consume(w),p}function b(w){if(w===null||w===34||w===39||w===47||w===60||w===61||w===62||w===96||p1(w))return v(w);return Z.consume(w),b}function y(w){if(w===47||w===62||s(w))return F(w);return J(w)}function d(w){if(w===62)return Z.consume(w),a;return J(w)}function a(w){if(w===null||i(w))return c(w);if(s(w))return Z.consume(w),a;return J(w)}function c(w){if(w===45&&Y===2)return Z.consume(w),G1;if(w===60&&Y===1)return Z.consume(w),h;if(w===62&&Y===4)return Z.consume(w),_;if(w===63&&Y===3)return Z.consume(w),V;if(w===93&&Y===5)return Z.consume(w),F1;if(i(w)&&(Y===6||Y===7))return Z.exit("htmlFlowData"),Z.check(f_,X1,E)(w);if(w===null||i(w))return Z.exit("htmlFlowData"),E(w);return Z.consume(w),c}function E(w){return Z.check(c_,k,X1)(w)}function k(w){return Z.enter("lineEnding"),Z.consume(w),Z.exit("lineEnding"),M}function M(w){if(w===null||i(w))return E(w);return Z.enter("htmlFlowData"),c(w)}function G1(w){if(w===45)return Z.consume(w),V;return c(w)}function h(w){if(w===47)return Z.consume(w),z="",Q1;return c(w)}function Q1(w){if(w===62){let l=z.toLowerCase();if(ix.includes(l))return Z.consume(w),_;return c(w)}if(i0(w)&&z.length<8)return Z.consume(w),z+=String.fromCharCode(w),Q1;return c(w)}function F1(w){if(w===93)return Z.consume(w),V;return c(w)}function V(w){if(w===62)return Z.consume(w),_;if(w===45&&Y===2)return Z.consume(w),V;return c(w)}function _(w){if(w===null||i(w))return Z.exit("htmlFlowData"),X1(w);return Z.consume(w),_}function X1(w){return Z.exit("htmlFlow"),G(w)}}function n_(Z,G,J){let X=this;return Y;function Y(z){if(i(z))return Z.enter("lineEnding"),Z.consume(z),Z.exit("lineEnding"),x;return J(z)}function x(z){return X.parser.lazy[X.now().line]?J(z):G(z)}}function d_(Z,G,J){return X;function X(Y){return Z.enter("lineEnding"),Z.consume(Y),Z.exit("lineEnding"),Z.attempt(O8,G,J)}}var bx={name:"htmlText",tokenize:s_};function s_(Z,G,J){let X=this,Y,x,z;return Q;function Q(V){return Z.enter("htmlText"),Z.enter("htmlTextData"),Z.consume(V),K}function K(V){if(V===33)return Z.consume(V),W;if(V===47)return Z.consume(V),v;if(V===63)return Z.consume(V),F;if(i0(V))return Z.consume(V),b;return J(V)}function W(V){if(V===45)return Z.consume(V),H;if(V===91)return Z.consume(V),x=0,L;if(i0(V))return Z.consume(V),T;return J(V)}function H(V){if(V===45)return Z.consume(V),$;return J(V)}function U(V){if(V===null)return J(V);if(V===45)return Z.consume(V),N;if(i(V))return z=U,h(V);return Z.consume(V),U}function N(V){if(V===45)return Z.consume(V),$;return U(V)}function $(V){return V===62?G1(V):V===45?N(V):U(V)}function L(V){if(V==="CDATA[".charCodeAt(x++))return Z.consume(V),x===6?B:L;return J(V)}function B(V){if(V===null)return J(V);if(V===93)return Z.consume(V),q;if(i(V))return z=B,h(V);return Z.consume(V),B}function q(V){if(V===93)return Z.consume(V),R;return B(V)}function R(V){if(V===62)return G1(V);if(V===93)return Z.consume(V),R;return B(V)}function T(V){if(V===null||V===62)return G1(V);if(i(V))return z=T,h(V);return Z.consume(V),T}function F(V){if(V===null)return J(V);if(V===63)return Z.consume(V),I;if(i(V))return z=F,h(V);return Z.consume(V),F}function I(V){return V===62?G1(V):F(V)}function v(V){if(i0(V))return Z.consume(V),D;return J(V)}function D(V){if(V===45||s1(V))return Z.consume(V),D;return p(V)}function p(V){if(i(V))return z=p,h(V);if(s(V))return Z.consume(V),p;return G1(V)}function b(V){if(V===45||s1(V))return Z.consume(V),b;if(V===47||V===62||p1(V))return y(V);return J(V)}function y(V){if(V===47)return Z.consume(V),G1;if(V===58||V===95||i0(V))return Z.consume(V),d;if(i(V))return z=y,h(V);if(s(V))return Z.consume(V),y;return G1(V)}function d(V){if(V===45||V===46||V===58||V===95||s1(V))return Z.consume(V),d;return a(V)}function a(V){if(V===61)return Z.consume(V),c;if(i(V))return z=a,h(V);if(s(V))return Z.consume(V),a;return y(V)}function c(V){if(V===null||V===60||V===61||V===62||V===96)return J(V);if(V===34||V===39)return Z.consume(V),Y=V,E;if(i(V))return z=c,h(V);if(s(V))return Z.consume(V),c;return Z.consume(V),k}function E(V){if(V===Y)return Z.consume(V),Y=void 0,M;if(V===null)return J(V);if(i(V))return z=E,h(V);return Z.consume(V),E}function k(V){if(V===null||V===34||V===39||V===60||V===61||V===96)return J(V);if(V===47||V===62||p1(V))return y(V);return Z.consume(V),k}function M(V){if(V===47||V===62||p1(V))return y(V);return J(V)}function G1(V){if(V===62)return Z.consume(V),Z.exit("htmlTextData"),Z.exit("htmlText"),G;return J(V)}function h(V){return Z.exit("htmlTextData"),Z.enter("lineEnding"),Z.consume(V),Z.exit("lineEnding"),Q1}function Q1(V){return s(V)?Z1(Z,F1,"linePrefix",X.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(V):F1(V)}function F1(V){return Z.enter("htmlTextData"),z(V)}}var Y6={name:"labelEnd",resolveAll:e_,resolveTo:Zi,tokenize:Gi},r_={tokenize:Ji},o_={tokenize:Xi},t_={tokenize:Yi};function e_(Z){let G=-1,J=[];while(++G<Z.length){let X=Z[G][1];if(J.push(Z[G]),X.type==="labelImage"||X.type==="labelLink"||X.type==="labelEnd"){let Y=X.type==="labelImage"?4:2;X.type="data",G+=Y}}if(Z.length!==J.length)Z0(Z,0,Z.length,J);return Z}function Zi(Z,G){let J=Z.length,X=0,Y,x,z,Q;while(J--)if(Y=Z[J][1],x){if(Y.type==="link"||Y.type==="labelLink"&&Y._inactive)break;if(Z[J][0]==="enter"&&Y.type==="labelLink")Y._inactive=!0}else if(z){if(Z[J][0]==="enter"&&(Y.type==="labelImage"||Y.type==="labelLink")&&!Y._balanced){if(x=J,Y.type!=="labelLink"){X=2;break}}}else if(Y.type==="labelEnd")z=J;let K={type:Z[x][1].type==="labelLink"?"link":"image",start:{...Z[x][1].start},end:{...Z[Z.length-1][1].end}},W={type:"label",start:{...Z[x][1].start},end:{...Z[z][1].end}},H={type:"labelText",start:{...Z[x+X+2][1].end},end:{...Z[z-2][1].start}};return Q=[["enter",K,G],["enter",W,G]],Q=N0(Q,Z.slice(x+1,x+X+3)),Q=N0(Q,[["enter",H,G]]),Q=N0(Q,Z7(G.parser.constructs.insideSpan.null,Z.slice(x+X+4,z-3),G)),Q=N0(Q,[["exit",H,G],Z[z-2],Z[z-1],["exit",W,G]]),Q=N0(Q,Z.slice(z+1)),Q=N0(Q,[["exit",K,G]]),Z0(Z,x,Z.length,Q),Z}function Gi(Z,G,J){let X=this,Y=X.events.length,x,z;while(Y--)if((X.events[Y][1].type==="labelImage"||X.events[Y][1].type==="labelLink")&&!X.events[Y][1]._balanced){x=X.events[Y][1];break}return Q;function Q(N){if(!x)return J(N);if(x._inactive)return U(N);return z=X.parser.defined.includes(a5(X.sliceSerialize({start:x.end,end:X.now()}))),Z.enter("labelEnd"),Z.enter("labelMarker"),Z.consume(N),Z.exit("labelMarker"),Z.exit("labelEnd"),K}function K(N){if(N===40)return Z.attempt(r_,H,z?H:U)(N);if(N===91)return Z.attempt(o_,H,z?W:U)(N);return z?H(N):U(N)}function W(N){return Z.attempt(t_,H,U)(N)}function H(N){return G(N)}function U(N){return x._balanced=!0,J(N)}}function Ji(Z,G,J){return X;function X(U){return Z.enter("resource"),Z.enter("resourceMarker"),Z.consume(U),Z.exit("resourceMarker"),Y}function Y(U){return p1(U)?X6(Z,x)(U):x(U)}function x(U){if(U===41)return H(U);return J3(Z,z,Q,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",32)(U)}function z(U){return p1(U)?X6(Z,K)(U):H(U)}function Q(U){return J(U)}function K(U){if(U===34||U===39||U===40)return Y3(Z,W,J,"resourceTitle","resourceTitleMarker","resourceTitleString")(U);return H(U)}function W(U){return p1(U)?X6(Z,H)(U):H(U)}function H(U){if(U===41)return Z.enter("resourceMarker"),Z.consume(U),Z.exit("resourceMarker"),Z.exit("resource"),G;return J(U)}}function Xi(Z,G,J){let X=this;return Y;function Y(Q){return X3.call(X,Z,x,z,"reference","referenceMarker","referenceString")(Q)}function x(Q){return X.parser.defined.includes(a5(X.sliceSerialize(X.events[X.events.length-1][1]).slice(1,-1)))?G(Q):J(Q)}function z(Q){return J(Q)}}function Yi(Z,G,J){return X;function X(x){return Z.enter("reference"),Z.enter("referenceMarker"),Z.consume(x),Z.exit("referenceMarker"),Y}function Y(x){if(x===93)return Z.enter("referenceMarker"),Z.consume(x),Z.exit("referenceMarker"),Z.exit("reference"),G;return J(x)}}var gx={name:"labelStartImage",resolveAll:Y6.resolveAll,tokenize:xi};function xi(Z,G,J){let X=this;return Y;function Y(Q){return Z.enter("labelImage"),Z.enter("labelImageMarker"),Z.consume(Q),Z.exit("labelImageMarker"),x}function x(Q){if(Q===91)return Z.enter("labelMarker"),Z.consume(Q),Z.exit("labelMarker"),Z.exit("labelImage"),z;return J(Q)}function z(Q){return Q===94&&"_hiddenFootnoteSupport"in X.parser.constructs?J(Q):G(Q)}}var hx={name:"labelStartLink",resolveAll:Y6.resolveAll,tokenize:zi};function zi(Z,G,J){let X=this;return Y;function Y(z){return Z.enter("labelLink"),Z.enter("labelMarker"),Z.consume(z),Z.exit("labelMarker"),Z.exit("labelLink"),x}function x(z){return z===94&&"_hiddenFootnoteSupport"in X.parser.constructs?J(z):G(z)}}var D4={name:"lineEnding",tokenize:Qi};function Qi(Z,G){return J;function J(X){return Z.enter("lineEnding"),Z.consume(X),Z.exit("lineEnding"),Z1(Z,G,"linePrefix")}}var x6={name:"thematicBreak",tokenize:Ki};function Ki(Z,G,J){let X=0,Y;return x;function x(W){return Z.enter("thematicBreak"),z(W)}function z(W){return Y=W,Q(W)}function Q(W){if(W===Y)return Z.enter("thematicBreakSequence"),K(W);if(X>=3&&(W===null||i(W)))return Z.exit("thematicBreak"),G(W);return J(W)}function K(W){if(W===Y)return Z.consume(W),X++,K;return Z.exit("thematicBreakSequence"),s(W)?Z1(Z,Q,"whitespace")(W):Q(W)}}var x0={continuation:{tokenize:Ni},exit:Li,name:"list",tokenize:Ui},Hi={partial:!0,tokenize:Bi},Wi={partial:!0,tokenize:$i};function Ui(Z,G,J){let X=this,Y=X.events[X.events.length-1],x=Y&&Y[1].type==="linePrefix"?Y[2].sliceSerialize(Y[1],!0).length:0,z=0;return Q;function Q($){let L=X.containerState.type||($===42||$===43||$===45?"listUnordered":"listOrdered");if(L==="listUnordered"?!X.containerState.marker||$===X.containerState.marker:A4($)){if(!X.containerState.type)X.containerState.type=L,Z.enter(L,{_container:!0});if(L==="listUnordered")return Z.enter("listItemPrefix"),$===42||$===45?Z.check(x6,J,W)($):W($);if(!X.interrupt||$===49)return Z.enter("listItemPrefix"),Z.enter("listItemValue"),K($)}return J($)}function K($){if(A4($)&&++z<10)return Z.consume($),K;if((!X.interrupt||z<2)&&(X.containerState.marker?$===X.containerState.marker:$===41||$===46))return Z.exit("listItemValue"),W($);return J($)}function W($){return Z.enter("listItemMarker"),Z.consume($),Z.exit("listItemMarker"),X.containerState.marker=X.containerState.marker||$,Z.check(O8,X.interrupt?J:H,Z.attempt(Hi,N,U))}function H($){return X.containerState.initialBlankLine=!0,x++,N($)}function U($){if(s($))return Z.enter("listItemPrefixWhitespace"),Z.consume($),Z.exit("listItemPrefixWhitespace"),N;return J($)}function N($){return X.containerState.size=x+X.sliceSerialize(Z.exit("listItemPrefix"),!0).length,G($)}}function Ni(Z,G,J){let X=this;return X.containerState._closeFlow=void 0,Z.check(O8,Y,x);function Y(Q){return X.containerState.furtherBlankLines=X.containerState.furtherBlankLines||X.containerState.initialBlankLine,Z1(Z,G,"listItemIndent",X.containerState.size+1)(Q)}function x(Q){if(X.containerState.furtherBlankLines||!s(Q))return X.containerState.furtherBlankLines=void 0,X.containerState.initialBlankLine=void 0,z(Q);return X.containerState.furtherBlankLines=void 0,X.containerState.initialBlankLine=void 0,Z.attempt(Wi,G,z)(Q)}function z(Q){return X.containerState._closeFlow=!0,X.interrupt=void 0,Z1(Z,Z.attempt(x0,G,J),"linePrefix",X.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(Q)}}function $i(Z,G,J){let X=this;return Z1(Z,Y,"listItemIndent",X.containerState.size+1);function Y(x){let z=X.events[X.events.length-1];return z&&z[1].type==="listItemIndent"&&z[2].sliceSerialize(z[1],!0).length===X.containerState.size?G(x):J(x)}}function Li(Z){Z.exit(this.containerState.type)}function Bi(Z,G,J){let X=this;return Z1(Z,Y,"listItemPrefixWhitespace",X.parser.constructs.disable.null.includes("codeIndented")?void 0:5);function Y(x){let z=X.events[X.events.length-1];return!s(x)&&z&&z[1].type==="listItemPrefixWhitespace"?G(x):J(x)}}var x3={name:"setextUnderline",resolveTo:Vi,tokenize:qi};function Vi(Z,G){let J=Z.length,X,Y,x;while(J--)if(Z[J][0]==="enter"){if(Z[J][1].type==="content"){X=J;break}if(Z[J][1].type==="paragraph")Y=J}else{if(Z[J][1].type==="content")Z.splice(J,1);if(!x&&Z[J][1].type==="definition")x=J}let z={type:"setextHeading",start:{...Z[X][1].start},end:{...Z[Z.length-1][1].end}};if(Z[Y][1].type="setextHeadingText",x)Z.splice(Y,0,["enter",z,G]),Z.splice(x+1,0,["exit",Z[X][1],G]),Z[X][1].end={...Z[x][1].end};else Z[X][1]=z;return Z.push(["exit",z,G]),Z}function qi(Z,G,J){let X=this,Y;return x;function x(W){let H=X.events.length,U;while(H--)if(X.events[H][1].type!=="lineEnding"&&X.events[H][1].type!=="linePrefix"&&X.events[H][1].type!=="content"){U=X.events[H][1].type==="paragraph";break}if(!X.parser.lazy[X.now().line]&&(X.interrupt||U))return Z.enter("setextHeadingLine"),Y=W,z(W);return J(W)}function z(W){return Z.enter("setextHeadingLineSequence"),Q(W)}function Q(W){if(W===Y)return Z.consume(W),Q;return Z.exit("setextHeadingLineSequence"),s(W)?Z1(Z,K,"lineSuffix")(W):K(W)}function K(W){if(W===null||i(W))return Z.exit("setextHeadingLine"),G(W);return J(W)}}var $B={tokenize:Fi};function Fi(Z){let G=this,J=Z.attempt(O8,X,Z.attempt(this.parser.constructs.flowInitial,Y,Z1(Z,Z.attempt(this.parser.constructs.flow,Y,Z.attempt(Ex,Y)),"linePrefix")));return J;function X(x){if(x===null){Z.consume(x);return}return Z.enter("lineEndingBlank"),Z.consume(x),Z.exit("lineEndingBlank"),G.currentConstruct=void 0,J}function Y(x){if(x===null){Z.consume(x);return}return Z.enter("lineEnding"),Z.consume(x),Z.exit("lineEnding"),G.currentConstruct=void 0,J}}var LB={resolveAll:FB()},BB=qB("string"),VB=qB("text");function qB(Z){return{resolveAll:FB(Z==="text"?wi:void 0),tokenize:G};function G(J){let X=this,Y=this.parser.constructs[Z],x=J.attempt(Y,z,Q);return z;function z(H){return W(H)?x(H):Q(H)}function Q(H){if(H===null){J.consume(H);return}return J.enter("data"),J.consume(H),K}function K(H){if(W(H))return J.exit("data"),x(H);return J.consume(H),K}function W(H){if(H===null)return!0;let U=Y[H],N=-1;if(U)while(++N<U.length){let $=U[N];if(!$.previous||$.previous.call(X,X.previous))return!0}return!1}}}function FB(Z){return G;function G(J,X){let Y=-1,x;while(++Y<=J.length)if(x===void 0){if(J[Y]&&J[Y][1].type==="data")x=Y,Y++}else if(!J[Y]||J[Y][1].type!=="data"){if(Y!==x+2)J[x][1].end=J[Y-1][1].end,J.splice(x+2,Y-x-2),Y=x+2;x=void 0}return Z?Z(J,X):J}}function wi(Z,G){let J=0;while(++J<=Z.length)if((J===Z.length||Z[J][1].type==="lineEnding")&&Z[J-1][1].type==="data"){let X=Z[J-1][1],Y=G.sliceStream(X),x=Y.length,z=-1,Q=0,K;while(x--){let W=Y[x];if(typeof W==="string"){z=W.length;while(W.charCodeAt(z-1)===32)Q++,z--;if(z)break;z=-1}else if(W===-2)K=!0,Q++;else if(W===-1);else{x++;break}}if(G._contentTypeTextTrailing&&J===Z.length)Q=0;if(Q){let W={type:J===Z.length||K||Q<2?"lineSuffix":"hardBreakTrailing",start:{_bufferIndex:x?z:X.start._bufferIndex+z,_index:X.start._index+x,line:X.end.line,column:X.end.column-Q,offset:X.end.offset-Q},end:{...X.end}};if(X.end={...W.start},X.start.offset===X.end.offset)Object.assign(X,W);else Z.splice(J,0,["enter",W,G],["exit",W,G]),J+=2}J++}return Z}var yx={};s4(yx,{text:()=>Ii,string:()=>Di,insideSpan:()=>Ti,flowInitial:()=>Ri,flow:()=>Oi,document:()=>Ai,disable:()=>mi,contentInitial:()=>Mi,attentionMarkers:()=>Pi});var Ai={[42]:x0,[43]:x0,[45]:x0,[48]:x0,[49]:x0,[50]:x0,[51]:x0,[52]:x0,[53]:x0,[54]:x0,[55]:x0,[56]:x0,[57]:x0,[62]:oG},Mi={[91]:Sx},Ri={[-2]:R4,[-1]:R4,[32]:R4},Oi={[35]:_x,[42]:x6,[45]:[x3,x6],[60]:Cx,[61]:x3,[95]:x6,[96]:Z3,[126]:Z3},Di={[38]:eG,[92]:tG},Ii={[-5]:D4,[-4]:D4,[-3]:D4,[33]:gx,[38]:eG,[42]:M4,[60]:[mx,bx],[91]:hx,[92]:[px,tG],[93]:Y6,[95]:M4,[96]:vx},Ti={null:[M4,LB]},Pi={null:[42,95]},mi={null:[]};function wB(Z,G,J){let X={_bufferIndex:-1,_index:0,line:J&&J.line||1,column:J&&J.column||1,offset:J&&J.offset||0},Y={},x=[],z=[],Q=[],K=!0,W={attempt:y(p),check:y(b),consume:I,enter:v,exit:D,interrupt:y(b,{interrupt:!0})},H={code:null,containerState:{},defineSkip:R,events:[],now:q,parser:Z,previous:null,sliceSerialize:L,sliceStream:B,write:$},U=G.tokenize.call(H,W),N;if(G.resolveAll)x.push(G);return H;function $(E){if(z=N0(z,E),T(),z[z.length-1]!==null)return[];return d(G,0),H.events=Z7(x,H.events,H),H.events}function L(E,k){return ji(B(E),k)}function B(E){return vi(z,E)}function q(){let{_bufferIndex:E,_index:k,line:M,column:G1,offset:h}=X;return{_bufferIndex:E,_index:k,line:M,column:G1,offset:h}}function R(E){Y[E.line]=E.column,c()}function T(){let E;while(X._index<z.length){let k=z[X._index];if(typeof k==="string"){if(E=X._index,X._bufferIndex<0)X._bufferIndex=0;while(X._index===E&&X._bufferIndex<k.length)F(k.charCodeAt(X._bufferIndex))}else F(k)}}function F(E){K=void 0,N=E,U=U(E)}function I(E){if(i(E))X.line++,X.column=1,X.offset+=E===-3?2:1,c();else if(E!==-1)X.column++,X.offset++;if(X._bufferIndex<0)X._index++;else if(X._bufferIndex++,X._bufferIndex===z[X._index].length)X._bufferIndex=-1,X._index++;H.previous=E,K=!0}function v(E,k){let M=k||{};return M.type=E,M.start=q(),H.events.push(["enter",M,H]),Q.push(M),M}function D(E){let k=Q.pop();return k.end=q(),H.events.push(["exit",k,H]),k}function p(E,k){d(E,k.from)}function b(E,k){k.restore()}function y(E,k){return M;function M(G1,h,Q1){let F1,V,_,X1;return Array.isArray(G1)?l(G1):("tokenize"in G1)?l([G1]):w(G1);function w(I1){return j5;function j5(w1){let m8=w1!==null&&I1[w1],B6=w1!==null&&I1.null,r3=[...Array.isArray(m8)?m8:m8?[m8]:[],...Array.isArray(B6)?B6:B6?[B6]:[]];return l(r3)(w1)}}function l(I1){if(F1=I1,V=0,I1.length===0)return Q1;return B1(I1[V])}function B1(I1){return j5;function j5(w1){if(X1=a(),_=I1,!I1.partial)H.currentConstruct=I1;if(I1.name&&H.parser.constructs.disable.null.includes(I1.name))return D1(w1);return I1.tokenize.call(k?Object.assign(Object.create(H),k):H,W,E1,D1)(w1)}}function E1(I1){return K=!0,E(_,X1),h}function D1(I1){if(K=!0,X1.restore(),++V<F1.length)return B1(F1[V]);return Q1}}}function d(E,k){if(E.resolveAll&&!x.includes(E))x.push(E);if(E.resolve)Z0(H.events,k,H.events.length-k,E.resolve(H.events.slice(k),H));if(E.resolveTo)H.events=E.resolveTo(H.events,H)}function a(){let E=q(),k=H.previous,M=H.currentConstruct,G1=H.events.length,h=Array.from(Q);return{from:G1,restore:Q1};function Q1(){X=E,H.previous=k,H.currentConstruct=M,H.events.length=G1,Q=h,c()}}function c(){if(X.line in Y&&X.column<2)X.column=Y[X.line],X.offset+=Y[X.line]-1}}function vi(Z,G){let J=G.start._index,X=G.start._bufferIndex,Y=G.end._index,x=G.end._bufferIndex,z;if(J===Y)z=[Z[J].slice(X,x)];else{if(z=Z.slice(J,Y),X>-1){let Q=z[0];if(typeof Q==="string")z[0]=Q.slice(X);else z.shift()}if(x>0)z.push(Z[Y].slice(0,x))}return z}function ji(Z,G){let J=-1,X=[],Y;while(++J<Z.length){let x=Z[J],z;if(typeof x==="string")z=x;else switch(x){case-5:{z="\r";break}case-4:{z=`
54
+ `;break}case-3:{z=`\r
55
+ `;break}case-2:{z=G?" ":"\t";break}case-1:{if(!G&&Y)continue;z=" ";break}default:z=String.fromCharCode(x)}Y=x===-2,X.push(z)}return X.join("")}function ux(Z){let X={constructs:GB([yx,...(Z||{}).extensions||[]]),content:Y(QB),defined:[],document:Y(HB),flow:Y($B),lazy:{},string:Y(BB),text:Y(VB)};return X;function Y(x){return z;function z(Q){return wB(X,x,Q)}}}function kx(Z){while(!G3(Z));return Z}var AB=/[\0\t\n\r]/g;function fx(){let Z=1,G="",J=!0,X;return Y;function Y(x,z,Q){let K=[],W,H,U,N,$;if(x=G+(typeof x==="string"?x.toString():new TextDecoder(z||void 0).decode(x)),U=0,G="",J){if(x.charCodeAt(0)===65279)U++;J=void 0}while(U<x.length){if(AB.lastIndex=U,W=AB.exec(x),N=W&&W.index!==void 0?W.index:x.length,$=x.charCodeAt(N),!W){G=x.slice(U);break}if($===10&&U===N&&X)K.push(-3),X=void 0;else{if(X)K.push(-5),X=void 0;if(U<N)K.push(x.slice(U,N)),Z+=N-U;switch($){case 0:{K.push(65533),Z++;break}case 9:{H=Math.ceil(Z/4)*4,K.push(-2);while(Z++<H)K.push(-1);break}case 10:{K.push(-4),Z=1;break}default:X=!0,Z=1}}U=N+1}if(Q){if(X)K.push(-5);if(G)K.push(G);K.push(null)}return K}}var Ei=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function MB(Z){return Z.replace(Ei,Si)}function Si(Z,G,J){if(G)return G;if(J.charCodeAt(0)===35){let Y=J.charCodeAt(1),x=Y===120||Y===88;return rG(J.slice(x?2:1),x?16:10)}return e6(J)||Z}var OB={}.hasOwnProperty;function cx(Z,G,J){if(typeof G!=="string")J=G,G=void 0;return pi(J)(kx(ux(J).document().write(fx()(Z,G,!0))))}function pi(Z){let G={transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:x(q2),autolinkProtocol:y,autolinkEmail:y,atxHeading:x(L2),blockQuote:x(w1),characterEscape:y,characterReference:y,codeFenced:x(m8),codeFencedFenceInfo:z,codeFencedFenceMeta:z,codeIndented:x(m8,z),codeText:x(B6,z),codeTextData:y,data:y,codeFlowValue:y,definition:x(r3),definitionDestinationString:z,definitionLabelString:z,definitionTitleString:z,emphasis:x(mA),hardBreakEscape:x(B2),hardBreakTrailing:x(B2),htmlFlow:x(V2,z),htmlFlowData:y,htmlText:x(V2,z),htmlTextData:y,image:x(vA),label:z,link:x(q2),listItem:x(jA),listItemValue:N,listOrdered:x(F2,U),listUnordered:x(F2),paragraph:x(EA),reference:w,referenceString:z,resourceDestinationString:z,resourceTitleString:z,setextHeading:x(L2),strong:x(SA),thematicBreak:x(_A)},exit:{atxHeading:K(),atxHeadingSequence:v,autolink:K(),autolinkEmail:j5,autolinkProtocol:I1,blockQuote:K(),characterEscapeValue:d,characterReferenceMarkerHexadecimal:B1,characterReferenceMarkerNumeric:B1,characterReferenceValue:E1,characterReference:D1,codeFenced:K(q),codeFencedFence:B,codeFencedFenceInfo:$,codeFencedFenceMeta:L,codeFlowValue:d,codeIndented:K(R),codeText:K(M),codeTextData:d,data:d,definition:K(),definitionDestinationString:I,definitionLabelString:T,definitionTitleString:F,emphasis:K(),hardBreakEscape:K(c),hardBreakTrailing:K(c),htmlFlow:K(E),htmlFlowData:d,htmlText:K(k),htmlTextData:d,image:K(h),label:F1,labelText:Q1,lineEnding:a,link:K(G1),listItem:K(),listOrdered:K(),listUnordered:K(),paragraph:K(),referenceString:l,resourceDestinationString:V,resourceTitleString:_,resource:X1,setextHeading:K(b),setextHeadingLineSequence:p,setextHeadingText:D,strong:K(),thematicBreak:K()}};DB(G,(Z||{}).mdastExtensions||[]);let J={};return X;function X(P){let S={type:"root",children:[]},o={stack:[S],tokenStack:[],config:G,enter:Q,exit:W,buffer:z,resume:H,data:J},K1=[],V1=-1;while(++V1<P.length)if(P[V1][1].type==="listOrdered"||P[V1][1].type==="listUnordered")if(P[V1][0]==="enter")K1.push(V1);else{let t0=K1.pop();V1=Y(P,t0,V1)}V1=-1;while(++V1<P.length){let t0=G[P[V1][0]];if(OB.call(t0,P[V1][1].type))t0[P[V1][1].type].call(Object.assign({sliceSerialize:P[V1][2].sliceSerialize},o),P[V1][1])}if(o.tokenStack.length>0){let t0=o.tokenStack[o.tokenStack.length-1];(t0[1]||RB).call(o,void 0,t0[0])}S.position={start:D8(P.length>0?P[0][1].start:{line:1,column:1,offset:0}),end:D8(P.length>0?P[P.length-2][1].end:{line:1,column:1,offset:0})},V1=-1;while(++V1<G.transforms.length)S=G.transforms[V1](S)||S;return S}function Y(P,S,o){let K1=S-1,V1=-1,t0=!1,v8,E5,q7,F7;while(++K1<=o){let T0=P[K1];switch(T0[1].type){case"listUnordered":case"listOrdered":case"blockQuote":{if(T0[0]==="enter")V1++;else V1--;F7=void 0;break}case"lineEndingBlank":{if(T0[0]==="enter"){if(v8&&!F7&&!V1&&!q7)q7=K1;F7=void 0}break}case"linePrefix":case"listItemValue":case"listItemMarker":case"listItemPrefix":case"listItemPrefixWhitespace":break;default:F7=void 0}if(!V1&&T0[0]==="enter"&&T0[1].type==="listItemPrefix"||V1===-1&&T0[0]==="exit"&&(T0[1].type==="listUnordered"||T0[1].type==="listOrdered")){if(v8){let V6=K1;E5=void 0;while(V6--){let S5=P[V6];if(S5[1].type==="lineEnding"||S5[1].type==="lineEndingBlank"){if(S5[0]==="exit")continue;if(E5)P[E5][1].type="lineEndingBlank",t0=!0;S5[1].type="lineEnding",E5=V6}else if(S5[1].type==="linePrefix"||S5[1].type==="blockQuotePrefix"||S5[1].type==="blockQuotePrefixWhitespace"||S5[1].type==="blockQuoteMarker"||S5[1].type==="listItemIndent");else break}if(q7&&(!E5||q7<E5))v8._spread=!0;v8.end=Object.assign({},E5?P[E5][1].start:T0[1].end),P.splice(E5||K1,0,["exit",v8,T0[2]]),K1++,o++}if(T0[1].type==="listItemPrefix"){let V6={type:"listItem",_spread:!1,start:Object.assign({},T0[1].start),end:void 0};v8=V6,P.splice(K1,0,["enter",V6,T0[2]]),K1++,o++,q7=void 0,F7=!0}}}return P[S][1]._spread=t0,o}function x(P,S){return o;function o(K1){if(Q.call(this,P(K1),K1),S)S.call(this,K1)}}function z(){this.stack.push({type:"fragment",children:[]})}function Q(P,S,o){this.stack[this.stack.length-1].children.push(P),this.stack.push(P),this.tokenStack.push([S,o||void 0]),P.position={start:D8(S.start),end:void 0}}function K(P){return S;function S(o){if(P)P.call(this,o);W.call(this,o)}}function W(P,S){let o=this.stack.pop(),K1=this.tokenStack.pop();if(!K1)throw Error("Cannot close `"+P.type+"` ("+M8({start:P.start,end:P.end})+"): it’s not open");else if(K1[0].type!==P.type)if(S)S.call(this,P,K1[0]);else(K1[1]||RB).call(this,P,K1[0]);o.position.end=D8(P.end)}function H(){return Ix(this.stack.pop())}function U(){this.data.expectingFirstListItemValue=!0}function N(P){if(this.data.expectingFirstListItemValue){let S=this.stack[this.stack.length-2];S.start=Number.parseInt(this.sliceSerialize(P),10),this.data.expectingFirstListItemValue=void 0}}function $(){let P=this.resume(),S=this.stack[this.stack.length-1];S.lang=P}function L(){let P=this.resume(),S=this.stack[this.stack.length-1];S.meta=P}function B(){if(this.data.flowCodeInside)return;this.buffer(),this.data.flowCodeInside=!0}function q(){let P=this.resume(),S=this.stack[this.stack.length-1];S.value=P.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),this.data.flowCodeInside=void 0}function R(){let P=this.resume(),S=this.stack[this.stack.length-1];S.value=P.replace(/(\r?\n|\r)$/g,"")}function T(P){let S=this.resume(),o=this.stack[this.stack.length-1];o.label=S,o.identifier=a5(this.sliceSerialize(P)).toLowerCase()}function F(){let P=this.resume(),S=this.stack[this.stack.length-1];S.title=P}function I(){let P=this.resume(),S=this.stack[this.stack.length-1];S.url=P}function v(P){let S=this.stack[this.stack.length-1];if(!S.depth){let o=this.sliceSerialize(P).length;S.depth=o}}function D(){this.data.setextHeadingSlurpLineEnding=!0}function p(P){let S=this.stack[this.stack.length-1];S.depth=this.sliceSerialize(P).codePointAt(0)===61?1:2}function b(){this.data.setextHeadingSlurpLineEnding=void 0}function y(P){let o=this.stack[this.stack.length-1].children,K1=o[o.length-1];if(!K1||K1.type!=="text")K1=pA(),K1.position={start:D8(P.start),end:void 0},o.push(K1);this.stack.push(K1)}function d(P){let S=this.stack.pop();S.value+=this.sliceSerialize(P),S.position.end=D8(P.end)}function a(P){let S=this.stack[this.stack.length-1];if(this.data.atHardBreak){let o=S.children[S.children.length-1];o.position.end=D8(P.end),this.data.atHardBreak=void 0;return}if(!this.data.setextHeadingSlurpLineEnding&&G.canContainEols.includes(S.type))y.call(this,P),d.call(this,P)}function c(){this.data.atHardBreak=!0}function E(){let P=this.resume(),S=this.stack[this.stack.length-1];S.value=P}function k(){let P=this.resume(),S=this.stack[this.stack.length-1];S.value=P}function M(){let P=this.resume(),S=this.stack[this.stack.length-1];S.value=P}function G1(){let P=this.stack[this.stack.length-1];if(this.data.inReference){let S=this.data.referenceType||"shortcut";P.type+="Reference",P.referenceType=S,delete P.url,delete P.title}else delete P.identifier,delete P.label;this.data.referenceType=void 0}function h(){let P=this.stack[this.stack.length-1];if(this.data.inReference){let S=this.data.referenceType||"shortcut";P.type+="Reference",P.referenceType=S,delete P.url,delete P.title}else delete P.identifier,delete P.label;this.data.referenceType=void 0}function Q1(P){let S=this.sliceSerialize(P),o=this.stack[this.stack.length-2];o.label=MB(S),o.identifier=a5(S).toLowerCase()}function F1(){let P=this.stack[this.stack.length-1],S=this.resume(),o=this.stack[this.stack.length-1];if(this.data.inReference=!0,o.type==="link"){let K1=P.children;o.children=K1}else o.alt=S}function V(){let P=this.resume(),S=this.stack[this.stack.length-1];S.url=P}function _(){let P=this.resume(),S=this.stack[this.stack.length-1];S.title=P}function X1(){this.data.inReference=void 0}function w(){this.data.referenceType="collapsed"}function l(P){let S=this.resume(),o=this.stack[this.stack.length-1];o.label=S,o.identifier=a5(this.sliceSerialize(P)).toLowerCase(),this.data.referenceType="full"}function B1(P){this.data.characterReferenceType=P.type}function E1(P){let S=this.sliceSerialize(P),o=this.data.characterReferenceType,K1;if(o)K1=rG(S,o==="characterReferenceMarkerNumeric"?10:16),this.data.characterReferenceType=void 0;else K1=e6(S);let V1=this.stack[this.stack.length-1];V1.value+=K1}function D1(P){let S=this.stack.pop();S.position.end=D8(P.end)}function I1(P){d.call(this,P);let S=this.stack[this.stack.length-1];S.url=this.sliceSerialize(P)}function j5(P){d.call(this,P);let S=this.stack[this.stack.length-1];S.url="mailto:"+this.sliceSerialize(P)}function w1(){return{type:"blockquote",children:[]}}function m8(){return{type:"code",lang:null,meta:null,value:""}}function B6(){return{type:"inlineCode",value:""}}function r3(){return{type:"definition",identifier:"",label:null,title:null,url:""}}function mA(){return{type:"emphasis",children:[]}}function L2(){return{type:"heading",depth:0,children:[]}}function B2(){return{type:"break"}}function V2(){return{type:"html",value:""}}function vA(){return{type:"image",title:null,url:"",alt:null}}function q2(){return{type:"link",title:null,url:"",children:[]}}function F2(P){return{type:"list",ordered:P.type==="listOrdered",start:null,spread:P._spread,children:[]}}function jA(P){return{type:"listItem",spread:P._spread,checked:null,children:[]}}function EA(){return{type:"paragraph",children:[]}}function SA(){return{type:"strong",children:[]}}function pA(){return{type:"text",value:""}}function _A(){return{type:"thematicBreak"}}}function D8(Z){return{line:Z.line,column:Z.column,offset:Z.offset}}function DB(Z,G){let J=-1;while(++J<G.length){let X=G[J];if(Array.isArray(X))DB(Z,X);else _i(Z,X)}}function _i(Z,G){let J;for(J in G)if(OB.call(G,J))switch(J){case"canContainEols":{let X=G[J];if(X)Z[J].push(...X);break}case"transforms":{let X=G[J];if(X)Z[J].push(...X);break}case"enter":case"exit":{let X=G[J];if(X)Object.assign(Z[J],X);break}}}function RB(Z,G){if(Z)throw Error("Cannot close `"+Z.type+"` ("+M8({start:Z.start,end:Z.end})+"): a different token (`"+G.type+"`, "+M8({start:G.start,end:G.end})+") is open");else throw Error("Cannot close document, a token (`"+G.type+"`, "+M8({start:G.start,end:G.end})+") is still open")}function z3(Z){let G=this;G.parser=J;function J(X){return cx(X,{...G.data("settings"),...Z,extensions:G.data("micromarkExtensions")||[],mdastExtensions:G.data("fromMarkdownExtensions")||[]})}}function IB(Z,G){let J={type:"element",tagName:"blockquote",properties:{},children:Z.wrap(Z.all(G),!0)};return Z.patch(G,J),Z.applyData(G,J)}function TB(Z,G){let J={type:"element",tagName:"br",properties:{},children:[]};return Z.patch(G,J),[Z.applyData(G,J),{type:"text",value:`
56
+ `}]}function PB(Z,G){let J=G.value?G.value+`
57
+ `:"",X={},Y=G.lang?G.lang.split(/\s+/):[];if(Y.length>0)X.className=["language-"+Y[0]];let x={type:"element",tagName:"code",properties:X,children:[{type:"text",value:J}]};if(G.meta)x.data={meta:G.meta};return Z.patch(G,x),x=Z.applyData(G,x),x={type:"element",tagName:"pre",properties:{},children:[x]},Z.patch(G,x),x}function mB(Z,G){let J={type:"element",tagName:"del",properties:{},children:Z.all(G)};return Z.patch(G,J),Z.applyData(G,J)}function vB(Z,G){let J={type:"element",tagName:"em",properties:{},children:Z.all(G)};return Z.patch(G,J),Z.applyData(G,J)}function jB(Z,G){let J=typeof Z.options.clobberPrefix==="string"?Z.options.clobberPrefix:"user-content-",X=String(G.identifier).toUpperCase(),Y=r0(X.toLowerCase()),x=Z.footnoteOrder.indexOf(X),z,Q=Z.footnoteCounts.get(X);if(Q===void 0)Q=0,Z.footnoteOrder.push(X),z=Z.footnoteOrder.length;else z=x+1;Q+=1,Z.footnoteCounts.set(X,Q);let K={type:"element",tagName:"a",properties:{href:"#"+J+"fn-"+Y,id:J+"fnref-"+Y+(Q>1?"-"+Q:""),dataFootnoteRef:!0,ariaDescribedBy:["footnote-label"]},children:[{type:"text",value:String(z)}]};Z.patch(G,K);let W={type:"element",tagName:"sup",properties:{},children:[K]};return Z.patch(G,W),Z.applyData(G,W)}function EB(Z,G){let J={type:"element",tagName:"h"+G.depth,properties:{},children:Z.all(G)};return Z.patch(G,J),Z.applyData(G,J)}function SB(Z,G){if(Z.options.allowDangerousHtml){let J={type:"raw",value:G.value};return Z.patch(G,J),Z.applyData(G,J)}return}function Q3(Z,G){let J=G.referenceType,X="]";if(J==="collapsed")X+="[]";else if(J==="full")X+="["+(G.label||G.identifier)+"]";if(G.type==="imageReference")return[{type:"text",value:"!["+G.alt+X}];let Y=Z.all(G),x=Y[0];if(x&&x.type==="text")x.value="["+x.value;else Y.unshift({type:"text",value:"["});let z=Y[Y.length-1];if(z&&z.type==="text")z.value+=X;else Y.push({type:"text",value:X});return Y}function pB(Z,G){let J=String(G.identifier).toUpperCase(),X=Z.definitionById.get(J);if(!X)return Q3(Z,G);let Y={src:r0(X.url||""),alt:G.alt};if(X.title!==null&&X.title!==void 0)Y.title=X.title;let x={type:"element",tagName:"img",properties:Y,children:[]};return Z.patch(G,x),Z.applyData(G,x)}function _B(Z,G){let J={src:r0(G.url)};if(G.alt!==null&&G.alt!==void 0)J.alt=G.alt;if(G.title!==null&&G.title!==void 0)J.title=G.title;let X={type:"element",tagName:"img",properties:J,children:[]};return Z.patch(G,X),Z.applyData(G,X)}function iB(Z,G){let J={type:"text",value:G.value.replace(/\r?\n|\r/g," ")};Z.patch(G,J);let X={type:"element",tagName:"code",properties:{},children:[J]};return Z.patch(G,X),Z.applyData(G,X)}function CB(Z,G){let J=String(G.identifier).toUpperCase(),X=Z.definitionById.get(J);if(!X)return Q3(Z,G);let Y={href:r0(X.url||"")};if(X.title!==null&&X.title!==void 0)Y.title=X.title;let x={type:"element",tagName:"a",properties:Y,children:Z.all(G)};return Z.patch(G,x),Z.applyData(G,x)}function bB(Z,G){let J={href:r0(G.url)};if(G.title!==null&&G.title!==void 0)J.title=G.title;let X={type:"element",tagName:"a",properties:J,children:Z.all(G)};return Z.patch(G,X),Z.applyData(G,X)}function gB(Z,G,J){let X=Z.all(G),Y=J?ii(J):hB(G),x={},z=[];if(typeof G.checked==="boolean"){let H=X[0],U;if(H&&H.type==="element"&&H.tagName==="p")U=H;else U={type:"element",tagName:"p",properties:{},children:[]},X.unshift(U);if(U.children.length>0)U.children.unshift({type:"text",value:" "});U.children.unshift({type:"element",tagName:"input",properties:{type:"checkbox",checked:G.checked,disabled:!0},children:[]}),x.className=["task-list-item"]}let Q=-1;while(++Q<X.length){let H=X[Q];if(Y||Q!==0||H.type!=="element"||H.tagName!=="p")z.push({type:"text",value:`
58
+ `});if(H.type==="element"&&H.tagName==="p"&&!Y)z.push(...H.children);else z.push(H)}let K=X[X.length-1];if(K&&(Y||K.type!=="element"||K.tagName!=="p"))z.push({type:"text",value:`
59
+ `});let W={type:"element",tagName:"li",properties:x,children:z};return Z.patch(G,W),Z.applyData(G,W)}function ii(Z){let G=!1;if(Z.type==="list"){G=Z.spread||!1;let J=Z.children,X=-1;while(!G&&++X<J.length)G=hB(J[X])}return G}function hB(Z){let G=Z.spread;return G===null||G===void 0?Z.children.length>1:G}function yB(Z,G){let J={},X=Z.all(G),Y=-1;if(typeof G.start==="number"&&G.start!==1)J.start=G.start;while(++Y<X.length){let z=X[Y];if(z.type==="element"&&z.tagName==="li"&&z.properties&&Array.isArray(z.properties.className)&&z.properties.className.includes("task-list-item")){J.className=["contains-task-list"];break}}let x={type:"element",tagName:G.ordered?"ol":"ul",properties:J,children:Z.wrap(X,!0)};return Z.patch(G,x),Z.applyData(G,x)}function uB(Z,G){let J={type:"element",tagName:"p",properties:{},children:Z.all(G)};return Z.patch(G,J),Z.applyData(G,J)}function kB(Z,G){let J={type:"root",children:Z.wrap(Z.all(G))};return Z.patch(G,J),Z.applyData(G,J)}function fB(Z,G){let J={type:"element",tagName:"strong",properties:{},children:Z.all(G)};return Z.patch(G,J),Z.applyData(G,J)}function cB(Z,G){let J=Z.all(G),X=J.shift(),Y=[];if(X){let z={type:"element",tagName:"thead",properties:{},children:Z.wrap([X],!0)};Z.patch(G.children[0],z),Y.push(z)}if(J.length>0){let z={type:"element",tagName:"tbody",properties:{},children:Z.wrap(J,!0)},Q=t6(G.children[1]),K=sG(G.children[G.children.length-1]);if(Q&&K)z.position={start:Q,end:K};Y.push(z)}let x={type:"element",tagName:"table",properties:{},children:Z.wrap(Y,!0)};return Z.patch(G,x),Z.applyData(G,x)}function lB(Z,G,J){let X=J?J.children:void 0,x=(X?X.indexOf(G):1)===0?"th":"td",z=J&&J.type==="table"?J.align:void 0,Q=z?z.length:G.children.length,K=-1,W=[];while(++K<Q){let U=G.children[K],N={},$=z?z[K]:void 0;if($)N.align=$;let L={type:"element",tagName:x,properties:N,children:[]};if(U)L.children=Z.all(U),Z.patch(U,L),L=Z.applyData(U,L);W.push(L)}let H={type:"element",tagName:"tr",properties:{},children:Z.wrap(W,!0)};return Z.patch(G,H),Z.applyData(G,H)}function aB(Z,G){let J={type:"element",tagName:"td",properties:{},children:Z.all(G)};return Z.patch(G,J),Z.applyData(G,J)}function dB(Z){let G=String(Z),J=/\r?\n|\r/g,X=J.exec(G),Y=0,x=[];while(X)x.push(nB(G.slice(Y,X.index),Y>0,!0),X[0]),Y=X.index+X[0].length,X=J.exec(G);return x.push(nB(G.slice(Y),Y>0,!1)),x.join("")}function nB(Z,G,J){let X=0,Y=Z.length;if(G){let x=Z.codePointAt(X);while(x===9||x===32)X++,x=Z.codePointAt(X)}if(J){let x=Z.codePointAt(Y-1);while(x===9||x===32)Y--,x=Z.codePointAt(Y-1)}return Y>X?Z.slice(X,Y):""}function sB(Z,G){let J={type:"text",value:dB(String(G.value))};return Z.patch(G,J),Z.applyData(G,J)}function rB(Z,G){let J={type:"element",tagName:"hr",properties:{},children:[]};return Z.patch(G,J),Z.applyData(G,J)}var oB={blockquote:IB,break:TB,code:PB,delete:mB,emphasis:vB,footnoteReference:jB,heading:EB,html:SB,imageReference:pB,image:_B,inlineCode:iB,linkReference:CB,link:bB,listItem:gB,list:yB,paragraph:uB,root:kB,strong:fB,table:cB,tableCell:aB,tableRow:lB,text:sB,thematicBreak:rB,toml:K3,yaml:K3,definition:K3,footnoteDefinition:K3};function K3(){return}var H3=-1,G7=0,z6=1,J7=2,I4=3,T4=4,P4=5,m4=6,W3=7,U3=8;var tB=typeof self==="object"?self:globalThis,Ci=(Z,G)=>{let J=(Y,x)=>{return Z.set(x,Y),Y},X=(Y)=>{if(Z.has(Y))return Z.get(Y);let[x,z]=G[Y];switch(x){case G7:case H3:return J(z,Y);case z6:{let Q=J([],Y);for(let K of z)Q.push(X(K));return Q}case J7:{let Q=J({},Y);for(let[K,W]of z)Q[X(K)]=X(W);return Q}case I4:return J(new Date(z),Y);case T4:{let{source:Q,flags:K}=z;return J(new RegExp(Q,K),Y)}case P4:{let Q=J(new Map,Y);for(let[K,W]of z)Q.set(X(K),X(W));return Q}case m4:{let Q=J(new Set,Y);for(let K of z)Q.add(X(K));return Q}case W3:{let{name:Q,message:K}=z;return J(new tB[Q](K),Y)}case U3:return J(BigInt(z),Y);case"BigInt":return J(Object(BigInt(z)),Y);case"ArrayBuffer":return J(new Uint8Array(z).buffer,z);case"DataView":{let{buffer:Q}=new Uint8Array(z);return J(new DataView(Q),z)}}return J(new tB[x](z),Y)};return X},lx=(Z)=>Ci(new Map,Z)(0);var X7="",{toString:bi}={},{keys:gi}=Object,v4=(Z)=>{let G=typeof Z;if(G!=="object"||!Z)return[G7,G];let J=bi.call(Z).slice(8,-1);switch(J){case"Array":return[z6,X7];case"Object":return[J7,X7];case"Date":return[I4,X7];case"RegExp":return[T4,X7];case"Map":return[P4,X7];case"Set":return[m4,X7];case"DataView":return[z6,J]}if(J.includes("Array"))return[z6,J];if(J.includes("Error"))return[W3,J];return[J7,J]},N3=([Z,G])=>Z===G7&&(G==="function"||G==="symbol"),hi=(Z,G,J,X)=>{let Y=(z,Q)=>{let K=X.push(z)-1;return J.set(Q,K),K},x=(z)=>{if(J.has(z))return J.get(z);let[Q,K]=v4(z);switch(Q){case G7:{let H=z;switch(K){case"bigint":Q=U3,H=z.toString();break;case"function":case"symbol":if(Z)throw TypeError("unable to serialize "+K);H=null;break;case"undefined":return Y([H3],z)}return Y([Q,H],z)}case z6:{if(K){let N=z;if(K==="DataView")N=new Uint8Array(z.buffer);else if(K==="ArrayBuffer")N=new Uint8Array(z);return Y([K,[...N]],z)}let H=[],U=Y([Q,H],z);for(let N of z)H.push(x(N));return U}case J7:{if(K)switch(K){case"BigInt":return Y([K,z.toString()],z);case"Boolean":case"Number":case"String":return Y([K,z.valueOf()],z)}if(G&&"toJSON"in z)return x(z.toJSON());let H=[],U=Y([Q,H],z);for(let N of gi(z))if(Z||!N3(v4(z[N])))H.push([x(N),x(z[N])]);return U}case I4:return Y([Q,z.toISOString()],z);case T4:{let{source:H,flags:U}=z;return Y([Q,{source:H,flags:U}],z)}case P4:{let H=[],U=Y([Q,H],z);for(let[N,$]of z)if(Z||!(N3(v4(N))||N3(v4($))))H.push([x(N),x($)]);return U}case m4:{let H=[],U=Y([Q,H],z);for(let N of z)if(Z||!N3(v4(N)))H.push(x(N));return U}}let{message:W}=z;return Y([Q,{name:K,message:W}],z)};return x},ax=(Z,{json:G,lossy:J}={})=>{let X=[];return hi(!(G||J),!!G,new Map,X)(Z),X};var Y7=typeof structuredClone==="function"?(Z,G)=>G&&(("json"in G)||("lossy"in G))?lx(ax(Z,G)):structuredClone(Z):(Z,G)=>lx(ax(Z,G));function yi(Z,G){let J=[{type:"text",value:"↩"}];if(G>1)J.push({type:"element",tagName:"sup",properties:{},children:[{type:"text",value:String(G)}]});return J}function ui(Z,G){return"Back to reference "+(Z+1)+(G>1?"-"+G:"")}function eB(Z){let G=typeof Z.options.clobberPrefix==="string"?Z.options.clobberPrefix:"user-content-",J=Z.options.footnoteBackContent||yi,X=Z.options.footnoteBackLabel||ui,Y=Z.options.footnoteLabel||"Footnotes",x=Z.options.footnoteLabelTagName||"h2",z=Z.options.footnoteLabelProperties||{className:["sr-only"]},Q=[],K=-1;while(++K<Z.footnoteOrder.length){let W=Z.footnoteById.get(Z.footnoteOrder[K]);if(!W)continue;let H=Z.all(W),U=String(W.identifier).toUpperCase(),N=r0(U.toLowerCase()),$=0,L=[],B=Z.footnoteCounts.get(U);while(B!==void 0&&++$<=B){if(L.length>0)L.push({type:"text",value:" "});let T=typeof J==="string"?J:J(K,$);if(typeof T==="string")T={type:"text",value:T};L.push({type:"element",tagName:"a",properties:{href:"#"+G+"fnref-"+N+($>1?"-"+$:""),dataFootnoteBackref:"",ariaLabel:typeof X==="string"?X:X(K,$),className:["data-footnote-backref"]},children:Array.isArray(T)?T:[T]})}let q=H[H.length-1];if(q&&q.type==="element"&&q.tagName==="p"){let T=q.children[q.children.length-1];if(T&&T.type==="text")T.value+=" ";else q.children.push({type:"text",value:" "});q.children.push(...L)}else H.push(...L);let R={type:"element",tagName:"li",properties:{id:G+"fn-"+N},children:Z.wrap(H,!0)};Z.patch(W,R),Q.push(R)}if(Q.length===0)return;return{type:"element",tagName:"section",properties:{dataFootnotes:!0,className:["footnotes"]},children:[{type:"element",tagName:x,properties:{...Y7(z),id:"footnote-label"},children:[{type:"text",value:Y}]},{type:"text",value:`
60
+ `},{type:"element",tagName:"ol",properties:{},children:Z.wrap(Q,!0)},{type:"text",value:`
61
+ `}]}}var $3=function(Z){if(Z===null||Z===void 0)return li;if(typeof Z==="function")return L3(Z);if(typeof Z==="object")return Array.isArray(Z)?ki(Z):fi(Z);if(typeof Z==="string")return ci(Z);throw Error("Expected function, string, or object as test")};function ki(Z){let G=[],J=-1;while(++J<Z.length)G[J]=$3(Z[J]);return L3(X);function X(...Y){let x=-1;while(++x<G.length)if(G[x].apply(this,Y))return!0;return!1}}function fi(Z){let G=Z;return L3(J);function J(X){let Y=X,x;for(x in Z)if(Y[x]!==G[x])return!1;return!0}}function ci(Z){return L3(G);function G(J){return J&&J.type===Z}}function L3(Z){return G;function G(J,X,Y){return Boolean(ai(J)&&Z.call(this,J,typeof X==="number"?X:void 0,Y||void 0))}}function li(){return!0}function ai(Z){return Z!==null&&typeof Z==="object"&&"type"in Z}function ZV(Z){return"\x1B[33m"+Z+"\x1B[39m"}var GV=[],nx=!0,B3=!1,dx="skip";function sx(Z,G,J,X){let Y;if(typeof G==="function"&&typeof J!=="function")X=J,J=G;else Y=G;let x=$3(Y),z=X?-1:1;Q(Z,void 0,[])();function Q(K,W,H){let U=K&&typeof K==="object"?K:{};if(typeof U.type==="string"){let $=typeof U.tagName==="string"?U.tagName:typeof U.name==="string"?U.name:void 0;Object.defineProperty(N,"name",{value:"node ("+ZV(K.type+($?"<"+$+">":""))+")"})}return N;function N(){let $=GV,L,B,q;if(!G||x(K,W,H[H.length-1]||void 0)){if($=ni(J(K,H)),$[0]===B3)return $}if("children"in K&&K.children){let R=K;if(R.children&&$[0]!==dx){B=(X?R.children.length:-1)+z,q=H.concat(R);while(B>-1&&B<R.children.length){let T=R.children[B];if(L=Q(T,B,q)(),L[0]===B3)return L;B=typeof L[1]==="number"?L[1]:B+z}}}return $}}}function ni(Z){if(Array.isArray(Z))return Z;if(typeof Z==="number")return[nx,Z];return Z===null||Z===void 0?GV:[Z]}function j4(Z,G,J,X){let Y,x,z;if(typeof G==="function"&&typeof J!=="function")x=void 0,z=G,Y=J;else x=G,z=J,Y=X;sx(Z,x,Q,Y);function Q(K,W){let H=W[W.length-1],U=H?H.children.indexOf(K):void 0;return z(K,U,H)}}var rx={}.hasOwnProperty,di={};function XV(Z,G){let J=G||di,X=new Map,Y=new Map,x=new Map,z={...oB,...J.handlers},Q={all:W,applyData:ri,definitionById:X,footnoteById:Y,footnoteCounts:x,footnoteOrder:[],handlers:z,one:K,options:J,patch:si,wrap:ti};return j4(Z,function(H){if(H.type==="definition"||H.type==="footnoteDefinition"){let U=H.type==="definition"?X:Y,N=String(H.identifier).toUpperCase();if(!U.has(N))U.set(N,H)}}),Q;function K(H,U){let N=H.type,$=Q.handlers[N];if(rx.call(Q.handlers,N)&&$)return $(Q,H,U);if(Q.options.passThrough&&Q.options.passThrough.includes(N)){if("children"in H){let{children:B,...q}=H,R=Y7(q);return R.children=Q.all(H),R}return Y7(H)}return(Q.options.unknownHandler||oi)(Q,H,U)}function W(H){let U=[];if("children"in H){let N=H.children,$=-1;while(++$<N.length){let L=Q.one(N[$],H);if(L){if($&&N[$-1].type==="break"){if(!Array.isArray(L)&&L.type==="text")L.value=JV(L.value);if(!Array.isArray(L)&&L.type==="element"){let B=L.children[0];if(B&&B.type==="text")B.value=JV(B.value)}}if(Array.isArray(L))U.push(...L);else U.push(L)}}}return U}}function si(Z,G){if(Z.position)G.position=wx(Z)}function ri(Z,G){let J=G;if(Z&&Z.data){let X=Z.data.hName,Y=Z.data.hChildren,x=Z.data.hProperties;if(typeof X==="string")if(J.type==="element")J.tagName=X;else{let z="children"in J?J.children:[J];J={type:"element",tagName:X,properties:{},children:z}}if(J.type==="element"&&x)Object.assign(J.properties,Y7(x));if("children"in J&&J.children&&Y!==null&&Y!==void 0)J.children=Y}return J}function oi(Z,G){let J=G.data||{},X="value"in G&&!(rx.call(J,"hProperties")||rx.call(J,"hChildren"))?{type:"text",value:G.value}:{type:"element",tagName:"div",properties:{},children:Z.all(G)};return Z.patch(G,X),Z.applyData(G,X)}function ti(Z,G){let J=[],X=-1;if(G)J.push({type:"text",value:`
62
+ `});while(++X<Z.length){if(X)J.push({type:"text",value:`
63
+ `});J.push(Z[X])}if(G&&Z.length>0)J.push({type:"text",value:`
64
+ `});return J}function JV(Z){let G=0,J=Z.charCodeAt(G);while(J===9||J===32)G++,J=Z.charCodeAt(G);return Z.slice(G)}function V3(Z,G){let J=XV(Z,G),X=J.one(Z,void 0),Y=eB(J),x=Array.isArray(X)?{type:"root",children:X}:X||{type:"root",children:[]};if(Y)U0("children"in x),x.children.push({type:"text",value:`
65
+ `},Y);return x}function q3(Z,G){if(Z&&"run"in Z)return async function(J,X){let Y=V3(J,{file:X,...G});await Z.run(Y,X)};return function(J,X){return V3(J,{file:X,...Z||G})}}function ox(Z){if(Z)throw Z}var M3=t(NV(),1);function E4(Z){if(typeof Z!=="object"||Z===null)return!1;let G=Object.getPrototypeOf(Z);return(G===null||G===Object.prototype||Object.getPrototypeOf(G)===null)&&!(Symbol.toStringTag in Z)&&!(Symbol.iterator in Z)}function tx(){let Z=[],G={run:J,use:X};return G;function J(...Y){let x=-1,z=Y.pop();if(typeof z!=="function")throw TypeError("Expected function as last argument, not "+z);Q(null,...Y);function Q(K,...W){let H=Z[++x],U=-1;if(K){z(K);return}while(++U<Y.length)if(W[U]===null||W[U]===void 0)W[U]=Y[U];if(Y=W,H)$V(H,Q)(...W);else z(null,...W)}}function X(Y){if(typeof Y!=="function")throw TypeError("Expected `middelware` to be a function, not "+Y);return Z.push(Y),G}}function $V(Z,G){let J;return X;function X(...z){let Q=Z.length>z.length,K;if(Q)z.push(Y);try{K=Z.apply(this,z)}catch(W){let H=W;if(Q&&J)throw H;return Y(H)}if(!Q)if(K&&K.then&&typeof K.then==="function")K.then(x,Y);else if(K instanceof Error)Y(K);else x(K)}function Y(z,...Q){if(!J)J=!0,G(z,...Q)}function x(z){Y(null,z)}}var o0=t(require("node:path"));var ex=t(require("node:process"));var Zz=require("node:url");function w3(Z){return Boolean(Z!==null&&typeof Z==="object"&&"href"in Z&&Z.href&&"protocol"in Z&&Z.protocol&&Z.auth===void 0)}var Gz=["history","path","basename","stem","extname","dirname"];class x7{constructor(Z){let G;if(!Z)G={};else if(w3(Z))G={path:Z};else if(typeof Z==="string"||ei(Z))G={value:Z};else G=Z;this.cwd="cwd"in G?"":ex.default.cwd(),this.data={},this.history=[],this.messages=[],this.value,this.map,this.result,this.stored;let J=-1;while(++J<Gz.length){let Y=Gz[J];if(Y in G&&G[Y]!==void 0&&G[Y]!==null)this[Y]=Y==="history"?[...G[Y]]:G[Y]}let X;for(X in G)if(!Gz.includes(X))this[X]=G[X]}get basename(){return typeof this.path==="string"?o0.default.basename(this.path):void 0}set basename(Z){Xz(Z,"basename"),Jz(Z,"basename"),this.path=o0.default.join(this.dirname||"",Z)}get dirname(){return typeof this.path==="string"?o0.default.dirname(this.path):void 0}set dirname(Z){LV(this.basename,"dirname"),this.path=o0.default.join(Z||"",this.basename)}get extname(){return typeof this.path==="string"?o0.default.extname(this.path):void 0}set extname(Z){if(Jz(Z,"extname"),LV(this.dirname,"extname"),Z){if(Z.codePointAt(0)!==46)throw Error("`extname` must start with `.`");if(Z.includes(".",1))throw Error("`extname` cannot contain multiple dots")}this.path=o0.default.join(this.dirname,this.stem+(Z||""))}get path(){return this.history[this.history.length-1]}set path(Z){if(w3(Z))Z=Zz.fileURLToPath(Z);if(Xz(Z,"path"),this.path!==Z)this.history.push(Z)}get stem(){return typeof this.path==="string"?o0.default.basename(this.path,this.extname):void 0}set stem(Z){Xz(Z,"stem"),Jz(Z,"stem"),this.path=o0.default.join(this.dirname||"",Z+(this.extname||""))}fail(Z,G,J){let X=this.message(Z,G,J);throw X.fatal=!0,X}info(Z,G,J){let X=this.message(Z,G,J);return X.fatal=void 0,X}message(Z,G,J){let X=new g1(Z,G,J);if(this.path)X.name=this.path+":"+X.name,X.file=this.path;return X.fatal=!1,this.messages.push(X),X}toString(Z){if(this.value===void 0)return"";if(typeof this.value==="string")return this.value;return new TextDecoder(Z||void 0).decode(this.value)}}function Jz(Z,G){if(Z&&Z.includes(o0.default.sep))throw Error("`"+G+"` cannot be a path: did not expect `"+o0.default.sep+"`")}function Xz(Z,G){if(!Z)throw Error("`"+G+"` cannot be empty")}function LV(Z,G){if(!Z)throw Error("Setting `"+G+"` requires `path` to be set too")}function ei(Z){return Boolean(Z&&typeof Z==="object"&&"byteLength"in Z&&"byteOffset"in Z)}var BV=function(Z){let X=this.constructor.prototype,Y=X[Z],x=function(){return Y.apply(x,arguments)};return Object.setPrototypeOf(x,X),x};var ZC={}.hasOwnProperty;class Qz extends BV{constructor(){super("copy");this.Compiler=void 0,this.Parser=void 0,this.attachers=[],this.compiler=void 0,this.freezeIndex=-1,this.frozen=void 0,this.namespace={},this.parser=void 0,this.transformers=tx()}copy(){let Z=new Qz,G=-1;while(++G<this.attachers.length){let J=this.attachers[G];Z.use(...J)}return Z.data(M3.default(!0,{},this.namespace)),Z}data(Z,G){if(typeof Z==="string"){if(arguments.length===2)return zz("data",this.frozen),this.namespace[Z]=G,this;return ZC.call(this.namespace,Z)&&this.namespace[Z]||void 0}if(Z)return zz("data",this.frozen),this.namespace=Z,this;return this.namespace}freeze(){if(this.frozen)return this;let Z=this;while(++this.freezeIndex<this.attachers.length){let[G,...J]=this.attachers[this.freezeIndex];if(J[0]===!1)continue;if(J[0]===!0)J[0]=void 0;let X=G.call(Z,...J);if(typeof X==="function")this.transformers.use(X)}return this.frozen=!0,this.freezeIndex=Number.POSITIVE_INFINITY,this}parse(Z){this.freeze();let G=A3(Z),J=this.parser||this.Parser;return Yz("parse",J),J(String(G),G)}process(Z,G){let J=this;return this.freeze(),Yz("process",this.parser||this.Parser),xz("process",this.compiler||this.Compiler),G?X(void 0,G):new Promise(X);function X(Y,x){let z=A3(Z),Q=J.parse(z);J.run(Q,z,function(W,H,U){if(W||!H||!U)return K(W);let N=H,$=J.stringify(N,U);if(JC($))U.value=$;else U.result=$;K(W,U)});function K(W,H){if(W||!H)x(W);else if(Y)Y(H);else U0(G,"`done` is defined if `resolve` is not"),G(void 0,H)}}}processSync(Z){let G=!1,J;return this.freeze(),Yz("processSync",this.parser||this.Parser),xz("processSync",this.compiler||this.Compiler),this.process(Z,X),qV("processSync","process",G),U0(J,"we either bailed on an error or have a tree"),J;function X(Y,x){G=!0,ox(Y),J=x}}run(Z,G,J){VV(Z),this.freeze();let X=this.transformers;if(!J&&typeof G==="function")J=G,G=void 0;return J?Y(void 0,J):new Promise(Y);function Y(x,z){U0(typeof G!=="function","`file` can’t be a `done` anymore, we checked");let Q=A3(G);X.run(Z,Q,K);function K(W,H,U){let N=H||Z;if(W)z(W);else if(x)x(N);else U0(J,"`done` is defined if `resolve` is not"),J(void 0,N,U)}}}runSync(Z,G){let J=!1,X;return this.run(Z,G,Y),qV("runSync","run",J),U0(X,"we either bailed on an error or have a tree"),X;function Y(x,z){ox(x),X=z,J=!0}}stringify(Z,G){this.freeze();let J=A3(G),X=this.compiler||this.Compiler;return xz("stringify",X),VV(Z),X(Z,J)}use(Z,...G){let J=this.attachers,X=this.namespace;if(zz("use",this.frozen),Z===null||Z===void 0);else if(typeof Z==="function")Q(Z,G);else if(typeof Z==="object")if(Array.isArray(Z))z(Z);else x(Z);else throw TypeError("Expected usable value, not `"+Z+"`");return this;function Y(K){if(typeof K==="function")Q(K,[]);else if(typeof K==="object")if(Array.isArray(K)){let[W,...H]=K;Q(W,H)}else x(K);else throw TypeError("Expected usable value, not `"+K+"`")}function x(K){if(!("plugins"in K)&&!("settings"in K))throw Error("Expected usable value but received an empty preset, which is probably a mistake: presets typically come with `plugins` and sometimes with `settings`, but this has neither");if(z(K.plugins),K.settings)X.settings=M3.default(!0,X.settings,K.settings)}function z(K){let W=-1;if(K===null||K===void 0);else if(Array.isArray(K))while(++W<K.length){let H=K[W];Y(H)}else throw TypeError("Expected a list of plugins, not `"+K+"`")}function Q(K,W){let H=-1,U=-1;while(++H<J.length)if(J[H][0]===K){U=H;break}if(U===-1)J.push([K,...W]);else if(W.length>0){let[N,...$]=W,L=J[U][1];if(E4(L)&&E4(N))N=M3.default(!0,L,N);J[U]=[K,N,...$]}}}}var Kz=new Qz().freeze();function Yz(Z,G){if(typeof G!=="function")throw TypeError("Cannot `"+Z+"` without `parser`")}function xz(Z,G){if(typeof G!=="function")throw TypeError("Cannot `"+Z+"` without `compiler`")}function zz(Z,G){if(G)throw Error("Cannot call `"+Z+"` on a frozen processor.\nCreate a new processor first, by calling it: use `processor()` instead of `processor`.")}function VV(Z){if(!E4(Z)||typeof Z.type!=="string")throw TypeError("Expected node, got `"+Z+"`")}function qV(Z,G,J){if(!J)throw Error("`"+Z+"` finished async. Use `"+G+"` instead")}function A3(Z){return GC(Z)?Z:new x7(Z)}function GC(Z){return Boolean(Z&&typeof Z==="object"&&"message"in Z&&"messages"in Z)}function JC(Z){return typeof Z==="string"||XC(Z)}function XC(Z){return Boolean(Z&&typeof Z==="object"&&"byteLength"in Z&&"byteOffset"in Z)}var YC="https://github.com/remarkjs/react-markdown/blob/main/changelog.md",FV=[],wV={allowDangerousHtml:!0},xC=/^(https?|ircs?|mailto|xmpp)$/i,zC=[{from:"astPlugins",id:"remove-buggy-html-in-markdown-parser"},{from:"allowDangerousHtml",id:"remove-buggy-html-in-markdown-parser"},{from:"allowNode",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"allowElement"},{from:"allowedTypes",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"allowedElements"},{from:"className",id:"remove-classname"},{from:"disallowedTypes",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"disallowedElements"},{from:"escapeHtml",id:"remove-buggy-html-in-markdown-parser"},{from:"includeElementIndex",id:"#remove-includeelementindex"},{from:"includeNodeIndex",id:"change-includenodeindex-to-includeelementindex"},{from:"linkTarget",id:"remove-linktarget"},{from:"plugins",id:"change-plugins-to-remarkplugins",to:"remarkPlugins"},{from:"rawSourcePos",id:"#remove-rawsourcepos"},{from:"renderers",id:"change-renderers-to-components",to:"components"},{from:"source",id:"change-source-to-children",to:"children"},{from:"sourcePos",id:"#remove-sourcepos"},{from:"transformImageUri",id:"#add-urltransform",to:"urlTransform"},{from:"transformLinkUri",id:"#add-urltransform",to:"urlTransform"}];function Hz(Z){let G=QC(Z),J=KC(Z);return HC(G.runSync(G.parse(J),J),Z)}function QC(Z){let G=Z.rehypePlugins||FV,J=Z.remarkPlugins||FV,X=Z.remarkRehypeOptions?{...Z.remarkRehypeOptions,...wV}:wV;return Kz().use(z3).use(J).use(q3,X).use(G)}function KC(Z){let G=Z.children||"",J=new x7;if(typeof G==="string")J.value=G;else fG("Unexpected value `"+G+"` for `children` prop, expected `string`");return J}function HC(Z,G){let{allowedElements:J,allowElement:X,components:Y,disallowedElements:x,skipHtml:z,unwrapDisallowed:Q}=G,K=G.urlTransform||MV;for(let H of zC)if(Object.hasOwn(G,H.from))fG("Unexpected `"+H.from+"` prop, "+(H.to?"use `"+H.to+"` instead":"remove it")+" (see <"+YC+"#"+H.id+"> for more info)");if(J&&x)fG("Unexpected combined `allowedElements` and `disallowedElements`, expected one or the other");return j4(Z,W),Rx(Z,{Fragment:z7.Fragment,components:Y,ignoreInvalidStyle:!0,jsx:z7.jsx,jsxs:z7.jsxs,passKeys:!0,passNode:!0});function W(H,U,N){if(H.type==="raw"&&N&&typeof U==="number"){if(z)N.children.splice(U,1);else N.children[U]={type:"text",value:H.value};return U}if(H.type==="element"){let $;for($ in F4)if(Object.hasOwn(F4,$)&&Object.hasOwn(H.properties,$)){let L=H.properties[$],B=F4[$];if(B===null||B.includes(H.tagName))H.properties[$]=K(String(L||""),$,H)}}if(H.type==="element"){let $=J?!J.includes(H.tagName):x?x.includes(H.tagName):!1;if(!$&&X&&typeof U==="number")$=!X(H,U,N);if($&&N&&typeof U==="number"){if(Q&&H.children)N.children.splice(U,1,...H.children);else N.children.splice(U,1);return U}}}}function MV(Z){let G=Z.indexOf(":"),J=Z.indexOf("?"),X=Z.indexOf("#"),Y=Z.indexOf("/");if(G===-1||Y!==-1&&G>Y||J!==-1&&G>J||X!==-1&&G>X||xC.test(Z.slice(0,G)))return Z;return""}var RV=t(require("rehype-highlight")),G51=require("highlight.js/styles/github.css"),R3=require("react"),Wz=require("react/jsx-dev-runtime");function WC({children:Z}){let[G,J]=R3.useState(Z);return R3.useEffect(()=>{J(Z)},[Z]),Wz.jsxDEV("div",{className:"max-w-full first:mt-0",children:Wz.jsxDEV(Hz,{rehypePlugins:[RV.default],children:G},void 0,!1,void 0,this)},void 0,!1,void 0,this)}var OV=WC;var Uz=require("react/jsx-dev-runtime"),UC=()=>Uz.jsxDEV("svg",{width:"30",height:"30",viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",children:Uz.jsxDEV("path",{d:"m 8 1 c -1.65625 0 -3 1.34375 -3 3 s 1.34375 3 3 3 s 3 -1.34375 3 -3 s -1.34375 -3 -3 -3 z m -1.5 7 c -2.492188 0 -4.5 2.007812 -4.5 4.5 v 0.5 c 0 1.109375 0.890625 2 2 2 h 8 c 1.109375 0 2 -0.890625 2 -2 v -0.5 c 0 -2.492188 -2.007812 -4.5 -4.5 -4.5 z m 0 0",fill:"#2e3436"},void 0,!1,void 0,this)},void 0,!1,void 0,this),DV=UC;var S4=require("react/jsx-dev-runtime");function NC({username:Z,avatar:G}){return S4.jsxDEV("div",{className:"w-[30px]",children:S4.jsxDEV("div",{className:"relative flex size-[30px] items-center justify-center rounded-sm p-1 text-white",children:G?S4.jsxDEV("img",{src:G,className:"absolute inset-0 rounded",alt:Z},void 0,!1,void 0,this):S4.jsxDEV(DV,{},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)}var Nz=NC;var C0=require("react/jsx-dev-runtime"),$C=({message:Z,handleOptionClick:G,setUiAjaxConfiguration:J})=>{let[X,Y]=O3.useState(!1);return O3.useEffect(()=>{let x=setTimeout(()=>{if(X)Y(!1)},1000);return()=>clearTimeout(x)},[X]),C0.jsxDEV("div",{className:"group w-full border-b border-black/10",id:Z.id,children:C0.jsxDEV("div",{className:`flex gap-4 p-4 text-base md:max-w-2xl md:gap-6 md:py-6 lg:max-w-3xl xl:max-w-5xl ${Z.align==="center"?"m-auto":""} ${Z.align==="right"?"ml-auto justify-end":""} ${Z.align==="left"?"mr-auto":""} `,children:[(Z.align==="left"||Z.align==="center")&&C0.jsxDEV("div",{className:"relative flex shrink-0 flex-col items-end",children:C0.jsxDEV(Nz,{username:Z.username,avatar:Z.avatar},void 0,!1,void 0,this)},void 0,!1,void 0,this),C0.jsxDEV("div",{className:"relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]",children:[C0.jsxDEV("div",{className:`markdown light prose w-full break-words dark:prose-invert first:mt-0 ${Z.align==="right"?"flex justify-end self-end":""}`,children:typeof Z.content==="string"?Z.parseMode.toLowerCase()==="markdown"?C0.jsxDEV(OV,{children:Z.content},Date.now()+Math.random(),!1,void 0,this):Z.parseMode.toLowerCase()==="html"?iG(Z.content):Z.content:C0.jsxDEV(J0,{uiConfig:Z.content,setUiAjaxConfiguration:J},void 0,!1,void 0,this)},void 0,!1,void 0,this),C0.jsxDEV("div",{className:"flex flex-row flex-wrap justify-start gap-1",children:Z.options.map((x,z)=>C0.jsxDEV(kG,{onClickOption:G,option:x},z,!1,void 0,this))},void 0,!1,void 0,this)]},void 0,!0,void 0,this),Z.align==="right"&&C0.jsxDEV("div",{className:"relative flex shrink-0 flex-col items-end",children:C0.jsxDEV(Nz,{username:Z.username,avatar:Z.avatar},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)},IV=$C;var P5=require("react"),$z=require("react/jsx-dev-runtime"),LC=P5.forwardRef(({name:Z,handleOptionClick:G,defaultMessages:J,sx:X,setUiAjaxConfiguration:Y},x)=>{let[z,Q]=P5.useState(J),K=P5.useRef(null),W=()=>{if(K.current)K.current.scrollTop=K.current.scrollHeight};return P5.useEffect(()=>{W()},[z]),P5.useImperativeHandle(x,()=>({setMessages:(H)=>Q(H),addMessage:(H)=>Q((U)=>[...U,H]),scrollToBottom:W})),$z.jsxDEV("div",{id:Z+"_messages",className:"flex flex-col items-center overflow-y-scroll",style:X,ref:K,children:z.map((H)=>$z.jsxDEV(IV,{message:H,handleOptionClick:G,setUiAjaxConfiguration:Y},H.id,!1,void 0,this))},void 0,!1,void 0,this)}),TV=LC;var n5=require("react"),p4=require("react/jsx-dev-runtime"),BC=({data:Z,setUiAjaxConfiguration:G})=>{let{name:J,defaultValue:X,defaultMessages:Y,defaultOptions:x,isArea:z,fileAccept:Q,placeholder:K,icons:W,optionsPosition:H,sxMap:U={container:{},chatInput:{},messages:{}},depsNames:N,pathname:$,kwargs:L,useSocketioSupport:B,useCentrifugeSupport:q,centrifugeChannel:R}=Z,T=n5.useRef(null),F=n5.useRef(null),[I,v]=n5.useState(!1),D=n5.useMemo(()=>LG(G,L,N,$),[G,L,N,$]);n5.useEffect(()=>{if(I)requestAnimationFrame(()=>{D(),v(!1)})},[I]);let p=(E)=>{if(T.current)T.current.setValue(E),v(!0)},b=()=>{if(T.current)T.current.clear()},y=(E)=>{if(T.current)T.current.setOptions(E.options)},d=(E)=>{if(F.current)F.current.addMessage(E.message)},a=(E)=>{if(F.current)F.current.setMessages(E.messages)},c=()=>{v(!0)};return p4.jsxDEV(n0,{card:"ChatCard",data:Z,methods:{clearInput:b,setOptions:y,addMessage:d,setMessages:a},useSocketioSupport:B,useCentrifugeSupport:q,centrifugeChannel:R,children:p4.jsxDEV("div",{className:"flex size-full flex-col",style:U.container,children:[p4.jsxDEV(TV,{ref:F,name:J,defaultMessages:Y,sx:U.messages,handleOptionClick:p,setUiAjaxConfiguration:G},void 0,!1,void 0,this),p4.jsxDEV(iL,{ref:T,name:J,isArea:z,defaultOptions:x,placeholder:K,defaultValue:X,fileAccept:Q,sx:U.chatInput,handleSendMessage:c,handleOptionClick:p,optionsPosition:H,icons:W},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)},PV=BC;var Lz=!1;function mV(){if(Lz){if(n())console.log("[PieUI] Components already initialized");return}if(n())console.log("[PieUI] Initializing built-in components...");if(s5({name:"SequenceCard",component:_N,metadata:{author:"PieData",description:"Simple div with styles joining few components"}}),s5({name:"UnionCard",component:iN,metadata:{author:"PieData",description:"Renders one of many components"}}),s5({name:"AjaxGroupCard",component:CN,metadata:{author:"PieData",description:"Group card with AJAX support"}}),s5({name:"AjaxButtonCard",component:IL,metadata:{author:"PieData",description:"Button with AJAX support"}}),s5({name:"ChatCard",component:PV,metadata:{author:"PieData"}}),Lz=!0,n())console.log("[PieUI] Built-in components initialized successfully")}function I8(){return Lz}var b0=require("react/jsx-dev-runtime"),VC=({uiConfig:Z,fallback:G})=>{if(!I8())throw Error("Pie components are not initialized. Use initializePieComponents() at the top of page file");return b0.jsxDEV(Z5,{client:A5,children:b0.jsxDEV(k0.Provider,{value:C5,children:b0.jsxDEV(c0.Provider,{value:x8(),children:b0.jsxDEV(l0.Provider,{value:Q8(),children:b0.jsxDEV(g0.Provider,{value:G??b0.jsxDEV(b0.Fragment,{},void 0,!1,void 0,this),children:b0.jsxDEV(K8,{children:b0.jsxDEV(H8,{children:b0.jsxDEV(vV.StyleRoot,{children:b0.jsxDEV(J0,{uiConfig:Z},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)},jV=VC;var FA=require("react");var wA=t(b8(),1);var AA=t($2(),1);var L0=require("react/jsx-dev-runtime"),yy=({location:Z,fallback:G,onError:J})=>{let X=FA.useMemo(()=>AA.createAxiosDateTransformer({baseURL:G0()}),[]);if(n())console.log("[PieRoot] Rendering with location:",Z),console.log("[PieRoot] API_SERVER:",G0()),console.log("[PieRoot] Fallback provided:",!!G);if(!G0())throw Error("Set PIE_API_SERVER and PIE_CENTRIFUGE_SERVER");if(!I8())throw Error("Pie components are not initialized. Use initializePieComponents() at the top of page file");let{data:Y,isLoading:x,error:z}=I7({queryKey:["uiConfig",Z.pathname+Z.search],queryFn:async()=>{let Q="/api/content"+Z.pathname+Z.search;if(n())console.log("[PieRoot] Fetching UI configuration from:",Q);let K=await X.get(Q,{headers:{"Access-Control-Allow-Origin":"*","Access-Control-Allow-Methods":"GET,PUT,POST,DELETE,PATCH,OPTIONS","Content-type":"application/json"},withCredentials:!0});if(n())console.log("[PieRoot] Received UI configuration:",K.data);return K.data},staleTime:1/0,gcTime:1/0,refetchOnWindowFocus:!1,refetchOnMount:!1,refetchOnReconnect:!1,retry:!0,retryDelay:(Q)=>Math.min(1000*2**Q,30000)});if(z){if(n())console.error("[PieRoot] Error fetching UI configuration:",z),console.error("[PieRoot] Error details:",{message:z.message,status:z.response?.status,data:z.response?.data});return J?.(),G}if(x||!Y){if(n())console.log("[PieRoot] Loading state:",{isLoading:x,hasUiConfiguration:!!Y});return G}if(n())console.log("[PieRoot] UI configuration loaded successfully:",Y),console.log("[PieRoot] Rendering UI with configuration");return L0.jsxDEV(Z5,{client:A5,children:L0.jsxDEV(k0.Provider,{value:C5,children:L0.jsxDEV(c0.Provider,{value:x8(),children:L0.jsxDEV(l0.Provider,{value:Q8(),children:L0.jsxDEV(g0.Provider,{value:G??L0.jsxDEV(L0.Fragment,{},void 0,!1,void 0,this),children:L0.jsxDEV(K8,{children:L0.jsxDEV(H8,{children:L0.jsxDEV(wA.StyleRoot,{children:L0.jsxDEV(J0,{uiConfig:Y},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)},uy=(Z)=>L0.jsxDEV(Z5,{client:A5,children:L0.jsxDEV(yy,{...Z},void 0,!1,void 0,this)},void 0,!1,void 0,this),MA=uy;var DA=require("react");var IA=t(b8(),1);var TA=t($2(),1);var RA=require("react");var OA=()=>{return RA.useEffect(()=>{if(window.Telegram.WebApp.ready(),m2()==="telegram_expanded"&&(window.Telegram.WebApp.platform==="ios"||window.Telegram.WebApp.platform==="android"))window.Telegram.WebApp.expand()}),window.Telegram.WebApp};var B0=require("react/jsx-dev-runtime"),ky=({location:Z,fallback:G,onError:J})=>{let X=DA.useMemo(()=>TA.createAxiosDateTransformer({baseURL:G0()}),[]);if(n())console.log("[PieRoot] Rendering with location:",Z),console.log("[PieRoot] API_SERVER:",G0()),console.log("[PieRoot] Fallback provided:",!!G);if(!G0())throw Error("Set PIE_API_SERVER and PIE_CENTRIFUGE_SERVER");if(!I8())throw Error("Pie components are not initialized. Use initializePieComponents() at the top of page file");let Y=OA(),{data:x,isLoading:z,error:Q}=I7({queryKey:["uiConfig",Z.pathname+Z.search,Y?.initData],queryFn:async()=>{let K=Z.search?"&":"?",W=Y?.initData?`${K}initData=${encodeURIComponent(Y.initData)}`:"",H="/api/content"+Z.pathname+Z.search+W;if(n())console.log("[PieRoot] Fetching UI configuration from:",H);let U=await X.get(H,{headers:{"Access-Control-Allow-Origin":"*","Access-Control-Allow-Methods":"GET,PUT,POST,DELETE,PATCH,OPTIONS","Content-type":"application/json"},withCredentials:!0});if(n())console.log("[PieRoot] Received UI configuration:",U.data);return U.data},staleTime:1/0,gcTime:1/0,refetchOnWindowFocus:!1,refetchOnMount:!1,refetchOnReconnect:!1,retry:!0,retryDelay:(K)=>Math.min(1000*2**K,30000)});if(Q){if(n())console.error("[PieRoot] Error fetching UI configuration:",Q),console.error("[PieRoot] Error details:",{message:Q.message,status:Q.response?.status,data:Q.response?.data});return J?.(),G}if(z||!x){if(n())console.log("[PieRoot] Loading state:",{isLoading:z,hasUiConfiguration:!!x});return G}if(n())console.log("[PieRoot] UI configuration loaded successfully:",x),console.log("[PieRoot] Rendering UI with configuration");return B0.jsxDEV(Z5,{client:A5,children:B0.jsxDEV(k0.Provider,{value:C5,children:B0.jsxDEV(c0.Provider,{value:x8(),children:B0.jsxDEV(l0.Provider,{value:Q8(),children:B0.jsxDEV(g0.Provider,{value:G??B0.jsxDEV(B0.Fragment,{},void 0,!1,void 0,this),children:B0.jsxDEV(K8,{children:B0.jsxDEV(H8,{children:B0.jsxDEV(IA.StyleRoot,{children:B0.jsxDEV(J0,{uiConfig:x},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)},fy=(Z)=>B0.jsxDEV(Z5,{client:A5,children:B0.jsxDEV(ky,{...Z},void 0,!1,void 0,this)},void 0,!1,void 0,this),PA=fy;