@cimulate/copilot-widget 1.18.0 → 1.20.0
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.
- package/dist/cimulate-copilot-widget.d.ts +1 -5
- package/dist/cimulate-copilot-widget.es.js +10318 -10137
- package/dist/cimulate-copilot-widget.umd.js +31 -31
- package/dist/copilot.es.js +10319 -10138
- package/dist/copilot.umd.js +31 -31
- package/dist/messaging.css +1 -1
- package/dist/messaging.d.ts +2 -5
- package/dist/messaging.es.js +11285 -11094
- package/dist/messaging.umd.js +33 -33
- package/package.json +2 -2
|
@@ -1,46 +1,46 @@
|
|
|
1
|
-
(function(qe,$e){typeof exports=="object"&&typeof module!="undefined"?module.exports=$e():typeof define=="function"&&define.amd?define($e):(qe=typeof globalThis!="undefined"?globalThis:qe||self,qe["cimulate-copilot-widget"]=$e())})(this,(function(){"use strict";var F7=Object.defineProperty,B7=Object.defineProperties;var U7=Object.getOwnPropertyDescriptors;var Cd=Object.getOwnPropertySymbols;var z2=Object.prototype.hasOwnProperty,j2=Object.prototype.propertyIsEnumerable;var ea=(qe,$e)=>($e=Symbol[qe])?$e:Symbol.for("Symbol."+qe),H7=qe=>{throw TypeError(qe)},ta=Math.pow,g0=(qe,$e,Je)=>$e in qe?F7(qe,$e,{enumerable:!0,configurable:!0,writable:!0,value:Je}):qe[$e]=Je,M=(qe,$e)=>{for(var Je in $e||($e={}))z2.call($e,Je)&&g0(qe,Je,$e[Je]);if(Cd)for(var Je of Cd($e))j2.call($e,Je)&&g0(qe,Je,$e[Je]);return qe},pe=(qe,$e)=>B7(qe,U7($e));var cn=(qe,$e)=>{var Je={};for(var at in qe)z2.call(qe,at)&&$e.indexOf(at)<0&&(Je[at]=qe[at]);if(qe!=null&&Cd)for(var at of Cd(qe))$e.indexOf(at)<0&&j2.call(qe,at)&&(Je[at]=qe[at]);return Je};var Se=(qe,$e,Je)=>g0(qe,typeof $e!="symbol"?$e+"":$e,Je);var Qe=(qe,$e,Je)=>new Promise((at,Mt)=>{var Me=Nt=>{try{rn(Je.next(Nt))}catch(_n){Mt(_n)}},$t=Nt=>{try{rn(Je.throw(Nt))}catch(_n){Mt(_n)}},rn=Nt=>Nt.done?at(Nt.value):Promise.resolve(Nt.value).then(Me,$t);rn((Je=Je.apply(qe,$e)).next())}),Zr=function(qe,$e){this[0]=qe,this[1]=$e},kd=(qe,$e,Je)=>{var at=($t,rn,Nt,_n)=>{try{var na=Je[$t](rn),Hu=(rn=na.value)instanceof Zr,zu=na.done;Promise.resolve(Hu?rn[0]:rn).then(kr=>Hu?at($t==="return"?$t:"next",rn[1]?{done:kr.done,value:kr.value}:kr,Nt,_n):Nt({value:kr,done:zu})).catch(kr=>at("throw",kr,Nt,_n))}catch(kr){_n(kr)}},Mt=$t=>Me[$t]=rn=>new Promise((Nt,_n)=>at($t,rn,Nt,_n)),Me={};return Je=Je.apply(qe,$e),Me[ea("asyncIterator")]=()=>Me,Mt("next"),Mt("throw"),Mt("return"),Me},E0=qe=>{var $e=qe[ea("asyncIterator")],Je=!1,at,Mt={};return $e==null?($e=qe[ea("iterator")](),at=Me=>Mt[Me]=$t=>$e[Me]($t)):($e=$e.call(qe),at=Me=>Mt[Me]=$t=>{if(Je){if(Je=!1,Me==="throw")throw $t;return $t}return Je=!0,{done:!1,value:new Zr(new Promise(rn=>{var Nt=$e[Me]($t);Nt instanceof Object||H7("Object expected"),rn(Nt)}),1)}}),Mt[ea("iterator")]=()=>Mt,at("next"),"throw"in $e?at("throw"):Mt.throw=Me=>{throw Me},"return"in $e&&at("return"),Mt},$2=(qe,$e,Je)=>($e=qe[ea("asyncIterator")])?$e.call(qe):(qe=qe[ea("iterator")](),$e={},Je=(at,Mt)=>(Mt=qe[at])&&($e[at]=Me=>new Promise(($t,rn,Nt)=>(Me=Mt.call(qe,Me),Nt=Me.done,Promise.resolve(Me.value).then(_n=>$t({value:_n,done:Nt}),rn)))),Je("next"),Je("return"),$e);var qe=document.createElement("style");qe.textContent=`.cim-widget-icon-button{display:inline-flex;align-items:center;justify-content:center;min-width:32px;min-height:32px;height:auto;line-height:normal;background-color:transparent;border:1px solid transparent;border-radius:var(--cim-widget-border-radius);padding:0;cursor:pointer;color:#333;font-size:18px;svg{padding:6px;height:100%;width:100%}&:hover{background-color:#f0f0f0}&:disabled,&[disabled]{opacity:.6;background-color:#f9f9f9;cursor:not-allowed}}.cim-widget-icon-image{object-fit:contain;padding:6px;width:.875em;height:.875em}.cim-widget-minimized-container{--base-color: var(--cim-widget-primary-color, #3182ce);--base-color-darken: color-mix(in srgb, var(--base-color), black 20%);position:fixed;bottom:1rem;right:1rem;display:flex;align-items:center;justify-content:center;.cim-widget-minimized-button{height:3rem;width:3rem;border-radius:2rem;padding:.25rem;color:#fff;box-shadow:0 4px 6px #00000040,0 1px 3px #00000050;background-color:var(--base-color);transition:background-color .1s ease-in-out;&:active{transform:translateY(1px);box-shadow:0 4px 6px #00000020,0 1px 3px #00000030}&:hover{background-color:var(--base-color-darken)}}.cim-widget-minimized-icon-img{object-fit:contain;width:stretch;height:stretch}}.cim-widget-close-button{display:flex;align-items:center;justify-content:center;padding:.5rem;height:auto;line-height:normal;border-radius:var(--cim-widget-border-radius);border:1px solid transparent;background-color:transparent;cursor:pointer;&:hover{background-color:#f0f0f0}}.cim-widget-button{--base-color: var(--cim-widget-primary-color, #3182ce);padding:.25rem .5rem;min-height:32px;height:auto;line-height:normal;background-color:var(--base-color);border-radius:var(--cim-widget-border-radius);border-color:var(--base-color);border-style:solid;color:#fff;font-family:var(--cim-widget-font-family, inherit);cursor:pointer;&:disabled,&[disabled]{cursor:not-allowed;opacity:.6}&:hover{background-color:color-mix(in srgb,var(--base-color),black 20%);border-color:color-mix(in srgb,var(--base-color),black 20%)}&:focus-visible{outline:2px solid color-mix(in srgb,var(--base-color),white 25%)}}.cim-widget-cancel-button{color:#8a8a8a}.cim-widget-disclaimer{display:flex;flex-direction:column;padding:0 .5rem .5rem;gap:.5rem}.cim-widget-disclaimer-text{font-size:.75rem;color:#00000090;margin:0}.cim-widget-disclaimer-image{object-fit:contain;height:100%;width:100%}.cim-widget-search-bar-wrapper{display:flex;flex-direction:column;padding:.5rem;gap:.5rem;&.with-attachments{border-top:1px solid var(--cim-widget-border-color)}}.cim-widget-search-bar{display:flex;align-items:center;gap:4px;font-family:var(--cim-widget-font-family)}.cim-widget-image-file-preview{display:inline-flex;align-items:center;gap:8px;padding-left:.5rem}.cim-widget-image-preview{object-fit:contain;max-height:2.5rem;&.cim-modal-component{max-height:3.5rem}}.cim-widget-image-file-name{width:100%;font-size:.8rem;color:#00000090;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;line-clamp:3;overflow:hidden}.cim-widget-close-button.clear-attachment{padding:.15rem;color:#00000090}input.cim-widget-search-input{width:100%;height:stretch;min-width:0;min-height:2rem;padding:0 8px;background-color:transparent;border:1px solid #00000040;border-radius:var(--cim-widget-border-radius)}@media(max-width:576px){input.cim-widget-search-input{font-size:16px}}.cim-widget-connection-status-icon{display:inline-block;min-width:8px;width:.6rem;height:.5rem;border-radius:50%;margin:.35rem;vertical-align:middle;&.connected{background-color:#00d60080}&.disconnected{background-color:#c9c7c7}}.cim-widget-image-upload-button{display:inline-flex;height:100%;border-radius:4px;cursor:pointer;&:hover{background-color:#f0f0f0}&.disabled{opacity:.6;background-color:#f9f9f9;cursor:not-allowed}}.cim-widget-image-upload-label{display:inline-flex;justify-content:center;align-items:center;padding:8px;margin-bottom:0;cursor:pointer;&.disabled{cursor:not-allowed}}.cim-widget-search-button{display:inline-flex;align-items:center;white-space:nowrap;gap:.25rem}.cim-widget-search-button-icon{--base-color: var(--cim-widget-primary-color, #3182ce);background-color:var(--base-color);border-color:var(--base-color);color:#fff;&:disabled,&[disabled]{background-color:var(--base-color);border-color:var(--base-color);opacity:.6}&:hover{background-color:color-mix(in srgb,var(--base-color),black 20%);border-color:color-mix(in srgb,var(--base-color),black 20%)}}.cim-widget-search-button-icon-image{object-fit:contain;width:1.25em;height:1.25em}.cim-widget-file-input{display:none}.cim-widget-overflow-menu{position:relative;height:auto;width:auto}.cim-widget-overflow-menu-list{width:170px;background:#fff;border-radius:var(--cim-widget-border-radius);border:1px solid var(--cim-widget-border-color)}.cim-widget-overflow-menu-button{background-color:#fff}.cim-widget-overflow-menu-button-trigger,.cim-widget-overflow-menu-button{display:inline-flex;align-items:center;width:100%;border:1px solid transparent;border-radius:var(--cim-widget-border-radius);cursor:pointer;color:#333;&:hover{background-color:#f0f0f0}}.cim-widget-overflow-menu-button{gap:.5rem;padding:.5rem .75rem;background-color:#f0f0f080;svg{font-size:.75rem}}.cim-widget-carousel{position:relative;width:100%}.cim-widget-carousel__item-group{padding:4px 0;justify-content:flex-start;&.carousel-row-container{display:flex!important}}.cim-widget-carousel__item{flex-shrink:0;>*{height:100%}}.cim-widget-carousel__control{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;pointer-events:none;padding:0 4px}.cim-widget-carousel__prev-trigger,.cim-widget-carousel__next-trigger{pointer-events:auto;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:1rem 0;border-radius:var(--cim-widget-border-radius);border:1px solid var(--cim-widget-border-color, #d1d5db);background-color:var(--cim-widget-background-color, #ffffff);color:var(--cim-widget-font-color, #3f3f46);cursor:pointer;box-shadow:0 1px 3px #0000001a;transition:background-color .15s ease,box-shadow .15s ease;&:hover{color:var(--cim-widget-font-color, #1a202c)}}.cim-widget-carousel__prev-trigger:hover,.cim-widget-carousel__next-trigger:hover{background-color:#f9fafb;box-shadow:0 2px 6px #0000001f}.cim-widget-carousel__prev-trigger:disabled,.cim-widget-carousel__next-trigger:disabled{opacity:.4;cursor:not-allowed}.cim-widget-carousel__indicator-group{display:flex;justify-content:center;gap:6px;padding-top:12px}.cim-widget-carousel__indicator{width:8px;height:8px;border-radius:50%;border:none;background-color:var(--cim-widget-border-color, #d1d5db);cursor:pointer;padding:0;transition:background-color .2s ease,transform .2s ease}.cim-widget-carousel__indicator[data-current]{background-color:var(--cim-widget-font-color, #1a202c);transform:scale(1.25)}.cim-widget-carousel__indicator:hover:not([data-current]){background-color:var(--cim-widget-font-color, #1a202c);opacity:.5}.cim-widget-overflow-panel{position:absolute;top:100%;left:0;right:0;display:flex;flex-direction:column;gap:.5rem;padding:.5rem;background:#fff;border-bottom:1px solid var(--cim-widget-border-color);z-index:10}.cim-widget-overflow-panel .cim-widget-overflow-menu-button{width:100%;justify-content:center;gap:.75rem;font-size:.875rem}.cim-widget-left-right-toggle-button{display:none}@media(min-width:576px){.cim-widget-left-right-toggle-button{display:inline-flex}}.cim-widget-toggle-modal-button.cim-dialog-component{display:none}@media(min-width:576px){.cim-widget-toggle-modal-button.cim-dialog-component{display:inline-flex}}.cim-widget-product-tile{display:inline-flex;flex-direction:column;background-color:#fff;border-radius:var(--cim-widget-border-radius);box-shadow:0 1px 3px #0000001a}.cim-widget-product-tile.embedded,.cim-widget-product-tile.standalone{min-width:10dvw;max-width:30dvw}.cim-widget-product-tile-image{object-fit:contain;width:100%;height:auto;max-height:25dvh;border-top-left-radius:4px;border-top-right-radius:4px}.cim-widget-product-tile-details{height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:.5rem}.cim-widget-product-tile-brand{color:var(--cim-widget-primary-color)}.cim-widget-product-tile-pdp,.cim-widget-product-tile-name,.cim-widget-product-tile-price,.cim-widget-product-tile-pid{display:inline-block;line-height:1.25rem;font-size:.875rem}.cim-widget-product-tile-name{font-weight:700}.cim-widget-product-tile-pdp{color:color-mix(in hsl decreasing hue,var(--cim-widget-font-color) 85%,black);text-decoration:none;word-wrap:break-word;&:hover{text-decoration:underline}}.cim-widget-product-tile-pdp-arrow{display:inline-block;transform:rotate(-45deg)}.cim-widget-product-tile-footer{display:flex;justify-content:space-between;align-items:center;padding-top:.5rem;gap:.5rem}.cim-widget-product-tile-price{font-weight:700}@media(max-width:576px){.cim-widget-product-tile.embedded,.cim-widget-product-tile.standalone{min-width:30dvw;max-width:45dvw}.cim-widget-product-tile-pdp,.cim-widget-product-tile-name{display:-webkit-box;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}}.cim-widget-display-products{flex-direction:column}.cim-widget-error-message-text{display:inline-flex;align-items:center;gap:.5rem;color:#e53e3e;&.embedded svg{min-width:1.25rem;height:1.25rem}}.cim-widget-blinking-cursor{display:inline-flex;margin-left:2px;line-height:0;animation:cursor-blink 1.5s steps(2) infinite}@keyframes cursor-blink{0%{opacity:0}}.cim-widget-ul{list-style-type:disc;padding-left:1.5rem}.cim-widget-ol{list-style-type:decimal;padding-left:1.5rem}.cim-widget-table-container{margin-top:1rem;margin-bottom:1rem;margin-right:.5rem;overflow-x:auto}.cim-widget-table{border-radius:.5rem;border-width:1px;border-style:solid;border-color:var(--cim-widget-border-color);border-collapse:collapse;width:100%}.cim-widget-thead{background-color:color-mix(in hsl decreasing hue,var(--cim-widget-secondary-color) 5%,transparent);border-bottom-width:2px;border-color:var(--cim-widget-border-color)}.cim-widget-tbody{border-width:0px;box-sizing:border-box;background-color:#ffffff90;overflow-wrap:break-word}.cim-widget-tr{border-style:solid;border-bottom-width:1px;border-color:var(--cim-widget-border-color)}.cim-widget-th{padding:.5rem 1rem;text-align:left;font-weight:700;border-bottom-width:1px;border-color:var(--cim-widget-border-color)}.cim-widget-td{padding:.5rem 1rem;border-bottom-width:1px;border-color:var(--cim-widget-border-color)}.cim-widget-message-container pre{margin:0}.cim-widget-progress-message.embedded,.cim-widget-progress-message.standalone{display:flex;align-items:center}.cim-widget-progress-text.embedded{font-size:.85rem;font-style:italic;color:color-mix(in hsl decreasing hue,var(--cim-widget-font-color) 80%,white);line-height:1rem;line-clamp:3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cim-widget-progress-text.standalone{font-size:inherit;font-style:italic;color:color-mix(in hsl decreasing hue,var(--cim-widget-font-color) 85%,white)}.cim-widget-thought-container{padding-left:.5rem;margin:.5rem;border-left:2px solid var(--cim-widget-primary-color)}p.cim-widget-progress-thought{margin-bottom:1rem;color:color-mix(in hsl decreasing hue,var(--cim-widget-font-color) 70%,white);line-height:1;font-size:.875rem}.cim-widget-thought-context-button{display:inline-flex;align-items:center;justify-content:space-between;padding:.25rem;min-width:84px;background-color:transparent;border-color:transparent;color:var(--cim-widget-primary-color);font-weight:700;cursor:pointer;&:hover{background-color:color-mix(in hsl decreasing hue,var(--cim-widget-primary-color) 5%,transparent);color:color-mix(in hsl decreasing hue,var(--cim-widget-primary-color) 85%,black)}}.cim-widget-message-icon.progress-icon.embedded{color:color-mix(in hsl decreasing hue,var(--cim-widget-font-color) 50%,white)}.cim-widget-refined-event{display:flex;flex-direction:column}.cim-widget-refined-event-query{display:inline-flex;align-items:center;gap:4px;color:var(--cim-widget-primary-color)}.cim-widget-refined-event-query-text{line-height:normal}.cim-widget-message-icon.refined-event-icon{font-size:1.5rem;&.embedded,&.standalone{color:var(--cim-widget-primary-color)}}.cim-widget-facet-pill{display:inline-flex;align-items:center;margin-left:4px;padding:.25rem .5rem;color:var(--cim-widget-primary-color);border-radius:9999px;font-size:.75rem;font-weight:700;&.embedded{background-color:#ffffff90}&.standalone{background-color:color-mix(in hsl decreasing hue,var(--cim-widget-primary-color) 5%,transparent)}}.cim-widget-facet-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.25rem}.cim-widget-facets{display:flex;flex-direction:column;padding:.25rem}.cim-widget-facets .cim-widget-facet-category{margin-bottom:0;font-size:.875rem;font-weight:700;word-wrap:break-word}.cim-widget-facets .cim-widget-facet-values{margin-top:0;font-size:.675rem}.cim-widget-message-timestamp.standalone{font-size:.75rem;color:#00000090}.cim-widget-message-timestamp.embedded{font-size:.65rem;color:#333333bf}.cim-widget-user-message{display:flex;flex-direction:column;gap:.5rem;.cim-widget-user-message-row{display:inline-flex;align-items:center;gap:.5rem}}.cim-widget-user-message.embedded{display:inline-flex;align-self:flex-end;padding:.5rem 1rem;border-radius:var(--cim-widget-border-radius);background-color:color-mix(in hsl decreasing hue,var(--cim-widget-primary-color) 10%,transparent);max-width:80%;min-width:50%}.cim-widget-user-message.standalone{margin:.5rem 0}.cim-widget-user-message-image{object-fit:contain;border-radius:8px;&.embedded{max-height:2.5rem}&.standalone{max-height:3.5rem}}.cim-widget-user-message-text{font-weight:700}.cim-widget-user-message-text.standalone{font-size:1.125rem;margin:0}.cim-widget-user-message-text.embedded{margin:0}.cim-widget-message-icon.user-message-icon.embedded{color:var(--cim-widget-primary-color)}.cim-widget-user-search{display:flex;flex-direction:column}.cim-widget-user-search.embedded{display:inline-flex;align-self:flex-end;padding:.5rem 1rem;border-radius:var(--cim-widget-border-radius);background-color:color-mix(in hsl decreasing hue,var(--cim-widget-primary-color) 10%,transparent);max-width:80%;min-width:50%;gap:4px}.cim-widget-user-search.standalone{flex-direction:column;font-size:1.125rem;padding-top:.5rem;padding-bottom:.5rem}.cim-widget-user-search-image{object-fit:contain;border-radius:8px;&.embedded{max-height:2.5rem}&.standalone{max-height:3.5rem}}.cim-widget-user-search-query{display:inline-flex}.cim-widget-message-icon.user-search-icon.embedded,.cim-widget-message-icon.user-search-icon.standalone{font-size:1.5rem;color:var(--cim-widget-primary-color)}.message{border-radius:.5rem}.widget-message{display:flex;align-self:flex-start}.user-message{display:flex;align-self:flex-end;padding:1rem}.cim-widget-reset-message{font-size:.75rem;font-style:italic;color:color-mix(in hsl decreasing hue,var(--cim-widget-font-color) 75%,white)}.cim-widget-start-search-message{font-size:.875rem;font-weight:700;color:var(--cim-widget-font-color)}.cim-widget-message-group,.cim-widget-message{display:flex;flex-direction:column}.cim-widget-message-group{gap:.5rem;padding:.5rem 1rem;margin-bottom:1rem;border-radius:var(--cim-widget-border-radius);&.standalone{padding:0 1rem}.cim-widget-message-group-child{max-width:100%;margin-bottom:.25rem}}.cim-widget-message-group.embedded{max-width:80%;background-color:color-mix(in hsl decreasing hue,var(--cim-widget-secondary-color) 5%,transparent)}.cim-widget-message{margin-bottom:1rem}.cim-widget-message.standalone{border-radius:0;background-color:transparent;padding:0 1rem}.cim-widget-message.embedded{margin-bottom:1rem}.cim-widget-embedded-chat{position:relative;width:100%;height:100%;margin:0 auto;border-radius:var(--cim-widget-border-radius);border:1px solid var(--cim-widget-border-color)}.cim-widget-embedded-chat>.cim-widget-message-container{padding-top:2rem;padding-left:1rem;padding-right:1rem}.cim-widget-embedded-chat-menu{position:absolute;top:.25rem;right:.25rem}.cim-widget-overflow-menu-button-trigger.cim-chat-component{border:1px solid var(--cim-widget-border-color);border-radius:var(--cim-widget-border-radius);background-color:#fff}.cim-widget-overflow-menu-button.cim-chat-component{background-color:#fff;border-radius:var(--cim-widget-border-radius);&:hover{background-color:#f0f0f0}}.cim-widget-dialog{box-sizing:border-box;position:fixed;width:35dvw;max-width:100dvw;height:55dvh;border-radius:var(--cim-widget-border-radius);border:1px solid var(--cim-widget-border-color);font-size:.875rem;z-index:9999;&.full-height{height:100%}&.full-height.bottom-left{bottom:0;left:0}&.full-height.bottom-right{bottom:0;right:0}&.bottom-left{bottom:.5rem;left:.5rem;animation:cim-widget-dialog-slide-in-left .25s ease-out}&.bottom-right{bottom:.5rem;right:.5rem;animation:cim-widget-dialog-slide-in-right .25s ease-out}.cim-widget-message-group.embedded{max-width:100%}}.cim-widget-dialog-content{display:flex;flex-direction:column;height:100%}.cim-widget-dialog-header{display:inline-flex;align-items:center;padding:.5rem 1rem;gap:8px;border-bottom:1px solid var(--cim-widget-border-color);background-color:var(--cim-widget-header-background-color)}.cim-widget-dialog-controls{position:absolute;top:4px;right:4px;display:inline-flex;align-items:center}.cim-widget-dialog-logo{object-fit:contain;max-width:50%;max-height:3rem}.cim-widget-dialog-title{width:100%;margin-top:0;margin-bottom:0;line-height:normal;color:var(--cim-widget-header-text-color, inherit);font-size:var(--cim-widget-header-text-font-size);font-weight:var(--cim-widget-header-text-font-weight, bold);font-family:var(--cim-widget-header-text-font-family, inherit);text-align:var(--cim-widget-header-text-text-align, left)}@media(min-width:576px)and (max-width:768px){.cim-widget-dialog{width:50%}}@media(max-width:576px){.cim-widget-dialog{height:100%;width:100dvw!important;max-width:100dvw;border-radius:0;&.full-height{height:100%}&.bottom-left{bottom:0;left:0}&.bottom-right{bottom:0;right:0}}.cim-widget-dialog.bottom-left,.cim-widget-dialog.bottom-right{animation:none}}@media(prefers-reduced-motion:reduce){.cim-widget-dialog.bottom-left,.cim-widget-dialog.bottom-right{animation:none}}@keyframes cim-widget-dialog-slide-in-right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes cim-widget-dialog-slide-in-left{0%{transform:translate(-100%)}to{transform:translate(0)}}.cim-widget-modal-container{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;height:100dvh;width:100dvw;z-index:9999}.cim-widget-modal-backdrop{position:absolute;top:0;left:0;height:100%;width:100%;background:#00000080}.cim-widget-modal{position:fixed;width:70dvw;height:80dvh;border-radius:var(--cim-widget-border-radius);border:1px solid var(--cim-widget-border-color);overflow-y:hidden;&.fullscreen{height:100%;width:100%;border-radius:0}}.cim-widget-modal-content{display:flex;flex-direction:column;height:100%}.cim-widget-modal-header{display:inline-flex;align-items:center;padding:.5rem 1rem;gap:8px;border-bottom:1px solid var(--cim-widget-border-color);background-color:var(--cim-widget-header-background-color)}.cim-widget-modal-controls{position:absolute;top:4px;right:4px;display:inline-flex;align-items:center}.cim-widget-modal-logo{object-fit:contain;max-width:50%;max-height:3rem}.cim-widget-modal-title{width:100%;margin-top:0;margin-bottom:0;line-height:normal;color:var(--cim-widget-header-text-color, inherit);font-size:var(--cim-widget-header-text-font-size);font-weight:var(--cim-widget-header-text-font-weight, bold);font-family:var(--cim-widget-header-text-font-family, inherit);text-align:var(--cim-widget-header-text-text-align, left)}.cim-widget-modal-fullscreen-button,.cim-widget-modal-toggle-dialog-button{display:none}@media(max-width:576px){.cim-widget-modal{height:100%;width:100%;border-radius:0}}@media(min-width:576px){.cim-widget-modal-fullscreen-button,.cim-widget-modal-toggle-dialog-button{display:inline-flex}}.cim-widget-container{box-sizing:border-box;display:flex;flex-direction:column;background-color:var(--cim-widget-background-color);font-family:var(--cim-widget-font-family, inherit);color:var(--cim-widget-font-color, inherit)}.cim-widget-message-container p{margin:.25rem 0;padding:0;+p{margin-top:.5rem}}.cim-widget-message-container span{line-height:1}.cim-widget-header{font-weight:700;color:inherit}.cim-widget-header.h1{margin-top:2rem;margin-bottom:2rem;font-size:1rem}.cim-widget-header.h2{margin-top:1.5rem;margin-bottom:1.5rem;font-size:1rem}.cim-widget-header.h3{margin-top:1rem;margin-bottom:1rem;font-size:1rem}.cim-widget-link{color:var(--cim-widget-primary-color);text-decoration:underline;cursor:pointer}.cim-widget-link:hover{color:var(--cim-widget-secondary-color);text-decoration:none}.cim-widget-text{line-height:1.5;color:inherit;margin-bottom:.25rem}.cim-widget-text.italic{font-style:italic}.cim-widget-text.bold{font-weight:700}.cim-widget-message-container{display:flex;flex-direction:column;flex:1;min-width:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;overflow-wrap:anywhere;padding:1rem;&.container-end{>:first-child{margin-top:auto}}}.cim-widget-message-icon{display:inline-flex;align-items:center;margin-right:.25rem}.cim-widget-message-icon.embedded{font-size:1rem;color:var(--cim-widget-secondary-color)}.cim-widget-message-icon.standalone{font-size:1.5rem;color:var(--cim-widget-primary-color)}.cim-widget-suggestion-container.embedded{display:inline-flex;flex-wrap:wrap;gap:.5rem}.cim-widget-suggestion-button.embedded{height:auto;padding:.2rem .5rem;border:1px solid var(--cim-widget-primary-color);border-radius:var(--cim-widget-border-radius);background-color:transparent;font-size:.875rem;font-weight:600;font-family:inherit;line-height:normal;text-transform:none;color:var(--cim-widget-primary-color);white-space:normal;word-break:break-word;text-align:left;cursor:pointer}.cim-widget-suggestion-button.embedded:hover{background-color:#fff;color:color-mix(in hsl decreasing hue,var(--cim-widget-primary-color) 85%,black)}.cim-widget-suggestion-container.standalone{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.5rem;padding:.5rem 0}@media(max-width:768px){.cim-widget-suggestion-container.standalone{grid-template-columns:repeat(1,1fr)}}.cim-widget-suggestion-button.standalone{display:inline-flex;align-items:center;padding:.5rem 1rem;border:1px solid var(--cim-widget-primary-color);border-radius:var(--cim-widget-border-radius);background-color:color-mix(in hsl decreasing hue,var(--cim-widget-primary-color) 5%,transparent);font-weight:700;line-height:normal;color:var(--cim-widget-primary-color);text-align:left;white-space:normal;word-break:break-word}.cim-widget-suggestion-button.standalone:hover{background-color:color-mix(in hsl decreasing hue,var(--cim-widget-primary-color) 15%,transparent);color:color-mix(in hsl decreasing hue,var(--cim-widget-primary-color) 85%,black)}.cim-widget-suggestion-button.has-icon{display:inline-flex;align-items:center;gap:.35rem}.cim-widget-suggestion-button.icon-right{flex-direction:row-reverse}.cim-widget-suggestion-button-icon{flex-shrink:0}.cim-widget-suggestion-button:disabled{border-color:#8a8a8a;background-color:#f9f9f9;color:#8a8a8a;cursor:not-allowed}.cim-widget-suggestion-button:disabled:hover{border-color:#8a8a8a;background-color:#f9f9f9;color:#8a8a8a}.cim-widget-prompts-extension-container{height:100%;width:100%;display:flex;flex-direction:column;align-items:flex-start;padding:1rem .5rem 1rem 1.25rem;gap:.75rem;font-size:.875rem;font-family:var(--cim-widget-font-family, inherit);background-color:var(--cim-widget-background-color);color:var(--cim-widget-font-color, inherit);border:1px solid var(--cim-widget-border-color);border-radius:.5rem;box-sizing:border-box}.cim-widget-prompts-input-container{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;.cim-widget-prompts-input-icon{width:20px;height:20px;color:var(--cim-widget-primary-color)}input.cim-widget-prompts-input{width:100%;padding:.25rem 0;outline:none;border-color:transparent;background-color:transparent;border-bottom-width:1px;border-bottom-color:var(--cim-widget-border-color);font-family:var(--cim-widget-font-family, inherit);color:var(--cim-widget-font-color, inherit);&:disabled{opacity:.6;cursor:not-allowed}}input.cim-widget-prompts-input:focus{border-bottom-color:color-mix(in srgb,var(--cim-widget-primary-color),white 25%)}.cim-widget-prompts-input-submit-button:disabled{opacity:.6;background-color:#f9f9f9;cursor:not-allowed}}.cim-widget-prompts-header{display:flex;align-items:center;gap:.5rem;width:100%;.cim-widget-prompts-input-icon{width:20px;height:20px;color:var(--cim-widget-primary-color);flex-shrink:0}.cim-widget-prompts-header-text{color:var(--cim-widget-font-color, inherit)}}.cim-widget-prompts-button-group{display:inline-flex;flex-wrap:wrap;gap:.5rem;width:100%}.cim-widget-prompts-button{height:auto;padding:.2rem .5rem;border:1px solid var(--cim-widget-primary-color);border-radius:4px;background-color:transparent;font-size:.875rem;font-weight:800;font-family:inherit;color:var(--cim-widget-primary-color);white-space:normal;word-break:break-word;text-align:left;cursor:pointer}.cim-widget-prompts-button.has-icon{display:inline-flex;align-items:center;gap:.35rem}.cim-widget-prompts-button.icon-right{flex-direction:row-reverse}.cim-widget-prompts-button:hover{background-color:#fff;color:color-mix(in hsl decreasing hue,var(--cim-widget-primary-color) 85%,black)}.cim-widget-prompts-button:disabled{border-color:#8a8a8a;background-color:#f9f9f9;color:#8a8a8a;cursor:not-allowed}.cim-widget-prompts-button:disabled:hover{border-color:#8a8a8a;background-color:#f9f9f9;color:#8a8a8a}.cim-widget-prompts-extension-messages-container{display:flex;flex-direction:column;gap:1rem;height:100%;width:100%;scrollbar-gutter:stable;overflow-y:auto}.cim-widget-prompts-user-message-container{display:flex;align-items:center;justify-content:flex-end;width:100%}.cim-widget-prompts-user-message{margin:0;max-width:85%;padding:.25rem 1rem;color:#fff;border-radius:.5rem;border:1px solid var(--cim-widget-primary-color);background-color:var(--cim-widget-primary-color)}.cim-widget-prompts-response-container{display:flex;flex:none;flex-direction:column;justify-content:flex-start;padding:.5rem 1rem;border-radius:.5rem;background-color:color-mix(in hsl decreasing hue,var(--cim-widget-secondary-color) 5%,transparent);overscroll-behavior:auto;max-width:85%}
|
|
2
|
-
/*$vite$:1*/`,document.head.appendChild(qe);function $e(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Je={exports:{}},at={},Mt={exports:{}},Me={};var $t;function rn(){if($t)return Me;$t=1;var e=Symbol.for("react.element"),t=Symbol.for("react.portal"),n=Symbol.for("react.fragment"),r=Symbol.for("react.strict_mode"),o=Symbol.for("react.profiler"),a=Symbol.for("react.provider"),u=Symbol.for("react.context"),c=Symbol.for("react.forward_ref"),d=Symbol.for("react.suspense"),f=Symbol.for("react.memo"),p=Symbol.for("react.lazy"),m=Symbol.iterator;function T(D){return D===null||typeof D!="object"?null:(D=m&&D[m]||D["@@iterator"],typeof D=="function"?D:null)}var y={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},_=Object.assign,S={};function A(D,ee,O){this.props=D,this.context=ee,this.refs=S,this.updater=O||y}A.prototype.isReactComponent={},A.prototype.setState=function(D,ee){if(typeof D!="object"&&typeof D!="function"&&D!=null)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,D,ee,"setState")},A.prototype.forceUpdate=function(D){this.updater.enqueueForceUpdate(this,D,"forceUpdate")};function v(){}v.prototype=A.prototype;function N(D,ee,O){this.props=D,this.context=ee,this.refs=S,this.updater=O||y}var k=N.prototype=new v;k.constructor=N,_(k,A.prototype),k.isPureReactComponent=!0;var H=Array.isArray,V=Object.prototype.hasOwnProperty,F={current:null},q={key:!0,ref:!0,__self:!0,__source:!0};function ie(D,ee,O){var _e,Re={},ke=null,He=null;if(ee!=null)for(_e in ee.ref!==void 0&&(He=ee.ref),ee.key!==void 0&&(ke=""+ee.key),ee)V.call(ee,_e)&&!q.hasOwnProperty(_e)&&(Re[_e]=ee[_e]);var xe=arguments.length-2;if(xe===1)Re.children=O;else if(1<xe){for(var Ye=Array(xe),ft=0;ft<xe;ft++)Ye[ft]=arguments[ft+2];Re.children=Ye}if(D&&D.defaultProps)for(_e in xe=D.defaultProps,xe)Re[_e]===void 0&&(Re[_e]=xe[_e]);return{$$typeof:e,type:D,key:ke,ref:He,props:Re,_owner:F.current}}function ge(D,ee){return{$$typeof:e,type:D.type,key:ee,ref:D.ref,props:D.props,_owner:D._owner}}function $(D){return typeof D=="object"&&D!==null&&D.$$typeof===e}function se(D){var ee={"=":"=0",":":"=2"};return"$"+D.replace(/[=:]/g,function(O){return ee[O]})}var ce=/\/+/g;function de(D,ee){return typeof D=="object"&&D!==null&&D.key!=null?se(""+D.key):ee.toString(36)}function ne(D,ee,O,_e,Re){var ke=typeof D;(ke==="undefined"||ke==="boolean")&&(D=null);var He=!1;if(D===null)He=!0;else switch(ke){case"string":case"number":He=!0;break;case"object":switch(D.$$typeof){case e:case t:He=!0}}if(He)return He=D,Re=Re(He),D=_e===""?"."+de(He,0):_e,H(Re)?(O="",D!=null&&(O=D.replace(ce,"$&/")+"/"),ne(Re,ee,O,"",function(ft){return ft})):Re!=null&&($(Re)&&(Re=ge(Re,O+(!Re.key||He&&He.key===Re.key?"":(""+Re.key).replace(ce,"$&/")+"/")+D)),ee.push(Re)),1;if(He=0,_e=_e===""?".":_e+":",H(D))for(var xe=0;xe<D.length;xe++){ke=D[xe];var Ye=_e+de(ke,xe);He+=ne(ke,ee,O,Ye,Re)}else if(Ye=T(D),typeof Ye=="function")for(D=Ye.call(D),xe=0;!(ke=D.next()).done;)ke=ke.value,Ye=_e+de(ke,xe++),He+=ne(ke,ee,O,Ye,Re);else if(ke==="object")throw ee=String(D),Error("Objects are not valid as a React child (found: "+(ee==="[object Object]"?"object with keys {"+Object.keys(D).join(", ")+"}":ee)+"). If you meant to render a collection of children, use an array instead.");return He}function be(D,ee,O){if(D==null)return D;var _e=[],Re=0;return ne(D,_e,"","",function(ke){return ee.call(O,ke,Re++)}),_e}function Oe(D){if(D._status===-1){var ee=D._result;ee=ee(),ee.then(function(O){(D._status===0||D._status===-1)&&(D._status=1,D._result=O)},function(O){(D._status===0||D._status===-1)&&(D._status=2,D._result=O)}),D._status===-1&&(D._status=0,D._result=ee)}if(D._status===1)return D._result.default;throw D._result}var oe={current:null},Q={transition:null},re={ReactCurrentDispatcher:oe,ReactCurrentBatchConfig:Q,ReactCurrentOwner:F};function C(){throw Error("act(...) is not supported in production builds of React.")}return Me.Children={map:be,forEach:function(D,ee,O){be(D,function(){ee.apply(this,arguments)},O)},count:function(D){var ee=0;return be(D,function(){ee++}),ee},toArray:function(D){return be(D,function(ee){return ee})||[]},only:function(D){if(!$(D))throw Error("React.Children.only expected to receive a single React element child.");return D}},Me.Component=A,Me.Fragment=n,Me.Profiler=o,Me.PureComponent=N,Me.StrictMode=r,Me.Suspense=d,Me.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=re,Me.act=C,Me.cloneElement=function(D,ee,O){if(D==null)throw Error("React.cloneElement(...): The argument must be a React element, but you passed "+D+".");var _e=_({},D.props),Re=D.key,ke=D.ref,He=D._owner;if(ee!=null){if(ee.ref!==void 0&&(ke=ee.ref,He=F.current),ee.key!==void 0&&(Re=""+ee.key),D.type&&D.type.defaultProps)var xe=D.type.defaultProps;for(Ye in ee)V.call(ee,Ye)&&!q.hasOwnProperty(Ye)&&(_e[Ye]=ee[Ye]===void 0&&xe!==void 0?xe[Ye]:ee[Ye])}var Ye=arguments.length-2;if(Ye===1)_e.children=O;else if(1<Ye){xe=Array(Ye);for(var ft=0;ft<Ye;ft++)xe[ft]=arguments[ft+2];_e.children=xe}return{$$typeof:e,type:D.type,key:Re,ref:ke,props:_e,_owner:He}},Me.createContext=function(D){return D={$$typeof:u,_currentValue:D,_currentValue2:D,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null},D.Provider={$$typeof:a,_context:D},D.Consumer=D},Me.createElement=ie,Me.createFactory=function(D){var ee=ie.bind(null,D);return ee.type=D,ee},Me.createRef=function(){return{current:null}},Me.forwardRef=function(D){return{$$typeof:c,render:D}},Me.isValidElement=$,Me.lazy=function(D){return{$$typeof:p,_payload:{_status:-1,_result:D},_init:Oe}},Me.memo=function(D,ee){return{$$typeof:f,type:D,compare:ee===void 0?null:ee}},Me.startTransition=function(D){var ee=Q.transition;Q.transition={};try{D()}finally{Q.transition=ee}},Me.unstable_act=C,Me.useCallback=function(D,ee){return oe.current.useCallback(D,ee)},Me.useContext=function(D){return oe.current.useContext(D)},Me.useDebugValue=function(){},Me.useDeferredValue=function(D){return oe.current.useDeferredValue(D)},Me.useEffect=function(D,ee){return oe.current.useEffect(D,ee)},Me.useId=function(){return oe.current.useId()},Me.useImperativeHandle=function(D,ee,O){return oe.current.useImperativeHandle(D,ee,O)},Me.useInsertionEffect=function(D,ee){return oe.current.useInsertionEffect(D,ee)},Me.useLayoutEffect=function(D,ee){return oe.current.useLayoutEffect(D,ee)},Me.useMemo=function(D,ee){return oe.current.useMemo(D,ee)},Me.useReducer=function(D,ee,O){return oe.current.useReducer(D,ee,O)},Me.useRef=function(D){return oe.current.useRef(D)},Me.useState=function(D){return oe.current.useState(D)},Me.useSyncExternalStore=function(D,ee,O){return oe.current.useSyncExternalStore(D,ee,O)},Me.useTransition=function(){return oe.current.useTransition()},Me.version="18.3.1",Me}var Nt;function _n(){return Nt||(Nt=1,Mt.exports=rn()),Mt.exports}var na;function Hu(){if(na)return at;na=1;var e=_n(),t=Symbol.for("react.element"),n=Symbol.for("react.fragment"),r=Object.prototype.hasOwnProperty,o=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,a={key:!0,ref:!0,__self:!0,__source:!0};function u(c,d,f){var p,m={},T=null,y=null;f!==void 0&&(T=""+f),d.key!==void 0&&(T=""+d.key),d.ref!==void 0&&(y=d.ref);for(p in d)r.call(d,p)&&!a.hasOwnProperty(p)&&(m[p]=d[p]);if(c&&c.defaultProps)for(p in d=c.defaultProps,d)m[p]===void 0&&(m[p]=d[p]);return{$$typeof:t,type:c,key:T,ref:y,props:m,_owner:o.current}}return at.Fragment=n,at.jsx=u,at.jsxs=u,at}var zu;function kr(){return zu||(zu=1,Je.exports=Hu()),Je.exports}var w=kr();const Pr=Object.create(null);Pr.open="0",Pr.close="1",Pr.ping="2",Pr.pong="3",Pr.message="4",Pr.upgrade="5",Pr.noop="6";const ju=Object.create(null);Object.keys(Pr).forEach(e=>{ju[Pr[e]]=e});const Pd={type:"error",data:"parser error"},y0=typeof Blob=="function"||typeof Blob!="undefined"&&Object.prototype.toString.call(Blob)==="[object BlobConstructor]",b0=typeof ArrayBuffer=="function",T0=e=>typeof ArrayBuffer.isView=="function"?ArrayBuffer.isView(e):e&&e.buffer instanceof ArrayBuffer,Nd=({type:e,data:t},n,r)=>y0&&t instanceof Blob?n?r(t):_0(t,r):b0&&(t instanceof ArrayBuffer||T0(t))?n?r(t):_0(new Blob([t]),r):r(Pr[e]+(t||"")),_0=(e,t)=>{const n=new FileReader;return n.onload=function(){const r=n.result.split(",")[1];t("b"+(r||""))},n.readAsDataURL(e)};function S0(e){return e instanceof Uint8Array?e:e instanceof ArrayBuffer?new Uint8Array(e):new Uint8Array(e.buffer,e.byteOffset,e.byteLength)}let Od;function W2(e,t){if(y0&&e.data instanceof Blob)return e.data.arrayBuffer().then(S0).then(t);if(b0&&(e.data instanceof ArrayBuffer||T0(e.data)))return t(S0(e.data));Nd(e,!1,n=>{Od||(Od=new TextEncoder),t(Od.encode(n))})}const x0="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",ra=typeof Uint8Array=="undefined"?[]:new Uint8Array(256);for(let e=0;e<x0.length;e++)ra[x0.charCodeAt(e)]=e;const G2=e=>{let t=e.length*.75,n=e.length,r,o=0,a,u,c,d;e[e.length-1]==="="&&(t--,e[e.length-2]==="="&&t--);const f=new ArrayBuffer(t),p=new Uint8Array(f);for(r=0;r<n;r+=4)a=ra[e.charCodeAt(r)],u=ra[e.charCodeAt(r+1)],c=ra[e.charCodeAt(r+2)],d=ra[e.charCodeAt(r+3)],p[o++]=a<<2|u>>4,p[o++]=(u&15)<<4|c>>2,p[o++]=(c&3)<<6|d&63;return f},X2=typeof ArrayBuffer=="function",Id=(e,t)=>{if(typeof e!="string")return{type:"message",data:w0(e,t)};const n=e.charAt(0);return n==="b"?{type:"message",data:K2(e.substring(1),t)}:ju[n]?e.length>1?{type:ju[n],data:e.substring(1)}:{type:ju[n]}:Pd},K2=(e,t)=>{if(X2){const n=G2(e);return w0(n,t)}else return{base64:!0,data:e}},w0=(e,t)=>t==="blob"?e instanceof Blob?e:new Blob([e]):e instanceof ArrayBuffer?e:e.buffer,A0="",Q2=(e,t)=>{const n=e.length,r=new Array(n);let o=0;e.forEach((a,u)=>{Nd(a,!1,c=>{r[u]=c,++o===n&&t(r.join(A0))})})},J2=(e,t)=>{const n=e.split(A0),r=[];for(let o=0;o<n.length;o++){const a=Id(n[o],t);if(r.push(a),a.type==="error")break}return r};function Z2(){return new TransformStream({transform(e,t){W2(e,n=>{const r=n.length;let o;if(r<126)o=new Uint8Array(1),new DataView(o.buffer).setUint8(0,r);else if(r<65536){o=new Uint8Array(3);const a=new DataView(o.buffer);a.setUint8(0,126),a.setUint16(1,r)}else{o=new Uint8Array(9);const a=new DataView(o.buffer);a.setUint8(0,127),a.setBigUint64(1,BigInt(r))}e.data&&typeof e.data!="string"&&(o[0]|=128),t.enqueue(o),t.enqueue(n)})}})}let Rd;function $u(e){return e.reduce((t,n)=>t+n.length,0)}function Vu(e,t){if(e[0].length===t)return e.shift();const n=new Uint8Array(t);let r=0;for(let o=0;o<t;o++)n[o]=e[0][r++],r===e[0].length&&(e.shift(),r=0);return e.length&&r<e[0].length&&(e[0]=e[0].slice(r)),n}function ew(e,t){Rd||(Rd=new TextDecoder);const n=[];let r=0,o=-1,a=!1;return new TransformStream({transform(u,c){for(n.push(u);;){if(r===0){if($u(n)<1)break;const d=Vu(n,1);a=(d[0]&128)===128,o=d[0]&127,o<126?r=3:o===126?r=1:r=2}else if(r===1){if($u(n)<2)break;const d=Vu(n,2);o=new DataView(d.buffer,d.byteOffset,d.length).getUint16(0),r=3}else if(r===2){if($u(n)<8)break;const d=Vu(n,8),f=new DataView(d.buffer,d.byteOffset,d.length),p=f.getUint32(0);if(p>Math.pow(2,21)-1){c.enqueue(Pd);break}o=p*Math.pow(2,32)+f.getUint32(4),r=3}else{if($u(n)<o)break;const d=Vu(n,o);c.enqueue(Id(a?d:Rd.decode(d),t)),r=0}if(o===0||o>e){c.enqueue(Pd);break}}}})}const v0=4;function Ft(e){if(e)return tw(e)}function tw(e){for(var t in Ft.prototype)e[t]=Ft.prototype[t];return e}Ft.prototype.on=Ft.prototype.addEventListener=function(e,t){return this._callbacks=this._callbacks||{},(this._callbacks["$"+e]=this._callbacks["$"+e]||[]).push(t),this},Ft.prototype.once=function(e,t){function n(){this.off(e,n),t.apply(this,arguments)}return n.fn=t,this.on(e,n),this},Ft.prototype.off=Ft.prototype.removeListener=Ft.prototype.removeAllListeners=Ft.prototype.removeEventListener=function(e,t){if(this._callbacks=this._callbacks||{},arguments.length==0)return this._callbacks={},this;var n=this._callbacks["$"+e];if(!n)return this;if(arguments.length==1)return delete this._callbacks["$"+e],this;for(var r,o=0;o<n.length;o++)if(r=n[o],r===t||r.fn===t){n.splice(o,1);break}return n.length===0&&delete this._callbacks["$"+e],this},Ft.prototype.emit=function(e){this._callbacks=this._callbacks||{};for(var t=new Array(arguments.length-1),n=this._callbacks["$"+e],r=1;r<arguments.length;r++)t[r-1]=arguments[r];if(n){n=n.slice(0);for(var r=0,o=n.length;r<o;++r)n[r].apply(this,t)}return this},Ft.prototype.emitReserved=Ft.prototype.emit,Ft.prototype.listeners=function(e){return this._callbacks=this._callbacks||{},this._callbacks["$"+e]||[]},Ft.prototype.hasListeners=function(e){return!!this.listeners(e).length};const qu=typeof Promise=="function"&&typeof Promise.resolve=="function"?t=>Promise.resolve().then(t):(t,n)=>n(t,0),Qn=typeof self!="undefined"?self:typeof window!="undefined"?window:Function("return this")(),nw="arraybuffer";function z7(){}function C0(e,...t){return t.reduce((n,r)=>(e.hasOwnProperty(r)&&(n[r]=e[r]),n),{})}const rw=Qn.setTimeout,iw=Qn.clearTimeout;function Yu(e,t){t.useNativeTimers?(e.setTimeoutFn=rw.bind(Qn),e.clearTimeoutFn=iw.bind(Qn)):(e.setTimeoutFn=Qn.setTimeout.bind(Qn),e.clearTimeoutFn=Qn.clearTimeout.bind(Qn))}const ow=1.33;function sw(e){return typeof e=="string"?aw(e):Math.ceil((e.byteLength||e.size)*ow)}function aw(e){let t=0,n=0;for(let r=0,o=e.length;r<o;r++)t=e.charCodeAt(r),t<128?n+=1:t<2048?n+=2:t<55296||t>=57344?n+=3:(r++,n+=4);return n}function k0(){return Date.now().toString(36).substring(3)+Math.random().toString(36).substring(2,5)}function uw(e){let t="";for(let n in e)e.hasOwnProperty(n)&&(t.length&&(t+="&"),t+=encodeURIComponent(n)+"="+encodeURIComponent(e[n]));return t}function lw(e){let t={},n=e.split("&");for(let r=0,o=n.length;r<o;r++){let a=n[r].split("=");t[decodeURIComponent(a[0])]=decodeURIComponent(a[1])}return t}class cw extends Error{constructor(t,n,r){super(t),this.description=n,this.context=r,this.type="TransportError"}}class Ld extends Ft{constructor(t){super(),this.writable=!1,Yu(this,t),this.opts=t,this.query=t.query,this.socket=t.socket,this.supportsBinary=!t.forceBase64}onError(t,n,r){return super.emitReserved("error",new cw(t,n,r)),this}open(){return this.readyState="opening",this.doOpen(),this}close(){return(this.readyState==="opening"||this.readyState==="open")&&(this.doClose(),this.onClose()),this}send(t){this.readyState==="open"&&this.write(t)}onOpen(){this.readyState="open",this.writable=!0,super.emitReserved("open")}onData(t){const n=Id(t,this.socket.binaryType);this.onPacket(n)}onPacket(t){super.emitReserved("packet",t)}onClose(t){this.readyState="closed",super.emitReserved("close",t)}pause(t){}createUri(t,n={}){return t+"://"+this._hostname()+this._port()+this.opts.path+this._query(n)}_hostname(){const t=this.opts.hostname;return t.indexOf(":")===-1?t:"["+t+"]"}_port(){return this.opts.port&&(this.opts.secure&&Number(this.opts.port)!==443||!this.opts.secure&&Number(this.opts.port)!==80)?":"+this.opts.port:""}_query(t){const n=uw(t);return n.length?"?"+n:""}}class dw extends Ld{constructor(){super(...arguments),this._polling=!1}get name(){return"polling"}doOpen(){this._poll()}pause(t){this.readyState="pausing";const n=()=>{this.readyState="paused",t()};if(this._polling||!this.writable){let r=0;this._polling&&(r++,this.once("pollComplete",function(){--r||n()})),this.writable||(r++,this.once("drain",function(){--r||n()}))}else n()}_poll(){this._polling=!0,this.doPoll(),this.emitReserved("poll")}onData(t){const n=r=>{if(this.readyState==="opening"&&r.type==="open"&&this.onOpen(),r.type==="close")return this.onClose({description:"transport closed by the server"}),!1;this.onPacket(r)};J2(t,this.socket.binaryType).forEach(n),this.readyState!=="closed"&&(this._polling=!1,this.emitReserved("pollComplete"),this.readyState==="open"&&this._poll())}doClose(){const t=()=>{this.write([{type:"close"}])};this.readyState==="open"?t():this.once("open",t)}write(t){this.writable=!1,Q2(t,n=>{this.doWrite(n,()=>{this.writable=!0,this.emitReserved("drain")})})}uri(){const t=this.opts.secure?"https":"http",n=this.query||{};return this.opts.timestampRequests!==!1&&(n[this.opts.timestampParam]=k0()),!this.supportsBinary&&!n.sid&&(n.b64=1),this.createUri(t,n)}}let P0=!1;try{P0=typeof XMLHttpRequest!="undefined"&&"withCredentials"in new XMLHttpRequest}catch(e){}const fw=P0;function hw(){}class pw extends dw{constructor(t){if(super(t),typeof location!="undefined"){const n=location.protocol==="https:";let r=location.port;r||(r=n?"443":"80"),this.xd=typeof location!="undefined"&&t.hostname!==location.hostname||r!==t.port}}doWrite(t,n){const r=this.request({method:"POST",data:t});r.on("success",n),r.on("error",(o,a)=>{this.onError("xhr post error",o,a)})}doPoll(){const t=this.request();t.on("data",this.onData.bind(this)),t.on("error",(n,r)=>{this.onError("xhr poll error",n,r)}),this.pollXhr=t}}class Nr extends Ft{constructor(t,n,r){super(),this.createRequest=t,Yu(this,r),this._opts=r,this._method=r.method||"GET",this._uri=n,this._data=r.data!==void 0?r.data:null,this._create()}_create(){var t;const n=C0(this._opts,"agent","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","autoUnref");n.xdomain=!!this._opts.xd;const r=this._xhr=this.createRequest(n);try{r.open(this._method,this._uri,!0);try{if(this._opts.extraHeaders){r.setDisableHeaderCheck&&r.setDisableHeaderCheck(!0);for(let o in this._opts.extraHeaders)this._opts.extraHeaders.hasOwnProperty(o)&&r.setRequestHeader(o,this._opts.extraHeaders[o])}}catch(o){}if(this._method==="POST")try{r.setRequestHeader("Content-type","text/plain;charset=UTF-8")}catch(o){}try{r.setRequestHeader("Accept","*/*")}catch(o){}(t=this._opts.cookieJar)===null||t===void 0||t.addCookies(r),"withCredentials"in r&&(r.withCredentials=this._opts.withCredentials),this._opts.requestTimeout&&(r.timeout=this._opts.requestTimeout),r.onreadystatechange=()=>{var o;r.readyState===3&&((o=this._opts.cookieJar)===null||o===void 0||o.parseCookies(r.getResponseHeader("set-cookie"))),r.readyState===4&&(r.status===200||r.status===1223?this._onLoad():this.setTimeoutFn(()=>{this._onError(typeof r.status=="number"?r.status:0)},0))},r.send(this._data)}catch(o){this.setTimeoutFn(()=>{this._onError(o)},0);return}typeof document!="undefined"&&(this._index=Nr.requestsCount++,Nr.requests[this._index]=this)}_onError(t){this.emitReserved("error",t,this._xhr),this._cleanup(!0)}_cleanup(t){if(!(typeof this._xhr=="undefined"||this._xhr===null)){if(this._xhr.onreadystatechange=hw,t)try{this._xhr.abort()}catch(n){}typeof document!="undefined"&&delete Nr.requests[this._index],this._xhr=null}}_onLoad(){const t=this._xhr.responseText;t!==null&&(this.emitReserved("data",t),this.emitReserved("success"),this._cleanup())}abort(){this._cleanup()}}if(Nr.requestsCount=0,Nr.requests={},typeof document!="undefined"){if(typeof attachEvent=="function")attachEvent("onunload",N0);else if(typeof addEventListener=="function"){const e="onpagehide"in Qn?"pagehide":"unload";addEventListener(e,N0,!1)}}function N0(){for(let e in Nr.requests)Nr.requests.hasOwnProperty(e)&&Nr.requests[e].abort()}const mw=(function(){const e=O0({xdomain:!1});return e&&e.responseType!==null})();class gw extends pw{constructor(t){super(t);const n=t&&t.forceBase64;this.supportsBinary=mw&&!n}request(t={}){return Object.assign(t,{xd:this.xd},this.opts),new Nr(O0,this.uri(),t)}}function O0(e){const t=e.xdomain;try{if(typeof XMLHttpRequest!="undefined"&&(!t||fw))return new XMLHttpRequest}catch(n){}if(!t)try{return new Qn[["Active"].concat("Object").join("X")]("Microsoft.XMLHTTP")}catch(n){}}const I0=typeof navigator!="undefined"&&typeof navigator.product=="string"&&navigator.product.toLowerCase()==="reactnative";class Ew extends Ld{get name(){return"websocket"}doOpen(){const t=this.uri(),n=this.opts.protocols,r=I0?{}:C0(this.opts,"agent","perMessageDeflate","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","localAddress","protocolVersion","origin","maxPayload","family","checkServerIdentity");this.opts.extraHeaders&&(r.headers=this.opts.extraHeaders);try{this.ws=this.createSocket(t,n,r)}catch(o){return this.emitReserved("error",o)}this.ws.binaryType=this.socket.binaryType,this.addEventListeners()}addEventListeners(){this.ws.onopen=()=>{this.opts.autoUnref&&this.ws._socket.unref(),this.onOpen()},this.ws.onclose=t=>this.onClose({description:"websocket connection closed",context:t}),this.ws.onmessage=t=>this.onData(t.data),this.ws.onerror=t=>this.onError("websocket error",t)}write(t){this.writable=!1;for(let n=0;n<t.length;n++){const r=t[n],o=n===t.length-1;Nd(r,this.supportsBinary,a=>{try{this.doWrite(r,a)}catch(u){}o&&qu(()=>{this.writable=!0,this.emitReserved("drain")},this.setTimeoutFn)})}}doClose(){typeof this.ws!="undefined"&&(this.ws.onerror=()=>{},this.ws.close(),this.ws=null)}uri(){const t=this.opts.secure?"wss":"ws",n=this.query||{};return this.opts.timestampRequests&&(n[this.opts.timestampParam]=k0()),this.supportsBinary||(n.b64=1),this.createUri(t,n)}}const Dd=Qn.WebSocket||Qn.MozWebSocket;class yw extends Ew{createSocket(t,n,r){return I0?new Dd(t,n,r):n?new Dd(t,n):new Dd(t)}doWrite(t,n){this.ws.send(n)}}class bw extends Ld{get name(){return"webtransport"}doOpen(){try{this._transport=new WebTransport(this.createUri("https"),this.opts.transportOptions[this.name])}catch(t){return this.emitReserved("error",t)}this._transport.closed.then(()=>{this.onClose()}).catch(t=>{this.onError("webtransport error",t)}),this._transport.ready.then(()=>{this._transport.createBidirectionalStream().then(t=>{const n=ew(Number.MAX_SAFE_INTEGER,this.socket.binaryType),r=t.readable.pipeThrough(n).getReader(),o=Z2();o.readable.pipeTo(t.writable),this._writer=o.writable.getWriter();const a=()=>{r.read().then(({done:c,value:d})=>{c||(this.onPacket(d),a())}).catch(c=>{})};a();const u={type:"open"};this.query.sid&&(u.data=`{"sid":"${this.query.sid}"}`),this._writer.write(u).then(()=>this.onOpen())})})}write(t){this.writable=!1;for(let n=0;n<t.length;n++){const r=t[n],o=n===t.length-1;this._writer.write(r).then(()=>{o&&qu(()=>{this.writable=!0,this.emitReserved("drain")},this.setTimeoutFn)})}}doClose(){var t;(t=this._transport)===null||t===void 0||t.close()}}const Tw={websocket:yw,webtransport:bw,polling:gw},_w=/^(?:(?![^:@\/?#]+:[^:@\/]*@)(http|https|ws|wss):\/\/)?((?:(([^:@\/?#]*)(?::([^:@\/?#]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/,Sw=["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"];function Md(e){if(e.length>8e3)throw"URI too long";const t=e,n=e.indexOf("["),r=e.indexOf("]");n!=-1&&r!=-1&&(e=e.substring(0,n)+e.substring(n,r).replace(/:/g,";")+e.substring(r,e.length));let o=_w.exec(e||""),a={},u=14;for(;u--;)a[Sw[u]]=o[u]||"";return n!=-1&&r!=-1&&(a.source=t,a.host=a.host.substring(1,a.host.length-1).replace(/;/g,":"),a.authority=a.authority.replace("[","").replace("]","").replace(/;/g,":"),a.ipv6uri=!0),a.pathNames=xw(a,a.path),a.queryKey=ww(a,a.query),a}function xw(e,t){const n=/\/{2,9}/g,r=t.replace(n,"/").split("/");return(t.slice(0,1)=="/"||t.length===0)&&r.splice(0,1),t.slice(-1)=="/"&&r.splice(r.length-1,1),r}function ww(e,t){const n={};return t.replace(/(?:^|&)([^&=]*)=?([^&]*)/g,function(r,o,a){o&&(n[o]=a)}),n}const Fd=typeof addEventListener=="function"&&typeof removeEventListener=="function",Wu=[];Fd&&addEventListener("offline",()=>{Wu.forEach(e=>e())},!1);class Si extends Ft{constructor(t,n){if(super(),this.binaryType=nw,this.writeBuffer=[],this._prevBufferLen=0,this._pingInterval=-1,this._pingTimeout=-1,this._maxPayload=-1,this._pingTimeoutTime=1/0,t&&typeof t=="object"&&(n=t,t=null),t){const r=Md(t);n.hostname=r.host,n.secure=r.protocol==="https"||r.protocol==="wss",n.port=r.port,r.query&&(n.query=r.query)}else n.host&&(n.hostname=Md(n.host).host);Yu(this,n),this.secure=n.secure!=null?n.secure:typeof location!="undefined"&&location.protocol==="https:",n.hostname&&!n.port&&(n.port=this.secure?"443":"80"),this.hostname=n.hostname||(typeof location!="undefined"?location.hostname:"localhost"),this.port=n.port||(typeof location!="undefined"&&location.port?location.port:this.secure?"443":"80"),this.transports=[],this._transportsByName={},n.transports.forEach(r=>{const o=r.prototype.name;this.transports.push(o),this._transportsByName[o]=r}),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},n),this.opts.path=this.opts.path.replace(/\/$/,"")+(this.opts.addTrailingSlash?"/":""),typeof this.opts.query=="string"&&(this.opts.query=lw(this.opts.query)),Fd&&(this.opts.closeOnBeforeunload&&(this._beforeunloadEventListener=()=>{this.transport&&(this.transport.removeAllListeners(),this.transport.close())},addEventListener("beforeunload",this._beforeunloadEventListener,!1)),this.hostname!=="localhost"&&(this._offlineEventListener=()=>{this._onClose("transport close",{description:"network connection lost"})},Wu.push(this._offlineEventListener))),this.opts.withCredentials&&(this._cookieJar=void 0),this._open()}createTransport(t){const n=Object.assign({},this.opts.query);n.EIO=v0,n.transport=t,this.id&&(n.sid=this.id);const r=Object.assign({},this.opts,{query:n,socket:this,hostname:this.hostname,secure:this.secure,port:this.port},this.opts.transportOptions[t]);return new this._transportsByName[t](r)}_open(){if(this.transports.length===0){this.setTimeoutFn(()=>{this.emitReserved("error","No transports available")},0);return}const t=this.opts.rememberUpgrade&&Si.priorWebsocketSuccess&&this.transports.indexOf("websocket")!==-1?"websocket":this.transports[0];this.readyState="opening";const n=this.createTransport(t);n.open(),this.setTransport(n)}setTransport(t){this.transport&&this.transport.removeAllListeners(),this.transport=t,t.on("drain",this._onDrain.bind(this)).on("packet",this._onPacket.bind(this)).on("error",this._onError.bind(this)).on("close",n=>this._onClose("transport close",n))}onOpen(){this.readyState="open",Si.priorWebsocketSuccess=this.transport.name==="websocket",this.emitReserved("open"),this.flush()}_onPacket(t){if(this.readyState==="opening"||this.readyState==="open"||this.readyState==="closing")switch(this.emitReserved("packet",t),this.emitReserved("heartbeat"),t.type){case"open":this.onHandshake(JSON.parse(t.data));break;case"ping":this._sendPacket("pong"),this.emitReserved("ping"),this.emitReserved("pong"),this._resetPingTimeout();break;case"error":const n=new Error("server error");n.code=t.data,this._onError(n);break;case"message":this.emitReserved("data",t.data),this.emitReserved("message",t.data);break}}onHandshake(t){this.emitReserved("handshake",t),this.id=t.sid,this.transport.query.sid=t.sid,this._pingInterval=t.pingInterval,this._pingTimeout=t.pingTimeout,this._maxPayload=t.maxPayload,this.onOpen(),this.readyState!=="closed"&&this._resetPingTimeout()}_resetPingTimeout(){this.clearTimeoutFn(this._pingTimeoutTimer);const t=this._pingInterval+this._pingTimeout;this._pingTimeoutTime=Date.now()+t,this._pingTimeoutTimer=this.setTimeoutFn(()=>{this._onClose("ping timeout")},t),this.opts.autoUnref&&this._pingTimeoutTimer.unref()}_onDrain(){this.writeBuffer.splice(0,this._prevBufferLen),this._prevBufferLen=0,this.writeBuffer.length===0?this.emitReserved("drain"):this.flush()}flush(){if(this.readyState!=="closed"&&this.transport.writable&&!this.upgrading&&this.writeBuffer.length){const t=this._getWritablePackets();this.transport.send(t),this._prevBufferLen=t.length,this.emitReserved("flush")}}_getWritablePackets(){if(!(this._maxPayload&&this.transport.name==="polling"&&this.writeBuffer.length>1))return this.writeBuffer;let n=1;for(let r=0;r<this.writeBuffer.length;r++){const o=this.writeBuffer[r].data;if(o&&(n+=sw(o)),r>0&&n>this._maxPayload)return this.writeBuffer.slice(0,r);n+=2}return this.writeBuffer}_hasPingExpired(){if(!this._pingTimeoutTime)return!0;const t=Date.now()>this._pingTimeoutTime;return t&&(this._pingTimeoutTime=0,qu(()=>{this._onClose("ping timeout")},this.setTimeoutFn)),t}write(t,n,r){return this._sendPacket("message",t,n,r),this}send(t,n,r){return this._sendPacket("message",t,n,r),this}_sendPacket(t,n,r,o){if(typeof n=="function"&&(o=n,n=void 0),typeof r=="function"&&(o=r,r=null),this.readyState==="closing"||this.readyState==="closed")return;r=r||{},r.compress=r.compress!==!1;const a={type:t,data:n,options:r};this.emitReserved("packetCreate",a),this.writeBuffer.push(a),o&&this.once("flush",o),this.flush()}close(){const t=()=>{this._onClose("forced close"),this.transport.close()},n=()=>{this.off("upgrade",n),this.off("upgradeError",n),t()},r=()=>{this.once("upgrade",n),this.once("upgradeError",n)};return(this.readyState==="opening"||this.readyState==="open")&&(this.readyState="closing",this.writeBuffer.length?this.once("drain",()=>{this.upgrading?r():t()}):this.upgrading?r():t()),this}_onError(t){if(Si.priorWebsocketSuccess=!1,this.opts.tryAllTransports&&this.transports.length>1&&this.readyState==="opening")return this.transports.shift(),this._open();this.emitReserved("error",t),this._onClose("transport error",t)}_onClose(t,n){if(this.readyState==="opening"||this.readyState==="open"||this.readyState==="closing"){if(this.clearTimeoutFn(this._pingTimeoutTimer),this.transport.removeAllListeners("close"),this.transport.close(),this.transport.removeAllListeners(),Fd&&(this._beforeunloadEventListener&&removeEventListener("beforeunload",this._beforeunloadEventListener,!1),this._offlineEventListener)){const r=Wu.indexOf(this._offlineEventListener);r!==-1&&Wu.splice(r,1)}this.readyState="closed",this.id=null,this.emitReserved("close",t,n),this.writeBuffer=[],this._prevBufferLen=0}}}Si.protocol=v0;class Aw extends Si{constructor(){super(...arguments),this._upgrades=[]}onOpen(){if(super.onOpen(),this.readyState==="open"&&this.opts.upgrade)for(let t=0;t<this._upgrades.length;t++)this._probe(this._upgrades[t])}_probe(t){let n=this.createTransport(t),r=!1;Si.priorWebsocketSuccess=!1;const o=()=>{r||(n.send([{type:"ping",data:"probe"}]),n.once("packet",m=>{if(!r)if(m.type==="pong"&&m.data==="probe"){if(this.upgrading=!0,this.emitReserved("upgrading",n),!n)return;Si.priorWebsocketSuccess=n.name==="websocket",this.transport.pause(()=>{r||this.readyState!=="closed"&&(p(),this.setTransport(n),n.send([{type:"upgrade"}]),this.emitReserved("upgrade",n),n=null,this.upgrading=!1,this.flush())})}else{const T=new Error("probe error");T.transport=n.name,this.emitReserved("upgradeError",T)}}))};function a(){r||(r=!0,p(),n.close(),n=null)}const u=m=>{const T=new Error("probe error: "+m);T.transport=n.name,a(),this.emitReserved("upgradeError",T)};function c(){u("transport closed")}function d(){u("socket closed")}function f(m){n&&m.name!==n.name&&a()}const p=()=>{n.removeListener("open",o),n.removeListener("error",u),n.removeListener("close",c),this.off("close",d),this.off("upgrading",f)};n.once("open",o),n.once("error",u),n.once("close",c),this.once("close",d),this.once("upgrading",f),this._upgrades.indexOf("webtransport")!==-1&&t!=="webtransport"?this.setTimeoutFn(()=>{r||n.open()},200):n.open()}onHandshake(t){this._upgrades=this._filterUpgrades(t.upgrades),super.onHandshake(t)}_filterUpgrades(t){const n=[];for(let r=0;r<t.length;r++)~this.transports.indexOf(t[r])&&n.push(t[r]);return n}}let vw=class extends Aw{constructor(t,n={}){const r=typeof t=="object",o=r?M({},t):M({},n);(!o.transports||o.transports&&typeof o.transports[0]=="string")&&(o.transports=(o.transports||["polling","websocket","webtransport"]).map(a=>Tw[a]).filter(a=>!!a)),super(r?o:t,o)}};function Cw(e,t="",n){let r=e;n=n||typeof location!="undefined"&&location,e==null&&(e=n.protocol+"//"+n.host),typeof e=="string"&&(e.charAt(0)==="/"&&(e.charAt(1)==="/"?e=n.protocol+e:e=n.host+e),/^(https?|wss?):\/\//.test(e)||(typeof n!="undefined"?e=n.protocol+"//"+e:e="https://"+e),r=Md(e)),r.port||(/^(http|ws)$/.test(r.protocol)?r.port="80":/^(http|ws)s$/.test(r.protocol)&&(r.port="443")),r.path=r.path||"/";const a=r.host.indexOf(":")!==-1?"["+r.host+"]":r.host;return r.id=r.protocol+"://"+a+":"+r.port+t,r.href=r.protocol+"://"+a+(n&&n.port===r.port?"":":"+r.port),r}const kw=typeof ArrayBuffer=="function",Pw=e=>typeof ArrayBuffer.isView=="function"?ArrayBuffer.isView(e):e.buffer instanceof ArrayBuffer,R0=Object.prototype.toString,Nw=typeof Blob=="function"||typeof Blob!="undefined"&&R0.call(Blob)==="[object BlobConstructor]",Ow=typeof File=="function"||typeof File!="undefined"&&R0.call(File)==="[object FileConstructor]";function Bd(e){return kw&&(e instanceof ArrayBuffer||Pw(e))||Nw&&e instanceof Blob||Ow&&e instanceof File}function Gu(e,t){if(!e||typeof e!="object")return!1;if(Array.isArray(e)){for(let n=0,r=e.length;n<r;n++)if(Gu(e[n]))return!0;return!1}if(Bd(e))return!0;if(e.toJSON&&typeof e.toJSON=="function"&&arguments.length===1)return Gu(e.toJSON(),!0);for(const n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&Gu(e[n]))return!0;return!1}function Iw(e){const t=[],n=e.data,r=e;return r.data=Ud(n,t),r.attachments=t.length,{packet:r,buffers:t}}function Ud(e,t){if(!e)return e;if(Bd(e)){const n={_placeholder:!0,num:t.length};return t.push(e),n}else if(Array.isArray(e)){const n=new Array(e.length);for(let r=0;r<e.length;r++)n[r]=Ud(e[r],t);return n}else if(typeof e=="object"&&!(e instanceof Date)){const n={};for(const r in e)Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=Ud(e[r],t));return n}return e}function Rw(e,t){return e.data=Hd(e.data,t),delete e.attachments,e}function Hd(e,t){if(!e)return e;if(e&&e._placeholder===!0){if(typeof e.num=="number"&&e.num>=0&&e.num<t.length)return t[e.num];throw new Error("illegal attachments")}else if(Array.isArray(e))for(let n=0;n<e.length;n++)e[n]=Hd(e[n],t);else if(typeof e=="object")for(const n in e)Object.prototype.hasOwnProperty.call(e,n)&&(e[n]=Hd(e[n],t));return e}const Lw=["connect","connect_error","disconnect","disconnecting","newListener","removeListener"];var tt;(function(e){e[e.CONNECT=0]="CONNECT",e[e.DISCONNECT=1]="DISCONNECT",e[e.EVENT=2]="EVENT",e[e.ACK=3]="ACK",e[e.CONNECT_ERROR=4]="CONNECT_ERROR",e[e.BINARY_EVENT=5]="BINARY_EVENT",e[e.BINARY_ACK=6]="BINARY_ACK"})(tt||(tt={}));class Dw{constructor(t){this.replacer=t}encode(t){return(t.type===tt.EVENT||t.type===tt.ACK)&&Gu(t)?this.encodeAsBinary({type:t.type===tt.EVENT?tt.BINARY_EVENT:tt.BINARY_ACK,nsp:t.nsp,data:t.data,id:t.id}):[this.encodeAsString(t)]}encodeAsString(t){let n=""+t.type;return(t.type===tt.BINARY_EVENT||t.type===tt.BINARY_ACK)&&(n+=t.attachments+"-"),t.nsp&&t.nsp!=="/"&&(n+=t.nsp+","),t.id!=null&&(n+=t.id),t.data!=null&&(n+=JSON.stringify(t.data,this.replacer)),n}encodeAsBinary(t){const n=Iw(t),r=this.encodeAsString(n.packet),o=n.buffers;return o.unshift(r),o}}class zd extends Ft{constructor(t){super(),this.opts=Object.assign({reviver:void 0,maxAttachments:10},typeof t=="function"?{reviver:t}:t)}add(t){let n;if(typeof t=="string"){if(this.reconstructor)throw new Error("got plaintext data when reconstructing a packet");n=this.decodeString(t);const r=n.type===tt.BINARY_EVENT;r||n.type===tt.BINARY_ACK?(n.type=r?tt.EVENT:tt.ACK,this.reconstructor=new Mw(n),n.attachments===0&&super.emitReserved("decoded",n)):super.emitReserved("decoded",n)}else if(Bd(t)||t.base64)if(this.reconstructor)n=this.reconstructor.takeBinaryData(t),n&&(this.reconstructor=null,super.emitReserved("decoded",n));else throw new Error("got binary data when not reconstructing a packet");else throw new Error("Unknown type: "+t)}decodeString(t){let n=0;const r={type:Number(t.charAt(0))};if(tt[r.type]===void 0)throw new Error("unknown packet type "+r.type);if(r.type===tt.BINARY_EVENT||r.type===tt.BINARY_ACK){const a=n+1;for(;t.charAt(++n)!=="-"&&n!=t.length;);const u=t.substring(a,n);if(u!=Number(u)||t.charAt(n)!=="-")throw new Error("Illegal attachments");const c=Number(u);if(!Fw(c)||c<0)throw new Error("Illegal attachments");if(c>this.opts.maxAttachments)throw new Error("too many attachments");r.attachments=c}if(t.charAt(n+1)==="/"){const a=n+1;for(;++n&&!(t.charAt(n)===","||n===t.length););r.nsp=t.substring(a,n)}else r.nsp="/";const o=t.charAt(n+1);if(o!==""&&Number(o)==o){const a=n+1;for(;++n;){const u=t.charAt(n);if(u==null||Number(u)!=u){--n;break}if(n===t.length)break}r.id=Number(t.substring(a,n+1))}if(t.charAt(++n)){const a=this.tryParse(t.substr(n));if(zd.isPayloadValid(r.type,a))r.data=a;else throw new Error("invalid payload")}return r}tryParse(t){try{return JSON.parse(t,this.opts.reviver)}catch(n){return!1}}static isPayloadValid(t,n){switch(t){case tt.CONNECT:return L0(n);case tt.DISCONNECT:return n===void 0;case tt.CONNECT_ERROR:return typeof n=="string"||L0(n);case tt.EVENT:case tt.BINARY_EVENT:return Array.isArray(n)&&(typeof n[0]=="number"||typeof n[0]=="string"&&Lw.indexOf(n[0])===-1);case tt.ACK:case tt.BINARY_ACK:return Array.isArray(n)}}destroy(){this.reconstructor&&(this.reconstructor.finishedReconstruction(),this.reconstructor=null)}}class Mw{constructor(t){this.packet=t,this.buffers=[],this.reconPack=t}takeBinaryData(t){if(this.buffers.push(t),this.buffers.length===this.reconPack.attachments){const n=Rw(this.reconPack,this.buffers);return this.finishedReconstruction(),n}return null}finishedReconstruction(){this.reconPack=null,this.buffers=[]}}const Fw=Number.isInteger||function(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e};function L0(e){return Object.prototype.toString.call(e)==="[object Object]"}const Bw=Object.freeze(Object.defineProperty({__proto__:null,Decoder:zd,Encoder:Dw,get PacketType(){return tt}},Symbol.toStringTag,{value:"Module"}));function fr(e,t,n){return e.on(t,n),function(){e.off(t,n)}}const Uw=Object.freeze({connect:1,connect_error:1,disconnect:1,disconnecting:1,newListener:1,removeListener:1});class D0 extends Ft{constructor(t,n,r){super(),this.connected=!1,this.recovered=!1,this.receiveBuffer=[],this.sendBuffer=[],this._queue=[],this._queueSeq=0,this.ids=0,this.acks={},this.flags={},this.io=t,this.nsp=n,r&&r.auth&&(this.auth=r.auth),this._opts=Object.assign({},r),this.io._autoConnect&&this.open()}get disconnected(){return!this.connected}subEvents(){if(this.subs)return;const t=this.io;this.subs=[fr(t,"open",this.onopen.bind(this)),fr(t,"packet",this.onpacket.bind(this)),fr(t,"error",this.onerror.bind(this)),fr(t,"close",this.onclose.bind(this))]}get active(){return!!this.subs}connect(){return this.connected?this:(this.subEvents(),this.io._reconnecting||this.io.open(),this.io._readyState==="open"&&this.onopen(),this)}open(){return this.connect()}send(...t){return t.unshift("message"),this.emit.apply(this,t),this}emit(t,...n){var r,o,a;if(Uw.hasOwnProperty(t))throw new Error('"'+t.toString()+'" is a reserved event name');if(n.unshift(t),this._opts.retries&&!this.flags.fromQueue&&!this.flags.volatile)return this._addToQueue(n),this;const u={type:tt.EVENT,data:n};if(u.options={},u.options.compress=this.flags.compress!==!1,typeof n[n.length-1]=="function"){const p=this.ids++,m=n.pop();this._registerAckCallback(p,m),u.id=p}const c=(o=(r=this.io.engine)===null||r===void 0?void 0:r.transport)===null||o===void 0?void 0:o.writable,d=this.connected&&!(!((a=this.io.engine)===null||a===void 0)&&a._hasPingExpired());return this.flags.volatile&&!c||(d?(this.notifyOutgoingListeners(u),this.packet(u)):this.sendBuffer.push(u)),this.flags={},this}_registerAckCallback(t,n){var r;const o=(r=this.flags.timeout)!==null&&r!==void 0?r:this._opts.ackTimeout;if(o===void 0){this.acks[t]=n;return}const a=this.io.setTimeoutFn(()=>{delete this.acks[t];for(let c=0;c<this.sendBuffer.length;c++)this.sendBuffer[c].id===t&&this.sendBuffer.splice(c,1);n.call(this,new Error("operation has timed out"))},o),u=(...c)=>{this.io.clearTimeoutFn(a),n.apply(this,c)};u.withError=!0,this.acks[t]=u}emitWithAck(t,...n){return new Promise((r,o)=>{const a=(u,c)=>u?o(u):r(c);a.withError=!0,n.push(a),this.emit(t,...n)})}_addToQueue(t){let n;typeof t[t.length-1]=="function"&&(n=t.pop());const r={id:this._queueSeq++,tryCount:0,pending:!1,args:t,flags:Object.assign({fromQueue:!0},this.flags)};t.push((o,...a)=>(this._queue[0],o!==null?r.tryCount>this._opts.retries&&(this._queue.shift(),n&&n(o)):(this._queue.shift(),n&&n(null,...a)),r.pending=!1,this._drainQueue())),this._queue.push(r),this._drainQueue()}_drainQueue(t=!1){if(!this.connected||this._queue.length===0)return;const n=this._queue[0];n.pending&&!t||(n.pending=!0,n.tryCount++,this.flags=n.flags,this.emit.apply(this,n.args))}packet(t){t.nsp=this.nsp,this.io._packet(t)}onopen(){typeof this.auth=="function"?this.auth(t=>{this._sendConnectPacket(t)}):this._sendConnectPacket(this.auth)}_sendConnectPacket(t){this.packet({type:tt.CONNECT,data:this._pid?Object.assign({pid:this._pid,offset:this._lastOffset},t):t})}onerror(t){this.connected||this.emitReserved("connect_error",t)}onclose(t,n){this.connected=!1,delete this.id,this.emitReserved("disconnect",t,n),this._clearAcks()}_clearAcks(){Object.keys(this.acks).forEach(t=>{if(!this.sendBuffer.some(r=>String(r.id)===t)){const r=this.acks[t];delete this.acks[t],r.withError&&r.call(this,new Error("socket has been disconnected"))}})}onpacket(t){if(t.nsp===this.nsp)switch(t.type){case tt.CONNECT:t.data&&t.data.sid?this.onconnect(t.data.sid,t.data.pid):this.emitReserved("connect_error",new 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 tt.EVENT:case tt.BINARY_EVENT:this.onevent(t);break;case tt.ACK:case tt.BINARY_ACK:this.onack(t);break;case tt.DISCONNECT:this.ondisconnect();break;case tt.CONNECT_ERROR:this.destroy();const r=new Error(t.data.message);r.data=t.data.data,this.emitReserved("connect_error",r);break}}onevent(t){const n=t.data||[];t.id!=null&&n.push(this.ack(t.id)),this.connected?this.emitEvent(n):this.receiveBuffer.push(Object.freeze(n))}emitEvent(t){if(this._anyListeners&&this._anyListeners.length){const n=this._anyListeners.slice();for(const r of n)r.apply(this,t)}super.emit.apply(this,t),this._pid&&t.length&&typeof t[t.length-1]=="string"&&(this._lastOffset=t[t.length-1])}ack(t){const n=this;let r=!1;return function(...o){r||(r=!0,n.packet({type:tt.ACK,id:t,data:o}))}}onack(t){const n=this.acks[t.id];typeof n=="function"&&(delete this.acks[t.id],n.withError&&t.data.unshift(null),n.apply(this,t.data))}onconnect(t,n){this.id=t,this.recovered=n&&this._pid===n,this._pid=n,this.connected=!0,this.emitBuffered(),this._drainQueue(!0),this.emitReserved("connect")}emitBuffered(){this.receiveBuffer.forEach(t=>this.emitEvent(t)),this.receiveBuffer=[],this.sendBuffer.forEach(t=>{this.notifyOutgoingListeners(t),this.packet(t)}),this.sendBuffer=[]}ondisconnect(){this.destroy(),this.onclose("io server disconnect")}destroy(){this.subs&&(this.subs.forEach(t=>t()),this.subs=void 0),this.io._destroy(this)}disconnect(){return this.connected&&this.packet({type:tt.DISCONNECT}),this.destroy(),this.connected&&this.onclose("io client disconnect"),this}close(){return this.disconnect()}compress(t){return this.flags.compress=t,this}get volatile(){return this.flags.volatile=!0,this}timeout(t){return this.flags.timeout=t,this}onAny(t){return this._anyListeners=this._anyListeners||[],this._anyListeners.push(t),this}prependAny(t){return this._anyListeners=this._anyListeners||[],this._anyListeners.unshift(t),this}offAny(t){if(!this._anyListeners)return this;if(t){const n=this._anyListeners;for(let r=0;r<n.length;r++)if(t===n[r])return n.splice(r,1),this}else this._anyListeners=[];return this}listenersAny(){return this._anyListeners||[]}onAnyOutgoing(t){return this._anyOutgoingListeners=this._anyOutgoingListeners||[],this._anyOutgoingListeners.push(t),this}prependAnyOutgoing(t){return this._anyOutgoingListeners=this._anyOutgoingListeners||[],this._anyOutgoingListeners.unshift(t),this}offAnyOutgoing(t){if(!this._anyOutgoingListeners)return this;if(t){const n=this._anyOutgoingListeners;for(let r=0;r<n.length;r++)if(t===n[r])return n.splice(r,1),this}else this._anyOutgoingListeners=[];return this}listenersAnyOutgoing(){return this._anyOutgoingListeners||[]}notifyOutgoingListeners(t){if(this._anyOutgoingListeners&&this._anyOutgoingListeners.length){const n=this._anyOutgoingListeners.slice();for(const r of n)r.apply(this,t.data)}}}function Fo(e){e=e||{},this.ms=e.min||100,this.max=e.max||1e4,this.factor=e.factor||2,this.jitter=e.jitter>0&&e.jitter<=1?e.jitter:0,this.attempts=0}Fo.prototype.duration=function(){var e=this.ms*Math.pow(this.factor,this.attempts++);if(this.jitter){var t=Math.random(),n=Math.floor(t*this.jitter*e);e=(Math.floor(t*10)&1)==0?e-n:e+n}return Math.min(e,this.max)|0},Fo.prototype.reset=function(){this.attempts=0},Fo.prototype.setMin=function(e){this.ms=e},Fo.prototype.setMax=function(e){this.max=e},Fo.prototype.setJitter=function(e){this.jitter=e};class jd extends Ft{constructor(t,n){var r;super(),this.nsps={},this.subs=[],t&&typeof t=="object"&&(n=t,t=void 0),n=n||{},n.path=n.path||"/socket.io",this.opts=n,Yu(this,n),this.reconnection(n.reconnection!==!1),this.reconnectionAttempts(n.reconnectionAttempts||1/0),this.reconnectionDelay(n.reconnectionDelay||1e3),this.reconnectionDelayMax(n.reconnectionDelayMax||5e3),this.randomizationFactor((r=n.randomizationFactor)!==null&&r!==void 0?r:.5),this.backoff=new Fo({min:this.reconnectionDelay(),max:this.reconnectionDelayMax(),jitter:this.randomizationFactor()}),this.timeout(n.timeout==null?2e4:n.timeout),this._readyState="closed",this.uri=t;const o=n.parser||Bw;this.encoder=new o.Encoder,this.decoder=new o.Decoder,this._autoConnect=n.autoConnect!==!1,this._autoConnect&&this.open()}reconnection(t){return arguments.length?(this._reconnection=!!t,t||(this.skipReconnect=!0),this):this._reconnection}reconnectionAttempts(t){return t===void 0?this._reconnectionAttempts:(this._reconnectionAttempts=t,this)}reconnectionDelay(t){var n;return t===void 0?this._reconnectionDelay:(this._reconnectionDelay=t,(n=this.backoff)===null||n===void 0||n.setMin(t),this)}randomizationFactor(t){var n;return t===void 0?this._randomizationFactor:(this._randomizationFactor=t,(n=this.backoff)===null||n===void 0||n.setJitter(t),this)}reconnectionDelayMax(t){var n;return t===void 0?this._reconnectionDelayMax:(this._reconnectionDelayMax=t,(n=this.backoff)===null||n===void 0||n.setMax(t),this)}timeout(t){return arguments.length?(this._timeout=t,this):this._timeout}maybeReconnectOnOpen(){!this._reconnecting&&this._reconnection&&this.backoff.attempts===0&&this.reconnect()}open(t){if(~this._readyState.indexOf("open"))return this;this.engine=new vw(this.uri,this.opts);const n=this.engine,r=this;this._readyState="opening",this.skipReconnect=!1;const o=fr(n,"open",function(){r.onopen(),t&&t()}),a=c=>{this.cleanup(),this._readyState="closed",this.emitReserved("error",c),t?t(c):this.maybeReconnectOnOpen()},u=fr(n,"error",a);if(this._timeout!==!1){const c=this._timeout,d=this.setTimeoutFn(()=>{o(),a(new Error("timeout")),n.close()},c);this.opts.autoUnref&&d.unref(),this.subs.push(()=>{this.clearTimeoutFn(d)})}return this.subs.push(o),this.subs.push(u),this}connect(t){return this.open(t)}onopen(){this.cleanup(),this._readyState="open",this.emitReserved("open");const t=this.engine;this.subs.push(fr(t,"ping",this.onping.bind(this)),fr(t,"data",this.ondata.bind(this)),fr(t,"error",this.onerror.bind(this)),fr(t,"close",this.onclose.bind(this)),fr(this.decoder,"decoded",this.ondecoded.bind(this)))}onping(){this.emitReserved("ping")}ondata(t){try{this.decoder.add(t)}catch(n){this.onclose("parse error",n)}}ondecoded(t){qu(()=>{this.emitReserved("packet",t)},this.setTimeoutFn)}onerror(t){this.emitReserved("error",t)}socket(t,n){let r=this.nsps[t];return r?this._autoConnect&&!r.active&&r.connect():(r=new D0(this,t,n),this.nsps[t]=r),r}_destroy(t){const n=Object.keys(this.nsps);for(const r of n)if(this.nsps[r].active)return;this._close()}_packet(t){const n=this.encoder.encode(t);for(let r=0;r<n.length;r++)this.engine.write(n[r],t.options)}cleanup(){this.subs.forEach(t=>t()),this.subs.length=0,this.decoder.destroy()}_close(){this.skipReconnect=!0,this._reconnecting=!1,this.onclose("forced close")}disconnect(){return this._close()}onclose(t,n){var r;this.cleanup(),(r=this.engine)===null||r===void 0||r.close(),this.backoff.reset(),this._readyState="closed",this.emitReserved("close",t,n),this._reconnection&&!this.skipReconnect&&this.reconnect()}reconnect(){if(this._reconnecting||this.skipReconnect)return this;const t=this;if(this.backoff.attempts>=this._reconnectionAttempts)this.backoff.reset(),this.emitReserved("reconnect_failed"),this._reconnecting=!1;else{const n=this.backoff.duration();this._reconnecting=!0;const r=this.setTimeoutFn(()=>{t.skipReconnect||(this.emitReserved("reconnect_attempt",t.backoff.attempts),!t.skipReconnect&&t.open(o=>{o?(t._reconnecting=!1,t.reconnect(),this.emitReserved("reconnect_error",o)):t.onreconnect()}))},n);this.opts.autoUnref&&r.unref(),this.subs.push(()=>{this.clearTimeoutFn(r)})}}onreconnect(){const t=this.backoff.attempts;this._reconnecting=!1,this.backoff.reset(),this.emitReserved("reconnect",t)}}const ia={};function Xu(e,t){typeof e=="object"&&(t=e,e=void 0),t=t||{};const n=Cw(e,t.path||"/socket.io"),r=n.source,o=n.id,a=n.path,u=ia[o]&&a in ia[o].nsps,c=t.forceNew||t["force new connection"]||t.multiplex===!1||u;let d;return c?d=new jd(r,t):(ia[o]||(ia[o]=new jd(r,t)),d=ia[o]),n.query&&!t.query&&(t.query=n.queryKey),d.socket(n.path,t)}Object.assign(Xu,{Manager:jd,Socket:D0,io:Xu,connect:Xu});var Hw=function(e){return(function(t){return!!t&&typeof t=="object"})(e)&&!(function(t){var n=Object.prototype.toString.call(t);return n==="[object RegExp]"||n==="[object Date]"||(function(r){return r.$$typeof===zw})(t)})(e)},zw=typeof Symbol=="function"&&Symbol.for?Symbol.for("react.element"):60103;function oa(e,t){return t.clone!==!1&&t.isMergeableObject(e)?Bo((n=e,Array.isArray(n)?[]:{}),e,t):e;var n}function jw(e,t,n){return e.concat(t).map((function(r){return oa(r,n)}))}function M0(e){return Object.keys(e).concat((function(t){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(t).filter((function(n){return Object.propertyIsEnumerable.call(t,n)})):[]})(e))}function F0(e,t){try{return t in e}catch(n){return!1}}function $w(e,t,n){var r={};return n.isMergeableObject(e)&&M0(e).forEach((function(o){r[o]=oa(e[o],n)})),M0(t).forEach((function(o){(function(a,u){return F0(a,u)&&!(Object.hasOwnProperty.call(a,u)&&Object.propertyIsEnumerable.call(a,u))})(e,o)||(F0(e,o)&&n.isMergeableObject(t[o])?r[o]=(function(a,u){if(!u.customMerge)return Bo;var c=u.customMerge(a);return typeof c=="function"?c:Bo})(o,n)(e[o],t[o],n):r[o]=oa(t[o],n))})),r}function Bo(e,t,n){(n=n||{}).arrayMerge=n.arrayMerge||jw,n.isMergeableObject=n.isMergeableObject||Hw,n.cloneUnlessOtherwiseSpecified=oa;var r=Array.isArray(t);return r===Array.isArray(e)?r?n.arrayMerge(e,t,n):$w(e,t,n):oa(t,n)}Bo.all=function(e,t){if(!Array.isArray(e))throw new Error("first argument should be an array");return e.reduce((function(n,r){return Bo(n,r,t)}),{})};var Vw=Bo;let qw=class{constructor(t){Object.assign(this,t)}};function Sn(e){if(e)return(function(t){for(var n in Sn.prototype)t[n]=Sn.prototype[n];return t})(e)}Sn.prototype.on=Sn.prototype.addEventListener=function(e,t){return this._callbacks=this._callbacks||{},(this._callbacks["$"+e]=this._callbacks["$"+e]||[]).push(t),this},Sn.prototype.once=function(e,t){function n(){this.off(e,n),t.apply(this,arguments)}return n.fn=t,this.on(e,n),this},Sn.prototype.off=Sn.prototype.removeListener=Sn.prototype.removeAllListeners=Sn.prototype.removeEventListener=function(e,t){if(this._callbacks=this._callbacks||{},arguments.length==0)return this._callbacks={},this;var n,r=this._callbacks["$"+e];if(!r)return this;if(arguments.length==1)return delete this._callbacks["$"+e],this;for(var o=0;o<r.length;o++)if((n=r[o])===t||n.fn===t){r.splice(o,1);break}return r.length===0&&delete this._callbacks["$"+e],this},Sn.prototype.emit=function(e){this._callbacks=this._callbacks||{};for(var t=new Array(arguments.length-1),n=this._callbacks["$"+e],r=1;r<arguments.length;r++)t[r-1]=arguments[r];if(n){r=0;for(var o=(n=n.slice(0)).length;r<o;++r)n[r].apply(this,t)}return this},Sn.prototype.emitReserved=Sn.prototype.emit,Sn.prototype.listeners=function(e){return this._callbacks=this._callbacks||{},this._callbacks["$"+e]||[]},Sn.prototype.hasListeners=function(e){return!!this.listeners(e).length};const Yw=typeof ArrayBuffer=="function",B0=Object.prototype.toString,Ww=typeof Blob=="function"||typeof Blob!="undefined"&&B0.call(Blob)==="[object BlobConstructor]",Gw=typeof File=="function"||typeof File!="undefined"&&B0.call(File)==="[object FileConstructor]";function $d(e){return Yw&&(e instanceof ArrayBuffer||(t=>typeof ArrayBuffer.isView=="function"?ArrayBuffer.isView(t):t.buffer instanceof ArrayBuffer)(e))||Ww&&e instanceof Blob||Gw&&e instanceof File}function Ku(e,t){if(!e||typeof e!="object")return!1;if(Array.isArray(e)){for(let n=0,r=e.length;n<r;n++)if(Ku(e[n]))return!0;return!1}if($d(e))return!0;if(e.toJSON&&typeof e.toJSON=="function"&&arguments.length===1)return Ku(e.toJSON(),!0);for(const n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&Ku(e[n]))return!0;return!1}function Xw(e){const t=[],n=e.data,r=e;return r.data=Vd(n,t),r.attachments=t.length,{packet:r,buffers:t}}function Vd(e,t){if(!e)return e;if($d(e)){const n={_placeholder:!0,num:t.length};return t.push(e),n}if(Array.isArray(e)){const n=new Array(e.length);for(let r=0;r<e.length;r++)n[r]=Vd(e[r],t);return n}if(typeof e=="object"&&!(e instanceof Date)){const n={};for(const r in e)Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=Vd(e[r],t));return n}return e}function Kw(e,t){return e.data=qd(e.data,t),delete e.attachments,e}function qd(e,t){if(!e)return e;if(e&&e._placeholder===!0){if(typeof e.num=="number"&&e.num>=0&&e.num<t.length)return t[e.num];throw new Error("illegal attachments")}if(Array.isArray(e))for(let n=0;n<e.length;n++)e[n]=qd(e[n],t);else if(typeof e=="object")for(const n in e)Object.prototype.hasOwnProperty.call(e,n)&&(e[n]=qd(e[n],t));return e}const Qw=["connect","connect_error","disconnect","disconnecting","newListener","removeListener"];var Ct;(function(e){e[e.CONNECT=0]="CONNECT",e[e.DISCONNECT=1]="DISCONNECT",e[e.EVENT=2]="EVENT",e[e.ACK=3]="ACK",e[e.CONNECT_ERROR=4]="CONNECT_ERROR",e[e.BINARY_EVENT=5]="BINARY_EVENT",e[e.BINARY_ACK=6]="BINARY_ACK"})(Ct||(Ct={}));class Jw{constructor(t){this.replacer=t}encode(t){return t.type!==Ct.EVENT&&t.type!==Ct.ACK||!Ku(t)?[this.encodeAsString(t)]:this.encodeAsBinary({type:t.type===Ct.EVENT?Ct.BINARY_EVENT:Ct.BINARY_ACK,nsp:t.nsp,data:t.data,id:t.id})}encodeAsString(t){let n=""+t.type;return t.type!==Ct.BINARY_EVENT&&t.type!==Ct.BINARY_ACK||(n+=t.attachments+"-"),t.nsp&&t.nsp!=="/"&&(n+=t.nsp+","),t.id!=null&&(n+=t.id),t.data!=null&&(n+=JSON.stringify(t.data,this.replacer)),n}encodeAsBinary(t){const n=Xw(t),r=this.encodeAsString(n.packet),o=n.buffers;return o.unshift(r),o}}class Yd extends Sn{constructor(t){super(),this.opts=Object.assign({reviver:void 0,maxAttachments:10},typeof t=="function"?{reviver:t}:t)}add(t){let n;if(typeof t=="string"){if(this.reconstructor)throw new Error("got plaintext data when reconstructing a packet");n=this.decodeString(t);const r=n.type===Ct.BINARY_EVENT;r||n.type===Ct.BINARY_ACK?(n.type=r?Ct.EVENT:Ct.ACK,this.reconstructor=new Zw(n),n.attachments===0&&super.emitReserved("decoded",n)):super.emitReserved("decoded",n)}else{if(!$d(t)&&!t.base64)throw new Error("Unknown type: "+t);if(!this.reconstructor)throw new Error("got binary data when not reconstructing a packet");n=this.reconstructor.takeBinaryData(t),n&&(this.reconstructor=null,super.emitReserved("decoded",n))}}decodeString(t){let n=0;const r={type:Number(t.charAt(0))};if(Ct[r.type]===void 0)throw new Error("unknown packet type "+r.type);if(r.type===Ct.BINARY_EVENT||r.type===Ct.BINARY_ACK){const a=n+1;for(;t.charAt(++n)!=="-"&&n!=t.length;);const u=t.substring(a,n);if(u!=Number(u)||t.charAt(n)!=="-")throw new Error("Illegal attachments");const c=Number(u);if(!eA(c)||c<0)throw new Error("Illegal attachments");if(c>this.opts.maxAttachments)throw new Error("too many attachments");r.attachments=c}if(t.charAt(n+1)==="/"){const a=n+1;for(;++n&&!(t.charAt(n)===","||n===t.length););r.nsp=t.substring(a,n)}else r.nsp="/";const o=t.charAt(n+1);if(o!==""&&Number(o)==o){const a=n+1;for(;++n;){const u=t.charAt(n);if(u==null||Number(u)!=u){--n;break}if(n===t.length)break}r.id=Number(t.substring(a,n+1))}if(t.charAt(++n)){const a=this.tryParse(t.substr(n));if(!Yd.isPayloadValid(r.type,a))throw new Error("invalid payload");r.data=a}return r}tryParse(t){try{return JSON.parse(t,this.opts.reviver)}catch(n){return!1}}static isPayloadValid(t,n){switch(t){case Ct.CONNECT:return U0(n);case Ct.DISCONNECT:return n===void 0;case Ct.CONNECT_ERROR:return typeof n=="string"||U0(n);case Ct.EVENT:case Ct.BINARY_EVENT:return Array.isArray(n)&&(typeof n[0]=="number"||typeof n[0]=="string"&&Qw.indexOf(n[0])===-1);case Ct.ACK:case Ct.BINARY_ACK:return Array.isArray(n)}}destroy(){this.reconstructor&&(this.reconstructor.finishedReconstruction(),this.reconstructor=null)}}class Zw{constructor(t){this.packet=t,this.buffers=[],this.reconPack=t}takeBinaryData(t){if(this.buffers.push(t),this.buffers.length===this.reconPack.attachments){const n=Kw(this.reconPack,this.buffers);return this.finishedReconstruction(),n}return null}finishedReconstruction(){this.reconPack=null,this.buffers=[]}}const eA=Number.isInteger||function(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e};function U0(e){return Object.prototype.toString.call(e)==="[object Object]"}const H0=["searchParams.facetFilters","browseParams.facetFilters","baseCatalogParams.facetFilters","hits","products"],z0=(e,t,n)=>function r(o,a=[]){const u=Object.entries(o).map((([c,d])=>{const f=[...a,t(c)];return[e(c),d instanceof Object&&!(n!=null&&n.includes(f.join(".")))?r(d,f):d]}));return Array.isArray(o)?u.map((c=>c[1])):Object.fromEntries(u)},j0=e=>e.replace(/_([a-z])/g,((t,n)=>n.toUpperCase())),tA=z0((e=>e.replace(/([A-Z])/g,"_$1").toLowerCase()),(e=>e),H0),$0=z0(j0,j0,H0),nA={Encoder:class extends Jw{encode(e){var t,n;return super.encode(pe(M({},e),{data:((t=e.data)==null?void 0:t.length)==2?[e.data[0],tA(e.data[1])]:((n=e.data)==null?void 0:n.length)==1?[e.data[0]]:typeof e.data=="object"&&e.data!=null?e.data:void 0}))}},Decoder:class extends Yd{constructor(){super(((e,t)=>e==""&&Array.isArray(t)?t.map((n=>Array.isArray(n)?n.map((r=>r instanceof Object?$0(r):r)):n instanceof Object?$0(n):n)):t))}}},rA={path:"/api/v1/socket.io",autoConnect:!1,transports:["polling","websocket"],upgrade:!0,timeout:1e4};class iA{constructor({apiKey:t,apiToken:n,baseUrl:r,namespace:o="/copilot",customerId:a,tenantId:u,socketOptions:c={}}){if(this.sessionIdKey="x-cimulate-copilot-session-id",this.reconnectAttempts=0,this.maxReconnectAttempts=5,this.maxReconnectDelay=3e4,this.handleConnectAck=m=>{console.log("[Copilot SDK] Connect Ack:",m),this.socket.auth={[this.sessionIdKey]:m.sessionId}},this.handleDisconnect=m=>{console.warn(`[Copilot SDK] Disconnected: ${m}`),m!=="io client disconnect"&&(console.log(`[Copilot SDK] Disconnected due to ${m}. Attempting reconnect...`),this.retryConnect())},this.handleConnectError=m=>{console.error(`[Copilot SDK] Connect error: ${m.message}`);const T=m.message.match(/['"]error['"]:\s*['"](\w+)['"]/),y=T==null?void 0:T[1];y&&["InvalidApiKey","InvalidToken","BadRequest"].includes(y)?this.disconnect():this.socket.connected||this.socket.active||(console.log("[Copilot SDK] Retrying connect attempt..."),this.retryConnect())},this.offInternalHandlers=()=>{this.socket.off("connect_ack",this.handleConnectAck),this.socket.off("disconnect",this.handleDisconnect),this.off("connect_error",this.handleConnectError)},t&&n||!t&&!n)throw new Error("Provide exactly one authentication method: either 'apiKey' or 'apiToken', but not both.");const d=`${r}${o}`,f={};t?f["x-cimulate-api-key"]=t:n&&(f.Authorization=`Bearer ${n}`),a&&(f["x-cimulate-customer-id"]=a),u&&(f["Tenant-ID"]=u);const p=[rA,c,{parser:nA,withCredentials:!0,transportOptions:{polling:{extraHeaders:f}}}];this.socket=Xu(d,Vw.all(p))}connect(){this.reconnectTimeout&&(clearTimeout(this.reconnectTimeout),this.reconnectTimeout=void 0,this.reconnectAttempts=0),this.offInternalHandlers(),this.on("connect_ack",this.handleConnectAck),this.socket.on("disconnect",this.handleDisconnect),this.on("connect_error",this.handleConnectError),this.socket.auth&&this.sessionIdKey in this.socket.auth&&(this.socket.auth={}),this.socket.connect()}retryConnect(){if(!(this.socket.connected||this.socket.active||this.reconnectAttempts>=this.maxReconnectAttempts))if(this.reconnectTimeout&&(clearTimeout(this.reconnectTimeout),this.reconnectTimeout=void 0),this.reconnectAttempts<this.maxReconnectAttempts){const t=Math.min(1e3*ta(2,this.reconnectAttempts),this.maxReconnectDelay);console.info(`[Copilot SDK] Retry #${this.reconnectAttempts+1} in ${t}ms...`),this.reconnectTimeout=setTimeout((()=>{this.socket.connected||this.socket.active||(this.reconnectAttempts++,this.reconnect())}),t)}else console.error("[Copilot SDK] Max reconnect attempts reached.")}reconnect(){this.socket.connected||this.socket.active||this.reconnectAttempts>=this.maxReconnectAttempts||(this.reconnectTimeout&&(clearTimeout(this.reconnectTimeout),this.reconnectTimeout=void 0,this.reconnectAttempts=0),this.socket.connect())}browse(t,n){return Qe(this,null,function*(){return this.asyncResponse("copilot_browse",t,n)})}browseSuggestions(t,n){return Qe(this,null,function*(){return this.asyncResponse("copilot_browse_suggestions",t,n)})}search(t,n){return Qe(this,null,function*(){return this.asyncResponse("copilot_search",t,n)})}searchSuggestions(t,n){return Qe(this,null,function*(){return this.asyncResponse("copilot_search_suggestions",t,n)})}facetedNavigation(t,n){return Qe(this,null,function*(){return this.asyncResponse("faceted_navigation",t,n)})}cancelRequest(t,n){return this.asyncResponse("cancel",t,n)}conversationReset(t,n){return this.asyncResponse("conversation_reset",t,n)}productView(t,n){return Qe(this,null,function*(){return this.asyncResponse("product_view",t,n)})}productViewSuggestions(t,n){return Qe(this,null,function*(){return this.asyncResponse("product_view_suggestions",t,n)})}askCim(t,n){return Qe(this,null,function*(){return this.asyncResponse("ask_cim",t,n)})}askCimSuggestions(t,n){return Qe(this,null,function*(){return this.asyncResponse("ask_cim_suggestions",t,n)})}requestSessionInformation(t){return Qe(this,null,function*(){return new Promise((n=>{this.socket.emit("session_info",(r=>{t&&t(r),n(r)}))}))})}getConversationEvents(t,n){return Qe(this,null,function*(){return new Promise((r=>{this.socket.emit("conversation_events",t,(o=>{n&&n(o),r(o)}))}))})}on(t,n){return this.socket.on(t,n),n}once(t,n){this.socket.once(t,n)}off(t,n){this.socket.off(t,n)}disconnect(){this.reconnectTimeout&&(clearTimeout(this.reconnectTimeout),this.reconnectTimeout=void 0),this.offInternalHandlers(),this.socket.disconnect()}onDisconnect(t){this.socket.on("disconnect",t)}asyncResponse(t,n,r){return Qe(this,null,function*(){if(r)return void this.socket.emit(t,n,r);let o="";const a=(function(u){return kd(this,null,function*(){const c=[];let d=!1,f=null;const p=yield new Zr(u({emit:m=>{c.push(m),f&&(f(),f=null)},cancel:()=>{d=!0}}));try{for(;!d;)c.length>0?yield c.shift():yield new Zr(new Promise((m=>{f=m})));for(;c.length>0;)yield c.shift()}finally{yield new Zr(p==null?void 0:p())}})})((({emit:u,cancel:c})=>{const d=(f,p)=>{["done","error"].includes(p.name)&&c(),p.eventSourceId==o&&u(p)};return this.socket.onAny(d),()=>Qe(this,null,function*(){this.socket.offAny(d)})}));return{result:yield new Promise(((u,c)=>this.socket.emit(t,n,(d=>{d.name==="error"?c(new qw(d)):(o=d==null?void 0:d.id,u(d))})))),events:a}})}}var B=_n();const eo=$e(B);var V0=Symbol.for("immer-nothing"),q0=Symbol.for("immer-draftable"),ut=Symbol.for("immer-state");function Jn(e,...t){throw new Error(`[Immer] minified error nr: ${e}. Full error at: https://bit.ly/3cXEKWf`)}var Uo=Object.getPrototypeOf;function Ho(e){return!!e&&!!e[ut]}function ei(e){var t;return e?Y0(e)||Array.isArray(e)||!!e[q0]||!!((t=e.constructor)!=null&&t[q0])||Ju(e)||Zu(e):!1}var oA=Object.prototype.constructor.toString();function Y0(e){if(!e||typeof e!="object")return!1;const t=Uo(e);if(t===null)return!0;const n=Object.hasOwnProperty.call(t,"constructor")&&t.constructor;return n===Object?!0:typeof n=="function"&&Function.toString.call(n)===oA}function sa(e,t){Qu(e)===0?Reflect.ownKeys(e).forEach(n=>{t(n,e[n],e)}):e.forEach((n,r)=>t(r,n,e))}function Qu(e){const t=e[ut];return t?t.type_:Array.isArray(e)?1:Ju(e)?2:Zu(e)?3:0}function Wd(e,t){return Qu(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function W0(e,t,n){const r=Qu(e);r===2?e.set(t,n):r===3?e.add(n):e[t]=n}function sA(e,t){return e===t?e!==0||1/e===1/t:e!==e&&t!==t}function Ju(e){return e instanceof Map}function Zu(e){return e instanceof Set}function Xt(e){return e.copy_||e.base_}function Gd(e,t){if(Ju(e))return new Map(e);if(Zu(e))return new Set(e);if(Array.isArray(e))return Array.prototype.slice.call(e);const n=Y0(e);if(t===!0||t==="class_only"&&!n){const r=Object.getOwnPropertyDescriptors(e);delete r[ut];let o=Reflect.ownKeys(r);for(let a=0;a<o.length;a++){const u=o[a],c=r[u];c.writable===!1&&(c.writable=!0,c.configurable=!0),(c.get||c.set)&&(r[u]={configurable:!0,writable:!0,enumerable:c.enumerable,value:e[u]})}return Object.create(Uo(e),r)}else{const r=Uo(e);if(r!==null&&n)return M({},e);const o=Object.create(r);return Object.assign(o,e)}}function Xd(e,t=!1){return el(e)||Ho(e)||!ei(e)||(Qu(e)>1&&(e.set=e.add=e.clear=e.delete=aA),Object.freeze(e),t&&Object.entries(e).forEach(([n,r])=>Xd(r,!0))),e}function aA(){Jn(2)}function el(e){return Object.isFrozen(e)}var Kd={};function to(e){const t=Kd[e];return t||Jn(0,e),t}function uA(e,t){Kd[e]||(Kd[e]=t)}var aa;function tl(){return aa}function lA(e,t){return{drafts_:[],parent_:e,immer_:t,canAutoFreeze_:!0,unfinalizedDrafts_:0}}function G0(e,t){t&&(to("Patches"),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function Qd(e){Jd(e),e.drafts_.forEach(cA),e.drafts_=null}function Jd(e){e===aa&&(aa=e.parent_)}function X0(e){return aa=lA(aa,e)}function cA(e){const t=e[ut];t.type_===0||t.type_===1?t.revoke_():t.revoked_=!0}function K0(e,t){t.unfinalizedDrafts_=t.drafts_.length;const n=t.drafts_[0];return e!==void 0&&e!==n?(n[ut].modified_&&(Qd(t),Jn(4)),ei(e)&&(e=nl(t,e),t.parent_||rl(t,e)),t.patches_&&to("Patches").generateReplacementPatches_(n[ut].base_,e,t.patches_,t.inversePatches_)):e=nl(t,n,[]),Qd(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==V0?e:void 0}function nl(e,t,n){if(el(t))return t;const r=t[ut];if(!r)return sa(t,(o,a)=>Q0(e,r,t,o,a,n)),t;if(r.scope_!==e)return t;if(!r.modified_)return rl(e,r.base_,!0),r.base_;if(!r.finalized_){r.finalized_=!0,r.scope_.unfinalizedDrafts_--;const o=r.copy_;let a=o,u=!1;r.type_===3&&(a=new Set(o),o.clear(),u=!0),sa(a,(c,d)=>Q0(e,r,o,c,d,n,u)),rl(e,o,!1),n&&e.patches_&&to("Patches").generatePatches_(r,n,e.patches_,e.inversePatches_)}return r.copy_}function Q0(e,t,n,r,o,a,u){if(Ho(o)){const c=a&&t&&t.type_!==3&&!Wd(t.assigned_,r)?a.concat(r):void 0,d=nl(e,o,c);if(W0(n,r,d),Ho(d))e.canAutoFreeze_=!1;else return}else u&&n.add(o);if(ei(o)&&!el(o)){if(!e.immer_.autoFreeze_&&e.unfinalizedDrafts_<1)return;nl(e,o),(!t||!t.scope_.parent_)&&typeof r!="symbol"&&Object.prototype.propertyIsEnumerable.call(n,r)&&rl(e,o)}}function rl(e,t,n=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&Xd(t,n)}function dA(e,t){const n=Array.isArray(e),r={type_:n?1:0,scope_:t?t.scope_:tl(),modified_:!1,finalized_:!1,assigned_:{},parent_:t,base_:e,draft_:null,copy_:null,revoke_:null,isManual_:!1};let o=r,a=Zd;n&&(o=[r],a=ua);const{revoke:u,proxy:c}=Proxy.revocable(o,a);return r.draft_=c,r.revoke_=u,c}var Zd={get(e,t){if(t===ut)return e;const n=Xt(e);if(!Wd(n,t))return fA(e,n,t);const r=n[t];return e.finalized_||!ei(r)?r:r===ef(e.base_,t)?(tf(e),e.copy_[t]=la(r,e)):r},has(e,t){return t in Xt(e)},ownKeys(e){return Reflect.ownKeys(Xt(e))},set(e,t,n){const r=J0(Xt(e),t);if(r!=null&&r.set)return r.set.call(e.draft_,n),!0;if(!e.modified_){const o=ef(Xt(e),t),a=o==null?void 0:o[ut];if(a&&a.base_===n)return e.copy_[t]=n,e.assigned_[t]=!1,!0;if(sA(n,o)&&(n!==void 0||Wd(e.base_,t)))return!0;tf(e),ti(e)}return e.copy_[t]===n&&(n!==void 0||t in e.copy_)||Number.isNaN(n)&&Number.isNaN(e.copy_[t])||(e.copy_[t]=n,e.assigned_[t]=!0),!0},deleteProperty(e,t){return ef(e.base_,t)!==void 0||t in e.base_?(e.assigned_[t]=!1,tf(e),ti(e)):delete e.assigned_[t],e.copy_&&delete e.copy_[t],!0},getOwnPropertyDescriptor(e,t){const n=Xt(e),r=Reflect.getOwnPropertyDescriptor(n,t);return r&&{writable:!0,configurable:e.type_!==1||t!=="length",enumerable:r.enumerable,value:n[t]}},defineProperty(){Jn(11)},getPrototypeOf(e){return Uo(e.base_)},setPrototypeOf(){Jn(12)}},ua={};sa(Zd,(e,t)=>{ua[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}}),ua.deleteProperty=function(e,t){return ua.set.call(this,e,t,void 0)},ua.set=function(e,t,n){return Zd.set.call(this,e[0],t,n,e[0])};function ef(e,t){const n=e[ut];return(n?Xt(n):e)[t]}function fA(e,t,n){var o;const r=J0(t,n);return r?"value"in r?r.value:(o=r.get)==null?void 0:o.call(e.draft_):void 0}function J0(e,t){if(!(t in e))return;let n=Uo(e);for(;n;){const r=Object.getOwnPropertyDescriptor(n,t);if(r)return r;n=Uo(n)}}function ti(e){e.modified_||(e.modified_=!0,e.parent_&&ti(e.parent_))}function tf(e){e.copy_||(e.copy_=Gd(e.base_,e.scope_.immer_.useStrictShallowCopy_))}var hA=class{constructor(e){this.autoFreeze_=!0,this.useStrictShallowCopy_=!1,this.produce=(t,n,r)=>{if(typeof t=="function"&&typeof n!="function"){const a=n;n=t;const u=this;return function(d=a,...f){return u.produce(d,p=>n.call(this,p,...f))}}typeof n!="function"&&Jn(6),r!==void 0&&typeof r!="function"&&Jn(7);let o;if(ei(t)){const a=X0(this),u=la(t,void 0);let c=!0;try{o=n(u),c=!1}finally{c?Qd(a):Jd(a)}return G0(a,r),K0(o,a)}else if(!t||typeof t!="object"){if(o=n(t),o===void 0&&(o=t),o===V0&&(o=void 0),this.autoFreeze_&&Xd(o,!0),r){const a=[],u=[];to("Patches").generateReplacementPatches_(t,o,a,u),r(a,u)}return o}else Jn(1,t)},this.produceWithPatches=(t,n)=>{if(typeof t=="function")return(u,...c)=>this.produceWithPatches(u,d=>t(d,...c));let r,o;return[this.produce(t,n,(u,c)=>{r=u,o=c}),r,o]},typeof(e==null?void 0:e.autoFreeze)=="boolean"&&this.setAutoFreeze(e.autoFreeze),typeof(e==null?void 0:e.useStrictShallowCopy)=="boolean"&&this.setUseStrictShallowCopy(e.useStrictShallowCopy)}createDraft(e){ei(e)||Jn(8),Ho(e)&&(e=pA(e));const t=X0(this),n=la(e,void 0);return n[ut].isManual_=!0,Jd(t),n}finishDraft(e,t){const n=e&&e[ut];(!n||!n.isManual_)&&Jn(9);const{scope_:r}=n;return G0(r,t),K0(void 0,r)}setAutoFreeze(e){this.autoFreeze_=e}setUseStrictShallowCopy(e){this.useStrictShallowCopy_=e}applyPatches(e,t){let n;for(n=t.length-1;n>=0;n--){const o=t[n];if(o.path.length===0&&o.op==="replace"){e=o.value;break}}n>-1&&(t=t.slice(n+1));const r=to("Patches").applyPatches_;return Ho(e)?r(e,t):this.produce(e,o=>r(o,t))}};function la(e,t){const n=Ju(e)?to("MapSet").proxyMap_(e,t):Zu(e)?to("MapSet").proxySet_(e,t):dA(e,t);return(t?t.scope_:tl()).drafts_.push(n),n}function pA(e){return Ho(e)||Jn(10,e),Z0(e)}function Z0(e){if(!ei(e)||el(e))return e;const t=e[ut];let n;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,n=Gd(e,t.scope_.immer_.useStrictShallowCopy_)}else n=Gd(e,!0);return sa(n,(r,o)=>{W0(n,r,Z0(o))}),t&&(t.finalized_=!1),n}function mA(){class e extends Map{constructor(d,f){super(),this[ut]={type_:2,parent_:f,scope_:f?f.scope_:tl(),modified_:!1,finalized_:!1,copy_:void 0,assigned_:void 0,base_:d,draft_:this,isManual_:!1,revoked_:!1}}get size(){return Xt(this[ut]).size}has(d){return Xt(this[ut]).has(d)}set(d,f){const p=this[ut];return u(p),(!Xt(p).has(d)||Xt(p).get(d)!==f)&&(n(p),ti(p),p.assigned_.set(d,!0),p.copy_.set(d,f),p.assigned_.set(d,!0)),this}delete(d){if(!this.has(d))return!1;const f=this[ut];return u(f),n(f),ti(f),f.base_.has(d)?f.assigned_.set(d,!1):f.assigned_.delete(d),f.copy_.delete(d),!0}clear(){const d=this[ut];u(d),Xt(d).size&&(n(d),ti(d),d.assigned_=new Map,sa(d.base_,f=>{d.assigned_.set(f,!1)}),d.copy_.clear())}forEach(d,f){const p=this[ut];Xt(p).forEach((m,T,y)=>{d.call(f,this.get(T),T,this)})}get(d){const f=this[ut];u(f);const p=Xt(f).get(d);if(f.finalized_||!ei(p)||p!==f.base_.get(d))return p;const m=la(p,f);return n(f),f.copy_.set(d,m),m}keys(){return Xt(this[ut]).keys()}values(){const d=this.keys();return{[Symbol.iterator]:()=>this.values(),next:()=>{const f=d.next();return f.done?f:{done:!1,value:this.get(f.value)}}}}entries(){const d=this.keys();return{[Symbol.iterator]:()=>this.entries(),next:()=>{const f=d.next();if(f.done)return f;const p=this.get(f.value);return{done:!1,value:[f.value,p]}}}}[Symbol.iterator](){return this.entries()}}function t(c,d){return new e(c,d)}function n(c){c.copy_||(c.assigned_=new Map,c.copy_=new Map(c.base_))}class r extends Set{constructor(d,f){super(),this[ut]={type_:3,parent_:f,scope_:f?f.scope_:tl(),modified_:!1,finalized_:!1,copy_:void 0,base_:d,draft_:this,drafts_:new Map,revoked_:!1,isManual_:!1}}get size(){return Xt(this[ut]).size}has(d){const f=this[ut];return u(f),f.copy_?!!(f.copy_.has(d)||f.drafts_.has(d)&&f.copy_.has(f.drafts_.get(d))):f.base_.has(d)}add(d){const f=this[ut];return u(f),this.has(d)||(a(f),ti(f),f.copy_.add(d)),this}delete(d){if(!this.has(d))return!1;const f=this[ut];return u(f),a(f),ti(f),f.copy_.delete(d)||(f.drafts_.has(d)?f.copy_.delete(f.drafts_.get(d)):!1)}clear(){const d=this[ut];u(d),Xt(d).size&&(a(d),ti(d),d.copy_.clear())}values(){const d=this[ut];return u(d),a(d),d.copy_.values()}entries(){const d=this[ut];return u(d),a(d),d.copy_.entries()}keys(){return this.values()}[Symbol.iterator](){return this.values()}forEach(d,f){const p=this.values();let m=p.next();for(;!m.done;)d.call(f,m.value,m.value,this),m=p.next()}}function o(c,d){return new r(c,d)}function a(c){c.copy_||(c.copy_=new Set,c.base_.forEach(d=>{if(ei(d)){const f=la(d,c);c.drafts_.set(d,f),c.copy_.add(f)}else c.copy_.add(d)}))}function u(c){c.revoked_&&Jn(3,JSON.stringify(Xt(c)))}uA("MapSet",{proxyMap_:t,proxySet_:o})}var Un=new hA,gA=Un.produce;Un.produceWithPatches.bind(Un),Un.setAutoFreeze.bind(Un),Un.setUseStrictShallowCopy.bind(Un),Un.applyPatches.bind(Un),Un.createDraft.bind(Un),Un.finishDraft.bind(Un);function eg(e,t,n){var r=B.useMemo(function(){return gA(e)},[e]);return B.useReducer(r,t,n)}const tg={PAGE_CHANGED:"page-changed",PAGE_SIZE_CHANGED:"page-size-changed",FACET_FILTERS_CHANGED:"facet-filters-changed",RANGE_FILTERS_CHANGED:"range-filters-changed",CATALOG_SEGMENT_CHANGED:"catalog-segment-changed",PRICEBOOKS_CHANGED:"pricebooks-changed"},mt={RESET_STATE:"RESET_STATE",RESET_COPILOT:"RESET_COPILOT",ADD_MESSAGE:"ADD_MESSAGE",SET_COPILOT:"SET_COPILOT",SET_CONNECTED:"SET_CONNECTED",ADD_LOADING_MESSAGE:"ADD_LOADING_MESSAGE",REMOVE_LOADING_MESSAGE:"REMOVE_LOADING_MESSAGE",SET_ACTIVE_CONVERSATION_ID:"SET_ACTIVE_CONVERSATION_ID",ADD_CONVERSATION_ID:"ADD_CONVERSATION_ID",SET_CONVERSATION_IDS:"SET_CONVERSATION_IDS",SET_CONVERSATION_HISTORY_LOADED:"SET_CONVERSATION_HISTORY_LOADED",SET_IMAGE_FILE:"SET_IMAGE_FILE",SET_ASK_CIM_PROMPTS:"SET_ASK_CIM_PROMPTS"},no={copilot:null,connected:!1,messages:[],groupedMessages:[],loadingMessages:new Set,activeConversationId:null,conversationIds:[],conversationHistoryLoaded:!1,imageFile:null,askCimPrompts:{requestId:null,message:null}},EA=e=>{switch(!0){case e==="copilot_search":return"search";case e==="copilot_browse":return"browse";case e==="product_view":return"pdp";case e==="ask_cim":return"ask_cim";default:return null}},zo="cimulate",nf=`${zo}:pdp-update`,rf=`${zo}:browse-update`,of=`${zo}:search-update`,sf=`${zo}:ui-state-update`,af=`${zo}:prompts-state-update`,uf=`${zo}:session-state`,Or=M({CONTEXT_UPDATED:"browse-context-updated",CATEGORY_ID_CHANGED:"category-id-changed",CATEGORY_NAME_CHANGED:"category-name-changed"},tg),yA={"browse-context":Or.CONTEXT_UPDATED,categoryId:Or.CATEGORY_ID_CHANGED,categoryName:Or.CATEGORY_NAME_CHANGED,page:Or.PAGE_CHANGED,pageSize:Or.PAGE_SIZE_CHANGED,includeFacets:Or.FACET_FILTERS_CHANGED,facetFilters:Or.FACET_FILTERS_CHANGED,rangeFilters:Or.RANGE_FILTERS_CHANGED,catalogSegment:Or.CATALOG_SEGMENT_CHANGED,pricebooks:Or.PRICEBOOKS_CHANGED},ni=M({SEARCH_CONTEXT_UPDATED:"search-context-updated",QUERY_CHANGED:"query-changed"},tg),bA={"search-context":ni.SEARCH_CONTEXT_UPDATED,query:ni.QUERY_CHANGED,page:ni.PAGE_CHANGED,pageSize:ni.PAGE_SIZE_CHANGED,includeFacets:ni.FACET_FILTERS_CHANGED,facetFilters:ni.FACET_FILTERS_CHANGED,rangeFilters:ni.RANGE_FILTERS_CHANGED,catalogSegment:ni.CATALOG_SEGMENT_CHANGED,pricebooks:ni.PRICEBOOKS_CHANGED},z="cim-widget",Hn=`--${z}`,xi={primaryColor:"#3182ce",secondaryColor:"#2c5282",fontColor:"#1a202c",fontFamily:"inherit",backgroundColor:"#ffffff",borderColor:"#dddddd",borderRadius:"0.25rem"},TA=(e=xi)=>({[`${Hn}-primary-color`]:e.primaryColor||xi.primaryColor,[`${Hn}-secondary-color`]:e.secondaryColor||xi.secondaryColor,[`${Hn}-font-color`]:e.fontColor||xi.fontColor,[`${Hn}-font-family`]:e.fontFamily||xi.fontFamily,[`${Hn}-background-color`]:e.backgroundColor||xi.backgroundColor,[`${Hn}-border-color`]:e.borderColor||xi.borderColor,[`${Hn}-border-radius`]:e.borderRadius||xi.borderRadius}),wi={RESET_CONVERSATION:"reset-conversation",GET_SESSION_INFORMATION:"get-session-information",GET_CONVERSATION_MESSAGES:"get-conversation-messages",LOAD_CONVERSATION:"load-conversation"},ng=B.createContext(null),rg=B.createContext(null);function ig(e,t){return function(){return e.apply(t,arguments)}}const{toString:_A}=Object.prototype,{getPrototypeOf:il}=Object,{iterator:ol,toStringTag:og}=Symbol,sl=(e=>t=>{const n=_A.call(t);return e[n]||(e[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),hr=e=>(e=e.toLowerCase(),t=>sl(t)===e),al=e=>t=>typeof t===e,{isArray:jo}=Array,$o=al("undefined");function ca(e){return e!==null&&!$o(e)&&e.constructor!==null&&!$o(e.constructor)&&Cn(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const sg=hr("ArrayBuffer");function SA(e){let t;return typeof ArrayBuffer!="undefined"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&sg(e.buffer),t}const xA=al("string"),Cn=al("function"),ag=al("number"),da=e=>e!==null&&typeof e=="object",wA=e=>e===!0||e===!1,ul=e=>{if(sl(e)!=="object")return!1;const t=il(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(og in e)&&!(ol in e)},AA=e=>{if(!da(e)||ca(e))return!1;try{return Object.keys(e).length===0&&Object.getPrototypeOf(e)===Object.prototype}catch(t){return!1}},vA=hr("Date"),CA=hr("File"),kA=e=>!!(e&&typeof e.uri!="undefined"),PA=e=>e&&typeof e.getParts!="undefined",NA=hr("Blob"),OA=hr("FileList"),IA=e=>da(e)&&Cn(e.pipe);function RA(){return typeof globalThis!="undefined"?globalThis:typeof self!="undefined"?self:typeof window!="undefined"?window:typeof global!="undefined"?global:{}}const ug=RA(),lg=typeof ug.FormData!="undefined"?ug.FormData:void 0,LA=e=>{if(!e)return!1;if(lg&&e instanceof lg)return!0;const t=il(e);if(!t||t===Object.prototype||!Cn(e.append))return!1;const n=sl(e);return n==="formdata"||n==="object"&&Cn(e.toString)&&e.toString()==="[object FormData]"},DA=hr("URLSearchParams"),[MA,FA,BA,UA]=["ReadableStream","Request","Response","Headers"].map(hr),HA=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function fa(e,t,{allOwnKeys:n=!1}={}){if(e===null||typeof e=="undefined")return;let r,o;if(typeof e!="object"&&(e=[e]),jo(e))for(r=0,o=e.length;r<o;r++)t.call(null,e[r],r,e);else{if(ca(e))return;const a=n?Object.getOwnPropertyNames(e):Object.keys(e),u=a.length;let c;for(r=0;r<u;r++)c=a[r],t.call(null,e[c],c,e)}}function cg(e,t){if(ca(e))return null;t=t.toLowerCase();const n=Object.keys(e);let r=n.length,o;for(;r-- >0;)if(o=n[r],t===o.toLowerCase())return o;return null}const ro=typeof globalThis!="undefined"?globalThis:typeof self!="undefined"?self:typeof window!="undefined"?window:global,dg=e=>!$o(e)&&e!==ro;function lf(...e){const{caseless:t,skipUndefined:n}=dg(this)&&this||{},r={},o=(a,u)=>{if(u==="__proto__"||u==="constructor"||u==="prototype")return;const c=t&&cg(r,u)||u,d=cf(r,c)?r[c]:void 0;ul(d)&&ul(a)?r[c]=lf(d,a):ul(a)?r[c]=lf({},a):jo(a)?r[c]=a.slice():(!n||!$o(a))&&(r[c]=a)};for(let a=0,u=e.length;a<u;a++)e[a]&&fa(e[a],o);return r}const zA=(e,t,n,{allOwnKeys:r}={})=>(fa(t,(o,a)=>{n&&Cn(o)?Object.defineProperty(e,a,{__proto__:null,value:ig(o,n),writable:!0,enumerable:!0,configurable:!0}):Object.defineProperty(e,a,{__proto__:null,value:o,writable:!0,enumerable:!0,configurable:!0})},{allOwnKeys:r}),e),jA=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),$A=(e,t,n,r)=>{e.prototype=Object.create(t.prototype,r),Object.defineProperty(e.prototype,"constructor",{__proto__:null,value:e,writable:!0,enumerable:!1,configurable:!0}),Object.defineProperty(e,"super",{__proto__:null,value:t.prototype}),n&&Object.assign(e.prototype,n)},VA=(e,t,n,r)=>{let o,a,u;const c={};if(t=t||{},e==null)return t;do{for(o=Object.getOwnPropertyNames(e),a=o.length;a-- >0;)u=o[a],(!r||r(u,e,t))&&!c[u]&&(t[u]=e[u],c[u]=!0);e=n!==!1&&il(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},qA=(e,t,n)=>{e=String(e),(n===void 0||n>e.length)&&(n=e.length),n-=t.length;const r=e.indexOf(t,n);return r!==-1&&r===n},YA=e=>{if(!e)return null;if(jo(e))return e;let t=e.length;if(!ag(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},WA=(e=>t=>e&&t instanceof e)(typeof Uint8Array!="undefined"&&il(Uint8Array)),GA=(e,t)=>{const r=(e&&e[ol]).call(e);let o;for(;(o=r.next())&&!o.done;){const a=o.value;t.call(e,a[0],a[1])}},XA=(e,t)=>{let n;const r=[];for(;(n=e.exec(t))!==null;)r.push(n);return r},KA=hr("HTMLFormElement"),QA=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(n,r,o){return r.toUpperCase()+o}),cf=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),JA=hr("RegExp"),fg=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};fa(n,(o,a)=>{let u;(u=t(o,a,e))!==!1&&(r[a]=u||o)}),Object.defineProperties(e,r)},ZA=e=>{fg(e,(t,n)=>{if(Cn(e)&&["arguments","caller","callee"].includes(n))return!1;const r=e[n];if(Cn(r)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")})}})},ev=(e,t)=>{const n={},r=o=>{o.forEach(a=>{n[a]=!0})};return jo(e)?r(e):r(String(e).split(t)),n},tv=()=>{},nv=(e,t)=>e!=null&&Number.isFinite(e=+e)?e:t;function rv(e){return!!(e&&Cn(e.append)&&e[og]==="FormData"&&e[ol])}const iv=e=>{const t=new WeakSet,n=r=>{if(da(r)){if(t.has(r))return;if(ca(r))return r;if(!("toJSON"in r)){t.add(r);const o=jo(r)?[]:{};return fa(r,(a,u)=>{const c=n(a);!$o(c)&&(o[u]=c)}),t.delete(r),o}}return r};return n(e)},ov=hr("AsyncFunction"),sv=e=>e&&(da(e)||Cn(e))&&Cn(e.then)&&Cn(e.catch),hg=((e,t)=>e?setImmediate:t?((n,r)=>(ro.addEventListener("message",({source:o,data:a})=>{o===ro&&a===n&&r.length&&r.shift()()},!1),o=>{r.push(o),ro.postMessage(n,"*")}))(`axios@${Math.random()}`,[]):n=>setTimeout(n))(typeof setImmediate=="function",Cn(ro.postMessage)),av=typeof queueMicrotask!="undefined"?queueMicrotask.bind(ro):typeof process!="undefined"&&process.nextTick||hg,Y={isArray:jo,isArrayBuffer:sg,isBuffer:ca,isFormData:LA,isArrayBufferView:SA,isString:xA,isNumber:ag,isBoolean:wA,isObject:da,isPlainObject:ul,isEmptyObject:AA,isReadableStream:MA,isRequest:FA,isResponse:BA,isHeaders:UA,isUndefined:$o,isDate:vA,isFile:CA,isReactNativeBlob:kA,isReactNative:PA,isBlob:NA,isRegExp:JA,isFunction:Cn,isStream:IA,isURLSearchParams:DA,isTypedArray:WA,isFileList:OA,forEach:fa,merge:lf,extend:zA,trim:HA,stripBOM:jA,inherits:$A,toFlatObject:VA,kindOf:sl,kindOfTest:hr,endsWith:qA,toArray:YA,forEachEntry:GA,matchAll:XA,isHTMLForm:KA,hasOwnProperty:cf,hasOwnProp:cf,reduceDescriptors:fg,freezeMethods:ZA,toObjectSet:ev,toCamelCase:QA,noop:tv,toFiniteNumber:nv,findKey:cg,global:ro,isContextDefined:dg,isSpecCompliantForm:rv,toJSONObject:iv,isAsyncFn:ov,isThenable:sv,setImmediate:hg,asap:av,isIterable:e=>e!=null&&Cn(e[ol])},uv=Y.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"]),lv=e=>{const t={};let n,r,o;return e&&e.split(`
|
|
3
|
-
`).forEach(function(u){o=u.indexOf(":"),n=u.substring(0,o).trim().toLowerCase(),r=u.substring(o+1).trim(),!(!n||t[n]&&
|
|
4
|
-
`)}getSetCookie(){return this.get("set-cookie")||[]}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...n){const r=new this(t);return n.forEach(o=>r.set(o)),r}static accessor(t){const r=(this[mg]=this[mg]={accessors:{}}).accessors,o=this.prototype;function a(u){const c=ha(u);r[c]||(yv(o,u),r[c]=!0)}return Y.isArray(t)?t.forEach(a):a(t),this}};xn.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),Y.reduceDescriptors(xn.prototype,({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(r){this[n]=r}}}),Y.freezeMethods(xn);const bv="[REDACTED ****]";function Tv(e){if(Y.hasOwnProp(e,"toJSON"))return!0;let t=Object.getPrototypeOf(e);for(;t&&t!==Object.prototype;){if(Y.hasOwnProp(t,"toJSON"))return!0;t=Object.getPrototypeOf(t)}return!1}function _v(e,t){const n=new Set(t.map(a=>String(a).toLowerCase())),r=[],o=a=>{if(a===null||typeof a!="object"||Y.isBuffer(a))return a;if(r.indexOf(a)!==-1)return;a instanceof xn&&(a=a.toJSON()),r.push(a);let u;if(Y.isArray(a))u=[],a.forEach((c,d)=>{const f=o(c);Y.isUndefined(f)||(u[d]=f)});else{if(!Y.isPlainObject(a)&&Tv(a))return r.pop(),a;u=Object.create(null);for(const[c,d]of Object.entries(a)){const f=n.has(c.toLowerCase())?bv:o(d);Y.isUndefined(f)||(u[c]=f)}}return r.pop(),u};return o(e)}let Ne=class V2 extends Error{static from(t,n,r,o,a,u){const c=new V2(t.message,n||t.code,r,o,a);return c.cause=t,c.name=t.name,t.status!=null&&c.status==null&&(c.status=t.status),u&&Object.assign(c,u),c}constructor(t,n,r,o,a){super(t),Object.defineProperty(this,"message",{__proto__:null,value:t,enumerable:!0,writable:!0,configurable:!0}),this.name="AxiosError",this.isAxiosError=!0,n&&(this.code=n),r&&(this.config=r),o&&(this.request=o),a&&(this.response=a,this.status=a.status)}toJSON(){const t=this.config,n=t&&Y.hasOwnProp(t,"redact")?t.redact:void 0,r=Y.isArray(n)&&n.length>0?_v(t,n):Y.toJSONObject(t);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:r,code:this.code,status:this.status}}};Ne.ERR_BAD_OPTION_VALUE="ERR_BAD_OPTION_VALUE",Ne.ERR_BAD_OPTION="ERR_BAD_OPTION",Ne.ECONNABORTED="ECONNABORTED",Ne.ETIMEDOUT="ETIMEDOUT",Ne.ECONNREFUSED="ECONNREFUSED",Ne.ERR_NETWORK="ERR_NETWORK",Ne.ERR_FR_TOO_MANY_REDIRECTS="ERR_FR_TOO_MANY_REDIRECTS",Ne.ERR_DEPRECATED="ERR_DEPRECATED",Ne.ERR_BAD_RESPONSE="ERR_BAD_RESPONSE",Ne.ERR_BAD_REQUEST="ERR_BAD_REQUEST",Ne.ERR_CANCELED="ERR_CANCELED",Ne.ERR_NOT_SUPPORT="ERR_NOT_SUPPORT",Ne.ERR_INVALID_URL="ERR_INVALID_URL",Ne.ERR_FORM_DATA_DEPTH_EXCEEDED="ERR_FORM_DATA_DEPTH_EXCEEDED";const Sv=null;function hf(e){return Y.isPlainObject(e)||Y.isArray(e)}function gg(e){return Y.endsWith(e,"[]")?e.slice(0,-2):e}function pf(e,t,n){return e?e.concat(t).map(function(o,a){return o=gg(o),!n&&a?"["+o+"]":o}).join(n?".":""):t}function xv(e){return Y.isArray(e)&&!e.some(hf)}const wv=Y.toFlatObject(Y,{},null,function(t){return/^is[A-Z]/.test(t)});function cl(e,t,n){if(!Y.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,n=Y.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(A,v){return!Y.isUndefined(v[A])});const r=n.metaTokens,o=n.visitor||m,a=n.dots,u=n.indexes,c=n.Blob||typeof Blob!="undefined"&&Blob,d=n.maxDepth===void 0?100:n.maxDepth,f=c&&Y.isSpecCompliantForm(t);if(!Y.isFunction(o))throw new TypeError("visitor must be a function");function p(S){if(S===null)return"";if(Y.isDate(S))return S.toISOString();if(Y.isBoolean(S))return S.toString();if(!f&&Y.isBlob(S))throw new Ne("Blob is not supported. Use a Buffer instead.");return Y.isArrayBuffer(S)||Y.isTypedArray(S)?f&&typeof Blob=="function"?new Blob([S]):Buffer.from(S):S}function m(S,A,v){let N=S;if(Y.isReactNative(t)&&Y.isReactNativeBlob(S))return t.append(pf(v,A,a),p(S)),!1;if(S&&!v&&typeof S=="object"){if(Y.endsWith(A,"{}"))A=r?A:A.slice(0,-2),S=JSON.stringify(S);else if(Y.isArray(S)&&xv(S)||(Y.isFileList(S)||Y.endsWith(A,"[]"))&&(N=Y.toArray(S)))return A=gg(A),N.forEach(function(H,V){!(Y.isUndefined(H)||H===null)&&t.append(u===!0?pf([A],V,a):u===null?A:A+"[]",p(H))}),!1}return hf(S)?!0:(t.append(pf(v,A,a),p(S)),!1)}const T=[],y=Object.assign(wv,{defaultVisitor:m,convertValue:p,isVisitable:hf});function _(S,A,v=0){if(!Y.isUndefined(S)){if(v>d)throw new Ne("Object is too deeply nested ("+v+" levels). Max depth: "+d,Ne.ERR_FORM_DATA_DEPTH_EXCEEDED);if(T.indexOf(S)!==-1)throw Error("Circular reference detected in "+A.join("."));T.push(S),Y.forEach(S,function(k,H){(!(Y.isUndefined(k)||k===null)&&o.call(t,k,Y.isString(H)?H.trim():H,A,y))===!0&&_(k,A?A.concat(H):[H],v+1)}),T.pop()}}if(!Y.isObject(e))throw new TypeError("data must be an object");return _(e),t}function Eg(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"};return encodeURIComponent(e).replace(/[!'()~]|%20/g,function(r){return t[r]})}function mf(e,t){this._pairs=[],e&&cl(e,this,t)}const yg=mf.prototype;yg.append=function(t,n){this._pairs.push([t,n])},yg.toString=function(t){const n=t?function(r){return t.call(this,r,Eg)}:Eg;return this._pairs.map(function(o){return n(o[0])+"="+n(o[1])},"").join("&")};function Av(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+")}function bg(e,t,n){if(!t)return e;const r=n&&n.encode||Av,o=Y.isFunction(n)?{serialize:n}:n,a=o&&o.serialize;let u;if(a?u=a(t,o):u=Y.isURLSearchParams(t)?t.toString():new mf(t,o).toString(r),u){const c=e.indexOf("#");c!==-1&&(e=e.slice(0,c)),e+=(e.indexOf("?")===-1?"?":"&")+u}return e}class Tg{constructor(){this.handlers=[]}use(t,n,r){return this.handlers.push({fulfilled:t,rejected:n,synchronous:r?r.synchronous:!1,runWhen:r?r.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){Y.forEach(this.handlers,function(r){r!==null&&t(r)})}}const gf={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1,legacyInterceptorReqResOrdering:!0},vv={isBrowser:!0,classes:{URLSearchParams:typeof URLSearchParams!="undefined"?URLSearchParams:mf,FormData:typeof FormData!="undefined"?FormData:null,Blob:typeof Blob!="undefined"?Blob:null},protocols:["http","https","file","blob","url","data"]},Ef=typeof window!="undefined"&&typeof document!="undefined",yf=typeof navigator=="object"&&navigator||void 0,Cv=Ef&&(!yf||["ReactNative","NativeScript","NS"].indexOf(yf.product)<0),kv=typeof WorkerGlobalScope!="undefined"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",Pv=Ef&&window.location.href||"http://localhost",dn=M(M({},Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:Ef,hasStandardBrowserEnv:Cv,hasStandardBrowserWebWorkerEnv:kv,navigator:yf,origin:Pv},Symbol.toStringTag,{value:"Module"}))),vv);function Nv(e,t){return cl(e,new dn.classes.URLSearchParams,M({visitor:function(n,r,o,a){return dn.isNode&&Y.isBuffer(n)?(this.append(r,n.toString("base64")),!1):a.defaultVisitor.apply(this,arguments)}},t))}function Ov(e){return Y.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function Iv(e){const t={},n=Object.keys(e);let r;const o=n.length;let a;for(r=0;r<o;r++)a=n[r],t[a]=e[a];return t}function _g(e){function t(n,r,o,a){let u=n[a++];if(u==="__proto__")return!0;const c=Number.isFinite(+u),d=a>=n.length;return u=!u&&Y.isArray(o)?o.length:u,d?(Y.hasOwnProp(o,u)?o[u]=Y.isArray(o[u])?o[u].concat(r):[o[u],r]:o[u]=r,!c):((!Y.hasOwnProp(o,u)||!Y.isObject(o[u]))&&(o[u]=[]),t(n,r,o[u],a)&&Y.isArray(o[u])&&(o[u]=Iv(o[u])),!c)}if(Y.isFormData(e)&&Y.isFunction(e.entries)){const n={};return Y.forEachEntry(e,(r,o)=>{t(Ov(r),o,n,0)}),n}return null}const Vo=(e,t)=>e!=null&&Y.hasOwnProp(e,t)?e[t]:void 0;function Rv(e,t,n){if(Y.isString(e))try{return(t||JSON.parse)(e),Y.trim(e)}catch(r){if(r.name!=="SyntaxError")throw r}return(n||JSON.stringify)(e)}const pa={transitional:gf,adapter:["xhr","http","fetch"],transformRequest:[function(t,n){const r=n.getContentType()||"",o=r.indexOf("application/json")>-1,a=Y.isObject(t);if(a&&Y.isHTMLForm(t)&&(t=new FormData(t)),Y.isFormData(t))return o?JSON.stringify(_g(t)):t;if(Y.isArrayBuffer(t)||Y.isBuffer(t)||Y.isStream(t)||Y.isFile(t)||Y.isBlob(t)||Y.isReadableStream(t))return t;if(Y.isArrayBufferView(t))return t.buffer;if(Y.isURLSearchParams(t))return n.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let c;if(a){const d=Vo(this,"formSerializer");if(r.indexOf("application/x-www-form-urlencoded")>-1)return Nv(t,d).toString();if((c=Y.isFileList(t))||r.indexOf("multipart/form-data")>-1){const f=Vo(this,"env"),p=f&&f.FormData;return cl(c?{"files[]":t}:t,p&&new p,d)}}return a||o?(n.setContentType("application/json",!1),Rv(t)):t}],transformResponse:[function(t){const n=Vo(this,"transitional")||pa.transitional,r=n&&n.forcedJSONParsing,o=Vo(this,"responseType"),a=o==="json";if(Y.isResponse(t)||Y.isReadableStream(t))return t;if(t&&Y.isString(t)&&(r&&!o||a)){const c=!(n&&n.silentJSONParsing)&&a;try{return JSON.parse(t,Vo(this,"parseReviver"))}catch(d){if(c)throw d.name==="SyntaxError"?Ne.from(d,Ne.ERR_BAD_RESPONSE,this,null,Vo(this,"response")):d}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:dn.classes.FormData,Blob:dn.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};Y.forEach(["delete","get","head","post","put","patch","query"],e=>{pa.headers[e]={}});function bf(e,t){const n=this||pa,r=t||n,o=xn.from(r.headers);let a=r.data;return Y.forEach(e,function(c){a=c.call(n,a,o.normalize(),t?t.status:void 0)}),o.normalize(),a}function Sg(e){return!!(e&&e.__CANCEL__)}let ma=class extends Ne{constructor(t,n,r){super(t==null?"canceled":t,Ne.ERR_CANCELED,n,r),this.name="CanceledError",this.__CANCEL__=!0}};function xg(e,t,n){const r=n.config.validateStatus;!n.status||!r||r(n.status)?e(n):t(new Ne("Request failed with status code "+n.status,n.status>=400&&n.status<500?Ne.ERR_BAD_REQUEST:Ne.ERR_BAD_RESPONSE,n.config,n.request,n))}function Lv(e){const t=/^([-+\w]{1,25}):(?:\/\/)?/.exec(e);return t&&t[1]||""}function Dv(e,t){e=e||10;const n=new Array(e),r=new Array(e);let o=0,a=0,u;return t=t!==void 0?t:1e3,function(d){const f=Date.now(),p=r[a];u||(u=f),n[o]=d,r[o]=f;let m=a,T=0;for(;m!==o;)T+=n[m++],m=m%e;if(o=(o+1)%e,o===a&&(a=(a+1)%e),f-u<t)return;const y=p&&f-p;return y?Math.round(T*1e3/y):void 0}}function Mv(e,t){let n=0,r=1e3/t,o,a;const u=(f,p=Date.now())=>{n=p,o=null,a&&(clearTimeout(a),a=null),e(...f)};return[(...f)=>{const p=Date.now(),m=p-n;m>=r?u(f,p):(o=f,a||(a=setTimeout(()=>{a=null,u(o)},r-m)))},()=>o&&u(o)]}const dl=(e,t,n=3)=>{let r=0;const o=Dv(50,250);return Mv(a=>{if(!a||typeof a.loaded!="number")return;const u=a.loaded,c=a.lengthComputable?a.total:void 0,d=c!=null?Math.min(u,c):u,f=Math.max(0,d-r),p=o(f);r=Math.max(r,d);const m={loaded:d,total:c,progress:c?d/c:void 0,bytes:f,rate:p||void 0,estimated:p&&c?(c-d)/p:void 0,event:a,lengthComputable:c!=null,[t?"download":"upload"]:!0};e(m)},n)},wg=(e,t)=>{const n=e!=null;return[r=>t[0]({lengthComputable:n,total:e,loaded:r}),t[1]]},Ag=e=>(...t)=>Y.asap(()=>e(...t)),Fv=dn.hasStandardBrowserEnv?((e,t)=>n=>(n=new URL(n,dn.origin),e.protocol===n.protocol&&e.host===n.host&&(t||e.port===n.port)))(new URL(dn.origin),dn.navigator&&/(msie|trident)/i.test(dn.navigator.userAgent)):()=>!0,Bv=dn.hasStandardBrowserEnv?{write(e,t,n,r,o,a,u){if(typeof document=="undefined")return;const c=[`${e}=${encodeURIComponent(t)}`];Y.isNumber(n)&&c.push(`expires=${new Date(n).toUTCString()}`),Y.isString(r)&&c.push(`path=${r}`),Y.isString(o)&&c.push(`domain=${o}`),a===!0&&c.push("secure"),Y.isString(u)&&c.push(`SameSite=${u}`),document.cookie=c.join("; ")},read(e){if(typeof document=="undefined")return null;const t=document.cookie.split(";");for(let n=0;n<t.length;n++){const r=t[n].replace(/^\s+/,""),o=r.indexOf("=");if(o!==-1&&r.slice(0,o)===e)return decodeURIComponent(r.slice(o+1))}return null},remove(e){this.write(e,"",Date.now()-864e5,"/")}}:{write(){},read(){return null},remove(){}};function Uv(e){return typeof e!="string"?!1:/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function Hv(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function vg(e,t,n){let r=!Uv(t);return e&&(r||n===!1)?Hv(e,t):t}const Cg=e=>e instanceof xn?M({},e):e;function io(e,t){t=t||{};const n=Object.create(null);Object.defineProperty(n,"hasOwnProperty",{__proto__:null,value:Object.prototype.hasOwnProperty,enumerable:!1,writable:!0,configurable:!0});function r(f,p,m,T){return Y.isPlainObject(f)&&Y.isPlainObject(p)?Y.merge.call({caseless:T},f,p):Y.isPlainObject(p)?Y.merge({},p):Y.isArray(p)?p.slice():p}function o(f,p,m,T){if(Y.isUndefined(p)){if(!Y.isUndefined(f))return r(void 0,f,m,T)}else return r(f,p,m,T)}function a(f,p){if(!Y.isUndefined(p))return r(void 0,p)}function u(f,p){if(Y.isUndefined(p)){if(!Y.isUndefined(f))return r(void 0,f)}else return r(void 0,p)}function c(f,p,m){if(Y.hasOwnProp(t,m))return r(f,p);if(Y.hasOwnProp(e,m))return r(void 0,f)}const d={url:a,method:a,data:a,baseURL:u,transformRequest:u,transformResponse:u,paramsSerializer:u,timeout:u,timeoutMessage:u,withCredentials:u,withXSRFToken:u,adapter:u,responseType:u,xsrfCookieName:u,xsrfHeaderName:u,onUploadProgress:u,onDownloadProgress:u,decompress:u,maxContentLength:u,maxBodyLength:u,beforeRedirect:u,transport:u,httpAgent:u,httpsAgent:u,cancelToken:u,socketPath:u,allowedSocketPaths:u,responseEncoding:u,validateStatus:c,headers:(f,p,m)=>o(Cg(f),Cg(p),m,!0)};return Y.forEach(Object.keys(M(M({},e),t)),function(p){if(p==="__proto__"||p==="constructor"||p==="prototype")return;const m=Y.hasOwnProp(d,p)?d[p]:o,T=Y.hasOwnProp(e,p)?e[p]:void 0,y=Y.hasOwnProp(t,p)?t[p]:void 0,_=m(T,y,p);Y.isUndefined(_)&&m!==c||(n[p]=_)}),n}const zv=["content-type","content-length"];function jv(e,t,n){if(n!=="content-only"){e.set(t);return}Object.entries(t).forEach(([r,o])=>{zv.includes(r.toLowerCase())&&e.set(r,o)})}const $v=e=>encodeURIComponent(e).replace(/%([0-9A-F]{2})/gi,(t,n)=>String.fromCharCode(parseInt(n,16))),kg=e=>{const t=io({},e),n=T=>Y.hasOwnProp(t,T)?t[T]:void 0,r=n("data");let o=n("withXSRFToken");const a=n("xsrfHeaderName"),u=n("xsrfCookieName");let c=n("headers");const d=n("auth"),f=n("baseURL"),p=n("allowAbsoluteUrls"),m=n("url");if(t.headers=c=xn.from(c),t.url=bg(vg(f,m,p),e.params,e.paramsSerializer),d&&c.set("Authorization","Basic "+btoa((d.username||"")+":"+(d.password?$v(d.password):""))),Y.isFormData(r)&&(dn.hasStandardBrowserEnv||dn.hasStandardBrowserWebWorkerEnv?c.setContentType(void 0):Y.isFunction(r.getHeaders)&&jv(c,r.getHeaders(),n("formDataHeaderPolicy"))),dn.hasStandardBrowserEnv&&(Y.isFunction(o)&&(o=o(t)),o===!0||o==null&&Fv(t.url))){const y=a&&u&&Bv.read(u);y&&c.set(a,y)}return t},Vv=typeof XMLHttpRequest!="undefined"&&function(e){return new Promise(function(n,r){const o=kg(e);let a=o.data;const u=xn.from(o.headers).normalize();let{responseType:c,onUploadProgress:d,onDownloadProgress:f}=o,p,m,T,y,_;function S(){y&&y(),_&&_(),o.cancelToken&&o.cancelToken.unsubscribe(p),o.signal&&o.signal.removeEventListener("abort",p)}let A=new XMLHttpRequest;A.open(o.method.toUpperCase(),o.url,!0),A.timeout=o.timeout;function v(){if(!A)return;const k=xn.from("getAllResponseHeaders"in A&&A.getAllResponseHeaders()),V={data:!c||c==="text"||c==="json"?A.responseText:A.response,status:A.status,statusText:A.statusText,headers:k,config:e,request:A};xg(function(q){n(q),S()},function(q){r(q),S()},V),A=null}"onloadend"in A?A.onloadend=v:A.onreadystatechange=function(){!A||A.readyState!==4||A.status===0&&!(A.responseURL&&A.responseURL.startsWith("file:"))||setTimeout(v)},A.onabort=function(){A&&(r(new Ne("Request aborted",Ne.ECONNABORTED,e,A)),S(),A=null)},A.onerror=function(H){const V=H&&H.message?H.message:"Network Error",F=new Ne(V,Ne.ERR_NETWORK,e,A);F.event=H||null,r(F),S(),A=null},A.ontimeout=function(){let H=o.timeout?"timeout of "+o.timeout+"ms exceeded":"timeout exceeded";const V=o.transitional||gf;o.timeoutErrorMessage&&(H=o.timeoutErrorMessage),r(new Ne(H,V.clarifyTimeoutError?Ne.ETIMEDOUT:Ne.ECONNABORTED,e,A)),S(),A=null},a===void 0&&u.setContentType(null),"setRequestHeader"in A&&Y.forEach(pg(u),function(H,V){A.setRequestHeader(V,H)}),Y.isUndefined(o.withCredentials)||(A.withCredentials=!!o.withCredentials),c&&c!=="json"&&(A.responseType=o.responseType),f&&([T,_]=dl(f,!0),A.addEventListener("progress",T)),d&&A.upload&&([m,y]=dl(d),A.upload.addEventListener("progress",m),A.upload.addEventListener("loadend",y)),(o.cancelToken||o.signal)&&(p=k=>{A&&(r(!k||k.type?new ma(null,e,A):k),A.abort(),S(),A=null)},o.cancelToken&&o.cancelToken.subscribe(p),o.signal&&(o.signal.aborted?p():o.signal.addEventListener("abort",p)));const N=Lv(o.url);if(N&&!dn.protocols.includes(N)){r(new Ne("Unsupported protocol "+N+":",Ne.ERR_BAD_REQUEST,e));return}A.send(a||null)})},qv=(e,t)=>{if(e=e?e.filter(Boolean):[],!t&&!e.length)return;const n=new AbortController;let r=!1;const o=function(d){if(!r){r=!0,u();const f=d instanceof Error?d:this.reason;n.abort(f instanceof Ne?f:new ma(f instanceof Error?f.message:f))}};let a=t&&setTimeout(()=>{a=null,o(new Ne(`timeout of ${t}ms exceeded`,Ne.ETIMEDOUT))},t);const u=()=>{e&&(a&&clearTimeout(a),a=null,e.forEach(d=>{d.unsubscribe?d.unsubscribe(o):d.removeEventListener("abort",o)}),e=null)};e.forEach(d=>d.addEventListener("abort",o));const{signal:c}=n;return c.unsubscribe=()=>Y.asap(u),c},Yv=function*(e,t){let n=e.byteLength;if(n<t){yield e;return}let r=0,o;for(;r<n;)o=r+t,yield e.slice(r,o),r=o},Wv=function(e,t){return kd(this,null,function*(){try{for(var n=$2(Gv(e)),r,o,a;r=!(o=yield new Zr(n.next())).done;r=!1){const u=o.value;yield*E0(Yv(u,t))}}catch(o){a=[o]}finally{try{r&&(o=n.return)&&(yield new Zr(o.call(n)))}finally{if(a)throw a[0]}}})},Gv=function(e){return kd(this,null,function*(){if(e[Symbol.asyncIterator]){yield*E0(e);return}const t=e.getReader();try{for(;;){const{done:n,value:r}=yield new Zr(t.read());if(n)break;yield r}}finally{yield new Zr(t.cancel())}})},Pg=(e,t,n,r)=>{const o=Wv(e,t);let a=0,u,c=f=>{u||(u=!0,r&&r(f))};return new ReadableStream({pull(f){return Qe(this,null,function*(){try{const{done:p,value:m}=yield o.next();if(p){c(),f.close();return}let T=m.byteLength;if(n){let y=a+=T;n(y)}f.enqueue(new Uint8Array(m))}catch(p){throw c(p),p}})},cancel(f){return c(f),o.return()}},{highWaterMark:2})};function Xv(e){if(!e||typeof e!="string"||!e.startsWith("data:"))return 0;const t=e.indexOf(",");if(t<0)return 0;const n=e.slice(5,t),r=e.slice(t+1);if(/;base64/i.test(n)){let u=r.length;const c=r.length;for(let y=0;y<c;y++)if(r.charCodeAt(y)===37&&y+2<c){const _=r.charCodeAt(y+1),S=r.charCodeAt(y+2);(_>=48&&_<=57||_>=65&&_<=70||_>=97&&_<=102)&&(S>=48&&S<=57||S>=65&&S<=70||S>=97&&S<=102)&&(u-=2,y+=2)}let d=0,f=c-1;const p=y=>y>=2&&r.charCodeAt(y-2)===37&&r.charCodeAt(y-1)===51&&(r.charCodeAt(y)===68||r.charCodeAt(y)===100);f>=0&&(r.charCodeAt(f)===61?(d++,f--):p(f)&&(d++,f-=3)),d===1&&f>=0&&(r.charCodeAt(f)===61||p(f))&&d++;const T=Math.floor(u/4)*3-(d||0);return T>0?T:0}if(typeof Buffer!="undefined"&&typeof Buffer.byteLength=="function")return Buffer.byteLength(r,"utf8");let a=0;for(let u=0,c=r.length;u<c;u++){const d=r.charCodeAt(u);if(d<128)a+=1;else if(d<2048)a+=2;else if(d>=55296&&d<=56319&&u+1<c){const f=r.charCodeAt(u+1);f>=56320&&f<=57343?(a+=4,u++):a+=3}else a+=3}return a}const Tf="1.16.1",Ng=64*1024,{isFunction:fl}=Y,Og=(e,...t)=>{try{return!!e(...t)}catch(n){return!1}},Kv=e=>{const t=Y.global!==void 0&&Y.global!==null?Y.global:globalThis,{ReadableStream:n,TextEncoder:r}=t;e=Y.merge.call({skipUndefined:!0},{Request:t.Request,Response:t.Response},e);const{fetch:o,Request:a,Response:u}=e,c=o?fl(o):typeof fetch=="function",d=fl(a),f=fl(u);if(!c)return!1;const p=c&&fl(n),m=c&&(typeof r=="function"?(v=>N=>v.encode(N))(new r):v=>Qe(null,null,function*(){return new Uint8Array(yield new a(v).arrayBuffer())})),T=d&&p&&Og(()=>{let v=!1;const N=new a(dn.origin,{body:new n,method:"POST",get duplex(){return v=!0,"half"}}),k=N.headers.has("Content-Type");return N.body!=null&&N.body.cancel(),v&&!k}),y=f&&p&&Og(()=>Y.isReadableStream(new u("").body)),_={stream:y&&(v=>v.body)};c&&["text","arrayBuffer","blob","formData","stream"].forEach(v=>{!_[v]&&(_[v]=(N,k)=>{let H=N&&N[v];if(H)return H.call(N);throw new Ne(`Response type '${v}' is not supported`,Ne.ERR_NOT_SUPPORT,k)})});const S=v=>Qe(null,null,function*(){if(v==null)return 0;if(Y.isBlob(v))return v.size;if(Y.isSpecCompliantForm(v))return(yield new a(dn.origin,{method:"POST",body:v}).arrayBuffer()).byteLength;if(Y.isArrayBufferView(v)||Y.isArrayBuffer(v))return v.byteLength;if(Y.isURLSearchParams(v)&&(v=v+""),Y.isString(v))return(yield m(v)).byteLength}),A=(v,N)=>Qe(null,null,function*(){const k=Y.toFiniteNumber(v.getContentLength());return k==null?S(N):k});return v=>Qe(null,null,function*(){let{url:N,method:k,data:H,signal:V,cancelToken:F,timeout:q,onDownloadProgress:ie,onUploadProgress:ge,responseType:$,headers:se,withCredentials:ce="same-origin",fetchOptions:de,maxContentLength:ne,maxBodyLength:be}=kg(v);const Oe=Y.isNumber(ne)&&ne>-1,oe=Y.isNumber(be)&&be>-1;let Q=o||fetch;$=$?($+"").toLowerCase():"text";let re=qv([V,F&&F.toAbortSignal()],q),C=null;const D=re&&re.unsubscribe&&(()=>{re.unsubscribe()});let ee;try{if(Oe&&typeof N=="string"&&N.startsWith("data:")&&Xv(N)>ne)throw new Ne("maxContentLength size of "+ne+" exceeded",Ne.ERR_BAD_RESPONSE,v,C);if(oe&&k!=="get"&&k!=="head"){const xe=yield A(se,H);if(typeof xe=="number"&&isFinite(xe)&&xe>be)throw new Ne("Request body larger than maxBodyLength limit",Ne.ERR_BAD_REQUEST,v,C)}if(ge&&T&&k!=="get"&&k!=="head"&&(ee=yield A(se,H))!==0){let xe=new a(N,{method:"POST",body:H,duplex:"half"}),Ye;if(Y.isFormData(H)&&(Ye=xe.headers.get("content-type"))&&se.setContentType(Ye),xe.body){const[ft,on]=wg(ee,dl(Ag(ge)));H=Pg(xe.body,Ng,ft,on)}}Y.isString(ce)||(ce=ce?"include":"omit");const O=d&&"credentials"in a.prototype;if(Y.isFormData(H)){const xe=se.getContentType();xe&&/^multipart\/form-data/i.test(xe)&&!/boundary=/i.test(xe)&&se.delete("content-type")}se.set("User-Agent","axios/"+Tf,!1);const _e=pe(M({},de),{signal:re,method:k.toUpperCase(),headers:pg(se.normalize()),body:H,duplex:"half",credentials:O?ce:void 0});C=d&&new a(N,_e);let Re=yield d?Q(C,de):Q(N,_e);if(Oe){const xe=Y.toFiniteNumber(Re.headers.get("content-length"));if(xe!=null&&xe>ne)throw new Ne("maxContentLength size of "+ne+" exceeded",Ne.ERR_BAD_RESPONSE,v,C)}const ke=y&&($==="stream"||$==="response");if(y&&Re.body&&(ie||Oe||ke&&D)){const xe={};["status","statusText","headers"].forEach(Rn=>{xe[Rn]=Re[Rn]});const Ye=Y.toFiniteNumber(Re.headers.get("content-length")),[ft,on]=ie&&wg(Ye,dl(Ag(ie),!0))||[];let Vr=0;const qr=Rn=>{if(Oe&&(Vr=Rn,Vr>ne))throw new Ne("maxContentLength size of "+ne+" exceeded",Ne.ERR_BAD_RESPONSE,v,C);ft&&ft(Rn)};Re=new u(Pg(Re.body,Ng,qr,()=>{on&&on(),D&&D()}),xe)}$=$||"text";let He=yield _[Y.findKey(_,$)||"text"](Re,v);if(Oe&&!y&&!ke){let xe;if(He!=null&&(typeof He.byteLength=="number"?xe=He.byteLength:typeof He.size=="number"?xe=He.size:typeof He=="string"&&(xe=typeof r=="function"?new r().encode(He).byteLength:He.length)),typeof xe=="number"&&xe>ne)throw new Ne("maxContentLength size of "+ne+" exceeded",Ne.ERR_BAD_RESPONSE,v,C)}return!ke&&D&&D(),yield new Promise((xe,Ye)=>{xg(xe,Ye,{data:He,headers:xn.from(Re.headers),status:Re.status,statusText:Re.statusText,config:v,request:C})})}catch(O){if(D&&D(),re&&re.aborted&&re.reason instanceof Ne){const _e=re.reason;throw _e.config=v,C&&(_e.request=C),O!==_e&&(_e.cause=O),_e}throw O&&O.name==="TypeError"&&/Load failed|fetch/i.test(O.message)?Object.assign(new Ne("Network Error",Ne.ERR_NETWORK,v,C,O&&O.response),{cause:O.cause||O}):Ne.from(O,O&&O.code,v,C,O&&O.response)}})},Qv=new Map,Ig=e=>{let t=e&&e.env||{};const{fetch:n,Request:r,Response:o}=t,a=[r,o,n];let u=a.length,c=u,d,f,p=Qv;for(;c--;)d=a[c],f=p.get(d),f===void 0&&p.set(d,f=c?new Map:Kv(t)),p=f;return f};Ig();const _f={http:Sv,xhr:Vv,fetch:{get:Ig}};Y.forEach(_f,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{__proto__:null,value:t})}catch(n){}Object.defineProperty(e,"adapterName",{__proto__:null,value:t})}});const Rg=e=>`- ${e}`,Jv=e=>Y.isFunction(e)||e===null||e===!1;function Zv(e,t){e=Y.isArray(e)?e:[e];const{length:n}=e;let r,o;const a={};for(let u=0;u<n;u++){r=e[u];let c;if(o=r,!Jv(r)&&(o=_f[(c=String(r)).toLowerCase()],o===void 0))throw new Ne(`Unknown adapter '${c}'`);if(o&&(Y.isFunction(o)||(o=o.get(t))))break;a[c||"#"+u]=o}if(!o){const u=Object.entries(a).map(([d,f])=>`adapter ${d} `+(f===!1?"is not supported by the environment":"is not available in the build"));let c=n?u.length>1?`since :
|
|
5
|
-
`+u.map(
|
|
6
|
-
`):" "+
|
|
1
|
+
(function(Ye,je){typeof exports=="object"&&typeof module!="undefined"?module.exports=je():typeof define=="function"&&define.amd?define(je):(Ye=typeof globalThis!="undefined"?globalThis:Ye||self,Ye["cimulate-copilot-widget"]=je())})(this,(function(){"use strict";var Z7=Object.defineProperty,eU=Object.defineProperties;var tU=Object.getOwnPropertyDescriptors;var Pd=Object.getOwnPropertySymbols;var Xw=Object.prototype.hasOwnProperty,Kw=Object.prototype.propertyIsEnumerable;var ra=(Ye,je)=>(je=Symbol[Ye])?je:Symbol.for("Symbol."+Ye),nU=Ye=>{throw TypeError(Ye)},ia=Math.pow,y0=(Ye,je,Ze)=>je in Ye?Z7(Ye,je,{enumerable:!0,configurable:!0,writable:!0,value:Ze}):Ye[je]=Ze,F=(Ye,je)=>{for(var Ze in je||(je={}))Xw.call(je,Ze)&&y0(Ye,Ze,je[Ze]);if(Pd)for(var Ze of Pd(je))Kw.call(je,Ze)&&y0(Ye,Ze,je[Ze]);return Ye},pe=(Ye,je)=>eU(Ye,tU(je));var mn=(Ye,je)=>{var Ze={};for(var ut in Ye)Xw.call(Ye,ut)&&je.indexOf(ut)<0&&(Ze[ut]=Ye[ut]);if(Ye!=null&&Pd)for(var ut of Pd(Ye))je.indexOf(ut)<0&&Kw.call(Ye,ut)&&(Ze[ut]=Ye[ut]);return Ze};var xe=(Ye,je,Ze)=>y0(Ye,typeof je!="symbol"?je+"":je,Ze);var Je=(Ye,je,Ze)=>new Promise((ut,Bt)=>{var De=It=>{try{an(Ze.next(It))}catch(Cn){Bt(Cn)}},qt=It=>{try{an(Ze.throw(It))}catch(Cn){Bt(Cn)}},an=It=>It.done?ut(It.value):Promise.resolve(It.value).then(De,qt);an((Ze=Ze.apply(Ye,je)).next())}),ii=function(Ye,je){this[0]=Ye,this[1]=je},Nd=(Ye,je,Ze)=>{var ut=(qt,an,It,Cn)=>{try{var oa=Ze[qt](an),$u=(an=oa.value)instanceof ii,Vu=oa.done;Promise.resolve($u?an[0]:an).then(Dr=>$u?ut(qt==="return"?qt:"next",an[1]?{done:Dr.done,value:Dr.value}:Dr,It,Cn):It({value:Dr,done:Vu})).catch(Dr=>ut("throw",Dr,It,Cn))}catch(Dr){Cn(Dr)}},Bt=qt=>De[qt]=an=>new Promise((It,Cn)=>ut(qt,an,It,Cn)),De={};return Ze=Ze.apply(Ye,je),De[ra("asyncIterator")]=()=>De,Bt("next"),Bt("throw"),Bt("return"),De},b0=Ye=>{var je=Ye[ra("asyncIterator")],Ze=!1,ut,Bt={};return je==null?(je=Ye[ra("iterator")](),ut=De=>Bt[De]=qt=>je[De](qt)):(je=je.call(Ye),ut=De=>Bt[De]=qt=>{if(Ze){if(Ze=!1,De==="throw")throw qt;return qt}return Ze=!0,{done:!1,value:new ii(new Promise(an=>{var It=je[De](qt);It instanceof Object||nU("Object expected"),an(It)}),1)}}),Bt[ra("iterator")]=()=>Bt,ut("next"),"throw"in je?ut("throw"):Bt.throw=De=>{throw De},"return"in je&&ut("return"),Bt},Qw=(Ye,je,Ze)=>(je=Ye[ra("asyncIterator")])?je.call(Ye):(Ye=Ye[ra("iterator")](),je={},Ze=(ut,Bt)=>(Bt=Ye[ut])&&(je[ut]=De=>new Promise((qt,an,It)=>(De=Bt.call(Ye,De),It=De.done,Promise.resolve(De.value).then(Cn=>qt({value:Cn,done:It}),an)))),Ze("next"),Ze("return"),je);var Ye=document.createElement("style");Ye.textContent=`.cim-widget-icon-button{display:inline-flex;align-items:center;justify-content:center;min-width:32px;min-height:32px;height:auto;line-height:normal;background-color:transparent;border:1px solid transparent;border-radius:var(--cim-widget-border-radius);padding:0;cursor:pointer;color:#333;font-size:18px;svg{padding:6px;height:100%;width:100%}&:hover{background-color:#f0f0f0}&:disabled,&[disabled]{opacity:.6;background-color:#f9f9f9;cursor:not-allowed}}.cim-widget-icon-image{object-fit:contain;padding:6px;width:.875em;height:.875em}.cim-widget-minimized-container{--base-color: var(--cim-widget-primary-color, #3182ce);--base-color-darken: color-mix(in srgb, var(--base-color), black 20%);position:fixed;bottom:1rem;right:1rem;display:flex;align-items:center;justify-content:center;.cim-widget-minimized-button{height:3rem;width:3rem;border-radius:2rem;padding:.25rem;color:#fff;box-shadow:0 4px 6px #00000040,0 1px 3px #00000050;background-color:var(--base-color);transition:background-color .1s ease-in-out;&:active{transform:translateY(1px);box-shadow:0 4px 6px #00000020,0 1px 3px #00000030}&:hover{background-color:var(--base-color-darken)}}.cim-widget-minimized-icon-img{object-fit:contain;width:stretch;height:stretch}}.cim-widget-close-button{display:flex;align-items:center;justify-content:center;padding:.5rem;height:auto;line-height:normal;border-radius:var(--cim-widget-border-radius);border:1px solid transparent;background-color:transparent;cursor:pointer;&:hover{background-color:#f0f0f0}}.cim-widget-button{--base-color: var(--cim-widget-primary-color, #3182ce);padding:.25rem .5rem;min-height:32px;height:auto;line-height:normal;background-color:var(--base-color);border-radius:var(--cim-widget-border-radius);border-color:var(--base-color);border-style:solid;color:#fff;font-family:var(--cim-widget-font-family, inherit);cursor:pointer;&:disabled,&[disabled]{cursor:not-allowed;opacity:.6}&:hover{background-color:color-mix(in srgb,var(--base-color),black 20%);border-color:color-mix(in srgb,var(--base-color),black 20%)}&:focus-visible{outline:2px solid color-mix(in srgb,var(--base-color),white 25%)}}.cim-widget-cancel-button{color:#8a8a8a}.cim-widget-disclaimer{display:flex;flex-direction:column;padding:0 .5rem .5rem;gap:.5rem}.cim-widget-disclaimer-text{font-size:.75rem;color:#00000090;margin:0}.cim-widget-disclaimer-image{object-fit:contain;height:100%;width:100%}.cim-widget-search-bar-wrapper{display:flex;flex-direction:column;padding:.5rem;gap:.5rem;&.with-attachments{border-top:1px solid var(--cim-widget-border-color)}}.cim-widget-search-bar{display:flex;align-items:center;gap:4px;font-family:var(--cim-widget-font-family)}.cim-widget-image-file-preview{display:inline-flex;align-items:center;gap:8px;padding-left:.5rem}.cim-widget-image-preview{object-fit:contain;max-height:2.5rem;&.cim-modal-component{max-height:3.5rem}}.cim-widget-image-file-name{width:100%;font-size:.8rem;color:#00000090;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;line-clamp:3;overflow:hidden}.cim-widget-close-button.clear-attachment{padding:.15rem;color:#00000090}input.cim-widget-search-input{width:100%;height:stretch;min-width:0;min-height:2rem;padding:0 8px;background-color:transparent;border:1px solid #00000040;border-radius:var(--cim-widget-border-radius)}@media(max-width:576px){input.cim-widget-search-input{font-size:16px}}.cim-widget-connection-status-icon{display:inline-block;min-width:8px;width:.6rem;height:.5rem;border-radius:50%;margin:.35rem;vertical-align:middle;&.connected{background-color:#00d60080}&.disconnected{background-color:#c9c7c7}}.cim-widget-image-upload-button{display:inline-flex;height:100%;border-radius:4px;cursor:pointer;&:hover{background-color:#f0f0f0}&.disabled{opacity:.6;background-color:#f9f9f9;cursor:not-allowed}}.cim-widget-image-upload-label{display:inline-flex;justify-content:center;align-items:center;padding:8px;margin-bottom:0;cursor:pointer;&.disabled{cursor:not-allowed}}.cim-widget-search-button{display:inline-flex;align-items:center;white-space:nowrap;gap:.25rem}.cim-widget-search-button-icon{--base-color: var(--cim-widget-primary-color, #3182ce);background-color:var(--base-color);border-color:var(--base-color);color:#fff;&:disabled,&[disabled]{background-color:var(--base-color);border-color:var(--base-color);opacity:.6}&:hover{background-color:color-mix(in srgb,var(--base-color),black 20%);border-color:color-mix(in srgb,var(--base-color),black 20%)}}.cim-widget-search-button-icon-image{object-fit:contain;width:1.25em;height:1.25em}.cim-widget-file-input{display:none}.cim-widget-overflow-menu{position:relative;height:auto;width:auto}.cim-widget-overflow-menu-list{width:170px;background:#fff;border-radius:var(--cim-widget-border-radius);border:1px solid var(--cim-widget-border-color)}.cim-widget-overflow-menu-button{background-color:#fff}.cim-widget-overflow-menu-button-trigger,.cim-widget-overflow-menu-button{display:inline-flex;align-items:center;width:100%;border:1px solid transparent;border-radius:var(--cim-widget-border-radius);cursor:pointer;color:#333;&:hover{background-color:#f0f0f0}}.cim-widget-overflow-menu-button{gap:.5rem;padding:.5rem .75rem;background-color:#f0f0f080;svg{font-size:.75rem}}.cim-widget-carousel{position:relative;width:100%}.cim-widget-carousel__item-group{padding:4px 0;justify-content:flex-start;&.carousel-row-container{display:flex!important}}.cim-widget-carousel__item{flex-shrink:0;>*{height:100%}}.cim-widget-carousel__control{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;pointer-events:none;padding:0 4px}.cim-widget-carousel__prev-trigger,.cim-widget-carousel__next-trigger{pointer-events:auto;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:1rem 0;border-radius:var(--cim-widget-border-radius);border:1px solid var(--cim-widget-border-color, #d1d5db);background-color:var(--cim-widget-background-color, #ffffff);color:var(--cim-widget-font-color, #3f3f46);cursor:pointer;box-shadow:0 1px 3px #0000001a;transition:background-color .15s ease,box-shadow .15s ease;&:hover{color:var(--cim-widget-font-color, #1a202c)}}.cim-widget-carousel__prev-trigger:hover,.cim-widget-carousel__next-trigger:hover{background-color:#f9fafb;box-shadow:0 2px 6px #0000001f}.cim-widget-carousel__prev-trigger:disabled,.cim-widget-carousel__next-trigger:disabled{opacity:.4;cursor:not-allowed}.cim-widget-carousel__indicator-group{display:flex;justify-content:center;gap:6px;padding-top:12px}.cim-widget-carousel__indicator{width:8px;height:8px;border-radius:50%;border:none;background-color:var(--cim-widget-border-color, #d1d5db);cursor:pointer;padding:0;transition:background-color .2s ease,transform .2s ease}.cim-widget-carousel__indicator[data-current]{background-color:var(--cim-widget-font-color, #1a202c);transform:scale(1.25)}.cim-widget-carousel__indicator:hover:not([data-current]){background-color:var(--cim-widget-font-color, #1a202c);opacity:.5}.cim-widget-overflow-panel{position:absolute;top:100%;left:0;right:0;display:flex;flex-direction:column;gap:.5rem;padding:.5rem;background:#fff;border-bottom:1px solid var(--cim-widget-border-color);z-index:10}.cim-widget-overflow-panel .cim-widget-overflow-menu-button{width:100%;justify-content:center;gap:.75rem;font-size:.875rem}.cim-widget-left-right-toggle-button{display:none}@media(min-width:576px){.cim-widget-left-right-toggle-button{display:inline-flex}}.cim-widget-toggle-modal-button.cim-dialog-component{display:none}@media(min-width:576px){.cim-widget-toggle-modal-button.cim-dialog-component{display:inline-flex}}.cim-widget-product-tile{display:inline-flex;flex-direction:column;background-color:#fff;border-radius:var(--cim-widget-border-radius);box-shadow:0 1px 3px #0000001a}.cim-widget-product-tile.embedded,.cim-widget-product-tile.standalone{min-width:10dvw;max-width:30dvw}.cim-widget-product-tile-image{object-fit:contain;width:100%;height:auto;max-height:25dvh;border-top-left-radius:4px;border-top-right-radius:4px}.cim-widget-product-tile-details{height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:.5rem}.cim-widget-product-tile-brand{color:var(--cim-widget-primary-color)}.cim-widget-product-tile-pdp,.cim-widget-product-tile-name,.cim-widget-product-tile-price,.cim-widget-product-tile-pid{display:inline-block;line-height:1.25rem;font-size:.875rem}.cim-widget-product-tile-name{font-weight:700}.cim-widget-product-tile-pdp{color:color-mix(in hsl decreasing hue,var(--cim-widget-font-color) 85%,black);text-decoration:none;word-wrap:break-word;&:hover{text-decoration:underline}}.cim-widget-product-tile-pdp-arrow{display:inline-block;transform:rotate(-45deg)}.cim-widget-product-tile-footer{display:flex;justify-content:space-between;align-items:center;padding-top:.5rem;gap:.5rem}.cim-widget-product-tile-price{font-weight:700}@media(max-width:576px){.cim-widget-product-tile.embedded,.cim-widget-product-tile.standalone{min-width:30dvw;max-width:45dvw}.cim-widget-product-tile-pdp,.cim-widget-product-tile-name{display:-webkit-box;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}}.cim-widget-display-products{flex-direction:column}.cim-widget-error-message-text{display:inline-flex;align-items:center;gap:.5rem;color:#e53e3e;&.embedded svg{min-width:1.25rem;height:1.25rem}}.cim-widget-blinking-cursor{display:inline-flex;margin-left:2px;line-height:0;animation:cursor-blink 1.5s steps(2) infinite}@keyframes cursor-blink{0%{opacity:0}}.cim-widget-ul{list-style-type:disc;padding-left:1.5rem}.cim-widget-ol{list-style-type:decimal;padding-left:1.5rem}.cim-widget-table-container{margin-top:1rem;margin-bottom:1rem;margin-right:.5rem;overflow-x:auto}.cim-widget-table{border-radius:.5rem;border-width:1px;border-style:solid;border-color:var(--cim-widget-border-color);border-collapse:collapse;width:100%}.cim-widget-thead{background-color:color-mix(in hsl decreasing hue,var(--cim-widget-secondary-color) 5%,transparent);border-bottom-width:2px;border-color:var(--cim-widget-border-color)}.cim-widget-tbody{border-width:0px;box-sizing:border-box;background-color:#ffffff90;overflow-wrap:break-word}.cim-widget-tr{border-style:solid;border-bottom-width:1px;border-color:var(--cim-widget-border-color)}.cim-widget-th{padding:.5rem 1rem;text-align:left;font-weight:700;border-bottom-width:1px;border-color:var(--cim-widget-border-color)}.cim-widget-td{padding:.5rem 1rem;border-bottom-width:1px;border-color:var(--cim-widget-border-color)}.cim-widget-message-container pre{margin:0}.cim-widget-progress-message.embedded,.cim-widget-progress-message.standalone{display:flex;align-items:center}.cim-widget-progress-text.embedded{font-size:.85rem;font-style:italic;color:color-mix(in hsl decreasing hue,var(--cim-widget-font-color) 80%,white);line-height:1rem;line-clamp:3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cim-widget-progress-text.standalone{font-size:inherit;font-style:italic;color:color-mix(in hsl decreasing hue,var(--cim-widget-font-color) 85%,white)}.cim-widget-thought-container{padding-left:.5rem;margin:.5rem;border-left:2px solid var(--cim-widget-primary-color)}p.cim-widget-progress-thought{margin-bottom:1rem;color:color-mix(in hsl decreasing hue,var(--cim-widget-font-color) 70%,white);line-height:1;font-size:.875rem}.cim-widget-thought-context-button{display:inline-flex;align-items:center;justify-content:space-between;padding:.25rem;min-width:84px;background-color:transparent;border-color:transparent;color:var(--cim-widget-primary-color);font-weight:700;cursor:pointer;&:hover{background-color:color-mix(in hsl decreasing hue,var(--cim-widget-primary-color) 5%,transparent);color:color-mix(in hsl decreasing hue,var(--cim-widget-primary-color) 85%,black)}}.cim-widget-message-icon.progress-icon.embedded{color:color-mix(in hsl decreasing hue,var(--cim-widget-font-color) 50%,white)}.cim-widget-refined-event{display:flex;flex-direction:column}.cim-widget-refined-event-query{display:inline-flex;align-items:center;gap:4px;color:var(--cim-widget-primary-color)}.cim-widget-refined-event-query-text{line-height:normal}.cim-widget-message-icon.refined-event-icon{font-size:1.5rem;&.embedded,&.standalone{color:var(--cim-widget-primary-color)}}.cim-widget-facet-pill{display:inline-flex;align-items:center;margin-left:4px;padding:.25rem .5rem;color:var(--cim-widget-primary-color);border-radius:9999px;font-size:.75rem;font-weight:700;&.embedded{background-color:#ffffff90}&.standalone{background-color:color-mix(in hsl decreasing hue,var(--cim-widget-primary-color) 5%,transparent)}}.cim-widget-facet-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.25rem}.cim-widget-facets{display:flex;flex-direction:column;padding:.25rem}.cim-widget-facets .cim-widget-facet-category{margin-bottom:0;font-size:.875rem;font-weight:700;word-wrap:break-word}.cim-widget-facets .cim-widget-facet-values{margin-top:0;font-size:.675rem}.cim-widget-message-timestamp.standalone{font-size:.75rem;color:#00000090}.cim-widget-message-timestamp.embedded{font-size:.65rem;color:#333333bf}.cim-widget-user-message{display:flex;flex-direction:column;gap:.5rem;.cim-widget-user-message-row{display:inline-flex;align-items:center;gap:.5rem}}.cim-widget-user-message.embedded{display:inline-flex;align-self:flex-end;padding:.5rem 1rem;border-radius:var(--cim-widget-border-radius);background-color:color-mix(in hsl decreasing hue,var(--cim-widget-primary-color) 10%,transparent);max-width:80%;min-width:50%}.cim-widget-user-message.standalone{margin:.5rem 0}.cim-widget-user-message-image{object-fit:contain;border-radius:8px;&.embedded{max-height:2.5rem}&.standalone{max-height:3.5rem}}.cim-widget-user-message-text{font-weight:700}.cim-widget-user-message-text.standalone{font-size:1.125rem;margin:0}.cim-widget-user-message-text.embedded{margin:0}.cim-widget-message-icon.user-message-icon.embedded{color:var(--cim-widget-primary-color)}.cim-widget-user-search{display:flex;flex-direction:column}.cim-widget-user-search.embedded{display:inline-flex;align-self:flex-end;padding:.5rem 1rem;border-radius:var(--cim-widget-border-radius);background-color:color-mix(in hsl decreasing hue,var(--cim-widget-primary-color) 10%,transparent);max-width:80%;min-width:50%;gap:4px}.cim-widget-user-search.standalone{flex-direction:column;font-size:1.125rem;padding-top:.5rem;padding-bottom:.5rem}.cim-widget-user-search-image{object-fit:contain;border-radius:8px;&.embedded{max-height:2.5rem}&.standalone{max-height:3.5rem}}.cim-widget-user-search-query{display:inline-flex}.cim-widget-message-icon.user-search-icon.embedded,.cim-widget-message-icon.user-search-icon.standalone{font-size:1.5rem;color:var(--cim-widget-primary-color)}.message{border-radius:.5rem}.widget-message{display:flex;align-self:flex-start}.user-message{display:flex;align-self:flex-end;padding:1rem}.cim-widget-reset-message{font-size:.75rem;font-style:italic;color:color-mix(in hsl decreasing hue,var(--cim-widget-font-color) 75%,white)}.cim-widget-start-search-message{font-size:.875rem;font-weight:700;color:var(--cim-widget-font-color)}.cim-widget-message-group,.cim-widget-message{display:flex;flex-direction:column}.cim-widget-message-group{gap:.5rem;padding:.5rem 1rem;margin-bottom:1rem;border-radius:var(--cim-widget-border-radius);&.standalone{padding:0 1rem}.cim-widget-message-group-child{max-width:100%;margin-bottom:.25rem}}.cim-widget-message-group.embedded{max-width:80%;background-color:color-mix(in hsl decreasing hue,var(--cim-widget-secondary-color) 5%,transparent)}.cim-widget-message{margin-bottom:1rem}.cim-widget-message.standalone{border-radius:0;background-color:transparent;padding:0 1rem}.cim-widget-message.embedded{margin-bottom:1rem}.cim-widget-embedded-chat{position:relative;width:100%;height:100%;margin:0 auto;border-radius:var(--cim-widget-border-radius);border:1px solid var(--cim-widget-border-color)}.cim-widget-embedded-chat>.cim-widget-message-container{padding-top:2rem;padding-left:1rem;padding-right:1rem}.cim-widget-embedded-chat-menu{position:absolute;top:.25rem;right:.25rem}.cim-widget-overflow-menu-button-trigger.cim-chat-component{border:1px solid var(--cim-widget-border-color);border-radius:var(--cim-widget-border-radius);background-color:#fff}.cim-widget-overflow-menu-button.cim-chat-component{background-color:#fff;border-radius:var(--cim-widget-border-radius);&:hover{background-color:#f0f0f0}}.cim-widget-dialog{box-sizing:border-box;position:fixed;width:35dvw;max-width:100dvw;height:55dvh;border-radius:var(--cim-widget-border-radius);border:1px solid var(--cim-widget-border-color);font-size:.875rem;z-index:9999;&.full-height{height:100%}&.full-height.bottom-left{bottom:0;left:0}&.full-height.bottom-right{bottom:0;right:0}&.bottom-left{bottom:.5rem;left:.5rem;animation:cim-widget-dialog-slide-in-left .25s ease-out}&.bottom-right{bottom:.5rem;right:.5rem;animation:cim-widget-dialog-slide-in-right .25s ease-out}.cim-widget-message-group.embedded{max-width:100%}}.cim-widget-dialog-content{display:flex;flex-direction:column;height:100%}.cim-widget-dialog-header{display:inline-flex;align-items:center;padding:.5rem 1rem;gap:8px;border-bottom:1px solid var(--cim-widget-border-color);background-color:var(--cim-widget-header-background-color)}.cim-widget-dialog-controls{position:absolute;top:4px;right:4px;display:inline-flex;align-items:center}.cim-widget-dialog-logo{object-fit:contain;max-width:50%;max-height:3rem}.cim-widget-dialog-title{width:100%;margin-top:0;margin-bottom:0;line-height:normal;color:var(--cim-widget-header-text-color, inherit);font-size:var(--cim-widget-header-text-font-size);font-weight:var(--cim-widget-header-text-font-weight, bold);font-family:var(--cim-widget-header-text-font-family, inherit);text-align:var(--cim-widget-header-text-text-align, left)}@media(min-width:576px)and (max-width:768px){.cim-widget-dialog{width:50%}}@media(max-width:576px){.cim-widget-dialog{height:100%;width:100dvw!important;max-width:100dvw;border-radius:0;&.full-height{height:100%}&.bottom-left{bottom:0;left:0}&.bottom-right{bottom:0;right:0}}.cim-widget-dialog.bottom-left,.cim-widget-dialog.bottom-right{animation:none}}@media(prefers-reduced-motion:reduce){.cim-widget-dialog.bottom-left,.cim-widget-dialog.bottom-right{animation:none}}@keyframes cim-widget-dialog-slide-in-right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes cim-widget-dialog-slide-in-left{0%{transform:translate(-100%)}to{transform:translate(0)}}.cim-widget-modal-container{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;height:100dvh;width:100dvw;z-index:9999}.cim-widget-modal-backdrop{position:absolute;top:0;left:0;height:100%;width:100%;background:#00000080}.cim-widget-modal{position:fixed;width:70dvw;height:80dvh;border-radius:var(--cim-widget-border-radius);border:1px solid var(--cim-widget-border-color);overflow-y:hidden;&.fullscreen{height:100%;width:100%;border-radius:0}}.cim-widget-modal-content{display:flex;flex-direction:column;height:100%}.cim-widget-modal-header{display:inline-flex;align-items:center;padding:.5rem 1rem;gap:8px;border-bottom:1px solid var(--cim-widget-border-color);background-color:var(--cim-widget-header-background-color)}.cim-widget-modal-controls{position:absolute;top:4px;right:4px;display:inline-flex;align-items:center}.cim-widget-modal-logo{object-fit:contain;max-width:50%;max-height:3rem}.cim-widget-modal-title{width:100%;margin-top:0;margin-bottom:0;line-height:normal;color:var(--cim-widget-header-text-color, inherit);font-size:var(--cim-widget-header-text-font-size);font-weight:var(--cim-widget-header-text-font-weight, bold);font-family:var(--cim-widget-header-text-font-family, inherit);text-align:var(--cim-widget-header-text-text-align, left)}.cim-widget-modal-fullscreen-button,.cim-widget-modal-toggle-dialog-button{display:none}@media(max-width:576px){.cim-widget-modal{height:100%;width:100%;border-radius:0}}@media(min-width:576px){.cim-widget-modal-fullscreen-button,.cim-widget-modal-toggle-dialog-button{display:inline-flex}}.cim-widget-container{box-sizing:border-box;display:flex;flex-direction:column;background-color:var(--cim-widget-background-color);font-family:var(--cim-widget-font-family, inherit);color:var(--cim-widget-font-color, inherit)}.cim-widget-message-container p{margin:.25rem 0;padding:0;+p{margin-top:.5rem}}.cim-widget-message-container span{line-height:1}.cim-widget-header{font-weight:700;color:inherit}.cim-widget-header.h1{margin-top:2rem;margin-bottom:2rem;font-size:1rem}.cim-widget-header.h2{margin-top:1.5rem;margin-bottom:1.5rem;font-size:1rem}.cim-widget-header.h3{margin-top:1rem;margin-bottom:1rem;font-size:1rem}.cim-widget-link{color:var(--cim-widget-primary-color);text-decoration:underline;cursor:pointer}.cim-widget-link:hover{color:var(--cim-widget-secondary-color);text-decoration:none}.cim-widget-text{line-height:1.5;color:inherit;margin-bottom:.25rem}.cim-widget-text.italic{font-style:italic}.cim-widget-text.bold{font-weight:700}.cim-widget-message-container{display:flex;flex-direction:column;flex:1;min-width:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;overflow-wrap:anywhere;padding:1rem;&.container-end{>:first-child{margin-top:auto}}}.cim-widget-message-icon{display:inline-flex;align-items:center;margin-right:.25rem}.cim-widget-message-icon.embedded{font-size:1rem;color:var(--cim-widget-secondary-color)}.cim-widget-message-icon.standalone{font-size:1.5rem;color:var(--cim-widget-primary-color)}.cim-widget-suggestion-container.embedded{display:inline-flex;flex-wrap:wrap;gap:.5rem}.cim-widget-suggestion-button.embedded{height:auto;padding:.2rem .5rem;border:1px solid var(--cim-widget-primary-color);border-radius:var(--cim-widget-border-radius);background-color:transparent;font-size:.875rem;font-weight:600;font-family:inherit;line-height:normal;text-transform:none;color:var(--cim-widget-primary-color);white-space:normal;word-break:break-word;text-align:left;cursor:pointer}.cim-widget-suggestion-button.embedded:hover{background-color:#fff;color:color-mix(in hsl decreasing hue,var(--cim-widget-primary-color) 85%,black)}.cim-widget-suggestion-container.standalone{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.5rem;padding:.5rem 0}@media(max-width:768px){.cim-widget-suggestion-container.standalone{grid-template-columns:repeat(1,1fr)}}.cim-widget-suggestion-button.standalone{display:inline-flex;align-items:center;padding:.5rem 1rem;border:1px solid var(--cim-widget-primary-color);border-radius:var(--cim-widget-border-radius);background-color:color-mix(in hsl decreasing hue,var(--cim-widget-primary-color) 5%,transparent);font-weight:700;line-height:normal;color:var(--cim-widget-primary-color);text-align:left;white-space:normal;word-break:break-word}.cim-widget-suggestion-button.standalone:hover{background-color:color-mix(in hsl decreasing hue,var(--cim-widget-primary-color) 15%,transparent);color:color-mix(in hsl decreasing hue,var(--cim-widget-primary-color) 85%,black)}.cim-widget-suggestion-button.has-icon{display:inline-flex;align-items:center;gap:.35rem}.cim-widget-suggestion-button.icon-right{flex-direction:row-reverse}.cim-widget-suggestion-button-icon{flex-shrink:0}.cim-widget-suggestion-button:disabled{border-color:#8a8a8a;background-color:#f9f9f9;color:#8a8a8a;cursor:not-allowed}.cim-widget-suggestion-button:disabled:hover{border-color:#8a8a8a;background-color:#f9f9f9;color:#8a8a8a}.cim-widget-prompts-extension-container{height:100%;width:100%;display:flex;flex-direction:column;align-items:flex-start;padding:1rem .5rem 1rem 1.25rem;gap:.75rem;font-size:.875rem;font-family:var(--cim-widget-font-family, inherit);background-color:var(--cim-widget-background-color);color:var(--cim-widget-font-color, inherit);border:1px solid var(--cim-widget-border-color);border-radius:.5rem;box-sizing:border-box}.cim-widget-prompts-input-container{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;.cim-widget-prompts-input-icon{width:20px;height:20px;color:var(--cim-widget-primary-color)}input.cim-widget-prompts-input{width:100%;padding:.25rem 0;outline:none;border-color:transparent;background-color:transparent;border-bottom-width:1px;border-bottom-color:var(--cim-widget-border-color);font-family:var(--cim-widget-font-family, inherit);color:var(--cim-widget-font-color, inherit);&:disabled{opacity:.6;cursor:not-allowed}}input.cim-widget-prompts-input:focus{border-bottom-color:color-mix(in srgb,var(--cim-widget-primary-color),white 25%)}.cim-widget-prompts-input-submit-button:disabled{opacity:.6;background-color:#f9f9f9;cursor:not-allowed}}.cim-widget-prompts-header{display:flex;align-items:center;gap:.5rem;width:100%;.cim-widget-prompts-input-icon{width:20px;height:20px;color:var(--cim-widget-primary-color);flex-shrink:0}.cim-widget-prompts-header-text{color:var(--cim-widget-font-color, inherit)}}.cim-widget-prompts-button-group{display:inline-flex;flex-wrap:wrap;gap:.5rem;width:100%}.cim-widget-prompts-button{height:auto;padding:.2rem .5rem;border:1px solid var(--cim-widget-primary-color);border-radius:4px;background-color:transparent;font-size:.875rem;font-weight:800;font-family:inherit;color:var(--cim-widget-primary-color);white-space:normal;word-break:break-word;text-align:left;cursor:pointer}.cim-widget-prompts-button.has-icon{display:inline-flex;align-items:center;gap:.35rem}.cim-widget-prompts-button.icon-right{flex-direction:row-reverse}.cim-widget-prompts-button:hover{background-color:#fff;color:color-mix(in hsl decreasing hue,var(--cim-widget-primary-color) 85%,black)}.cim-widget-prompts-button:disabled{border-color:#8a8a8a;background-color:#f9f9f9;color:#8a8a8a;cursor:not-allowed}.cim-widget-prompts-button:disabled:hover{border-color:#8a8a8a;background-color:#f9f9f9;color:#8a8a8a}.cim-widget-prompts-extension-messages-container{display:flex;flex-direction:column;gap:1rem;height:100%;width:100%;scrollbar-gutter:stable;overflow-y:auto}.cim-widget-prompts-user-message-container{display:flex;align-items:center;justify-content:flex-end;width:100%}.cim-widget-prompts-user-message{margin:0;max-width:85%;padding:.25rem 1rem;color:#fff;border-radius:.5rem;border:1px solid var(--cim-widget-primary-color);background-color:var(--cim-widget-primary-color)}.cim-widget-prompts-response-container{display:flex;flex:none;flex-direction:column;justify-content:flex-start;padding:.5rem 1rem;border-radius:.5rem;background-color:color-mix(in hsl decreasing hue,var(--cim-widget-secondary-color) 5%,transparent);overscroll-behavior:auto;max-width:85%}
|
|
2
|
+
/*$vite$:1*/`,document.head.appendChild(Ye);function je(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Ze={exports:{}},ut={},Bt={exports:{}},De={};var qt;function an(){if(qt)return De;qt=1;var e=Symbol.for("react.element"),t=Symbol.for("react.portal"),n=Symbol.for("react.fragment"),r=Symbol.for("react.strict_mode"),o=Symbol.for("react.profiler"),a=Symbol.for("react.provider"),u=Symbol.for("react.context"),c=Symbol.for("react.forward_ref"),d=Symbol.for("react.suspense"),f=Symbol.for("react.memo"),p=Symbol.for("react.lazy"),m=Symbol.iterator;function T(L){return L===null||typeof L!="object"?null:(L=m&&L[m]||L["@@iterator"],typeof L=="function"?L:null)}var y={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},_=Object.assign,w={};function C(L,ee,O){this.props=L,this.context=ee,this.refs=w,this.updater=O||y}C.prototype.isReactComponent={},C.prototype.setState=function(L,ee){if(typeof L!="object"&&typeof L!="function"&&L!=null)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,L,ee,"setState")},C.prototype.forceUpdate=function(L){this.updater.enqueueForceUpdate(this,L,"forceUpdate")};function A(){}A.prototype=C.prototype;function P(L,ee,O){this.props=L,this.context=ee,this.refs=w,this.updater=O||y}var v=P.prototype=new A;v.constructor=P,_(v,C.prototype),v.isPureReactComponent=!0;var H=Array.isArray,Y=Object.prototype.hasOwnProperty,D={current:null},q={key:!0,ref:!0,__self:!0,__source:!0};function re(L,ee,O){var we,Be={},Te=null,Fe=null;if(ee!=null)for(we in ee.ref!==void 0&&(Fe=ee.ref),ee.key!==void 0&&(Te=""+ee.key),ee)Y.call(ee,we)&&!q.hasOwnProperty(we)&&(Be[we]=ee[we]);var $e=arguments.length-2;if($e===1)Be.children=O;else if(1<$e){for(var Ge=Array($e),_t=0;_t<$e;_t++)Ge[_t]=arguments[_t+2];Be.children=Ge}if(L&&L.defaultProps)for(we in $e=L.defaultProps,$e)Be[we]===void 0&&(Be[we]=$e[we]);return{$$typeof:e,type:L,key:Te,ref:Fe,props:Be,_owner:D.current}}function me(L,ee){return{$$typeof:e,type:L.type,key:ee,ref:L.ref,props:L.props,_owner:L._owner}}function V(L){return typeof L=="object"&&L!==null&&L.$$typeof===e}function se(L){var ee={"=":"=0",":":"=2"};return"$"+L.replace(/[=:]/g,function(O){return ee[O]})}var ce=/\/+/g;function de(L,ee){return typeof L=="object"&&L!==null&&L.key!=null?se(""+L.key):ee.toString(36)}function ne(L,ee,O,we,Be){var Te=typeof L;(Te==="undefined"||Te==="boolean")&&(L=null);var Fe=!1;if(L===null)Fe=!0;else switch(Te){case"string":case"number":Fe=!0;break;case"object":switch(L.$$typeof){case e:case t:Fe=!0}}if(Fe)return Fe=L,Be=Be(Fe),L=we===""?"."+de(Fe,0):we,H(Be)?(O="",L!=null&&(O=L.replace(ce,"$&/")+"/"),ne(Be,ee,O,"",function(_t){return _t})):Be!=null&&(V(Be)&&(Be=me(Be,O+(!Be.key||Fe&&Fe.key===Be.key?"":(""+Be.key).replace(ce,"$&/")+"/")+L)),ee.push(Be)),1;if(Fe=0,we=we===""?".":we+":",H(L))for(var $e=0;$e<L.length;$e++){Te=L[$e];var Ge=we+de(Te,$e);Fe+=ne(Te,ee,O,Ge,Be)}else if(Ge=T(L),typeof Ge=="function")for(L=Ge.call(L),$e=0;!(Te=L.next()).done;)Te=Te.value,Ge=we+de(Te,$e++),Fe+=ne(Te,ee,O,Ge,Be);else if(Te==="object")throw ee=String(L),Error("Objects are not valid as a React child (found: "+(ee==="[object Object]"?"object with keys {"+Object.keys(L).join(", ")+"}":ee)+"). If you meant to render a collection of children, use an array instead.");return Fe}function Ee(L,ee,O){if(L==null)return L;var we=[],Be=0;return ne(L,we,"","",function(Te){return ee.call(O,Te,Be++)}),we}function Oe(L){if(L._status===-1){var ee=L._result;ee=ee(),ee.then(function(O){(L._status===0||L._status===-1)&&(L._status=1,L._result=O)},function(O){(L._status===0||L._status===-1)&&(L._status=2,L._result=O)}),L._status===-1&&(L._status=0,L._result=ee)}if(L._status===1)return L._result.default;throw L._result}var oe={current:null},Q={transition:null},ie={ReactCurrentDispatcher:oe,ReactCurrentBatchConfig:Q,ReactCurrentOwner:D};function k(){throw Error("act(...) is not supported in production builds of React.")}return De.Children={map:Ee,forEach:function(L,ee,O){Ee(L,function(){ee.apply(this,arguments)},O)},count:function(L){var ee=0;return Ee(L,function(){ee++}),ee},toArray:function(L){return Ee(L,function(ee){return ee})||[]},only:function(L){if(!V(L))throw Error("React.Children.only expected to receive a single React element child.");return L}},De.Component=C,De.Fragment=n,De.Profiler=o,De.PureComponent=P,De.StrictMode=r,De.Suspense=d,De.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=ie,De.act=k,De.cloneElement=function(L,ee,O){if(L==null)throw Error("React.cloneElement(...): The argument must be a React element, but you passed "+L+".");var we=_({},L.props),Be=L.key,Te=L.ref,Fe=L._owner;if(ee!=null){if(ee.ref!==void 0&&(Te=ee.ref,Fe=D.current),ee.key!==void 0&&(Be=""+ee.key),L.type&&L.type.defaultProps)var $e=L.type.defaultProps;for(Ge in ee)Y.call(ee,Ge)&&!q.hasOwnProperty(Ge)&&(we[Ge]=ee[Ge]===void 0&&$e!==void 0?$e[Ge]:ee[Ge])}var Ge=arguments.length-2;if(Ge===1)we.children=O;else if(1<Ge){$e=Array(Ge);for(var _t=0;_t<Ge;_t++)$e[_t]=arguments[_t+2];we.children=$e}return{$$typeof:e,type:L.type,key:Be,ref:Te,props:we,_owner:Fe}},De.createContext=function(L){return L={$$typeof:u,_currentValue:L,_currentValue2:L,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null},L.Provider={$$typeof:a,_context:L},L.Consumer=L},De.createElement=re,De.createFactory=function(L){var ee=re.bind(null,L);return ee.type=L,ee},De.createRef=function(){return{current:null}},De.forwardRef=function(L){return{$$typeof:c,render:L}},De.isValidElement=V,De.lazy=function(L){return{$$typeof:p,_payload:{_status:-1,_result:L},_init:Oe}},De.memo=function(L,ee){return{$$typeof:f,type:L,compare:ee===void 0?null:ee}},De.startTransition=function(L){var ee=Q.transition;Q.transition={};try{L()}finally{Q.transition=ee}},De.unstable_act=k,De.useCallback=function(L,ee){return oe.current.useCallback(L,ee)},De.useContext=function(L){return oe.current.useContext(L)},De.useDebugValue=function(){},De.useDeferredValue=function(L){return oe.current.useDeferredValue(L)},De.useEffect=function(L,ee){return oe.current.useEffect(L,ee)},De.useId=function(){return oe.current.useId()},De.useImperativeHandle=function(L,ee,O){return oe.current.useImperativeHandle(L,ee,O)},De.useInsertionEffect=function(L,ee){return oe.current.useInsertionEffect(L,ee)},De.useLayoutEffect=function(L,ee){return oe.current.useLayoutEffect(L,ee)},De.useMemo=function(L,ee){return oe.current.useMemo(L,ee)},De.useReducer=function(L,ee,O){return oe.current.useReducer(L,ee,O)},De.useRef=function(L){return oe.current.useRef(L)},De.useState=function(L){return oe.current.useState(L)},De.useSyncExternalStore=function(L,ee,O){return oe.current.useSyncExternalStore(L,ee,O)},De.useTransition=function(){return oe.current.useTransition()},De.version="18.3.1",De}var It;function Cn(){return It||(It=1,Bt.exports=an()),Bt.exports}var oa;function $u(){if(oa)return ut;oa=1;var e=Cn(),t=Symbol.for("react.element"),n=Symbol.for("react.fragment"),r=Object.prototype.hasOwnProperty,o=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,a={key:!0,ref:!0,__self:!0,__source:!0};function u(c,d,f){var p,m={},T=null,y=null;f!==void 0&&(T=""+f),d.key!==void 0&&(T=""+d.key),d.ref!==void 0&&(y=d.ref);for(p in d)r.call(d,p)&&!a.hasOwnProperty(p)&&(m[p]=d[p]);if(c&&c.defaultProps)for(p in d=c.defaultProps,d)m[p]===void 0&&(m[p]=d[p]);return{$$typeof:t,type:c,key:T,ref:y,props:m,_owner:o.current}}return ut.Fragment=n,ut.jsx=u,ut.jsxs=u,ut}var Vu;function Dr(){return Vu||(Vu=1,Ze.exports=$u()),Ze.exports}var x=Dr();const Mr=Object.create(null);Mr.open="0",Mr.close="1",Mr.ping="2",Mr.pong="3",Mr.message="4",Mr.upgrade="5",Mr.noop="6";const qu=Object.create(null);Object.keys(Mr).forEach(e=>{qu[Mr[e]]=e});const Od={type:"error",data:"parser error"},T0=typeof Blob=="function"||typeof Blob!="undefined"&&Object.prototype.toString.call(Blob)==="[object BlobConstructor]",_0=typeof ArrayBuffer=="function",S0=e=>typeof ArrayBuffer.isView=="function"?ArrayBuffer.isView(e):e&&e.buffer instanceof ArrayBuffer,Id=({type:e,data:t},n,r)=>T0&&t instanceof Blob?n?r(t):x0(t,r):_0&&(t instanceof ArrayBuffer||S0(t))?n?r(t):x0(new Blob([t]),r):r(Mr[e]+(t||"")),x0=(e,t)=>{const n=new FileReader;return n.onload=function(){const r=n.result.split(",")[1];t("b"+(r||""))},n.readAsDataURL(e)};function w0(e){return e instanceof Uint8Array?e:e instanceof ArrayBuffer?new Uint8Array(e):new Uint8Array(e.buffer,e.byteOffset,e.byteLength)}let Rd;function t2(e,t){if(T0&&e.data instanceof Blob)return e.data.arrayBuffer().then(w0).then(t);if(_0&&(e.data instanceof ArrayBuffer||S0(e.data)))return t(w0(e.data));Id(e,!1,n=>{Rd||(Rd=new TextEncoder),t(Rd.encode(n))})}const A0="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",sa=typeof Uint8Array=="undefined"?[]:new Uint8Array(256);for(let e=0;e<A0.length;e++)sa[A0.charCodeAt(e)]=e;const n2=e=>{let t=e.length*.75,n=e.length,r,o=0,a,u,c,d;e[e.length-1]==="="&&(t--,e[e.length-2]==="="&&t--);const f=new ArrayBuffer(t),p=new Uint8Array(f);for(r=0;r<n;r+=4)a=sa[e.charCodeAt(r)],u=sa[e.charCodeAt(r+1)],c=sa[e.charCodeAt(r+2)],d=sa[e.charCodeAt(r+3)],p[o++]=a<<2|u>>4,p[o++]=(u&15)<<4|c>>2,p[o++]=(c&3)<<6|d&63;return f},r2=typeof ArrayBuffer=="function",Ld=(e,t)=>{if(typeof e!="string")return{type:"message",data:v0(e,t)};const n=e.charAt(0);return n==="b"?{type:"message",data:i2(e.substring(1),t)}:qu[n]?e.length>1?{type:qu[n],data:e.substring(1)}:{type:qu[n]}:Od},i2=(e,t)=>{if(r2){const n=n2(e);return v0(n,t)}else return{base64:!0,data:e}},v0=(e,t)=>t==="blob"?e instanceof Blob?e:new Blob([e]):e instanceof ArrayBuffer?e:e.buffer,C0="",o2=(e,t)=>{const n=e.length,r=new Array(n);let o=0;e.forEach((a,u)=>{Id(a,!1,c=>{r[u]=c,++o===n&&t(r.join(C0))})})},s2=(e,t)=>{const n=e.split(C0),r=[];for(let o=0;o<n.length;o++){const a=Ld(n[o],t);if(r.push(a),a.type==="error")break}return r};function a2(){return new TransformStream({transform(e,t){t2(e,n=>{const r=n.length;let o;if(r<126)o=new Uint8Array(1),new DataView(o.buffer).setUint8(0,r);else if(r<65536){o=new Uint8Array(3);const a=new DataView(o.buffer);a.setUint8(0,126),a.setUint16(1,r)}else{o=new Uint8Array(9);const a=new DataView(o.buffer);a.setUint8(0,127),a.setBigUint64(1,BigInt(r))}e.data&&typeof e.data!="string"&&(o[0]|=128),t.enqueue(o),t.enqueue(n)})}})}let Dd;function Yu(e){return e.reduce((t,n)=>t+n.length,0)}function Wu(e,t){if(e[0].length===t)return e.shift();const n=new Uint8Array(t);let r=0;for(let o=0;o<t;o++)n[o]=e[0][r++],r===e[0].length&&(e.shift(),r=0);return e.length&&r<e[0].length&&(e[0]=e[0].slice(r)),n}function u2(e,t){Dd||(Dd=new TextDecoder);const n=[];let r=0,o=-1,a=!1;return new TransformStream({transform(u,c){for(n.push(u);;){if(r===0){if(Yu(n)<1)break;const d=Wu(n,1);a=(d[0]&128)===128,o=d[0]&127,o<126?r=3:o===126?r=1:r=2}else if(r===1){if(Yu(n)<2)break;const d=Wu(n,2);o=new DataView(d.buffer,d.byteOffset,d.length).getUint16(0),r=3}else if(r===2){if(Yu(n)<8)break;const d=Wu(n,8),f=new DataView(d.buffer,d.byteOffset,d.length),p=f.getUint32(0);if(p>Math.pow(2,21)-1){c.enqueue(Od);break}o=p*Math.pow(2,32)+f.getUint32(4),r=3}else{if(Yu(n)<o)break;const d=Wu(n,o);c.enqueue(Ld(a?d:Dd.decode(d),t)),r=0}if(o===0||o>e){c.enqueue(Od);break}}}})}const k0=4;function Ut(e){if(e)return l2(e)}function l2(e){for(var t in Ut.prototype)e[t]=Ut.prototype[t];return e}Ut.prototype.on=Ut.prototype.addEventListener=function(e,t){return this._callbacks=this._callbacks||{},(this._callbacks["$"+e]=this._callbacks["$"+e]||[]).push(t),this},Ut.prototype.once=function(e,t){function n(){this.off(e,n),t.apply(this,arguments)}return n.fn=t,this.on(e,n),this},Ut.prototype.off=Ut.prototype.removeListener=Ut.prototype.removeAllListeners=Ut.prototype.removeEventListener=function(e,t){if(this._callbacks=this._callbacks||{},arguments.length==0)return this._callbacks={},this;var n=this._callbacks["$"+e];if(!n)return this;if(arguments.length==1)return delete this._callbacks["$"+e],this;for(var r,o=0;o<n.length;o++)if(r=n[o],r===t||r.fn===t){n.splice(o,1);break}return n.length===0&&delete this._callbacks["$"+e],this},Ut.prototype.emit=function(e){this._callbacks=this._callbacks||{};for(var t=new Array(arguments.length-1),n=this._callbacks["$"+e],r=1;r<arguments.length;r++)t[r-1]=arguments[r];if(n){n=n.slice(0);for(var r=0,o=n.length;r<o;++r)n[r].apply(this,t)}return this},Ut.prototype.emitReserved=Ut.prototype.emit,Ut.prototype.listeners=function(e){return this._callbacks=this._callbacks||{},this._callbacks["$"+e]||[]},Ut.prototype.hasListeners=function(e){return!!this.listeners(e).length};const Gu=typeof Promise=="function"&&typeof Promise.resolve=="function"?t=>Promise.resolve().then(t):(t,n)=>n(t,0),ir=typeof self!="undefined"?self:typeof window!="undefined"?window:Function("return this")(),c2="arraybuffer";function rU(){}function P0(e,...t){return t.reduce((n,r)=>(e.hasOwnProperty(r)&&(n[r]=e[r]),n),{})}const d2=ir.setTimeout,f2=ir.clearTimeout;function Xu(e,t){t.useNativeTimers?(e.setTimeoutFn=d2.bind(ir),e.clearTimeoutFn=f2.bind(ir)):(e.setTimeoutFn=ir.setTimeout.bind(ir),e.clearTimeoutFn=ir.clearTimeout.bind(ir))}const h2=1.33;function p2(e){return typeof e=="string"?m2(e):Math.ceil((e.byteLength||e.size)*h2)}function m2(e){let t=0,n=0;for(let r=0,o=e.length;r<o;r++)t=e.charCodeAt(r),t<128?n+=1:t<2048?n+=2:t<55296||t>=57344?n+=3:(r++,n+=4);return n}function N0(){return Date.now().toString(36).substring(3)+Math.random().toString(36).substring(2,5)}function g2(e){let t="";for(let n in e)e.hasOwnProperty(n)&&(t.length&&(t+="&"),t+=encodeURIComponent(n)+"="+encodeURIComponent(e[n]));return t}function E2(e){let t={},n=e.split("&");for(let r=0,o=n.length;r<o;r++){let a=n[r].split("=");t[decodeURIComponent(a[0])]=decodeURIComponent(a[1])}return t}class y2 extends Error{constructor(t,n,r){super(t),this.description=n,this.context=r,this.type="TransportError"}}class Md extends Ut{constructor(t){super(),this.writable=!1,Xu(this,t),this.opts=t,this.query=t.query,this.socket=t.socket,this.supportsBinary=!t.forceBase64}onError(t,n,r){return super.emitReserved("error",new y2(t,n,r)),this}open(){return this.readyState="opening",this.doOpen(),this}close(){return(this.readyState==="opening"||this.readyState==="open")&&(this.doClose(),this.onClose()),this}send(t){this.readyState==="open"&&this.write(t)}onOpen(){this.readyState="open",this.writable=!0,super.emitReserved("open")}onData(t){const n=Ld(t,this.socket.binaryType);this.onPacket(n)}onPacket(t){super.emitReserved("packet",t)}onClose(t){this.readyState="closed",super.emitReserved("close",t)}pause(t){}createUri(t,n={}){return t+"://"+this._hostname()+this._port()+this.opts.path+this._query(n)}_hostname(){const t=this.opts.hostname;return t.indexOf(":")===-1?t:"["+t+"]"}_port(){return this.opts.port&&(this.opts.secure&&Number(this.opts.port)!==443||!this.opts.secure&&Number(this.opts.port)!==80)?":"+this.opts.port:""}_query(t){const n=g2(t);return n.length?"?"+n:""}}class b2 extends Md{constructor(){super(...arguments),this._polling=!1}get name(){return"polling"}doOpen(){this._poll()}pause(t){this.readyState="pausing";const n=()=>{this.readyState="paused",t()};if(this._polling||!this.writable){let r=0;this._polling&&(r++,this.once("pollComplete",function(){--r||n()})),this.writable||(r++,this.once("drain",function(){--r||n()}))}else n()}_poll(){this._polling=!0,this.doPoll(),this.emitReserved("poll")}onData(t){const n=r=>{if(this.readyState==="opening"&&r.type==="open"&&this.onOpen(),r.type==="close")return this.onClose({description:"transport closed by the server"}),!1;this.onPacket(r)};s2(t,this.socket.binaryType).forEach(n),this.readyState!=="closed"&&(this._polling=!1,this.emitReserved("pollComplete"),this.readyState==="open"&&this._poll())}doClose(){const t=()=>{this.write([{type:"close"}])};this.readyState==="open"?t():this.once("open",t)}write(t){this.writable=!1,o2(t,n=>{this.doWrite(n,()=>{this.writable=!0,this.emitReserved("drain")})})}uri(){const t=this.opts.secure?"https":"http",n=this.query||{};return this.opts.timestampRequests!==!1&&(n[this.opts.timestampParam]=N0()),!this.supportsBinary&&!n.sid&&(n.b64=1),this.createUri(t,n)}}let O0=!1;try{O0=typeof XMLHttpRequest!="undefined"&&"withCredentials"in new XMLHttpRequest}catch(e){}const T2=O0;function _2(){}class S2 extends b2{constructor(t){if(super(t),typeof location!="undefined"){const n=location.protocol==="https:";let r=location.port;r||(r=n?"443":"80"),this.xd=typeof location!="undefined"&&t.hostname!==location.hostname||r!==t.port}}doWrite(t,n){const r=this.request({method:"POST",data:t});r.on("success",n),r.on("error",(o,a)=>{this.onError("xhr post error",o,a)})}doPoll(){const t=this.request();t.on("data",this.onData.bind(this)),t.on("error",(n,r)=>{this.onError("xhr poll error",n,r)}),this.pollXhr=t}}class Fr extends Ut{constructor(t,n,r){super(),this.createRequest=t,Xu(this,r),this._opts=r,this._method=r.method||"GET",this._uri=n,this._data=r.data!==void 0?r.data:null,this._create()}_create(){var t;const n=P0(this._opts,"agent","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","autoUnref");n.xdomain=!!this._opts.xd;const r=this._xhr=this.createRequest(n);try{r.open(this._method,this._uri,!0);try{if(this._opts.extraHeaders){r.setDisableHeaderCheck&&r.setDisableHeaderCheck(!0);for(let o in this._opts.extraHeaders)this._opts.extraHeaders.hasOwnProperty(o)&&r.setRequestHeader(o,this._opts.extraHeaders[o])}}catch(o){}if(this._method==="POST")try{r.setRequestHeader("Content-type","text/plain;charset=UTF-8")}catch(o){}try{r.setRequestHeader("Accept","*/*")}catch(o){}(t=this._opts.cookieJar)===null||t===void 0||t.addCookies(r),"withCredentials"in r&&(r.withCredentials=this._opts.withCredentials),this._opts.requestTimeout&&(r.timeout=this._opts.requestTimeout),r.onreadystatechange=()=>{var o;r.readyState===3&&((o=this._opts.cookieJar)===null||o===void 0||o.parseCookies(r.getResponseHeader("set-cookie"))),r.readyState===4&&(r.status===200||r.status===1223?this._onLoad():this.setTimeoutFn(()=>{this._onError(typeof r.status=="number"?r.status:0)},0))},r.send(this._data)}catch(o){this.setTimeoutFn(()=>{this._onError(o)},0);return}typeof document!="undefined"&&(this._index=Fr.requestsCount++,Fr.requests[this._index]=this)}_onError(t){this.emitReserved("error",t,this._xhr),this._cleanup(!0)}_cleanup(t){if(!(typeof this._xhr=="undefined"||this._xhr===null)){if(this._xhr.onreadystatechange=_2,t)try{this._xhr.abort()}catch(n){}typeof document!="undefined"&&delete Fr.requests[this._index],this._xhr=null}}_onLoad(){const t=this._xhr.responseText;t!==null&&(this.emitReserved("data",t),this.emitReserved("success"),this._cleanup())}abort(){this._cleanup()}}if(Fr.requestsCount=0,Fr.requests={},typeof document!="undefined"){if(typeof attachEvent=="function")attachEvent("onunload",I0);else if(typeof addEventListener=="function"){const e="onpagehide"in ir?"pagehide":"unload";addEventListener(e,I0,!1)}}function I0(){for(let e in Fr.requests)Fr.requests.hasOwnProperty(e)&&Fr.requests[e].abort()}const x2=(function(){const e=R0({xdomain:!1});return e&&e.responseType!==null})();class w2 extends S2{constructor(t){super(t);const n=t&&t.forceBase64;this.supportsBinary=x2&&!n}request(t={}){return Object.assign(t,{xd:this.xd},this.opts),new Fr(R0,this.uri(),t)}}function R0(e){const t=e.xdomain;try{if(typeof XMLHttpRequest!="undefined"&&(!t||T2))return new XMLHttpRequest}catch(n){}if(!t)try{return new ir[["Active"].concat("Object").join("X")]("Microsoft.XMLHTTP")}catch(n){}}const L0=typeof navigator!="undefined"&&typeof navigator.product=="string"&&navigator.product.toLowerCase()==="reactnative";class A2 extends Md{get name(){return"websocket"}doOpen(){const t=this.uri(),n=this.opts.protocols,r=L0?{}:P0(this.opts,"agent","perMessageDeflate","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","localAddress","protocolVersion","origin","maxPayload","family","checkServerIdentity");this.opts.extraHeaders&&(r.headers=this.opts.extraHeaders);try{this.ws=this.createSocket(t,n,r)}catch(o){return this.emitReserved("error",o)}this.ws.binaryType=this.socket.binaryType,this.addEventListeners()}addEventListeners(){this.ws.onopen=()=>{this.opts.autoUnref&&this.ws._socket.unref(),this.onOpen()},this.ws.onclose=t=>this.onClose({description:"websocket connection closed",context:t}),this.ws.onmessage=t=>this.onData(t.data),this.ws.onerror=t=>this.onError("websocket error",t)}write(t){this.writable=!1;for(let n=0;n<t.length;n++){const r=t[n],o=n===t.length-1;Id(r,this.supportsBinary,a=>{try{this.doWrite(r,a)}catch(u){}o&&Gu(()=>{this.writable=!0,this.emitReserved("drain")},this.setTimeoutFn)})}}doClose(){typeof this.ws!="undefined"&&(this.ws.onerror=()=>{},this.ws.close(),this.ws=null)}uri(){const t=this.opts.secure?"wss":"ws",n=this.query||{};return this.opts.timestampRequests&&(n[this.opts.timestampParam]=N0()),this.supportsBinary||(n.b64=1),this.createUri(t,n)}}const Fd=ir.WebSocket||ir.MozWebSocket;class v2 extends A2{createSocket(t,n,r){return L0?new Fd(t,n,r):n?new Fd(t,n):new Fd(t)}doWrite(t,n){this.ws.send(n)}}class C2 extends Md{get name(){return"webtransport"}doOpen(){try{this._transport=new WebTransport(this.createUri("https"),this.opts.transportOptions[this.name])}catch(t){return this.emitReserved("error",t)}this._transport.closed.then(()=>{this.onClose()}).catch(t=>{this.onError("webtransport error",t)}),this._transport.ready.then(()=>{this._transport.createBidirectionalStream().then(t=>{const n=u2(Number.MAX_SAFE_INTEGER,this.socket.binaryType),r=t.readable.pipeThrough(n).getReader(),o=a2();o.readable.pipeTo(t.writable),this._writer=o.writable.getWriter();const a=()=>{r.read().then(({done:c,value:d})=>{c||(this.onPacket(d),a())}).catch(c=>{})};a();const u={type:"open"};this.query.sid&&(u.data=`{"sid":"${this.query.sid}"}`),this._writer.write(u).then(()=>this.onOpen())})})}write(t){this.writable=!1;for(let n=0;n<t.length;n++){const r=t[n],o=n===t.length-1;this._writer.write(r).then(()=>{o&&Gu(()=>{this.writable=!0,this.emitReserved("drain")},this.setTimeoutFn)})}}doClose(){var t;(t=this._transport)===null||t===void 0||t.close()}}const k2={websocket:v2,webtransport:C2,polling:w2},P2=/^(?:(?![^:@\/?#]+:[^:@\/]*@)(http|https|ws|wss):\/\/)?((?:(([^:@\/?#]*)(?::([^:@\/?#]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/,N2=["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"];function Bd(e){if(e.length>8e3)throw"URI too long";const t=e,n=e.indexOf("["),r=e.indexOf("]");n!=-1&&r!=-1&&(e=e.substring(0,n)+e.substring(n,r).replace(/:/g,";")+e.substring(r,e.length));let o=P2.exec(e||""),a={},u=14;for(;u--;)a[N2[u]]=o[u]||"";return n!=-1&&r!=-1&&(a.source=t,a.host=a.host.substring(1,a.host.length-1).replace(/;/g,":"),a.authority=a.authority.replace("[","").replace("]","").replace(/;/g,":"),a.ipv6uri=!0),a.pathNames=O2(a,a.path),a.queryKey=I2(a,a.query),a}function O2(e,t){const n=/\/{2,9}/g,r=t.replace(n,"/").split("/");return(t.slice(0,1)=="/"||t.length===0)&&r.splice(0,1),t.slice(-1)=="/"&&r.splice(r.length-1,1),r}function I2(e,t){const n={};return t.replace(/(?:^|&)([^&=]*)=?([^&]*)/g,function(r,o,a){o&&(n[o]=a)}),n}const Ud=typeof addEventListener=="function"&&typeof removeEventListener=="function",Ku=[];Ud&&addEventListener("offline",()=>{Ku.forEach(e=>e())},!1);class Ai extends Ut{constructor(t,n){if(super(),this.binaryType=c2,this.writeBuffer=[],this._prevBufferLen=0,this._pingInterval=-1,this._pingTimeout=-1,this._maxPayload=-1,this._pingTimeoutTime=1/0,t&&typeof t=="object"&&(n=t,t=null),t){const r=Bd(t);n.hostname=r.host,n.secure=r.protocol==="https"||r.protocol==="wss",n.port=r.port,r.query&&(n.query=r.query)}else n.host&&(n.hostname=Bd(n.host).host);Xu(this,n),this.secure=n.secure!=null?n.secure:typeof location!="undefined"&&location.protocol==="https:",n.hostname&&!n.port&&(n.port=this.secure?"443":"80"),this.hostname=n.hostname||(typeof location!="undefined"?location.hostname:"localhost"),this.port=n.port||(typeof location!="undefined"&&location.port?location.port:this.secure?"443":"80"),this.transports=[],this._transportsByName={},n.transports.forEach(r=>{const o=r.prototype.name;this.transports.push(o),this._transportsByName[o]=r}),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},n),this.opts.path=this.opts.path.replace(/\/$/,"")+(this.opts.addTrailingSlash?"/":""),typeof this.opts.query=="string"&&(this.opts.query=E2(this.opts.query)),Ud&&(this.opts.closeOnBeforeunload&&(this._beforeunloadEventListener=()=>{this.transport&&(this.transport.removeAllListeners(),this.transport.close())},addEventListener("beforeunload",this._beforeunloadEventListener,!1)),this.hostname!=="localhost"&&(this._offlineEventListener=()=>{this._onClose("transport close",{description:"network connection lost"})},Ku.push(this._offlineEventListener))),this.opts.withCredentials&&(this._cookieJar=void 0),this._open()}createTransport(t){const n=Object.assign({},this.opts.query);n.EIO=k0,n.transport=t,this.id&&(n.sid=this.id);const r=Object.assign({},this.opts,{query:n,socket:this,hostname:this.hostname,secure:this.secure,port:this.port},this.opts.transportOptions[t]);return new this._transportsByName[t](r)}_open(){if(this.transports.length===0){this.setTimeoutFn(()=>{this.emitReserved("error","No transports available")},0);return}const t=this.opts.rememberUpgrade&&Ai.priorWebsocketSuccess&&this.transports.indexOf("websocket")!==-1?"websocket":this.transports[0];this.readyState="opening";const n=this.createTransport(t);n.open(),this.setTransport(n)}setTransport(t){this.transport&&this.transport.removeAllListeners(),this.transport=t,t.on("drain",this._onDrain.bind(this)).on("packet",this._onPacket.bind(this)).on("error",this._onError.bind(this)).on("close",n=>this._onClose("transport close",n))}onOpen(){this.readyState="open",Ai.priorWebsocketSuccess=this.transport.name==="websocket",this.emitReserved("open"),this.flush()}_onPacket(t){if(this.readyState==="opening"||this.readyState==="open"||this.readyState==="closing")switch(this.emitReserved("packet",t),this.emitReserved("heartbeat"),t.type){case"open":this.onHandshake(JSON.parse(t.data));break;case"ping":this._sendPacket("pong"),this.emitReserved("ping"),this.emitReserved("pong"),this._resetPingTimeout();break;case"error":const n=new Error("server error");n.code=t.data,this._onError(n);break;case"message":this.emitReserved("data",t.data),this.emitReserved("message",t.data);break}}onHandshake(t){this.emitReserved("handshake",t),this.id=t.sid,this.transport.query.sid=t.sid,this._pingInterval=t.pingInterval,this._pingTimeout=t.pingTimeout,this._maxPayload=t.maxPayload,this.onOpen(),this.readyState!=="closed"&&this._resetPingTimeout()}_resetPingTimeout(){this.clearTimeoutFn(this._pingTimeoutTimer);const t=this._pingInterval+this._pingTimeout;this._pingTimeoutTime=Date.now()+t,this._pingTimeoutTimer=this.setTimeoutFn(()=>{this._onClose("ping timeout")},t),this.opts.autoUnref&&this._pingTimeoutTimer.unref()}_onDrain(){this.writeBuffer.splice(0,this._prevBufferLen),this._prevBufferLen=0,this.writeBuffer.length===0?this.emitReserved("drain"):this.flush()}flush(){if(this.readyState!=="closed"&&this.transport.writable&&!this.upgrading&&this.writeBuffer.length){const t=this._getWritablePackets();this.transport.send(t),this._prevBufferLen=t.length,this.emitReserved("flush")}}_getWritablePackets(){if(!(this._maxPayload&&this.transport.name==="polling"&&this.writeBuffer.length>1))return this.writeBuffer;let n=1;for(let r=0;r<this.writeBuffer.length;r++){const o=this.writeBuffer[r].data;if(o&&(n+=p2(o)),r>0&&n>this._maxPayload)return this.writeBuffer.slice(0,r);n+=2}return this.writeBuffer}_hasPingExpired(){if(!this._pingTimeoutTime)return!0;const t=Date.now()>this._pingTimeoutTime;return t&&(this._pingTimeoutTime=0,Gu(()=>{this._onClose("ping timeout")},this.setTimeoutFn)),t}write(t,n,r){return this._sendPacket("message",t,n,r),this}send(t,n,r){return this._sendPacket("message",t,n,r),this}_sendPacket(t,n,r,o){if(typeof n=="function"&&(o=n,n=void 0),typeof r=="function"&&(o=r,r=null),this.readyState==="closing"||this.readyState==="closed")return;r=r||{},r.compress=r.compress!==!1;const a={type:t,data:n,options:r};this.emitReserved("packetCreate",a),this.writeBuffer.push(a),o&&this.once("flush",o),this.flush()}close(){const t=()=>{this._onClose("forced close"),this.transport.close()},n=()=>{this.off("upgrade",n),this.off("upgradeError",n),t()},r=()=>{this.once("upgrade",n),this.once("upgradeError",n)};return(this.readyState==="opening"||this.readyState==="open")&&(this.readyState="closing",this.writeBuffer.length?this.once("drain",()=>{this.upgrading?r():t()}):this.upgrading?r():t()),this}_onError(t){if(Ai.priorWebsocketSuccess=!1,this.opts.tryAllTransports&&this.transports.length>1&&this.readyState==="opening")return this.transports.shift(),this._open();this.emitReserved("error",t),this._onClose("transport error",t)}_onClose(t,n){if(this.readyState==="opening"||this.readyState==="open"||this.readyState==="closing"){if(this.clearTimeoutFn(this._pingTimeoutTimer),this.transport.removeAllListeners("close"),this.transport.close(),this.transport.removeAllListeners(),Ud&&(this._beforeunloadEventListener&&removeEventListener("beforeunload",this._beforeunloadEventListener,!1),this._offlineEventListener)){const r=Ku.indexOf(this._offlineEventListener);r!==-1&&Ku.splice(r,1)}this.readyState="closed",this.id=null,this.emitReserved("close",t,n),this.writeBuffer=[],this._prevBufferLen=0}}}Ai.protocol=k0;class R2 extends Ai{constructor(){super(...arguments),this._upgrades=[]}onOpen(){if(super.onOpen(),this.readyState==="open"&&this.opts.upgrade)for(let t=0;t<this._upgrades.length;t++)this._probe(this._upgrades[t])}_probe(t){let n=this.createTransport(t),r=!1;Ai.priorWebsocketSuccess=!1;const o=()=>{r||(n.send([{type:"ping",data:"probe"}]),n.once("packet",m=>{if(!r)if(m.type==="pong"&&m.data==="probe"){if(this.upgrading=!0,this.emitReserved("upgrading",n),!n)return;Ai.priorWebsocketSuccess=n.name==="websocket",this.transport.pause(()=>{r||this.readyState!=="closed"&&(p(),this.setTransport(n),n.send([{type:"upgrade"}]),this.emitReserved("upgrade",n),n=null,this.upgrading=!1,this.flush())})}else{const T=new Error("probe error");T.transport=n.name,this.emitReserved("upgradeError",T)}}))};function a(){r||(r=!0,p(),n.close(),n=null)}const u=m=>{const T=new Error("probe error: "+m);T.transport=n.name,a(),this.emitReserved("upgradeError",T)};function c(){u("transport closed")}function d(){u("socket closed")}function f(m){n&&m.name!==n.name&&a()}const p=()=>{n.removeListener("open",o),n.removeListener("error",u),n.removeListener("close",c),this.off("close",d),this.off("upgrading",f)};n.once("open",o),n.once("error",u),n.once("close",c),this.once("close",d),this.once("upgrading",f),this._upgrades.indexOf("webtransport")!==-1&&t!=="webtransport"?this.setTimeoutFn(()=>{r||n.open()},200):n.open()}onHandshake(t){this._upgrades=this._filterUpgrades(t.upgrades),super.onHandshake(t)}_filterUpgrades(t){const n=[];for(let r=0;r<t.length;r++)~this.transports.indexOf(t[r])&&n.push(t[r]);return n}}let L2=class extends R2{constructor(t,n={}){const r=typeof t=="object",o=r?F({},t):F({},n);(!o.transports||o.transports&&typeof o.transports[0]=="string")&&(o.transports=(o.transports||["polling","websocket","webtransport"]).map(a=>k2[a]).filter(a=>!!a)),super(r?o:t,o)}};function D2(e,t="",n){let r=e;n=n||typeof location!="undefined"&&location,e==null&&(e=n.protocol+"//"+n.host),typeof e=="string"&&(e.charAt(0)==="/"&&(e.charAt(1)==="/"?e=n.protocol+e:e=n.host+e),/^(https?|wss?):\/\//.test(e)||(typeof n!="undefined"?e=n.protocol+"//"+e:e="https://"+e),r=Bd(e)),r.port||(/^(http|ws)$/.test(r.protocol)?r.port="80":/^(http|ws)s$/.test(r.protocol)&&(r.port="443")),r.path=r.path||"/";const a=r.host.indexOf(":")!==-1?"["+r.host+"]":r.host;return r.id=r.protocol+"://"+a+":"+r.port+t,r.href=r.protocol+"://"+a+(n&&n.port===r.port?"":":"+r.port),r}const M2=typeof ArrayBuffer=="function",F2=e=>typeof ArrayBuffer.isView=="function"?ArrayBuffer.isView(e):e.buffer instanceof ArrayBuffer,D0=Object.prototype.toString,B2=typeof Blob=="function"||typeof Blob!="undefined"&&D0.call(Blob)==="[object BlobConstructor]",U2=typeof File=="function"||typeof File!="undefined"&&D0.call(File)==="[object FileConstructor]";function Hd(e){return M2&&(e instanceof ArrayBuffer||F2(e))||B2&&e instanceof Blob||U2&&e instanceof File}function Qu(e,t){if(!e||typeof e!="object")return!1;if(Array.isArray(e)){for(let n=0,r=e.length;n<r;n++)if(Qu(e[n]))return!0;return!1}if(Hd(e))return!0;if(e.toJSON&&typeof e.toJSON=="function"&&arguments.length===1)return Qu(e.toJSON(),!0);for(const n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&Qu(e[n]))return!0;return!1}function H2(e){const t=[],n=e.data,r=e;return r.data=zd(n,t),r.attachments=t.length,{packet:r,buffers:t}}function zd(e,t){if(!e)return e;if(Hd(e)){const n={_placeholder:!0,num:t.length};return t.push(e),n}else if(Array.isArray(e)){const n=new Array(e.length);for(let r=0;r<e.length;r++)n[r]=zd(e[r],t);return n}else if(typeof e=="object"&&!(e instanceof Date)){const n={};for(const r in e)Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=zd(e[r],t));return n}return e}function z2(e,t){return e.data=jd(e.data,t),delete e.attachments,e}function jd(e,t){if(!e)return e;if(e&&e._placeholder===!0){if(typeof e.num=="number"&&e.num>=0&&e.num<t.length)return t[e.num];throw new Error("illegal attachments")}else if(Array.isArray(e))for(let n=0;n<e.length;n++)e[n]=jd(e[n],t);else if(typeof e=="object")for(const n in e)Object.prototype.hasOwnProperty.call(e,n)&&(e[n]=jd(e[n],t));return e}const j2=["connect","connect_error","disconnect","disconnecting","newListener","removeListener"];var nt;(function(e){e[e.CONNECT=0]="CONNECT",e[e.DISCONNECT=1]="DISCONNECT",e[e.EVENT=2]="EVENT",e[e.ACK=3]="ACK",e[e.CONNECT_ERROR=4]="CONNECT_ERROR",e[e.BINARY_EVENT=5]="BINARY_EVENT",e[e.BINARY_ACK=6]="BINARY_ACK"})(nt||(nt={}));class $2{constructor(t){this.replacer=t}encode(t){return(t.type===nt.EVENT||t.type===nt.ACK)&&Qu(t)?this.encodeAsBinary({type:t.type===nt.EVENT?nt.BINARY_EVENT:nt.BINARY_ACK,nsp:t.nsp,data:t.data,id:t.id}):[this.encodeAsString(t)]}encodeAsString(t){let n=""+t.type;return(t.type===nt.BINARY_EVENT||t.type===nt.BINARY_ACK)&&(n+=t.attachments+"-"),t.nsp&&t.nsp!=="/"&&(n+=t.nsp+","),t.id!=null&&(n+=t.id),t.data!=null&&(n+=JSON.stringify(t.data,this.replacer)),n}encodeAsBinary(t){const n=H2(t),r=this.encodeAsString(n.packet),o=n.buffers;return o.unshift(r),o}}class $d extends Ut{constructor(t){super(),this.opts=Object.assign({reviver:void 0,maxAttachments:10},typeof t=="function"?{reviver:t}:t)}add(t){let n;if(typeof t=="string"){if(this.reconstructor)throw new Error("got plaintext data when reconstructing a packet");n=this.decodeString(t);const r=n.type===nt.BINARY_EVENT;r||n.type===nt.BINARY_ACK?(n.type=r?nt.EVENT:nt.ACK,this.reconstructor=new V2(n),n.attachments===0&&super.emitReserved("decoded",n)):super.emitReserved("decoded",n)}else if(Hd(t)||t.base64)if(this.reconstructor)n=this.reconstructor.takeBinaryData(t),n&&(this.reconstructor=null,super.emitReserved("decoded",n));else throw new Error("got binary data when not reconstructing a packet");else throw new Error("Unknown type: "+t)}decodeString(t){let n=0;const r={type:Number(t.charAt(0))};if(nt[r.type]===void 0)throw new Error("unknown packet type "+r.type);if(r.type===nt.BINARY_EVENT||r.type===nt.BINARY_ACK){const a=n+1;for(;t.charAt(++n)!=="-"&&n!=t.length;);const u=t.substring(a,n);if(u!=Number(u)||t.charAt(n)!=="-")throw new Error("Illegal attachments");const c=Number(u);if(!q2(c)||c<0)throw new Error("Illegal attachments");if(c>this.opts.maxAttachments)throw new Error("too many attachments");r.attachments=c}if(t.charAt(n+1)==="/"){const a=n+1;for(;++n&&!(t.charAt(n)===","||n===t.length););r.nsp=t.substring(a,n)}else r.nsp="/";const o=t.charAt(n+1);if(o!==""&&Number(o)==o){const a=n+1;for(;++n;){const u=t.charAt(n);if(u==null||Number(u)!=u){--n;break}if(n===t.length)break}r.id=Number(t.substring(a,n+1))}if(t.charAt(++n)){const a=this.tryParse(t.substr(n));if($d.isPayloadValid(r.type,a))r.data=a;else throw new Error("invalid payload")}return r}tryParse(t){try{return JSON.parse(t,this.opts.reviver)}catch(n){return!1}}static isPayloadValid(t,n){switch(t){case nt.CONNECT:return M0(n);case nt.DISCONNECT:return n===void 0;case nt.CONNECT_ERROR:return typeof n=="string"||M0(n);case nt.EVENT:case nt.BINARY_EVENT:return Array.isArray(n)&&(typeof n[0]=="number"||typeof n[0]=="string"&&j2.indexOf(n[0])===-1);case nt.ACK:case nt.BINARY_ACK:return Array.isArray(n)}}destroy(){this.reconstructor&&(this.reconstructor.finishedReconstruction(),this.reconstructor=null)}}class V2{constructor(t){this.packet=t,this.buffers=[],this.reconPack=t}takeBinaryData(t){if(this.buffers.push(t),this.buffers.length===this.reconPack.attachments){const n=z2(this.reconPack,this.buffers);return this.finishedReconstruction(),n}return null}finishedReconstruction(){this.reconPack=null,this.buffers=[]}}const q2=Number.isInteger||function(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e};function M0(e){return Object.prototype.toString.call(e)==="[object Object]"}const Y2=Object.freeze(Object.defineProperty({__proto__:null,Decoder:$d,Encoder:$2,get PacketType(){return nt}},Symbol.toStringTag,{value:"Module"}));function br(e,t,n){return e.on(t,n),function(){e.off(t,n)}}const W2=Object.freeze({connect:1,connect_error:1,disconnect:1,disconnecting:1,newListener:1,removeListener:1});class F0 extends Ut{constructor(t,n,r){super(),this.connected=!1,this.recovered=!1,this.receiveBuffer=[],this.sendBuffer=[],this._queue=[],this._queueSeq=0,this.ids=0,this.acks={},this.flags={},this.io=t,this.nsp=n,r&&r.auth&&(this.auth=r.auth),this._opts=Object.assign({},r),this.io._autoConnect&&this.open()}get disconnected(){return!this.connected}subEvents(){if(this.subs)return;const t=this.io;this.subs=[br(t,"open",this.onopen.bind(this)),br(t,"packet",this.onpacket.bind(this)),br(t,"error",this.onerror.bind(this)),br(t,"close",this.onclose.bind(this))]}get active(){return!!this.subs}connect(){return this.connected?this:(this.subEvents(),this.io._reconnecting||this.io.open(),this.io._readyState==="open"&&this.onopen(),this)}open(){return this.connect()}send(...t){return t.unshift("message"),this.emit.apply(this,t),this}emit(t,...n){var r,o,a;if(W2.hasOwnProperty(t))throw new Error('"'+t.toString()+'" is a reserved event name');if(n.unshift(t),this._opts.retries&&!this.flags.fromQueue&&!this.flags.volatile)return this._addToQueue(n),this;const u={type:nt.EVENT,data:n};if(u.options={},u.options.compress=this.flags.compress!==!1,typeof n[n.length-1]=="function"){const p=this.ids++,m=n.pop();this._registerAckCallback(p,m),u.id=p}const c=(o=(r=this.io.engine)===null||r===void 0?void 0:r.transport)===null||o===void 0?void 0:o.writable,d=this.connected&&!(!((a=this.io.engine)===null||a===void 0)&&a._hasPingExpired());return this.flags.volatile&&!c||(d?(this.notifyOutgoingListeners(u),this.packet(u)):this.sendBuffer.push(u)),this.flags={},this}_registerAckCallback(t,n){var r;const o=(r=this.flags.timeout)!==null&&r!==void 0?r:this._opts.ackTimeout;if(o===void 0){this.acks[t]=n;return}const a=this.io.setTimeoutFn(()=>{delete this.acks[t];for(let c=0;c<this.sendBuffer.length;c++)this.sendBuffer[c].id===t&&this.sendBuffer.splice(c,1);n.call(this,new Error("operation has timed out"))},o),u=(...c)=>{this.io.clearTimeoutFn(a),n.apply(this,c)};u.withError=!0,this.acks[t]=u}emitWithAck(t,...n){return new Promise((r,o)=>{const a=(u,c)=>u?o(u):r(c);a.withError=!0,n.push(a),this.emit(t,...n)})}_addToQueue(t){let n;typeof t[t.length-1]=="function"&&(n=t.pop());const r={id:this._queueSeq++,tryCount:0,pending:!1,args:t,flags:Object.assign({fromQueue:!0},this.flags)};t.push((o,...a)=>(this._queue[0],o!==null?r.tryCount>this._opts.retries&&(this._queue.shift(),n&&n(o)):(this._queue.shift(),n&&n(null,...a)),r.pending=!1,this._drainQueue())),this._queue.push(r),this._drainQueue()}_drainQueue(t=!1){if(!this.connected||this._queue.length===0)return;const n=this._queue[0];n.pending&&!t||(n.pending=!0,n.tryCount++,this.flags=n.flags,this.emit.apply(this,n.args))}packet(t){t.nsp=this.nsp,this.io._packet(t)}onopen(){typeof this.auth=="function"?this.auth(t=>{this._sendConnectPacket(t)}):this._sendConnectPacket(this.auth)}_sendConnectPacket(t){this.packet({type:nt.CONNECT,data:this._pid?Object.assign({pid:this._pid,offset:this._lastOffset},t):t})}onerror(t){this.connected||this.emitReserved("connect_error",t)}onclose(t,n){this.connected=!1,delete this.id,this.emitReserved("disconnect",t,n),this._clearAcks()}_clearAcks(){Object.keys(this.acks).forEach(t=>{if(!this.sendBuffer.some(r=>String(r.id)===t)){const r=this.acks[t];delete this.acks[t],r.withError&&r.call(this,new Error("socket has been disconnected"))}})}onpacket(t){if(t.nsp===this.nsp)switch(t.type){case nt.CONNECT:t.data&&t.data.sid?this.onconnect(t.data.sid,t.data.pid):this.emitReserved("connect_error",new 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 nt.EVENT:case nt.BINARY_EVENT:this.onevent(t);break;case nt.ACK:case nt.BINARY_ACK:this.onack(t);break;case nt.DISCONNECT:this.ondisconnect();break;case nt.CONNECT_ERROR:this.destroy();const r=new Error(t.data.message);r.data=t.data.data,this.emitReserved("connect_error",r);break}}onevent(t){const n=t.data||[];t.id!=null&&n.push(this.ack(t.id)),this.connected?this.emitEvent(n):this.receiveBuffer.push(Object.freeze(n))}emitEvent(t){if(this._anyListeners&&this._anyListeners.length){const n=this._anyListeners.slice();for(const r of n)r.apply(this,t)}super.emit.apply(this,t),this._pid&&t.length&&typeof t[t.length-1]=="string"&&(this._lastOffset=t[t.length-1])}ack(t){const n=this;let r=!1;return function(...o){r||(r=!0,n.packet({type:nt.ACK,id:t,data:o}))}}onack(t){const n=this.acks[t.id];typeof n=="function"&&(delete this.acks[t.id],n.withError&&t.data.unshift(null),n.apply(this,t.data))}onconnect(t,n){this.id=t,this.recovered=n&&this._pid===n,this._pid=n,this.connected=!0,this.emitBuffered(),this._drainQueue(!0),this.emitReserved("connect")}emitBuffered(){this.receiveBuffer.forEach(t=>this.emitEvent(t)),this.receiveBuffer=[],this.sendBuffer.forEach(t=>{this.notifyOutgoingListeners(t),this.packet(t)}),this.sendBuffer=[]}ondisconnect(){this.destroy(),this.onclose("io server disconnect")}destroy(){this.subs&&(this.subs.forEach(t=>t()),this.subs=void 0),this.io._destroy(this)}disconnect(){return this.connected&&this.packet({type:nt.DISCONNECT}),this.destroy(),this.connected&&this.onclose("io client disconnect"),this}close(){return this.disconnect()}compress(t){return this.flags.compress=t,this}get volatile(){return this.flags.volatile=!0,this}timeout(t){return this.flags.timeout=t,this}onAny(t){return this._anyListeners=this._anyListeners||[],this._anyListeners.push(t),this}prependAny(t){return this._anyListeners=this._anyListeners||[],this._anyListeners.unshift(t),this}offAny(t){if(!this._anyListeners)return this;if(t){const n=this._anyListeners;for(let r=0;r<n.length;r++)if(t===n[r])return n.splice(r,1),this}else this._anyListeners=[];return this}listenersAny(){return this._anyListeners||[]}onAnyOutgoing(t){return this._anyOutgoingListeners=this._anyOutgoingListeners||[],this._anyOutgoingListeners.push(t),this}prependAnyOutgoing(t){return this._anyOutgoingListeners=this._anyOutgoingListeners||[],this._anyOutgoingListeners.unshift(t),this}offAnyOutgoing(t){if(!this._anyOutgoingListeners)return this;if(t){const n=this._anyOutgoingListeners;for(let r=0;r<n.length;r++)if(t===n[r])return n.splice(r,1),this}else this._anyOutgoingListeners=[];return this}listenersAnyOutgoing(){return this._anyOutgoingListeners||[]}notifyOutgoingListeners(t){if(this._anyOutgoingListeners&&this._anyOutgoingListeners.length){const n=this._anyOutgoingListeners.slice();for(const r of n)r.apply(this,t.data)}}}function Uo(e){e=e||{},this.ms=e.min||100,this.max=e.max||1e4,this.factor=e.factor||2,this.jitter=e.jitter>0&&e.jitter<=1?e.jitter:0,this.attempts=0}Uo.prototype.duration=function(){var e=this.ms*Math.pow(this.factor,this.attempts++);if(this.jitter){var t=Math.random(),n=Math.floor(t*this.jitter*e);e=(Math.floor(t*10)&1)==0?e-n:e+n}return Math.min(e,this.max)|0},Uo.prototype.reset=function(){this.attempts=0},Uo.prototype.setMin=function(e){this.ms=e},Uo.prototype.setMax=function(e){this.max=e},Uo.prototype.setJitter=function(e){this.jitter=e};class Vd extends Ut{constructor(t,n){var r;super(),this.nsps={},this.subs=[],t&&typeof t=="object"&&(n=t,t=void 0),n=n||{},n.path=n.path||"/socket.io",this.opts=n,Xu(this,n),this.reconnection(n.reconnection!==!1),this.reconnectionAttempts(n.reconnectionAttempts||1/0),this.reconnectionDelay(n.reconnectionDelay||1e3),this.reconnectionDelayMax(n.reconnectionDelayMax||5e3),this.randomizationFactor((r=n.randomizationFactor)!==null&&r!==void 0?r:.5),this.backoff=new Uo({min:this.reconnectionDelay(),max:this.reconnectionDelayMax(),jitter:this.randomizationFactor()}),this.timeout(n.timeout==null?2e4:n.timeout),this._readyState="closed",this.uri=t;const o=n.parser||Y2;this.encoder=new o.Encoder,this.decoder=new o.Decoder,this._autoConnect=n.autoConnect!==!1,this._autoConnect&&this.open()}reconnection(t){return arguments.length?(this._reconnection=!!t,t||(this.skipReconnect=!0),this):this._reconnection}reconnectionAttempts(t){return t===void 0?this._reconnectionAttempts:(this._reconnectionAttempts=t,this)}reconnectionDelay(t){var n;return t===void 0?this._reconnectionDelay:(this._reconnectionDelay=t,(n=this.backoff)===null||n===void 0||n.setMin(t),this)}randomizationFactor(t){var n;return t===void 0?this._randomizationFactor:(this._randomizationFactor=t,(n=this.backoff)===null||n===void 0||n.setJitter(t),this)}reconnectionDelayMax(t){var n;return t===void 0?this._reconnectionDelayMax:(this._reconnectionDelayMax=t,(n=this.backoff)===null||n===void 0||n.setMax(t),this)}timeout(t){return arguments.length?(this._timeout=t,this):this._timeout}maybeReconnectOnOpen(){!this._reconnecting&&this._reconnection&&this.backoff.attempts===0&&this.reconnect()}open(t){if(~this._readyState.indexOf("open"))return this;this.engine=new L2(this.uri,this.opts);const n=this.engine,r=this;this._readyState="opening",this.skipReconnect=!1;const o=br(n,"open",function(){r.onopen(),t&&t()}),a=c=>{this.cleanup(),this._readyState="closed",this.emitReserved("error",c),t?t(c):this.maybeReconnectOnOpen()},u=br(n,"error",a);if(this._timeout!==!1){const c=this._timeout,d=this.setTimeoutFn(()=>{o(),a(new Error("timeout")),n.close()},c);this.opts.autoUnref&&d.unref(),this.subs.push(()=>{this.clearTimeoutFn(d)})}return this.subs.push(o),this.subs.push(u),this}connect(t){return this.open(t)}onopen(){this.cleanup(),this._readyState="open",this.emitReserved("open");const t=this.engine;this.subs.push(br(t,"ping",this.onping.bind(this)),br(t,"data",this.ondata.bind(this)),br(t,"error",this.onerror.bind(this)),br(t,"close",this.onclose.bind(this)),br(this.decoder,"decoded",this.ondecoded.bind(this)))}onping(){this.emitReserved("ping")}ondata(t){try{this.decoder.add(t)}catch(n){this.onclose("parse error",n)}}ondecoded(t){Gu(()=>{this.emitReserved("packet",t)},this.setTimeoutFn)}onerror(t){this.emitReserved("error",t)}socket(t,n){let r=this.nsps[t];return r?this._autoConnect&&!r.active&&r.connect():(r=new F0(this,t,n),this.nsps[t]=r),r}_destroy(t){const n=Object.keys(this.nsps);for(const r of n)if(this.nsps[r].active)return;this._close()}_packet(t){const n=this.encoder.encode(t);for(let r=0;r<n.length;r++)this.engine.write(n[r],t.options)}cleanup(){this.subs.forEach(t=>t()),this.subs.length=0,this.decoder.destroy()}_close(){this.skipReconnect=!0,this._reconnecting=!1,this.onclose("forced close")}disconnect(){return this._close()}onclose(t,n){var r;this.cleanup(),(r=this.engine)===null||r===void 0||r.close(),this.backoff.reset(),this._readyState="closed",this.emitReserved("close",t,n),this._reconnection&&!this.skipReconnect&&this.reconnect()}reconnect(){if(this._reconnecting||this.skipReconnect)return this;const t=this;if(this.backoff.attempts>=this._reconnectionAttempts)this.backoff.reset(),this.emitReserved("reconnect_failed"),this._reconnecting=!1;else{const n=this.backoff.duration();this._reconnecting=!0;const r=this.setTimeoutFn(()=>{t.skipReconnect||(this.emitReserved("reconnect_attempt",t.backoff.attempts),!t.skipReconnect&&t.open(o=>{o?(t._reconnecting=!1,t.reconnect(),this.emitReserved("reconnect_error",o)):t.onreconnect()}))},n);this.opts.autoUnref&&r.unref(),this.subs.push(()=>{this.clearTimeoutFn(r)})}}onreconnect(){const t=this.backoff.attempts;this._reconnecting=!1,this.backoff.reset(),this.emitReserved("reconnect",t)}}const aa={};function Ju(e,t){typeof e=="object"&&(t=e,e=void 0),t=t||{};const n=D2(e,t.path||"/socket.io"),r=n.source,o=n.id,a=n.path,u=aa[o]&&a in aa[o].nsps,c=t.forceNew||t["force new connection"]||t.multiplex===!1||u;let d;return c?d=new Vd(r,t):(aa[o]||(aa[o]=new Vd(r,t)),d=aa[o]),n.query&&!t.query&&(t.query=n.queryKey),d.socket(n.path,t)}Object.assign(Ju,{Manager:Vd,Socket:F0,io:Ju,connect:Ju});var G2=function(e){return(function(t){return!!t&&typeof t=="object"})(e)&&!(function(t){var n=Object.prototype.toString.call(t);return n==="[object RegExp]"||n==="[object Date]"||(function(r){return r.$$typeof===X2})(t)})(e)},X2=typeof Symbol=="function"&&Symbol.for?Symbol.for("react.element"):60103;function ua(e,t){return t.clone!==!1&&t.isMergeableObject(e)?Ho((n=e,Array.isArray(n)?[]:{}),e,t):e;var n}function K2(e,t,n){return e.concat(t).map((function(r){return ua(r,n)}))}function B0(e){return Object.keys(e).concat((function(t){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(t).filter((function(n){return Object.propertyIsEnumerable.call(t,n)})):[]})(e))}function U0(e,t){try{return t in e}catch(n){return!1}}function Q2(e,t,n){var r={};return n.isMergeableObject(e)&&B0(e).forEach((function(o){r[o]=ua(e[o],n)})),B0(t).forEach((function(o){(function(a,u){return U0(a,u)&&!(Object.hasOwnProperty.call(a,u)&&Object.propertyIsEnumerable.call(a,u))})(e,o)||(U0(e,o)&&n.isMergeableObject(t[o])?r[o]=(function(a,u){if(!u.customMerge)return Ho;var c=u.customMerge(a);return typeof c=="function"?c:Ho})(o,n)(e[o],t[o],n):r[o]=ua(t[o],n))})),r}function Ho(e,t,n){(n=n||{}).arrayMerge=n.arrayMerge||K2,n.isMergeableObject=n.isMergeableObject||G2,n.cloneUnlessOtherwiseSpecified=ua;var r=Array.isArray(t);return r===Array.isArray(e)?r?n.arrayMerge(e,t,n):Q2(e,t,n):ua(t,n)}Ho.all=function(e,t){if(!Array.isArray(e))throw new Error("first argument should be an array");return e.reduce((function(n,r){return Ho(n,r,t)}),{})};var J2=Ho;let Z2=class{constructor(t){Object.assign(this,t)}};function kn(e){if(e)return(function(t){for(var n in kn.prototype)t[n]=kn.prototype[n];return t})(e)}kn.prototype.on=kn.prototype.addEventListener=function(e,t){return this._callbacks=this._callbacks||{},(this._callbacks["$"+e]=this._callbacks["$"+e]||[]).push(t),this},kn.prototype.once=function(e,t){function n(){this.off(e,n),t.apply(this,arguments)}return n.fn=t,this.on(e,n),this},kn.prototype.off=kn.prototype.removeListener=kn.prototype.removeAllListeners=kn.prototype.removeEventListener=function(e,t){if(this._callbacks=this._callbacks||{},arguments.length==0)return this._callbacks={},this;var n,r=this._callbacks["$"+e];if(!r)return this;if(arguments.length==1)return delete this._callbacks["$"+e],this;for(var o=0;o<r.length;o++)if((n=r[o])===t||n.fn===t){r.splice(o,1);break}return r.length===0&&delete this._callbacks["$"+e],this},kn.prototype.emit=function(e){this._callbacks=this._callbacks||{};for(var t=new Array(arguments.length-1),n=this._callbacks["$"+e],r=1;r<arguments.length;r++)t[r-1]=arguments[r];if(n){r=0;for(var o=(n=n.slice(0)).length;r<o;++r)n[r].apply(this,t)}return this},kn.prototype.emitReserved=kn.prototype.emit,kn.prototype.listeners=function(e){return this._callbacks=this._callbacks||{},this._callbacks["$"+e]||[]},kn.prototype.hasListeners=function(e){return!!this.listeners(e).length};const eA=typeof ArrayBuffer=="function",H0=Object.prototype.toString,tA=typeof Blob=="function"||typeof Blob!="undefined"&&H0.call(Blob)==="[object BlobConstructor]",nA=typeof File=="function"||typeof File!="undefined"&&H0.call(File)==="[object FileConstructor]";function qd(e){return eA&&(e instanceof ArrayBuffer||(t=>typeof ArrayBuffer.isView=="function"?ArrayBuffer.isView(t):t.buffer instanceof ArrayBuffer)(e))||tA&&e instanceof Blob||nA&&e instanceof File}function Zu(e,t){if(!e||typeof e!="object")return!1;if(Array.isArray(e)){for(let n=0,r=e.length;n<r;n++)if(Zu(e[n]))return!0;return!1}if(qd(e))return!0;if(e.toJSON&&typeof e.toJSON=="function"&&arguments.length===1)return Zu(e.toJSON(),!0);for(const n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&Zu(e[n]))return!0;return!1}function rA(e){const t=[],n=e.data,r=e;return r.data=Yd(n,t),r.attachments=t.length,{packet:r,buffers:t}}function Yd(e,t){if(!e)return e;if(qd(e)){const n={_placeholder:!0,num:t.length};return t.push(e),n}if(Array.isArray(e)){const n=new Array(e.length);for(let r=0;r<e.length;r++)n[r]=Yd(e[r],t);return n}if(typeof e=="object"&&!(e instanceof Date)){const n={};for(const r in e)Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=Yd(e[r],t));return n}return e}function iA(e,t){return e.data=Wd(e.data,t),delete e.attachments,e}function Wd(e,t){if(!e)return e;if(e&&e._placeholder===!0){if(typeof e.num=="number"&&e.num>=0&&e.num<t.length)return t[e.num];throw new Error("illegal attachments")}if(Array.isArray(e))for(let n=0;n<e.length;n++)e[n]=Wd(e[n],t);else if(typeof e=="object")for(const n in e)Object.prototype.hasOwnProperty.call(e,n)&&(e[n]=Wd(e[n],t));return e}const oA=["connect","connect_error","disconnect","disconnecting","newListener","removeListener"];var kt;(function(e){e[e.CONNECT=0]="CONNECT",e[e.DISCONNECT=1]="DISCONNECT",e[e.EVENT=2]="EVENT",e[e.ACK=3]="ACK",e[e.CONNECT_ERROR=4]="CONNECT_ERROR",e[e.BINARY_EVENT=5]="BINARY_EVENT",e[e.BINARY_ACK=6]="BINARY_ACK"})(kt||(kt={}));class sA{constructor(t){this.replacer=t}encode(t){return t.type!==kt.EVENT&&t.type!==kt.ACK||!Zu(t)?[this.encodeAsString(t)]:this.encodeAsBinary({type:t.type===kt.EVENT?kt.BINARY_EVENT:kt.BINARY_ACK,nsp:t.nsp,data:t.data,id:t.id})}encodeAsString(t){let n=""+t.type;return t.type!==kt.BINARY_EVENT&&t.type!==kt.BINARY_ACK||(n+=t.attachments+"-"),t.nsp&&t.nsp!=="/"&&(n+=t.nsp+","),t.id!=null&&(n+=t.id),t.data!=null&&(n+=JSON.stringify(t.data,this.replacer)),n}encodeAsBinary(t){const n=rA(t),r=this.encodeAsString(n.packet),o=n.buffers;return o.unshift(r),o}}class Gd extends kn{constructor(t){super(),this.opts=Object.assign({reviver:void 0,maxAttachments:10},typeof t=="function"?{reviver:t}:t)}add(t){let n;if(typeof t=="string"){if(this.reconstructor)throw new Error("got plaintext data when reconstructing a packet");n=this.decodeString(t);const r=n.type===kt.BINARY_EVENT;r||n.type===kt.BINARY_ACK?(n.type=r?kt.EVENT:kt.ACK,this.reconstructor=new aA(n),n.attachments===0&&super.emitReserved("decoded",n)):super.emitReserved("decoded",n)}else{if(!qd(t)&&!t.base64)throw new Error("Unknown type: "+t);if(!this.reconstructor)throw new Error("got binary data when not reconstructing a packet");n=this.reconstructor.takeBinaryData(t),n&&(this.reconstructor=null,super.emitReserved("decoded",n))}}decodeString(t){let n=0;const r={type:Number(t.charAt(0))};if(kt[r.type]===void 0)throw new Error("unknown packet type "+r.type);if(r.type===kt.BINARY_EVENT||r.type===kt.BINARY_ACK){const a=n+1;for(;t.charAt(++n)!=="-"&&n!=t.length;);const u=t.substring(a,n);if(u!=Number(u)||t.charAt(n)!=="-")throw new Error("Illegal attachments");const c=Number(u);if(!uA(c)||c<0)throw new Error("Illegal attachments");if(c>this.opts.maxAttachments)throw new Error("too many attachments");r.attachments=c}if(t.charAt(n+1)==="/"){const a=n+1;for(;++n&&!(t.charAt(n)===","||n===t.length););r.nsp=t.substring(a,n)}else r.nsp="/";const o=t.charAt(n+1);if(o!==""&&Number(o)==o){const a=n+1;for(;++n;){const u=t.charAt(n);if(u==null||Number(u)!=u){--n;break}if(n===t.length)break}r.id=Number(t.substring(a,n+1))}if(t.charAt(++n)){const a=this.tryParse(t.substr(n));if(!Gd.isPayloadValid(r.type,a))throw new Error("invalid payload");r.data=a}return r}tryParse(t){try{return JSON.parse(t,this.opts.reviver)}catch(n){return!1}}static isPayloadValid(t,n){switch(t){case kt.CONNECT:return z0(n);case kt.DISCONNECT:return n===void 0;case kt.CONNECT_ERROR:return typeof n=="string"||z0(n);case kt.EVENT:case kt.BINARY_EVENT:return Array.isArray(n)&&(typeof n[0]=="number"||typeof n[0]=="string"&&oA.indexOf(n[0])===-1);case kt.ACK:case kt.BINARY_ACK:return Array.isArray(n)}}destroy(){this.reconstructor&&(this.reconstructor.finishedReconstruction(),this.reconstructor=null)}}class aA{constructor(t){this.packet=t,this.buffers=[],this.reconPack=t}takeBinaryData(t){if(this.buffers.push(t),this.buffers.length===this.reconPack.attachments){const n=iA(this.reconPack,this.buffers);return this.finishedReconstruction(),n}return null}finishedReconstruction(){this.reconPack=null,this.buffers=[]}}const uA=Number.isInteger||function(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e};function z0(e){return Object.prototype.toString.call(e)==="[object Object]"}const j0=["searchParams.facetFilters","browseParams.facetFilters","baseCatalogParams.facetFilters","hits","products"],$0=(e,t,n)=>function r(o,a=[]){const u=Object.entries(o).map((([c,d])=>{const f=[...a,t(c)];return[e(c),d instanceof Object&&!(n!=null&&n.includes(f.join(".")))?r(d,f):d]}));return Array.isArray(o)?u.map((c=>c[1])):Object.fromEntries(u)},V0=e=>e.replace(/_([a-z])/g,((t,n)=>n.toUpperCase())),lA=$0((e=>e.replace(/([A-Z])/g,"_$1").toLowerCase()),(e=>e),j0),q0=$0(V0,V0,j0),cA={Encoder:class extends sA{encode(e){var t,n;return super.encode(pe(F({},e),{data:((t=e.data)==null?void 0:t.length)==2?[e.data[0],lA(e.data[1])]:((n=e.data)==null?void 0:n.length)==1?[e.data[0]]:typeof e.data=="object"&&e.data!=null?e.data:void 0}))}},Decoder:class extends Gd{constructor(){super(((e,t)=>e==""&&Array.isArray(t)?t.map((n=>Array.isArray(n)?n.map((r=>r instanceof Object?q0(r):r)):n instanceof Object?q0(n):n)):t))}}},dA={path:"/api/v1/socket.io",autoConnect:!1,transports:["polling","websocket"],upgrade:!0,timeout:1e4};class fA{constructor({apiKey:t,apiToken:n,baseUrl:r,namespace:o="/copilot",customerId:a,tenantId:u,socketOptions:c={}}){if(this.sessionIdKey="x-cimulate-copilot-session-id",this.reconnectAttempts=0,this.maxReconnectAttempts=5,this.maxReconnectDelay=3e4,this.handleConnectAck=m=>{console.log("[Copilot SDK] Connect Ack:",m),this.socket.auth={[this.sessionIdKey]:m.sessionId}},this.handleDisconnect=m=>{console.warn(`[Copilot SDK] Disconnected: ${m}`),m!=="io client disconnect"&&(console.log(`[Copilot SDK] Disconnected due to ${m}. Attempting reconnect...`),this.retryConnect())},this.handleConnectError=m=>{console.error(`[Copilot SDK] Connect error: ${m.message}`);const T=m.message.match(/['"]error['"]:\s*['"](\w+)['"]/),y=T==null?void 0:T[1];y&&["InvalidApiKey","InvalidToken","BadRequest"].includes(y)?this.disconnect():this.socket.connected||this.socket.active||(console.log("[Copilot SDK] Retrying connect attempt..."),this.retryConnect())},this.offInternalHandlers=()=>{this.socket.off("connect_ack",this.handleConnectAck),this.socket.off("disconnect",this.handleDisconnect),this.off("connect_error",this.handleConnectError)},t&&n||!t&&!n)throw new Error("Provide exactly one authentication method: either 'apiKey' or 'apiToken', but not both.");const d=`${r}${o}`,f={};t?f["x-cimulate-api-key"]=t:n&&(f.Authorization=`Bearer ${n}`),a&&(f["x-cimulate-customer-id"]=a),u&&(f["Tenant-ID"]=u);const p=[dA,c,{parser:cA,withCredentials:!0,transportOptions:{polling:{extraHeaders:f}}}];this.socket=Ju(d,J2.all(p))}connect(){this.reconnectTimeout&&(clearTimeout(this.reconnectTimeout),this.reconnectTimeout=void 0,this.reconnectAttempts=0),this.offInternalHandlers(),this.on("connect_ack",this.handleConnectAck),this.socket.on("disconnect",this.handleDisconnect),this.on("connect_error",this.handleConnectError),this.socket.auth&&this.sessionIdKey in this.socket.auth&&(this.socket.auth={}),this.socket.connect()}retryConnect(){if(!(this.socket.connected||this.socket.active||this.reconnectAttempts>=this.maxReconnectAttempts))if(this.reconnectTimeout&&(clearTimeout(this.reconnectTimeout),this.reconnectTimeout=void 0),this.reconnectAttempts<this.maxReconnectAttempts){const t=Math.min(1e3*ia(2,this.reconnectAttempts),this.maxReconnectDelay);console.info(`[Copilot SDK] Retry #${this.reconnectAttempts+1} in ${t}ms...`),this.reconnectTimeout=setTimeout((()=>{this.socket.connected||this.socket.active||(this.reconnectAttempts++,this.reconnect())}),t)}else console.error("[Copilot SDK] Max reconnect attempts reached.")}reconnect(){this.socket.connected||this.socket.active||this.reconnectAttempts>=this.maxReconnectAttempts||(this.reconnectTimeout&&(clearTimeout(this.reconnectTimeout),this.reconnectTimeout=void 0,this.reconnectAttempts=0),this.socket.connect())}browse(t,n){return Je(this,null,function*(){return this.asyncResponse("copilot_browse",t,n)})}browseSuggestions(t,n){return Je(this,null,function*(){return this.asyncResponse("copilot_browse_suggestions",t,n)})}search(t,n){return Je(this,null,function*(){return this.asyncResponse("copilot_search",t,n)})}searchSuggestions(t,n){return Je(this,null,function*(){return this.asyncResponse("copilot_search_suggestions",t,n)})}facetedNavigation(t,n){return Je(this,null,function*(){return this.asyncResponse("faceted_navigation",t,n)})}cancelRequest(t,n){return this.asyncResponse("cancel",t,n)}conversationReset(t,n){return this.asyncResponse("conversation_reset",t,n)}productView(t,n){return Je(this,null,function*(){return this.asyncResponse("product_view",t,n)})}productViewSuggestions(t,n){return Je(this,null,function*(){return this.asyncResponse("product_view_suggestions",t,n)})}askCim(t,n){return Je(this,null,function*(){return this.asyncResponse("ask_cim",t,n)})}askCimSuggestions(t,n){return Je(this,null,function*(){return this.asyncResponse("ask_cim_suggestions",t,n)})}requestSessionInformation(t){return Je(this,null,function*(){return new Promise((n=>{this.socket.emit("session_info",(r=>{t&&t(r),n(r)}))}))})}getConversationEvents(t,n){return Je(this,null,function*(){return new Promise((r=>{this.socket.emit("conversation_events",t,(o=>{n&&n(o),r(o)}))}))})}on(t,n){return this.socket.on(t,n),n}once(t,n){this.socket.once(t,n)}off(t,n){this.socket.off(t,n)}disconnect(){this.reconnectTimeout&&(clearTimeout(this.reconnectTimeout),this.reconnectTimeout=void 0),this.offInternalHandlers(),this.socket.disconnect()}onDisconnect(t){this.socket.on("disconnect",t)}asyncResponse(t,n,r){return Je(this,null,function*(){if(r)return void this.socket.emit(t,n,r);let o="";const a=(function(u){return Nd(this,null,function*(){const c=[];let d=!1,f=null;const p=yield new ii(u({emit:m=>{c.push(m),f&&(f(),f=null)},cancel:()=>{d=!0}}));try{for(;!d;)c.length>0?yield c.shift():yield new ii(new Promise((m=>{f=m})));for(;c.length>0;)yield c.shift()}finally{yield new ii(p==null?void 0:p())}})})((({emit:u,cancel:c})=>{const d=(f,p)=>{["done","error"].includes(p.name)&&c(),p.eventSourceId==o&&u(p)};return this.socket.onAny(d),()=>Je(this,null,function*(){this.socket.offAny(d)})}));return{result:yield new Promise(((u,c)=>this.socket.emit(t,n,(d=>{d.name==="error"?c(new Z2(d)):(o=d==null?void 0:d.id,u(d))})))),events:a}})}}var B=Cn();const to=je(B);var Y0=Symbol.for("immer-nothing"),W0=Symbol.for("immer-draftable"),lt=Symbol.for("immer-state");function or(e,...t){throw new Error(`[Immer] minified error nr: ${e}. Full error at: https://bit.ly/3cXEKWf`)}var zo=Object.getPrototypeOf;function jo(e){return!!e&&!!e[lt]}function oi(e){var t;return e?G0(e)||Array.isArray(e)||!!e[W0]||!!((t=e.constructor)!=null&&t[W0])||tl(e)||nl(e):!1}var hA=Object.prototype.constructor.toString();function G0(e){if(!e||typeof e!="object")return!1;const t=zo(e);if(t===null)return!0;const n=Object.hasOwnProperty.call(t,"constructor")&&t.constructor;return n===Object?!0:typeof n=="function"&&Function.toString.call(n)===hA}function la(e,t){el(e)===0?Reflect.ownKeys(e).forEach(n=>{t(n,e[n],e)}):e.forEach((n,r)=>t(r,n,e))}function el(e){const t=e[lt];return t?t.type_:Array.isArray(e)?1:tl(e)?2:nl(e)?3:0}function Xd(e,t){return el(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function X0(e,t,n){const r=el(e);r===2?e.set(t,n):r===3?e.add(n):e[t]=n}function pA(e,t){return e===t?e!==0||1/e===1/t:e!==e&&t!==t}function tl(e){return e instanceof Map}function nl(e){return e instanceof Set}function Qt(e){return e.copy_||e.base_}function Kd(e,t){if(tl(e))return new Map(e);if(nl(e))return new Set(e);if(Array.isArray(e))return Array.prototype.slice.call(e);const n=G0(e);if(t===!0||t==="class_only"&&!n){const r=Object.getOwnPropertyDescriptors(e);delete r[lt];let o=Reflect.ownKeys(r);for(let a=0;a<o.length;a++){const u=o[a],c=r[u];c.writable===!1&&(c.writable=!0,c.configurable=!0),(c.get||c.set)&&(r[u]={configurable:!0,writable:!0,enumerable:c.enumerable,value:e[u]})}return Object.create(zo(e),r)}else{const r=zo(e);if(r!==null&&n)return F({},e);const o=Object.create(r);return Object.assign(o,e)}}function Qd(e,t=!1){return rl(e)||jo(e)||!oi(e)||(el(e)>1&&(e.set=e.add=e.clear=e.delete=mA),Object.freeze(e),t&&Object.entries(e).forEach(([n,r])=>Qd(r,!0))),e}function mA(){or(2)}function rl(e){return Object.isFrozen(e)}var Jd={};function no(e){const t=Jd[e];return t||or(0,e),t}function gA(e,t){Jd[e]||(Jd[e]=t)}var ca;function il(){return ca}function EA(e,t){return{drafts_:[],parent_:e,immer_:t,canAutoFreeze_:!0,unfinalizedDrafts_:0}}function K0(e,t){t&&(no("Patches"),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function Zd(e){ef(e),e.drafts_.forEach(yA),e.drafts_=null}function ef(e){e===ca&&(ca=e.parent_)}function Q0(e){return ca=EA(ca,e)}function yA(e){const t=e[lt];t.type_===0||t.type_===1?t.revoke_():t.revoked_=!0}function J0(e,t){t.unfinalizedDrafts_=t.drafts_.length;const n=t.drafts_[0];return e!==void 0&&e!==n?(n[lt].modified_&&(Zd(t),or(4)),oi(e)&&(e=ol(t,e),t.parent_||sl(t,e)),t.patches_&&no("Patches").generateReplacementPatches_(n[lt].base_,e,t.patches_,t.inversePatches_)):e=ol(t,n,[]),Zd(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==Y0?e:void 0}function ol(e,t,n){if(rl(t))return t;const r=t[lt];if(!r)return la(t,(o,a)=>Z0(e,r,t,o,a,n)),t;if(r.scope_!==e)return t;if(!r.modified_)return sl(e,r.base_,!0),r.base_;if(!r.finalized_){r.finalized_=!0,r.scope_.unfinalizedDrafts_--;const o=r.copy_;let a=o,u=!1;r.type_===3&&(a=new Set(o),o.clear(),u=!0),la(a,(c,d)=>Z0(e,r,o,c,d,n,u)),sl(e,o,!1),n&&e.patches_&&no("Patches").generatePatches_(r,n,e.patches_,e.inversePatches_)}return r.copy_}function Z0(e,t,n,r,o,a,u){if(jo(o)){const c=a&&t&&t.type_!==3&&!Xd(t.assigned_,r)?a.concat(r):void 0,d=ol(e,o,c);if(X0(n,r,d),jo(d))e.canAutoFreeze_=!1;else return}else u&&n.add(o);if(oi(o)&&!rl(o)){if(!e.immer_.autoFreeze_&&e.unfinalizedDrafts_<1)return;ol(e,o),(!t||!t.scope_.parent_)&&typeof r!="symbol"&&Object.prototype.propertyIsEnumerable.call(n,r)&&sl(e,o)}}function sl(e,t,n=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&Qd(t,n)}function bA(e,t){const n=Array.isArray(e),r={type_:n?1:0,scope_:t?t.scope_:il(),modified_:!1,finalized_:!1,assigned_:{},parent_:t,base_:e,draft_:null,copy_:null,revoke_:null,isManual_:!1};let o=r,a=tf;n&&(o=[r],a=da);const{revoke:u,proxy:c}=Proxy.revocable(o,a);return r.draft_=c,r.revoke_=u,c}var tf={get(e,t){if(t===lt)return e;const n=Qt(e);if(!Xd(n,t))return TA(e,n,t);const r=n[t];return e.finalized_||!oi(r)?r:r===nf(e.base_,t)?(rf(e),e.copy_[t]=fa(r,e)):r},has(e,t){return t in Qt(e)},ownKeys(e){return Reflect.ownKeys(Qt(e))},set(e,t,n){const r=eg(Qt(e),t);if(r!=null&&r.set)return r.set.call(e.draft_,n),!0;if(!e.modified_){const o=nf(Qt(e),t),a=o==null?void 0:o[lt];if(a&&a.base_===n)return e.copy_[t]=n,e.assigned_[t]=!1,!0;if(pA(n,o)&&(n!==void 0||Xd(e.base_,t)))return!0;rf(e),si(e)}return e.copy_[t]===n&&(n!==void 0||t in e.copy_)||Number.isNaN(n)&&Number.isNaN(e.copy_[t])||(e.copy_[t]=n,e.assigned_[t]=!0),!0},deleteProperty(e,t){return nf(e.base_,t)!==void 0||t in e.base_?(e.assigned_[t]=!1,rf(e),si(e)):delete e.assigned_[t],e.copy_&&delete e.copy_[t],!0},getOwnPropertyDescriptor(e,t){const n=Qt(e),r=Reflect.getOwnPropertyDescriptor(n,t);return r&&{writable:!0,configurable:e.type_!==1||t!=="length",enumerable:r.enumerable,value:n[t]}},defineProperty(){or(11)},getPrototypeOf(e){return zo(e.base_)},setPrototypeOf(){or(12)}},da={};la(tf,(e,t)=>{da[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}}),da.deleteProperty=function(e,t){return da.set.call(this,e,t,void 0)},da.set=function(e,t,n){return tf.set.call(this,e[0],t,n,e[0])};function nf(e,t){const n=e[lt];return(n?Qt(n):e)[t]}function TA(e,t,n){var o;const r=eg(t,n);return r?"value"in r?r.value:(o=r.get)==null?void 0:o.call(e.draft_):void 0}function eg(e,t){if(!(t in e))return;let n=zo(e);for(;n;){const r=Object.getOwnPropertyDescriptor(n,t);if(r)return r;n=zo(n)}}function si(e){e.modified_||(e.modified_=!0,e.parent_&&si(e.parent_))}function rf(e){e.copy_||(e.copy_=Kd(e.base_,e.scope_.immer_.useStrictShallowCopy_))}var _A=class{constructor(e){this.autoFreeze_=!0,this.useStrictShallowCopy_=!1,this.produce=(t,n,r)=>{if(typeof t=="function"&&typeof n!="function"){const a=n;n=t;const u=this;return function(d=a,...f){return u.produce(d,p=>n.call(this,p,...f))}}typeof n!="function"&&or(6),r!==void 0&&typeof r!="function"&&or(7);let o;if(oi(t)){const a=Q0(this),u=fa(t,void 0);let c=!0;try{o=n(u),c=!1}finally{c?Zd(a):ef(a)}return K0(a,r),J0(o,a)}else if(!t||typeof t!="object"){if(o=n(t),o===void 0&&(o=t),o===Y0&&(o=void 0),this.autoFreeze_&&Qd(o,!0),r){const a=[],u=[];no("Patches").generateReplacementPatches_(t,o,a,u),r(a,u)}return o}else or(1,t)},this.produceWithPatches=(t,n)=>{if(typeof t=="function")return(u,...c)=>this.produceWithPatches(u,d=>t(d,...c));let r,o;return[this.produce(t,n,(u,c)=>{r=u,o=c}),r,o]},typeof(e==null?void 0:e.autoFreeze)=="boolean"&&this.setAutoFreeze(e.autoFreeze),typeof(e==null?void 0:e.useStrictShallowCopy)=="boolean"&&this.setUseStrictShallowCopy(e.useStrictShallowCopy)}createDraft(e){oi(e)||or(8),jo(e)&&(e=SA(e));const t=Q0(this),n=fa(e,void 0);return n[lt].isManual_=!0,ef(t),n}finishDraft(e,t){const n=e&&e[lt];(!n||!n.isManual_)&&or(9);const{scope_:r}=n;return K0(r,t),J0(void 0,r)}setAutoFreeze(e){this.autoFreeze_=e}setUseStrictShallowCopy(e){this.useStrictShallowCopy_=e}applyPatches(e,t){let n;for(n=t.length-1;n>=0;n--){const o=t[n];if(o.path.length===0&&o.op==="replace"){e=o.value;break}}n>-1&&(t=t.slice(n+1));const r=no("Patches").applyPatches_;return jo(e)?r(e,t):this.produce(e,o=>r(o,t))}};function fa(e,t){const n=tl(e)?no("MapSet").proxyMap_(e,t):nl(e)?no("MapSet").proxySet_(e,t):bA(e,t);return(t?t.scope_:il()).drafts_.push(n),n}function SA(e){return jo(e)||or(10,e),tg(e)}function tg(e){if(!oi(e)||rl(e))return e;const t=e[lt];let n;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,n=Kd(e,t.scope_.immer_.useStrictShallowCopy_)}else n=Kd(e,!0);return la(n,(r,o)=>{X0(n,r,tg(o))}),t&&(t.finalized_=!1),n}function xA(){class e extends Map{constructor(d,f){super(),this[lt]={type_:2,parent_:f,scope_:f?f.scope_:il(),modified_:!1,finalized_:!1,copy_:void 0,assigned_:void 0,base_:d,draft_:this,isManual_:!1,revoked_:!1}}get size(){return Qt(this[lt]).size}has(d){return Qt(this[lt]).has(d)}set(d,f){const p=this[lt];return u(p),(!Qt(p).has(d)||Qt(p).get(d)!==f)&&(n(p),si(p),p.assigned_.set(d,!0),p.copy_.set(d,f),p.assigned_.set(d,!0)),this}delete(d){if(!this.has(d))return!1;const f=this[lt];return u(f),n(f),si(f),f.base_.has(d)?f.assigned_.set(d,!1):f.assigned_.delete(d),f.copy_.delete(d),!0}clear(){const d=this[lt];u(d),Qt(d).size&&(n(d),si(d),d.assigned_=new Map,la(d.base_,f=>{d.assigned_.set(f,!1)}),d.copy_.clear())}forEach(d,f){const p=this[lt];Qt(p).forEach((m,T,y)=>{d.call(f,this.get(T),T,this)})}get(d){const f=this[lt];u(f);const p=Qt(f).get(d);if(f.finalized_||!oi(p)||p!==f.base_.get(d))return p;const m=fa(p,f);return n(f),f.copy_.set(d,m),m}keys(){return Qt(this[lt]).keys()}values(){const d=this.keys();return{[Symbol.iterator]:()=>this.values(),next:()=>{const f=d.next();return f.done?f:{done:!1,value:this.get(f.value)}}}}entries(){const d=this.keys();return{[Symbol.iterator]:()=>this.entries(),next:()=>{const f=d.next();if(f.done)return f;const p=this.get(f.value);return{done:!1,value:[f.value,p]}}}}[Symbol.iterator](){return this.entries()}}function t(c,d){return new e(c,d)}function n(c){c.copy_||(c.assigned_=new Map,c.copy_=new Map(c.base_))}class r extends Set{constructor(d,f){super(),this[lt]={type_:3,parent_:f,scope_:f?f.scope_:il(),modified_:!1,finalized_:!1,copy_:void 0,base_:d,draft_:this,drafts_:new Map,revoked_:!1,isManual_:!1}}get size(){return Qt(this[lt]).size}has(d){const f=this[lt];return u(f),f.copy_?!!(f.copy_.has(d)||f.drafts_.has(d)&&f.copy_.has(f.drafts_.get(d))):f.base_.has(d)}add(d){const f=this[lt];return u(f),this.has(d)||(a(f),si(f),f.copy_.add(d)),this}delete(d){if(!this.has(d))return!1;const f=this[lt];return u(f),a(f),si(f),f.copy_.delete(d)||(f.drafts_.has(d)?f.copy_.delete(f.drafts_.get(d)):!1)}clear(){const d=this[lt];u(d),Qt(d).size&&(a(d),si(d),d.copy_.clear())}values(){const d=this[lt];return u(d),a(d),d.copy_.values()}entries(){const d=this[lt];return u(d),a(d),d.copy_.entries()}keys(){return this.values()}[Symbol.iterator](){return this.values()}forEach(d,f){const p=this.values();let m=p.next();for(;!m.done;)d.call(f,m.value,m.value,this),m=p.next()}}function o(c,d){return new r(c,d)}function a(c){c.copy_||(c.copy_=new Set,c.base_.forEach(d=>{if(oi(d)){const f=fa(d,c);c.drafts_.set(d,f),c.copy_.add(f)}else c.copy_.add(d)}))}function u(c){c.revoked_&&or(3,JSON.stringify(Qt(c)))}gA("MapSet",{proxyMap_:t,proxySet_:o})}var Yn=new _A,wA=Yn.produce;Yn.produceWithPatches.bind(Yn),Yn.setAutoFreeze.bind(Yn),Yn.setUseStrictShallowCopy.bind(Yn),Yn.applyPatches.bind(Yn),Yn.createDraft.bind(Yn),Yn.finishDraft.bind(Yn);function ng(e,t,n){var r=B.useMemo(function(){return wA(e)},[e]);return B.useReducer(r,t,n)}const rg={PAGE_CHANGED:"page-changed",PAGE_SIZE_CHANGED:"page-size-changed",FACET_FILTERS_CHANGED:"facet-filters-changed",RANGE_FILTERS_CHANGED:"range-filters-changed",CATALOG_SEGMENT_CHANGED:"catalog-segment-changed",PRICEBOOKS_CHANGED:"pricebooks-changed"},mt={RESET_STATE:"RESET_STATE",RESET_COPILOT:"RESET_COPILOT",ADD_MESSAGE:"ADD_MESSAGE",SET_COPILOT:"SET_COPILOT",SET_CONNECTED:"SET_CONNECTED",ADD_LOADING_MESSAGE:"ADD_LOADING_MESSAGE",REMOVE_LOADING_MESSAGE:"REMOVE_LOADING_MESSAGE",SET_ACTIVE_CONVERSATION_ID:"SET_ACTIVE_CONVERSATION_ID",ADD_CONVERSATION_ID:"ADD_CONVERSATION_ID",SET_CONVERSATION_IDS:"SET_CONVERSATION_IDS",SET_CONVERSATION_HISTORY_LOADED:"SET_CONVERSATION_HISTORY_LOADED",SET_IMAGE_FILE:"SET_IMAGE_FILE",SET_ASK_CIM_PROMPTS:"SET_ASK_CIM_PROMPTS"},ro={copilot:null,connected:!1,messages:[],groupedMessages:[],loadingMessages:new Set,activeConversationId:null,conversationIds:[],conversationHistoryLoaded:!1,imageFile:null,askCimPrompts:{requestId:null,message:null}},AA=e=>{switch(!0){case e==="copilot_search":return"search";case e==="copilot_browse":return"browse";case e==="product_view":return"pdp";case e==="ask_cim":return"ask_cim";default:return null}},$o="cimulate",of=`${$o}:pdp-update`,sf=`${$o}:browse-update`,af=`${$o}:search-update`,uf=`${$o}:ui-state-update`,lf=`${$o}:prompts-state-update`,cf=`${$o}:session-state`,Br=F({CONTEXT_UPDATED:"browse-context-updated",CATEGORY_ID_CHANGED:"category-id-changed",CATEGORY_NAME_CHANGED:"category-name-changed"},rg),vA={"browse-context":Br.CONTEXT_UPDATED,categoryId:Br.CATEGORY_ID_CHANGED,categoryName:Br.CATEGORY_NAME_CHANGED,page:Br.PAGE_CHANGED,pageSize:Br.PAGE_SIZE_CHANGED,includeFacets:Br.FACET_FILTERS_CHANGED,facetFilters:Br.FACET_FILTERS_CHANGED,rangeFilters:Br.RANGE_FILTERS_CHANGED,catalogSegment:Br.CATALOG_SEGMENT_CHANGED,pricebooks:Br.PRICEBOOKS_CHANGED},ai=F({SEARCH_CONTEXT_UPDATED:"search-context-updated",QUERY_CHANGED:"query-changed"},rg),CA={"search-context":ai.SEARCH_CONTEXT_UPDATED,query:ai.QUERY_CHANGED,page:ai.PAGE_CHANGED,pageSize:ai.PAGE_SIZE_CHANGED,includeFacets:ai.FACET_FILTERS_CHANGED,facetFilters:ai.FACET_FILTERS_CHANGED,rangeFilters:ai.RANGE_FILTERS_CHANGED,catalogSegment:ai.CATALOG_SEGMENT_CHANGED,pricebooks:ai.PRICEBOOKS_CHANGED},z="cim-widget",Wn=`--${z}`,vi={primaryColor:"#3182ce",secondaryColor:"#2c5282",fontColor:"#1a202c",fontFamily:"inherit",backgroundColor:"#ffffff",borderColor:"#dddddd",borderRadius:"0.25rem"},kA=(e=vi)=>({[`${Wn}-primary-color`]:e.primaryColor||vi.primaryColor,[`${Wn}-secondary-color`]:e.secondaryColor||vi.secondaryColor,[`${Wn}-font-color`]:e.fontColor||vi.fontColor,[`${Wn}-font-family`]:e.fontFamily||vi.fontFamily,[`${Wn}-background-color`]:e.backgroundColor||vi.backgroundColor,[`${Wn}-border-color`]:e.borderColor||vi.borderColor,[`${Wn}-border-radius`]:e.borderRadius||vi.borderRadius}),Ci={RESET_CONVERSATION:"reset-conversation",GET_SESSION_INFORMATION:"get-session-information",GET_CONVERSATION_MESSAGES:"get-conversation-messages",LOAD_CONVERSATION:"load-conversation"},ig=B.createContext(null),og=B.createContext(null);function sg(e,t){return function(){return e.apply(t,arguments)}}const{toString:PA}=Object.prototype,{getPrototypeOf:Vo}=Object,{iterator:ha,toStringTag:ag}=Symbol,al=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),pa=(e,t)=>{let n=e;const r=[];for(;n!=null&&n!==Object.prototype;){if(r.indexOf(n)!==-1)return!1;if(r.push(n),al(n,t))return!0;n=Vo(n)}return!1},NA=(e,t)=>e!=null&&pa(e,t)?e[t]:void 0,df=(e=>t=>{const n=PA.call(t);return e[n]||(e[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),Tr=e=>(e=e.toLowerCase(),t=>df(t)===e),ul=e=>t=>typeof t===e,{isArray:io}=Array,qo=ul("undefined");function Yo(e){return e!==null&&!qo(e)&&e.constructor!==null&&!qo(e.constructor)&&Ln(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const ug=Tr("ArrayBuffer");function OA(e){let t;return typeof ArrayBuffer!="undefined"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&ug(e.buffer),t}const IA=ul("string"),Ln=ul("function"),lg=ul("number"),Wo=e=>e!==null&&typeof e=="object",RA=e=>e===!0||e===!1,ll=e=>{if(!Wo(e))return!1;const t=Vo(e);return(t===null||t===Object.prototype||Vo(t)===null)&&!pa(e,ag)&&!pa(e,ha)},LA=e=>{if(!Wo(e)||Yo(e))return!1;try{return Object.keys(e).length===0&&Object.getPrototypeOf(e)===Object.prototype}catch(t){return!1}},DA=Tr("Date"),MA=Tr("File"),FA=e=>!!(e&&typeof e.uri!="undefined"),BA=e=>e&&typeof e.getParts!="undefined",UA=Tr("Blob"),HA=Tr("FileList"),zA=e=>Wo(e)&&Ln(e.pipe);function jA(){return typeof globalThis!="undefined"?globalThis:typeof self!="undefined"?self:typeof window!="undefined"?window:typeof global!="undefined"?global:{}}const cg=jA(),dg=typeof cg.FormData!="undefined"?cg.FormData:void 0,$A=e=>{if(!e)return!1;if(dg&&e instanceof dg)return!0;const t=Vo(e);if(!t||t===Object.prototype||!Ln(e.append))return!1;const n=df(e);return n==="formdata"||n==="object"&&Ln(e.toString)&&e.toString()==="[object FormData]"},VA=Tr("URLSearchParams"),[qA,YA,WA,GA]=["ReadableStream","Request","Response","Headers"].map(Tr),XA=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function ma(e,t,{allOwnKeys:n=!1}={}){if(e===null||typeof e=="undefined")return;let r,o;if(typeof e!="object"&&(e=[e]),io(e))for(r=0,o=e.length;r<o;r++)t.call(null,e[r],r,e);else{if(Yo(e))return;const a=n?Object.getOwnPropertyNames(e):Object.keys(e),u=a.length;let c;for(r=0;r<u;r++)c=a[r],t.call(null,e[c],c,e)}}function fg(e,t){if(Yo(e))return null;t=t.toLowerCase();const n=Object.keys(e);let r=n.length,o;for(;r-- >0;)if(o=n[r],t===o.toLowerCase())return o;return null}const oo=typeof globalThis!="undefined"?globalThis:typeof self!="undefined"?self:typeof window!="undefined"?window:global,hg=e=>!qo(e)&&e!==oo;function ff(...e){const{caseless:t,skipUndefined:n}=hg(this)&&this||{},r={},o=(a,u)=>{if(u==="__proto__"||u==="constructor"||u==="prototype")return;const c=t&&typeof u=="string"&&fg(r,u)||u,d=al(r,c)?r[c]:void 0;ll(d)&&ll(a)?r[c]=ff(d,a):ll(a)?r[c]=ff({},a):io(a)?r[c]=a.slice():(!n||!qo(a))&&(r[c]=a)};for(let a=0,u=e.length;a<u;a++){const c=e[a];if(!c||Yo(c)||(ma(c,o),typeof c!="object"||io(c)))continue;const d=Object.getOwnPropertySymbols(c);for(let f=0;f<d.length;f++){const p=d[f];av.call(c,p)&&o(c[p],p)}}return r}const KA=(e,t,n,{allOwnKeys:r}={})=>(ma(t,(o,a)=>{n&&Ln(o)?Object.defineProperty(e,a,{__proto__:null,value:sg(o,n),writable:!0,enumerable:!0,configurable:!0}):Object.defineProperty(e,a,{__proto__:null,value:o,writable:!0,enumerable:!0,configurable:!0})},{allOwnKeys:r}),e),QA=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),JA=(e,t,n,r)=>{e.prototype=Object.create(t.prototype,r),Object.defineProperty(e.prototype,"constructor",{__proto__:null,value:e,writable:!0,enumerable:!1,configurable:!0}),Object.defineProperty(e,"super",{__proto__:null,value:t.prototype}),n&&Object.assign(e.prototype,n)},ZA=(e,t,n,r)=>{let o,a,u;const c={};if(t=t||{},e==null)return t;do{for(o=Object.getOwnPropertyNames(e),a=o.length;a-- >0;)u=o[a],(!r||r(u,e,t))&&!c[u]&&(t[u]=e[u],c[u]=!0);e=n!==!1&&Vo(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},ev=(e,t,n)=>{e=String(e),(n===void 0||n>e.length)&&(n=e.length),n-=t.length;const r=e.indexOf(t,n);return r!==-1&&r===n},tv=e=>{if(!e)return null;if(io(e))return e;let t=e.length;if(!lg(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},nv=(e=>t=>e&&t instanceof e)(typeof Uint8Array!="undefined"&&Vo(Uint8Array)),rv=(e,t)=>{const r=(e&&e[ha]).call(e);let o;for(;(o=r.next())&&!o.done;){const a=o.value;t.call(e,a[0],a[1])}},iv=(e,t)=>{let n;const r=[];for(;(n=e.exec(t))!==null;)r.push(n);return r},ov=Tr("HTMLFormElement"),sv=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(n,r,o){return r.toUpperCase()+o}),{propertyIsEnumerable:av}=Object.prototype,uv=Tr("RegExp"),pg=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};ma(n,(o,a)=>{let u;(u=t(o,a,e))!==!1&&(r[a]=u||o)}),Object.defineProperties(e,r)},lv=e=>{pg(e,(t,n)=>{if(Ln(e)&&["arguments","caller","callee"].includes(n))return!1;const r=e[n];if(Ln(r)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")})}})},cv=(e,t)=>{const n={},r=o=>{o.forEach(a=>{n[a]=!0})};return io(e)?r(e):r(String(e).split(t)),n},dv=()=>{},fv=(e,t)=>e!=null&&Number.isFinite(e=+e)?e:t;function hv(e){return!!(e&&Ln(e.append)&&e[ag]==="FormData"&&e[ha])}const pv=e=>{const t=new WeakSet,n=r=>{if(Wo(r)){if(t.has(r))return;if(Yo(r))return r;if(!("toJSON"in r)){t.add(r);const o=io(r)?[]:{};return ma(r,(a,u)=>{const c=n(a);!qo(c)&&(o[u]=c)}),t.delete(r),o}}return r};return n(e)},mv=Tr("AsyncFunction"),gv=e=>e&&(Wo(e)||Ln(e))&&Ln(e.then)&&Ln(e.catch),mg=((e,t)=>e?setImmediate:t?((n,r)=>(oo.addEventListener("message",({source:o,data:a})=>{o===oo&&a===n&&r.length&&r.shift()()},!1),o=>{r.push(o),oo.postMessage(n,"*")}))(`axios@${Math.random()}`,[]):n=>setTimeout(n))(typeof setImmediate=="function",Ln(oo.postMessage)),Ev=typeof queueMicrotask!="undefined"?queueMicrotask.bind(oo):typeof process!="undefined"&&process.nextTick||mg,gg=e=>e!=null&&Ln(e[ha]),$={isArray:io,isArrayBuffer:ug,isBuffer:Yo,isFormData:$A,isArrayBufferView:OA,isString:IA,isNumber:lg,isBoolean:RA,isObject:Wo,isPlainObject:ll,isEmptyObject:LA,isReadableStream:qA,isRequest:YA,isResponse:WA,isHeaders:GA,isUndefined:qo,isDate:DA,isFile:MA,isReactNativeBlob:FA,isReactNative:BA,isBlob:UA,isRegExp:uv,isFunction:Ln,isStream:zA,isURLSearchParams:VA,isTypedArray:nv,isFileList:HA,forEach:ma,merge:ff,extend:KA,trim:XA,stripBOM:QA,inherits:JA,toFlatObject:ZA,kindOf:df,kindOfTest:Tr,endsWith:ev,toArray:tv,forEachEntry:rv,matchAll:iv,isHTMLForm:ov,hasOwnProperty:al,hasOwnProp:al,hasOwnInPrototypeChain:pa,getSafeProp:NA,reduceDescriptors:pg,freezeMethods:lv,toObjectSet:cv,toCamelCase:sv,noop:dv,toFiniteNumber:fv,findKey:fg,global:oo,isContextDefined:hg,isSpecCompliantForm:hv,toJSONObject:pv,isAsyncFn:mv,isThenable:gv,setImmediate:mg,asap:Ev,isIterable:gg,isSafeIterable:e=>e!=null&&pa(e,ha)&&gg(e)},yv=$.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"]),bv=e=>{const t={};let n,r,o;return e&&e.split(`
|
|
3
|
+
`).forEach(function(u){o=u.indexOf(":"),n=u.substring(0,o).trim().toLowerCase(),r=u.substring(o+1).trim(),!(!n||t[n]&&yv[n])&&(n==="set-cookie"?t[n]?t[n].push(r):t[n]=[r]:t[n]=t[n]?t[n]+", "+r:r)}),t};function Tv(e){let t=0,n=e.length;for(;t<n;){const r=e.charCodeAt(t);if(r!==9&&r!==32)break;t+=1}for(;n>t;){const r=e.charCodeAt(n-1);if(r!==9&&r!==32)break;n-=1}return t===0&&n===e.length?e:e.slice(t,n)}const _v=new RegExp("[\\u0000-\\u0008\\u000a-\\u001f\\u007f]+","g"),Sv=new RegExp("[^\\u0009\\u0020-\\u007e\\u0080-\\u00ff]+","g");function hf(e,t){return $.isArray(e)?e.map(n=>hf(n,t)):Tv(String(e).replace(t,""))}const xv=e=>hf(e,_v),wv=e=>hf(e,Sv);function Eg(e){const t=Object.create(null);return $.forEach(e.toJSON(),(n,r)=>{t[r]=wv(n)}),t}const yg=Symbol("internals");function ga(e){return e&&String(e).trim().toLowerCase()}function cl(e){return e===!1||e==null?e:$.isArray(e)?e.map(cl):xv(String(e))}function Av(e){const t=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let r;for(;r=n.exec(e);)t[r[1]]=r[2];return t}const vv=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function pf(e,t,n,r,o){if($.isFunction(r))return r.call(this,t,n);if(o&&(t=n),!!$.isString(t)){if($.isString(r))return t.indexOf(r)!==-1;if($.isRegExp(r))return r.test(t)}}function Cv(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,n,r)=>n.toUpperCase()+r)}function kv(e,t){const n=$.toCamelCase(" "+t);["get","set","has"].forEach(r=>{Object.defineProperty(e,r+n,{__proto__:null,value:function(o,a,u){return this[r].call(this,t,o,a,u)},configurable:!0})})}let gn=class{constructor(t){t&&this.set(t)}set(t,n,r){const o=this;function a(c,d,f){const p=ga(d);if(!p)return;const m=$.findKey(o,p);(!m||o[m]===void 0||f===!0||f===void 0&&o[m]!==!1)&&(o[m||d]=cl(c))}const u=(c,d)=>$.forEach(c,(f,p)=>a(f,p,d));if($.isPlainObject(t)||t instanceof this.constructor)u(t,n);else if($.isString(t)&&(t=t.trim())&&!vv(t))u(bv(t),n);else if($.isObject(t)&&$.isSafeIterable(t)){let c=Object.create(null),d,f;for(const p of t){if(!$.isArray(p))throw new TypeError("Object iterator must return a key-value pair");f=p[0],$.hasOwnProp(c,f)?(d=c[f],c[f]=$.isArray(d)?[...d,p[1]]:[d,p[1]]):c[f]=p[1]}u(c,n)}else t!=null&&a(n,t,r);return this}get(t,n){if(t=ga(t),t){const r=$.findKey(this,t);if(r){const o=this[r];if(!n)return o;if(n===!0)return Av(o);if($.isFunction(n))return n.call(this,o,r);if($.isRegExp(n))return n.exec(o);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,n){if(t=ga(t),t){const r=$.findKey(this,t);return!!(r&&this[r]!==void 0&&(!n||pf(this,this[r],r,n)))}return!1}delete(t,n){const r=this;let o=!1;function a(u){if(u=ga(u),u){const c=$.findKey(r,u);c&&(!n||pf(r,r[c],c,n))&&(delete r[c],o=!0)}}return $.isArray(t)?t.forEach(a):a(t),o}clear(t){const n=Object.keys(this);let r=n.length,o=!1;for(;r--;){const a=n[r];(!t||pf(this,this[a],a,t,!0))&&(delete this[a],o=!0)}return o}normalize(t){const n=this,r={};return $.forEach(this,(o,a)=>{const u=$.findKey(r,a);if(u){n[u]=cl(o),delete n[a];return}const c=t?Cv(a):String(a).trim();c!==a&&delete n[a],n[c]=cl(o),r[c]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const n=Object.create(null);return $.forEach(this,(r,o)=>{r!=null&&r!==!1&&(n[o]=t&&$.isArray(r)?r.join(", "):r)}),n}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,n])=>t+": "+n).join(`
|
|
4
|
+
`)}getSetCookie(){return this.get("set-cookie")||[]}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...n){const r=new this(t);return n.forEach(o=>r.set(o)),r}static accessor(t){const r=(this[yg]=this[yg]={accessors:{}}).accessors,o=this.prototype;function a(u){const c=ga(u);r[c]||(kv(o,u),r[c]=!0)}return $.isArray(t)?t.forEach(a):a(t),this}};gn.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),$.reduceDescriptors(gn.prototype,({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(r){this[n]=r}}}),$.freezeMethods(gn);const Pv="[REDACTED ****]";function Nv(e){if($.hasOwnProp(e,"toJSON"))return!0;let t=Object.getPrototypeOf(e);for(;t&&t!==Object.prototype;){if($.hasOwnProp(t,"toJSON"))return!0;t=Object.getPrototypeOf(t)}return!1}function Ov(e,t){const n=new Set(t.map(a=>String(a).toLowerCase())),r=[],o=a=>{if(a===null||typeof a!="object"||$.isBuffer(a))return a;if(r.indexOf(a)!==-1)return;a instanceof gn&&(a=a.toJSON()),r.push(a);let u;if($.isArray(a))u=[],a.forEach((c,d)=>{const f=o(c);$.isUndefined(f)||(u[d]=f)});else{if(!$.isPlainObject(a)&&Nv(a))return r.pop(),a;u=Object.create(null);for(const[c,d]of Object.entries(a)){const f=n.has(c.toLowerCase())?Pv:o(d);$.isUndefined(f)||(u[c]=f)}}return r.pop(),u};return o(e)}let Se=class Jw extends Error{static from(t,n,r,o,a,u){const c=new Jw(t.message,n||t.code,r,o,a);return Object.defineProperty(c,"cause",{__proto__:null,value:t,writable:!0,enumerable:!1,configurable:!0}),c.name=t.name,t.status!=null&&c.status==null&&(c.status=t.status),u&&Object.assign(c,u),c}constructor(t,n,r,o,a){super(t),Object.defineProperty(this,"message",{__proto__:null,value:t,enumerable:!0,writable:!0,configurable:!0}),this.name="AxiosError",this.isAxiosError=!0,n&&(this.code=n),r&&(this.config=r),o&&(this.request=o),a&&(this.response=a,this.status=a.status)}toJSON(){const t=this.config,n=t&&$.hasOwnProp(t,"redact")?t.redact:void 0,r=$.isArray(n)&&n.length>0?Ov(t,n):$.toJSONObject(t);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:r,code:this.code,status:this.status}}};Se.ERR_BAD_OPTION_VALUE="ERR_BAD_OPTION_VALUE",Se.ERR_BAD_OPTION="ERR_BAD_OPTION",Se.ECONNABORTED="ECONNABORTED",Se.ETIMEDOUT="ETIMEDOUT",Se.ECONNREFUSED="ECONNREFUSED",Se.ERR_NETWORK="ERR_NETWORK",Se.ERR_FR_TOO_MANY_REDIRECTS="ERR_FR_TOO_MANY_REDIRECTS",Se.ERR_DEPRECATED="ERR_DEPRECATED",Se.ERR_BAD_RESPONSE="ERR_BAD_RESPONSE",Se.ERR_BAD_REQUEST="ERR_BAD_REQUEST",Se.ERR_CANCELED="ERR_CANCELED",Se.ERR_NOT_SUPPORT="ERR_NOT_SUPPORT",Se.ERR_INVALID_URL="ERR_INVALID_URL",Se.ERR_FORM_DATA_DEPTH_EXCEEDED="ERR_FORM_DATA_DEPTH_EXCEEDED";const Iv=null,bg=100;function mf(e){return $.isPlainObject(e)||$.isArray(e)}function Tg(e){return $.endsWith(e,"[]")?e.slice(0,-2):e}function gf(e,t,n){return e?e.concat(t).map(function(o,a){return o=Tg(o),!n&&a?"["+o+"]":o}).join(n?".":""):t}function Rv(e){return $.isArray(e)&&!e.some(mf)}const Lv=$.toFlatObject($,{},null,function(t){return/^is[A-Z]/.test(t)});function dl(e,t,n){if(!$.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,n=$.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(P,v){return!$.isUndefined(v[P])});const r=n.metaTokens,o=n.visitor||_,a=n.dots,u=n.indexes,c=n.Blob||typeof Blob!="undefined"&&Blob,d=n.maxDepth===void 0?bg:n.maxDepth,f=c&&$.isSpecCompliantForm(t),p=[];if(!$.isFunction(o))throw new TypeError("visitor must be a function");function m(A){if(A===null)return"";if($.isDate(A))return A.toISOString();if($.isBoolean(A))return A.toString();if(!f&&$.isBlob(A))throw new Se("Blob is not supported. Use a Buffer instead.");if($.isArrayBuffer(A)||$.isTypedArray(A)){if(f&&typeof c=="function")return new c([A]);if(typeof Buffer!="undefined")return Buffer.from(A);throw new Se("Blob is not supported. Use a Buffer instead.",Se.ERR_NOT_SUPPORT)}return A}function T(A){if(A>d)throw new Se("Object is too deeply nested ("+A+" levels). Max depth: "+d,Se.ERR_FORM_DATA_DEPTH_EXCEEDED)}function y(A,P){if(d===1/0)return JSON.stringify(A);const v=[];return JSON.stringify(A,function(Y,D){if(!$.isObject(D))return D;for(;v.length&&v[v.length-1]!==this;)v.pop();return v.push(D),T(P+v.length-1),D})}function _(A,P,v){let H=A;if($.isReactNative(t)&&$.isReactNativeBlob(A))return t.append(gf(v,P,a),m(A)),!1;if(A&&!v&&typeof A=="object"){if($.endsWith(P,"{}"))P=r?P:P.slice(0,-2),A=y(A,1);else if($.isArray(A)&&Rv(A)||($.isFileList(A)||$.endsWith(P,"[]"))&&(H=$.toArray(A)))return P=Tg(P),H.forEach(function(D,q){!($.isUndefined(D)||D===null)&&t.append(u===!0?gf([P],q,a):u===null?P:P+"[]",m(D))}),!1}return mf(A)?!0:(t.append(gf(v,P,a),m(A)),!1)}const w=Object.assign(Lv,{defaultVisitor:_,convertValue:m,isVisitable:mf});function C(A,P,v=0){if(!$.isUndefined(A)){if(T(v),p.indexOf(A)!==-1)throw new Error("Circular reference detected in "+P.join("."));p.push(A),$.forEach(A,function(Y,D){(!($.isUndefined(Y)||Y===null)&&o.call(t,Y,$.isString(D)?D.trim():D,P,w))===!0&&C(Y,P?P.concat(D):[D],v+1)}),p.pop()}}if(!$.isObject(e))throw new TypeError("data must be an object");return C(e),t}function _g(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"};return encodeURIComponent(e).replace(/[!'()~]|%20/g,function(r){return t[r]})}function Ef(e,t){this._pairs=[],e&&dl(e,this,t)}const Sg=Ef.prototype;Sg.append=function(t,n){this._pairs.push([t,n])},Sg.toString=function(t){const n=t?r=>t.call(this,r,_g):_g;return this._pairs.map(function(o){return n(o[0])+"="+n(o[1])},"").join("&")};function Dv(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+")}function xg(e,t,n){if(!t)return e;e=e||"";const r=$.isFunction(n)?{serialize:n}:n,o=$.getSafeProp(r,"encode")||Dv,a=$.getSafeProp(r,"serialize");let u;if(a?u=a(t,r):u=$.isURLSearchParams(t)?t.toString():new Ef(t,r).toString(o),u){const c=e.indexOf("#");c!==-1&&(e=e.slice(0,c)),e+=(e.indexOf("?")===-1?"?":"&")+u}return e}class wg{constructor(){this.handlers=[]}use(t,n,r){return this.handlers.push({fulfilled:t,rejected:n,synchronous:r?r.synchronous:!1,runWhen:r?r.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){$.forEach(this.handlers,function(r){r!==null&&t(r)})}}const yf={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1,legacyInterceptorReqResOrdering:!0,advertiseZstdAcceptEncoding:!1,validateStatusUndefinedResolves:!0},Mv={isBrowser:!0,classes:{URLSearchParams:typeof URLSearchParams!="undefined"?URLSearchParams:Ef,FormData:typeof FormData!="undefined"?FormData:null,Blob:typeof Blob!="undefined"?Blob:null},protocols:["http","https","file","blob","url","data"]},bf=typeof window!="undefined"&&typeof document!="undefined",Tf=typeof navigator=="object"&&navigator||void 0,Fv=bf&&(!Tf||["ReactNative","NativeScript","NS"].indexOf(Tf.product)<0),Bv=typeof WorkerGlobalScope!="undefined"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",Uv=bf&&window.location.href||"http://localhost",un=F(F({},Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:bf,hasStandardBrowserEnv:Fv,hasStandardBrowserWebWorkerEnv:Bv,navigator:Tf,origin:Uv},Symbol.toStringTag,{value:"Module"}))),Mv);function Hv(e,t){return dl(e,new un.classes.URLSearchParams,F({visitor:function(n,r,o,a){return un.isNode&&$.isBuffer(n)?(this.append(r,n.toString("base64")),!1):a.defaultVisitor.apply(this,arguments)}},t))}const Ag=bg;function vg(e){if(e>Ag)throw new Se("FormData field is too deeply nested ("+e+" levels). Max depth: "+Ag,Se.ERR_FORM_DATA_DEPTH_EXCEEDED)}function zv(e){const t=[],n=/\w+|\[(\w*)]/g;let r;for(;(r=n.exec(e))!==null;)vg(t.length),t.push(r[0]==="[]"?"":r[1]||r[0]);return t}function jv(e){const t={},n=Object.keys(e);let r;const o=n.length;let a;for(r=0;r<o;r++)a=n[r],t[a]=e[a];return t}function Cg(e){function t(n,r,o,a){vg(a);let u=n[a++];if(u==="__proto__")return!0;const c=Number.isFinite(+u),d=a>=n.length;return u=!u&&$.isArray(o)?o.length:u,d?($.hasOwnProp(o,u)?o[u]=$.isArray(o[u])?o[u].concat(r):[o[u],r]:o[u]=r,!c):((!$.hasOwnProp(o,u)||!$.isObject(o[u]))&&(o[u]=[]),t(n,r,o[u],a)&&$.isArray(o[u])&&(o[u]=jv(o[u])),!c)}if($.isFormData(e)&&$.isFunction(e.entries)){const n={};return $.forEachEntry(e,(r,o)=>{t(zv(r),o,n,0)}),n}return null}const Go=(e,t)=>e!=null&&$.hasOwnProp(e,t)?e[t]:void 0;function $v(e,t,n){if($.isString(e))try{return(t||JSON.parse)(e),$.trim(e)}catch(r){if(r.name!=="SyntaxError")throw r}return(n||JSON.stringify)(e)}const Ea={transitional:yf,adapter:["xhr","http","fetch"],transformRequest:[function(t,n){const r=n.getContentType()||"",o=r.indexOf("application/json")>-1,a=$.isObject(t);if(a&&$.isHTMLForm(t)&&(t=new FormData(t)),$.isFormData(t))return o?JSON.stringify(Cg(t)):t;if($.isArrayBuffer(t)||$.isBuffer(t)||$.isStream(t)||$.isFile(t)||$.isBlob(t)||$.isReadableStream(t))return t;if($.isArrayBufferView(t))return t.buffer;if($.isURLSearchParams(t))return n.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let c;if(a){const d=Go(this,"formSerializer");if(r.indexOf("application/x-www-form-urlencoded")>-1)return Hv(t,d).toString();if((c=$.isFileList(t))||r.indexOf("multipart/form-data")>-1){const f=Go(this,"env"),p=f&&f.FormData;return dl(c?{"files[]":t}:t,p&&new p,d)}}return a||o?(n.setContentType("application/json",!1),$v(t)):t}],transformResponse:[function(t){const n=Go(this,"transitional")||Ea.transitional,r=n&&n.forcedJSONParsing,o=Go(this,"responseType"),a=o==="json";if($.isResponse(t)||$.isReadableStream(t))return t;if(t&&$.isString(t)&&(r&&!o||a)){const c=!(n&&n.silentJSONParsing)&&a;try{return JSON.parse(t,Go(this,"parseReviver"))}catch(d){if(c)throw d.name==="SyntaxError"?Se.from(d,Se.ERR_BAD_RESPONSE,this,null,Go(this,"response")):d}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:un.classes.FormData,Blob:un.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};$.forEach(["delete","get","head","post","put","patch","query"],e=>{Ea.headers[e]={}});function _f(e,t){const n=this||Ea,r=t||n,o=gn.from(r.headers);let a=r.data;return $.forEach(e,function(c){a=c.call(n,a,o.normalize(),t?t.status:void 0)}),o.normalize(),a}function kg(e){return!!(e&&e.__CANCEL__)}let ya=class extends Se{constructor(t,n,r){super(t==null?"canceled":t,Se.ERR_CANCELED,n,r),this.name="CanceledError",this.__CANCEL__=!0}};function Pg(e,t,n){const r=n.config.validateStatus;!n.status||!r||r(n.status)?e(n):t(new Se("Request failed with status code "+n.status,n.status>=400&&n.status<500?Se.ERR_BAD_REQUEST:Se.ERR_BAD_RESPONSE,n.config,n.request,n))}function Vv(e){const t=/^([-+\w]{1,25}):(?:\/\/)?/.exec(e);return t&&t[1]||""}function qv(e,t){e=e||10;const n=new Array(e),r=new Array(e);let o=0,a=0,u;return t=t!==void 0?t:1e3,function(d){const f=Date.now(),p=r[a];u||(u=f),n[o]=d,r[o]=f;let m=a,T=0;for(;m!==o;)T+=n[m++],m=m%e;if(o=(o+1)%e,o===a&&(a=(a+1)%e),f-u<t)return;const y=p&&f-p;return y?Math.round(T*1e3/y):void 0}}function Yv(e,t){let n=0,r=1e3/t,o,a;const u=(f,p=Date.now())=>{n=p,o=null,a&&(clearTimeout(a),a=null),e(...f)};return[(...f)=>{const p=Date.now(),m=p-n;m>=r?u(f,p):(o=f,a||(a=setTimeout(()=>{a=null,u(o)},r-m)))},()=>o&&u(o)]}const fl=(e,t,n=3)=>{let r=0;const o=qv(50,250);return Yv(a=>{if(!a||typeof a.loaded!="number")return;const u=a.loaded,c=a.lengthComputable?a.total:void 0,d=c!=null?Math.min(u,c):u,f=Math.max(0,d-r),p=o(f);r=Math.max(r,d);const m={loaded:d,total:c,progress:c?d/c:void 0,bytes:f,rate:p||void 0,estimated:p&&c?(c-d)/p:void 0,event:a,lengthComputable:c!=null,[t?"download":"upload"]:!0};e(m)},n)},Ng=(e,t)=>{const n=e!=null;return[r=>t[0]({lengthComputable:n,total:e,loaded:r}),t[1]]},Og=e=>(...t)=>$.asap(()=>e(...t)),Wv=un.hasStandardBrowserEnv?((e,t)=>n=>(n=new URL(n,un.origin),e.protocol===n.protocol&&e.host===n.host&&(t||e.port===n.port)))(new URL(un.origin),un.navigator&&/(msie|trident)/i.test(un.navigator.userAgent)):()=>!0,Gv=un.hasStandardBrowserEnv?{write(e,t,n,r,o,a,u){if(typeof document=="undefined")return;const c=[`${e}=${encodeURIComponent(t)}`];$.isNumber(n)&&c.push(`expires=${new Date(n).toUTCString()}`),$.isString(r)&&c.push(`path=${r}`),$.isString(o)&&c.push(`domain=${o}`),a===!0&&c.push("secure"),$.isString(u)&&c.push(`SameSite=${u}`),document.cookie=c.join("; ")},read(e){if(typeof document=="undefined")return null;const t=document.cookie.split(";");for(let n=0;n<t.length;n++){const r=t[n].replace(/^\s+/,""),o=r.indexOf("=");if(o!==-1&&r.slice(0,o)===e)try{return decodeURIComponent(r.slice(o+1))}catch(a){return r.slice(o+1)}}return null},remove(e){this.write(e,"",Date.now()-864e5,"/")}}:{write(){},read(){return null},remove(){}};function Xv(e){return typeof e!="string"?!1:/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function Kv(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}const Qv=/^https?:(?!\/\/)/i,Jv=/[\t\n\r]/g;function Zv(e){let t=0;for(;t<e.length&&e.charCodeAt(t)<=32;)t++;return e.slice(t)}function eC(e){return Zv(e).replace(Jv,"")}function Ig(e,t){if(typeof e=="string"&&Qv.test(eC(e)))throw new Se('Invalid URL: missing "//" after protocol',Se.ERR_INVALID_URL,t)}function Rg(e,t,n,r){Ig(t,r);let o=!Xv(t);return e&&(o||n===!1)?(Ig(e,r),Kv(e,t)):t}const Lg=e=>e instanceof gn?F({},e):e;function so(e,t){e=e||{},t=t||{};const n=Object.create(null);Object.defineProperty(n,"hasOwnProperty",{__proto__:null,value:Object.prototype.hasOwnProperty,enumerable:!1,writable:!0,configurable:!0});function r(p,m,T,y){return $.isPlainObject(p)&&$.isPlainObject(m)?$.merge.call({caseless:y},p,m):$.isPlainObject(m)?$.merge({},m):$.isArray(m)?m.slice():m}function o(p,m,T,y){if($.isUndefined(m)){if(!$.isUndefined(p))return r(void 0,p,T,y)}else return r(p,m,T,y)}function a(p,m){if(!$.isUndefined(m))return r(void 0,m)}function u(p,m){if($.isUndefined(m)){if(!$.isUndefined(p))return r(void 0,p)}else return r(void 0,m)}function c(p){const m=$.hasOwnProp(t,"transitional")?t.transitional:void 0;if(!$.isUndefined(m))if($.isPlainObject(m)){if($.hasOwnProp(m,p))return m[p]}else return;const T=$.hasOwnProp(e,"transitional")?e.transitional:void 0;if($.isPlainObject(T)&&$.hasOwnProp(T,p))return T[p]}function d(p,m,T){if($.hasOwnProp(t,T))return r(p,m);if($.hasOwnProp(e,T))return r(void 0,p)}const f={url:a,method:a,data:a,baseURL:u,transformRequest:u,transformResponse:u,paramsSerializer:u,timeout:u,timeoutMessage:u,withCredentials:u,withXSRFToken:u,adapter:u,responseType:u,xsrfCookieName:u,xsrfHeaderName:u,onUploadProgress:u,onDownloadProgress:u,decompress:u,maxContentLength:u,maxBodyLength:u,beforeRedirect:u,transport:u,httpAgent:u,httpsAgent:u,cancelToken:u,socketPath:u,allowedSocketPaths:u,responseEncoding:u,validateStatus:d,headers:(p,m,T)=>o(Lg(p),Lg(m),T,!0)};return $.forEach(Object.keys(F(F({},e),t)),function(m){if(m==="__proto__"||m==="constructor"||m==="prototype")return;const T=$.hasOwnProp(f,m)?f[m]:o,y=$.hasOwnProp(e,m)?e[m]:void 0,_=$.hasOwnProp(t,m)?t[m]:void 0,w=T(y,_,m);$.isUndefined(w)&&T!==d||(n[m]=w)}),$.hasOwnProp(t,"validateStatus")&&$.isUndefined(t.validateStatus)&&c("validateStatusUndefinedResolves")===!1&&($.hasOwnProp(e,"validateStatus")?n.validateStatus=r(void 0,e.validateStatus):delete n.validateStatus),n}const tC=["content-type","content-length"];function nC(e,t,n){if(n!=="content-only"){e.set(t);return}Object.entries(t||{}).forEach(([r,o])=>{tC.includes(r.toLowerCase())&&e.set(r,o)})}const rC=e=>encodeURIComponent(e).replace(/%([0-9A-F]{2})/gi,(t,n)=>String.fromCharCode(parseInt(n,16)));function Dg(e){const t=so({},e),n=T=>$.hasOwnProp(t,T)?t[T]:void 0,r=n("data");let o=n("withXSRFToken");const a=n("xsrfHeaderName"),u=n("xsrfCookieName");let c=n("headers");const d=n("auth"),f=n("baseURL"),p=n("allowAbsoluteUrls"),m=n("url");if(t.headers=c=gn.from(c),t.url=xg(Rg(f,m,p,t),n("params"),n("paramsSerializer")),d){const T=$.getSafeProp(d,"username")||"",y=$.getSafeProp(d,"password")||"";try{c.set("Authorization","Basic "+btoa(T+":"+(y?rC(y):"")))}catch(_){throw Se.from(_,Se.ERR_BAD_OPTION_VALUE,e)}}if($.isFormData(r)&&(un.hasStandardBrowserEnv||un.hasStandardBrowserWebWorkerEnv||$.isReactNative(r)?c.setContentType(void 0):$.isFunction(r.getHeaders)&&nC(c,r.getHeaders(),n("formDataHeaderPolicy"))),un.hasStandardBrowserEnv&&($.isFunction(o)&&(o=o(t)),o===!0||o==null&&Wv(t.url))){const y=a&&u&&Gv.read(u);y&&c.set(a,y)}return t}const iC=typeof XMLHttpRequest!="undefined"&&function(e){return new Promise(function(n,r){const o=Dg(e);let a=o.data;const u=gn.from(o.headers).normalize();let{responseType:c,onUploadProgress:d,onDownloadProgress:f}=o,p,m,T,y,_;function w(){y&&y(),_&&_(),o.cancelToken&&o.cancelToken.unsubscribe(p),o.signal&&o.signal.removeEventListener("abort",p)}let C=new XMLHttpRequest;C.open(o.method.toUpperCase(),o.url,!0),C.timeout=o.timeout;function A(){if(!C)return;const v=gn.from("getAllResponseHeaders"in C&&C.getAllResponseHeaders()),Y={data:!c||c==="text"||c==="json"?C.responseText:C.response,status:C.status,statusText:C.statusText,headers:v,config:e,request:C};Pg(function(q){n(q),w()},function(q){r(q),w()},Y),C=null}"onloadend"in C?C.onloadend=A:C.onreadystatechange=function(){!C||C.readyState!==4||C.status===0&&!(C.responseURL&&C.responseURL.startsWith("file:"))||setTimeout(A)},C.onabort=function(){C&&(r(new Se("Request aborted",Se.ECONNABORTED,e,C)),w(),C=null)},C.onerror=function(H){const Y=H&&H.message?H.message:"Network Error",D=new Se(Y,Se.ERR_NETWORK,e,C);D.event=H||null,r(D),w(),C=null},C.ontimeout=function(){let H=o.timeout?"timeout of "+o.timeout+"ms exceeded":"timeout exceeded";const Y=o.transitional||yf;o.timeoutErrorMessage&&(H=o.timeoutErrorMessage),r(new Se(H,Y.clarifyTimeoutError?Se.ETIMEDOUT:Se.ECONNABORTED,e,C)),w(),C=null},a===void 0&&u.setContentType(null),"setRequestHeader"in C&&$.forEach(Eg(u),function(H,Y){C.setRequestHeader(Y,H)}),$.isUndefined(o.withCredentials)||(C.withCredentials=!!o.withCredentials),c&&c!=="json"&&(C.responseType=o.responseType),f&&([T,_]=fl(f,!0),C.addEventListener("progress",T)),d&&C.upload&&([m,y]=fl(d),C.upload.addEventListener("progress",m),C.upload.addEventListener("loadend",y)),(o.cancelToken||o.signal)&&(p=v=>{C&&(r(!v||v.type?new ya(null,e,C):v),C.abort(),w(),C=null)},o.cancelToken&&o.cancelToken.subscribe(p),o.signal&&(o.signal.aborted?p():o.signal.addEventListener("abort",p)));const P=Vv(o.url);if(P&&!un.protocols.includes(P)){r(new Se("Unsupported protocol "+P+":",Se.ERR_BAD_REQUEST,e)),w();return}C.send(a||null)})},oC=(e,t)=>{if(e=e?e.filter(Boolean):[],!t&&!e.length)return;const n=new AbortController;let r=!1;const o=function(d){if(!r){r=!0,u();const f=d instanceof Error?d:this.reason;n.abort(f instanceof Se?f:new ya(f instanceof Error?f.message:f))}};let a=t&&setTimeout(()=>{a=null,o(new Se(`timeout of ${t}ms exceeded`,Se.ETIMEDOUT))},t);const u=()=>{e&&(a&&clearTimeout(a),a=null,e.forEach(d=>{d.unsubscribe?d.unsubscribe(o):d.removeEventListener("abort",o)}),e=null)};e.forEach(d=>d.addEventListener("abort",o,{once:!0}));const{signal:c}=n;return c.unsubscribe=()=>$.asap(u),c},sC=function*(e,t){let n=e.byteLength;if(n<t){yield e;return}let r=0,o;for(;r<n;)o=r+t,yield e.slice(r,o),r=o},aC=function(e,t){return Nd(this,null,function*(){try{for(var n=Qw(uC(e)),r,o,a;r=!(o=yield new ii(n.next())).done;r=!1){const u=o.value;yield*b0(sC(u,t))}}catch(o){a=[o]}finally{try{r&&(o=n.return)&&(yield new ii(o.call(n)))}finally{if(a)throw a[0]}}})},uC=function(e){return Nd(this,null,function*(){if(e[Symbol.asyncIterator]){yield*b0(e);return}const t=e.getReader();try{for(;;){const{done:n,value:r}=yield new ii(t.read());if(n)break;yield r}}finally{yield new ii(t.cancel())}})},Mg=(e,t,n,r)=>{const o=aC(e,t);let a=0,u,c=f=>{u||(u=!0,r&&r(f))};return new ReadableStream({pull(f){return Je(this,null,function*(){try{const{done:p,value:m}=yield o.next();if(p){c(),f.close();return}let T=m.byteLength;if(n){let y=a+=T;n(y)}f.enqueue(new Uint8Array(m))}catch(p){throw c(p),p}})},cancel(f){return c(f),o.return()}},{highWaterMark:2})},hl=e=>e>=48&&e<=57||e>=65&&e<=70||e>=97&&e<=102,lC=(e,t,n)=>t+2<n&&hl(e.charCodeAt(t+1))&&hl(e.charCodeAt(t+2));function cC(e){if(!e||typeof e!="string"||!e.startsWith("data:"))return 0;const t=e.indexOf(",");if(t<0)return 0;const n=e.slice(5,t),r=e.slice(t+1);if(/;base64/i.test(n)){let u=r.length;const c=r.length;for(let y=0;y<c;y++)if(r.charCodeAt(y)===37&&y+2<c){const _=r.charCodeAt(y+1),w=r.charCodeAt(y+2);hl(_)&&hl(w)&&(u-=2,y+=2)}let d=0,f=c-1;const p=y=>y>=2&&r.charCodeAt(y-2)===37&&r.charCodeAt(y-1)===51&&(r.charCodeAt(y)===68||r.charCodeAt(y)===100);f>=0&&(r.charCodeAt(f)===61?(d++,f--):p(f)&&(d++,f-=3)),d===1&&f>=0&&(r.charCodeAt(f)===61||p(f))&&d++;const T=Math.floor(u/4)*3-(d||0);return T>0?T:0}let a=0;for(let u=0,c=r.length;u<c;u++){const d=r.charCodeAt(u);if(d===37&&lC(r,u,c))a+=1,u+=2;else if(d<128)a+=1;else if(d<2048)a+=2;else if(d>=55296&&d<=56319&&u+1<c){const f=r.charCodeAt(u+1);f>=56320&&f<=57343?(a+=4,u++):a+=3}else a+=3}return a}const Sf="1.18.1",Fg=64*1024,{isFunction:pl}=$,dC=e=>encodeURIComponent(e).replace(/%([0-9A-F]{2})/gi,(t,n)=>String.fromCharCode(parseInt(n,16))),Bg=e=>{if(!$.isString(e))return e;try{return decodeURIComponent(e)}catch(t){return e}},Ug=(e,...t)=>{try{return!!e(...t)}catch(n){return!1}},fC=e=>{const t=e.indexOf("://");let n=e;return t!==-1&&(n=n.slice(t+3)),n.includes("@")||n.includes(":")},hC=e=>{const t=$.global!==void 0&&$.global!==null?$.global:globalThis,{ReadableStream:n,TextEncoder:r}=t;e=$.merge.call({skipUndefined:!0},{Request:t.Request,Response:t.Response},e);const{fetch:o,Request:a,Response:u}=e,c=o?pl(o):typeof fetch=="function",d=pl(a),f=pl(u);if(!c)return!1;const p=c&&pl(n),m=c&&(typeof r=="function"?(A=>P=>A.encode(P))(new r):A=>Je(null,null,function*(){return new Uint8Array(yield new a(A).arrayBuffer())})),T=d&&p&&Ug(()=>{let A=!1;const P=new a(un.origin,{body:new n,method:"POST",get duplex(){return A=!0,"half"}}),v=P.headers.has("Content-Type");return P.body!=null&&P.body.cancel(),A&&!v}),y=f&&p&&Ug(()=>$.isReadableStream(new u("").body)),_={stream:y&&(A=>A.body)};c&&["text","arrayBuffer","blob","formData","stream"].forEach(A=>{!_[A]&&(_[A]=(P,v)=>{let H=P&&P[A];if(H)return H.call(P);throw new Se(`Response type '${A}' is not supported`,Se.ERR_NOT_SUPPORT,v)})});const w=A=>Je(null,null,function*(){if(A==null)return 0;if($.isBlob(A))return A.size;if($.isSpecCompliantForm(A))return(yield new a(un.origin,{method:"POST",body:A}).arrayBuffer()).byteLength;if($.isArrayBufferView(A)||$.isArrayBuffer(A))return A.byteLength;if($.isURLSearchParams(A)&&(A=A+""),$.isString(A))return(yield m(A)).byteLength}),C=(A,P)=>Je(null,null,function*(){const v=$.toFiniteNumber(A.getContentLength());return v==null?w(P):v});return A=>Je(null,null,function*(){let{url:P,method:v,data:H,signal:Y,cancelToken:D,timeout:q,onDownloadProgress:re,onUploadProgress:me,responseType:V,headers:se,withCredentials:ce="same-origin",fetchOptions:de,maxContentLength:ne,maxBodyLength:Ee}=Dg(A);const Oe=$.isNumber(ne)&&ne>-1,oe=$.isNumber(Ee)&&Ee>-1,Q=Te=>$.hasOwnProp(A,Te)?A[Te]:void 0;let ie=o||fetch;V=V?(V+"").toLowerCase():"text";let k=oC([Y,D&&D.toAbortSignal()],q),L=null;const ee=k&&k.unsubscribe&&(()=>{k.unsubscribe()});let O,we=null;const Be=()=>new Se("Request body larger than maxBodyLength limit",Se.ERR_BAD_REQUEST,A,L);try{let Te;const Fe=Q("auth");if(Fe){const Ve=$.getSafeProp(Fe,"username")||"",Pt=$.getSafeProp(Fe,"password")||"";Te={username:Ve,password:Pt}}if(fC(P)){const Ve=new URL(P,un.origin);if(!Te&&(Ve.username||Ve.password)){const Pt=Bg(Ve.username),On=Bg(Ve.password);Te={username:Pt,password:On}}(Ve.username||Ve.password)&&(Ve.username="",Ve.password="",P=Ve.href)}if(Te&&(se.delete("authorization"),se.set("Authorization","Basic "+btoa(dC((Te.username||"")+":"+(Te.password||""))))),Oe&&typeof P=="string"&&P.startsWith("data:")&&cC(P)>ne)throw new Se("maxContentLength size of "+ne+" exceeded",Se.ERR_BAD_RESPONSE,A,L);if(oe&&v!=="get"&&v!=="head"){const Ve=yield w(H);if(typeof Ve=="number"&&isFinite(Ve)&&(O=Ve,Ve>Ee))throw Be()}const $e=oe&&($.isReadableStream(H)||$.isStream(H)),Ge=(Ve,Pt,On)=>Mg(Ve,Fg,cn=>{if(oe&&cn>Ee)throw we=Be();Pt&&Pt(cn)},On);if(T&&v!=="get"&&v!=="head"&&(me||$e)){if(O=O==null?yield C(se,H):O,O!==0||$e){let Ve=new a(P,{method:"POST",body:H,duplex:"half"}),Pt;if($.isFormData(H)&&(Pt=Ve.headers.get("content-type"))&&se.setContentType(Pt),Ve.body){const[On,cn]=me&&Ng(O,fl(Og(me)))||[];H=Ge(Ve.body,On,cn)}}}else if($e&&!d&&p&&v!=="get"&&v!=="head")H=Ge(H);else if($e&&d&&!T&&v!=="get"&&v!=="head")throw new Se("Stream request bodies are not supported by the current fetch implementation",Se.ERR_NOT_SUPPORT,A,L);$.isString(ce)||(ce=ce?"include":"omit");const _t=d&&"credentials"in a.prototype;if($.isFormData(H)){const Ve=se.getContentType();Ve&&/^multipart\/form-data/i.test(Ve)&&!/boundary=/i.test(Ve)&&se.delete("content-type")}se.set("User-Agent","axios/"+Sf,!1);const Nn=pe(F({},de),{signal:k,method:v.toUpperCase(),headers:Eg(se.normalize()),body:H,duplex:"half",credentials:_t?ce:void 0});L=d&&new a(P,Nn);let ln=yield d?ie(L,de):ie(P,Nn);const Cr=gn.from(ln.headers);if(Oe){const Ve=$.toFiniteNumber(Cr.getContentLength());if(Ve!=null&&Ve>ne)throw new Se("maxContentLength size of "+ne+" exceeded",Se.ERR_BAD_RESPONSE,A,L)}const fr=y&&(V==="stream"||V==="response");if(y&&ln.body&&(re||Oe||fr&&ee)){const Ve={};["status","statusText","headers"].forEach(Ne=>{Ve[Ne]=ln[Ne]});const Pt=$.toFiniteNumber(Cr.getContentLength()),[On,cn]=re&&Ng(Pt,fl(Og(re),!0))||[];let Hn=0;const Ae=Ne=>{if(Oe&&(Hn=Ne,Hn>ne))throw new Se("maxContentLength size of "+ne+" exceeded",Se.ERR_BAD_RESPONSE,A,L);On&&On(Ne)};ln=new u(Mg(ln.body,Fg,Ae,()=>{cn&&cn(),ee&&ee()}),Ve)}V=V||"text";let nn=yield _[$.findKey(_,V)||"text"](ln,A);if(Oe&&!y&&!fr){let Ve;if(nn!=null&&(typeof nn.byteLength=="number"?Ve=nn.byteLength:typeof nn.size=="number"?Ve=nn.size:typeof nn=="string"&&(Ve=typeof r=="function"?new r().encode(nn).byteLength:nn.length)),typeof Ve=="number"&&Ve>ne)throw new Se("maxContentLength size of "+ne+" exceeded",Se.ERR_BAD_RESPONSE,A,L)}return!fr&&ee&&ee(),yield new Promise((Ve,Pt)=>{Pg(Ve,Pt,{data:nn,headers:gn.from(ln.headers),status:ln.status,statusText:ln.statusText,config:A,request:L})})}catch(Te){if(ee&&ee(),k&&k.aborted&&k.reason instanceof Se){const Fe=k.reason;throw Fe.config=A,L&&(Fe.request=L),Te!==Fe&&Object.defineProperty(Fe,"cause",{__proto__:null,value:Te,writable:!0,enumerable:!1,configurable:!0}),Fe}if(we)throw L&&!we.request&&(we.request=L),we;if(Te instanceof Se)throw L&&!Te.request&&(Te.request=L),Te;if(Te&&Te.name==="TypeError"&&/Load failed|fetch/i.test(Te.message)){const Fe=new Se("Network Error",Se.ERR_NETWORK,A,L,Te&&Te.response);throw Object.defineProperty(Fe,"cause",{__proto__:null,value:Te.cause||Te,writable:!0,enumerable:!1,configurable:!0}),Fe}throw Se.from(Te,Te&&Te.code,A,L,Te&&Te.response)}})},pC=new Map,Hg=e=>{let t=e&&e.env||{};const{fetch:n,Request:r,Response:o}=t,a=[r,o,n];let u=a.length,c=u,d,f,p=pC;for(;c--;)d=a[c],f=p.get(d),f===void 0&&p.set(d,f=c?new Map:hC(t)),p=f;return f};Hg();const xf={http:Iv,xhr:iC,fetch:{get:Hg}};$.forEach(xf,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{__proto__:null,value:t})}catch(n){}Object.defineProperty(e,"adapterName",{__proto__:null,value:t})}});const zg=e=>`- ${e}`,mC=e=>$.isFunction(e)||e===null||e===!1;function gC(e,t){e=$.isArray(e)?e:[e];const{length:n}=e;let r,o;const a={};for(let u=0;u<n;u++){r=e[u];let c;if(o=r,!mC(r)&&(o=xf[(c=String(r)).toLowerCase()],o===void 0))throw new Se(`Unknown adapter '${c}'`);if(o&&($.isFunction(o)||(o=o.get(t))))break;a[c||"#"+u]=o}if(!o){const u=Object.entries(a).map(([d,f])=>`adapter ${d} `+(f===!1?"is not supported by the environment":"is not available in the build"));let c=n?u.length>1?`since :
|
|
5
|
+
`+u.map(zg).join(`
|
|
6
|
+
`):" "+zg(u[0]):"as no adapter specified";throw new Se("There is no suitable adapter to dispatch the request "+c,Se.ERR_NOT_SUPPORT)}return o}const jg={getAdapter:gC,adapters:xf};function wf(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new ya(null,e)}function $g(e){return wf(e),e.headers=gn.from(e.headers),e.data=_f.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),jg.getAdapter(e.adapter||Ea.adapter,e)(e).then(function(r){wf(e),e.response=r;try{r.data=_f.call(e,e.transformResponse,r)}finally{delete e.response}return r.headers=gn.from(r.headers),r},function(r){if(!kg(r)&&(wf(e),r&&r.response)){e.response=r.response;try{r.response.data=_f.call(e,e.transformResponse,r.response)}finally{delete e.response}r.response.headers=gn.from(r.response.headers)}return Promise.reject(r)})}const ml={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{ml[e]=function(r){return typeof r===e||"a"+(t<1?"n ":" ")+e}});const Vg={};ml.transitional=function(t,n,r){function o(a,u){return"[Axios v"+Sf+"] Transitional option '"+a+"'"+u+(r?". "+r:"")}return(a,u,c)=>{if(t===!1)throw new Se(o(u," has been removed"+(n?" in "+n:"")),Se.ERR_DEPRECATED);return n&&!Vg[u]&&(Vg[u]=!0,console.warn(o(u," has been deprecated since v"+n+" and will be removed in the near future"))),t?t(a,u,c):!0}},ml.spelling=function(t){return(n,r)=>(console.warn(`${r} is likely a misspelling of ${t}`),!0)};function EC(e,t,n){if(typeof e!="object"||e===null)throw new Se("options must be an object",Se.ERR_BAD_OPTION_VALUE);const r=Object.keys(e);let o=r.length;for(;o-- >0;){const a=r[o],u=Object.prototype.hasOwnProperty.call(t,a)?t[a]:void 0;if(u){const c=e[a],d=c===void 0||u(c,a,e);if(d!==!0)throw new Se("option "+a+" must be "+d,Se.ERR_BAD_OPTION_VALUE);continue}if(n!==!0)throw new Se("Unknown option "+a,Se.ERR_BAD_OPTION)}}const gl={assertOptions:EC,validators:ml},En=gl.validators;let ao=class{constructor(t){this.defaults=t||{},this.interceptors={request:new wg,response:new wg}}request(t,n){return Je(this,null,function*(){try{return yield this._request(t,n)}catch(r){if(r instanceof Error){let o={};Error.captureStackTrace?Error.captureStackTrace(o):o=new Error;const a=(()=>{if(!o.stack)return"";const u=o.stack.indexOf(`
|
|
7
7
|
`);return u===-1?"":o.stack.slice(u+1)})();try{if(!r.stack)r.stack=a;else if(a){const u=a.indexOf(`
|
|
8
8
|
`),c=u===-1?-1:a.indexOf(`
|
|
9
9
|
`,u+1),d=c===-1?"":a.slice(c+1);String(r.stack).endsWith(d)||(r.stack+=`
|
|
10
|
-
`+a)}}catch(u){}}throw r}})}_request(t,n){typeof t=="string"?(n=n||{},n.url=t):n=t||{},n=io(this.defaults,n);const{transitional:r,paramsSerializer:o,headers:a}=n;r!==void 0&&pl.assertOptions(r,{silentJSONParsing:Zn.transitional(Zn.boolean),forcedJSONParsing:Zn.transitional(Zn.boolean),clarifyTimeoutError:Zn.transitional(Zn.boolean),legacyInterceptorReqResOrdering:Zn.transitional(Zn.boolean)},!1),o!=null&&(Y.isFunction(o)?n.paramsSerializer={serialize:o}:pl.assertOptions(o,{encode:Zn.function,serialize:Zn.function},!0)),n.allowAbsoluteUrls!==void 0||(this.defaults.allowAbsoluteUrls!==void 0?n.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:n.allowAbsoluteUrls=!0),pl.assertOptions(n,{baseUrl:Zn.spelling("baseURL"),withXsrfToken:Zn.spelling("withXSRFToken")},!0),n.method=(n.method||this.defaults.method||"get").toLowerCase();let u=a&&Y.merge(a.common,a[n.method]);a&&Y.forEach(["delete","get","head","post","put","patch","query","common"],_=>{delete a[_]}),n.headers=xn.concat(u,a);const c=[];let d=!0;this.interceptors.request.forEach(function(S){if(typeof S.runWhen=="function"&&S.runWhen(n)===!1)return;d=d&&S.synchronous;const A=n.transitional||gf;A&&A.legacyInterceptorReqResOrdering?c.unshift(S.fulfilled,S.rejected):c.push(S.fulfilled,S.rejected)});const f=[];this.interceptors.response.forEach(function(S){f.push(S.fulfilled,S.rejected)});let p,m=0,T;if(!d){const _=[Dg.bind(this),void 0];for(_.unshift(...c),_.push(...f),T=_.length,p=Promise.resolve(n);m<T;)p=p.then(_[m++],_[m++]);return p}T=c.length;let y=n;for(;m<T;){const _=c[m++],S=c[m++];try{y=_(y)}catch(A){S.call(this,A);break}}try{p=Dg.call(this,y)}catch(_){return Promise.reject(_)}for(m=0,T=f.length;m<T;)p=p.then(f[m++],f[m++]);return p}getUri(t){t=io(this.defaults,t);const n=vg(t.baseURL,t.url,t.allowAbsoluteUrls);return bg(n,t.params,t.paramsSerializer)}};Y.forEach(["delete","get","head","options"],function(t){oo.prototype[t]=function(n,r){return this.request(io(r||{},{method:t,url:n,data:(r||{}).data}))}}),Y.forEach(["post","put","patch","query"],function(t){function n(r){return function(a,u,c){return this.request(io(c||{},{method:t,headers:r?{"Content-Type":"multipart/form-data"}:{},url:a,data:u}))}}oo.prototype[t]=n(),t!=="query"&&(oo.prototype[t+"Form"]=n(!0))});let tC=class q2{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let n;this.promise=new Promise(function(a){n=a});const r=this;this.promise.then(o=>{if(!r._listeners)return;let a=r._listeners.length;for(;a-- >0;)r._listeners[a](o);r._listeners=null}),this.promise.then=o=>{let a;const u=new Promise(c=>{r.subscribe(c),a=c}).then(o);return u.cancel=function(){r.unsubscribe(a)},u},t(function(a,u,c){r.reason||(r.reason=new ma(a,u,c),n(r.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const n=this._listeners.indexOf(t);n!==-1&&this._listeners.splice(n,1)}toAbortSignal(){const t=new AbortController,n=r=>{t.abort(r)};return this.subscribe(n),t.signal.unsubscribe=()=>this.unsubscribe(n),t.signal}static source(){let t;return{token:new q2(function(o){t=o}),cancel:t}}};function nC(e){return function(n){return e.apply(null,n)}}function rC(e){return Y.isObject(e)&&e.isAxiosError===!0}const xf={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(xf).forEach(([e,t])=>{xf[t]=e});function Fg(e){const t=new oo(e),n=ig(oo.prototype.request,t);return Y.extend(n,oo.prototype,t,{allOwnKeys:!0}),Y.extend(n,t,null,{allOwnKeys:!0}),n.create=function(o){return Fg(io(e,o))},n}const It=Fg(pa);It.Axios=oo,It.CanceledError=ma,It.CancelToken=tC,It.isCancel=Sg,It.VERSION=Tf,It.toFormData=cl,It.AxiosError=Ne,It.Cancel=It.CanceledError,It.all=function(t){return Promise.all(t)},It.spread=nC,It.isAxiosError=rC,It.mergeConfig=io,It.AxiosHeaders=xn,It.formToJSON=e=>_g(Y.isHTMLForm(e)?new FormData(e):e),It.getAdapter=Lg.getAdapter,It.HttpStatusCode=xf,It.default=It;const{Axios:G7,AxiosError:X7,CanceledError:K7,isCancel:Q7,CancelToken:J7,VERSION:Z7,all:eU,Cancel:tU,isAxiosError:nU,spread:rU,toFormData:iU,AxiosHeaders:oU,HttpStatusCode:sU,formToJSON:aU,getAdapter:uU,mergeConfig:lU,create:cU}=It;class iC{constructor(t,n,r,o=!1,a,u){Se(this,"CIMULATE_API_HEADER","x-cimulate-api-key");Se(this,"CIMULATE_SEARCH_API_HOST","search.cimulate");Se(this,"CIMULATE_SEARCH_API_PATH","api/v1");Se(this,"baseApiUrl");Se(this,"headers",{});Se(this,"fetchConfig",()=>Qe(this,null,function*(){try{const t=yield It.get(`${this.apiUrl}/configs/copilot`,{headers:this.headers}),{customer_config:n}=t.data,r=atob(n);return JSON.parse(r)}catch(t){throw console.error("Error fetching customer config:",t),t}}));Se(this,"_mapCopilotUrlToSearchUrl",(t="",n=!1)=>{if(t.endsWith("io")){const o=new URL(t);return o.hostname=o.hostname.replace(/^copilot\./,"api."),o.origin}return n?`https://staging.${this.CIMULATE_SEARCH_API_HOST}.ai`:`https://prod.${this.CIMULATE_SEARCH_API_HOST}.ai`});if(n&&r||!n&&!r)throw new Error("Provide exactly one authentication method: either 'apiKey' or 'apiToken', but not both.");n?this.headers[this.CIMULATE_API_HEADER]=n:r&&(this.headers.Authorization=`Bearer ${r}`),a&&(this.headers["x-cimulate-customer-id"]=a),u&&(this.headers["Tenant-ID"]=u),this.baseApiUrl=this._mapCopilotUrlToSearchUrl(t,o)}get apiUrl(){return`${this.baseApiUrl}/${this.CIMULATE_SEARCH_API_PATH}`}}class oC{constructor(t,n,r,o=!1,a,u){Se(this,"apiService");Se(this,"config",null);Se(this,"getConfig",()=>Qe(this,null,function*(){if(this.config)return this.config;try{const t=yield this.apiService.fetchConfig();return this.config=t,this.config}catch(t){throw console.error("Failed to fetch customer config:",t),t}}));Se(this,"getPid",t=>this.getProductFieldValue(t,"pidCol"));Se(this,"getName",t=>this.getProductFieldValue(t,"nameCol"));Se(this,"getDescription",t=>this.getProductFieldValue(t,"description"));Se(this,"getBrand",t=>this.getProductFieldValue(t,"productBrandCol"));Se(this,"getPrice",t=>this.getProductFieldValue(t,"priceCol"));Se(this,"getRelativePdp",t=>this.getProductFieldValue(t,"relativePdpCol"));Se(this,"getPdp",t=>this.getProductFieldValue(t,"pdpCol"));Se(this,"getImage",t=>this.getProductFieldValue(t,"imageCol"));Se(this,"getProductHiddenFields",()=>{const t=this.getProductField("productHiddenFields");return Array.isArray(t)?t:[]});Se(this,"getProductField",t=>this.config?this.config[t]:"");Se(this,"getProductFieldValue",(t,n)=>{const r=this.getProductField(n);return r&&t[r]||""});this.apiService=new iC(t,n,r,o,a,u)}getPriceDisplay(t){const n=this.getPrice(t);return n?typeof n=="string"?n.includes("$")?n:`$${n}`:typeof n=="number"?new Intl.NumberFormat("en-US",{style:"currency",currency:"USD"}).format(n):n:""}}const qo=(e,t,n,...r)=>{if(!e)return;const o=["background: linear-gradient(90deg,rgba(253, 99, 99, 1) 0%, rgba(245, 139, 35, 1) 65%)","font-weight: bold","color: transparent","background-clip: text","text-fill-color: transparent"].join(";");console[t]("%c[cimulate-widget]",o,n,...r)};class sC{constructor(t=!1){Se(this,"isDevelopment");Se(this,"_log",(t,n,...r)=>{qo(this.isDevelopment,t,n,...r)});this.isDevelopment=t}log(t,...n){this._log("log",t,...n)}warn(t,...n){this._log("warn",t,...n)}error(t,...n){this._log("error",t,...n)}info(t,...n){this._log("info",t,...n)}debug(t,...n){this._log("debug",t,...n)}}const aC={copilot:"Your Search Assistant",messaging:"Commerce Client"},Bg=B.createContext(null),uC=({mode:e,logoUrl:t,headerText:n,headerConfig:r,globalClassName:o="",entryMessage:a,openLinksInNewTab:u=!1,disclaimerText:c,disclaimerMarkdown:d,clientContext:f,baseCatalogParams:p,searchPlaceholder:m,searchButtonLabel:T,searchConfig:y,suggestionButtonConfig:_,messageAlignment:S="start",autoScroll:A=!0,componentConfig:v,conversationHistory:N,resetConversationMessage:k="",apiKey:H,apiToken:V,baseUrl:F,customerId:q,tenantId:ie,theme:ge,isDevelopment:$,__features:se,routingAttributes:ce,enableDownloadTranscript:de=!0,children:ne})=>{const be=e==="messaging",Oe=B.useMemo(()=>{const O=ce==null?void 0:ce.isCartMgmtSupported;return O===!0||O==="true"},[ce]),oe=B.useMemo(()=>be?{config:null}:new oC(F,H,V,$,q,ie),[be,F,H,V,$,q,ie]),Q=B.useMemo(()=>new sC($),[$]);B.useEffect(()=>{be||!oe||oe.config||oe.getConfig()},[oe,be]);const re=B.useMemo(()=>TA(ge),[ge]),C=B.useMemo(()=>{const O=(y==null?void 0:y.placeholder)||m,_e=(y==null?void 0:y.buttonLabel)||T;let Re="icon";return y!=null&&y.buttonType?Re=y.buttonType:T&&(Re="text"),pe(M({},y||{}),{placeholder:O,buttonLabel:_e,buttonType:Re})},[y,m,T]),D=B.useMemo(()=>pe(M({},r||{}),{logoUrl:t||(r==null?void 0:r.logoUrl),headerText:(r==null?void 0:r.headerText)||n||aC[e!=null?e:"copilot"]}),[r,t,n,e]),ee=B.useMemo(()=>({configModule:oe,mode:e!=null?e:"copilot",headerConfig:D,entryMessage:a,globalClassName:o,openLinksInNewTab:u,disclaimerText:c,disclaimerMarkdown:d,clientContext:f,baseCatalogParams:p,themeVariables:re,logger:Q,searchConfig:C,suggestionButtonConfig:_,messageAlignment:S,autoScroll:A,enableMinimize:!!(v!=null&&v.enableMinimize),enableDownloadTranscript:de,resetConversationMessage:k,conversationHistory:{sinceHours:typeof(N==null?void 0:N.sinceHours)=="number"?N.sinceHours:1,limit:N==null?void 0:N.limit},features:se,isCartMgmtSupported:Oe}),[oe,e,D,a,o,f,p,c,d,u,C,_,S,A,v,de,k,Q,re,N,se,Oe]);return w.jsx(Bg.Provider,{value:ee,children:ne})},nt=()=>{const e=B.useContext(Bg);if(!e)throw new Error("useConfig must be used within a ConfigProvider");return e};class lC{constructor(){Se(this,"initialState",{connected:!1,mode:"embedded",entryType:"search",status:{type:"dialog",isOpen:!1,isMinimized:!1},dialog:{position:"bottom-left",isFullHeight:!1,width:""},modal:{isFullscreen:!1}});Se(this,"connectedProxy");Se(this,"modeProxy");Se(this,"entryTypeProxy");Se(this,"statusProxy");Se(this,"dialogProxy");Se(this,"modalProxy",{isFullscreen:!1});Se(this,"_fullGet",(t,n)=>Reflect.get(t,n));Se(this,"_fullSet",(t,n,r)=>{if(!(n in t))throw new Error(`Property ${n} does not exist on UIState`);return fC(n,r),Reflect.set(t,n,r)});this.connectedProxy=new Proxy({connected:this.initialState.connected},{get:this._fullGet,set:this._fullSet}),this.modeProxy=new Proxy({mode:this.initialState.mode},{get:this._fullGet,set:this._fullSet}),this.entryTypeProxy=new Proxy({entryType:this.initialState.entryType},{get:this._fullGet,set:this._fullSet}),this.statusProxy=new Proxy({type:this.initialState.status.type,isOpen:this.initialState.status.isOpen,isMinimized:this.initialState.status.isMinimized},{get:this._fullGet,set:this._fullSet}),this.dialogProxy=new Proxy({position:this.initialState.dialog.position,isFullHeight:this.initialState.dialog.isFullHeight,width:this.initialState.dialog.width},{get:this._fullGet,set:this._fullSet}),this.modalProxy=new Proxy({isFullscreen:this.initialState.modal.isFullscreen},{get:this._fullGet,set:this._fullSet})}get connected(){return this.connectedProxy.connected}get mode(){return this.modeProxy.mode}get isOpen(){return!!this.statusProxy.isOpen}get isMinimized(){return!!this.statusProxy.isMinimized}get type(){return this.statusProxy.type}get entryType(){return this.entryTypeProxy.entryType}get position(){return this.dialogProxy.position}get state(){return{connected:this.connected,mode:this.mode,entryType:this.entryType,status:{type:this.type,isOpen:this.isOpen,isMinimized:this.isMinimized},dialog:{position:this.position,isFullHeight:this.dialogProxy.isFullHeight,width:this.dialogProxy.width},modal:{isFullscreen:this.modalProxy.isFullscreen}}}}const Ze=new lC,so=()=>Ze.connected,ga=()=>Ze.isOpen,cC=e=>{window.addEventListener(sf,e)},dC=e=>{window.removeEventListener(sf,e)},fC=(e,t)=>{const n=new CustomEvent(sf,{detail:{property:e,value:t}});window.dispatchEvent(n)},hC=e=>{Ze.connectedProxy.connected=e},Ea=e=>{if(!["ask_cim","search","browse","pdp"].includes(e))throw new Error(`Invalid entryType: "${e}". Must be 'ask_cim', 'search', 'browse', or 'pdp'.`);Ze.entryTypeProxy.entryType=e},ri=e=>{const t=Ze.statusProxy.isOpen,n=typeof e=="boolean"?e:!t;Ze.statusProxy.isOpen=n,n&&(Ze.statusProxy.isMinimized=!1)},ml=e=>{const t=Ze.statusProxy.isMinimized,n=typeof e=="boolean"?e:!t;Ze.statusProxy.isMinimized=n,n&&(Ze.statusProxy.isOpen=!1)},wf=e=>{Ze.modalProxy.isFullscreen=e},gl=e=>{if(!["chat","dialog","modal"].includes(e))throw new Error(`Invalid type: ${e}. Must be 'chat', 'dialog', or 'modal'.`);Ze.statusProxy.type=e,e==="dialog"||e==="chat"?Ze.modeProxy.mode="embedded":Ze.modeProxy.mode="standalone"},Af=e=>{const t=["top","top-left","top-right","bottom","bottom-left","bottom-right","left","right","center"];if(!t.includes(e))throw new Error(`Invalid position: ${e}. Must be one of ${t.join(", ")}.`);Ze.dialogProxy.position=e},pC=e=>{const t=Ze.dialogProxy.isFullHeight,n=typeof e=="boolean"?e:!t;Ze.dialogProxy.isFullHeight=n},mC=({onCopilotEvent:e,children:t,dispatch:n})=>{const{logger:r}=nt(),o=B.useCallback(k=>{n({type:mt.SET_COPILOT,payload:k})},[n]),a=B.useCallback(k=>{hC(k),n({type:mt.SET_CONNECTED,payload:k})},[n]),u=B.useCallback(()=>{n({type:mt.RESET_COPILOT,payload:{}})},[n]),c=B.useCallback(()=>{n({type:mt.RESET_STATE,payload:{}})},[n]),d=B.useCallback(k=>{r==null||r.log(`${k.name} event received`,k),n({type:mt.ADD_MESSAGE,payload:k}),k.bypassHandlers||e==null||e(k)},[e,r,n]),f=B.useCallback(k=>{n({type:mt.ADD_LOADING_MESSAGE,payload:k})},[n]),p=B.useCallback(k=>{n({type:mt.REMOVE_LOADING_MESSAGE,payload:k})},[n]),m=B.useCallback(k=>{d(k),f(k.id)},[d,f]),T=B.useCallback(k=>{n({type:mt.SET_ACTIVE_CONVERSATION_ID,payload:k})},[n]),y=B.useCallback(k=>{n({type:mt.ADD_CONVERSATION_ID,payload:k})},[n]),_=B.useCallback(k=>{n({type:mt.SET_CONVERSATION_IDS,payload:k})},[n]),S=B.useCallback(k=>{n({type:mt.SET_IMAGE_FILE,payload:k})},[n]),A=B.useCallback(k=>{n({type:mt.SET_ASK_CIM_PROMPTS,payload:k})},[n]),v=B.useCallback(k=>{n({type:mt.SET_CONVERSATION_HISTORY_LOADED,payload:k})},[n]),N=B.useMemo(()=>({setCopilot:o,setConnected:a,resetCopilot:u,resetCopilotState:c,addCopilotEvent:d,addLoadingMessage:f,removeLoadingMessage:p,handleCopilotRequestAck:m,setActiveConversationId:T,addConversationId:y,setConversationIds:_,setImageFile:S,setAskCimPrompts:A,setConversationHistoryLoaded:v}),[o,a,u,c,d,f,p,m,T,y,_,S,A,v]);return w.jsx(rg.Provider,{value:N,children:t})};mA();const gC=(e,t)=>{const{type:n,payload:r}=t;if(n===mt.ADD_MESSAGE){const o=r;if(e.messages.push(o),o.eventSourceId){const a=e.groupedMessages.findIndex(u=>u.eventSourceId===o.eventSourceId);if(a!==-1){let u=e.groupedMessages[a].messages;u||(u=[]);const c=u.findIndex(d=>d.id===o.id);if(c!==-1){u[c]=o;return}u.push(o);return}else{e.groupedMessages.push({type:"group",eventSourceId:o.eventSourceId,messages:[o],createdAt:new Date(o.createdAt)});return}}e.groupedMessages.push({type:"individual",message:o,createdAt:new Date(o.createdAt)});return}switch(n){case mt.RESET_STATE:e.messages=no.messages,e.groupedMessages=no.groupedMessages,e.loadingMessages=no.loadingMessages,e.imageFile=no.imageFile,e.askCimPrompts=no.askCimPrompts,e.conversationHistoryLoaded=no.conversationHistoryLoaded;break;case mt.RESET_COPILOT:e.copilot=null;break;case mt.SET_COPILOT:e.copilot=r;break;case mt.SET_CONNECTED:e.connected=r;break;case mt.ADD_LOADING_MESSAGE:e.loadingMessages.add(r);break;case mt.REMOVE_LOADING_MESSAGE:e.loadingMessages.delete(r);break;case mt.SET_ACTIVE_CONVERSATION_ID:e.activeConversationId=r;break;case mt.ADD_CONVERSATION_ID:{const o=r;e.conversationIds.includes(o)||e.conversationIds.push(o)}break;case mt.SET_CONVERSATION_IDS:e.conversationIds=r;break;case mt.SET_IMAGE_FILE:e.imageFile=r;break;case mt.SET_ASK_CIM_PROMPTS:e.askCimPrompts.requestId=(r==null?void 0:r.requestId)||null,e.askCimPrompts.message=(r==null?void 0:r.message)||null;break;case mt.SET_CONVERSATION_HISTORY_LOADED:e.conversationHistoryLoaded=r;break}},EC=({onCopilotEvent:e,children:t})=>{const[n,r]=eg(gC,no);return w.jsx(ng.Provider,{value:n,children:w.jsx(mC,{onCopilotEvent:e,dispatch:r,children:t})})};function yC(){var e=B.useRef(!0);return e.current?(e.current=!1,!0):e.current}function bC(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];e&&e.addEventListener&&e.addEventListener.apply(e,t)}function TC(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];e&&e.removeEventListener&&e.removeEventListener.apply(e,t)}var vf=typeof window!="undefined",ya=function(e){B.useEffect(e,[])},_C=function(e){var t=B.useRef(e);t.current=e,ya(function(){return function(){return t.current()}})},SC=function(e){var t=B.useRef(0),n=B.useState(e),r=n[0],o=n[1],a=B.useCallback(function(u){cancelAnimationFrame(t.current),t.current=requestAnimationFrame(function(){o(u)})},[]);return _C(function(){cancelAnimationFrame(t.current)}),[r,a]},xC=function(e,t){return e===t};function wC(e,t){t===void 0&&(t=xC);var n=B.useRef(),r=B.useRef(e),o=yC();return!o&&!t(r.current,e)&&(n.current=r.current,r.current=e),n.current}var AC=function(e){var t={},n=t.initialWidth,r=n===void 0?1/0:n,o=t.initialHeight,a=o===void 0?1/0:o,u=t.onChange,c=SC({width:vf?window.innerWidth:r,height:vf?window.innerHeight:a}),d=c[0],f=c[1];return B.useEffect(function(){if(vf){var p=function(){var m=window.innerWidth,T=window.innerHeight;f({width:m,height:T}),u&&u(m,T)};return bC(window,"resize",p),function(){TC(window,"resize",p)}}},[]),d};class vC{constructor(){Se(this,"items",[]);Se(this,"add",t=>{const n=this.first();n&&n.context===t.context&&this.remove(),this.items.push(t)});Se(this,"remove",()=>this.items.shift());Se(this,"first",()=>this.items.length>0?this.items[0]:null);Se(this,"clear",()=>{this.items.length=0});Se(this,"processQueue",t=>{new Array(fn.size).fill(1).forEach(()=>{const r=fn.first();r&&(t(r),fn.remove())})})}get size(){return this.items.length}}const fn=new vC,Ug=e=>{window.addEventListener(of,e)},Hg=e=>{window.removeEventListener(of,e)},CC=(e,t,n)=>{const r=new CustomEvent(of,{detail:{event:e,property:t,value:n}});window.dispatchEvent(r)},zg=e=>{window.addEventListener(rf,e)},jg=e=>{window.removeEventListener(rf,e)},kC=(e,t,n)=>{const r=new CustomEvent(rf,{detail:{event:e,property:t,value:n}});window.dispatchEvent(r)},$g=e=>{window.addEventListener(nf,e)},Vg=e=>{window.removeEventListener(nf,e)},qg=(e,t,n)=>{const r=new CustomEvent(nf,{detail:{property:e,value:t,event:n}});window.dispatchEvent(r)},PC=e=>{window.addEventListener(uf,e)},NC=e=>{window.removeEventListener(uf,e)},El=(e,t,n)=>{const r=new CustomEvent(uf,{detail:{property:e,value:t,event:n}});window.dispatchEvent(r)};class OC{constructor(){Se(this,"initialParams",{categoryId:"",categoryName:"",page:null,pageSize:null,includeFacets:!0,facetFilters:{},rangeFilters:[],catalogSegment:null,pricebooks:null});Se(this,"categoryIdProxy");Se(this,"facetFiltersProxy");Se(this,"rangeFiltersProxy");Se(this,"catalogSegmentProxy");Se(this,"pricebooksProxy");Se(this,"_fullGet",(t,n)=>Reflect.get(t,n));Se(this,"_fullSet",(t,n,r)=>{const o=yA[n];return kC(o,n,r),Reflect.set(t,n,r)});Se(this,"updateFacetFiltersProxy",t=>new Proxy({facetFilters:t},{get:this._fullGet,set:this._fullSet}));Se(this,"updateRangeFiltersProxy",t=>new Proxy({rangeFilters:t},{get:this._fullGet,set:this._fullSet}));Se(this,"updatePricebooksProxy",t=>new Proxy({pricebooks:t},{get:this._fullGet,set:this._fullSet}));this.categoryIdProxy=new Proxy({categoryId:this.initialParams.categoryId,categoryName:this.initialParams.categoryName},{get:this._fullGet,set:this._fullSet}),this.facetFiltersProxy=this.updateFacetFiltersProxy(this.initialParams.facetFilters||{}),this.rangeFiltersProxy=this.updateRangeFiltersProxy(this.initialParams.rangeFilters||[]),this.catalogSegmentProxy=new Proxy({catalogSegment:this.initialParams.catalogSegment},{get:this._fullGet,set:this._fullSet}),this.pricebooksProxy=this.updatePricebooksProxy(this.initialParams.pricebooks||null)}get categoryId(){return this.categoryIdProxy.categoryId||""}get facetFilters(){return this.facetFiltersProxy.facetFilters||{}}get rangeFilters(){return this.rangeFiltersProxy.rangeFilters||[]}get catalogSegment(){return this.catalogSegmentProxy.catalogSegment||null}get pricebooks(){return this.pricebooksProxy.pricebooks||null}get state(){return{categoryId:this.categoryId,categoryName:this.categoryIdProxy.categoryName,facetFilters:this.facetFilters,rangeFilters:this.rangeFilters,catalogSegment:this.catalogSegment,pricebooks:this.pricebooks,page:this.initialParams.page,pageSize:this.initialParams.pageSize,includeFacets:this.initialParams.includeFacets}}}const lt=new OC,Yg=(e,t)=>{const n=t.updateFacetFiltersProxy(e);t.facetFiltersProxy.facetFilters=n.facetFilters},Wg=(e,t,n)=>{var u,c;const r=M({},((u=n.facetFiltersProxy)==null?void 0:u.facetFilters)||{});if(!!((c=r[e])!=null&&c.includes(t))){const d=r[e].filter(f=>f!==t);d.length>0?r[e]=d:delete r[e]}else r[e]=r[e]?[...r[e],t]:[t];const a=n.updateFacetFiltersProxy(r);n.facetFiltersProxy.facetFilters=a.facetFilters},Gg=(e,t)=>{const n=t.updateRangeFiltersProxy(e);t.rangeFiltersProxy.rangeFilters=n.rangeFilters},Xg=({field:e,value:t},n)=>{const[r,o]=Array.isArray(t)?t:[];if(typeof r=="undefined"||typeof o=="undefined")throw new Error("Range values must be an array with two numbers for min and max");const a=[...n.rangeFiltersProxy.rangeFilters||[]],u=a.findIndex(d=>d.field===e);if(u!==-1){a[u]={field:e,min:r,max:o},n.rangeFiltersProxy.rangeFilters=a;return}a.push({field:e,min:r,max:o});const c=n.updateRangeFiltersProxy(a);n.rangeFiltersProxy.rangeFilters=c.rangeFilters},Kg=(e,t)=>{t.catalogSegmentProxy.catalogSegment=e},Qg=(e,t)=>{const n=t.updatePricebooksProxy(e);t.pricebooksProxy.pricebooks=n.pricebooks},IC=e=>{if(!so()||!ga()){so()&&fn.clear(),fn.add({context:"browse",payload:pe(M({},lt.state),{categoryId:e})});return}lt.categoryIdProxy.categoryId=e},Jg=e=>{Yg(e,lt)},RC=(e,t)=>{Wg(e,t,lt)},Zg=e=>{Gg(e,lt)},LC=({field:e,value:t})=>{Xg({field:e,value:t},lt)},DC=e=>{Kg(e,lt)},e1=e=>{Qg(e,lt)},t1=e=>{if(!e||!("categoryId"in e))throw new Error("Browse context must include a categoryId");const t=so(),n=ga();if(!t||!n){t&&fn.clear(),fn.add({context:"browse",payload:M({},e)});return}"facetFilters"in e&&Jg(e.facetFilters||{}),"rangeFilters"in e&&Zg(e.rangeFilters||[]),"catalogSegment"in e&&(lt.catalogSegmentProxy.catalogSegment=e.catalogSegment||null),"pricebooks"in e&&e1(e.pricebooks||[]),"categoryName"in e&&(lt.categoryIdProxy.categoryName=e.categoryName||""),lt.categoryIdProxy.categoryId=e.categoryId},MC=Object.freeze(Object.defineProperty({__proto__:null,setBrowseContext:t1,updateBrowseCategoryId:IC,updateCatalogSegment:DC,updateFacetFilter:RC,updateFacetFilters:Jg,updatePricebooks:e1,updateRangeFilter:LC,updateRangeFilters:Zg},Symbol.toStringTag,{value:"Module"}));class FC{constructor(){Se(this,"initialParams",{productId:"",productName:"",pdpLink:""});Se(this,"proxy");Se(this,"_fullGet",(t,n)=>Reflect.get(t,n));Se(this,"_fullSet",(t,n,r)=>(qg(n,r),Reflect.set(t,n,r)));Se(this,"updateProxy",t=>{t.productId&&(this.proxy=new Proxy({productId:t.productId,productName:t.productName||"",pdpLink:t.pdpLink||""},{get:this._fullGet,set:this._fullSet}))});this.proxy=new Proxy({productId:this.initialParams.productId,productName:this.initialParams.productName,pdpLink:this.initialParams.pdpLink},{get:this._fullGet,set:this._fullSet})}get productId(){return this.proxy.productId}get pdpLink(){return this.proxy.pdpLink}get state(){return{productId:this.productId,productName:this.proxy.productName,pdpLink:this.pdpLink}}}const pr=new FC,n1=e=>{if(!e||!e.productId)throw new Error("PDP context must include a productId");const t=so(),n=ga();if(!t||!n){t&&fn.clear(),fn.add({context:"pdp",payload:M({},e)});return}pr.updateProxy(e),qg("pdp-context",e)},BC=e=>{pr.proxy.productId=e,so()||fn.add({context:"pdp",payload:M({},pr.state)})},UC=e=>{pr.proxy.pdpLink=e},gt={SET_PROMPTS_EXTENSION_INITIALIZED:"SET_PROMPTS_EXTENSION_INITIALIZED",SET_PROMPTS_EXTENSION_OPEN:"SET_PROMPTS_EXTENSION_OPEN",SET_PROMPTS_EXTENSION_INLINE:"SET_PROMPTS_EXTENSION_INLINE",SET_PROMPTS_EXTENSION_ELEMENT_ID:"SET_PROMPTS_EXTENSION_ELEMENT_ID",SET_PROMPTS_EXTENSION_ENTRY_TYPE:"SET_PROMPTS_EXTENSION_ENTRY_TYPE",SET_PROMPTS_EXTENSION_PARAMS:"SET_PROMPTS_EXTENSION_PARAMS",RESET_PROMPTS_EXTENSION_PARAMS:"RESET_PROMPTS_EXTENSION_PARAMS",SET_PROMPTS_EXTENSION_ACTIVE_PROMPTS_ID:"SET_PROMPTS_EXTENSION_ACTIVE_PROMPTS_ID",RESET_PROMPTS_EXTENSION_ACTIVE_PROMPTS_ID:"RESET_PROMPTS_EXTENSION_ACTIVE_PROMPTS_ID",SET_PROMPTS_EXTENSION_USER_PROMPT:"SET_PROMPTS_EXTENSION_USER_PROMPT",SET_PROMPTS_EXTENSION_PROMPTS_MESSAGE:"SET_PROMPTS_EXTENSION_PROMPTS_MESSAGE",RESET_PROMPTS_EXTENSION_PROMPTS_MESSAGE:"RESET_PROMPTS_EXTENSION_PROMPTS_MESSAGE",SET_PROMPTS_EXTENSION_RESPONSE_MESSAGE:"SET_PROMPTS_EXTENSION_RESPONSE_MESSAGE",RESET_PROMPTS_EXTENSION_RESPONSE_MESSAGE:"RESET_PROMPTS_EXTENSION_RESPONSE_MESSAGE",SET_PROMPTS_EXTENSION_RESPONSE_LOADING:"SET_PROMPTS_EXTENSION_RESPONSE_LOADING"},r1={isInitialized:!1,isOpen:!1,isInline:!1,elementId:null,placeholder:null,askElseButtonLabel:null,entryType:null,params:null,activePromptsId:null,userPrompt:null,promptsMessage:null,isResponseLoading:!1,responseMessage:null,promptsDisplay:"both",staticQuestions:[],staticQuestionsStrategy:"append",disableAskElseButton:!1};class HC{constructor(){Se(this,"initialState",r1);Se(this,"promptsStateProxy");Se(this,"promptsParamsProxy");Se(this,"_fullGet",(t,n)=>Reflect.get(t,n));Se(this,"_fullSet",(t,n,r)=>{if(!(n in t))throw new Error(`Property ${n} does not exist on PromptsExtensionState`);return ba(n,r),Reflect.set(t,n,r)});Se(this,"_paramsFullGet",(t,n)=>Reflect.get(t,n));Se(this,"_paramsFullSet",(t,n,r)=>Reflect.set(t,n,r));Se(this,"updatePromptsParamsProxy",t=>new Proxy(M({},t),{get:this._paramsFullGet,set:this._paramsFullSet}));this.promptsStateProxy=new Proxy({isOpen:this.initialState.isOpen,isInline:this.initialState.isInline,elementId:this.initialState.elementId,entryType:this.initialState.entryType},{get:this._fullGet,set:this._fullSet}),this.promptsParamsProxy=this.updatePromptsParamsProxy({})}get isOpen(){return this.promptsStateProxy.isOpen}get isInline(){return this.promptsStateProxy.isInline}get state(){return{isOpen:this.isOpen,isInline:this.isInline}}get params(){return this.promptsParamsProxy}}const Bt=new HC,zC=e=>{window.addEventListener(af,e)},jC=e=>{window.removeEventListener(af,e)},ba=(e,t)=>{const n=new CustomEvent(af,{detail:{property:e,value:t}});window.dispatchEvent(n)},i1=e=>{const t=Bt.isOpen,n=typeof e=="boolean"?e:!t;Bt.promptsStateProxy.isOpen=n},o1=e=>{const t=Bt.isInline,n=typeof e=="boolean"?e:!t;Bt.promptsStateProxy.isInline=n},$C=e=>{Bt.promptsParamsProxy=Bt.updatePromptsParamsProxy(e),ba("params",e),Bt.promptsStateProxy.entryType="ask_cim"},VC=e=>{Bt.promptsParamsProxy=Bt.updatePromptsParamsProxy(e),ba("params",e),Bt.promptsStateProxy.entryType="search"},qC=e=>{Bt.promptsParamsProxy=Bt.updatePromptsParamsProxy(e),ba("params",e),Bt.promptsStateProxy.entryType="browse"},YC=e=>{Bt.promptsParamsProxy=Bt.updatePromptsParamsProxy(e),ba("params",e),Bt.promptsStateProxy.entryType="pdp"},WC=({elementId:e,entryType:t,params:n,isInline:r})=>{Bt.promptsStateProxy.elementId=e,t&&(Bt.promptsStateProxy.entryType=t),typeof r=="boolean"&&o1(r),n&&Bt.updatePromptsParamsProxy(n),Bt.isOpen||i1(!0)},GC=Object.freeze(Object.defineProperty({__proto__:null,getConversationMessages:({payload:e,callback:t})=>{El("getConversationMessages",{payload:e,callback:t},wi.GET_CONVERSATION_MESSAGES)},getSessionInformation:e=>{El("getSessionInformation",{callback:e},wi.GET_SESSION_INFORMATION)},loadConversation:e=>{El("loadConversation",e,wi.LOAD_CONVERSATION)},resetConversation:()=>{El("resetConversation",!0,wi.RESET_CONVERSATION)}},Symbol.toStringTag,{value:"Module"}));class XC{constructor(){Se(this,"initialParams",{query:"",page:null,pageSize:null,includeFacets:!0,facetFilters:{},rangeFilters:[],catalogSegment:null,pricebooks:null});Se(this,"queryProxy");Se(this,"facetFiltersProxy");Se(this,"rangeFiltersProxy");Se(this,"catalogSegmentProxy");Se(this,"pricebooksProxy");Se(this,"_fullGet",(t,n)=>Reflect.get(t,n));Se(this,"_fullSet",(t,n,r)=>{const o=bA[n];return CC(o,n,r),Reflect.set(t,n,r)});Se(this,"updateFacetFiltersProxy",t=>new Proxy({facetFilters:t},{get:this._fullGet,set:this._fullSet}));Se(this,"updateRangeFiltersProxy",t=>new Proxy({rangeFilters:t},{get:this._fullGet,set:this._fullSet}));Se(this,"updatePricebooksProxy",t=>new Proxy({pricebooks:t},{get:this._fullGet,set:this._fullSet}));this.queryProxy=new Proxy({query:this.initialParams.query},{get:this._fullGet,set:this._fullSet}),this.facetFiltersProxy=this.updateFacetFiltersProxy(this.initialParams.facetFilters||{}),this.rangeFiltersProxy=this.updateRangeFiltersProxy(this.initialParams.rangeFilters||[]),this.catalogSegmentProxy=new Proxy({catalogSegment:this.initialParams.catalogSegment},{get:this._fullGet,set:this._fullSet}),this.pricebooksProxy=this.updatePricebooksProxy(this.initialParams.pricebooks||null)}get query(){return this.queryProxy.query||""}get facetFilters(){return this.facetFiltersProxy.facetFilters||{}}get rangeFilters(){return this.rangeFiltersProxy.rangeFilters||[]}get catalogSegment(){return this.catalogSegmentProxy.catalogSegment||null}get pricebooks(){return this.pricebooksProxy.pricebooks||null}get state(){return{query:this.query,facetFilters:this.facetFilters,rangeFilters:this.rangeFilters,catalogSegment:this.catalogSegment,pricebooks:this.pricebooks,page:this.initialParams.page,pageSize:this.initialParams.pageSize,includeFacets:this.initialParams.includeFacets}}}const Tt=new XC,KC=e=>{const t=ga(),n=so();if(!n||!t){n&&fn.clear(),fn.add({context:"search",payload:pe(M({},Tt.state),{query:e})});return}Tt.queryProxy.query=e},s1=e=>{Yg(e,Tt)},QC=(e,t)=>{Wg(e,t,Tt)},a1=e=>{Gg(e,Tt)},JC=({field:e,value:t})=>{Xg({field:e,value:t},Tt)},ZC=e=>{Kg(e,Tt)},u1=e=>{Qg(e,Tt)},l1=e=>{if(!e||!e.query)throw new Error("Search context must include a query");const t=ga(),n=so();if(!n||!t){n&&fn.clear(),fn.add({context:"search",payload:M({},e)});return}"facetFilters"in e&&s1(e.facetFilters||{}),"rangeFilters"in e&&a1(e.rangeFilters||[]),"catalogSegment"in e&&(Tt.catalogSegmentProxy.catalogSegment=e.catalogSegment||null),"pricebooks"in e&&u1(e.pricebooks||[]),Tt.queryProxy.query=e.query},ek=Object.freeze(Object.defineProperty({__proto__:null,setSearchContext:l1,updateCatalogSegment:ZC,updateFacetFilter:QC,updateFacetFilters:s1,updatePricebooks:u1,updateRangeFilter:JC,updateRangeFilters:a1,updateSearchQuery:KC},Symbol.toStringTag,{value:"Module"})),tk={categoryId:lt.categoryId,categoryName:lt.categoryIdProxy.categoryName||"",facetFilters:lt.facetFilters,rangeFilters:lt.rangeFilters,catalogSegment:lt.catalogSegment,pricebooks:lt.pricebooks},c1=B.createContext(tk),nk=({children:e})=>{const[t,n]=B.useState(lt.categoryId),[r,o]=B.useState(lt.categoryIdProxy.categoryName||""),[a,u]=B.useState(lt.facetFilters||{}),[c,d]=B.useState(lt.rangeFilters||[]),[f,p]=B.useState(lt.catalogSegment||null),[m,T]=B.useState(lt.pricebooks||null);B.useEffect(()=>{const _=({detail:S})=>{(S==null?void 0:S.property)==="categoryId"&&n(S.value),(S==null?void 0:S.property)==="categoryName"&&o(S.value),(S==null?void 0:S.property)==="facetFilters"&&u(S.value),(S==null?void 0:S.property)==="rangeFilters"&&d(S.value),(S==null?void 0:S.property)==="catalogSegment"&&p(S.value),(S==null?void 0:S.property)==="pricebooks"&&T(S.value)};return zg(_),()=>{jg(_)}},[]);const y=B.useMemo(()=>({categoryId:t,categoryName:r,facetFilters:a,rangeFilters:c,catalogSegment:f,pricebooks:m}),[t,r,a,c,f,m]);return w.jsx(c1.Provider,{value:y,children:e})},rk=()=>{const e=B.useContext(c1);if(!e)throw new Error("useBrowse must be used within a BrowseProvider");return e},ik={searchQuery:Tt.query,facetFilters:Tt.facetFilters,rangeFilters:Tt.rangeFilters,catalogSegment:Tt.catalogSegment,pricebooks:Tt.pricebooks},d1=B.createContext(ik),ok=({children:e})=>{const[t,n]=B.useState(Tt.query),[r,o]=B.useState(Tt.facetFilters),[a,u]=B.useState(Tt.rangeFilters),[c,d]=B.useState(Tt.catalogSegment),[f,p]=B.useState(Tt.pricebooks);B.useEffect(()=>{const T=({detail:y})=>{(y==null?void 0:y.property)==="query"&&n(y.value),(y==null?void 0:y.property)==="facetFilters"&&o(y.value),(y==null?void 0:y.property)==="rangeFilters"&&u(y.value),(y==null?void 0:y.property)==="catalogSegment"&&d(y.value),(y==null?void 0:y.property)==="pricebooks"&&p(y.value)};return Ug(T),()=>{Hg(T)}},[]);const m=B.useMemo(()=>({searchQuery:t,facetFilters:r,rangeFilters:a,catalogSegment:c,pricebooks:f}),[t,r,a,c,f]);return w.jsx(d1.Provider,{value:m,children:e})},sk=()=>{const e=B.useContext(d1);if(!e)throw new Error("useSearch must be used within a SearchProvider");return e},ak={productId:pr.productId,pdpLink:pr.pdpLink},f1=B.createContext(ak),uk=({children:e})=>{const[t,n]=B.useState(pr.productId),[r,o]=B.useState(pr.pdpLink);B.useEffect(()=>{const u=({detail:c})=>{if((c==null?void 0:c.property)==="pdp-context"){const d=c.value;n(d.productId),o(d.pdpLink);return}(c==null?void 0:c.property)==="productId"&&n(c.value),(c==null?void 0:c.property)==="pdpLink"&&o(c.value)};return $g(u),()=>{Vg(u)}},[]);const a=B.useMemo(()=>({productId:t,pdpLink:r}),[t,r]);return w.jsx(f1.Provider,{value:a,children:e})},lk=()=>{const e=B.useContext(f1);if(!e)throw new Error("usePdp must be used within a PdpProvider");return e},h1=B.createContext({mode:Ze.modeProxy.mode,entryType:Ze.entryType,status:Ze.statusProxy,dialogPosition:Ze.dialogProxy.position,isDialogFullHeight:Ze.dialogProxy.isFullHeight,dialogWidth:Ze.dialogProxy.width,isModalFullscreen:Ze.modalProxy.isFullscreen,previousComponentType:Ze.statusProxy.type}),ck=({entryType:e,componentConfig:t,componentType:n,children:r})=>{const[o,a]=B.useState(e!=null?e:Ze.entryTypeProxy.entryType),[u,c]=B.useState(Ze.modeProxy.mode),[d,f]=B.useState({type:n||Ze.statusProxy.type,isOpen:Ze.statusProxy.isOpen,isMinimized:Ze.statusProxy.isMinimized}),[p,m]=B.useState(Ze.dialogProxy.position),[T,y]=B.useState(Ze.dialogProxy.isFullHeight),[_,S]=B.useState(Ze.dialogProxy.width),[A,v]=B.useState(Ze.modalProxy.isFullscreen),N=wC(d.type);B.useEffect(()=>{const H=V=>{const{property:F,value:q}=V.detail||{};if(!(!F||q===void 0)){if(F==="mode"){c(q);return}if(F==="entryType"){a(q);return}if(F==="isMinimized"){f(ie=>pe(M({},ie),{isMinimized:q}));return}if(F==="isOpen"){f(ie=>pe(M({},ie),{isOpen:q}));return}if(F==="type"){f(ie=>pe(M({},ie),{type:q}));return}if(F==="position"){m(q);return}if(F==="isFullHeight"){y(q);return}if(F==="width"){S(q);return}if(F==="isFullscreen"){v(q);return}}};return cC(H),()=>{dC(H)}},[]),ya(()=>{e&&Ea(e)}),ya(()=>{const H=n||(t==null?void 0:t.type);H&&gl(H),t&&"isOpen"in t&&ri(!!t.isOpen),t&&"isMinimized"in t&&ml(!!t.isMinimized)}),ya(()=>{if(!(t!=null&&t.options))return;const{dialogPosition:H}=t.options;H&&Af(H),"dialogFullHeight"in t.options&&pC(!!t.options.dialogFullHeight),"dialogWidth"in t.options&&t.options.dialogWidth&&S(t.options.dialogWidth),"isModalFullscreen"in t.options&&wf(!!t.options.isModalFullscreen)});const k=B.useMemo(()=>({mode:u,entryType:o,status:d,previousComponentType:N||"dialog",dialogPosition:p,isDialogFullHeight:T,dialogWidth:_,isModalFullscreen:A}),[u,o,d,N,p,T,_,A]);return w.jsx(h1.Provider,{value:k,children:r})},er=()=>{const e=B.useContext(h1);if(!e)throw new Error("useUIState must be used within a UIStateProvider");return e},p1=B.createContext(null),m1=B.createContext(null),Cf=()=>{const e=B.useContext(m1);if(!e)throw new Error("usePromptsExtensionDispatch must be used within a PromptsExtensionProvider");return e||{}},ii=()=>{const e=B.useContext(p1);if(!e)throw new Error("usePromptsExtensionState must be used within a PromptsExtensionProvider");return e||{}},Yo=()=>{const e=B.useContext(rg);if(!e)throw new Error("useCopilotDispatch must be used within a CopilotProvider");return e},tr=()=>{const e=B.useContext(ng);if(!e)throw new Error("useCopilotState must be used within a CopilotProvider");return e},dk=({copilot:e})=>{const{logger:t,conversationHistory:n}=nt(),{isInline:r}=ii(),{addCopilotEvent:o,setConversationHistoryLoaded:a}=Yo(),{activeConversationId:u}=tr(),c=B.useCallback(f=>{e&&e.requestSessionInformation(p=>{t==null||t.log("Retrieved session information: ",p),f==null||f(p)})},[e,t]),d=B.useCallback((f,p)=>{e&&f.conversationId&&e.getConversationEvents(f,m=>{t==null||t.log("Retrieved conversation messages: ",m),p==null||p(m)})},[e,t]);return B.useEffect(()=>{if(r||!u)return;if(n.sinceHours===0||(n==null?void 0:n.limit)===0){a(!0);return}const f=3600*1e3*n.sinceHours,p=new Date(Date.now()-f).toISOString(),m={conversationId:u,since:p,excludeEvents:["done","error","connection_error","refined_browse","refined_search","conversation_reset"]};typeof n.limit=="number"&&(m.limit=n.limit),d(m,T=>{const y=[];[...T.reverse()||[]].forEach(S=>{var v;const A=T.find(N=>N.id===S.eventSourceId);(v=A==null?void 0:A.name)!=null&&v.endsWith("_suggestions")||(S.bypassHandlers=!0,y.unshift(S))}),y.forEach(S=>{o(S)}),a(!0)})},[t,r,u,d,o,a,n]),{getSessionInformation:c,getConversationMessages:d}},g1=B.createContext({copilot:null,messages:[],groupedMessages:[],isLoading:!1,isResponseLoading:()=>!1,handleAskCim:()=>{},handleSearch:()=>{},handleBrowse:()=>{},handlePdp:()=>{},handleSuggestion:()=>{},handleUserInput:()=>{},handleCancel:()=>{},resetConversation:()=>{},getSessionInformation:()=>{},getConversationMessages:()=>{}}),fk=({apiKey:e,apiToken:t,baseUrl:n,customerId:r,tenantId:o,isDevelopment:a,onConnect:u,onRefinedSearch:c,onRefinedBrowse:d,children:f})=>{const{logger:p,clientContext:m,baseCatalogParams:T}=nt(),hi=sk(),{searchQuery:y}=hi,_=cn(hi,["searchQuery"]),Tr=rk(),{categoryId:S}=Tr,A=cn(Tr,["categoryId"]),{productId:v,pdpLink:N}=lk(),{setCopilot:k,setConnected:H,resetCopilot:V,resetCopilotState:F,addCopilotEvent:q,removeLoadingMessage:ie,handleCopilotRequestAck:ge,setActiveConversationId:$,setConversationIds:se,setAskCimPrompts:ce}=Yo(),{connected:de,copilot:ne,messages:be,groupedMessages:Oe,loadingMessages:oe,askCimPrompts:Q}=tr(),{status:re,entryType:C}=er(),{isInline:D}=ii(),{getConversationMessages:ee,getSessionInformation:O}=dk({copilot:ne}),_e=B.useMemo(()=>oe.size>0,[oe]),Re=B.useCallback(Ae=>oe.has(Ae),[oe]),ke=B.useCallback(({query:Ae,facetFilters:Fe,rangeFilters:Be,catalogSegment:it,pricebooks:pt,userPrompt:J,imageFile:me})=>{if(!ne){p==null||p.error("Copilot is not initialized");return}if(!Ae)return;const ve={searchParams:{query:Ae}};J&&(ve.userPrompt=J),me&&(ve.attachments={image:me}),Fe&&Object.keys(Fe).length>0&&(ve.searchParams.facetFilters=Fe),Be&&Be.length>0&&(ve.searchParams.rangeFilters=Be),it&&(ve.searchParams.catalogSegment=it),pt&&(ve.searchParams.pricebooks=pt),m&&(ve.clientContext=m),Ea("search"),ne.search(ve,Ve=>{const Le=M({},Ve);ge(Le)})},[p,ge,ne,m]),He=B.useCallback(({categoryId:Ae,categoryName:Fe,facetFilters:Be,rangeFilters:it,catalogSegment:pt,pricebooks:J,userPrompt:me,imageFile:ve})=>{if(!ne){p==null||p.error("Copilot is not initialized");return}const Ve=Be&&Object.keys(Be).length>0;if(Ae===""&&!Ve){p==null||p.error("Browse event must include facetFilters when categoryId is empty");return}const Le={browseParams:{categoryId:Ae||""}};me&&(Le.userPrompt=me),ve&&(Le.attachments={image:ve}),Ve&&(Le.browseParams.facetFilters=Be),it&&it.length>0&&(Le.browseParams.rangeFilters=it),pt&&(Le.browseParams.catalogSegment=pt),Array.isArray(J)&&J.length>0&&(Le.browseParams.pricebooks=J),(m||Fe)&&(Le.clientContext={},m&&(Le.clientContext=M({},m)),Fe&&(Le.clientContext.cimLabel=Fe)),Ea("browse"),ne.browse(Le,ct=>{var Yr;const Yt=M({},ct),zt=((Yr=Yt.request)==null?void 0:Yr.clientContext)||{},sn=(zt==null?void 0:zt.cimLabel)||Fe;sn&&Yt.request&&(Yt.request.label=sn),ge(Yt)})},[p,ge,ne,m]),xe=B.useCallback(({productId:Ae,productName:Fe,pdpLink:Be,userPrompt:it,imageFile:pt})=>{if(!ne){p==null||p.error("Copilot is not initialized");return}if(!Ae)return;const J={productId:Ae};it&&(J.userPrompt=it),Be&&(J.pdpLink=Be),pt&&(J.attachments={image:pt}),(m||Fe)&&(J.clientContext={},m&&(J.clientContext=M({},m)),Fe&&(J.clientContext.cimLabel=Fe)),T&&(J.baseCatalogParams=T),Ea("pdp"),ne.productView(J,me=>{var ct;const ve=M({},me),Ve=((ct=ve.request)==null?void 0:ct.clientContext)||{},Le=(Ve==null?void 0:Ve.cimLabel)||Fe;Le&&ve.request&&(ve.request.label=Le),ge(ve)})},[p,ne,ge,m,T]),Ye=B.useCallback(({userPrompt:Ae,imageFile:Fe})=>{if(!ne){p==null||p.error("Copilot is not initialized");return}if(!Ae)return;const Be={userPrompt:Ae};Fe&&(Be.attachments={image:Fe}),m&&(Be.clientContext=m),T&&(Be.baseCatalogParams=T),ne.askCim(Be,it=>{const pt=M({},it);ge(pt)})},[p,ne,ge,m,T]),ft=B.useCallback(Ae=>{q(Ae),c==null||c(Ae)},[q,c]),on=B.useCallback(Ae=>{q(Ae),d==null||d(Ae)},[q,d]),Vr=B.useCallback(Ae=>{u==null||u(Ae),H(!0)},[u,H]);B.useEffect(()=>{!ne||!de||!re.isOpen||fn.size>0&&fn.processQueue(Ae=>{if(Ae.context==="search"){const Fe=M({},Ae.payload);l1(Fe)}if(Ae.context==="browse"){const Fe=M({},Ae.payload);t1(Fe)}if(Ae.context==="pdp"){const Fe=M({},Ae.payload);n1(Fe)}})},[re.isOpen,ne,de]);const qr=B.useCallback(Ae=>{const Fe=Be=>{const it=pe(M({},Be),{id:Be.inquiryLinkId||Be.id});q(it)};Ae.on("connect_ack",Vr),Ae.on("partial_inquiry",Fe),Ae.on("display_products",q),Ae.on("progress",q),Ae.on("refined_search",ft),Ae.on("refined_browse",on),Ae.on("done",Be=>{ie(Be.eventSourceId)}),Ae.on("error",Be=>{q(Be),ie(Be.eventSourceId)}),Ae.onDisconnect(Be=>{const it=["io server disconnect","transport error","server shutting down"];if(p==null||p.log("Connection disconnected with reason: ",Be),!it.includes(Be)){H(!1);return}p==null||p.log("De-registering event listeners");const pt=new Date().toISOString();q({name:"error",message:"Connection was lost. Please try again.",createdAt:pt,id:`error-${pt}`,sessionId:"session"}),Ae.off()})},[p,H,ie,ft,on,q,Vr]);B.useEffect(()=>{if(!ne)return;const Ae=Fe=>{if(!D){if(!Fe.message&&Fe.eventSourceId&&Fe.eventSourceId===Q.requestId){ce({requestId:Fe.eventSourceId,message:Fe});return}q(Fe)}};return ne.on("follow_up",Ae),()=>{ne.off("follow_up",Ae)}},[ne,be,Q.requestId,D,q,ce]),B.useEffect(()=>{if(!ne)return;const Ae=Fe=>{if(D)return;const Be=pe(M({},Fe),{id:Fe.inquiryLinkId||Fe.id});q(Be)};return ne.on("inquiry",Ae),()=>{ne.off("inquiry",Ae)}},[ne,D,q]),ya(()=>{let Ae;n?Ae=n:Ae=a?"https://staging.copilot.search.cimulate.ai":"https://prod.copilot.search.cimulate.ai";const Fe={baseUrl:Ae};e?Fe.apiKey=e:t&&(Fe.apiToken=t),r&&(Fe.customerId=r),o&&(Fe.tenantId=o);const Be=new iA(Fe);return k(Be),qr(Be),Be.connect(),Be.requestSessionInformation(it=>{p==null||p.log("Session Information: ",it);const{activeConversationId:pt,conversationIds:J}=it.data||{};pt&&$(pt),J!=null&&J.length&&se(J)}),()=>{Be.disconnect(),Be.off(),V()}});const Rn=B.useCallback(Ae=>{if(!ne)return;const Fe={eventId:Ae,reason:"User cancelled the request"};ne.cancelRequest(Fe,Be=>{q(Be),ie(Ae)})},[q,ie,ne]),Ri=B.useCallback(()=>{ne&&ne.conversationReset({},Ae=>{F(),q(Ae),ne.requestSessionInformation(Fe=>{p==null||p.log("Session Information: ",Fe);const{activeConversationId:Be,conversationIds:it}=Fe.data||{};Be&&$(Be),it!=null&&it.length&&se(it)})})},[ne,p,q,F,$,se]),Li=B.useCallback((Ae,Fe)=>{if(!Ae)return;const Be={userPrompt:Ae};switch(Fe&&(Be.imageFile=Fe),C){case"ask_cim":Ye(Be);return;case"search":y?ke(M(M({query:y},_),Be)):Ye(Be);return;case"browse":He(M(M({categoryId:S},A),Be));return;case"pdp":v?xe(M({productId:v,pdpLink:N||""},Be)):Ye(Be);return}},[C,y,_,ke,Ye,S,A,He,xe,v,N]),fi=B.useCallback((Ae,Fe)=>{var me,ve,Ve;const it=Ae.params.userPrompt||"";if(!it)return;const pt=be.find(Le=>Le.id===Fe);if(!pt)return;const J=pt.name.replace("_suggestions","");if(J==="ask_cim"){Ye({userPrompt:it});return}if(J==="copilot_search"){const Le=((me=pt.request)==null?void 0:me.searchParams)||{},Yt=Le.query===y;ke(pe(M({query:Le.query||y},Yt?_:{}),{userPrompt:it}));return}if(J==="copilot_browse"){const Le=pt.request,ct=Le.browseParams||{},zt=ct.categoryId===S,sn=((ve=Le.clientContext)==null?void 0:ve.cimLabel)||"";He(pe(M({categoryId:ct.categoryId||S||""},zt?A:{}),{categoryName:sn,userPrompt:it}));return}if(J==="product_view"){const Le=pt.request||{},ct=Le.productId,Yt=ct===v,zt=((Ve=Le.clientContext)==null?void 0:Ve.cimLabel)||"";let sn="";Yt?sn=N||"":sn=Le.pdpLink||"",xe({productId:ct||v,pdpLink:sn,productName:zt,userPrompt:it})}},[be,y,_,ke,Ye,S,A,He,xe,v,N]),Ps=B.useMemo(()=>({copilot:ne,messages:be,groupedMessages:Oe,isLoading:_e,isResponseLoading:Re,handleAskCim:Ye,handleSearch:ke,handleBrowse:He,handlePdp:xe,handleUserInput:Li,handleSuggestion:fi,handleCancel:Rn,resetConversation:Ri,getSessionInformation:O,getConversationMessages:ee}),[ne,be,Oe,_e,Re,Ye,ke,He,xe,Li,fi,Rn,Ri,O,ee]);return w.jsx(g1.Provider,{value:Ps,children:f})},E1=()=>{const{copilot:e}=tr(),{addCopilotEvent:t}=Yo();return{getCopilotSuggestions:B.useCallback((r,o,a)=>{if(!e||!o||!r)return;const u=c=>{t(c),a(c)};switch(o){case"ask_cim":e.askCimSuggestions(r,u);break;case"search":e.searchSuggestions({searchParams:r},u);break;case"browse":e.browseSuggestions({browseParams:r},u);break;case"pdp":e.productViewSuggestions({productId:r.productId},u);break}},[e,t])}},Ir=()=>{const e=B.useContext(g1);if(!e)throw new Error("useCopilot must be used within a CopilotProvider");return e},hk=()=>{const{copilot:e,activeConversationId:t,askCimPrompts:n,conversationHistoryLoaded:r}=tr(),{entryType:o}=er(),{resetCopilotState:a,addCopilotEvent:u,setAskCimPrompts:c}=Yo(),{handleSearch:d,handleBrowse:f,handlePdp:p,resetConversation:m,getSessionInformation:T,getConversationMessages:y}=Ir(),{getCopilotSuggestions:_}=E1();B.useEffect(()=>{!e||!o||!t||!r||n.requestId||o==="ask_cim"&&_({},o,N=>{c({requestId:N.id,message:null})})},[e,t,n.requestId,o,r,_,c]);const S=B.useCallback(({query:N})=>{if(!e||!N)return;const{facetFilters:k}=Tt.facetFiltersProxy,{rangeFilters:H}=Tt.rangeFiltersProxy,{catalogSegment:V}=Tt.catalogSegmentProxy,{pricebooks:F}=Tt.pricebooksProxy,q={query:N};q.facetFilters=k||{},q.rangeFilters=H||[],q.catalogSegment=V||"",q.pricebooks=F||[],d(M({},q))},[e,d]),A=B.useCallback(({categoryId:N})=>{if(!e)return;const k=lt.categoryIdProxy.categoryName,{facetFilters:H}=lt.facetFiltersProxy,{rangeFilters:V}=lt.rangeFiltersProxy,{catalogSegment:F}=lt.catalogSegmentProxy,{pricebooks:q}=lt.pricebooksProxy,ie={categoryId:N};ie.categoryName=k||"",ie.facetFilters=H||{},ie.rangeFilters=V||[],ie.catalogSegment=F||"",ie.pricebooks=q||[],f(M({},ie))},[e,f]),v=B.useCallback(({productId:N})=>{if(!e||!N)return;const k={productId:N,pdpLink:pr.pdpLink,productName:pr.proxy.productName||""};p(k)},[e,p]);return B.useEffect(()=>{const N=({detail:k})=>{(k==null?void 0:k.property)==="query"&&S({query:k.value})};return Ug(N),()=>{Hg(N)}},[S]),B.useEffect(()=>{const N=({detail:k})=>{if((k==null?void 0:k.property)==="pdp-context"){const H=k.value;v({productId:H.productId});return}(k==null?void 0:k.property)==="productId"&&v({productId:k.value})};return $g(N),()=>{Vg(N)}},[v]),B.useEffect(()=>{const N=({detail:k})=>{(k==null?void 0:k.property)==="categoryId"&&A({categoryId:k.value})};return zg(N),()=>{jg(N)}},[A]),B.useEffect(()=>{const N=({detail:k})=>{if((k==null?void 0:k.event)==wi.RESET_CONVERSATION&&m(),(k==null?void 0:k.event)==wi.GET_SESSION_INFORMATION){const H=k.value.callback;T(H)}if((k==null?void 0:k.event)==wi.GET_CONVERSATION_MESSAGES){const{payload:H,callback:V}=k.value;if(!H.conversationId||typeof V!="function")return;y(H,V)}if((k==null?void 0:k.event)==wi.LOAD_CONVERSATION){const H=k.value;if(!H.conversationId)return;y(H,F=>{a(),F.forEach(q=>{u(q)})})}};return PC(N),()=>{NC(N)}},[m,T,y,a,u]),null},pk=({apiKey:e,apiToken:t,baseUrl:n,customerId:r,tenantId:o,isDevelopment:a,onConnect:u,onRefinedSearch:c,onRefinedBrowse:d,children:f})=>w.jsxs(fk,{apiKey:e,apiToken:t,baseUrl:n,customerId:r,tenantId:o,isDevelopment:a,onConnect:u,onRefinedSearch:c,onRefinedBrowse:d,children:[w.jsx(hk,{}),f]}),mk=({children:e,dispatch:t})=>{const n=B.useCallback(_=>{t({type:gt.SET_PROMPTS_EXTENSION_INITIALIZED,payload:_})},[t]),r=B.useCallback(_=>{t({type:gt.SET_PROMPTS_EXTENSION_OPEN,payload:_})},[t]),o=B.useCallback(_=>{t({type:gt.SET_PROMPTS_EXTENSION_INLINE,payload:_})},[t]),a=B.useCallback(_=>{t({type:gt.SET_PROMPTS_EXTENSION_ELEMENT_ID,payload:_})},[t]),u=B.useCallback(_=>{t({type:gt.SET_PROMPTS_EXTENSION_ENTRY_TYPE,payload:_})},[t]),c=B.useCallback(_=>{t({type:gt.SET_PROMPTS_EXTENSION_ACTIVE_PROMPTS_ID,payload:_})},[t]),d=B.useCallback(_=>{t({type:gt.SET_PROMPTS_EXTENSION_USER_PROMPT,payload:_})},[t]),f=B.useCallback(_=>{t({type:gt.SET_PROMPTS_EXTENSION_PARAMS,payload:_})},[t]),p=B.useCallback(_=>{t({type:gt.SET_PROMPTS_EXTENSION_PROMPTS_MESSAGE,payload:_})},[t]),m=B.useCallback(_=>{t({type:gt.SET_PROMPTS_EXTENSION_RESPONSE_MESSAGE,payload:_})},[t]),T=B.useCallback(_=>{t({type:gt.SET_PROMPTS_EXTENSION_RESPONSE_LOADING,payload:_})},[t]),y=B.useMemo(()=>({setIsInitialized:n,setIsOpen:r,setIsInline:o,setElementId:a,setEntryType:u,setActivePromptsId:c,setUserPrompt:d,setParams:f,setPromptsMessage:p,setResponseMessage:m,setIsResponseLoading:T}),[n,r,o,a,u,c,d,f,p,m,T]);return w.jsx(m1.Provider,{value:y,children:e})},gk=(e,t)=>{const{type:n,payload:r}=t;switch(n){case gt.SET_PROMPTS_EXTENSION_INITIALIZED:e.isInitialized=r;break;case gt.SET_PROMPTS_EXTENSION_OPEN:e.isOpen=r;break;case gt.SET_PROMPTS_EXTENSION_INLINE:e.isInline=r;break;case gt.SET_PROMPTS_EXTENSION_ELEMENT_ID:e.elementId=r;break;case gt.SET_PROMPTS_EXTENSION_ENTRY_TYPE:e.entryType=r;break;case gt.SET_PROMPTS_EXTENSION_PARAMS:e.params=r;break;case gt.RESET_PROMPTS_EXTENSION_PARAMS:e.params=null;break;case gt.SET_PROMPTS_EXTENSION_USER_PROMPT:e.userPrompt=r;break;case gt.SET_PROMPTS_EXTENSION_ACTIVE_PROMPTS_ID:e.activePromptsId=r;break;case gt.RESET_PROMPTS_EXTENSION_ACTIVE_PROMPTS_ID:e.activePromptsId=null;break;case gt.SET_PROMPTS_EXTENSION_PROMPTS_MESSAGE:e.promptsMessage=r;break;case gt.RESET_PROMPTS_EXTENSION_PROMPTS_MESSAGE:e.promptsMessage=null;break;case gt.SET_PROMPTS_EXTENSION_RESPONSE_MESSAGE:e.responseMessage=r;break;case gt.RESET_PROMPTS_EXTENSION_RESPONSE_MESSAGE:e.responseMessage=null;break;case gt.SET_PROMPTS_EXTENSION_RESPONSE_LOADING:e.isResponseLoading=r;break}},Ek=({promptsConfig:e,children:t})=>{const[n,r]=eg(gk,M(M({},r1),e||{}));return w.jsx(p1.Provider,{value:n,children:w.jsx(mk,{dispatch:r,children:t})})},y1=({mode:e,apiKey:t,apiToken:n,baseUrl:r,customerId:o,tenantId:a,logoUrl:u,headerText:c,headerConfig:d,theme:f,openLinksInNewTab:p,globalClassName:m,isDevelopment:T=!1,componentType:y,componentConfig:_,entryType:S,entryMessage:A,disclaimerText:v,disclaimerMarkdown:N,clientContext:k,baseCatalogParams:H,searchPlaceholder:V,searchButtonLabel:F,searchConfig:q,suggestionButtonConfig:ie,messageAlignment:ge,autoScroll:$,promptsConfig:se,resetConversationMessage:ce,conversationHistory:de,onConnect:ne,onCopilotEvent:be,onRefinedSearch:Oe,onRefinedBrowse:oe,__features:Q,children:re})=>w.jsx(uC,{mode:e,baseUrl:r,apiKey:t,apiToken:n,customerId:o,tenantId:a,logoUrl:u,headerText:c,headerConfig:d,entryMessage:A,theme:f,globalClassName:m,openLinksInNewTab:p,searchPlaceholder:V,searchButtonLabel:F,searchConfig:q,suggestionButtonConfig:ie,messageAlignment:ge,autoScroll:$,componentConfig:_,clientContext:k,baseCatalogParams:H,disclaimerMarkdown:N,disclaimerText:v,resetConversationMessage:ce,conversationHistory:de,isDevelopment:T,__features:Q,children:w.jsx(ck,{entryType:S,componentConfig:_,componentType:y,children:w.jsx(EC,{onCopilotEvent:be,children:w.jsx(uk,{children:w.jsx(nk,{children:w.jsx(ok,{children:w.jsx(Ek,{promptsConfig:se,children:w.jsx(pk,{apiKey:t,apiToken:n,baseUrl:r,customerId:o,tenantId:a,isDevelopment:T,entryType:S,onConnect:ne,onRefinedSearch:Oe,onRefinedBrowse:oe,onCopilotEvent:be,children:re})})})})})})})});var kf={exports:{}},kn={},Pf={exports:{}},Nf={};var b1;function yk(){return b1||(b1=1,(function(e){function t(Q,re){var C=Q.length;Q.push(re);e:for(;0<C;){var D=C-1>>>1,ee=Q[D];if(0<o(ee,re))Q[D]=re,Q[C]=ee,C=D;else break e}}function n(Q){return Q.length===0?null:Q[0]}function r(Q){if(Q.length===0)return null;var re=Q[0],C=Q.pop();if(C!==re){Q[0]=C;e:for(var D=0,ee=Q.length,O=ee>>>1;D<O;){var _e=2*(D+1)-1,Re=Q[_e],ke=_e+1,He=Q[ke];if(0>o(Re,C))ke<ee&&0>o(He,Re)?(Q[D]=He,Q[ke]=C,D=ke):(Q[D]=Re,Q[_e]=C,D=_e);else if(ke<ee&&0>o(He,C))Q[D]=He,Q[ke]=C,D=ke;else break e}}return re}function o(Q,re){var C=Q.sortIndex-re.sortIndex;return C!==0?C:Q.id-re.id}if(typeof performance=="object"&&typeof performance.now=="function"){var a=performance;e.unstable_now=function(){return a.now()}}else{var u=Date,c=u.now();e.unstable_now=function(){return u.now()-c}}var d=[],f=[],p=1,m=null,T=3,y=!1,_=!1,S=!1,A=typeof setTimeout=="function"?setTimeout:null,v=typeof clearTimeout=="function"?clearTimeout:null,N=typeof setImmediate!="undefined"?setImmediate:null;typeof navigator!="undefined"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function k(Q){for(var re=n(f);re!==null;){if(re.callback===null)r(f);else if(re.startTime<=Q)r(f),re.sortIndex=re.expirationTime,t(d,re);else break;re=n(f)}}function H(Q){if(S=!1,k(Q),!_)if(n(d)!==null)_=!0,Oe(V);else{var re=n(f);re!==null&&oe(H,re.startTime-Q)}}function V(Q,re){_=!1,S&&(S=!1,v(ie),ie=-1),y=!0;var C=T;try{for(k(re),m=n(d);m!==null&&(!(m.expirationTime>re)||Q&&!se());){var D=m.callback;if(typeof D=="function"){m.callback=null,T=m.priorityLevel;var ee=D(m.expirationTime<=re);re=e.unstable_now(),typeof ee=="function"?m.callback=ee:m===n(d)&&r(d),k(re)}else r(d);m=n(d)}if(m!==null)var O=!0;else{var _e=n(f);_e!==null&&oe(H,_e.startTime-re),O=!1}return O}finally{m=null,T=C,y=!1}}var F=!1,q=null,ie=-1,ge=5,$=-1;function se(){return!(e.unstable_now()-$<ge)}function ce(){if(q!==null){var Q=e.unstable_now();$=Q;var re=!0;try{re=q(!0,Q)}finally{re?de():(F=!1,q=null)}}else F=!1}var de;if(typeof N=="function")de=function(){N(ce)};else if(typeof MessageChannel!="undefined"){var ne=new MessageChannel,be=ne.port2;ne.port1.onmessage=ce,de=function(){be.postMessage(null)}}else de=function(){A(ce,0)};function Oe(Q){q=Q,F||(F=!0,de())}function oe(Q,re){ie=A(function(){Q(e.unstable_now())},re)}e.unstable_IdlePriority=5,e.unstable_ImmediatePriority=1,e.unstable_LowPriority=4,e.unstable_NormalPriority=3,e.unstable_Profiling=null,e.unstable_UserBlockingPriority=2,e.unstable_cancelCallback=function(Q){Q.callback=null},e.unstable_continueExecution=function(){_||y||(_=!0,Oe(V))},e.unstable_forceFrameRate=function(Q){0>Q||125<Q?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):ge=0<Q?Math.floor(1e3/Q):5},e.unstable_getCurrentPriorityLevel=function(){return T},e.unstable_getFirstCallbackNode=function(){return n(d)},e.unstable_next=function(Q){switch(T){case 1:case 2:case 3:var re=3;break;default:re=T}var C=T;T=re;try{return Q()}finally{T=C}},e.unstable_pauseExecution=function(){},e.unstable_requestPaint=function(){},e.unstable_runWithPriority=function(Q,re){switch(Q){case 1:case 2:case 3:case 4:case 5:break;default:Q=3}var C=T;T=Q;try{return re()}finally{T=C}},e.unstable_scheduleCallback=function(Q,re,C){var D=e.unstable_now();switch(typeof C=="object"&&C!==null?(C=C.delay,C=typeof C=="number"&&0<C?D+C:D):C=D,Q){case 1:var ee=-1;break;case 2:ee=250;break;case 5:ee=1073741823;break;case 4:ee=1e4;break;default:ee=5e3}return ee=C+ee,Q={id:p++,callback:re,priorityLevel:Q,startTime:C,expirationTime:ee,sortIndex:-1},C>D?(Q.sortIndex=C,t(f,Q),n(d)===null&&Q===n(f)&&(S?(v(ie),ie=-1):S=!0,oe(H,C-D))):(Q.sortIndex=ee,t(d,Q),_||y||(_=!0,Oe(V))),Q},e.unstable_shouldYield=se,e.unstable_wrapCallback=function(Q){var re=T;return function(){var C=T;T=re;try{return Q.apply(this,arguments)}finally{T=C}}}})(Nf)),Nf}var T1;function bk(){return T1||(T1=1,Pf.exports=yk()),Pf.exports}var _1;function Tk(){if(_1)return kn;_1=1;var e=_n(),t=bk();function n(i){for(var s="https://reactjs.org/docs/error-decoder.html?invariant="+i,l=1;l<arguments.length;l++)s+="&args[]="+encodeURIComponent(arguments[l]);return"Minified React error #"+i+"; visit "+s+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var r=new Set,o={};function a(i,s){u(i,s),u(i+"Capture",s)}function u(i,s){for(o[i]=s,i=0;i<s.length;i++)r.add(s[i])}var c=!(typeof window=="undefined"||typeof window.document=="undefined"||typeof window.document.createElement=="undefined"),d=Object.prototype.hasOwnProperty,f=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,p={},m={};function T(i){return d.call(m,i)?!0:d.call(p,i)?!1:f.test(i)?m[i]=!0:(p[i]=!0,!1)}function y(i,s,l,h){if(l!==null&&l.type===0)return!1;switch(typeof s){case"function":case"symbol":return!0;case"boolean":return h?!1:l!==null?!l.acceptsBooleans:(i=i.toLowerCase().slice(0,5),i!=="data-"&&i!=="aria-");default:return!1}}function _(i,s,l,h){if(s===null||typeof s=="undefined"||y(i,s,l,h))return!0;if(h)return!1;if(l!==null)switch(l.type){case 3:return!s;case 4:return s===!1;case 5:return isNaN(s);case 6:return isNaN(s)||1>s}return!1}function S(i,s,l,h,E,b,x){this.acceptsBooleans=s===2||s===3||s===4,this.attributeName=h,this.attributeNamespace=E,this.mustUseProperty=l,this.propertyName=i,this.type=s,this.sanitizeURL=b,this.removeEmptyString=x}var A={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(i){A[i]=new S(i,0,!1,i,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(i){var s=i[0];A[s]=new S(s,1,!1,i[1],null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(i){A[i]=new S(i,2,!1,i.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(i){A[i]=new S(i,2,!1,i,null,!1,!1)}),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(i){A[i]=new S(i,3,!1,i.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(i){A[i]=new S(i,3,!0,i,null,!1,!1)}),["capture","download"].forEach(function(i){A[i]=new S(i,4,!1,i,null,!1,!1)}),["cols","rows","size","span"].forEach(function(i){A[i]=new S(i,6,!1,i,null,!1,!1)}),["rowSpan","start"].forEach(function(i){A[i]=new S(i,5,!1,i.toLowerCase(),null,!1,!1)});var v=/[\-:]([a-z])/g;function N(i){return i[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(i){var s=i.replace(v,N);A[s]=new S(s,1,!1,i,null,!1,!1)}),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(i){var s=i.replace(v,N);A[s]=new S(s,1,!1,i,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(i){var s=i.replace(v,N);A[s]=new S(s,1,!1,i,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(i){A[i]=new S(i,1,!1,i.toLowerCase(),null,!1,!1)}),A.xlinkHref=new S("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(i){A[i]=new S(i,1,!1,i.toLowerCase(),null,!0,!0)});function k(i,s,l,h){var E=A.hasOwnProperty(s)?A[s]:null;(E!==null?E.type!==0:h||!(2<s.length)||s[0]!=="o"&&s[0]!=="O"||s[1]!=="n"&&s[1]!=="N")&&(_(s,l,E,h)&&(l=null),h||E===null?T(s)&&(l===null?i.removeAttribute(s):i.setAttribute(s,""+l)):E.mustUseProperty?i[E.propertyName]=l===null?E.type===3?!1:"":l:(s=E.attributeName,h=E.attributeNamespace,l===null?i.removeAttribute(s):(E=E.type,l=E===3||E===4&&l===!0?"":""+l,h?i.setAttributeNS(h,s,l):i.setAttribute(s,l))))}var H=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,V=Symbol.for("react.element"),F=Symbol.for("react.portal"),q=Symbol.for("react.fragment"),ie=Symbol.for("react.strict_mode"),ge=Symbol.for("react.profiler"),$=Symbol.for("react.provider"),se=Symbol.for("react.context"),ce=Symbol.for("react.forward_ref"),de=Symbol.for("react.suspense"),ne=Symbol.for("react.suspense_list"),be=Symbol.for("react.memo"),Oe=Symbol.for("react.lazy"),oe=Symbol.for("react.offscreen"),Q=Symbol.iterator;function re(i){return i===null||typeof i!="object"?null:(i=Q&&i[Q]||i["@@iterator"],typeof i=="function"?i:null)}var C=Object.assign,D;function ee(i){if(D===void 0)try{throw Error()}catch(l){var s=l.stack.trim().match(/\n( *(at )?)/);D=s&&s[1]||""}return`
|
|
11
|
-
`+
|
|
10
|
+
`+a)}}catch(u){}}throw r}})}_request(t,n){typeof t=="string"?(n=n||{},n.url=t):n=t||{},n=so(this.defaults,n);const{transitional:r,paramsSerializer:o,headers:a}=n;r!==void 0&&gl.assertOptions(r,{silentJSONParsing:En.transitional(En.boolean),forcedJSONParsing:En.transitional(En.boolean),clarifyTimeoutError:En.transitional(En.boolean),legacyInterceptorReqResOrdering:En.transitional(En.boolean),advertiseZstdAcceptEncoding:En.transitional(En.boolean),validateStatusUndefinedResolves:En.transitional(En.boolean)},!1),o!=null&&($.isFunction(o)?n.paramsSerializer={serialize:o}:gl.assertOptions(o,{encode:En.function,serialize:En.function},!0)),n.allowAbsoluteUrls!==void 0||(this.defaults.allowAbsoluteUrls!==void 0?n.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:n.allowAbsoluteUrls=!0),gl.assertOptions(n,{baseUrl:En.spelling("baseURL"),withXsrfToken:En.spelling("withXSRFToken")},!0),n.method=(n.method||this.defaults.method||"get").toLowerCase();let u=a&&$.merge(a.common,a[n.method]);a&&$.forEach(["delete","get","head","post","put","patch","query","common"],_=>{delete a[_]}),n.headers=gn.concat(u,a);const c=[];let d=!0;this.interceptors.request.forEach(function(w){if(typeof w.runWhen=="function"&&w.runWhen(n)===!1)return;d=d&&w.synchronous;const C=n.transitional||yf;C&&C.legacyInterceptorReqResOrdering?c.unshift(w.fulfilled,w.rejected):c.push(w.fulfilled,w.rejected)});const f=[];this.interceptors.response.forEach(function(w){f.push(w.fulfilled,w.rejected)});let p,m=0,T;if(!d){const _=[$g.bind(this),void 0];for(_.unshift(...c),_.push(...f),T=_.length,p=Promise.resolve(n);m<T;)p=p.then(_[m++],_[m++]);return p}T=c.length;let y=n;for(;m<T;){const _=c[m++],w=c[m++];try{y=_(y)}catch(C){w.call(this,C);break}}try{p=$g.call(this,y)}catch(_){return Promise.reject(_)}for(m=0,T=f.length;m<T;)p=p.then(f[m++],f[m++]);return p}getUri(t){t=so(this.defaults,t);const n=Rg(t.baseURL,t.url,t.allowAbsoluteUrls,t);return xg(n,t.params,t.paramsSerializer)}};$.forEach(["delete","get","head","options"],function(t){ao.prototype[t]=function(n,r){return this.request(so(r||{},{method:t,url:n,data:r&&$.hasOwnProp(r,"data")?r.data:void 0}))}}),$.forEach(["post","put","patch","query"],function(t){function n(r){return function(a,u,c){return this.request(so(c||{},{method:t,headers:r?{"Content-Type":"multipart/form-data"}:{},url:a,data:u}))}}ao.prototype[t]=n(),t!=="query"&&(ao.prototype[t+"Form"]=n(!0))});let yC=class Zw{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let n;this.promise=new Promise(function(a){n=a});const r=this;this.promise.then(o=>{if(!r._listeners)return;let a=r._listeners.length;for(;a-- >0;)r._listeners[a](o);r._listeners=null}),this.promise.then=o=>{let a;const u=new Promise(c=>{r.subscribe(c),a=c}).then(o);return u.cancel=function(){r.unsubscribe(a)},u},t(function(a,u,c){r.reason||(r.reason=new ya(a,u,c),n(r.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const n=this._listeners.indexOf(t);n!==-1&&this._listeners.splice(n,1)}toAbortSignal(){const t=new AbortController,n=r=>{t.abort(r)};return this.subscribe(n),t.signal.unsubscribe=()=>this.unsubscribe(n),t.signal}static source(){let t;return{token:new Zw(function(o){t=o}),cancel:t}}};function bC(e){return function(n){return e.apply(null,n)}}function TC(e){return $.isObject(e)&&e.isAxiosError===!0}const Af={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(Af).forEach(([e,t])=>{Af[t]=e});function qg(e){const t=new ao(e),n=sg(ao.prototype.request,t);return $.extend(n,ao.prototype,t,{allOwnKeys:!0}),$.extend(n,t,null,{allOwnKeys:!0}),n.create=function(o){return qg(so(e,o))},n}const Lt=qg(Ea);Lt.Axios=ao,Lt.CanceledError=ya,Lt.CancelToken=yC,Lt.isCancel=kg,Lt.VERSION=Sf,Lt.toFormData=dl,Lt.AxiosError=Se,Lt.Cancel=Lt.CanceledError,Lt.all=function(t){return Promise.all(t)},Lt.spread=bC,Lt.isAxiosError=TC,Lt.mergeConfig=so,Lt.AxiosHeaders=gn,Lt.formToJSON=e=>Cg($.isHTMLForm(e)?new FormData(e):e),Lt.getAdapter=jg.getAdapter,Lt.HttpStatusCode=Af,Lt.default=Lt;const{Axios:cU,AxiosError:dU,CanceledError:fU,isCancel:hU,CancelToken:pU,VERSION:mU,all:gU,Cancel:EU,isAxiosError:yU,spread:bU,toFormData:TU,AxiosHeaders:_U,HttpStatusCode:SU,formToJSON:xU,getAdapter:wU,mergeConfig:AU,create:vU}=Lt;class _C{constructor(t,n,r,o=!1,a,u){xe(this,"CIMULATE_API_HEADER","x-cimulate-api-key");xe(this,"CIMULATE_SEARCH_API_HOST","search.cimulate");xe(this,"CIMULATE_SEARCH_API_PATH","api/v1");xe(this,"baseApiUrl");xe(this,"headers",{});xe(this,"fetchConfig",()=>Je(this,null,function*(){try{const t=yield Lt.get(`${this.apiUrl}/configs/copilot`,{headers:this.headers}),{customer_config:n}=t.data,r=atob(n);return JSON.parse(r)}catch(t){throw console.error("Error fetching customer config:",t),t}}));xe(this,"_mapCopilotUrlToSearchUrl",(t="",n=!1)=>{if(t.endsWith("io")){const o=new URL(t);return o.hostname=o.hostname.replace(/^copilot\./,"api."),o.origin}return n?`https://staging.${this.CIMULATE_SEARCH_API_HOST}.ai`:`https://prod.${this.CIMULATE_SEARCH_API_HOST}.ai`});if(n&&r||!n&&!r)throw new Error("Provide exactly one authentication method: either 'apiKey' or 'apiToken', but not both.");n?this.headers[this.CIMULATE_API_HEADER]=n:r&&(this.headers.Authorization=`Bearer ${r}`),a&&(this.headers["x-cimulate-customer-id"]=a),u&&(this.headers["Tenant-ID"]=u),this.baseApiUrl=this._mapCopilotUrlToSearchUrl(t,o)}get apiUrl(){return`${this.baseApiUrl}/${this.CIMULATE_SEARCH_API_PATH}`}}class SC{constructor(t,n,r,o=!1,a,u){xe(this,"apiService");xe(this,"config",null);xe(this,"getConfig",()=>Je(this,null,function*(){if(this.config)return this.config;try{const t=yield this.apiService.fetchConfig();return this.config=t,this.config}catch(t){throw console.error("Failed to fetch customer config:",t),t}}));xe(this,"getPid",t=>this.getProductFieldValue(t,"pidCol"));xe(this,"getName",t=>this.getProductFieldValue(t,"nameCol"));xe(this,"getDescription",t=>this.getProductFieldValue(t,"description"));xe(this,"getBrand",t=>this.getProductFieldValue(t,"productBrandCol"));xe(this,"getPrice",t=>this.getProductFieldValue(t,"priceCol"));xe(this,"getRelativePdp",t=>this.getProductFieldValue(t,"relativePdpCol"));xe(this,"getPdp",t=>this.getProductFieldValue(t,"pdpCol"));xe(this,"getImage",t=>this.getProductFieldValue(t,"imageCol"));xe(this,"getProductHiddenFields",()=>{const t=this.getProductField("productHiddenFields");return Array.isArray(t)?t:[]});xe(this,"getProductField",t=>this.config?this.config[t]:"");xe(this,"getProductFieldValue",(t,n)=>{const r=this.getProductField(n);return r&&t[r]||""});this.apiService=new _C(t,n,r,o,a,u)}getPriceDisplay(t){const n=this.getPrice(t);return n?typeof n=="string"?n.includes("$")?n:`$${n}`:typeof n=="number"?new Intl.NumberFormat("en-US",{style:"currency",currency:"USD"}).format(n):n:""}}const Xo=(e,t,n,...r)=>{if(!e)return;const o=["background: linear-gradient(90deg,rgba(253, 99, 99, 1) 0%, rgba(245, 139, 35, 1) 65%)","font-weight: bold","color: transparent","background-clip: text","text-fill-color: transparent"].join(";");console[t]("%c[cimulate-widget]",o,n,...r)};class xC{constructor(t=!1){xe(this,"isDevelopment");xe(this,"_log",(t,n,...r)=>{Xo(this.isDevelopment,t,n,...r)});this.isDevelopment=t}log(t,...n){this._log("log",t,...n)}warn(t,...n){this._log("warn",t,...n)}error(t,...n){this._log("error",t,...n)}info(t,...n){this._log("info",t,...n)}debug(t,...n){this._log("debug",t,...n)}}const wC={copilot:"Your Search Assistant",messaging:"Commerce Client"},Yg=B.createContext(null),AC=({mode:e,logoUrl:t,headerText:n,headerConfig:r,globalClassName:o="",entryMessage:a,openLinksInNewTab:u=!1,disclaimerText:c,disclaimerMarkdown:d,clientContext:f,baseCatalogParams:p,searchPlaceholder:m,searchButtonLabel:T,searchConfig:y,suggestionButtonConfig:_,messageAlignment:w="start",autoScroll:C=!0,componentConfig:A,conversationHistory:P,resetConversationMessage:v="",apiKey:H,apiToken:Y,baseUrl:D,customerId:q,tenantId:re,theme:me,isDevelopment:V,__features:se,routingAttributes:ce,enableDownloadTranscript:de=!0,children:ne})=>{const Ee=e==="messaging",Oe=B.useMemo(()=>{const O=ce==null?void 0:ce.isCartMgmtSupported;return O===!0||O==="true"},[ce]),oe=B.useMemo(()=>Ee?{config:null}:new SC(D,H,Y,V,q,re),[Ee,D,H,Y,V,q,re]),Q=B.useMemo(()=>new xC(V),[V]);B.useEffect(()=>{Ee||!oe||oe.config||oe.getConfig()},[oe,Ee]);const ie=B.useMemo(()=>kA(me),[me]),k=B.useMemo(()=>{const O=(y==null?void 0:y.placeholder)||m,we=(y==null?void 0:y.buttonLabel)||T;let Be="icon";return y!=null&&y.buttonType?Be=y.buttonType:T&&(Be="text"),pe(F({},y||{}),{placeholder:O,buttonLabel:we,buttonType:Be})},[y,m,T]),L=B.useMemo(()=>pe(F({},r||{}),{logoUrl:t||(r==null?void 0:r.logoUrl),headerText:(r==null?void 0:r.headerText)||n||wC[e!=null?e:"copilot"]}),[r,t,n,e]),ee=B.useMemo(()=>({configModule:oe,mode:e!=null?e:"copilot",headerConfig:L,entryMessage:a,globalClassName:o,openLinksInNewTab:u,disclaimerText:c,disclaimerMarkdown:d,clientContext:f,baseCatalogParams:p,themeVariables:ie,logger:Q,searchConfig:k,suggestionButtonConfig:_,messageAlignment:w,autoScroll:C,enableMinimize:!!(A!=null&&A.enableMinimize),enableDownloadTranscript:de,resetConversationMessage:v,conversationHistory:{sinceHours:typeof(P==null?void 0:P.sinceHours)=="number"?P.sinceHours:1,limit:P==null?void 0:P.limit},features:se,isCartMgmtSupported:Oe}),[oe,e,L,a,o,f,p,c,d,u,k,_,w,C,A,de,v,Q,ie,P,se,Oe]);return x.jsx(Yg.Provider,{value:ee,children:ne})},rt=()=>{const e=B.useContext(Yg);if(!e)throw new Error("useConfig must be used within a ConfigProvider");return e};class vC{constructor(){xe(this,"initialState",{connected:!1,mode:"embedded",entryType:"search",status:{type:"dialog",isOpen:!1,isMinimized:!1},dialog:{position:"bottom-left",isFullHeight:!1,width:""},modal:{isFullscreen:!1}});xe(this,"connectedProxy");xe(this,"modeProxy");xe(this,"entryTypeProxy");xe(this,"statusProxy");xe(this,"dialogProxy");xe(this,"modalProxy",{isFullscreen:!1});xe(this,"_fullGet",(t,n)=>Reflect.get(t,n));xe(this,"_fullSet",(t,n,r)=>{if(!(n in t))throw new Error(`Property ${n} does not exist on UIState`);return PC(n,r),Reflect.set(t,n,r)});this.connectedProxy=new Proxy({connected:this.initialState.connected},{get:this._fullGet,set:this._fullSet}),this.modeProxy=new Proxy({mode:this.initialState.mode},{get:this._fullGet,set:this._fullSet}),this.entryTypeProxy=new Proxy({entryType:this.initialState.entryType},{get:this._fullGet,set:this._fullSet}),this.statusProxy=new Proxy({type:this.initialState.status.type,isOpen:this.initialState.status.isOpen,isMinimized:this.initialState.status.isMinimized},{get:this._fullGet,set:this._fullSet}),this.dialogProxy=new Proxy({position:this.initialState.dialog.position,isFullHeight:this.initialState.dialog.isFullHeight,width:this.initialState.dialog.width},{get:this._fullGet,set:this._fullSet}),this.modalProxy=new Proxy({isFullscreen:this.initialState.modal.isFullscreen},{get:this._fullGet,set:this._fullSet})}get connected(){return this.connectedProxy.connected}get mode(){return this.modeProxy.mode}get isOpen(){return!!this.statusProxy.isOpen}get isMinimized(){return!!this.statusProxy.isMinimized}get type(){return this.statusProxy.type}get entryType(){return this.entryTypeProxy.entryType}get position(){return this.dialogProxy.position}get state(){return{connected:this.connected,mode:this.mode,entryType:this.entryType,status:{type:this.type,isOpen:this.isOpen,isMinimized:this.isMinimized},dialog:{position:this.position,isFullHeight:this.dialogProxy.isFullHeight,width:this.dialogProxy.width},modal:{isFullscreen:this.modalProxy.isFullscreen}}}}const et=new vC,uo=()=>et.connected,ba=()=>et.isOpen,CC=e=>{window.addEventListener(uf,e)},kC=e=>{window.removeEventListener(uf,e)},PC=(e,t)=>{const n=new CustomEvent(uf,{detail:{property:e,value:t}});window.dispatchEvent(n)},NC=e=>{et.connectedProxy.connected=e},Ta=e=>{if(!["ask_cim","search","browse","pdp"].includes(e))throw new Error(`Invalid entryType: "${e}". Must be 'ask_cim', 'search', 'browse', or 'pdp'.`);et.entryTypeProxy.entryType=e},ui=e=>{const t=et.statusProxy.isOpen,n=typeof e=="boolean"?e:!t;et.statusProxy.isOpen=n,n&&(et.statusProxy.isMinimized=!1)},El=e=>{const t=et.statusProxy.isMinimized,n=typeof e=="boolean"?e:!t;et.statusProxy.isMinimized=n,n&&(et.statusProxy.isOpen=!1)},vf=e=>{et.modalProxy.isFullscreen=e},yl=e=>{if(!["chat","dialog","modal"].includes(e))throw new Error(`Invalid type: ${e}. Must be 'chat', 'dialog', or 'modal'.`);et.statusProxy.type=e,e==="dialog"||e==="chat"?et.modeProxy.mode="embedded":et.modeProxy.mode="standalone"},Cf=e=>{const t=["top","top-left","top-right","bottom","bottom-left","bottom-right","left","right","center"];if(!t.includes(e))throw new Error(`Invalid position: ${e}. Must be one of ${t.join(", ")}.`);et.dialogProxy.position=e},OC=e=>{const t=et.dialogProxy.isFullHeight,n=typeof e=="boolean"?e:!t;et.dialogProxy.isFullHeight=n},IC=({onCopilotEvent:e,children:t,dispatch:n})=>{const{logger:r}=rt(),o=B.useCallback(v=>{n({type:mt.SET_COPILOT,payload:v})},[n]),a=B.useCallback(v=>{NC(v),n({type:mt.SET_CONNECTED,payload:v})},[n]),u=B.useCallback(()=>{n({type:mt.RESET_COPILOT,payload:{}})},[n]),c=B.useCallback(()=>{n({type:mt.RESET_STATE,payload:{}})},[n]),d=B.useCallback(v=>{r==null||r.log(`${v.name} event received`,v),n({type:mt.ADD_MESSAGE,payload:v}),v.bypassHandlers||e==null||e(v)},[e,r,n]),f=B.useCallback(v=>{n({type:mt.ADD_LOADING_MESSAGE,payload:v})},[n]),p=B.useCallback(v=>{n({type:mt.REMOVE_LOADING_MESSAGE,payload:v})},[n]),m=B.useCallback(v=>{d(v),f(v.id)},[d,f]),T=B.useCallback(v=>{n({type:mt.SET_ACTIVE_CONVERSATION_ID,payload:v})},[n]),y=B.useCallback(v=>{n({type:mt.ADD_CONVERSATION_ID,payload:v})},[n]),_=B.useCallback(v=>{n({type:mt.SET_CONVERSATION_IDS,payload:v})},[n]),w=B.useCallback(v=>{n({type:mt.SET_IMAGE_FILE,payload:v})},[n]),C=B.useCallback(v=>{n({type:mt.SET_ASK_CIM_PROMPTS,payload:v})},[n]),A=B.useCallback(v=>{n({type:mt.SET_CONVERSATION_HISTORY_LOADED,payload:v})},[n]),P=B.useMemo(()=>({setCopilot:o,setConnected:a,resetCopilot:u,resetCopilotState:c,addCopilotEvent:d,addLoadingMessage:f,removeLoadingMessage:p,handleCopilotRequestAck:m,setActiveConversationId:T,addConversationId:y,setConversationIds:_,setImageFile:w,setAskCimPrompts:C,setConversationHistoryLoaded:A}),[o,a,u,c,d,f,p,m,T,y,_,w,C,A]);return x.jsx(og.Provider,{value:P,children:t})};xA();const RC=(e,t)=>{const{type:n,payload:r}=t;if(n===mt.ADD_MESSAGE){const o=r;if(e.messages.push(o),o.eventSourceId){const a=e.groupedMessages.findIndex(u=>u.eventSourceId===o.eventSourceId);if(a!==-1){let u=e.groupedMessages[a].messages;u||(u=[]);const c=u.findIndex(d=>d.id===o.id);if(c!==-1){u[c]=o;return}u.push(o);return}else{e.groupedMessages.push({type:"group",eventSourceId:o.eventSourceId,messages:[o],createdAt:new Date(o.createdAt)});return}}e.groupedMessages.push({type:"individual",message:o,createdAt:new Date(o.createdAt)});return}switch(n){case mt.RESET_STATE:e.messages=ro.messages,e.groupedMessages=ro.groupedMessages,e.loadingMessages=ro.loadingMessages,e.imageFile=ro.imageFile,e.askCimPrompts=ro.askCimPrompts,e.conversationHistoryLoaded=ro.conversationHistoryLoaded;break;case mt.RESET_COPILOT:e.copilot=null;break;case mt.SET_COPILOT:e.copilot=r;break;case mt.SET_CONNECTED:e.connected=r;break;case mt.ADD_LOADING_MESSAGE:e.loadingMessages.add(r);break;case mt.REMOVE_LOADING_MESSAGE:e.loadingMessages.delete(r);break;case mt.SET_ACTIVE_CONVERSATION_ID:e.activeConversationId=r;break;case mt.ADD_CONVERSATION_ID:{const o=r;e.conversationIds.includes(o)||e.conversationIds.push(o)}break;case mt.SET_CONVERSATION_IDS:e.conversationIds=r;break;case mt.SET_IMAGE_FILE:e.imageFile=r;break;case mt.SET_ASK_CIM_PROMPTS:e.askCimPrompts.requestId=(r==null?void 0:r.requestId)||null,e.askCimPrompts.message=(r==null?void 0:r.message)||null;break;case mt.SET_CONVERSATION_HISTORY_LOADED:e.conversationHistoryLoaded=r;break}},LC=({onCopilotEvent:e,children:t})=>{const[n,r]=ng(RC,ro);return x.jsx(ig.Provider,{value:n,children:x.jsx(IC,{onCopilotEvent:e,dispatch:r,children:t})})};function DC(){var e=B.useRef(!0);return e.current?(e.current=!1,!0):e.current}function MC(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];e&&e.addEventListener&&e.addEventListener.apply(e,t)}function FC(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];e&&e.removeEventListener&&e.removeEventListener.apply(e,t)}var kf=typeof window!="undefined",_a=function(e){B.useEffect(e,[])},BC=function(e){var t=B.useRef(e);t.current=e,_a(function(){return function(){return t.current()}})},UC=function(e){var t=B.useRef(0),n=B.useState(e),r=n[0],o=n[1],a=B.useCallback(function(u){cancelAnimationFrame(t.current),t.current=requestAnimationFrame(function(){o(u)})},[]);return BC(function(){cancelAnimationFrame(t.current)}),[r,a]},HC=function(e,t){return e===t};function zC(e,t){t===void 0&&(t=HC);var n=B.useRef(),r=B.useRef(e),o=DC();return!o&&!t(r.current,e)&&(n.current=r.current,r.current=e),n.current}var jC=function(e){var t={},n=t.initialWidth,r=n===void 0?1/0:n,o=t.initialHeight,a=o===void 0?1/0:o,u=t.onChange,c=UC({width:kf?window.innerWidth:r,height:kf?window.innerHeight:a}),d=c[0],f=c[1];return B.useEffect(function(){if(kf){var p=function(){var m=window.innerWidth,T=window.innerHeight;f({width:m,height:T}),u&&u(m,T)};return MC(window,"resize",p),function(){FC(window,"resize",p)}}},[]),d};class $C{constructor(){xe(this,"items",[]);xe(this,"add",t=>{const n=this.first();n&&n.context===t.context&&this.remove(),this.items.push(t)});xe(this,"remove",()=>this.items.shift());xe(this,"first",()=>this.items.length>0?this.items[0]:null);xe(this,"clear",()=>{this.items.length=0});xe(this,"processQueue",t=>{new Array(yn.size).fill(1).forEach(()=>{const r=yn.first();r&&(t(r),yn.remove())})})}get size(){return this.items.length}}const yn=new $C,Wg=e=>{window.addEventListener(af,e)},Gg=e=>{window.removeEventListener(af,e)},VC=(e,t,n)=>{const r=new CustomEvent(af,{detail:{event:e,property:t,value:n}});window.dispatchEvent(r)},Xg=e=>{window.addEventListener(sf,e)},Kg=e=>{window.removeEventListener(sf,e)},qC=(e,t,n)=>{const r=new CustomEvent(sf,{detail:{event:e,property:t,value:n}});window.dispatchEvent(r)},Qg=e=>{window.addEventListener(of,e)},Jg=e=>{window.removeEventListener(of,e)},Zg=(e,t,n)=>{const r=new CustomEvent(of,{detail:{property:e,value:t,event:n}});window.dispatchEvent(r)},YC=e=>{window.addEventListener(cf,e)},WC=e=>{window.removeEventListener(cf,e)},bl=(e,t,n)=>{const r=new CustomEvent(cf,{detail:{property:e,value:t,event:n}});window.dispatchEvent(r)};class GC{constructor(){xe(this,"initialParams",{categoryId:"",categoryName:"",page:null,pageSize:null,includeFacets:!0,facetFilters:{},rangeFilters:[],catalogSegment:null,pricebooks:null});xe(this,"categoryIdProxy");xe(this,"facetFiltersProxy");xe(this,"rangeFiltersProxy");xe(this,"catalogSegmentProxy");xe(this,"pricebooksProxy");xe(this,"_fullGet",(t,n)=>Reflect.get(t,n));xe(this,"_fullSet",(t,n,r)=>{const o=vA[n];return qC(o,n,r),Reflect.set(t,n,r)});xe(this,"updateFacetFiltersProxy",t=>new Proxy({facetFilters:t},{get:this._fullGet,set:this._fullSet}));xe(this,"updateRangeFiltersProxy",t=>new Proxy({rangeFilters:t},{get:this._fullGet,set:this._fullSet}));xe(this,"updatePricebooksProxy",t=>new Proxy({pricebooks:t},{get:this._fullGet,set:this._fullSet}));this.categoryIdProxy=new Proxy({categoryId:this.initialParams.categoryId,categoryName:this.initialParams.categoryName},{get:this._fullGet,set:this._fullSet}),this.facetFiltersProxy=this.updateFacetFiltersProxy(this.initialParams.facetFilters||{}),this.rangeFiltersProxy=this.updateRangeFiltersProxy(this.initialParams.rangeFilters||[]),this.catalogSegmentProxy=new Proxy({catalogSegment:this.initialParams.catalogSegment},{get:this._fullGet,set:this._fullSet}),this.pricebooksProxy=this.updatePricebooksProxy(this.initialParams.pricebooks||null)}get categoryId(){return this.categoryIdProxy.categoryId||""}get facetFilters(){return this.facetFiltersProxy.facetFilters||{}}get rangeFilters(){return this.rangeFiltersProxy.rangeFilters||[]}get catalogSegment(){return this.catalogSegmentProxy.catalogSegment||null}get pricebooks(){return this.pricebooksProxy.pricebooks||null}get state(){return{categoryId:this.categoryId,categoryName:this.categoryIdProxy.categoryName,facetFilters:this.facetFilters,rangeFilters:this.rangeFilters,catalogSegment:this.catalogSegment,pricebooks:this.pricebooks,page:this.initialParams.page,pageSize:this.initialParams.pageSize,includeFacets:this.initialParams.includeFacets}}}const ct=new GC,e1=(e,t)=>{const n=t.updateFacetFiltersProxy(e);t.facetFiltersProxy.facetFilters=n.facetFilters},t1=(e,t,n)=>{var u,c;const r=F({},((u=n.facetFiltersProxy)==null?void 0:u.facetFilters)||{});if(!!((c=r[e])!=null&&c.includes(t))){const d=r[e].filter(f=>f!==t);d.length>0?r[e]=d:delete r[e]}else r[e]=r[e]?[...r[e],t]:[t];const a=n.updateFacetFiltersProxy(r);n.facetFiltersProxy.facetFilters=a.facetFilters},n1=(e,t)=>{const n=t.updateRangeFiltersProxy(e);t.rangeFiltersProxy.rangeFilters=n.rangeFilters},r1=({field:e,value:t},n)=>{const[r,o]=Array.isArray(t)?t:[];if(typeof r=="undefined"||typeof o=="undefined")throw new Error("Range values must be an array with two numbers for min and max");const a=[...n.rangeFiltersProxy.rangeFilters||[]],u=a.findIndex(d=>d.field===e);if(u!==-1){a[u]={field:e,min:r,max:o},n.rangeFiltersProxy.rangeFilters=a;return}a.push({field:e,min:r,max:o});const c=n.updateRangeFiltersProxy(a);n.rangeFiltersProxy.rangeFilters=c.rangeFilters},i1=(e,t)=>{t.catalogSegmentProxy.catalogSegment=e},o1=(e,t)=>{const n=t.updatePricebooksProxy(e);t.pricebooksProxy.pricebooks=n.pricebooks},XC=e=>{if(!uo()||!ba()){uo()&&yn.clear(),yn.add({context:"browse",payload:pe(F({},ct.state),{categoryId:e})});return}ct.categoryIdProxy.categoryId=e},s1=e=>{e1(e,ct)},KC=(e,t)=>{t1(e,t,ct)},a1=e=>{n1(e,ct)},QC=({field:e,value:t})=>{r1({field:e,value:t},ct)},JC=e=>{i1(e,ct)},u1=e=>{o1(e,ct)},l1=e=>{if(!e||!("categoryId"in e))throw new Error("Browse context must include a categoryId");const t=uo(),n=ba();if(!t||!n){t&&yn.clear(),yn.add({context:"browse",payload:F({},e)});return}"facetFilters"in e&&s1(e.facetFilters||{}),"rangeFilters"in e&&a1(e.rangeFilters||[]),"catalogSegment"in e&&(ct.catalogSegmentProxy.catalogSegment=e.catalogSegment||null),"pricebooks"in e&&u1(e.pricebooks||[]),"categoryName"in e&&(ct.categoryIdProxy.categoryName=e.categoryName||""),ct.categoryIdProxy.categoryId=e.categoryId},ZC=Object.freeze(Object.defineProperty({__proto__:null,setBrowseContext:l1,updateBrowseCategoryId:XC,updateCatalogSegment:JC,updateFacetFilter:KC,updateFacetFilters:s1,updatePricebooks:u1,updateRangeFilter:QC,updateRangeFilters:a1},Symbol.toStringTag,{value:"Module"}));class ek{constructor(){xe(this,"initialParams",{productId:"",productName:"",pdpLink:""});xe(this,"proxy");xe(this,"_fullGet",(t,n)=>Reflect.get(t,n));xe(this,"_fullSet",(t,n,r)=>(Zg(n,r),Reflect.set(t,n,r)));xe(this,"updateProxy",t=>{t.productId&&(this.proxy=new Proxy({productId:t.productId,productName:t.productName||"",pdpLink:t.pdpLink||""},{get:this._fullGet,set:this._fullSet}))});this.proxy=new Proxy({productId:this.initialParams.productId,productName:this.initialParams.productName,pdpLink:this.initialParams.pdpLink},{get:this._fullGet,set:this._fullSet})}get productId(){return this.proxy.productId}get pdpLink(){return this.proxy.pdpLink}get state(){return{productId:this.productId,productName:this.proxy.productName,pdpLink:this.pdpLink}}}const _r=new ek,c1=e=>{if(!e||!e.productId)throw new Error("PDP context must include a productId");const t=uo(),n=ba();if(!t||!n){t&&yn.clear(),yn.add({context:"pdp",payload:F({},e)});return}_r.updateProxy(e),Zg("pdp-context",e)},tk=e=>{_r.proxy.productId=e,uo()||yn.add({context:"pdp",payload:F({},_r.state)})},nk=e=>{_r.proxy.pdpLink=e},gt={SET_PROMPTS_EXTENSION_INITIALIZED:"SET_PROMPTS_EXTENSION_INITIALIZED",SET_PROMPTS_EXTENSION_OPEN:"SET_PROMPTS_EXTENSION_OPEN",SET_PROMPTS_EXTENSION_INLINE:"SET_PROMPTS_EXTENSION_INLINE",SET_PROMPTS_EXTENSION_ELEMENT_ID:"SET_PROMPTS_EXTENSION_ELEMENT_ID",SET_PROMPTS_EXTENSION_ENTRY_TYPE:"SET_PROMPTS_EXTENSION_ENTRY_TYPE",SET_PROMPTS_EXTENSION_PARAMS:"SET_PROMPTS_EXTENSION_PARAMS",RESET_PROMPTS_EXTENSION_PARAMS:"RESET_PROMPTS_EXTENSION_PARAMS",SET_PROMPTS_EXTENSION_ACTIVE_PROMPTS_ID:"SET_PROMPTS_EXTENSION_ACTIVE_PROMPTS_ID",RESET_PROMPTS_EXTENSION_ACTIVE_PROMPTS_ID:"RESET_PROMPTS_EXTENSION_ACTIVE_PROMPTS_ID",SET_PROMPTS_EXTENSION_USER_PROMPT:"SET_PROMPTS_EXTENSION_USER_PROMPT",SET_PROMPTS_EXTENSION_PROMPTS_MESSAGE:"SET_PROMPTS_EXTENSION_PROMPTS_MESSAGE",RESET_PROMPTS_EXTENSION_PROMPTS_MESSAGE:"RESET_PROMPTS_EXTENSION_PROMPTS_MESSAGE",SET_PROMPTS_EXTENSION_RESPONSE_MESSAGE:"SET_PROMPTS_EXTENSION_RESPONSE_MESSAGE",RESET_PROMPTS_EXTENSION_RESPONSE_MESSAGE:"RESET_PROMPTS_EXTENSION_RESPONSE_MESSAGE",SET_PROMPTS_EXTENSION_RESPONSE_LOADING:"SET_PROMPTS_EXTENSION_RESPONSE_LOADING"},d1={isInitialized:!1,isOpen:!1,isInline:!1,elementId:null,placeholder:null,askElseButtonLabel:null,entryType:null,params:null,activePromptsId:null,userPrompt:null,promptsMessage:null,isResponseLoading:!1,responseMessage:null,promptsDisplay:"both",disableAskElseButton:!1};class rk{constructor(){xe(this,"initialState",d1);xe(this,"promptsStateProxy");xe(this,"promptsParamsProxy");xe(this,"_fullGet",(t,n)=>Reflect.get(t,n));xe(this,"_fullSet",(t,n,r)=>{if(!(n in t))throw new Error(`Property ${n} does not exist on PromptsExtensionState`);return Sa(n,r),Reflect.set(t,n,r)});xe(this,"_paramsFullGet",(t,n)=>Reflect.get(t,n));xe(this,"_paramsFullSet",(t,n,r)=>Reflect.set(t,n,r));xe(this,"updatePromptsParamsProxy",t=>new Proxy(F({},t),{get:this._paramsFullGet,set:this._paramsFullSet}));this.promptsStateProxy=new Proxy({isOpen:this.initialState.isOpen,isInline:this.initialState.isInline,elementId:this.initialState.elementId,entryType:this.initialState.entryType},{get:this._fullGet,set:this._fullSet}),this.promptsParamsProxy=this.updatePromptsParamsProxy({})}get isOpen(){return this.promptsStateProxy.isOpen}get isInline(){return this.promptsStateProxy.isInline}get state(){return{isOpen:this.isOpen,isInline:this.isInline}}get params(){return this.promptsParamsProxy}}const Ht=new rk,ik=e=>{window.addEventListener(lf,e)},ok=e=>{window.removeEventListener(lf,e)},Sa=(e,t)=>{const n=new CustomEvent(lf,{detail:{property:e,value:t}});window.dispatchEvent(n)},f1=e=>{const t=Ht.isOpen,n=typeof e=="boolean"?e:!t;Ht.promptsStateProxy.isOpen=n},h1=e=>{const t=Ht.isInline,n=typeof e=="boolean"?e:!t;Ht.promptsStateProxy.isInline=n},sk=e=>{Ht.promptsParamsProxy=Ht.updatePromptsParamsProxy(e),Sa("params",e),Ht.promptsStateProxy.entryType="ask_cim"},ak=e=>{Ht.promptsParamsProxy=Ht.updatePromptsParamsProxy(e),Sa("params",e),Ht.promptsStateProxy.entryType="search"},uk=e=>{Ht.promptsParamsProxy=Ht.updatePromptsParamsProxy(e),Sa("params",e),Ht.promptsStateProxy.entryType="browse"},lk=e=>{Ht.promptsParamsProxy=Ht.updatePromptsParamsProxy(e),Sa("params",e),Ht.promptsStateProxy.entryType="pdp"},ck=({elementId:e,entryType:t,params:n,isInline:r})=>{Ht.promptsStateProxy.elementId=e,t&&(Ht.promptsStateProxy.entryType=t),typeof r=="boolean"&&h1(r),n&&Ht.updatePromptsParamsProxy(n),Ht.isOpen||f1(!0)},dk=Object.freeze(Object.defineProperty({__proto__:null,getConversationMessages:({payload:e,callback:t})=>{bl("getConversationMessages",{payload:e,callback:t},Ci.GET_CONVERSATION_MESSAGES)},getSessionInformation:e=>{bl("getSessionInformation",{callback:e},Ci.GET_SESSION_INFORMATION)},loadConversation:e=>{bl("loadConversation",e,Ci.LOAD_CONVERSATION)},resetConversation:()=>{bl("resetConversation",!0,Ci.RESET_CONVERSATION)}},Symbol.toStringTag,{value:"Module"}));class fk{constructor(){xe(this,"initialParams",{query:"",page:null,pageSize:null,includeFacets:!0,facetFilters:{},rangeFilters:[],catalogSegment:null,pricebooks:null});xe(this,"queryProxy");xe(this,"facetFiltersProxy");xe(this,"rangeFiltersProxy");xe(this,"catalogSegmentProxy");xe(this,"pricebooksProxy");xe(this,"_fullGet",(t,n)=>Reflect.get(t,n));xe(this,"_fullSet",(t,n,r)=>{const o=CA[n];return VC(o,n,r),Reflect.set(t,n,r)});xe(this,"updateFacetFiltersProxy",t=>new Proxy({facetFilters:t},{get:this._fullGet,set:this._fullSet}));xe(this,"updateRangeFiltersProxy",t=>new Proxy({rangeFilters:t},{get:this._fullGet,set:this._fullSet}));xe(this,"updatePricebooksProxy",t=>new Proxy({pricebooks:t},{get:this._fullGet,set:this._fullSet}));this.queryProxy=new Proxy({query:this.initialParams.query},{get:this._fullGet,set:this._fullSet}),this.facetFiltersProxy=this.updateFacetFiltersProxy(this.initialParams.facetFilters||{}),this.rangeFiltersProxy=this.updateRangeFiltersProxy(this.initialParams.rangeFilters||[]),this.catalogSegmentProxy=new Proxy({catalogSegment:this.initialParams.catalogSegment},{get:this._fullGet,set:this._fullSet}),this.pricebooksProxy=this.updatePricebooksProxy(this.initialParams.pricebooks||null)}get query(){return this.queryProxy.query||""}get facetFilters(){return this.facetFiltersProxy.facetFilters||{}}get rangeFilters(){return this.rangeFiltersProxy.rangeFilters||[]}get catalogSegment(){return this.catalogSegmentProxy.catalogSegment||null}get pricebooks(){return this.pricebooksProxy.pricebooks||null}get state(){return{query:this.query,facetFilters:this.facetFilters,rangeFilters:this.rangeFilters,catalogSegment:this.catalogSegment,pricebooks:this.pricebooks,page:this.initialParams.page,pageSize:this.initialParams.pageSize,includeFacets:this.initialParams.includeFacets}}}const Tt=new fk,hk=e=>{const t=ba(),n=uo();if(!n||!t){n&&yn.clear(),yn.add({context:"search",payload:pe(F({},Tt.state),{query:e})});return}Tt.queryProxy.query=e},p1=e=>{e1(e,Tt)},pk=(e,t)=>{t1(e,t,Tt)},m1=e=>{n1(e,Tt)},mk=({field:e,value:t})=>{r1({field:e,value:t},Tt)},gk=e=>{i1(e,Tt)},g1=e=>{o1(e,Tt)},E1=e=>{if(!e||!e.query)throw new Error("Search context must include a query");const t=ba(),n=uo();if(!n||!t){n&&yn.clear(),yn.add({context:"search",payload:F({},e)});return}"facetFilters"in e&&p1(e.facetFilters||{}),"rangeFilters"in e&&m1(e.rangeFilters||[]),"catalogSegment"in e&&(Tt.catalogSegmentProxy.catalogSegment=e.catalogSegment||null),"pricebooks"in e&&g1(e.pricebooks||[]),Tt.queryProxy.query=e.query},Ek=Object.freeze(Object.defineProperty({__proto__:null,setSearchContext:E1,updateCatalogSegment:gk,updateFacetFilter:pk,updateFacetFilters:p1,updatePricebooks:g1,updateRangeFilter:mk,updateRangeFilters:m1,updateSearchQuery:hk},Symbol.toStringTag,{value:"Module"})),yk={categoryId:ct.categoryId,categoryName:ct.categoryIdProxy.categoryName||"",facetFilters:ct.facetFilters,rangeFilters:ct.rangeFilters,catalogSegment:ct.catalogSegment,pricebooks:ct.pricebooks},y1=B.createContext(yk),bk=({children:e})=>{const[t,n]=B.useState(ct.categoryId),[r,o]=B.useState(ct.categoryIdProxy.categoryName||""),[a,u]=B.useState(ct.facetFilters||{}),[c,d]=B.useState(ct.rangeFilters||[]),[f,p]=B.useState(ct.catalogSegment||null),[m,T]=B.useState(ct.pricebooks||null);B.useEffect(()=>{const _=({detail:w})=>{(w==null?void 0:w.property)==="categoryId"&&n(w.value),(w==null?void 0:w.property)==="categoryName"&&o(w.value),(w==null?void 0:w.property)==="facetFilters"&&u(w.value),(w==null?void 0:w.property)==="rangeFilters"&&d(w.value),(w==null?void 0:w.property)==="catalogSegment"&&p(w.value),(w==null?void 0:w.property)==="pricebooks"&&T(w.value)};return Xg(_),()=>{Kg(_)}},[]);const y=B.useMemo(()=>({categoryId:t,categoryName:r,facetFilters:a,rangeFilters:c,catalogSegment:f,pricebooks:m}),[t,r,a,c,f,m]);return x.jsx(y1.Provider,{value:y,children:e})},Tk=()=>{const e=B.useContext(y1);if(!e)throw new Error("useBrowse must be used within a BrowseProvider");return e},_k={searchQuery:Tt.query,facetFilters:Tt.facetFilters,rangeFilters:Tt.rangeFilters,catalogSegment:Tt.catalogSegment,pricebooks:Tt.pricebooks},b1=B.createContext(_k),Sk=({children:e})=>{const[t,n]=B.useState(Tt.query),[r,o]=B.useState(Tt.facetFilters),[a,u]=B.useState(Tt.rangeFilters),[c,d]=B.useState(Tt.catalogSegment),[f,p]=B.useState(Tt.pricebooks);B.useEffect(()=>{const T=({detail:y})=>{(y==null?void 0:y.property)==="query"&&n(y.value),(y==null?void 0:y.property)==="facetFilters"&&o(y.value),(y==null?void 0:y.property)==="rangeFilters"&&u(y.value),(y==null?void 0:y.property)==="catalogSegment"&&d(y.value),(y==null?void 0:y.property)==="pricebooks"&&p(y.value)};return Wg(T),()=>{Gg(T)}},[]);const m=B.useMemo(()=>({searchQuery:t,facetFilters:r,rangeFilters:a,catalogSegment:c,pricebooks:f}),[t,r,a,c,f]);return x.jsx(b1.Provider,{value:m,children:e})},xk=()=>{const e=B.useContext(b1);if(!e)throw new Error("useSearch must be used within a SearchProvider");return e},wk={productId:_r.productId,pdpLink:_r.pdpLink},T1=B.createContext(wk),Ak=({children:e})=>{const[t,n]=B.useState(_r.productId),[r,o]=B.useState(_r.pdpLink);B.useEffect(()=>{const u=({detail:c})=>{if((c==null?void 0:c.property)==="pdp-context"){const d=c.value;n(d.productId),o(d.pdpLink);return}(c==null?void 0:c.property)==="productId"&&n(c.value),(c==null?void 0:c.property)==="pdpLink"&&o(c.value)};return Qg(u),()=>{Jg(u)}},[]);const a=B.useMemo(()=>({productId:t,pdpLink:r}),[t,r]);return x.jsx(T1.Provider,{value:a,children:e})},vk=()=>{const e=B.useContext(T1);if(!e)throw new Error("usePdp must be used within a PdpProvider");return e},_1=B.createContext({mode:et.modeProxy.mode,entryType:et.entryType,status:et.statusProxy,dialogPosition:et.dialogProxy.position,isDialogFullHeight:et.dialogProxy.isFullHeight,dialogWidth:et.dialogProxy.width,isModalFullscreen:et.modalProxy.isFullscreen,previousComponentType:et.statusProxy.type}),Ck=({entryType:e,componentConfig:t,componentType:n,children:r})=>{const[o,a]=B.useState(e!=null?e:et.entryTypeProxy.entryType),[u,c]=B.useState(et.modeProxy.mode),[d,f]=B.useState({type:n||et.statusProxy.type,isOpen:et.statusProxy.isOpen,isMinimized:et.statusProxy.isMinimized}),[p,m]=B.useState(et.dialogProxy.position),[T,y]=B.useState(et.dialogProxy.isFullHeight),[_,w]=B.useState(et.dialogProxy.width),[C,A]=B.useState(et.modalProxy.isFullscreen),P=zC(d.type);B.useEffect(()=>{const H=Y=>{const{property:D,value:q}=Y.detail||{};if(!(!D||q===void 0)){if(D==="mode"){c(q);return}if(D==="entryType"){a(q);return}if(D==="isMinimized"){f(re=>pe(F({},re),{isMinimized:q}));return}if(D==="isOpen"){f(re=>pe(F({},re),{isOpen:q}));return}if(D==="type"){f(re=>pe(F({},re),{type:q}));return}if(D==="position"){m(q);return}if(D==="isFullHeight"){y(q);return}if(D==="width"){w(q);return}if(D==="isFullscreen"){A(q);return}}};return CC(H),()=>{kC(H)}},[]),_a(()=>{e&&Ta(e)}),_a(()=>{const H=n||(t==null?void 0:t.type);H&&yl(H),t&&"isOpen"in t&&ui(!!t.isOpen),t&&"isMinimized"in t&&El(!!t.isMinimized)}),_a(()=>{if(!(t!=null&&t.options))return;const{dialogPosition:H}=t.options;H&&Cf(H),"dialogFullHeight"in t.options&&OC(!!t.options.dialogFullHeight),"dialogWidth"in t.options&&t.options.dialogWidth&&w(t.options.dialogWidth),"isModalFullscreen"in t.options&&vf(!!t.options.isModalFullscreen)});const v=B.useMemo(()=>({mode:u,entryType:o,status:d,previousComponentType:P||"dialog",dialogPosition:p,isDialogFullHeight:T,dialogWidth:_,isModalFullscreen:C}),[u,o,d,P,p,T,_,C]);return x.jsx(_1.Provider,{value:v,children:r})},sr=()=>{const e=B.useContext(_1);if(!e)throw new Error("useUIState must be used within a UIStateProvider");return e},S1=B.createContext(null),x1=B.createContext(null),Pf=()=>{const e=B.useContext(x1);if(!e)throw new Error("usePromptsExtensionDispatch must be used within a PromptsExtensionProvider");return e||{}},li=()=>{const e=B.useContext(S1);if(!e)throw new Error("usePromptsExtensionState must be used within a PromptsExtensionProvider");return e||{}},Ko=()=>{const e=B.useContext(og);if(!e)throw new Error("useCopilotDispatch must be used within a CopilotProvider");return e},ar=()=>{const e=B.useContext(ig);if(!e)throw new Error("useCopilotState must be used within a CopilotProvider");return e},kk=({copilot:e})=>{const{logger:t,conversationHistory:n}=rt(),{isInline:r}=li(),{addCopilotEvent:o,setConversationHistoryLoaded:a}=Ko(),{activeConversationId:u}=ar(),c=B.useCallback(f=>{e&&e.requestSessionInformation(p=>{t==null||t.log("Retrieved session information: ",p),f==null||f(p)})},[e,t]),d=B.useCallback((f,p)=>{e&&f.conversationId&&e.getConversationEvents(f,m=>{t==null||t.log("Retrieved conversation messages: ",m),p==null||p(m)})},[e,t]);return B.useEffect(()=>{if(r||!u)return;if(n.sinceHours===0||(n==null?void 0:n.limit)===0){a(!0);return}const f=3600*1e3*n.sinceHours,p=new Date(Date.now()-f).toISOString(),m={conversationId:u,since:p,excludeEvents:["done","error","connection_error","refined_browse","refined_search","conversation_reset"]};typeof n.limit=="number"&&(m.limit=n.limit),d(m,T=>{const y=[];[...T.reverse()||[]].forEach(w=>{var A;const C=T.find(P=>P.id===w.eventSourceId);(A=C==null?void 0:C.name)!=null&&A.endsWith("_suggestions")||(w.bypassHandlers=!0,y.unshift(w))}),y.forEach(w=>{o(w)}),a(!0)})},[t,r,u,d,o,a,n]),{getSessionInformation:c,getConversationMessages:d}},w1=B.createContext({copilot:null,messages:[],groupedMessages:[],isLoading:!1,isResponseLoading:()=>!1,handleAskCim:()=>{},handleSearch:()=>{},handleBrowse:()=>{},handlePdp:()=>{},handleSuggestion:()=>{},handleUserInput:()=>{},handleCancel:()=>{},resetConversation:()=>{},getSessionInformation:()=>{},getConversationMessages:()=>{}}),Pk=({apiKey:e,apiToken:t,baseUrl:n,customerId:r,tenantId:o,isDevelopment:a,onConnect:u,onRefinedSearch:c,onRefinedBrowse:d,children:f})=>{const{logger:p,clientContext:m,baseCatalogParams:T}=rt(),cn=xk(),{searchQuery:y}=cn,_=mn(cn,["searchQuery"]),Hn=Tk(),{categoryId:w}=Hn,C=mn(Hn,["categoryId"]),{productId:A,pdpLink:P}=vk(),{setCopilot:v,setConnected:H,resetCopilot:Y,resetCopilotState:D,addCopilotEvent:q,removeLoadingMessage:re,handleCopilotRequestAck:me,setActiveConversationId:V,setConversationIds:se,setAskCimPrompts:ce}=Ko(),{connected:de,copilot:ne,messages:Ee,groupedMessages:Oe,loadingMessages:oe,askCimPrompts:Q}=ar(),{status:ie,entryType:k}=sr(),{isInline:L}=li(),{getConversationMessages:ee,getSessionInformation:O}=kk({copilot:ne}),we=B.useMemo(()=>oe.size>0,[oe]),Be=B.useCallback(Ae=>oe.has(Ae),[oe]),Te=B.useCallback(({query:Ae,facetFilters:Ne,rangeFilters:Me,catalogSegment:ot,pricebooks:pt,userPrompt:J,imageFile:ge})=>{if(!ne){p==null||p.error("Copilot is not initialized");return}if(!Ae)return;const Ce={searchParams:{query:Ae}};J&&(Ce.userPrompt=J),ge&&(Ce.attachments={image:ge}),Ne&&Object.keys(Ne).length>0&&(Ce.searchParams.facetFilters=Ne),Me&&Me.length>0&&(Ce.searchParams.rangeFilters=Me),ot&&(Ce.searchParams.catalogSegment=ot),pt&&(Ce.searchParams.pricebooks=pt),m&&(Ce.clientContext=m),Ta("search"),ne.search(Ce,qe=>{const Re=F({},qe);me(Re)})},[p,me,ne,m]),Fe=B.useCallback(({categoryId:Ae,categoryName:Ne,facetFilters:Me,rangeFilters:ot,catalogSegment:pt,pricebooks:J,userPrompt:ge,imageFile:Ce})=>{if(!ne){p==null||p.error("Copilot is not initialized");return}const qe=Me&&Object.keys(Me).length>0;if(Ae===""&&!qe){p==null||p.error("Browse event must include facetFilters when categoryId is empty");return}const Re={browseParams:{categoryId:Ae||""}};ge&&(Re.userPrompt=ge),Ce&&(Re.attachments={image:Ce}),qe&&(Re.browseParams.facetFilters=Me),ot&&ot.length>0&&(Re.browseParams.rangeFilters=ot),pt&&(Re.browseParams.catalogSegment=pt),Array.isArray(J)&&J.length>0&&(Re.browseParams.pricebooks=J),(m||Ne)&&(Re.clientContext={},m&&(Re.clientContext=F({},m)),Ne&&(Re.clientContext.cimLabel=Ne)),Ta("browse"),ne.browse(Re,dt=>{var Qr;const Gt=F({},dt),$t=((Qr=Gt.request)==null?void 0:Qr.clientContext)||{},dn=($t==null?void 0:$t.cimLabel)||Ne;dn&&Gt.request&&(Gt.request.label=dn),me(Gt)})},[p,me,ne,m]),$e=B.useCallback(({productId:Ae,productName:Ne,pdpLink:Me,userPrompt:ot,imageFile:pt})=>{if(!ne){p==null||p.error("Copilot is not initialized");return}if(!Ae)return;const J={productId:Ae};ot&&(J.userPrompt=ot),Me&&(J.pdpLink=Me),pt&&(J.attachments={image:pt}),(m||Ne)&&(J.clientContext={},m&&(J.clientContext=F({},m)),Ne&&(J.clientContext.cimLabel=Ne)),T&&(J.baseCatalogParams=T),Ta("pdp"),ne.productView(J,ge=>{var dt;const Ce=F({},ge),qe=((dt=Ce.request)==null?void 0:dt.clientContext)||{},Re=(qe==null?void 0:qe.cimLabel)||Ne;Re&&Ce.request&&(Ce.request.label=Re),me(Ce)})},[p,ne,me,m,T]),Ge=B.useCallback(({userPrompt:Ae,imageFile:Ne})=>{if(!ne){p==null||p.error("Copilot is not initialized");return}if(!Ae)return;const Me={userPrompt:Ae};Ne&&(Me.attachments={image:Ne}),m&&(Me.clientContext=m),T&&(Me.baseCatalogParams=T),ne.askCim(Me,ot=>{const pt=F({},ot);me(pt)})},[p,ne,me,m,T]),_t=B.useCallback(Ae=>{q(Ae),c==null||c(Ae)},[q,c]),Nn=B.useCallback(Ae=>{q(Ae),d==null||d(Ae)},[q,d]),ln=B.useCallback(Ae=>{u==null||u(Ae),H(!0)},[u,H]);B.useEffect(()=>{!ne||!de||!ie.isOpen||yn.size>0&&yn.processQueue(Ae=>{if(Ae.context==="search"){const Ne=F({},Ae.payload);E1(Ne)}if(Ae.context==="browse"){const Ne=F({},Ae.payload);l1(Ne)}if(Ae.context==="pdp"){const Ne=F({},Ae.payload);c1(Ne)}})},[ie.isOpen,ne,de]);const Cr=B.useCallback(Ae=>{const Ne=Me=>{const ot=pe(F({},Me),{id:Me.inquiryLinkId||Me.id});q(ot)};Ae.on("connect_ack",ln),Ae.on("partial_inquiry",Ne),Ae.on("display_products",q),Ae.on("progress",q),Ae.on("refined_search",_t),Ae.on("refined_browse",Nn),Ae.on("done",Me=>{re(Me.eventSourceId)}),Ae.on("error",Me=>{q(Me),re(Me.eventSourceId)}),Ae.onDisconnect(Me=>{const ot=["io server disconnect","transport error","server shutting down"];if(p==null||p.log("Connection disconnected with reason: ",Me),!ot.includes(Me)){H(!1);return}p==null||p.log("De-registering event listeners");const pt=new Date().toISOString();q({name:"error",message:"Connection was lost. Please try again.",createdAt:pt,id:`error-${pt}`,sessionId:"session"}),Ae.off()})},[p,H,re,_t,Nn,q,ln]);B.useEffect(()=>{if(!ne)return;const Ae=Ne=>{if(!L){if(!Ne.message&&Ne.eventSourceId&&Ne.eventSourceId===Q.requestId){ce({requestId:Ne.eventSourceId,message:Ne});return}q(Ne)}};return ne.on("follow_up",Ae),()=>{ne.off("follow_up",Ae)}},[ne,Ee,Q.requestId,L,q,ce]),B.useEffect(()=>{if(!ne)return;const Ae=Ne=>{if(L)return;const Me=pe(F({},Ne),{id:Ne.inquiryLinkId||Ne.id});q(Me)};return ne.on("inquiry",Ae),()=>{ne.off("inquiry",Ae)}},[ne,L,q]),_a(()=>{let Ae;n?Ae=n:Ae=a?"https://staging.copilot.search.cimulate.ai":"https://prod.copilot.search.cimulate.ai";const Ne={baseUrl:Ae};e?Ne.apiKey=e:t&&(Ne.apiToken=t),r&&(Ne.customerId=r),o&&(Ne.tenantId=o);const Me=new fA(Ne);return v(Me),Cr(Me),Me.connect(),Me.requestSessionInformation(ot=>{p==null||p.log("Session Information: ",ot);const{activeConversationId:pt,conversationIds:J}=ot.data||{};pt&&V(pt),J!=null&&J.length&&se(J)}),()=>{Me.disconnect(),Me.off(),Y()}});const fr=B.useCallback(Ae=>{if(!ne)return;const Ne={eventId:Ae,reason:"User cancelled the request"};ne.cancelRequest(Ne,Me=>{q(Me),re(Ae)})},[q,re,ne]),nn=B.useCallback(()=>{ne&&ne.conversationReset({},Ae=>{D(),q(Ae),ne.requestSessionInformation(Ne=>{p==null||p.log("Session Information: ",Ne);const{activeConversationId:Me,conversationIds:ot}=Ne.data||{};Me&&V(Me),ot!=null&&ot.length&&se(ot)})})},[ne,p,q,D,V,se]),Ve=B.useCallback((Ae,Ne)=>{if(!Ae)return;const Me={userPrompt:Ae};switch(Ne&&(Me.imageFile=Ne),k){case"ask_cim":Ge(Me);return;case"search":y?Te(F(F({query:y},_),Me)):Ge(Me);return;case"browse":Fe(F(F({categoryId:w},C),Me));return;case"pdp":A?$e(F({productId:A,pdpLink:P||""},Me)):Ge(Me);return}},[k,y,_,Te,Ge,w,C,Fe,$e,A,P]),Pt=B.useCallback((Ae,Ne)=>{var ge,Ce,qe;const ot=Ae.params.userPrompt||"";if(!ot)return;const pt=Ee.find(Re=>Re.id===Ne);if(!pt)return;const J=pt.name.replace("_suggestions","");if(J==="ask_cim"){Ge({userPrompt:ot});return}if(J==="copilot_search"){const Re=((ge=pt.request)==null?void 0:ge.searchParams)||{},Gt=Re.query===y;Te(pe(F({query:Re.query||y},Gt?_:{}),{userPrompt:ot}));return}if(J==="copilot_browse"){const Re=pt.request,dt=Re.browseParams||{},$t=dt.categoryId===w,dn=((Ce=Re.clientContext)==null?void 0:Ce.cimLabel)||"";Fe(pe(F({categoryId:dt.categoryId||w||""},$t?C:{}),{categoryName:dn,userPrompt:ot}));return}if(J==="product_view"){const Re=pt.request||{},dt=Re.productId,Gt=dt===A,$t=((qe=Re.clientContext)==null?void 0:qe.cimLabel)||"";let dn="";Gt?dn=P||"":dn=Re.pdpLink||"",$e({productId:dt||A,pdpLink:dn,productName:$t,userPrompt:ot})}},[Ee,y,_,Te,Ge,w,C,Fe,$e,A,P]),On=B.useMemo(()=>({copilot:ne,messages:Ee,groupedMessages:Oe,isLoading:we,isResponseLoading:Be,handleAskCim:Ge,handleSearch:Te,handleBrowse:Fe,handlePdp:$e,handleUserInput:Ve,handleSuggestion:Pt,handleCancel:fr,resetConversation:nn,getSessionInformation:O,getConversationMessages:ee}),[ne,Ee,Oe,we,Be,Ge,Te,Fe,$e,Ve,Pt,fr,nn,O,ee]);return x.jsx(w1.Provider,{value:On,children:f})},A1=()=>{const{copilot:e}=ar(),{addCopilotEvent:t}=Ko();return{getCopilotSuggestions:B.useCallback((r,o,a)=>{if(!e||!o||!r)return;const u=c=>{t(c),a(c)};switch(o){case"ask_cim":e.askCimSuggestions(r,u);break;case"search":e.searchSuggestions({searchParams:r},u);break;case"browse":e.browseSuggestions({browseParams:r},u);break;case"pdp":e.productViewSuggestions({productId:r.productId},u);break}},[e,t])}},Ur=()=>{const e=B.useContext(w1);if(!e)throw new Error("useCopilot must be used within a CopilotProvider");return e},Nk=()=>{const{copilot:e,activeConversationId:t,askCimPrompts:n,conversationHistoryLoaded:r}=ar(),{entryType:o}=sr(),{resetCopilotState:a,addCopilotEvent:u,setAskCimPrompts:c}=Ko(),{handleSearch:d,handleBrowse:f,handlePdp:p,resetConversation:m,getSessionInformation:T,getConversationMessages:y}=Ur(),{getCopilotSuggestions:_}=A1();B.useEffect(()=>{!e||!o||!t||!r||n.requestId||o==="ask_cim"&&_({},o,P=>{c({requestId:P.id,message:null})})},[e,t,n.requestId,o,r,_,c]);const w=B.useCallback(({query:P})=>{if(!e||!P)return;const{facetFilters:v}=Tt.facetFiltersProxy,{rangeFilters:H}=Tt.rangeFiltersProxy,{catalogSegment:Y}=Tt.catalogSegmentProxy,{pricebooks:D}=Tt.pricebooksProxy,q={query:P};q.facetFilters=v||{},q.rangeFilters=H||[],q.catalogSegment=Y||"",q.pricebooks=D||[],d(F({},q))},[e,d]),C=B.useCallback(({categoryId:P})=>{if(!e)return;const v=ct.categoryIdProxy.categoryName,{facetFilters:H}=ct.facetFiltersProxy,{rangeFilters:Y}=ct.rangeFiltersProxy,{catalogSegment:D}=ct.catalogSegmentProxy,{pricebooks:q}=ct.pricebooksProxy,re={categoryId:P};re.categoryName=v||"",re.facetFilters=H||{},re.rangeFilters=Y||[],re.catalogSegment=D||"",re.pricebooks=q||[],f(F({},re))},[e,f]),A=B.useCallback(({productId:P})=>{if(!e||!P)return;const v={productId:P,pdpLink:_r.pdpLink,productName:_r.proxy.productName||""};p(v)},[e,p]);return B.useEffect(()=>{const P=({detail:v})=>{(v==null?void 0:v.property)==="query"&&w({query:v.value})};return Wg(P),()=>{Gg(P)}},[w]),B.useEffect(()=>{const P=({detail:v})=>{if((v==null?void 0:v.property)==="pdp-context"){const H=v.value;A({productId:H.productId});return}(v==null?void 0:v.property)==="productId"&&A({productId:v.value})};return Qg(P),()=>{Jg(P)}},[A]),B.useEffect(()=>{const P=({detail:v})=>{(v==null?void 0:v.property)==="categoryId"&&C({categoryId:v.value})};return Xg(P),()=>{Kg(P)}},[C]),B.useEffect(()=>{const P=({detail:v})=>{if((v==null?void 0:v.event)==Ci.RESET_CONVERSATION&&m(),(v==null?void 0:v.event)==Ci.GET_SESSION_INFORMATION){const H=v.value.callback;T(H)}if((v==null?void 0:v.event)==Ci.GET_CONVERSATION_MESSAGES){const{payload:H,callback:Y}=v.value;if(!H.conversationId||typeof Y!="function")return;y(H,Y)}if((v==null?void 0:v.event)==Ci.LOAD_CONVERSATION){const H=v.value;if(!H.conversationId)return;y(H,D=>{a(),D.forEach(q=>{u(q)})})}};return YC(P),()=>{WC(P)}},[m,T,y,a,u]),null},Ok=({apiKey:e,apiToken:t,baseUrl:n,customerId:r,tenantId:o,isDevelopment:a,onConnect:u,onRefinedSearch:c,onRefinedBrowse:d,children:f})=>x.jsxs(Pk,{apiKey:e,apiToken:t,baseUrl:n,customerId:r,tenantId:o,isDevelopment:a,onConnect:u,onRefinedSearch:c,onRefinedBrowse:d,children:[x.jsx(Nk,{}),f]}),Ik=({children:e,dispatch:t})=>{const n=B.useCallback(_=>{t({type:gt.SET_PROMPTS_EXTENSION_INITIALIZED,payload:_})},[t]),r=B.useCallback(_=>{t({type:gt.SET_PROMPTS_EXTENSION_OPEN,payload:_})},[t]),o=B.useCallback(_=>{t({type:gt.SET_PROMPTS_EXTENSION_INLINE,payload:_})},[t]),a=B.useCallback(_=>{t({type:gt.SET_PROMPTS_EXTENSION_ELEMENT_ID,payload:_})},[t]),u=B.useCallback(_=>{t({type:gt.SET_PROMPTS_EXTENSION_ENTRY_TYPE,payload:_})},[t]),c=B.useCallback(_=>{t({type:gt.SET_PROMPTS_EXTENSION_ACTIVE_PROMPTS_ID,payload:_})},[t]),d=B.useCallback(_=>{t({type:gt.SET_PROMPTS_EXTENSION_USER_PROMPT,payload:_})},[t]),f=B.useCallback(_=>{t({type:gt.SET_PROMPTS_EXTENSION_PARAMS,payload:_})},[t]),p=B.useCallback(_=>{t({type:gt.SET_PROMPTS_EXTENSION_PROMPTS_MESSAGE,payload:_})},[t]),m=B.useCallback(_=>{t({type:gt.SET_PROMPTS_EXTENSION_RESPONSE_MESSAGE,payload:_})},[t]),T=B.useCallback(_=>{t({type:gt.SET_PROMPTS_EXTENSION_RESPONSE_LOADING,payload:_})},[t]),y=B.useMemo(()=>({setIsInitialized:n,setIsOpen:r,setIsInline:o,setElementId:a,setEntryType:u,setActivePromptsId:c,setUserPrompt:d,setParams:f,setPromptsMessage:p,setResponseMessage:m,setIsResponseLoading:T}),[n,r,o,a,u,c,d,f,p,m,T]);return x.jsx(x1.Provider,{value:y,children:e})},Rk=(e,t)=>{const{type:n,payload:r}=t;switch(n){case gt.SET_PROMPTS_EXTENSION_INITIALIZED:e.isInitialized=r;break;case gt.SET_PROMPTS_EXTENSION_OPEN:e.isOpen=r;break;case gt.SET_PROMPTS_EXTENSION_INLINE:e.isInline=r;break;case gt.SET_PROMPTS_EXTENSION_ELEMENT_ID:e.elementId=r;break;case gt.SET_PROMPTS_EXTENSION_ENTRY_TYPE:e.entryType=r;break;case gt.SET_PROMPTS_EXTENSION_PARAMS:e.params=r;break;case gt.RESET_PROMPTS_EXTENSION_PARAMS:e.params=null;break;case gt.SET_PROMPTS_EXTENSION_USER_PROMPT:e.userPrompt=r;break;case gt.SET_PROMPTS_EXTENSION_ACTIVE_PROMPTS_ID:e.activePromptsId=r;break;case gt.RESET_PROMPTS_EXTENSION_ACTIVE_PROMPTS_ID:e.activePromptsId=null;break;case gt.SET_PROMPTS_EXTENSION_PROMPTS_MESSAGE:e.promptsMessage=r;break;case gt.RESET_PROMPTS_EXTENSION_PROMPTS_MESSAGE:e.promptsMessage=null;break;case gt.SET_PROMPTS_EXTENSION_RESPONSE_MESSAGE:e.responseMessage=r;break;case gt.RESET_PROMPTS_EXTENSION_RESPONSE_MESSAGE:e.responseMessage=null;break;case gt.SET_PROMPTS_EXTENSION_RESPONSE_LOADING:e.isResponseLoading=r;break}},Lk=({promptsConfig:e,children:t})=>{const[n,r]=ng(Rk,F(F({},d1),e||{}));return x.jsx(S1.Provider,{value:n,children:x.jsx(Ik,{dispatch:r,children:t})})},v1=({mode:e,apiKey:t,apiToken:n,baseUrl:r,customerId:o,tenantId:a,logoUrl:u,headerText:c,headerConfig:d,theme:f,openLinksInNewTab:p,globalClassName:m,isDevelopment:T=!1,componentType:y,componentConfig:_,entryType:w,entryMessage:C,disclaimerText:A,disclaimerMarkdown:P,clientContext:v,baseCatalogParams:H,searchPlaceholder:Y,searchButtonLabel:D,searchConfig:q,suggestionButtonConfig:re,messageAlignment:me,autoScroll:V,promptsConfig:se,resetConversationMessage:ce,conversationHistory:de,onConnect:ne,onCopilotEvent:Ee,onRefinedSearch:Oe,onRefinedBrowse:oe,__features:Q,children:ie})=>x.jsx(AC,{mode:e,baseUrl:r,apiKey:t,apiToken:n,customerId:o,tenantId:a,logoUrl:u,headerText:c,headerConfig:d,entryMessage:C,theme:f,globalClassName:m,openLinksInNewTab:p,searchPlaceholder:Y,searchButtonLabel:D,searchConfig:q,suggestionButtonConfig:re,messageAlignment:me,autoScroll:V,componentConfig:_,clientContext:v,baseCatalogParams:H,disclaimerMarkdown:P,disclaimerText:A,resetConversationMessage:ce,conversationHistory:de,isDevelopment:T,__features:Q,children:x.jsx(Ck,{entryType:w,componentConfig:_,componentType:y,children:x.jsx(LC,{onCopilotEvent:Ee,children:x.jsx(Ak,{children:x.jsx(bk,{children:x.jsx(Sk,{children:x.jsx(Lk,{promptsConfig:se,children:x.jsx(Ok,{apiKey:t,apiToken:n,baseUrl:r,customerId:o,tenantId:a,isDevelopment:T,entryType:w,onConnect:ne,onRefinedSearch:Oe,onRefinedBrowse:oe,onCopilotEvent:Ee,children:ie})})})})})})})});var Nf={exports:{}},Dn={},Of={exports:{}},If={};var C1;function Dk(){return C1||(C1=1,(function(e){function t(Q,ie){var k=Q.length;Q.push(ie);e:for(;0<k;){var L=k-1>>>1,ee=Q[L];if(0<o(ee,ie))Q[L]=ie,Q[k]=ee,k=L;else break e}}function n(Q){return Q.length===0?null:Q[0]}function r(Q){if(Q.length===0)return null;var ie=Q[0],k=Q.pop();if(k!==ie){Q[0]=k;e:for(var L=0,ee=Q.length,O=ee>>>1;L<O;){var we=2*(L+1)-1,Be=Q[we],Te=we+1,Fe=Q[Te];if(0>o(Be,k))Te<ee&&0>o(Fe,Be)?(Q[L]=Fe,Q[Te]=k,L=Te):(Q[L]=Be,Q[we]=k,L=we);else if(Te<ee&&0>o(Fe,k))Q[L]=Fe,Q[Te]=k,L=Te;else break e}}return ie}function o(Q,ie){var k=Q.sortIndex-ie.sortIndex;return k!==0?k:Q.id-ie.id}if(typeof performance=="object"&&typeof performance.now=="function"){var a=performance;e.unstable_now=function(){return a.now()}}else{var u=Date,c=u.now();e.unstable_now=function(){return u.now()-c}}var d=[],f=[],p=1,m=null,T=3,y=!1,_=!1,w=!1,C=typeof setTimeout=="function"?setTimeout:null,A=typeof clearTimeout=="function"?clearTimeout:null,P=typeof setImmediate!="undefined"?setImmediate:null;typeof navigator!="undefined"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function v(Q){for(var ie=n(f);ie!==null;){if(ie.callback===null)r(f);else if(ie.startTime<=Q)r(f),ie.sortIndex=ie.expirationTime,t(d,ie);else break;ie=n(f)}}function H(Q){if(w=!1,v(Q),!_)if(n(d)!==null)_=!0,Oe(Y);else{var ie=n(f);ie!==null&&oe(H,ie.startTime-Q)}}function Y(Q,ie){_=!1,w&&(w=!1,A(re),re=-1),y=!0;var k=T;try{for(v(ie),m=n(d);m!==null&&(!(m.expirationTime>ie)||Q&&!se());){var L=m.callback;if(typeof L=="function"){m.callback=null,T=m.priorityLevel;var ee=L(m.expirationTime<=ie);ie=e.unstable_now(),typeof ee=="function"?m.callback=ee:m===n(d)&&r(d),v(ie)}else r(d);m=n(d)}if(m!==null)var O=!0;else{var we=n(f);we!==null&&oe(H,we.startTime-ie),O=!1}return O}finally{m=null,T=k,y=!1}}var D=!1,q=null,re=-1,me=5,V=-1;function se(){return!(e.unstable_now()-V<me)}function ce(){if(q!==null){var Q=e.unstable_now();V=Q;var ie=!0;try{ie=q(!0,Q)}finally{ie?de():(D=!1,q=null)}}else D=!1}var de;if(typeof P=="function")de=function(){P(ce)};else if(typeof MessageChannel!="undefined"){var ne=new MessageChannel,Ee=ne.port2;ne.port1.onmessage=ce,de=function(){Ee.postMessage(null)}}else de=function(){C(ce,0)};function Oe(Q){q=Q,D||(D=!0,de())}function oe(Q,ie){re=C(function(){Q(e.unstable_now())},ie)}e.unstable_IdlePriority=5,e.unstable_ImmediatePriority=1,e.unstable_LowPriority=4,e.unstable_NormalPriority=3,e.unstable_Profiling=null,e.unstable_UserBlockingPriority=2,e.unstable_cancelCallback=function(Q){Q.callback=null},e.unstable_continueExecution=function(){_||y||(_=!0,Oe(Y))},e.unstable_forceFrameRate=function(Q){0>Q||125<Q?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):me=0<Q?Math.floor(1e3/Q):5},e.unstable_getCurrentPriorityLevel=function(){return T},e.unstable_getFirstCallbackNode=function(){return n(d)},e.unstable_next=function(Q){switch(T){case 1:case 2:case 3:var ie=3;break;default:ie=T}var k=T;T=ie;try{return Q()}finally{T=k}},e.unstable_pauseExecution=function(){},e.unstable_requestPaint=function(){},e.unstable_runWithPriority=function(Q,ie){switch(Q){case 1:case 2:case 3:case 4:case 5:break;default:Q=3}var k=T;T=Q;try{return ie()}finally{T=k}},e.unstable_scheduleCallback=function(Q,ie,k){var L=e.unstable_now();switch(typeof k=="object"&&k!==null?(k=k.delay,k=typeof k=="number"&&0<k?L+k:L):k=L,Q){case 1:var ee=-1;break;case 2:ee=250;break;case 5:ee=1073741823;break;case 4:ee=1e4;break;default:ee=5e3}return ee=k+ee,Q={id:p++,callback:ie,priorityLevel:Q,startTime:k,expirationTime:ee,sortIndex:-1},k>L?(Q.sortIndex=k,t(f,Q),n(d)===null&&Q===n(f)&&(w?(A(re),re=-1):w=!0,oe(H,k-L))):(Q.sortIndex=ee,t(d,Q),_||y||(_=!0,Oe(Y))),Q},e.unstable_shouldYield=se,e.unstable_wrapCallback=function(Q){var ie=T;return function(){var k=T;T=ie;try{return Q.apply(this,arguments)}finally{T=k}}}})(If)),If}var k1;function Mk(){return k1||(k1=1,Of.exports=Dk()),Of.exports}var P1;function Fk(){if(P1)return Dn;P1=1;var e=Cn(),t=Mk();function n(i){for(var s="https://reactjs.org/docs/error-decoder.html?invariant="+i,l=1;l<arguments.length;l++)s+="&args[]="+encodeURIComponent(arguments[l]);return"Minified React error #"+i+"; visit "+s+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var r=new Set,o={};function a(i,s){u(i,s),u(i+"Capture",s)}function u(i,s){for(o[i]=s,i=0;i<s.length;i++)r.add(s[i])}var c=!(typeof window=="undefined"||typeof window.document=="undefined"||typeof window.document.createElement=="undefined"),d=Object.prototype.hasOwnProperty,f=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,p={},m={};function T(i){return d.call(m,i)?!0:d.call(p,i)?!1:f.test(i)?m[i]=!0:(p[i]=!0,!1)}function y(i,s,l,h){if(l!==null&&l.type===0)return!1;switch(typeof s){case"function":case"symbol":return!0;case"boolean":return h?!1:l!==null?!l.acceptsBooleans:(i=i.toLowerCase().slice(0,5),i!=="data-"&&i!=="aria-");default:return!1}}function _(i,s,l,h){if(s===null||typeof s=="undefined"||y(i,s,l,h))return!0;if(h)return!1;if(l!==null)switch(l.type){case 3:return!s;case 4:return s===!1;case 5:return isNaN(s);case 6:return isNaN(s)||1>s}return!1}function w(i,s,l,h,E,b,S){this.acceptsBooleans=s===2||s===3||s===4,this.attributeName=h,this.attributeNamespace=E,this.mustUseProperty=l,this.propertyName=i,this.type=s,this.sanitizeURL=b,this.removeEmptyString=S}var C={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(i){C[i]=new w(i,0,!1,i,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(i){var s=i[0];C[s]=new w(s,1,!1,i[1],null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(i){C[i]=new w(i,2,!1,i.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(i){C[i]=new w(i,2,!1,i,null,!1,!1)}),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(i){C[i]=new w(i,3,!1,i.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(i){C[i]=new w(i,3,!0,i,null,!1,!1)}),["capture","download"].forEach(function(i){C[i]=new w(i,4,!1,i,null,!1,!1)}),["cols","rows","size","span"].forEach(function(i){C[i]=new w(i,6,!1,i,null,!1,!1)}),["rowSpan","start"].forEach(function(i){C[i]=new w(i,5,!1,i.toLowerCase(),null,!1,!1)});var A=/[\-:]([a-z])/g;function P(i){return i[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(i){var s=i.replace(A,P);C[s]=new w(s,1,!1,i,null,!1,!1)}),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(i){var s=i.replace(A,P);C[s]=new w(s,1,!1,i,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(i){var s=i.replace(A,P);C[s]=new w(s,1,!1,i,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(i){C[i]=new w(i,1,!1,i.toLowerCase(),null,!1,!1)}),C.xlinkHref=new w("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(i){C[i]=new w(i,1,!1,i.toLowerCase(),null,!0,!0)});function v(i,s,l,h){var E=C.hasOwnProperty(s)?C[s]:null;(E!==null?E.type!==0:h||!(2<s.length)||s[0]!=="o"&&s[0]!=="O"||s[1]!=="n"&&s[1]!=="N")&&(_(s,l,E,h)&&(l=null),h||E===null?T(s)&&(l===null?i.removeAttribute(s):i.setAttribute(s,""+l)):E.mustUseProperty?i[E.propertyName]=l===null?E.type===3?!1:"":l:(s=E.attributeName,h=E.attributeNamespace,l===null?i.removeAttribute(s):(E=E.type,l=E===3||E===4&&l===!0?"":""+l,h?i.setAttributeNS(h,s,l):i.setAttribute(s,l))))}var H=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,Y=Symbol.for("react.element"),D=Symbol.for("react.portal"),q=Symbol.for("react.fragment"),re=Symbol.for("react.strict_mode"),me=Symbol.for("react.profiler"),V=Symbol.for("react.provider"),se=Symbol.for("react.context"),ce=Symbol.for("react.forward_ref"),de=Symbol.for("react.suspense"),ne=Symbol.for("react.suspense_list"),Ee=Symbol.for("react.memo"),Oe=Symbol.for("react.lazy"),oe=Symbol.for("react.offscreen"),Q=Symbol.iterator;function ie(i){return i===null||typeof i!="object"?null:(i=Q&&i[Q]||i["@@iterator"],typeof i=="function"?i:null)}var k=Object.assign,L;function ee(i){if(L===void 0)try{throw Error()}catch(l){var s=l.stack.trim().match(/\n( *(at )?)/);L=s&&s[1]||""}return`
|
|
11
|
+
`+L+i}var O=!1;function we(i,s){if(!i||O)return"";O=!0;var l=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{if(s)if(s=function(){throw Error()},Object.defineProperty(s.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(s,[])}catch(Z){var h=Z}Reflect.construct(i,[],s)}else{try{s.call()}catch(Z){h=Z}i.call(s.prototype)}else{try{throw Error()}catch(Z){h=Z}i()}}catch(Z){if(Z&&h&&typeof Z.stack=="string"){for(var E=Z.stack.split(`
|
|
12
12
|
`),b=h.stack.split(`
|
|
13
|
-
`),
|
|
14
|
-
`+E[x].replace(" at new "," at ");return i.displayName&&U.includes("<anonymous>")&&(U=U.replace("<anonymous>",i.displayName)),U}while(1<=x&&0<=R);break}}}finally{O=!1,Error.prepareStackTrace=l}return(i=i?i.displayName||i.name:"")?ee(i):""}function Re(i){switch(i.tag){case 5:return ee(i.type);case 16:return ee("Lazy");case 13:return ee("Suspense");case 19:return ee("SuspenseList");case 0:case 2:case 15:return i=_e(i.type,!1),i;case 11:return i=_e(i.type.render,!1),i;case 1:return i=_e(i.type,!0),i;default:return""}}function ke(i){if(i==null)return null;if(typeof i=="function")return i.displayName||i.name||null;if(typeof i=="string")return i;switch(i){case q:return"Fragment";case F:return"Portal";case ge:return"Profiler";case ie:return"StrictMode";case de:return"Suspense";case ne:return"SuspenseList"}if(typeof i=="object")switch(i.$$typeof){case se:return(i.displayName||"Context")+".Consumer";case $:return(i._context.displayName||"Context")+".Provider";case ce:var s=i.render;return i=i.displayName,i||(i=s.displayName||s.name||"",i=i!==""?"ForwardRef("+i+")":"ForwardRef"),i;case be:return s=i.displayName||null,s!==null?s:ke(i.type)||"Memo";case Oe:s=i._payload,i=i._init;try{return ke(i(s))}catch(l){}}return null}function He(i){var s=i.type;switch(i.tag){case 24:return"Cache";case 9:return(s.displayName||"Context")+".Consumer";case 10:return(s._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return i=s.render,i=i.displayName||i.name||"",s.displayName||(i!==""?"ForwardRef("+i+")":"ForwardRef");case 7:return"Fragment";case 5:return s;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return ke(s);case 8:return s===ie?"StrictMode":"Mode";case 22:return"Offscreen";case 12:return"Profiler";case 21:return"Scope";case 13:return"Suspense";case 19:return"SuspenseList";case 25:return"TracingMarker";case 1:case 0:case 17:case 2:case 14:case 15:if(typeof s=="function")return s.displayName||s.name||null;if(typeof s=="string")return s}return null}function xe(i){switch(typeof i){case"boolean":case"number":case"string":case"undefined":return i;case"object":return i;default:return""}}function Ye(i){var s=i.type;return(i=i.nodeName)&&i.toLowerCase()==="input"&&(s==="checkbox"||s==="radio")}function ft(i){var s=Ye(i)?"checked":"value",l=Object.getOwnPropertyDescriptor(i.constructor.prototype,s),h=""+i[s];if(!i.hasOwnProperty(s)&&typeof l!="undefined"&&typeof l.get=="function"&&typeof l.set=="function"){var E=l.get,b=l.set;return Object.defineProperty(i,s,{configurable:!0,get:function(){return E.call(this)},set:function(x){h=""+x,b.call(this,x)}}),Object.defineProperty(i,s,{enumerable:l.enumerable}),{getValue:function(){return h},setValue:function(x){h=""+x},stopTracking:function(){i._valueTracker=null,delete i[s]}}}}function on(i){i._valueTracker||(i._valueTracker=ft(i))}function Vr(i){if(!i)return!1;var s=i._valueTracker;if(!s)return!0;var l=s.getValue(),h="";return i&&(h=Ye(i)?i.checked?"true":"false":i.value),i=h,i!==l?(s.setValue(i),!0):!1}function qr(i){if(i=i||(typeof document!="undefined"?document:void 0),typeof i=="undefined")return null;try{return i.activeElement||i.body}catch(s){return i.body}}function Rn(i,s){var l=s.checked;return C({},s,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:l!=null?l:i._wrapperState.initialChecked})}function Ri(i,s){var l=s.defaultValue==null?"":s.defaultValue,h=s.checked!=null?s.checked:s.defaultChecked;l=xe(s.value!=null?s.value:l),i._wrapperState={initialChecked:h,initialValue:l,controlled:s.type==="checkbox"||s.type==="radio"?s.checked!=null:s.value!=null}}function Li(i,s){s=s.checked,s!=null&&k(i,"checked",s,!1)}function fi(i,s){Li(i,s);var l=xe(s.value),h=s.type;if(l!=null)h==="number"?(l===0&&i.value===""||i.value!=l)&&(i.value=""+l):i.value!==""+l&&(i.value=""+l);else if(h==="submit"||h==="reset"){i.removeAttribute("value");return}s.hasOwnProperty("value")?hi(i,s.type,l):s.hasOwnProperty("defaultValue")&&hi(i,s.type,xe(s.defaultValue)),s.checked==null&&s.defaultChecked!=null&&(i.defaultChecked=!!s.defaultChecked)}function Ps(i,s,l){if(s.hasOwnProperty("value")||s.hasOwnProperty("defaultValue")){var h=s.type;if(!(h!=="submit"&&h!=="reset"||s.value!==void 0&&s.value!==null))return;s=""+i._wrapperState.initialValue,l||s===i.value||(i.value=s),i.defaultValue=s}l=i.name,l!==""&&(i.name=""),i.defaultChecked=!!i._wrapperState.initialChecked,l!==""&&(i.name=l)}function hi(i,s,l){(s!=="number"||qr(i.ownerDocument)!==i)&&(l==null?i.defaultValue=""+i._wrapperState.initialValue:i.defaultValue!==""+l&&(i.defaultValue=""+l))}var Tr=Array.isArray;function Ae(i,s,l,h){if(i=i.options,s){s={};for(var E=0;E<l.length;E++)s["$"+l[E]]=!0;for(l=0;l<i.length;l++)E=s.hasOwnProperty("$"+i[l].value),i[l].selected!==E&&(i[l].selected=E),E&&h&&(i[l].defaultSelected=!0)}else{for(l=""+xe(l),s=null,E=0;E<i.length;E++){if(i[E].value===l){i[E].selected=!0,h&&(i[E].defaultSelected=!0);return}s!==null||i[E].disabled||(s=i[E])}s!==null&&(s.selected=!0)}}function Fe(i,s){if(s.dangerouslySetInnerHTML!=null)throw Error(n(91));return C({},s,{value:void 0,defaultValue:void 0,children:""+i._wrapperState.initialValue})}function Be(i,s){var l=s.value;if(l==null){if(l=s.children,s=s.defaultValue,l!=null){if(s!=null)throw Error(n(92));if(Tr(l)){if(1<l.length)throw Error(n(93));l=l[0]}s=l}s==null&&(s=""),l=s}i._wrapperState={initialValue:xe(l)}}function it(i,s){var l=xe(s.value),h=xe(s.defaultValue);l!=null&&(l=""+l,l!==i.value&&(i.value=l),s.defaultValue==null&&i.defaultValue!==l&&(i.defaultValue=l)),h!=null&&(i.defaultValue=""+h)}function pt(i){var s=i.textContent;s===i._wrapperState.initialValue&&s!==""&&s!==null&&(i.value=s)}function J(i){switch(i){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function me(i,s){return i==null||i==="http://www.w3.org/1999/xhtml"?J(s):i==="http://www.w3.org/2000/svg"&&s==="foreignObject"?"http://www.w3.org/1999/xhtml":i}var ve,Ve=(function(i){return typeof MSApp!="undefined"&&MSApp.execUnsafeLocalFunction?function(s,l,h,E){MSApp.execUnsafeLocalFunction(function(){return i(s,l,h,E)})}:i})(function(i,s){if(i.namespaceURI!=="http://www.w3.org/2000/svg"||"innerHTML"in i)i.innerHTML=s;else{for(ve=ve||document.createElement("div"),ve.innerHTML="<svg>"+s.valueOf().toString()+"</svg>",s=ve.firstChild;i.firstChild;)i.removeChild(i.firstChild);for(;s.firstChild;)i.appendChild(s.firstChild)}});function Le(i,s){if(s){var l=i.firstChild;if(l&&l===i.lastChild&&l.nodeType===3){l.nodeValue=s;return}}i.textContent=s}var ct={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},Yt=["Webkit","ms","Moz","O"];Object.keys(ct).forEach(function(i){Yt.forEach(function(s){s=s+i.charAt(0).toUpperCase()+i.substring(1),ct[s]=ct[i]})});function zt(i,s,l){return s==null||typeof s=="boolean"||s===""?"":l||typeof s!="number"||s===0||ct.hasOwnProperty(i)&&ct[i]?(""+s).trim():s+"px"}function sn(i,s){i=i.style;for(var l in s)if(s.hasOwnProperty(l)){var h=l.indexOf("--")===0,E=zt(l,s[l],h);l==="float"&&(l="cssFloat"),h?i.setProperty(l,E):i[l]=E}}var Yr=C({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function an(i,s){if(s){if(Yr[i]&&(s.children!=null||s.dangerouslySetInnerHTML!=null))throw Error(n(137,i));if(s.dangerouslySetInnerHTML!=null){if(s.children!=null)throw Error(n(60));if(typeof s.dangerouslySetInnerHTML!="object"||!("__html"in s.dangerouslySetInnerHTML))throw Error(n(61))}if(s.style!=null&&typeof s.style!="object")throw Error(n(62))}}function Wr(i,s){if(i.indexOf("-")===-1)return typeof s.is=="string";switch(i){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var Yn=null;function Op(i){return i=i.target||i.srcElement||window,i.correspondingUseElement&&(i=i.correspondingUseElement),i.nodeType===3?i.parentNode:i}var Ip=null,Ns=null,Os=null;function iS(i){if(i=Au(i)){if(typeof Ip!="function")throw Error(n(280));var s=i.stateNode;s&&(s=jc(s),Ip(i.stateNode,i.type,s))}}function oS(i){Ns?Os?Os.push(i):Os=[i]:Ns=i}function sS(){if(Ns){var i=Ns,s=Os;if(Os=Ns=null,iS(i),s)for(i=0;i<s.length;i++)iS(s[i])}}function aS(i,s){return i(s)}function uS(){}var Rp=!1;function lS(i,s,l){if(Rp)return i(s,l);Rp=!0;try{return aS(i,s,l)}finally{Rp=!1,(Ns!==null||Os!==null)&&(uS(),sS())}}function iu(i,s){var l=i.stateNode;if(l===null)return null;var h=jc(l);if(h===null)return null;l=h[s];e:switch(s){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(h=!h.disabled)||(i=i.type,h=!(i==="button"||i==="input"||i==="select"||i==="textarea")),i=!h;break e;default:i=!1}if(i)return null;if(l&&typeof l!="function")throw Error(n(231,s,typeof l));return l}var Lp=!1;if(c)try{var ou={};Object.defineProperty(ou,"passive",{get:function(){Lp=!0}}),window.addEventListener("test",ou,ou),window.removeEventListener("test",ou,ou)}catch(i){Lp=!1}function $9(i,s,l,h,E,b,x,R,U){var Z=Array.prototype.slice.call(arguments,3);try{s.apply(l,Z)}catch(le){this.onError(le)}}var su=!1,Tc=null,_c=!1,Dp=null,V9={onError:function(i){su=!0,Tc=i}};function q9(i,s,l,h,E,b,x,R,U){su=!1,Tc=null,$9.apply(V9,arguments)}function Y9(i,s,l,h,E,b,x,R,U){if(q9.apply(this,arguments),su){if(su){var Z=Tc;su=!1,Tc=null}else throw Error(n(198));_c||(_c=!0,Dp=Z)}}function wo(i){var s=i,l=i;if(i.alternate)for(;s.return;)s=s.return;else{i=s;do s=i,(s.flags&4098)!==0&&(l=s.return),i=s.return;while(i)}return s.tag===3?l:null}function cS(i){if(i.tag===13){var s=i.memoizedState;if(s===null&&(i=i.alternate,i!==null&&(s=i.memoizedState)),s!==null)return s.dehydrated}return null}function dS(i){if(wo(i)!==i)throw Error(n(188))}function W9(i){var s=i.alternate;if(!s){if(s=wo(i),s===null)throw Error(n(188));return s!==i?null:i}for(var l=i,h=s;;){var E=l.return;if(E===null)break;var b=E.alternate;if(b===null){if(h=E.return,h!==null){l=h;continue}break}if(E.child===b.child){for(b=E.child;b;){if(b===l)return dS(E),i;if(b===h)return dS(E),s;b=b.sibling}throw Error(n(188))}if(l.return!==h.return)l=E,h=b;else{for(var x=!1,R=E.child;R;){if(R===l){x=!0,l=E,h=b;break}if(R===h){x=!0,h=E,l=b;break}R=R.sibling}if(!x){for(R=b.child;R;){if(R===l){x=!0,l=b,h=E;break}if(R===h){x=!0,h=b,l=E;break}R=R.sibling}if(!x)throw Error(n(189))}}if(l.alternate!==h)throw Error(n(190))}if(l.tag!==3)throw Error(n(188));return l.stateNode.current===l?i:s}function fS(i){return i=W9(i),i!==null?hS(i):null}function hS(i){if(i.tag===5||i.tag===6)return i;for(i=i.child;i!==null;){var s=hS(i);if(s!==null)return s;i=i.sibling}return null}var pS=t.unstable_scheduleCallback,mS=t.unstable_cancelCallback,G9=t.unstable_shouldYield,X9=t.unstable_requestPaint,Lt=t.unstable_now,K9=t.unstable_getCurrentPriorityLevel,Mp=t.unstable_ImmediatePriority,gS=t.unstable_UserBlockingPriority,Sc=t.unstable_NormalPriority,Q9=t.unstable_LowPriority,ES=t.unstable_IdlePriority,xc=null,Gr=null;function J9(i){if(Gr&&typeof Gr.onCommitFiberRoot=="function")try{Gr.onCommitFiberRoot(xc,i,void 0,(i.current.flags&128)===128)}catch(s){}}var _r=Math.clz32?Math.clz32:tB,Z9=Math.log,eB=Math.LN2;function tB(i){return i>>>=0,i===0?32:31-(Z9(i)/eB|0)|0}var wc=64,Ac=4194304;function au(i){switch(i&-i){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return i&4194240;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return i&130023424;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return i}}function vc(i,s){var l=i.pendingLanes;if(l===0)return 0;var h=0,E=i.suspendedLanes,b=i.pingedLanes,x=l&268435455;if(x!==0){var R=x&~E;R!==0?h=au(R):(b&=x,b!==0&&(h=au(b)))}else x=l&~E,x!==0?h=au(x):b!==0&&(h=au(b));if(h===0)return 0;if(s!==0&&s!==h&&(s&E)===0&&(E=h&-h,b=s&-s,E>=b||E===16&&(b&4194240)!==0))return s;if((h&4)!==0&&(h|=l&16),s=i.entangledLanes,s!==0)for(i=i.entanglements,s&=h;0<s;)l=31-_r(s),E=1<<l,h|=i[l],s&=~E;return h}function nB(i,s){switch(i){case 1:case 2:case 4:return s+250;case 8:case 16:case 32:case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return s+5e3;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return-1;case 134217728:case 268435456:case 536870912:case 1073741824:return-1;default:return-1}}function rB(i,s){for(var l=i.suspendedLanes,h=i.pingedLanes,E=i.expirationTimes,b=i.pendingLanes;0<b;){var x=31-_r(b),R=1<<x,U=E[x];U===-1?((R&l)===0||(R&h)!==0)&&(E[x]=nB(R,s)):U<=s&&(i.expiredLanes|=R),b&=~R}}function Fp(i){return i=i.pendingLanes&-1073741825,i!==0?i:i&1073741824?1073741824:0}function yS(){var i=wc;return wc<<=1,(wc&4194240)===0&&(wc=64),i}function Bp(i){for(var s=[],l=0;31>l;l++)s.push(i);return s}function uu(i,s,l){i.pendingLanes|=s,s!==536870912&&(i.suspendedLanes=0,i.pingedLanes=0),i=i.eventTimes,s=31-_r(s),i[s]=l}function iB(i,s){var l=i.pendingLanes&~s;i.pendingLanes=s,i.suspendedLanes=0,i.pingedLanes=0,i.expiredLanes&=s,i.mutableReadLanes&=s,i.entangledLanes&=s,s=i.entanglements;var h=i.eventTimes;for(i=i.expirationTimes;0<l;){var E=31-_r(l),b=1<<E;s[E]=0,h[E]=-1,i[E]=-1,l&=~b}}function Up(i,s){var l=i.entangledLanes|=s;for(i=i.entanglements;l;){var h=31-_r(l),E=1<<h;E&s|i[h]&s&&(i[h]|=s),l&=~E}}var dt=0;function bS(i){return i&=-i,1<i?4<i?(i&268435455)!==0?16:536870912:4:1}var TS,Hp,_S,SS,xS,zp=!1,Cc=[],Di=null,Mi=null,Fi=null,lu=new Map,cu=new Map,Bi=[],oB="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset submit".split(" ");function wS(i,s){switch(i){case"focusin":case"focusout":Di=null;break;case"dragenter":case"dragleave":Mi=null;break;case"mouseover":case"mouseout":Fi=null;break;case"pointerover":case"pointerout":lu.delete(s.pointerId);break;case"gotpointercapture":case"lostpointercapture":cu.delete(s.pointerId)}}function du(i,s,l,h,E,b){return i===null||i.nativeEvent!==b?(i={blockedOn:s,domEventName:l,eventSystemFlags:h,nativeEvent:b,targetContainers:[E]},s!==null&&(s=Au(s),s!==null&&Hp(s)),i):(i.eventSystemFlags|=h,s=i.targetContainers,E!==null&&s.indexOf(E)===-1&&s.push(E),i)}function sB(i,s,l,h,E){switch(s){case"focusin":return Di=du(Di,i,s,l,h,E),!0;case"dragenter":return Mi=du(Mi,i,s,l,h,E),!0;case"mouseover":return Fi=du(Fi,i,s,l,h,E),!0;case"pointerover":var b=E.pointerId;return lu.set(b,du(lu.get(b)||null,i,s,l,h,E)),!0;case"gotpointercapture":return b=E.pointerId,cu.set(b,du(cu.get(b)||null,i,s,l,h,E)),!0}return!1}function AS(i){var s=Ao(i.target);if(s!==null){var l=wo(s);if(l!==null){if(s=l.tag,s===13){if(s=cS(l),s!==null){i.blockedOn=s,xS(i.priority,function(){_S(l)});return}}else if(s===3&&l.stateNode.current.memoizedState.isDehydrated){i.blockedOn=l.tag===3?l.stateNode.containerInfo:null;return}}}i.blockedOn=null}function kc(i){if(i.blockedOn!==null)return!1;for(var s=i.targetContainers;0<s.length;){var l=$p(i.domEventName,i.eventSystemFlags,s[0],i.nativeEvent);if(l===null){l=i.nativeEvent;var h=new l.constructor(l.type,l);Yn=h,l.target.dispatchEvent(h),Yn=null}else return s=Au(l),s!==null&&Hp(s),i.blockedOn=l,!1;s.shift()}return!0}function vS(i,s,l){kc(i)&&l.delete(s)}function aB(){zp=!1,Di!==null&&kc(Di)&&(Di=null),Mi!==null&&kc(Mi)&&(Mi=null),Fi!==null&&kc(Fi)&&(Fi=null),lu.forEach(vS),cu.forEach(vS)}function fu(i,s){i.blockedOn===s&&(i.blockedOn=null,zp||(zp=!0,t.unstable_scheduleCallback(t.unstable_NormalPriority,aB)))}function hu(i){function s(E){return fu(E,i)}if(0<Cc.length){fu(Cc[0],i);for(var l=1;l<Cc.length;l++){var h=Cc[l];h.blockedOn===i&&(h.blockedOn=null)}}for(Di!==null&&fu(Di,i),Mi!==null&&fu(Mi,i),Fi!==null&&fu(Fi,i),lu.forEach(s),cu.forEach(s),l=0;l<Bi.length;l++)h=Bi[l],h.blockedOn===i&&(h.blockedOn=null);for(;0<Bi.length&&(l=Bi[0],l.blockedOn===null);)AS(l),l.blockedOn===null&&Bi.shift()}var Is=H.ReactCurrentBatchConfig,Pc=!0;function uB(i,s,l,h){var E=dt,b=Is.transition;Is.transition=null;try{dt=1,jp(i,s,l,h)}finally{dt=E,Is.transition=b}}function lB(i,s,l,h){var E=dt,b=Is.transition;Is.transition=null;try{dt=4,jp(i,s,l,h)}finally{dt=E,Is.transition=b}}function jp(i,s,l,h){if(Pc){var E=$p(i,s,l,h);if(E===null)sm(i,s,h,Nc,l),wS(i,h);else if(sB(E,i,s,l,h))h.stopPropagation();else if(wS(i,h),s&4&&-1<oB.indexOf(i)){for(;E!==null;){var b=Au(E);if(b!==null&&TS(b),b=$p(i,s,l,h),b===null&&sm(i,s,h,Nc,l),b===E)break;E=b}E!==null&&h.stopPropagation()}else sm(i,s,h,null,l)}}var Nc=null;function $p(i,s,l,h){if(Nc=null,i=Op(h),i=Ao(i),i!==null)if(s=wo(i),s===null)i=null;else if(l=s.tag,l===13){if(i=cS(s),i!==null)return i;i=null}else if(l===3){if(s.stateNode.current.memoizedState.isDehydrated)return s.tag===3?s.stateNode.containerInfo:null;i=null}else s!==i&&(i=null);return Nc=i,null}function CS(i){switch(i){case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return 1;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"toggle":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return 4;case"message":switch(K9()){case Mp:return 1;case gS:return 4;case Sc:case Q9:return 16;case ES:return 536870912;default:return 16}default:return 16}}var Ui=null,Vp=null,Oc=null;function kS(){if(Oc)return Oc;var i,s=Vp,l=s.length,h,E="value"in Ui?Ui.value:Ui.textContent,b=E.length;for(i=0;i<l&&s[i]===E[i];i++);var x=l-i;for(h=1;h<=x&&s[l-h]===E[b-h];h++);return Oc=E.slice(i,1<h?1-h:void 0)}function Ic(i){var s=i.keyCode;return"charCode"in i?(i=i.charCode,i===0&&s===13&&(i=13)):i=s,i===10&&(i=13),32<=i||i===13?i:0}function Rc(){return!0}function PS(){return!1}function Wn(i){function s(l,h,E,b,x){this._reactName=l,this._targetInst=E,this.type=h,this.nativeEvent=b,this.target=x,this.currentTarget=null;for(var R in i)i.hasOwnProperty(R)&&(l=i[R],this[R]=l?l(b):b[R]);return this.isDefaultPrevented=(b.defaultPrevented!=null?b.defaultPrevented:b.returnValue===!1)?Rc:PS,this.isPropagationStopped=PS,this}return C(s.prototype,{preventDefault:function(){this.defaultPrevented=!0;var l=this.nativeEvent;l&&(l.preventDefault?l.preventDefault():typeof l.returnValue!="unknown"&&(l.returnValue=!1),this.isDefaultPrevented=Rc)},stopPropagation:function(){var l=this.nativeEvent;l&&(l.stopPropagation?l.stopPropagation():typeof l.cancelBubble!="unknown"&&(l.cancelBubble=!0),this.isPropagationStopped=Rc)},persist:function(){},isPersistent:Rc}),s}var Rs={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(i){return i.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},qp=Wn(Rs),pu=C({},Rs,{view:0,detail:0}),cB=Wn(pu),Yp,Wp,mu,Lc=C({},pu,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:Xp,button:0,buttons:0,relatedTarget:function(i){return i.relatedTarget===void 0?i.fromElement===i.srcElement?i.toElement:i.fromElement:i.relatedTarget},movementX:function(i){return"movementX"in i?i.movementX:(i!==mu&&(mu&&i.type==="mousemove"?(Yp=i.screenX-mu.screenX,Wp=i.screenY-mu.screenY):Wp=Yp=0,mu=i),Yp)},movementY:function(i){return"movementY"in i?i.movementY:Wp}}),NS=Wn(Lc),dB=C({},Lc,{dataTransfer:0}),fB=Wn(dB),hB=C({},pu,{relatedTarget:0}),Gp=Wn(hB),pB=C({},Rs,{animationName:0,elapsedTime:0,pseudoElement:0}),mB=Wn(pB),gB=C({},Rs,{clipboardData:function(i){return"clipboardData"in i?i.clipboardData:window.clipboardData}}),EB=Wn(gB),yB=C({},Rs,{data:0}),OS=Wn(yB),bB={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},TB={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},_B={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function SB(i){var s=this.nativeEvent;return s.getModifierState?s.getModifierState(i):(i=_B[i])?!!s[i]:!1}function Xp(){return SB}var xB=C({},pu,{key:function(i){if(i.key){var s=bB[i.key]||i.key;if(s!=="Unidentified")return s}return i.type==="keypress"?(i=Ic(i),i===13?"Enter":String.fromCharCode(i)):i.type==="keydown"||i.type==="keyup"?TB[i.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:Xp,charCode:function(i){return i.type==="keypress"?Ic(i):0},keyCode:function(i){return i.type==="keydown"||i.type==="keyup"?i.keyCode:0},which:function(i){return i.type==="keypress"?Ic(i):i.type==="keydown"||i.type==="keyup"?i.keyCode:0}}),wB=Wn(xB),AB=C({},Lc,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),IS=Wn(AB),vB=C({},pu,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:Xp}),CB=Wn(vB),kB=C({},Rs,{propertyName:0,elapsedTime:0,pseudoElement:0}),PB=Wn(kB),NB=C({},Lc,{deltaX:function(i){return"deltaX"in i?i.deltaX:"wheelDeltaX"in i?-i.wheelDeltaX:0},deltaY:function(i){return"deltaY"in i?i.deltaY:"wheelDeltaY"in i?-i.wheelDeltaY:"wheelDelta"in i?-i.wheelDelta:0},deltaZ:0,deltaMode:0}),OB=Wn(NB),IB=[9,13,27,32],Kp=c&&"CompositionEvent"in window,gu=null;c&&"documentMode"in document&&(gu=document.documentMode);var RB=c&&"TextEvent"in window&&!gu,RS=c&&(!Kp||gu&&8<gu&&11>=gu),LS=" ",DS=!1;function MS(i,s){switch(i){case"keyup":return IB.indexOf(s.keyCode)!==-1;case"keydown":return s.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function FS(i){return i=i.detail,typeof i=="object"&&"data"in i?i.data:null}var Ls=!1;function LB(i,s){switch(i){case"compositionend":return FS(s);case"keypress":return s.which!==32?null:(DS=!0,LS);case"textInput":return i=s.data,i===LS&&DS?null:i;default:return null}}function DB(i,s){if(Ls)return i==="compositionend"||!Kp&&MS(i,s)?(i=kS(),Oc=Vp=Ui=null,Ls=!1,i):null;switch(i){case"paste":return null;case"keypress":if(!(s.ctrlKey||s.altKey||s.metaKey)||s.ctrlKey&&s.altKey){if(s.char&&1<s.char.length)return s.char;if(s.which)return String.fromCharCode(s.which)}return null;case"compositionend":return RS&&s.locale!=="ko"?null:s.data;default:return null}}var MB={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function BS(i){var s=i&&i.nodeName&&i.nodeName.toLowerCase();return s==="input"?!!MB[i.type]:s==="textarea"}function US(i,s,l,h){oS(h),s=Uc(s,"onChange"),0<s.length&&(l=new qp("onChange","change",null,l,h),i.push({event:l,listeners:s}))}var Eu=null,yu=null;function FB(i){rx(i,0)}function Dc(i){var s=Us(i);if(Vr(s))return i}function BB(i,s){if(i==="change")return s}var HS=!1;if(c){var Qp;if(c){var Jp="oninput"in document;if(!Jp){var zS=document.createElement("div");zS.setAttribute("oninput","return;"),Jp=typeof zS.oninput=="function"}Qp=Jp}else Qp=!1;HS=Qp&&(!document.documentMode||9<document.documentMode)}function jS(){Eu&&(Eu.detachEvent("onpropertychange",$S),yu=Eu=null)}function $S(i){if(i.propertyName==="value"&&Dc(yu)){var s=[];US(s,yu,i,Op(i)),lS(FB,s)}}function UB(i,s,l){i==="focusin"?(jS(),Eu=s,yu=l,Eu.attachEvent("onpropertychange",$S)):i==="focusout"&&jS()}function HB(i){if(i==="selectionchange"||i==="keyup"||i==="keydown")return Dc(yu)}function zB(i,s){if(i==="click")return Dc(s)}function jB(i,s){if(i==="input"||i==="change")return Dc(s)}function $B(i,s){return i===s&&(i!==0||1/i===1/s)||i!==i&&s!==s}var Sr=typeof Object.is=="function"?Object.is:$B;function bu(i,s){if(Sr(i,s))return!0;if(typeof i!="object"||i===null||typeof s!="object"||s===null)return!1;var l=Object.keys(i),h=Object.keys(s);if(l.length!==h.length)return!1;for(h=0;h<l.length;h++){var E=l[h];if(!d.call(s,E)||!Sr(i[E],s[E]))return!1}return!0}function VS(i){for(;i&&i.firstChild;)i=i.firstChild;return i}function qS(i,s){var l=VS(i);i=0;for(var h;l;){if(l.nodeType===3){if(h=i+l.textContent.length,i<=s&&h>=s)return{node:l,offset:s-i};i=h}e:{for(;l;){if(l.nextSibling){l=l.nextSibling;break e}l=l.parentNode}l=void 0}l=VS(l)}}function YS(i,s){return i&&s?i===s?!0:i&&i.nodeType===3?!1:s&&s.nodeType===3?YS(i,s.parentNode):"contains"in i?i.contains(s):i.compareDocumentPosition?!!(i.compareDocumentPosition(s)&16):!1:!1}function WS(){for(var i=window,s=qr();s instanceof i.HTMLIFrameElement;){try{var l=typeof s.contentWindow.location.href=="string"}catch(h){l=!1}if(l)i=s.contentWindow;else break;s=qr(i.document)}return s}function Zp(i){var s=i&&i.nodeName&&i.nodeName.toLowerCase();return s&&(s==="input"&&(i.type==="text"||i.type==="search"||i.type==="tel"||i.type==="url"||i.type==="password")||s==="textarea"||i.contentEditable==="true")}function VB(i){var s=WS(),l=i.focusedElem,h=i.selectionRange;if(s!==l&&l&&l.ownerDocument&&YS(l.ownerDocument.documentElement,l)){if(h!==null&&Zp(l)){if(s=h.start,i=h.end,i===void 0&&(i=s),"selectionStart"in l)l.selectionStart=s,l.selectionEnd=Math.min(i,l.value.length);else if(i=(s=l.ownerDocument||document)&&s.defaultView||window,i.getSelection){i=i.getSelection();var E=l.textContent.length,b=Math.min(h.start,E);h=h.end===void 0?b:Math.min(h.end,E),!i.extend&&b>h&&(E=h,h=b,b=E),E=qS(l,b);var x=qS(l,h);E&&x&&(i.rangeCount!==1||i.anchorNode!==E.node||i.anchorOffset!==E.offset||i.focusNode!==x.node||i.focusOffset!==x.offset)&&(s=s.createRange(),s.setStart(E.node,E.offset),i.removeAllRanges(),b>h?(i.addRange(s),i.extend(x.node,x.offset)):(s.setEnd(x.node,x.offset),i.addRange(s)))}}for(s=[],i=l;i=i.parentNode;)i.nodeType===1&&s.push({element:i,left:i.scrollLeft,top:i.scrollTop});for(typeof l.focus=="function"&&l.focus(),l=0;l<s.length;l++)i=s[l],i.element.scrollLeft=i.left,i.element.scrollTop=i.top}}var qB=c&&"documentMode"in document&&11>=document.documentMode,Ds=null,em=null,Tu=null,tm=!1;function GS(i,s,l){var h=l.window===l?l.document:l.nodeType===9?l:l.ownerDocument;tm||Ds==null||Ds!==qr(h)||(h=Ds,"selectionStart"in h&&Zp(h)?h={start:h.selectionStart,end:h.selectionEnd}:(h=(h.ownerDocument&&h.ownerDocument.defaultView||window).getSelection(),h={anchorNode:h.anchorNode,anchorOffset:h.anchorOffset,focusNode:h.focusNode,focusOffset:h.focusOffset}),Tu&&bu(Tu,h)||(Tu=h,h=Uc(em,"onSelect"),0<h.length&&(s=new qp("onSelect","select",null,s,l),i.push({event:s,listeners:h}),s.target=Ds)))}function Mc(i,s){var l={};return l[i.toLowerCase()]=s.toLowerCase(),l["Webkit"+i]="webkit"+s,l["Moz"+i]="moz"+s,l}var Ms={animationend:Mc("Animation","AnimationEnd"),animationiteration:Mc("Animation","AnimationIteration"),animationstart:Mc("Animation","AnimationStart"),transitionend:Mc("Transition","TransitionEnd")},nm={},XS={};c&&(XS=document.createElement("div").style,"AnimationEvent"in window||(delete Ms.animationend.animation,delete Ms.animationiteration.animation,delete Ms.animationstart.animation),"TransitionEvent"in window||delete Ms.transitionend.transition);function Fc(i){if(nm[i])return nm[i];if(!Ms[i])return i;var s=Ms[i],l;for(l in s)if(s.hasOwnProperty(l)&&l in XS)return nm[i]=s[l];return i}var KS=Fc("animationend"),QS=Fc("animationiteration"),JS=Fc("animationstart"),ZS=Fc("transitionend"),ex=new Map,tx="abort auxClick cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel".split(" ");function Hi(i,s){ex.set(i,s),a(s,[i])}for(var rm=0;rm<tx.length;rm++){var im=tx[rm],YB=im.toLowerCase(),WB=im[0].toUpperCase()+im.slice(1);Hi(YB,"on"+WB)}Hi(KS,"onAnimationEnd"),Hi(QS,"onAnimationIteration"),Hi(JS,"onAnimationStart"),Hi("dblclick","onDoubleClick"),Hi("focusin","onFocus"),Hi("focusout","onBlur"),Hi(ZS,"onTransitionEnd"),u("onMouseEnter",["mouseout","mouseover"]),u("onMouseLeave",["mouseout","mouseover"]),u("onPointerEnter",["pointerout","pointerover"]),u("onPointerLeave",["pointerout","pointerover"]),a("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),a("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),a("onBeforeInput",["compositionend","keypress","textInput","paste"]),a("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),a("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),a("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var _u="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange resize seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),GB=new Set("cancel close invalid load scroll toggle".split(" ").concat(_u));function nx(i,s,l){var h=i.type||"unknown-event";i.currentTarget=l,Y9(h,s,void 0,i),i.currentTarget=null}function rx(i,s){s=(s&4)!==0;for(var l=0;l<i.length;l++){var h=i[l],E=h.event;h=h.listeners;e:{var b=void 0;if(s)for(var x=h.length-1;0<=x;x--){var R=h[x],U=R.instance,Z=R.currentTarget;if(R=R.listener,U!==b&&E.isPropagationStopped())break e;nx(E,R,Z),b=U}else for(x=0;x<h.length;x++){if(R=h[x],U=R.instance,Z=R.currentTarget,R=R.listener,U!==b&&E.isPropagationStopped())break e;nx(E,R,Z),b=U}}}if(_c)throw i=Dp,_c=!1,Dp=null,i}function _t(i,s){var l=s[fm];l===void 0&&(l=s[fm]=new Set);var h=i+"__bubble";l.has(h)||(ix(s,i,2,!1),l.add(h))}function om(i,s,l){var h=0;s&&(h|=4),ix(l,i,h,s)}var Bc="_reactListening"+Math.random().toString(36).slice(2);function Su(i){if(!i[Bc]){i[Bc]=!0,r.forEach(function(l){l!=="selectionchange"&&(GB.has(l)||om(l,!1,i),om(l,!0,i))});var s=i.nodeType===9?i:i.ownerDocument;s===null||s[Bc]||(s[Bc]=!0,om("selectionchange",!1,s))}}function ix(i,s,l,h){switch(CS(s)){case 1:var E=uB;break;case 4:E=lB;break;default:E=jp}l=E.bind(null,s,l,i),E=void 0,!Lp||s!=="touchstart"&&s!=="touchmove"&&s!=="wheel"||(E=!0),h?E!==void 0?i.addEventListener(s,l,{capture:!0,passive:E}):i.addEventListener(s,l,!0):E!==void 0?i.addEventListener(s,l,{passive:E}):i.addEventListener(s,l,!1)}function sm(i,s,l,h,E){var b=h;if((s&1)===0&&(s&2)===0&&h!==null)e:for(;;){if(h===null)return;var x=h.tag;if(x===3||x===4){var R=h.stateNode.containerInfo;if(R===E||R.nodeType===8&&R.parentNode===E)break;if(x===4)for(x=h.return;x!==null;){var U=x.tag;if((U===3||U===4)&&(U=x.stateNode.containerInfo,U===E||U.nodeType===8&&U.parentNode===E))return;x=x.return}for(;R!==null;){if(x=Ao(R),x===null)return;if(U=x.tag,U===5||U===6){h=b=x;continue e}R=R.parentNode}}h=h.return}lS(function(){var Z=b,le=Op(l),he=[];e:{var ae=ex.get(i);if(ae!==void 0){var we=qp,Pe=i;switch(i){case"keypress":if(Ic(l)===0)break e;case"keydown":case"keyup":we=wB;break;case"focusin":Pe="focus",we=Gp;break;case"focusout":Pe="blur",we=Gp;break;case"beforeblur":case"afterblur":we=Gp;break;case"click":if(l.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":we=NS;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":we=fB;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":we=CB;break;case KS:case QS:case JS:we=mB;break;case ZS:we=PB;break;case"scroll":we=cB;break;case"wheel":we=OB;break;case"copy":case"cut":case"paste":we=EB;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":we=IS}var Ie=(s&4)!==0,Dt=!Ie&&i==="scroll",G=Ie?ae!==null?ae+"Capture":null:ae;Ie=[];for(var j=Z,K;j!==null;){K=j;var Te=K.stateNode;if(K.tag===5&&Te!==null&&(K=Te,G!==null&&(Te=iu(j,G),Te!=null&&Ie.push(xu(j,Te,K)))),Dt)break;j=j.return}0<Ie.length&&(ae=new we(ae,Pe,null,l,le),he.push({event:ae,listeners:Ie}))}}if((s&7)===0){e:{if(ae=i==="mouseover"||i==="pointerover",we=i==="mouseout"||i==="pointerout",ae&&l!==Yn&&(Pe=l.relatedTarget||l.fromElement)&&(Ao(Pe)||Pe[pi]))break e;if((we||ae)&&(ae=le.window===le?le:(ae=le.ownerDocument)?ae.defaultView||ae.parentWindow:window,we?(Pe=l.relatedTarget||l.toElement,we=Z,Pe=Pe?Ao(Pe):null,Pe!==null&&(Dt=wo(Pe),Pe!==Dt||Pe.tag!==5&&Pe.tag!==6)&&(Pe=null)):(we=null,Pe=Z),we!==Pe)){if(Ie=NS,Te="onMouseLeave",G="onMouseEnter",j="mouse",(i==="pointerout"||i==="pointerover")&&(Ie=IS,Te="onPointerLeave",G="onPointerEnter",j="pointer"),Dt=we==null?ae:Us(we),K=Pe==null?ae:Us(Pe),ae=new Ie(Te,j+"leave",we,l,le),ae.target=Dt,ae.relatedTarget=K,Te=null,Ao(le)===Z&&(Ie=new Ie(G,j+"enter",Pe,l,le),Ie.target=K,Ie.relatedTarget=Dt,Te=Ie),Dt=Te,we&&Pe)t:{for(Ie=we,G=Pe,j=0,K=Ie;K;K=Fs(K))j++;for(K=0,Te=G;Te;Te=Fs(Te))K++;for(;0<j-K;)Ie=Fs(Ie),j--;for(;0<K-j;)G=Fs(G),K--;for(;j--;){if(Ie===G||G!==null&&Ie===G.alternate)break t;Ie=Fs(Ie),G=Fs(G)}Ie=null}else Ie=null;we!==null&&ox(he,ae,we,Ie,!1),Pe!==null&&Dt!==null&&ox(he,Dt,Pe,Ie,!0)}}e:{if(ae=Z?Us(Z):window,we=ae.nodeName&&ae.nodeName.toLowerCase(),we==="select"||we==="input"&&ae.type==="file")var De=BB;else if(BS(ae))if(HS)De=jB;else{De=HB;var ze=UB}else(we=ae.nodeName)&&we.toLowerCase()==="input"&&(ae.type==="checkbox"||ae.type==="radio")&&(De=zB);if(De&&(De=De(i,Z))){US(he,De,l,le);break e}ze&&ze(i,ae,Z),i==="focusout"&&(ze=ae._wrapperState)&&ze.controlled&&ae.type==="number"&&hi(ae,"number",ae.value)}switch(ze=Z?Us(Z):window,i){case"focusin":(BS(ze)||ze.contentEditable==="true")&&(Ds=ze,em=Z,Tu=null);break;case"focusout":Tu=em=Ds=null;break;case"mousedown":tm=!0;break;case"contextmenu":case"mouseup":case"dragend":tm=!1,GS(he,l,le);break;case"selectionchange":if(qB)break;case"keydown":case"keyup":GS(he,l,le)}var je;if(Kp)e:{switch(i){case"compositionstart":var We="onCompositionStart";break e;case"compositionend":We="onCompositionEnd";break e;case"compositionupdate":We="onCompositionUpdate";break e}We=void 0}else Ls?MS(i,l)&&(We="onCompositionEnd"):i==="keydown"&&l.keyCode===229&&(We="onCompositionStart");We&&(RS&&l.locale!=="ko"&&(Ls||We!=="onCompositionStart"?We==="onCompositionEnd"&&Ls&&(je=kS()):(Ui=le,Vp="value"in Ui?Ui.value:Ui.textContent,Ls=!0)),ze=Uc(Z,We),0<ze.length&&(We=new OS(We,i,null,l,le),he.push({event:We,listeners:ze}),je?We.data=je:(je=FS(l),je!==null&&(We.data=je)))),(je=RB?LB(i,l):DB(i,l))&&(Z=Uc(Z,"onBeforeInput"),0<Z.length&&(le=new OS("onBeforeInput","beforeinput",null,l,le),he.push({event:le,listeners:Z}),le.data=je))}rx(he,s)})}function xu(i,s,l){return{instance:i,listener:s,currentTarget:l}}function Uc(i,s){for(var l=s+"Capture",h=[];i!==null;){var E=i,b=E.stateNode;E.tag===5&&b!==null&&(E=b,b=iu(i,l),b!=null&&h.unshift(xu(i,b,E)),b=iu(i,s),b!=null&&h.push(xu(i,b,E))),i=i.return}return h}function Fs(i){if(i===null)return null;do i=i.return;while(i&&i.tag!==5);return i||null}function ox(i,s,l,h,E){for(var b=s._reactName,x=[];l!==null&&l!==h;){var R=l,U=R.alternate,Z=R.stateNode;if(U!==null&&U===h)break;R.tag===5&&Z!==null&&(R=Z,E?(U=iu(l,b),U!=null&&x.unshift(xu(l,U,R))):E||(U=iu(l,b),U!=null&&x.push(xu(l,U,R)))),l=l.return}x.length!==0&&i.push({event:s,listeners:x})}var XB=/\r\n?/g,KB=/\u0000|\uFFFD/g;function sx(i){return(typeof i=="string"?i:""+i).replace(XB,`
|
|
15
|
-
`).replace(KB,"")}function Hc(i,s,l){if(s=sx(s),sx(i)!==s&&l)throw Error(n(425))}function zc(){}var am=null,um=null;function lm(i,s){return i==="textarea"||i==="noscript"||typeof s.children=="string"||typeof s.children=="number"||typeof s.dangerouslySetInnerHTML=="object"&&s.dangerouslySetInnerHTML!==null&&s.dangerouslySetInnerHTML.__html!=null}var cm=typeof setTimeout=="function"?setTimeout:void 0,QB=typeof clearTimeout=="function"?clearTimeout:void 0,ax=typeof Promise=="function"?Promise:void 0,JB=typeof queueMicrotask=="function"?queueMicrotask:typeof ax!="undefined"?function(i){return ax.resolve(null).then(i).catch(ZB)}:cm;function ZB(i){setTimeout(function(){throw i})}function dm(i,s){var l=s,h=0;do{var E=l.nextSibling;if(i.removeChild(l),E&&E.nodeType===8)if(l=E.data,l==="/$"){if(h===0){i.removeChild(E),hu(s);return}h--}else l!=="$"&&l!=="$?"&&l!=="$!"||h++;l=E}while(l);hu(s)}function zi(i){for(;i!=null;i=i.nextSibling){var s=i.nodeType;if(s===1||s===3)break;if(s===8){if(s=i.data,s==="$"||s==="$!"||s==="$?")break;if(s==="/$")return null}}return i}function ux(i){i=i.previousSibling;for(var s=0;i;){if(i.nodeType===8){var l=i.data;if(l==="$"||l==="$!"||l==="$?"){if(s===0)return i;s--}else l==="/$"&&s++}i=i.previousSibling}return null}var Bs=Math.random().toString(36).slice(2),Xr="__reactFiber$"+Bs,wu="__reactProps$"+Bs,pi="__reactContainer$"+Bs,fm="__reactEvents$"+Bs,e7="__reactListeners$"+Bs,t7="__reactHandles$"+Bs;function Ao(i){var s=i[Xr];if(s)return s;for(var l=i.parentNode;l;){if(s=l[pi]||l[Xr]){if(l=s.alternate,s.child!==null||l!==null&&l.child!==null)for(i=ux(i);i!==null;){if(l=i[Xr])return l;i=ux(i)}return s}i=l,l=i.parentNode}return null}function Au(i){return i=i[Xr]||i[pi],!i||i.tag!==5&&i.tag!==6&&i.tag!==13&&i.tag!==3?null:i}function Us(i){if(i.tag===5||i.tag===6)return i.stateNode;throw Error(n(33))}function jc(i){return i[wu]||null}var hm=[],Hs=-1;function ji(i){return{current:i}}function St(i){0>Hs||(i.current=hm[Hs],hm[Hs]=null,Hs--)}function bt(i,s){Hs++,hm[Hs]=i.current,i.current=s}var $i={},En=ji($i),Ln=ji(!1),vo=$i;function zs(i,s){var l=i.type.contextTypes;if(!l)return $i;var h=i.stateNode;if(h&&h.__reactInternalMemoizedUnmaskedChildContext===s)return h.__reactInternalMemoizedMaskedChildContext;var E={},b;for(b in l)E[b]=s[b];return h&&(i=i.stateNode,i.__reactInternalMemoizedUnmaskedChildContext=s,i.__reactInternalMemoizedMaskedChildContext=E),E}function Dn(i){return i=i.childContextTypes,i!=null}function $c(){St(Ln),St(En)}function lx(i,s,l){if(En.current!==$i)throw Error(n(168));bt(En,s),bt(Ln,l)}function cx(i,s,l){var h=i.stateNode;if(s=s.childContextTypes,typeof h.getChildContext!="function")return l;h=h.getChildContext();for(var E in h)if(!(E in s))throw Error(n(108,He(i)||"Unknown",E));return C({},l,h)}function Vc(i){return i=(i=i.stateNode)&&i.__reactInternalMemoizedMergedChildContext||$i,vo=En.current,bt(En,i),bt(Ln,Ln.current),!0}function dx(i,s,l){var h=i.stateNode;if(!h)throw Error(n(169));l?(i=cx(i,s,vo),h.__reactInternalMemoizedMergedChildContext=i,St(Ln),St(En),bt(En,i)):St(Ln),bt(Ln,l)}var mi=null,qc=!1,pm=!1;function fx(i){mi===null?mi=[i]:mi.push(i)}function n7(i){qc=!0,fx(i)}function Vi(){if(!pm&&mi!==null){pm=!0;var i=0,s=dt;try{var l=mi;for(dt=1;i<l.length;i++){var h=l[i];do h=h(!0);while(h!==null)}mi=null,qc=!1}catch(E){throw mi!==null&&(mi=mi.slice(i+1)),pS(Mp,Vi),E}finally{dt=s,pm=!1}}return null}var js=[],$s=0,Yc=null,Wc=0,sr=[],ar=0,Co=null,gi=1,Ei="";function ko(i,s){js[$s++]=Wc,js[$s++]=Yc,Yc=i,Wc=s}function hx(i,s,l){sr[ar++]=gi,sr[ar++]=Ei,sr[ar++]=Co,Co=i;var h=gi;i=Ei;var E=32-_r(h)-1;h&=~(1<<E),l+=1;var b=32-_r(s)+E;if(30<b){var x=E-E%5;b=(h&(1<<x)-1).toString(32),h>>=x,E-=x,gi=1<<32-_r(s)+E|l<<E|h,Ei=b+i}else gi=1<<b|l<<E|h,Ei=i}function mm(i){i.return!==null&&(ko(i,1),hx(i,1,0))}function gm(i){for(;i===Yc;)Yc=js[--$s],js[$s]=null,Wc=js[--$s],js[$s]=null;for(;i===Co;)Co=sr[--ar],sr[ar]=null,Ei=sr[--ar],sr[ar]=null,gi=sr[--ar],sr[ar]=null}var Gn=null,Xn=null,vt=!1,xr=null;function px(i,s){var l=dr(5,null,null,0);l.elementType="DELETED",l.stateNode=s,l.return=i,s=i.deletions,s===null?(i.deletions=[l],i.flags|=16):s.push(l)}function mx(i,s){switch(i.tag){case 5:var l=i.type;return s=s.nodeType!==1||l.toLowerCase()!==s.nodeName.toLowerCase()?null:s,s!==null?(i.stateNode=s,Gn=i,Xn=zi(s.firstChild),!0):!1;case 6:return s=i.pendingProps===""||s.nodeType!==3?null:s,s!==null?(i.stateNode=s,Gn=i,Xn=null,!0):!1;case 13:return s=s.nodeType!==8?null:s,s!==null?(l=Co!==null?{id:gi,overflow:Ei}:null,i.memoizedState={dehydrated:s,treeContext:l,retryLane:1073741824},l=dr(18,null,null,0),l.stateNode=s,l.return=i,i.child=l,Gn=i,Xn=null,!0):!1;default:return!1}}function Em(i){return(i.mode&1)!==0&&(i.flags&128)===0}function ym(i){if(vt){var s=Xn;if(s){var l=s;if(!mx(i,s)){if(Em(i))throw Error(n(418));s=zi(l.nextSibling);var h=Gn;s&&mx(i,s)?px(h,l):(i.flags=i.flags&-4097|2,vt=!1,Gn=i)}}else{if(Em(i))throw Error(n(418));i.flags=i.flags&-4097|2,vt=!1,Gn=i}}}function gx(i){for(i=i.return;i!==null&&i.tag!==5&&i.tag!==3&&i.tag!==13;)i=i.return;Gn=i}function Gc(i){if(i!==Gn)return!1;if(!vt)return gx(i),vt=!0,!1;var s;if((s=i.tag!==3)&&!(s=i.tag!==5)&&(s=i.type,s=s!=="head"&&s!=="body"&&!lm(i.type,i.memoizedProps)),s&&(s=Xn)){if(Em(i))throw Ex(),Error(n(418));for(;s;)px(i,s),s=zi(s.nextSibling)}if(gx(i),i.tag===13){if(i=i.memoizedState,i=i!==null?i.dehydrated:null,!i)throw Error(n(317));e:{for(i=i.nextSibling,s=0;i;){if(i.nodeType===8){var l=i.data;if(l==="/$"){if(s===0){Xn=zi(i.nextSibling);break e}s--}else l!=="$"&&l!=="$!"&&l!=="$?"||s++}i=i.nextSibling}Xn=null}}else Xn=Gn?zi(i.stateNode.nextSibling):null;return!0}function Ex(){for(var i=Xn;i;)i=zi(i.nextSibling)}function Vs(){Xn=Gn=null,vt=!1}function bm(i){xr===null?xr=[i]:xr.push(i)}var r7=H.ReactCurrentBatchConfig;function vu(i,s,l){if(i=l.ref,i!==null&&typeof i!="function"&&typeof i!="object"){if(l._owner){if(l=l._owner,l){if(l.tag!==1)throw Error(n(309));var h=l.stateNode}if(!h)throw Error(n(147,i));var E=h,b=""+i;return s!==null&&s.ref!==null&&typeof s.ref=="function"&&s.ref._stringRef===b?s.ref:(s=function(x){var R=E.refs;x===null?delete R[b]:R[b]=x},s._stringRef=b,s)}if(typeof i!="string")throw Error(n(284));if(!l._owner)throw Error(n(290,i))}return i}function Xc(i,s){throw i=Object.prototype.toString.call(s),Error(n(31,i==="[object Object]"?"object with keys {"+Object.keys(s).join(", ")+"}":i))}function yx(i){var s=i._init;return s(i._payload)}function bx(i){function s(G,j){if(i){var K=G.deletions;K===null?(G.deletions=[j],G.flags|=16):K.push(j)}}function l(G,j){if(!i)return null;for(;j!==null;)s(G,j),j=j.sibling;return null}function h(G,j){for(G=new Map;j!==null;)j.key!==null?G.set(j.key,j):G.set(j.index,j),j=j.sibling;return G}function E(G,j){return G=Ji(G,j),G.index=0,G.sibling=null,G}function b(G,j,K){return G.index=K,i?(K=G.alternate,K!==null?(K=K.index,K<j?(G.flags|=2,j):K):(G.flags|=2,j)):(G.flags|=1048576,j)}function x(G){return i&&G.alternate===null&&(G.flags|=2),G}function R(G,j,K,Te){return j===null||j.tag!==6?(j=c0(K,G.mode,Te),j.return=G,j):(j=E(j,K),j.return=G,j)}function U(G,j,K,Te){var De=K.type;return De===q?le(G,j,K.props.children,Te,K.key):j!==null&&(j.elementType===De||typeof De=="object"&&De!==null&&De.$$typeof===Oe&&yx(De)===j.type)?(Te=E(j,K.props),Te.ref=vu(G,j,K),Te.return=G,Te):(Te=bd(K.type,K.key,K.props,null,G.mode,Te),Te.ref=vu(G,j,K),Te.return=G,Te)}function Z(G,j,K,Te){return j===null||j.tag!==4||j.stateNode.containerInfo!==K.containerInfo||j.stateNode.implementation!==K.implementation?(j=d0(K,G.mode,Te),j.return=G,j):(j=E(j,K.children||[]),j.return=G,j)}function le(G,j,K,Te,De){return j===null||j.tag!==7?(j=Mo(K,G.mode,Te,De),j.return=G,j):(j=E(j,K),j.return=G,j)}function he(G,j,K){if(typeof j=="string"&&j!==""||typeof j=="number")return j=c0(""+j,G.mode,K),j.return=G,j;if(typeof j=="object"&&j!==null){switch(j.$$typeof){case V:return K=bd(j.type,j.key,j.props,null,G.mode,K),K.ref=vu(G,null,j),K.return=G,K;case F:return j=d0(j,G.mode,K),j.return=G,j;case Oe:var Te=j._init;return he(G,Te(j._payload),K)}if(Tr(j)||re(j))return j=Mo(j,G.mode,K,null),j.return=G,j;Xc(G,j)}return null}function ae(G,j,K,Te){var De=j!==null?j.key:null;if(typeof K=="string"&&K!==""||typeof K=="number")return De!==null?null:R(G,j,""+K,Te);if(typeof K=="object"&&K!==null){switch(K.$$typeof){case V:return K.key===De?U(G,j,K,Te):null;case F:return K.key===De?Z(G,j,K,Te):null;case Oe:return De=K._init,ae(G,j,De(K._payload),Te)}if(Tr(K)||re(K))return De!==null?null:le(G,j,K,Te,null);Xc(G,K)}return null}function we(G,j,K,Te,De){if(typeof Te=="string"&&Te!==""||typeof Te=="number")return G=G.get(K)||null,R(j,G,""+Te,De);if(typeof Te=="object"&&Te!==null){switch(Te.$$typeof){case V:return G=G.get(Te.key===null?K:Te.key)||null,U(j,G,Te,De);case F:return G=G.get(Te.key===null?K:Te.key)||null,Z(j,G,Te,De);case Oe:var ze=Te._init;return we(G,j,K,ze(Te._payload),De)}if(Tr(Te)||re(Te))return G=G.get(K)||null,le(j,G,Te,De,null);Xc(j,Te)}return null}function Pe(G,j,K,Te){for(var De=null,ze=null,je=j,We=j=0,nn=null;je!==null&&We<K.length;We++){je.index>We?(nn=je,je=null):nn=je.sibling;var st=ae(G,je,K[We],Te);if(st===null){je===null&&(je=nn);break}i&&je&&st.alternate===null&&s(G,je),j=b(st,j,We),ze===null?De=st:ze.sibling=st,ze=st,je=nn}if(We===K.length)return l(G,je),vt&&ko(G,We),De;if(je===null){for(;We<K.length;We++)je=he(G,K[We],Te),je!==null&&(j=b(je,j,We),ze===null?De=je:ze.sibling=je,ze=je);return vt&&ko(G,We),De}for(je=h(G,je);We<K.length;We++)nn=we(je,G,We,K[We],Te),nn!==null&&(i&&nn.alternate!==null&&je.delete(nn.key===null?We:nn.key),j=b(nn,j,We),ze===null?De=nn:ze.sibling=nn,ze=nn);return i&&je.forEach(function(Zi){return s(G,Zi)}),vt&&ko(G,We),De}function Ie(G,j,K,Te){var De=re(K);if(typeof De!="function")throw Error(n(150));if(K=De.call(K),K==null)throw Error(n(151));for(var ze=De=null,je=j,We=j=0,nn=null,st=K.next();je!==null&&!st.done;We++,st=K.next()){je.index>We?(nn=je,je=null):nn=je.sibling;var Zi=ae(G,je,st.value,Te);if(Zi===null){je===null&&(je=nn);break}i&&je&&Zi.alternate===null&&s(G,je),j=b(Zi,j,We),ze===null?De=Zi:ze.sibling=Zi,ze=Zi,je=nn}if(st.done)return l(G,je),vt&&ko(G,We),De;if(je===null){for(;!st.done;We++,st=K.next())st=he(G,st.value,Te),st!==null&&(j=b(st,j,We),ze===null?De=st:ze.sibling=st,ze=st);return vt&&ko(G,We),De}for(je=h(G,je);!st.done;We++,st=K.next())st=we(je,G,We,st.value,Te),st!==null&&(i&&st.alternate!==null&&je.delete(st.key===null?We:st.key),j=b(st,j,We),ze===null?De=st:ze.sibling=st,ze=st);return i&&je.forEach(function(M7){return s(G,M7)}),vt&&ko(G,We),De}function Dt(G,j,K,Te){if(typeof K=="object"&&K!==null&&K.type===q&&K.key===null&&(K=K.props.children),typeof K=="object"&&K!==null){switch(K.$$typeof){case V:e:{for(var De=K.key,ze=j;ze!==null;){if(ze.key===De){if(De=K.type,De===q){if(ze.tag===7){l(G,ze.sibling),j=E(ze,K.props.children),j.return=G,G=j;break e}}else if(ze.elementType===De||typeof De=="object"&&De!==null&&De.$$typeof===Oe&&yx(De)===ze.type){l(G,ze.sibling),j=E(ze,K.props),j.ref=vu(G,ze,K),j.return=G,G=j;break e}l(G,ze);break}else s(G,ze);ze=ze.sibling}K.type===q?(j=Mo(K.props.children,G.mode,Te,K.key),j.return=G,G=j):(Te=bd(K.type,K.key,K.props,null,G.mode,Te),Te.ref=vu(G,j,K),Te.return=G,G=Te)}return x(G);case F:e:{for(ze=K.key;j!==null;){if(j.key===ze)if(j.tag===4&&j.stateNode.containerInfo===K.containerInfo&&j.stateNode.implementation===K.implementation){l(G,j.sibling),j=E(j,K.children||[]),j.return=G,G=j;break e}else{l(G,j);break}else s(G,j);j=j.sibling}j=d0(K,G.mode,Te),j.return=G,G=j}return x(G);case Oe:return ze=K._init,Dt(G,j,ze(K._payload),Te)}if(Tr(K))return Pe(G,j,K,Te);if(re(K))return Ie(G,j,K,Te);Xc(G,K)}return typeof K=="string"&&K!==""||typeof K=="number"?(K=""+K,j!==null&&j.tag===6?(l(G,j.sibling),j=E(j,K),j.return=G,G=j):(l(G,j),j=c0(K,G.mode,Te),j.return=G,G=j),x(G)):l(G,j)}return Dt}var qs=bx(!0),Tx=bx(!1),Kc=ji(null),Qc=null,Ys=null,Tm=null;function _m(){Tm=Ys=Qc=null}function Sm(i){var s=Kc.current;St(Kc),i._currentValue=s}function xm(i,s,l){for(;i!==null;){var h=i.alternate;if((i.childLanes&s)!==s?(i.childLanes|=s,h!==null&&(h.childLanes|=s)):h!==null&&(h.childLanes&s)!==s&&(h.childLanes|=s),i===l)break;i=i.return}}function Ws(i,s){Qc=i,Tm=Ys=null,i=i.dependencies,i!==null&&i.firstContext!==null&&((i.lanes&s)!==0&&(Mn=!0),i.firstContext=null)}function ur(i){var s=i._currentValue;if(Tm!==i)if(i={context:i,memoizedValue:s,next:null},Ys===null){if(Qc===null)throw Error(n(308));Ys=i,Qc.dependencies={lanes:0,firstContext:i}}else Ys=Ys.next=i;return s}var Po=null;function wm(i){Po===null?Po=[i]:Po.push(i)}function _x(i,s,l,h){var E=s.interleaved;return E===null?(l.next=l,wm(s)):(l.next=E.next,E.next=l),s.interleaved=l,yi(i,h)}function yi(i,s){i.lanes|=s;var l=i.alternate;for(l!==null&&(l.lanes|=s),l=i,i=i.return;i!==null;)i.childLanes|=s,l=i.alternate,l!==null&&(l.childLanes|=s),l=i,i=i.return;return l.tag===3?l.stateNode:null}var qi=!1;function Am(i){i.updateQueue={baseState:i.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function Sx(i,s){i=i.updateQueue,s.updateQueue===i&&(s.updateQueue={baseState:i.baseState,firstBaseUpdate:i.firstBaseUpdate,lastBaseUpdate:i.lastBaseUpdate,shared:i.shared,effects:i.effects})}function bi(i,s){return{eventTime:i,lane:s,tag:0,payload:null,callback:null,next:null}}function Yi(i,s,l){var h=i.updateQueue;if(h===null)return null;if(h=h.shared,(ot&2)!==0){var E=h.pending;return E===null?s.next=s:(s.next=E.next,E.next=s),h.pending=s,yi(i,l)}return E=h.interleaved,E===null?(s.next=s,wm(h)):(s.next=E.next,E.next=s),h.interleaved=s,yi(i,l)}function Jc(i,s,l){if(s=s.updateQueue,s!==null&&(s=s.shared,(l&4194240)!==0)){var h=s.lanes;h&=i.pendingLanes,l|=h,s.lanes=l,Up(i,l)}}function xx(i,s){var l=i.updateQueue,h=i.alternate;if(h!==null&&(h=h.updateQueue,l===h)){var E=null,b=null;if(l=l.firstBaseUpdate,l!==null){do{var x={eventTime:l.eventTime,lane:l.lane,tag:l.tag,payload:l.payload,callback:l.callback,next:null};b===null?E=b=x:b=b.next=x,l=l.next}while(l!==null);b===null?E=b=s:b=b.next=s}else E=b=s;l={baseState:h.baseState,firstBaseUpdate:E,lastBaseUpdate:b,shared:h.shared,effects:h.effects},i.updateQueue=l;return}i=l.lastBaseUpdate,i===null?l.firstBaseUpdate=s:i.next=s,l.lastBaseUpdate=s}function Zc(i,s,l,h){var E=i.updateQueue;qi=!1;var b=E.firstBaseUpdate,x=E.lastBaseUpdate,R=E.shared.pending;if(R!==null){E.shared.pending=null;var U=R,Z=U.next;U.next=null,x===null?b=Z:x.next=Z,x=U;var le=i.alternate;le!==null&&(le=le.updateQueue,R=le.lastBaseUpdate,R!==x&&(R===null?le.firstBaseUpdate=Z:R.next=Z,le.lastBaseUpdate=U))}if(b!==null){var he=E.baseState;x=0,le=Z=U=null,R=b;do{var ae=R.lane,we=R.eventTime;if((h&ae)===ae){le!==null&&(le=le.next={eventTime:we,lane:0,tag:R.tag,payload:R.payload,callback:R.callback,next:null});e:{var Pe=i,Ie=R;switch(ae=s,we=l,Ie.tag){case 1:if(Pe=Ie.payload,typeof Pe=="function"){he=Pe.call(we,he,ae);break e}he=Pe;break e;case 3:Pe.flags=Pe.flags&-65537|128;case 0:if(Pe=Ie.payload,ae=typeof Pe=="function"?Pe.call(we,he,ae):Pe,ae==null)break e;he=C({},he,ae);break e;case 2:qi=!0}}R.callback!==null&&R.lane!==0&&(i.flags|=64,ae=E.effects,ae===null?E.effects=[R]:ae.push(R))}else we={eventTime:we,lane:ae,tag:R.tag,payload:R.payload,callback:R.callback,next:null},le===null?(Z=le=we,U=he):le=le.next=we,x|=ae;if(R=R.next,R===null){if(R=E.shared.pending,R===null)break;ae=R,R=ae.next,ae.next=null,E.lastBaseUpdate=ae,E.shared.pending=null}}while(!0);if(le===null&&(U=he),E.baseState=U,E.firstBaseUpdate=Z,E.lastBaseUpdate=le,s=E.shared.interleaved,s!==null){E=s;do x|=E.lane,E=E.next;while(E!==s)}else b===null&&(E.shared.lanes=0);Io|=x,i.lanes=x,i.memoizedState=he}}function wx(i,s,l){if(i=s.effects,s.effects=null,i!==null)for(s=0;s<i.length;s++){var h=i[s],E=h.callback;if(E!==null){if(h.callback=null,h=l,typeof E!="function")throw Error(n(191,E));E.call(h)}}}var Cu={},Kr=ji(Cu),ku=ji(Cu),Pu=ji(Cu);function No(i){if(i===Cu)throw Error(n(174));return i}function vm(i,s){switch(bt(Pu,s),bt(ku,i),bt(Kr,Cu),i=s.nodeType,i){case 9:case 11:s=(s=s.documentElement)?s.namespaceURI:me(null,"");break;default:i=i===8?s.parentNode:s,s=i.namespaceURI||null,i=i.tagName,s=me(s,i)}St(Kr),bt(Kr,s)}function Gs(){St(Kr),St(ku),St(Pu)}function Ax(i){No(Pu.current);var s=No(Kr.current),l=me(s,i.type);s!==l&&(bt(ku,i),bt(Kr,l))}function Cm(i){ku.current===i&&(St(Kr),St(ku))}var kt=ji(0);function ed(i){for(var s=i;s!==null;){if(s.tag===13){var l=s.memoizedState;if(l!==null&&(l=l.dehydrated,l===null||l.data==="$?"||l.data==="$!"))return s}else if(s.tag===19&&s.memoizedProps.revealOrder!==void 0){if((s.flags&128)!==0)return s}else if(s.child!==null){s.child.return=s,s=s.child;continue}if(s===i)break;for(;s.sibling===null;){if(s.return===null||s.return===i)return null;s=s.return}s.sibling.return=s.return,s=s.sibling}return null}var km=[];function Pm(){for(var i=0;i<km.length;i++)km[i]._workInProgressVersionPrimary=null;km.length=0}var td=H.ReactCurrentDispatcher,Nm=H.ReactCurrentBatchConfig,Oo=0,Pt=null,Wt=null,en=null,nd=!1,Nu=!1,Ou=0,i7=0;function yn(){throw Error(n(321))}function Om(i,s){if(s===null)return!1;for(var l=0;l<s.length&&l<i.length;l++)if(!Sr(i[l],s[l]))return!1;return!0}function Im(i,s,l,h,E,b){if(Oo=b,Pt=s,s.memoizedState=null,s.updateQueue=null,s.lanes=0,td.current=i===null||i.memoizedState===null?u7:l7,i=l(h,E),Nu){b=0;do{if(Nu=!1,Ou=0,25<=b)throw Error(n(301));b+=1,en=Wt=null,s.updateQueue=null,td.current=c7,i=l(h,E)}while(Nu)}if(td.current=od,s=Wt!==null&&Wt.next!==null,Oo=0,en=Wt=Pt=null,nd=!1,s)throw Error(n(300));return i}function Rm(){var i=Ou!==0;return Ou=0,i}function Qr(){var i={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return en===null?Pt.memoizedState=en=i:en=en.next=i,en}function lr(){if(Wt===null){var i=Pt.alternate;i=i!==null?i.memoizedState:null}else i=Wt.next;var s=en===null?Pt.memoizedState:en.next;if(s!==null)en=s,Wt=i;else{if(i===null)throw Error(n(310));Wt=i,i={memoizedState:Wt.memoizedState,baseState:Wt.baseState,baseQueue:Wt.baseQueue,queue:Wt.queue,next:null},en===null?Pt.memoizedState=en=i:en=en.next=i}return en}function Iu(i,s){return typeof s=="function"?s(i):s}function Lm(i){var s=lr(),l=s.queue;if(l===null)throw Error(n(311));l.lastRenderedReducer=i;var h=Wt,E=h.baseQueue,b=l.pending;if(b!==null){if(E!==null){var x=E.next;E.next=b.next,b.next=x}h.baseQueue=E=b,l.pending=null}if(E!==null){b=E.next,h=h.baseState;var R=x=null,U=null,Z=b;do{var le=Z.lane;if((Oo&le)===le)U!==null&&(U=U.next={lane:0,action:Z.action,hasEagerState:Z.hasEagerState,eagerState:Z.eagerState,next:null}),h=Z.hasEagerState?Z.eagerState:i(h,Z.action);else{var he={lane:le,action:Z.action,hasEagerState:Z.hasEagerState,eagerState:Z.eagerState,next:null};U===null?(R=U=he,x=h):U=U.next=he,Pt.lanes|=le,Io|=le}Z=Z.next}while(Z!==null&&Z!==b);U===null?x=h:U.next=R,Sr(h,s.memoizedState)||(Mn=!0),s.memoizedState=h,s.baseState=x,s.baseQueue=U,l.lastRenderedState=h}if(i=l.interleaved,i!==null){E=i;do b=E.lane,Pt.lanes|=b,Io|=b,E=E.next;while(E!==i)}else E===null&&(l.lanes=0);return[s.memoizedState,l.dispatch]}function Dm(i){var s=lr(),l=s.queue;if(l===null)throw Error(n(311));l.lastRenderedReducer=i;var h=l.dispatch,E=l.pending,b=s.memoizedState;if(E!==null){l.pending=null;var x=E=E.next;do b=i(b,x.action),x=x.next;while(x!==E);Sr(b,s.memoizedState)||(Mn=!0),s.memoizedState=b,s.baseQueue===null&&(s.baseState=b),l.lastRenderedState=b}return[b,h]}function vx(){}function Cx(i,s){var l=Pt,h=lr(),E=s(),b=!Sr(h.memoizedState,E);if(b&&(h.memoizedState=E,Mn=!0),h=h.queue,Mm(Nx.bind(null,l,h,i),[i]),h.getSnapshot!==s||b||en!==null&&en.memoizedState.tag&1){if(l.flags|=2048,Ru(9,Px.bind(null,l,h,E,s),void 0,null),tn===null)throw Error(n(349));(Oo&30)!==0||kx(l,s,E)}return E}function kx(i,s,l){i.flags|=16384,i={getSnapshot:s,value:l},s=Pt.updateQueue,s===null?(s={lastEffect:null,stores:null},Pt.updateQueue=s,s.stores=[i]):(l=s.stores,l===null?s.stores=[i]:l.push(i))}function Px(i,s,l,h){s.value=l,s.getSnapshot=h,Ox(s)&&Ix(i)}function Nx(i,s,l){return l(function(){Ox(s)&&Ix(i)})}function Ox(i){var s=i.getSnapshot;i=i.value;try{var l=s();return!Sr(i,l)}catch(h){return!0}}function Ix(i){var s=yi(i,1);s!==null&&Cr(s,i,1,-1)}function Rx(i){var s=Qr();return typeof i=="function"&&(i=i()),s.memoizedState=s.baseState=i,i={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:Iu,lastRenderedState:i},s.queue=i,i=i.dispatch=a7.bind(null,Pt,i),[s.memoizedState,i]}function Ru(i,s,l,h){return i={tag:i,create:s,destroy:l,deps:h,next:null},s=Pt.updateQueue,s===null?(s={lastEffect:null,stores:null},Pt.updateQueue=s,s.lastEffect=i.next=i):(l=s.lastEffect,l===null?s.lastEffect=i.next=i:(h=l.next,l.next=i,i.next=h,s.lastEffect=i)),i}function Lx(){return lr().memoizedState}function rd(i,s,l,h){var E=Qr();Pt.flags|=i,E.memoizedState=Ru(1|s,l,void 0,h===void 0?null:h)}function id(i,s,l,h){var E=lr();h=h===void 0?null:h;var b=void 0;if(Wt!==null){var x=Wt.memoizedState;if(b=x.destroy,h!==null&&Om(h,x.deps)){E.memoizedState=Ru(s,l,b,h);return}}Pt.flags|=i,E.memoizedState=Ru(1|s,l,b,h)}function Dx(i,s){return rd(8390656,8,i,s)}function Mm(i,s){return id(2048,8,i,s)}function Mx(i,s){return id(4,2,i,s)}function Fx(i,s){return id(4,4,i,s)}function Bx(i,s){if(typeof s=="function")return i=i(),s(i),function(){s(null)};if(s!=null)return i=i(),s.current=i,function(){s.current=null}}function Ux(i,s,l){return l=l!=null?l.concat([i]):null,id(4,4,Bx.bind(null,s,i),l)}function Fm(){}function Hx(i,s){var l=lr();s=s===void 0?null:s;var h=l.memoizedState;return h!==null&&s!==null&&Om(s,h[1])?h[0]:(l.memoizedState=[i,s],i)}function zx(i,s){var l=lr();s=s===void 0?null:s;var h=l.memoizedState;return h!==null&&s!==null&&Om(s,h[1])?h[0]:(i=i(),l.memoizedState=[i,s],i)}function jx(i,s,l){return(Oo&21)===0?(i.baseState&&(i.baseState=!1,Mn=!0),i.memoizedState=l):(Sr(l,s)||(l=yS(),Pt.lanes|=l,Io|=l,i.baseState=!0),s)}function o7(i,s){var l=dt;dt=l!==0&&4>l?l:4,i(!0);var h=Nm.transition;Nm.transition={};try{i(!1),s()}finally{dt=l,Nm.transition=h}}function $x(){return lr().memoizedState}function s7(i,s,l){var h=Ki(i);if(l={lane:h,action:l,hasEagerState:!1,eagerState:null,next:null},Vx(i))qx(s,l);else if(l=_x(i,s,l,h),l!==null){var E=vn();Cr(l,i,h,E),Yx(l,s,h)}}function a7(i,s,l){var h=Ki(i),E={lane:h,action:l,hasEagerState:!1,eagerState:null,next:null};if(Vx(i))qx(s,E);else{var b=i.alternate;if(i.lanes===0&&(b===null||b.lanes===0)&&(b=s.lastRenderedReducer,b!==null))try{var x=s.lastRenderedState,R=b(x,l);if(E.hasEagerState=!0,E.eagerState=R,Sr(R,x)){var U=s.interleaved;U===null?(E.next=E,wm(s)):(E.next=U.next,U.next=E),s.interleaved=E;return}}catch(Z){}l=_x(i,s,E,h),l!==null&&(E=vn(),Cr(l,i,h,E),Yx(l,s,h))}}function Vx(i){var s=i.alternate;return i===Pt||s!==null&&s===Pt}function qx(i,s){Nu=nd=!0;var l=i.pending;l===null?s.next=s:(s.next=l.next,l.next=s),i.pending=s}function Yx(i,s,l){if((l&4194240)!==0){var h=s.lanes;h&=i.pendingLanes,l|=h,s.lanes=l,Up(i,l)}}var od={readContext:ur,useCallback:yn,useContext:yn,useEffect:yn,useImperativeHandle:yn,useInsertionEffect:yn,useLayoutEffect:yn,useMemo:yn,useReducer:yn,useRef:yn,useState:yn,useDebugValue:yn,useDeferredValue:yn,useTransition:yn,useMutableSource:yn,useSyncExternalStore:yn,useId:yn,unstable_isNewReconciler:!1},u7={readContext:ur,useCallback:function(i,s){return Qr().memoizedState=[i,s===void 0?null:s],i},useContext:ur,useEffect:Dx,useImperativeHandle:function(i,s,l){return l=l!=null?l.concat([i]):null,rd(4194308,4,Bx.bind(null,s,i),l)},useLayoutEffect:function(i,s){return rd(4194308,4,i,s)},useInsertionEffect:function(i,s){return rd(4,2,i,s)},useMemo:function(i,s){var l=Qr();return s=s===void 0?null:s,i=i(),l.memoizedState=[i,s],i},useReducer:function(i,s,l){var h=Qr();return s=l!==void 0?l(s):s,h.memoizedState=h.baseState=s,i={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:i,lastRenderedState:s},h.queue=i,i=i.dispatch=s7.bind(null,Pt,i),[h.memoizedState,i]},useRef:function(i){var s=Qr();return i={current:i},s.memoizedState=i},useState:Rx,useDebugValue:Fm,useDeferredValue:function(i){return Qr().memoizedState=i},useTransition:function(){var i=Rx(!1),s=i[0];return i=o7.bind(null,i[1]),Qr().memoizedState=i,[s,i]},useMutableSource:function(){},useSyncExternalStore:function(i,s,l){var h=Pt,E=Qr();if(vt){if(l===void 0)throw Error(n(407));l=l()}else{if(l=s(),tn===null)throw Error(n(349));(Oo&30)!==0||kx(h,s,l)}E.memoizedState=l;var b={value:l,getSnapshot:s};return E.queue=b,Dx(Nx.bind(null,h,b,i),[i]),h.flags|=2048,Ru(9,Px.bind(null,h,b,l,s),void 0,null),l},useId:function(){var i=Qr(),s=tn.identifierPrefix;if(vt){var l=Ei,h=gi;l=(h&~(1<<32-_r(h)-1)).toString(32)+l,s=":"+s+"R"+l,l=Ou++,0<l&&(s+="H"+l.toString(32)),s+=":"}else l=i7++,s=":"+s+"r"+l.toString(32)+":";return i.memoizedState=s},unstable_isNewReconciler:!1},l7={readContext:ur,useCallback:Hx,useContext:ur,useEffect:Mm,useImperativeHandle:Ux,useInsertionEffect:Mx,useLayoutEffect:Fx,useMemo:zx,useReducer:Lm,useRef:Lx,useState:function(){return Lm(Iu)},useDebugValue:Fm,useDeferredValue:function(i){var s=lr();return jx(s,Wt.memoizedState,i)},useTransition:function(){var i=Lm(Iu)[0],s=lr().memoizedState;return[i,s]},useMutableSource:vx,useSyncExternalStore:Cx,useId:$x,unstable_isNewReconciler:!1},c7={readContext:ur,useCallback:Hx,useContext:ur,useEffect:Mm,useImperativeHandle:Ux,useInsertionEffect:Mx,useLayoutEffect:Fx,useMemo:zx,useReducer:Dm,useRef:Lx,useState:function(){return Dm(Iu)},useDebugValue:Fm,useDeferredValue:function(i){var s=lr();return Wt===null?s.memoizedState=i:jx(s,Wt.memoizedState,i)},useTransition:function(){var i=Dm(Iu)[0],s=lr().memoizedState;return[i,s]},useMutableSource:vx,useSyncExternalStore:Cx,useId:$x,unstable_isNewReconciler:!1};function wr(i,s){if(i&&i.defaultProps){s=C({},s),i=i.defaultProps;for(var l in i)s[l]===void 0&&(s[l]=i[l]);return s}return s}function Bm(i,s,l,h){s=i.memoizedState,l=l(h,s),l=l==null?s:C({},s,l),i.memoizedState=l,i.lanes===0&&(i.updateQueue.baseState=l)}var sd={isMounted:function(i){return(i=i._reactInternals)?wo(i)===i:!1},enqueueSetState:function(i,s,l){i=i._reactInternals;var h=vn(),E=Ki(i),b=bi(h,E);b.payload=s,l!=null&&(b.callback=l),s=Yi(i,b,E),s!==null&&(Cr(s,i,E,h),Jc(s,i,E))},enqueueReplaceState:function(i,s,l){i=i._reactInternals;var h=vn(),E=Ki(i),b=bi(h,E);b.tag=1,b.payload=s,l!=null&&(b.callback=l),s=Yi(i,b,E),s!==null&&(Cr(s,i,E,h),Jc(s,i,E))},enqueueForceUpdate:function(i,s){i=i._reactInternals;var l=vn(),h=Ki(i),E=bi(l,h);E.tag=2,s!=null&&(E.callback=s),s=Yi(i,E,h),s!==null&&(Cr(s,i,h,l),Jc(s,i,h))}};function Wx(i,s,l,h,E,b,x){return i=i.stateNode,typeof i.shouldComponentUpdate=="function"?i.shouldComponentUpdate(h,b,x):s.prototype&&s.prototype.isPureReactComponent?!bu(l,h)||!bu(E,b):!0}function Gx(i,s,l){var h=!1,E=$i,b=s.contextType;return typeof b=="object"&&b!==null?b=ur(b):(E=Dn(s)?vo:En.current,h=s.contextTypes,b=(h=h!=null)?zs(i,E):$i),s=new s(l,b),i.memoizedState=s.state!==null&&s.state!==void 0?s.state:null,s.updater=sd,i.stateNode=s,s._reactInternals=i,h&&(i=i.stateNode,i.__reactInternalMemoizedUnmaskedChildContext=E,i.__reactInternalMemoizedMaskedChildContext=b),s}function Xx(i,s,l,h){i=s.state,typeof s.componentWillReceiveProps=="function"&&s.componentWillReceiveProps(l,h),typeof s.UNSAFE_componentWillReceiveProps=="function"&&s.UNSAFE_componentWillReceiveProps(l,h),s.state!==i&&sd.enqueueReplaceState(s,s.state,null)}function Um(i,s,l,h){var E=i.stateNode;E.props=l,E.state=i.memoizedState,E.refs={},Am(i);var b=s.contextType;typeof b=="object"&&b!==null?E.context=ur(b):(b=Dn(s)?vo:En.current,E.context=zs(i,b)),E.state=i.memoizedState,b=s.getDerivedStateFromProps,typeof b=="function"&&(Bm(i,s,b,l),E.state=i.memoizedState),typeof s.getDerivedStateFromProps=="function"||typeof E.getSnapshotBeforeUpdate=="function"||typeof E.UNSAFE_componentWillMount!="function"&&typeof E.componentWillMount!="function"||(s=E.state,typeof E.componentWillMount=="function"&&E.componentWillMount(),typeof E.UNSAFE_componentWillMount=="function"&&E.UNSAFE_componentWillMount(),s!==E.state&&sd.enqueueReplaceState(E,E.state,null),Zc(i,l,E,h),E.state=i.memoizedState),typeof E.componentDidMount=="function"&&(i.flags|=4194308)}function Xs(i,s){try{var l="",h=s;do l+=Re(h),h=h.return;while(h);var E=l}catch(b){E=`
|
|
13
|
+
`),S=E.length-1,R=b.length-1;1<=S&&0<=R&&E[S]!==b[R];)R--;for(;1<=S&&0<=R;S--,R--)if(E[S]!==b[R]){if(S!==1||R!==1)do if(S--,R--,0>R||E[S]!==b[R]){var U=`
|
|
14
|
+
`+E[S].replace(" at new "," at ");return i.displayName&&U.includes("<anonymous>")&&(U=U.replace("<anonymous>",i.displayName)),U}while(1<=S&&0<=R);break}}}finally{O=!1,Error.prepareStackTrace=l}return(i=i?i.displayName||i.name:"")?ee(i):""}function Be(i){switch(i.tag){case 5:return ee(i.type);case 16:return ee("Lazy");case 13:return ee("Suspense");case 19:return ee("SuspenseList");case 0:case 2:case 15:return i=we(i.type,!1),i;case 11:return i=we(i.type.render,!1),i;case 1:return i=we(i.type,!0),i;default:return""}}function Te(i){if(i==null)return null;if(typeof i=="function")return i.displayName||i.name||null;if(typeof i=="string")return i;switch(i){case q:return"Fragment";case D:return"Portal";case me:return"Profiler";case re:return"StrictMode";case de:return"Suspense";case ne:return"SuspenseList"}if(typeof i=="object")switch(i.$$typeof){case se:return(i.displayName||"Context")+".Consumer";case V:return(i._context.displayName||"Context")+".Provider";case ce:var s=i.render;return i=i.displayName,i||(i=s.displayName||s.name||"",i=i!==""?"ForwardRef("+i+")":"ForwardRef"),i;case Ee:return s=i.displayName||null,s!==null?s:Te(i.type)||"Memo";case Oe:s=i._payload,i=i._init;try{return Te(i(s))}catch(l){}}return null}function Fe(i){var s=i.type;switch(i.tag){case 24:return"Cache";case 9:return(s.displayName||"Context")+".Consumer";case 10:return(s._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return i=s.render,i=i.displayName||i.name||"",s.displayName||(i!==""?"ForwardRef("+i+")":"ForwardRef");case 7:return"Fragment";case 5:return s;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return Te(s);case 8:return s===re?"StrictMode":"Mode";case 22:return"Offscreen";case 12:return"Profiler";case 21:return"Scope";case 13:return"Suspense";case 19:return"SuspenseList";case 25:return"TracingMarker";case 1:case 0:case 17:case 2:case 14:case 15:if(typeof s=="function")return s.displayName||s.name||null;if(typeof s=="string")return s}return null}function $e(i){switch(typeof i){case"boolean":case"number":case"string":case"undefined":return i;case"object":return i;default:return""}}function Ge(i){var s=i.type;return(i=i.nodeName)&&i.toLowerCase()==="input"&&(s==="checkbox"||s==="radio")}function _t(i){var s=Ge(i)?"checked":"value",l=Object.getOwnPropertyDescriptor(i.constructor.prototype,s),h=""+i[s];if(!i.hasOwnProperty(s)&&typeof l!="undefined"&&typeof l.get=="function"&&typeof l.set=="function"){var E=l.get,b=l.set;return Object.defineProperty(i,s,{configurable:!0,get:function(){return E.call(this)},set:function(S){h=""+S,b.call(this,S)}}),Object.defineProperty(i,s,{enumerable:l.enumerable}),{getValue:function(){return h},setValue:function(S){h=""+S},stopTracking:function(){i._valueTracker=null,delete i[s]}}}}function Nn(i){i._valueTracker||(i._valueTracker=_t(i))}function ln(i){if(!i)return!1;var s=i._valueTracker;if(!s)return!0;var l=s.getValue(),h="";return i&&(h=Ge(i)?i.checked?"true":"false":i.value),i=h,i!==l?(s.setValue(i),!0):!1}function Cr(i){if(i=i||(typeof document!="undefined"?document:void 0),typeof i=="undefined")return null;try{return i.activeElement||i.body}catch(s){return i.body}}function fr(i,s){var l=s.checked;return k({},s,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:l!=null?l:i._wrapperState.initialChecked})}function nn(i,s){var l=s.defaultValue==null?"":s.defaultValue,h=s.checked!=null?s.checked:s.defaultChecked;l=$e(s.value!=null?s.value:l),i._wrapperState={initialChecked:h,initialValue:l,controlled:s.type==="checkbox"||s.type==="radio"?s.checked!=null:s.value!=null}}function Ve(i,s){s=s.checked,s!=null&&v(i,"checked",s,!1)}function Pt(i,s){Ve(i,s);var l=$e(s.value),h=s.type;if(l!=null)h==="number"?(l===0&&i.value===""||i.value!=l)&&(i.value=""+l):i.value!==""+l&&(i.value=""+l);else if(h==="submit"||h==="reset"){i.removeAttribute("value");return}s.hasOwnProperty("value")?cn(i,s.type,l):s.hasOwnProperty("defaultValue")&&cn(i,s.type,$e(s.defaultValue)),s.checked==null&&s.defaultChecked!=null&&(i.defaultChecked=!!s.defaultChecked)}function On(i,s,l){if(s.hasOwnProperty("value")||s.hasOwnProperty("defaultValue")){var h=s.type;if(!(h!=="submit"&&h!=="reset"||s.value!==void 0&&s.value!==null))return;s=""+i._wrapperState.initialValue,l||s===i.value||(i.value=s),i.defaultValue=s}l=i.name,l!==""&&(i.name=""),i.defaultChecked=!!i._wrapperState.initialChecked,l!==""&&(i.name=l)}function cn(i,s,l){(s!=="number"||Cr(i.ownerDocument)!==i)&&(l==null?i.defaultValue=""+i._wrapperState.initialValue:i.defaultValue!==""+l&&(i.defaultValue=""+l))}var Hn=Array.isArray;function Ae(i,s,l,h){if(i=i.options,s){s={};for(var E=0;E<l.length;E++)s["$"+l[E]]=!0;for(l=0;l<i.length;l++)E=s.hasOwnProperty("$"+i[l].value),i[l].selected!==E&&(i[l].selected=E),E&&h&&(i[l].defaultSelected=!0)}else{for(l=""+$e(l),s=null,E=0;E<i.length;E++){if(i[E].value===l){i[E].selected=!0,h&&(i[E].defaultSelected=!0);return}s!==null||i[E].disabled||(s=i[E])}s!==null&&(s.selected=!0)}}function Ne(i,s){if(s.dangerouslySetInnerHTML!=null)throw Error(n(91));return k({},s,{value:void 0,defaultValue:void 0,children:""+i._wrapperState.initialValue})}function Me(i,s){var l=s.value;if(l==null){if(l=s.children,s=s.defaultValue,l!=null){if(s!=null)throw Error(n(92));if(Hn(l)){if(1<l.length)throw Error(n(93));l=l[0]}s=l}s==null&&(s=""),l=s}i._wrapperState={initialValue:$e(l)}}function ot(i,s){var l=$e(s.value),h=$e(s.defaultValue);l!=null&&(l=""+l,l!==i.value&&(i.value=l),s.defaultValue==null&&i.defaultValue!==l&&(i.defaultValue=l)),h!=null&&(i.defaultValue=""+h)}function pt(i){var s=i.textContent;s===i._wrapperState.initialValue&&s!==""&&s!==null&&(i.value=s)}function J(i){switch(i){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function ge(i,s){return i==null||i==="http://www.w3.org/1999/xhtml"?J(s):i==="http://www.w3.org/2000/svg"&&s==="foreignObject"?"http://www.w3.org/1999/xhtml":i}var Ce,qe=(function(i){return typeof MSApp!="undefined"&&MSApp.execUnsafeLocalFunction?function(s,l,h,E){MSApp.execUnsafeLocalFunction(function(){return i(s,l,h,E)})}:i})(function(i,s){if(i.namespaceURI!=="http://www.w3.org/2000/svg"||"innerHTML"in i)i.innerHTML=s;else{for(Ce=Ce||document.createElement("div"),Ce.innerHTML="<svg>"+s.valueOf().toString()+"</svg>",s=Ce.firstChild;i.firstChild;)i.removeChild(i.firstChild);for(;s.firstChild;)i.appendChild(s.firstChild)}});function Re(i,s){if(s){var l=i.firstChild;if(l&&l===i.lastChild&&l.nodeType===3){l.nodeValue=s;return}}i.textContent=s}var dt={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},Gt=["Webkit","ms","Moz","O"];Object.keys(dt).forEach(function(i){Gt.forEach(function(s){s=s+i.charAt(0).toUpperCase()+i.substring(1),dt[s]=dt[i]})});function $t(i,s,l){return s==null||typeof s=="boolean"||s===""?"":l||typeof s!="number"||s===0||dt.hasOwnProperty(i)&&dt[i]?(""+s).trim():s+"px"}function dn(i,s){i=i.style;for(var l in s)if(s.hasOwnProperty(l)){var h=l.indexOf("--")===0,E=$t(l,s[l],h);l==="float"&&(l="cssFloat"),h?i.setProperty(l,E):i[l]=E}}var Qr=k({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function fn(i,s){if(s){if(Qr[i]&&(s.children!=null||s.dangerouslySetInnerHTML!=null))throw Error(n(137,i));if(s.dangerouslySetInnerHTML!=null){if(s.children!=null)throw Error(n(60));if(typeof s.dangerouslySetInnerHTML!="object"||!("__html"in s.dangerouslySetInnerHTML))throw Error(n(61))}if(s.style!=null&&typeof s.style!="object")throw Error(n(62))}}function Jr(i,s){if(i.indexOf("-")===-1)return typeof s.is=="string";switch(i){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var Zn=null;function Rp(i){return i=i.target||i.srcElement||window,i.correspondingUseElement&&(i=i.correspondingUseElement),i.nodeType===3?i.parentNode:i}var Lp=null,Rs=null,Ls=null;function fS(i){if(i=ku(i)){if(typeof Lp!="function")throw Error(n(280));var s=i.stateNode;s&&(s=Vc(s),Lp(i.stateNode,i.type,s))}}function hS(i){Rs?Ls?Ls.push(i):Ls=[i]:Rs=i}function pS(){if(Rs){var i=Rs,s=Ls;if(Ls=Rs=null,fS(i),s)for(i=0;i<s.length;i++)fS(s[i])}}function mS(i,s){return i(s)}function gS(){}var Dp=!1;function ES(i,s,l){if(Dp)return i(s,l);Dp=!0;try{return mS(i,s,l)}finally{Dp=!1,(Rs!==null||Ls!==null)&&(gS(),pS())}}function au(i,s){var l=i.stateNode;if(l===null)return null;var h=Vc(l);if(h===null)return null;l=h[s];e:switch(s){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(h=!h.disabled)||(i=i.type,h=!(i==="button"||i==="input"||i==="select"||i==="textarea")),i=!h;break e;default:i=!1}if(i)return null;if(l&&typeof l!="function")throw Error(n(231,s,typeof l));return l}var Mp=!1;if(c)try{var uu={};Object.defineProperty(uu,"passive",{get:function(){Mp=!0}}),window.addEventListener("test",uu,uu),window.removeEventListener("test",uu,uu)}catch(i){Mp=!1}function oB(i,s,l,h,E,b,S,R,U){var Z=Array.prototype.slice.call(arguments,3);try{s.apply(l,Z)}catch(le){this.onError(le)}}var lu=!1,Sc=null,xc=!1,Fp=null,sB={onError:function(i){lu=!0,Sc=i}};function aB(i,s,l,h,E,b,S,R,U){lu=!1,Sc=null,oB.apply(sB,arguments)}function uB(i,s,l,h,E,b,S,R,U){if(aB.apply(this,arguments),lu){if(lu){var Z=Sc;lu=!1,Sc=null}else throw Error(n(198));xc||(xc=!0,Fp=Z)}}function vo(i){var s=i,l=i;if(i.alternate)for(;s.return;)s=s.return;else{i=s;do s=i,(s.flags&4098)!==0&&(l=s.return),i=s.return;while(i)}return s.tag===3?l:null}function yS(i){if(i.tag===13){var s=i.memoizedState;if(s===null&&(i=i.alternate,i!==null&&(s=i.memoizedState)),s!==null)return s.dehydrated}return null}function bS(i){if(vo(i)!==i)throw Error(n(188))}function lB(i){var s=i.alternate;if(!s){if(s=vo(i),s===null)throw Error(n(188));return s!==i?null:i}for(var l=i,h=s;;){var E=l.return;if(E===null)break;var b=E.alternate;if(b===null){if(h=E.return,h!==null){l=h;continue}break}if(E.child===b.child){for(b=E.child;b;){if(b===l)return bS(E),i;if(b===h)return bS(E),s;b=b.sibling}throw Error(n(188))}if(l.return!==h.return)l=E,h=b;else{for(var S=!1,R=E.child;R;){if(R===l){S=!0,l=E,h=b;break}if(R===h){S=!0,h=E,l=b;break}R=R.sibling}if(!S){for(R=b.child;R;){if(R===l){S=!0,l=b,h=E;break}if(R===h){S=!0,h=b,l=E;break}R=R.sibling}if(!S)throw Error(n(189))}}if(l.alternate!==h)throw Error(n(190))}if(l.tag!==3)throw Error(n(188));return l.stateNode.current===l?i:s}function TS(i){return i=lB(i),i!==null?_S(i):null}function _S(i){if(i.tag===5||i.tag===6)return i;for(i=i.child;i!==null;){var s=_S(i);if(s!==null)return s;i=i.sibling}return null}var SS=t.unstable_scheduleCallback,xS=t.unstable_cancelCallback,cB=t.unstable_shouldYield,dB=t.unstable_requestPaint,Mt=t.unstable_now,fB=t.unstable_getCurrentPriorityLevel,Bp=t.unstable_ImmediatePriority,wS=t.unstable_UserBlockingPriority,wc=t.unstable_NormalPriority,hB=t.unstable_LowPriority,AS=t.unstable_IdlePriority,Ac=null,Zr=null;function pB(i){if(Zr&&typeof Zr.onCommitFiberRoot=="function")try{Zr.onCommitFiberRoot(Ac,i,void 0,(i.current.flags&128)===128)}catch(s){}}var kr=Math.clz32?Math.clz32:EB,mB=Math.log,gB=Math.LN2;function EB(i){return i>>>=0,i===0?32:31-(mB(i)/gB|0)|0}var vc=64,Cc=4194304;function cu(i){switch(i&-i){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return i&4194240;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return i&130023424;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return i}}function kc(i,s){var l=i.pendingLanes;if(l===0)return 0;var h=0,E=i.suspendedLanes,b=i.pingedLanes,S=l&268435455;if(S!==0){var R=S&~E;R!==0?h=cu(R):(b&=S,b!==0&&(h=cu(b)))}else S=l&~E,S!==0?h=cu(S):b!==0&&(h=cu(b));if(h===0)return 0;if(s!==0&&s!==h&&(s&E)===0&&(E=h&-h,b=s&-s,E>=b||E===16&&(b&4194240)!==0))return s;if((h&4)!==0&&(h|=l&16),s=i.entangledLanes,s!==0)for(i=i.entanglements,s&=h;0<s;)l=31-kr(s),E=1<<l,h|=i[l],s&=~E;return h}function yB(i,s){switch(i){case 1:case 2:case 4:return s+250;case 8:case 16:case 32:case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return s+5e3;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return-1;case 134217728:case 268435456:case 536870912:case 1073741824:return-1;default:return-1}}function bB(i,s){for(var l=i.suspendedLanes,h=i.pingedLanes,E=i.expirationTimes,b=i.pendingLanes;0<b;){var S=31-kr(b),R=1<<S,U=E[S];U===-1?((R&l)===0||(R&h)!==0)&&(E[S]=yB(R,s)):U<=s&&(i.expiredLanes|=R),b&=~R}}function Up(i){return i=i.pendingLanes&-1073741825,i!==0?i:i&1073741824?1073741824:0}function vS(){var i=vc;return vc<<=1,(vc&4194240)===0&&(vc=64),i}function Hp(i){for(var s=[],l=0;31>l;l++)s.push(i);return s}function du(i,s,l){i.pendingLanes|=s,s!==536870912&&(i.suspendedLanes=0,i.pingedLanes=0),i=i.eventTimes,s=31-kr(s),i[s]=l}function TB(i,s){var l=i.pendingLanes&~s;i.pendingLanes=s,i.suspendedLanes=0,i.pingedLanes=0,i.expiredLanes&=s,i.mutableReadLanes&=s,i.entangledLanes&=s,s=i.entanglements;var h=i.eventTimes;for(i=i.expirationTimes;0<l;){var E=31-kr(l),b=1<<E;s[E]=0,h[E]=-1,i[E]=-1,l&=~b}}function zp(i,s){var l=i.entangledLanes|=s;for(i=i.entanglements;l;){var h=31-kr(l),E=1<<h;E&s|i[h]&s&&(i[h]|=s),l&=~E}}var ft=0;function CS(i){return i&=-i,1<i?4<i?(i&268435455)!==0?16:536870912:4:1}var kS,jp,PS,NS,OS,$p=!1,Pc=[],Mi=null,Fi=null,Bi=null,fu=new Map,hu=new Map,Ui=[],_B="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset submit".split(" ");function IS(i,s){switch(i){case"focusin":case"focusout":Mi=null;break;case"dragenter":case"dragleave":Fi=null;break;case"mouseover":case"mouseout":Bi=null;break;case"pointerover":case"pointerout":fu.delete(s.pointerId);break;case"gotpointercapture":case"lostpointercapture":hu.delete(s.pointerId)}}function pu(i,s,l,h,E,b){return i===null||i.nativeEvent!==b?(i={blockedOn:s,domEventName:l,eventSystemFlags:h,nativeEvent:b,targetContainers:[E]},s!==null&&(s=ku(s),s!==null&&jp(s)),i):(i.eventSystemFlags|=h,s=i.targetContainers,E!==null&&s.indexOf(E)===-1&&s.push(E),i)}function SB(i,s,l,h,E){switch(s){case"focusin":return Mi=pu(Mi,i,s,l,h,E),!0;case"dragenter":return Fi=pu(Fi,i,s,l,h,E),!0;case"mouseover":return Bi=pu(Bi,i,s,l,h,E),!0;case"pointerover":var b=E.pointerId;return fu.set(b,pu(fu.get(b)||null,i,s,l,h,E)),!0;case"gotpointercapture":return b=E.pointerId,hu.set(b,pu(hu.get(b)||null,i,s,l,h,E)),!0}return!1}function RS(i){var s=Co(i.target);if(s!==null){var l=vo(s);if(l!==null){if(s=l.tag,s===13){if(s=yS(l),s!==null){i.blockedOn=s,OS(i.priority,function(){PS(l)});return}}else if(s===3&&l.stateNode.current.memoizedState.isDehydrated){i.blockedOn=l.tag===3?l.stateNode.containerInfo:null;return}}}i.blockedOn=null}function Nc(i){if(i.blockedOn!==null)return!1;for(var s=i.targetContainers;0<s.length;){var l=qp(i.domEventName,i.eventSystemFlags,s[0],i.nativeEvent);if(l===null){l=i.nativeEvent;var h=new l.constructor(l.type,l);Zn=h,l.target.dispatchEvent(h),Zn=null}else return s=ku(l),s!==null&&jp(s),i.blockedOn=l,!1;s.shift()}return!0}function LS(i,s,l){Nc(i)&&l.delete(s)}function xB(){$p=!1,Mi!==null&&Nc(Mi)&&(Mi=null),Fi!==null&&Nc(Fi)&&(Fi=null),Bi!==null&&Nc(Bi)&&(Bi=null),fu.forEach(LS),hu.forEach(LS)}function mu(i,s){i.blockedOn===s&&(i.blockedOn=null,$p||($p=!0,t.unstable_scheduleCallback(t.unstable_NormalPriority,xB)))}function gu(i){function s(E){return mu(E,i)}if(0<Pc.length){mu(Pc[0],i);for(var l=1;l<Pc.length;l++){var h=Pc[l];h.blockedOn===i&&(h.blockedOn=null)}}for(Mi!==null&&mu(Mi,i),Fi!==null&&mu(Fi,i),Bi!==null&&mu(Bi,i),fu.forEach(s),hu.forEach(s),l=0;l<Ui.length;l++)h=Ui[l],h.blockedOn===i&&(h.blockedOn=null);for(;0<Ui.length&&(l=Ui[0],l.blockedOn===null);)RS(l),l.blockedOn===null&&Ui.shift()}var Ds=H.ReactCurrentBatchConfig,Oc=!0;function wB(i,s,l,h){var E=ft,b=Ds.transition;Ds.transition=null;try{ft=1,Vp(i,s,l,h)}finally{ft=E,Ds.transition=b}}function AB(i,s,l,h){var E=ft,b=Ds.transition;Ds.transition=null;try{ft=4,Vp(i,s,l,h)}finally{ft=E,Ds.transition=b}}function Vp(i,s,l,h){if(Oc){var E=qp(i,s,l,h);if(E===null)um(i,s,h,Ic,l),IS(i,h);else if(SB(E,i,s,l,h))h.stopPropagation();else if(IS(i,h),s&4&&-1<_B.indexOf(i)){for(;E!==null;){var b=ku(E);if(b!==null&&kS(b),b=qp(i,s,l,h),b===null&&um(i,s,h,Ic,l),b===E)break;E=b}E!==null&&h.stopPropagation()}else um(i,s,h,null,l)}}var Ic=null;function qp(i,s,l,h){if(Ic=null,i=Rp(h),i=Co(i),i!==null)if(s=vo(i),s===null)i=null;else if(l=s.tag,l===13){if(i=yS(s),i!==null)return i;i=null}else if(l===3){if(s.stateNode.current.memoizedState.isDehydrated)return s.tag===3?s.stateNode.containerInfo:null;i=null}else s!==i&&(i=null);return Ic=i,null}function DS(i){switch(i){case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return 1;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"toggle":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return 4;case"message":switch(fB()){case Bp:return 1;case wS:return 4;case wc:case hB:return 16;case AS:return 536870912;default:return 16}default:return 16}}var Hi=null,Yp=null,Rc=null;function MS(){if(Rc)return Rc;var i,s=Yp,l=s.length,h,E="value"in Hi?Hi.value:Hi.textContent,b=E.length;for(i=0;i<l&&s[i]===E[i];i++);var S=l-i;for(h=1;h<=S&&s[l-h]===E[b-h];h++);return Rc=E.slice(i,1<h?1-h:void 0)}function Lc(i){var s=i.keyCode;return"charCode"in i?(i=i.charCode,i===0&&s===13&&(i=13)):i=s,i===10&&(i=13),32<=i||i===13?i:0}function Dc(){return!0}function FS(){return!1}function er(i){function s(l,h,E,b,S){this._reactName=l,this._targetInst=E,this.type=h,this.nativeEvent=b,this.target=S,this.currentTarget=null;for(var R in i)i.hasOwnProperty(R)&&(l=i[R],this[R]=l?l(b):b[R]);return this.isDefaultPrevented=(b.defaultPrevented!=null?b.defaultPrevented:b.returnValue===!1)?Dc:FS,this.isPropagationStopped=FS,this}return k(s.prototype,{preventDefault:function(){this.defaultPrevented=!0;var l=this.nativeEvent;l&&(l.preventDefault?l.preventDefault():typeof l.returnValue!="unknown"&&(l.returnValue=!1),this.isDefaultPrevented=Dc)},stopPropagation:function(){var l=this.nativeEvent;l&&(l.stopPropagation?l.stopPropagation():typeof l.cancelBubble!="unknown"&&(l.cancelBubble=!0),this.isPropagationStopped=Dc)},persist:function(){},isPersistent:Dc}),s}var Ms={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(i){return i.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},Wp=er(Ms),Eu=k({},Ms,{view:0,detail:0}),vB=er(Eu),Gp,Xp,yu,Mc=k({},Eu,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:Qp,button:0,buttons:0,relatedTarget:function(i){return i.relatedTarget===void 0?i.fromElement===i.srcElement?i.toElement:i.fromElement:i.relatedTarget},movementX:function(i){return"movementX"in i?i.movementX:(i!==yu&&(yu&&i.type==="mousemove"?(Gp=i.screenX-yu.screenX,Xp=i.screenY-yu.screenY):Xp=Gp=0,yu=i),Gp)},movementY:function(i){return"movementY"in i?i.movementY:Xp}}),BS=er(Mc),CB=k({},Mc,{dataTransfer:0}),kB=er(CB),PB=k({},Eu,{relatedTarget:0}),Kp=er(PB),NB=k({},Ms,{animationName:0,elapsedTime:0,pseudoElement:0}),OB=er(NB),IB=k({},Ms,{clipboardData:function(i){return"clipboardData"in i?i.clipboardData:window.clipboardData}}),RB=er(IB),LB=k({},Ms,{data:0}),US=er(LB),DB={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},MB={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},FB={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function BB(i){var s=this.nativeEvent;return s.getModifierState?s.getModifierState(i):(i=FB[i])?!!s[i]:!1}function Qp(){return BB}var UB=k({},Eu,{key:function(i){if(i.key){var s=DB[i.key]||i.key;if(s!=="Unidentified")return s}return i.type==="keypress"?(i=Lc(i),i===13?"Enter":String.fromCharCode(i)):i.type==="keydown"||i.type==="keyup"?MB[i.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:Qp,charCode:function(i){return i.type==="keypress"?Lc(i):0},keyCode:function(i){return i.type==="keydown"||i.type==="keyup"?i.keyCode:0},which:function(i){return i.type==="keypress"?Lc(i):i.type==="keydown"||i.type==="keyup"?i.keyCode:0}}),HB=er(UB),zB=k({},Mc,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),HS=er(zB),jB=k({},Eu,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:Qp}),$B=er(jB),VB=k({},Ms,{propertyName:0,elapsedTime:0,pseudoElement:0}),qB=er(VB),YB=k({},Mc,{deltaX:function(i){return"deltaX"in i?i.deltaX:"wheelDeltaX"in i?-i.wheelDeltaX:0},deltaY:function(i){return"deltaY"in i?i.deltaY:"wheelDeltaY"in i?-i.wheelDeltaY:"wheelDelta"in i?-i.wheelDelta:0},deltaZ:0,deltaMode:0}),WB=er(YB),GB=[9,13,27,32],Jp=c&&"CompositionEvent"in window,bu=null;c&&"documentMode"in document&&(bu=document.documentMode);var XB=c&&"TextEvent"in window&&!bu,zS=c&&(!Jp||bu&&8<bu&&11>=bu),jS=" ",$S=!1;function VS(i,s){switch(i){case"keyup":return GB.indexOf(s.keyCode)!==-1;case"keydown":return s.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function qS(i){return i=i.detail,typeof i=="object"&&"data"in i?i.data:null}var Fs=!1;function KB(i,s){switch(i){case"compositionend":return qS(s);case"keypress":return s.which!==32?null:($S=!0,jS);case"textInput":return i=s.data,i===jS&&$S?null:i;default:return null}}function QB(i,s){if(Fs)return i==="compositionend"||!Jp&&VS(i,s)?(i=MS(),Rc=Yp=Hi=null,Fs=!1,i):null;switch(i){case"paste":return null;case"keypress":if(!(s.ctrlKey||s.altKey||s.metaKey)||s.ctrlKey&&s.altKey){if(s.char&&1<s.char.length)return s.char;if(s.which)return String.fromCharCode(s.which)}return null;case"compositionend":return zS&&s.locale!=="ko"?null:s.data;default:return null}}var JB={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function YS(i){var s=i&&i.nodeName&&i.nodeName.toLowerCase();return s==="input"?!!JB[i.type]:s==="textarea"}function WS(i,s,l,h){hS(h),s=zc(s,"onChange"),0<s.length&&(l=new Wp("onChange","change",null,l,h),i.push({event:l,listeners:s}))}var Tu=null,_u=null;function ZB(i){dx(i,0)}function Fc(i){var s=js(i);if(ln(s))return i}function e7(i,s){if(i==="change")return s}var GS=!1;if(c){var Zp;if(c){var em="oninput"in document;if(!em){var XS=document.createElement("div");XS.setAttribute("oninput","return;"),em=typeof XS.oninput=="function"}Zp=em}else Zp=!1;GS=Zp&&(!document.documentMode||9<document.documentMode)}function KS(){Tu&&(Tu.detachEvent("onpropertychange",QS),_u=Tu=null)}function QS(i){if(i.propertyName==="value"&&Fc(_u)){var s=[];WS(s,_u,i,Rp(i)),ES(ZB,s)}}function t7(i,s,l){i==="focusin"?(KS(),Tu=s,_u=l,Tu.attachEvent("onpropertychange",QS)):i==="focusout"&&KS()}function n7(i){if(i==="selectionchange"||i==="keyup"||i==="keydown")return Fc(_u)}function r7(i,s){if(i==="click")return Fc(s)}function i7(i,s){if(i==="input"||i==="change")return Fc(s)}function o7(i,s){return i===s&&(i!==0||1/i===1/s)||i!==i&&s!==s}var Pr=typeof Object.is=="function"?Object.is:o7;function Su(i,s){if(Pr(i,s))return!0;if(typeof i!="object"||i===null||typeof s!="object"||s===null)return!1;var l=Object.keys(i),h=Object.keys(s);if(l.length!==h.length)return!1;for(h=0;h<l.length;h++){var E=l[h];if(!d.call(s,E)||!Pr(i[E],s[E]))return!1}return!0}function JS(i){for(;i&&i.firstChild;)i=i.firstChild;return i}function ZS(i,s){var l=JS(i);i=0;for(var h;l;){if(l.nodeType===3){if(h=i+l.textContent.length,i<=s&&h>=s)return{node:l,offset:s-i};i=h}e:{for(;l;){if(l.nextSibling){l=l.nextSibling;break e}l=l.parentNode}l=void 0}l=JS(l)}}function ex(i,s){return i&&s?i===s?!0:i&&i.nodeType===3?!1:s&&s.nodeType===3?ex(i,s.parentNode):"contains"in i?i.contains(s):i.compareDocumentPosition?!!(i.compareDocumentPosition(s)&16):!1:!1}function tx(){for(var i=window,s=Cr();s instanceof i.HTMLIFrameElement;){try{var l=typeof s.contentWindow.location.href=="string"}catch(h){l=!1}if(l)i=s.contentWindow;else break;s=Cr(i.document)}return s}function tm(i){var s=i&&i.nodeName&&i.nodeName.toLowerCase();return s&&(s==="input"&&(i.type==="text"||i.type==="search"||i.type==="tel"||i.type==="url"||i.type==="password")||s==="textarea"||i.contentEditable==="true")}function s7(i){var s=tx(),l=i.focusedElem,h=i.selectionRange;if(s!==l&&l&&l.ownerDocument&&ex(l.ownerDocument.documentElement,l)){if(h!==null&&tm(l)){if(s=h.start,i=h.end,i===void 0&&(i=s),"selectionStart"in l)l.selectionStart=s,l.selectionEnd=Math.min(i,l.value.length);else if(i=(s=l.ownerDocument||document)&&s.defaultView||window,i.getSelection){i=i.getSelection();var E=l.textContent.length,b=Math.min(h.start,E);h=h.end===void 0?b:Math.min(h.end,E),!i.extend&&b>h&&(E=h,h=b,b=E),E=ZS(l,b);var S=ZS(l,h);E&&S&&(i.rangeCount!==1||i.anchorNode!==E.node||i.anchorOffset!==E.offset||i.focusNode!==S.node||i.focusOffset!==S.offset)&&(s=s.createRange(),s.setStart(E.node,E.offset),i.removeAllRanges(),b>h?(i.addRange(s),i.extend(S.node,S.offset)):(s.setEnd(S.node,S.offset),i.addRange(s)))}}for(s=[],i=l;i=i.parentNode;)i.nodeType===1&&s.push({element:i,left:i.scrollLeft,top:i.scrollTop});for(typeof l.focus=="function"&&l.focus(),l=0;l<s.length;l++)i=s[l],i.element.scrollLeft=i.left,i.element.scrollTop=i.top}}var a7=c&&"documentMode"in document&&11>=document.documentMode,Bs=null,nm=null,xu=null,rm=!1;function nx(i,s,l){var h=l.window===l?l.document:l.nodeType===9?l:l.ownerDocument;rm||Bs==null||Bs!==Cr(h)||(h=Bs,"selectionStart"in h&&tm(h)?h={start:h.selectionStart,end:h.selectionEnd}:(h=(h.ownerDocument&&h.ownerDocument.defaultView||window).getSelection(),h={anchorNode:h.anchorNode,anchorOffset:h.anchorOffset,focusNode:h.focusNode,focusOffset:h.focusOffset}),xu&&Su(xu,h)||(xu=h,h=zc(nm,"onSelect"),0<h.length&&(s=new Wp("onSelect","select",null,s,l),i.push({event:s,listeners:h}),s.target=Bs)))}function Bc(i,s){var l={};return l[i.toLowerCase()]=s.toLowerCase(),l["Webkit"+i]="webkit"+s,l["Moz"+i]="moz"+s,l}var Us={animationend:Bc("Animation","AnimationEnd"),animationiteration:Bc("Animation","AnimationIteration"),animationstart:Bc("Animation","AnimationStart"),transitionend:Bc("Transition","TransitionEnd")},im={},rx={};c&&(rx=document.createElement("div").style,"AnimationEvent"in window||(delete Us.animationend.animation,delete Us.animationiteration.animation,delete Us.animationstart.animation),"TransitionEvent"in window||delete Us.transitionend.transition);function Uc(i){if(im[i])return im[i];if(!Us[i])return i;var s=Us[i],l;for(l in s)if(s.hasOwnProperty(l)&&l in rx)return im[i]=s[l];return i}var ix=Uc("animationend"),ox=Uc("animationiteration"),sx=Uc("animationstart"),ax=Uc("transitionend"),ux=new Map,lx="abort auxClick cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel".split(" ");function zi(i,s){ux.set(i,s),a(s,[i])}for(var om=0;om<lx.length;om++){var sm=lx[om],u7=sm.toLowerCase(),l7=sm[0].toUpperCase()+sm.slice(1);zi(u7,"on"+l7)}zi(ix,"onAnimationEnd"),zi(ox,"onAnimationIteration"),zi(sx,"onAnimationStart"),zi("dblclick","onDoubleClick"),zi("focusin","onFocus"),zi("focusout","onBlur"),zi(ax,"onTransitionEnd"),u("onMouseEnter",["mouseout","mouseover"]),u("onMouseLeave",["mouseout","mouseover"]),u("onPointerEnter",["pointerout","pointerover"]),u("onPointerLeave",["pointerout","pointerover"]),a("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),a("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),a("onBeforeInput",["compositionend","keypress","textInput","paste"]),a("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),a("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),a("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var wu="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange resize seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),c7=new Set("cancel close invalid load scroll toggle".split(" ").concat(wu));function cx(i,s,l){var h=i.type||"unknown-event";i.currentTarget=l,uB(h,s,void 0,i),i.currentTarget=null}function dx(i,s){s=(s&4)!==0;for(var l=0;l<i.length;l++){var h=i[l],E=h.event;h=h.listeners;e:{var b=void 0;if(s)for(var S=h.length-1;0<=S;S--){var R=h[S],U=R.instance,Z=R.currentTarget;if(R=R.listener,U!==b&&E.isPropagationStopped())break e;cx(E,R,Z),b=U}else for(S=0;S<h.length;S++){if(R=h[S],U=R.instance,Z=R.currentTarget,R=R.listener,U!==b&&E.isPropagationStopped())break e;cx(E,R,Z),b=U}}}if(xc)throw i=Fp,xc=!1,Fp=null,i}function St(i,s){var l=s[pm];l===void 0&&(l=s[pm]=new Set);var h=i+"__bubble";l.has(h)||(fx(s,i,2,!1),l.add(h))}function am(i,s,l){var h=0;s&&(h|=4),fx(l,i,h,s)}var Hc="_reactListening"+Math.random().toString(36).slice(2);function Au(i){if(!i[Hc]){i[Hc]=!0,r.forEach(function(l){l!=="selectionchange"&&(c7.has(l)||am(l,!1,i),am(l,!0,i))});var s=i.nodeType===9?i:i.ownerDocument;s===null||s[Hc]||(s[Hc]=!0,am("selectionchange",!1,s))}}function fx(i,s,l,h){switch(DS(s)){case 1:var E=wB;break;case 4:E=AB;break;default:E=Vp}l=E.bind(null,s,l,i),E=void 0,!Mp||s!=="touchstart"&&s!=="touchmove"&&s!=="wheel"||(E=!0),h?E!==void 0?i.addEventListener(s,l,{capture:!0,passive:E}):i.addEventListener(s,l,!0):E!==void 0?i.addEventListener(s,l,{passive:E}):i.addEventListener(s,l,!1)}function um(i,s,l,h,E){var b=h;if((s&1)===0&&(s&2)===0&&h!==null)e:for(;;){if(h===null)return;var S=h.tag;if(S===3||S===4){var R=h.stateNode.containerInfo;if(R===E||R.nodeType===8&&R.parentNode===E)break;if(S===4)for(S=h.return;S!==null;){var U=S.tag;if((U===3||U===4)&&(U=S.stateNode.containerInfo,U===E||U.nodeType===8&&U.parentNode===E))return;S=S.return}for(;R!==null;){if(S=Co(R),S===null)return;if(U=S.tag,U===5||U===6){h=b=S;continue e}R=R.parentNode}}h=h.return}ES(function(){var Z=b,le=Rp(l),he=[];e:{var ae=ux.get(i);if(ae!==void 0){var ve=Wp,Pe=i;switch(i){case"keypress":if(Lc(l)===0)break e;case"keydown":case"keyup":ve=HB;break;case"focusin":Pe="focus",ve=Kp;break;case"focusout":Pe="blur",ve=Kp;break;case"beforeblur":case"afterblur":ve=Kp;break;case"click":if(l.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":ve=BS;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":ve=kB;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":ve=$B;break;case ix:case ox:case sx:ve=OB;break;case ax:ve=qB;break;case"scroll":ve=vB;break;case"wheel":ve=WB;break;case"copy":case"cut":case"paste":ve=RB;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":ve=HS}var Ie=(s&4)!==0,Ft=!Ie&&i==="scroll",G=Ie?ae!==null?ae+"Capture":null:ae;Ie=[];for(var j=Z,K;j!==null;){K=j;var _e=K.stateNode;if(K.tag===5&&_e!==null&&(K=_e,G!==null&&(_e=au(j,G),_e!=null&&Ie.push(vu(j,_e,K)))),Ft)break;j=j.return}0<Ie.length&&(ae=new ve(ae,Pe,null,l,le),he.push({event:ae,listeners:Ie}))}}if((s&7)===0){e:{if(ae=i==="mouseover"||i==="pointerover",ve=i==="mouseout"||i==="pointerout",ae&&l!==Zn&&(Pe=l.relatedTarget||l.fromElement)&&(Co(Pe)||Pe[Ei]))break e;if((ve||ae)&&(ae=le.window===le?le:(ae=le.ownerDocument)?ae.defaultView||ae.parentWindow:window,ve?(Pe=l.relatedTarget||l.toElement,ve=Z,Pe=Pe?Co(Pe):null,Pe!==null&&(Ft=vo(Pe),Pe!==Ft||Pe.tag!==5&&Pe.tag!==6)&&(Pe=null)):(ve=null,Pe=Z),ve!==Pe)){if(Ie=BS,_e="onMouseLeave",G="onMouseEnter",j="mouse",(i==="pointerout"||i==="pointerover")&&(Ie=HS,_e="onPointerLeave",G="onPointerEnter",j="pointer"),Ft=ve==null?ae:js(ve),K=Pe==null?ae:js(Pe),ae=new Ie(_e,j+"leave",ve,l,le),ae.target=Ft,ae.relatedTarget=K,_e=null,Co(le)===Z&&(Ie=new Ie(G,j+"enter",Pe,l,le),Ie.target=K,Ie.relatedTarget=Ft,_e=Ie),Ft=_e,ve&&Pe)t:{for(Ie=ve,G=Pe,j=0,K=Ie;K;K=Hs(K))j++;for(K=0,_e=G;_e;_e=Hs(_e))K++;for(;0<j-K;)Ie=Hs(Ie),j--;for(;0<K-j;)G=Hs(G),K--;for(;j--;){if(Ie===G||G!==null&&Ie===G.alternate)break t;Ie=Hs(Ie),G=Hs(G)}Ie=null}else Ie=null;ve!==null&&hx(he,ae,ve,Ie,!1),Pe!==null&&Ft!==null&&hx(he,Ft,Pe,Ie,!0)}}e:{if(ae=Z?js(Z):window,ve=ae.nodeName&&ae.nodeName.toLowerCase(),ve==="select"||ve==="input"&&ae.type==="file")var Le=e7;else if(YS(ae))if(GS)Le=i7;else{Le=n7;var He=t7}else(ve=ae.nodeName)&&ve.toLowerCase()==="input"&&(ae.type==="checkbox"||ae.type==="radio")&&(Le=r7);if(Le&&(Le=Le(i,Z))){WS(he,Le,l,le);break e}He&&He(i,ae,Z),i==="focusout"&&(He=ae._wrapperState)&&He.controlled&&ae.type==="number"&&cn(ae,"number",ae.value)}switch(He=Z?js(Z):window,i){case"focusin":(YS(He)||He.contentEditable==="true")&&(Bs=He,nm=Z,xu=null);break;case"focusout":xu=nm=Bs=null;break;case"mousedown":rm=!0;break;case"contextmenu":case"mouseup":case"dragend":rm=!1,nx(he,l,le);break;case"selectionchange":if(a7)break;case"keydown":case"keyup":nx(he,l,le)}var ze;if(Jp)e:{switch(i){case"compositionstart":var We="onCompositionStart";break e;case"compositionend":We="onCompositionEnd";break e;case"compositionupdate":We="onCompositionUpdate";break e}We=void 0}else Fs?VS(i,l)&&(We="onCompositionEnd"):i==="keydown"&&l.keyCode===229&&(We="onCompositionStart");We&&(zS&&l.locale!=="ko"&&(Fs||We!=="onCompositionStart"?We==="onCompositionEnd"&&Fs&&(ze=MS()):(Hi=le,Yp="value"in Hi?Hi.value:Hi.textContent,Fs=!0)),He=zc(Z,We),0<He.length&&(We=new US(We,i,null,l,le),he.push({event:We,listeners:He}),ze?We.data=ze:(ze=qS(l),ze!==null&&(We.data=ze)))),(ze=XB?KB(i,l):QB(i,l))&&(Z=zc(Z,"onBeforeInput"),0<Z.length&&(le=new US("onBeforeInput","beforeinput",null,l,le),he.push({event:le,listeners:Z}),le.data=ze))}dx(he,s)})}function vu(i,s,l){return{instance:i,listener:s,currentTarget:l}}function zc(i,s){for(var l=s+"Capture",h=[];i!==null;){var E=i,b=E.stateNode;E.tag===5&&b!==null&&(E=b,b=au(i,l),b!=null&&h.unshift(vu(i,b,E)),b=au(i,s),b!=null&&h.push(vu(i,b,E))),i=i.return}return h}function Hs(i){if(i===null)return null;do i=i.return;while(i&&i.tag!==5);return i||null}function hx(i,s,l,h,E){for(var b=s._reactName,S=[];l!==null&&l!==h;){var R=l,U=R.alternate,Z=R.stateNode;if(U!==null&&U===h)break;R.tag===5&&Z!==null&&(R=Z,E?(U=au(l,b),U!=null&&S.unshift(vu(l,U,R))):E||(U=au(l,b),U!=null&&S.push(vu(l,U,R)))),l=l.return}S.length!==0&&i.push({event:s,listeners:S})}var d7=/\r\n?/g,f7=/\u0000|\uFFFD/g;function px(i){return(typeof i=="string"?i:""+i).replace(d7,`
|
|
15
|
+
`).replace(f7,"")}function jc(i,s,l){if(s=px(s),px(i)!==s&&l)throw Error(n(425))}function $c(){}var lm=null,cm=null;function dm(i,s){return i==="textarea"||i==="noscript"||typeof s.children=="string"||typeof s.children=="number"||typeof s.dangerouslySetInnerHTML=="object"&&s.dangerouslySetInnerHTML!==null&&s.dangerouslySetInnerHTML.__html!=null}var fm=typeof setTimeout=="function"?setTimeout:void 0,h7=typeof clearTimeout=="function"?clearTimeout:void 0,mx=typeof Promise=="function"?Promise:void 0,p7=typeof queueMicrotask=="function"?queueMicrotask:typeof mx!="undefined"?function(i){return mx.resolve(null).then(i).catch(m7)}:fm;function m7(i){setTimeout(function(){throw i})}function hm(i,s){var l=s,h=0;do{var E=l.nextSibling;if(i.removeChild(l),E&&E.nodeType===8)if(l=E.data,l==="/$"){if(h===0){i.removeChild(E),gu(s);return}h--}else l!=="$"&&l!=="$?"&&l!=="$!"||h++;l=E}while(l);gu(s)}function ji(i){for(;i!=null;i=i.nextSibling){var s=i.nodeType;if(s===1||s===3)break;if(s===8){if(s=i.data,s==="$"||s==="$!"||s==="$?")break;if(s==="/$")return null}}return i}function gx(i){i=i.previousSibling;for(var s=0;i;){if(i.nodeType===8){var l=i.data;if(l==="$"||l==="$!"||l==="$?"){if(s===0)return i;s--}else l==="/$"&&s++}i=i.previousSibling}return null}var zs=Math.random().toString(36).slice(2),ei="__reactFiber$"+zs,Cu="__reactProps$"+zs,Ei="__reactContainer$"+zs,pm="__reactEvents$"+zs,g7="__reactListeners$"+zs,E7="__reactHandles$"+zs;function Co(i){var s=i[ei];if(s)return s;for(var l=i.parentNode;l;){if(s=l[Ei]||l[ei]){if(l=s.alternate,s.child!==null||l!==null&&l.child!==null)for(i=gx(i);i!==null;){if(l=i[ei])return l;i=gx(i)}return s}i=l,l=i.parentNode}return null}function ku(i){return i=i[ei]||i[Ei],!i||i.tag!==5&&i.tag!==6&&i.tag!==13&&i.tag!==3?null:i}function js(i){if(i.tag===5||i.tag===6)return i.stateNode;throw Error(n(33))}function Vc(i){return i[Cu]||null}var mm=[],$s=-1;function $i(i){return{current:i}}function xt(i){0>$s||(i.current=mm[$s],mm[$s]=null,$s--)}function bt(i,s){$s++,mm[$s]=i.current,i.current=s}var Vi={},xn=$i(Vi),zn=$i(!1),ko=Vi;function Vs(i,s){var l=i.type.contextTypes;if(!l)return Vi;var h=i.stateNode;if(h&&h.__reactInternalMemoizedUnmaskedChildContext===s)return h.__reactInternalMemoizedMaskedChildContext;var E={},b;for(b in l)E[b]=s[b];return h&&(i=i.stateNode,i.__reactInternalMemoizedUnmaskedChildContext=s,i.__reactInternalMemoizedMaskedChildContext=E),E}function jn(i){return i=i.childContextTypes,i!=null}function qc(){xt(zn),xt(xn)}function Ex(i,s,l){if(xn.current!==Vi)throw Error(n(168));bt(xn,s),bt(zn,l)}function yx(i,s,l){var h=i.stateNode;if(s=s.childContextTypes,typeof h.getChildContext!="function")return l;h=h.getChildContext();for(var E in h)if(!(E in s))throw Error(n(108,Fe(i)||"Unknown",E));return k({},l,h)}function Yc(i){return i=(i=i.stateNode)&&i.__reactInternalMemoizedMergedChildContext||Vi,ko=xn.current,bt(xn,i),bt(zn,zn.current),!0}function bx(i,s,l){var h=i.stateNode;if(!h)throw Error(n(169));l?(i=yx(i,s,ko),h.__reactInternalMemoizedMergedChildContext=i,xt(zn),xt(xn),bt(xn,i)):xt(zn),bt(zn,l)}var yi=null,Wc=!1,gm=!1;function Tx(i){yi===null?yi=[i]:yi.push(i)}function y7(i){Wc=!0,Tx(i)}function qi(){if(!gm&&yi!==null){gm=!0;var i=0,s=ft;try{var l=yi;for(ft=1;i<l.length;i++){var h=l[i];do h=h(!0);while(h!==null)}yi=null,Wc=!1}catch(E){throw yi!==null&&(yi=yi.slice(i+1)),SS(Bp,qi),E}finally{ft=s,gm=!1}}return null}var qs=[],Ys=0,Gc=null,Xc=0,hr=[],pr=0,Po=null,bi=1,Ti="";function No(i,s){qs[Ys++]=Xc,qs[Ys++]=Gc,Gc=i,Xc=s}function _x(i,s,l){hr[pr++]=bi,hr[pr++]=Ti,hr[pr++]=Po,Po=i;var h=bi;i=Ti;var E=32-kr(h)-1;h&=~(1<<E),l+=1;var b=32-kr(s)+E;if(30<b){var S=E-E%5;b=(h&(1<<S)-1).toString(32),h>>=S,E-=S,bi=1<<32-kr(s)+E|l<<E|h,Ti=b+i}else bi=1<<b|l<<E|h,Ti=i}function Em(i){i.return!==null&&(No(i,1),_x(i,1,0))}function ym(i){for(;i===Gc;)Gc=qs[--Ys],qs[Ys]=null,Xc=qs[--Ys],qs[Ys]=null;for(;i===Po;)Po=hr[--pr],hr[pr]=null,Ti=hr[--pr],hr[pr]=null,bi=hr[--pr],hr[pr]=null}var tr=null,nr=null,Ct=!1,Nr=null;function Sx(i,s){var l=yr(5,null,null,0);l.elementType="DELETED",l.stateNode=s,l.return=i,s=i.deletions,s===null?(i.deletions=[l],i.flags|=16):s.push(l)}function xx(i,s){switch(i.tag){case 5:var l=i.type;return s=s.nodeType!==1||l.toLowerCase()!==s.nodeName.toLowerCase()?null:s,s!==null?(i.stateNode=s,tr=i,nr=ji(s.firstChild),!0):!1;case 6:return s=i.pendingProps===""||s.nodeType!==3?null:s,s!==null?(i.stateNode=s,tr=i,nr=null,!0):!1;case 13:return s=s.nodeType!==8?null:s,s!==null?(l=Po!==null?{id:bi,overflow:Ti}:null,i.memoizedState={dehydrated:s,treeContext:l,retryLane:1073741824},l=yr(18,null,null,0),l.stateNode=s,l.return=i,i.child=l,tr=i,nr=null,!0):!1;default:return!1}}function bm(i){return(i.mode&1)!==0&&(i.flags&128)===0}function Tm(i){if(Ct){var s=nr;if(s){var l=s;if(!xx(i,s)){if(bm(i))throw Error(n(418));s=ji(l.nextSibling);var h=tr;s&&xx(i,s)?Sx(h,l):(i.flags=i.flags&-4097|2,Ct=!1,tr=i)}}else{if(bm(i))throw Error(n(418));i.flags=i.flags&-4097|2,Ct=!1,tr=i}}}function wx(i){for(i=i.return;i!==null&&i.tag!==5&&i.tag!==3&&i.tag!==13;)i=i.return;tr=i}function Kc(i){if(i!==tr)return!1;if(!Ct)return wx(i),Ct=!0,!1;var s;if((s=i.tag!==3)&&!(s=i.tag!==5)&&(s=i.type,s=s!=="head"&&s!=="body"&&!dm(i.type,i.memoizedProps)),s&&(s=nr)){if(bm(i))throw Ax(),Error(n(418));for(;s;)Sx(i,s),s=ji(s.nextSibling)}if(wx(i),i.tag===13){if(i=i.memoizedState,i=i!==null?i.dehydrated:null,!i)throw Error(n(317));e:{for(i=i.nextSibling,s=0;i;){if(i.nodeType===8){var l=i.data;if(l==="/$"){if(s===0){nr=ji(i.nextSibling);break e}s--}else l!=="$"&&l!=="$!"&&l!=="$?"||s++}i=i.nextSibling}nr=null}}else nr=tr?ji(i.stateNode.nextSibling):null;return!0}function Ax(){for(var i=nr;i;)i=ji(i.nextSibling)}function Ws(){nr=tr=null,Ct=!1}function _m(i){Nr===null?Nr=[i]:Nr.push(i)}var b7=H.ReactCurrentBatchConfig;function Pu(i,s,l){if(i=l.ref,i!==null&&typeof i!="function"&&typeof i!="object"){if(l._owner){if(l=l._owner,l){if(l.tag!==1)throw Error(n(309));var h=l.stateNode}if(!h)throw Error(n(147,i));var E=h,b=""+i;return s!==null&&s.ref!==null&&typeof s.ref=="function"&&s.ref._stringRef===b?s.ref:(s=function(S){var R=E.refs;S===null?delete R[b]:R[b]=S},s._stringRef=b,s)}if(typeof i!="string")throw Error(n(284));if(!l._owner)throw Error(n(290,i))}return i}function Qc(i,s){throw i=Object.prototype.toString.call(s),Error(n(31,i==="[object Object]"?"object with keys {"+Object.keys(s).join(", ")+"}":i))}function vx(i){var s=i._init;return s(i._payload)}function Cx(i){function s(G,j){if(i){var K=G.deletions;K===null?(G.deletions=[j],G.flags|=16):K.push(j)}}function l(G,j){if(!i)return null;for(;j!==null;)s(G,j),j=j.sibling;return null}function h(G,j){for(G=new Map;j!==null;)j.key!==null?G.set(j.key,j):G.set(j.index,j),j=j.sibling;return G}function E(G,j){return G=Zi(G,j),G.index=0,G.sibling=null,G}function b(G,j,K){return G.index=K,i?(K=G.alternate,K!==null?(K=K.index,K<j?(G.flags|=2,j):K):(G.flags|=2,j)):(G.flags|=1048576,j)}function S(G){return i&&G.alternate===null&&(G.flags|=2),G}function R(G,j,K,_e){return j===null||j.tag!==6?(j=f0(K,G.mode,_e),j.return=G,j):(j=E(j,K),j.return=G,j)}function U(G,j,K,_e){var Le=K.type;return Le===q?le(G,j,K.props.children,_e,K.key):j!==null&&(j.elementType===Le||typeof Le=="object"&&Le!==null&&Le.$$typeof===Oe&&vx(Le)===j.type)?(_e=E(j,K.props),_e.ref=Pu(G,j,K),_e.return=G,_e):(_e=_d(K.type,K.key,K.props,null,G.mode,_e),_e.ref=Pu(G,j,K),_e.return=G,_e)}function Z(G,j,K,_e){return j===null||j.tag!==4||j.stateNode.containerInfo!==K.containerInfo||j.stateNode.implementation!==K.implementation?(j=h0(K,G.mode,_e),j.return=G,j):(j=E(j,K.children||[]),j.return=G,j)}function le(G,j,K,_e,Le){return j===null||j.tag!==7?(j=Bo(K,G.mode,_e,Le),j.return=G,j):(j=E(j,K),j.return=G,j)}function he(G,j,K){if(typeof j=="string"&&j!==""||typeof j=="number")return j=f0(""+j,G.mode,K),j.return=G,j;if(typeof j=="object"&&j!==null){switch(j.$$typeof){case Y:return K=_d(j.type,j.key,j.props,null,G.mode,K),K.ref=Pu(G,null,j),K.return=G,K;case D:return j=h0(j,G.mode,K),j.return=G,j;case Oe:var _e=j._init;return he(G,_e(j._payload),K)}if(Hn(j)||ie(j))return j=Bo(j,G.mode,K,null),j.return=G,j;Qc(G,j)}return null}function ae(G,j,K,_e){var Le=j!==null?j.key:null;if(typeof K=="string"&&K!==""||typeof K=="number")return Le!==null?null:R(G,j,""+K,_e);if(typeof K=="object"&&K!==null){switch(K.$$typeof){case Y:return K.key===Le?U(G,j,K,_e):null;case D:return K.key===Le?Z(G,j,K,_e):null;case Oe:return Le=K._init,ae(G,j,Le(K._payload),_e)}if(Hn(K)||ie(K))return Le!==null?null:le(G,j,K,_e,null);Qc(G,K)}return null}function ve(G,j,K,_e,Le){if(typeof _e=="string"&&_e!==""||typeof _e=="number")return G=G.get(K)||null,R(j,G,""+_e,Le);if(typeof _e=="object"&&_e!==null){switch(_e.$$typeof){case Y:return G=G.get(_e.key===null?K:_e.key)||null,U(j,G,_e,Le);case D:return G=G.get(_e.key===null?K:_e.key)||null,Z(j,G,_e,Le);case Oe:var He=_e._init;return ve(G,j,K,He(_e._payload),Le)}if(Hn(_e)||ie(_e))return G=G.get(K)||null,le(j,G,_e,Le,null);Qc(j,_e)}return null}function Pe(G,j,K,_e){for(var Le=null,He=null,ze=j,We=j=0,sn=null;ze!==null&&We<K.length;We++){ze.index>We?(sn=ze,ze=null):sn=ze.sibling;var at=ae(G,ze,K[We],_e);if(at===null){ze===null&&(ze=sn);break}i&&ze&&at.alternate===null&&s(G,ze),j=b(at,j,We),He===null?Le=at:He.sibling=at,He=at,ze=sn}if(We===K.length)return l(G,ze),Ct&&No(G,We),Le;if(ze===null){for(;We<K.length;We++)ze=he(G,K[We],_e),ze!==null&&(j=b(ze,j,We),He===null?Le=ze:He.sibling=ze,He=ze);return Ct&&No(G,We),Le}for(ze=h(G,ze);We<K.length;We++)sn=ve(ze,G,We,K[We],_e),sn!==null&&(i&&sn.alternate!==null&&ze.delete(sn.key===null?We:sn.key),j=b(sn,j,We),He===null?Le=sn:He.sibling=sn,He=sn);return i&&ze.forEach(function(eo){return s(G,eo)}),Ct&&No(G,We),Le}function Ie(G,j,K,_e){var Le=ie(K);if(typeof Le!="function")throw Error(n(150));if(K=Le.call(K),K==null)throw Error(n(151));for(var He=Le=null,ze=j,We=j=0,sn=null,at=K.next();ze!==null&&!at.done;We++,at=K.next()){ze.index>We?(sn=ze,ze=null):sn=ze.sibling;var eo=ae(G,ze,at.value,_e);if(eo===null){ze===null&&(ze=sn);break}i&&ze&&eo.alternate===null&&s(G,ze),j=b(eo,j,We),He===null?Le=eo:He.sibling=eo,He=eo,ze=sn}if(at.done)return l(G,ze),Ct&&No(G,We),Le;if(ze===null){for(;!at.done;We++,at=K.next())at=he(G,at.value,_e),at!==null&&(j=b(at,j,We),He===null?Le=at:He.sibling=at,He=at);return Ct&&No(G,We),Le}for(ze=h(G,ze);!at.done;We++,at=K.next())at=ve(ze,G,We,at.value,_e),at!==null&&(i&&at.alternate!==null&&ze.delete(at.key===null?We:at.key),j=b(at,j,We),He===null?Le=at:He.sibling=at,He=at);return i&&ze.forEach(function(J7){return s(G,J7)}),Ct&&No(G,We),Le}function Ft(G,j,K,_e){if(typeof K=="object"&&K!==null&&K.type===q&&K.key===null&&(K=K.props.children),typeof K=="object"&&K!==null){switch(K.$$typeof){case Y:e:{for(var Le=K.key,He=j;He!==null;){if(He.key===Le){if(Le=K.type,Le===q){if(He.tag===7){l(G,He.sibling),j=E(He,K.props.children),j.return=G,G=j;break e}}else if(He.elementType===Le||typeof Le=="object"&&Le!==null&&Le.$$typeof===Oe&&vx(Le)===He.type){l(G,He.sibling),j=E(He,K.props),j.ref=Pu(G,He,K),j.return=G,G=j;break e}l(G,He);break}else s(G,He);He=He.sibling}K.type===q?(j=Bo(K.props.children,G.mode,_e,K.key),j.return=G,G=j):(_e=_d(K.type,K.key,K.props,null,G.mode,_e),_e.ref=Pu(G,j,K),_e.return=G,G=_e)}return S(G);case D:e:{for(He=K.key;j!==null;){if(j.key===He)if(j.tag===4&&j.stateNode.containerInfo===K.containerInfo&&j.stateNode.implementation===K.implementation){l(G,j.sibling),j=E(j,K.children||[]),j.return=G,G=j;break e}else{l(G,j);break}else s(G,j);j=j.sibling}j=h0(K,G.mode,_e),j.return=G,G=j}return S(G);case Oe:return He=K._init,Ft(G,j,He(K._payload),_e)}if(Hn(K))return Pe(G,j,K,_e);if(ie(K))return Ie(G,j,K,_e);Qc(G,K)}return typeof K=="string"&&K!==""||typeof K=="number"?(K=""+K,j!==null&&j.tag===6?(l(G,j.sibling),j=E(j,K),j.return=G,G=j):(l(G,j),j=f0(K,G.mode,_e),j.return=G,G=j),S(G)):l(G,j)}return Ft}var Gs=Cx(!0),kx=Cx(!1),Jc=$i(null),Zc=null,Xs=null,Sm=null;function xm(){Sm=Xs=Zc=null}function wm(i){var s=Jc.current;xt(Jc),i._currentValue=s}function Am(i,s,l){for(;i!==null;){var h=i.alternate;if((i.childLanes&s)!==s?(i.childLanes|=s,h!==null&&(h.childLanes|=s)):h!==null&&(h.childLanes&s)!==s&&(h.childLanes|=s),i===l)break;i=i.return}}function Ks(i,s){Zc=i,Sm=Xs=null,i=i.dependencies,i!==null&&i.firstContext!==null&&((i.lanes&s)!==0&&($n=!0),i.firstContext=null)}function mr(i){var s=i._currentValue;if(Sm!==i)if(i={context:i,memoizedValue:s,next:null},Xs===null){if(Zc===null)throw Error(n(308));Xs=i,Zc.dependencies={lanes:0,firstContext:i}}else Xs=Xs.next=i;return s}var Oo=null;function vm(i){Oo===null?Oo=[i]:Oo.push(i)}function Px(i,s,l,h){var E=s.interleaved;return E===null?(l.next=l,vm(s)):(l.next=E.next,E.next=l),s.interleaved=l,_i(i,h)}function _i(i,s){i.lanes|=s;var l=i.alternate;for(l!==null&&(l.lanes|=s),l=i,i=i.return;i!==null;)i.childLanes|=s,l=i.alternate,l!==null&&(l.childLanes|=s),l=i,i=i.return;return l.tag===3?l.stateNode:null}var Yi=!1;function Cm(i){i.updateQueue={baseState:i.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function Nx(i,s){i=i.updateQueue,s.updateQueue===i&&(s.updateQueue={baseState:i.baseState,firstBaseUpdate:i.firstBaseUpdate,lastBaseUpdate:i.lastBaseUpdate,shared:i.shared,effects:i.effects})}function Si(i,s){return{eventTime:i,lane:s,tag:0,payload:null,callback:null,next:null}}function Wi(i,s,l){var h=i.updateQueue;if(h===null)return null;if(h=h.shared,(st&2)!==0){var E=h.pending;return E===null?s.next=s:(s.next=E.next,E.next=s),h.pending=s,_i(i,l)}return E=h.interleaved,E===null?(s.next=s,vm(h)):(s.next=E.next,E.next=s),h.interleaved=s,_i(i,l)}function ed(i,s,l){if(s=s.updateQueue,s!==null&&(s=s.shared,(l&4194240)!==0)){var h=s.lanes;h&=i.pendingLanes,l|=h,s.lanes=l,zp(i,l)}}function Ox(i,s){var l=i.updateQueue,h=i.alternate;if(h!==null&&(h=h.updateQueue,l===h)){var E=null,b=null;if(l=l.firstBaseUpdate,l!==null){do{var S={eventTime:l.eventTime,lane:l.lane,tag:l.tag,payload:l.payload,callback:l.callback,next:null};b===null?E=b=S:b=b.next=S,l=l.next}while(l!==null);b===null?E=b=s:b=b.next=s}else E=b=s;l={baseState:h.baseState,firstBaseUpdate:E,lastBaseUpdate:b,shared:h.shared,effects:h.effects},i.updateQueue=l;return}i=l.lastBaseUpdate,i===null?l.firstBaseUpdate=s:i.next=s,l.lastBaseUpdate=s}function td(i,s,l,h){var E=i.updateQueue;Yi=!1;var b=E.firstBaseUpdate,S=E.lastBaseUpdate,R=E.shared.pending;if(R!==null){E.shared.pending=null;var U=R,Z=U.next;U.next=null,S===null?b=Z:S.next=Z,S=U;var le=i.alternate;le!==null&&(le=le.updateQueue,R=le.lastBaseUpdate,R!==S&&(R===null?le.firstBaseUpdate=Z:R.next=Z,le.lastBaseUpdate=U))}if(b!==null){var he=E.baseState;S=0,le=Z=U=null,R=b;do{var ae=R.lane,ve=R.eventTime;if((h&ae)===ae){le!==null&&(le=le.next={eventTime:ve,lane:0,tag:R.tag,payload:R.payload,callback:R.callback,next:null});e:{var Pe=i,Ie=R;switch(ae=s,ve=l,Ie.tag){case 1:if(Pe=Ie.payload,typeof Pe=="function"){he=Pe.call(ve,he,ae);break e}he=Pe;break e;case 3:Pe.flags=Pe.flags&-65537|128;case 0:if(Pe=Ie.payload,ae=typeof Pe=="function"?Pe.call(ve,he,ae):Pe,ae==null)break e;he=k({},he,ae);break e;case 2:Yi=!0}}R.callback!==null&&R.lane!==0&&(i.flags|=64,ae=E.effects,ae===null?E.effects=[R]:ae.push(R))}else ve={eventTime:ve,lane:ae,tag:R.tag,payload:R.payload,callback:R.callback,next:null},le===null?(Z=le=ve,U=he):le=le.next=ve,S|=ae;if(R=R.next,R===null){if(R=E.shared.pending,R===null)break;ae=R,R=ae.next,ae.next=null,E.lastBaseUpdate=ae,E.shared.pending=null}}while(!0);if(le===null&&(U=he),E.baseState=U,E.firstBaseUpdate=Z,E.lastBaseUpdate=le,s=E.shared.interleaved,s!==null){E=s;do S|=E.lane,E=E.next;while(E!==s)}else b===null&&(E.shared.lanes=0);Lo|=S,i.lanes=S,i.memoizedState=he}}function Ix(i,s,l){if(i=s.effects,s.effects=null,i!==null)for(s=0;s<i.length;s++){var h=i[s],E=h.callback;if(E!==null){if(h.callback=null,h=l,typeof E!="function")throw Error(n(191,E));E.call(h)}}}var Nu={},ti=$i(Nu),Ou=$i(Nu),Iu=$i(Nu);function Io(i){if(i===Nu)throw Error(n(174));return i}function km(i,s){switch(bt(Iu,s),bt(Ou,i),bt(ti,Nu),i=s.nodeType,i){case 9:case 11:s=(s=s.documentElement)?s.namespaceURI:ge(null,"");break;default:i=i===8?s.parentNode:s,s=i.namespaceURI||null,i=i.tagName,s=ge(s,i)}xt(ti),bt(ti,s)}function Qs(){xt(ti),xt(Ou),xt(Iu)}function Rx(i){Io(Iu.current);var s=Io(ti.current),l=ge(s,i.type);s!==l&&(bt(Ou,i),bt(ti,l))}function Pm(i){Ou.current===i&&(xt(ti),xt(Ou))}var Nt=$i(0);function nd(i){for(var s=i;s!==null;){if(s.tag===13){var l=s.memoizedState;if(l!==null&&(l=l.dehydrated,l===null||l.data==="$?"||l.data==="$!"))return s}else if(s.tag===19&&s.memoizedProps.revealOrder!==void 0){if((s.flags&128)!==0)return s}else if(s.child!==null){s.child.return=s,s=s.child;continue}if(s===i)break;for(;s.sibling===null;){if(s.return===null||s.return===i)return null;s=s.return}s.sibling.return=s.return,s=s.sibling}return null}var Nm=[];function Om(){for(var i=0;i<Nm.length;i++)Nm[i]._workInProgressVersionPrimary=null;Nm.length=0}var rd=H.ReactCurrentDispatcher,Im=H.ReactCurrentBatchConfig,Ro=0,Ot=null,Xt=null,rn=null,id=!1,Ru=!1,Lu=0,T7=0;function wn(){throw Error(n(321))}function Rm(i,s){if(s===null)return!1;for(var l=0;l<s.length&&l<i.length;l++)if(!Pr(i[l],s[l]))return!1;return!0}function Lm(i,s,l,h,E,b){if(Ro=b,Ot=s,s.memoizedState=null,s.updateQueue=null,s.lanes=0,rd.current=i===null||i.memoizedState===null?w7:A7,i=l(h,E),Ru){b=0;do{if(Ru=!1,Lu=0,25<=b)throw Error(n(301));b+=1,rn=Xt=null,s.updateQueue=null,rd.current=v7,i=l(h,E)}while(Ru)}if(rd.current=ad,s=Xt!==null&&Xt.next!==null,Ro=0,rn=Xt=Ot=null,id=!1,s)throw Error(n(300));return i}function Dm(){var i=Lu!==0;return Lu=0,i}function ni(){var i={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return rn===null?Ot.memoizedState=rn=i:rn=rn.next=i,rn}function gr(){if(Xt===null){var i=Ot.alternate;i=i!==null?i.memoizedState:null}else i=Xt.next;var s=rn===null?Ot.memoizedState:rn.next;if(s!==null)rn=s,Xt=i;else{if(i===null)throw Error(n(310));Xt=i,i={memoizedState:Xt.memoizedState,baseState:Xt.baseState,baseQueue:Xt.baseQueue,queue:Xt.queue,next:null},rn===null?Ot.memoizedState=rn=i:rn=rn.next=i}return rn}function Du(i,s){return typeof s=="function"?s(i):s}function Mm(i){var s=gr(),l=s.queue;if(l===null)throw Error(n(311));l.lastRenderedReducer=i;var h=Xt,E=h.baseQueue,b=l.pending;if(b!==null){if(E!==null){var S=E.next;E.next=b.next,b.next=S}h.baseQueue=E=b,l.pending=null}if(E!==null){b=E.next,h=h.baseState;var R=S=null,U=null,Z=b;do{var le=Z.lane;if((Ro&le)===le)U!==null&&(U=U.next={lane:0,action:Z.action,hasEagerState:Z.hasEagerState,eagerState:Z.eagerState,next:null}),h=Z.hasEagerState?Z.eagerState:i(h,Z.action);else{var he={lane:le,action:Z.action,hasEagerState:Z.hasEagerState,eagerState:Z.eagerState,next:null};U===null?(R=U=he,S=h):U=U.next=he,Ot.lanes|=le,Lo|=le}Z=Z.next}while(Z!==null&&Z!==b);U===null?S=h:U.next=R,Pr(h,s.memoizedState)||($n=!0),s.memoizedState=h,s.baseState=S,s.baseQueue=U,l.lastRenderedState=h}if(i=l.interleaved,i!==null){E=i;do b=E.lane,Ot.lanes|=b,Lo|=b,E=E.next;while(E!==i)}else E===null&&(l.lanes=0);return[s.memoizedState,l.dispatch]}function Fm(i){var s=gr(),l=s.queue;if(l===null)throw Error(n(311));l.lastRenderedReducer=i;var h=l.dispatch,E=l.pending,b=s.memoizedState;if(E!==null){l.pending=null;var S=E=E.next;do b=i(b,S.action),S=S.next;while(S!==E);Pr(b,s.memoizedState)||($n=!0),s.memoizedState=b,s.baseQueue===null&&(s.baseState=b),l.lastRenderedState=b}return[b,h]}function Lx(){}function Dx(i,s){var l=Ot,h=gr(),E=s(),b=!Pr(h.memoizedState,E);if(b&&(h.memoizedState=E,$n=!0),h=h.queue,Bm(Bx.bind(null,l,h,i),[i]),h.getSnapshot!==s||b||rn!==null&&rn.memoizedState.tag&1){if(l.flags|=2048,Mu(9,Fx.bind(null,l,h,E,s),void 0,null),on===null)throw Error(n(349));(Ro&30)!==0||Mx(l,s,E)}return E}function Mx(i,s,l){i.flags|=16384,i={getSnapshot:s,value:l},s=Ot.updateQueue,s===null?(s={lastEffect:null,stores:null},Ot.updateQueue=s,s.stores=[i]):(l=s.stores,l===null?s.stores=[i]:l.push(i))}function Fx(i,s,l,h){s.value=l,s.getSnapshot=h,Ux(s)&&Hx(i)}function Bx(i,s,l){return l(function(){Ux(s)&&Hx(i)})}function Ux(i){var s=i.getSnapshot;i=i.value;try{var l=s();return!Pr(i,l)}catch(h){return!0}}function Hx(i){var s=_i(i,1);s!==null&&Lr(s,i,1,-1)}function zx(i){var s=ni();return typeof i=="function"&&(i=i()),s.memoizedState=s.baseState=i,i={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:Du,lastRenderedState:i},s.queue=i,i=i.dispatch=x7.bind(null,Ot,i),[s.memoizedState,i]}function Mu(i,s,l,h){return i={tag:i,create:s,destroy:l,deps:h,next:null},s=Ot.updateQueue,s===null?(s={lastEffect:null,stores:null},Ot.updateQueue=s,s.lastEffect=i.next=i):(l=s.lastEffect,l===null?s.lastEffect=i.next=i:(h=l.next,l.next=i,i.next=h,s.lastEffect=i)),i}function jx(){return gr().memoizedState}function od(i,s,l,h){var E=ni();Ot.flags|=i,E.memoizedState=Mu(1|s,l,void 0,h===void 0?null:h)}function sd(i,s,l,h){var E=gr();h=h===void 0?null:h;var b=void 0;if(Xt!==null){var S=Xt.memoizedState;if(b=S.destroy,h!==null&&Rm(h,S.deps)){E.memoizedState=Mu(s,l,b,h);return}}Ot.flags|=i,E.memoizedState=Mu(1|s,l,b,h)}function $x(i,s){return od(8390656,8,i,s)}function Bm(i,s){return sd(2048,8,i,s)}function Vx(i,s){return sd(4,2,i,s)}function qx(i,s){return sd(4,4,i,s)}function Yx(i,s){if(typeof s=="function")return i=i(),s(i),function(){s(null)};if(s!=null)return i=i(),s.current=i,function(){s.current=null}}function Wx(i,s,l){return l=l!=null?l.concat([i]):null,sd(4,4,Yx.bind(null,s,i),l)}function Um(){}function Gx(i,s){var l=gr();s=s===void 0?null:s;var h=l.memoizedState;return h!==null&&s!==null&&Rm(s,h[1])?h[0]:(l.memoizedState=[i,s],i)}function Xx(i,s){var l=gr();s=s===void 0?null:s;var h=l.memoizedState;return h!==null&&s!==null&&Rm(s,h[1])?h[0]:(i=i(),l.memoizedState=[i,s],i)}function Kx(i,s,l){return(Ro&21)===0?(i.baseState&&(i.baseState=!1,$n=!0),i.memoizedState=l):(Pr(l,s)||(l=vS(),Ot.lanes|=l,Lo|=l,i.baseState=!0),s)}function _7(i,s){var l=ft;ft=l!==0&&4>l?l:4,i(!0);var h=Im.transition;Im.transition={};try{i(!1),s()}finally{ft=l,Im.transition=h}}function Qx(){return gr().memoizedState}function S7(i,s,l){var h=Qi(i);if(l={lane:h,action:l,hasEagerState:!1,eagerState:null,next:null},Jx(i))Zx(s,l);else if(l=Px(i,s,l,h),l!==null){var E=Rn();Lr(l,i,h,E),ew(l,s,h)}}function x7(i,s,l){var h=Qi(i),E={lane:h,action:l,hasEagerState:!1,eagerState:null,next:null};if(Jx(i))Zx(s,E);else{var b=i.alternate;if(i.lanes===0&&(b===null||b.lanes===0)&&(b=s.lastRenderedReducer,b!==null))try{var S=s.lastRenderedState,R=b(S,l);if(E.hasEagerState=!0,E.eagerState=R,Pr(R,S)){var U=s.interleaved;U===null?(E.next=E,vm(s)):(E.next=U.next,U.next=E),s.interleaved=E;return}}catch(Z){}l=Px(i,s,E,h),l!==null&&(E=Rn(),Lr(l,i,h,E),ew(l,s,h))}}function Jx(i){var s=i.alternate;return i===Ot||s!==null&&s===Ot}function Zx(i,s){Ru=id=!0;var l=i.pending;l===null?s.next=s:(s.next=l.next,l.next=s),i.pending=s}function ew(i,s,l){if((l&4194240)!==0){var h=s.lanes;h&=i.pendingLanes,l|=h,s.lanes=l,zp(i,l)}}var ad={readContext:mr,useCallback:wn,useContext:wn,useEffect:wn,useImperativeHandle:wn,useInsertionEffect:wn,useLayoutEffect:wn,useMemo:wn,useReducer:wn,useRef:wn,useState:wn,useDebugValue:wn,useDeferredValue:wn,useTransition:wn,useMutableSource:wn,useSyncExternalStore:wn,useId:wn,unstable_isNewReconciler:!1},w7={readContext:mr,useCallback:function(i,s){return ni().memoizedState=[i,s===void 0?null:s],i},useContext:mr,useEffect:$x,useImperativeHandle:function(i,s,l){return l=l!=null?l.concat([i]):null,od(4194308,4,Yx.bind(null,s,i),l)},useLayoutEffect:function(i,s){return od(4194308,4,i,s)},useInsertionEffect:function(i,s){return od(4,2,i,s)},useMemo:function(i,s){var l=ni();return s=s===void 0?null:s,i=i(),l.memoizedState=[i,s],i},useReducer:function(i,s,l){var h=ni();return s=l!==void 0?l(s):s,h.memoizedState=h.baseState=s,i={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:i,lastRenderedState:s},h.queue=i,i=i.dispatch=S7.bind(null,Ot,i),[h.memoizedState,i]},useRef:function(i){var s=ni();return i={current:i},s.memoizedState=i},useState:zx,useDebugValue:Um,useDeferredValue:function(i){return ni().memoizedState=i},useTransition:function(){var i=zx(!1),s=i[0];return i=_7.bind(null,i[1]),ni().memoizedState=i,[s,i]},useMutableSource:function(){},useSyncExternalStore:function(i,s,l){var h=Ot,E=ni();if(Ct){if(l===void 0)throw Error(n(407));l=l()}else{if(l=s(),on===null)throw Error(n(349));(Ro&30)!==0||Mx(h,s,l)}E.memoizedState=l;var b={value:l,getSnapshot:s};return E.queue=b,$x(Bx.bind(null,h,b,i),[i]),h.flags|=2048,Mu(9,Fx.bind(null,h,b,l,s),void 0,null),l},useId:function(){var i=ni(),s=on.identifierPrefix;if(Ct){var l=Ti,h=bi;l=(h&~(1<<32-kr(h)-1)).toString(32)+l,s=":"+s+"R"+l,l=Lu++,0<l&&(s+="H"+l.toString(32)),s+=":"}else l=T7++,s=":"+s+"r"+l.toString(32)+":";return i.memoizedState=s},unstable_isNewReconciler:!1},A7={readContext:mr,useCallback:Gx,useContext:mr,useEffect:Bm,useImperativeHandle:Wx,useInsertionEffect:Vx,useLayoutEffect:qx,useMemo:Xx,useReducer:Mm,useRef:jx,useState:function(){return Mm(Du)},useDebugValue:Um,useDeferredValue:function(i){var s=gr();return Kx(s,Xt.memoizedState,i)},useTransition:function(){var i=Mm(Du)[0],s=gr().memoizedState;return[i,s]},useMutableSource:Lx,useSyncExternalStore:Dx,useId:Qx,unstable_isNewReconciler:!1},v7={readContext:mr,useCallback:Gx,useContext:mr,useEffect:Bm,useImperativeHandle:Wx,useInsertionEffect:Vx,useLayoutEffect:qx,useMemo:Xx,useReducer:Fm,useRef:jx,useState:function(){return Fm(Du)},useDebugValue:Um,useDeferredValue:function(i){var s=gr();return Xt===null?s.memoizedState=i:Kx(s,Xt.memoizedState,i)},useTransition:function(){var i=Fm(Du)[0],s=gr().memoizedState;return[i,s]},useMutableSource:Lx,useSyncExternalStore:Dx,useId:Qx,unstable_isNewReconciler:!1};function Or(i,s){if(i&&i.defaultProps){s=k({},s),i=i.defaultProps;for(var l in i)s[l]===void 0&&(s[l]=i[l]);return s}return s}function Hm(i,s,l,h){s=i.memoizedState,l=l(h,s),l=l==null?s:k({},s,l),i.memoizedState=l,i.lanes===0&&(i.updateQueue.baseState=l)}var ud={isMounted:function(i){return(i=i._reactInternals)?vo(i)===i:!1},enqueueSetState:function(i,s,l){i=i._reactInternals;var h=Rn(),E=Qi(i),b=Si(h,E);b.payload=s,l!=null&&(b.callback=l),s=Wi(i,b,E),s!==null&&(Lr(s,i,E,h),ed(s,i,E))},enqueueReplaceState:function(i,s,l){i=i._reactInternals;var h=Rn(),E=Qi(i),b=Si(h,E);b.tag=1,b.payload=s,l!=null&&(b.callback=l),s=Wi(i,b,E),s!==null&&(Lr(s,i,E,h),ed(s,i,E))},enqueueForceUpdate:function(i,s){i=i._reactInternals;var l=Rn(),h=Qi(i),E=Si(l,h);E.tag=2,s!=null&&(E.callback=s),s=Wi(i,E,h),s!==null&&(Lr(s,i,h,l),ed(s,i,h))}};function tw(i,s,l,h,E,b,S){return i=i.stateNode,typeof i.shouldComponentUpdate=="function"?i.shouldComponentUpdate(h,b,S):s.prototype&&s.prototype.isPureReactComponent?!Su(l,h)||!Su(E,b):!0}function nw(i,s,l){var h=!1,E=Vi,b=s.contextType;return typeof b=="object"&&b!==null?b=mr(b):(E=jn(s)?ko:xn.current,h=s.contextTypes,b=(h=h!=null)?Vs(i,E):Vi),s=new s(l,b),i.memoizedState=s.state!==null&&s.state!==void 0?s.state:null,s.updater=ud,i.stateNode=s,s._reactInternals=i,h&&(i=i.stateNode,i.__reactInternalMemoizedUnmaskedChildContext=E,i.__reactInternalMemoizedMaskedChildContext=b),s}function rw(i,s,l,h){i=s.state,typeof s.componentWillReceiveProps=="function"&&s.componentWillReceiveProps(l,h),typeof s.UNSAFE_componentWillReceiveProps=="function"&&s.UNSAFE_componentWillReceiveProps(l,h),s.state!==i&&ud.enqueueReplaceState(s,s.state,null)}function zm(i,s,l,h){var E=i.stateNode;E.props=l,E.state=i.memoizedState,E.refs={},Cm(i);var b=s.contextType;typeof b=="object"&&b!==null?E.context=mr(b):(b=jn(s)?ko:xn.current,E.context=Vs(i,b)),E.state=i.memoizedState,b=s.getDerivedStateFromProps,typeof b=="function"&&(Hm(i,s,b,l),E.state=i.memoizedState),typeof s.getDerivedStateFromProps=="function"||typeof E.getSnapshotBeforeUpdate=="function"||typeof E.UNSAFE_componentWillMount!="function"&&typeof E.componentWillMount!="function"||(s=E.state,typeof E.componentWillMount=="function"&&E.componentWillMount(),typeof E.UNSAFE_componentWillMount=="function"&&E.UNSAFE_componentWillMount(),s!==E.state&&ud.enqueueReplaceState(E,E.state,null),td(i,l,E,h),E.state=i.memoizedState),typeof E.componentDidMount=="function"&&(i.flags|=4194308)}function Js(i,s){try{var l="",h=s;do l+=Be(h),h=h.return;while(h);var E=l}catch(b){E=`
|
|
16
16
|
Error generating stack: `+b.message+`
|
|
17
|
-
`+b.stack}return{value:i,source:s,stack:E,digest:null}}function Hm(i,s,l){return{value:i,source:null,stack:l!=null?l:null,digest:s!=null?s:null}}function zm(i,s){try{console.error(s.value)}catch(l){setTimeout(function(){throw l})}}var d7=typeof WeakMap=="function"?WeakMap:Map;function Kx(i,s,l){l=bi(-1,l),l.tag=3,l.payload={element:null};var h=s.value;return l.callback=function(){hd||(hd=!0,n0=h),zm(i,s)},l}function Qx(i,s,l){l=bi(-1,l),l.tag=3;var h=i.type.getDerivedStateFromError;if(typeof h=="function"){var E=s.value;l.payload=function(){return h(E)},l.callback=function(){zm(i,s)}}var b=i.stateNode;return b!==null&&typeof b.componentDidCatch=="function"&&(l.callback=function(){zm(i,s),typeof h!="function"&&(Gi===null?Gi=new Set([this]):Gi.add(this));var x=s.stack;this.componentDidCatch(s.value,{componentStack:x!==null?x:""})}),l}function Jx(i,s,l){var h=i.pingCache;if(h===null){h=i.pingCache=new d7;var E=new Set;h.set(s,E)}else E=h.get(s),E===void 0&&(E=new Set,h.set(s,E));E.has(l)||(E.add(l),i=A7.bind(null,i,s,l),s.then(i,i))}function Zx(i){do{var s;if((s=i.tag===13)&&(s=i.memoizedState,s=s!==null?s.dehydrated!==null:!0),s)return i;i=i.return}while(i!==null);return null}function e2(i,s,l,h,E){return(i.mode&1)===0?(i===s?i.flags|=65536:(i.flags|=128,l.flags|=131072,l.flags&=-52805,l.tag===1&&(l.alternate===null?l.tag=17:(s=bi(-1,1),s.tag=2,Yi(l,s,1))),l.lanes|=1),i):(i.flags|=65536,i.lanes=E,i)}var f7=H.ReactCurrentOwner,Mn=!1;function An(i,s,l,h){s.child=i===null?Tx(s,null,l,h):qs(s,i.child,l,h)}function t2(i,s,l,h,E){l=l.render;var b=s.ref;return Ws(s,E),h=Im(i,s,l,h,b,E),l=Rm(),i!==null&&!Mn?(s.updateQueue=i.updateQueue,s.flags&=-2053,i.lanes&=~E,Ti(i,s,E)):(vt&&l&&mm(s),s.flags|=1,An(i,s,h,E),s.child)}function n2(i,s,l,h,E){if(i===null){var b=l.type;return typeof b=="function"&&!l0(b)&&b.defaultProps===void 0&&l.compare===null&&l.defaultProps===void 0?(s.tag=15,s.type=b,r2(i,s,b,h,E)):(i=bd(l.type,null,h,s,s.mode,E),i.ref=s.ref,i.return=s,s.child=i)}if(b=i.child,(i.lanes&E)===0){var x=b.memoizedProps;if(l=l.compare,l=l!==null?l:bu,l(x,h)&&i.ref===s.ref)return Ti(i,s,E)}return s.flags|=1,i=Ji(b,h),i.ref=s.ref,i.return=s,s.child=i}function r2(i,s,l,h,E){if(i!==null){var b=i.memoizedProps;if(bu(b,h)&&i.ref===s.ref)if(Mn=!1,s.pendingProps=h=b,(i.lanes&E)!==0)(i.flags&131072)!==0&&(Mn=!0);else return s.lanes=i.lanes,Ti(i,s,E)}return jm(i,s,l,h,E)}function i2(i,s,l){var h=s.pendingProps,E=h.children,b=i!==null?i.memoizedState:null;if(h.mode==="hidden")if((s.mode&1)===0)s.memoizedState={baseLanes:0,cachePool:null,transitions:null},bt(Qs,Kn),Kn|=l;else{if((l&1073741824)===0)return i=b!==null?b.baseLanes|l:l,s.lanes=s.childLanes=1073741824,s.memoizedState={baseLanes:i,cachePool:null,transitions:null},s.updateQueue=null,bt(Qs,Kn),Kn|=i,null;s.memoizedState={baseLanes:0,cachePool:null,transitions:null},h=b!==null?b.baseLanes:l,bt(Qs,Kn),Kn|=h}else b!==null?(h=b.baseLanes|l,s.memoizedState=null):h=l,bt(Qs,Kn),Kn|=h;return An(i,s,E,l),s.child}function o2(i,s){var l=s.ref;(i===null&&l!==null||i!==null&&i.ref!==l)&&(s.flags|=512,s.flags|=2097152)}function jm(i,s,l,h,E){var b=Dn(l)?vo:En.current;return b=zs(s,b),Ws(s,E),l=Im(i,s,l,h,b,E),h=Rm(),i!==null&&!Mn?(s.updateQueue=i.updateQueue,s.flags&=-2053,i.lanes&=~E,Ti(i,s,E)):(vt&&h&&mm(s),s.flags|=1,An(i,s,l,E),s.child)}function s2(i,s,l,h,E){if(Dn(l)){var b=!0;Vc(s)}else b=!1;if(Ws(s,E),s.stateNode===null)ud(i,s),Gx(s,l,h),Um(s,l,h,E),h=!0;else if(i===null){var x=s.stateNode,R=s.memoizedProps;x.props=R;var U=x.context,Z=l.contextType;typeof Z=="object"&&Z!==null?Z=ur(Z):(Z=Dn(l)?vo:En.current,Z=zs(s,Z));var le=l.getDerivedStateFromProps,he=typeof le=="function"||typeof x.getSnapshotBeforeUpdate=="function";he||typeof x.UNSAFE_componentWillReceiveProps!="function"&&typeof x.componentWillReceiveProps!="function"||(R!==h||U!==Z)&&Xx(s,x,h,Z),qi=!1;var ae=s.memoizedState;x.state=ae,Zc(s,h,x,E),U=s.memoizedState,R!==h||ae!==U||Ln.current||qi?(typeof le=="function"&&(Bm(s,l,le,h),U=s.memoizedState),(R=qi||Wx(s,l,R,h,ae,U,Z))?(he||typeof x.UNSAFE_componentWillMount!="function"&&typeof x.componentWillMount!="function"||(typeof x.componentWillMount=="function"&&x.componentWillMount(),typeof x.UNSAFE_componentWillMount=="function"&&x.UNSAFE_componentWillMount()),typeof x.componentDidMount=="function"&&(s.flags|=4194308)):(typeof x.componentDidMount=="function"&&(s.flags|=4194308),s.memoizedProps=h,s.memoizedState=U),x.props=h,x.state=U,x.context=Z,h=R):(typeof x.componentDidMount=="function"&&(s.flags|=4194308),h=!1)}else{x=s.stateNode,Sx(i,s),R=s.memoizedProps,Z=s.type===s.elementType?R:wr(s.type,R),x.props=Z,he=s.pendingProps,ae=x.context,U=l.contextType,typeof U=="object"&&U!==null?U=ur(U):(U=Dn(l)?vo:En.current,U=zs(s,U));var we=l.getDerivedStateFromProps;(le=typeof we=="function"||typeof x.getSnapshotBeforeUpdate=="function")||typeof x.UNSAFE_componentWillReceiveProps!="function"&&typeof x.componentWillReceiveProps!="function"||(R!==he||ae!==U)&&Xx(s,x,h,U),qi=!1,ae=s.memoizedState,x.state=ae,Zc(s,h,x,E);var Pe=s.memoizedState;R!==he||ae!==Pe||Ln.current||qi?(typeof we=="function"&&(Bm(s,l,we,h),Pe=s.memoizedState),(Z=qi||Wx(s,l,Z,h,ae,Pe,U)||!1)?(le||typeof x.UNSAFE_componentWillUpdate!="function"&&typeof x.componentWillUpdate!="function"||(typeof x.componentWillUpdate=="function"&&x.componentWillUpdate(h,Pe,U),typeof x.UNSAFE_componentWillUpdate=="function"&&x.UNSAFE_componentWillUpdate(h,Pe,U)),typeof x.componentDidUpdate=="function"&&(s.flags|=4),typeof x.getSnapshotBeforeUpdate=="function"&&(s.flags|=1024)):(typeof x.componentDidUpdate!="function"||R===i.memoizedProps&&ae===i.memoizedState||(s.flags|=4),typeof x.getSnapshotBeforeUpdate!="function"||R===i.memoizedProps&&ae===i.memoizedState||(s.flags|=1024),s.memoizedProps=h,s.memoizedState=Pe),x.props=h,x.state=Pe,x.context=U,h=Z):(typeof x.componentDidUpdate!="function"||R===i.memoizedProps&&ae===i.memoizedState||(s.flags|=4),typeof x.getSnapshotBeforeUpdate!="function"||R===i.memoizedProps&&ae===i.memoizedState||(s.flags|=1024),h=!1)}return $m(i,s,l,h,b,E)}function $m(i,s,l,h,E,b){o2(i,s);var x=(s.flags&128)!==0;if(!h&&!x)return E&&dx(s,l,!1),Ti(i,s,b);h=s.stateNode,f7.current=s;var R=x&&typeof l.getDerivedStateFromError!="function"?null:h.render();return s.flags|=1,i!==null&&x?(s.child=qs(s,i.child,null,b),s.child=qs(s,null,R,b)):An(i,s,R,b),s.memoizedState=h.state,E&&dx(s,l,!0),s.child}function a2(i){var s=i.stateNode;s.pendingContext?lx(i,s.pendingContext,s.pendingContext!==s.context):s.context&&lx(i,s.context,!1),vm(i,s.containerInfo)}function u2(i,s,l,h,E){return Vs(),bm(E),s.flags|=256,An(i,s,l,h),s.child}var Vm={dehydrated:null,treeContext:null,retryLane:0};function qm(i){return{baseLanes:i,cachePool:null,transitions:null}}function l2(i,s,l){var h=s.pendingProps,E=kt.current,b=!1,x=(s.flags&128)!==0,R;if((R=x)||(R=i!==null&&i.memoizedState===null?!1:(E&2)!==0),R?(b=!0,s.flags&=-129):(i===null||i.memoizedState!==null)&&(E|=1),bt(kt,E&1),i===null)return ym(s),i=s.memoizedState,i!==null&&(i=i.dehydrated,i!==null)?((s.mode&1)===0?s.lanes=1:i.data==="$!"?s.lanes=8:s.lanes=1073741824,null):(x=h.children,i=h.fallback,b?(h=s.mode,b=s.child,x={mode:"hidden",children:x},(h&1)===0&&b!==null?(b.childLanes=0,b.pendingProps=x):b=Td(x,h,0,null),i=Mo(i,h,l,null),b.return=s,i.return=s,b.sibling=i,s.child=b,s.child.memoizedState=qm(l),s.memoizedState=Vm,i):Ym(s,x));if(E=i.memoizedState,E!==null&&(R=E.dehydrated,R!==null))return h7(i,s,x,h,R,E,l);if(b){b=h.fallback,x=s.mode,E=i.child,R=E.sibling;var U={mode:"hidden",children:h.children};return(x&1)===0&&s.child!==E?(h=s.child,h.childLanes=0,h.pendingProps=U,s.deletions=null):(h=Ji(E,U),h.subtreeFlags=E.subtreeFlags&14680064),R!==null?b=Ji(R,b):(b=Mo(b,x,l,null),b.flags|=2),b.return=s,h.return=s,h.sibling=b,s.child=h,h=b,b=s.child,x=i.child.memoizedState,x=x===null?qm(l):{baseLanes:x.baseLanes|l,cachePool:null,transitions:x.transitions},b.memoizedState=x,b.childLanes=i.childLanes&~l,s.memoizedState=Vm,h}return b=i.child,i=b.sibling,h=Ji(b,{mode:"visible",children:h.children}),(s.mode&1)===0&&(h.lanes=l),h.return=s,h.sibling=null,i!==null&&(l=s.deletions,l===null?(s.deletions=[i],s.flags|=16):l.push(i)),s.child=h,s.memoizedState=null,h}function Ym(i,s){return s=Td({mode:"visible",children:s},i.mode,0,null),s.return=i,i.child=s}function ad(i,s,l,h){return h!==null&&bm(h),qs(s,i.child,null,l),i=Ym(s,s.pendingProps.children),i.flags|=2,s.memoizedState=null,i}function h7(i,s,l,h,E,b,x){if(l)return s.flags&256?(s.flags&=-257,h=Hm(Error(n(422))),ad(i,s,x,h)):s.memoizedState!==null?(s.child=i.child,s.flags|=128,null):(b=h.fallback,E=s.mode,h=Td({mode:"visible",children:h.children},E,0,null),b=Mo(b,E,x,null),b.flags|=2,h.return=s,b.return=s,h.sibling=b,s.child=h,(s.mode&1)!==0&&qs(s,i.child,null,x),s.child.memoizedState=qm(x),s.memoizedState=Vm,b);if((s.mode&1)===0)return ad(i,s,x,null);if(E.data==="$!"){if(h=E.nextSibling&&E.nextSibling.dataset,h)var R=h.dgst;return h=R,b=Error(n(419)),h=Hm(b,h,void 0),ad(i,s,x,h)}if(R=(x&i.childLanes)!==0,Mn||R){if(h=tn,h!==null){switch(x&-x){case 4:E=2;break;case 16:E=8;break;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:E=32;break;case 536870912:E=268435456;break;default:E=0}E=(E&(h.suspendedLanes|x))!==0?0:E,E!==0&&E!==b.retryLane&&(b.retryLane=E,yi(i,E),Cr(h,i,E,-1))}return u0(),h=Hm(Error(n(421))),ad(i,s,x,h)}return E.data==="$?"?(s.flags|=128,s.child=i.child,s=v7.bind(null,i),E._reactRetry=s,null):(i=b.treeContext,Xn=zi(E.nextSibling),Gn=s,vt=!0,xr=null,i!==null&&(sr[ar++]=gi,sr[ar++]=Ei,sr[ar++]=Co,gi=i.id,Ei=i.overflow,Co=s),s=Ym(s,h.children),s.flags|=4096,s)}function c2(i,s,l){i.lanes|=s;var h=i.alternate;h!==null&&(h.lanes|=s),xm(i.return,s,l)}function Wm(i,s,l,h,E){var b=i.memoizedState;b===null?i.memoizedState={isBackwards:s,rendering:null,renderingStartTime:0,last:h,tail:l,tailMode:E}:(b.isBackwards=s,b.rendering=null,b.renderingStartTime=0,b.last=h,b.tail=l,b.tailMode=E)}function d2(i,s,l){var h=s.pendingProps,E=h.revealOrder,b=h.tail;if(An(i,s,h.children,l),h=kt.current,(h&2)!==0)h=h&1|2,s.flags|=128;else{if(i!==null&&(i.flags&128)!==0)e:for(i=s.child;i!==null;){if(i.tag===13)i.memoizedState!==null&&c2(i,l,s);else if(i.tag===19)c2(i,l,s);else if(i.child!==null){i.child.return=i,i=i.child;continue}if(i===s)break e;for(;i.sibling===null;){if(i.return===null||i.return===s)break e;i=i.return}i.sibling.return=i.return,i=i.sibling}h&=1}if(bt(kt,h),(s.mode&1)===0)s.memoizedState=null;else switch(E){case"forwards":for(l=s.child,E=null;l!==null;)i=l.alternate,i!==null&&ed(i)===null&&(E=l),l=l.sibling;l=E,l===null?(E=s.child,s.child=null):(E=l.sibling,l.sibling=null),Wm(s,!1,E,l,b);break;case"backwards":for(l=null,E=s.child,s.child=null;E!==null;){if(i=E.alternate,i!==null&&ed(i)===null){s.child=E;break}i=E.sibling,E.sibling=l,l=E,E=i}Wm(s,!0,l,null,b);break;case"together":Wm(s,!1,null,null,void 0);break;default:s.memoizedState=null}return s.child}function ud(i,s){(s.mode&1)===0&&i!==null&&(i.alternate=null,s.alternate=null,s.flags|=2)}function Ti(i,s,l){if(i!==null&&(s.dependencies=i.dependencies),Io|=s.lanes,(l&s.childLanes)===0)return null;if(i!==null&&s.child!==i.child)throw Error(n(153));if(s.child!==null){for(i=s.child,l=Ji(i,i.pendingProps),s.child=l,l.return=s;i.sibling!==null;)i=i.sibling,l=l.sibling=Ji(i,i.pendingProps),l.return=s;l.sibling=null}return s.child}function p7(i,s,l){switch(s.tag){case 3:a2(s),Vs();break;case 5:Ax(s);break;case 1:Dn(s.type)&&Vc(s);break;case 4:vm(s,s.stateNode.containerInfo);break;case 10:var h=s.type._context,E=s.memoizedProps.value;bt(Kc,h._currentValue),h._currentValue=E;break;case 13:if(h=s.memoizedState,h!==null)return h.dehydrated!==null?(bt(kt,kt.current&1),s.flags|=128,null):(l&s.child.childLanes)!==0?l2(i,s,l):(bt(kt,kt.current&1),i=Ti(i,s,l),i!==null?i.sibling:null);bt(kt,kt.current&1);break;case 19:if(h=(l&s.childLanes)!==0,(i.flags&128)!==0){if(h)return d2(i,s,l);s.flags|=128}if(E=s.memoizedState,E!==null&&(E.rendering=null,E.tail=null,E.lastEffect=null),bt(kt,kt.current),h)break;return null;case 22:case 23:return s.lanes=0,i2(i,s,l)}return Ti(i,s,l)}var f2,Gm,h2,p2;f2=function(i,s){for(var l=s.child;l!==null;){if(l.tag===5||l.tag===6)i.appendChild(l.stateNode);else if(l.tag!==4&&l.child!==null){l.child.return=l,l=l.child;continue}if(l===s)break;for(;l.sibling===null;){if(l.return===null||l.return===s)return;l=l.return}l.sibling.return=l.return,l=l.sibling}},Gm=function(){},h2=function(i,s,l,h){var E=i.memoizedProps;if(E!==h){i=s.stateNode,No(Kr.current);var b=null;switch(l){case"input":E=Rn(i,E),h=Rn(i,h),b=[];break;case"select":E=C({},E,{value:void 0}),h=C({},h,{value:void 0}),b=[];break;case"textarea":E=Fe(i,E),h=Fe(i,h),b=[];break;default:typeof E.onClick!="function"&&typeof h.onClick=="function"&&(i.onclick=zc)}an(l,h);var x;l=null;for(Z in E)if(!h.hasOwnProperty(Z)&&E.hasOwnProperty(Z)&&E[Z]!=null)if(Z==="style"){var R=E[Z];for(x in R)R.hasOwnProperty(x)&&(l||(l={}),l[x]="")}else Z!=="dangerouslySetInnerHTML"&&Z!=="children"&&Z!=="suppressContentEditableWarning"&&Z!=="suppressHydrationWarning"&&Z!=="autoFocus"&&(o.hasOwnProperty(Z)?b||(b=[]):(b=b||[]).push(Z,null));for(Z in h){var U=h[Z];if(R=E!=null?E[Z]:void 0,h.hasOwnProperty(Z)&&U!==R&&(U!=null||R!=null))if(Z==="style")if(R){for(x in R)!R.hasOwnProperty(x)||U&&U.hasOwnProperty(x)||(l||(l={}),l[x]="");for(x in U)U.hasOwnProperty(x)&&R[x]!==U[x]&&(l||(l={}),l[x]=U[x])}else l||(b||(b=[]),b.push(Z,l)),l=U;else Z==="dangerouslySetInnerHTML"?(U=U?U.__html:void 0,R=R?R.__html:void 0,U!=null&&R!==U&&(b=b||[]).push(Z,U)):Z==="children"?typeof U!="string"&&typeof U!="number"||(b=b||[]).push(Z,""+U):Z!=="suppressContentEditableWarning"&&Z!=="suppressHydrationWarning"&&(o.hasOwnProperty(Z)?(U!=null&&Z==="onScroll"&&_t("scroll",i),b||R===U||(b=[])):(b=b||[]).push(Z,U))}l&&(b=b||[]).push("style",l);var Z=b;(s.updateQueue=Z)&&(s.flags|=4)}},p2=function(i,s,l,h){l!==h&&(s.flags|=4)};function Lu(i,s){if(!vt)switch(i.tailMode){case"hidden":s=i.tail;for(var l=null;s!==null;)s.alternate!==null&&(l=s),s=s.sibling;l===null?i.tail=null:l.sibling=null;break;case"collapsed":l=i.tail;for(var h=null;l!==null;)l.alternate!==null&&(h=l),l=l.sibling;h===null?s||i.tail===null?i.tail=null:i.tail.sibling=null:h.sibling=null}}function bn(i){var s=i.alternate!==null&&i.alternate.child===i.child,l=0,h=0;if(s)for(var E=i.child;E!==null;)l|=E.lanes|E.childLanes,h|=E.subtreeFlags&14680064,h|=E.flags&14680064,E.return=i,E=E.sibling;else for(E=i.child;E!==null;)l|=E.lanes|E.childLanes,h|=E.subtreeFlags,h|=E.flags,E.return=i,E=E.sibling;return i.subtreeFlags|=h,i.childLanes=l,s}function m7(i,s,l){var h=s.pendingProps;switch(gm(s),s.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return bn(s),null;case 1:return Dn(s.type)&&$c(),bn(s),null;case 3:return h=s.stateNode,Gs(),St(Ln),St(En),Pm(),h.pendingContext&&(h.context=h.pendingContext,h.pendingContext=null),(i===null||i.child===null)&&(Gc(s)?s.flags|=4:i===null||i.memoizedState.isDehydrated&&(s.flags&256)===0||(s.flags|=1024,xr!==null&&(o0(xr),xr=null))),Gm(i,s),bn(s),null;case 5:Cm(s);var E=No(Pu.current);if(l=s.type,i!==null&&s.stateNode!=null)h2(i,s,l,h,E),i.ref!==s.ref&&(s.flags|=512,s.flags|=2097152);else{if(!h){if(s.stateNode===null)throw Error(n(166));return bn(s),null}if(i=No(Kr.current),Gc(s)){h=s.stateNode,l=s.type;var b=s.memoizedProps;switch(h[Xr]=s,h[wu]=b,i=(s.mode&1)!==0,l){case"dialog":_t("cancel",h),_t("close",h);break;case"iframe":case"object":case"embed":_t("load",h);break;case"video":case"audio":for(E=0;E<_u.length;E++)_t(_u[E],h);break;case"source":_t("error",h);break;case"img":case"image":case"link":_t("error",h),_t("load",h);break;case"details":_t("toggle",h);break;case"input":Ri(h,b),_t("invalid",h);break;case"select":h._wrapperState={wasMultiple:!!b.multiple},_t("invalid",h);break;case"textarea":Be(h,b),_t("invalid",h)}an(l,b),E=null;for(var x in b)if(b.hasOwnProperty(x)){var R=b[x];x==="children"?typeof R=="string"?h.textContent!==R&&(b.suppressHydrationWarning!==!0&&Hc(h.textContent,R,i),E=["children",R]):typeof R=="number"&&h.textContent!==""+R&&(b.suppressHydrationWarning!==!0&&Hc(h.textContent,R,i),E=["children",""+R]):o.hasOwnProperty(x)&&R!=null&&x==="onScroll"&&_t("scroll",h)}switch(l){case"input":on(h),Ps(h,b,!0);break;case"textarea":on(h),pt(h);break;case"select":case"option":break;default:typeof b.onClick=="function"&&(h.onclick=zc)}h=E,s.updateQueue=h,h!==null&&(s.flags|=4)}else{x=E.nodeType===9?E:E.ownerDocument,i==="http://www.w3.org/1999/xhtml"&&(i=J(l)),i==="http://www.w3.org/1999/xhtml"?l==="script"?(i=x.createElement("div"),i.innerHTML="<script><\/script>",i=i.removeChild(i.firstChild)):typeof h.is=="string"?i=x.createElement(l,{is:h.is}):(i=x.createElement(l),l==="select"&&(x=i,h.multiple?x.multiple=!0:h.size&&(x.size=h.size))):i=x.createElementNS(i,l),i[Xr]=s,i[wu]=h,f2(i,s,!1,!1),s.stateNode=i;e:{switch(x=Wr(l,h),l){case"dialog":_t("cancel",i),_t("close",i),E=h;break;case"iframe":case"object":case"embed":_t("load",i),E=h;break;case"video":case"audio":for(E=0;E<_u.length;E++)_t(_u[E],i);E=h;break;case"source":_t("error",i),E=h;break;case"img":case"image":case"link":_t("error",i),_t("load",i),E=h;break;case"details":_t("toggle",i),E=h;break;case"input":Ri(i,h),E=Rn(i,h),_t("invalid",i);break;case"option":E=h;break;case"select":i._wrapperState={wasMultiple:!!h.multiple},E=C({},h,{value:void 0}),_t("invalid",i);break;case"textarea":Be(i,h),E=Fe(i,h),_t("invalid",i);break;default:E=h}an(l,E),R=E;for(b in R)if(R.hasOwnProperty(b)){var U=R[b];b==="style"?sn(i,U):b==="dangerouslySetInnerHTML"?(U=U?U.__html:void 0,U!=null&&Ve(i,U)):b==="children"?typeof U=="string"?(l!=="textarea"||U!=="")&&Le(i,U):typeof U=="number"&&Le(i,""+U):b!=="suppressContentEditableWarning"&&b!=="suppressHydrationWarning"&&b!=="autoFocus"&&(o.hasOwnProperty(b)?U!=null&&b==="onScroll"&&_t("scroll",i):U!=null&&k(i,b,U,x))}switch(l){case"input":on(i),Ps(i,h,!1);break;case"textarea":on(i),pt(i);break;case"option":h.value!=null&&i.setAttribute("value",""+xe(h.value));break;case"select":i.multiple=!!h.multiple,b=h.value,b!=null?Ae(i,!!h.multiple,b,!1):h.defaultValue!=null&&Ae(i,!!h.multiple,h.defaultValue,!0);break;default:typeof E.onClick=="function"&&(i.onclick=zc)}switch(l){case"button":case"input":case"select":case"textarea":h=!!h.autoFocus;break e;case"img":h=!0;break e;default:h=!1}}h&&(s.flags|=4)}s.ref!==null&&(s.flags|=512,s.flags|=2097152)}return bn(s),null;case 6:if(i&&s.stateNode!=null)p2(i,s,i.memoizedProps,h);else{if(typeof h!="string"&&s.stateNode===null)throw Error(n(166));if(l=No(Pu.current),No(Kr.current),Gc(s)){if(h=s.stateNode,l=s.memoizedProps,h[Xr]=s,(b=h.nodeValue!==l)&&(i=Gn,i!==null))switch(i.tag){case 3:Hc(h.nodeValue,l,(i.mode&1)!==0);break;case 5:i.memoizedProps.suppressHydrationWarning!==!0&&Hc(h.nodeValue,l,(i.mode&1)!==0)}b&&(s.flags|=4)}else h=(l.nodeType===9?l:l.ownerDocument).createTextNode(h),h[Xr]=s,s.stateNode=h}return bn(s),null;case 13:if(St(kt),h=s.memoizedState,i===null||i.memoizedState!==null&&i.memoizedState.dehydrated!==null){if(vt&&Xn!==null&&(s.mode&1)!==0&&(s.flags&128)===0)Ex(),Vs(),s.flags|=98560,b=!1;else if(b=Gc(s),h!==null&&h.dehydrated!==null){if(i===null){if(!b)throw Error(n(318));if(b=s.memoizedState,b=b!==null?b.dehydrated:null,!b)throw Error(n(317));b[Xr]=s}else Vs(),(s.flags&128)===0&&(s.memoizedState=null),s.flags|=4;bn(s),b=!1}else xr!==null&&(o0(xr),xr=null),b=!0;if(!b)return s.flags&65536?s:null}return(s.flags&128)!==0?(s.lanes=l,s):(h=h!==null,h!==(i!==null&&i.memoizedState!==null)&&h&&(s.child.flags|=8192,(s.mode&1)!==0&&(i===null||(kt.current&1)!==0?Gt===0&&(Gt=3):u0())),s.updateQueue!==null&&(s.flags|=4),bn(s),null);case 4:return Gs(),Gm(i,s),i===null&&Su(s.stateNode.containerInfo),bn(s),null;case 10:return Sm(s.type._context),bn(s),null;case 17:return Dn(s.type)&&$c(),bn(s),null;case 19:if(St(kt),b=s.memoizedState,b===null)return bn(s),null;if(h=(s.flags&128)!==0,x=b.rendering,x===null)if(h)Lu(b,!1);else{if(Gt!==0||i!==null&&(i.flags&128)!==0)for(i=s.child;i!==null;){if(x=ed(i),x!==null){for(s.flags|=128,Lu(b,!1),h=x.updateQueue,h!==null&&(s.updateQueue=h,s.flags|=4),s.subtreeFlags=0,h=l,l=s.child;l!==null;)b=l,i=h,b.flags&=14680066,x=b.alternate,x===null?(b.childLanes=0,b.lanes=i,b.child=null,b.subtreeFlags=0,b.memoizedProps=null,b.memoizedState=null,b.updateQueue=null,b.dependencies=null,b.stateNode=null):(b.childLanes=x.childLanes,b.lanes=x.lanes,b.child=x.child,b.subtreeFlags=0,b.deletions=null,b.memoizedProps=x.memoizedProps,b.memoizedState=x.memoizedState,b.updateQueue=x.updateQueue,b.type=x.type,i=x.dependencies,b.dependencies=i===null?null:{lanes:i.lanes,firstContext:i.firstContext}),l=l.sibling;return bt(kt,kt.current&1|2),s.child}i=i.sibling}b.tail!==null&&Lt()>Js&&(s.flags|=128,h=!0,Lu(b,!1),s.lanes=4194304)}else{if(!h)if(i=ed(x),i!==null){if(s.flags|=128,h=!0,l=i.updateQueue,l!==null&&(s.updateQueue=l,s.flags|=4),Lu(b,!0),b.tail===null&&b.tailMode==="hidden"&&!x.alternate&&!vt)return bn(s),null}else 2*Lt()-b.renderingStartTime>Js&&l!==1073741824&&(s.flags|=128,h=!0,Lu(b,!1),s.lanes=4194304);b.isBackwards?(x.sibling=s.child,s.child=x):(l=b.last,l!==null?l.sibling=x:s.child=x,b.last=x)}return b.tail!==null?(s=b.tail,b.rendering=s,b.tail=s.sibling,b.renderingStartTime=Lt(),s.sibling=null,l=kt.current,bt(kt,h?l&1|2:l&1),s):(bn(s),null);case 22:case 23:return a0(),h=s.memoizedState!==null,i!==null&&i.memoizedState!==null!==h&&(s.flags|=8192),h&&(s.mode&1)!==0?(Kn&1073741824)!==0&&(bn(s),s.subtreeFlags&6&&(s.flags|=8192)):bn(s),null;case 24:return null;case 25:return null}throw Error(n(156,s.tag))}function g7(i,s){switch(gm(s),s.tag){case 1:return Dn(s.type)&&$c(),i=s.flags,i&65536?(s.flags=i&-65537|128,s):null;case 3:return Gs(),St(Ln),St(En),Pm(),i=s.flags,(i&65536)!==0&&(i&128)===0?(s.flags=i&-65537|128,s):null;case 5:return Cm(s),null;case 13:if(St(kt),i=s.memoizedState,i!==null&&i.dehydrated!==null){if(s.alternate===null)throw Error(n(340));Vs()}return i=s.flags,i&65536?(s.flags=i&-65537|128,s):null;case 19:return St(kt),null;case 4:return Gs(),null;case 10:return Sm(s.type._context),null;case 22:case 23:return a0(),null;case 24:return null;default:return null}}var ld=!1,Tn=!1,E7=typeof WeakSet=="function"?WeakSet:Set,Ce=null;function Ks(i,s){var l=i.ref;if(l!==null)if(typeof l=="function")try{l(null)}catch(h){Ot(i,s,h)}else l.current=null}function Xm(i,s,l){try{l()}catch(h){Ot(i,s,h)}}var m2=!1;function y7(i,s){if(am=Pc,i=WS(),Zp(i)){if("selectionStart"in i)var l={start:i.selectionStart,end:i.selectionEnd};else e:{l=(l=i.ownerDocument)&&l.defaultView||window;var h=l.getSelection&&l.getSelection();if(h&&h.rangeCount!==0){l=h.anchorNode;var E=h.anchorOffset,b=h.focusNode;h=h.focusOffset;try{l.nodeType,b.nodeType}catch(Te){l=null;break e}var x=0,R=-1,U=-1,Z=0,le=0,he=i,ae=null;t:for(;;){for(var we;he!==l||E!==0&&he.nodeType!==3||(R=x+E),he!==b||h!==0&&he.nodeType!==3||(U=x+h),he.nodeType===3&&(x+=he.nodeValue.length),(we=he.firstChild)!==null;)ae=he,he=we;for(;;){if(he===i)break t;if(ae===l&&++Z===E&&(R=x),ae===b&&++le===h&&(U=x),(we=he.nextSibling)!==null)break;he=ae,ae=he.parentNode}he=we}l=R===-1||U===-1?null:{start:R,end:U}}else l=null}l=l||{start:0,end:0}}else l=null;for(um={focusedElem:i,selectionRange:l},Pc=!1,Ce=s;Ce!==null;)if(s=Ce,i=s.child,(s.subtreeFlags&1028)!==0&&i!==null)i.return=s,Ce=i;else for(;Ce!==null;){s=Ce;try{var Pe=s.alternate;if((s.flags&1024)!==0)switch(s.tag){case 0:case 11:case 15:break;case 1:if(Pe!==null){var Ie=Pe.memoizedProps,Dt=Pe.memoizedState,G=s.stateNode,j=G.getSnapshotBeforeUpdate(s.elementType===s.type?Ie:wr(s.type,Ie),Dt);G.__reactInternalSnapshotBeforeUpdate=j}break;case 3:var K=s.stateNode.containerInfo;K.nodeType===1?K.textContent="":K.nodeType===9&&K.documentElement&&K.removeChild(K.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(n(163))}}catch(Te){Ot(s,s.return,Te)}if(i=s.sibling,i!==null){i.return=s.return,Ce=i;break}Ce=s.return}return Pe=m2,m2=!1,Pe}function Du(i,s,l){var h=s.updateQueue;if(h=h!==null?h.lastEffect:null,h!==null){var E=h=h.next;do{if((E.tag&i)===i){var b=E.destroy;E.destroy=void 0,b!==void 0&&Xm(s,l,b)}E=E.next}while(E!==h)}}function cd(i,s){if(s=s.updateQueue,s=s!==null?s.lastEffect:null,s!==null){var l=s=s.next;do{if((l.tag&i)===i){var h=l.create;l.destroy=h()}l=l.next}while(l!==s)}}function Km(i){var s=i.ref;if(s!==null){var l=i.stateNode;i.tag,i=l,typeof s=="function"?s(i):s.current=i}}function g2(i){var s=i.alternate;s!==null&&(i.alternate=null,g2(s)),i.child=null,i.deletions=null,i.sibling=null,i.tag===5&&(s=i.stateNode,s!==null&&(delete s[Xr],delete s[wu],delete s[fm],delete s[e7],delete s[t7])),i.stateNode=null,i.return=null,i.dependencies=null,i.memoizedProps=null,i.memoizedState=null,i.pendingProps=null,i.stateNode=null,i.updateQueue=null}function E2(i){return i.tag===5||i.tag===3||i.tag===4}function y2(i){e:for(;;){for(;i.sibling===null;){if(i.return===null||E2(i.return))return null;i=i.return}for(i.sibling.return=i.return,i=i.sibling;i.tag!==5&&i.tag!==6&&i.tag!==18;){if(i.flags&2||i.child===null||i.tag===4)continue e;i.child.return=i,i=i.child}if(!(i.flags&2))return i.stateNode}}function Qm(i,s,l){var h=i.tag;if(h===5||h===6)i=i.stateNode,s?l.nodeType===8?l.parentNode.insertBefore(i,s):l.insertBefore(i,s):(l.nodeType===8?(s=l.parentNode,s.insertBefore(i,l)):(s=l,s.appendChild(i)),l=l._reactRootContainer,l!=null||s.onclick!==null||(s.onclick=zc));else if(h!==4&&(i=i.child,i!==null))for(Qm(i,s,l),i=i.sibling;i!==null;)Qm(i,s,l),i=i.sibling}function Jm(i,s,l){var h=i.tag;if(h===5||h===6)i=i.stateNode,s?l.insertBefore(i,s):l.appendChild(i);else if(h!==4&&(i=i.child,i!==null))for(Jm(i,s,l),i=i.sibling;i!==null;)Jm(i,s,l),i=i.sibling}var un=null,Ar=!1;function Wi(i,s,l){for(l=l.child;l!==null;)b2(i,s,l),l=l.sibling}function b2(i,s,l){if(Gr&&typeof Gr.onCommitFiberUnmount=="function")try{Gr.onCommitFiberUnmount(xc,l)}catch(R){}switch(l.tag){case 5:Tn||Ks(l,s);case 6:var h=un,E=Ar;un=null,Wi(i,s,l),un=h,Ar=E,un!==null&&(Ar?(i=un,l=l.stateNode,i.nodeType===8?i.parentNode.removeChild(l):i.removeChild(l)):un.removeChild(l.stateNode));break;case 18:un!==null&&(Ar?(i=un,l=l.stateNode,i.nodeType===8?dm(i.parentNode,l):i.nodeType===1&&dm(i,l),hu(i)):dm(un,l.stateNode));break;case 4:h=un,E=Ar,un=l.stateNode.containerInfo,Ar=!0,Wi(i,s,l),un=h,Ar=E;break;case 0:case 11:case 14:case 15:if(!Tn&&(h=l.updateQueue,h!==null&&(h=h.lastEffect,h!==null))){E=h=h.next;do{var b=E,x=b.destroy;b=b.tag,x!==void 0&&((b&2)!==0||(b&4)!==0)&&Xm(l,s,x),E=E.next}while(E!==h)}Wi(i,s,l);break;case 1:if(!Tn&&(Ks(l,s),h=l.stateNode,typeof h.componentWillUnmount=="function"))try{h.props=l.memoizedProps,h.state=l.memoizedState,h.componentWillUnmount()}catch(R){Ot(l,s,R)}Wi(i,s,l);break;case 21:Wi(i,s,l);break;case 22:l.mode&1?(Tn=(h=Tn)||l.memoizedState!==null,Wi(i,s,l),Tn=h):Wi(i,s,l);break;default:Wi(i,s,l)}}function T2(i){var s=i.updateQueue;if(s!==null){i.updateQueue=null;var l=i.stateNode;l===null&&(l=i.stateNode=new E7),s.forEach(function(h){var E=C7.bind(null,i,h);l.has(h)||(l.add(h),h.then(E,E))})}}function vr(i,s){var l=s.deletions;if(l!==null)for(var h=0;h<l.length;h++){var E=l[h];try{var b=i,x=s,R=x;e:for(;R!==null;){switch(R.tag){case 5:un=R.stateNode,Ar=!1;break e;case 3:un=R.stateNode.containerInfo,Ar=!0;break e;case 4:un=R.stateNode.containerInfo,Ar=!0;break e}R=R.return}if(un===null)throw Error(n(160));b2(b,x,E),un=null,Ar=!1;var U=E.alternate;U!==null&&(U.return=null),E.return=null}catch(Z){Ot(E,s,Z)}}if(s.subtreeFlags&12854)for(s=s.child;s!==null;)_2(s,i),s=s.sibling}function _2(i,s){var l=i.alternate,h=i.flags;switch(i.tag){case 0:case 11:case 14:case 15:if(vr(s,i),Jr(i),h&4){try{Du(3,i,i.return),cd(3,i)}catch(Ie){Ot(i,i.return,Ie)}try{Du(5,i,i.return)}catch(Ie){Ot(i,i.return,Ie)}}break;case 1:vr(s,i),Jr(i),h&512&&l!==null&&Ks(l,l.return);break;case 5:if(vr(s,i),Jr(i),h&512&&l!==null&&Ks(l,l.return),i.flags&32){var E=i.stateNode;try{Le(E,"")}catch(Ie){Ot(i,i.return,Ie)}}if(h&4&&(E=i.stateNode,E!=null)){var b=i.memoizedProps,x=l!==null?l.memoizedProps:b,R=i.type,U=i.updateQueue;if(i.updateQueue=null,U!==null)try{R==="input"&&b.type==="radio"&&b.name!=null&&Li(E,b),Wr(R,x);var Z=Wr(R,b);for(x=0;x<U.length;x+=2){var le=U[x],he=U[x+1];le==="style"?sn(E,he):le==="dangerouslySetInnerHTML"?Ve(E,he):le==="children"?Le(E,he):k(E,le,he,Z)}switch(R){case"input":fi(E,b);break;case"textarea":it(E,b);break;case"select":var ae=E._wrapperState.wasMultiple;E._wrapperState.wasMultiple=!!b.multiple;var we=b.value;we!=null?Ae(E,!!b.multiple,we,!1):ae!==!!b.multiple&&(b.defaultValue!=null?Ae(E,!!b.multiple,b.defaultValue,!0):Ae(E,!!b.multiple,b.multiple?[]:"",!1))}E[wu]=b}catch(Ie){Ot(i,i.return,Ie)}}break;case 6:if(vr(s,i),Jr(i),h&4){if(i.stateNode===null)throw Error(n(162));E=i.stateNode,b=i.memoizedProps;try{E.nodeValue=b}catch(Ie){Ot(i,i.return,Ie)}}break;case 3:if(vr(s,i),Jr(i),h&4&&l!==null&&l.memoizedState.isDehydrated)try{hu(s.containerInfo)}catch(Ie){Ot(i,i.return,Ie)}break;case 4:vr(s,i),Jr(i);break;case 13:vr(s,i),Jr(i),E=i.child,E.flags&8192&&(b=E.memoizedState!==null,E.stateNode.isHidden=b,!b||E.alternate!==null&&E.alternate.memoizedState!==null||(t0=Lt())),h&4&&T2(i);break;case 22:if(le=l!==null&&l.memoizedState!==null,i.mode&1?(Tn=(Z=Tn)||le,vr(s,i),Tn=Z):vr(s,i),Jr(i),h&8192){if(Z=i.memoizedState!==null,(i.stateNode.isHidden=Z)&&!le&&(i.mode&1)!==0)for(Ce=i,le=i.child;le!==null;){for(he=Ce=le;Ce!==null;){switch(ae=Ce,we=ae.child,ae.tag){case 0:case 11:case 14:case 15:Du(4,ae,ae.return);break;case 1:Ks(ae,ae.return);var Pe=ae.stateNode;if(typeof Pe.componentWillUnmount=="function"){h=ae,l=ae.return;try{s=h,Pe.props=s.memoizedProps,Pe.state=s.memoizedState,Pe.componentWillUnmount()}catch(Ie){Ot(h,l,Ie)}}break;case 5:Ks(ae,ae.return);break;case 22:if(ae.memoizedState!==null){w2(he);continue}}we!==null?(we.return=ae,Ce=we):w2(he)}le=le.sibling}e:for(le=null,he=i;;){if(he.tag===5){if(le===null){le=he;try{E=he.stateNode,Z?(b=E.style,typeof b.setProperty=="function"?b.setProperty("display","none","important"):b.display="none"):(R=he.stateNode,U=he.memoizedProps.style,x=U!=null&&U.hasOwnProperty("display")?U.display:null,R.style.display=zt("display",x))}catch(Ie){Ot(i,i.return,Ie)}}}else if(he.tag===6){if(le===null)try{he.stateNode.nodeValue=Z?"":he.memoizedProps}catch(Ie){Ot(i,i.return,Ie)}}else if((he.tag!==22&&he.tag!==23||he.memoizedState===null||he===i)&&he.child!==null){he.child.return=he,he=he.child;continue}if(he===i)break e;for(;he.sibling===null;){if(he.return===null||he.return===i)break e;le===he&&(le=null),he=he.return}le===he&&(le=null),he.sibling.return=he.return,he=he.sibling}}break;case 19:vr(s,i),Jr(i),h&4&&T2(i);break;case 21:break;default:vr(s,i),Jr(i)}}function Jr(i){var s=i.flags;if(s&2){try{e:{for(var l=i.return;l!==null;){if(E2(l)){var h=l;break e}l=l.return}throw Error(n(160))}switch(h.tag){case 5:var E=h.stateNode;h.flags&32&&(Le(E,""),h.flags&=-33);var b=y2(i);Jm(i,b,E);break;case 3:case 4:var x=h.stateNode.containerInfo,R=y2(i);Qm(i,R,x);break;default:throw Error(n(161))}}catch(U){Ot(i,i.return,U)}i.flags&=-3}s&4096&&(i.flags&=-4097)}function b7(i,s,l){Ce=i,S2(i)}function S2(i,s,l){for(var h=(i.mode&1)!==0;Ce!==null;){var E=Ce,b=E.child;if(E.tag===22&&h){var x=E.memoizedState!==null||ld;if(!x){var R=E.alternate,U=R!==null&&R.memoizedState!==null||Tn;R=ld;var Z=Tn;if(ld=x,(Tn=U)&&!Z)for(Ce=E;Ce!==null;)x=Ce,U=x.child,x.tag===22&&x.memoizedState!==null?A2(E):U!==null?(U.return=x,Ce=U):A2(E);for(;b!==null;)Ce=b,S2(b),b=b.sibling;Ce=E,ld=R,Tn=Z}x2(i)}else(E.subtreeFlags&8772)!==0&&b!==null?(b.return=E,Ce=b):x2(i)}}function x2(i){for(;Ce!==null;){var s=Ce;if((s.flags&8772)!==0){var l=s.alternate;try{if((s.flags&8772)!==0)switch(s.tag){case 0:case 11:case 15:Tn||cd(5,s);break;case 1:var h=s.stateNode;if(s.flags&4&&!Tn)if(l===null)h.componentDidMount();else{var E=s.elementType===s.type?l.memoizedProps:wr(s.type,l.memoizedProps);h.componentDidUpdate(E,l.memoizedState,h.__reactInternalSnapshotBeforeUpdate)}var b=s.updateQueue;b!==null&&wx(s,b,h);break;case 3:var x=s.updateQueue;if(x!==null){if(l=null,s.child!==null)switch(s.child.tag){case 5:l=s.child.stateNode;break;case 1:l=s.child.stateNode}wx(s,x,l)}break;case 5:var R=s.stateNode;if(l===null&&s.flags&4){l=R;var U=s.memoizedProps;switch(s.type){case"button":case"input":case"select":case"textarea":U.autoFocus&&l.focus();break;case"img":U.src&&(l.src=U.src)}}break;case 6:break;case 4:break;case 12:break;case 13:if(s.memoizedState===null){var Z=s.alternate;if(Z!==null){var le=Z.memoizedState;if(le!==null){var he=le.dehydrated;he!==null&&hu(he)}}}break;case 19:case 17:case 21:case 22:case 23:case 25:break;default:throw Error(n(163))}Tn||s.flags&512&&Km(s)}catch(ae){Ot(s,s.return,ae)}}if(s===i){Ce=null;break}if(l=s.sibling,l!==null){l.return=s.return,Ce=l;break}Ce=s.return}}function w2(i){for(;Ce!==null;){var s=Ce;if(s===i){Ce=null;break}var l=s.sibling;if(l!==null){l.return=s.return,Ce=l;break}Ce=s.return}}function A2(i){for(;Ce!==null;){var s=Ce;try{switch(s.tag){case 0:case 11:case 15:var l=s.return;try{cd(4,s)}catch(U){Ot(s,l,U)}break;case 1:var h=s.stateNode;if(typeof h.componentDidMount=="function"){var E=s.return;try{h.componentDidMount()}catch(U){Ot(s,E,U)}}var b=s.return;try{Km(s)}catch(U){Ot(s,b,U)}break;case 5:var x=s.return;try{Km(s)}catch(U){Ot(s,x,U)}}}catch(U){Ot(s,s.return,U)}if(s===i){Ce=null;break}var R=s.sibling;if(R!==null){R.return=s.return,Ce=R;break}Ce=s.return}}var T7=Math.ceil,dd=H.ReactCurrentDispatcher,Zm=H.ReactCurrentOwner,cr=H.ReactCurrentBatchConfig,ot=0,tn=null,jt=null,ln=0,Kn=0,Qs=ji(0),Gt=0,Mu=null,Io=0,fd=0,e0=0,Fu=null,Fn=null,t0=0,Js=1/0,_i=null,hd=!1,n0=null,Gi=null,pd=!1,Xi=null,md=0,Bu=0,r0=null,gd=-1,Ed=0;function vn(){return(ot&6)!==0?Lt():gd!==-1?gd:gd=Lt()}function Ki(i){return(i.mode&1)===0?1:(ot&2)!==0&&ln!==0?ln&-ln:r7.transition!==null?(Ed===0&&(Ed=yS()),Ed):(i=dt,i!==0||(i=window.event,i=i===void 0?16:CS(i.type)),i)}function Cr(i,s,l,h){if(50<Bu)throw Bu=0,r0=null,Error(n(185));uu(i,l,h),((ot&2)===0||i!==tn)&&(i===tn&&((ot&2)===0&&(fd|=l),Gt===4&&Qi(i,ln)),Bn(i,h),l===1&&ot===0&&(s.mode&1)===0&&(Js=Lt()+500,qc&&Vi()))}function Bn(i,s){var l=i.callbackNode;rB(i,s);var h=vc(i,i===tn?ln:0);if(h===0)l!==null&&mS(l),i.callbackNode=null,i.callbackPriority=0;else if(s=h&-h,i.callbackPriority!==s){if(l!=null&&mS(l),s===1)i.tag===0?n7(C2.bind(null,i)):fx(C2.bind(null,i)),JB(function(){(ot&6)===0&&Vi()}),l=null;else{switch(bS(h)){case 1:l=Mp;break;case 4:l=gS;break;case 16:l=Sc;break;case 536870912:l=ES;break;default:l=Sc}l=D2(l,v2.bind(null,i))}i.callbackPriority=s,i.callbackNode=l}}function v2(i,s){if(gd=-1,Ed=0,(ot&6)!==0)throw Error(n(327));var l=i.callbackNode;if(Zs()&&i.callbackNode!==l)return null;var h=vc(i,i===tn?ln:0);if(h===0)return null;if((h&30)!==0||(h&i.expiredLanes)!==0||s)s=yd(i,h);else{s=h;var E=ot;ot|=2;var b=P2();(tn!==i||ln!==s)&&(_i=null,Js=Lt()+500,Lo(i,s));do try{x7();break}catch(R){k2(i,R)}while(!0);_m(),dd.current=b,ot=E,jt!==null?s=0:(tn=null,ln=0,s=Gt)}if(s!==0){if(s===2&&(E=Fp(i),E!==0&&(h=E,s=i0(i,E))),s===1)throw l=Mu,Lo(i,0),Qi(i,h),Bn(i,Lt()),l;if(s===6)Qi(i,h);else{if(E=i.current.alternate,(h&30)===0&&!_7(E)&&(s=yd(i,h),s===2&&(b=Fp(i),b!==0&&(h=b,s=i0(i,b))),s===1))throw l=Mu,Lo(i,0),Qi(i,h),Bn(i,Lt()),l;switch(i.finishedWork=E,i.finishedLanes=h,s){case 0:case 1:throw Error(n(345));case 2:Do(i,Fn,_i);break;case 3:if(Qi(i,h),(h&130023424)===h&&(s=t0+500-Lt(),10<s)){if(vc(i,0)!==0)break;if(E=i.suspendedLanes,(E&h)!==h){vn(),i.pingedLanes|=i.suspendedLanes&E;break}i.timeoutHandle=cm(Do.bind(null,i,Fn,_i),s);break}Do(i,Fn,_i);break;case 4:if(Qi(i,h),(h&4194240)===h)break;for(s=i.eventTimes,E=-1;0<h;){var x=31-_r(h);b=1<<x,x=s[x],x>E&&(E=x),h&=~b}if(h=E,h=Lt()-h,h=(120>h?120:480>h?480:1080>h?1080:1920>h?1920:3e3>h?3e3:4320>h?4320:1960*T7(h/1960))-h,10<h){i.timeoutHandle=cm(Do.bind(null,i,Fn,_i),h);break}Do(i,Fn,_i);break;case 5:Do(i,Fn,_i);break;default:throw Error(n(329))}}}return Bn(i,Lt()),i.callbackNode===l?v2.bind(null,i):null}function i0(i,s){var l=Fu;return i.current.memoizedState.isDehydrated&&(Lo(i,s).flags|=256),i=yd(i,s),i!==2&&(s=Fn,Fn=l,s!==null&&o0(s)),i}function o0(i){Fn===null?Fn=i:Fn.push.apply(Fn,i)}function _7(i){for(var s=i;;){if(s.flags&16384){var l=s.updateQueue;if(l!==null&&(l=l.stores,l!==null))for(var h=0;h<l.length;h++){var E=l[h],b=E.getSnapshot;E=E.value;try{if(!Sr(b(),E))return!1}catch(x){return!1}}}if(l=s.child,s.subtreeFlags&16384&&l!==null)l.return=s,s=l;else{if(s===i)break;for(;s.sibling===null;){if(s.return===null||s.return===i)return!0;s=s.return}s.sibling.return=s.return,s=s.sibling}}return!0}function Qi(i,s){for(s&=~e0,s&=~fd,i.suspendedLanes|=s,i.pingedLanes&=~s,i=i.expirationTimes;0<s;){var l=31-_r(s),h=1<<l;i[l]=-1,s&=~h}}function C2(i){if((ot&6)!==0)throw Error(n(327));Zs();var s=vc(i,0);if((s&1)===0)return Bn(i,Lt()),null;var l=yd(i,s);if(i.tag!==0&&l===2){var h=Fp(i);h!==0&&(s=h,l=i0(i,h))}if(l===1)throw l=Mu,Lo(i,0),Qi(i,s),Bn(i,Lt()),l;if(l===6)throw Error(n(345));return i.finishedWork=i.current.alternate,i.finishedLanes=s,Do(i,Fn,_i),Bn(i,Lt()),null}function s0(i,s){var l=ot;ot|=1;try{return i(s)}finally{ot=l,ot===0&&(Js=Lt()+500,qc&&Vi())}}function Ro(i){Xi!==null&&Xi.tag===0&&(ot&6)===0&&Zs();var s=ot;ot|=1;var l=cr.transition,h=dt;try{if(cr.transition=null,dt=1,i)return i()}finally{dt=h,cr.transition=l,ot=s,(ot&6)===0&&Vi()}}function a0(){Kn=Qs.current,St(Qs)}function Lo(i,s){i.finishedWork=null,i.finishedLanes=0;var l=i.timeoutHandle;if(l!==-1&&(i.timeoutHandle=-1,QB(l)),jt!==null)for(l=jt.return;l!==null;){var h=l;switch(gm(h),h.tag){case 1:h=h.type.childContextTypes,h!=null&&$c();break;case 3:Gs(),St(Ln),St(En),Pm();break;case 5:Cm(h);break;case 4:Gs();break;case 13:St(kt);break;case 19:St(kt);break;case 10:Sm(h.type._context);break;case 22:case 23:a0()}l=l.return}if(tn=i,jt=i=Ji(i.current,null),ln=Kn=s,Gt=0,Mu=null,e0=fd=Io=0,Fn=Fu=null,Po!==null){for(s=0;s<Po.length;s++)if(l=Po[s],h=l.interleaved,h!==null){l.interleaved=null;var E=h.next,b=l.pending;if(b!==null){var x=b.next;b.next=E,h.next=x}l.pending=h}Po=null}return i}function k2(i,s){do{var l=jt;try{if(_m(),td.current=od,nd){for(var h=Pt.memoizedState;h!==null;){var E=h.queue;E!==null&&(E.pending=null),h=h.next}nd=!1}if(Oo=0,en=Wt=Pt=null,Nu=!1,Ou=0,Zm.current=null,l===null||l.return===null){Gt=1,Mu=s,jt=null;break}e:{var b=i,x=l.return,R=l,U=s;if(s=ln,R.flags|=32768,U!==null&&typeof U=="object"&&typeof U.then=="function"){var Z=U,le=R,he=le.tag;if((le.mode&1)===0&&(he===0||he===11||he===15)){var ae=le.alternate;ae?(le.updateQueue=ae.updateQueue,le.memoizedState=ae.memoizedState,le.lanes=ae.lanes):(le.updateQueue=null,le.memoizedState=null)}var we=Zx(x);if(we!==null){we.flags&=-257,e2(we,x,R,b,s),we.mode&1&&Jx(b,Z,s),s=we,U=Z;var Pe=s.updateQueue;if(Pe===null){var Ie=new Set;Ie.add(U),s.updateQueue=Ie}else Pe.add(U);break e}else{if((s&1)===0){Jx(b,Z,s),u0();break e}U=Error(n(426))}}else if(vt&&R.mode&1){var Dt=Zx(x);if(Dt!==null){(Dt.flags&65536)===0&&(Dt.flags|=256),e2(Dt,x,R,b,s),bm(Xs(U,R));break e}}b=U=Xs(U,R),Gt!==4&&(Gt=2),Fu===null?Fu=[b]:Fu.push(b),b=x;do{switch(b.tag){case 3:b.flags|=65536,s&=-s,b.lanes|=s;var G=Kx(b,U,s);xx(b,G);break e;case 1:R=U;var j=b.type,K=b.stateNode;if((b.flags&128)===0&&(typeof j.getDerivedStateFromError=="function"||K!==null&&typeof K.componentDidCatch=="function"&&(Gi===null||!Gi.has(K)))){b.flags|=65536,s&=-s,b.lanes|=s;var Te=Qx(b,R,s);xx(b,Te);break e}}b=b.return}while(b!==null)}O2(l)}catch(De){s=De,jt===l&&l!==null&&(jt=l=l.return);continue}break}while(!0)}function P2(){var i=dd.current;return dd.current=od,i===null?od:i}function u0(){(Gt===0||Gt===3||Gt===2)&&(Gt=4),tn===null||(Io&268435455)===0&&(fd&268435455)===0||Qi(tn,ln)}function yd(i,s){var l=ot;ot|=2;var h=P2();(tn!==i||ln!==s)&&(_i=null,Lo(i,s));do try{S7();break}catch(E){k2(i,E)}while(!0);if(_m(),ot=l,dd.current=h,jt!==null)throw Error(n(261));return tn=null,ln=0,Gt}function S7(){for(;jt!==null;)N2(jt)}function x7(){for(;jt!==null&&!G9();)N2(jt)}function N2(i){var s=L2(i.alternate,i,Kn);i.memoizedProps=i.pendingProps,s===null?O2(i):jt=s,Zm.current=null}function O2(i){var s=i;do{var l=s.alternate;if(i=s.return,(s.flags&32768)===0){if(l=m7(l,s,Kn),l!==null){jt=l;return}}else{if(l=g7(l,s),l!==null){l.flags&=32767,jt=l;return}if(i!==null)i.flags|=32768,i.subtreeFlags=0,i.deletions=null;else{Gt=6,jt=null;return}}if(s=s.sibling,s!==null){jt=s;return}jt=s=i}while(s!==null);Gt===0&&(Gt=5)}function Do(i,s,l){var h=dt,E=cr.transition;try{cr.transition=null,dt=1,w7(i,s,l,h)}finally{cr.transition=E,dt=h}return null}function w7(i,s,l,h){do Zs();while(Xi!==null);if((ot&6)!==0)throw Error(n(327));l=i.finishedWork;var E=i.finishedLanes;if(l===null)return null;if(i.finishedWork=null,i.finishedLanes=0,l===i.current)throw Error(n(177));i.callbackNode=null,i.callbackPriority=0;var b=l.lanes|l.childLanes;if(iB(i,b),i===tn&&(jt=tn=null,ln=0),(l.subtreeFlags&2064)===0&&(l.flags&2064)===0||pd||(pd=!0,D2(Sc,function(){return Zs(),null})),b=(l.flags&15990)!==0,(l.subtreeFlags&15990)!==0||b){b=cr.transition,cr.transition=null;var x=dt;dt=1;var R=ot;ot|=4,Zm.current=null,y7(i,l),_2(l,i),VB(um),Pc=!!am,um=am=null,i.current=l,b7(l),X9(),ot=R,dt=x,cr.transition=b}else i.current=l;if(pd&&(pd=!1,Xi=i,md=E),b=i.pendingLanes,b===0&&(Gi=null),J9(l.stateNode),Bn(i,Lt()),s!==null)for(h=i.onRecoverableError,l=0;l<s.length;l++)E=s[l],h(E.value,{componentStack:E.stack,digest:E.digest});if(hd)throw hd=!1,i=n0,n0=null,i;return(md&1)!==0&&i.tag!==0&&Zs(),b=i.pendingLanes,(b&1)!==0?i===r0?Bu++:(Bu=0,r0=i):Bu=0,Vi(),null}function Zs(){if(Xi!==null){var i=bS(md),s=cr.transition,l=dt;try{if(cr.transition=null,dt=16>i?16:i,Xi===null)var h=!1;else{if(i=Xi,Xi=null,md=0,(ot&6)!==0)throw Error(n(331));var E=ot;for(ot|=4,Ce=i.current;Ce!==null;){var b=Ce,x=b.child;if((Ce.flags&16)!==0){var R=b.deletions;if(R!==null){for(var U=0;U<R.length;U++){var Z=R[U];for(Ce=Z;Ce!==null;){var le=Ce;switch(le.tag){case 0:case 11:case 15:Du(8,le,b)}var he=le.child;if(he!==null)he.return=le,Ce=he;else for(;Ce!==null;){le=Ce;var ae=le.sibling,we=le.return;if(g2(le),le===Z){Ce=null;break}if(ae!==null){ae.return=we,Ce=ae;break}Ce=we}}}var Pe=b.alternate;if(Pe!==null){var Ie=Pe.child;if(Ie!==null){Pe.child=null;do{var Dt=Ie.sibling;Ie.sibling=null,Ie=Dt}while(Ie!==null)}}Ce=b}}if((b.subtreeFlags&2064)!==0&&x!==null)x.return=b,Ce=x;else e:for(;Ce!==null;){if(b=Ce,(b.flags&2048)!==0)switch(b.tag){case 0:case 11:case 15:Du(9,b,b.return)}var G=b.sibling;if(G!==null){G.return=b.return,Ce=G;break e}Ce=b.return}}var j=i.current;for(Ce=j;Ce!==null;){x=Ce;var K=x.child;if((x.subtreeFlags&2064)!==0&&K!==null)K.return=x,Ce=K;else e:for(x=j;Ce!==null;){if(R=Ce,(R.flags&2048)!==0)try{switch(R.tag){case 0:case 11:case 15:cd(9,R)}}catch(De){Ot(R,R.return,De)}if(R===x){Ce=null;break e}var Te=R.sibling;if(Te!==null){Te.return=R.return,Ce=Te;break e}Ce=R.return}}if(ot=E,Vi(),Gr&&typeof Gr.onPostCommitFiberRoot=="function")try{Gr.onPostCommitFiberRoot(xc,i)}catch(De){}h=!0}return h}finally{dt=l,cr.transition=s}}return!1}function I2(i,s,l){s=Xs(l,s),s=Kx(i,s,1),i=Yi(i,s,1),s=vn(),i!==null&&(uu(i,1,s),Bn(i,s))}function Ot(i,s,l){if(i.tag===3)I2(i,i,l);else for(;s!==null;){if(s.tag===3){I2(s,i,l);break}else if(s.tag===1){var h=s.stateNode;if(typeof s.type.getDerivedStateFromError=="function"||typeof h.componentDidCatch=="function"&&(Gi===null||!Gi.has(h))){i=Xs(l,i),i=Qx(s,i,1),s=Yi(s,i,1),i=vn(),s!==null&&(uu(s,1,i),Bn(s,i));break}}s=s.return}}function A7(i,s,l){var h=i.pingCache;h!==null&&h.delete(s),s=vn(),i.pingedLanes|=i.suspendedLanes&l,tn===i&&(ln&l)===l&&(Gt===4||Gt===3&&(ln&130023424)===ln&&500>Lt()-t0?Lo(i,0):e0|=l),Bn(i,s)}function R2(i,s){s===0&&((i.mode&1)===0?s=1:(s=Ac,Ac<<=1,(Ac&130023424)===0&&(Ac=4194304)));var l=vn();i=yi(i,s),i!==null&&(uu(i,s,l),Bn(i,l))}function v7(i){var s=i.memoizedState,l=0;s!==null&&(l=s.retryLane),R2(i,l)}function C7(i,s){var l=0;switch(i.tag){case 13:var h=i.stateNode,E=i.memoizedState;E!==null&&(l=E.retryLane);break;case 19:h=i.stateNode;break;default:throw Error(n(314))}h!==null&&h.delete(s),R2(i,l)}var L2;L2=function(i,s,l){if(i!==null)if(i.memoizedProps!==s.pendingProps||Ln.current)Mn=!0;else{if((i.lanes&l)===0&&(s.flags&128)===0)return Mn=!1,p7(i,s,l);Mn=(i.flags&131072)!==0}else Mn=!1,vt&&(s.flags&1048576)!==0&&hx(s,Wc,s.index);switch(s.lanes=0,s.tag){case 2:var h=s.type;ud(i,s),i=s.pendingProps;var E=zs(s,En.current);Ws(s,l),E=Im(null,s,h,i,E,l);var b=Rm();return s.flags|=1,typeof E=="object"&&E!==null&&typeof E.render=="function"&&E.$$typeof===void 0?(s.tag=1,s.memoizedState=null,s.updateQueue=null,Dn(h)?(b=!0,Vc(s)):b=!1,s.memoizedState=E.state!==null&&E.state!==void 0?E.state:null,Am(s),E.updater=sd,s.stateNode=E,E._reactInternals=s,Um(s,h,i,l),s=$m(null,s,h,!0,b,l)):(s.tag=0,vt&&b&&mm(s),An(null,s,E,l),s=s.child),s;case 16:h=s.elementType;e:{switch(ud(i,s),i=s.pendingProps,E=h._init,h=E(h._payload),s.type=h,E=s.tag=P7(h),i=wr(h,i),E){case 0:s=jm(null,s,h,i,l);break e;case 1:s=s2(null,s,h,i,l);break e;case 11:s=t2(null,s,h,i,l);break e;case 14:s=n2(null,s,h,wr(h.type,i),l);break e}throw Error(n(306,h,""))}return s;case 0:return h=s.type,E=s.pendingProps,E=s.elementType===h?E:wr(h,E),jm(i,s,h,E,l);case 1:return h=s.type,E=s.pendingProps,E=s.elementType===h?E:wr(h,E),s2(i,s,h,E,l);case 3:e:{if(a2(s),i===null)throw Error(n(387));h=s.pendingProps,b=s.memoizedState,E=b.element,Sx(i,s),Zc(s,h,null,l);var x=s.memoizedState;if(h=x.element,b.isDehydrated)if(b={element:h,isDehydrated:!1,cache:x.cache,pendingSuspenseBoundaries:x.pendingSuspenseBoundaries,transitions:x.transitions},s.updateQueue.baseState=b,s.memoizedState=b,s.flags&256){E=Xs(Error(n(423)),s),s=u2(i,s,h,l,E);break e}else if(h!==E){E=Xs(Error(n(424)),s),s=u2(i,s,h,l,E);break e}else for(Xn=zi(s.stateNode.containerInfo.firstChild),Gn=s,vt=!0,xr=null,l=Tx(s,null,h,l),s.child=l;l;)l.flags=l.flags&-3|4096,l=l.sibling;else{if(Vs(),h===E){s=Ti(i,s,l);break e}An(i,s,h,l)}s=s.child}return s;case 5:return Ax(s),i===null&&ym(s),h=s.type,E=s.pendingProps,b=i!==null?i.memoizedProps:null,x=E.children,lm(h,E)?x=null:b!==null&&lm(h,b)&&(s.flags|=32),o2(i,s),An(i,s,x,l),s.child;case 6:return i===null&&ym(s),null;case 13:return l2(i,s,l);case 4:return vm(s,s.stateNode.containerInfo),h=s.pendingProps,i===null?s.child=qs(s,null,h,l):An(i,s,h,l),s.child;case 11:return h=s.type,E=s.pendingProps,E=s.elementType===h?E:wr(h,E),t2(i,s,h,E,l);case 7:return An(i,s,s.pendingProps,l),s.child;case 8:return An(i,s,s.pendingProps.children,l),s.child;case 12:return An(i,s,s.pendingProps.children,l),s.child;case 10:e:{if(h=s.type._context,E=s.pendingProps,b=s.memoizedProps,x=E.value,bt(Kc,h._currentValue),h._currentValue=x,b!==null)if(Sr(b.value,x)){if(b.children===E.children&&!Ln.current){s=Ti(i,s,l);break e}}else for(b=s.child,b!==null&&(b.return=s);b!==null;){var R=b.dependencies;if(R!==null){x=b.child;for(var U=R.firstContext;U!==null;){if(U.context===h){if(b.tag===1){U=bi(-1,l&-l),U.tag=2;var Z=b.updateQueue;if(Z!==null){Z=Z.shared;var le=Z.pending;le===null?U.next=U:(U.next=le.next,le.next=U),Z.pending=U}}b.lanes|=l,U=b.alternate,U!==null&&(U.lanes|=l),xm(b.return,l,s),R.lanes|=l;break}U=U.next}}else if(b.tag===10)x=b.type===s.type?null:b.child;else if(b.tag===18){if(x=b.return,x===null)throw Error(n(341));x.lanes|=l,R=x.alternate,R!==null&&(R.lanes|=l),xm(x,l,s),x=b.sibling}else x=b.child;if(x!==null)x.return=b;else for(x=b;x!==null;){if(x===s){x=null;break}if(b=x.sibling,b!==null){b.return=x.return,x=b;break}x=x.return}b=x}An(i,s,E.children,l),s=s.child}return s;case 9:return E=s.type,h=s.pendingProps.children,Ws(s,l),E=ur(E),h=h(E),s.flags|=1,An(i,s,h,l),s.child;case 14:return h=s.type,E=wr(h,s.pendingProps),E=wr(h.type,E),n2(i,s,h,E,l);case 15:return r2(i,s,s.type,s.pendingProps,l);case 17:return h=s.type,E=s.pendingProps,E=s.elementType===h?E:wr(h,E),ud(i,s),s.tag=1,Dn(h)?(i=!0,Vc(s)):i=!1,Ws(s,l),Gx(s,h,E),Um(s,h,E,l),$m(null,s,h,!0,i,l);case 19:return d2(i,s,l);case 22:return i2(i,s,l)}throw Error(n(156,s.tag))};function D2(i,s){return pS(i,s)}function k7(i,s,l,h){this.tag=i,this.key=l,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=s,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=h,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function dr(i,s,l,h){return new k7(i,s,l,h)}function l0(i){return i=i.prototype,!(!i||!i.isReactComponent)}function P7(i){if(typeof i=="function")return l0(i)?1:0;if(i!=null){if(i=i.$$typeof,i===ce)return 11;if(i===be)return 14}return 2}function Ji(i,s){var l=i.alternate;return l===null?(l=dr(i.tag,s,i.key,i.mode),l.elementType=i.elementType,l.type=i.type,l.stateNode=i.stateNode,l.alternate=i,i.alternate=l):(l.pendingProps=s,l.type=i.type,l.flags=0,l.subtreeFlags=0,l.deletions=null),l.flags=i.flags&14680064,l.childLanes=i.childLanes,l.lanes=i.lanes,l.child=i.child,l.memoizedProps=i.memoizedProps,l.memoizedState=i.memoizedState,l.updateQueue=i.updateQueue,s=i.dependencies,l.dependencies=s===null?null:{lanes:s.lanes,firstContext:s.firstContext},l.sibling=i.sibling,l.index=i.index,l.ref=i.ref,l}function bd(i,s,l,h,E,b){var x=2;if(h=i,typeof i=="function")l0(i)&&(x=1);else if(typeof i=="string")x=5;else e:switch(i){case q:return Mo(l.children,E,b,s);case ie:x=8,E|=8;break;case ge:return i=dr(12,l,s,E|2),i.elementType=ge,i.lanes=b,i;case de:return i=dr(13,l,s,E),i.elementType=de,i.lanes=b,i;case ne:return i=dr(19,l,s,E),i.elementType=ne,i.lanes=b,i;case oe:return Td(l,E,b,s);default:if(typeof i=="object"&&i!==null)switch(i.$$typeof){case $:x=10;break e;case se:x=9;break e;case ce:x=11;break e;case be:x=14;break e;case Oe:x=16,h=null;break e}throw Error(n(130,i==null?i:typeof i,""))}return s=dr(x,l,s,E),s.elementType=i,s.type=h,s.lanes=b,s}function Mo(i,s,l,h){return i=dr(7,i,h,s),i.lanes=l,i}function Td(i,s,l,h){return i=dr(22,i,h,s),i.elementType=oe,i.lanes=l,i.stateNode={isHidden:!1},i}function c0(i,s,l){return i=dr(6,i,null,s),i.lanes=l,i}function d0(i,s,l){return s=dr(4,i.children!==null?i.children:[],i.key,s),s.lanes=l,s.stateNode={containerInfo:i.containerInfo,pendingChildren:null,implementation:i.implementation},s}function N7(i,s,l,h,E){this.tag=s,this.containerInfo=i,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=Bp(0),this.expirationTimes=Bp(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Bp(0),this.identifierPrefix=h,this.onRecoverableError=E,this.mutableSourceEagerHydrationData=null}function f0(i,s,l,h,E,b,x,R,U){return i=new N7(i,s,l,R,U),s===1?(s=1,b===!0&&(s|=8)):s=0,b=dr(3,null,null,s),i.current=b,b.stateNode=i,b.memoizedState={element:h,isDehydrated:l,cache:null,transitions:null,pendingSuspenseBoundaries:null},Am(b),i}function O7(i,s,l){var h=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:F,key:h==null?null:""+h,children:i,containerInfo:s,implementation:l}}function M2(i){if(!i)return $i;i=i._reactInternals;e:{if(wo(i)!==i||i.tag!==1)throw Error(n(170));var s=i;do{switch(s.tag){case 3:s=s.stateNode.context;break e;case 1:if(Dn(s.type)){s=s.stateNode.__reactInternalMemoizedMergedChildContext;break e}}s=s.return}while(s!==null);throw Error(n(171))}if(i.tag===1){var l=i.type;if(Dn(l))return cx(i,l,s)}return s}function F2(i,s,l,h,E,b,x,R,U){return i=f0(l,h,!0,i,E,b,x,R,U),i.context=M2(null),l=i.current,h=vn(),E=Ki(l),b=bi(h,E),b.callback=s!=null?s:null,Yi(l,b,E),i.current.lanes=E,uu(i,E,h),Bn(i,h),i}function _d(i,s,l,h){var E=s.current,b=vn(),x=Ki(E);return l=M2(l),s.context===null?s.context=l:s.pendingContext=l,s=bi(b,x),s.payload={element:i},h=h===void 0?null:h,h!==null&&(s.callback=h),i=Yi(E,s,x),i!==null&&(Cr(i,E,x,b),Jc(i,E,x)),x}function Sd(i){return i=i.current,i.child?(i.child.tag===5,i.child.stateNode):null}function B2(i,s){if(i=i.memoizedState,i!==null&&i.dehydrated!==null){var l=i.retryLane;i.retryLane=l!==0&&l<s?l:s}}function h0(i,s){B2(i,s),(i=i.alternate)&&B2(i,s)}function I7(){return null}var U2=typeof reportError=="function"?reportError:function(i){console.error(i)};function p0(i){this._internalRoot=i}xd.prototype.render=p0.prototype.render=function(i){var s=this._internalRoot;if(s===null)throw Error(n(409));_d(i,s,null,null)},xd.prototype.unmount=p0.prototype.unmount=function(){var i=this._internalRoot;if(i!==null){this._internalRoot=null;var s=i.containerInfo;Ro(function(){_d(null,i,null,null)}),s[pi]=null}};function xd(i){this._internalRoot=i}xd.prototype.unstable_scheduleHydration=function(i){if(i){var s=SS();i={blockedOn:null,target:i,priority:s};for(var l=0;l<Bi.length&&s!==0&&s<Bi[l].priority;l++);Bi.splice(l,0,i),l===0&&AS(i)}};function m0(i){return!(!i||i.nodeType!==1&&i.nodeType!==9&&i.nodeType!==11)}function wd(i){return!(!i||i.nodeType!==1&&i.nodeType!==9&&i.nodeType!==11&&(i.nodeType!==8||i.nodeValue!==" react-mount-point-unstable "))}function H2(){}function R7(i,s,l,h,E){if(E){if(typeof h=="function"){var b=h;h=function(){var Z=Sd(x);b.call(Z)}}var x=F2(s,h,i,0,null,!1,!1,"",H2);return i._reactRootContainer=x,i[pi]=x.current,Su(i.nodeType===8?i.parentNode:i),Ro(),x}for(;E=i.lastChild;)i.removeChild(E);if(typeof h=="function"){var R=h;h=function(){var Z=Sd(U);R.call(Z)}}var U=f0(i,0,!1,null,null,!1,!1,"",H2);return i._reactRootContainer=U,i[pi]=U.current,Su(i.nodeType===8?i.parentNode:i),Ro(function(){_d(s,U,l,h)}),U}function Ad(i,s,l,h,E){var b=l._reactRootContainer;if(b){var x=b;if(typeof E=="function"){var R=E;E=function(){var U=Sd(x);R.call(U)}}_d(s,x,i,E)}else x=R7(l,s,i,E,h);return Sd(x)}TS=function(i){switch(i.tag){case 3:var s=i.stateNode;if(s.current.memoizedState.isDehydrated){var l=au(s.pendingLanes);l!==0&&(Up(s,l|1),Bn(s,Lt()),(ot&6)===0&&(Js=Lt()+500,Vi()))}break;case 13:Ro(function(){var h=yi(i,1);if(h!==null){var E=vn();Cr(h,i,1,E)}}),h0(i,1)}},Hp=function(i){if(i.tag===13){var s=yi(i,134217728);if(s!==null){var l=vn();Cr(s,i,134217728,l)}h0(i,134217728)}},_S=function(i){if(i.tag===13){var s=Ki(i),l=yi(i,s);if(l!==null){var h=vn();Cr(l,i,s,h)}h0(i,s)}},SS=function(){return dt},xS=function(i,s){var l=dt;try{return dt=i,s()}finally{dt=l}},Ip=function(i,s,l){switch(s){case"input":if(fi(i,l),s=l.name,l.type==="radio"&&s!=null){for(l=i;l.parentNode;)l=l.parentNode;for(l=l.querySelectorAll("input[name="+JSON.stringify(""+s)+'][type="radio"]'),s=0;s<l.length;s++){var h=l[s];if(h!==i&&h.form===i.form){var E=jc(h);if(!E)throw Error(n(90));Vr(h),fi(h,E)}}}break;case"textarea":it(i,l);break;case"select":s=l.value,s!=null&&Ae(i,!!l.multiple,s,!1)}},aS=s0,uS=Ro;var L7={usingClientEntryPoint:!1,Events:[Au,Us,jc,oS,sS,s0]},Uu={findFiberByHostInstance:Ao,bundleType:0,version:"18.3.1",rendererPackageName:"react-dom"},D7={bundleType:Uu.bundleType,version:Uu.version,rendererPackageName:Uu.rendererPackageName,rendererConfig:Uu.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setErrorHandler:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:H.ReactCurrentDispatcher,findHostInstanceByFiber:function(i){return i=fS(i),i===null?null:i.stateNode},findFiberByHostInstance:Uu.findFiberByHostInstance||I7,findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null,reconcilerVersion:"18.3.1-next-f1338f8080-20240426"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__!="undefined"){var vd=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!vd.isDisabled&&vd.supportsFiber)try{xc=vd.inject(D7),Gr=vd}catch(i){}}return kn.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=L7,kn.createPortal=function(i,s){var l=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!m0(s))throw Error(n(200));return O7(i,s,null,l)},kn.createRoot=function(i,s){if(!m0(i))throw Error(n(299));var l=!1,h="",E=U2;return s!=null&&(s.unstable_strictMode===!0&&(l=!0),s.identifierPrefix!==void 0&&(h=s.identifierPrefix),s.onRecoverableError!==void 0&&(E=s.onRecoverableError)),s=f0(i,1,!1,null,null,l,!1,h,E),i[pi]=s.current,Su(i.nodeType===8?i.parentNode:i),new p0(s)},kn.findDOMNode=function(i){if(i==null)return null;if(i.nodeType===1)return i;var s=i._reactInternals;if(s===void 0)throw typeof i.render=="function"?Error(n(188)):(i=Object.keys(i).join(","),Error(n(268,i)));return i=fS(s),i=i===null?null:i.stateNode,i},kn.flushSync=function(i){return Ro(i)},kn.hydrate=function(i,s,l){if(!wd(s))throw Error(n(200));return Ad(null,i,s,!0,l)},kn.hydrateRoot=function(i,s,l){if(!m0(i))throw Error(n(405));var h=l!=null&&l.hydratedSources||null,E=!1,b="",x=U2;if(l!=null&&(l.unstable_strictMode===!0&&(E=!0),l.identifierPrefix!==void 0&&(b=l.identifierPrefix),l.onRecoverableError!==void 0&&(x=l.onRecoverableError)),s=F2(s,null,i,1,l!=null?l:null,E,!1,b,x),i[pi]=s.current,Su(i),h)for(i=0;i<h.length;i++)l=h[i],E=l._getVersion,E=E(l._source),s.mutableSourceEagerHydrationData==null?s.mutableSourceEagerHydrationData=[l,E]:s.mutableSourceEagerHydrationData.push(l,E);return new xd(s)},kn.render=function(i,s,l){if(!wd(s))throw Error(n(200));return Ad(null,i,s,!1,l)},kn.unmountComponentAtNode=function(i){if(!wd(i))throw Error(n(40));return i._reactRootContainer?(Ro(function(){Ad(null,null,i,!1,function(){i._reactRootContainer=null,i[pi]=null})}),!0):!1},kn.unstable_batchedUpdates=s0,kn.unstable_renderSubtreeIntoContainer=function(i,s,l,h){if(!wd(l))throw Error(n(200));if(i==null||i._reactInternals===void 0)throw Error(n(38));return Ad(i,s,l,!1,h)},kn.version="18.3.1-next-f1338f8080-20240426",kn}var S1;function x1(){if(S1)return kf.exports;S1=1;function e(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__=="undefined"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(t){console.error(t)}}return e(),kf.exports=Tk(),kf.exports}var Wo=x1();function w1(e){var t,n,r="";if(typeof e=="string"||typeof e=="number")r+=e;else if(typeof e=="object")if(Array.isArray(e)){var o=e.length;for(t=0;t<o;t++)e[t]&&(n=w1(e[t]))&&(r&&(r+=" "),r+=n)}else for(n in e)e[n]&&(r&&(r+=" "),r+=n);return r}function W(){for(var e,t,n=0,r="",o=arguments.length;n<o;n++)(e=arguments[n])&&(t=w1(e))&&(r&&(r+=" "),r+=t);return r}var A1={color:void 0,size:void 0,className:void 0,style:void 0,attr:void 0},v1=eo.createContext&&eo.createContext(A1),_k=["attr","size","title"];function Sk(e,t){if(e==null)return{};var n=xk(e,t),r,o;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(o=0;o<a.length;o++)r=a[o],!(t.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}function xk(e,t){if(e==null)return{};var n={};for(var r in e)if(Object.prototype.hasOwnProperty.call(e,r)){if(t.indexOf(r)>=0)continue;n[r]=e[r]}return n}function yl(){return yl=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},yl.apply(this,arguments)}function C1(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),n.push.apply(n,r)}return n}function bl(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?C1(Object(n),!0).forEach(function(r){wk(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):C1(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function wk(e,t,n){return t=Ak(t),t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ak(e){var t=vk(e,"string");return typeof t=="symbol"?t:t+""}function vk(e,t){if(typeof e!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function k1(e){return e&&e.map((t,n)=>eo.createElement(t.tag,bl({key:n},t.attr),k1(t.child)))}function xt(e){return t=>eo.createElement(Ck,yl({attr:bl({},e.attr)},t),k1(e.child))}function Ck(e){var t=n=>{var{attr:r,size:o,title:a}=e,u=Sk(e,_k),c=o||n.size||"1em",d;return n.className&&(d=n.className),e.className&&(d=(d?d+" ":"")+e.className),eo.createElement("svg",yl({stroke:"currentColor",fill:"currentColor",strokeWidth:"0"},n.attr,r,u,{className:d,style:bl(bl({color:e.color||n.color},n.style),e.style),height:c,width:c,xmlns:"http://www.w3.org/2000/svg"}),a&&eo.createElement("title",null,a),e.children)};return v1!==void 0?eo.createElement(v1.Consumer,null,n=>t(n)):t(A1)}function kk(e){return xt({attr:{fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor","aria-hidden":"true"},child:[{tag:"path",attr:{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.813 15.904 9 18.75l-.813-2.846a4.5 4.5 0 0 0-3.09-3.09L2.25 12l2.846-.813a4.5 4.5 0 0 0 3.09-3.09L9 5.25l.813 2.846a4.5 4.5 0 0 0 3.09 3.09L15.75 12l-2.846.813a4.5 4.5 0 0 0-3.09 3.09ZM18.259 8.715 18 9.75l-.259-1.035a3.375 3.375 0 0 0-2.455-2.456L14.25 6l1.036-.259a3.375 3.375 0 0 0 2.455-2.456L18 2.25l.259 1.035a3.375 3.375 0 0 0 2.456 2.456L21.75 6l-1.035.259a3.375 3.375 0 0 0-2.456 2.456ZM16.894 20.567 16.5 21.75l-.394-1.183a2.25 2.25 0 0 0-1.423-1.423L13.5 18.75l1.183-.394a2.25 2.25 0 0 0 1.423-1.423l.394-1.183.394 1.183a2.25 2.25 0 0 0 1.423 1.423l1.183.394-1.183.394a2.25 2.25 0 0 0-1.423 1.423Z"},child:[]}]})(e)}const oi=({className:e,iconUrl:t,icon:n,type:r="button",ariaLabel:o,title:a,disabled:u=!1,onClick:c})=>!n&&!t?null:w.jsx("button",{className:W(e,`${z}-icon-button`),type:r,"aria-label":o,title:a,onClick:c,disabled:u,children:t?w.jsx("img",{className:W(`${z}-icon-image`),src:t,alt:o,loading:"lazy"}):n}),Pk="data:image/svg+xml,%3csvg%20width='140'%20height='137'%20viewBox='0%200%20140%20137'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M140%2034.5C140%2040.8513%20135.075%2046%20129%2046C122.925%2046%20118%2040.8513%20118%2034.5C118%2028.1487%20122.925%2023%20129%2023C135.075%2023%20140%2028.1487%20140%2034.5Z'%20fill='%23F3F2EB'/%3e%3cpath%20d='M85%2011.3028C85%205.06042%2090.1487%200%2096.5%200C102.851%200%20108%205.06042%20108%2011.3028V21.6972C108%2027.9396%20102.851%2033%2096.5%2033C90.1487%2033%2085%2027.9396%2085%2021.6972V11.3028Z'%20fill='%23F3F2EB'/%3e%3cpath%20d='M41.3868%2030.0986C36.9601%2025.6719%2036.9601%2018.4948%2041.3868%2014.0682C45.8134%209.64151%2052.9905%209.6415%2057.4172%2014.0682L71.3628%2028.0138C75.7894%2032.4404%2075.7894%2039.6175%2071.3628%2044.0442C66.9361%2048.4708%2059.759%2048.4708%2055.3324%2044.0442L41.3868%2030.0986Z'%20fill='%23F3F2EB'/%3e%3cpath%20d='M140%20101C140%2094.9249%20135.075%2090%20129%2090C122.925%2090%20118%2094.9249%20118%20101C118%20107.075%20122.925%20112%20129%20112C135.075%20112%20140%20107.075%20140%20101Z'%20fill='%23F3F2EB'/%3e%3cpath%20d='M85%20125.697C85%20131.94%2090.1487%20137%2096.5%20137C102.851%20137%20108%20131.94%20108%20125.697V115.303C108%20109.06%20102.851%20104%2096.5%20104C90.1487%20104%2085%20109.06%2085%20115.303V125.697Z'%20fill='%23F3F2EB'/%3e%3cpath%20d='M41.3868%20106.932C36.9601%20111.359%2036.9601%20118.536%2041.3868%20122.963C45.8134%20127.389%2052.9905%20127.39%2057.4172%20122.963L71.3628%20109.017C75.7894%20104.591%2075.7894%2097.4135%2071.3628%2092.9868C66.9361%2088.5602%2059.759%2088.5602%2055.3324%2092.9868L41.3868%20106.932Z'%20fill='%23F3F2EB'/%3e%3cpath%20d='M11.259%2080C5.04084%2080%200%2074.8513%200%2068.5C0%2062.1487%205.04084%2057%2011.259%2057H49.741C55.9592%2057%2061%2062.1487%2061%2068.5C61%2074.8513%2055.9592%2080%2049.741%2080H11.259Z'%20fill='%23F3F2EB'/%3e%3c/svg%3e",Nk=({onClick:e})=>{const{globalClassName:t,headerConfig:n,mode:r}=nt(),o=r==="messaging",a=o?"Open Commerce Client":"Open Copilot",u=o?w.jsx(kk,{className:W(t,`${z}-minimized-icon`)}):w.jsx("img",{src:(n==null?void 0:n.logoUrl)||Pk,alt:"Copilot",className:W(t,`${z}-minimized-icon-img`)});return w.jsx(oi,{className:W(t,`${z}-minimized-button`),ariaLabel:a,title:a,icon:u,onClick:e})},Ok=()=>{const{globalClassName:e,themeVariables:t}=nt(),n=()=>{ml(!1),ri(!0)};return Wo.createPortal(w.jsx("div",{className:W(e,`${z}-minimized-container`),style:t,children:w.jsx(Nk,{onClick:n})}),document.body)};function P1(e){return xt({attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"none",d:"M0 0h24v24H0z"},child:[]},{tag:"path",attr:{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"},child:[]}]})(e)}function N1(e){return xt({attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"none",d:"M0 0h24v24H0V0z"},child:[]},{tag:"path",attr:{d:"M6 19h12v2H6z"},child:[]}]})(e)}function Go(e){return xt({attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"none",d:"M0 0h24v24H0z"},child:[]},{tag:"path",attr:{d:"M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"},child:[]}]})(e)}function Ik(e){return xt({attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"none",d:"M0 0h24v24H0V0z"},child:[]},{tag:"path",attr:{d:"M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"},child:[]}]})(e)}function O1(e){return xt({attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"none",d:"M0 0h24v24H0z"},child:[]},{tag:"path",attr:{d:"M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM6 9h12v2H6V9zm8 5H6v-2h8v2zm4-6H6V6h12v2z"},child:[]}]})(e)}function Rk(e){return xt({attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"none",d:"M0 0h24v24H0z"},child:[]},{tag:"path",attr:{d:"m12 8-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"},child:[]}]})(e)}function Lk(e){return xt({attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"none",d:"M0 0h24v24H0z"},child:[]},{tag:"path",attr:{d:"M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6z"},child:[]}]})(e)}function Dk(e){return xt({attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"none",d:"M0 0h24v24H0z"},child:[]},{tag:"path",attr:{d:"M5 16h3v3h2v-5H5v2zm3-8H5v2h5V5H8v3zm6 11h2v-3h3v-2h-5v5zm2-11V5h-2v5h5V8h-3z"},child:[]}]})(e)}function Mk(e){return xt({attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"none",d:"M0 0h24v24H0z"},child:[]},{tag:"path",attr:{d:"M7 14H5v5h5v-2H7v-3zm-2-4h2V7h3V5H5v5zm12 7h-3v2h5v-5h-2v3zM14 5v2h3v3h2V5h-5z"},child:[]}]})(e)}function Fk(e){return xt({attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"none",d:"M0 0h24v24H0V0z"},child:[]},{tag:"path",attr:{d:"m14.12 4 1.83 2H20v12H4V6h4.05l1.83-2h4.24M15 2H9L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2h-3.17L15 2zm-3 7c1.65 0 3 1.35 3 3s-1.35 3-3 3-3-1.35-3-3 1.35-3 3-3m0-2c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5z"},child:[]}]})(e)}const Bk=e=>({[`${Hn}-header-background-color`]:(e==null?void 0:e.headerBackgroundColor)||"transparent",[`${Hn}-header-text-color`]:(e==null?void 0:e.headerTextColor)||"inherit",[`${Hn}-header-text-font-size`]:(e==null?void 0:e.headerTextFontSize)||"1.25rem",[`${Hn}-header-text-font-weight`]:(e==null?void 0:e.headerTextFontWeight)!=null?String(e.headerTextFontWeight):"bold",[`${Hn}-header-text-font-family`]:(e==null?void 0:e.headerTextFontFamily)||"inherit",[`${Hn}-header-text-text-align`]:(e==null?void 0:e.headerTextTextAlign)||"left"}),I1=({className:e,label:t="Close",onClick:n,disabled:r=!1})=>w.jsx("button",{"aria-label":t,title:t,className:W(e,`${z}-close-button`),disabled:r,onClick:n,children:w.jsx("svg",{role:"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 20",width:"16",height:"16",fill:"currentColor",children:w.jsx("path",{d:"M18.3 5.7a1 1 0 0 0-1.4-1.4L12 9.6 7.1 4.7a1 1 0 1 0-1.4 1.4l4.9 4.9-4.9 4.9a1 1 0 1 0 1.4 1.4l4.9-4.9 4.9 4.9a1 1 0 0 0 1.4-1.4l-4.9-4.9 4.9-4.9z"})})}),Tl=({className:e,children:t,type:n,disabled:r=!1,onClick:o})=>w.jsx("button",{className:W(`${z}-button`,e,{disabled:r}),type:n||"button",disabled:r,onClick:o,children:t}),Uk=({searchConfig:e,globalClassName:t})=>{const n=e.buttonIconUrl;return n?w.jsx("img",{className:W(`${z}-search-button-icon-image`,t),src:n,alt:"",loading:"lazy"}):w.jsx(Go,{size:"16px"})},Hk=({className:e,searchConfig:t,globalClassName:n,componentType:r,isLoading:o})=>{if((t==null?void 0:t.buttonType)==="icon")return w.jsx(oi,{className:W(e,n,`cim-${r}-component`,`${z}-search-button-icon`),type:"submit",disabled:o,ariaLabel:(t==null?void 0:t.buttonAriaLabel)||(t==null?void 0:t.buttonLabel)||"Search Copilot",icon:t!=null&&t.buttonIconUrl?null:w.jsx(Go,{size:"16px"}),iconUrl:t==null?void 0:t.buttonIconUrl});const a=(t==null?void 0:t.buttonType)==="icon-text";return w.jsxs(Tl,{className:W(e,n,`cim-${r}-component`,`${z}-search-button`),type:"submit","aria-label":(t==null?void 0:t.buttonAriaLabel)||"",disabled:o,children:[a&&w.jsx(Uk,{globalClassName:n,searchConfig:t}),(t==null?void 0:t.buttonLabel)||"Search"]})};function zk(e){return xt({attr:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},child:[{tag:"path",attr:{d:"M8 9h8"},child:[]},{tag:"path",attr:{d:"M8 13h6"},child:[]},{tag:"path",attr:{d:"M13 18l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6"},child:[]},{tag:"path",attr:{d:"M17 17v5"},child:[]},{tag:"path",attr:{d:"M21 17v5"},child:[]}]})(e)}const jk=()=>{const{messages:e}=tr(),{handleCancel:t}=Ir();return{cancelRequest:B.useCallback(()=>{if(!(e!=null&&e.length))return null;const r=e[e.length-1],o=r.eventSourceId||r.id;t(o)},[t,e])}},$k=({isLoading:e})=>{const{globalClassName:t,searchConfig:n}=nt(),{cancelRequest:r}=jk();return n!=null&&n.enableCancelSearch?w.jsx(oi,{className:W(t,`${z}-cancel-button`),ariaLabel:"Cancel Copilot chat processing",title:"Cancel Copilot request",icon:w.jsx(zk,{}),disabled:!e,onClick:r}):null};function mU(){}function gU(){}function R1(e){const t=[],n=String(e||"");let r=n.indexOf(","),o=0,a=!1;for(;!a;){r===-1&&(r=n.length,a=!0);const u=n.slice(o,r).trim();(u||!a)&&t.push(u),o=r+1,r=n.indexOf(",",o)}return t}function L1(e,t){const n={};return(e[e.length-1]===""?[...e,""]:e).join((n.padRight?" ":"")+","+(n.padLeft===!1?"":" ")).trim()}const Vk=/^[$_\p{ID_Start}][$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,qk=/^[$_\p{ID_Start}][-$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,Yk={};function D1(e,t){return(Yk.jsx?qk:Vk).test(e)}const Wk=/[ \t\n\f\r]/g;function Gk(e){return typeof e=="object"?e.type==="text"?M1(e.value):!1:M1(e)}function M1(e){return e.replace(Wk,"")===""}let Ta=class{constructor(t,n,r){this.normal=n,this.property=t,r&&(this.space=r)}};Ta.prototype.normal={},Ta.prototype.property={},Ta.prototype.space=void 0;function F1(e,t){const n={},r={};for(const o of e)Object.assign(n,o.property),Object.assign(r,o.normal);return new Ta(n,r,t)}function _a(e){return e.toLowerCase()}let Pn=class{constructor(t,n){this.attribute=n,this.property=t}};Pn.prototype.attribute="",Pn.prototype.booleanish=!1,Pn.prototype.boolean=!1,Pn.prototype.commaOrSpaceSeparated=!1,Pn.prototype.commaSeparated=!1,Pn.prototype.defined=!1,Pn.prototype.mustUseProperty=!1,Pn.prototype.number=!1,Pn.prototype.overloadedBoolean=!1,Pn.prototype.property="",Pn.prototype.spaceSeparated=!1,Pn.prototype.space=void 0;let Xk=0;const Xe=ao(),Ut=ao(),Of=ao(),Ee=ao(),Et=ao(),Xo=ao(),zn=ao();function ao(){return ta(2,++Xk)}const If=Object.freeze(Object.defineProperty({__proto__:null,boolean:Xe,booleanish:Ut,commaOrSpaceSeparated:zn,commaSeparated:Xo,number:Ee,overloadedBoolean:Of,spaceSeparated:Et},Symbol.toStringTag,{value:"Module"})),Rf=Object.keys(If);let Lf=class extends Pn{constructor(t,n,r,o){let a=-1;if(super(t,n),B1(this,"space",o),typeof r=="number")for(;++a<Rf.length;){const u=Rf[a];B1(this,Rf[a],(r&If[u])===If[u])}}};Lf.prototype.defined=!0;function B1(e,t,n){n&&(e[t]=n)}function Ko(e){const t={},n={};for(const[r,o]of Object.entries(e.properties)){const a=new Lf(r,e.transform(e.attributes||{},r),o,e.space);e.mustUseProperty&&e.mustUseProperty.includes(r)&&(a.mustUseProperty=!0),t[r]=a,n[_a(r)]=r,n[_a(a.attribute)]=r}return new Ta(t,n,e.space)}const U1=Ko({properties:{ariaActiveDescendant:null,ariaAtomic:Ut,ariaAutoComplete:null,ariaBusy:Ut,ariaChecked:Ut,ariaColCount:Ee,ariaColIndex:Ee,ariaColSpan:Ee,ariaControls:Et,ariaCurrent:null,ariaDescribedBy:Et,ariaDetails:null,ariaDisabled:Ut,ariaDropEffect:Et,ariaErrorMessage:null,ariaExpanded:Ut,ariaFlowTo:Et,ariaGrabbed:Ut,ariaHasPopup:null,ariaHidden:Ut,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:Et,ariaLevel:Ee,ariaLive:null,ariaModal:Ut,ariaMultiLine:Ut,ariaMultiSelectable:Ut,ariaOrientation:null,ariaOwns:Et,ariaPlaceholder:null,ariaPosInSet:Ee,ariaPressed:Ut,ariaReadOnly:Ut,ariaRelevant:null,ariaRequired:Ut,ariaRoleDescription:Et,ariaRowCount:Ee,ariaRowIndex:Ee,ariaRowSpan:Ee,ariaSelected:Ut,ariaSetSize:Ee,ariaSort:null,ariaValueMax:Ee,ariaValueMin:Ee,ariaValueNow:Ee,ariaValueText:null,role:null},transform(e,t){return t==="role"?t:"aria-"+t.slice(4).toLowerCase()}});function H1(e,t){return t in e?e[t]:t}function z1(e,t){return H1(e,t.toLowerCase())}const Kk=Ko({attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:Xo,acceptCharset:Et,accessKey:Et,action:null,allow:null,allowFullScreen:Xe,allowPaymentRequest:Xe,allowUserMedia:Xe,alt:null,as:null,async:Xe,autoCapitalize:null,autoComplete:Et,autoFocus:Xe,autoPlay:Xe,blocking:Et,capture:null,charSet:null,checked:Xe,cite:null,className:Et,cols:Ee,colSpan:null,content:null,contentEditable:Ut,controls:Xe,controlsList:Et,coords:Ee|Xo,crossOrigin:null,data:null,dateTime:null,decoding:null,default:Xe,defer:Xe,dir:null,dirName:null,disabled:Xe,download:Of,draggable:Ut,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:Xe,formTarget:null,headers:Et,height:Ee,hidden:Of,high:Ee,href:null,hrefLang:null,htmlFor:Et,httpEquiv:Et,id:null,imageSizes:null,imageSrcSet:null,inert:Xe,inputMode:null,integrity:null,is:null,isMap:Xe,itemId:null,itemProp:Et,itemRef:Et,itemScope:Xe,itemType:Et,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:Xe,low:Ee,manifest:null,max:null,maxLength:Ee,media:null,method:null,min:null,minLength:Ee,multiple:Xe,muted:Xe,name:null,nonce:null,noModule:Xe,noValidate:Xe,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:Xe,optimum:Ee,pattern:null,ping:Et,placeholder:null,playsInline:Xe,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:Xe,referrerPolicy:null,rel:Et,required:Xe,reversed:Xe,rows:Ee,rowSpan:Ee,sandbox:Et,scope:null,scoped:Xe,seamless:Xe,selected:Xe,shadowRootClonable:Xe,shadowRootDelegatesFocus:Xe,shadowRootMode:null,shape:null,size:Ee,sizes:null,slot:null,span:Ee,spellCheck:Ut,src:null,srcDoc:null,srcLang:null,srcSet:null,start:Ee,step:null,style:null,tabIndex:Ee,target:null,title:null,translate:null,type:null,typeMustMatch:Xe,useMap:null,value:Ut,width:Ee,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:Et,axis:null,background:null,bgColor:null,border:Ee,borderColor:null,bottomMargin:Ee,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:Xe,declare:Xe,event:null,face:null,frame:null,frameBorder:null,hSpace:Ee,leftMargin:Ee,link:null,longDesc:null,lowSrc:null,marginHeight:Ee,marginWidth:Ee,noResize:Xe,noHref:Xe,noShade:Xe,noWrap:Xe,object:null,profile:null,prompt:null,rev:null,rightMargin:Ee,rules:null,scheme:null,scrolling:Ut,standby:null,summary:null,text:null,topMargin:Ee,valueType:null,version:null,vAlign:null,vLink:null,vSpace:Ee,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:Xe,disableRemotePlayback:Xe,prefix:null,property:null,results:Ee,security:null,unselectable:null},space:"html",transform:z1}),Qk=Ko({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:zn,accentHeight:Ee,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:Ee,amplitude:Ee,arabicForm:null,ascent:Ee,attributeName:null,attributeType:null,azimuth:Ee,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:Ee,by:null,calcMode:null,capHeight:Ee,className:Et,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:Ee,diffuseConstant:Ee,direction:null,display:null,dur:null,divisor:Ee,dominantBaseline:null,download:Xe,dx:null,dy:null,edgeMode:null,editable:null,elevation:Ee,enableBackground:null,end:null,event:null,exponent:Ee,externalResourcesRequired:null,fill:null,fillOpacity:Ee,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:Xo,g2:Xo,glyphName:Xo,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:Ee,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:Ee,horizOriginX:Ee,horizOriginY:Ee,id:null,ideographic:Ee,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:Ee,k:Ee,k1:Ee,k2:Ee,k3:Ee,k4:Ee,kernelMatrix:zn,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:Ee,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:Ee,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:Ee,overlineThickness:Ee,paintOrder:null,panose1:null,path:null,pathLength:Ee,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:Et,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:Ee,pointsAtY:Ee,pointsAtZ:Ee,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:zn,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:zn,rev:zn,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:zn,requiredFeatures:zn,requiredFonts:zn,requiredFormats:zn,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:Ee,specularExponent:Ee,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:Ee,strikethroughThickness:Ee,string:null,stroke:null,strokeDashArray:zn,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:Ee,strokeOpacity:Ee,strokeWidth:null,style:null,surfaceScale:Ee,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:zn,tabIndex:Ee,tableValues:null,target:null,targetX:Ee,targetY:Ee,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:zn,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:Ee,underlineThickness:Ee,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:Ee,values:null,vAlphabetic:Ee,vMathematical:Ee,vectorEffect:null,vHanging:Ee,vIdeographic:Ee,version:null,vertAdvY:Ee,vertOriginX:Ee,vertOriginY:Ee,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:Ee,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null},space:"svg",transform:H1}),j1=Ko({properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null},space:"xlink",transform(e,t){return"xlink:"+t.slice(5).toLowerCase()}}),$1=Ko({attributes:{xmlnsxlink:"xmlns:xlink"},properties:{xmlnsXLink:null,xmlns:null},space:"xmlns",transform:z1}),V1=Ko({properties:{xmlBase:null,xmlLang:null,xmlSpace:null},space:"xml",transform(e,t){return"xml:"+t.slice(3).toLowerCase()}}),Jk={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"},Zk=/[A-Z]/g,q1=/-[a-z]/g,eP=/^data[-\w.:]+$/i;function Df(e,t){const n=_a(t);let r=t,o=Pn;if(n in e.normal)return e.property[e.normal[n]];if(n.length>4&&n.slice(0,4)==="data"&&eP.test(t)){if(t.charAt(4)==="-"){const a=t.slice(5).replace(q1,nP);r="data"+a.charAt(0).toUpperCase()+a.slice(1)}else{const a=t.slice(4);if(!q1.test(a)){let u=a.replace(Zk,tP);u.charAt(0)!=="-"&&(u="-"+u),t="data"+u}}o=Lf}return new o(r,t)}function tP(e){return"-"+e.toLowerCase()}function nP(e){return e.charAt(1).toUpperCase()}const _l=F1([U1,Kk,j1,$1,V1],"html"),Qo=F1([U1,Qk,j1,$1,V1],"svg");function Y1(e){const t=String(e||"").trim();return t?t.split(/[ \t\n\r\f]+/g):[]}function W1(e){return e.join(" ").trim()}var Jo={},Mf,G1;function rP(){if(G1)return Mf;G1=1;var e=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,t=/\n/g,n=/^\s*/,r=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,o=/^:\s*/,a=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,u=/^[;\s]*/,c=/^\s+|\s+$/g,d=`
|
|
18
|
-
`,f="/",p="*",m="",T="comment",y="declaration";Mf=function(S,A){if(typeof S!="string")throw new TypeError("First argument must be a string");if(!S)return[];A=A||{};var v=1,N=1;function k(de){var ne=de.match(t);ne&&(v+=ne.length);var be=de.lastIndexOf(d);N=~be?de.length-be:N+de.length}function H(){var de={line:v,column:N};return function(ne){return ne.position=new V(de),ie(),ne}}function V(de){this.start=de,this.end={line:v,column:N},this.source=A.source}V.prototype.content=S;function F(de){var ne=new Error(A.source+":"+v+":"+N+": "+de);if(ne.reason=de,ne.filename=A.source,ne.line=v,ne.column=N,ne.source=S,!A.silent)throw ne}function q(de){var ne=de.exec(S);if(ne){var be=ne[0];return k(be),S=S.slice(be.length),ne}}function ie(){q(n)}function ge(de){var ne;for(de=de||[];ne=$();)ne!==!1&&de.push(ne);return de}function $(){var de=H();if(!(f!=S.charAt(0)||p!=S.charAt(1))){for(var ne=2;m!=S.charAt(ne)&&(p!=S.charAt(ne)||f!=S.charAt(ne+1));)++ne;if(ne+=2,m===S.charAt(ne-1))return F("End of comment missing");var be=S.slice(2,ne-2);return N+=2,k(be),S=S.slice(ne),N+=2,de({type:T,comment:be})}}function se(){var de=H(),ne=q(r);if(ne){if($(),!q(o))return F("property missing ':'");var be=q(a),Oe=de({type:y,property:_(ne[0].replace(e,m)),value:be?_(be[0].replace(e,m)):m});return q(u),Oe}}function ce(){var de=[];ge(de);for(var ne;ne=se();)ne!==!1&&(de.push(ne),ge(de));return de}return ie(),ce()};function _(S){return S?S.replace(c,m):m}return Mf}var X1;function iP(){if(X1)return Jo;X1=1;var e=Jo&&Jo.__importDefault||function(r){return r&&r.__esModule?r:{default:r}};Object.defineProperty(Jo,"__esModule",{value:!0}),Jo.default=n;var t=e(rP());function n(r,o){var a=null;if(!r||typeof r!="string")return a;var u=(0,t.default)(r),c=typeof o=="function";return u.forEach(function(d){if(d.type==="declaration"){var f=d.property,p=d.value;c?o(f,p,d):p&&(a=a||{},a[f]=p)}}),a}return Jo}var Sa={},K1;function oP(){if(K1)return Sa;K1=1,Object.defineProperty(Sa,"__esModule",{value:!0}),Sa.camelCase=void 0;var e=/^--[a-zA-Z0-9_-]+$/,t=/-([a-z])/g,n=/^[^-]+$/,r=/^-(webkit|moz|ms|o|khtml)-/,o=/^-(ms)-/,a=function(f){return!f||n.test(f)||e.test(f)},u=function(f,p){return p.toUpperCase()},c=function(f,p){return"".concat(p,"-")},d=function(f,p){return p===void 0&&(p={}),a(f)?f:(f=f.toLowerCase(),p.reactCompat?f=f.replace(o,c):f=f.replace(r,c),f.replace(t,u))};return Sa.camelCase=d,Sa}var xa,Q1;function sP(){if(Q1)return xa;Q1=1;var e=xa&&xa.__importDefault||function(o){return o&&o.__esModule?o:{default:o}},t=e(iP()),n=oP();function r(o,a){var u={};return!o||typeof o!="string"||(0,t.default)(o,function(c,d){c&&d&&(u[(0,n.camelCase)(c,a)]=d)}),u}return r.default=r,xa=r,xa}var aP=sP();const uP=$e(aP),Sl=J1("end"),Rr=J1("start");function J1(e){return t;function t(n){const r=n&&n.position&&n.position[e]||{};if(typeof r.line=="number"&&r.line>0&&typeof r.column=="number"&&r.column>0)return{line:r.line,column:r.column,offset:typeof r.offset=="number"&&r.offset>-1?r.offset:void 0}}}function Z1(e){const t=Rr(e),n=Sl(e);if(t&&n)return{start:t,end:n}}function wa(e){return!e||typeof e!="object"?"":"position"in e||"type"in e?eE(e.position):"start"in e||"end"in e?eE(e):"line"in e||"column"in e?Ff(e):""}function Ff(e){return tE(e&&e.line)+":"+tE(e&&e.column)}function eE(e){return Ff(e&&e.start)+"-"+Ff(e&&e.end)}function tE(e){return e&&typeof e=="number"?e:1}class hn extends Error{constructor(t,n,r){super(),typeof n=="string"&&(r=n,n=void 0);let o="",a={},u=!1;if(n&&("line"in n&&"column"in n?a={place:n}:"start"in n&&"end"in n?a={place:n}:"type"in n?a={ancestors:[n],place:n.position}:a=M({},n)),typeof t=="string"?o=t:!a.cause&&t&&(u=!0,o=t.message,a.cause=t),!a.ruleId&&!a.source&&typeof r=="string"){const d=r.indexOf(":");d===-1?a.ruleId=r:(a.source=r.slice(0,d),a.ruleId=r.slice(d+1))}if(!a.place&&a.ancestors&&a.ancestors){const d=a.ancestors[a.ancestors.length-1];d&&(a.place=d.position)}const c=a.place&&"start"in a.place?a.place.start:a.place;this.ancestors=a.ancestors||void 0,this.cause=a.cause||void 0,this.column=c?c.column:void 0,this.fatal=void 0,this.file,this.message=o,this.line=c?c.line:void 0,this.name=wa(a.place)||"1:1",this.place=a.place||void 0,this.reason=this.message,this.ruleId=a.ruleId||void 0,this.source=a.source||void 0,this.stack=u&&a.cause&&typeof a.cause.stack=="string"?a.cause.stack:"",this.actual,this.expected,this.note,this.url}}hn.prototype.file="",hn.prototype.name="",hn.prototype.reason="",hn.prototype.message="",hn.prototype.stack="",hn.prototype.column=void 0,hn.prototype.line=void 0,hn.prototype.ancestors=void 0,hn.prototype.cause=void 0,hn.prototype.fatal=void 0,hn.prototype.place=void 0,hn.prototype.ruleId=void 0,hn.prototype.source=void 0;const Bf={}.hasOwnProperty,lP=new Map,cP=/[A-Z]/g,dP=new Set(["table","tbody","thead","tfoot","tr"]),fP=new Set(["td","th"]),nE="https://github.com/syntax-tree/hast-util-to-jsx-runtime";function hP(e,t){if(!t||t.Fragment===void 0)throw new TypeError("Expected `Fragment` in options");const n=t.filePath||void 0;let r;if(t.development){if(typeof t.jsxDEV!="function")throw new TypeError("Expected `jsxDEV` in options when `development: true`");r=_P(n,t.jsxDEV)}else{if(typeof t.jsx!="function")throw new TypeError("Expected `jsx` in production options");if(typeof t.jsxs!="function")throw new TypeError("Expected `jsxs` in production options");r=TP(n,t.jsx,t.jsxs)}const o={Fragment:t.Fragment,ancestors:[],components:t.components||{},create:r,elementAttributeNameCase:t.elementAttributeNameCase||"react",evaluater:t.createEvaluater?t.createEvaluater():void 0,filePath:n,ignoreInvalidStyle:t.ignoreInvalidStyle||!1,passKeys:t.passKeys!==!1,passNode:t.passNode||!1,schema:t.space==="svg"?Qo:_l,stylePropertyNameCase:t.stylePropertyNameCase||"dom",tableCellAlignToStyle:t.tableCellAlignToStyle!==!1},a=rE(o,e,void 0);return a&&typeof a!="string"?a:o.create(e,o.Fragment,{children:a||void 0},void 0)}function rE(e,t,n){if(t.type==="element")return pP(e,t,n);if(t.type==="mdxFlowExpression"||t.type==="mdxTextExpression")return mP(e,t);if(t.type==="mdxJsxFlowElement"||t.type==="mdxJsxTextElement")return EP(e,t,n);if(t.type==="mdxjsEsm")return gP(e,t);if(t.type==="root")return yP(e,t,n);if(t.type==="text")return bP(e,t)}function pP(e,t,n){const r=e.schema;let o=r;t.tagName.toLowerCase()==="svg"&&r.space==="html"&&(o=Qo,e.schema=o),e.ancestors.push(t);const a=oE(e,t.tagName,!1),u=SP(e,t);let c=Hf(e,t);return dP.has(t.tagName)&&(c=c.filter(function(d){return typeof d=="string"?!Gk(d):!0})),iE(e,u,a,t),Uf(u,c),e.ancestors.pop(),e.schema=r,e.create(t,a,u,n)}function mP(e,t){if(t.data&&t.data.estree&&e.evaluater){const r=t.data.estree.body[0];return r.type,e.evaluater.evaluateExpression(r.expression)}Aa(e,t.position)}function gP(e,t){if(t.data&&t.data.estree&&e.evaluater)return e.evaluater.evaluateProgram(t.data.estree);Aa(e,t.position)}function EP(e,t,n){const r=e.schema;let o=r;t.name==="svg"&&r.space==="html"&&(o=Qo,e.schema=o),e.ancestors.push(t);const a=t.name===null?e.Fragment:oE(e,t.name,!0),u=xP(e,t),c=Hf(e,t);return iE(e,u,a,t),Uf(u,c),e.ancestors.pop(),e.schema=r,e.create(t,a,u,n)}function yP(e,t,n){const r={};return Uf(r,Hf(e,t)),e.create(t,e.Fragment,r,n)}function bP(e,t){return t.value}function iE(e,t,n,r){typeof n!="string"&&n!==e.Fragment&&e.passNode&&(t.node=r)}function Uf(e,t){if(t.length>0){const n=t.length>1?t:t[0];n&&(e.children=n)}}function TP(e,t,n){return r;function r(o,a,u,c){const f=Array.isArray(u.children)?n:t;return c?f(a,u,c):f(a,u)}}function _P(e,t){return n;function n(r,o,a,u){const c=Array.isArray(a.children),d=Rr(r);return t(o,a,u,c,{columnNumber:d?d.column-1:void 0,fileName:e,lineNumber:d?d.line:void 0},void 0)}}function SP(e,t){const n={};let r,o;for(o in t.properties)if(o!=="children"&&Bf.call(t.properties,o)){const a=wP(e,o,t.properties[o]);if(a){const[u,c]=a;e.tableCellAlignToStyle&&u==="align"&&typeof c=="string"&&fP.has(t.tagName)?r=c:n[u]=c}}if(r){const a=n.style||(n.style={});a[e.stylePropertyNameCase==="css"?"text-align":"textAlign"]=r}return n}function xP(e,t){const n={};for(const r of t.attributes)if(r.type==="mdxJsxExpressionAttribute")if(r.data&&r.data.estree&&e.evaluater){const a=r.data.estree.body[0];a.type;const u=a.expression;u.type;const c=u.properties[0];c.type,Object.assign(n,e.evaluater.evaluateExpression(c.argument))}else Aa(e,t.position);else{const o=r.name;let a;if(r.value&&typeof r.value=="object")if(r.value.data&&r.value.data.estree&&e.evaluater){const c=r.value.data.estree.body[0];c.type,a=e.evaluater.evaluateExpression(c.expression)}else Aa(e,t.position);else a=r.value===null?!0:r.value;n[o]=a}return n}function Hf(e,t){const n=[];let r=-1;const o=e.passKeys?new Map:lP;for(;++r<t.children.length;){const a=t.children[r];let u;if(e.passKeys){const d=a.type==="element"?a.tagName:a.type==="mdxJsxFlowElement"||a.type==="mdxJsxTextElement"?a.name:void 0;if(d){const f=o.get(d)||0;u=d+"-"+f,o.set(d,f+1)}}const c=rE(e,a,u);c!==void 0&&n.push(c)}return n}function wP(e,t,n){const r=Df(e.schema,t);if(!(n==null||typeof n=="number"&&Number.isNaN(n))){if(Array.isArray(n)&&(n=r.commaSeparated?L1(n):W1(n)),r.property==="style"){let o=typeof n=="object"?n:AP(e,String(n));return e.stylePropertyNameCase==="css"&&(o=vP(o)),["style",o]}return[e.elementAttributeNameCase==="react"&&r.space?Jk[r.property]||r.property:r.attribute,n]}}function AP(e,t){try{return uP(t,{reactCompat:!0})}catch(n){if(e.ignoreInvalidStyle)return{};const r=n,o=new hn("Cannot parse `style` attribute",{ancestors:e.ancestors,cause:r,ruleId:"style",source:"hast-util-to-jsx-runtime"});throw o.file=e.filePath||void 0,o.url=nE+"#cannot-parse-style-attribute",o}}function oE(e,t,n){let r;if(!n)r={type:"Literal",value:t};else if(t.includes(".")){const o=t.split(".");let a=-1,u;for(;++a<o.length;){const c=D1(o[a])?{type:"Identifier",name:o[a]}:{type:"Literal",value:o[a]};u=u?{type:"MemberExpression",object:u,property:c,computed:!!(a&&c.type==="Literal"),optional:!1}:c}r=u}else r=D1(t)&&!/^[a-z]/.test(t)?{type:"Identifier",name:t}:{type:"Literal",value:t};if(r.type==="Literal"){const o=r.value;return Bf.call(e.components,o)?e.components[o]:o}if(e.evaluater)return e.evaluater.evaluateExpression(r);Aa(e)}function Aa(e,t){const n=new hn("Cannot handle MDX estrees without `createEvaluater`",{ancestors:e.ancestors,place:t,ruleId:"mdx-estree",source:"hast-util-to-jsx-runtime"});throw n.file=e.filePath||void 0,n.url=nE+"#cannot-handle-mdx-estrees-without-createevaluater",n}function vP(e){const t={};let n;for(n in e)Bf.call(e,n)&&(t[CP(n)]=e[n]);return t}function CP(e){let t=e.replace(cP,kP);return t.slice(0,3)==="ms-"&&(t="-"+t),t}function kP(e){return"-"+e.toLowerCase()}const zf={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"]},PP={};function jf(e,t){const n=PP,r=typeof n.includeImageAlt=="boolean"?n.includeImageAlt:!0,o=typeof n.includeHtml=="boolean"?n.includeHtml:!0;return sE(e,r,o)}function sE(e,t,n){if(NP(e)){if("value"in e)return e.type==="html"&&!n?"":e.value;if(t&&"alt"in e&&e.alt)return e.alt;if("children"in e)return aE(e.children,t,n)}return Array.isArray(e)?aE(e,t,n):""}function aE(e,t,n){const r=[];let o=-1;for(;++o<e.length;)r[o]=sE(e[o],t,n);return r.join("")}function NP(e){return!!(e&&typeof e=="object")}const uE=document.createElement("i");function $f(e){const t="&"+e+";";uE.innerHTML=t;const n=uE.textContent;return n.charCodeAt(n.length-1)===59&&e!=="semi"||n===t?!1:n}function jn(e,t,n,r){const o=e.length;let a=0,u;if(t<0?t=-t>o?0:o+t:t=t>o?o:t,n=n>0?n:0,r.length<1e4)u=Array.from(r),u.unshift(t,n),e.splice(...u);else for(n&&e.splice(t,n);a<r.length;)u=r.slice(a,a+1e4),u.unshift(t,0),e.splice(...u),a+=1e4,t+=1e4}function nr(e,t){return e.length>0?(jn(e,e.length,0,t),e):t}const lE={}.hasOwnProperty;function cE(e){const t={};let n=-1;for(;++n<e.length;)OP(t,e[n]);return t}function OP(e,t){let n;for(n in t){const o=(lE.call(e,n)?e[n]:void 0)||(e[n]={}),a=t[n];let u;if(a)for(u in a){lE.call(o,u)||(o[u]=[]);const c=a[u];IP(o[u],Array.isArray(c)?c:c?[c]:[])}}}function IP(e,t){let n=-1;const r=[];for(;++n<t.length;)(t[n].add==="after"?e:r).push(t[n]);jn(e,0,0,r)}function dE(e,t){const n=Number.parseInt(e,t);return n<9||n===11||n>13&&n<32||n>126&&n<160||n>55295&&n<57344||n>64975&&n<65008||(n&65535)===65535||(n&65535)===65534||n>1114111?"�":String.fromCodePoint(n)}function mr(e){return e.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}const wn=Ai(/[A-Za-z]/),pn=Ai(/[\dA-Za-z]/),RP=Ai(/[#-'*+\--9=?A-Z^-~]/);function xl(e){return e!==null&&(e<32||e===127)}const Vf=Ai(/\d/),LP=Ai(/[\dA-Fa-f]/),DP=Ai(/[!-/:-@[-`{-~]/);function Ue(e){return e!==null&&e<-2}function ht(e){return e!==null&&(e<0||e===32)}function et(e){return e===-2||e===-1||e===32}const wl=Ai(new RegExp("\\p{P}|\\p{S}","u")),uo=Ai(/\s/);function Ai(e){return t;function t(n){return n!==null&&n>-1&&e.test(String.fromCharCode(n))}}function Zo(e){const t=[];let n=-1,r=0,o=0;for(;++n<e.length;){const a=e.charCodeAt(n);let u="";if(a===37&&pn(e.charCodeAt(n+1))&&pn(e.charCodeAt(n+2)))o=2;else if(a<128)/[!#$&-;=?-Z_a-z~]/.test(String.fromCharCode(a))||(u=String.fromCharCode(a));else if(a>55295&&a<57344){const c=e.charCodeAt(n+1);a<56320&&c>56319&&c<57344?(u=String.fromCharCode(a,c),o=1):u="�"}else u=String.fromCharCode(a);u&&(t.push(e.slice(r,n),encodeURIComponent(u)),r=n+o+1,u=""),o&&(n+=o,o=0)}return t.join("")+e.slice(r)}function rt(e,t,n,r){const o=r?r-1:Number.POSITIVE_INFINITY;let a=0;return u;function u(d){return et(d)?(e.enter(n),c(d)):t(d)}function c(d){return et(d)&&a++<o?(e.consume(d),c):(e.exit(n),t(d))}}const MP={tokenize:FP};function FP(e){const t=e.attempt(this.parser.constructs.contentInitial,r,o);let n;return t;function r(c){if(c===null){e.consume(c);return}return e.enter("lineEnding"),e.consume(c),e.exit("lineEnding"),rt(e,t,"linePrefix")}function o(c){return e.enter("paragraph"),a(c)}function a(c){const d=e.enter("chunkText",{contentType:"text",previous:n});return n&&(n.next=d),n=d,u(c)}function u(c){if(c===null){e.exit("chunkText"),e.exit("paragraph"),e.consume(c);return}return Ue(c)?(e.consume(c),e.exit("chunkText"),a):(e.consume(c),u)}}const BP={tokenize:UP},fE={tokenize:HP};function UP(e){const t=this,n=[];let r=0,o,a,u;return c;function c(k){if(r<n.length){const H=n[r];return t.containerState=H[1],e.attempt(H[0].continuation,d,f)(k)}return f(k)}function d(k){if(r++,t.containerState._closeFlow){t.containerState._closeFlow=void 0,o&&N();const H=t.events.length;let V=H,F;for(;V--;)if(t.events[V][0]==="exit"&&t.events[V][1].type==="chunkFlow"){F=t.events[V][1].end;break}v(r);let q=H;for(;q<t.events.length;)t.events[q][1].end=M({},F),q++;return jn(t.events,V+1,0,t.events.slice(H)),t.events.length=q,f(k)}return c(k)}function f(k){if(r===n.length){if(!o)return T(k);if(o.currentConstruct&&o.currentConstruct.concrete)return _(k);t.interrupt=!!(o.currentConstruct&&!o._gfmTableDynamicInterruptHack)}return t.containerState={},e.check(fE,p,m)(k)}function p(k){return o&&N(),v(r),T(k)}function m(k){return t.parser.lazy[t.now().line]=r!==n.length,u=t.now().offset,_(k)}function T(k){return t.containerState={},e.attempt(fE,y,_)(k)}function y(k){return r++,n.push([t.currentConstruct,t.containerState]),T(k)}function _(k){if(k===null){o&&N(),v(0),e.consume(k);return}return o=o||t.parser.flow(t.now()),e.enter("chunkFlow",{_tokenizer:o,contentType:"flow",previous:a}),S(k)}function S(k){if(k===null){A(e.exit("chunkFlow"),!0),v(0),e.consume(k);return}return Ue(k)?(e.consume(k),A(e.exit("chunkFlow")),r=0,t.interrupt=void 0,c):(e.consume(k),S)}function A(k,H){const V=t.sliceStream(k);if(H&&V.push(null),k.previous=a,a&&(a.next=k),a=k,o.defineSkip(k.start),o.write(V),t.parser.lazy[k.start.line]){let F=o.events.length;for(;F--;)if(o.events[F][1].start.offset<u&&(!o.events[F][1].end||o.events[F][1].end.offset>u))return;const q=t.events.length;let ie=q,ge,$;for(;ie--;)if(t.events[ie][0]==="exit"&&t.events[ie][1].type==="chunkFlow"){if(ge){$=t.events[ie][1].end;break}ge=!0}for(v(r),F=q;F<t.events.length;)t.events[F][1].end=M({},$),F++;jn(t.events,ie+1,0,t.events.slice(q)),t.events.length=F}}function v(k){let H=n.length;for(;H-- >k;){const V=n[H];t.containerState=V[1],V[0].exit.call(t,e)}n.length=k}function N(){o.write([null]),a=void 0,o=void 0,t.containerState._closeFlow=void 0}}function HP(e,t,n){return rt(e,e.attempt(this.parser.constructs.document,t,n),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}function es(e){if(e===null||ht(e)||uo(e))return 1;if(wl(e))return 2}function Al(e,t,n){const r=[];let o=-1;for(;++o<e.length;){const a=e[o].resolveAll;a&&!r.includes(a)&&(t=a(t,n),r.push(a))}return t}const qf={name:"attention",resolveAll:zP,tokenize:jP};function zP(e,t){let n=-1,r,o,a,u,c,d,f,p;for(;++n<e.length;)if(e[n][0]==="enter"&&e[n][1].type==="attentionSequence"&&e[n][1]._close){for(r=n;r--;)if(e[r][0]==="exit"&&e[r][1].type==="attentionSequence"&&e[r][1]._open&&t.sliceSerialize(e[r][1]).charCodeAt(0)===t.sliceSerialize(e[n][1]).charCodeAt(0)){if((e[r][1]._close||e[n][1]._open)&&(e[n][1].end.offset-e[n][1].start.offset)%3&&!((e[r][1].end.offset-e[r][1].start.offset+e[n][1].end.offset-e[n][1].start.offset)%3))continue;d=e[r][1].end.offset-e[r][1].start.offset>1&&e[n][1].end.offset-e[n][1].start.offset>1?2:1;const m=M({},e[r][1].end),T=M({},e[n][1].start);hE(m,-d),hE(T,d),u={type:d>1?"strongSequence":"emphasisSequence",start:m,end:M({},e[r][1].end)},c={type:d>1?"strongSequence":"emphasisSequence",start:M({},e[n][1].start),end:T},a={type:d>1?"strongText":"emphasisText",start:M({},e[r][1].end),end:M({},e[n][1].start)},o={type:d>1?"strong":"emphasis",start:M({},u.start),end:M({},c.end)},e[r][1].end=M({},u.start),e[n][1].start=M({},c.end),f=[],e[r][1].end.offset-e[r][1].start.offset&&(f=nr(f,[["enter",e[r][1],t],["exit",e[r][1],t]])),f=nr(f,[["enter",o,t],["enter",u,t],["exit",u,t],["enter",a,t]]),f=nr(f,Al(t.parser.constructs.insideSpan.null,e.slice(r+1,n),t)),f=nr(f,[["exit",a,t],["enter",c,t],["exit",c,t],["exit",o,t]]),e[n][1].end.offset-e[n][1].start.offset?(p=2,f=nr(f,[["enter",e[n][1],t],["exit",e[n][1],t]])):p=0,jn(e,r-1,n-r+3,f),n=r+f.length-p-2;break}}for(n=-1;++n<e.length;)e[n][1].type==="attentionSequence"&&(e[n][1].type="data");return e}function jP(e,t){const n=this.parser.constructs.attentionMarkers.null,r=this.previous,o=es(r);let a;return u;function u(d){return a=d,e.enter("attentionSequence"),c(d)}function c(d){if(d===a)return e.consume(d),c;const f=e.exit("attentionSequence"),p=es(d),m=!p||p===2&&o||n.includes(d),T=!o||o===2&&p||n.includes(r);return f._open=!!(a===42?m:m&&(o||!T)),f._close=!!(a===42?T:T&&(p||!m)),t(d)}}function hE(e,t){e.column+=t,e.offset+=t,e._bufferIndex+=t}const $P={name:"autolink",tokenize:VP};function VP(e,t,n){let r=0;return o;function o(y){return e.enter("autolink"),e.enter("autolinkMarker"),e.consume(y),e.exit("autolinkMarker"),e.enter("autolinkProtocol"),a}function a(y){return wn(y)?(e.consume(y),u):y===64?n(y):f(y)}function u(y){return y===43||y===45||y===46||pn(y)?(r=1,c(y)):f(y)}function c(y){return y===58?(e.consume(y),r=0,d):(y===43||y===45||y===46||pn(y))&&r++<32?(e.consume(y),c):(r=0,f(y))}function d(y){return y===62?(e.exit("autolinkProtocol"),e.enter("autolinkMarker"),e.consume(y),e.exit("autolinkMarker"),e.exit("autolink"),t):y===null||y===32||y===60||xl(y)?n(y):(e.consume(y),d)}function f(y){return y===64?(e.consume(y),p):RP(y)?(e.consume(y),f):n(y)}function p(y){return pn(y)?m(y):n(y)}function m(y){return y===46?(e.consume(y),r=0,p):y===62?(e.exit("autolinkProtocol").type="autolinkEmail",e.enter("autolinkMarker"),e.consume(y),e.exit("autolinkMarker"),e.exit("autolink"),t):T(y)}function T(y){if((y===45||pn(y))&&r++<63){const _=y===45?T:m;return e.consume(y),_}return n(y)}}const va={partial:!0,tokenize:qP};function qP(e,t,n){return r;function r(a){return et(a)?rt(e,o,"linePrefix")(a):o(a)}function o(a){return a===null||Ue(a)?t(a):n(a)}}const pE={continuation:{tokenize:WP},exit:GP,name:"blockQuote",tokenize:YP};function YP(e,t,n){const r=this;return o;function o(u){if(u===62){const c=r.containerState;return c.open||(e.enter("blockQuote",{_container:!0}),c.open=!0),e.enter("blockQuotePrefix"),e.enter("blockQuoteMarker"),e.consume(u),e.exit("blockQuoteMarker"),a}return n(u)}function a(u){return et(u)?(e.enter("blockQuotePrefixWhitespace"),e.consume(u),e.exit("blockQuotePrefixWhitespace"),e.exit("blockQuotePrefix"),t):(e.exit("blockQuotePrefix"),t(u))}}function WP(e,t,n){const r=this;return o;function o(u){return et(u)?rt(e,a,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(u):a(u)}function a(u){return e.attempt(pE,t,n)(u)}}function GP(e){e.exit("blockQuote")}const mE={name:"characterEscape",tokenize:XP};function XP(e,t,n){return r;function r(a){return e.enter("characterEscape"),e.enter("escapeMarker"),e.consume(a),e.exit("escapeMarker"),o}function o(a){return DP(a)?(e.enter("characterEscapeValue"),e.consume(a),e.exit("characterEscapeValue"),e.exit("characterEscape"),t):n(a)}}const gE={name:"characterReference",tokenize:KP};function KP(e,t,n){const r=this;let o=0,a,u;return c;function c(m){return e.enter("characterReference"),e.enter("characterReferenceMarker"),e.consume(m),e.exit("characterReferenceMarker"),d}function d(m){return m===35?(e.enter("characterReferenceMarkerNumeric"),e.consume(m),e.exit("characterReferenceMarkerNumeric"),f):(e.enter("characterReferenceValue"),a=31,u=pn,p(m))}function f(m){return m===88||m===120?(e.enter("characterReferenceMarkerHexadecimal"),e.consume(m),e.exit("characterReferenceMarkerHexadecimal"),e.enter("characterReferenceValue"),a=6,u=LP,p):(e.enter("characterReferenceValue"),a=7,u=Vf,p(m))}function p(m){if(m===59&&o){const T=e.exit("characterReferenceValue");return u===pn&&!$f(r.sliceSerialize(T))?n(m):(e.enter("characterReferenceMarker"),e.consume(m),e.exit("characterReferenceMarker"),e.exit("characterReference"),t)}return u(m)&&o++<a?(e.consume(m),p):n(m)}}const EE={partial:!0,tokenize:JP},yE={concrete:!0,name:"codeFenced",tokenize:QP};function QP(e,t,n){const r=this,o={partial:!0,tokenize:V};let a=0,u=0,c;return d;function d(F){return f(F)}function f(F){const q=r.events[r.events.length-1];return a=q&&q[1].type==="linePrefix"?q[2].sliceSerialize(q[1],!0).length:0,c=F,e.enter("codeFenced"),e.enter("codeFencedFence"),e.enter("codeFencedFenceSequence"),p(F)}function p(F){return F===c?(u++,e.consume(F),p):u<3?n(F):(e.exit("codeFencedFenceSequence"),et(F)?rt(e,m,"whitespace")(F):m(F))}function m(F){return F===null||Ue(F)?(e.exit("codeFencedFence"),r.interrupt?t(F):e.check(EE,S,H)(F)):(e.enter("codeFencedFenceInfo"),e.enter("chunkString",{contentType:"string"}),T(F))}function T(F){return F===null||Ue(F)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),m(F)):et(F)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),rt(e,y,"whitespace")(F)):F===96&&F===c?n(F):(e.consume(F),T)}function y(F){return F===null||Ue(F)?m(F):(e.enter("codeFencedFenceMeta"),e.enter("chunkString",{contentType:"string"}),_(F))}function _(F){return F===null||Ue(F)?(e.exit("chunkString"),e.exit("codeFencedFenceMeta"),m(F)):F===96&&F===c?n(F):(e.consume(F),_)}function S(F){return e.attempt(o,H,A)(F)}function A(F){return e.enter("lineEnding"),e.consume(F),e.exit("lineEnding"),v}function v(F){return a>0&&et(F)?rt(e,N,"linePrefix",a+1)(F):N(F)}function N(F){return F===null||Ue(F)?e.check(EE,S,H)(F):(e.enter("codeFlowValue"),k(F))}function k(F){return F===null||Ue(F)?(e.exit("codeFlowValue"),N(F)):(e.consume(F),k)}function H(F){return e.exit("codeFenced"),t(F)}function V(F,q,ie){let ge=0;return $;function $(be){return F.enter("lineEnding"),F.consume(be),F.exit("lineEnding"),se}function se(be){return F.enter("codeFencedFence"),et(be)?rt(F,ce,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(be):ce(be)}function ce(be){return be===c?(F.enter("codeFencedFenceSequence"),de(be)):ie(be)}function de(be){return be===c?(ge++,F.consume(be),de):ge>=u?(F.exit("codeFencedFenceSequence"),et(be)?rt(F,ne,"whitespace")(be):ne(be)):ie(be)}function ne(be){return be===null||Ue(be)?(F.exit("codeFencedFence"),q(be)):ie(be)}}}function JP(e,t,n){const r=this;return o;function o(u){return u===null?n(u):(e.enter("lineEnding"),e.consume(u),e.exit("lineEnding"),a)}function a(u){return r.parser.lazy[r.now().line]?n(u):t(u)}}const Yf={name:"codeIndented",tokenize:eN},ZP={partial:!0,tokenize:tN};function eN(e,t,n){const r=this;return o;function o(f){return e.enter("codeIndented"),rt(e,a,"linePrefix",5)(f)}function a(f){const p=r.events[r.events.length-1];return p&&p[1].type==="linePrefix"&&p[2].sliceSerialize(p[1],!0).length>=4?u(f):n(f)}function u(f){return f===null?d(f):Ue(f)?e.attempt(ZP,u,d)(f):(e.enter("codeFlowValue"),c(f))}function c(f){return f===null||Ue(f)?(e.exit("codeFlowValue"),u(f)):(e.consume(f),c)}function d(f){return e.exit("codeIndented"),t(f)}}function tN(e,t,n){const r=this;return o;function o(u){return r.parser.lazy[r.now().line]?n(u):Ue(u)?(e.enter("lineEnding"),e.consume(u),e.exit("lineEnding"),o):rt(e,a,"linePrefix",5)(u)}function a(u){const c=r.events[r.events.length-1];return c&&c[1].type==="linePrefix"&&c[2].sliceSerialize(c[1],!0).length>=4?t(u):Ue(u)?o(u):n(u)}}const nN={name:"codeText",previous:iN,resolve:rN,tokenize:oN};function rN(e){let t=e.length-4,n=3,r,o;if((e[n][1].type==="lineEnding"||e[n][1].type==="space")&&(e[t][1].type==="lineEnding"||e[t][1].type==="space")){for(r=n;++r<t;)if(e[r][1].type==="codeTextData"){e[n][1].type="codeTextPadding",e[t][1].type="codeTextPadding",n+=2,t-=2;break}}for(r=n-1,t++;++r<=t;)o===void 0?r!==t&&e[r][1].type!=="lineEnding"&&(o=r):(r===t||e[r][1].type==="lineEnding")&&(e[o][1].type="codeTextData",r!==o+2&&(e[o][1].end=e[r-1][1].end,e.splice(o+2,r-o-2),t-=r-o-2,r=o+2),o=void 0);return e}function iN(e){return e!==96||this.events[this.events.length-1][1].type==="characterEscape"}function oN(e,t,n){let r=0,o,a;return u;function u(m){return e.enter("codeText"),e.enter("codeTextSequence"),c(m)}function c(m){return m===96?(e.consume(m),r++,c):(e.exit("codeTextSequence"),d(m))}function d(m){return m===null?n(m):m===32?(e.enter("space"),e.consume(m),e.exit("space"),d):m===96?(a=e.enter("codeTextSequence"),o=0,p(m)):Ue(m)?(e.enter("lineEnding"),e.consume(m),e.exit("lineEnding"),d):(e.enter("codeTextData"),f(m))}function f(m){return m===null||m===32||m===96||Ue(m)?(e.exit("codeTextData"),d(m)):(e.consume(m),f)}function p(m){return m===96?(e.consume(m),o++,p):o===r?(e.exit("codeTextSequence"),e.exit("codeText"),t(m)):(a.type="codeTextData",f(m))}}class sN{constructor(t){this.left=t?[...t]:[],this.right=[]}get(t){if(t<0||t>=this.left.length+this.right.length)throw new RangeError("Cannot access index `"+t+"` in a splice buffer of size `"+(this.left.length+this.right.length)+"`");return t<this.left.length?this.left[t]:this.right[this.right.length-t+this.left.length-1]}get length(){return this.left.length+this.right.length}shift(){return this.setCursor(0),this.right.pop()}slice(t,n){const r=n==null?Number.POSITIVE_INFINITY:n;return r<this.left.length?this.left.slice(t,r):t>this.left.length?this.right.slice(this.right.length-r+this.left.length,this.right.length-t+this.left.length).reverse():this.left.slice(t).concat(this.right.slice(this.right.length-r+this.left.length).reverse())}splice(t,n,r){const o=n||0;this.setCursor(Math.trunc(t));const a=this.right.splice(this.right.length-o,Number.POSITIVE_INFINITY);return r&&Ca(this.left,r),a.reverse()}pop(){return this.setCursor(Number.POSITIVE_INFINITY),this.left.pop()}push(t){this.setCursor(Number.POSITIVE_INFINITY),this.left.push(t)}pushMany(t){this.setCursor(Number.POSITIVE_INFINITY),Ca(this.left,t)}unshift(t){this.setCursor(0),this.right.push(t)}unshiftMany(t){this.setCursor(0),Ca(this.right,t.reverse())}setCursor(t){if(!(t===this.left.length||t>this.left.length&&this.right.length===0||t<0&&this.left.length===0))if(t<this.left.length){const n=this.left.splice(t,Number.POSITIVE_INFINITY);Ca(this.right,n.reverse())}else{const n=this.right.splice(this.left.length+this.right.length-t,Number.POSITIVE_INFINITY);Ca(this.left,n.reverse())}}}function Ca(e,t){let n=0;if(t.length<1e4)e.push(...t);else for(;n<t.length;)e.push(...t.slice(n,n+1e4)),n+=1e4}function bE(e){const t={};let n=-1,r,o,a,u,c,d,f;const p=new sN(e);for(;++n<p.length;){for(;n in t;)n=t[n];if(r=p.get(n),n&&r[1].type==="chunkFlow"&&p.get(n-1)[1].type==="listItemPrefix"&&(d=r[1]._tokenizer.events,a=0,a<d.length&&d[a][1].type==="lineEndingBlank"&&(a+=2),a<d.length&&d[a][1].type==="content"))for(;++a<d.length&&d[a][1].type!=="content";)d[a][1].type==="chunkText"&&(d[a][1]._isInFirstContentOfListItem=!0,a++);if(r[0]==="enter")r[1].contentType&&(Object.assign(t,aN(p,n)),n=t[n],f=!0);else if(r[1]._container){for(a=n,o=void 0;a--;)if(u=p.get(a),u[1].type==="lineEnding"||u[1].type==="lineEndingBlank")u[0]==="enter"&&(o&&(p.get(o)[1].type="lineEndingBlank"),u[1].type="lineEnding",o=a);else if(!(u[1].type==="linePrefix"||u[1].type==="listItemIndent"))break;o&&(r[1].end=M({},p.get(o)[1].start),c=p.slice(o,n),c.unshift(r),p.splice(o,n-o+1,c))}}return jn(e,0,Number.POSITIVE_INFINITY,p.slice(0)),!f}function aN(e,t){const n=e.get(t)[1],r=e.get(t)[2];let o=t-1;const a=[];let u=n._tokenizer;u||(u=r.parser[n.contentType](n.start),n._contentTypeTextTrailing&&(u._contentTypeTextTrailing=!0));const c=u.events,d=[],f={};let p,m,T=-1,y=n,_=0,S=0;const A=[S];for(;y;){for(;e.get(++o)[1]!==y;);a.push(o),y._tokenizer||(p=r.sliceStream(y),y.next||p.push(null),m&&u.defineSkip(y.start),y._isInFirstContentOfListItem&&(u._gfmTasklistFirstContentOfListItem=!0),u.write(p),y._isInFirstContentOfListItem&&(u._gfmTasklistFirstContentOfListItem=void 0)),m=y,y=y.next}for(y=n;++T<c.length;)c[T][0]==="exit"&&c[T-1][0]==="enter"&&c[T][1].type===c[T-1][1].type&&c[T][1].start.line!==c[T][1].end.line&&(S=T+1,A.push(S),y._tokenizer=void 0,y.previous=void 0,y=y.next);for(u.events=[],y?(y._tokenizer=void 0,y.previous=void 0):A.pop(),T=A.length;T--;){const v=c.slice(A[T],A[T+1]),N=a.pop();d.push([N,N+v.length-1]),e.splice(N,2,v)}for(d.reverse(),T=-1;++T<d.length;)f[_+d[T][0]]=_+d[T][1],_+=d[T][1]-d[T][0]-1;return f}const uN={resolve:cN,tokenize:dN},lN={partial:!0,tokenize:fN};function cN(e){return bE(e),e}function dN(e,t){let n;return r;function r(c){return e.enter("content"),n=e.enter("chunkContent",{contentType:"content"}),o(c)}function o(c){return c===null?a(c):Ue(c)?e.check(lN,u,a)(c):(e.consume(c),o)}function a(c){return e.exit("chunkContent"),e.exit("content"),t(c)}function u(c){return e.consume(c),e.exit("chunkContent"),n.next=e.enter("chunkContent",{contentType:"content",previous:n}),n=n.next,o}}function fN(e,t,n){const r=this;return o;function o(u){return e.exit("chunkContent"),e.enter("lineEnding"),e.consume(u),e.exit("lineEnding"),rt(e,a,"linePrefix")}function a(u){if(u===null||Ue(u))return n(u);const c=r.events[r.events.length-1];return!r.parser.constructs.disable.null.includes("codeIndented")&&c&&c[1].type==="linePrefix"&&c[2].sliceSerialize(c[1],!0).length>=4?t(u):e.interrupt(r.parser.constructs.flow,n,t)(u)}}function TE(e,t,n,r,o,a,u,c,d){const f=d||Number.POSITIVE_INFINITY;let p=0;return m;function m(v){return v===60?(e.enter(r),e.enter(o),e.enter(a),e.consume(v),e.exit(a),T):v===null||v===32||v===41||xl(v)?n(v):(e.enter(r),e.enter(u),e.enter(c),e.enter("chunkString",{contentType:"string"}),S(v))}function T(v){return v===62?(e.enter(a),e.consume(v),e.exit(a),e.exit(o),e.exit(r),t):(e.enter(c),e.enter("chunkString",{contentType:"string"}),y(v))}function y(v){return v===62?(e.exit("chunkString"),e.exit(c),T(v)):v===null||v===60||Ue(v)?n(v):(e.consume(v),v===92?_:y)}function _(v){return v===60||v===62||v===92?(e.consume(v),y):y(v)}function S(v){return!p&&(v===null||v===41||ht(v))?(e.exit("chunkString"),e.exit(c),e.exit(u),e.exit(r),t(v)):p<f&&v===40?(e.consume(v),p++,S):v===41?(e.consume(v),p--,S):v===null||v===32||v===40||xl(v)?n(v):(e.consume(v),v===92?A:S)}function A(v){return v===40||v===41||v===92?(e.consume(v),S):S(v)}}function _E(e,t,n,r,o,a){const u=this;let c=0,d;return f;function f(y){return e.enter(r),e.enter(o),e.consume(y),e.exit(o),e.enter(a),p}function p(y){return c>999||y===null||y===91||y===93&&!d||y===94&&!c&&"_hiddenFootnoteSupport"in u.parser.constructs?n(y):y===93?(e.exit(a),e.enter(o),e.consume(y),e.exit(o),e.exit(r),t):Ue(y)?(e.enter("lineEnding"),e.consume(y),e.exit("lineEnding"),p):(e.enter("chunkString",{contentType:"string"}),m(y))}function m(y){return y===null||y===91||y===93||Ue(y)||c++>999?(e.exit("chunkString"),p(y)):(e.consume(y),d||(d=!et(y)),y===92?T:m)}function T(y){return y===91||y===92||y===93?(e.consume(y),c++,m):m(y)}}function SE(e,t,n,r,o,a){let u;return c;function c(T){return T===34||T===39||T===40?(e.enter(r),e.enter(o),e.consume(T),e.exit(o),u=T===40?41:T,d):n(T)}function d(T){return T===u?(e.enter(o),e.consume(T),e.exit(o),e.exit(r),t):(e.enter(a),f(T))}function f(T){return T===u?(e.exit(a),d(u)):T===null?n(T):Ue(T)?(e.enter("lineEnding"),e.consume(T),e.exit("lineEnding"),rt(e,f,"linePrefix")):(e.enter("chunkString",{contentType:"string"}),p(T))}function p(T){return T===u||T===null||Ue(T)?(e.exit("chunkString"),f(T)):(e.consume(T),T===92?m:p)}function m(T){return T===u||T===92?(e.consume(T),p):p(T)}}function ka(e,t){let n;return r;function r(o){return Ue(o)?(e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),n=!0,r):et(o)?rt(e,r,n?"linePrefix":"lineSuffix")(o):t(o)}}const hN={name:"definition",tokenize:mN},pN={partial:!0,tokenize:gN};function mN(e,t,n){const r=this;let o;return a;function a(y){return e.enter("definition"),u(y)}function u(y){return _E.call(r,e,c,n,"definitionLabel","definitionLabelMarker","definitionLabelString")(y)}function c(y){return o=mr(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)),y===58?(e.enter("definitionMarker"),e.consume(y),e.exit("definitionMarker"),d):n(y)}function d(y){return ht(y)?ka(e,f)(y):f(y)}function f(y){return TE(e,p,n,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(y)}function p(y){return e.attempt(pN,m,m)(y)}function m(y){return et(y)?rt(e,T,"whitespace")(y):T(y)}function T(y){return y===null||Ue(y)?(e.exit("definition"),r.parser.defined.push(o),t(y)):n(y)}}function gN(e,t,n){return r;function r(c){return ht(c)?ka(e,o)(c):n(c)}function o(c){return SE(e,a,n,"definitionTitle","definitionTitleMarker","definitionTitleString")(c)}function a(c){return et(c)?rt(e,u,"whitespace")(c):u(c)}function u(c){return c===null||Ue(c)?t(c):n(c)}}const EN={name:"hardBreakEscape",tokenize:yN};function yN(e,t,n){return r;function r(a){return e.enter("hardBreakEscape"),e.consume(a),o}function o(a){return Ue(a)?(e.exit("hardBreakEscape"),t(a)):n(a)}}const bN={name:"headingAtx",resolve:TN,tokenize:_N};function TN(e,t){let n=e.length-2,r=3,o,a;return e[r][1].type==="whitespace"&&(r+=2),n-2>r&&e[n][1].type==="whitespace"&&(n-=2),e[n][1].type==="atxHeadingSequence"&&(r===n-1||n-4>r&&e[n-2][1].type==="whitespace")&&(n-=r+1===n?2:4),n>r&&(o={type:"atxHeadingText",start:e[r][1].start,end:e[n][1].end},a={type:"chunkText",start:e[r][1].start,end:e[n][1].end,contentType:"text"},jn(e,r,n-r+1,[["enter",o,t],["enter",a,t],["exit",a,t],["exit",o,t]])),e}function _N(e,t,n){let r=0;return o;function o(p){return e.enter("atxHeading"),a(p)}function a(p){return e.enter("atxHeadingSequence"),u(p)}function u(p){return p===35&&r++<6?(e.consume(p),u):p===null||ht(p)?(e.exit("atxHeadingSequence"),c(p)):n(p)}function c(p){return p===35?(e.enter("atxHeadingSequence"),d(p)):p===null||Ue(p)?(e.exit("atxHeading"),t(p)):et(p)?rt(e,c,"whitespace")(p):(e.enter("atxHeadingText"),f(p))}function d(p){return p===35?(e.consume(p),d):(e.exit("atxHeadingSequence"),c(p))}function f(p){return p===null||p===35||ht(p)?(e.exit("atxHeadingText"),c(p)):(e.consume(p),f)}}const SN=["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"],xE=["pre","script","style","textarea"],xN={concrete:!0,name:"htmlFlow",resolveTo:vN,tokenize:CN},wN={partial:!0,tokenize:PN},AN={partial:!0,tokenize:kN};function vN(e){let t=e.length;for(;t--&&!(e[t][0]==="enter"&&e[t][1].type==="htmlFlow"););return t>1&&e[t-2][1].type==="linePrefix"&&(e[t][1].start=e[t-2][1].start,e[t+1][1].start=e[t-2][1].start,e.splice(t-2,2)),e}function CN(e,t,n){const r=this;let o,a,u,c,d;return f;function f(O){return p(O)}function p(O){return e.enter("htmlFlow"),e.enter("htmlFlowData"),e.consume(O),m}function m(O){return O===33?(e.consume(O),T):O===47?(e.consume(O),a=!0,S):O===63?(e.consume(O),o=3,r.interrupt?t:C):wn(O)?(e.consume(O),u=String.fromCharCode(O),A):n(O)}function T(O){return O===45?(e.consume(O),o=2,y):O===91?(e.consume(O),o=5,c=0,_):wn(O)?(e.consume(O),o=4,r.interrupt?t:C):n(O)}function y(O){return O===45?(e.consume(O),r.interrupt?t:C):n(O)}function _(O){const _e="CDATA[";return O===_e.charCodeAt(c++)?(e.consume(O),c===_e.length?r.interrupt?t:ce:_):n(O)}function S(O){return wn(O)?(e.consume(O),u=String.fromCharCode(O),A):n(O)}function A(O){if(O===null||O===47||O===62||ht(O)){const _e=O===47,Re=u.toLowerCase();return!_e&&!a&&xE.includes(Re)?(o=1,r.interrupt?t(O):ce(O)):SN.includes(u.toLowerCase())?(o=6,_e?(e.consume(O),v):r.interrupt?t(O):ce(O)):(o=7,r.interrupt&&!r.parser.lazy[r.now().line]?n(O):a?N(O):k(O))}return O===45||pn(O)?(e.consume(O),u+=String.fromCharCode(O),A):n(O)}function v(O){return O===62?(e.consume(O),r.interrupt?t:ce):n(O)}function N(O){return et(O)?(e.consume(O),N):$(O)}function k(O){return O===47?(e.consume(O),$):O===58||O===95||wn(O)?(e.consume(O),H):et(O)?(e.consume(O),k):$(O)}function H(O){return O===45||O===46||O===58||O===95||pn(O)?(e.consume(O),H):V(O)}function V(O){return O===61?(e.consume(O),F):et(O)?(e.consume(O),V):k(O)}function F(O){return O===null||O===60||O===61||O===62||O===96?n(O):O===34||O===39?(e.consume(O),d=O,q):et(O)?(e.consume(O),F):ie(O)}function q(O){return O===d?(e.consume(O),d=null,ge):O===null||Ue(O)?n(O):(e.consume(O),q)}function ie(O){return O===null||O===34||O===39||O===47||O===60||O===61||O===62||O===96||ht(O)?V(O):(e.consume(O),ie)}function ge(O){return O===47||O===62||et(O)?k(O):n(O)}function $(O){return O===62?(e.consume(O),se):n(O)}function se(O){return O===null||Ue(O)?ce(O):et(O)?(e.consume(O),se):n(O)}function ce(O){return O===45&&o===2?(e.consume(O),Oe):O===60&&o===1?(e.consume(O),oe):O===62&&o===4?(e.consume(O),D):O===63&&o===3?(e.consume(O),C):O===93&&o===5?(e.consume(O),re):Ue(O)&&(o===6||o===7)?(e.exit("htmlFlowData"),e.check(wN,ee,de)(O)):O===null||Ue(O)?(e.exit("htmlFlowData"),de(O)):(e.consume(O),ce)}function de(O){return e.check(AN,ne,ee)(O)}function ne(O){return e.enter("lineEnding"),e.consume(O),e.exit("lineEnding"),be}function be(O){return O===null||Ue(O)?de(O):(e.enter("htmlFlowData"),ce(O))}function Oe(O){return O===45?(e.consume(O),C):ce(O)}function oe(O){return O===47?(e.consume(O),u="",Q):ce(O)}function Q(O){if(O===62){const _e=u.toLowerCase();return xE.includes(_e)?(e.consume(O),D):ce(O)}return wn(O)&&u.length<8?(e.consume(O),u+=String.fromCharCode(O),Q):ce(O)}function re(O){return O===93?(e.consume(O),C):ce(O)}function C(O){return O===62?(e.consume(O),D):O===45&&o===2?(e.consume(O),C):ce(O)}function D(O){return O===null||Ue(O)?(e.exit("htmlFlowData"),ee(O)):(e.consume(O),D)}function ee(O){return e.exit("htmlFlow"),t(O)}}function kN(e,t,n){const r=this;return o;function o(u){return Ue(u)?(e.enter("lineEnding"),e.consume(u),e.exit("lineEnding"),a):n(u)}function a(u){return r.parser.lazy[r.now().line]?n(u):t(u)}}function PN(e,t,n){return r;function r(o){return e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),e.attempt(va,t,n)}}const NN={name:"htmlText",tokenize:ON};function ON(e,t,n){const r=this;let o,a,u;return c;function c(C){return e.enter("htmlText"),e.enter("htmlTextData"),e.consume(C),d}function d(C){return C===33?(e.consume(C),f):C===47?(e.consume(C),V):C===63?(e.consume(C),k):wn(C)?(e.consume(C),ie):n(C)}function f(C){return C===45?(e.consume(C),p):C===91?(e.consume(C),a=0,_):wn(C)?(e.consume(C),N):n(C)}function p(C){return C===45?(e.consume(C),y):n(C)}function m(C){return C===null?n(C):C===45?(e.consume(C),T):Ue(C)?(u=m,oe(C)):(e.consume(C),m)}function T(C){return C===45?(e.consume(C),y):m(C)}function y(C){return C===62?Oe(C):C===45?T(C):m(C)}function _(C){const D="CDATA[";return C===D.charCodeAt(a++)?(e.consume(C),a===D.length?S:_):n(C)}function S(C){return C===null?n(C):C===93?(e.consume(C),A):Ue(C)?(u=S,oe(C)):(e.consume(C),S)}function A(C){return C===93?(e.consume(C),v):S(C)}function v(C){return C===62?Oe(C):C===93?(e.consume(C),v):S(C)}function N(C){return C===null||C===62?Oe(C):Ue(C)?(u=N,oe(C)):(e.consume(C),N)}function k(C){return C===null?n(C):C===63?(e.consume(C),H):Ue(C)?(u=k,oe(C)):(e.consume(C),k)}function H(C){return C===62?Oe(C):k(C)}function V(C){return wn(C)?(e.consume(C),F):n(C)}function F(C){return C===45||pn(C)?(e.consume(C),F):q(C)}function q(C){return Ue(C)?(u=q,oe(C)):et(C)?(e.consume(C),q):Oe(C)}function ie(C){return C===45||pn(C)?(e.consume(C),ie):C===47||C===62||ht(C)?ge(C):n(C)}function ge(C){return C===47?(e.consume(C),Oe):C===58||C===95||wn(C)?(e.consume(C),$):Ue(C)?(u=ge,oe(C)):et(C)?(e.consume(C),ge):Oe(C)}function $(C){return C===45||C===46||C===58||C===95||pn(C)?(e.consume(C),$):se(C)}function se(C){return C===61?(e.consume(C),ce):Ue(C)?(u=se,oe(C)):et(C)?(e.consume(C),se):ge(C)}function ce(C){return C===null||C===60||C===61||C===62||C===96?n(C):C===34||C===39?(e.consume(C),o=C,de):Ue(C)?(u=ce,oe(C)):et(C)?(e.consume(C),ce):(e.consume(C),ne)}function de(C){return C===o?(e.consume(C),o=void 0,be):C===null?n(C):Ue(C)?(u=de,oe(C)):(e.consume(C),de)}function ne(C){return C===null||C===34||C===39||C===60||C===61||C===96?n(C):C===47||C===62||ht(C)?ge(C):(e.consume(C),ne)}function be(C){return C===47||C===62||ht(C)?ge(C):n(C)}function Oe(C){return C===62?(e.consume(C),e.exit("htmlTextData"),e.exit("htmlText"),t):n(C)}function oe(C){return e.exit("htmlTextData"),e.enter("lineEnding"),e.consume(C),e.exit("lineEnding"),Q}function Q(C){return et(C)?rt(e,re,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(C):re(C)}function re(C){return e.enter("htmlTextData"),u(C)}}const Wf={name:"labelEnd",resolveAll:DN,resolveTo:MN,tokenize:FN},IN={tokenize:BN},RN={tokenize:UN},LN={tokenize:HN};function DN(e){let t=-1;const n=[];for(;++t<e.length;){const r=e[t][1];if(n.push(e[t]),r.type==="labelImage"||r.type==="labelLink"||r.type==="labelEnd"){const o=r.type==="labelImage"?4:2;r.type="data",t+=o}}return e.length!==n.length&&jn(e,0,e.length,n),e}function MN(e,t){let n=e.length,r=0,o,a,u,c;for(;n--;)if(o=e[n][1],a){if(o.type==="link"||o.type==="labelLink"&&o._inactive)break;e[n][0]==="enter"&&o.type==="labelLink"&&(o._inactive=!0)}else if(u){if(e[n][0]==="enter"&&(o.type==="labelImage"||o.type==="labelLink")&&!o._balanced&&(a=n,o.type!=="labelLink")){r=2;break}}else o.type==="labelEnd"&&(u=n);const d={type:e[a][1].type==="labelLink"?"link":"image",start:M({},e[a][1].start),end:M({},e[e.length-1][1].end)},f={type:"label",start:M({},e[a][1].start),end:M({},e[u][1].end)},p={type:"labelText",start:M({},e[a+r+2][1].end),end:M({},e[u-2][1].start)};return c=[["enter",d,t],["enter",f,t]],c=nr(c,e.slice(a+1,a+r+3)),c=nr(c,[["enter",p,t]]),c=nr(c,Al(t.parser.constructs.insideSpan.null,e.slice(a+r+4,u-3),t)),c=nr(c,[["exit",p,t],e[u-2],e[u-1],["exit",f,t]]),c=nr(c,e.slice(u+1)),c=nr(c,[["exit",d,t]]),jn(e,a,e.length,c),e}function FN(e,t,n){const r=this;let o=r.events.length,a,u;for(;o--;)if((r.events[o][1].type==="labelImage"||r.events[o][1].type==="labelLink")&&!r.events[o][1]._balanced){a=r.events[o][1];break}return c;function c(T){return a?a._inactive?m(T):(u=r.parser.defined.includes(mr(r.sliceSerialize({start:a.end,end:r.now()}))),e.enter("labelEnd"),e.enter("labelMarker"),e.consume(T),e.exit("labelMarker"),e.exit("labelEnd"),d):n(T)}function d(T){return T===40?e.attempt(IN,p,u?p:m)(T):T===91?e.attempt(RN,p,u?f:m)(T):u?p(T):m(T)}function f(T){return e.attempt(LN,p,m)(T)}function p(T){return t(T)}function m(T){return a._balanced=!0,n(T)}}function BN(e,t,n){return r;function r(m){return e.enter("resource"),e.enter("resourceMarker"),e.consume(m),e.exit("resourceMarker"),o}function o(m){return ht(m)?ka(e,a)(m):a(m)}function a(m){return m===41?p(m):TE(e,u,c,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",32)(m)}function u(m){return ht(m)?ka(e,d)(m):p(m)}function c(m){return n(m)}function d(m){return m===34||m===39||m===40?SE(e,f,n,"resourceTitle","resourceTitleMarker","resourceTitleString")(m):p(m)}function f(m){return ht(m)?ka(e,p)(m):p(m)}function p(m){return m===41?(e.enter("resourceMarker"),e.consume(m),e.exit("resourceMarker"),e.exit("resource"),t):n(m)}}function UN(e,t,n){const r=this;return o;function o(c){return _E.call(r,e,a,u,"reference","referenceMarker","referenceString")(c)}function a(c){return r.parser.defined.includes(mr(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)))?t(c):n(c)}function u(c){return n(c)}}function HN(e,t,n){return r;function r(a){return e.enter("reference"),e.enter("referenceMarker"),e.consume(a),e.exit("referenceMarker"),o}function o(a){return a===93?(e.enter("referenceMarker"),e.consume(a),e.exit("referenceMarker"),e.exit("reference"),t):n(a)}}const zN={name:"labelStartImage",resolveAll:Wf.resolveAll,tokenize:jN};function jN(e,t,n){const r=this;return o;function o(c){return e.enter("labelImage"),e.enter("labelImageMarker"),e.consume(c),e.exit("labelImageMarker"),a}function a(c){return c===91?(e.enter("labelMarker"),e.consume(c),e.exit("labelMarker"),e.exit("labelImage"),u):n(c)}function u(c){return c===94&&"_hiddenFootnoteSupport"in r.parser.constructs?n(c):t(c)}}const $N={name:"labelStartLink",resolveAll:Wf.resolveAll,tokenize:VN};function VN(e,t,n){const r=this;return o;function o(u){return e.enter("labelLink"),e.enter("labelMarker"),e.consume(u),e.exit("labelMarker"),e.exit("labelLink"),a}function a(u){return u===94&&"_hiddenFootnoteSupport"in r.parser.constructs?n(u):t(u)}}const Gf={name:"lineEnding",tokenize:qN};function qN(e,t){return n;function n(r){return e.enter("lineEnding"),e.consume(r),e.exit("lineEnding"),rt(e,t,"linePrefix")}}const vl={name:"thematicBreak",tokenize:YN};function YN(e,t,n){let r=0,o;return a;function a(f){return e.enter("thematicBreak"),u(f)}function u(f){return o=f,c(f)}function c(f){return f===o?(e.enter("thematicBreakSequence"),d(f)):r>=3&&(f===null||Ue(f))?(e.exit("thematicBreak"),t(f)):n(f)}function d(f){return f===o?(e.consume(f),r++,d):(e.exit("thematicBreakSequence"),et(f)?rt(e,c,"whitespace")(f):c(f))}}const Nn={continuation:{tokenize:KN},exit:JN,name:"list",tokenize:XN},WN={partial:!0,tokenize:ZN},GN={partial:!0,tokenize:QN};function XN(e,t,n){const r=this,o=r.events[r.events.length-1];let a=o&&o[1].type==="linePrefix"?o[2].sliceSerialize(o[1],!0).length:0,u=0;return c;function c(y){const _=r.containerState.type||(y===42||y===43||y===45?"listUnordered":"listOrdered");if(_==="listUnordered"?!r.containerState.marker||y===r.containerState.marker:Vf(y)){if(r.containerState.type||(r.containerState.type=_,e.enter(_,{_container:!0})),_==="listUnordered")return e.enter("listItemPrefix"),y===42||y===45?e.check(vl,n,f)(y):f(y);if(!r.interrupt||y===49)return e.enter("listItemPrefix"),e.enter("listItemValue"),d(y)}return n(y)}function d(y){return Vf(y)&&++u<10?(e.consume(y),d):(!r.interrupt||u<2)&&(r.containerState.marker?y===r.containerState.marker:y===41||y===46)?(e.exit("listItemValue"),f(y)):n(y)}function f(y){return e.enter("listItemMarker"),e.consume(y),e.exit("listItemMarker"),r.containerState.marker=r.containerState.marker||y,e.check(va,r.interrupt?n:p,e.attempt(WN,T,m))}function p(y){return r.containerState.initialBlankLine=!0,a++,T(y)}function m(y){return et(y)?(e.enter("listItemPrefixWhitespace"),e.consume(y),e.exit("listItemPrefixWhitespace"),T):n(y)}function T(y){return r.containerState.size=a+r.sliceSerialize(e.exit("listItemPrefix"),!0).length,t(y)}}function KN(e,t,n){const r=this;return r.containerState._closeFlow=void 0,e.check(va,o,a);function o(c){return r.containerState.furtherBlankLines=r.containerState.furtherBlankLines||r.containerState.initialBlankLine,rt(e,t,"listItemIndent",r.containerState.size+1)(c)}function a(c){return r.containerState.furtherBlankLines||!et(c)?(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,u(c)):(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,e.attempt(GN,t,u)(c))}function u(c){return r.containerState._closeFlow=!0,r.interrupt=void 0,rt(e,e.attempt(Nn,t,n),"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(c)}}function QN(e,t,n){const r=this;return rt(e,o,"listItemIndent",r.containerState.size+1);function o(a){const u=r.events[r.events.length-1];return u&&u[1].type==="listItemIndent"&&u[2].sliceSerialize(u[1],!0).length===r.containerState.size?t(a):n(a)}}function JN(e){e.exit(this.containerState.type)}function ZN(e,t,n){const r=this;return rt(e,o,"listItemPrefixWhitespace",r.parser.constructs.disable.null.includes("codeIndented")?void 0:5);function o(a){const u=r.events[r.events.length-1];return!et(a)&&u&&u[1].type==="listItemPrefixWhitespace"?t(a):n(a)}}const wE={name:"setextUnderline",resolveTo:eO,tokenize:tO};function eO(e,t){let n=e.length,r,o,a;for(;n--;)if(e[n][0]==="enter"){if(e[n][1].type==="content"){r=n;break}e[n][1].type==="paragraph"&&(o=n)}else e[n][1].type==="content"&&e.splice(n,1),!a&&e[n][1].type==="definition"&&(a=n);const u={type:"setextHeading",start:M({},e[r][1].start),end:M({},e[e.length-1][1].end)};return e[o][1].type="setextHeadingText",a?(e.splice(o,0,["enter",u,t]),e.splice(a+1,0,["exit",e[r][1],t]),e[r][1].end=M({},e[a][1].end)):e[r][1]=u,e.push(["exit",u,t]),e}function tO(e,t,n){const r=this;let o;return a;function a(f){let p=r.events.length,m;for(;p--;)if(r.events[p][1].type!=="lineEnding"&&r.events[p][1].type!=="linePrefix"&&r.events[p][1].type!=="content"){m=r.events[p][1].type==="paragraph";break}return!r.parser.lazy[r.now().line]&&(r.interrupt||m)?(e.enter("setextHeadingLine"),o=f,u(f)):n(f)}function u(f){return e.enter("setextHeadingLineSequence"),c(f)}function c(f){return f===o?(e.consume(f),c):(e.exit("setextHeadingLineSequence"),et(f)?rt(e,d,"lineSuffix")(f):d(f))}function d(f){return f===null||Ue(f)?(e.exit("setextHeadingLine"),t(f)):n(f)}}const nO={tokenize:rO};function rO(e){const t=this,n=e.attempt(va,r,e.attempt(this.parser.constructs.flowInitial,o,rt(e,e.attempt(this.parser.constructs.flow,o,e.attempt(uN,o)),"linePrefix")));return n;function r(a){if(a===null){e.consume(a);return}return e.enter("lineEndingBlank"),e.consume(a),e.exit("lineEndingBlank"),t.currentConstruct=void 0,n}function o(a){if(a===null){e.consume(a);return}return e.enter("lineEnding"),e.consume(a),e.exit("lineEnding"),t.currentConstruct=void 0,n}}const iO={resolveAll:vE()},oO=AE("string"),sO=AE("text");function AE(e){return{resolveAll:vE(e==="text"?aO:void 0),tokenize:t};function t(n){const r=this,o=this.parser.constructs[e],a=n.attempt(o,u,c);return u;function u(p){return f(p)?a(p):c(p)}function c(p){if(p===null){n.consume(p);return}return n.enter("data"),n.consume(p),d}function d(p){return f(p)?(n.exit("data"),a(p)):(n.consume(p),d)}function f(p){if(p===null)return!0;const m=o[p];let T=-1;if(m)for(;++T<m.length;){const y=m[T];if(!y.previous||y.previous.call(r,r.previous))return!0}return!1}}}function vE(e){return t;function t(n,r){let o=-1,a;for(;++o<=n.length;)a===void 0?n[o]&&n[o][1].type==="data"&&(a=o,o++):(!n[o]||n[o][1].type!=="data")&&(o!==a+2&&(n[a][1].end=n[o-1][1].end,n.splice(a+2,o-a-2),o=a+2),a=void 0);return e?e(n,r):n}}function aO(e,t){let n=0;for(;++n<=e.length;)if((n===e.length||e[n][1].type==="lineEnding")&&e[n-1][1].type==="data"){const r=e[n-1][1],o=t.sliceStream(r);let a=o.length,u=-1,c=0,d;for(;a--;){const f=o[a];if(typeof f=="string"){for(u=f.length;f.charCodeAt(u-1)===32;)c++,u--;if(u)break;u=-1}else if(f===-2)d=!0,c++;else if(f!==-1){a++;break}}if(t._contentTypeTextTrailing&&n===e.length&&(c=0),c){const f={type:n===e.length||d||c<2?"lineSuffix":"hardBreakTrailing",start:{_bufferIndex:a?u:r.start._bufferIndex+u,_index:r.start._index+a,line:r.end.line,column:r.end.column-c,offset:r.end.offset-c},end:M({},r.end)};r.end=M({},f.start),r.start.offset===r.end.offset?Object.assign(r,f):(e.splice(n,0,["enter",f,t],["exit",f,t]),n+=2)}n++}return e}const uO=Object.freeze(Object.defineProperty({__proto__:null,attentionMarkers:{null:[42,95]},contentInitial:{91:hN},disable:{null:[]},document:{42:Nn,43:Nn,45:Nn,48:Nn,49:Nn,50:Nn,51:Nn,52:Nn,53:Nn,54:Nn,55:Nn,56:Nn,57:Nn,62:pE},flow:{35:bN,42:vl,45:[wE,vl],60:xN,61:wE,95:vl,96:yE,126:yE},flowInitial:{[-2]:Yf,[-1]:Yf,32:Yf},insideSpan:{null:[qf,iO]},string:{38:gE,92:mE},text:{[-5]:Gf,[-4]:Gf,[-3]:Gf,33:zN,38:gE,42:qf,60:[$P,NN],91:$N,92:[EN,mE],93:Wf,95:qf,96:nN}},Symbol.toStringTag,{value:"Module"}));function lO(e,t,n){let r={_bufferIndex:-1,_index:0,line:n&&n.line||1,column:n&&n.column||1,offset:n&&n.offset||0};const o={},a=[];let u=[],c=[];const d={attempt:q(V),check:q(F),consume:N,enter:k,exit:H,interrupt:q(F,{interrupt:!0})},f={code:null,containerState:{},defineSkip:S,events:[],now:_,parser:e,previous:null,sliceSerialize:T,sliceStream:y,write:m};let p=t.tokenize.call(f,d);return t.resolveAll&&a.push(t),f;function m(se){return u=nr(u,se),A(),u[u.length-1]!==null?[]:(ie(t,0),f.events=Al(a,f.events,f),f.events)}function T(se,ce){return dO(y(se),ce)}function y(se){return cO(u,se)}function _(){const{_bufferIndex:se,_index:ce,line:de,column:ne,offset:be}=r;return{_bufferIndex:se,_index:ce,line:de,column:ne,offset:be}}function S(se){o[se.line]=se.column,$()}function A(){let se;for(;r._index<u.length;){const ce=u[r._index];if(typeof ce=="string")for(se=r._index,r._bufferIndex<0&&(r._bufferIndex=0);r._index===se&&r._bufferIndex<ce.length;)v(ce.charCodeAt(r._bufferIndex));else v(ce)}}function v(se){p=p(se)}function N(se){Ue(se)?(r.line++,r.column=1,r.offset+=se===-3?2:1,$()):se!==-1&&(r.column++,r.offset++),r._bufferIndex<0?r._index++:(r._bufferIndex++,r._bufferIndex===u[r._index].length&&(r._bufferIndex=-1,r._index++)),f.previous=se}function k(se,ce){const de=ce||{};return de.type=se,de.start=_(),f.events.push(["enter",de,f]),c.push(de),de}function H(se){const ce=c.pop();return ce.end=_(),f.events.push(["exit",ce,f]),ce}function V(se,ce){ie(se,ce.from)}function F(se,ce){ce.restore()}function q(se,ce){return de;function de(ne,be,Oe){let oe,Q,re,C;return Array.isArray(ne)?ee(ne):"tokenize"in ne?ee([ne]):D(ne);function D(ke){return He;function He(xe){const Ye=xe!==null&&ke[xe],ft=xe!==null&&ke.null,on=[...Array.isArray(Ye)?Ye:Ye?[Ye]:[],...Array.isArray(ft)?ft:ft?[ft]:[]];return ee(on)(xe)}}function ee(ke){return oe=ke,Q=0,ke.length===0?Oe:O(ke[Q])}function O(ke){return He;function He(xe){return C=ge(),re=ke,ke.partial||(f.currentConstruct=ke),ke.name&&f.parser.constructs.disable.null.includes(ke.name)?Re():ke.tokenize.call(ce?Object.assign(Object.create(f),ce):f,d,_e,Re)(xe)}}function _e(ke){return se(re,C),be}function Re(ke){return C.restore(),++Q<oe.length?O(oe[Q]):Oe}}}function ie(se,ce){se.resolveAll&&!a.includes(se)&&a.push(se),se.resolve&&jn(f.events,ce,f.events.length-ce,se.resolve(f.events.slice(ce),f)),se.resolveTo&&(f.events=se.resolveTo(f.events,f))}function ge(){const se=_(),ce=f.previous,de=f.currentConstruct,ne=f.events.length,be=Array.from(c);return{from:ne,restore:Oe};function Oe(){r=se,f.previous=ce,f.currentConstruct=de,f.events.length=ne,c=be,$()}}function $(){r.line in o&&r.column<2&&(r.column=o[r.line],r.offset+=o[r.line]-1)}}function cO(e,t){const n=t.start._index,r=t.start._bufferIndex,o=t.end._index,a=t.end._bufferIndex;let u;if(n===o)u=[e[n].slice(r,a)];else{if(u=e.slice(n,o),r>-1){const c=u[0];typeof c=="string"?u[0]=c.slice(r):u.shift()}a>0&&u.push(e[o].slice(0,a))}return u}function dO(e,t){let n=-1;const r=[];let o;for(;++n<e.length;){const a=e[n];let u;if(typeof a=="string")u=a;else switch(a){case-5:{u="\r";break}case-4:{u=`
|
|
17
|
+
`+b.stack}return{value:i,source:s,stack:E,digest:null}}function jm(i,s,l){return{value:i,source:null,stack:l!=null?l:null,digest:s!=null?s:null}}function $m(i,s){try{console.error(s.value)}catch(l){setTimeout(function(){throw l})}}var C7=typeof WeakMap=="function"?WeakMap:Map;function iw(i,s,l){l=Si(-1,l),l.tag=3,l.payload={element:null};var h=s.value;return l.callback=function(){md||(md=!0,i0=h),$m(i,s)},l}function ow(i,s,l){l=Si(-1,l),l.tag=3;var h=i.type.getDerivedStateFromError;if(typeof h=="function"){var E=s.value;l.payload=function(){return h(E)},l.callback=function(){$m(i,s)}}var b=i.stateNode;return b!==null&&typeof b.componentDidCatch=="function"&&(l.callback=function(){$m(i,s),typeof h!="function"&&(Xi===null?Xi=new Set([this]):Xi.add(this));var S=s.stack;this.componentDidCatch(s.value,{componentStack:S!==null?S:""})}),l}function sw(i,s,l){var h=i.pingCache;if(h===null){h=i.pingCache=new C7;var E=new Set;h.set(s,E)}else E=h.get(s),E===void 0&&(E=new Set,h.set(s,E));E.has(l)||(E.add(l),i=z7.bind(null,i,s,l),s.then(i,i))}function aw(i){do{var s;if((s=i.tag===13)&&(s=i.memoizedState,s=s!==null?s.dehydrated!==null:!0),s)return i;i=i.return}while(i!==null);return null}function uw(i,s,l,h,E){return(i.mode&1)===0?(i===s?i.flags|=65536:(i.flags|=128,l.flags|=131072,l.flags&=-52805,l.tag===1&&(l.alternate===null?l.tag=17:(s=Si(-1,1),s.tag=2,Wi(l,s,1))),l.lanes|=1),i):(i.flags|=65536,i.lanes=E,i)}var k7=H.ReactCurrentOwner,$n=!1;function In(i,s,l,h){s.child=i===null?kx(s,null,l,h):Gs(s,i.child,l,h)}function lw(i,s,l,h,E){l=l.render;var b=s.ref;return Ks(s,E),h=Lm(i,s,l,h,b,E),l=Dm(),i!==null&&!$n?(s.updateQueue=i.updateQueue,s.flags&=-2053,i.lanes&=~E,xi(i,s,E)):(Ct&&l&&Em(s),s.flags|=1,In(i,s,h,E),s.child)}function cw(i,s,l,h,E){if(i===null){var b=l.type;return typeof b=="function"&&!d0(b)&&b.defaultProps===void 0&&l.compare===null&&l.defaultProps===void 0?(s.tag=15,s.type=b,dw(i,s,b,h,E)):(i=_d(l.type,null,h,s,s.mode,E),i.ref=s.ref,i.return=s,s.child=i)}if(b=i.child,(i.lanes&E)===0){var S=b.memoizedProps;if(l=l.compare,l=l!==null?l:Su,l(S,h)&&i.ref===s.ref)return xi(i,s,E)}return s.flags|=1,i=Zi(b,h),i.ref=s.ref,i.return=s,s.child=i}function dw(i,s,l,h,E){if(i!==null){var b=i.memoizedProps;if(Su(b,h)&&i.ref===s.ref)if($n=!1,s.pendingProps=h=b,(i.lanes&E)!==0)(i.flags&131072)!==0&&($n=!0);else return s.lanes=i.lanes,xi(i,s,E)}return Vm(i,s,l,h,E)}function fw(i,s,l){var h=s.pendingProps,E=h.children,b=i!==null?i.memoizedState:null;if(h.mode==="hidden")if((s.mode&1)===0)s.memoizedState={baseLanes:0,cachePool:null,transitions:null},bt(ea,rr),rr|=l;else{if((l&1073741824)===0)return i=b!==null?b.baseLanes|l:l,s.lanes=s.childLanes=1073741824,s.memoizedState={baseLanes:i,cachePool:null,transitions:null},s.updateQueue=null,bt(ea,rr),rr|=i,null;s.memoizedState={baseLanes:0,cachePool:null,transitions:null},h=b!==null?b.baseLanes:l,bt(ea,rr),rr|=h}else b!==null?(h=b.baseLanes|l,s.memoizedState=null):h=l,bt(ea,rr),rr|=h;return In(i,s,E,l),s.child}function hw(i,s){var l=s.ref;(i===null&&l!==null||i!==null&&i.ref!==l)&&(s.flags|=512,s.flags|=2097152)}function Vm(i,s,l,h,E){var b=jn(l)?ko:xn.current;return b=Vs(s,b),Ks(s,E),l=Lm(i,s,l,h,b,E),h=Dm(),i!==null&&!$n?(s.updateQueue=i.updateQueue,s.flags&=-2053,i.lanes&=~E,xi(i,s,E)):(Ct&&h&&Em(s),s.flags|=1,In(i,s,l,E),s.child)}function pw(i,s,l,h,E){if(jn(l)){var b=!0;Yc(s)}else b=!1;if(Ks(s,E),s.stateNode===null)cd(i,s),nw(s,l,h),zm(s,l,h,E),h=!0;else if(i===null){var S=s.stateNode,R=s.memoizedProps;S.props=R;var U=S.context,Z=l.contextType;typeof Z=="object"&&Z!==null?Z=mr(Z):(Z=jn(l)?ko:xn.current,Z=Vs(s,Z));var le=l.getDerivedStateFromProps,he=typeof le=="function"||typeof S.getSnapshotBeforeUpdate=="function";he||typeof S.UNSAFE_componentWillReceiveProps!="function"&&typeof S.componentWillReceiveProps!="function"||(R!==h||U!==Z)&&rw(s,S,h,Z),Yi=!1;var ae=s.memoizedState;S.state=ae,td(s,h,S,E),U=s.memoizedState,R!==h||ae!==U||zn.current||Yi?(typeof le=="function"&&(Hm(s,l,le,h),U=s.memoizedState),(R=Yi||tw(s,l,R,h,ae,U,Z))?(he||typeof S.UNSAFE_componentWillMount!="function"&&typeof S.componentWillMount!="function"||(typeof S.componentWillMount=="function"&&S.componentWillMount(),typeof S.UNSAFE_componentWillMount=="function"&&S.UNSAFE_componentWillMount()),typeof S.componentDidMount=="function"&&(s.flags|=4194308)):(typeof S.componentDidMount=="function"&&(s.flags|=4194308),s.memoizedProps=h,s.memoizedState=U),S.props=h,S.state=U,S.context=Z,h=R):(typeof S.componentDidMount=="function"&&(s.flags|=4194308),h=!1)}else{S=s.stateNode,Nx(i,s),R=s.memoizedProps,Z=s.type===s.elementType?R:Or(s.type,R),S.props=Z,he=s.pendingProps,ae=S.context,U=l.contextType,typeof U=="object"&&U!==null?U=mr(U):(U=jn(l)?ko:xn.current,U=Vs(s,U));var ve=l.getDerivedStateFromProps;(le=typeof ve=="function"||typeof S.getSnapshotBeforeUpdate=="function")||typeof S.UNSAFE_componentWillReceiveProps!="function"&&typeof S.componentWillReceiveProps!="function"||(R!==he||ae!==U)&&rw(s,S,h,U),Yi=!1,ae=s.memoizedState,S.state=ae,td(s,h,S,E);var Pe=s.memoizedState;R!==he||ae!==Pe||zn.current||Yi?(typeof ve=="function"&&(Hm(s,l,ve,h),Pe=s.memoizedState),(Z=Yi||tw(s,l,Z,h,ae,Pe,U)||!1)?(le||typeof S.UNSAFE_componentWillUpdate!="function"&&typeof S.componentWillUpdate!="function"||(typeof S.componentWillUpdate=="function"&&S.componentWillUpdate(h,Pe,U),typeof S.UNSAFE_componentWillUpdate=="function"&&S.UNSAFE_componentWillUpdate(h,Pe,U)),typeof S.componentDidUpdate=="function"&&(s.flags|=4),typeof S.getSnapshotBeforeUpdate=="function"&&(s.flags|=1024)):(typeof S.componentDidUpdate!="function"||R===i.memoizedProps&&ae===i.memoizedState||(s.flags|=4),typeof S.getSnapshotBeforeUpdate!="function"||R===i.memoizedProps&&ae===i.memoizedState||(s.flags|=1024),s.memoizedProps=h,s.memoizedState=Pe),S.props=h,S.state=Pe,S.context=U,h=Z):(typeof S.componentDidUpdate!="function"||R===i.memoizedProps&&ae===i.memoizedState||(s.flags|=4),typeof S.getSnapshotBeforeUpdate!="function"||R===i.memoizedProps&&ae===i.memoizedState||(s.flags|=1024),h=!1)}return qm(i,s,l,h,b,E)}function qm(i,s,l,h,E,b){hw(i,s);var S=(s.flags&128)!==0;if(!h&&!S)return E&&bx(s,l,!1),xi(i,s,b);h=s.stateNode,k7.current=s;var R=S&&typeof l.getDerivedStateFromError!="function"?null:h.render();return s.flags|=1,i!==null&&S?(s.child=Gs(s,i.child,null,b),s.child=Gs(s,null,R,b)):In(i,s,R,b),s.memoizedState=h.state,E&&bx(s,l,!0),s.child}function mw(i){var s=i.stateNode;s.pendingContext?Ex(i,s.pendingContext,s.pendingContext!==s.context):s.context&&Ex(i,s.context,!1),km(i,s.containerInfo)}function gw(i,s,l,h,E){return Ws(),_m(E),s.flags|=256,In(i,s,l,h),s.child}var Ym={dehydrated:null,treeContext:null,retryLane:0};function Wm(i){return{baseLanes:i,cachePool:null,transitions:null}}function Ew(i,s,l){var h=s.pendingProps,E=Nt.current,b=!1,S=(s.flags&128)!==0,R;if((R=S)||(R=i!==null&&i.memoizedState===null?!1:(E&2)!==0),R?(b=!0,s.flags&=-129):(i===null||i.memoizedState!==null)&&(E|=1),bt(Nt,E&1),i===null)return Tm(s),i=s.memoizedState,i!==null&&(i=i.dehydrated,i!==null)?((s.mode&1)===0?s.lanes=1:i.data==="$!"?s.lanes=8:s.lanes=1073741824,null):(S=h.children,i=h.fallback,b?(h=s.mode,b=s.child,S={mode:"hidden",children:S},(h&1)===0&&b!==null?(b.childLanes=0,b.pendingProps=S):b=Sd(S,h,0,null),i=Bo(i,h,l,null),b.return=s,i.return=s,b.sibling=i,s.child=b,s.child.memoizedState=Wm(l),s.memoizedState=Ym,i):Gm(s,S));if(E=i.memoizedState,E!==null&&(R=E.dehydrated,R!==null))return P7(i,s,S,h,R,E,l);if(b){b=h.fallback,S=s.mode,E=i.child,R=E.sibling;var U={mode:"hidden",children:h.children};return(S&1)===0&&s.child!==E?(h=s.child,h.childLanes=0,h.pendingProps=U,s.deletions=null):(h=Zi(E,U),h.subtreeFlags=E.subtreeFlags&14680064),R!==null?b=Zi(R,b):(b=Bo(b,S,l,null),b.flags|=2),b.return=s,h.return=s,h.sibling=b,s.child=h,h=b,b=s.child,S=i.child.memoizedState,S=S===null?Wm(l):{baseLanes:S.baseLanes|l,cachePool:null,transitions:S.transitions},b.memoizedState=S,b.childLanes=i.childLanes&~l,s.memoizedState=Ym,h}return b=i.child,i=b.sibling,h=Zi(b,{mode:"visible",children:h.children}),(s.mode&1)===0&&(h.lanes=l),h.return=s,h.sibling=null,i!==null&&(l=s.deletions,l===null?(s.deletions=[i],s.flags|=16):l.push(i)),s.child=h,s.memoizedState=null,h}function Gm(i,s){return s=Sd({mode:"visible",children:s},i.mode,0,null),s.return=i,i.child=s}function ld(i,s,l,h){return h!==null&&_m(h),Gs(s,i.child,null,l),i=Gm(s,s.pendingProps.children),i.flags|=2,s.memoizedState=null,i}function P7(i,s,l,h,E,b,S){if(l)return s.flags&256?(s.flags&=-257,h=jm(Error(n(422))),ld(i,s,S,h)):s.memoizedState!==null?(s.child=i.child,s.flags|=128,null):(b=h.fallback,E=s.mode,h=Sd({mode:"visible",children:h.children},E,0,null),b=Bo(b,E,S,null),b.flags|=2,h.return=s,b.return=s,h.sibling=b,s.child=h,(s.mode&1)!==0&&Gs(s,i.child,null,S),s.child.memoizedState=Wm(S),s.memoizedState=Ym,b);if((s.mode&1)===0)return ld(i,s,S,null);if(E.data==="$!"){if(h=E.nextSibling&&E.nextSibling.dataset,h)var R=h.dgst;return h=R,b=Error(n(419)),h=jm(b,h,void 0),ld(i,s,S,h)}if(R=(S&i.childLanes)!==0,$n||R){if(h=on,h!==null){switch(S&-S){case 4:E=2;break;case 16:E=8;break;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:E=32;break;case 536870912:E=268435456;break;default:E=0}E=(E&(h.suspendedLanes|S))!==0?0:E,E!==0&&E!==b.retryLane&&(b.retryLane=E,_i(i,E),Lr(h,i,E,-1))}return c0(),h=jm(Error(n(421))),ld(i,s,S,h)}return E.data==="$?"?(s.flags|=128,s.child=i.child,s=j7.bind(null,i),E._reactRetry=s,null):(i=b.treeContext,nr=ji(E.nextSibling),tr=s,Ct=!0,Nr=null,i!==null&&(hr[pr++]=bi,hr[pr++]=Ti,hr[pr++]=Po,bi=i.id,Ti=i.overflow,Po=s),s=Gm(s,h.children),s.flags|=4096,s)}function yw(i,s,l){i.lanes|=s;var h=i.alternate;h!==null&&(h.lanes|=s),Am(i.return,s,l)}function Xm(i,s,l,h,E){var b=i.memoizedState;b===null?i.memoizedState={isBackwards:s,rendering:null,renderingStartTime:0,last:h,tail:l,tailMode:E}:(b.isBackwards=s,b.rendering=null,b.renderingStartTime=0,b.last=h,b.tail=l,b.tailMode=E)}function bw(i,s,l){var h=s.pendingProps,E=h.revealOrder,b=h.tail;if(In(i,s,h.children,l),h=Nt.current,(h&2)!==0)h=h&1|2,s.flags|=128;else{if(i!==null&&(i.flags&128)!==0)e:for(i=s.child;i!==null;){if(i.tag===13)i.memoizedState!==null&&yw(i,l,s);else if(i.tag===19)yw(i,l,s);else if(i.child!==null){i.child.return=i,i=i.child;continue}if(i===s)break e;for(;i.sibling===null;){if(i.return===null||i.return===s)break e;i=i.return}i.sibling.return=i.return,i=i.sibling}h&=1}if(bt(Nt,h),(s.mode&1)===0)s.memoizedState=null;else switch(E){case"forwards":for(l=s.child,E=null;l!==null;)i=l.alternate,i!==null&&nd(i)===null&&(E=l),l=l.sibling;l=E,l===null?(E=s.child,s.child=null):(E=l.sibling,l.sibling=null),Xm(s,!1,E,l,b);break;case"backwards":for(l=null,E=s.child,s.child=null;E!==null;){if(i=E.alternate,i!==null&&nd(i)===null){s.child=E;break}i=E.sibling,E.sibling=l,l=E,E=i}Xm(s,!0,l,null,b);break;case"together":Xm(s,!1,null,null,void 0);break;default:s.memoizedState=null}return s.child}function cd(i,s){(s.mode&1)===0&&i!==null&&(i.alternate=null,s.alternate=null,s.flags|=2)}function xi(i,s,l){if(i!==null&&(s.dependencies=i.dependencies),Lo|=s.lanes,(l&s.childLanes)===0)return null;if(i!==null&&s.child!==i.child)throw Error(n(153));if(s.child!==null){for(i=s.child,l=Zi(i,i.pendingProps),s.child=l,l.return=s;i.sibling!==null;)i=i.sibling,l=l.sibling=Zi(i,i.pendingProps),l.return=s;l.sibling=null}return s.child}function N7(i,s,l){switch(s.tag){case 3:mw(s),Ws();break;case 5:Rx(s);break;case 1:jn(s.type)&&Yc(s);break;case 4:km(s,s.stateNode.containerInfo);break;case 10:var h=s.type._context,E=s.memoizedProps.value;bt(Jc,h._currentValue),h._currentValue=E;break;case 13:if(h=s.memoizedState,h!==null)return h.dehydrated!==null?(bt(Nt,Nt.current&1),s.flags|=128,null):(l&s.child.childLanes)!==0?Ew(i,s,l):(bt(Nt,Nt.current&1),i=xi(i,s,l),i!==null?i.sibling:null);bt(Nt,Nt.current&1);break;case 19:if(h=(l&s.childLanes)!==0,(i.flags&128)!==0){if(h)return bw(i,s,l);s.flags|=128}if(E=s.memoizedState,E!==null&&(E.rendering=null,E.tail=null,E.lastEffect=null),bt(Nt,Nt.current),h)break;return null;case 22:case 23:return s.lanes=0,fw(i,s,l)}return xi(i,s,l)}var Tw,Km,_w,Sw;Tw=function(i,s){for(var l=s.child;l!==null;){if(l.tag===5||l.tag===6)i.appendChild(l.stateNode);else if(l.tag!==4&&l.child!==null){l.child.return=l,l=l.child;continue}if(l===s)break;for(;l.sibling===null;){if(l.return===null||l.return===s)return;l=l.return}l.sibling.return=l.return,l=l.sibling}},Km=function(){},_w=function(i,s,l,h){var E=i.memoizedProps;if(E!==h){i=s.stateNode,Io(ti.current);var b=null;switch(l){case"input":E=fr(i,E),h=fr(i,h),b=[];break;case"select":E=k({},E,{value:void 0}),h=k({},h,{value:void 0}),b=[];break;case"textarea":E=Ne(i,E),h=Ne(i,h),b=[];break;default:typeof E.onClick!="function"&&typeof h.onClick=="function"&&(i.onclick=$c)}fn(l,h);var S;l=null;for(Z in E)if(!h.hasOwnProperty(Z)&&E.hasOwnProperty(Z)&&E[Z]!=null)if(Z==="style"){var R=E[Z];for(S in R)R.hasOwnProperty(S)&&(l||(l={}),l[S]="")}else Z!=="dangerouslySetInnerHTML"&&Z!=="children"&&Z!=="suppressContentEditableWarning"&&Z!=="suppressHydrationWarning"&&Z!=="autoFocus"&&(o.hasOwnProperty(Z)?b||(b=[]):(b=b||[]).push(Z,null));for(Z in h){var U=h[Z];if(R=E!=null?E[Z]:void 0,h.hasOwnProperty(Z)&&U!==R&&(U!=null||R!=null))if(Z==="style")if(R){for(S in R)!R.hasOwnProperty(S)||U&&U.hasOwnProperty(S)||(l||(l={}),l[S]="");for(S in U)U.hasOwnProperty(S)&&R[S]!==U[S]&&(l||(l={}),l[S]=U[S])}else l||(b||(b=[]),b.push(Z,l)),l=U;else Z==="dangerouslySetInnerHTML"?(U=U?U.__html:void 0,R=R?R.__html:void 0,U!=null&&R!==U&&(b=b||[]).push(Z,U)):Z==="children"?typeof U!="string"&&typeof U!="number"||(b=b||[]).push(Z,""+U):Z!=="suppressContentEditableWarning"&&Z!=="suppressHydrationWarning"&&(o.hasOwnProperty(Z)?(U!=null&&Z==="onScroll"&&St("scroll",i),b||R===U||(b=[])):(b=b||[]).push(Z,U))}l&&(b=b||[]).push("style",l);var Z=b;(s.updateQueue=Z)&&(s.flags|=4)}},Sw=function(i,s,l,h){l!==h&&(s.flags|=4)};function Fu(i,s){if(!Ct)switch(i.tailMode){case"hidden":s=i.tail;for(var l=null;s!==null;)s.alternate!==null&&(l=s),s=s.sibling;l===null?i.tail=null:l.sibling=null;break;case"collapsed":l=i.tail;for(var h=null;l!==null;)l.alternate!==null&&(h=l),l=l.sibling;h===null?s||i.tail===null?i.tail=null:i.tail.sibling=null:h.sibling=null}}function An(i){var s=i.alternate!==null&&i.alternate.child===i.child,l=0,h=0;if(s)for(var E=i.child;E!==null;)l|=E.lanes|E.childLanes,h|=E.subtreeFlags&14680064,h|=E.flags&14680064,E.return=i,E=E.sibling;else for(E=i.child;E!==null;)l|=E.lanes|E.childLanes,h|=E.subtreeFlags,h|=E.flags,E.return=i,E=E.sibling;return i.subtreeFlags|=h,i.childLanes=l,s}function O7(i,s,l){var h=s.pendingProps;switch(ym(s),s.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return An(s),null;case 1:return jn(s.type)&&qc(),An(s),null;case 3:return h=s.stateNode,Qs(),xt(zn),xt(xn),Om(),h.pendingContext&&(h.context=h.pendingContext,h.pendingContext=null),(i===null||i.child===null)&&(Kc(s)?s.flags|=4:i===null||i.memoizedState.isDehydrated&&(s.flags&256)===0||(s.flags|=1024,Nr!==null&&(a0(Nr),Nr=null))),Km(i,s),An(s),null;case 5:Pm(s);var E=Io(Iu.current);if(l=s.type,i!==null&&s.stateNode!=null)_w(i,s,l,h,E),i.ref!==s.ref&&(s.flags|=512,s.flags|=2097152);else{if(!h){if(s.stateNode===null)throw Error(n(166));return An(s),null}if(i=Io(ti.current),Kc(s)){h=s.stateNode,l=s.type;var b=s.memoizedProps;switch(h[ei]=s,h[Cu]=b,i=(s.mode&1)!==0,l){case"dialog":St("cancel",h),St("close",h);break;case"iframe":case"object":case"embed":St("load",h);break;case"video":case"audio":for(E=0;E<wu.length;E++)St(wu[E],h);break;case"source":St("error",h);break;case"img":case"image":case"link":St("error",h),St("load",h);break;case"details":St("toggle",h);break;case"input":nn(h,b),St("invalid",h);break;case"select":h._wrapperState={wasMultiple:!!b.multiple},St("invalid",h);break;case"textarea":Me(h,b),St("invalid",h)}fn(l,b),E=null;for(var S in b)if(b.hasOwnProperty(S)){var R=b[S];S==="children"?typeof R=="string"?h.textContent!==R&&(b.suppressHydrationWarning!==!0&&jc(h.textContent,R,i),E=["children",R]):typeof R=="number"&&h.textContent!==""+R&&(b.suppressHydrationWarning!==!0&&jc(h.textContent,R,i),E=["children",""+R]):o.hasOwnProperty(S)&&R!=null&&S==="onScroll"&&St("scroll",h)}switch(l){case"input":Nn(h),On(h,b,!0);break;case"textarea":Nn(h),pt(h);break;case"select":case"option":break;default:typeof b.onClick=="function"&&(h.onclick=$c)}h=E,s.updateQueue=h,h!==null&&(s.flags|=4)}else{S=E.nodeType===9?E:E.ownerDocument,i==="http://www.w3.org/1999/xhtml"&&(i=J(l)),i==="http://www.w3.org/1999/xhtml"?l==="script"?(i=S.createElement("div"),i.innerHTML="<script><\/script>",i=i.removeChild(i.firstChild)):typeof h.is=="string"?i=S.createElement(l,{is:h.is}):(i=S.createElement(l),l==="select"&&(S=i,h.multiple?S.multiple=!0:h.size&&(S.size=h.size))):i=S.createElementNS(i,l),i[ei]=s,i[Cu]=h,Tw(i,s,!1,!1),s.stateNode=i;e:{switch(S=Jr(l,h),l){case"dialog":St("cancel",i),St("close",i),E=h;break;case"iframe":case"object":case"embed":St("load",i),E=h;break;case"video":case"audio":for(E=0;E<wu.length;E++)St(wu[E],i);E=h;break;case"source":St("error",i),E=h;break;case"img":case"image":case"link":St("error",i),St("load",i),E=h;break;case"details":St("toggle",i),E=h;break;case"input":nn(i,h),E=fr(i,h),St("invalid",i);break;case"option":E=h;break;case"select":i._wrapperState={wasMultiple:!!h.multiple},E=k({},h,{value:void 0}),St("invalid",i);break;case"textarea":Me(i,h),E=Ne(i,h),St("invalid",i);break;default:E=h}fn(l,E),R=E;for(b in R)if(R.hasOwnProperty(b)){var U=R[b];b==="style"?dn(i,U):b==="dangerouslySetInnerHTML"?(U=U?U.__html:void 0,U!=null&&qe(i,U)):b==="children"?typeof U=="string"?(l!=="textarea"||U!=="")&&Re(i,U):typeof U=="number"&&Re(i,""+U):b!=="suppressContentEditableWarning"&&b!=="suppressHydrationWarning"&&b!=="autoFocus"&&(o.hasOwnProperty(b)?U!=null&&b==="onScroll"&&St("scroll",i):U!=null&&v(i,b,U,S))}switch(l){case"input":Nn(i),On(i,h,!1);break;case"textarea":Nn(i),pt(i);break;case"option":h.value!=null&&i.setAttribute("value",""+$e(h.value));break;case"select":i.multiple=!!h.multiple,b=h.value,b!=null?Ae(i,!!h.multiple,b,!1):h.defaultValue!=null&&Ae(i,!!h.multiple,h.defaultValue,!0);break;default:typeof E.onClick=="function"&&(i.onclick=$c)}switch(l){case"button":case"input":case"select":case"textarea":h=!!h.autoFocus;break e;case"img":h=!0;break e;default:h=!1}}h&&(s.flags|=4)}s.ref!==null&&(s.flags|=512,s.flags|=2097152)}return An(s),null;case 6:if(i&&s.stateNode!=null)Sw(i,s,i.memoizedProps,h);else{if(typeof h!="string"&&s.stateNode===null)throw Error(n(166));if(l=Io(Iu.current),Io(ti.current),Kc(s)){if(h=s.stateNode,l=s.memoizedProps,h[ei]=s,(b=h.nodeValue!==l)&&(i=tr,i!==null))switch(i.tag){case 3:jc(h.nodeValue,l,(i.mode&1)!==0);break;case 5:i.memoizedProps.suppressHydrationWarning!==!0&&jc(h.nodeValue,l,(i.mode&1)!==0)}b&&(s.flags|=4)}else h=(l.nodeType===9?l:l.ownerDocument).createTextNode(h),h[ei]=s,s.stateNode=h}return An(s),null;case 13:if(xt(Nt),h=s.memoizedState,i===null||i.memoizedState!==null&&i.memoizedState.dehydrated!==null){if(Ct&&nr!==null&&(s.mode&1)!==0&&(s.flags&128)===0)Ax(),Ws(),s.flags|=98560,b=!1;else if(b=Kc(s),h!==null&&h.dehydrated!==null){if(i===null){if(!b)throw Error(n(318));if(b=s.memoizedState,b=b!==null?b.dehydrated:null,!b)throw Error(n(317));b[ei]=s}else Ws(),(s.flags&128)===0&&(s.memoizedState=null),s.flags|=4;An(s),b=!1}else Nr!==null&&(a0(Nr),Nr=null),b=!0;if(!b)return s.flags&65536?s:null}return(s.flags&128)!==0?(s.lanes=l,s):(h=h!==null,h!==(i!==null&&i.memoizedState!==null)&&h&&(s.child.flags|=8192,(s.mode&1)!==0&&(i===null||(Nt.current&1)!==0?Kt===0&&(Kt=3):c0())),s.updateQueue!==null&&(s.flags|=4),An(s),null);case 4:return Qs(),Km(i,s),i===null&&Au(s.stateNode.containerInfo),An(s),null;case 10:return wm(s.type._context),An(s),null;case 17:return jn(s.type)&&qc(),An(s),null;case 19:if(xt(Nt),b=s.memoizedState,b===null)return An(s),null;if(h=(s.flags&128)!==0,S=b.rendering,S===null)if(h)Fu(b,!1);else{if(Kt!==0||i!==null&&(i.flags&128)!==0)for(i=s.child;i!==null;){if(S=nd(i),S!==null){for(s.flags|=128,Fu(b,!1),h=S.updateQueue,h!==null&&(s.updateQueue=h,s.flags|=4),s.subtreeFlags=0,h=l,l=s.child;l!==null;)b=l,i=h,b.flags&=14680066,S=b.alternate,S===null?(b.childLanes=0,b.lanes=i,b.child=null,b.subtreeFlags=0,b.memoizedProps=null,b.memoizedState=null,b.updateQueue=null,b.dependencies=null,b.stateNode=null):(b.childLanes=S.childLanes,b.lanes=S.lanes,b.child=S.child,b.subtreeFlags=0,b.deletions=null,b.memoizedProps=S.memoizedProps,b.memoizedState=S.memoizedState,b.updateQueue=S.updateQueue,b.type=S.type,i=S.dependencies,b.dependencies=i===null?null:{lanes:i.lanes,firstContext:i.firstContext}),l=l.sibling;return bt(Nt,Nt.current&1|2),s.child}i=i.sibling}b.tail!==null&&Mt()>ta&&(s.flags|=128,h=!0,Fu(b,!1),s.lanes=4194304)}else{if(!h)if(i=nd(S),i!==null){if(s.flags|=128,h=!0,l=i.updateQueue,l!==null&&(s.updateQueue=l,s.flags|=4),Fu(b,!0),b.tail===null&&b.tailMode==="hidden"&&!S.alternate&&!Ct)return An(s),null}else 2*Mt()-b.renderingStartTime>ta&&l!==1073741824&&(s.flags|=128,h=!0,Fu(b,!1),s.lanes=4194304);b.isBackwards?(S.sibling=s.child,s.child=S):(l=b.last,l!==null?l.sibling=S:s.child=S,b.last=S)}return b.tail!==null?(s=b.tail,b.rendering=s,b.tail=s.sibling,b.renderingStartTime=Mt(),s.sibling=null,l=Nt.current,bt(Nt,h?l&1|2:l&1),s):(An(s),null);case 22:case 23:return l0(),h=s.memoizedState!==null,i!==null&&i.memoizedState!==null!==h&&(s.flags|=8192),h&&(s.mode&1)!==0?(rr&1073741824)!==0&&(An(s),s.subtreeFlags&6&&(s.flags|=8192)):An(s),null;case 24:return null;case 25:return null}throw Error(n(156,s.tag))}function I7(i,s){switch(ym(s),s.tag){case 1:return jn(s.type)&&qc(),i=s.flags,i&65536?(s.flags=i&-65537|128,s):null;case 3:return Qs(),xt(zn),xt(xn),Om(),i=s.flags,(i&65536)!==0&&(i&128)===0?(s.flags=i&-65537|128,s):null;case 5:return Pm(s),null;case 13:if(xt(Nt),i=s.memoizedState,i!==null&&i.dehydrated!==null){if(s.alternate===null)throw Error(n(340));Ws()}return i=s.flags,i&65536?(s.flags=i&-65537|128,s):null;case 19:return xt(Nt),null;case 4:return Qs(),null;case 10:return wm(s.type._context),null;case 22:case 23:return l0(),null;case 24:return null;default:return null}}var dd=!1,vn=!1,R7=typeof WeakSet=="function"?WeakSet:Set,ke=null;function Zs(i,s){var l=i.ref;if(l!==null)if(typeof l=="function")try{l(null)}catch(h){Rt(i,s,h)}else l.current=null}function Qm(i,s,l){try{l()}catch(h){Rt(i,s,h)}}var xw=!1;function L7(i,s){if(lm=Oc,i=tx(),tm(i)){if("selectionStart"in i)var l={start:i.selectionStart,end:i.selectionEnd};else e:{l=(l=i.ownerDocument)&&l.defaultView||window;var h=l.getSelection&&l.getSelection();if(h&&h.rangeCount!==0){l=h.anchorNode;var E=h.anchorOffset,b=h.focusNode;h=h.focusOffset;try{l.nodeType,b.nodeType}catch(_e){l=null;break e}var S=0,R=-1,U=-1,Z=0,le=0,he=i,ae=null;t:for(;;){for(var ve;he!==l||E!==0&&he.nodeType!==3||(R=S+E),he!==b||h!==0&&he.nodeType!==3||(U=S+h),he.nodeType===3&&(S+=he.nodeValue.length),(ve=he.firstChild)!==null;)ae=he,he=ve;for(;;){if(he===i)break t;if(ae===l&&++Z===E&&(R=S),ae===b&&++le===h&&(U=S),(ve=he.nextSibling)!==null)break;he=ae,ae=he.parentNode}he=ve}l=R===-1||U===-1?null:{start:R,end:U}}else l=null}l=l||{start:0,end:0}}else l=null;for(cm={focusedElem:i,selectionRange:l},Oc=!1,ke=s;ke!==null;)if(s=ke,i=s.child,(s.subtreeFlags&1028)!==0&&i!==null)i.return=s,ke=i;else for(;ke!==null;){s=ke;try{var Pe=s.alternate;if((s.flags&1024)!==0)switch(s.tag){case 0:case 11:case 15:break;case 1:if(Pe!==null){var Ie=Pe.memoizedProps,Ft=Pe.memoizedState,G=s.stateNode,j=G.getSnapshotBeforeUpdate(s.elementType===s.type?Ie:Or(s.type,Ie),Ft);G.__reactInternalSnapshotBeforeUpdate=j}break;case 3:var K=s.stateNode.containerInfo;K.nodeType===1?K.textContent="":K.nodeType===9&&K.documentElement&&K.removeChild(K.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(n(163))}}catch(_e){Rt(s,s.return,_e)}if(i=s.sibling,i!==null){i.return=s.return,ke=i;break}ke=s.return}return Pe=xw,xw=!1,Pe}function Bu(i,s,l){var h=s.updateQueue;if(h=h!==null?h.lastEffect:null,h!==null){var E=h=h.next;do{if((E.tag&i)===i){var b=E.destroy;E.destroy=void 0,b!==void 0&&Qm(s,l,b)}E=E.next}while(E!==h)}}function fd(i,s){if(s=s.updateQueue,s=s!==null?s.lastEffect:null,s!==null){var l=s=s.next;do{if((l.tag&i)===i){var h=l.create;l.destroy=h()}l=l.next}while(l!==s)}}function Jm(i){var s=i.ref;if(s!==null){var l=i.stateNode;i.tag,i=l,typeof s=="function"?s(i):s.current=i}}function ww(i){var s=i.alternate;s!==null&&(i.alternate=null,ww(s)),i.child=null,i.deletions=null,i.sibling=null,i.tag===5&&(s=i.stateNode,s!==null&&(delete s[ei],delete s[Cu],delete s[pm],delete s[g7],delete s[E7])),i.stateNode=null,i.return=null,i.dependencies=null,i.memoizedProps=null,i.memoizedState=null,i.pendingProps=null,i.stateNode=null,i.updateQueue=null}function Aw(i){return i.tag===5||i.tag===3||i.tag===4}function vw(i){e:for(;;){for(;i.sibling===null;){if(i.return===null||Aw(i.return))return null;i=i.return}for(i.sibling.return=i.return,i=i.sibling;i.tag!==5&&i.tag!==6&&i.tag!==18;){if(i.flags&2||i.child===null||i.tag===4)continue e;i.child.return=i,i=i.child}if(!(i.flags&2))return i.stateNode}}function Zm(i,s,l){var h=i.tag;if(h===5||h===6)i=i.stateNode,s?l.nodeType===8?l.parentNode.insertBefore(i,s):l.insertBefore(i,s):(l.nodeType===8?(s=l.parentNode,s.insertBefore(i,l)):(s=l,s.appendChild(i)),l=l._reactRootContainer,l!=null||s.onclick!==null||(s.onclick=$c));else if(h!==4&&(i=i.child,i!==null))for(Zm(i,s,l),i=i.sibling;i!==null;)Zm(i,s,l),i=i.sibling}function e0(i,s,l){var h=i.tag;if(h===5||h===6)i=i.stateNode,s?l.insertBefore(i,s):l.appendChild(i);else if(h!==4&&(i=i.child,i!==null))for(e0(i,s,l),i=i.sibling;i!==null;)e0(i,s,l),i=i.sibling}var hn=null,Ir=!1;function Gi(i,s,l){for(l=l.child;l!==null;)Cw(i,s,l),l=l.sibling}function Cw(i,s,l){if(Zr&&typeof Zr.onCommitFiberUnmount=="function")try{Zr.onCommitFiberUnmount(Ac,l)}catch(R){}switch(l.tag){case 5:vn||Zs(l,s);case 6:var h=hn,E=Ir;hn=null,Gi(i,s,l),hn=h,Ir=E,hn!==null&&(Ir?(i=hn,l=l.stateNode,i.nodeType===8?i.parentNode.removeChild(l):i.removeChild(l)):hn.removeChild(l.stateNode));break;case 18:hn!==null&&(Ir?(i=hn,l=l.stateNode,i.nodeType===8?hm(i.parentNode,l):i.nodeType===1&&hm(i,l),gu(i)):hm(hn,l.stateNode));break;case 4:h=hn,E=Ir,hn=l.stateNode.containerInfo,Ir=!0,Gi(i,s,l),hn=h,Ir=E;break;case 0:case 11:case 14:case 15:if(!vn&&(h=l.updateQueue,h!==null&&(h=h.lastEffect,h!==null))){E=h=h.next;do{var b=E,S=b.destroy;b=b.tag,S!==void 0&&((b&2)!==0||(b&4)!==0)&&Qm(l,s,S),E=E.next}while(E!==h)}Gi(i,s,l);break;case 1:if(!vn&&(Zs(l,s),h=l.stateNode,typeof h.componentWillUnmount=="function"))try{h.props=l.memoizedProps,h.state=l.memoizedState,h.componentWillUnmount()}catch(R){Rt(l,s,R)}Gi(i,s,l);break;case 21:Gi(i,s,l);break;case 22:l.mode&1?(vn=(h=vn)||l.memoizedState!==null,Gi(i,s,l),vn=h):Gi(i,s,l);break;default:Gi(i,s,l)}}function kw(i){var s=i.updateQueue;if(s!==null){i.updateQueue=null;var l=i.stateNode;l===null&&(l=i.stateNode=new R7),s.forEach(function(h){var E=$7.bind(null,i,h);l.has(h)||(l.add(h),h.then(E,E))})}}function Rr(i,s){var l=s.deletions;if(l!==null)for(var h=0;h<l.length;h++){var E=l[h];try{var b=i,S=s,R=S;e:for(;R!==null;){switch(R.tag){case 5:hn=R.stateNode,Ir=!1;break e;case 3:hn=R.stateNode.containerInfo,Ir=!0;break e;case 4:hn=R.stateNode.containerInfo,Ir=!0;break e}R=R.return}if(hn===null)throw Error(n(160));Cw(b,S,E),hn=null,Ir=!1;var U=E.alternate;U!==null&&(U.return=null),E.return=null}catch(Z){Rt(E,s,Z)}}if(s.subtreeFlags&12854)for(s=s.child;s!==null;)Pw(s,i),s=s.sibling}function Pw(i,s){var l=i.alternate,h=i.flags;switch(i.tag){case 0:case 11:case 14:case 15:if(Rr(s,i),ri(i),h&4){try{Bu(3,i,i.return),fd(3,i)}catch(Ie){Rt(i,i.return,Ie)}try{Bu(5,i,i.return)}catch(Ie){Rt(i,i.return,Ie)}}break;case 1:Rr(s,i),ri(i),h&512&&l!==null&&Zs(l,l.return);break;case 5:if(Rr(s,i),ri(i),h&512&&l!==null&&Zs(l,l.return),i.flags&32){var E=i.stateNode;try{Re(E,"")}catch(Ie){Rt(i,i.return,Ie)}}if(h&4&&(E=i.stateNode,E!=null)){var b=i.memoizedProps,S=l!==null?l.memoizedProps:b,R=i.type,U=i.updateQueue;if(i.updateQueue=null,U!==null)try{R==="input"&&b.type==="radio"&&b.name!=null&&Ve(E,b),Jr(R,S);var Z=Jr(R,b);for(S=0;S<U.length;S+=2){var le=U[S],he=U[S+1];le==="style"?dn(E,he):le==="dangerouslySetInnerHTML"?qe(E,he):le==="children"?Re(E,he):v(E,le,he,Z)}switch(R){case"input":Pt(E,b);break;case"textarea":ot(E,b);break;case"select":var ae=E._wrapperState.wasMultiple;E._wrapperState.wasMultiple=!!b.multiple;var ve=b.value;ve!=null?Ae(E,!!b.multiple,ve,!1):ae!==!!b.multiple&&(b.defaultValue!=null?Ae(E,!!b.multiple,b.defaultValue,!0):Ae(E,!!b.multiple,b.multiple?[]:"",!1))}E[Cu]=b}catch(Ie){Rt(i,i.return,Ie)}}break;case 6:if(Rr(s,i),ri(i),h&4){if(i.stateNode===null)throw Error(n(162));E=i.stateNode,b=i.memoizedProps;try{E.nodeValue=b}catch(Ie){Rt(i,i.return,Ie)}}break;case 3:if(Rr(s,i),ri(i),h&4&&l!==null&&l.memoizedState.isDehydrated)try{gu(s.containerInfo)}catch(Ie){Rt(i,i.return,Ie)}break;case 4:Rr(s,i),ri(i);break;case 13:Rr(s,i),ri(i),E=i.child,E.flags&8192&&(b=E.memoizedState!==null,E.stateNode.isHidden=b,!b||E.alternate!==null&&E.alternate.memoizedState!==null||(r0=Mt())),h&4&&kw(i);break;case 22:if(le=l!==null&&l.memoizedState!==null,i.mode&1?(vn=(Z=vn)||le,Rr(s,i),vn=Z):Rr(s,i),ri(i),h&8192){if(Z=i.memoizedState!==null,(i.stateNode.isHidden=Z)&&!le&&(i.mode&1)!==0)for(ke=i,le=i.child;le!==null;){for(he=ke=le;ke!==null;){switch(ae=ke,ve=ae.child,ae.tag){case 0:case 11:case 14:case 15:Bu(4,ae,ae.return);break;case 1:Zs(ae,ae.return);var Pe=ae.stateNode;if(typeof Pe.componentWillUnmount=="function"){h=ae,l=ae.return;try{s=h,Pe.props=s.memoizedProps,Pe.state=s.memoizedState,Pe.componentWillUnmount()}catch(Ie){Rt(h,l,Ie)}}break;case 5:Zs(ae,ae.return);break;case 22:if(ae.memoizedState!==null){Iw(he);continue}}ve!==null?(ve.return=ae,ke=ve):Iw(he)}le=le.sibling}e:for(le=null,he=i;;){if(he.tag===5){if(le===null){le=he;try{E=he.stateNode,Z?(b=E.style,typeof b.setProperty=="function"?b.setProperty("display","none","important"):b.display="none"):(R=he.stateNode,U=he.memoizedProps.style,S=U!=null&&U.hasOwnProperty("display")?U.display:null,R.style.display=$t("display",S))}catch(Ie){Rt(i,i.return,Ie)}}}else if(he.tag===6){if(le===null)try{he.stateNode.nodeValue=Z?"":he.memoizedProps}catch(Ie){Rt(i,i.return,Ie)}}else if((he.tag!==22&&he.tag!==23||he.memoizedState===null||he===i)&&he.child!==null){he.child.return=he,he=he.child;continue}if(he===i)break e;for(;he.sibling===null;){if(he.return===null||he.return===i)break e;le===he&&(le=null),he=he.return}le===he&&(le=null),he.sibling.return=he.return,he=he.sibling}}break;case 19:Rr(s,i),ri(i),h&4&&kw(i);break;case 21:break;default:Rr(s,i),ri(i)}}function ri(i){var s=i.flags;if(s&2){try{e:{for(var l=i.return;l!==null;){if(Aw(l)){var h=l;break e}l=l.return}throw Error(n(160))}switch(h.tag){case 5:var E=h.stateNode;h.flags&32&&(Re(E,""),h.flags&=-33);var b=vw(i);e0(i,b,E);break;case 3:case 4:var S=h.stateNode.containerInfo,R=vw(i);Zm(i,R,S);break;default:throw Error(n(161))}}catch(U){Rt(i,i.return,U)}i.flags&=-3}s&4096&&(i.flags&=-4097)}function D7(i,s,l){ke=i,Nw(i)}function Nw(i,s,l){for(var h=(i.mode&1)!==0;ke!==null;){var E=ke,b=E.child;if(E.tag===22&&h){var S=E.memoizedState!==null||dd;if(!S){var R=E.alternate,U=R!==null&&R.memoizedState!==null||vn;R=dd;var Z=vn;if(dd=S,(vn=U)&&!Z)for(ke=E;ke!==null;)S=ke,U=S.child,S.tag===22&&S.memoizedState!==null?Rw(E):U!==null?(U.return=S,ke=U):Rw(E);for(;b!==null;)ke=b,Nw(b),b=b.sibling;ke=E,dd=R,vn=Z}Ow(i)}else(E.subtreeFlags&8772)!==0&&b!==null?(b.return=E,ke=b):Ow(i)}}function Ow(i){for(;ke!==null;){var s=ke;if((s.flags&8772)!==0){var l=s.alternate;try{if((s.flags&8772)!==0)switch(s.tag){case 0:case 11:case 15:vn||fd(5,s);break;case 1:var h=s.stateNode;if(s.flags&4&&!vn)if(l===null)h.componentDidMount();else{var E=s.elementType===s.type?l.memoizedProps:Or(s.type,l.memoizedProps);h.componentDidUpdate(E,l.memoizedState,h.__reactInternalSnapshotBeforeUpdate)}var b=s.updateQueue;b!==null&&Ix(s,b,h);break;case 3:var S=s.updateQueue;if(S!==null){if(l=null,s.child!==null)switch(s.child.tag){case 5:l=s.child.stateNode;break;case 1:l=s.child.stateNode}Ix(s,S,l)}break;case 5:var R=s.stateNode;if(l===null&&s.flags&4){l=R;var U=s.memoizedProps;switch(s.type){case"button":case"input":case"select":case"textarea":U.autoFocus&&l.focus();break;case"img":U.src&&(l.src=U.src)}}break;case 6:break;case 4:break;case 12:break;case 13:if(s.memoizedState===null){var Z=s.alternate;if(Z!==null){var le=Z.memoizedState;if(le!==null){var he=le.dehydrated;he!==null&&gu(he)}}}break;case 19:case 17:case 21:case 22:case 23:case 25:break;default:throw Error(n(163))}vn||s.flags&512&&Jm(s)}catch(ae){Rt(s,s.return,ae)}}if(s===i){ke=null;break}if(l=s.sibling,l!==null){l.return=s.return,ke=l;break}ke=s.return}}function Iw(i){for(;ke!==null;){var s=ke;if(s===i){ke=null;break}var l=s.sibling;if(l!==null){l.return=s.return,ke=l;break}ke=s.return}}function Rw(i){for(;ke!==null;){var s=ke;try{switch(s.tag){case 0:case 11:case 15:var l=s.return;try{fd(4,s)}catch(U){Rt(s,l,U)}break;case 1:var h=s.stateNode;if(typeof h.componentDidMount=="function"){var E=s.return;try{h.componentDidMount()}catch(U){Rt(s,E,U)}}var b=s.return;try{Jm(s)}catch(U){Rt(s,b,U)}break;case 5:var S=s.return;try{Jm(s)}catch(U){Rt(s,S,U)}}}catch(U){Rt(s,s.return,U)}if(s===i){ke=null;break}var R=s.sibling;if(R!==null){R.return=s.return,ke=R;break}ke=s.return}}var M7=Math.ceil,hd=H.ReactCurrentDispatcher,t0=H.ReactCurrentOwner,Er=H.ReactCurrentBatchConfig,st=0,on=null,Vt=null,pn=0,rr=0,ea=$i(0),Kt=0,Uu=null,Lo=0,pd=0,n0=0,Hu=null,Vn=null,r0=0,ta=1/0,wi=null,md=!1,i0=null,Xi=null,gd=!1,Ki=null,Ed=0,zu=0,o0=null,yd=-1,bd=0;function Rn(){return(st&6)!==0?Mt():yd!==-1?yd:yd=Mt()}function Qi(i){return(i.mode&1)===0?1:(st&2)!==0&&pn!==0?pn&-pn:b7.transition!==null?(bd===0&&(bd=vS()),bd):(i=ft,i!==0||(i=window.event,i=i===void 0?16:DS(i.type)),i)}function Lr(i,s,l,h){if(50<zu)throw zu=0,o0=null,Error(n(185));du(i,l,h),((st&2)===0||i!==on)&&(i===on&&((st&2)===0&&(pd|=l),Kt===4&&Ji(i,pn)),qn(i,h),l===1&&st===0&&(s.mode&1)===0&&(ta=Mt()+500,Wc&&qi()))}function qn(i,s){var l=i.callbackNode;bB(i,s);var h=kc(i,i===on?pn:0);if(h===0)l!==null&&xS(l),i.callbackNode=null,i.callbackPriority=0;else if(s=h&-h,i.callbackPriority!==s){if(l!=null&&xS(l),s===1)i.tag===0?y7(Dw.bind(null,i)):Tx(Dw.bind(null,i)),p7(function(){(st&6)===0&&qi()}),l=null;else{switch(CS(h)){case 1:l=Bp;break;case 4:l=wS;break;case 16:l=wc;break;case 536870912:l=AS;break;default:l=wc}l=$w(l,Lw.bind(null,i))}i.callbackPriority=s,i.callbackNode=l}}function Lw(i,s){if(yd=-1,bd=0,(st&6)!==0)throw Error(n(327));var l=i.callbackNode;if(na()&&i.callbackNode!==l)return null;var h=kc(i,i===on?pn:0);if(h===0)return null;if((h&30)!==0||(h&i.expiredLanes)!==0||s)s=Td(i,h);else{s=h;var E=st;st|=2;var b=Fw();(on!==i||pn!==s)&&(wi=null,ta=Mt()+500,Mo(i,s));do try{U7();break}catch(R){Mw(i,R)}while(!0);xm(),hd.current=b,st=E,Vt!==null?s=0:(on=null,pn=0,s=Kt)}if(s!==0){if(s===2&&(E=Up(i),E!==0&&(h=E,s=s0(i,E))),s===1)throw l=Uu,Mo(i,0),Ji(i,h),qn(i,Mt()),l;if(s===6)Ji(i,h);else{if(E=i.current.alternate,(h&30)===0&&!F7(E)&&(s=Td(i,h),s===2&&(b=Up(i),b!==0&&(h=b,s=s0(i,b))),s===1))throw l=Uu,Mo(i,0),Ji(i,h),qn(i,Mt()),l;switch(i.finishedWork=E,i.finishedLanes=h,s){case 0:case 1:throw Error(n(345));case 2:Fo(i,Vn,wi);break;case 3:if(Ji(i,h),(h&130023424)===h&&(s=r0+500-Mt(),10<s)){if(kc(i,0)!==0)break;if(E=i.suspendedLanes,(E&h)!==h){Rn(),i.pingedLanes|=i.suspendedLanes&E;break}i.timeoutHandle=fm(Fo.bind(null,i,Vn,wi),s);break}Fo(i,Vn,wi);break;case 4:if(Ji(i,h),(h&4194240)===h)break;for(s=i.eventTimes,E=-1;0<h;){var S=31-kr(h);b=1<<S,S=s[S],S>E&&(E=S),h&=~b}if(h=E,h=Mt()-h,h=(120>h?120:480>h?480:1080>h?1080:1920>h?1920:3e3>h?3e3:4320>h?4320:1960*M7(h/1960))-h,10<h){i.timeoutHandle=fm(Fo.bind(null,i,Vn,wi),h);break}Fo(i,Vn,wi);break;case 5:Fo(i,Vn,wi);break;default:throw Error(n(329))}}}return qn(i,Mt()),i.callbackNode===l?Lw.bind(null,i):null}function s0(i,s){var l=Hu;return i.current.memoizedState.isDehydrated&&(Mo(i,s).flags|=256),i=Td(i,s),i!==2&&(s=Vn,Vn=l,s!==null&&a0(s)),i}function a0(i){Vn===null?Vn=i:Vn.push.apply(Vn,i)}function F7(i){for(var s=i;;){if(s.flags&16384){var l=s.updateQueue;if(l!==null&&(l=l.stores,l!==null))for(var h=0;h<l.length;h++){var E=l[h],b=E.getSnapshot;E=E.value;try{if(!Pr(b(),E))return!1}catch(S){return!1}}}if(l=s.child,s.subtreeFlags&16384&&l!==null)l.return=s,s=l;else{if(s===i)break;for(;s.sibling===null;){if(s.return===null||s.return===i)return!0;s=s.return}s.sibling.return=s.return,s=s.sibling}}return!0}function Ji(i,s){for(s&=~n0,s&=~pd,i.suspendedLanes|=s,i.pingedLanes&=~s,i=i.expirationTimes;0<s;){var l=31-kr(s),h=1<<l;i[l]=-1,s&=~h}}function Dw(i){if((st&6)!==0)throw Error(n(327));na();var s=kc(i,0);if((s&1)===0)return qn(i,Mt()),null;var l=Td(i,s);if(i.tag!==0&&l===2){var h=Up(i);h!==0&&(s=h,l=s0(i,h))}if(l===1)throw l=Uu,Mo(i,0),Ji(i,s),qn(i,Mt()),l;if(l===6)throw Error(n(345));return i.finishedWork=i.current.alternate,i.finishedLanes=s,Fo(i,Vn,wi),qn(i,Mt()),null}function u0(i,s){var l=st;st|=1;try{return i(s)}finally{st=l,st===0&&(ta=Mt()+500,Wc&&qi())}}function Do(i){Ki!==null&&Ki.tag===0&&(st&6)===0&&na();var s=st;st|=1;var l=Er.transition,h=ft;try{if(Er.transition=null,ft=1,i)return i()}finally{ft=h,Er.transition=l,st=s,(st&6)===0&&qi()}}function l0(){rr=ea.current,xt(ea)}function Mo(i,s){i.finishedWork=null,i.finishedLanes=0;var l=i.timeoutHandle;if(l!==-1&&(i.timeoutHandle=-1,h7(l)),Vt!==null)for(l=Vt.return;l!==null;){var h=l;switch(ym(h),h.tag){case 1:h=h.type.childContextTypes,h!=null&&qc();break;case 3:Qs(),xt(zn),xt(xn),Om();break;case 5:Pm(h);break;case 4:Qs();break;case 13:xt(Nt);break;case 19:xt(Nt);break;case 10:wm(h.type._context);break;case 22:case 23:l0()}l=l.return}if(on=i,Vt=i=Zi(i.current,null),pn=rr=s,Kt=0,Uu=null,n0=pd=Lo=0,Vn=Hu=null,Oo!==null){for(s=0;s<Oo.length;s++)if(l=Oo[s],h=l.interleaved,h!==null){l.interleaved=null;var E=h.next,b=l.pending;if(b!==null){var S=b.next;b.next=E,h.next=S}l.pending=h}Oo=null}return i}function Mw(i,s){do{var l=Vt;try{if(xm(),rd.current=ad,id){for(var h=Ot.memoizedState;h!==null;){var E=h.queue;E!==null&&(E.pending=null),h=h.next}id=!1}if(Ro=0,rn=Xt=Ot=null,Ru=!1,Lu=0,t0.current=null,l===null||l.return===null){Kt=1,Uu=s,Vt=null;break}e:{var b=i,S=l.return,R=l,U=s;if(s=pn,R.flags|=32768,U!==null&&typeof U=="object"&&typeof U.then=="function"){var Z=U,le=R,he=le.tag;if((le.mode&1)===0&&(he===0||he===11||he===15)){var ae=le.alternate;ae?(le.updateQueue=ae.updateQueue,le.memoizedState=ae.memoizedState,le.lanes=ae.lanes):(le.updateQueue=null,le.memoizedState=null)}var ve=aw(S);if(ve!==null){ve.flags&=-257,uw(ve,S,R,b,s),ve.mode&1&&sw(b,Z,s),s=ve,U=Z;var Pe=s.updateQueue;if(Pe===null){var Ie=new Set;Ie.add(U),s.updateQueue=Ie}else Pe.add(U);break e}else{if((s&1)===0){sw(b,Z,s),c0();break e}U=Error(n(426))}}else if(Ct&&R.mode&1){var Ft=aw(S);if(Ft!==null){(Ft.flags&65536)===0&&(Ft.flags|=256),uw(Ft,S,R,b,s),_m(Js(U,R));break e}}b=U=Js(U,R),Kt!==4&&(Kt=2),Hu===null?Hu=[b]:Hu.push(b),b=S;do{switch(b.tag){case 3:b.flags|=65536,s&=-s,b.lanes|=s;var G=iw(b,U,s);Ox(b,G);break e;case 1:R=U;var j=b.type,K=b.stateNode;if((b.flags&128)===0&&(typeof j.getDerivedStateFromError=="function"||K!==null&&typeof K.componentDidCatch=="function"&&(Xi===null||!Xi.has(K)))){b.flags|=65536,s&=-s,b.lanes|=s;var _e=ow(b,R,s);Ox(b,_e);break e}}b=b.return}while(b!==null)}Uw(l)}catch(Le){s=Le,Vt===l&&l!==null&&(Vt=l=l.return);continue}break}while(!0)}function Fw(){var i=hd.current;return hd.current=ad,i===null?ad:i}function c0(){(Kt===0||Kt===3||Kt===2)&&(Kt=4),on===null||(Lo&268435455)===0&&(pd&268435455)===0||Ji(on,pn)}function Td(i,s){var l=st;st|=2;var h=Fw();(on!==i||pn!==s)&&(wi=null,Mo(i,s));do try{B7();break}catch(E){Mw(i,E)}while(!0);if(xm(),st=l,hd.current=h,Vt!==null)throw Error(n(261));return on=null,pn=0,Kt}function B7(){for(;Vt!==null;)Bw(Vt)}function U7(){for(;Vt!==null&&!cB();)Bw(Vt)}function Bw(i){var s=jw(i.alternate,i,rr);i.memoizedProps=i.pendingProps,s===null?Uw(i):Vt=s,t0.current=null}function Uw(i){var s=i;do{var l=s.alternate;if(i=s.return,(s.flags&32768)===0){if(l=O7(l,s,rr),l!==null){Vt=l;return}}else{if(l=I7(l,s),l!==null){l.flags&=32767,Vt=l;return}if(i!==null)i.flags|=32768,i.subtreeFlags=0,i.deletions=null;else{Kt=6,Vt=null;return}}if(s=s.sibling,s!==null){Vt=s;return}Vt=s=i}while(s!==null);Kt===0&&(Kt=5)}function Fo(i,s,l){var h=ft,E=Er.transition;try{Er.transition=null,ft=1,H7(i,s,l,h)}finally{Er.transition=E,ft=h}return null}function H7(i,s,l,h){do na();while(Ki!==null);if((st&6)!==0)throw Error(n(327));l=i.finishedWork;var E=i.finishedLanes;if(l===null)return null;if(i.finishedWork=null,i.finishedLanes=0,l===i.current)throw Error(n(177));i.callbackNode=null,i.callbackPriority=0;var b=l.lanes|l.childLanes;if(TB(i,b),i===on&&(Vt=on=null,pn=0),(l.subtreeFlags&2064)===0&&(l.flags&2064)===0||gd||(gd=!0,$w(wc,function(){return na(),null})),b=(l.flags&15990)!==0,(l.subtreeFlags&15990)!==0||b){b=Er.transition,Er.transition=null;var S=ft;ft=1;var R=st;st|=4,t0.current=null,L7(i,l),Pw(l,i),s7(cm),Oc=!!lm,cm=lm=null,i.current=l,D7(l),dB(),st=R,ft=S,Er.transition=b}else i.current=l;if(gd&&(gd=!1,Ki=i,Ed=E),b=i.pendingLanes,b===0&&(Xi=null),pB(l.stateNode),qn(i,Mt()),s!==null)for(h=i.onRecoverableError,l=0;l<s.length;l++)E=s[l],h(E.value,{componentStack:E.stack,digest:E.digest});if(md)throw md=!1,i=i0,i0=null,i;return(Ed&1)!==0&&i.tag!==0&&na(),b=i.pendingLanes,(b&1)!==0?i===o0?zu++:(zu=0,o0=i):zu=0,qi(),null}function na(){if(Ki!==null){var i=CS(Ed),s=Er.transition,l=ft;try{if(Er.transition=null,ft=16>i?16:i,Ki===null)var h=!1;else{if(i=Ki,Ki=null,Ed=0,(st&6)!==0)throw Error(n(331));var E=st;for(st|=4,ke=i.current;ke!==null;){var b=ke,S=b.child;if((ke.flags&16)!==0){var R=b.deletions;if(R!==null){for(var U=0;U<R.length;U++){var Z=R[U];for(ke=Z;ke!==null;){var le=ke;switch(le.tag){case 0:case 11:case 15:Bu(8,le,b)}var he=le.child;if(he!==null)he.return=le,ke=he;else for(;ke!==null;){le=ke;var ae=le.sibling,ve=le.return;if(ww(le),le===Z){ke=null;break}if(ae!==null){ae.return=ve,ke=ae;break}ke=ve}}}var Pe=b.alternate;if(Pe!==null){var Ie=Pe.child;if(Ie!==null){Pe.child=null;do{var Ft=Ie.sibling;Ie.sibling=null,Ie=Ft}while(Ie!==null)}}ke=b}}if((b.subtreeFlags&2064)!==0&&S!==null)S.return=b,ke=S;else e:for(;ke!==null;){if(b=ke,(b.flags&2048)!==0)switch(b.tag){case 0:case 11:case 15:Bu(9,b,b.return)}var G=b.sibling;if(G!==null){G.return=b.return,ke=G;break e}ke=b.return}}var j=i.current;for(ke=j;ke!==null;){S=ke;var K=S.child;if((S.subtreeFlags&2064)!==0&&K!==null)K.return=S,ke=K;else e:for(S=j;ke!==null;){if(R=ke,(R.flags&2048)!==0)try{switch(R.tag){case 0:case 11:case 15:fd(9,R)}}catch(Le){Rt(R,R.return,Le)}if(R===S){ke=null;break e}var _e=R.sibling;if(_e!==null){_e.return=R.return,ke=_e;break e}ke=R.return}}if(st=E,qi(),Zr&&typeof Zr.onPostCommitFiberRoot=="function")try{Zr.onPostCommitFiberRoot(Ac,i)}catch(Le){}h=!0}return h}finally{ft=l,Er.transition=s}}return!1}function Hw(i,s,l){s=Js(l,s),s=iw(i,s,1),i=Wi(i,s,1),s=Rn(),i!==null&&(du(i,1,s),qn(i,s))}function Rt(i,s,l){if(i.tag===3)Hw(i,i,l);else for(;s!==null;){if(s.tag===3){Hw(s,i,l);break}else if(s.tag===1){var h=s.stateNode;if(typeof s.type.getDerivedStateFromError=="function"||typeof h.componentDidCatch=="function"&&(Xi===null||!Xi.has(h))){i=Js(l,i),i=ow(s,i,1),s=Wi(s,i,1),i=Rn(),s!==null&&(du(s,1,i),qn(s,i));break}}s=s.return}}function z7(i,s,l){var h=i.pingCache;h!==null&&h.delete(s),s=Rn(),i.pingedLanes|=i.suspendedLanes&l,on===i&&(pn&l)===l&&(Kt===4||Kt===3&&(pn&130023424)===pn&&500>Mt()-r0?Mo(i,0):n0|=l),qn(i,s)}function zw(i,s){s===0&&((i.mode&1)===0?s=1:(s=Cc,Cc<<=1,(Cc&130023424)===0&&(Cc=4194304)));var l=Rn();i=_i(i,s),i!==null&&(du(i,s,l),qn(i,l))}function j7(i){var s=i.memoizedState,l=0;s!==null&&(l=s.retryLane),zw(i,l)}function $7(i,s){var l=0;switch(i.tag){case 13:var h=i.stateNode,E=i.memoizedState;E!==null&&(l=E.retryLane);break;case 19:h=i.stateNode;break;default:throw Error(n(314))}h!==null&&h.delete(s),zw(i,l)}var jw;jw=function(i,s,l){if(i!==null)if(i.memoizedProps!==s.pendingProps||zn.current)$n=!0;else{if((i.lanes&l)===0&&(s.flags&128)===0)return $n=!1,N7(i,s,l);$n=(i.flags&131072)!==0}else $n=!1,Ct&&(s.flags&1048576)!==0&&_x(s,Xc,s.index);switch(s.lanes=0,s.tag){case 2:var h=s.type;cd(i,s),i=s.pendingProps;var E=Vs(s,xn.current);Ks(s,l),E=Lm(null,s,h,i,E,l);var b=Dm();return s.flags|=1,typeof E=="object"&&E!==null&&typeof E.render=="function"&&E.$$typeof===void 0?(s.tag=1,s.memoizedState=null,s.updateQueue=null,jn(h)?(b=!0,Yc(s)):b=!1,s.memoizedState=E.state!==null&&E.state!==void 0?E.state:null,Cm(s),E.updater=ud,s.stateNode=E,E._reactInternals=s,zm(s,h,i,l),s=qm(null,s,h,!0,b,l)):(s.tag=0,Ct&&b&&Em(s),In(null,s,E,l),s=s.child),s;case 16:h=s.elementType;e:{switch(cd(i,s),i=s.pendingProps,E=h._init,h=E(h._payload),s.type=h,E=s.tag=q7(h),i=Or(h,i),E){case 0:s=Vm(null,s,h,i,l);break e;case 1:s=pw(null,s,h,i,l);break e;case 11:s=lw(null,s,h,i,l);break e;case 14:s=cw(null,s,h,Or(h.type,i),l);break e}throw Error(n(306,h,""))}return s;case 0:return h=s.type,E=s.pendingProps,E=s.elementType===h?E:Or(h,E),Vm(i,s,h,E,l);case 1:return h=s.type,E=s.pendingProps,E=s.elementType===h?E:Or(h,E),pw(i,s,h,E,l);case 3:e:{if(mw(s),i===null)throw Error(n(387));h=s.pendingProps,b=s.memoizedState,E=b.element,Nx(i,s),td(s,h,null,l);var S=s.memoizedState;if(h=S.element,b.isDehydrated)if(b={element:h,isDehydrated:!1,cache:S.cache,pendingSuspenseBoundaries:S.pendingSuspenseBoundaries,transitions:S.transitions},s.updateQueue.baseState=b,s.memoizedState=b,s.flags&256){E=Js(Error(n(423)),s),s=gw(i,s,h,l,E);break e}else if(h!==E){E=Js(Error(n(424)),s),s=gw(i,s,h,l,E);break e}else for(nr=ji(s.stateNode.containerInfo.firstChild),tr=s,Ct=!0,Nr=null,l=kx(s,null,h,l),s.child=l;l;)l.flags=l.flags&-3|4096,l=l.sibling;else{if(Ws(),h===E){s=xi(i,s,l);break e}In(i,s,h,l)}s=s.child}return s;case 5:return Rx(s),i===null&&Tm(s),h=s.type,E=s.pendingProps,b=i!==null?i.memoizedProps:null,S=E.children,dm(h,E)?S=null:b!==null&&dm(h,b)&&(s.flags|=32),hw(i,s),In(i,s,S,l),s.child;case 6:return i===null&&Tm(s),null;case 13:return Ew(i,s,l);case 4:return km(s,s.stateNode.containerInfo),h=s.pendingProps,i===null?s.child=Gs(s,null,h,l):In(i,s,h,l),s.child;case 11:return h=s.type,E=s.pendingProps,E=s.elementType===h?E:Or(h,E),lw(i,s,h,E,l);case 7:return In(i,s,s.pendingProps,l),s.child;case 8:return In(i,s,s.pendingProps.children,l),s.child;case 12:return In(i,s,s.pendingProps.children,l),s.child;case 10:e:{if(h=s.type._context,E=s.pendingProps,b=s.memoizedProps,S=E.value,bt(Jc,h._currentValue),h._currentValue=S,b!==null)if(Pr(b.value,S)){if(b.children===E.children&&!zn.current){s=xi(i,s,l);break e}}else for(b=s.child,b!==null&&(b.return=s);b!==null;){var R=b.dependencies;if(R!==null){S=b.child;for(var U=R.firstContext;U!==null;){if(U.context===h){if(b.tag===1){U=Si(-1,l&-l),U.tag=2;var Z=b.updateQueue;if(Z!==null){Z=Z.shared;var le=Z.pending;le===null?U.next=U:(U.next=le.next,le.next=U),Z.pending=U}}b.lanes|=l,U=b.alternate,U!==null&&(U.lanes|=l),Am(b.return,l,s),R.lanes|=l;break}U=U.next}}else if(b.tag===10)S=b.type===s.type?null:b.child;else if(b.tag===18){if(S=b.return,S===null)throw Error(n(341));S.lanes|=l,R=S.alternate,R!==null&&(R.lanes|=l),Am(S,l,s),S=b.sibling}else S=b.child;if(S!==null)S.return=b;else for(S=b;S!==null;){if(S===s){S=null;break}if(b=S.sibling,b!==null){b.return=S.return,S=b;break}S=S.return}b=S}In(i,s,E.children,l),s=s.child}return s;case 9:return E=s.type,h=s.pendingProps.children,Ks(s,l),E=mr(E),h=h(E),s.flags|=1,In(i,s,h,l),s.child;case 14:return h=s.type,E=Or(h,s.pendingProps),E=Or(h.type,E),cw(i,s,h,E,l);case 15:return dw(i,s,s.type,s.pendingProps,l);case 17:return h=s.type,E=s.pendingProps,E=s.elementType===h?E:Or(h,E),cd(i,s),s.tag=1,jn(h)?(i=!0,Yc(s)):i=!1,Ks(s,l),nw(s,h,E),zm(s,h,E,l),qm(null,s,h,!0,i,l);case 19:return bw(i,s,l);case 22:return fw(i,s,l)}throw Error(n(156,s.tag))};function $w(i,s){return SS(i,s)}function V7(i,s,l,h){this.tag=i,this.key=l,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=s,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=h,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function yr(i,s,l,h){return new V7(i,s,l,h)}function d0(i){return i=i.prototype,!(!i||!i.isReactComponent)}function q7(i){if(typeof i=="function")return d0(i)?1:0;if(i!=null){if(i=i.$$typeof,i===ce)return 11;if(i===Ee)return 14}return 2}function Zi(i,s){var l=i.alternate;return l===null?(l=yr(i.tag,s,i.key,i.mode),l.elementType=i.elementType,l.type=i.type,l.stateNode=i.stateNode,l.alternate=i,i.alternate=l):(l.pendingProps=s,l.type=i.type,l.flags=0,l.subtreeFlags=0,l.deletions=null),l.flags=i.flags&14680064,l.childLanes=i.childLanes,l.lanes=i.lanes,l.child=i.child,l.memoizedProps=i.memoizedProps,l.memoizedState=i.memoizedState,l.updateQueue=i.updateQueue,s=i.dependencies,l.dependencies=s===null?null:{lanes:s.lanes,firstContext:s.firstContext},l.sibling=i.sibling,l.index=i.index,l.ref=i.ref,l}function _d(i,s,l,h,E,b){var S=2;if(h=i,typeof i=="function")d0(i)&&(S=1);else if(typeof i=="string")S=5;else e:switch(i){case q:return Bo(l.children,E,b,s);case re:S=8,E|=8;break;case me:return i=yr(12,l,s,E|2),i.elementType=me,i.lanes=b,i;case de:return i=yr(13,l,s,E),i.elementType=de,i.lanes=b,i;case ne:return i=yr(19,l,s,E),i.elementType=ne,i.lanes=b,i;case oe:return Sd(l,E,b,s);default:if(typeof i=="object"&&i!==null)switch(i.$$typeof){case V:S=10;break e;case se:S=9;break e;case ce:S=11;break e;case Ee:S=14;break e;case Oe:S=16,h=null;break e}throw Error(n(130,i==null?i:typeof i,""))}return s=yr(S,l,s,E),s.elementType=i,s.type=h,s.lanes=b,s}function Bo(i,s,l,h){return i=yr(7,i,h,s),i.lanes=l,i}function Sd(i,s,l,h){return i=yr(22,i,h,s),i.elementType=oe,i.lanes=l,i.stateNode={isHidden:!1},i}function f0(i,s,l){return i=yr(6,i,null,s),i.lanes=l,i}function h0(i,s,l){return s=yr(4,i.children!==null?i.children:[],i.key,s),s.lanes=l,s.stateNode={containerInfo:i.containerInfo,pendingChildren:null,implementation:i.implementation},s}function Y7(i,s,l,h,E){this.tag=s,this.containerInfo=i,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=Hp(0),this.expirationTimes=Hp(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Hp(0),this.identifierPrefix=h,this.onRecoverableError=E,this.mutableSourceEagerHydrationData=null}function p0(i,s,l,h,E,b,S,R,U){return i=new Y7(i,s,l,R,U),s===1?(s=1,b===!0&&(s|=8)):s=0,b=yr(3,null,null,s),i.current=b,b.stateNode=i,b.memoizedState={element:h,isDehydrated:l,cache:null,transitions:null,pendingSuspenseBoundaries:null},Cm(b),i}function W7(i,s,l){var h=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:D,key:h==null?null:""+h,children:i,containerInfo:s,implementation:l}}function Vw(i){if(!i)return Vi;i=i._reactInternals;e:{if(vo(i)!==i||i.tag!==1)throw Error(n(170));var s=i;do{switch(s.tag){case 3:s=s.stateNode.context;break e;case 1:if(jn(s.type)){s=s.stateNode.__reactInternalMemoizedMergedChildContext;break e}}s=s.return}while(s!==null);throw Error(n(171))}if(i.tag===1){var l=i.type;if(jn(l))return yx(i,l,s)}return s}function qw(i,s,l,h,E,b,S,R,U){return i=p0(l,h,!0,i,E,b,S,R,U),i.context=Vw(null),l=i.current,h=Rn(),E=Qi(l),b=Si(h,E),b.callback=s!=null?s:null,Wi(l,b,E),i.current.lanes=E,du(i,E,h),qn(i,h),i}function xd(i,s,l,h){var E=s.current,b=Rn(),S=Qi(E);return l=Vw(l),s.context===null?s.context=l:s.pendingContext=l,s=Si(b,S),s.payload={element:i},h=h===void 0?null:h,h!==null&&(s.callback=h),i=Wi(E,s,S),i!==null&&(Lr(i,E,S,b),ed(i,E,S)),S}function wd(i){return i=i.current,i.child?(i.child.tag===5,i.child.stateNode):null}function Yw(i,s){if(i=i.memoizedState,i!==null&&i.dehydrated!==null){var l=i.retryLane;i.retryLane=l!==0&&l<s?l:s}}function m0(i,s){Yw(i,s),(i=i.alternate)&&Yw(i,s)}function G7(){return null}var Ww=typeof reportError=="function"?reportError:function(i){console.error(i)};function g0(i){this._internalRoot=i}Ad.prototype.render=g0.prototype.render=function(i){var s=this._internalRoot;if(s===null)throw Error(n(409));xd(i,s,null,null)},Ad.prototype.unmount=g0.prototype.unmount=function(){var i=this._internalRoot;if(i!==null){this._internalRoot=null;var s=i.containerInfo;Do(function(){xd(null,i,null,null)}),s[Ei]=null}};function Ad(i){this._internalRoot=i}Ad.prototype.unstable_scheduleHydration=function(i){if(i){var s=NS();i={blockedOn:null,target:i,priority:s};for(var l=0;l<Ui.length&&s!==0&&s<Ui[l].priority;l++);Ui.splice(l,0,i),l===0&&RS(i)}};function E0(i){return!(!i||i.nodeType!==1&&i.nodeType!==9&&i.nodeType!==11)}function vd(i){return!(!i||i.nodeType!==1&&i.nodeType!==9&&i.nodeType!==11&&(i.nodeType!==8||i.nodeValue!==" react-mount-point-unstable "))}function Gw(){}function X7(i,s,l,h,E){if(E){if(typeof h=="function"){var b=h;h=function(){var Z=wd(S);b.call(Z)}}var S=qw(s,h,i,0,null,!1,!1,"",Gw);return i._reactRootContainer=S,i[Ei]=S.current,Au(i.nodeType===8?i.parentNode:i),Do(),S}for(;E=i.lastChild;)i.removeChild(E);if(typeof h=="function"){var R=h;h=function(){var Z=wd(U);R.call(Z)}}var U=p0(i,0,!1,null,null,!1,!1,"",Gw);return i._reactRootContainer=U,i[Ei]=U.current,Au(i.nodeType===8?i.parentNode:i),Do(function(){xd(s,U,l,h)}),U}function Cd(i,s,l,h,E){var b=l._reactRootContainer;if(b){var S=b;if(typeof E=="function"){var R=E;E=function(){var U=wd(S);R.call(U)}}xd(s,S,i,E)}else S=X7(l,s,i,E,h);return wd(S)}kS=function(i){switch(i.tag){case 3:var s=i.stateNode;if(s.current.memoizedState.isDehydrated){var l=cu(s.pendingLanes);l!==0&&(zp(s,l|1),qn(s,Mt()),(st&6)===0&&(ta=Mt()+500,qi()))}break;case 13:Do(function(){var h=_i(i,1);if(h!==null){var E=Rn();Lr(h,i,1,E)}}),m0(i,1)}},jp=function(i){if(i.tag===13){var s=_i(i,134217728);if(s!==null){var l=Rn();Lr(s,i,134217728,l)}m0(i,134217728)}},PS=function(i){if(i.tag===13){var s=Qi(i),l=_i(i,s);if(l!==null){var h=Rn();Lr(l,i,s,h)}m0(i,s)}},NS=function(){return ft},OS=function(i,s){var l=ft;try{return ft=i,s()}finally{ft=l}},Lp=function(i,s,l){switch(s){case"input":if(Pt(i,l),s=l.name,l.type==="radio"&&s!=null){for(l=i;l.parentNode;)l=l.parentNode;for(l=l.querySelectorAll("input[name="+JSON.stringify(""+s)+'][type="radio"]'),s=0;s<l.length;s++){var h=l[s];if(h!==i&&h.form===i.form){var E=Vc(h);if(!E)throw Error(n(90));ln(h),Pt(h,E)}}}break;case"textarea":ot(i,l);break;case"select":s=l.value,s!=null&&Ae(i,!!l.multiple,s,!1)}},mS=u0,gS=Do;var K7={usingClientEntryPoint:!1,Events:[ku,js,Vc,hS,pS,u0]},ju={findFiberByHostInstance:Co,bundleType:0,version:"18.3.1",rendererPackageName:"react-dom"},Q7={bundleType:ju.bundleType,version:ju.version,rendererPackageName:ju.rendererPackageName,rendererConfig:ju.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setErrorHandler:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:H.ReactCurrentDispatcher,findHostInstanceByFiber:function(i){return i=TS(i),i===null?null:i.stateNode},findFiberByHostInstance:ju.findFiberByHostInstance||G7,findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null,reconcilerVersion:"18.3.1-next-f1338f8080-20240426"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__!="undefined"){var kd=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!kd.isDisabled&&kd.supportsFiber)try{Ac=kd.inject(Q7),Zr=kd}catch(i){}}return Dn.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=K7,Dn.createPortal=function(i,s){var l=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!E0(s))throw Error(n(200));return W7(i,s,null,l)},Dn.createRoot=function(i,s){if(!E0(i))throw Error(n(299));var l=!1,h="",E=Ww;return s!=null&&(s.unstable_strictMode===!0&&(l=!0),s.identifierPrefix!==void 0&&(h=s.identifierPrefix),s.onRecoverableError!==void 0&&(E=s.onRecoverableError)),s=p0(i,1,!1,null,null,l,!1,h,E),i[Ei]=s.current,Au(i.nodeType===8?i.parentNode:i),new g0(s)},Dn.findDOMNode=function(i){if(i==null)return null;if(i.nodeType===1)return i;var s=i._reactInternals;if(s===void 0)throw typeof i.render=="function"?Error(n(188)):(i=Object.keys(i).join(","),Error(n(268,i)));return i=TS(s),i=i===null?null:i.stateNode,i},Dn.flushSync=function(i){return Do(i)},Dn.hydrate=function(i,s,l){if(!vd(s))throw Error(n(200));return Cd(null,i,s,!0,l)},Dn.hydrateRoot=function(i,s,l){if(!E0(i))throw Error(n(405));var h=l!=null&&l.hydratedSources||null,E=!1,b="",S=Ww;if(l!=null&&(l.unstable_strictMode===!0&&(E=!0),l.identifierPrefix!==void 0&&(b=l.identifierPrefix),l.onRecoverableError!==void 0&&(S=l.onRecoverableError)),s=qw(s,null,i,1,l!=null?l:null,E,!1,b,S),i[Ei]=s.current,Au(i),h)for(i=0;i<h.length;i++)l=h[i],E=l._getVersion,E=E(l._source),s.mutableSourceEagerHydrationData==null?s.mutableSourceEagerHydrationData=[l,E]:s.mutableSourceEagerHydrationData.push(l,E);return new Ad(s)},Dn.render=function(i,s,l){if(!vd(s))throw Error(n(200));return Cd(null,i,s,!1,l)},Dn.unmountComponentAtNode=function(i){if(!vd(i))throw Error(n(40));return i._reactRootContainer?(Do(function(){Cd(null,null,i,!1,function(){i._reactRootContainer=null,i[Ei]=null})}),!0):!1},Dn.unstable_batchedUpdates=u0,Dn.unstable_renderSubtreeIntoContainer=function(i,s,l,h){if(!vd(l))throw Error(n(200));if(i==null||i._reactInternals===void 0)throw Error(n(38));return Cd(i,s,l,!1,h)},Dn.version="18.3.1-next-f1338f8080-20240426",Dn}var N1;function O1(){if(N1)return Nf.exports;N1=1;function e(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__=="undefined"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(t){console.error(t)}}return e(),Nf.exports=Fk(),Nf.exports}var Qo=O1();function I1(e){var t,n,r="";if(typeof e=="string"||typeof e=="number")r+=e;else if(typeof e=="object")if(Array.isArray(e)){var o=e.length;for(t=0;t<o;t++)e[t]&&(n=I1(e[t]))&&(r&&(r+=" "),r+=n)}else for(n in e)e[n]&&(r&&(r+=" "),r+=n);return r}function W(){for(var e,t,n=0,r="",o=arguments.length;n<o;n++)(e=arguments[n])&&(t=I1(e))&&(r&&(r+=" "),r+=t);return r}var R1={color:void 0,size:void 0,className:void 0,style:void 0,attr:void 0},L1=to.createContext&&to.createContext(R1),Bk=["attr","size","title"];function Uk(e,t){if(e==null)return{};var n=Hk(e,t),r,o;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(o=0;o<a.length;o++)r=a[o],!(t.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}function Hk(e,t){if(e==null)return{};var n={};for(var r in e)if(Object.prototype.hasOwnProperty.call(e,r)){if(t.indexOf(r)>=0)continue;n[r]=e[r]}return n}function Tl(){return Tl=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Tl.apply(this,arguments)}function D1(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),n.push.apply(n,r)}return n}function _l(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?D1(Object(n),!0).forEach(function(r){zk(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):D1(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function zk(e,t,n){return t=jk(t),t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function jk(e){var t=$k(e,"string");return typeof t=="symbol"?t:t+""}function $k(e,t){if(typeof e!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function M1(e){return e&&e.map((t,n)=>to.createElement(t.tag,_l({key:n},t.attr),M1(t.child)))}function wt(e){return t=>to.createElement(Vk,Tl({attr:_l({},e.attr)},t),M1(e.child))}function Vk(e){var t=n=>{var{attr:r,size:o,title:a}=e,u=Uk(e,Bk),c=o||n.size||"1em",d;return n.className&&(d=n.className),e.className&&(d=(d?d+" ":"")+e.className),to.createElement("svg",Tl({stroke:"currentColor",fill:"currentColor",strokeWidth:"0"},n.attr,r,u,{className:d,style:_l(_l({color:e.color||n.color},n.style),e.style),height:c,width:c,xmlns:"http://www.w3.org/2000/svg"}),a&&to.createElement("title",null,a),e.children)};return L1!==void 0?to.createElement(L1.Consumer,null,n=>t(n)):t(R1)}function qk(e){return wt({attr:{fill:"none",viewBox:"0 0 24 24",strokeWidth:"1.5",stroke:"currentColor","aria-hidden":"true"},child:[{tag:"path",attr:{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.813 15.904 9 18.75l-.813-2.846a4.5 4.5 0 0 0-3.09-3.09L2.25 12l2.846-.813a4.5 4.5 0 0 0 3.09-3.09L9 5.25l.813 2.846a4.5 4.5 0 0 0 3.09 3.09L15.75 12l-2.846.813a4.5 4.5 0 0 0-3.09 3.09ZM18.259 8.715 18 9.75l-.259-1.035a3.375 3.375 0 0 0-2.455-2.456L14.25 6l1.036-.259a3.375 3.375 0 0 0 2.455-2.456L18 2.25l.259 1.035a3.375 3.375 0 0 0 2.456 2.456L21.75 6l-1.035.259a3.375 3.375 0 0 0-2.456 2.456ZM16.894 20.567 16.5 21.75l-.394-1.183a2.25 2.25 0 0 0-1.423-1.423L13.5 18.75l1.183-.394a2.25 2.25 0 0 0 1.423-1.423l.394-1.183.394 1.183a2.25 2.25 0 0 0 1.423 1.423l1.183.394-1.183.394a2.25 2.25 0 0 0-1.423 1.423Z"},child:[]}]})(e)}const ci=({className:e,iconUrl:t,icon:n,type:r="button",ariaLabel:o,title:a,disabled:u=!1,onClick:c})=>!n&&!t?null:x.jsx("button",{className:W(e,`${z}-icon-button`),type:r,"aria-label":o,title:a,onClick:c,disabled:u,children:t?x.jsx("img",{className:W(`${z}-icon-image`),src:t,alt:o,loading:"lazy"}):n}),Yk="data:image/svg+xml,%3csvg%20width='140'%20height='137'%20viewBox='0%200%20140%20137'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M140%2034.5C140%2040.8513%20135.075%2046%20129%2046C122.925%2046%20118%2040.8513%20118%2034.5C118%2028.1487%20122.925%2023%20129%2023C135.075%2023%20140%2028.1487%20140%2034.5Z'%20fill='%23F3F2EB'/%3e%3cpath%20d='M85%2011.3028C85%205.06042%2090.1487%200%2096.5%200C102.851%200%20108%205.06042%20108%2011.3028V21.6972C108%2027.9396%20102.851%2033%2096.5%2033C90.1487%2033%2085%2027.9396%2085%2021.6972V11.3028Z'%20fill='%23F3F2EB'/%3e%3cpath%20d='M41.3868%2030.0986C36.9601%2025.6719%2036.9601%2018.4948%2041.3868%2014.0682C45.8134%209.64151%2052.9905%209.6415%2057.4172%2014.0682L71.3628%2028.0138C75.7894%2032.4404%2075.7894%2039.6175%2071.3628%2044.0442C66.9361%2048.4708%2059.759%2048.4708%2055.3324%2044.0442L41.3868%2030.0986Z'%20fill='%23F3F2EB'/%3e%3cpath%20d='M140%20101C140%2094.9249%20135.075%2090%20129%2090C122.925%2090%20118%2094.9249%20118%20101C118%20107.075%20122.925%20112%20129%20112C135.075%20112%20140%20107.075%20140%20101Z'%20fill='%23F3F2EB'/%3e%3cpath%20d='M85%20125.697C85%20131.94%2090.1487%20137%2096.5%20137C102.851%20137%20108%20131.94%20108%20125.697V115.303C108%20109.06%20102.851%20104%2096.5%20104C90.1487%20104%2085%20109.06%2085%20115.303V125.697Z'%20fill='%23F3F2EB'/%3e%3cpath%20d='M41.3868%20106.932C36.9601%20111.359%2036.9601%20118.536%2041.3868%20122.963C45.8134%20127.389%2052.9905%20127.39%2057.4172%20122.963L71.3628%20109.017C75.7894%20104.591%2075.7894%2097.4135%2071.3628%2092.9868C66.9361%2088.5602%2059.759%2088.5602%2055.3324%2092.9868L41.3868%20106.932Z'%20fill='%23F3F2EB'/%3e%3cpath%20d='M11.259%2080C5.04084%2080%200%2074.8513%200%2068.5C0%2062.1487%205.04084%2057%2011.259%2057H49.741C55.9592%2057%2061%2062.1487%2061%2068.5C61%2074.8513%2055.9592%2080%2049.741%2080H11.259Z'%20fill='%23F3F2EB'/%3e%3c/svg%3e",Wk=({onClick:e})=>{const{globalClassName:t,headerConfig:n,mode:r}=rt(),o=r==="messaging",a=o?"Open Commerce Client":"Open Copilot",u=o?x.jsx(qk,{className:W(t,`${z}-minimized-icon`)}):x.jsx("img",{src:(n==null?void 0:n.logoUrl)||Yk,alt:"Copilot",className:W(t,`${z}-minimized-icon-img`)});return x.jsx(ci,{className:W(t,`${z}-minimized-button`),ariaLabel:a,title:a,icon:u,onClick:e})},Gk=()=>{const{globalClassName:e,themeVariables:t}=rt(),n=()=>{El(!1),ui(!0)};return Qo.createPortal(x.jsx("div",{className:W(e,`${z}-minimized-container`),style:t,children:x.jsx(Wk,{onClick:n})}),document.body)};function F1(e){return wt({attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"none",d:"M0 0h24v24H0z"},child:[]},{tag:"path",attr:{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"},child:[]}]})(e)}function B1(e){return wt({attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"none",d:"M0 0h24v24H0V0z"},child:[]},{tag:"path",attr:{d:"M6 19h12v2H6z"},child:[]}]})(e)}function Jo(e){return wt({attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"none",d:"M0 0h24v24H0z"},child:[]},{tag:"path",attr:{d:"M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"},child:[]}]})(e)}function Xk(e){return wt({attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"none",d:"M0 0h24v24H0V0z"},child:[]},{tag:"path",attr:{d:"M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"},child:[]}]})(e)}function U1(e){return wt({attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"none",d:"M0 0h24v24H0z"},child:[]},{tag:"path",attr:{d:"M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM6 9h12v2H6V9zm8 5H6v-2h8v2zm4-6H6V6h12v2z"},child:[]}]})(e)}function Kk(e){return wt({attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"none",d:"M0 0h24v24H0z"},child:[]},{tag:"path",attr:{d:"m12 8-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"},child:[]}]})(e)}function Qk(e){return wt({attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"none",d:"M0 0h24v24H0z"},child:[]},{tag:"path",attr:{d:"M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6z"},child:[]}]})(e)}function Jk(e){return wt({attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"none",d:"M0 0h24v24H0z"},child:[]},{tag:"path",attr:{d:"M5 16h3v3h2v-5H5v2zm3-8H5v2h5V5H8v3zm6 11h2v-3h3v-2h-5v5zm2-11V5h-2v5h5V8h-3z"},child:[]}]})(e)}function Zk(e){return wt({attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"none",d:"M0 0h24v24H0z"},child:[]},{tag:"path",attr:{d:"M7 14H5v5h5v-2H7v-3zm-2-4h2V7h3V5H5v5zm12 7h-3v2h5v-5h-2v3zM14 5v2h3v3h2V5h-5z"},child:[]}]})(e)}function eP(e){return wt({attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"none",d:"M0 0h24v24H0V0z"},child:[]},{tag:"path",attr:{d:"m14.12 4 1.83 2H20v12H4V6h4.05l1.83-2h4.24M15 2H9L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2h-3.17L15 2zm-3 7c1.65 0 3 1.35 3 3s-1.35 3-3 3-3-1.35-3-3 1.35-3 3-3m0-2c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5z"},child:[]}]})(e)}const tP=e=>({[`${Wn}-header-background-color`]:(e==null?void 0:e.headerBackgroundColor)||"transparent",[`${Wn}-header-text-color`]:(e==null?void 0:e.headerTextColor)||"inherit",[`${Wn}-header-text-font-size`]:(e==null?void 0:e.headerTextFontSize)||"1.25rem",[`${Wn}-header-text-font-weight`]:(e==null?void 0:e.headerTextFontWeight)!=null?String(e.headerTextFontWeight):"bold",[`${Wn}-header-text-font-family`]:(e==null?void 0:e.headerTextFontFamily)||"inherit",[`${Wn}-header-text-text-align`]:(e==null?void 0:e.headerTextTextAlign)||"left"}),H1=({className:e,label:t="Close",onClick:n,disabled:r=!1})=>x.jsx("button",{"aria-label":t,title:t,className:W(e,`${z}-close-button`),disabled:r,onClick:n,children:x.jsx("svg",{role:"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 20",width:"16",height:"16",fill:"currentColor",children:x.jsx("path",{d:"M18.3 5.7a1 1 0 0 0-1.4-1.4L12 9.6 7.1 4.7a1 1 0 1 0-1.4 1.4l4.9 4.9-4.9 4.9a1 1 0 1 0 1.4 1.4l4.9-4.9 4.9 4.9a1 1 0 0 0 1.4-1.4l-4.9-4.9 4.9-4.9z"})})}),Sl=({className:e,children:t,type:n,disabled:r=!1,onClick:o})=>x.jsx("button",{className:W(`${z}-button`,e,{disabled:r}),type:n||"button",disabled:r,onClick:o,children:t}),nP=({searchConfig:e,globalClassName:t})=>{const n=e.buttonIconUrl;return n?x.jsx("img",{className:W(`${z}-search-button-icon-image`,t),src:n,alt:"",loading:"lazy"}):x.jsx(Jo,{size:"16px"})},rP=({className:e,searchConfig:t,globalClassName:n,componentType:r,isLoading:o})=>{if((t==null?void 0:t.buttonType)==="icon")return x.jsx(ci,{className:W(e,n,`cim-${r}-component`,`${z}-search-button-icon`),type:"submit",disabled:o,ariaLabel:(t==null?void 0:t.buttonAriaLabel)||(t==null?void 0:t.buttonLabel)||"Search Copilot",icon:t!=null&&t.buttonIconUrl?null:x.jsx(Jo,{size:"16px"}),iconUrl:t==null?void 0:t.buttonIconUrl});const a=(t==null?void 0:t.buttonType)==="icon-text";return x.jsxs(Sl,{className:W(e,n,`cim-${r}-component`,`${z}-search-button`),type:"submit","aria-label":(t==null?void 0:t.buttonAriaLabel)||"",disabled:o,children:[a&&x.jsx(nP,{globalClassName:n,searchConfig:t}),(t==null?void 0:t.buttonLabel)||"Search"]})};function iP(e){return wt({attr:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},child:[{tag:"path",attr:{d:"M8 9h8"},child:[]},{tag:"path",attr:{d:"M8 13h6"},child:[]},{tag:"path",attr:{d:"M13 18l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6"},child:[]},{tag:"path",attr:{d:"M17 17v5"},child:[]},{tag:"path",attr:{d:"M21 17v5"},child:[]}]})(e)}const oP=()=>{const{messages:e}=ar(),{handleCancel:t}=Ur();return{cancelRequest:B.useCallback(()=>{if(!(e!=null&&e.length))return null;const r=e[e.length-1],o=r.eventSourceId||r.id;t(o)},[t,e])}},sP=({isLoading:e})=>{const{globalClassName:t,searchConfig:n}=rt(),{cancelRequest:r}=oP();return n!=null&&n.enableCancelSearch?x.jsx(ci,{className:W(t,`${z}-cancel-button`),ariaLabel:"Cancel Copilot chat processing",title:"Cancel Copilot request",icon:x.jsx(iP,{}),disabled:!e,onClick:r}):null};function OU(){}function IU(){}function z1(e){const t=[],n=String(e||"");let r=n.indexOf(","),o=0,a=!1;for(;!a;){r===-1&&(r=n.length,a=!0);const u=n.slice(o,r).trim();(u||!a)&&t.push(u),o=r+1,r=n.indexOf(",",o)}return t}function j1(e,t){const n={};return(e[e.length-1]===""?[...e,""]:e).join((n.padRight?" ":"")+","+(n.padLeft===!1?"":" ")).trim()}const aP=/^[$_\p{ID_Start}][$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,uP=/^[$_\p{ID_Start}][-$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,lP={};function $1(e,t){return(lP.jsx?uP:aP).test(e)}const cP=/[ \t\n\f\r]/g;function dP(e){return typeof e=="object"?e.type==="text"?V1(e.value):!1:V1(e)}function V1(e){return e.replace(cP,"")===""}let xa=class{constructor(t,n,r){this.normal=n,this.property=t,r&&(this.space=r)}};xa.prototype.normal={},xa.prototype.property={},xa.prototype.space=void 0;function q1(e,t){const n={},r={};for(const o of e)Object.assign(n,o.property),Object.assign(r,o.normal);return new xa(n,r,t)}function wa(e){return e.toLowerCase()}let Mn=class{constructor(t,n){this.attribute=n,this.property=t}};Mn.prototype.attribute="",Mn.prototype.booleanish=!1,Mn.prototype.boolean=!1,Mn.prototype.commaOrSpaceSeparated=!1,Mn.prototype.commaSeparated=!1,Mn.prototype.defined=!1,Mn.prototype.mustUseProperty=!1,Mn.prototype.number=!1,Mn.prototype.overloadedBoolean=!1,Mn.prototype.property="",Mn.prototype.spaceSeparated=!1,Mn.prototype.space=void 0;let fP=0;const Ke=lo(),zt=lo(),Rf=lo(),ye=lo(),Et=lo(),Zo=lo(),Gn=lo();function lo(){return ia(2,++fP)}const Lf=Object.freeze(Object.defineProperty({__proto__:null,boolean:Ke,booleanish:zt,commaOrSpaceSeparated:Gn,commaSeparated:Zo,number:ye,overloadedBoolean:Rf,spaceSeparated:Et},Symbol.toStringTag,{value:"Module"})),Df=Object.keys(Lf);let Mf=class extends Mn{constructor(t,n,r,o){let a=-1;if(super(t,n),Y1(this,"space",o),typeof r=="number")for(;++a<Df.length;){const u=Df[a];Y1(this,Df[a],(r&Lf[u])===Lf[u])}}};Mf.prototype.defined=!0;function Y1(e,t,n){n&&(e[t]=n)}function es(e){const t={},n={};for(const[r,o]of Object.entries(e.properties)){const a=new Mf(r,e.transform(e.attributes||{},r),o,e.space);e.mustUseProperty&&e.mustUseProperty.includes(r)&&(a.mustUseProperty=!0),t[r]=a,n[wa(r)]=r,n[wa(a.attribute)]=r}return new xa(t,n,e.space)}const W1=es({properties:{ariaActiveDescendant:null,ariaAtomic:zt,ariaAutoComplete:null,ariaBusy:zt,ariaChecked:zt,ariaColCount:ye,ariaColIndex:ye,ariaColSpan:ye,ariaControls:Et,ariaCurrent:null,ariaDescribedBy:Et,ariaDetails:null,ariaDisabled:zt,ariaDropEffect:Et,ariaErrorMessage:null,ariaExpanded:zt,ariaFlowTo:Et,ariaGrabbed:zt,ariaHasPopup:null,ariaHidden:zt,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:Et,ariaLevel:ye,ariaLive:null,ariaModal:zt,ariaMultiLine:zt,ariaMultiSelectable:zt,ariaOrientation:null,ariaOwns:Et,ariaPlaceholder:null,ariaPosInSet:ye,ariaPressed:zt,ariaReadOnly:zt,ariaRelevant:null,ariaRequired:zt,ariaRoleDescription:Et,ariaRowCount:ye,ariaRowIndex:ye,ariaRowSpan:ye,ariaSelected:zt,ariaSetSize:ye,ariaSort:null,ariaValueMax:ye,ariaValueMin:ye,ariaValueNow:ye,ariaValueText:null,role:null},transform(e,t){return t==="role"?t:"aria-"+t.slice(4).toLowerCase()}});function G1(e,t){return t in e?e[t]:t}function X1(e,t){return G1(e,t.toLowerCase())}const hP=es({attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:Zo,acceptCharset:Et,accessKey:Et,action:null,allow:null,allowFullScreen:Ke,allowPaymentRequest:Ke,allowUserMedia:Ke,alt:null,as:null,async:Ke,autoCapitalize:null,autoComplete:Et,autoFocus:Ke,autoPlay:Ke,blocking:Et,capture:null,charSet:null,checked:Ke,cite:null,className:Et,cols:ye,colSpan:null,content:null,contentEditable:zt,controls:Ke,controlsList:Et,coords:ye|Zo,crossOrigin:null,data:null,dateTime:null,decoding:null,default:Ke,defer:Ke,dir:null,dirName:null,disabled:Ke,download:Rf,draggable:zt,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:Ke,formTarget:null,headers:Et,height:ye,hidden:Rf,high:ye,href:null,hrefLang:null,htmlFor:Et,httpEquiv:Et,id:null,imageSizes:null,imageSrcSet:null,inert:Ke,inputMode:null,integrity:null,is:null,isMap:Ke,itemId:null,itemProp:Et,itemRef:Et,itemScope:Ke,itemType:Et,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:Ke,low:ye,manifest:null,max:null,maxLength:ye,media:null,method:null,min:null,minLength:ye,multiple:Ke,muted:Ke,name:null,nonce:null,noModule:Ke,noValidate:Ke,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:Ke,optimum:ye,pattern:null,ping:Et,placeholder:null,playsInline:Ke,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:Ke,referrerPolicy:null,rel:Et,required:Ke,reversed:Ke,rows:ye,rowSpan:ye,sandbox:Et,scope:null,scoped:Ke,seamless:Ke,selected:Ke,shadowRootClonable:Ke,shadowRootDelegatesFocus:Ke,shadowRootMode:null,shape:null,size:ye,sizes:null,slot:null,span:ye,spellCheck:zt,src:null,srcDoc:null,srcLang:null,srcSet:null,start:ye,step:null,style:null,tabIndex:ye,target:null,title:null,translate:null,type:null,typeMustMatch:Ke,useMap:null,value:zt,width:ye,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:Et,axis:null,background:null,bgColor:null,border:ye,borderColor:null,bottomMargin:ye,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:Ke,declare:Ke,event:null,face:null,frame:null,frameBorder:null,hSpace:ye,leftMargin:ye,link:null,longDesc:null,lowSrc:null,marginHeight:ye,marginWidth:ye,noResize:Ke,noHref:Ke,noShade:Ke,noWrap:Ke,object:null,profile:null,prompt:null,rev:null,rightMargin:ye,rules:null,scheme:null,scrolling:zt,standby:null,summary:null,text:null,topMargin:ye,valueType:null,version:null,vAlign:null,vLink:null,vSpace:ye,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:Ke,disableRemotePlayback:Ke,prefix:null,property:null,results:ye,security:null,unselectable:null},space:"html",transform:X1}),pP=es({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:Gn,accentHeight:ye,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:ye,amplitude:ye,arabicForm:null,ascent:ye,attributeName:null,attributeType:null,azimuth:ye,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:ye,by:null,calcMode:null,capHeight:ye,className:Et,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:ye,diffuseConstant:ye,direction:null,display:null,dur:null,divisor:ye,dominantBaseline:null,download:Ke,dx:null,dy:null,edgeMode:null,editable:null,elevation:ye,enableBackground:null,end:null,event:null,exponent:ye,externalResourcesRequired:null,fill:null,fillOpacity:ye,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:Zo,g2:Zo,glyphName:Zo,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:ye,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:ye,horizOriginX:ye,horizOriginY:ye,id:null,ideographic:ye,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:ye,k:ye,k1:ye,k2:ye,k3:ye,k4:ye,kernelMatrix:Gn,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:ye,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:ye,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:ye,overlineThickness:ye,paintOrder:null,panose1:null,path:null,pathLength:ye,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:Et,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:ye,pointsAtY:ye,pointsAtZ:ye,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:Gn,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:Gn,rev:Gn,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:Gn,requiredFeatures:Gn,requiredFonts:Gn,requiredFormats:Gn,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:ye,specularExponent:ye,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:ye,strikethroughThickness:ye,string:null,stroke:null,strokeDashArray:Gn,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:ye,strokeOpacity:ye,strokeWidth:null,style:null,surfaceScale:ye,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:Gn,tabIndex:ye,tableValues:null,target:null,targetX:ye,targetY:ye,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:Gn,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:ye,underlineThickness:ye,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:ye,values:null,vAlphabetic:ye,vMathematical:ye,vectorEffect:null,vHanging:ye,vIdeographic:ye,version:null,vertAdvY:ye,vertOriginX:ye,vertOriginY:ye,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:ye,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null},space:"svg",transform:G1}),K1=es({properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null},space:"xlink",transform(e,t){return"xlink:"+t.slice(5).toLowerCase()}}),Q1=es({attributes:{xmlnsxlink:"xmlns:xlink"},properties:{xmlnsXLink:null,xmlns:null},space:"xmlns",transform:X1}),J1=es({properties:{xmlBase:null,xmlLang:null,xmlSpace:null},space:"xml",transform(e,t){return"xml:"+t.slice(3).toLowerCase()}}),mP={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"},gP=/[A-Z]/g,Z1=/-[a-z]/g,EP=/^data[-\w.:]+$/i;function Ff(e,t){const n=wa(t);let r=t,o=Mn;if(n in e.normal)return e.property[e.normal[n]];if(n.length>4&&n.slice(0,4)==="data"&&EP.test(t)){if(t.charAt(4)==="-"){const a=t.slice(5).replace(Z1,bP);r="data"+a.charAt(0).toUpperCase()+a.slice(1)}else{const a=t.slice(4);if(!Z1.test(a)){let u=a.replace(gP,yP);u.charAt(0)!=="-"&&(u="-"+u),t="data"+u}}o=Mf}return new o(r,t)}function yP(e){return"-"+e.toLowerCase()}function bP(e){return e.charAt(1).toUpperCase()}const xl=q1([W1,hP,K1,Q1,J1],"html"),ts=q1([W1,pP,K1,Q1,J1],"svg");function eE(e){const t=String(e||"").trim();return t?t.split(/[ \t\n\r\f]+/g):[]}function tE(e){return e.join(" ").trim()}var ns={},Bf,nE;function TP(){if(nE)return Bf;nE=1;var e=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,t=/\n/g,n=/^\s*/,r=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,o=/^:\s*/,a=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,u=/^[;\s]*/,c=/^\s+|\s+$/g,d=`
|
|
18
|
+
`,f="/",p="*",m="",T="comment",y="declaration";Bf=function(w,C){if(typeof w!="string")throw new TypeError("First argument must be a string");if(!w)return[];C=C||{};var A=1,P=1;function v(de){var ne=de.match(t);ne&&(A+=ne.length);var Ee=de.lastIndexOf(d);P=~Ee?de.length-Ee:P+de.length}function H(){var de={line:A,column:P};return function(ne){return ne.position=new Y(de),re(),ne}}function Y(de){this.start=de,this.end={line:A,column:P},this.source=C.source}Y.prototype.content=w;function D(de){var ne=new Error(C.source+":"+A+":"+P+": "+de);if(ne.reason=de,ne.filename=C.source,ne.line=A,ne.column=P,ne.source=w,!C.silent)throw ne}function q(de){var ne=de.exec(w);if(ne){var Ee=ne[0];return v(Ee),w=w.slice(Ee.length),ne}}function re(){q(n)}function me(de){var ne;for(de=de||[];ne=V();)ne!==!1&&de.push(ne);return de}function V(){var de=H();if(!(f!=w.charAt(0)||p!=w.charAt(1))){for(var ne=2;m!=w.charAt(ne)&&(p!=w.charAt(ne)||f!=w.charAt(ne+1));)++ne;if(ne+=2,m===w.charAt(ne-1))return D("End of comment missing");var Ee=w.slice(2,ne-2);return P+=2,v(Ee),w=w.slice(ne),P+=2,de({type:T,comment:Ee})}}function se(){var de=H(),ne=q(r);if(ne){if(V(),!q(o))return D("property missing ':'");var Ee=q(a),Oe=de({type:y,property:_(ne[0].replace(e,m)),value:Ee?_(Ee[0].replace(e,m)):m});return q(u),Oe}}function ce(){var de=[];me(de);for(var ne;ne=se();)ne!==!1&&(de.push(ne),me(de));return de}return re(),ce()};function _(w){return w?w.replace(c,m):m}return Bf}var rE;function _P(){if(rE)return ns;rE=1;var e=ns&&ns.__importDefault||function(r){return r&&r.__esModule?r:{default:r}};Object.defineProperty(ns,"__esModule",{value:!0}),ns.default=n;var t=e(TP());function n(r,o){var a=null;if(!r||typeof r!="string")return a;var u=(0,t.default)(r),c=typeof o=="function";return u.forEach(function(d){if(d.type==="declaration"){var f=d.property,p=d.value;c?o(f,p,d):p&&(a=a||{},a[f]=p)}}),a}return ns}var Aa={},iE;function SP(){if(iE)return Aa;iE=1,Object.defineProperty(Aa,"__esModule",{value:!0}),Aa.camelCase=void 0;var e=/^--[a-zA-Z0-9_-]+$/,t=/-([a-z])/g,n=/^[^-]+$/,r=/^-(webkit|moz|ms|o|khtml)-/,o=/^-(ms)-/,a=function(f){return!f||n.test(f)||e.test(f)},u=function(f,p){return p.toUpperCase()},c=function(f,p){return"".concat(p,"-")},d=function(f,p){return p===void 0&&(p={}),a(f)?f:(f=f.toLowerCase(),p.reactCompat?f=f.replace(o,c):f=f.replace(r,c),f.replace(t,u))};return Aa.camelCase=d,Aa}var va,oE;function xP(){if(oE)return va;oE=1;var e=va&&va.__importDefault||function(o){return o&&o.__esModule?o:{default:o}},t=e(_P()),n=SP();function r(o,a){var u={};return!o||typeof o!="string"||(0,t.default)(o,function(c,d){c&&d&&(u[(0,n.camelCase)(c,a)]=d)}),u}return r.default=r,va=r,va}var wP=xP();const AP=je(wP),wl=sE("end"),Hr=sE("start");function sE(e){return t;function t(n){const r=n&&n.position&&n.position[e]||{};if(typeof r.line=="number"&&r.line>0&&typeof r.column=="number"&&r.column>0)return{line:r.line,column:r.column,offset:typeof r.offset=="number"&&r.offset>-1?r.offset:void 0}}}function aE(e){const t=Hr(e),n=wl(e);if(t&&n)return{start:t,end:n}}function Ca(e){return!e||typeof e!="object"?"":"position"in e||"type"in e?uE(e.position):"start"in e||"end"in e?uE(e):"line"in e||"column"in e?Uf(e):""}function Uf(e){return lE(e&&e.line)+":"+lE(e&&e.column)}function uE(e){return Uf(e&&e.start)+"-"+Uf(e&&e.end)}function lE(e){return e&&typeof e=="number"?e:1}class bn extends Error{constructor(t,n,r){super(),typeof n=="string"&&(r=n,n=void 0);let o="",a={},u=!1;if(n&&("line"in n&&"column"in n?a={place:n}:"start"in n&&"end"in n?a={place:n}:"type"in n?a={ancestors:[n],place:n.position}:a=F({},n)),typeof t=="string"?o=t:!a.cause&&t&&(u=!0,o=t.message,a.cause=t),!a.ruleId&&!a.source&&typeof r=="string"){const d=r.indexOf(":");d===-1?a.ruleId=r:(a.source=r.slice(0,d),a.ruleId=r.slice(d+1))}if(!a.place&&a.ancestors&&a.ancestors){const d=a.ancestors[a.ancestors.length-1];d&&(a.place=d.position)}const c=a.place&&"start"in a.place?a.place.start:a.place;this.ancestors=a.ancestors||void 0,this.cause=a.cause||void 0,this.column=c?c.column:void 0,this.fatal=void 0,this.file,this.message=o,this.line=c?c.line:void 0,this.name=Ca(a.place)||"1:1",this.place=a.place||void 0,this.reason=this.message,this.ruleId=a.ruleId||void 0,this.source=a.source||void 0,this.stack=u&&a.cause&&typeof a.cause.stack=="string"?a.cause.stack:"",this.actual,this.expected,this.note,this.url}}bn.prototype.file="",bn.prototype.name="",bn.prototype.reason="",bn.prototype.message="",bn.prototype.stack="",bn.prototype.column=void 0,bn.prototype.line=void 0,bn.prototype.ancestors=void 0,bn.prototype.cause=void 0,bn.prototype.fatal=void 0,bn.prototype.place=void 0,bn.prototype.ruleId=void 0,bn.prototype.source=void 0;const Hf={}.hasOwnProperty,vP=new Map,CP=/[A-Z]/g,kP=new Set(["table","tbody","thead","tfoot","tr"]),PP=new Set(["td","th"]),cE="https://github.com/syntax-tree/hast-util-to-jsx-runtime";function NP(e,t){if(!t||t.Fragment===void 0)throw new TypeError("Expected `Fragment` in options");const n=t.filePath||void 0;let r;if(t.development){if(typeof t.jsxDEV!="function")throw new TypeError("Expected `jsxDEV` in options when `development: true`");r=BP(n,t.jsxDEV)}else{if(typeof t.jsx!="function")throw new TypeError("Expected `jsx` in production options");if(typeof t.jsxs!="function")throw new TypeError("Expected `jsxs` in production options");r=FP(n,t.jsx,t.jsxs)}const o={Fragment:t.Fragment,ancestors:[],components:t.components||{},create:r,elementAttributeNameCase:t.elementAttributeNameCase||"react",evaluater:t.createEvaluater?t.createEvaluater():void 0,filePath:n,ignoreInvalidStyle:t.ignoreInvalidStyle||!1,passKeys:t.passKeys!==!1,passNode:t.passNode||!1,schema:t.space==="svg"?ts:xl,stylePropertyNameCase:t.stylePropertyNameCase||"dom",tableCellAlignToStyle:t.tableCellAlignToStyle!==!1},a=dE(o,e,void 0);return a&&typeof a!="string"?a:o.create(e,o.Fragment,{children:a||void 0},void 0)}function dE(e,t,n){if(t.type==="element")return OP(e,t,n);if(t.type==="mdxFlowExpression"||t.type==="mdxTextExpression")return IP(e,t);if(t.type==="mdxJsxFlowElement"||t.type==="mdxJsxTextElement")return LP(e,t,n);if(t.type==="mdxjsEsm")return RP(e,t);if(t.type==="root")return DP(e,t,n);if(t.type==="text")return MP(e,t)}function OP(e,t,n){const r=e.schema;let o=r;t.tagName.toLowerCase()==="svg"&&r.space==="html"&&(o=ts,e.schema=o),e.ancestors.push(t);const a=hE(e,t.tagName,!1),u=UP(e,t);let c=jf(e,t);return kP.has(t.tagName)&&(c=c.filter(function(d){return typeof d=="string"?!dP(d):!0})),fE(e,u,a,t),zf(u,c),e.ancestors.pop(),e.schema=r,e.create(t,a,u,n)}function IP(e,t){if(t.data&&t.data.estree&&e.evaluater){const r=t.data.estree.body[0];return r.type,e.evaluater.evaluateExpression(r.expression)}ka(e,t.position)}function RP(e,t){if(t.data&&t.data.estree&&e.evaluater)return e.evaluater.evaluateProgram(t.data.estree);ka(e,t.position)}function LP(e,t,n){const r=e.schema;let o=r;t.name==="svg"&&r.space==="html"&&(o=ts,e.schema=o),e.ancestors.push(t);const a=t.name===null?e.Fragment:hE(e,t.name,!0),u=HP(e,t),c=jf(e,t);return fE(e,u,a,t),zf(u,c),e.ancestors.pop(),e.schema=r,e.create(t,a,u,n)}function DP(e,t,n){const r={};return zf(r,jf(e,t)),e.create(t,e.Fragment,r,n)}function MP(e,t){return t.value}function fE(e,t,n,r){typeof n!="string"&&n!==e.Fragment&&e.passNode&&(t.node=r)}function zf(e,t){if(t.length>0){const n=t.length>1?t:t[0];n&&(e.children=n)}}function FP(e,t,n){return r;function r(o,a,u,c){const f=Array.isArray(u.children)?n:t;return c?f(a,u,c):f(a,u)}}function BP(e,t){return n;function n(r,o,a,u){const c=Array.isArray(a.children),d=Hr(r);return t(o,a,u,c,{columnNumber:d?d.column-1:void 0,fileName:e,lineNumber:d?d.line:void 0},void 0)}}function UP(e,t){const n={};let r,o;for(o in t.properties)if(o!=="children"&&Hf.call(t.properties,o)){const a=zP(e,o,t.properties[o]);if(a){const[u,c]=a;e.tableCellAlignToStyle&&u==="align"&&typeof c=="string"&&PP.has(t.tagName)?r=c:n[u]=c}}if(r){const a=n.style||(n.style={});a[e.stylePropertyNameCase==="css"?"text-align":"textAlign"]=r}return n}function HP(e,t){const n={};for(const r of t.attributes)if(r.type==="mdxJsxExpressionAttribute")if(r.data&&r.data.estree&&e.evaluater){const a=r.data.estree.body[0];a.type;const u=a.expression;u.type;const c=u.properties[0];c.type,Object.assign(n,e.evaluater.evaluateExpression(c.argument))}else ka(e,t.position);else{const o=r.name;let a;if(r.value&&typeof r.value=="object")if(r.value.data&&r.value.data.estree&&e.evaluater){const c=r.value.data.estree.body[0];c.type,a=e.evaluater.evaluateExpression(c.expression)}else ka(e,t.position);else a=r.value===null?!0:r.value;n[o]=a}return n}function jf(e,t){const n=[];let r=-1;const o=e.passKeys?new Map:vP;for(;++r<t.children.length;){const a=t.children[r];let u;if(e.passKeys){const d=a.type==="element"?a.tagName:a.type==="mdxJsxFlowElement"||a.type==="mdxJsxTextElement"?a.name:void 0;if(d){const f=o.get(d)||0;u=d+"-"+f,o.set(d,f+1)}}const c=dE(e,a,u);c!==void 0&&n.push(c)}return n}function zP(e,t,n){const r=Ff(e.schema,t);if(!(n==null||typeof n=="number"&&Number.isNaN(n))){if(Array.isArray(n)&&(n=r.commaSeparated?j1(n):tE(n)),r.property==="style"){let o=typeof n=="object"?n:jP(e,String(n));return e.stylePropertyNameCase==="css"&&(o=$P(o)),["style",o]}return[e.elementAttributeNameCase==="react"&&r.space?mP[r.property]||r.property:r.attribute,n]}}function jP(e,t){try{return AP(t,{reactCompat:!0})}catch(n){if(e.ignoreInvalidStyle)return{};const r=n,o=new bn("Cannot parse `style` attribute",{ancestors:e.ancestors,cause:r,ruleId:"style",source:"hast-util-to-jsx-runtime"});throw o.file=e.filePath||void 0,o.url=cE+"#cannot-parse-style-attribute",o}}function hE(e,t,n){let r;if(!n)r={type:"Literal",value:t};else if(t.includes(".")){const o=t.split(".");let a=-1,u;for(;++a<o.length;){const c=$1(o[a])?{type:"Identifier",name:o[a]}:{type:"Literal",value:o[a]};u=u?{type:"MemberExpression",object:u,property:c,computed:!!(a&&c.type==="Literal"),optional:!1}:c}r=u}else r=$1(t)&&!/^[a-z]/.test(t)?{type:"Identifier",name:t}:{type:"Literal",value:t};if(r.type==="Literal"){const o=r.value;return Hf.call(e.components,o)?e.components[o]:o}if(e.evaluater)return e.evaluater.evaluateExpression(r);ka(e)}function ka(e,t){const n=new bn("Cannot handle MDX estrees without `createEvaluater`",{ancestors:e.ancestors,place:t,ruleId:"mdx-estree",source:"hast-util-to-jsx-runtime"});throw n.file=e.filePath||void 0,n.url=cE+"#cannot-handle-mdx-estrees-without-createevaluater",n}function $P(e){const t={};let n;for(n in e)Hf.call(e,n)&&(t[VP(n)]=e[n]);return t}function VP(e){let t=e.replace(CP,qP);return t.slice(0,3)==="ms-"&&(t="-"+t),t}function qP(e){return"-"+e.toLowerCase()}const $f={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"]},YP={};function Vf(e,t){const n=YP,r=typeof n.includeImageAlt=="boolean"?n.includeImageAlt:!0,o=typeof n.includeHtml=="boolean"?n.includeHtml:!0;return pE(e,r,o)}function pE(e,t,n){if(WP(e)){if("value"in e)return e.type==="html"&&!n?"":e.value;if(t&&"alt"in e&&e.alt)return e.alt;if("children"in e)return mE(e.children,t,n)}return Array.isArray(e)?mE(e,t,n):""}function mE(e,t,n){const r=[];let o=-1;for(;++o<e.length;)r[o]=pE(e[o],t,n);return r.join("")}function WP(e){return!!(e&&typeof e=="object")}const gE=document.createElement("i");function qf(e){const t="&"+e+";";gE.innerHTML=t;const n=gE.textContent;return n.charCodeAt(n.length-1)===59&&e!=="semi"||n===t?!1:n}function Xn(e,t,n,r){const o=e.length;let a=0,u;if(t<0?t=-t>o?0:o+t:t=t>o?o:t,n=n>0?n:0,r.length<1e4)u=Array.from(r),u.unshift(t,n),e.splice(...u);else for(n&&e.splice(t,n);a<r.length;)u=r.slice(a,a+1e4),u.unshift(t,0),e.splice(...u),a+=1e4,t+=1e4}function ur(e,t){return e.length>0?(Xn(e,e.length,0,t),e):t}const EE={}.hasOwnProperty;function yE(e){const t={};let n=-1;for(;++n<e.length;)GP(t,e[n]);return t}function GP(e,t){let n;for(n in t){const o=(EE.call(e,n)?e[n]:void 0)||(e[n]={}),a=t[n];let u;if(a)for(u in a){EE.call(o,u)||(o[u]=[]);const c=a[u];XP(o[u],Array.isArray(c)?c:c?[c]:[])}}}function XP(e,t){let n=-1;const r=[];for(;++n<t.length;)(t[n].add==="after"?e:r).push(t[n]);Xn(e,0,0,r)}function bE(e,t){const n=Number.parseInt(e,t);return n<9||n===11||n>13&&n<32||n>126&&n<160||n>55295&&n<57344||n>64975&&n<65008||(n&65535)===65535||(n&65535)===65534||n>1114111?"�":String.fromCodePoint(n)}function Sr(e){return e.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}const Pn=ki(/[A-Za-z]/),Tn=ki(/[\dA-Za-z]/),KP=ki(/[#-'*+\--9=?A-Z^-~]/);function Al(e){return e!==null&&(e<32||e===127)}const Yf=ki(/\d/),QP=ki(/[\dA-Fa-f]/),JP=ki(/[!-/:-@[-`{-~]/);function Ue(e){return e!==null&&e<-2}function ht(e){return e!==null&&(e<0||e===32)}function tt(e){return e===-2||e===-1||e===32}const vl=ki(new RegExp("\\p{P}|\\p{S}","u")),co=ki(/\s/);function ki(e){return t;function t(n){return n!==null&&n>-1&&e.test(String.fromCharCode(n))}}function rs(e){const t=[];let n=-1,r=0,o=0;for(;++n<e.length;){const a=e.charCodeAt(n);let u="";if(a===37&&Tn(e.charCodeAt(n+1))&&Tn(e.charCodeAt(n+2)))o=2;else if(a<128)/[!#$&-;=?-Z_a-z~]/.test(String.fromCharCode(a))||(u=String.fromCharCode(a));else if(a>55295&&a<57344){const c=e.charCodeAt(n+1);a<56320&&c>56319&&c<57344?(u=String.fromCharCode(a,c),o=1):u="�"}else u=String.fromCharCode(a);u&&(t.push(e.slice(r,n),encodeURIComponent(u)),r=n+o+1,u=""),o&&(n+=o,o=0)}return t.join("")+e.slice(r)}function it(e,t,n,r){const o=r?r-1:Number.POSITIVE_INFINITY;let a=0;return u;function u(d){return tt(d)?(e.enter(n),c(d)):t(d)}function c(d){return tt(d)&&a++<o?(e.consume(d),c):(e.exit(n),t(d))}}const ZP={tokenize:eN};function eN(e){const t=e.attempt(this.parser.constructs.contentInitial,r,o);let n;return t;function r(c){if(c===null){e.consume(c);return}return e.enter("lineEnding"),e.consume(c),e.exit("lineEnding"),it(e,t,"linePrefix")}function o(c){return e.enter("paragraph"),a(c)}function a(c){const d=e.enter("chunkText",{contentType:"text",previous:n});return n&&(n.next=d),n=d,u(c)}function u(c){if(c===null){e.exit("chunkText"),e.exit("paragraph"),e.consume(c);return}return Ue(c)?(e.consume(c),e.exit("chunkText"),a):(e.consume(c),u)}}const tN={tokenize:nN},TE={tokenize:rN};function nN(e){const t=this,n=[];let r=0,o,a,u;return c;function c(v){if(r<n.length){const H=n[r];return t.containerState=H[1],e.attempt(H[0].continuation,d,f)(v)}return f(v)}function d(v){if(r++,t.containerState._closeFlow){t.containerState._closeFlow=void 0,o&&P();const H=t.events.length;let Y=H,D;for(;Y--;)if(t.events[Y][0]==="exit"&&t.events[Y][1].type==="chunkFlow"){D=t.events[Y][1].end;break}A(r);let q=H;for(;q<t.events.length;)t.events[q][1].end=F({},D),q++;return Xn(t.events,Y+1,0,t.events.slice(H)),t.events.length=q,f(v)}return c(v)}function f(v){if(r===n.length){if(!o)return T(v);if(o.currentConstruct&&o.currentConstruct.concrete)return _(v);t.interrupt=!!(o.currentConstruct&&!o._gfmTableDynamicInterruptHack)}return t.containerState={},e.check(TE,p,m)(v)}function p(v){return o&&P(),A(r),T(v)}function m(v){return t.parser.lazy[t.now().line]=r!==n.length,u=t.now().offset,_(v)}function T(v){return t.containerState={},e.attempt(TE,y,_)(v)}function y(v){return r++,n.push([t.currentConstruct,t.containerState]),T(v)}function _(v){if(v===null){o&&P(),A(0),e.consume(v);return}return o=o||t.parser.flow(t.now()),e.enter("chunkFlow",{_tokenizer:o,contentType:"flow",previous:a}),w(v)}function w(v){if(v===null){C(e.exit("chunkFlow"),!0),A(0),e.consume(v);return}return Ue(v)?(e.consume(v),C(e.exit("chunkFlow")),r=0,t.interrupt=void 0,c):(e.consume(v),w)}function C(v,H){const Y=t.sliceStream(v);if(H&&Y.push(null),v.previous=a,a&&(a.next=v),a=v,o.defineSkip(v.start),o.write(Y),t.parser.lazy[v.start.line]){let D=o.events.length;for(;D--;)if(o.events[D][1].start.offset<u&&(!o.events[D][1].end||o.events[D][1].end.offset>u))return;const q=t.events.length;let re=q,me,V;for(;re--;)if(t.events[re][0]==="exit"&&t.events[re][1].type==="chunkFlow"){if(me){V=t.events[re][1].end;break}me=!0}for(A(r),D=q;D<t.events.length;)t.events[D][1].end=F({},V),D++;Xn(t.events,re+1,0,t.events.slice(q)),t.events.length=D}}function A(v){let H=n.length;for(;H-- >v;){const Y=n[H];t.containerState=Y[1],Y[0].exit.call(t,e)}n.length=v}function P(){o.write([null]),a=void 0,o=void 0,t.containerState._closeFlow=void 0}}function rN(e,t,n){return it(e,e.attempt(this.parser.constructs.document,t,n),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}function is(e){if(e===null||ht(e)||co(e))return 1;if(vl(e))return 2}function Cl(e,t,n){const r=[];let o=-1;for(;++o<e.length;){const a=e[o].resolveAll;a&&!r.includes(a)&&(t=a(t,n),r.push(a))}return t}const Wf={name:"attention",resolveAll:iN,tokenize:oN};function iN(e,t){let n=-1,r,o,a,u,c,d,f,p;for(;++n<e.length;)if(e[n][0]==="enter"&&e[n][1].type==="attentionSequence"&&e[n][1]._close){for(r=n;r--;)if(e[r][0]==="exit"&&e[r][1].type==="attentionSequence"&&e[r][1]._open&&t.sliceSerialize(e[r][1]).charCodeAt(0)===t.sliceSerialize(e[n][1]).charCodeAt(0)){if((e[r][1]._close||e[n][1]._open)&&(e[n][1].end.offset-e[n][1].start.offset)%3&&!((e[r][1].end.offset-e[r][1].start.offset+e[n][1].end.offset-e[n][1].start.offset)%3))continue;d=e[r][1].end.offset-e[r][1].start.offset>1&&e[n][1].end.offset-e[n][1].start.offset>1?2:1;const m=F({},e[r][1].end),T=F({},e[n][1].start);_E(m,-d),_E(T,d),u={type:d>1?"strongSequence":"emphasisSequence",start:m,end:F({},e[r][1].end)},c={type:d>1?"strongSequence":"emphasisSequence",start:F({},e[n][1].start),end:T},a={type:d>1?"strongText":"emphasisText",start:F({},e[r][1].end),end:F({},e[n][1].start)},o={type:d>1?"strong":"emphasis",start:F({},u.start),end:F({},c.end)},e[r][1].end=F({},u.start),e[n][1].start=F({},c.end),f=[],e[r][1].end.offset-e[r][1].start.offset&&(f=ur(f,[["enter",e[r][1],t],["exit",e[r][1],t]])),f=ur(f,[["enter",o,t],["enter",u,t],["exit",u,t],["enter",a,t]]),f=ur(f,Cl(t.parser.constructs.insideSpan.null,e.slice(r+1,n),t)),f=ur(f,[["exit",a,t],["enter",c,t],["exit",c,t],["exit",o,t]]),e[n][1].end.offset-e[n][1].start.offset?(p=2,f=ur(f,[["enter",e[n][1],t],["exit",e[n][1],t]])):p=0,Xn(e,r-1,n-r+3,f),n=r+f.length-p-2;break}}for(n=-1;++n<e.length;)e[n][1].type==="attentionSequence"&&(e[n][1].type="data");return e}function oN(e,t){const n=this.parser.constructs.attentionMarkers.null,r=this.previous,o=is(r);let a;return u;function u(d){return a=d,e.enter("attentionSequence"),c(d)}function c(d){if(d===a)return e.consume(d),c;const f=e.exit("attentionSequence"),p=is(d),m=!p||p===2&&o||n.includes(d),T=!o||o===2&&p||n.includes(r);return f._open=!!(a===42?m:m&&(o||!T)),f._close=!!(a===42?T:T&&(p||!m)),t(d)}}function _E(e,t){e.column+=t,e.offset+=t,e._bufferIndex+=t}const sN={name:"autolink",tokenize:aN};function aN(e,t,n){let r=0;return o;function o(y){return e.enter("autolink"),e.enter("autolinkMarker"),e.consume(y),e.exit("autolinkMarker"),e.enter("autolinkProtocol"),a}function a(y){return Pn(y)?(e.consume(y),u):y===64?n(y):f(y)}function u(y){return y===43||y===45||y===46||Tn(y)?(r=1,c(y)):f(y)}function c(y){return y===58?(e.consume(y),r=0,d):(y===43||y===45||y===46||Tn(y))&&r++<32?(e.consume(y),c):(r=0,f(y))}function d(y){return y===62?(e.exit("autolinkProtocol"),e.enter("autolinkMarker"),e.consume(y),e.exit("autolinkMarker"),e.exit("autolink"),t):y===null||y===32||y===60||Al(y)?n(y):(e.consume(y),d)}function f(y){return y===64?(e.consume(y),p):KP(y)?(e.consume(y),f):n(y)}function p(y){return Tn(y)?m(y):n(y)}function m(y){return y===46?(e.consume(y),r=0,p):y===62?(e.exit("autolinkProtocol").type="autolinkEmail",e.enter("autolinkMarker"),e.consume(y),e.exit("autolinkMarker"),e.exit("autolink"),t):T(y)}function T(y){if((y===45||Tn(y))&&r++<63){const _=y===45?T:m;return e.consume(y),_}return n(y)}}const Pa={partial:!0,tokenize:uN};function uN(e,t,n){return r;function r(a){return tt(a)?it(e,o,"linePrefix")(a):o(a)}function o(a){return a===null||Ue(a)?t(a):n(a)}}const SE={continuation:{tokenize:cN},exit:dN,name:"blockQuote",tokenize:lN};function lN(e,t,n){const r=this;return o;function o(u){if(u===62){const c=r.containerState;return c.open||(e.enter("blockQuote",{_container:!0}),c.open=!0),e.enter("blockQuotePrefix"),e.enter("blockQuoteMarker"),e.consume(u),e.exit("blockQuoteMarker"),a}return n(u)}function a(u){return tt(u)?(e.enter("blockQuotePrefixWhitespace"),e.consume(u),e.exit("blockQuotePrefixWhitespace"),e.exit("blockQuotePrefix"),t):(e.exit("blockQuotePrefix"),t(u))}}function cN(e,t,n){const r=this;return o;function o(u){return tt(u)?it(e,a,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(u):a(u)}function a(u){return e.attempt(SE,t,n)(u)}}function dN(e){e.exit("blockQuote")}const xE={name:"characterEscape",tokenize:fN};function fN(e,t,n){return r;function r(a){return e.enter("characterEscape"),e.enter("escapeMarker"),e.consume(a),e.exit("escapeMarker"),o}function o(a){return JP(a)?(e.enter("characterEscapeValue"),e.consume(a),e.exit("characterEscapeValue"),e.exit("characterEscape"),t):n(a)}}const wE={name:"characterReference",tokenize:hN};function hN(e,t,n){const r=this;let o=0,a,u;return c;function c(m){return e.enter("characterReference"),e.enter("characterReferenceMarker"),e.consume(m),e.exit("characterReferenceMarker"),d}function d(m){return m===35?(e.enter("characterReferenceMarkerNumeric"),e.consume(m),e.exit("characterReferenceMarkerNumeric"),f):(e.enter("characterReferenceValue"),a=31,u=Tn,p(m))}function f(m){return m===88||m===120?(e.enter("characterReferenceMarkerHexadecimal"),e.consume(m),e.exit("characterReferenceMarkerHexadecimal"),e.enter("characterReferenceValue"),a=6,u=QP,p):(e.enter("characterReferenceValue"),a=7,u=Yf,p(m))}function p(m){if(m===59&&o){const T=e.exit("characterReferenceValue");return u===Tn&&!qf(r.sliceSerialize(T))?n(m):(e.enter("characterReferenceMarker"),e.consume(m),e.exit("characterReferenceMarker"),e.exit("characterReference"),t)}return u(m)&&o++<a?(e.consume(m),p):n(m)}}const AE={partial:!0,tokenize:mN},vE={concrete:!0,name:"codeFenced",tokenize:pN};function pN(e,t,n){const r=this,o={partial:!0,tokenize:Y};let a=0,u=0,c;return d;function d(D){return f(D)}function f(D){const q=r.events[r.events.length-1];return a=q&&q[1].type==="linePrefix"?q[2].sliceSerialize(q[1],!0).length:0,c=D,e.enter("codeFenced"),e.enter("codeFencedFence"),e.enter("codeFencedFenceSequence"),p(D)}function p(D){return D===c?(u++,e.consume(D),p):u<3?n(D):(e.exit("codeFencedFenceSequence"),tt(D)?it(e,m,"whitespace")(D):m(D))}function m(D){return D===null||Ue(D)?(e.exit("codeFencedFence"),r.interrupt?t(D):e.check(AE,w,H)(D)):(e.enter("codeFencedFenceInfo"),e.enter("chunkString",{contentType:"string"}),T(D))}function T(D){return D===null||Ue(D)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),m(D)):tt(D)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),it(e,y,"whitespace")(D)):D===96&&D===c?n(D):(e.consume(D),T)}function y(D){return D===null||Ue(D)?m(D):(e.enter("codeFencedFenceMeta"),e.enter("chunkString",{contentType:"string"}),_(D))}function _(D){return D===null||Ue(D)?(e.exit("chunkString"),e.exit("codeFencedFenceMeta"),m(D)):D===96&&D===c?n(D):(e.consume(D),_)}function w(D){return e.attempt(o,H,C)(D)}function C(D){return e.enter("lineEnding"),e.consume(D),e.exit("lineEnding"),A}function A(D){return a>0&&tt(D)?it(e,P,"linePrefix",a+1)(D):P(D)}function P(D){return D===null||Ue(D)?e.check(AE,w,H)(D):(e.enter("codeFlowValue"),v(D))}function v(D){return D===null||Ue(D)?(e.exit("codeFlowValue"),P(D)):(e.consume(D),v)}function H(D){return e.exit("codeFenced"),t(D)}function Y(D,q,re){let me=0;return V;function V(Ee){return D.enter("lineEnding"),D.consume(Ee),D.exit("lineEnding"),se}function se(Ee){return D.enter("codeFencedFence"),tt(Ee)?it(D,ce,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(Ee):ce(Ee)}function ce(Ee){return Ee===c?(D.enter("codeFencedFenceSequence"),de(Ee)):re(Ee)}function de(Ee){return Ee===c?(me++,D.consume(Ee),de):me>=u?(D.exit("codeFencedFenceSequence"),tt(Ee)?it(D,ne,"whitespace")(Ee):ne(Ee)):re(Ee)}function ne(Ee){return Ee===null||Ue(Ee)?(D.exit("codeFencedFence"),q(Ee)):re(Ee)}}}function mN(e,t,n){const r=this;return o;function o(u){return u===null?n(u):(e.enter("lineEnding"),e.consume(u),e.exit("lineEnding"),a)}function a(u){return r.parser.lazy[r.now().line]?n(u):t(u)}}const Gf={name:"codeIndented",tokenize:EN},gN={partial:!0,tokenize:yN};function EN(e,t,n){const r=this;return o;function o(f){return e.enter("codeIndented"),it(e,a,"linePrefix",5)(f)}function a(f){const p=r.events[r.events.length-1];return p&&p[1].type==="linePrefix"&&p[2].sliceSerialize(p[1],!0).length>=4?u(f):n(f)}function u(f){return f===null?d(f):Ue(f)?e.attempt(gN,u,d)(f):(e.enter("codeFlowValue"),c(f))}function c(f){return f===null||Ue(f)?(e.exit("codeFlowValue"),u(f)):(e.consume(f),c)}function d(f){return e.exit("codeIndented"),t(f)}}function yN(e,t,n){const r=this;return o;function o(u){return r.parser.lazy[r.now().line]?n(u):Ue(u)?(e.enter("lineEnding"),e.consume(u),e.exit("lineEnding"),o):it(e,a,"linePrefix",5)(u)}function a(u){const c=r.events[r.events.length-1];return c&&c[1].type==="linePrefix"&&c[2].sliceSerialize(c[1],!0).length>=4?t(u):Ue(u)?o(u):n(u)}}const bN={name:"codeText",previous:_N,resolve:TN,tokenize:SN};function TN(e){let t=e.length-4,n=3,r,o;if((e[n][1].type==="lineEnding"||e[n][1].type==="space")&&(e[t][1].type==="lineEnding"||e[t][1].type==="space")){for(r=n;++r<t;)if(e[r][1].type==="codeTextData"){e[n][1].type="codeTextPadding",e[t][1].type="codeTextPadding",n+=2,t-=2;break}}for(r=n-1,t++;++r<=t;)o===void 0?r!==t&&e[r][1].type!=="lineEnding"&&(o=r):(r===t||e[r][1].type==="lineEnding")&&(e[o][1].type="codeTextData",r!==o+2&&(e[o][1].end=e[r-1][1].end,e.splice(o+2,r-o-2),t-=r-o-2,r=o+2),o=void 0);return e}function _N(e){return e!==96||this.events[this.events.length-1][1].type==="characterEscape"}function SN(e,t,n){let r=0,o,a;return u;function u(m){return e.enter("codeText"),e.enter("codeTextSequence"),c(m)}function c(m){return m===96?(e.consume(m),r++,c):(e.exit("codeTextSequence"),d(m))}function d(m){return m===null?n(m):m===32?(e.enter("space"),e.consume(m),e.exit("space"),d):m===96?(a=e.enter("codeTextSequence"),o=0,p(m)):Ue(m)?(e.enter("lineEnding"),e.consume(m),e.exit("lineEnding"),d):(e.enter("codeTextData"),f(m))}function f(m){return m===null||m===32||m===96||Ue(m)?(e.exit("codeTextData"),d(m)):(e.consume(m),f)}function p(m){return m===96?(e.consume(m),o++,p):o===r?(e.exit("codeTextSequence"),e.exit("codeText"),t(m)):(a.type="codeTextData",f(m))}}class xN{constructor(t){this.left=t?[...t]:[],this.right=[]}get(t){if(t<0||t>=this.left.length+this.right.length)throw new RangeError("Cannot access index `"+t+"` in a splice buffer of size `"+(this.left.length+this.right.length)+"`");return t<this.left.length?this.left[t]:this.right[this.right.length-t+this.left.length-1]}get length(){return this.left.length+this.right.length}shift(){return this.setCursor(0),this.right.pop()}slice(t,n){const r=n==null?Number.POSITIVE_INFINITY:n;return r<this.left.length?this.left.slice(t,r):t>this.left.length?this.right.slice(this.right.length-r+this.left.length,this.right.length-t+this.left.length).reverse():this.left.slice(t).concat(this.right.slice(this.right.length-r+this.left.length).reverse())}splice(t,n,r){const o=n||0;this.setCursor(Math.trunc(t));const a=this.right.splice(this.right.length-o,Number.POSITIVE_INFINITY);return r&&Na(this.left,r),a.reverse()}pop(){return this.setCursor(Number.POSITIVE_INFINITY),this.left.pop()}push(t){this.setCursor(Number.POSITIVE_INFINITY),this.left.push(t)}pushMany(t){this.setCursor(Number.POSITIVE_INFINITY),Na(this.left,t)}unshift(t){this.setCursor(0),this.right.push(t)}unshiftMany(t){this.setCursor(0),Na(this.right,t.reverse())}setCursor(t){if(!(t===this.left.length||t>this.left.length&&this.right.length===0||t<0&&this.left.length===0))if(t<this.left.length){const n=this.left.splice(t,Number.POSITIVE_INFINITY);Na(this.right,n.reverse())}else{const n=this.right.splice(this.left.length+this.right.length-t,Number.POSITIVE_INFINITY);Na(this.left,n.reverse())}}}function Na(e,t){let n=0;if(t.length<1e4)e.push(...t);else for(;n<t.length;)e.push(...t.slice(n,n+1e4)),n+=1e4}function CE(e){const t={};let n=-1,r,o,a,u,c,d,f;const p=new xN(e);for(;++n<p.length;){for(;n in t;)n=t[n];if(r=p.get(n),n&&r[1].type==="chunkFlow"&&p.get(n-1)[1].type==="listItemPrefix"&&(d=r[1]._tokenizer.events,a=0,a<d.length&&d[a][1].type==="lineEndingBlank"&&(a+=2),a<d.length&&d[a][1].type==="content"))for(;++a<d.length&&d[a][1].type!=="content";)d[a][1].type==="chunkText"&&(d[a][1]._isInFirstContentOfListItem=!0,a++);if(r[0]==="enter")r[1].contentType&&(Object.assign(t,wN(p,n)),n=t[n],f=!0);else if(r[1]._container){for(a=n,o=void 0;a--;)if(u=p.get(a),u[1].type==="lineEnding"||u[1].type==="lineEndingBlank")u[0]==="enter"&&(o&&(p.get(o)[1].type="lineEndingBlank"),u[1].type="lineEnding",o=a);else if(!(u[1].type==="linePrefix"||u[1].type==="listItemIndent"))break;o&&(r[1].end=F({},p.get(o)[1].start),c=p.slice(o,n),c.unshift(r),p.splice(o,n-o+1,c))}}return Xn(e,0,Number.POSITIVE_INFINITY,p.slice(0)),!f}function wN(e,t){const n=e.get(t)[1],r=e.get(t)[2];let o=t-1;const a=[];let u=n._tokenizer;u||(u=r.parser[n.contentType](n.start),n._contentTypeTextTrailing&&(u._contentTypeTextTrailing=!0));const c=u.events,d=[],f={};let p,m,T=-1,y=n,_=0,w=0;const C=[w];for(;y;){for(;e.get(++o)[1]!==y;);a.push(o),y._tokenizer||(p=r.sliceStream(y),y.next||p.push(null),m&&u.defineSkip(y.start),y._isInFirstContentOfListItem&&(u._gfmTasklistFirstContentOfListItem=!0),u.write(p),y._isInFirstContentOfListItem&&(u._gfmTasklistFirstContentOfListItem=void 0)),m=y,y=y.next}for(y=n;++T<c.length;)c[T][0]==="exit"&&c[T-1][0]==="enter"&&c[T][1].type===c[T-1][1].type&&c[T][1].start.line!==c[T][1].end.line&&(w=T+1,C.push(w),y._tokenizer=void 0,y.previous=void 0,y=y.next);for(u.events=[],y?(y._tokenizer=void 0,y.previous=void 0):C.pop(),T=C.length;T--;){const A=c.slice(C[T],C[T+1]),P=a.pop();d.push([P,P+A.length-1]),e.splice(P,2,A)}for(d.reverse(),T=-1;++T<d.length;)f[_+d[T][0]]=_+d[T][1],_+=d[T][1]-d[T][0]-1;return f}const AN={resolve:CN,tokenize:kN},vN={partial:!0,tokenize:PN};function CN(e){return CE(e),e}function kN(e,t){let n;return r;function r(c){return e.enter("content"),n=e.enter("chunkContent",{contentType:"content"}),o(c)}function o(c){return c===null?a(c):Ue(c)?e.check(vN,u,a)(c):(e.consume(c),o)}function a(c){return e.exit("chunkContent"),e.exit("content"),t(c)}function u(c){return e.consume(c),e.exit("chunkContent"),n.next=e.enter("chunkContent",{contentType:"content",previous:n}),n=n.next,o}}function PN(e,t,n){const r=this;return o;function o(u){return e.exit("chunkContent"),e.enter("lineEnding"),e.consume(u),e.exit("lineEnding"),it(e,a,"linePrefix")}function a(u){if(u===null||Ue(u))return n(u);const c=r.events[r.events.length-1];return!r.parser.constructs.disable.null.includes("codeIndented")&&c&&c[1].type==="linePrefix"&&c[2].sliceSerialize(c[1],!0).length>=4?t(u):e.interrupt(r.parser.constructs.flow,n,t)(u)}}function kE(e,t,n,r,o,a,u,c,d){const f=d||Number.POSITIVE_INFINITY;let p=0;return m;function m(A){return A===60?(e.enter(r),e.enter(o),e.enter(a),e.consume(A),e.exit(a),T):A===null||A===32||A===41||Al(A)?n(A):(e.enter(r),e.enter(u),e.enter(c),e.enter("chunkString",{contentType:"string"}),w(A))}function T(A){return A===62?(e.enter(a),e.consume(A),e.exit(a),e.exit(o),e.exit(r),t):(e.enter(c),e.enter("chunkString",{contentType:"string"}),y(A))}function y(A){return A===62?(e.exit("chunkString"),e.exit(c),T(A)):A===null||A===60||Ue(A)?n(A):(e.consume(A),A===92?_:y)}function _(A){return A===60||A===62||A===92?(e.consume(A),y):y(A)}function w(A){return!p&&(A===null||A===41||ht(A))?(e.exit("chunkString"),e.exit(c),e.exit(u),e.exit(r),t(A)):p<f&&A===40?(e.consume(A),p++,w):A===41?(e.consume(A),p--,w):A===null||A===32||A===40||Al(A)?n(A):(e.consume(A),A===92?C:w)}function C(A){return A===40||A===41||A===92?(e.consume(A),w):w(A)}}function PE(e,t,n,r,o,a){const u=this;let c=0,d;return f;function f(y){return e.enter(r),e.enter(o),e.consume(y),e.exit(o),e.enter(a),p}function p(y){return c>999||y===null||y===91||y===93&&!d||y===94&&!c&&"_hiddenFootnoteSupport"in u.parser.constructs?n(y):y===93?(e.exit(a),e.enter(o),e.consume(y),e.exit(o),e.exit(r),t):Ue(y)?(e.enter("lineEnding"),e.consume(y),e.exit("lineEnding"),p):(e.enter("chunkString",{contentType:"string"}),m(y))}function m(y){return y===null||y===91||y===93||Ue(y)||c++>999?(e.exit("chunkString"),p(y)):(e.consume(y),d||(d=!tt(y)),y===92?T:m)}function T(y){return y===91||y===92||y===93?(e.consume(y),c++,m):m(y)}}function NE(e,t,n,r,o,a){let u;return c;function c(T){return T===34||T===39||T===40?(e.enter(r),e.enter(o),e.consume(T),e.exit(o),u=T===40?41:T,d):n(T)}function d(T){return T===u?(e.enter(o),e.consume(T),e.exit(o),e.exit(r),t):(e.enter(a),f(T))}function f(T){return T===u?(e.exit(a),d(u)):T===null?n(T):Ue(T)?(e.enter("lineEnding"),e.consume(T),e.exit("lineEnding"),it(e,f,"linePrefix")):(e.enter("chunkString",{contentType:"string"}),p(T))}function p(T){return T===u||T===null||Ue(T)?(e.exit("chunkString"),f(T)):(e.consume(T),T===92?m:p)}function m(T){return T===u||T===92?(e.consume(T),p):p(T)}}function Oa(e,t){let n;return r;function r(o){return Ue(o)?(e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),n=!0,r):tt(o)?it(e,r,n?"linePrefix":"lineSuffix")(o):t(o)}}const NN={name:"definition",tokenize:IN},ON={partial:!0,tokenize:RN};function IN(e,t,n){const r=this;let o;return a;function a(y){return e.enter("definition"),u(y)}function u(y){return PE.call(r,e,c,n,"definitionLabel","definitionLabelMarker","definitionLabelString")(y)}function c(y){return o=Sr(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)),y===58?(e.enter("definitionMarker"),e.consume(y),e.exit("definitionMarker"),d):n(y)}function d(y){return ht(y)?Oa(e,f)(y):f(y)}function f(y){return kE(e,p,n,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(y)}function p(y){return e.attempt(ON,m,m)(y)}function m(y){return tt(y)?it(e,T,"whitespace")(y):T(y)}function T(y){return y===null||Ue(y)?(e.exit("definition"),r.parser.defined.push(o),t(y)):n(y)}}function RN(e,t,n){return r;function r(c){return ht(c)?Oa(e,o)(c):n(c)}function o(c){return NE(e,a,n,"definitionTitle","definitionTitleMarker","definitionTitleString")(c)}function a(c){return tt(c)?it(e,u,"whitespace")(c):u(c)}function u(c){return c===null||Ue(c)?t(c):n(c)}}const LN={name:"hardBreakEscape",tokenize:DN};function DN(e,t,n){return r;function r(a){return e.enter("hardBreakEscape"),e.consume(a),o}function o(a){return Ue(a)?(e.exit("hardBreakEscape"),t(a)):n(a)}}const MN={name:"headingAtx",resolve:FN,tokenize:BN};function FN(e,t){let n=e.length-2,r=3,o,a;return e[r][1].type==="whitespace"&&(r+=2),n-2>r&&e[n][1].type==="whitespace"&&(n-=2),e[n][1].type==="atxHeadingSequence"&&(r===n-1||n-4>r&&e[n-2][1].type==="whitespace")&&(n-=r+1===n?2:4),n>r&&(o={type:"atxHeadingText",start:e[r][1].start,end:e[n][1].end},a={type:"chunkText",start:e[r][1].start,end:e[n][1].end,contentType:"text"},Xn(e,r,n-r+1,[["enter",o,t],["enter",a,t],["exit",a,t],["exit",o,t]])),e}function BN(e,t,n){let r=0;return o;function o(p){return e.enter("atxHeading"),a(p)}function a(p){return e.enter("atxHeadingSequence"),u(p)}function u(p){return p===35&&r++<6?(e.consume(p),u):p===null||ht(p)?(e.exit("atxHeadingSequence"),c(p)):n(p)}function c(p){return p===35?(e.enter("atxHeadingSequence"),d(p)):p===null||Ue(p)?(e.exit("atxHeading"),t(p)):tt(p)?it(e,c,"whitespace")(p):(e.enter("atxHeadingText"),f(p))}function d(p){return p===35?(e.consume(p),d):(e.exit("atxHeadingSequence"),c(p))}function f(p){return p===null||p===35||ht(p)?(e.exit("atxHeadingText"),c(p)):(e.consume(p),f)}}const UN=["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"],OE=["pre","script","style","textarea"],HN={concrete:!0,name:"htmlFlow",resolveTo:$N,tokenize:VN},zN={partial:!0,tokenize:YN},jN={partial:!0,tokenize:qN};function $N(e){let t=e.length;for(;t--&&!(e[t][0]==="enter"&&e[t][1].type==="htmlFlow"););return t>1&&e[t-2][1].type==="linePrefix"&&(e[t][1].start=e[t-2][1].start,e[t+1][1].start=e[t-2][1].start,e.splice(t-2,2)),e}function VN(e,t,n){const r=this;let o,a,u,c,d;return f;function f(O){return p(O)}function p(O){return e.enter("htmlFlow"),e.enter("htmlFlowData"),e.consume(O),m}function m(O){return O===33?(e.consume(O),T):O===47?(e.consume(O),a=!0,w):O===63?(e.consume(O),o=3,r.interrupt?t:k):Pn(O)?(e.consume(O),u=String.fromCharCode(O),C):n(O)}function T(O){return O===45?(e.consume(O),o=2,y):O===91?(e.consume(O),o=5,c=0,_):Pn(O)?(e.consume(O),o=4,r.interrupt?t:k):n(O)}function y(O){return O===45?(e.consume(O),r.interrupt?t:k):n(O)}function _(O){const we="CDATA[";return O===we.charCodeAt(c++)?(e.consume(O),c===we.length?r.interrupt?t:ce:_):n(O)}function w(O){return Pn(O)?(e.consume(O),u=String.fromCharCode(O),C):n(O)}function C(O){if(O===null||O===47||O===62||ht(O)){const we=O===47,Be=u.toLowerCase();return!we&&!a&&OE.includes(Be)?(o=1,r.interrupt?t(O):ce(O)):UN.includes(u.toLowerCase())?(o=6,we?(e.consume(O),A):r.interrupt?t(O):ce(O)):(o=7,r.interrupt&&!r.parser.lazy[r.now().line]?n(O):a?P(O):v(O))}return O===45||Tn(O)?(e.consume(O),u+=String.fromCharCode(O),C):n(O)}function A(O){return O===62?(e.consume(O),r.interrupt?t:ce):n(O)}function P(O){return tt(O)?(e.consume(O),P):V(O)}function v(O){return O===47?(e.consume(O),V):O===58||O===95||Pn(O)?(e.consume(O),H):tt(O)?(e.consume(O),v):V(O)}function H(O){return O===45||O===46||O===58||O===95||Tn(O)?(e.consume(O),H):Y(O)}function Y(O){return O===61?(e.consume(O),D):tt(O)?(e.consume(O),Y):v(O)}function D(O){return O===null||O===60||O===61||O===62||O===96?n(O):O===34||O===39?(e.consume(O),d=O,q):tt(O)?(e.consume(O),D):re(O)}function q(O){return O===d?(e.consume(O),d=null,me):O===null||Ue(O)?n(O):(e.consume(O),q)}function re(O){return O===null||O===34||O===39||O===47||O===60||O===61||O===62||O===96||ht(O)?Y(O):(e.consume(O),re)}function me(O){return O===47||O===62||tt(O)?v(O):n(O)}function V(O){return O===62?(e.consume(O),se):n(O)}function se(O){return O===null||Ue(O)?ce(O):tt(O)?(e.consume(O),se):n(O)}function ce(O){return O===45&&o===2?(e.consume(O),Oe):O===60&&o===1?(e.consume(O),oe):O===62&&o===4?(e.consume(O),L):O===63&&o===3?(e.consume(O),k):O===93&&o===5?(e.consume(O),ie):Ue(O)&&(o===6||o===7)?(e.exit("htmlFlowData"),e.check(zN,ee,de)(O)):O===null||Ue(O)?(e.exit("htmlFlowData"),de(O)):(e.consume(O),ce)}function de(O){return e.check(jN,ne,ee)(O)}function ne(O){return e.enter("lineEnding"),e.consume(O),e.exit("lineEnding"),Ee}function Ee(O){return O===null||Ue(O)?de(O):(e.enter("htmlFlowData"),ce(O))}function Oe(O){return O===45?(e.consume(O),k):ce(O)}function oe(O){return O===47?(e.consume(O),u="",Q):ce(O)}function Q(O){if(O===62){const we=u.toLowerCase();return OE.includes(we)?(e.consume(O),L):ce(O)}return Pn(O)&&u.length<8?(e.consume(O),u+=String.fromCharCode(O),Q):ce(O)}function ie(O){return O===93?(e.consume(O),k):ce(O)}function k(O){return O===62?(e.consume(O),L):O===45&&o===2?(e.consume(O),k):ce(O)}function L(O){return O===null||Ue(O)?(e.exit("htmlFlowData"),ee(O)):(e.consume(O),L)}function ee(O){return e.exit("htmlFlow"),t(O)}}function qN(e,t,n){const r=this;return o;function o(u){return Ue(u)?(e.enter("lineEnding"),e.consume(u),e.exit("lineEnding"),a):n(u)}function a(u){return r.parser.lazy[r.now().line]?n(u):t(u)}}function YN(e,t,n){return r;function r(o){return e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),e.attempt(Pa,t,n)}}const WN={name:"htmlText",tokenize:GN};function GN(e,t,n){const r=this;let o,a,u;return c;function c(k){return e.enter("htmlText"),e.enter("htmlTextData"),e.consume(k),d}function d(k){return k===33?(e.consume(k),f):k===47?(e.consume(k),Y):k===63?(e.consume(k),v):Pn(k)?(e.consume(k),re):n(k)}function f(k){return k===45?(e.consume(k),p):k===91?(e.consume(k),a=0,_):Pn(k)?(e.consume(k),P):n(k)}function p(k){return k===45?(e.consume(k),y):n(k)}function m(k){return k===null?n(k):k===45?(e.consume(k),T):Ue(k)?(u=m,oe(k)):(e.consume(k),m)}function T(k){return k===45?(e.consume(k),y):m(k)}function y(k){return k===62?Oe(k):k===45?T(k):m(k)}function _(k){const L="CDATA[";return k===L.charCodeAt(a++)?(e.consume(k),a===L.length?w:_):n(k)}function w(k){return k===null?n(k):k===93?(e.consume(k),C):Ue(k)?(u=w,oe(k)):(e.consume(k),w)}function C(k){return k===93?(e.consume(k),A):w(k)}function A(k){return k===62?Oe(k):k===93?(e.consume(k),A):w(k)}function P(k){return k===null||k===62?Oe(k):Ue(k)?(u=P,oe(k)):(e.consume(k),P)}function v(k){return k===null?n(k):k===63?(e.consume(k),H):Ue(k)?(u=v,oe(k)):(e.consume(k),v)}function H(k){return k===62?Oe(k):v(k)}function Y(k){return Pn(k)?(e.consume(k),D):n(k)}function D(k){return k===45||Tn(k)?(e.consume(k),D):q(k)}function q(k){return Ue(k)?(u=q,oe(k)):tt(k)?(e.consume(k),q):Oe(k)}function re(k){return k===45||Tn(k)?(e.consume(k),re):k===47||k===62||ht(k)?me(k):n(k)}function me(k){return k===47?(e.consume(k),Oe):k===58||k===95||Pn(k)?(e.consume(k),V):Ue(k)?(u=me,oe(k)):tt(k)?(e.consume(k),me):Oe(k)}function V(k){return k===45||k===46||k===58||k===95||Tn(k)?(e.consume(k),V):se(k)}function se(k){return k===61?(e.consume(k),ce):Ue(k)?(u=se,oe(k)):tt(k)?(e.consume(k),se):me(k)}function ce(k){return k===null||k===60||k===61||k===62||k===96?n(k):k===34||k===39?(e.consume(k),o=k,de):Ue(k)?(u=ce,oe(k)):tt(k)?(e.consume(k),ce):(e.consume(k),ne)}function de(k){return k===o?(e.consume(k),o=void 0,Ee):k===null?n(k):Ue(k)?(u=de,oe(k)):(e.consume(k),de)}function ne(k){return k===null||k===34||k===39||k===60||k===61||k===96?n(k):k===47||k===62||ht(k)?me(k):(e.consume(k),ne)}function Ee(k){return k===47||k===62||ht(k)?me(k):n(k)}function Oe(k){return k===62?(e.consume(k),e.exit("htmlTextData"),e.exit("htmlText"),t):n(k)}function oe(k){return e.exit("htmlTextData"),e.enter("lineEnding"),e.consume(k),e.exit("lineEnding"),Q}function Q(k){return tt(k)?it(e,ie,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(k):ie(k)}function ie(k){return e.enter("htmlTextData"),u(k)}}const Xf={name:"labelEnd",resolveAll:JN,resolveTo:ZN,tokenize:eO},XN={tokenize:tO},KN={tokenize:nO},QN={tokenize:rO};function JN(e){let t=-1;const n=[];for(;++t<e.length;){const r=e[t][1];if(n.push(e[t]),r.type==="labelImage"||r.type==="labelLink"||r.type==="labelEnd"){const o=r.type==="labelImage"?4:2;r.type="data",t+=o}}return e.length!==n.length&&Xn(e,0,e.length,n),e}function ZN(e,t){let n=e.length,r=0,o,a,u,c;for(;n--;)if(o=e[n][1],a){if(o.type==="link"||o.type==="labelLink"&&o._inactive)break;e[n][0]==="enter"&&o.type==="labelLink"&&(o._inactive=!0)}else if(u){if(e[n][0]==="enter"&&(o.type==="labelImage"||o.type==="labelLink")&&!o._balanced&&(a=n,o.type!=="labelLink")){r=2;break}}else o.type==="labelEnd"&&(u=n);const d={type:e[a][1].type==="labelLink"?"link":"image",start:F({},e[a][1].start),end:F({},e[e.length-1][1].end)},f={type:"label",start:F({},e[a][1].start),end:F({},e[u][1].end)},p={type:"labelText",start:F({},e[a+r+2][1].end),end:F({},e[u-2][1].start)};return c=[["enter",d,t],["enter",f,t]],c=ur(c,e.slice(a+1,a+r+3)),c=ur(c,[["enter",p,t]]),c=ur(c,Cl(t.parser.constructs.insideSpan.null,e.slice(a+r+4,u-3),t)),c=ur(c,[["exit",p,t],e[u-2],e[u-1],["exit",f,t]]),c=ur(c,e.slice(u+1)),c=ur(c,[["exit",d,t]]),Xn(e,a,e.length,c),e}function eO(e,t,n){const r=this;let o=r.events.length,a,u;for(;o--;)if((r.events[o][1].type==="labelImage"||r.events[o][1].type==="labelLink")&&!r.events[o][1]._balanced){a=r.events[o][1];break}return c;function c(T){return a?a._inactive?m(T):(u=r.parser.defined.includes(Sr(r.sliceSerialize({start:a.end,end:r.now()}))),e.enter("labelEnd"),e.enter("labelMarker"),e.consume(T),e.exit("labelMarker"),e.exit("labelEnd"),d):n(T)}function d(T){return T===40?e.attempt(XN,p,u?p:m)(T):T===91?e.attempt(KN,p,u?f:m)(T):u?p(T):m(T)}function f(T){return e.attempt(QN,p,m)(T)}function p(T){return t(T)}function m(T){return a._balanced=!0,n(T)}}function tO(e,t,n){return r;function r(m){return e.enter("resource"),e.enter("resourceMarker"),e.consume(m),e.exit("resourceMarker"),o}function o(m){return ht(m)?Oa(e,a)(m):a(m)}function a(m){return m===41?p(m):kE(e,u,c,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",32)(m)}function u(m){return ht(m)?Oa(e,d)(m):p(m)}function c(m){return n(m)}function d(m){return m===34||m===39||m===40?NE(e,f,n,"resourceTitle","resourceTitleMarker","resourceTitleString")(m):p(m)}function f(m){return ht(m)?Oa(e,p)(m):p(m)}function p(m){return m===41?(e.enter("resourceMarker"),e.consume(m),e.exit("resourceMarker"),e.exit("resource"),t):n(m)}}function nO(e,t,n){const r=this;return o;function o(c){return PE.call(r,e,a,u,"reference","referenceMarker","referenceString")(c)}function a(c){return r.parser.defined.includes(Sr(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)))?t(c):n(c)}function u(c){return n(c)}}function rO(e,t,n){return r;function r(a){return e.enter("reference"),e.enter("referenceMarker"),e.consume(a),e.exit("referenceMarker"),o}function o(a){return a===93?(e.enter("referenceMarker"),e.consume(a),e.exit("referenceMarker"),e.exit("reference"),t):n(a)}}const iO={name:"labelStartImage",resolveAll:Xf.resolveAll,tokenize:oO};function oO(e,t,n){const r=this;return o;function o(c){return e.enter("labelImage"),e.enter("labelImageMarker"),e.consume(c),e.exit("labelImageMarker"),a}function a(c){return c===91?(e.enter("labelMarker"),e.consume(c),e.exit("labelMarker"),e.exit("labelImage"),u):n(c)}function u(c){return c===94&&"_hiddenFootnoteSupport"in r.parser.constructs?n(c):t(c)}}const sO={name:"labelStartLink",resolveAll:Xf.resolveAll,tokenize:aO};function aO(e,t,n){const r=this;return o;function o(u){return e.enter("labelLink"),e.enter("labelMarker"),e.consume(u),e.exit("labelMarker"),e.exit("labelLink"),a}function a(u){return u===94&&"_hiddenFootnoteSupport"in r.parser.constructs?n(u):t(u)}}const Kf={name:"lineEnding",tokenize:uO};function uO(e,t){return n;function n(r){return e.enter("lineEnding"),e.consume(r),e.exit("lineEnding"),it(e,t,"linePrefix")}}const kl={name:"thematicBreak",tokenize:lO};function lO(e,t,n){let r=0,o;return a;function a(f){return e.enter("thematicBreak"),u(f)}function u(f){return o=f,c(f)}function c(f){return f===o?(e.enter("thematicBreakSequence"),d(f)):r>=3&&(f===null||Ue(f))?(e.exit("thematicBreak"),t(f)):n(f)}function d(f){return f===o?(e.consume(f),r++,d):(e.exit("thematicBreakSequence"),tt(f)?it(e,c,"whitespace")(f):c(f))}}const Fn={continuation:{tokenize:hO},exit:mO,name:"list",tokenize:fO},cO={partial:!0,tokenize:gO},dO={partial:!0,tokenize:pO};function fO(e,t,n){const r=this,o=r.events[r.events.length-1];let a=o&&o[1].type==="linePrefix"?o[2].sliceSerialize(o[1],!0).length:0,u=0;return c;function c(y){const _=r.containerState.type||(y===42||y===43||y===45?"listUnordered":"listOrdered");if(_==="listUnordered"?!r.containerState.marker||y===r.containerState.marker:Yf(y)){if(r.containerState.type||(r.containerState.type=_,e.enter(_,{_container:!0})),_==="listUnordered")return e.enter("listItemPrefix"),y===42||y===45?e.check(kl,n,f)(y):f(y);if(!r.interrupt||y===49)return e.enter("listItemPrefix"),e.enter("listItemValue"),d(y)}return n(y)}function d(y){return Yf(y)&&++u<10?(e.consume(y),d):(!r.interrupt||u<2)&&(r.containerState.marker?y===r.containerState.marker:y===41||y===46)?(e.exit("listItemValue"),f(y)):n(y)}function f(y){return e.enter("listItemMarker"),e.consume(y),e.exit("listItemMarker"),r.containerState.marker=r.containerState.marker||y,e.check(Pa,r.interrupt?n:p,e.attempt(cO,T,m))}function p(y){return r.containerState.initialBlankLine=!0,a++,T(y)}function m(y){return tt(y)?(e.enter("listItemPrefixWhitespace"),e.consume(y),e.exit("listItemPrefixWhitespace"),T):n(y)}function T(y){return r.containerState.size=a+r.sliceSerialize(e.exit("listItemPrefix"),!0).length,t(y)}}function hO(e,t,n){const r=this;return r.containerState._closeFlow=void 0,e.check(Pa,o,a);function o(c){return r.containerState.furtherBlankLines=r.containerState.furtherBlankLines||r.containerState.initialBlankLine,it(e,t,"listItemIndent",r.containerState.size+1)(c)}function a(c){return r.containerState.furtherBlankLines||!tt(c)?(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,u(c)):(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,e.attempt(dO,t,u)(c))}function u(c){return r.containerState._closeFlow=!0,r.interrupt=void 0,it(e,e.attempt(Fn,t,n),"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(c)}}function pO(e,t,n){const r=this;return it(e,o,"listItemIndent",r.containerState.size+1);function o(a){const u=r.events[r.events.length-1];return u&&u[1].type==="listItemIndent"&&u[2].sliceSerialize(u[1],!0).length===r.containerState.size?t(a):n(a)}}function mO(e){e.exit(this.containerState.type)}function gO(e,t,n){const r=this;return it(e,o,"listItemPrefixWhitespace",r.parser.constructs.disable.null.includes("codeIndented")?void 0:5);function o(a){const u=r.events[r.events.length-1];return!tt(a)&&u&&u[1].type==="listItemPrefixWhitespace"?t(a):n(a)}}const IE={name:"setextUnderline",resolveTo:EO,tokenize:yO};function EO(e,t){let n=e.length,r,o,a;for(;n--;)if(e[n][0]==="enter"){if(e[n][1].type==="content"){r=n;break}e[n][1].type==="paragraph"&&(o=n)}else e[n][1].type==="content"&&e.splice(n,1),!a&&e[n][1].type==="definition"&&(a=n);const u={type:"setextHeading",start:F({},e[r][1].start),end:F({},e[e.length-1][1].end)};return e[o][1].type="setextHeadingText",a?(e.splice(o,0,["enter",u,t]),e.splice(a+1,0,["exit",e[r][1],t]),e[r][1].end=F({},e[a][1].end)):e[r][1]=u,e.push(["exit",u,t]),e}function yO(e,t,n){const r=this;let o;return a;function a(f){let p=r.events.length,m;for(;p--;)if(r.events[p][1].type!=="lineEnding"&&r.events[p][1].type!=="linePrefix"&&r.events[p][1].type!=="content"){m=r.events[p][1].type==="paragraph";break}return!r.parser.lazy[r.now().line]&&(r.interrupt||m)?(e.enter("setextHeadingLine"),o=f,u(f)):n(f)}function u(f){return e.enter("setextHeadingLineSequence"),c(f)}function c(f){return f===o?(e.consume(f),c):(e.exit("setextHeadingLineSequence"),tt(f)?it(e,d,"lineSuffix")(f):d(f))}function d(f){return f===null||Ue(f)?(e.exit("setextHeadingLine"),t(f)):n(f)}}const bO={tokenize:TO};function TO(e){const t=this,n=e.attempt(Pa,r,e.attempt(this.parser.constructs.flowInitial,o,it(e,e.attempt(this.parser.constructs.flow,o,e.attempt(AN,o)),"linePrefix")));return n;function r(a){if(a===null){e.consume(a);return}return e.enter("lineEndingBlank"),e.consume(a),e.exit("lineEndingBlank"),t.currentConstruct=void 0,n}function o(a){if(a===null){e.consume(a);return}return e.enter("lineEnding"),e.consume(a),e.exit("lineEnding"),t.currentConstruct=void 0,n}}const _O={resolveAll:LE()},SO=RE("string"),xO=RE("text");function RE(e){return{resolveAll:LE(e==="text"?wO:void 0),tokenize:t};function t(n){const r=this,o=this.parser.constructs[e],a=n.attempt(o,u,c);return u;function u(p){return f(p)?a(p):c(p)}function c(p){if(p===null){n.consume(p);return}return n.enter("data"),n.consume(p),d}function d(p){return f(p)?(n.exit("data"),a(p)):(n.consume(p),d)}function f(p){if(p===null)return!0;const m=o[p];let T=-1;if(m)for(;++T<m.length;){const y=m[T];if(!y.previous||y.previous.call(r,r.previous))return!0}return!1}}}function LE(e){return t;function t(n,r){let o=-1,a;for(;++o<=n.length;)a===void 0?n[o]&&n[o][1].type==="data"&&(a=o,o++):(!n[o]||n[o][1].type!=="data")&&(o!==a+2&&(n[a][1].end=n[o-1][1].end,n.splice(a+2,o-a-2),o=a+2),a=void 0);return e?e(n,r):n}}function wO(e,t){let n=0;for(;++n<=e.length;)if((n===e.length||e[n][1].type==="lineEnding")&&e[n-1][1].type==="data"){const r=e[n-1][1],o=t.sliceStream(r);let a=o.length,u=-1,c=0,d;for(;a--;){const f=o[a];if(typeof f=="string"){for(u=f.length;f.charCodeAt(u-1)===32;)c++,u--;if(u)break;u=-1}else if(f===-2)d=!0,c++;else if(f!==-1){a++;break}}if(t._contentTypeTextTrailing&&n===e.length&&(c=0),c){const f={type:n===e.length||d||c<2?"lineSuffix":"hardBreakTrailing",start:{_bufferIndex:a?u:r.start._bufferIndex+u,_index:r.start._index+a,line:r.end.line,column:r.end.column-c,offset:r.end.offset-c},end:F({},r.end)};r.end=F({},f.start),r.start.offset===r.end.offset?Object.assign(r,f):(e.splice(n,0,["enter",f,t],["exit",f,t]),n+=2)}n++}return e}const AO=Object.freeze(Object.defineProperty({__proto__:null,attentionMarkers:{null:[42,95]},contentInitial:{91:NN},disable:{null:[]},document:{42:Fn,43:Fn,45:Fn,48:Fn,49:Fn,50:Fn,51:Fn,52:Fn,53:Fn,54:Fn,55:Fn,56:Fn,57:Fn,62:SE},flow:{35:MN,42:kl,45:[IE,kl],60:HN,61:IE,95:kl,96:vE,126:vE},flowInitial:{[-2]:Gf,[-1]:Gf,32:Gf},insideSpan:{null:[Wf,_O]},string:{38:wE,92:xE},text:{[-5]:Kf,[-4]:Kf,[-3]:Kf,33:iO,38:wE,42:Wf,60:[sN,WN],91:sO,92:[LN,xE],93:Xf,95:Wf,96:bN}},Symbol.toStringTag,{value:"Module"}));function vO(e,t,n){let r={_bufferIndex:-1,_index:0,line:n&&n.line||1,column:n&&n.column||1,offset:n&&n.offset||0};const o={},a=[];let u=[],c=[];const d={attempt:q(Y),check:q(D),consume:P,enter:v,exit:H,interrupt:q(D,{interrupt:!0})},f={code:null,containerState:{},defineSkip:w,events:[],now:_,parser:e,previous:null,sliceSerialize:T,sliceStream:y,write:m};let p=t.tokenize.call(f,d);return t.resolveAll&&a.push(t),f;function m(se){return u=ur(u,se),C(),u[u.length-1]!==null?[]:(re(t,0),f.events=Cl(a,f.events,f),f.events)}function T(se,ce){return kO(y(se),ce)}function y(se){return CO(u,se)}function _(){const{_bufferIndex:se,_index:ce,line:de,column:ne,offset:Ee}=r;return{_bufferIndex:se,_index:ce,line:de,column:ne,offset:Ee}}function w(se){o[se.line]=se.column,V()}function C(){let se;for(;r._index<u.length;){const ce=u[r._index];if(typeof ce=="string")for(se=r._index,r._bufferIndex<0&&(r._bufferIndex=0);r._index===se&&r._bufferIndex<ce.length;)A(ce.charCodeAt(r._bufferIndex));else A(ce)}}function A(se){p=p(se)}function P(se){Ue(se)?(r.line++,r.column=1,r.offset+=se===-3?2:1,V()):se!==-1&&(r.column++,r.offset++),r._bufferIndex<0?r._index++:(r._bufferIndex++,r._bufferIndex===u[r._index].length&&(r._bufferIndex=-1,r._index++)),f.previous=se}function v(se,ce){const de=ce||{};return de.type=se,de.start=_(),f.events.push(["enter",de,f]),c.push(de),de}function H(se){const ce=c.pop();return ce.end=_(),f.events.push(["exit",ce,f]),ce}function Y(se,ce){re(se,ce.from)}function D(se,ce){ce.restore()}function q(se,ce){return de;function de(ne,Ee,Oe){let oe,Q,ie,k;return Array.isArray(ne)?ee(ne):"tokenize"in ne?ee([ne]):L(ne);function L(Te){return Fe;function Fe($e){const Ge=$e!==null&&Te[$e],_t=$e!==null&&Te.null,Nn=[...Array.isArray(Ge)?Ge:Ge?[Ge]:[],...Array.isArray(_t)?_t:_t?[_t]:[]];return ee(Nn)($e)}}function ee(Te){return oe=Te,Q=0,Te.length===0?Oe:O(Te[Q])}function O(Te){return Fe;function Fe($e){return k=me(),ie=Te,Te.partial||(f.currentConstruct=Te),Te.name&&f.parser.constructs.disable.null.includes(Te.name)?Be():Te.tokenize.call(ce?Object.assign(Object.create(f),ce):f,d,we,Be)($e)}}function we(Te){return se(ie,k),Ee}function Be(Te){return k.restore(),++Q<oe.length?O(oe[Q]):Oe}}}function re(se,ce){se.resolveAll&&!a.includes(se)&&a.push(se),se.resolve&&Xn(f.events,ce,f.events.length-ce,se.resolve(f.events.slice(ce),f)),se.resolveTo&&(f.events=se.resolveTo(f.events,f))}function me(){const se=_(),ce=f.previous,de=f.currentConstruct,ne=f.events.length,Ee=Array.from(c);return{from:ne,restore:Oe};function Oe(){r=se,f.previous=ce,f.currentConstruct=de,f.events.length=ne,c=Ee,V()}}function V(){r.line in o&&r.column<2&&(r.column=o[r.line],r.offset+=o[r.line]-1)}}function CO(e,t){const n=t.start._index,r=t.start._bufferIndex,o=t.end._index,a=t.end._bufferIndex;let u;if(n===o)u=[e[n].slice(r,a)];else{if(u=e.slice(n,o),r>-1){const c=u[0];typeof c=="string"?u[0]=c.slice(r):u.shift()}a>0&&u.push(e[o].slice(0,a))}return u}function kO(e,t){let n=-1;const r=[];let o;for(;++n<e.length;){const a=e[n];let u;if(typeof a=="string")u=a;else switch(a){case-5:{u="\r";break}case-4:{u=`
|
|
19
19
|
`;break}case-3:{u=`\r
|
|
20
|
-
`;break}case-2:{u=t?" ":" ";break}case-1:{if(!t&&o)continue;u=" ";break}default:u=String.fromCharCode(a)}o=a===-2,r.push(u)}return r.join("")}function fO(e){const r={constructs:cE([uO,...(e||{}).extensions||[]]),content:o(MP),defined:[],document:o(BP),flow:o(nO),lazy:{},string:o(oO),text:o(sO)};return r;function o(a){return u;function u(c){return lO(r,a,c)}}}function hO(e){for(;!bE(e););return e}const CE=/[\0\t\n\r]/g;function pO(){let e=1,t="",n=!0,r;return o;function o(a,u,c){const d=[];let f,p,m,T,y;for(a=t+(typeof a=="string"?a.toString():new TextDecoder(u||void 0).decode(a)),m=0,t="",n&&(a.charCodeAt(0)===65279&&m++,n=void 0);m<a.length;){if(CE.lastIndex=m,f=CE.exec(a),T=f&&f.index!==void 0?f.index:a.length,y=a.charCodeAt(T),!f){t=a.slice(m);break}if(y===10&&m===T&&r)d.push(-3),r=void 0;else switch(r&&(d.push(-5),r=void 0),m<T&&(d.push(a.slice(m,T)),e+=T-m),y){case 0:{d.push(65533),e++;break}case 9:{for(p=Math.ceil(e/4)*4,d.push(-2);e++<p;)d.push(-1);break}case 10:{d.push(-4),e=1;break}default:r=!0,e=1}m=T+1}return c&&(r&&d.push(-5),t&&d.push(t),d.push(null)),d}}const mO=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function gO(e){return e.replace(mO,EO)}function EO(e,t,n){if(t)return t;if(n.charCodeAt(0)===35){const o=n.charCodeAt(1),a=o===120||o===88;return dE(n.slice(a?2:1),a?16:10)}return $f(n)||e}const kE={}.hasOwnProperty;function yO(e,t,n){return typeof t!="string"&&(n=t,t=void 0),bO(n)(hO(fO(n).document().write(pO()(e,t,!0))))}function bO(e){const t={transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:a(hi),autolinkProtocol:ge,autolinkEmail:ge,atxHeading:a(Ri),blockQuote:a(ft),characterEscape:ge,characterReference:ge,codeFenced:a(on),codeFencedFenceInfo:u,codeFencedFenceMeta:u,codeIndented:a(on,u),codeText:a(Vr,u),codeTextData:ge,data:ge,codeFlowValue:ge,definition:a(qr),definitionDestinationString:u,definitionLabelString:u,definitionTitleString:u,emphasis:a(Rn),hardBreakEscape:a(Li),hardBreakTrailing:a(Li),htmlFlow:a(fi,u),htmlFlowData:ge,htmlText:a(fi,u),htmlTextData:ge,image:a(Ps),label:u,link:a(hi),listItem:a(Ae),listItemValue:T,listOrdered:a(Tr,m),listUnordered:a(Tr),paragraph:a(Fe),reference:O,referenceString:u,resourceDestinationString:u,resourceTitleString:u,setextHeading:a(Ri),strong:a(Be),thematicBreak:a(pt)},exit:{atxHeading:d(),atxHeadingSequence:V,autolink:d(),autolinkEmail:Ye,autolinkProtocol:xe,blockQuote:d(),characterEscapeValue:$,characterReferenceMarkerHexadecimal:Re,characterReferenceMarkerNumeric:Re,characterReferenceValue:ke,characterReference:He,codeFenced:d(A),codeFencedFence:S,codeFencedFenceInfo:y,codeFencedFenceMeta:_,codeFlowValue:$,codeIndented:d(v),codeText:d(be),codeTextData:$,data:$,definition:d(),definitionDestinationString:H,definitionLabelString:N,definitionTitleString:k,emphasis:d(),hardBreakEscape:d(ce),hardBreakTrailing:d(ce),htmlFlow:d(de),htmlFlowData:$,htmlText:d(ne),htmlTextData:$,image:d(oe),label:re,labelText:Q,lineEnding:se,link:d(Oe),listItem:d(),listOrdered:d(),listUnordered:d(),paragraph:d(),referenceString:_e,resourceDestinationString:C,resourceTitleString:D,resource:ee,setextHeading:d(ie),setextHeadingLineSequence:q,setextHeadingText:F,strong:d(),thematicBreak:d()}};PE(t,(e||{}).mdastExtensions||[]);const n={};return r;function r(J){let me={type:"root",children:[]};const ve={stack:[me],tokenStack:[],config:t,enter:c,exit:f,buffer:u,resume:p,data:n},Ve=[];let Le=-1;for(;++Le<J.length;)if(J[Le][1].type==="listOrdered"||J[Le][1].type==="listUnordered")if(J[Le][0]==="enter")Ve.push(Le);else{const ct=Ve.pop();Le=o(J,ct,Le)}for(Le=-1;++Le<J.length;){const ct=t[J[Le][0]];kE.call(ct,J[Le][1].type)&&ct[J[Le][1].type].call(Object.assign({sliceSerialize:J[Le][2].sliceSerialize},ve),J[Le][1])}if(ve.tokenStack.length>0){const ct=ve.tokenStack[ve.tokenStack.length-1];(ct[1]||NE).call(ve,void 0,ct[0])}for(me.position={start:vi(J.length>0?J[0][1].start:{line:1,column:1,offset:0}),end:vi(J.length>0?J[J.length-2][1].end:{line:1,column:1,offset:0})},Le=-1;++Le<t.transforms.length;)me=t.transforms[Le](me)||me;return me}function o(J,me,ve){let Ve=me-1,Le=-1,ct=!1,Yt,zt,sn,Yr;for(;++Ve<=ve;){const an=J[Ve];switch(an[1].type){case"listUnordered":case"listOrdered":case"blockQuote":{an[0]==="enter"?Le++:Le--,Yr=void 0;break}case"lineEndingBlank":{an[0]==="enter"&&(Yt&&!Yr&&!Le&&!sn&&(sn=Ve),Yr=void 0);break}case"linePrefix":case"listItemValue":case"listItemMarker":case"listItemPrefix":case"listItemPrefixWhitespace":break;default:Yr=void 0}if(!Le&&an[0]==="enter"&&an[1].type==="listItemPrefix"||Le===-1&&an[0]==="exit"&&(an[1].type==="listUnordered"||an[1].type==="listOrdered")){if(Yt){let Wr=Ve;for(zt=void 0;Wr--;){const Yn=J[Wr];if(Yn[1].type==="lineEnding"||Yn[1].type==="lineEndingBlank"){if(Yn[0]==="exit")continue;zt&&(J[zt][1].type="lineEndingBlank",ct=!0),Yn[1].type="lineEnding",zt=Wr}else if(!(Yn[1].type==="linePrefix"||Yn[1].type==="blockQuotePrefix"||Yn[1].type==="blockQuotePrefixWhitespace"||Yn[1].type==="blockQuoteMarker"||Yn[1].type==="listItemIndent"))break}sn&&(!zt||sn<zt)&&(Yt._spread=!0),Yt.end=Object.assign({},zt?J[zt][1].start:an[1].end),J.splice(zt||Ve,0,["exit",Yt,an[2]]),Ve++,ve++}if(an[1].type==="listItemPrefix"){const Wr={type:"listItem",_spread:!1,start:Object.assign({},an[1].start),end:void 0};Yt=Wr,J.splice(Ve,0,["enter",Wr,an[2]]),Ve++,ve++,sn=void 0,Yr=!0}}}return J[me][1]._spread=ct,ve}function a(J,me){return ve;function ve(Ve){c.call(this,J(Ve),Ve),me&&me.call(this,Ve)}}function u(){this.stack.push({type:"fragment",children:[]})}function c(J,me,ve){this.stack[this.stack.length-1].children.push(J),this.stack.push(J),this.tokenStack.push([me,ve||void 0]),J.position={start:vi(me.start),end:void 0}}function d(J){return me;function me(ve){J&&J.call(this,ve),f.call(this,ve)}}function f(J,me){const ve=this.stack.pop(),Ve=this.tokenStack.pop();if(Ve)Ve[0].type!==J.type&&(me?me.call(this,J,Ve[0]):(Ve[1]||NE).call(this,J,Ve[0]));else throw new Error("Cannot close `"+J.type+"` ("+wa({start:J.start,end:J.end})+"): it’s not open");ve.position.end=vi(J.end)}function p(){return jf(this.stack.pop())}function m(){this.data.expectingFirstListItemValue=!0}function T(J){if(this.data.expectingFirstListItemValue){const me=this.stack[this.stack.length-2];me.start=Number.parseInt(this.sliceSerialize(J),10),this.data.expectingFirstListItemValue=void 0}}function y(){const J=this.resume(),me=this.stack[this.stack.length-1];me.lang=J}function _(){const J=this.resume(),me=this.stack[this.stack.length-1];me.meta=J}function S(){this.data.flowCodeInside||(this.buffer(),this.data.flowCodeInside=!0)}function A(){const J=this.resume(),me=this.stack[this.stack.length-1];me.value=J.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),this.data.flowCodeInside=void 0}function v(){const J=this.resume(),me=this.stack[this.stack.length-1];me.value=J.replace(/(\r?\n|\r)$/g,"")}function N(J){const me=this.resume(),ve=this.stack[this.stack.length-1];ve.label=me,ve.identifier=mr(this.sliceSerialize(J)).toLowerCase()}function k(){const J=this.resume(),me=this.stack[this.stack.length-1];me.title=J}function H(){const J=this.resume(),me=this.stack[this.stack.length-1];me.url=J}function V(J){const me=this.stack[this.stack.length-1];if(!me.depth){const ve=this.sliceSerialize(J).length;me.depth=ve}}function F(){this.data.setextHeadingSlurpLineEnding=!0}function q(J){const me=this.stack[this.stack.length-1];me.depth=this.sliceSerialize(J).codePointAt(0)===61?1:2}function ie(){this.data.setextHeadingSlurpLineEnding=void 0}function ge(J){const ve=this.stack[this.stack.length-1].children;let Ve=ve[ve.length-1];(!Ve||Ve.type!=="text")&&(Ve=it(),Ve.position={start:vi(J.start),end:void 0},ve.push(Ve)),this.stack.push(Ve)}function $(J){const me=this.stack.pop();me.value+=this.sliceSerialize(J),me.position.end=vi(J.end)}function se(J){const me=this.stack[this.stack.length-1];if(this.data.atHardBreak){const ve=me.children[me.children.length-1];ve.position.end=vi(J.end),this.data.atHardBreak=void 0;return}!this.data.setextHeadingSlurpLineEnding&&t.canContainEols.includes(me.type)&&(ge.call(this,J),$.call(this,J))}function ce(){this.data.atHardBreak=!0}function de(){const J=this.resume(),me=this.stack[this.stack.length-1];me.value=J}function ne(){const J=this.resume(),me=this.stack[this.stack.length-1];me.value=J}function be(){const J=this.resume(),me=this.stack[this.stack.length-1];me.value=J}function Oe(){const J=this.stack[this.stack.length-1];if(this.data.inReference){const me=this.data.referenceType||"shortcut";J.type+="Reference",J.referenceType=me,delete J.url,delete J.title}else delete J.identifier,delete J.label;this.data.referenceType=void 0}function oe(){const J=this.stack[this.stack.length-1];if(this.data.inReference){const me=this.data.referenceType||"shortcut";J.type+="Reference",J.referenceType=me,delete J.url,delete J.title}else delete J.identifier,delete J.label;this.data.referenceType=void 0}function Q(J){const me=this.sliceSerialize(J),ve=this.stack[this.stack.length-2];ve.label=gO(me),ve.identifier=mr(me).toLowerCase()}function re(){const J=this.stack[this.stack.length-1],me=this.resume(),ve=this.stack[this.stack.length-1];if(this.data.inReference=!0,ve.type==="link"){const Ve=J.children;ve.children=Ve}else ve.alt=me}function C(){const J=this.resume(),me=this.stack[this.stack.length-1];me.url=J}function D(){const J=this.resume(),me=this.stack[this.stack.length-1];me.title=J}function ee(){this.data.inReference=void 0}function O(){this.data.referenceType="collapsed"}function _e(J){const me=this.resume(),ve=this.stack[this.stack.length-1];ve.label=me,ve.identifier=mr(this.sliceSerialize(J)).toLowerCase(),this.data.referenceType="full"}function Re(J){this.data.characterReferenceType=J.type}function ke(J){const me=this.sliceSerialize(J),ve=this.data.characterReferenceType;let Ve;ve?(Ve=dE(me,ve==="characterReferenceMarkerNumeric"?10:16),this.data.characterReferenceType=void 0):Ve=$f(me);const Le=this.stack[this.stack.length-1];Le.value+=Ve}function He(J){const me=this.stack.pop();me.position.end=vi(J.end)}function xe(J){$.call(this,J);const me=this.stack[this.stack.length-1];me.url=this.sliceSerialize(J)}function Ye(J){$.call(this,J);const me=this.stack[this.stack.length-1];me.url="mailto:"+this.sliceSerialize(J)}function ft(){return{type:"blockquote",children:[]}}function on(){return{type:"code",lang:null,meta:null,value:""}}function Vr(){return{type:"inlineCode",value:""}}function qr(){return{type:"definition",identifier:"",label:null,title:null,url:""}}function Rn(){return{type:"emphasis",children:[]}}function Ri(){return{type:"heading",depth:0,children:[]}}function Li(){return{type:"break"}}function fi(){return{type:"html",value:""}}function Ps(){return{type:"image",title:null,url:"",alt:null}}function hi(){return{type:"link",title:null,url:"",children:[]}}function Tr(J){return{type:"list",ordered:J.type==="listOrdered",start:null,spread:J._spread,children:[]}}function Ae(J){return{type:"listItem",spread:J._spread,checked:null,children:[]}}function Fe(){return{type:"paragraph",children:[]}}function Be(){return{type:"strong",children:[]}}function it(){return{type:"text",value:""}}function pt(){return{type:"thematicBreak"}}}function vi(e){return{line:e.line,column:e.column,offset:e.offset}}function PE(e,t){let n=-1;for(;++n<t.length;){const r=t[n];Array.isArray(r)?PE(e,r):TO(e,r)}}function TO(e,t){let n;for(n in t)if(kE.call(t,n))switch(n){case"canContainEols":{const r=t[n];r&&e[n].push(...r);break}case"transforms":{const r=t[n];r&&e[n].push(...r);break}case"enter":case"exit":{const r=t[n];r&&Object.assign(e[n],r);break}}}function NE(e,t){throw e?new Error("Cannot close `"+e.type+"` ("+wa({start:e.start,end:e.end})+"): a different token (`"+t.type+"`, "+wa({start:t.start,end:t.end})+") is open"):new Error("Cannot close document, a token (`"+t.type+"`, "+wa({start:t.start,end:t.end})+") is still open")}function _O(e){const t=this;t.parser=n;function n(r){return yO(r,pe(M(M({},t.data("settings")),e),{extensions:t.data("micromarkExtensions")||[],mdastExtensions:t.data("fromMarkdownExtensions")||[]}))}}function SO(e,t){const n={type:"element",tagName:"blockquote",properties:{},children:e.wrap(e.all(t),!0)};return e.patch(t,n),e.applyData(t,n)}function xO(e,t){const n={type:"element",tagName:"br",properties:{},children:[]};return e.patch(t,n),[e.applyData(t,n),{type:"text",value:`
|
|
21
|
-
`}]}function
|
|
22
|
-
`:"",r={},o=t.lang?t.lang.split(/\s+/):[];o.length>0&&(r.className=["language-"+o[0]]);let a={type:"element",tagName:"code",properties:r,children:[{type:"text",value:n}]};return t.meta&&(a.data={meta:t.meta}),e.patch(t,a),a=e.applyData(t,a),a={type:"element",tagName:"pre",properties:{},children:[a]},e.patch(t,a),a}function
|
|
20
|
+
`;break}case-2:{u=t?" ":" ";break}case-1:{if(!t&&o)continue;u=" ";break}default:u=String.fromCharCode(a)}o=a===-2,r.push(u)}return r.join("")}function PO(e){const r={constructs:yE([AO,...(e||{}).extensions||[]]),content:o(ZP),defined:[],document:o(tN),flow:o(bO),lazy:{},string:o(SO),text:o(xO)};return r;function o(a){return u;function u(c){return vO(r,a,c)}}}function NO(e){for(;!CE(e););return e}const DE=/[\0\t\n\r]/g;function OO(){let e=1,t="",n=!0,r;return o;function o(a,u,c){const d=[];let f,p,m,T,y;for(a=t+(typeof a=="string"?a.toString():new TextDecoder(u||void 0).decode(a)),m=0,t="",n&&(a.charCodeAt(0)===65279&&m++,n=void 0);m<a.length;){if(DE.lastIndex=m,f=DE.exec(a),T=f&&f.index!==void 0?f.index:a.length,y=a.charCodeAt(T),!f){t=a.slice(m);break}if(y===10&&m===T&&r)d.push(-3),r=void 0;else switch(r&&(d.push(-5),r=void 0),m<T&&(d.push(a.slice(m,T)),e+=T-m),y){case 0:{d.push(65533),e++;break}case 9:{for(p=Math.ceil(e/4)*4,d.push(-2);e++<p;)d.push(-1);break}case 10:{d.push(-4),e=1;break}default:r=!0,e=1}m=T+1}return c&&(r&&d.push(-5),t&&d.push(t),d.push(null)),d}}const IO=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function RO(e){return e.replace(IO,LO)}function LO(e,t,n){if(t)return t;if(n.charCodeAt(0)===35){const o=n.charCodeAt(1),a=o===120||o===88;return bE(n.slice(a?2:1),a?16:10)}return qf(n)||e}const ME={}.hasOwnProperty;function DO(e,t,n){return typeof t!="string"&&(n=t,t=void 0),MO(n)(NO(PO(n).document().write(OO()(e,t,!0))))}function MO(e){const t={transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:a(cn),autolinkProtocol:me,autolinkEmail:me,atxHeading:a(nn),blockQuote:a(_t),characterEscape:me,characterReference:me,codeFenced:a(Nn),codeFencedFenceInfo:u,codeFencedFenceMeta:u,codeIndented:a(Nn,u),codeText:a(ln,u),codeTextData:me,data:me,codeFlowValue:me,definition:a(Cr),definitionDestinationString:u,definitionLabelString:u,definitionTitleString:u,emphasis:a(fr),hardBreakEscape:a(Ve),hardBreakTrailing:a(Ve),htmlFlow:a(Pt,u),htmlFlowData:me,htmlText:a(Pt,u),htmlTextData:me,image:a(On),label:u,link:a(cn),listItem:a(Ae),listItemValue:T,listOrdered:a(Hn,m),listUnordered:a(Hn),paragraph:a(Ne),reference:O,referenceString:u,resourceDestinationString:u,resourceTitleString:u,setextHeading:a(nn),strong:a(Me),thematicBreak:a(pt)},exit:{atxHeading:d(),atxHeadingSequence:Y,autolink:d(),autolinkEmail:Ge,autolinkProtocol:$e,blockQuote:d(),characterEscapeValue:V,characterReferenceMarkerHexadecimal:Be,characterReferenceMarkerNumeric:Be,characterReferenceValue:Te,characterReference:Fe,codeFenced:d(C),codeFencedFence:w,codeFencedFenceInfo:y,codeFencedFenceMeta:_,codeFlowValue:V,codeIndented:d(A),codeText:d(Ee),codeTextData:V,data:V,definition:d(),definitionDestinationString:H,definitionLabelString:P,definitionTitleString:v,emphasis:d(),hardBreakEscape:d(ce),hardBreakTrailing:d(ce),htmlFlow:d(de),htmlFlowData:V,htmlText:d(ne),htmlTextData:V,image:d(oe),label:ie,labelText:Q,lineEnding:se,link:d(Oe),listItem:d(),listOrdered:d(),listUnordered:d(),paragraph:d(),referenceString:we,resourceDestinationString:k,resourceTitleString:L,resource:ee,setextHeading:d(re),setextHeadingLineSequence:q,setextHeadingText:D,strong:d(),thematicBreak:d()}};FE(t,(e||{}).mdastExtensions||[]);const n={};return r;function r(J){let ge={type:"root",children:[]};const Ce={stack:[ge],tokenStack:[],config:t,enter:c,exit:f,buffer:u,resume:p,data:n},qe=[];let Re=-1;for(;++Re<J.length;)if(J[Re][1].type==="listOrdered"||J[Re][1].type==="listUnordered")if(J[Re][0]==="enter")qe.push(Re);else{const dt=qe.pop();Re=o(J,dt,Re)}for(Re=-1;++Re<J.length;){const dt=t[J[Re][0]];ME.call(dt,J[Re][1].type)&&dt[J[Re][1].type].call(Object.assign({sliceSerialize:J[Re][2].sliceSerialize},Ce),J[Re][1])}if(Ce.tokenStack.length>0){const dt=Ce.tokenStack[Ce.tokenStack.length-1];(dt[1]||BE).call(Ce,void 0,dt[0])}for(ge.position={start:Pi(J.length>0?J[0][1].start:{line:1,column:1,offset:0}),end:Pi(J.length>0?J[J.length-2][1].end:{line:1,column:1,offset:0})},Re=-1;++Re<t.transforms.length;)ge=t.transforms[Re](ge)||ge;return ge}function o(J,ge,Ce){let qe=ge-1,Re=-1,dt=!1,Gt,$t,dn,Qr;for(;++qe<=Ce;){const fn=J[qe];switch(fn[1].type){case"listUnordered":case"listOrdered":case"blockQuote":{fn[0]==="enter"?Re++:Re--,Qr=void 0;break}case"lineEndingBlank":{fn[0]==="enter"&&(Gt&&!Qr&&!Re&&!dn&&(dn=qe),Qr=void 0);break}case"linePrefix":case"listItemValue":case"listItemMarker":case"listItemPrefix":case"listItemPrefixWhitespace":break;default:Qr=void 0}if(!Re&&fn[0]==="enter"&&fn[1].type==="listItemPrefix"||Re===-1&&fn[0]==="exit"&&(fn[1].type==="listUnordered"||fn[1].type==="listOrdered")){if(Gt){let Jr=qe;for($t=void 0;Jr--;){const Zn=J[Jr];if(Zn[1].type==="lineEnding"||Zn[1].type==="lineEndingBlank"){if(Zn[0]==="exit")continue;$t&&(J[$t][1].type="lineEndingBlank",dt=!0),Zn[1].type="lineEnding",$t=Jr}else if(!(Zn[1].type==="linePrefix"||Zn[1].type==="blockQuotePrefix"||Zn[1].type==="blockQuotePrefixWhitespace"||Zn[1].type==="blockQuoteMarker"||Zn[1].type==="listItemIndent"))break}dn&&(!$t||dn<$t)&&(Gt._spread=!0),Gt.end=Object.assign({},$t?J[$t][1].start:fn[1].end),J.splice($t||qe,0,["exit",Gt,fn[2]]),qe++,Ce++}if(fn[1].type==="listItemPrefix"){const Jr={type:"listItem",_spread:!1,start:Object.assign({},fn[1].start),end:void 0};Gt=Jr,J.splice(qe,0,["enter",Jr,fn[2]]),qe++,Ce++,dn=void 0,Qr=!0}}}return J[ge][1]._spread=dt,Ce}function a(J,ge){return Ce;function Ce(qe){c.call(this,J(qe),qe),ge&&ge.call(this,qe)}}function u(){this.stack.push({type:"fragment",children:[]})}function c(J,ge,Ce){this.stack[this.stack.length-1].children.push(J),this.stack.push(J),this.tokenStack.push([ge,Ce||void 0]),J.position={start:Pi(ge.start),end:void 0}}function d(J){return ge;function ge(Ce){J&&J.call(this,Ce),f.call(this,Ce)}}function f(J,ge){const Ce=this.stack.pop(),qe=this.tokenStack.pop();if(qe)qe[0].type!==J.type&&(ge?ge.call(this,J,qe[0]):(qe[1]||BE).call(this,J,qe[0]));else throw new Error("Cannot close `"+J.type+"` ("+Ca({start:J.start,end:J.end})+"): it’s not open");Ce.position.end=Pi(J.end)}function p(){return Vf(this.stack.pop())}function m(){this.data.expectingFirstListItemValue=!0}function T(J){if(this.data.expectingFirstListItemValue){const ge=this.stack[this.stack.length-2];ge.start=Number.parseInt(this.sliceSerialize(J),10),this.data.expectingFirstListItemValue=void 0}}function y(){const J=this.resume(),ge=this.stack[this.stack.length-1];ge.lang=J}function _(){const J=this.resume(),ge=this.stack[this.stack.length-1];ge.meta=J}function w(){this.data.flowCodeInside||(this.buffer(),this.data.flowCodeInside=!0)}function C(){const J=this.resume(),ge=this.stack[this.stack.length-1];ge.value=J.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),this.data.flowCodeInside=void 0}function A(){const J=this.resume(),ge=this.stack[this.stack.length-1];ge.value=J.replace(/(\r?\n|\r)$/g,"")}function P(J){const ge=this.resume(),Ce=this.stack[this.stack.length-1];Ce.label=ge,Ce.identifier=Sr(this.sliceSerialize(J)).toLowerCase()}function v(){const J=this.resume(),ge=this.stack[this.stack.length-1];ge.title=J}function H(){const J=this.resume(),ge=this.stack[this.stack.length-1];ge.url=J}function Y(J){const ge=this.stack[this.stack.length-1];if(!ge.depth){const Ce=this.sliceSerialize(J).length;ge.depth=Ce}}function D(){this.data.setextHeadingSlurpLineEnding=!0}function q(J){const ge=this.stack[this.stack.length-1];ge.depth=this.sliceSerialize(J).codePointAt(0)===61?1:2}function re(){this.data.setextHeadingSlurpLineEnding=void 0}function me(J){const Ce=this.stack[this.stack.length-1].children;let qe=Ce[Ce.length-1];(!qe||qe.type!=="text")&&(qe=ot(),qe.position={start:Pi(J.start),end:void 0},Ce.push(qe)),this.stack.push(qe)}function V(J){const ge=this.stack.pop();ge.value+=this.sliceSerialize(J),ge.position.end=Pi(J.end)}function se(J){const ge=this.stack[this.stack.length-1];if(this.data.atHardBreak){const Ce=ge.children[ge.children.length-1];Ce.position.end=Pi(J.end),this.data.atHardBreak=void 0;return}!this.data.setextHeadingSlurpLineEnding&&t.canContainEols.includes(ge.type)&&(me.call(this,J),V.call(this,J))}function ce(){this.data.atHardBreak=!0}function de(){const J=this.resume(),ge=this.stack[this.stack.length-1];ge.value=J}function ne(){const J=this.resume(),ge=this.stack[this.stack.length-1];ge.value=J}function Ee(){const J=this.resume(),ge=this.stack[this.stack.length-1];ge.value=J}function Oe(){const J=this.stack[this.stack.length-1];if(this.data.inReference){const ge=this.data.referenceType||"shortcut";J.type+="Reference",J.referenceType=ge,delete J.url,delete J.title}else delete J.identifier,delete J.label;this.data.referenceType=void 0}function oe(){const J=this.stack[this.stack.length-1];if(this.data.inReference){const ge=this.data.referenceType||"shortcut";J.type+="Reference",J.referenceType=ge,delete J.url,delete J.title}else delete J.identifier,delete J.label;this.data.referenceType=void 0}function Q(J){const ge=this.sliceSerialize(J),Ce=this.stack[this.stack.length-2];Ce.label=RO(ge),Ce.identifier=Sr(ge).toLowerCase()}function ie(){const J=this.stack[this.stack.length-1],ge=this.resume(),Ce=this.stack[this.stack.length-1];if(this.data.inReference=!0,Ce.type==="link"){const qe=J.children;Ce.children=qe}else Ce.alt=ge}function k(){const J=this.resume(),ge=this.stack[this.stack.length-1];ge.url=J}function L(){const J=this.resume(),ge=this.stack[this.stack.length-1];ge.title=J}function ee(){this.data.inReference=void 0}function O(){this.data.referenceType="collapsed"}function we(J){const ge=this.resume(),Ce=this.stack[this.stack.length-1];Ce.label=ge,Ce.identifier=Sr(this.sliceSerialize(J)).toLowerCase(),this.data.referenceType="full"}function Be(J){this.data.characterReferenceType=J.type}function Te(J){const ge=this.sliceSerialize(J),Ce=this.data.characterReferenceType;let qe;Ce?(qe=bE(ge,Ce==="characterReferenceMarkerNumeric"?10:16),this.data.characterReferenceType=void 0):qe=qf(ge);const Re=this.stack[this.stack.length-1];Re.value+=qe}function Fe(J){const ge=this.stack.pop();ge.position.end=Pi(J.end)}function $e(J){V.call(this,J);const ge=this.stack[this.stack.length-1];ge.url=this.sliceSerialize(J)}function Ge(J){V.call(this,J);const ge=this.stack[this.stack.length-1];ge.url="mailto:"+this.sliceSerialize(J)}function _t(){return{type:"blockquote",children:[]}}function Nn(){return{type:"code",lang:null,meta:null,value:""}}function ln(){return{type:"inlineCode",value:""}}function Cr(){return{type:"definition",identifier:"",label:null,title:null,url:""}}function fr(){return{type:"emphasis",children:[]}}function nn(){return{type:"heading",depth:0,children:[]}}function Ve(){return{type:"break"}}function Pt(){return{type:"html",value:""}}function On(){return{type:"image",title:null,url:"",alt:null}}function cn(){return{type:"link",title:null,url:"",children:[]}}function Hn(J){return{type:"list",ordered:J.type==="listOrdered",start:null,spread:J._spread,children:[]}}function Ae(J){return{type:"listItem",spread:J._spread,checked:null,children:[]}}function Ne(){return{type:"paragraph",children:[]}}function Me(){return{type:"strong",children:[]}}function ot(){return{type:"text",value:""}}function pt(){return{type:"thematicBreak"}}}function Pi(e){return{line:e.line,column:e.column,offset:e.offset}}function FE(e,t){let n=-1;for(;++n<t.length;){const r=t[n];Array.isArray(r)?FE(e,r):FO(e,r)}}function FO(e,t){let n;for(n in t)if(ME.call(t,n))switch(n){case"canContainEols":{const r=t[n];r&&e[n].push(...r);break}case"transforms":{const r=t[n];r&&e[n].push(...r);break}case"enter":case"exit":{const r=t[n];r&&Object.assign(e[n],r);break}}}function BE(e,t){throw e?new Error("Cannot close `"+e.type+"` ("+Ca({start:e.start,end:e.end})+"): a different token (`"+t.type+"`, "+Ca({start:t.start,end:t.end})+") is open"):new Error("Cannot close document, a token (`"+t.type+"`, "+Ca({start:t.start,end:t.end})+") is still open")}function BO(e){const t=this;t.parser=n;function n(r){return DO(r,pe(F(F({},t.data("settings")),e),{extensions:t.data("micromarkExtensions")||[],mdastExtensions:t.data("fromMarkdownExtensions")||[]}))}}function UO(e,t){const n={type:"element",tagName:"blockquote",properties:{},children:e.wrap(e.all(t),!0)};return e.patch(t,n),e.applyData(t,n)}function HO(e,t){const n={type:"element",tagName:"br",properties:{},children:[]};return e.patch(t,n),[e.applyData(t,n),{type:"text",value:`
|
|
21
|
+
`}]}function zO(e,t){const n=t.value?t.value+`
|
|
22
|
+
`:"",r={},o=t.lang?t.lang.split(/\s+/):[];o.length>0&&(r.className=["language-"+o[0]]);let a={type:"element",tagName:"code",properties:r,children:[{type:"text",value:n}]};return t.meta&&(a.data={meta:t.meta}),e.patch(t,a),a=e.applyData(t,a),a={type:"element",tagName:"pre",properties:{},children:[a]},e.patch(t,a),a}function jO(e,t){const n={type:"element",tagName:"del",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function $O(e,t){const n={type:"element",tagName:"em",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function VO(e,t){const n=typeof e.options.clobberPrefix=="string"?e.options.clobberPrefix:"user-content-",r=String(t.identifier).toUpperCase(),o=rs(r.toLowerCase()),a=e.footnoteOrder.indexOf(r);let u,c=e.footnoteCounts.get(r);c===void 0?(c=0,e.footnoteOrder.push(r),u=e.footnoteOrder.length):u=a+1,c+=1,e.footnoteCounts.set(r,c);const d={type:"element",tagName:"a",properties:{href:"#"+n+"fn-"+o,id:n+"fnref-"+o+(c>1?"-"+c:""),dataFootnoteRef:!0,ariaDescribedBy:["footnote-label"]},children:[{type:"text",value:String(u)}]};e.patch(t,d);const f={type:"element",tagName:"sup",properties:{},children:[d]};return e.patch(t,f),e.applyData(t,f)}function qO(e,t){const n={type:"element",tagName:"h"+t.depth,properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function YO(e,t){if(e.options.allowDangerousHtml){const n={type:"raw",value:t.value};return e.patch(t,n),e.applyData(t,n)}}function UE(e,t){const n=t.referenceType;let r="]";if(n==="collapsed"?r+="[]":n==="full"&&(r+="["+(t.label||t.identifier)+"]"),t.type==="imageReference")return[{type:"text",value:"!["+t.alt+r}];const o=e.all(t),a=o[0];a&&a.type==="text"?a.value="["+a.value:o.unshift({type:"text",value:"["});const u=o[o.length-1];return u&&u.type==="text"?u.value+=r:o.push({type:"text",value:r}),o}function WO(e,t){const n=String(t.identifier).toUpperCase(),r=e.definitionById.get(n);if(!r)return UE(e,t);const o={src:rs(r.url||""),alt:t.alt};r.title!==null&&r.title!==void 0&&(o.title=r.title);const a={type:"element",tagName:"img",properties:o,children:[]};return e.patch(t,a),e.applyData(t,a)}function GO(e,t){const n={src:rs(t.url)};t.alt!==null&&t.alt!==void 0&&(n.alt=t.alt),t.title!==null&&t.title!==void 0&&(n.title=t.title);const r={type:"element",tagName:"img",properties:n,children:[]};return e.patch(t,r),e.applyData(t,r)}function XO(e,t){const n={type:"text",value:t.value.replace(/\r?\n|\r/g," ")};e.patch(t,n);const r={type:"element",tagName:"code",properties:{},children:[n]};return e.patch(t,r),e.applyData(t,r)}function KO(e,t){const n=String(t.identifier).toUpperCase(),r=e.definitionById.get(n);if(!r)return UE(e,t);const o={href:rs(r.url||"")};r.title!==null&&r.title!==void 0&&(o.title=r.title);const a={type:"element",tagName:"a",properties:o,children:e.all(t)};return e.patch(t,a),e.applyData(t,a)}function QO(e,t){const n={href:rs(t.url)};t.title!==null&&t.title!==void 0&&(n.title=t.title);const r={type:"element",tagName:"a",properties:n,children:e.all(t)};return e.patch(t,r),e.applyData(t,r)}function JO(e,t,n){const r=e.all(t),o=n?ZO(n):HE(t),a={},u=[];if(typeof t.checked=="boolean"){const p=r[0];let m;p&&p.type==="element"&&p.tagName==="p"?m=p:(m={type:"element",tagName:"p",properties:{},children:[]},r.unshift(m)),m.children.length>0&&m.children.unshift({type:"text",value:" "}),m.children.unshift({type:"element",tagName:"input",properties:{type:"checkbox",checked:t.checked,disabled:!0},children:[]}),a.className=["task-list-item"]}let c=-1;for(;++c<r.length;){const p=r[c];(o||c!==0||p.type!=="element"||p.tagName!=="p")&&u.push({type:"text",value:`
|
|
23
23
|
`}),p.type==="element"&&p.tagName==="p"&&!o?u.push(...p.children):u.push(p)}const d=r[r.length-1];d&&(o||d.type!=="element"||d.tagName!=="p")&&u.push({type:"text",value:`
|
|
24
|
-
`});const f={type:"element",tagName:"li",properties:a,children:u};return e.patch(t,f),e.applyData(t,f)}function
|
|
24
|
+
`});const f={type:"element",tagName:"li",properties:a,children:u};return e.patch(t,f),e.applyData(t,f)}function ZO(e){let t=!1;if(e.type==="list"){t=e.spread||!1;const n=e.children;let r=-1;for(;!t&&++r<n.length;)t=HE(n[r])}return t}function HE(e){const t=e.spread;return t==null?e.children.length>1:t}function eI(e,t){const n={},r=e.all(t);let o=-1;for(typeof t.start=="number"&&t.start!==1&&(n.start=t.start);++o<r.length;){const u=r[o];if(u.type==="element"&&u.tagName==="li"&&u.properties&&Array.isArray(u.properties.className)&&u.properties.className.includes("task-list-item")){n.className=["contains-task-list"];break}}const a={type:"element",tagName:t.ordered?"ol":"ul",properties:n,children:e.wrap(r,!0)};return e.patch(t,a),e.applyData(t,a)}function tI(e,t){const n={type:"element",tagName:"p",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function nI(e,t){const n={type:"root",children:e.wrap(e.all(t))};return e.patch(t,n),e.applyData(t,n)}function rI(e,t){const n={type:"element",tagName:"strong",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}function iI(e,t){const n=e.all(t),r=n.shift(),o=[];if(r){const u={type:"element",tagName:"thead",properties:{},children:e.wrap([r],!0)};e.patch(t.children[0],u),o.push(u)}if(n.length>0){const u={type:"element",tagName:"tbody",properties:{},children:e.wrap(n,!0)},c=Hr(t.children[1]),d=wl(t.children[t.children.length-1]);c&&d&&(u.position={start:c,end:d}),o.push(u)}const a={type:"element",tagName:"table",properties:{},children:e.wrap(o,!0)};return e.patch(t,a),e.applyData(t,a)}function oI(e,t,n){const r=n?n.children:void 0,a=(r?r.indexOf(t):1)===0?"th":"td",u=n&&n.type==="table"?n.align:void 0,c=u?u.length:t.children.length;let d=-1;const f=[];for(;++d<c;){const m=t.children[d],T={},y=u?u[d]:void 0;y&&(T.align=y);let _={type:"element",tagName:a,properties:T,children:[]};m&&(_.children=e.all(m),e.patch(m,_),_=e.applyData(m,_)),f.push(_)}const p={type:"element",tagName:"tr",properties:{},children:e.wrap(f,!0)};return e.patch(t,p),e.applyData(t,p)}function sI(e,t){const n={type:"element",tagName:"td",properties:{},children:e.all(t)};return e.patch(t,n),e.applyData(t,n)}const zE=9,jE=32;function aI(e){const t=String(e),n=/\r?\n|\r/g;let r=n.exec(t),o=0;const a=[];for(;r;)a.push($E(t.slice(o,r.index),o>0,!0),r[0]),o=r.index+r[0].length,r=n.exec(t);return a.push($E(t.slice(o),o>0,!1)),a.join("")}function $E(e,t,n){let r=0,o=e.length;if(t){let a=e.codePointAt(r);for(;a===zE||a===jE;)r++,a=e.codePointAt(r)}if(n){let a=e.codePointAt(o-1);for(;a===zE||a===jE;)o--,a=e.codePointAt(o-1)}return o>r?e.slice(r,o):""}function uI(e,t){const n={type:"text",value:aI(String(t.value))};return e.patch(t,n),e.applyData(t,n)}function lI(e,t){const n={type:"element",tagName:"hr",properties:{},children:[]};return e.patch(t,n),e.applyData(t,n)}const cI={blockquote:UO,break:HO,code:zO,delete:jO,emphasis:$O,footnoteReference:VO,heading:qO,html:YO,imageReference:WO,image:GO,inlineCode:XO,linkReference:KO,link:QO,listItem:JO,list:eI,paragraph:tI,root:nI,strong:rI,table:iI,tableCell:sI,tableRow:oI,text:uI,thematicBreak:lI,toml:Pl,yaml:Pl,definition:Pl,footnoteDefinition:Pl};function Pl(){}const VE=-1,Nl=0,Ia=1,Ol=2,Qf=3,Jf=4,Zf=5,eh=6,qE=7,YE=8,WE=typeof self=="object"?self:globalThis,dI=(e,t)=>{const n=(o,a)=>(e.set(a,o),o),r=o=>{if(e.has(o))return e.get(o);const[a,u]=t[o];switch(a){case Nl:case VE:return n(u,o);case Ia:{const c=n([],o);for(const d of u)c.push(r(d));return c}case Ol:{const c=n({},o);for(const[d,f]of u)c[r(d)]=r(f);return c}case Qf:return n(new Date(u),o);case Jf:{const{source:c,flags:d}=u;return n(new RegExp(c,d),o)}case Zf:{const c=n(new Map,o);for(const[d,f]of u)c.set(r(d),r(f));return c}case eh:{const c=n(new Set,o);for(const d of u)c.add(r(d));return c}case qE:{const{name:c,message:d}=u;return n(new WE[c](d),o)}case YE:return n(BigInt(u),o);case"BigInt":return n(Object(BigInt(u)),o);case"ArrayBuffer":return n(new Uint8Array(u).buffer,u);case"DataView":{const{buffer:c}=new Uint8Array(u);return n(new DataView(c),u)}}return n(new WE[a](u),o)};return r},GE=e=>dI(new Map,e)(0),os="",{toString:fI}={},{keys:hI}=Object,Ra=e=>{const t=typeof e;if(t!=="object"||!e)return[Nl,t];const n=fI.call(e).slice(8,-1);switch(n){case"Array":return[Ia,os];case"Object":return[Ol,os];case"Date":return[Qf,os];case"RegExp":return[Jf,os];case"Map":return[Zf,os];case"Set":return[eh,os];case"DataView":return[Ia,n]}return n.includes("Array")?[Ia,n]:n.includes("Error")?[qE,n]:[Ol,n]},Il=([e,t])=>e===Nl&&(t==="function"||t==="symbol"),pI=(e,t,n,r)=>{const o=(u,c)=>{const d=r.push(u)-1;return n.set(c,d),d},a=u=>{if(n.has(u))return n.get(u);let[c,d]=Ra(u);switch(c){case Nl:{let p=u;switch(d){case"bigint":c=YE,p=u.toString();break;case"function":case"symbol":if(e)throw new TypeError("unable to serialize "+d);p=null;break;case"undefined":return o([VE],u)}return o([c,p],u)}case Ia:{if(d){let T=u;return d==="DataView"?T=new Uint8Array(u.buffer):d==="ArrayBuffer"&&(T=new Uint8Array(u)),o([d,[...T]],u)}const p=[],m=o([c,p],u);for(const T of u)p.push(a(T));return m}case Ol:{if(d)switch(d){case"BigInt":return o([d,u.toString()],u);case"Boolean":case"Number":case"String":return o([d,u.valueOf()],u)}if(t&&"toJSON"in u)return a(u.toJSON());const p=[],m=o([c,p],u);for(const T of hI(u))(e||!Il(Ra(u[T])))&&p.push([a(T),a(u[T])]);return m}case Qf:return o([c,u.toISOString()],u);case Jf:{const{source:p,flags:m}=u;return o([c,{source:p,flags:m}],u)}case Zf:{const p=[],m=o([c,p],u);for(const[T,y]of u)(e||!(Il(Ra(T))||Il(Ra(y))))&&p.push([a(T),a(y)]);return m}case eh:{const p=[],m=o([c,p],u);for(const T of u)(e||!Il(Ra(T)))&&p.push(a(T));return m}}const{message:f}=u;return o([c,{name:d,message:f}],u)};return a},XE=(e,{json:t,lossy:n}={})=>{const r=[];return pI(!(t||n),!!t,new Map,r)(e),r},fo=typeof structuredClone=="function"?(e,t)=>t&&("json"in t||"lossy"in t)?GE(XE(e,t)):structuredClone(e):(e,t)=>GE(XE(e,t));function mI(e,t){const n=[{type:"text",value:"↩"}];return t>1&&n.push({type:"element",tagName:"sup",properties:{},children:[{type:"text",value:String(t)}]}),n}function gI(e,t){return"Back to reference "+(e+1)+(t>1?"-"+t:"")}function EI(e){const t=typeof e.options.clobberPrefix=="string"?e.options.clobberPrefix:"user-content-",n=e.options.footnoteBackContent||mI,r=e.options.footnoteBackLabel||gI,o=e.options.footnoteLabel||"Footnotes",a=e.options.footnoteLabelTagName||"h2",u=e.options.footnoteLabelProperties||{className:["sr-only"]},c=[];let d=-1;for(;++d<e.footnoteOrder.length;){const f=e.footnoteById.get(e.footnoteOrder[d]);if(!f)continue;const p=e.all(f),m=String(f.identifier).toUpperCase(),T=rs(m.toLowerCase());let y=0;const _=[],w=e.footnoteCounts.get(m);for(;w!==void 0&&++y<=w;){_.length>0&&_.push({type:"text",value:" "});let P=typeof n=="string"?n:n(d,y);typeof P=="string"&&(P={type:"text",value:P}),_.push({type:"element",tagName:"a",properties:{href:"#"+t+"fnref-"+T+(y>1?"-"+y:""),dataFootnoteBackref:"",ariaLabel:typeof r=="string"?r:r(d,y),className:["data-footnote-backref"]},children:Array.isArray(P)?P:[P]})}const C=p[p.length-1];if(C&&C.type==="element"&&C.tagName==="p"){const P=C.children[C.children.length-1];P&&P.type==="text"?P.value+=" ":C.children.push({type:"text",value:" "}),C.children.push(..._)}else p.push(..._);const A={type:"element",tagName:"li",properties:{id:t+"fn-"+T},children:e.wrap(p,!0)};e.patch(f,A),c.push(A)}if(c.length!==0)return{type:"element",tagName:"section",properties:{dataFootnotes:!0,className:["footnotes"]},children:[{type:"element",tagName:a,properties:pe(F({},fo(u)),{id:"footnote-label"}),children:[{type:"text",value:o}]},{type:"text",value:`
|
|
25
25
|
`},{type:"element",tagName:"ol",properties:{},children:e.wrap(c,!0)},{type:"text",value:`
|
|
26
|
-
`}]}}const
|
|
26
|
+
`}]}}const Rl=(function(e){if(e==null)return _I;if(typeof e=="function")return Ll(e);if(typeof e=="object")return Array.isArray(e)?yI(e):bI(e);if(typeof e=="string")return TI(e);throw new Error("Expected function, string, or object as test")});function yI(e){const t=[];let n=-1;for(;++n<e.length;)t[n]=Rl(e[n]);return Ll(r);function r(...o){let a=-1;for(;++a<t.length;)if(t[a].apply(this,o))return!0;return!1}}function bI(e){const t=e;return Ll(n);function n(r){const o=r;let a;for(a in e)if(o[a]!==t[a])return!1;return!0}}function TI(e){return Ll(t);function t(n){return n&&n.type===e}}function Ll(e){return t;function t(n,r,o){return!!(SI(n)&&e.call(this,n,typeof r=="number"?r:void 0,o||void 0))}}function _I(){return!0}function SI(e){return e!==null&&typeof e=="object"&&"type"in e}function jU(e){return e}const KE=[],xI=!0,th=!1,wI="skip";function QE(e,t,n,r){let o;typeof t=="function"&&typeof n!="function"?(r=n,n=t):o=t;const a=Rl(o),u=r?-1:1;c(e,void 0,[])();function c(d,f,p){const m=d&&typeof d=="object"?d:{};if(typeof m.type=="string"){const y=typeof m.tagName=="string"?m.tagName:typeof m.name=="string"?m.name:void 0;Object.defineProperty(T,"name",{value:"node ("+(d.type+(y?"<"+y+">":""))+")"})}return T;function T(){let y=KE,_,w,C;if((!t||a(d,f,p[p.length-1]||void 0))&&(y=AI(n(d,p)),y[0]===th))return y;if("children"in d&&d.children){const A=d;if(A.children&&y[0]!==wI)for(w=(r?A.children.length:-1)+u,C=p.concat(A);w>-1&&w<A.children.length;){const P=A.children[w];if(_=c(P,w,C)(),_[0]===th)return _;w=typeof _[1]=="number"?_[1]:w+u}}return y}}}function AI(e){return Array.isArray(e)?e:typeof e=="number"?[xI,e]:e==null?KE:[e]}function Dl(e,t,n,r){let o,a,u;typeof t=="function"&&typeof n!="function"?(a=void 0,u=t,o=n):(a=t,u=n,o=r),QE(e,a,c,o);function c(d,f){const p=f[f.length-1],m=p?p.children.indexOf(d):void 0;return u(d,m,p)}}const nh={}.hasOwnProperty,vI={};function CI(e,t){const n=t||vI,r=new Map,o=new Map,a=new Map,u=F(F({},cI),n.handlers),c={all:f,applyData:PI,definitionById:r,footnoteById:o,footnoteCounts:a,footnoteOrder:[],handlers:u,one:d,options:n,patch:kI,wrap:OI};return Dl(e,function(p){if(p.type==="definition"||p.type==="footnoteDefinition"){const m=p.type==="definition"?r:o,T=String(p.identifier).toUpperCase();m.has(T)||m.set(T,p)}}),c;function d(p,m){const T=p.type,y=c.handlers[T];if(nh.call(c.handlers,T)&&y)return y(c,p,m);if(c.options.passThrough&&c.options.passThrough.includes(T)){if("children"in p){const w=p,{children:C}=w,A=mn(w,["children"]),P=fo(A);return P.children=c.all(p),P}return fo(p)}return(c.options.unknownHandler||NI)(c,p,m)}function f(p){const m=[];if("children"in p){const T=p.children;let y=-1;for(;++y<T.length;){const _=c.one(T[y],p);if(_){if(y&&T[y-1].type==="break"&&(!Array.isArray(_)&&_.type==="text"&&(_.value=JE(_.value)),!Array.isArray(_)&&_.type==="element")){const w=_.children[0];w&&w.type==="text"&&(w.value=JE(w.value))}Array.isArray(_)?m.push(..._):m.push(_)}}}return m}}function kI(e,t){e.position&&(t.position=aE(e))}function PI(e,t){let n=t;if(e&&e.data){const r=e.data.hName,o=e.data.hChildren,a=e.data.hProperties;if(typeof r=="string")if(n.type==="element")n.tagName=r;else{const u="children"in n?n.children:[n];n={type:"element",tagName:r,properties:{},children:u}}n.type==="element"&&a&&Object.assign(n.properties,fo(a)),"children"in n&&n.children&&o!==null&&o!==void 0&&(n.children=o)}return n}function NI(e,t){const n=t.data||{},r="value"in t&&!(nh.call(n,"hProperties")||nh.call(n,"hChildren"))?{type:"text",value:t.value}:{type:"element",tagName:"div",properties:{},children:e.all(t)};return e.patch(t,r),e.applyData(t,r)}function OI(e,t){const n=[];let r=-1;for(t&&n.push({type:"text",value:`
|
|
27
27
|
`});++r<e.length;)r&&n.push({type:"text",value:`
|
|
28
28
|
`}),n.push(e[r]);return t&&e.length>0&&n.push({type:"text",value:`
|
|
29
|
-
`}),n}function
|
|
30
|
-
`},o),a}function m3(e,t){return e&&"run"in e?function(n,r){return Qe(this,null,function*(){const o=qE(n,M({file:r},t));yield e.run(o,r)})}:function(n,r){return qE(n,M({file:r},e||t))}}function YE(e){if(e)throw e}var th,WE;function g3(){if(WE)return th;WE=1;var e=Object.prototype.hasOwnProperty,t=Object.prototype.toString,n=Object.defineProperty,r=Object.getOwnPropertyDescriptor,o=function(f){return typeof Array.isArray=="function"?Array.isArray(f):t.call(f)==="[object Array]"},a=function(f){if(!f||t.call(f)!=="[object Object]")return!1;var p=e.call(f,"constructor"),m=f.constructor&&f.constructor.prototype&&e.call(f.constructor.prototype,"isPrototypeOf");if(f.constructor&&!p&&!m)return!1;var T;for(T in f);return typeof T=="undefined"||e.call(f,T)},u=function(f,p){n&&p.name==="__proto__"?n(f,p.name,{enumerable:!0,configurable:!0,value:p.newValue,writable:!0}):f[p.name]=p.newValue},c=function(f,p){if(p==="__proto__")if(e.call(f,p)){if(r)return r(f,p).value}else return;return f[p]};return th=function d(){var f,p,m,T,y,_,S=arguments[0],A=1,v=arguments.length,N=!1;for(typeof S=="boolean"&&(N=S,S=arguments[1]||{},A=2),(S==null||typeof S!="object"&&typeof S!="function")&&(S={});A<v;++A)if(f=arguments[A],f!=null)for(p in f)m=c(S,p),T=c(f,p),S!==T&&(N&&T&&(a(T)||(y=o(T)))?(y?(y=!1,_=m&&o(m)?m:[]):_=m&&a(m)?m:{},u(S,{name:p,newValue:d(N,_,T)})):typeof T!="undefined"&&u(S,{name:p,newValue:T}));return S},th}var E3=g3();const nh=$e(E3);function rh(e){if(typeof e!="object"||e===null)return!1;const t=Object.getPrototypeOf(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)}function y3(){const e=[],t={run:n,use:r};return t;function n(...o){let a=-1;const u=o.pop();if(typeof u!="function")throw new TypeError("Expected function as last argument, not "+u);c(null,...o);function c(d,...f){const p=e[++a];let m=-1;if(d){u(d);return}for(;++m<o.length;)(f[m]===null||f[m]===void 0)&&(f[m]=o[m]);o=f,p?b3(p,c)(...f):u(null,...f)}}function r(o){if(typeof o!="function")throw new TypeError("Expected `middelware` to be a function, not "+o);return e.push(o),t}}function b3(e,t){let n;return r;function r(...u){const c=e.length>u.length;let d;c&&u.push(o);try{d=e.apply(this,u)}catch(f){const p=f;if(c&&n)throw p;return o(p)}c||(d&&d.then&&typeof d.then=="function"?d.then(a,o):d instanceof Error?o(d):a(d))}function o(u,...c){n||(n=!0,t(u,...c))}function a(u){o(null,u)}}const Lr={basename:T3,dirname:_3,extname:S3,join:x3,sep:"/"};function T3(e,t){if(t!==void 0&&typeof t!="string")throw new TypeError('"ext" argument must be a string');Oa(e);let n=0,r=-1,o=e.length,a;if(t===void 0||t.length===0||t.length>e.length){for(;o--;)if(e.codePointAt(o)===47){if(a){n=o+1;break}}else r<0&&(a=!0,r=o+1);return r<0?"":e.slice(n,r)}if(t===e)return"";let u=-1,c=t.length-1;for(;o--;)if(e.codePointAt(o)===47){if(a){n=o+1;break}}else u<0&&(a=!0,u=o+1),c>-1&&(e.codePointAt(o)===t.codePointAt(c--)?c<0&&(r=o):(c=-1,r=u));return n===r?r=u:r<0&&(r=e.length),e.slice(n,r)}function _3(e){if(Oa(e),e.length===0)return".";let t=-1,n=e.length,r;for(;--n;)if(e.codePointAt(n)===47){if(r){t=n;break}}else r||(r=!0);return t<0?e.codePointAt(0)===47?"/":".":t===1&&e.codePointAt(0)===47?"//":e.slice(0,t)}function S3(e){Oa(e);let t=e.length,n=-1,r=0,o=-1,a=0,u;for(;t--;){const c=e.codePointAt(t);if(c===47){if(u){r=t+1;break}continue}n<0&&(u=!0,n=t+1),c===46?o<0?o=t:a!==1&&(a=1):o>-1&&(a=-1)}return o<0||n<0||a===0||a===1&&o===n-1&&o===r+1?"":e.slice(o,n)}function x3(...e){let t=-1,n;for(;++t<e.length;)Oa(e[t]),e[t]&&(n=n===void 0?e[t]:n+"/"+e[t]);return n===void 0?".":w3(n)}function w3(e){Oa(e);const t=e.codePointAt(0)===47;let n=A3(e,!t);return n.length===0&&!t&&(n="."),n.length>0&&e.codePointAt(e.length-1)===47&&(n+="/"),t?"/"+n:n}function A3(e,t){let n="",r=0,o=-1,a=0,u=-1,c,d;for(;++u<=e.length;){if(u<e.length)c=e.codePointAt(u);else{if(c===47)break;c=47}if(c===47){if(!(o===u-1||a===1))if(o!==u-1&&a===2){if(n.length<2||r!==2||n.codePointAt(n.length-1)!==46||n.codePointAt(n.length-2)!==46){if(n.length>2){if(d=n.lastIndexOf("/"),d!==n.length-1){d<0?(n="",r=0):(n=n.slice(0,d),r=n.length-1-n.lastIndexOf("/")),o=u,a=0;continue}}else if(n.length>0){n="",r=0,o=u,a=0;continue}}t&&(n=n.length>0?n+"/..":"..",r=2)}else n.length>0?n+="/"+e.slice(o+1,u):n=e.slice(o+1,u),r=u-o-1;o=u,a=0}else c===46&&a>-1?a++:a=-1}return n}function Oa(e){if(typeof e!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(e))}const v3={cwd:C3};function C3(){return"/"}function ih(e){return!!(e!==null&&typeof e=="object"&&"href"in e&&e.href&&"protocol"in e&&e.protocol&&e.auth===void 0)}function k3(e){if(typeof e=="string")e=new URL(e);else if(!ih(e)){const t=new TypeError('The "path" argument must be of type string or an instance of URL. Received `'+e+"`");throw t.code="ERR_INVALID_ARG_TYPE",t}if(e.protocol!=="file:"){const t=new TypeError("The URL must be of scheme file");throw t.code="ERR_INVALID_URL_SCHEME",t}return P3(e)}function P3(e){if(e.hostname!==""){const r=new TypeError('File URL host must be "localhost" or empty on darwin');throw r.code="ERR_INVALID_FILE_URL_HOST",r}const t=e.pathname;let n=-1;for(;++n<t.length;)if(t.codePointAt(n)===37&&t.codePointAt(n+1)===50){const r=t.codePointAt(n+2);if(r===70||r===102){const o=new TypeError("File URL path must not include encoded / characters");throw o.code="ERR_INVALID_FILE_URL_PATH",o}}return decodeURIComponent(t)}const oh=["history","path","basename","stem","extname","dirname"];class GE{constructor(t){let n;t?ih(t)?n={path:t}:typeof t=="string"||N3(t)?n={value:t}:n=t:n={},this.cwd="cwd"in n?"":v3.cwd(),this.data={},this.history=[],this.messages=[],this.value,this.map,this.result,this.stored;let r=-1;for(;++r<oh.length;){const a=oh[r];a in n&&n[a]!==void 0&&n[a]!==null&&(this[a]=a==="history"?[...n[a]]:n[a])}let o;for(o in n)oh.includes(o)||(this[o]=n[o])}get basename(){return typeof this.path=="string"?Lr.basename(this.path):void 0}set basename(t){ah(t,"basename"),sh(t,"basename"),this.path=Lr.join(this.dirname||"",t)}get dirname(){return typeof this.path=="string"?Lr.dirname(this.path):void 0}set dirname(t){XE(this.basename,"dirname"),this.path=Lr.join(t||"",this.basename)}get extname(){return typeof this.path=="string"?Lr.extname(this.path):void 0}set extname(t){if(sh(t,"extname"),XE(this.dirname,"extname"),t){if(t.codePointAt(0)!==46)throw new Error("`extname` must start with `.`");if(t.includes(".",1))throw new Error("`extname` cannot contain multiple dots")}this.path=Lr.join(this.dirname,this.stem+(t||""))}get path(){return this.history[this.history.length-1]}set path(t){ih(t)&&(t=k3(t)),ah(t,"path"),this.path!==t&&this.history.push(t)}get stem(){return typeof this.path=="string"?Lr.basename(this.path,this.extname):void 0}set stem(t){ah(t,"stem"),sh(t,"stem"),this.path=Lr.join(this.dirname||"",t+(this.extname||""))}fail(t,n,r){const o=this.message(t,n,r);throw o.fatal=!0,o}info(t,n,r){const o=this.message(t,n,r);return o.fatal=void 0,o}message(t,n,r){const o=new hn(t,n,r);return this.path&&(o.name=this.path+":"+o.name,o.file=this.path),o.fatal=!1,this.messages.push(o),o}toString(t){return this.value===void 0?"":typeof this.value=="string"?this.value:new TextDecoder(t||void 0).decode(this.value)}}function sh(e,t){if(e&&e.includes(Lr.sep))throw new Error("`"+t+"` cannot be a path: did not expect `"+Lr.sep+"`")}function ah(e,t){if(!e)throw new Error("`"+t+"` cannot be empty")}function XE(e,t){if(!e)throw new Error("Setting `"+t+"` requires `path` to be set too")}function N3(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}const O3=(function(e){const r=this.constructor.prototype,o=r[e],a=function(){return o.apply(a,arguments)};return Object.setPrototypeOf(a,r),a}),I3={}.hasOwnProperty;class uh extends O3{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=y3()}copy(){const t=new uh;let n=-1;for(;++n<this.attachers.length;){const r=this.attachers[n];t.use(...r)}return t.data(nh(!0,{},this.namespace)),t}data(t,n){return typeof t=="string"?arguments.length===2?(dh("data",this.frozen),this.namespace[t]=n,this):I3.call(this.namespace,t)&&this.namespace[t]||void 0:t?(dh("data",this.frozen),this.namespace=t,this):this.namespace}freeze(){if(this.frozen)return this;const t=this;for(;++this.freezeIndex<this.attachers.length;){const[n,...r]=this.attachers[this.freezeIndex];if(r[0]===!1)continue;r[0]===!0&&(r[0]=void 0);const o=n.call(t,...r);typeof o=="function"&&this.transformers.use(o)}return this.frozen=!0,this.freezeIndex=Number.POSITIVE_INFINITY,this}parse(t){this.freeze();const n=Ll(t),r=this.parser||this.Parser;return lh("parse",r),r(String(n),n)}process(t,n){const r=this;return this.freeze(),lh("process",this.parser||this.Parser),ch("process",this.compiler||this.Compiler),n?o(void 0,n):new Promise(o);function o(a,u){const c=Ll(t),d=r.parse(c);r.run(d,c,function(p,m,T){if(p||!m||!T)return f(p);const y=m,_=r.stringify(y,T);D3(_)?T.value=_:T.result=_,f(p,T)});function f(p,m){p||!m?u(p):a?a(m):n(void 0,m)}}}processSync(t){let n=!1,r;return this.freeze(),lh("processSync",this.parser||this.Parser),ch("processSync",this.compiler||this.Compiler),this.process(t,o),QE("processSync","process",n),r;function o(a,u){n=!0,YE(a),r=u}}run(t,n,r){KE(t),this.freeze();const o=this.transformers;return!r&&typeof n=="function"&&(r=n,n=void 0),r?a(void 0,r):new Promise(a);function a(u,c){const d=Ll(n);o.run(t,d,f);function f(p,m,T){const y=m||t;p?c(p):u?u(y):r(void 0,y,T)}}}runSync(t,n){let r=!1,o;return this.run(t,n,a),QE("runSync","run",r),o;function a(u,c){YE(u),o=c,r=!0}}stringify(t,n){this.freeze();const r=Ll(n),o=this.compiler||this.Compiler;return ch("stringify",o),KE(t),o(t,r)}use(t,...n){const r=this.attachers,o=this.namespace;if(dh("use",this.frozen),t!=null)if(typeof t=="function")d(t,n);else if(typeof t=="object")Array.isArray(t)?c(t):u(t);else throw new TypeError("Expected usable value, not `"+t+"`");return this;function a(f){if(typeof f=="function")d(f,[]);else if(typeof f=="object")if(Array.isArray(f)){const[p,...m]=f;d(p,m)}else u(f);else throw new TypeError("Expected usable value, not `"+f+"`")}function u(f){if(!("plugins"in f)&&!("settings"in f))throw new 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");c(f.plugins),f.settings&&(o.settings=nh(!0,o.settings,f.settings))}function c(f){let p=-1;if(f!=null)if(Array.isArray(f))for(;++p<f.length;){const m=f[p];a(m)}else throw new TypeError("Expected a list of plugins, not `"+f+"`")}function d(f,p){let m=-1,T=-1;for(;++m<r.length;)if(r[m][0]===f){T=m;break}if(T===-1)r.push([f,...p]);else if(p.length>0){let[y,..._]=p;const S=r[T][1];rh(S)&&rh(y)&&(y=nh(!0,S,y)),r[T]=[f,y,..._]}}}}const R3=new uh().freeze();function lh(e,t){if(typeof t!="function")throw new TypeError("Cannot `"+e+"` without `parser`")}function ch(e,t){if(typeof t!="function")throw new TypeError("Cannot `"+e+"` without `compiler`")}function dh(e,t){if(t)throw new Error("Cannot call `"+e+"` on a frozen processor.\nCreate a new processor first, by calling it: use `processor()` instead of `processor`.")}function KE(e){if(!rh(e)||typeof e.type!="string")throw new TypeError("Expected node, got `"+e+"`")}function QE(e,t,n){if(!n)throw new Error("`"+e+"` finished async. Use `"+t+"` instead")}function Ll(e){return L3(e)?e:new GE(e)}function L3(e){return!!(e&&typeof e=="object"&&"message"in e&&"messages"in e)}function D3(e){return typeof e=="string"||M3(e)}function M3(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}const F3="https://github.com/remarkjs/react-markdown/blob/main/changelog.md",JE=[],ZE={allowDangerousHtml:!0},B3=/^(https?|ircs?|mailto|xmpp)$/i,U3=[{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 ey(e){const t=H3(e),n=z3(e);return j3(t.runSync(t.parse(n),n),e)}function H3(e){const t=e.rehypePlugins||JE,n=e.remarkPlugins||JE,r=e.remarkRehypeOptions?M(M({},e.remarkRehypeOptions),ZE):ZE;return R3().use(_O).use(n).use(m3,r).use(t)}function z3(e){const t=e.children||"",n=new GE;return typeof t=="string"&&(n.value=t),n}function j3(e,t){const n=t.allowedElements,r=t.allowElement,o=t.components,a=t.disallowedElements,u=t.skipHtml,c=t.unwrapDisallowed,d=t.urlTransform||$3;for(const p of U3)Object.hasOwn(t,p.from)&&(""+p.from+(p.to?"use `"+p.to+"` instead":"remove it")+F3+p.id,void 0);return Rl(e,f),hP(e,{Fragment:w.Fragment,components:o,ignoreInvalidStyle:!0,jsx:w.jsx,jsxs:w.jsxs,passKeys:!0,passNode:!0});function f(p,m,T){if(p.type==="raw"&&T&&typeof m=="number")return u?T.children.splice(m,1):T.children[m]={type:"text",value:p.value},m;if(p.type==="element"){let y;for(y in zf)if(Object.hasOwn(zf,y)&&Object.hasOwn(p.properties,y)){const _=p.properties[y],S=zf[y];(S===null||S.includes(p.tagName))&&(p.properties[y]=d(String(_||""),y,p))}}if(p.type==="element"){let y=n?!n.includes(p.tagName):a?a.includes(p.tagName):!1;if(!y&&r&&typeof m=="number"&&(y=!r(p,m,T)),y&&T&&typeof m=="number")return c&&p.children?T.children.splice(m,1,...p.children):T.children.splice(m,1),m}}}function $3(e){const t=e.indexOf(":"),n=e.indexOf("?"),r=e.indexOf("#"),o=e.indexOf("/");return t===-1||o!==-1&&t>o||n!==-1&&t>n||r!==-1&&t>r||B3.test(e.slice(0,t))?e:""}const ty=/[#.]/g;function V3(e,t){const n=e||"",r={};let o=0,a,u;for(;o<n.length;){ty.lastIndex=o;const c=ty.exec(n),d=n.slice(o,c?c.index:n.length);d&&(a?a==="#"?r.id=d:Array.isArray(r.className)?r.className.push(d):r.className=[d]:u=d,o+=d.length),c&&(a=c[0],o++)}return{type:"element",tagName:u||t||"div",properties:r,children:[]}}function ny(e,t,n){const r=n?G3(n):void 0;function o(a,u,...c){let d;if(a==null){d={type:"root",children:[]};const f=u;c.unshift(f)}else{d=V3(a,t);const f=d.tagName.toLowerCase(),p=r?r.get(f):void 0;if(d.tagName=p||f,q3(u))c.unshift(u);else for(const[m,T]of Object.entries(u))Y3(e,d.properties,m,T)}for(const f of c)fh(d.children,f);return d.type==="element"&&d.tagName==="template"&&(d.content={type:"root",children:d.children},d.children=[]),d}return o}function q3(e){if(e===null||typeof e!="object"||Array.isArray(e))return!0;if(typeof e.type!="string")return!1;const t=e,n=Object.keys(e);for(const r of n){const o=t[r];if(o&&typeof o=="object"){if(!Array.isArray(o))return!0;const a=o;for(const u of a)if(typeof u!="number"&&typeof u!="string")return!0}}return!!("children"in e&&Array.isArray(e.children))}function Y3(e,t,n,r){const o=Df(e,n);let a;if(r!=null){if(typeof r=="number"){if(Number.isNaN(r))return;a=r}else typeof r=="boolean"?a=r:typeof r=="string"?o.spaceSeparated?a=Y1(r):o.commaSeparated?a=R1(r):o.commaOrSpaceSeparated?a=Y1(R1(r).join(" ")):a=ry(o,o.property,r):Array.isArray(r)?a=[...r]:a=o.property==="style"?W3(r):String(r);if(Array.isArray(a)){const u=[];for(const c of a)u.push(ry(o,o.property,c));a=u}o.property==="className"&&Array.isArray(t.className)&&(a=t.className.concat(a)),t[o.property]=a}}function fh(e,t){if(t!=null)if(typeof t=="number"||typeof t=="string")e.push({type:"text",value:String(t)});else if(Array.isArray(t))for(const n of t)fh(e,n);else if(typeof t=="object"&&"type"in t)t.type==="root"?fh(e,t.children):e.push(t);else throw new Error("Expected node, nodes, or string, got `"+t+"`")}function ry(e,t,n){if(typeof n=="string"){if(e.number&&n&&!Number.isNaN(Number(n)))return Number(n);if((e.boolean||e.overloadedBoolean)&&(n===""||_a(n)===_a(t)))return!0}return n}function W3(e){const t=[];for(const[n,r]of Object.entries(e))t.push([n,r].join(": "));return t.join("; ")}function G3(e){const t=new Map;for(const n of e)t.set(n.toLowerCase(),n);return t}const X3=["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","solidColor","textArea","textPath"],K3=ny(_l,"div"),Q3=ny(Qo,"g",X3);function J3(e){const t=String(e),n=[];return{toOffset:o,toPoint:r};function r(a){if(typeof a=="number"&&a>-1&&a<=t.length){let u=0;for(;;){let c=n[u];if(c===void 0){const d=iy(t,n[u-1]);c=d===-1?t.length+1:d+1,n[u]=c}if(c>a)return{line:u+1,column:a-(u>0?n[u-1]:0)+1,offset:a};u++}}}function o(a){if(a&&typeof a.line=="number"&&typeof a.column=="number"&&!Number.isNaN(a.line)&&!Number.isNaN(a.column)){for(;n.length<a.line;){const c=n[n.length-1],d=iy(t,c),f=d===-1?t.length+1:d+1;if(c===f)break;n.push(f)}const u=(a.line>1?n[a.line-2]:0)+a.column-1;if(u<n[a.line-1])return u}}}function iy(e,t){const n=e.indexOf("\r",t),r=e.indexOf(`
|
|
31
|
-
`,t);return r===-1?n:n===-1||n+1===r?r:n<r?n:r}const co={html:"http://www.w3.org/1999/xhtml",mathml:"http://www.w3.org/1998/Math/MathML",svg:"http://www.w3.org/2000/svg",xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"},oy={}.hasOwnProperty,Z3=Object.prototype;function eI(e,t){const n=t||{};return hh({file:n.file||void 0,location:!1,schema:n.space==="svg"?Qo:_l,verbose:n.verbose||!1},e)}function hh(e,t){let n;switch(t.nodeName){case"#comment":{const r=t;return n={type:"comment",value:r.data},Dl(e,r,n),n}case"#document":case"#document-fragment":{const r=t,o="mode"in r?r.mode==="quirks"||r.mode==="limited-quirks":!1;if(n={type:"root",children:sy(e,t.childNodes),data:{quirksMode:o}},e.file&&e.location){const a=String(e.file),u=J3(a),c=u.toPoint(0),d=u.toPoint(a.length);n.position={start:c,end:d}}return n}case"#documentType":{const r=t;return n={type:"doctype"},Dl(e,r,n),n}case"#text":{const r=t;return n={type:"text",value:r.value},Dl(e,r,n),n}default:return n=tI(e,t),n}}function sy(e,t){let n=-1;const r=[];for(;++n<t.length;){const o=hh(e,t[n]);r.push(o)}return r}function tI(e,t){const n=e.schema;e.schema=t.namespaceURI===co.svg?Qo:_l;let r=-1;const o={};for(;++r<t.attrs.length;){const c=t.attrs[r],d=(c.prefix?c.prefix+":":"")+c.name;oy.call(Z3,d)||(o[d]=c.value)}const u=(e.schema.space==="svg"?Q3:K3)(t.tagName,o,sy(e,t.childNodes));if(Dl(e,t,u),u.tagName==="template"){const c=t,d=c.sourceCodeLocation,f=d&&d.startTag&&ns(d.startTag),p=d&&d.endTag&&ns(d.endTag),m=hh(e,c.content);f&&p&&e.file&&(m.position={start:f.end,end:p.start}),u.content=m}return e.schema=n,u}function Dl(e,t,n){if("sourceCodeLocation"in t&&t.sourceCodeLocation&&e.file){const r=nI(e,n,t.sourceCodeLocation);r&&(e.location=!0,n.position=r)}}function nI(e,t,n){const r=ns(n);if(t.type==="element"){const o=t.children[t.children.length-1];if(r&&!n.endTag&&o&&o.position&&o.position.end&&(r.end=Object.assign({},o.position.end)),e.verbose){const a={};let u;if(n.attrs)for(u in n.attrs)oy.call(n.attrs,u)&&(a[Df(e.schema,u).property]=ns(n.attrs[u]));n.startTag;const c=ns(n.startTag),d=n.endTag?ns(n.endTag):void 0,f={opening:c};d&&(f.closing=d),f.properties=a,t.data={position:f}}}return r}function ns(e){const t=ay({line:e.startLine,column:e.startCol,offset:e.startOffset}),n=ay({line:e.endLine,column:e.endCol,offset:e.endOffset});return t||n?{start:t,end:n}:void 0}function ay(e){return e.line&&e.column?e:void 0}class Ia{constructor(t,n,r){this.property=t,this.normal=n,r&&(this.space=r)}}Ia.prototype.property={},Ia.prototype.normal={},Ia.prototype.space=null;function uy(e,t){const n={},r={};let o=-1;for(;++o<e.length;)Object.assign(n,e[o].property),Object.assign(r,e[o].normal);return new Ia(n,r,t)}function ph(e){return e.toLowerCase()}class rr{constructor(t,n){this.property=t,this.attribute=n}}rr.prototype.space=null,rr.prototype.boolean=!1,rr.prototype.booleanish=!1,rr.prototype.overloadedBoolean=!1,rr.prototype.number=!1,rr.prototype.commaSeparated=!1,rr.prototype.spaceSeparated=!1,rr.prototype.commaOrSpaceSeparated=!1,rr.prototype.mustUseProperty=!1,rr.prototype.defined=!1;let rI=0;const Ge=fo(),Ht=fo(),ly=fo(),ye=fo(),yt=fo(),rs=fo(),$n=fo();function fo(){return ta(2,++rI)}const mh=Object.freeze(Object.defineProperty({__proto__:null,boolean:Ge,booleanish:Ht,commaOrSpaceSeparated:$n,commaSeparated:rs,number:ye,overloadedBoolean:ly,spaceSeparated:yt},Symbol.toStringTag,{value:"Module"})),gh=Object.keys(mh);class Eh extends rr{constructor(t,n,r,o){let a=-1;if(super(t,n),cy(this,"space",o),typeof r=="number")for(;++a<gh.length;){const u=gh[a];cy(this,gh[a],(r&mh[u])===mh[u])}}}Eh.prototype.defined=!0;function cy(e,t,n){n&&(e[t]=n)}const iI={}.hasOwnProperty;function is(e){const t={},n={};let r;for(r in e.properties)if(iI.call(e.properties,r)){const o=e.properties[r],a=new Eh(r,e.transform(e.attributes||{},r),o,e.space);e.mustUseProperty&&e.mustUseProperty.includes(r)&&(a.mustUseProperty=!0),t[r]=a,n[ph(r)]=r,n[ph(a.attribute)]=r}return new Ia(t,n,e.space)}const dy=is({space:"xlink",transform(e,t){return"xlink:"+t.slice(5).toLowerCase()},properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null}}),fy=is({space:"xml",transform(e,t){return"xml:"+t.slice(3).toLowerCase()},properties:{xmlLang:null,xmlBase:null,xmlSpace:null}});function hy(e,t){return t in e?e[t]:t}function py(e,t){return hy(e,t.toLowerCase())}const my=is({space:"xmlns",attributes:{xmlnsxlink:"xmlns:xlink"},transform:py,properties:{xmlns:null,xmlnsXLink:null}}),gy=is({transform(e,t){return t==="role"?t:"aria-"+t.slice(4).toLowerCase()},properties:{ariaActiveDescendant:null,ariaAtomic:Ht,ariaAutoComplete:null,ariaBusy:Ht,ariaChecked:Ht,ariaColCount:ye,ariaColIndex:ye,ariaColSpan:ye,ariaControls:yt,ariaCurrent:null,ariaDescribedBy:yt,ariaDetails:null,ariaDisabled:Ht,ariaDropEffect:yt,ariaErrorMessage:null,ariaExpanded:Ht,ariaFlowTo:yt,ariaGrabbed:Ht,ariaHasPopup:null,ariaHidden:Ht,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:yt,ariaLevel:ye,ariaLive:null,ariaModal:Ht,ariaMultiLine:Ht,ariaMultiSelectable:Ht,ariaOrientation:null,ariaOwns:yt,ariaPlaceholder:null,ariaPosInSet:ye,ariaPressed:Ht,ariaReadOnly:Ht,ariaRelevant:null,ariaRequired:Ht,ariaRoleDescription:yt,ariaRowCount:ye,ariaRowIndex:ye,ariaRowSpan:ye,ariaSelected:Ht,ariaSetSize:ye,ariaSort:null,ariaValueMax:ye,ariaValueMin:ye,ariaValueNow:ye,ariaValueText:null,role:null}}),oI=is({space:"html",attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},transform:py,mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:rs,acceptCharset:yt,accessKey:yt,action:null,allow:null,allowFullScreen:Ge,allowPaymentRequest:Ge,allowUserMedia:Ge,alt:null,as:null,async:Ge,autoCapitalize:null,autoComplete:yt,autoFocus:Ge,autoPlay:Ge,blocking:yt,capture:null,charSet:null,checked:Ge,cite:null,className:yt,cols:ye,colSpan:null,content:null,contentEditable:Ht,controls:Ge,controlsList:yt,coords:ye|rs,crossOrigin:null,data:null,dateTime:null,decoding:null,default:Ge,defer:Ge,dir:null,dirName:null,disabled:Ge,download:ly,draggable:Ht,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:Ge,formTarget:null,headers:yt,height:ye,hidden:Ge,high:ye,href:null,hrefLang:null,htmlFor:yt,httpEquiv:yt,id:null,imageSizes:null,imageSrcSet:null,inert:Ge,inputMode:null,integrity:null,is:null,isMap:Ge,itemId:null,itemProp:yt,itemRef:yt,itemScope:Ge,itemType:yt,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:Ge,low:ye,manifest:null,max:null,maxLength:ye,media:null,method:null,min:null,minLength:ye,multiple:Ge,muted:Ge,name:null,nonce:null,noModule:Ge,noValidate:Ge,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:Ge,optimum:ye,pattern:null,ping:yt,placeholder:null,playsInline:Ge,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:Ge,referrerPolicy:null,rel:yt,required:Ge,reversed:Ge,rows:ye,rowSpan:ye,sandbox:yt,scope:null,scoped:Ge,seamless:Ge,selected:Ge,shadowRootClonable:Ge,shadowRootDelegatesFocus:Ge,shadowRootMode:null,shape:null,size:ye,sizes:null,slot:null,span:ye,spellCheck:Ht,src:null,srcDoc:null,srcLang:null,srcSet:null,start:ye,step:null,style:null,tabIndex:ye,target:null,title:null,translate:null,type:null,typeMustMatch:Ge,useMap:null,value:Ht,width:ye,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:yt,axis:null,background:null,bgColor:null,border:ye,borderColor:null,bottomMargin:ye,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:Ge,declare:Ge,event:null,face:null,frame:null,frameBorder:null,hSpace:ye,leftMargin:ye,link:null,longDesc:null,lowSrc:null,marginHeight:ye,marginWidth:ye,noResize:Ge,noHref:Ge,noShade:Ge,noWrap:Ge,object:null,profile:null,prompt:null,rev:null,rightMargin:ye,rules:null,scheme:null,scrolling:Ht,standby:null,summary:null,text:null,topMargin:ye,valueType:null,version:null,vAlign:null,vLink:null,vSpace:ye,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:Ge,disableRemotePlayback:Ge,prefix:null,property:null,results:ye,security:null,unselectable:null}}),sI=is({space:"svg",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"},transform:hy,properties:{about:$n,accentHeight:ye,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:ye,amplitude:ye,arabicForm:null,ascent:ye,attributeName:null,attributeType:null,azimuth:ye,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:ye,by:null,calcMode:null,capHeight:ye,className:yt,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:ye,diffuseConstant:ye,direction:null,display:null,dur:null,divisor:ye,dominantBaseline:null,download:Ge,dx:null,dy:null,edgeMode:null,editable:null,elevation:ye,enableBackground:null,end:null,event:null,exponent:ye,externalResourcesRequired:null,fill:null,fillOpacity:ye,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:rs,g2:rs,glyphName:rs,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:ye,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:ye,horizOriginX:ye,horizOriginY:ye,id:null,ideographic:ye,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:ye,k:ye,k1:ye,k2:ye,k3:ye,k4:ye,kernelMatrix:$n,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:ye,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:ye,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:ye,overlineThickness:ye,paintOrder:null,panose1:null,path:null,pathLength:ye,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:yt,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:ye,pointsAtY:ye,pointsAtZ:ye,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:$n,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:$n,rev:$n,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:$n,requiredFeatures:$n,requiredFonts:$n,requiredFormats:$n,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:ye,specularExponent:ye,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:ye,strikethroughThickness:ye,string:null,stroke:null,strokeDashArray:$n,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:ye,strokeOpacity:ye,strokeWidth:null,style:null,surfaceScale:ye,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:$n,tabIndex:ye,tableValues:null,target:null,targetX:ye,targetY:ye,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:$n,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:ye,underlineThickness:ye,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:ye,values:null,vAlphabetic:ye,vMathematical:ye,vectorEffect:null,vHanging:ye,vIdeographic:ye,version:null,vertAdvY:ye,vertOriginX:ye,vertOriginY:ye,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:ye,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null}}),aI=/^data[-\w.:]+$/i,Ey=/-[a-z]/g,uI=/[A-Z]/g;function lI(e,t){const n=ph(t);let r=t,o=rr;if(n in e.normal)return e.property[e.normal[n]];if(n.length>4&&n.slice(0,4)==="data"&&aI.test(t)){if(t.charAt(4)==="-"){const a=t.slice(5).replace(Ey,dI);r="data"+a.charAt(0).toUpperCase()+a.slice(1)}else{const a=t.slice(4);if(!Ey.test(a)){let u=a.replace(uI,cI);u.charAt(0)!=="-"&&(u="-"+u),t="data"+u}}o=Eh}return new o(r,t)}function cI(e){return"-"+e.toLowerCase()}function dI(e){return e.charAt(1).toUpperCase()}const fI=uy([fy,dy,my,gy,oI],"html"),yy=uy([fy,dy,my,gy,sI],"svg"),by={}.hasOwnProperty;function Ty(e,t){const n=t||{};function r(o,...a){let u=r.invalid;const c=r.handlers;if(o&&by.call(o,e)){const d=String(o[e]);u=by.call(c,d)?c[d]:r.unknown}if(u)return u.call(this,o,...a)}return r.handlers=n.handlers||{},r.invalid=n.invalid,r.unknown=n.unknown,r}const hI={},pI={}.hasOwnProperty,_y=Ty("type",{handlers:{root:gI,element:_I,text:bI,comment:TI,doctype:yI}});function mI(e,t){const r=(t||hI).space;return _y(e,r==="svg"?yy:fI)}function gI(e,t){const n={nodeName:"#document",mode:(e.data||{}).quirksMode?"quirks":"no-quirks",childNodes:[]};return n.childNodes=yh(e.children,n,t),os(e,n),n}function EI(e,t){const n={nodeName:"#document-fragment",childNodes:[]};return n.childNodes=yh(e.children,n,t),os(e,n),n}function yI(e){const t={nodeName:"#documentType",name:"html",publicId:"",systemId:"",parentNode:null};return os(e,t),t}function bI(e){const t={nodeName:"#text",value:e.value,parentNode:null};return os(e,t),t}function TI(e){const t={nodeName:"#comment",data:e.value,parentNode:null};return os(e,t),t}function _I(e,t){const n=t;let r=n;e.type==="element"&&e.tagName.toLowerCase()==="svg"&&n.space==="html"&&(r=yy);const o=[];let a;if(e.properties){for(a in e.properties)if(a!=="children"&&pI.call(e.properties,a)){const d=SI(r,a,e.properties[a]);d&&o.push(d)}}const u=r.space,c={nodeName:e.tagName,tagName:e.tagName,attrs:o,namespaceURI:co[u],childNodes:[],parentNode:null};return c.childNodes=yh(e.children,c,r),os(e,c),e.tagName==="template"&&e.content&&(c.content=EI(e.content,r)),c}function SI(e,t,n){const r=lI(e,t);if(n===!1||n===null||n===void 0||typeof n=="number"&&Number.isNaN(n)||!n&&r.boolean)return;Array.isArray(n)&&(n=r.commaSeparated?L1(n):W1(n));const o={name:r.attribute,value:n===!0?"":String(n)};if(r.space&&r.space!=="html"&&r.space!=="svg"){const a=o.name.indexOf(":");a<0?o.prefix="":(o.name=o.name.slice(a+1),o.prefix=r.attribute.slice(0,a)),o.namespace=co[r.space]}return o}function yh(e,t,n){let r=-1;const o=[];if(e)for(;++r<e.length;){const a=_y(e[r],n);a.parentNode=t,o.push(a)}return o}function os(e,t){const n=e.position;n&&n.start&&n.end&&(n.start.offset,n.end.offset,t.sourceCodeLocation={startLine:n.start.line,startCol:n.start.column,startOffset:n.start.offset,endLine:n.end.line,endCol:n.end.column,endOffset:n.end.offset})}const xI=["area","base","basefont","bgsound","br","col","command","embed","frame","hr","image","img","input","keygen","link","meta","param","source","track","wbr"],wI=new Set([65534,65535,131070,131071,196606,196607,262142,262143,327678,327679,393214,393215,458750,458751,524286,524287,589822,589823,655358,655359,720894,720895,786430,786431,851966,851967,917502,917503,983038,983039,1048574,1048575,1114110,1114111]),wt="�";var P;(function(e){e[e.EOF=-1]="EOF",e[e.NULL=0]="NULL",e[e.TABULATION=9]="TABULATION",e[e.CARRIAGE_RETURN=13]="CARRIAGE_RETURN",e[e.LINE_FEED=10]="LINE_FEED",e[e.FORM_FEED=12]="FORM_FEED",e[e.SPACE=32]="SPACE",e[e.EXCLAMATION_MARK=33]="EXCLAMATION_MARK",e[e.QUOTATION_MARK=34]="QUOTATION_MARK",e[e.AMPERSAND=38]="AMPERSAND",e[e.APOSTROPHE=39]="APOSTROPHE",e[e.HYPHEN_MINUS=45]="HYPHEN_MINUS",e[e.SOLIDUS=47]="SOLIDUS",e[e.DIGIT_0=48]="DIGIT_0",e[e.DIGIT_9=57]="DIGIT_9",e[e.SEMICOLON=59]="SEMICOLON",e[e.LESS_THAN_SIGN=60]="LESS_THAN_SIGN",e[e.EQUALS_SIGN=61]="EQUALS_SIGN",e[e.GREATER_THAN_SIGN=62]="GREATER_THAN_SIGN",e[e.QUESTION_MARK=63]="QUESTION_MARK",e[e.LATIN_CAPITAL_A=65]="LATIN_CAPITAL_A",e[e.LATIN_CAPITAL_Z=90]="LATIN_CAPITAL_Z",e[e.RIGHT_SQUARE_BRACKET=93]="RIGHT_SQUARE_BRACKET",e[e.GRAVE_ACCENT=96]="GRAVE_ACCENT",e[e.LATIN_SMALL_A=97]="LATIN_SMALL_A",e[e.LATIN_SMALL_Z=122]="LATIN_SMALL_Z"})(P||(P={}));const On={DASH_DASH:"--",CDATA_START:"[CDATA[",DOCTYPE:"doctype",SCRIPT:"script",PUBLIC:"public",SYSTEM:"system"};function Sy(e){return e>=55296&&e<=57343}function AI(e){return e>=56320&&e<=57343}function vI(e,t){return(e-55296)*1024+9216+t}function xy(e){return e!==32&&e!==10&&e!==13&&e!==9&&e!==12&&e>=1&&e<=31||e>=127&&e<=159}function wy(e){return e>=64976&&e<=65007||wI.has(e)}var te;(function(e){e.controlCharacterInInputStream="control-character-in-input-stream",e.noncharacterInInputStream="noncharacter-in-input-stream",e.surrogateInInputStream="surrogate-in-input-stream",e.nonVoidHtmlElementStartTagWithTrailingSolidus="non-void-html-element-start-tag-with-trailing-solidus",e.endTagWithAttributes="end-tag-with-attributes",e.endTagWithTrailingSolidus="end-tag-with-trailing-solidus",e.unexpectedSolidusInTag="unexpected-solidus-in-tag",e.unexpectedNullCharacter="unexpected-null-character",e.unexpectedQuestionMarkInsteadOfTagName="unexpected-question-mark-instead-of-tag-name",e.invalidFirstCharacterOfTagName="invalid-first-character-of-tag-name",e.unexpectedEqualsSignBeforeAttributeName="unexpected-equals-sign-before-attribute-name",e.missingEndTagName="missing-end-tag-name",e.unexpectedCharacterInAttributeName="unexpected-character-in-attribute-name",e.unknownNamedCharacterReference="unknown-named-character-reference",e.missingSemicolonAfterCharacterReference="missing-semicolon-after-character-reference",e.unexpectedCharacterAfterDoctypeSystemIdentifier="unexpected-character-after-doctype-system-identifier",e.unexpectedCharacterInUnquotedAttributeValue="unexpected-character-in-unquoted-attribute-value",e.eofBeforeTagName="eof-before-tag-name",e.eofInTag="eof-in-tag",e.missingAttributeValue="missing-attribute-value",e.missingWhitespaceBetweenAttributes="missing-whitespace-between-attributes",e.missingWhitespaceAfterDoctypePublicKeyword="missing-whitespace-after-doctype-public-keyword",e.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers="missing-whitespace-between-doctype-public-and-system-identifiers",e.missingWhitespaceAfterDoctypeSystemKeyword="missing-whitespace-after-doctype-system-keyword",e.missingQuoteBeforeDoctypePublicIdentifier="missing-quote-before-doctype-public-identifier",e.missingQuoteBeforeDoctypeSystemIdentifier="missing-quote-before-doctype-system-identifier",e.missingDoctypePublicIdentifier="missing-doctype-public-identifier",e.missingDoctypeSystemIdentifier="missing-doctype-system-identifier",e.abruptDoctypePublicIdentifier="abrupt-doctype-public-identifier",e.abruptDoctypeSystemIdentifier="abrupt-doctype-system-identifier",e.cdataInHtmlContent="cdata-in-html-content",e.incorrectlyOpenedComment="incorrectly-opened-comment",e.eofInScriptHtmlCommentLikeText="eof-in-script-html-comment-like-text",e.eofInDoctype="eof-in-doctype",e.nestedComment="nested-comment",e.abruptClosingOfEmptyComment="abrupt-closing-of-empty-comment",e.eofInComment="eof-in-comment",e.incorrectlyClosedComment="incorrectly-closed-comment",e.eofInCdata="eof-in-cdata",e.absenceOfDigitsInNumericCharacterReference="absence-of-digits-in-numeric-character-reference",e.nullCharacterReference="null-character-reference",e.surrogateCharacterReference="surrogate-character-reference",e.characterReferenceOutsideUnicodeRange="character-reference-outside-unicode-range",e.controlCharacterReference="control-character-reference",e.noncharacterCharacterReference="noncharacter-character-reference",e.missingWhitespaceBeforeDoctypeName="missing-whitespace-before-doctype-name",e.missingDoctypeName="missing-doctype-name",e.invalidCharacterSequenceAfterDoctypeName="invalid-character-sequence-after-doctype-name",e.duplicateAttribute="duplicate-attribute",e.nonConformingDoctype="non-conforming-doctype",e.missingDoctype="missing-doctype",e.misplacedDoctype="misplaced-doctype",e.endTagWithoutMatchingOpenElement="end-tag-without-matching-open-element",e.closingOfElementWithOpenChildElements="closing-of-element-with-open-child-elements",e.disallowedContentInNoscriptInHead="disallowed-content-in-noscript-in-head",e.openElementsLeftAfterEof="open-elements-left-after-eof",e.abandonedHeadElementChild="abandoned-head-element-child",e.misplacedStartTagForHeadElement="misplaced-start-tag-for-head-element",e.nestedNoscriptInHead="nested-noscript-in-head",e.eofInElementThatCanContainOnlyText="eof-in-element-that-can-contain-only-text"})(te||(te={}));const CI=65536;class kI{constructor(t){this.handler=t,this.html="",this.pos=-1,this.lastGapPos=-2,this.gapStack=[],this.skipNextNewLine=!1,this.lastChunkWritten=!1,this.endOfChunkHit=!1,this.bufferWaterline=CI,this.isEol=!1,this.lineStartPos=0,this.droppedBufferSize=0,this.line=1,this.lastErrOffset=-1}get col(){return this.pos-this.lineStartPos+ +(this.lastGapPos!==this.pos)}get offset(){return this.droppedBufferSize+this.pos}getError(t,n){const{line:r,col:o,offset:a}=this,u=o+n,c=a+n;return{code:t,startLine:r,endLine:r,startCol:u,endCol:u,startOffset:c,endOffset:c}}_err(t){this.handler.onParseError&&this.lastErrOffset!==this.offset&&(this.lastErrOffset=this.offset,this.handler.onParseError(this.getError(t,0)))}_addGap(){this.gapStack.push(this.lastGapPos),this.lastGapPos=this.pos}_processSurrogate(t){if(this.pos!==this.html.length-1){const n=this.html.charCodeAt(this.pos+1);if(AI(n))return this.pos++,this._addGap(),vI(t,n)}else if(!this.lastChunkWritten)return this.endOfChunkHit=!0,P.EOF;return this._err(te.surrogateInInputStream),t}willDropParsedChunk(){return this.pos>this.bufferWaterline}dropParsedChunk(){this.willDropParsedChunk()&&(this.html=this.html.substring(this.pos),this.lineStartPos-=this.pos,this.droppedBufferSize+=this.pos,this.pos=0,this.lastGapPos=-2,this.gapStack.length=0)}write(t,n){this.html.length>0?this.html+=t:this.html=t,this.endOfChunkHit=!1,this.lastChunkWritten=n}insertHtmlAtCurrentPos(t){this.html=this.html.substring(0,this.pos+1)+t+this.html.substring(this.pos+1),this.endOfChunkHit=!1}startsWith(t,n){if(this.pos+t.length>this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,!1;if(n)return this.html.startsWith(t,this.pos);for(let r=0;r<t.length;r++)if((this.html.charCodeAt(this.pos+r)|32)!==t.charCodeAt(r))return!1;return!0}peek(t){const n=this.pos+t;if(n>=this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,P.EOF;const r=this.html.charCodeAt(n);return r===P.CARRIAGE_RETURN?P.LINE_FEED:r}advance(){if(this.pos++,this.isEol&&(this.isEol=!1,this.line++,this.lineStartPos=this.pos),this.pos>=this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,P.EOF;let t=this.html.charCodeAt(this.pos);return t===P.CARRIAGE_RETURN?(this.isEol=!0,this.skipNextNewLine=!0,P.LINE_FEED):t===P.LINE_FEED&&(this.isEol=!0,this.skipNextNewLine)?(this.line--,this.skipNextNewLine=!1,this._addGap(),this.advance()):(this.skipNextNewLine=!1,Sy(t)&&(t=this._processSurrogate(t)),this.handler.onParseError===null||t>31&&t<127||t===P.LINE_FEED||t===P.CARRIAGE_RETURN||t>159&&t<64976||this._checkForProblematicCharacters(t),t)}_checkForProblematicCharacters(t){xy(t)?this._err(te.controlCharacterInInputStream):wy(t)&&this._err(te.noncharacterInInputStream)}retreat(t){for(this.pos-=t;this.pos<this.lastGapPos;)this.lastGapPos=this.gapStack.pop(),this.pos--;this.isEol=!1}}var Ke;(function(e){e[e.CHARACTER=0]="CHARACTER",e[e.NULL_CHARACTER=1]="NULL_CHARACTER",e[e.WHITESPACE_CHARACTER=2]="WHITESPACE_CHARACTER",e[e.START_TAG=3]="START_TAG",e[e.END_TAG=4]="END_TAG",e[e.COMMENT=5]="COMMENT",e[e.DOCTYPE=6]="DOCTYPE",e[e.EOF=7]="EOF",e[e.HIBERNATION=8]="HIBERNATION"})(Ke||(Ke={}));function Ay(e,t){for(let n=e.attrs.length-1;n>=0;n--)if(e.attrs[n].name===t)return e.attrs[n].value;return null}const PI=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏઑඡ༉༦ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘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;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲϏϢϸontourIntegraìȹoɴ\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲy;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱còJTabcdfgorstרׯؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ߂ߐĀiyޱrc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣসে্ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४ĀnrࢃgleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒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;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpwਖਛgȀLRlr৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼અઋp;椅y;䐜Ādl੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑඞcy;䐊cute;䅃ƀaeyહાron;䅇dil;䅅;䐝ƀgswે૰ativeƀMTV૨ediumSpace;怋hiĀcn૦ëeryThiîtedĀGLଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷreak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪௫ఄ಄ದൡඅ櫬Āoungruent;扢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;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂෛ෧ขภยา฿ไlig;䅒cute耻Ó䃓Āiyීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲcr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬืde耻Õ䃕es;樷ml耻Ö䃖erĀBP๋Āar๐๓r;怾acĀek๚;揞et;掴arenthesis;揜ҀacfhilorsງຊຏຒດຝະrtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ檻cedesȀ;EST່້扺qual;檯lantEqual;扼ilde;找me;怳Ādpuct;戏ortionĀ;aȥl;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬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ǵ\0စbleBracket;柧nǔည\0န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;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆Ȁ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;쀀𝔗ĀeiቻDzኀ\0ኇefore;戴a;䎘ĀcnኘkSpace;쀀 Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtèa;䎖r;愨pf;愤cr;쀀𝒵ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒;Eaeiopᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;eᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;eᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰᝃᝈ០៦ᠹᡐᜍ᥈ᥰot;櫭ĀcrᛶkȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;tbrk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯᝳ;䎲;愶een;扬r;쀀𝔟gcostuvwឍឝឳេ៕៛ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀakoᠦᠵĀcn៲ᠣkƀlst֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ;敛;敘;攘;攔;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģbar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;elƀ;bhᥨᥩᥫ䁜;槅sub;柈ŬᥴlĀ;e怢t»pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭒\0᯽\0ᰌƀcprᦲute;䄇̀;abcdsᦿᧀᧄ᧕᧙戩nd;橄rcup;橉Āau᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r;Ecefms᩠ᩢᩫ᪤᪪旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ\0\0aĀ;t䀬;䁀ƀ;fl戁îᅠeĀmxent»eóɍǧ\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯delprvw᭠᭬᭷ᮂᮬᯔarrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;pᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒ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;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂᳖᳜᳠mƀ;oș᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕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;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈ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åչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧\0耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₥₰₴⃰℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽ƀ;qsؾٌlanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqrⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0proø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;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;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;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼ròòΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹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;楼;쀀𝔩Ā;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;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;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;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;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⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨íistĀ;sடr;쀀𝔫Ȁ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;쀀𝕟膀¬;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å;쀀𝓃ortɭ⬅\0\0⯖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;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;cⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācrir;榿;쀀𝔬ͯ\0\0\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕⶥⶨrò᪀Āirⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔǒr;榷rp;榹;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ\0\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ脀¶;l䂶leìЃɩ\0\0m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳ᤈ⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t⾴ïrel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⋢⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀ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;楽;쀀𝔯Ā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;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸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㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜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;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñ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耻ß䃟㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rëƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproøim»ኬsðኞĀas㚺㚮ðrn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈadempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xôheadĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀ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;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roðtré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜtré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map(e=>e.charCodeAt(0))),NI=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]]);function OI(e){var t;return e>=55296&&e<=57343||e>1114111?65533:(t=NI.get(e))!==null&&t!==void 0?t:e}var Kt;(function(e){e[e.NUM=35]="NUM",e[e.SEMI=59]="SEMI",e[e.EQUALS=61]="EQUALS",e[e.ZERO=48]="ZERO",e[e.NINE=57]="NINE",e[e.LOWER_A=97]="LOWER_A",e[e.LOWER_F=102]="LOWER_F",e[e.LOWER_X=120]="LOWER_X",e[e.LOWER_Z=122]="LOWER_Z",e[e.UPPER_A=65]="UPPER_A",e[e.UPPER_F=70]="UPPER_F",e[e.UPPER_Z=90]="UPPER_Z"})(Kt||(Kt={}));const II=32;var Ci;(function(e){e[e.VALUE_LENGTH=49152]="VALUE_LENGTH",e[e.BRANCH_LENGTH=16256]="BRANCH_LENGTH",e[e.JUMP_TABLE=127]="JUMP_TABLE"})(Ci||(Ci={}));function bh(e){return e>=Kt.ZERO&&e<=Kt.NINE}function RI(e){return e>=Kt.UPPER_A&&e<=Kt.UPPER_F||e>=Kt.LOWER_A&&e<=Kt.LOWER_F}function LI(e){return e>=Kt.UPPER_A&&e<=Kt.UPPER_Z||e>=Kt.LOWER_A&&e<=Kt.LOWER_Z||bh(e)}function DI(e){return e===Kt.EQUALS||LI(e)}var Qt;(function(e){e[e.EntityStart=0]="EntityStart",e[e.NumericStart=1]="NumericStart",e[e.NumericDecimal=2]="NumericDecimal",e[e.NumericHex=3]="NumericHex",e[e.NamedEntity=4]="NamedEntity"})(Qt||(Qt={}));var si;(function(e){e[e.Legacy=0]="Legacy",e[e.Strict=1]="Strict",e[e.Attribute=2]="Attribute"})(si||(si={}));class MI{constructor(t,n,r){this.decodeTree=t,this.emitCodePoint=n,this.errors=r,this.state=Qt.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=si.Strict}startEntity(t){this.decodeMode=t,this.state=Qt.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(t,n){switch(this.state){case Qt.EntityStart:return t.charCodeAt(n)===Kt.NUM?(this.state=Qt.NumericStart,this.consumed+=1,this.stateNumericStart(t,n+1)):(this.state=Qt.NamedEntity,this.stateNamedEntity(t,n));case Qt.NumericStart:return this.stateNumericStart(t,n);case Qt.NumericDecimal:return this.stateNumericDecimal(t,n);case Qt.NumericHex:return this.stateNumericHex(t,n);case Qt.NamedEntity:return this.stateNamedEntity(t,n)}}stateNumericStart(t,n){return n>=t.length?-1:(t.charCodeAt(n)|II)===Kt.LOWER_X?(this.state=Qt.NumericHex,this.consumed+=1,this.stateNumericHex(t,n+1)):(this.state=Qt.NumericDecimal,this.stateNumericDecimal(t,n))}addToNumericResult(t,n,r,o){if(n!==r){const a=r-n;this.result=this.result*Math.pow(o,a)+Number.parseInt(t.substr(n,a),o),this.consumed+=a}}stateNumericHex(t,n){const r=n;for(;n<t.length;){const o=t.charCodeAt(n);if(bh(o)||RI(o))n+=1;else return this.addToNumericResult(t,r,n,16),this.emitNumericEntity(o,3)}return this.addToNumericResult(t,r,n,16),-1}stateNumericDecimal(t,n){const r=n;for(;n<t.length;){const o=t.charCodeAt(n);if(bh(o))n+=1;else return this.addToNumericResult(t,r,n,10),this.emitNumericEntity(o,2)}return this.addToNumericResult(t,r,n,10),-1}emitNumericEntity(t,n){var r;if(this.consumed<=n)return(r=this.errors)===null||r===void 0||r.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(t===Kt.SEMI)this.consumed+=1;else if(this.decodeMode===si.Strict)return 0;return this.emitCodePoint(OI(this.result),this.consumed),this.errors&&(t!==Kt.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(t,n){const{decodeTree:r}=this;let o=r[this.treeIndex],a=(o&Ci.VALUE_LENGTH)>>14;for(;n<t.length;n++,this.excess++){const u=t.charCodeAt(n);if(this.treeIndex=FI(r,o,this.treeIndex+Math.max(1,a),u),this.treeIndex<0)return this.result===0||this.decodeMode===si.Attribute&&(a===0||DI(u))?0:this.emitNotTerminatedNamedEntity();if(o=r[this.treeIndex],a=(o&Ci.VALUE_LENGTH)>>14,a!==0){if(u===Kt.SEMI)return this.emitNamedEntityData(this.treeIndex,a,this.consumed+this.excess);this.decodeMode!==si.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var t;const{result:n,decodeTree:r}=this,o=(r[n]&Ci.VALUE_LENGTH)>>14;return this.emitNamedEntityData(n,o,this.consumed),(t=this.errors)===null||t===void 0||t.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(t,n,r){const{decodeTree:o}=this;return this.emitCodePoint(n===1?o[t]&~Ci.VALUE_LENGTH:o[t+1],r),n===3&&this.emitCodePoint(o[t+2],r),r}end(){var t;switch(this.state){case Qt.NamedEntity:return this.result!==0&&(this.decodeMode!==si.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0;case Qt.NumericDecimal:return this.emitNumericEntity(0,2);case Qt.NumericHex:return this.emitNumericEntity(0,3);case Qt.NumericStart:return(t=this.errors)===null||t===void 0||t.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case Qt.EntityStart:return 0}}}function FI(e,t,n,r){const o=(t&Ci.BRANCH_LENGTH)>>7,a=t&Ci.JUMP_TABLE;if(o===0)return a!==0&&r===a?n:-1;if(a){const d=r-a;return d<0||d>=o?-1:e[n+d]-1}let u=n,c=u+o-1;for(;u<=c;){const d=u+c>>>1,f=e[d];if(f<r)u=d+1;else if(f>r)c=d-1;else return e[d+o]}return-1}var ue;(function(e){e.HTML="http://www.w3.org/1999/xhtml",e.MATHML="http://www.w3.org/1998/Math/MathML",e.SVG="http://www.w3.org/2000/svg",e.XLINK="http://www.w3.org/1999/xlink",e.XML="http://www.w3.org/XML/1998/namespace",e.XMLNS="http://www.w3.org/2000/xmlns/"})(ue||(ue={}));var ho;(function(e){e.TYPE="type",e.ACTION="action",e.ENCODING="encoding",e.PROMPT="prompt",e.NAME="name",e.COLOR="color",e.FACE="face",e.SIZE="size"})(ho||(ho={}));var ir;(function(e){e.NO_QUIRKS="no-quirks",e.QUIRKS="quirks",e.LIMITED_QUIRKS="limited-quirks"})(ir||(ir={}));var X;(function(e){e.A="a",e.ADDRESS="address",e.ANNOTATION_XML="annotation-xml",e.APPLET="applet",e.AREA="area",e.ARTICLE="article",e.ASIDE="aside",e.B="b",e.BASE="base",e.BASEFONT="basefont",e.BGSOUND="bgsound",e.BIG="big",e.BLOCKQUOTE="blockquote",e.BODY="body",e.BR="br",e.BUTTON="button",e.CAPTION="caption",e.CENTER="center",e.CODE="code",e.COL="col",e.COLGROUP="colgroup",e.DD="dd",e.DESC="desc",e.DETAILS="details",e.DIALOG="dialog",e.DIR="dir",e.DIV="div",e.DL="dl",e.DT="dt",e.EM="em",e.EMBED="embed",e.FIELDSET="fieldset",e.FIGCAPTION="figcaption",e.FIGURE="figure",e.FONT="font",e.FOOTER="footer",e.FOREIGN_OBJECT="foreignObject",e.FORM="form",e.FRAME="frame",e.FRAMESET="frameset",e.H1="h1",e.H2="h2",e.H3="h3",e.H4="h4",e.H5="h5",e.H6="h6",e.HEAD="head",e.HEADER="header",e.HGROUP="hgroup",e.HR="hr",e.HTML="html",e.I="i",e.IMG="img",e.IMAGE="image",e.INPUT="input",e.IFRAME="iframe",e.KEYGEN="keygen",e.LABEL="label",e.LI="li",e.LINK="link",e.LISTING="listing",e.MAIN="main",e.MALIGNMARK="malignmark",e.MARQUEE="marquee",e.MATH="math",e.MENU="menu",e.META="meta",e.MGLYPH="mglyph",e.MI="mi",e.MO="mo",e.MN="mn",e.MS="ms",e.MTEXT="mtext",e.NAV="nav",e.NOBR="nobr",e.NOFRAMES="noframes",e.NOEMBED="noembed",e.NOSCRIPT="noscript",e.OBJECT="object",e.OL="ol",e.OPTGROUP="optgroup",e.OPTION="option",e.P="p",e.PARAM="param",e.PLAINTEXT="plaintext",e.PRE="pre",e.RB="rb",e.RP="rp",e.RT="rt",e.RTC="rtc",e.RUBY="ruby",e.S="s",e.SCRIPT="script",e.SEARCH="search",e.SECTION="section",e.SELECT="select",e.SOURCE="source",e.SMALL="small",e.SPAN="span",e.STRIKE="strike",e.STRONG="strong",e.STYLE="style",e.SUB="sub",e.SUMMARY="summary",e.SUP="sup",e.TABLE="table",e.TBODY="tbody",e.TEMPLATE="template",e.TEXTAREA="textarea",e.TFOOT="tfoot",e.TD="td",e.TH="th",e.THEAD="thead",e.TITLE="title",e.TR="tr",e.TRACK="track",e.TT="tt",e.U="u",e.UL="ul",e.SVG="svg",e.VAR="var",e.WBR="wbr",e.XMP="xmp"})(X||(X={}));var g;(function(e){e[e.UNKNOWN=0]="UNKNOWN",e[e.A=1]="A",e[e.ADDRESS=2]="ADDRESS",e[e.ANNOTATION_XML=3]="ANNOTATION_XML",e[e.APPLET=4]="APPLET",e[e.AREA=5]="AREA",e[e.ARTICLE=6]="ARTICLE",e[e.ASIDE=7]="ASIDE",e[e.B=8]="B",e[e.BASE=9]="BASE",e[e.BASEFONT=10]="BASEFONT",e[e.BGSOUND=11]="BGSOUND",e[e.BIG=12]="BIG",e[e.BLOCKQUOTE=13]="BLOCKQUOTE",e[e.BODY=14]="BODY",e[e.BR=15]="BR",e[e.BUTTON=16]="BUTTON",e[e.CAPTION=17]="CAPTION",e[e.CENTER=18]="CENTER",e[e.CODE=19]="CODE",e[e.COL=20]="COL",e[e.COLGROUP=21]="COLGROUP",e[e.DD=22]="DD",e[e.DESC=23]="DESC",e[e.DETAILS=24]="DETAILS",e[e.DIALOG=25]="DIALOG",e[e.DIR=26]="DIR",e[e.DIV=27]="DIV",e[e.DL=28]="DL",e[e.DT=29]="DT",e[e.EM=30]="EM",e[e.EMBED=31]="EMBED",e[e.FIELDSET=32]="FIELDSET",e[e.FIGCAPTION=33]="FIGCAPTION",e[e.FIGURE=34]="FIGURE",e[e.FONT=35]="FONT",e[e.FOOTER=36]="FOOTER",e[e.FOREIGN_OBJECT=37]="FOREIGN_OBJECT",e[e.FORM=38]="FORM",e[e.FRAME=39]="FRAME",e[e.FRAMESET=40]="FRAMESET",e[e.H1=41]="H1",e[e.H2=42]="H2",e[e.H3=43]="H3",e[e.H4=44]="H4",e[e.H5=45]="H5",e[e.H6=46]="H6",e[e.HEAD=47]="HEAD",e[e.HEADER=48]="HEADER",e[e.HGROUP=49]="HGROUP",e[e.HR=50]="HR",e[e.HTML=51]="HTML",e[e.I=52]="I",e[e.IMG=53]="IMG",e[e.IMAGE=54]="IMAGE",e[e.INPUT=55]="INPUT",e[e.IFRAME=56]="IFRAME",e[e.KEYGEN=57]="KEYGEN",e[e.LABEL=58]="LABEL",e[e.LI=59]="LI",e[e.LINK=60]="LINK",e[e.LISTING=61]="LISTING",e[e.MAIN=62]="MAIN",e[e.MALIGNMARK=63]="MALIGNMARK",e[e.MARQUEE=64]="MARQUEE",e[e.MATH=65]="MATH",e[e.MENU=66]="MENU",e[e.META=67]="META",e[e.MGLYPH=68]="MGLYPH",e[e.MI=69]="MI",e[e.MO=70]="MO",e[e.MN=71]="MN",e[e.MS=72]="MS",e[e.MTEXT=73]="MTEXT",e[e.NAV=74]="NAV",e[e.NOBR=75]="NOBR",e[e.NOFRAMES=76]="NOFRAMES",e[e.NOEMBED=77]="NOEMBED",e[e.NOSCRIPT=78]="NOSCRIPT",e[e.OBJECT=79]="OBJECT",e[e.OL=80]="OL",e[e.OPTGROUP=81]="OPTGROUP",e[e.OPTION=82]="OPTION",e[e.P=83]="P",e[e.PARAM=84]="PARAM",e[e.PLAINTEXT=85]="PLAINTEXT",e[e.PRE=86]="PRE",e[e.RB=87]="RB",e[e.RP=88]="RP",e[e.RT=89]="RT",e[e.RTC=90]="RTC",e[e.RUBY=91]="RUBY",e[e.S=92]="S",e[e.SCRIPT=93]="SCRIPT",e[e.SEARCH=94]="SEARCH",e[e.SECTION=95]="SECTION",e[e.SELECT=96]="SELECT",e[e.SOURCE=97]="SOURCE",e[e.SMALL=98]="SMALL",e[e.SPAN=99]="SPAN",e[e.STRIKE=100]="STRIKE",e[e.STRONG=101]="STRONG",e[e.STYLE=102]="STYLE",e[e.SUB=103]="SUB",e[e.SUMMARY=104]="SUMMARY",e[e.SUP=105]="SUP",e[e.TABLE=106]="TABLE",e[e.TBODY=107]="TBODY",e[e.TEMPLATE=108]="TEMPLATE",e[e.TEXTAREA=109]="TEXTAREA",e[e.TFOOT=110]="TFOOT",e[e.TD=111]="TD",e[e.TH=112]="TH",e[e.THEAD=113]="THEAD",e[e.TITLE=114]="TITLE",e[e.TR=115]="TR",e[e.TRACK=116]="TRACK",e[e.TT=117]="TT",e[e.U=118]="U",e[e.UL=119]="UL",e[e.SVG=120]="SVG",e[e.VAR=121]="VAR",e[e.WBR=122]="WBR",e[e.XMP=123]="XMP"})(g||(g={}));const BI=new Map([[X.A,g.A],[X.ADDRESS,g.ADDRESS],[X.ANNOTATION_XML,g.ANNOTATION_XML],[X.APPLET,g.APPLET],[X.AREA,g.AREA],[X.ARTICLE,g.ARTICLE],[X.ASIDE,g.ASIDE],[X.B,g.B],[X.BASE,g.BASE],[X.BASEFONT,g.BASEFONT],[X.BGSOUND,g.BGSOUND],[X.BIG,g.BIG],[X.BLOCKQUOTE,g.BLOCKQUOTE],[X.BODY,g.BODY],[X.BR,g.BR],[X.BUTTON,g.BUTTON],[X.CAPTION,g.CAPTION],[X.CENTER,g.CENTER],[X.CODE,g.CODE],[X.COL,g.COL],[X.COLGROUP,g.COLGROUP],[X.DD,g.DD],[X.DESC,g.DESC],[X.DETAILS,g.DETAILS],[X.DIALOG,g.DIALOG],[X.DIR,g.DIR],[X.DIV,g.DIV],[X.DL,g.DL],[X.DT,g.DT],[X.EM,g.EM],[X.EMBED,g.EMBED],[X.FIELDSET,g.FIELDSET],[X.FIGCAPTION,g.FIGCAPTION],[X.FIGURE,g.FIGURE],[X.FONT,g.FONT],[X.FOOTER,g.FOOTER],[X.FOREIGN_OBJECT,g.FOREIGN_OBJECT],[X.FORM,g.FORM],[X.FRAME,g.FRAME],[X.FRAMESET,g.FRAMESET],[X.H1,g.H1],[X.H2,g.H2],[X.H3,g.H3],[X.H4,g.H4],[X.H5,g.H5],[X.H6,g.H6],[X.HEAD,g.HEAD],[X.HEADER,g.HEADER],[X.HGROUP,g.HGROUP],[X.HR,g.HR],[X.HTML,g.HTML],[X.I,g.I],[X.IMG,g.IMG],[X.IMAGE,g.IMAGE],[X.INPUT,g.INPUT],[X.IFRAME,g.IFRAME],[X.KEYGEN,g.KEYGEN],[X.LABEL,g.LABEL],[X.LI,g.LI],[X.LINK,g.LINK],[X.LISTING,g.LISTING],[X.MAIN,g.MAIN],[X.MALIGNMARK,g.MALIGNMARK],[X.MARQUEE,g.MARQUEE],[X.MATH,g.MATH],[X.MENU,g.MENU],[X.META,g.META],[X.MGLYPH,g.MGLYPH],[X.MI,g.MI],[X.MO,g.MO],[X.MN,g.MN],[X.MS,g.MS],[X.MTEXT,g.MTEXT],[X.NAV,g.NAV],[X.NOBR,g.NOBR],[X.NOFRAMES,g.NOFRAMES],[X.NOEMBED,g.NOEMBED],[X.NOSCRIPT,g.NOSCRIPT],[X.OBJECT,g.OBJECT],[X.OL,g.OL],[X.OPTGROUP,g.OPTGROUP],[X.OPTION,g.OPTION],[X.P,g.P],[X.PARAM,g.PARAM],[X.PLAINTEXT,g.PLAINTEXT],[X.PRE,g.PRE],[X.RB,g.RB],[X.RP,g.RP],[X.RT,g.RT],[X.RTC,g.RTC],[X.RUBY,g.RUBY],[X.S,g.S],[X.SCRIPT,g.SCRIPT],[X.SEARCH,g.SEARCH],[X.SECTION,g.SECTION],[X.SELECT,g.SELECT],[X.SOURCE,g.SOURCE],[X.SMALL,g.SMALL],[X.SPAN,g.SPAN],[X.STRIKE,g.STRIKE],[X.STRONG,g.STRONG],[X.STYLE,g.STYLE],[X.SUB,g.SUB],[X.SUMMARY,g.SUMMARY],[X.SUP,g.SUP],[X.TABLE,g.TABLE],[X.TBODY,g.TBODY],[X.TEMPLATE,g.TEMPLATE],[X.TEXTAREA,g.TEXTAREA],[X.TFOOT,g.TFOOT],[X.TD,g.TD],[X.TH,g.TH],[X.THEAD,g.THEAD],[X.TITLE,g.TITLE],[X.TR,g.TR],[X.TRACK,g.TRACK],[X.TT,g.TT],[X.U,g.U],[X.UL,g.UL],[X.SVG,g.SVG],[X.VAR,g.VAR],[X.WBR,g.WBR],[X.XMP,g.XMP]]);function ss(e){var t;return(t=BI.get(e))!==null&&t!==void 0?t:g.UNKNOWN}const fe=g,UI={[ue.HTML]:new Set([fe.ADDRESS,fe.APPLET,fe.AREA,fe.ARTICLE,fe.ASIDE,fe.BASE,fe.BASEFONT,fe.BGSOUND,fe.BLOCKQUOTE,fe.BODY,fe.BR,fe.BUTTON,fe.CAPTION,fe.CENTER,fe.COL,fe.COLGROUP,fe.DD,fe.DETAILS,fe.DIR,fe.DIV,fe.DL,fe.DT,fe.EMBED,fe.FIELDSET,fe.FIGCAPTION,fe.FIGURE,fe.FOOTER,fe.FORM,fe.FRAME,fe.FRAMESET,fe.H1,fe.H2,fe.H3,fe.H4,fe.H5,fe.H6,fe.HEAD,fe.HEADER,fe.HGROUP,fe.HR,fe.HTML,fe.IFRAME,fe.IMG,fe.INPUT,fe.LI,fe.LINK,fe.LISTING,fe.MAIN,fe.MARQUEE,fe.MENU,fe.META,fe.NAV,fe.NOEMBED,fe.NOFRAMES,fe.NOSCRIPT,fe.OBJECT,fe.OL,fe.P,fe.PARAM,fe.PLAINTEXT,fe.PRE,fe.SCRIPT,fe.SECTION,fe.SELECT,fe.SOURCE,fe.STYLE,fe.SUMMARY,fe.TABLE,fe.TBODY,fe.TD,fe.TEMPLATE,fe.TEXTAREA,fe.TFOOT,fe.TH,fe.THEAD,fe.TITLE,fe.TR,fe.TRACK,fe.UL,fe.WBR,fe.XMP]),[ue.MATHML]:new Set([fe.MI,fe.MO,fe.MN,fe.MS,fe.MTEXT,fe.ANNOTATION_XML]),[ue.SVG]:new Set([fe.TITLE,fe.FOREIGN_OBJECT,fe.DESC]),[ue.XLINK]:new Set,[ue.XML]:new Set,[ue.XMLNS]:new Set},Th=new Set([fe.H1,fe.H2,fe.H3,fe.H4,fe.H5,fe.H6]);X.STYLE,X.SCRIPT,X.XMP,X.IFRAME,X.NOEMBED,X.NOFRAMES,X.PLAINTEXT;var I;(function(e){e[e.DATA=0]="DATA",e[e.RCDATA=1]="RCDATA",e[e.RAWTEXT=2]="RAWTEXT",e[e.SCRIPT_DATA=3]="SCRIPT_DATA",e[e.PLAINTEXT=4]="PLAINTEXT",e[e.TAG_OPEN=5]="TAG_OPEN",e[e.END_TAG_OPEN=6]="END_TAG_OPEN",e[e.TAG_NAME=7]="TAG_NAME",e[e.RCDATA_LESS_THAN_SIGN=8]="RCDATA_LESS_THAN_SIGN",e[e.RCDATA_END_TAG_OPEN=9]="RCDATA_END_TAG_OPEN",e[e.RCDATA_END_TAG_NAME=10]="RCDATA_END_TAG_NAME",e[e.RAWTEXT_LESS_THAN_SIGN=11]="RAWTEXT_LESS_THAN_SIGN",e[e.RAWTEXT_END_TAG_OPEN=12]="RAWTEXT_END_TAG_OPEN",e[e.RAWTEXT_END_TAG_NAME=13]="RAWTEXT_END_TAG_NAME",e[e.SCRIPT_DATA_LESS_THAN_SIGN=14]="SCRIPT_DATA_LESS_THAN_SIGN",e[e.SCRIPT_DATA_END_TAG_OPEN=15]="SCRIPT_DATA_END_TAG_OPEN",e[e.SCRIPT_DATA_END_TAG_NAME=16]="SCRIPT_DATA_END_TAG_NAME",e[e.SCRIPT_DATA_ESCAPE_START=17]="SCRIPT_DATA_ESCAPE_START",e[e.SCRIPT_DATA_ESCAPE_START_DASH=18]="SCRIPT_DATA_ESCAPE_START_DASH",e[e.SCRIPT_DATA_ESCAPED=19]="SCRIPT_DATA_ESCAPED",e[e.SCRIPT_DATA_ESCAPED_DASH=20]="SCRIPT_DATA_ESCAPED_DASH",e[e.SCRIPT_DATA_ESCAPED_DASH_DASH=21]="SCRIPT_DATA_ESCAPED_DASH_DASH",e[e.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN=22]="SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN",e[e.SCRIPT_DATA_ESCAPED_END_TAG_OPEN=23]="SCRIPT_DATA_ESCAPED_END_TAG_OPEN",e[e.SCRIPT_DATA_ESCAPED_END_TAG_NAME=24]="SCRIPT_DATA_ESCAPED_END_TAG_NAME",e[e.SCRIPT_DATA_DOUBLE_ESCAPE_START=25]="SCRIPT_DATA_DOUBLE_ESCAPE_START",e[e.SCRIPT_DATA_DOUBLE_ESCAPED=26]="SCRIPT_DATA_DOUBLE_ESCAPED",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_DASH=27]="SCRIPT_DATA_DOUBLE_ESCAPED_DASH",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH=28]="SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN=29]="SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN",e[e.SCRIPT_DATA_DOUBLE_ESCAPE_END=30]="SCRIPT_DATA_DOUBLE_ESCAPE_END",e[e.BEFORE_ATTRIBUTE_NAME=31]="BEFORE_ATTRIBUTE_NAME",e[e.ATTRIBUTE_NAME=32]="ATTRIBUTE_NAME",e[e.AFTER_ATTRIBUTE_NAME=33]="AFTER_ATTRIBUTE_NAME",e[e.BEFORE_ATTRIBUTE_VALUE=34]="BEFORE_ATTRIBUTE_VALUE",e[e.ATTRIBUTE_VALUE_DOUBLE_QUOTED=35]="ATTRIBUTE_VALUE_DOUBLE_QUOTED",e[e.ATTRIBUTE_VALUE_SINGLE_QUOTED=36]="ATTRIBUTE_VALUE_SINGLE_QUOTED",e[e.ATTRIBUTE_VALUE_UNQUOTED=37]="ATTRIBUTE_VALUE_UNQUOTED",e[e.AFTER_ATTRIBUTE_VALUE_QUOTED=38]="AFTER_ATTRIBUTE_VALUE_QUOTED",e[e.SELF_CLOSING_START_TAG=39]="SELF_CLOSING_START_TAG",e[e.BOGUS_COMMENT=40]="BOGUS_COMMENT",e[e.MARKUP_DECLARATION_OPEN=41]="MARKUP_DECLARATION_OPEN",e[e.COMMENT_START=42]="COMMENT_START",e[e.COMMENT_START_DASH=43]="COMMENT_START_DASH",e[e.COMMENT=44]="COMMENT",e[e.COMMENT_LESS_THAN_SIGN=45]="COMMENT_LESS_THAN_SIGN",e[e.COMMENT_LESS_THAN_SIGN_BANG=46]="COMMENT_LESS_THAN_SIGN_BANG",e[e.COMMENT_LESS_THAN_SIGN_BANG_DASH=47]="COMMENT_LESS_THAN_SIGN_BANG_DASH",e[e.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH=48]="COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH",e[e.COMMENT_END_DASH=49]="COMMENT_END_DASH",e[e.COMMENT_END=50]="COMMENT_END",e[e.COMMENT_END_BANG=51]="COMMENT_END_BANG",e[e.DOCTYPE=52]="DOCTYPE",e[e.BEFORE_DOCTYPE_NAME=53]="BEFORE_DOCTYPE_NAME",e[e.DOCTYPE_NAME=54]="DOCTYPE_NAME",e[e.AFTER_DOCTYPE_NAME=55]="AFTER_DOCTYPE_NAME",e[e.AFTER_DOCTYPE_PUBLIC_KEYWORD=56]="AFTER_DOCTYPE_PUBLIC_KEYWORD",e[e.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER=57]="BEFORE_DOCTYPE_PUBLIC_IDENTIFIER",e[e.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED=58]="DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED",e[e.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED=59]="DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED",e[e.AFTER_DOCTYPE_PUBLIC_IDENTIFIER=60]="AFTER_DOCTYPE_PUBLIC_IDENTIFIER",e[e.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS=61]="BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS",e[e.AFTER_DOCTYPE_SYSTEM_KEYWORD=62]="AFTER_DOCTYPE_SYSTEM_KEYWORD",e[e.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER=63]="BEFORE_DOCTYPE_SYSTEM_IDENTIFIER",e[e.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED=64]="DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED",e[e.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED=65]="DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED",e[e.AFTER_DOCTYPE_SYSTEM_IDENTIFIER=66]="AFTER_DOCTYPE_SYSTEM_IDENTIFIER",e[e.BOGUS_DOCTYPE=67]="BOGUS_DOCTYPE",e[e.CDATA_SECTION=68]="CDATA_SECTION",e[e.CDATA_SECTION_BRACKET=69]="CDATA_SECTION_BRACKET",e[e.CDATA_SECTION_END=70]="CDATA_SECTION_END",e[e.CHARACTER_REFERENCE=71]="CHARACTER_REFERENCE",e[e.AMBIGUOUS_AMPERSAND=72]="AMBIGUOUS_AMPERSAND"})(I||(I={}));const Rt={DATA:I.DATA,RCDATA:I.RCDATA,RAWTEXT:I.RAWTEXT,SCRIPT_DATA:I.SCRIPT_DATA,PLAINTEXT:I.PLAINTEXT,CDATA_SECTION:I.CDATA_SECTION};function HI(e){return e>=P.DIGIT_0&&e<=P.DIGIT_9}function Ra(e){return e>=P.LATIN_CAPITAL_A&&e<=P.LATIN_CAPITAL_Z}function zI(e){return e>=P.LATIN_SMALL_A&&e<=P.LATIN_SMALL_Z}function ki(e){return zI(e)||Ra(e)}function vy(e){return ki(e)||HI(e)}function Ml(e){return e+32}function Cy(e){return e===P.SPACE||e===P.LINE_FEED||e===P.TABULATION||e===P.FORM_FEED}function ky(e){return Cy(e)||e===P.SOLIDUS||e===P.GREATER_THAN_SIGN}function jI(e){return e===P.NULL?te.nullCharacterReference:e>1114111?te.characterReferenceOutsideUnicodeRange:Sy(e)?te.surrogateCharacterReference:wy(e)?te.noncharacterCharacterReference:xy(e)||e===P.CARRIAGE_RETURN?te.controlCharacterReference:null}class $I{constructor(t,n){this.options=t,this.handler=n,this.paused=!1,this.inLoop=!1,this.inForeignNode=!1,this.lastStartTagName="",this.active=!1,this.state=I.DATA,this.returnState=I.DATA,this.entityStartPos=0,this.consumedAfterSnapshot=-1,this.currentCharacterToken=null,this.currentToken=null,this.currentAttr={name:"",value:""},this.preprocessor=new kI(n),this.currentLocation=this.getCurrentLocation(-1),this.entityDecoder=new MI(PI,(r,o)=>{this.preprocessor.pos=this.entityStartPos+o-1,this._flushCodePointConsumedAsCharacterReference(r)},n.onParseError?{missingSemicolonAfterCharacterReference:()=>{this._err(te.missingSemicolonAfterCharacterReference,1)},absenceOfDigitsInNumericCharacterReference:r=>{this._err(te.absenceOfDigitsInNumericCharacterReference,this.entityStartPos-this.preprocessor.pos+r)},validateNumericCharacterReference:r=>{const o=jI(r);o&&this._err(o,1)}}:void 0)}_err(t,n=0){var r,o;(o=(r=this.handler).onParseError)===null||o===void 0||o.call(r,this.preprocessor.getError(t,n))}getCurrentLocation(t){return this.options.sourceCodeLocationInfo?{startLine:this.preprocessor.line,startCol:this.preprocessor.col-t,startOffset:this.preprocessor.offset-t,endLine:-1,endCol:-1,endOffset:-1}:null}_runParsingLoop(){if(!this.inLoop){for(this.inLoop=!0;this.active&&!this.paused;){this.consumedAfterSnapshot=0;const t=this._consume();this._ensureHibernation()||this._callState(t)}this.inLoop=!1}}pause(){this.paused=!0}resume(t){if(!this.paused)throw new Error("Parser was already resumed");this.paused=!1,!this.inLoop&&(this._runParsingLoop(),this.paused||t==null||t())}write(t,n,r){this.active=!0,this.preprocessor.write(t,n),this._runParsingLoop(),this.paused||r==null||r()}insertHtmlAtCurrentPos(t){this.active=!0,this.preprocessor.insertHtmlAtCurrentPos(t),this._runParsingLoop()}_ensureHibernation(){return this.preprocessor.endOfChunkHit?(this.preprocessor.retreat(this.consumedAfterSnapshot),this.consumedAfterSnapshot=0,this.active=!1,!0):!1}_consume(){return this.consumedAfterSnapshot++,this.preprocessor.advance()}_advanceBy(t){this.consumedAfterSnapshot+=t;for(let n=0;n<t;n++)this.preprocessor.advance()}_consumeSequenceIfMatch(t,n){return this.preprocessor.startsWith(t,n)?(this._advanceBy(t.length-1),!0):!1}_createStartTagToken(){this.currentToken={type:Ke.START_TAG,tagName:"",tagID:g.UNKNOWN,selfClosing:!1,ackSelfClosing:!1,attrs:[],location:this.getCurrentLocation(1)}}_createEndTagToken(){this.currentToken={type:Ke.END_TAG,tagName:"",tagID:g.UNKNOWN,selfClosing:!1,ackSelfClosing:!1,attrs:[],location:this.getCurrentLocation(2)}}_createCommentToken(t){this.currentToken={type:Ke.COMMENT,data:"",location:this.getCurrentLocation(t)}}_createDoctypeToken(t){this.currentToken={type:Ke.DOCTYPE,name:t,forceQuirks:!1,publicId:null,systemId:null,location:this.currentLocation}}_createCharacterToken(t,n){this.currentCharacterToken={type:t,chars:n,location:this.currentLocation}}_createAttr(t){this.currentAttr={name:t,value:""},this.currentLocation=this.getCurrentLocation(0)}_leaveAttrName(){var t,n;const r=this.currentToken;if(Ay(r,this.currentAttr.name)===null){if(r.attrs.push(this.currentAttr),r.location&&this.currentLocation){const o=(t=(n=r.location).attrs)!==null&&t!==void 0?t:n.attrs=Object.create(null);o[this.currentAttr.name]=this.currentLocation,this._leaveAttrValue()}}else this._err(te.duplicateAttribute)}_leaveAttrValue(){this.currentLocation&&(this.currentLocation.endLine=this.preprocessor.line,this.currentLocation.endCol=this.preprocessor.col,this.currentLocation.endOffset=this.preprocessor.offset)}prepareToken(t){this._emitCurrentCharacterToken(t.location),this.currentToken=null,t.location&&(t.location.endLine=this.preprocessor.line,t.location.endCol=this.preprocessor.col+1,t.location.endOffset=this.preprocessor.offset+1),this.currentLocation=this.getCurrentLocation(-1)}emitCurrentTagToken(){const t=this.currentToken;this.prepareToken(t),t.tagID=ss(t.tagName),t.type===Ke.START_TAG?(this.lastStartTagName=t.tagName,this.handler.onStartTag(t)):(t.attrs.length>0&&this._err(te.endTagWithAttributes),t.selfClosing&&this._err(te.endTagWithTrailingSolidus),this.handler.onEndTag(t)),this.preprocessor.dropParsedChunk()}emitCurrentComment(t){this.prepareToken(t),this.handler.onComment(t),this.preprocessor.dropParsedChunk()}emitCurrentDoctype(t){this.prepareToken(t),this.handler.onDoctype(t),this.preprocessor.dropParsedChunk()}_emitCurrentCharacterToken(t){if(this.currentCharacterToken){switch(t&&this.currentCharacterToken.location&&(this.currentCharacterToken.location.endLine=t.startLine,this.currentCharacterToken.location.endCol=t.startCol,this.currentCharacterToken.location.endOffset=t.startOffset),this.currentCharacterToken.type){case Ke.CHARACTER:{this.handler.onCharacter(this.currentCharacterToken);break}case Ke.NULL_CHARACTER:{this.handler.onNullCharacter(this.currentCharacterToken);break}case Ke.WHITESPACE_CHARACTER:{this.handler.onWhitespaceCharacter(this.currentCharacterToken);break}}this.currentCharacterToken=null}}_emitEOFToken(){const t=this.getCurrentLocation(0);t&&(t.endLine=t.startLine,t.endCol=t.startCol,t.endOffset=t.startOffset),this._emitCurrentCharacterToken(t),this.handler.onEof({type:Ke.EOF,location:t}),this.active=!1}_appendCharToCurrentCharacterToken(t,n){if(this.currentCharacterToken)if(this.currentCharacterToken.type===t){this.currentCharacterToken.chars+=n;return}else this.currentLocation=this.getCurrentLocation(0),this._emitCurrentCharacterToken(this.currentLocation),this.preprocessor.dropParsedChunk();this._createCharacterToken(t,n)}_emitCodePoint(t){const n=Cy(t)?Ke.WHITESPACE_CHARACTER:t===P.NULL?Ke.NULL_CHARACTER:Ke.CHARACTER;this._appendCharToCurrentCharacterToken(n,String.fromCodePoint(t))}_emitChars(t){this._appendCharToCurrentCharacterToken(Ke.CHARACTER,t)}_startCharacterReference(){this.returnState=this.state,this.state=I.CHARACTER_REFERENCE,this.entityStartPos=this.preprocessor.pos,this.entityDecoder.startEntity(this._isCharacterReferenceInAttribute()?si.Attribute:si.Legacy)}_isCharacterReferenceInAttribute(){return this.returnState===I.ATTRIBUTE_VALUE_DOUBLE_QUOTED||this.returnState===I.ATTRIBUTE_VALUE_SINGLE_QUOTED||this.returnState===I.ATTRIBUTE_VALUE_UNQUOTED}_flushCodePointConsumedAsCharacterReference(t){this._isCharacterReferenceInAttribute()?this.currentAttr.value+=String.fromCodePoint(t):this._emitCodePoint(t)}_callState(t){switch(this.state){case I.DATA:{this._stateData(t);break}case I.RCDATA:{this._stateRcdata(t);break}case I.RAWTEXT:{this._stateRawtext(t);break}case I.SCRIPT_DATA:{this._stateScriptData(t);break}case I.PLAINTEXT:{this._statePlaintext(t);break}case I.TAG_OPEN:{this._stateTagOpen(t);break}case I.END_TAG_OPEN:{this._stateEndTagOpen(t);break}case I.TAG_NAME:{this._stateTagName(t);break}case I.RCDATA_LESS_THAN_SIGN:{this._stateRcdataLessThanSign(t);break}case I.RCDATA_END_TAG_OPEN:{this._stateRcdataEndTagOpen(t);break}case I.RCDATA_END_TAG_NAME:{this._stateRcdataEndTagName(t);break}case I.RAWTEXT_LESS_THAN_SIGN:{this._stateRawtextLessThanSign(t);break}case I.RAWTEXT_END_TAG_OPEN:{this._stateRawtextEndTagOpen(t);break}case I.RAWTEXT_END_TAG_NAME:{this._stateRawtextEndTagName(t);break}case I.SCRIPT_DATA_LESS_THAN_SIGN:{this._stateScriptDataLessThanSign(t);break}case I.SCRIPT_DATA_END_TAG_OPEN:{this._stateScriptDataEndTagOpen(t);break}case I.SCRIPT_DATA_END_TAG_NAME:{this._stateScriptDataEndTagName(t);break}case I.SCRIPT_DATA_ESCAPE_START:{this._stateScriptDataEscapeStart(t);break}case I.SCRIPT_DATA_ESCAPE_START_DASH:{this._stateScriptDataEscapeStartDash(t);break}case I.SCRIPT_DATA_ESCAPED:{this._stateScriptDataEscaped(t);break}case I.SCRIPT_DATA_ESCAPED_DASH:{this._stateScriptDataEscapedDash(t);break}case I.SCRIPT_DATA_ESCAPED_DASH_DASH:{this._stateScriptDataEscapedDashDash(t);break}case I.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN:{this._stateScriptDataEscapedLessThanSign(t);break}case I.SCRIPT_DATA_ESCAPED_END_TAG_OPEN:{this._stateScriptDataEscapedEndTagOpen(t);break}case I.SCRIPT_DATA_ESCAPED_END_TAG_NAME:{this._stateScriptDataEscapedEndTagName(t);break}case I.SCRIPT_DATA_DOUBLE_ESCAPE_START:{this._stateScriptDataDoubleEscapeStart(t);break}case I.SCRIPT_DATA_DOUBLE_ESCAPED:{this._stateScriptDataDoubleEscaped(t);break}case I.SCRIPT_DATA_DOUBLE_ESCAPED_DASH:{this._stateScriptDataDoubleEscapedDash(t);break}case I.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH:{this._stateScriptDataDoubleEscapedDashDash(t);break}case I.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN:{this._stateScriptDataDoubleEscapedLessThanSign(t);break}case I.SCRIPT_DATA_DOUBLE_ESCAPE_END:{this._stateScriptDataDoubleEscapeEnd(t);break}case I.BEFORE_ATTRIBUTE_NAME:{this._stateBeforeAttributeName(t);break}case I.ATTRIBUTE_NAME:{this._stateAttributeName(t);break}case I.AFTER_ATTRIBUTE_NAME:{this._stateAfterAttributeName(t);break}case I.BEFORE_ATTRIBUTE_VALUE:{this._stateBeforeAttributeValue(t);break}case I.ATTRIBUTE_VALUE_DOUBLE_QUOTED:{this._stateAttributeValueDoubleQuoted(t);break}case I.ATTRIBUTE_VALUE_SINGLE_QUOTED:{this._stateAttributeValueSingleQuoted(t);break}case I.ATTRIBUTE_VALUE_UNQUOTED:{this._stateAttributeValueUnquoted(t);break}case I.AFTER_ATTRIBUTE_VALUE_QUOTED:{this._stateAfterAttributeValueQuoted(t);break}case I.SELF_CLOSING_START_TAG:{this._stateSelfClosingStartTag(t);break}case I.BOGUS_COMMENT:{this._stateBogusComment(t);break}case I.MARKUP_DECLARATION_OPEN:{this._stateMarkupDeclarationOpen(t);break}case I.COMMENT_START:{this._stateCommentStart(t);break}case I.COMMENT_START_DASH:{this._stateCommentStartDash(t);break}case I.COMMENT:{this._stateComment(t);break}case I.COMMENT_LESS_THAN_SIGN:{this._stateCommentLessThanSign(t);break}case I.COMMENT_LESS_THAN_SIGN_BANG:{this._stateCommentLessThanSignBang(t);break}case I.COMMENT_LESS_THAN_SIGN_BANG_DASH:{this._stateCommentLessThanSignBangDash(t);break}case I.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH:{this._stateCommentLessThanSignBangDashDash(t);break}case I.COMMENT_END_DASH:{this._stateCommentEndDash(t);break}case I.COMMENT_END:{this._stateCommentEnd(t);break}case I.COMMENT_END_BANG:{this._stateCommentEndBang(t);break}case I.DOCTYPE:{this._stateDoctype(t);break}case I.BEFORE_DOCTYPE_NAME:{this._stateBeforeDoctypeName(t);break}case I.DOCTYPE_NAME:{this._stateDoctypeName(t);break}case I.AFTER_DOCTYPE_NAME:{this._stateAfterDoctypeName(t);break}case I.AFTER_DOCTYPE_PUBLIC_KEYWORD:{this._stateAfterDoctypePublicKeyword(t);break}case I.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER:{this._stateBeforeDoctypePublicIdentifier(t);break}case I.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED:{this._stateDoctypePublicIdentifierDoubleQuoted(t);break}case I.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED:{this._stateDoctypePublicIdentifierSingleQuoted(t);break}case I.AFTER_DOCTYPE_PUBLIC_IDENTIFIER:{this._stateAfterDoctypePublicIdentifier(t);break}case I.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS:{this._stateBetweenDoctypePublicAndSystemIdentifiers(t);break}case I.AFTER_DOCTYPE_SYSTEM_KEYWORD:{this._stateAfterDoctypeSystemKeyword(t);break}case I.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER:{this._stateBeforeDoctypeSystemIdentifier(t);break}case I.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED:{this._stateDoctypeSystemIdentifierDoubleQuoted(t);break}case I.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED:{this._stateDoctypeSystemIdentifierSingleQuoted(t);break}case I.AFTER_DOCTYPE_SYSTEM_IDENTIFIER:{this._stateAfterDoctypeSystemIdentifier(t);break}case I.BOGUS_DOCTYPE:{this._stateBogusDoctype(t);break}case I.CDATA_SECTION:{this._stateCdataSection(t);break}case I.CDATA_SECTION_BRACKET:{this._stateCdataSectionBracket(t);break}case I.CDATA_SECTION_END:{this._stateCdataSectionEnd(t);break}case I.CHARACTER_REFERENCE:{this._stateCharacterReference();break}case I.AMBIGUOUS_AMPERSAND:{this._stateAmbiguousAmpersand(t);break}default:throw new Error("Unknown state")}}_stateData(t){switch(t){case P.LESS_THAN_SIGN:{this.state=I.TAG_OPEN;break}case P.AMPERSAND:{this._startCharacterReference();break}case P.NULL:{this._err(te.unexpectedNullCharacter),this._emitCodePoint(t);break}case P.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateRcdata(t){switch(t){case P.AMPERSAND:{this._startCharacterReference();break}case P.LESS_THAN_SIGN:{this.state=I.RCDATA_LESS_THAN_SIGN;break}case P.NULL:{this._err(te.unexpectedNullCharacter),this._emitChars(wt);break}case P.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateRawtext(t){switch(t){case P.LESS_THAN_SIGN:{this.state=I.RAWTEXT_LESS_THAN_SIGN;break}case P.NULL:{this._err(te.unexpectedNullCharacter),this._emitChars(wt);break}case P.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateScriptData(t){switch(t){case P.LESS_THAN_SIGN:{this.state=I.SCRIPT_DATA_LESS_THAN_SIGN;break}case P.NULL:{this._err(te.unexpectedNullCharacter),this._emitChars(wt);break}case P.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_statePlaintext(t){switch(t){case P.NULL:{this._err(te.unexpectedNullCharacter),this._emitChars(wt);break}case P.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateTagOpen(t){if(ki(t))this._createStartTagToken(),this.state=I.TAG_NAME,this._stateTagName(t);else switch(t){case P.EXCLAMATION_MARK:{this.state=I.MARKUP_DECLARATION_OPEN;break}case P.SOLIDUS:{this.state=I.END_TAG_OPEN;break}case P.QUESTION_MARK:{this._err(te.unexpectedQuestionMarkInsteadOfTagName),this._createCommentToken(1),this.state=I.BOGUS_COMMENT,this._stateBogusComment(t);break}case P.EOF:{this._err(te.eofBeforeTagName),this._emitChars("<"),this._emitEOFToken();break}default:this._err(te.invalidFirstCharacterOfTagName),this._emitChars("<"),this.state=I.DATA,this._stateData(t)}}_stateEndTagOpen(t){if(ki(t))this._createEndTagToken(),this.state=I.TAG_NAME,this._stateTagName(t);else switch(t){case P.GREATER_THAN_SIGN:{this._err(te.missingEndTagName),this.state=I.DATA;break}case P.EOF:{this._err(te.eofBeforeTagName),this._emitChars("</"),this._emitEOFToken();break}default:this._err(te.invalidFirstCharacterOfTagName),this._createCommentToken(2),this.state=I.BOGUS_COMMENT,this._stateBogusComment(t)}}_stateTagName(t){const n=this.currentToken;switch(t){case P.SPACE:case P.LINE_FEED:case P.TABULATION:case P.FORM_FEED:{this.state=I.BEFORE_ATTRIBUTE_NAME;break}case P.SOLIDUS:{this.state=I.SELF_CLOSING_START_TAG;break}case P.GREATER_THAN_SIGN:{this.state=I.DATA,this.emitCurrentTagToken();break}case P.NULL:{this._err(te.unexpectedNullCharacter),n.tagName+=wt;break}case P.EOF:{this._err(te.eofInTag),this._emitEOFToken();break}default:n.tagName+=String.fromCodePoint(Ra(t)?Ml(t):t)}}_stateRcdataLessThanSign(t){t===P.SOLIDUS?this.state=I.RCDATA_END_TAG_OPEN:(this._emitChars("<"),this.state=I.RCDATA,this._stateRcdata(t))}_stateRcdataEndTagOpen(t){ki(t)?(this.state=I.RCDATA_END_TAG_NAME,this._stateRcdataEndTagName(t)):(this._emitChars("</"),this.state=I.RCDATA,this._stateRcdata(t))}handleSpecialEndTag(t){if(!this.preprocessor.startsWith(this.lastStartTagName,!1))return!this._ensureHibernation();this._createEndTagToken();const n=this.currentToken;switch(n.tagName=this.lastStartTagName,this.preprocessor.peek(this.lastStartTagName.length)){case P.SPACE:case P.LINE_FEED:case P.TABULATION:case P.FORM_FEED:return this._advanceBy(this.lastStartTagName.length),this.state=I.BEFORE_ATTRIBUTE_NAME,!1;case P.SOLIDUS:return this._advanceBy(this.lastStartTagName.length),this.state=I.SELF_CLOSING_START_TAG,!1;case P.GREATER_THAN_SIGN:return this._advanceBy(this.lastStartTagName.length),this.emitCurrentTagToken(),this.state=I.DATA,!1;default:return!this._ensureHibernation()}}_stateRcdataEndTagName(t){this.handleSpecialEndTag(t)&&(this._emitChars("</"),this.state=I.RCDATA,this._stateRcdata(t))}_stateRawtextLessThanSign(t){t===P.SOLIDUS?this.state=I.RAWTEXT_END_TAG_OPEN:(this._emitChars("<"),this.state=I.RAWTEXT,this._stateRawtext(t))}_stateRawtextEndTagOpen(t){ki(t)?(this.state=I.RAWTEXT_END_TAG_NAME,this._stateRawtextEndTagName(t)):(this._emitChars("</"),this.state=I.RAWTEXT,this._stateRawtext(t))}_stateRawtextEndTagName(t){this.handleSpecialEndTag(t)&&(this._emitChars("</"),this.state=I.RAWTEXT,this._stateRawtext(t))}_stateScriptDataLessThanSign(t){switch(t){case P.SOLIDUS:{this.state=I.SCRIPT_DATA_END_TAG_OPEN;break}case P.EXCLAMATION_MARK:{this.state=I.SCRIPT_DATA_ESCAPE_START,this._emitChars("<!");break}default:this._emitChars("<"),this.state=I.SCRIPT_DATA,this._stateScriptData(t)}}_stateScriptDataEndTagOpen(t){ki(t)?(this.state=I.SCRIPT_DATA_END_TAG_NAME,this._stateScriptDataEndTagName(t)):(this._emitChars("</"),this.state=I.SCRIPT_DATA,this._stateScriptData(t))}_stateScriptDataEndTagName(t){this.handleSpecialEndTag(t)&&(this._emitChars("</"),this.state=I.SCRIPT_DATA,this._stateScriptData(t))}_stateScriptDataEscapeStart(t){t===P.HYPHEN_MINUS?(this.state=I.SCRIPT_DATA_ESCAPE_START_DASH,this._emitChars("-")):(this.state=I.SCRIPT_DATA,this._stateScriptData(t))}_stateScriptDataEscapeStartDash(t){t===P.HYPHEN_MINUS?(this.state=I.SCRIPT_DATA_ESCAPED_DASH_DASH,this._emitChars("-")):(this.state=I.SCRIPT_DATA,this._stateScriptData(t))}_stateScriptDataEscaped(t){switch(t){case P.HYPHEN_MINUS:{this.state=I.SCRIPT_DATA_ESCAPED_DASH,this._emitChars("-");break}case P.LESS_THAN_SIGN:{this.state=I.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break}case P.NULL:{this._err(te.unexpectedNullCharacter),this._emitChars(wt);break}case P.EOF:{this._err(te.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateScriptDataEscapedDash(t){switch(t){case P.HYPHEN_MINUS:{this.state=I.SCRIPT_DATA_ESCAPED_DASH_DASH,this._emitChars("-");break}case P.LESS_THAN_SIGN:{this.state=I.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break}case P.NULL:{this._err(te.unexpectedNullCharacter),this.state=I.SCRIPT_DATA_ESCAPED,this._emitChars(wt);break}case P.EOF:{this._err(te.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this.state=I.SCRIPT_DATA_ESCAPED,this._emitCodePoint(t)}}_stateScriptDataEscapedDashDash(t){switch(t){case P.HYPHEN_MINUS:{this._emitChars("-");break}case P.LESS_THAN_SIGN:{this.state=I.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break}case P.GREATER_THAN_SIGN:{this.state=I.SCRIPT_DATA,this._emitChars(">");break}case P.NULL:{this._err(te.unexpectedNullCharacter),this.state=I.SCRIPT_DATA_ESCAPED,this._emitChars(wt);break}case P.EOF:{this._err(te.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this.state=I.SCRIPT_DATA_ESCAPED,this._emitCodePoint(t)}}_stateScriptDataEscapedLessThanSign(t){t===P.SOLIDUS?this.state=I.SCRIPT_DATA_ESCAPED_END_TAG_OPEN:ki(t)?(this._emitChars("<"),this.state=I.SCRIPT_DATA_DOUBLE_ESCAPE_START,this._stateScriptDataDoubleEscapeStart(t)):(this._emitChars("<"),this.state=I.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(t))}_stateScriptDataEscapedEndTagOpen(t){ki(t)?(this.state=I.SCRIPT_DATA_ESCAPED_END_TAG_NAME,this._stateScriptDataEscapedEndTagName(t)):(this._emitChars("</"),this.state=I.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(t))}_stateScriptDataEscapedEndTagName(t){this.handleSpecialEndTag(t)&&(this._emitChars("</"),this.state=I.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(t))}_stateScriptDataDoubleEscapeStart(t){if(this.preprocessor.startsWith(On.SCRIPT,!1)&&ky(this.preprocessor.peek(On.SCRIPT.length))){this._emitCodePoint(t);for(let n=0;n<On.SCRIPT.length;n++)this._emitCodePoint(this._consume());this.state=I.SCRIPT_DATA_DOUBLE_ESCAPED}else this._ensureHibernation()||(this.state=I.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(t))}_stateScriptDataDoubleEscaped(t){switch(t){case P.HYPHEN_MINUS:{this.state=I.SCRIPT_DATA_DOUBLE_ESCAPED_DASH,this._emitChars("-");break}case P.LESS_THAN_SIGN:{this.state=I.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break}case P.NULL:{this._err(te.unexpectedNullCharacter),this._emitChars(wt);break}case P.EOF:{this._err(te.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateScriptDataDoubleEscapedDash(t){switch(t){case P.HYPHEN_MINUS:{this.state=I.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH,this._emitChars("-");break}case P.LESS_THAN_SIGN:{this.state=I.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break}case P.NULL:{this._err(te.unexpectedNullCharacter),this.state=I.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitChars(wt);break}case P.EOF:{this._err(te.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this.state=I.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitCodePoint(t)}}_stateScriptDataDoubleEscapedDashDash(t){switch(t){case P.HYPHEN_MINUS:{this._emitChars("-");break}case P.LESS_THAN_SIGN:{this.state=I.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break}case P.GREATER_THAN_SIGN:{this.state=I.SCRIPT_DATA,this._emitChars(">");break}case P.NULL:{this._err(te.unexpectedNullCharacter),this.state=I.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitChars(wt);break}case P.EOF:{this._err(te.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this.state=I.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitCodePoint(t)}}_stateScriptDataDoubleEscapedLessThanSign(t){t===P.SOLIDUS?(this.state=I.SCRIPT_DATA_DOUBLE_ESCAPE_END,this._emitChars("/")):(this.state=I.SCRIPT_DATA_DOUBLE_ESCAPED,this._stateScriptDataDoubleEscaped(t))}_stateScriptDataDoubleEscapeEnd(t){if(this.preprocessor.startsWith(On.SCRIPT,!1)&&ky(this.preprocessor.peek(On.SCRIPT.length))){this._emitCodePoint(t);for(let n=0;n<On.SCRIPT.length;n++)this._emitCodePoint(this._consume());this.state=I.SCRIPT_DATA_ESCAPED}else this._ensureHibernation()||(this.state=I.SCRIPT_DATA_DOUBLE_ESCAPED,this._stateScriptDataDoubleEscaped(t))}_stateBeforeAttributeName(t){switch(t){case P.SPACE:case P.LINE_FEED:case P.TABULATION:case P.FORM_FEED:break;case P.SOLIDUS:case P.GREATER_THAN_SIGN:case P.EOF:{this.state=I.AFTER_ATTRIBUTE_NAME,this._stateAfterAttributeName(t);break}case P.EQUALS_SIGN:{this._err(te.unexpectedEqualsSignBeforeAttributeName),this._createAttr("="),this.state=I.ATTRIBUTE_NAME;break}default:this._createAttr(""),this.state=I.ATTRIBUTE_NAME,this._stateAttributeName(t)}}_stateAttributeName(t){switch(t){case P.SPACE:case P.LINE_FEED:case P.TABULATION:case P.FORM_FEED:case P.SOLIDUS:case P.GREATER_THAN_SIGN:case P.EOF:{this._leaveAttrName(),this.state=I.AFTER_ATTRIBUTE_NAME,this._stateAfterAttributeName(t);break}case P.EQUALS_SIGN:{this._leaveAttrName(),this.state=I.BEFORE_ATTRIBUTE_VALUE;break}case P.QUOTATION_MARK:case P.APOSTROPHE:case P.LESS_THAN_SIGN:{this._err(te.unexpectedCharacterInAttributeName),this.currentAttr.name+=String.fromCodePoint(t);break}case P.NULL:{this._err(te.unexpectedNullCharacter),this.currentAttr.name+=wt;break}default:this.currentAttr.name+=String.fromCodePoint(Ra(t)?Ml(t):t)}}_stateAfterAttributeName(t){switch(t){case P.SPACE:case P.LINE_FEED:case P.TABULATION:case P.FORM_FEED:break;case P.SOLIDUS:{this.state=I.SELF_CLOSING_START_TAG;break}case P.EQUALS_SIGN:{this.state=I.BEFORE_ATTRIBUTE_VALUE;break}case P.GREATER_THAN_SIGN:{this.state=I.DATA,this.emitCurrentTagToken();break}case P.EOF:{this._err(te.eofInTag),this._emitEOFToken();break}default:this._createAttr(""),this.state=I.ATTRIBUTE_NAME,this._stateAttributeName(t)}}_stateBeforeAttributeValue(t){switch(t){case P.SPACE:case P.LINE_FEED:case P.TABULATION:case P.FORM_FEED:break;case P.QUOTATION_MARK:{this.state=I.ATTRIBUTE_VALUE_DOUBLE_QUOTED;break}case P.APOSTROPHE:{this.state=I.ATTRIBUTE_VALUE_SINGLE_QUOTED;break}case P.GREATER_THAN_SIGN:{this._err(te.missingAttributeValue),this.state=I.DATA,this.emitCurrentTagToken();break}default:this.state=I.ATTRIBUTE_VALUE_UNQUOTED,this._stateAttributeValueUnquoted(t)}}_stateAttributeValueDoubleQuoted(t){switch(t){case P.QUOTATION_MARK:{this.state=I.AFTER_ATTRIBUTE_VALUE_QUOTED;break}case P.AMPERSAND:{this._startCharacterReference();break}case P.NULL:{this._err(te.unexpectedNullCharacter),this.currentAttr.value+=wt;break}case P.EOF:{this._err(te.eofInTag),this._emitEOFToken();break}default:this.currentAttr.value+=String.fromCodePoint(t)}}_stateAttributeValueSingleQuoted(t){switch(t){case P.APOSTROPHE:{this.state=I.AFTER_ATTRIBUTE_VALUE_QUOTED;break}case P.AMPERSAND:{this._startCharacterReference();break}case P.NULL:{this._err(te.unexpectedNullCharacter),this.currentAttr.value+=wt;break}case P.EOF:{this._err(te.eofInTag),this._emitEOFToken();break}default:this.currentAttr.value+=String.fromCodePoint(t)}}_stateAttributeValueUnquoted(t){switch(t){case P.SPACE:case P.LINE_FEED:case P.TABULATION:case P.FORM_FEED:{this._leaveAttrValue(),this.state=I.BEFORE_ATTRIBUTE_NAME;break}case P.AMPERSAND:{this._startCharacterReference();break}case P.GREATER_THAN_SIGN:{this._leaveAttrValue(),this.state=I.DATA,this.emitCurrentTagToken();break}case P.NULL:{this._err(te.unexpectedNullCharacter),this.currentAttr.value+=wt;break}case P.QUOTATION_MARK:case P.APOSTROPHE:case P.LESS_THAN_SIGN:case P.EQUALS_SIGN:case P.GRAVE_ACCENT:{this._err(te.unexpectedCharacterInUnquotedAttributeValue),this.currentAttr.value+=String.fromCodePoint(t);break}case P.EOF:{this._err(te.eofInTag),this._emitEOFToken();break}default:this.currentAttr.value+=String.fromCodePoint(t)}}_stateAfterAttributeValueQuoted(t){switch(t){case P.SPACE:case P.LINE_FEED:case P.TABULATION:case P.FORM_FEED:{this._leaveAttrValue(),this.state=I.BEFORE_ATTRIBUTE_NAME;break}case P.SOLIDUS:{this._leaveAttrValue(),this.state=I.SELF_CLOSING_START_TAG;break}case P.GREATER_THAN_SIGN:{this._leaveAttrValue(),this.state=I.DATA,this.emitCurrentTagToken();break}case P.EOF:{this._err(te.eofInTag),this._emitEOFToken();break}default:this._err(te.missingWhitespaceBetweenAttributes),this.state=I.BEFORE_ATTRIBUTE_NAME,this._stateBeforeAttributeName(t)}}_stateSelfClosingStartTag(t){switch(t){case P.GREATER_THAN_SIGN:{const n=this.currentToken;n.selfClosing=!0,this.state=I.DATA,this.emitCurrentTagToken();break}case P.EOF:{this._err(te.eofInTag),this._emitEOFToken();break}default:this._err(te.unexpectedSolidusInTag),this.state=I.BEFORE_ATTRIBUTE_NAME,this._stateBeforeAttributeName(t)}}_stateBogusComment(t){const n=this.currentToken;switch(t){case P.GREATER_THAN_SIGN:{this.state=I.DATA,this.emitCurrentComment(n);break}case P.EOF:{this.emitCurrentComment(n),this._emitEOFToken();break}case P.NULL:{this._err(te.unexpectedNullCharacter),n.data+=wt;break}default:n.data+=String.fromCodePoint(t)}}_stateMarkupDeclarationOpen(t){this._consumeSequenceIfMatch(On.DASH_DASH,!0)?(this._createCommentToken(On.DASH_DASH.length+1),this.state=I.COMMENT_START):this._consumeSequenceIfMatch(On.DOCTYPE,!1)?(this.currentLocation=this.getCurrentLocation(On.DOCTYPE.length+1),this.state=I.DOCTYPE):this._consumeSequenceIfMatch(On.CDATA_START,!0)?this.inForeignNode?this.state=I.CDATA_SECTION:(this._err(te.cdataInHtmlContent),this._createCommentToken(On.CDATA_START.length+1),this.currentToken.data="[CDATA[",this.state=I.BOGUS_COMMENT):this._ensureHibernation()||(this._err(te.incorrectlyOpenedComment),this._createCommentToken(2),this.state=I.BOGUS_COMMENT,this._stateBogusComment(t))}_stateCommentStart(t){switch(t){case P.HYPHEN_MINUS:{this.state=I.COMMENT_START_DASH;break}case P.GREATER_THAN_SIGN:{this._err(te.abruptClosingOfEmptyComment),this.state=I.DATA;const n=this.currentToken;this.emitCurrentComment(n);break}default:this.state=I.COMMENT,this._stateComment(t)}}_stateCommentStartDash(t){const n=this.currentToken;switch(t){case P.HYPHEN_MINUS:{this.state=I.COMMENT_END;break}case P.GREATER_THAN_SIGN:{this._err(te.abruptClosingOfEmptyComment),this.state=I.DATA,this.emitCurrentComment(n);break}case P.EOF:{this._err(te.eofInComment),this.emitCurrentComment(n),this._emitEOFToken();break}default:n.data+="-",this.state=I.COMMENT,this._stateComment(t)}}_stateComment(t){const n=this.currentToken;switch(t){case P.HYPHEN_MINUS:{this.state=I.COMMENT_END_DASH;break}case P.LESS_THAN_SIGN:{n.data+="<",this.state=I.COMMENT_LESS_THAN_SIGN;break}case P.NULL:{this._err(te.unexpectedNullCharacter),n.data+=wt;break}case P.EOF:{this._err(te.eofInComment),this.emitCurrentComment(n),this._emitEOFToken();break}default:n.data+=String.fromCodePoint(t)}}_stateCommentLessThanSign(t){const n=this.currentToken;switch(t){case P.EXCLAMATION_MARK:{n.data+="!",this.state=I.COMMENT_LESS_THAN_SIGN_BANG;break}case P.LESS_THAN_SIGN:{n.data+="<";break}default:this.state=I.COMMENT,this._stateComment(t)}}_stateCommentLessThanSignBang(t){t===P.HYPHEN_MINUS?this.state=I.COMMENT_LESS_THAN_SIGN_BANG_DASH:(this.state=I.COMMENT,this._stateComment(t))}_stateCommentLessThanSignBangDash(t){t===P.HYPHEN_MINUS?this.state=I.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH:(this.state=I.COMMENT_END_DASH,this._stateCommentEndDash(t))}_stateCommentLessThanSignBangDashDash(t){t!==P.GREATER_THAN_SIGN&&t!==P.EOF&&this._err(te.nestedComment),this.state=I.COMMENT_END,this._stateCommentEnd(t)}_stateCommentEndDash(t){const n=this.currentToken;switch(t){case P.HYPHEN_MINUS:{this.state=I.COMMENT_END;break}case P.EOF:{this._err(te.eofInComment),this.emitCurrentComment(n),this._emitEOFToken();break}default:n.data+="-",this.state=I.COMMENT,this._stateComment(t)}}_stateCommentEnd(t){const n=this.currentToken;switch(t){case P.GREATER_THAN_SIGN:{this.state=I.DATA,this.emitCurrentComment(n);break}case P.EXCLAMATION_MARK:{this.state=I.COMMENT_END_BANG;break}case P.HYPHEN_MINUS:{n.data+="-";break}case P.EOF:{this._err(te.eofInComment),this.emitCurrentComment(n),this._emitEOFToken();break}default:n.data+="--",this.state=I.COMMENT,this._stateComment(t)}}_stateCommentEndBang(t){const n=this.currentToken;switch(t){case P.HYPHEN_MINUS:{n.data+="--!",this.state=I.COMMENT_END_DASH;break}case P.GREATER_THAN_SIGN:{this._err(te.incorrectlyClosedComment),this.state=I.DATA,this.emitCurrentComment(n);break}case P.EOF:{this._err(te.eofInComment),this.emitCurrentComment(n),this._emitEOFToken();break}default:n.data+="--!",this.state=I.COMMENT,this._stateComment(t)}}_stateDoctype(t){switch(t){case P.SPACE:case P.LINE_FEED:case P.TABULATION:case P.FORM_FEED:{this.state=I.BEFORE_DOCTYPE_NAME;break}case P.GREATER_THAN_SIGN:{this.state=I.BEFORE_DOCTYPE_NAME,this._stateBeforeDoctypeName(t);break}case P.EOF:{this._err(te.eofInDoctype),this._createDoctypeToken(null);const n=this.currentToken;n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(te.missingWhitespaceBeforeDoctypeName),this.state=I.BEFORE_DOCTYPE_NAME,this._stateBeforeDoctypeName(t)}}_stateBeforeDoctypeName(t){if(Ra(t))this._createDoctypeToken(String.fromCharCode(Ml(t))),this.state=I.DOCTYPE_NAME;else switch(t){case P.SPACE:case P.LINE_FEED:case P.TABULATION:case P.FORM_FEED:break;case P.NULL:{this._err(te.unexpectedNullCharacter),this._createDoctypeToken(wt),this.state=I.DOCTYPE_NAME;break}case P.GREATER_THAN_SIGN:{this._err(te.missingDoctypeName),this._createDoctypeToken(null);const n=this.currentToken;n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=I.DATA;break}case P.EOF:{this._err(te.eofInDoctype),this._createDoctypeToken(null);const n=this.currentToken;n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._createDoctypeToken(String.fromCodePoint(t)),this.state=I.DOCTYPE_NAME}}_stateDoctypeName(t){const n=this.currentToken;switch(t){case P.SPACE:case P.LINE_FEED:case P.TABULATION:case P.FORM_FEED:{this.state=I.AFTER_DOCTYPE_NAME;break}case P.GREATER_THAN_SIGN:{this.state=I.DATA,this.emitCurrentDoctype(n);break}case P.NULL:{this._err(te.unexpectedNullCharacter),n.name+=wt;break}case P.EOF:{this._err(te.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:n.name+=String.fromCodePoint(Ra(t)?Ml(t):t)}}_stateAfterDoctypeName(t){const n=this.currentToken;switch(t){case P.SPACE:case P.LINE_FEED:case P.TABULATION:case P.FORM_FEED:break;case P.GREATER_THAN_SIGN:{this.state=I.DATA,this.emitCurrentDoctype(n);break}case P.EOF:{this._err(te.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._consumeSequenceIfMatch(On.PUBLIC,!1)?this.state=I.AFTER_DOCTYPE_PUBLIC_KEYWORD:this._consumeSequenceIfMatch(On.SYSTEM,!1)?this.state=I.AFTER_DOCTYPE_SYSTEM_KEYWORD:this._ensureHibernation()||(this._err(te.invalidCharacterSequenceAfterDoctypeName),n.forceQuirks=!0,this.state=I.BOGUS_DOCTYPE,this._stateBogusDoctype(t))}}_stateAfterDoctypePublicKeyword(t){const n=this.currentToken;switch(t){case P.SPACE:case P.LINE_FEED:case P.TABULATION:case P.FORM_FEED:{this.state=I.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER;break}case P.QUOTATION_MARK:{this._err(te.missingWhitespaceAfterDoctypePublicKeyword),n.publicId="",this.state=I.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED;break}case P.APOSTROPHE:{this._err(te.missingWhitespaceAfterDoctypePublicKeyword),n.publicId="",this.state=I.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED;break}case P.GREATER_THAN_SIGN:{this._err(te.missingDoctypePublicIdentifier),n.forceQuirks=!0,this.state=I.DATA,this.emitCurrentDoctype(n);break}case P.EOF:{this._err(te.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(te.missingQuoteBeforeDoctypePublicIdentifier),n.forceQuirks=!0,this.state=I.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateBeforeDoctypePublicIdentifier(t){const n=this.currentToken;switch(t){case P.SPACE:case P.LINE_FEED:case P.TABULATION:case P.FORM_FEED:break;case P.QUOTATION_MARK:{n.publicId="",this.state=I.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED;break}case P.APOSTROPHE:{n.publicId="",this.state=I.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED;break}case P.GREATER_THAN_SIGN:{this._err(te.missingDoctypePublicIdentifier),n.forceQuirks=!0,this.state=I.DATA,this.emitCurrentDoctype(n);break}case P.EOF:{this._err(te.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(te.missingQuoteBeforeDoctypePublicIdentifier),n.forceQuirks=!0,this.state=I.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateDoctypePublicIdentifierDoubleQuoted(t){const n=this.currentToken;switch(t){case P.QUOTATION_MARK:{this.state=I.AFTER_DOCTYPE_PUBLIC_IDENTIFIER;break}case P.NULL:{this._err(te.unexpectedNullCharacter),n.publicId+=wt;break}case P.GREATER_THAN_SIGN:{this._err(te.abruptDoctypePublicIdentifier),n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=I.DATA;break}case P.EOF:{this._err(te.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:n.publicId+=String.fromCodePoint(t)}}_stateDoctypePublicIdentifierSingleQuoted(t){const n=this.currentToken;switch(t){case P.APOSTROPHE:{this.state=I.AFTER_DOCTYPE_PUBLIC_IDENTIFIER;break}case P.NULL:{this._err(te.unexpectedNullCharacter),n.publicId+=wt;break}case P.GREATER_THAN_SIGN:{this._err(te.abruptDoctypePublicIdentifier),n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=I.DATA;break}case P.EOF:{this._err(te.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:n.publicId+=String.fromCodePoint(t)}}_stateAfterDoctypePublicIdentifier(t){const n=this.currentToken;switch(t){case P.SPACE:case P.LINE_FEED:case P.TABULATION:case P.FORM_FEED:{this.state=I.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS;break}case P.GREATER_THAN_SIGN:{this.state=I.DATA,this.emitCurrentDoctype(n);break}case P.QUOTATION_MARK:{this._err(te.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),n.systemId="",this.state=I.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break}case P.APOSTROPHE:{this._err(te.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),n.systemId="",this.state=I.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break}case P.EOF:{this._err(te.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(te.missingQuoteBeforeDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=I.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateBetweenDoctypePublicAndSystemIdentifiers(t){const n=this.currentToken;switch(t){case P.SPACE:case P.LINE_FEED:case P.TABULATION:case P.FORM_FEED:break;case P.GREATER_THAN_SIGN:{this.emitCurrentDoctype(n),this.state=I.DATA;break}case P.QUOTATION_MARK:{n.systemId="",this.state=I.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break}case P.APOSTROPHE:{n.systemId="",this.state=I.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break}case P.EOF:{this._err(te.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(te.missingQuoteBeforeDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=I.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateAfterDoctypeSystemKeyword(t){const n=this.currentToken;switch(t){case P.SPACE:case P.LINE_FEED:case P.TABULATION:case P.FORM_FEED:{this.state=I.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER;break}case P.QUOTATION_MARK:{this._err(te.missingWhitespaceAfterDoctypeSystemKeyword),n.systemId="",this.state=I.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break}case P.APOSTROPHE:{this._err(te.missingWhitespaceAfterDoctypeSystemKeyword),n.systemId="",this.state=I.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break}case P.GREATER_THAN_SIGN:{this._err(te.missingDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=I.DATA,this.emitCurrentDoctype(n);break}case P.EOF:{this._err(te.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(te.missingQuoteBeforeDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=I.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateBeforeDoctypeSystemIdentifier(t){const n=this.currentToken;switch(t){case P.SPACE:case P.LINE_FEED:case P.TABULATION:case P.FORM_FEED:break;case P.QUOTATION_MARK:{n.systemId="",this.state=I.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break}case P.APOSTROPHE:{n.systemId="",this.state=I.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break}case P.GREATER_THAN_SIGN:{this._err(te.missingDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=I.DATA,this.emitCurrentDoctype(n);break}case P.EOF:{this._err(te.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(te.missingQuoteBeforeDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=I.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateDoctypeSystemIdentifierDoubleQuoted(t){const n=this.currentToken;switch(t){case P.QUOTATION_MARK:{this.state=I.AFTER_DOCTYPE_SYSTEM_IDENTIFIER;break}case P.NULL:{this._err(te.unexpectedNullCharacter),n.systemId+=wt;break}case P.GREATER_THAN_SIGN:{this._err(te.abruptDoctypeSystemIdentifier),n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=I.DATA;break}case P.EOF:{this._err(te.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:n.systemId+=String.fromCodePoint(t)}}_stateDoctypeSystemIdentifierSingleQuoted(t){const n=this.currentToken;switch(t){case P.APOSTROPHE:{this.state=I.AFTER_DOCTYPE_SYSTEM_IDENTIFIER;break}case P.NULL:{this._err(te.unexpectedNullCharacter),n.systemId+=wt;break}case P.GREATER_THAN_SIGN:{this._err(te.abruptDoctypeSystemIdentifier),n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=I.DATA;break}case P.EOF:{this._err(te.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:n.systemId+=String.fromCodePoint(t)}}_stateAfterDoctypeSystemIdentifier(t){const n=this.currentToken;switch(t){case P.SPACE:case P.LINE_FEED:case P.TABULATION:case P.FORM_FEED:break;case P.GREATER_THAN_SIGN:{this.emitCurrentDoctype(n),this.state=I.DATA;break}case P.EOF:{this._err(te.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(te.unexpectedCharacterAfterDoctypeSystemIdentifier),this.state=I.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateBogusDoctype(t){const n=this.currentToken;switch(t){case P.GREATER_THAN_SIGN:{this.emitCurrentDoctype(n),this.state=I.DATA;break}case P.NULL:{this._err(te.unexpectedNullCharacter);break}case P.EOF:{this.emitCurrentDoctype(n),this._emitEOFToken();break}}}_stateCdataSection(t){switch(t){case P.RIGHT_SQUARE_BRACKET:{this.state=I.CDATA_SECTION_BRACKET;break}case P.EOF:{this._err(te.eofInCdata),this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateCdataSectionBracket(t){t===P.RIGHT_SQUARE_BRACKET?this.state=I.CDATA_SECTION_END:(this._emitChars("]"),this.state=I.CDATA_SECTION,this._stateCdataSection(t))}_stateCdataSectionEnd(t){switch(t){case P.GREATER_THAN_SIGN:{this.state=I.DATA;break}case P.RIGHT_SQUARE_BRACKET:{this._emitChars("]");break}default:this._emitChars("]]"),this.state=I.CDATA_SECTION,this._stateCdataSection(t)}}_stateCharacterReference(){let t=this.entityDecoder.write(this.preprocessor.html,this.preprocessor.pos);if(t<0)if(this.preprocessor.lastChunkWritten)t=this.entityDecoder.end();else{this.active=!1,this.preprocessor.pos=this.preprocessor.html.length-1,this.consumedAfterSnapshot=0,this.preprocessor.endOfChunkHit=!0;return}t===0?(this.preprocessor.pos=this.entityStartPos,this._flushCodePointConsumedAsCharacterReference(P.AMPERSAND),this.state=!this._isCharacterReferenceInAttribute()&&vy(this.preprocessor.peek(1))?I.AMBIGUOUS_AMPERSAND:this.returnState):this.state=this.returnState}_stateAmbiguousAmpersand(t){vy(t)?this._flushCodePointConsumedAsCharacterReference(t):(t===P.SEMICOLON&&this._err(te.unknownNamedCharacterReference),this.state=this.returnState,this._callState(t))}}const Py=new Set([g.DD,g.DT,g.LI,g.OPTGROUP,g.OPTION,g.P,g.RB,g.RP,g.RT,g.RTC]),Ny=new Set([...Py,g.CAPTION,g.COLGROUP,g.TBODY,g.TD,g.TFOOT,g.TH,g.THEAD,g.TR]),Fl=new Set([g.APPLET,g.CAPTION,g.HTML,g.MARQUEE,g.OBJECT,g.TABLE,g.TD,g.TEMPLATE,g.TH]),VI=new Set([...Fl,g.OL,g.UL]),qI=new Set([...Fl,g.BUTTON]),Oy=new Set([g.ANNOTATION_XML,g.MI,g.MN,g.MO,g.MS,g.MTEXT]),Iy=new Set([g.DESC,g.FOREIGN_OBJECT,g.TITLE]),YI=new Set([g.TR,g.TEMPLATE,g.HTML]),WI=new Set([g.TBODY,g.TFOOT,g.THEAD,g.TEMPLATE,g.HTML]),GI=new Set([g.TABLE,g.TEMPLATE,g.HTML]),XI=new Set([g.TD,g.TH]);class KI{get currentTmplContentOrNode(){return this._isInTemplate()?this.treeAdapter.getTemplateContent(this.current):this.current}constructor(t,n,r){this.treeAdapter=n,this.handler=r,this.items=[],this.tagIDs=[],this.stackTop=-1,this.tmplCount=0,this.currentTagId=g.UNKNOWN,this.current=t}_indexOf(t){return this.items.lastIndexOf(t,this.stackTop)}_isInTemplate(){return this.currentTagId===g.TEMPLATE&&this.treeAdapter.getNamespaceURI(this.current)===ue.HTML}_updateCurrentElement(){this.current=this.items[this.stackTop],this.currentTagId=this.tagIDs[this.stackTop]}push(t,n){this.stackTop++,this.items[this.stackTop]=t,this.current=t,this.tagIDs[this.stackTop]=n,this.currentTagId=n,this._isInTemplate()&&this.tmplCount++,this.handler.onItemPush(t,n,!0)}pop(){const t=this.current;this.tmplCount>0&&this._isInTemplate()&&this.tmplCount--,this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(t,!0)}replace(t,n){const r=this._indexOf(t);this.items[r]=n,r===this.stackTop&&(this.current=n)}insertAfter(t,n,r){const o=this._indexOf(t)+1;this.items.splice(o,0,n),this.tagIDs.splice(o,0,r),this.stackTop++,o===this.stackTop&&this._updateCurrentElement(),this.current&&this.currentTagId!==void 0&&this.handler.onItemPush(this.current,this.currentTagId,o===this.stackTop)}popUntilTagNamePopped(t){let n=this.stackTop+1;do n=this.tagIDs.lastIndexOf(t,n-1);while(n>0&&this.treeAdapter.getNamespaceURI(this.items[n])!==ue.HTML);this.shortenToLength(Math.max(n,0))}shortenToLength(t){for(;this.stackTop>=t;){const n=this.current;this.tmplCount>0&&this._isInTemplate()&&(this.tmplCount-=1),this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(n,this.stackTop<t)}}popUntilElementPopped(t){const n=this._indexOf(t);this.shortenToLength(Math.max(n,0))}popUntilPopped(t,n){const r=this._indexOfTagNames(t,n);this.shortenToLength(Math.max(r,0))}popUntilNumberedHeaderPopped(){this.popUntilPopped(Th,ue.HTML)}popUntilTableCellPopped(){this.popUntilPopped(XI,ue.HTML)}popAllUpToHtmlElement(){this.tmplCount=0,this.shortenToLength(1)}_indexOfTagNames(t,n){for(let r=this.stackTop;r>=0;r--)if(t.has(this.tagIDs[r])&&this.treeAdapter.getNamespaceURI(this.items[r])===n)return r;return-1}clearBackTo(t,n){const r=this._indexOfTagNames(t,n);this.shortenToLength(r+1)}clearBackToTableContext(){this.clearBackTo(GI,ue.HTML)}clearBackToTableBodyContext(){this.clearBackTo(WI,ue.HTML)}clearBackToTableRowContext(){this.clearBackTo(YI,ue.HTML)}remove(t){const n=this._indexOf(t);n>=0&&(n===this.stackTop?this.pop():(this.items.splice(n,1),this.tagIDs.splice(n,1),this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(t,!1)))}tryPeekProperlyNestedBodyElement(){return this.stackTop>=1&&this.tagIDs[1]===g.BODY?this.items[1]:null}contains(t){return this._indexOf(t)>-1}getCommonAncestor(t){const n=this._indexOf(t)-1;return n>=0?this.items[n]:null}isRootHtmlElementCurrent(){return this.stackTop===0&&this.tagIDs[0]===g.HTML}hasInDynamicScope(t,n){for(let r=this.stackTop;r>=0;r--){const o=this.tagIDs[r];switch(this.treeAdapter.getNamespaceURI(this.items[r])){case ue.HTML:{if(o===t)return!0;if(n.has(o))return!1;break}case ue.SVG:{if(Iy.has(o))return!1;break}case ue.MATHML:{if(Oy.has(o))return!1;break}}}return!0}hasInScope(t){return this.hasInDynamicScope(t,Fl)}hasInListItemScope(t){return this.hasInDynamicScope(t,VI)}hasInButtonScope(t){return this.hasInDynamicScope(t,qI)}hasNumberedHeaderInScope(){for(let t=this.stackTop;t>=0;t--){const n=this.tagIDs[t];switch(this.treeAdapter.getNamespaceURI(this.items[t])){case ue.HTML:{if(Th.has(n))return!0;if(Fl.has(n))return!1;break}case ue.SVG:{if(Iy.has(n))return!1;break}case ue.MATHML:{if(Oy.has(n))return!1;break}}}return!0}hasInTableScope(t){for(let n=this.stackTop;n>=0;n--)if(this.treeAdapter.getNamespaceURI(this.items[n])===ue.HTML)switch(this.tagIDs[n]){case t:return!0;case g.TABLE:case g.HTML:return!1}return!0}hasTableBodyContextInTableScope(){for(let t=this.stackTop;t>=0;t--)if(this.treeAdapter.getNamespaceURI(this.items[t])===ue.HTML)switch(this.tagIDs[t]){case g.TBODY:case g.THEAD:case g.TFOOT:return!0;case g.TABLE:case g.HTML:return!1}return!0}hasInSelectScope(t){for(let n=this.stackTop;n>=0;n--)if(this.treeAdapter.getNamespaceURI(this.items[n])===ue.HTML)switch(this.tagIDs[n]){case t:return!0;case g.OPTION:case g.OPTGROUP:break;default:return!1}return!0}generateImpliedEndTags(){for(;this.currentTagId!==void 0&&Py.has(this.currentTagId);)this.pop()}generateImpliedEndTagsThoroughly(){for(;this.currentTagId!==void 0&&Ny.has(this.currentTagId);)this.pop()}generateImpliedEndTagsWithExclusion(t){for(;this.currentTagId!==void 0&&this.currentTagId!==t&&Ny.has(this.currentTagId);)this.pop()}}const _h=3;var Dr;(function(e){e[e.Marker=0]="Marker",e[e.Element=1]="Element"})(Dr||(Dr={}));const Ry={type:Dr.Marker};class QI{constructor(t){this.treeAdapter=t,this.entries=[],this.bookmark=null}_getNoahArkConditionCandidates(t,n){const r=[],o=n.length,a=this.treeAdapter.getTagName(t),u=this.treeAdapter.getNamespaceURI(t);for(let c=0;c<this.entries.length;c++){const d=this.entries[c];if(d.type===Dr.Marker)break;const{element:f}=d;if(this.treeAdapter.getTagName(f)===a&&this.treeAdapter.getNamespaceURI(f)===u){const p=this.treeAdapter.getAttrList(f);p.length===o&&r.push({idx:c,attrs:p})}}return r}_ensureNoahArkCondition(t){if(this.entries.length<_h)return;const n=this.treeAdapter.getAttrList(t),r=this._getNoahArkConditionCandidates(t,n);if(r.length<_h)return;const o=new Map(n.map(u=>[u.name,u.value]));let a=0;for(let u=0;u<r.length;u++){const c=r[u];c.attrs.every(d=>o.get(d.name)===d.value)&&(a+=1,a>=_h&&this.entries.splice(c.idx,1))}}insertMarker(){this.entries.unshift(Ry)}pushElement(t,n){this._ensureNoahArkCondition(t),this.entries.unshift({type:Dr.Element,element:t,token:n})}insertElementAfterBookmark(t,n){const r=this.entries.indexOf(this.bookmark);this.entries.splice(r,0,{type:Dr.Element,element:t,token:n})}removeEntry(t){const n=this.entries.indexOf(t);n!==-1&&this.entries.splice(n,1)}clearToLastMarker(){const t=this.entries.indexOf(Ry);t===-1?this.entries.length=0:this.entries.splice(0,t+1)}getElementEntryInScopeWithTagName(t){const n=this.entries.find(r=>r.type===Dr.Marker||this.treeAdapter.getTagName(r.element)===t);return n&&n.type===Dr.Element?n:null}getElementEntry(t){return this.entries.find(n=>n.type===Dr.Element&&n.element===t)}}const Pi={createDocument(){return{nodeName:"#document",mode:ir.NO_QUIRKS,childNodes:[]}},createDocumentFragment(){return{nodeName:"#document-fragment",childNodes:[]}},createElement(e,t,n){return{nodeName:e,tagName:e,attrs:n,namespaceURI:t,childNodes:[],parentNode:null}},createCommentNode(e){return{nodeName:"#comment",data:e,parentNode:null}},createTextNode(e){return{nodeName:"#text",value:e,parentNode:null}},appendChild(e,t){e.childNodes.push(t),t.parentNode=e},insertBefore(e,t,n){const r=e.childNodes.indexOf(n);e.childNodes.splice(r,0,t),t.parentNode=e},setTemplateContent(e,t){e.content=t},getTemplateContent(e){return e.content},setDocumentType(e,t,n,r){const o=e.childNodes.find(a=>a.nodeName==="#documentType");if(o)o.name=t,o.publicId=n,o.systemId=r;else{const a={nodeName:"#documentType",name:t,publicId:n,systemId:r,parentNode:null};Pi.appendChild(e,a)}},setDocumentMode(e,t){e.mode=t},getDocumentMode(e){return e.mode},detachNode(e){if(e.parentNode){const t=e.parentNode.childNodes.indexOf(e);e.parentNode.childNodes.splice(t,1),e.parentNode=null}},insertText(e,t){if(e.childNodes.length>0){const n=e.childNodes[e.childNodes.length-1];if(Pi.isTextNode(n)){n.value+=t;return}}Pi.appendChild(e,Pi.createTextNode(t))},insertTextBefore(e,t,n){const r=e.childNodes[e.childNodes.indexOf(n)-1];r&&Pi.isTextNode(r)?r.value+=t:Pi.insertBefore(e,Pi.createTextNode(t),n)},adoptAttributes(e,t){const n=new Set(e.attrs.map(r=>r.name));for(let r=0;r<t.length;r++)n.has(t[r].name)||e.attrs.push(t[r])},getFirstChild(e){return e.childNodes[0]},getChildNodes(e){return e.childNodes},getParentNode(e){return e.parentNode},getAttrList(e){return e.attrs},getTagName(e){return e.tagName},getNamespaceURI(e){return e.namespaceURI},getTextNodeContent(e){return e.value},getCommentNodeContent(e){return e.data},getDocumentTypeNodeName(e){return e.name},getDocumentTypeNodePublicId(e){return e.publicId},getDocumentTypeNodeSystemId(e){return e.systemId},isTextNode(e){return e.nodeName==="#text"},isCommentNode(e){return e.nodeName==="#comment"},isDocumentTypeNode(e){return e.nodeName==="#documentType"},isElementNode(e){return Object.prototype.hasOwnProperty.call(e,"tagName")},setNodeSourceCodeLocation(e,t){e.sourceCodeLocation=t},getNodeSourceCodeLocation(e){return e.sourceCodeLocation},updateNodeSourceCodeLocation(e,t){e.sourceCodeLocation=M(M({},e.sourceCodeLocation),t)}},Ly="html",JI="about:legacy-compat",ZI="http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd",Dy=["+//silmaril//dtd html pro v0r11 19970101//","-//as//dtd html 3.0 aswedit + extensions//","-//advasoft ltd//dtd html 3.0 aswedit + extensions//","-//ietf//dtd html 2.0 level 1//","-//ietf//dtd html 2.0 level 2//","-//ietf//dtd html 2.0 strict level 1//","-//ietf//dtd html 2.0 strict level 2//","-//ietf//dtd html 2.0 strict//","-//ietf//dtd html 2.0//","-//ietf//dtd html 2.1e//","-//ietf//dtd html 3.0//","-//ietf//dtd html 3.2 final//","-//ietf//dtd html 3.2//","-//ietf//dtd html 3//","-//ietf//dtd html level 0//","-//ietf//dtd html level 1//","-//ietf//dtd html level 2//","-//ietf//dtd html level 3//","-//ietf//dtd html strict level 0//","-//ietf//dtd html strict level 1//","-//ietf//dtd html strict level 2//","-//ietf//dtd html strict level 3//","-//ietf//dtd html strict//","-//ietf//dtd html//","-//metrius//dtd metrius presentational//","-//microsoft//dtd internet explorer 2.0 html strict//","-//microsoft//dtd internet explorer 2.0 html//","-//microsoft//dtd internet explorer 2.0 tables//","-//microsoft//dtd internet explorer 3.0 html strict//","-//microsoft//dtd internet explorer 3.0 html//","-//microsoft//dtd internet explorer 3.0 tables//","-//netscape comm. corp.//dtd html//","-//netscape comm. corp.//dtd strict html//","-//o'reilly and associates//dtd html 2.0//","-//o'reilly and associates//dtd html extended 1.0//","-//o'reilly and associates//dtd html extended relaxed 1.0//","-//sq//dtd html 2.0 hotmetal + extensions//","-//softquad software//dtd hotmetal pro 6.0::19990601::extensions to html 4.0//","-//softquad//dtd hotmetal pro 4.0::19971010::extensions to html 4.0//","-//spyglass//dtd html 2.0 extended//","-//sun microsystems corp.//dtd hotjava html//","-//sun microsystems corp.//dtd hotjava strict html//","-//w3c//dtd html 3 1995-03-24//","-//w3c//dtd html 3.2 draft//","-//w3c//dtd html 3.2 final//","-//w3c//dtd html 3.2//","-//w3c//dtd html 3.2s draft//","-//w3c//dtd html 4.0 frameset//","-//w3c//dtd html 4.0 transitional//","-//w3c//dtd html experimental 19960712//","-//w3c//dtd html experimental 970421//","-//w3c//dtd w3 html//","-//w3o//dtd w3 html 3.0//","-//webtechs//dtd mozilla html 2.0//","-//webtechs//dtd mozilla html//"],eR=[...Dy,"-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"],tR=new Set(["-//w3o//dtd w3 html strict 3.0//en//","-/w3c/dtd html 4.0 transitional/en","html"]),My=["-//w3c//dtd xhtml 1.0 frameset//","-//w3c//dtd xhtml 1.0 transitional//"],nR=[...My,"-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"];function Fy(e,t){return t.some(n=>e.startsWith(n))}function rR(e){return e.name===Ly&&e.publicId===null&&(e.systemId===null||e.systemId===JI)}function iR(e){if(e.name!==Ly)return ir.QUIRKS;const{systemId:t}=e;if(t&&t.toLowerCase()===ZI)return ir.QUIRKS;let{publicId:n}=e;if(n!==null){if(n=n.toLowerCase(),tR.has(n))return ir.QUIRKS;let r=t===null?eR:Dy;if(Fy(n,r))return ir.QUIRKS;if(r=t===null?My:nR,Fy(n,r))return ir.LIMITED_QUIRKS}return ir.NO_QUIRKS}const By={TEXT_HTML:"text/html",APPLICATION_XML:"application/xhtml+xml"},oR="definitionurl",sR="definitionURL",aR=new Map(["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(e=>[e.toLowerCase(),e])),uR=new Map([["xlink:actuate",{prefix:"xlink",name:"actuate",namespace:ue.XLINK}],["xlink:arcrole",{prefix:"xlink",name:"arcrole",namespace:ue.XLINK}],["xlink:href",{prefix:"xlink",name:"href",namespace:ue.XLINK}],["xlink:role",{prefix:"xlink",name:"role",namespace:ue.XLINK}],["xlink:show",{prefix:"xlink",name:"show",namespace:ue.XLINK}],["xlink:title",{prefix:"xlink",name:"title",namespace:ue.XLINK}],["xlink:type",{prefix:"xlink",name:"type",namespace:ue.XLINK}],["xml:lang",{prefix:"xml",name:"lang",namespace:ue.XML}],["xml:space",{prefix:"xml",name:"space",namespace:ue.XML}],["xmlns",{prefix:"",name:"xmlns",namespace:ue.XMLNS}],["xmlns:xlink",{prefix:"xmlns",name:"xlink",namespace:ue.XMLNS}]]),lR=new Map(["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map(e=>[e.toLowerCase(),e])),cR=new Set([g.B,g.BIG,g.BLOCKQUOTE,g.BODY,g.BR,g.CENTER,g.CODE,g.DD,g.DIV,g.DL,g.DT,g.EM,g.EMBED,g.H1,g.H2,g.H3,g.H4,g.H5,g.H6,g.HEAD,g.HR,g.I,g.IMG,g.LI,g.LISTING,g.MENU,g.META,g.NOBR,g.OL,g.P,g.PRE,g.RUBY,g.S,g.SMALL,g.SPAN,g.STRONG,g.STRIKE,g.SUB,g.SUP,g.TABLE,g.TT,g.U,g.UL,g.VAR]);function dR(e){const t=e.tagID;return t===g.FONT&&e.attrs.some(({name:r})=>r===ho.COLOR||r===ho.SIZE||r===ho.FACE)||cR.has(t)}function Uy(e){for(let t=0;t<e.attrs.length;t++)if(e.attrs[t].name===oR){e.attrs[t].name=sR;break}}function Hy(e){for(let t=0;t<e.attrs.length;t++){const n=aR.get(e.attrs[t].name);n!=null&&(e.attrs[t].name=n)}}function Sh(e){for(let t=0;t<e.attrs.length;t++){const n=uR.get(e.attrs[t].name);n&&(e.attrs[t].prefix=n.prefix,e.attrs[t].name=n.name,e.attrs[t].namespace=n.namespace)}}function fR(e){const t=lR.get(e.tagName);t!=null&&(e.tagName=t,e.tagID=ss(e.tagName))}function hR(e,t){return t===ue.MATHML&&(e===g.MI||e===g.MO||e===g.MN||e===g.MS||e===g.MTEXT)}function pR(e,t,n){if(t===ue.MATHML&&e===g.ANNOTATION_XML){for(let r=0;r<n.length;r++)if(n[r].name===ho.ENCODING){const o=n[r].value.toLowerCase();return o===By.TEXT_HTML||o===By.APPLICATION_XML}}return t===ue.SVG&&(e===g.FOREIGN_OBJECT||e===g.DESC||e===g.TITLE)}function mR(e,t,n,r){return(!r||r===ue.HTML)&&pR(e,t,n)||(!r||r===ue.MATHML)&&hR(e,t)}const gR="hidden",ER=8,yR=3;var L;(function(e){e[e.INITIAL=0]="INITIAL",e[e.BEFORE_HTML=1]="BEFORE_HTML",e[e.BEFORE_HEAD=2]="BEFORE_HEAD",e[e.IN_HEAD=3]="IN_HEAD",e[e.IN_HEAD_NO_SCRIPT=4]="IN_HEAD_NO_SCRIPT",e[e.AFTER_HEAD=5]="AFTER_HEAD",e[e.IN_BODY=6]="IN_BODY",e[e.TEXT=7]="TEXT",e[e.IN_TABLE=8]="IN_TABLE",e[e.IN_TABLE_TEXT=9]="IN_TABLE_TEXT",e[e.IN_CAPTION=10]="IN_CAPTION",e[e.IN_COLUMN_GROUP=11]="IN_COLUMN_GROUP",e[e.IN_TABLE_BODY=12]="IN_TABLE_BODY",e[e.IN_ROW=13]="IN_ROW",e[e.IN_CELL=14]="IN_CELL",e[e.IN_SELECT=15]="IN_SELECT",e[e.IN_SELECT_IN_TABLE=16]="IN_SELECT_IN_TABLE",e[e.IN_TEMPLATE=17]="IN_TEMPLATE",e[e.AFTER_BODY=18]="AFTER_BODY",e[e.IN_FRAMESET=19]="IN_FRAMESET",e[e.AFTER_FRAMESET=20]="AFTER_FRAMESET",e[e.AFTER_AFTER_BODY=21]="AFTER_AFTER_BODY",e[e.AFTER_AFTER_FRAMESET=22]="AFTER_AFTER_FRAMESET"})(L||(L={}));const bR={startLine:-1,startCol:-1,startOffset:-1,endLine:-1,endCol:-1,endOffset:-1},zy=new Set([g.TABLE,g.TBODY,g.TFOOT,g.THEAD,g.TR]),jy={scriptingEnabled:!0,sourceCodeLocationInfo:!1,treeAdapter:Pi,onParseError:null};class $y{constructor(t,n,r=null,o=null){this.fragmentContext=r,this.scriptHandler=o,this.currentToken=null,this.stopped=!1,this.insertionMode=L.INITIAL,this.originalInsertionMode=L.INITIAL,this.headElement=null,this.formElement=null,this.currentNotInHTML=!1,this.tmplInsertionModeStack=[],this.pendingCharacterTokens=[],this.hasNonWhitespacePendingCharacterToken=!1,this.framesetOk=!0,this.skipNextNewLine=!1,this.fosterParentingEnabled=!1,this.options=M(M({},jy),t),this.treeAdapter=this.options.treeAdapter,this.onParseError=this.options.onParseError,this.onParseError&&(this.options.sourceCodeLocationInfo=!0),this.document=n!=null?n:this.treeAdapter.createDocument(),this.tokenizer=new $I(this.options,this),this.activeFormattingElements=new QI(this.treeAdapter),this.fragmentContextID=r?ss(this.treeAdapter.getTagName(r)):g.UNKNOWN,this._setContextModes(r!=null?r:this.document,this.fragmentContextID),this.openElements=new KI(this.document,this.treeAdapter,this)}static parse(t,n){const r=new this(n);return r.tokenizer.write(t,!0),r.document}static getFragmentParser(t,n){const r=M(M({},jy),n);t!=null||(t=r.treeAdapter.createElement(X.TEMPLATE,ue.HTML,[]));const o=r.treeAdapter.createElement("documentmock",ue.HTML,[]),a=new this(r,o,t);return a.fragmentContextID===g.TEMPLATE&&a.tmplInsertionModeStack.unshift(L.IN_TEMPLATE),a._initTokenizerForFragmentParsing(),a._insertFakeRootElement(),a._resetInsertionMode(),a._findFormInFragmentContext(),a}getFragment(){const t=this.treeAdapter.getFirstChild(this.document),n=this.treeAdapter.createDocumentFragment();return this._adoptNodes(t,n),n}_err(t,n,r){var o;if(!this.onParseError)return;const a=(o=t.location)!==null&&o!==void 0?o:bR,u={code:n,startLine:a.startLine,startCol:a.startCol,startOffset:a.startOffset,endLine:r?a.startLine:a.endLine,endCol:r?a.startCol:a.endCol,endOffset:r?a.startOffset:a.endOffset};this.onParseError(u)}onItemPush(t,n,r){var o,a;(a=(o=this.treeAdapter).onItemPush)===null||a===void 0||a.call(o,t),r&&this.openElements.stackTop>0&&this._setContextModes(t,n)}onItemPop(t,n){var r,o;if(this.options.sourceCodeLocationInfo&&this._setEndLocation(t,this.currentToken),(o=(r=this.treeAdapter).onItemPop)===null||o===void 0||o.call(r,t,this.openElements.current),n){let a,u;this.openElements.stackTop===0&&this.fragmentContext?(a=this.fragmentContext,u=this.fragmentContextID):{current:a,currentTagId:u}=this.openElements,this._setContextModes(a,u)}}_setContextModes(t,n){const r=t===this.document||t&&this.treeAdapter.getNamespaceURI(t)===ue.HTML;this.currentNotInHTML=!r,this.tokenizer.inForeignNode=!r&&t!==void 0&&n!==void 0&&!this._isIntegrationPoint(n,t)}_switchToTextParsing(t,n){this._insertElement(t,ue.HTML),this.tokenizer.state=n,this.originalInsertionMode=this.insertionMode,this.insertionMode=L.TEXT}switchToPlaintextParsing(){this.insertionMode=L.TEXT,this.originalInsertionMode=L.IN_BODY,this.tokenizer.state=Rt.PLAINTEXT}_getAdjustedCurrentElement(){return this.openElements.stackTop===0&&this.fragmentContext?this.fragmentContext:this.openElements.current}_findFormInFragmentContext(){let t=this.fragmentContext;for(;t;){if(this.treeAdapter.getTagName(t)===X.FORM){this.formElement=t;break}t=this.treeAdapter.getParentNode(t)}}_initTokenizerForFragmentParsing(){if(!(!this.fragmentContext||this.treeAdapter.getNamespaceURI(this.fragmentContext)!==ue.HTML))switch(this.fragmentContextID){case g.TITLE:case g.TEXTAREA:{this.tokenizer.state=Rt.RCDATA;break}case g.STYLE:case g.XMP:case g.IFRAME:case g.NOEMBED:case g.NOFRAMES:case g.NOSCRIPT:{this.tokenizer.state=Rt.RAWTEXT;break}case g.SCRIPT:{this.tokenizer.state=Rt.SCRIPT_DATA;break}case g.PLAINTEXT:{this.tokenizer.state=Rt.PLAINTEXT;break}}}_setDocumentType(t){const n=t.name||"",r=t.publicId||"",o=t.systemId||"";if(this.treeAdapter.setDocumentType(this.document,n,r,o),t.location){const u=this.treeAdapter.getChildNodes(this.document).find(c=>this.treeAdapter.isDocumentTypeNode(c));u&&this.treeAdapter.setNodeSourceCodeLocation(u,t.location)}}_attachElementToTree(t,n){if(this.options.sourceCodeLocationInfo){const r=n&&pe(M({},n),{startTag:n});this.treeAdapter.setNodeSourceCodeLocation(t,r)}if(this._shouldFosterParentOnInsertion())this._fosterParentElement(t);else{const r=this.openElements.currentTmplContentOrNode;this.treeAdapter.appendChild(r!=null?r:this.document,t)}}_appendElement(t,n){const r=this.treeAdapter.createElement(t.tagName,n,t.attrs);this._attachElementToTree(r,t.location)}_insertElement(t,n){const r=this.treeAdapter.createElement(t.tagName,n,t.attrs);this._attachElementToTree(r,t.location),this.openElements.push(r,t.tagID)}_insertFakeElement(t,n){const r=this.treeAdapter.createElement(t,ue.HTML,[]);this._attachElementToTree(r,null),this.openElements.push(r,n)}_insertTemplate(t){const n=this.treeAdapter.createElement(t.tagName,ue.HTML,t.attrs),r=this.treeAdapter.createDocumentFragment();this.treeAdapter.setTemplateContent(n,r),this._attachElementToTree(n,t.location),this.openElements.push(n,t.tagID),this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(r,null)}_insertFakeRootElement(){const t=this.treeAdapter.createElement(X.HTML,ue.HTML,[]);this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(t,null),this.treeAdapter.appendChild(this.openElements.current,t),this.openElements.push(t,g.HTML)}_appendCommentNode(t,n){const r=this.treeAdapter.createCommentNode(t.data);this.treeAdapter.appendChild(n,r),this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(r,t.location)}_insertCharacters(t){let n,r;if(this._shouldFosterParentOnInsertion()?({parent:n,beforeElement:r}=this._findFosterParentingLocation(),r?this.treeAdapter.insertTextBefore(n,t.chars,r):this.treeAdapter.insertText(n,t.chars)):(n=this.openElements.currentTmplContentOrNode,this.treeAdapter.insertText(n,t.chars)),!t.location)return;const o=this.treeAdapter.getChildNodes(n),a=r?o.lastIndexOf(r):o.length,u=o[a-1];if(this.treeAdapter.getNodeSourceCodeLocation(u)){const{endLine:d,endCol:f,endOffset:p}=t.location;this.treeAdapter.updateNodeSourceCodeLocation(u,{endLine:d,endCol:f,endOffset:p})}else this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(u,t.location)}_adoptNodes(t,n){for(let r=this.treeAdapter.getFirstChild(t);r;r=this.treeAdapter.getFirstChild(t))this.treeAdapter.detachNode(r),this.treeAdapter.appendChild(n,r)}_setEndLocation(t,n){if(this.treeAdapter.getNodeSourceCodeLocation(t)&&n.location){const r=n.location,o=this.treeAdapter.getTagName(t),a=n.type===Ke.END_TAG&&o===n.tagName?{endTag:M({},r),endLine:r.endLine,endCol:r.endCol,endOffset:r.endOffset}:{endLine:r.startLine,endCol:r.startCol,endOffset:r.startOffset};this.treeAdapter.updateNodeSourceCodeLocation(t,a)}}shouldProcessStartTagTokenInForeignContent(t){if(!this.currentNotInHTML)return!1;let n,r;return this.openElements.stackTop===0&&this.fragmentContext?(n=this.fragmentContext,r=this.fragmentContextID):{current:n,currentTagId:r}=this.openElements,t.tagID===g.SVG&&this.treeAdapter.getTagName(n)===X.ANNOTATION_XML&&this.treeAdapter.getNamespaceURI(n)===ue.MATHML?!1:this.tokenizer.inForeignNode||(t.tagID===g.MGLYPH||t.tagID===g.MALIGNMARK)&&r!==void 0&&!this._isIntegrationPoint(r,n,ue.HTML)}_processToken(t){switch(t.type){case Ke.CHARACTER:{this.onCharacter(t);break}case Ke.NULL_CHARACTER:{this.onNullCharacter(t);break}case Ke.COMMENT:{this.onComment(t);break}case Ke.DOCTYPE:{this.onDoctype(t);break}case Ke.START_TAG:{this._processStartTag(t);break}case Ke.END_TAG:{this.onEndTag(t);break}case Ke.EOF:{this.onEof(t);break}case Ke.WHITESPACE_CHARACTER:{this.onWhitespaceCharacter(t);break}}}_isIntegrationPoint(t,n,r){const o=this.treeAdapter.getNamespaceURI(n),a=this.treeAdapter.getAttrList(n);return mR(t,o,a,r)}_reconstructActiveFormattingElements(){const t=this.activeFormattingElements.entries.length;if(t){const n=this.activeFormattingElements.entries.findIndex(o=>o.type===Dr.Marker||this.openElements.contains(o.element)),r=n===-1?t-1:n-1;for(let o=r;o>=0;o--){const a=this.activeFormattingElements.entries[o];this._insertElement(a.token,this.treeAdapter.getNamespaceURI(a.element)),a.element=this.openElements.current}}}_closeTableCell(){this.openElements.generateImpliedEndTags(),this.openElements.popUntilTableCellPopped(),this.activeFormattingElements.clearToLastMarker(),this.insertionMode=L.IN_ROW}_closePElement(){this.openElements.generateImpliedEndTagsWithExclusion(g.P),this.openElements.popUntilTagNamePopped(g.P)}_resetInsertionMode(){for(let t=this.openElements.stackTop;t>=0;t--)switch(t===0&&this.fragmentContext?this.fragmentContextID:this.openElements.tagIDs[t]){case g.TR:{this.insertionMode=L.IN_ROW;return}case g.TBODY:case g.THEAD:case g.TFOOT:{this.insertionMode=L.IN_TABLE_BODY;return}case g.CAPTION:{this.insertionMode=L.IN_CAPTION;return}case g.COLGROUP:{this.insertionMode=L.IN_COLUMN_GROUP;return}case g.TABLE:{this.insertionMode=L.IN_TABLE;return}case g.BODY:{this.insertionMode=L.IN_BODY;return}case g.FRAMESET:{this.insertionMode=L.IN_FRAMESET;return}case g.SELECT:{this._resetInsertionModeForSelect(t);return}case g.TEMPLATE:{this.insertionMode=this.tmplInsertionModeStack[0];return}case g.HTML:{this.insertionMode=this.headElement?L.AFTER_HEAD:L.BEFORE_HEAD;return}case g.TD:case g.TH:{if(t>0){this.insertionMode=L.IN_CELL;return}break}case g.HEAD:{if(t>0){this.insertionMode=L.IN_HEAD;return}break}}this.insertionMode=L.IN_BODY}_resetInsertionModeForSelect(t){if(t>0)for(let n=t-1;n>0;n--){const r=this.openElements.tagIDs[n];if(r===g.TEMPLATE)break;if(r===g.TABLE){this.insertionMode=L.IN_SELECT_IN_TABLE;return}}this.insertionMode=L.IN_SELECT}_isElementCausesFosterParenting(t){return zy.has(t)}_shouldFosterParentOnInsertion(){return this.fosterParentingEnabled&&this.openElements.currentTagId!==void 0&&this._isElementCausesFosterParenting(this.openElements.currentTagId)}_findFosterParentingLocation(){for(let t=this.openElements.stackTop;t>=0;t--){const n=this.openElements.items[t];switch(this.openElements.tagIDs[t]){case g.TEMPLATE:{if(this.treeAdapter.getNamespaceURI(n)===ue.HTML)return{parent:this.treeAdapter.getTemplateContent(n),beforeElement:null};break}case g.TABLE:{const r=this.treeAdapter.getParentNode(n);return r?{parent:r,beforeElement:n}:{parent:this.openElements.items[t-1],beforeElement:null}}}}return{parent:this.openElements.items[0],beforeElement:null}}_fosterParentElement(t){const n=this._findFosterParentingLocation();n.beforeElement?this.treeAdapter.insertBefore(n.parent,t,n.beforeElement):this.treeAdapter.appendChild(n.parent,t)}_isSpecialElement(t,n){const r=this.treeAdapter.getNamespaceURI(t);return UI[r].has(n)}onCharacter(t){if(this.skipNextNewLine=!1,this.tokenizer.inForeignNode){XL(this,t);return}switch(this.insertionMode){case L.INITIAL:{La(this,t);break}case L.BEFORE_HTML:{Da(this,t);break}case L.BEFORE_HEAD:{Ma(this,t);break}case L.IN_HEAD:{Fa(this,t);break}case L.IN_HEAD_NO_SCRIPT:{Ba(this,t);break}case L.AFTER_HEAD:{Ua(this,t);break}case L.IN_BODY:case L.IN_CAPTION:case L.IN_CELL:case L.IN_TEMPLATE:{qy(this,t);break}case L.TEXT:case L.IN_SELECT:case L.IN_SELECT_IN_TABLE:{this._insertCharacters(t);break}case L.IN_TABLE:case L.IN_TABLE_BODY:case L.IN_ROW:{vh(this,t);break}case L.IN_TABLE_TEXT:{Zy(this,t);break}case L.IN_COLUMN_GROUP:{Hl(this,t);break}case L.AFTER_BODY:{$l(this,t);break}case L.AFTER_AFTER_BODY:{Vl(this,t);break}}}onNullCharacter(t){if(this.skipNextNewLine=!1,this.tokenizer.inForeignNode){GL(this,t);return}switch(this.insertionMode){case L.INITIAL:{La(this,t);break}case L.BEFORE_HTML:{Da(this,t);break}case L.BEFORE_HEAD:{Ma(this,t);break}case L.IN_HEAD:{Fa(this,t);break}case L.IN_HEAD_NO_SCRIPT:{Ba(this,t);break}case L.AFTER_HEAD:{Ua(this,t);break}case L.TEXT:{this._insertCharacters(t);break}case L.IN_TABLE:case L.IN_TABLE_BODY:case L.IN_ROW:{vh(this,t);break}case L.IN_COLUMN_GROUP:{Hl(this,t);break}case L.AFTER_BODY:{$l(this,t);break}case L.AFTER_AFTER_BODY:{Vl(this,t);break}}}onComment(t){if(this.skipNextNewLine=!1,this.currentNotInHTML){wh(this,t);return}switch(this.insertionMode){case L.INITIAL:case L.BEFORE_HTML:case L.BEFORE_HEAD:case L.IN_HEAD:case L.IN_HEAD_NO_SCRIPT:case L.AFTER_HEAD:case L.IN_BODY:case L.IN_TABLE:case L.IN_CAPTION:case L.IN_COLUMN_GROUP:case L.IN_TABLE_BODY:case L.IN_ROW:case L.IN_CELL:case L.IN_SELECT:case L.IN_SELECT_IN_TABLE:case L.IN_TEMPLATE:case L.IN_FRAMESET:case L.AFTER_FRAMESET:{wh(this,t);break}case L.IN_TABLE_TEXT:{ja(this,t);break}case L.AFTER_BODY:{vR(this,t);break}case L.AFTER_AFTER_BODY:case L.AFTER_AFTER_FRAMESET:{CR(this,t);break}}}onDoctype(t){switch(this.skipNextNewLine=!1,this.insertionMode){case L.INITIAL:{kR(this,t);break}case L.BEFORE_HEAD:case L.IN_HEAD:case L.IN_HEAD_NO_SCRIPT:case L.AFTER_HEAD:{this._err(t,te.misplacedDoctype);break}case L.IN_TABLE_TEXT:{ja(this,t);break}}}onStartTag(t){this.skipNextNewLine=!1,this.currentToken=t,this._processStartTag(t),t.selfClosing&&!t.ackSelfClosing&&this._err(t,te.nonVoidHtmlElementStartTagWithTrailingSolidus)}_processStartTag(t){this.shouldProcessStartTagTokenInForeignContent(t)?KL(this,t):this._startTagOutsideForeignContent(t)}_startTagOutsideForeignContent(t){switch(this.insertionMode){case L.INITIAL:{La(this,t);break}case L.BEFORE_HTML:{PR(this,t);break}case L.BEFORE_HEAD:{OR(this,t);break}case L.IN_HEAD:{gr(this,t);break}case L.IN_HEAD_NO_SCRIPT:{LR(this,t);break}case L.AFTER_HEAD:{MR(this,t);break}case L.IN_BODY:{mn(this,t);break}case L.IN_TABLE:{as(this,t);break}case L.IN_TABLE_TEXT:{ja(this,t);break}case L.IN_CAPTION:{IL(this,t);break}case L.IN_COLUMN_GROUP:{Ch(this,t);break}case L.IN_TABLE_BODY:{zl(this,t);break}case L.IN_ROW:{jl(this,t);break}case L.IN_CELL:{DL(this,t);break}case L.IN_SELECT:{nb(this,t);break}case L.IN_SELECT_IN_TABLE:{FL(this,t);break}case L.IN_TEMPLATE:{UL(this,t);break}case L.AFTER_BODY:{zL(this,t);break}case L.IN_FRAMESET:{jL(this,t);break}case L.AFTER_FRAMESET:{VL(this,t);break}case L.AFTER_AFTER_BODY:{YL(this,t);break}case L.AFTER_AFTER_FRAMESET:{WL(this,t);break}}}onEndTag(t){this.skipNextNewLine=!1,this.currentToken=t,this.currentNotInHTML?QL(this,t):this._endTagOutsideForeignContent(t)}_endTagOutsideForeignContent(t){switch(this.insertionMode){case L.INITIAL:{La(this,t);break}case L.BEFORE_HTML:{NR(this,t);break}case L.BEFORE_HEAD:{IR(this,t);break}case L.IN_HEAD:{RR(this,t);break}case L.IN_HEAD_NO_SCRIPT:{DR(this,t);break}case L.AFTER_HEAD:{FR(this,t);break}case L.IN_BODY:{Ul(this,t);break}case L.TEXT:{SL(this,t);break}case L.IN_TABLE:{Ha(this,t);break}case L.IN_TABLE_TEXT:{ja(this,t);break}case L.IN_CAPTION:{RL(this,t);break}case L.IN_COLUMN_GROUP:{LL(this,t);break}case L.IN_TABLE_BODY:{kh(this,t);break}case L.IN_ROW:{tb(this,t);break}case L.IN_CELL:{ML(this,t);break}case L.IN_SELECT:{rb(this,t);break}case L.IN_SELECT_IN_TABLE:{BL(this,t);break}case L.IN_TEMPLATE:{HL(this,t);break}case L.AFTER_BODY:{ob(this,t);break}case L.IN_FRAMESET:{$L(this,t);break}case L.AFTER_FRAMESET:{qL(this,t);break}case L.AFTER_AFTER_BODY:{Vl(this,t);break}}}onEof(t){switch(this.insertionMode){case L.INITIAL:{La(this,t);break}case L.BEFORE_HTML:{Da(this,t);break}case L.BEFORE_HEAD:{Ma(this,t);break}case L.IN_HEAD:{Fa(this,t);break}case L.IN_HEAD_NO_SCRIPT:{Ba(this,t);break}case L.AFTER_HEAD:{Ua(this,t);break}case L.IN_BODY:case L.IN_TABLE:case L.IN_CAPTION:case L.IN_COLUMN_GROUP:case L.IN_TABLE_BODY:case L.IN_ROW:case L.IN_CELL:case L.IN_SELECT:case L.IN_SELECT_IN_TABLE:{Qy(this,t);break}case L.TEXT:{xL(this,t);break}case L.IN_TABLE_TEXT:{ja(this,t);break}case L.IN_TEMPLATE:{ib(this,t);break}case L.AFTER_BODY:case L.IN_FRAMESET:case L.AFTER_FRAMESET:case L.AFTER_AFTER_BODY:case L.AFTER_AFTER_FRAMESET:{Ah(this,t);break}}}onWhitespaceCharacter(t){if(this.skipNextNewLine&&(this.skipNextNewLine=!1,t.chars.charCodeAt(0)===P.LINE_FEED)){if(t.chars.length===1)return;t.chars=t.chars.substr(1)}if(this.tokenizer.inForeignNode){this._insertCharacters(t);return}switch(this.insertionMode){case L.IN_HEAD:case L.IN_HEAD_NO_SCRIPT:case L.AFTER_HEAD:case L.TEXT:case L.IN_COLUMN_GROUP:case L.IN_SELECT:case L.IN_SELECT_IN_TABLE:case L.IN_FRAMESET:case L.AFTER_FRAMESET:{this._insertCharacters(t);break}case L.IN_BODY:case L.IN_CAPTION:case L.IN_CELL:case L.IN_TEMPLATE:case L.AFTER_BODY:case L.AFTER_AFTER_BODY:case L.AFTER_AFTER_FRAMESET:{Vy(this,t);break}case L.IN_TABLE:case L.IN_TABLE_BODY:case L.IN_ROW:{vh(this,t);break}case L.IN_TABLE_TEXT:{Jy(this,t);break}}}}function TR(e,t){let n=e.activeFormattingElements.getElementEntryInScopeWithTagName(t.tagName);return n?e.openElements.contains(n.element)?e.openElements.hasInScope(t.tagID)||(n=null):(e.activeFormattingElements.removeEntry(n),n=null):Ky(e,t),n}function _R(e,t){let n=null,r=e.openElements.stackTop;for(;r>=0;r--){const o=e.openElements.items[r];if(o===t.element)break;e._isSpecialElement(o,e.openElements.tagIDs[r])&&(n=o)}return n||(e.openElements.shortenToLength(Math.max(r,0)),e.activeFormattingElements.removeEntry(t)),n}function SR(e,t,n){let r=t,o=e.openElements.getCommonAncestor(t);for(let a=0,u=o;u!==n;a++,u=o){o=e.openElements.getCommonAncestor(u);const c=e.activeFormattingElements.getElementEntry(u),d=c&&a>=yR;!c||d?(d&&e.activeFormattingElements.removeEntry(c),e.openElements.remove(u)):(u=xR(e,c),r===t&&(e.activeFormattingElements.bookmark=c),e.treeAdapter.detachNode(r),e.treeAdapter.appendChild(u,r),r=u)}return r}function xR(e,t){const n=e.treeAdapter.getNamespaceURI(t.element),r=e.treeAdapter.createElement(t.token.tagName,n,t.token.attrs);return e.openElements.replace(t.element,r),t.element=r,r}function wR(e,t,n){const r=e.treeAdapter.getTagName(t),o=ss(r);if(e._isElementCausesFosterParenting(o))e._fosterParentElement(n);else{const a=e.treeAdapter.getNamespaceURI(t);o===g.TEMPLATE&&a===ue.HTML&&(t=e.treeAdapter.getTemplateContent(t)),e.treeAdapter.appendChild(t,n)}}function AR(e,t,n){const r=e.treeAdapter.getNamespaceURI(n.element),{token:o}=n,a=e.treeAdapter.createElement(o.tagName,r,o.attrs);e._adoptNodes(t,a),e.treeAdapter.appendChild(t,a),e.activeFormattingElements.insertElementAfterBookmark(a,o),e.activeFormattingElements.removeEntry(n),e.openElements.remove(n.element),e.openElements.insertAfter(t,a,o.tagID)}function xh(e,t){for(let n=0;n<ER;n++){const r=TR(e,t);if(!r)break;const o=_R(e,r);if(!o)break;e.activeFormattingElements.bookmark=r;const a=SR(e,o,r.element),u=e.openElements.getCommonAncestor(r.element);e.treeAdapter.detachNode(a),u&&wR(e,u,a),AR(e,o,r)}}function wh(e,t){e._appendCommentNode(t,e.openElements.currentTmplContentOrNode)}function vR(e,t){e._appendCommentNode(t,e.openElements.items[0])}function CR(e,t){e._appendCommentNode(t,e.document)}function Ah(e,t){if(e.stopped=!0,t.location){const n=e.fragmentContext?0:2;for(let r=e.openElements.stackTop;r>=n;r--)e._setEndLocation(e.openElements.items[r],t);if(!e.fragmentContext&&e.openElements.stackTop>=0){const r=e.openElements.items[0],o=e.treeAdapter.getNodeSourceCodeLocation(r);if(o&&!o.endTag&&(e._setEndLocation(r,t),e.openElements.stackTop>=1)){const a=e.openElements.items[1],u=e.treeAdapter.getNodeSourceCodeLocation(a);u&&!u.endTag&&e._setEndLocation(a,t)}}}}function kR(e,t){e._setDocumentType(t);const n=t.forceQuirks?ir.QUIRKS:iR(t);rR(t)||e._err(t,te.nonConformingDoctype),e.treeAdapter.setDocumentMode(e.document,n),e.insertionMode=L.BEFORE_HTML}function La(e,t){e._err(t,te.missingDoctype,!0),e.treeAdapter.setDocumentMode(e.document,ir.QUIRKS),e.insertionMode=L.BEFORE_HTML,e._processToken(t)}function PR(e,t){t.tagID===g.HTML?(e._insertElement(t,ue.HTML),e.insertionMode=L.BEFORE_HEAD):Da(e,t)}function NR(e,t){const n=t.tagID;(n===g.HTML||n===g.HEAD||n===g.BODY||n===g.BR)&&Da(e,t)}function Da(e,t){e._insertFakeRootElement(),e.insertionMode=L.BEFORE_HEAD,e._processToken(t)}function OR(e,t){switch(t.tagID){case g.HTML:{mn(e,t);break}case g.HEAD:{e._insertElement(t,ue.HTML),e.headElement=e.openElements.current,e.insertionMode=L.IN_HEAD;break}default:Ma(e,t)}}function IR(e,t){const n=t.tagID;n===g.HEAD||n===g.BODY||n===g.HTML||n===g.BR?Ma(e,t):e._err(t,te.endTagWithoutMatchingOpenElement)}function Ma(e,t){e._insertFakeElement(X.HEAD,g.HEAD),e.headElement=e.openElements.current,e.insertionMode=L.IN_HEAD,e._processToken(t)}function gr(e,t){switch(t.tagID){case g.HTML:{mn(e,t);break}case g.BASE:case g.BASEFONT:case g.BGSOUND:case g.LINK:case g.META:{e._appendElement(t,ue.HTML),t.ackSelfClosing=!0;break}case g.TITLE:{e._switchToTextParsing(t,Rt.RCDATA);break}case g.NOSCRIPT:{e.options.scriptingEnabled?e._switchToTextParsing(t,Rt.RAWTEXT):(e._insertElement(t,ue.HTML),e.insertionMode=L.IN_HEAD_NO_SCRIPT);break}case g.NOFRAMES:case g.STYLE:{e._switchToTextParsing(t,Rt.RAWTEXT);break}case g.SCRIPT:{e._switchToTextParsing(t,Rt.SCRIPT_DATA);break}case g.TEMPLATE:{e._insertTemplate(t),e.activeFormattingElements.insertMarker(),e.framesetOk=!1,e.insertionMode=L.IN_TEMPLATE,e.tmplInsertionModeStack.unshift(L.IN_TEMPLATE);break}case g.HEAD:{e._err(t,te.misplacedStartTagForHeadElement);break}default:Fa(e,t)}}function RR(e,t){switch(t.tagID){case g.HEAD:{e.openElements.pop(),e.insertionMode=L.AFTER_HEAD;break}case g.BODY:case g.BR:case g.HTML:{Fa(e,t);break}case g.TEMPLATE:{po(e,t);break}default:e._err(t,te.endTagWithoutMatchingOpenElement)}}function po(e,t){e.openElements.tmplCount>0?(e.openElements.generateImpliedEndTagsThoroughly(),e.openElements.currentTagId!==g.TEMPLATE&&e._err(t,te.closingOfElementWithOpenChildElements),e.openElements.popUntilTagNamePopped(g.TEMPLATE),e.activeFormattingElements.clearToLastMarker(),e.tmplInsertionModeStack.shift(),e._resetInsertionMode()):e._err(t,te.endTagWithoutMatchingOpenElement)}function Fa(e,t){e.openElements.pop(),e.insertionMode=L.AFTER_HEAD,e._processToken(t)}function LR(e,t){switch(t.tagID){case g.HTML:{mn(e,t);break}case g.BASEFONT:case g.BGSOUND:case g.HEAD:case g.LINK:case g.META:case g.NOFRAMES:case g.STYLE:{gr(e,t);break}case g.NOSCRIPT:{e._err(t,te.nestedNoscriptInHead);break}default:Ba(e,t)}}function DR(e,t){switch(t.tagID){case g.NOSCRIPT:{e.openElements.pop(),e.insertionMode=L.IN_HEAD;break}case g.BR:{Ba(e,t);break}default:e._err(t,te.endTagWithoutMatchingOpenElement)}}function Ba(e,t){const n=t.type===Ke.EOF?te.openElementsLeftAfterEof:te.disallowedContentInNoscriptInHead;e._err(t,n),e.openElements.pop(),e.insertionMode=L.IN_HEAD,e._processToken(t)}function MR(e,t){switch(t.tagID){case g.HTML:{mn(e,t);break}case g.BODY:{e._insertElement(t,ue.HTML),e.framesetOk=!1,e.insertionMode=L.IN_BODY;break}case g.FRAMESET:{e._insertElement(t,ue.HTML),e.insertionMode=L.IN_FRAMESET;break}case g.BASE:case g.BASEFONT:case g.BGSOUND:case g.LINK:case g.META:case g.NOFRAMES:case g.SCRIPT:case g.STYLE:case g.TEMPLATE:case g.TITLE:{e._err(t,te.abandonedHeadElementChild),e.openElements.push(e.headElement,g.HEAD),gr(e,t),e.openElements.remove(e.headElement);break}case g.HEAD:{e._err(t,te.misplacedStartTagForHeadElement);break}default:Ua(e,t)}}function FR(e,t){switch(t.tagID){case g.BODY:case g.HTML:case g.BR:{Ua(e,t);break}case g.TEMPLATE:{po(e,t);break}default:e._err(t,te.endTagWithoutMatchingOpenElement)}}function Ua(e,t){e._insertFakeElement(X.BODY,g.BODY),e.insertionMode=L.IN_BODY,Bl(e,t)}function Bl(e,t){switch(t.type){case Ke.CHARACTER:{qy(e,t);break}case Ke.WHITESPACE_CHARACTER:{Vy(e,t);break}case Ke.COMMENT:{wh(e,t);break}case Ke.START_TAG:{mn(e,t);break}case Ke.END_TAG:{Ul(e,t);break}case Ke.EOF:{Qy(e,t);break}}}function Vy(e,t){e._reconstructActiveFormattingElements(),e._insertCharacters(t)}function qy(e,t){e._reconstructActiveFormattingElements(),e._insertCharacters(t),e.framesetOk=!1}function BR(e,t){e.openElements.tmplCount===0&&e.treeAdapter.adoptAttributes(e.openElements.items[0],t.attrs)}function UR(e,t){const n=e.openElements.tryPeekProperlyNestedBodyElement();n&&e.openElements.tmplCount===0&&(e.framesetOk=!1,e.treeAdapter.adoptAttributes(n,t.attrs))}function HR(e,t){const n=e.openElements.tryPeekProperlyNestedBodyElement();e.framesetOk&&n&&(e.treeAdapter.detachNode(n),e.openElements.popAllUpToHtmlElement(),e._insertElement(t,ue.HTML),e.insertionMode=L.IN_FRAMESET)}function zR(e,t){e.openElements.hasInButtonScope(g.P)&&e._closePElement(),e._insertElement(t,ue.HTML)}function jR(e,t){e.openElements.hasInButtonScope(g.P)&&e._closePElement(),e.openElements.currentTagId!==void 0&&Th.has(e.openElements.currentTagId)&&e.openElements.pop(),e._insertElement(t,ue.HTML)}function $R(e,t){e.openElements.hasInButtonScope(g.P)&&e._closePElement(),e._insertElement(t,ue.HTML),e.skipNextNewLine=!0,e.framesetOk=!1}function VR(e,t){const n=e.openElements.tmplCount>0;(!e.formElement||n)&&(e.openElements.hasInButtonScope(g.P)&&e._closePElement(),e._insertElement(t,ue.HTML),n||(e.formElement=e.openElements.current))}function qR(e,t){e.framesetOk=!1;const n=t.tagID;for(let r=e.openElements.stackTop;r>=0;r--){const o=e.openElements.tagIDs[r];if(n===g.LI&&o===g.LI||(n===g.DD||n===g.DT)&&(o===g.DD||o===g.DT)){e.openElements.generateImpliedEndTagsWithExclusion(o),e.openElements.popUntilTagNamePopped(o);break}if(o!==g.ADDRESS&&o!==g.DIV&&o!==g.P&&e._isSpecialElement(e.openElements.items[r],o))break}e.openElements.hasInButtonScope(g.P)&&e._closePElement(),e._insertElement(t,ue.HTML)}function YR(e,t){e.openElements.hasInButtonScope(g.P)&&e._closePElement(),e._insertElement(t,ue.HTML),e.tokenizer.state=Rt.PLAINTEXT}function WR(e,t){e.openElements.hasInScope(g.BUTTON)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(g.BUTTON)),e._reconstructActiveFormattingElements(),e._insertElement(t,ue.HTML),e.framesetOk=!1}function GR(e,t){const n=e.activeFormattingElements.getElementEntryInScopeWithTagName(X.A);n&&(xh(e,t),e.openElements.remove(n.element),e.activeFormattingElements.removeEntry(n)),e._reconstructActiveFormattingElements(),e._insertElement(t,ue.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}function XR(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,ue.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}function KR(e,t){e._reconstructActiveFormattingElements(),e.openElements.hasInScope(g.NOBR)&&(xh(e,t),e._reconstructActiveFormattingElements()),e._insertElement(t,ue.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}function QR(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,ue.HTML),e.activeFormattingElements.insertMarker(),e.framesetOk=!1}function JR(e,t){e.treeAdapter.getDocumentMode(e.document)!==ir.QUIRKS&&e.openElements.hasInButtonScope(g.P)&&e._closePElement(),e._insertElement(t,ue.HTML),e.framesetOk=!1,e.insertionMode=L.IN_TABLE}function Yy(e,t){e._reconstructActiveFormattingElements(),e._appendElement(t,ue.HTML),e.framesetOk=!1,t.ackSelfClosing=!0}function Wy(e){const t=Ay(e,ho.TYPE);return t!=null&&t.toLowerCase()===gR}function ZR(e,t){e._reconstructActiveFormattingElements(),e._appendElement(t,ue.HTML),Wy(t)||(e.framesetOk=!1),t.ackSelfClosing=!0}function eL(e,t){e._appendElement(t,ue.HTML),t.ackSelfClosing=!0}function tL(e,t){e.openElements.hasInButtonScope(g.P)&&e._closePElement(),e._appendElement(t,ue.HTML),e.framesetOk=!1,t.ackSelfClosing=!0}function nL(e,t){t.tagName=X.IMG,t.tagID=g.IMG,Yy(e,t)}function rL(e,t){e._insertElement(t,ue.HTML),e.skipNextNewLine=!0,e.tokenizer.state=Rt.RCDATA,e.originalInsertionMode=e.insertionMode,e.framesetOk=!1,e.insertionMode=L.TEXT}function iL(e,t){e.openElements.hasInButtonScope(g.P)&&e._closePElement(),e._reconstructActiveFormattingElements(),e.framesetOk=!1,e._switchToTextParsing(t,Rt.RAWTEXT)}function oL(e,t){e.framesetOk=!1,e._switchToTextParsing(t,Rt.RAWTEXT)}function Gy(e,t){e._switchToTextParsing(t,Rt.RAWTEXT)}function sL(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,ue.HTML),e.framesetOk=!1,e.insertionMode=e.insertionMode===L.IN_TABLE||e.insertionMode===L.IN_CAPTION||e.insertionMode===L.IN_TABLE_BODY||e.insertionMode===L.IN_ROW||e.insertionMode===L.IN_CELL?L.IN_SELECT_IN_TABLE:L.IN_SELECT}function aL(e,t){e.openElements.currentTagId===g.OPTION&&e.openElements.pop(),e._reconstructActiveFormattingElements(),e._insertElement(t,ue.HTML)}function uL(e,t){e.openElements.hasInScope(g.RUBY)&&e.openElements.generateImpliedEndTags(),e._insertElement(t,ue.HTML)}function lL(e,t){e.openElements.hasInScope(g.RUBY)&&e.openElements.generateImpliedEndTagsWithExclusion(g.RTC),e._insertElement(t,ue.HTML)}function cL(e,t){e._reconstructActiveFormattingElements(),Uy(t),Sh(t),t.selfClosing?e._appendElement(t,ue.MATHML):e._insertElement(t,ue.MATHML),t.ackSelfClosing=!0}function dL(e,t){e._reconstructActiveFormattingElements(),Hy(t),Sh(t),t.selfClosing?e._appendElement(t,ue.SVG):e._insertElement(t,ue.SVG),t.ackSelfClosing=!0}function Xy(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,ue.HTML)}function mn(e,t){switch(t.tagID){case g.I:case g.S:case g.B:case g.U:case g.EM:case g.TT:case g.BIG:case g.CODE:case g.FONT:case g.SMALL:case g.STRIKE:case g.STRONG:{XR(e,t);break}case g.A:{GR(e,t);break}case g.H1:case g.H2:case g.H3:case g.H4:case g.H5:case g.H6:{jR(e,t);break}case g.P:case g.DL:case g.OL:case g.UL:case g.DIV:case g.DIR:case g.NAV:case g.MAIN:case g.MENU:case g.ASIDE:case g.CENTER:case g.FIGURE:case g.FOOTER:case g.HEADER:case g.HGROUP:case g.DIALOG:case g.DETAILS:case g.ADDRESS:case g.ARTICLE:case g.SEARCH:case g.SECTION:case g.SUMMARY:case g.FIELDSET:case g.BLOCKQUOTE:case g.FIGCAPTION:{zR(e,t);break}case g.LI:case g.DD:case g.DT:{qR(e,t);break}case g.BR:case g.IMG:case g.WBR:case g.AREA:case g.EMBED:case g.KEYGEN:{Yy(e,t);break}case g.HR:{tL(e,t);break}case g.RB:case g.RTC:{uL(e,t);break}case g.RT:case g.RP:{lL(e,t);break}case g.PRE:case g.LISTING:{$R(e,t);break}case g.XMP:{iL(e,t);break}case g.SVG:{dL(e,t);break}case g.HTML:{BR(e,t);break}case g.BASE:case g.LINK:case g.META:case g.STYLE:case g.TITLE:case g.SCRIPT:case g.BGSOUND:case g.BASEFONT:case g.TEMPLATE:{gr(e,t);break}case g.BODY:{UR(e,t);break}case g.FORM:{VR(e,t);break}case g.NOBR:{KR(e,t);break}case g.MATH:{cL(e,t);break}case g.TABLE:{JR(e,t);break}case g.INPUT:{ZR(e,t);break}case g.PARAM:case g.TRACK:case g.SOURCE:{eL(e,t);break}case g.IMAGE:{nL(e,t);break}case g.BUTTON:{WR(e,t);break}case g.APPLET:case g.OBJECT:case g.MARQUEE:{QR(e,t);break}case g.IFRAME:{oL(e,t);break}case g.SELECT:{sL(e,t);break}case g.OPTION:case g.OPTGROUP:{aL(e,t);break}case g.NOEMBED:case g.NOFRAMES:{Gy(e,t);break}case g.FRAMESET:{HR(e,t);break}case g.TEXTAREA:{rL(e,t);break}case g.NOSCRIPT:{e.options.scriptingEnabled?Gy(e,t):Xy(e,t);break}case g.PLAINTEXT:{YR(e,t);break}case g.COL:case g.TH:case g.TD:case g.TR:case g.HEAD:case g.FRAME:case g.TBODY:case g.TFOOT:case g.THEAD:case g.CAPTION:case g.COLGROUP:break;default:Xy(e,t)}}function fL(e,t){if(e.openElements.hasInScope(g.BODY)&&(e.insertionMode=L.AFTER_BODY,e.options.sourceCodeLocationInfo)){const n=e.openElements.tryPeekProperlyNestedBodyElement();n&&e._setEndLocation(n,t)}}function hL(e,t){e.openElements.hasInScope(g.BODY)&&(e.insertionMode=L.AFTER_BODY,ob(e,t))}function pL(e,t){const n=t.tagID;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n))}function mL(e){const t=e.openElements.tmplCount>0,{formElement:n}=e;t||(e.formElement=null),(n||t)&&e.openElements.hasInScope(g.FORM)&&(e.openElements.generateImpliedEndTags(),t?e.openElements.popUntilTagNamePopped(g.FORM):n&&e.openElements.remove(n))}function gL(e){e.openElements.hasInButtonScope(g.P)||e._insertFakeElement(X.P,g.P),e._closePElement()}function EL(e){e.openElements.hasInListItemScope(g.LI)&&(e.openElements.generateImpliedEndTagsWithExclusion(g.LI),e.openElements.popUntilTagNamePopped(g.LI))}function yL(e,t){const n=t.tagID;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTagsWithExclusion(n),e.openElements.popUntilTagNamePopped(n))}function bL(e){e.openElements.hasNumberedHeaderInScope()&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilNumberedHeaderPopped())}function TL(e,t){const n=t.tagID;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n),e.activeFormattingElements.clearToLastMarker())}function _L(e){e._reconstructActiveFormattingElements(),e._insertFakeElement(X.BR,g.BR),e.openElements.pop(),e.framesetOk=!1}function Ky(e,t){const n=t.tagName,r=t.tagID;for(let o=e.openElements.stackTop;o>0;o--){const a=e.openElements.items[o],u=e.openElements.tagIDs[o];if(r===u&&(r!==g.UNKNOWN||e.treeAdapter.getTagName(a)===n)){e.openElements.generateImpliedEndTagsWithExclusion(r),e.openElements.stackTop>=o&&e.openElements.shortenToLength(o);break}if(e._isSpecialElement(a,u))break}}function Ul(e,t){switch(t.tagID){case g.A:case g.B:case g.I:case g.S:case g.U:case g.EM:case g.TT:case g.BIG:case g.CODE:case g.FONT:case g.NOBR:case g.SMALL:case g.STRIKE:case g.STRONG:{xh(e,t);break}case g.P:{gL(e);break}case g.DL:case g.UL:case g.OL:case g.DIR:case g.DIV:case g.NAV:case g.PRE:case g.MAIN:case g.MENU:case g.ASIDE:case g.BUTTON:case g.CENTER:case g.FIGURE:case g.FOOTER:case g.HEADER:case g.HGROUP:case g.DIALOG:case g.ADDRESS:case g.ARTICLE:case g.DETAILS:case g.SEARCH:case g.SECTION:case g.SUMMARY:case g.LISTING:case g.FIELDSET:case g.BLOCKQUOTE:case g.FIGCAPTION:{pL(e,t);break}case g.LI:{EL(e);break}case g.DD:case g.DT:{yL(e,t);break}case g.H1:case g.H2:case g.H3:case g.H4:case g.H5:case g.H6:{bL(e);break}case g.BR:{_L(e);break}case g.BODY:{fL(e,t);break}case g.HTML:{hL(e,t);break}case g.FORM:{mL(e);break}case g.APPLET:case g.OBJECT:case g.MARQUEE:{TL(e,t);break}case g.TEMPLATE:{po(e,t);break}default:Ky(e,t)}}function Qy(e,t){e.tmplInsertionModeStack.length>0?ib(e,t):Ah(e,t)}function SL(e,t){var n;t.tagID===g.SCRIPT&&((n=e.scriptHandler)===null||n===void 0||n.call(e,e.openElements.current)),e.openElements.pop(),e.insertionMode=e.originalInsertionMode}function xL(e,t){e._err(t,te.eofInElementThatCanContainOnlyText),e.openElements.pop(),e.insertionMode=e.originalInsertionMode,e.onEof(t)}function vh(e,t){if(e.openElements.currentTagId!==void 0&&zy.has(e.openElements.currentTagId))switch(e.pendingCharacterTokens.length=0,e.hasNonWhitespacePendingCharacterToken=!1,e.originalInsertionMode=e.insertionMode,e.insertionMode=L.IN_TABLE_TEXT,t.type){case Ke.CHARACTER:{Zy(e,t);break}case Ke.WHITESPACE_CHARACTER:{Jy(e,t);break}}else za(e,t)}function wL(e,t){e.openElements.clearBackToTableContext(),e.activeFormattingElements.insertMarker(),e._insertElement(t,ue.HTML),e.insertionMode=L.IN_CAPTION}function AL(e,t){e.openElements.clearBackToTableContext(),e._insertElement(t,ue.HTML),e.insertionMode=L.IN_COLUMN_GROUP}function vL(e,t){e.openElements.clearBackToTableContext(),e._insertFakeElement(X.COLGROUP,g.COLGROUP),e.insertionMode=L.IN_COLUMN_GROUP,Ch(e,t)}function CL(e,t){e.openElements.clearBackToTableContext(),e._insertElement(t,ue.HTML),e.insertionMode=L.IN_TABLE_BODY}function kL(e,t){e.openElements.clearBackToTableContext(),e._insertFakeElement(X.TBODY,g.TBODY),e.insertionMode=L.IN_TABLE_BODY,zl(e,t)}function PL(e,t){e.openElements.hasInTableScope(g.TABLE)&&(e.openElements.popUntilTagNamePopped(g.TABLE),e._resetInsertionMode(),e._processStartTag(t))}function NL(e,t){Wy(t)?e._appendElement(t,ue.HTML):za(e,t),t.ackSelfClosing=!0}function OL(e,t){!e.formElement&&e.openElements.tmplCount===0&&(e._insertElement(t,ue.HTML),e.formElement=e.openElements.current,e.openElements.pop())}function as(e,t){switch(t.tagID){case g.TD:case g.TH:case g.TR:{kL(e,t);break}case g.STYLE:case g.SCRIPT:case g.TEMPLATE:{gr(e,t);break}case g.COL:{vL(e,t);break}case g.FORM:{OL(e,t);break}case g.TABLE:{PL(e,t);break}case g.TBODY:case g.TFOOT:case g.THEAD:{CL(e,t);break}case g.INPUT:{NL(e,t);break}case g.CAPTION:{wL(e,t);break}case g.COLGROUP:{AL(e,t);break}default:za(e,t)}}function Ha(e,t){switch(t.tagID){case g.TABLE:{e.openElements.hasInTableScope(g.TABLE)&&(e.openElements.popUntilTagNamePopped(g.TABLE),e._resetInsertionMode());break}case g.TEMPLATE:{po(e,t);break}case g.BODY:case g.CAPTION:case g.COL:case g.COLGROUP:case g.HTML:case g.TBODY:case g.TD:case g.TFOOT:case g.TH:case g.THEAD:case g.TR:break;default:za(e,t)}}function za(e,t){const n=e.fosterParentingEnabled;e.fosterParentingEnabled=!0,Bl(e,t),e.fosterParentingEnabled=n}function Jy(e,t){e.pendingCharacterTokens.push(t)}function Zy(e,t){e.pendingCharacterTokens.push(t),e.hasNonWhitespacePendingCharacterToken=!0}function ja(e,t){let n=0;if(e.hasNonWhitespacePendingCharacterToken)for(;n<e.pendingCharacterTokens.length;n++)za(e,e.pendingCharacterTokens[n]);else for(;n<e.pendingCharacterTokens.length;n++)e._insertCharacters(e.pendingCharacterTokens[n]);e.insertionMode=e.originalInsertionMode,e._processToken(t)}const eb=new Set([g.CAPTION,g.COL,g.COLGROUP,g.TBODY,g.TD,g.TFOOT,g.TH,g.THEAD,g.TR]);function IL(e,t){const n=t.tagID;eb.has(n)?e.openElements.hasInTableScope(g.CAPTION)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(g.CAPTION),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=L.IN_TABLE,as(e,t)):mn(e,t)}function RL(e,t){const n=t.tagID;switch(n){case g.CAPTION:case g.TABLE:{e.openElements.hasInTableScope(g.CAPTION)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(g.CAPTION),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=L.IN_TABLE,n===g.TABLE&&Ha(e,t));break}case g.BODY:case g.COL:case g.COLGROUP:case g.HTML:case g.TBODY:case g.TD:case g.TFOOT:case g.TH:case g.THEAD:case g.TR:break;default:Ul(e,t)}}function Ch(e,t){switch(t.tagID){case g.HTML:{mn(e,t);break}case g.COL:{e._appendElement(t,ue.HTML),t.ackSelfClosing=!0;break}case g.TEMPLATE:{gr(e,t);break}default:Hl(e,t)}}function LL(e,t){switch(t.tagID){case g.COLGROUP:{e.openElements.currentTagId===g.COLGROUP&&(e.openElements.pop(),e.insertionMode=L.IN_TABLE);break}case g.TEMPLATE:{po(e,t);break}case g.COL:break;default:Hl(e,t)}}function Hl(e,t){e.openElements.currentTagId===g.COLGROUP&&(e.openElements.pop(),e.insertionMode=L.IN_TABLE,e._processToken(t))}function zl(e,t){switch(t.tagID){case g.TR:{e.openElements.clearBackToTableBodyContext(),e._insertElement(t,ue.HTML),e.insertionMode=L.IN_ROW;break}case g.TH:case g.TD:{e.openElements.clearBackToTableBodyContext(),e._insertFakeElement(X.TR,g.TR),e.insertionMode=L.IN_ROW,jl(e,t);break}case g.CAPTION:case g.COL:case g.COLGROUP:case g.TBODY:case g.TFOOT:case g.THEAD:{e.openElements.hasTableBodyContextInTableScope()&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=L.IN_TABLE,as(e,t));break}default:as(e,t)}}function kh(e,t){const n=t.tagID;switch(t.tagID){case g.TBODY:case g.TFOOT:case g.THEAD:{e.openElements.hasInTableScope(n)&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=L.IN_TABLE);break}case g.TABLE:{e.openElements.hasTableBodyContextInTableScope()&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=L.IN_TABLE,Ha(e,t));break}case g.BODY:case g.CAPTION:case g.COL:case g.COLGROUP:case g.HTML:case g.TD:case g.TH:case g.TR:break;default:Ha(e,t)}}function jl(e,t){switch(t.tagID){case g.TH:case g.TD:{e.openElements.clearBackToTableRowContext(),e._insertElement(t,ue.HTML),e.insertionMode=L.IN_CELL,e.activeFormattingElements.insertMarker();break}case g.CAPTION:case g.COL:case g.COLGROUP:case g.TBODY:case g.TFOOT:case g.THEAD:case g.TR:{e.openElements.hasInTableScope(g.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=L.IN_TABLE_BODY,zl(e,t));break}default:as(e,t)}}function tb(e,t){switch(t.tagID){case g.TR:{e.openElements.hasInTableScope(g.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=L.IN_TABLE_BODY);break}case g.TABLE:{e.openElements.hasInTableScope(g.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=L.IN_TABLE_BODY,kh(e,t));break}case g.TBODY:case g.TFOOT:case g.THEAD:{(e.openElements.hasInTableScope(t.tagID)||e.openElements.hasInTableScope(g.TR))&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=L.IN_TABLE_BODY,kh(e,t));break}case g.BODY:case g.CAPTION:case g.COL:case g.COLGROUP:case g.HTML:case g.TD:case g.TH:break;default:Ha(e,t)}}function DL(e,t){const n=t.tagID;eb.has(n)?(e.openElements.hasInTableScope(g.TD)||e.openElements.hasInTableScope(g.TH))&&(e._closeTableCell(),jl(e,t)):mn(e,t)}function ML(e,t){const n=t.tagID;switch(n){case g.TD:case g.TH:{e.openElements.hasInTableScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=L.IN_ROW);break}case g.TABLE:case g.TBODY:case g.TFOOT:case g.THEAD:case g.TR:{e.openElements.hasInTableScope(n)&&(e._closeTableCell(),tb(e,t));break}case g.BODY:case g.CAPTION:case g.COL:case g.COLGROUP:case g.HTML:break;default:Ul(e,t)}}function nb(e,t){switch(t.tagID){case g.HTML:{mn(e,t);break}case g.OPTION:{e.openElements.currentTagId===g.OPTION&&e.openElements.pop(),e._insertElement(t,ue.HTML);break}case g.OPTGROUP:{e.openElements.currentTagId===g.OPTION&&e.openElements.pop(),e.openElements.currentTagId===g.OPTGROUP&&e.openElements.pop(),e._insertElement(t,ue.HTML);break}case g.HR:{e.openElements.currentTagId===g.OPTION&&e.openElements.pop(),e.openElements.currentTagId===g.OPTGROUP&&e.openElements.pop(),e._appendElement(t,ue.HTML),t.ackSelfClosing=!0;break}case g.INPUT:case g.KEYGEN:case g.TEXTAREA:case g.SELECT:{e.openElements.hasInSelectScope(g.SELECT)&&(e.openElements.popUntilTagNamePopped(g.SELECT),e._resetInsertionMode(),t.tagID!==g.SELECT&&e._processStartTag(t));break}case g.SCRIPT:case g.TEMPLATE:{gr(e,t);break}}}function rb(e,t){switch(t.tagID){case g.OPTGROUP:{e.openElements.stackTop>0&&e.openElements.currentTagId===g.OPTION&&e.openElements.tagIDs[e.openElements.stackTop-1]===g.OPTGROUP&&e.openElements.pop(),e.openElements.currentTagId===g.OPTGROUP&&e.openElements.pop();break}case g.OPTION:{e.openElements.currentTagId===g.OPTION&&e.openElements.pop();break}case g.SELECT:{e.openElements.hasInSelectScope(g.SELECT)&&(e.openElements.popUntilTagNamePopped(g.SELECT),e._resetInsertionMode());break}case g.TEMPLATE:{po(e,t);break}}}function FL(e,t){const n=t.tagID;n===g.CAPTION||n===g.TABLE||n===g.TBODY||n===g.TFOOT||n===g.THEAD||n===g.TR||n===g.TD||n===g.TH?(e.openElements.popUntilTagNamePopped(g.SELECT),e._resetInsertionMode(),e._processStartTag(t)):nb(e,t)}function BL(e,t){const n=t.tagID;n===g.CAPTION||n===g.TABLE||n===g.TBODY||n===g.TFOOT||n===g.THEAD||n===g.TR||n===g.TD||n===g.TH?e.openElements.hasInTableScope(n)&&(e.openElements.popUntilTagNamePopped(g.SELECT),e._resetInsertionMode(),e.onEndTag(t)):rb(e,t)}function UL(e,t){switch(t.tagID){case g.BASE:case g.BASEFONT:case g.BGSOUND:case g.LINK:case g.META:case g.NOFRAMES:case g.SCRIPT:case g.STYLE:case g.TEMPLATE:case g.TITLE:{gr(e,t);break}case g.CAPTION:case g.COLGROUP:case g.TBODY:case g.TFOOT:case g.THEAD:{e.tmplInsertionModeStack[0]=L.IN_TABLE,e.insertionMode=L.IN_TABLE,as(e,t);break}case g.COL:{e.tmplInsertionModeStack[0]=L.IN_COLUMN_GROUP,e.insertionMode=L.IN_COLUMN_GROUP,Ch(e,t);break}case g.TR:{e.tmplInsertionModeStack[0]=L.IN_TABLE_BODY,e.insertionMode=L.IN_TABLE_BODY,zl(e,t);break}case g.TD:case g.TH:{e.tmplInsertionModeStack[0]=L.IN_ROW,e.insertionMode=L.IN_ROW,jl(e,t);break}default:e.tmplInsertionModeStack[0]=L.IN_BODY,e.insertionMode=L.IN_BODY,mn(e,t)}}function HL(e,t){t.tagID===g.TEMPLATE&&po(e,t)}function ib(e,t){e.openElements.tmplCount>0?(e.openElements.popUntilTagNamePopped(g.TEMPLATE),e.activeFormattingElements.clearToLastMarker(),e.tmplInsertionModeStack.shift(),e._resetInsertionMode(),e.onEof(t)):Ah(e,t)}function zL(e,t){t.tagID===g.HTML?mn(e,t):$l(e,t)}function ob(e,t){var n;if(t.tagID===g.HTML){if(e.fragmentContext||(e.insertionMode=L.AFTER_AFTER_BODY),e.options.sourceCodeLocationInfo&&e.openElements.tagIDs[0]===g.HTML){e._setEndLocation(e.openElements.items[0],t);const r=e.openElements.items[1];r&&!(!((n=e.treeAdapter.getNodeSourceCodeLocation(r))===null||n===void 0)&&n.endTag)&&e._setEndLocation(r,t)}}else $l(e,t)}function $l(e,t){e.insertionMode=L.IN_BODY,Bl(e,t)}function jL(e,t){switch(t.tagID){case g.HTML:{mn(e,t);break}case g.FRAMESET:{e._insertElement(t,ue.HTML);break}case g.FRAME:{e._appendElement(t,ue.HTML),t.ackSelfClosing=!0;break}case g.NOFRAMES:{gr(e,t);break}}}function $L(e,t){t.tagID===g.FRAMESET&&!e.openElements.isRootHtmlElementCurrent()&&(e.openElements.pop(),!e.fragmentContext&&e.openElements.currentTagId!==g.FRAMESET&&(e.insertionMode=L.AFTER_FRAMESET))}function VL(e,t){switch(t.tagID){case g.HTML:{mn(e,t);break}case g.NOFRAMES:{gr(e,t);break}}}function qL(e,t){t.tagID===g.HTML&&(e.insertionMode=L.AFTER_AFTER_FRAMESET)}function YL(e,t){t.tagID===g.HTML?mn(e,t):Vl(e,t)}function Vl(e,t){e.insertionMode=L.IN_BODY,Bl(e,t)}function WL(e,t){switch(t.tagID){case g.HTML:{mn(e,t);break}case g.NOFRAMES:{gr(e,t);break}}}function GL(e,t){t.chars=wt,e._insertCharacters(t)}function XL(e,t){e._insertCharacters(t),e.framesetOk=!1}function sb(e){for(;e.treeAdapter.getNamespaceURI(e.openElements.current)!==ue.HTML&&e.openElements.currentTagId!==void 0&&!e._isIntegrationPoint(e.openElements.currentTagId,e.openElements.current);)e.openElements.pop()}function KL(e,t){if(dR(t))sb(e),e._startTagOutsideForeignContent(t);else{const n=e._getAdjustedCurrentElement(),r=e.treeAdapter.getNamespaceURI(n);r===ue.MATHML?Uy(t):r===ue.SVG&&(fR(t),Hy(t)),Sh(t),t.selfClosing?e._appendElement(t,r):e._insertElement(t,r),t.ackSelfClosing=!0}}function QL(e,t){if(t.tagID===g.P||t.tagID===g.BR){sb(e),e._endTagOutsideForeignContent(t);return}for(let n=e.openElements.stackTop;n>0;n--){const r=e.openElements.items[n];if(e.treeAdapter.getNamespaceURI(r)===ue.HTML){e._endTagOutsideForeignContent(t);break}const o=e.treeAdapter.getTagName(r);if(o.toLowerCase()===t.tagName){t.tagName=o,e.openElements.shortenToLength(n);break}}}X.AREA,X.BASE,X.BASEFONT,X.BGSOUND,X.BR,X.COL,X.EMBED,X.FRAME,X.HR,X.IMG,X.INPUT,X.KEYGEN,X.LINK,X.META,X.PARAM,X.SOURCE,X.TRACK,X.WBR;const JL=/<(\/?)(iframe|noembed|noframes|plaintext|script|style|textarea|title|xmp)(?=[\t\n\f\r />])/gi,ZL=new Set(["mdxFlowExpression","mdxJsxFlowElement","mdxJsxTextElement","mdxTextExpression","mdxjsEsm"]),ab={sourceCodeLocationInfo:!0,scriptingEnabled:!1};function ub(e,t){const n=l6(e),r=Ty("type",{handlers:{root:e6,element:t6,text:n6,comment:cb,doctype:r6,raw:o6},unknown:s6}),o={parser:n?new $y(ab):$y.getFragmentParser(void 0,ab),handle(c){r(c,o)},stitches:!1,options:t||{}};r(e,o),us(o,Rr());const a=n?o.parser.document:o.parser.getFragment(),u=eI(a,{file:o.options.file});return o.stitches&&Rl(u,"comment",function(c,d,f){const p=c;if(p.value.stitch&&f&&d!==void 0){const m=f.children;return m[d]=p.value.stitch,d}}),u.type==="root"&&u.children.length===1&&u.children[0].type===e.type?u.children[0]:u}function lb(e,t){let n=-1;if(e)for(;++n<e.length;)t.handle(e[n])}function e6(e,t){lb(e.children,t)}function t6(e,t){a6(e,t),lb(e.children,t),u6(e,t)}function n6(e,t){t.parser.tokenizer.state>4&&(t.parser.tokenizer.state=0);const n={type:Ke.CHARACTER,chars:e.value,location:$a(e)};us(t,Rr(e)),t.parser.currentToken=n,t.parser._processToken(t.parser.currentToken)}function r6(e,t){const n={type:Ke.DOCTYPE,name:"html",forceQuirks:!1,publicId:"",systemId:"",location:$a(e)};us(t,Rr(e)),t.parser.currentToken=n,t.parser._processToken(t.parser.currentToken)}function i6(e,t){t.stitches=!0;const n=c6(e);if("children"in e&&"children"in n){const r=ub({type:"root",children:e.children},t.options);n.children=r.children}cb({type:"comment",value:{stitch:n}},t)}function cb(e,t){const n=e.value,r={type:Ke.COMMENT,data:n,location:$a(e)};us(t,Rr(e)),t.parser.currentToken=r,t.parser._processToken(t.parser.currentToken)}function o6(e,t){if(t.parser.tokenizer.preprocessor.html="",t.parser.tokenizer.preprocessor.pos=-1,t.parser.tokenizer.preprocessor.lastGapPos=-2,t.parser.tokenizer.preprocessor.gapStack=[],t.parser.tokenizer.preprocessor.skipNextNewLine=!1,t.parser.tokenizer.preprocessor.lastChunkWritten=!1,t.parser.tokenizer.preprocessor.endOfChunkHit=!1,t.parser.tokenizer.preprocessor.isEol=!1,db(t,Rr(e)),t.parser.tokenizer.write(t.options.tagfilter?e.value.replace(JL,"<$1$2"):e.value,!1),t.parser.tokenizer._runParsingLoop(),t.parser.tokenizer.state===72||t.parser.tokenizer.state===78){t.parser.tokenizer.preprocessor.lastChunkWritten=!0;const n=t.parser.tokenizer._consume();t.parser.tokenizer._callState(n)}}function s6(e,t){const n=e;if(t.options.passThrough&&t.options.passThrough.includes(n.type))i6(n,t);else{let r="";throw ZL.has(n.type)&&(r=". It looks like you are using MDX nodes with `hast-util-raw` (or `rehype-raw`). If you use this because you are using remark or rehype plugins that inject `'html'` nodes, then please raise an issue with that plugin, as its a bad and slow idea. If you use this because you are using markdown syntax, then you have to configure this utility (or plugin) to pass through these nodes (see `passThrough` in docs), but you can also migrate to use the MDX syntax"),new Error("Cannot compile `"+n.type+"` node"+r)}}function us(e,t){db(e,t);const n=e.parser.tokenizer.currentCharacterToken;n&&n.location&&(n.location.endLine=e.parser.tokenizer.preprocessor.line,n.location.endCol=e.parser.tokenizer.preprocessor.col+1,n.location.endOffset=e.parser.tokenizer.preprocessor.offset+1,e.parser.currentToken=n,e.parser._processToken(e.parser.currentToken)),e.parser.tokenizer.paused=!1,e.parser.tokenizer.inLoop=!1,e.parser.tokenizer.active=!1,e.parser.tokenizer.returnState=Rt.DATA,e.parser.tokenizer.charRefCode=-1,e.parser.tokenizer.consumedAfterSnapshot=-1,e.parser.tokenizer.currentLocation=null,e.parser.tokenizer.currentCharacterToken=null,e.parser.tokenizer.currentToken=null,e.parser.tokenizer.currentAttr={name:"",value:""}}function db(e,t){if(t&&t.offset!==void 0){const n={startLine:t.line,startCol:t.column,startOffset:t.offset,endLine:-1,endCol:-1,endOffset:-1};e.parser.tokenizer.preprocessor.lineStartPos=-t.column+1,e.parser.tokenizer.preprocessor.droppedBufferSize=t.offset,e.parser.tokenizer.preprocessor.line=t.line,e.parser.tokenizer.currentLocation=n}}function a6(e,t){const n=e.tagName.toLowerCase();if(t.parser.tokenizer.state===Rt.PLAINTEXT)return;us(t,Rr(e));const r=t.parser.openElements.current;let o="namespaceURI"in r?r.namespaceURI:co.html;o===co.html&&n==="svg"&&(o=co.svg);const a=mI(pe(M({},e),{children:[]}),{space:o===co.svg?"svg":"html"}),u={type:Ke.START_TAG,tagName:n,tagID:ss(n),selfClosing:!1,ackSelfClosing:!1,attrs:"attrs"in a?a.attrs:[],location:$a(e)};t.parser.currentToken=u,t.parser._processToken(t.parser.currentToken),t.parser.tokenizer.lastStartTagName=n}function u6(e,t){const n=e.tagName.toLowerCase();if(!t.parser.tokenizer.inForeignNode&&xI.includes(n)||t.parser.tokenizer.state===Rt.PLAINTEXT)return;us(t,Sl(e));const r={type:Ke.END_TAG,tagName:n,tagID:ss(n),selfClosing:!1,ackSelfClosing:!1,attrs:[],location:$a(e)};t.parser.currentToken=r,t.parser._processToken(t.parser.currentToken),n===t.parser.tokenizer.lastStartTagName&&(t.parser.tokenizer.state===Rt.RCDATA||t.parser.tokenizer.state===Rt.RAWTEXT||t.parser.tokenizer.state===Rt.SCRIPT_DATA)&&(t.parser.tokenizer.state=Rt.DATA)}function l6(e){const t=e.type==="root"?e.children[0]:e;return!!(t&&(t.type==="doctype"||t.type==="element"&&t.tagName.toLowerCase()==="html"))}function $a(e){const t=Rr(e)||{line:void 0,column:void 0,offset:void 0},n=Sl(e)||{line:void 0,column:void 0,offset:void 0};return{startLine:t.line,startCol:t.column,startOffset:t.offset,endLine:n.line,endCol:n.column,endOffset:n.offset}}function c6(e){return"children"in e?lo(pe(M({},e),{children:[]})):lo(e)}function fb(e){return function(t,n){return ub(t,pe(M({},e),{file:n}))}}const mo=["ariaDescribedBy","ariaLabel","ariaLabelledBy"],hb={ancestors:{tbody:["table"],td:["table"],th:["table"],thead:["table"],tfoot:["table"],tr:["table"]},attributes:{a:[...mo,"dataFootnoteBackref","dataFootnoteRef",["className","data-footnote-backref"],"href"],blockquote:["cite"],code:[["className",/^language-./]],del:["cite"],div:["itemScope","itemType"],dl:[...mo],h2:[["className","sr-only"]],img:[...mo,"longDesc","src"],input:[["disabled",!0],["type","checkbox"]],ins:["cite"],li:[["className","task-list-item"]],ol:[...mo,["className","contains-task-list"]],q:["cite"],section:["dataFootnotes",["className","footnotes"]],source:["srcSet"],summary:[...mo],table:[...mo],ul:[...mo,["className","contains-task-list"]],"*":["abbr","accept","acceptCharset","accessKey","action","align","alt","axis","border","cellPadding","cellSpacing","char","charOff","charSet","checked","clear","colSpan","color","cols","compact","coords","dateTime","dir","encType","frame","hSpace","headers","height","hrefLang","htmlFor","id","isMap","itemProp","label","lang","maxLength","media","method","multiple","name","noHref","noShade","noWrap","open","prompt","readOnly","rev","rowSpan","rows","rules","scope","selected","shape","size","span","start","summary","tabIndex","title","useMap","vAlign","value","width"]},clobber:["ariaDescribedBy","ariaLabelledBy","id","name"],clobberPrefix:"user-content-",protocols:{cite:["http","https"],href:["http","https","irc","ircs","mailto","xmpp"],longDesc:["http","https"],src:["http","https"]},required:{input:{disabled:!0,type:"checkbox"}},strip:["script"],tagNames:["a","b","blockquote","br","code","dd","del","details","div","dl","dt","em","h1","h2","h3","h4","h5","h6","hr","i","img","input","ins","kbd","li","ol","p","picture","pre","q","rp","rt","ruby","s","samp","section","source","span","strike","strong","sub","summary","sup","table","tbody","td","tfoot","th","thead","tr","tt","ul","var"]},Ni={}.hasOwnProperty;function d6(e,t){let n={type:"root",children:[]};const r={schema:t?M(M({},hb),t):hb,stack:[]},o=pb(r,e);return o&&(Array.isArray(o)?o.length===1?n=o[0]:n.children=o:n=o),n}function pb(e,t){if(t&&typeof t=="object"){const n=t;switch(typeof n.type=="string"?n.type:""){case"comment":return f6(e,n);case"doctype":return h6(e,n);case"element":return p6(e,n);case"root":return m6(e,n);case"text":return g6(e,n)}}}function f6(e,t){if(e.schema.allowComments){const n=typeof t.value=="string"?t.value:"",r=n.indexOf("-->"),a={type:"comment",value:r<0?n:n.slice(0,r)};return Va(a,t),a}}function h6(e,t){if(e.schema.allowDoctypes){const n={type:"doctype"};return Va(n,t),n}}function p6(e,t){const n=typeof t.tagName=="string"?t.tagName:"";e.stack.push(n);const r=mb(e,t.children),o=E6(e,t.properties);e.stack.pop();let a=!1;if(n&&n!=="*"&&(!e.schema.tagNames||e.schema.tagNames.includes(n))&&(a=!0,e.schema.ancestors&&Ni.call(e.schema.ancestors,n))){const c=e.schema.ancestors[n];let d=-1;for(a=!1;++d<c.length;)e.stack.includes(c[d])&&(a=!0)}if(!a)return e.schema.strip&&!e.schema.strip.includes(n)?r:void 0;const u={type:"element",tagName:n,properties:o,children:r};return Va(u,t),u}function m6(e,t){const r={type:"root",children:mb(e,t.children)};return Va(r,t),r}function g6(e,t){const r={type:"text",value:typeof t.value=="string"?t.value:""};return Va(r,t),r}function mb(e,t){const n=[];if(Array.isArray(t)){const r=t;let o=-1;for(;++o<r.length;){const a=pb(e,r[o]);a&&(Array.isArray(a)?n.push(...a):n.push(a))}}return n}function E6(e,t){const n=e.stack[e.stack.length-1],r=e.schema.attributes,o=e.schema.required,a=r&&Ni.call(r,n)?r[n]:void 0,u=r&&Ni.call(r,"*")?r["*"]:void 0,c=t&&typeof t=="object"?t:{},d={};let f;for(f in c)if(Ni.call(c,f)){const p=c[f];let m=gb(e,yb(a,f),f,p);m==null&&(m=gb(e,yb(u,f),f,p)),m!=null&&(d[f]=m)}if(o&&Ni.call(o,n)){const p=o[n];for(f in p)Ni.call(p,f)&&!Ni.call(d,f)&&(d[f]=p[f])}return d}function gb(e,t,n,r){return t?Array.isArray(r)?y6(e,t,n,r):Eb(e,t,n,r):void 0}function y6(e,t,n,r){let o=-1;const a=[];for(;++o<r.length;){const u=Eb(e,t,n,r[o]);(typeof u=="number"||typeof u=="string")&&a.push(u)}return a}function Eb(e,t,n,r){if(!(typeof r!="boolean"&&typeof r!="number"&&typeof r!="string")&&b6(e,n,r)){if(typeof t=="object"&&t.length>1){let o=!1,a=0;for(;++a<t.length;){const u=t[a];if(u&&typeof u=="object"&&"flags"in u){if(u.test(String(r))){o=!0;break}}else if(u===r){o=!0;break}}if(!o)return}return e.schema.clobber&&e.schema.clobberPrefix&&e.schema.clobber.includes(n)?e.schema.clobberPrefix+r:r}}function b6(e,t,n){const r=e.schema.protocols&&Ni.call(e.schema.protocols,t)?e.schema.protocols[t]:void 0;if(!r||r.length===0)return!0;const o=String(n),a=o.indexOf(":"),u=o.indexOf("?"),c=o.indexOf("#"),d=o.indexOf("/");if(a<0||d>-1&&a>d||u>-1&&a>u||c>-1&&a>c)return!0;let f=-1;for(;++f<r.length;){const p=r[f];if(a===p.length&&o.slice(0,p.length)===p)return!0}return!1}function Va(e,t){const n=Z1(t);t.data&&(e.data=lo(t.data)),n&&(e.position=n)}function yb(e,t){let n,r=-1;if(e)for(;++r<e.length;){const o=e[r],a=typeof o=="string"?o:o[0];if(a===t)return o;a==="data*"&&(n=o)}if(t.length>4&&t.slice(0,4).toLowerCase()==="data")return n}function T6(e){return function(t){return d6(t,e)}}const bb=({globalClassName:e,openLinksInNewTab:t,href:n,title:r,children:o})=>{const a=n?t?"_blank":"_self":void 0;return w.jsx("a",pe(M(M({className:W(e,`${z}-link`)},n?{href:n,target:a}:{}),r?{title:r}:{}),{rel:"noopener noreferrer",children:o}))},_6=()=>{const{disclaimerText:e,disclaimerMarkdown:t,globalClassName:n}=nt();return!e&&!t?null:w.jsx("div",{className:W(n,`${z}-disclaimer`),children:t?w.jsx(ey,{rehypePlugins:[fb,T6],components:{ul:({children:r})=>w.jsx("ul",{className:W(n,`${z}-ul`),children:r}),ol:({children:r})=>w.jsx("ol",{className:W(n,`${z}-ol`),children:r}),li:({children:r})=>w.jsx("li",{className:W(n,`${z}-li`),children:r}),a:({href:r,title:o,children:a})=>w.jsx(bb,{globalClassName:n,openLinksInNewTab:!0,href:r,title:o,children:a}),img:({src:r,alt:o})=>w.jsx("img",{className:W(n,`${z}-disclaimer-image`),src:r,alt:o}),p:({children:r})=>w.jsx("p",{className:W(n,`${z}-disclaimer-text`),children:r}),span:({children:r})=>w.jsx("span",{className:W(n,`${z}-disclaimer-text-span`),children:r})},children:t}):w.jsx("p",{className:W(n,`${z}-disclaimer-text`),children:e})})},Ph=({className:e,isLoading:t,componentType:n,onSubmit:r})=>{const{connected:o,imageFile:a}=tr(),{setImageFile:u}=Yo(),{logger:c,globalClassName:d,searchConfig:f,features:p}=nt(),m=B.useRef(null),T=B.useRef(null),y=!!(p!=null&&p.enableImageUpload),_=(a==null?void 0:a.name)||"",S=!!o||!1,A=S?"connected":"disconnected",v=t||!S,N=()=>a?new Promise((F,q)=>{const ie=new FileReader;ie.readAsDataURL(a),ie.onload=()=>F(ie.result),ie.onerror=ge=>q(ge)}):Promise.resolve(""),k=F=>Qe(null,null,function*(){var ge;if(v)return;const q=10*1024*1024,ie=(ge=F.target.files)==null?void 0:ge[0];if(ie){if(ie.size>q){alert("File size exceeds the 10MB limit. Please choose a smaller file."),u(null);return}u(ie)}}),H=()=>{u(null),T.current&&(T.current.value="")},V=F=>Qe(null,null,function*(){var ge;F.preventDefault();const q=(((ge=m.current)==null?void 0:ge.value)||"").trim();let ie="";try{ie=yield N()}catch($){c==null||c.error("Error converting file to base64:",$),alert("There was an error processing the file. Please try again.");return}q&&(H(),m.current.value="",r(q,ie))});return w.jsxs("div",{className:W(d,e,`cim-${n}-component`,a&&"with-attachments",`${z}-search-bar-wrapper`),children:[a&&w.jsxs("div",{className:W(d,`cim-${n}-component`,`${z}-image-file-preview`),children:[w.jsx("img",{className:W(d,`cim-${n}-component`,`${z}-image-preview`),src:URL.createObjectURL(a),alt:`${_} preview`,loading:"lazy"}),w.jsx("span",{className:W(d,`cim-${n}-component`,`${z}-image-file-name`),title:_,children:_}),w.jsx(I1,{className:W(`cim-${n}-component`,"clear-attachment"),label:"Remove image",onClick:H})]}),w.jsxs("form",{className:W(d,e,`cim-${n}-component`,`${z}-search-bar`),name:`${z}-search-form`,onSubmit:V,children:[w.jsx("span",{role:"status",className:W(`${z}-connection-status-icon`,A)}),y&&w.jsxs("div",{role:"button",className:W(d,e,`cim-${n}-component`,v&&"disabled",`${z}-image-upload-button`),"aria-disabled":v,tabIndex:0,children:[w.jsx("label",{className:W(d,e,`cim-${n}-component`,v&&"disabled",`${z}-image-upload-label`),htmlFor:"image-input","aria-label":"Upload an image",children:w.jsx(Fk,{})}),w.jsx("input",{className:W(d,e,`cim-${n}-component`,`${z}-file-input`),type:"file",ref:T,id:"image-input",accept:".png,.jpg,.jpeg,.avif,.svg,.gif,.tiff,.tif,.webp",name:`${z}-file-input`,disabled:v,onInput:k})]}),w.jsx("input",{className:W(d,e,`cim-${n}-component`,`${z}-search-input`),type:"text",ref:m,placeholder:f==null?void 0:f.placeholder,name:`${z}-user-input`}),w.jsx($k,{isLoading:v}),w.jsx(Hk,{className:e,globalClassName:d,searchConfig:f,componentType:n,isLoading:v})]}),w.jsx(_6,{})]})};function S6(e){return xt({attr:{version:"1.1",viewBox:"0 0 17 17"},child:[{tag:"g",attr:{},child:[]},{tag:"path",attr:{d:"M17 16v1h-17v-1h17zM13.354 8.854l-0.707-0.707-3.646 3.646v-11.793h-1v11.794l-3.647-3.648-0.708 0.708 4.854 4.853 4.854-4.853z"},child:[]}]})(e)}function x6(e){return xt({attr:{version:"1.1",viewBox:"0 0 17 17"},child:[{tag:"g",attr:{},child:[]},{tag:"path",attr:{d:"M6 8h-6v-6h1v4.109c1.013-3.193 4.036-5.484 7.5-5.484 3.506 0 6.621 2.36 7.574 5.739l-0.963 0.271c-0.832-2.95-3.551-5.011-6.611-5.011-3.226 0.001-6.016 2.276-6.708 5.376h4.208v1zM11 9v1h4.208c-0.693 3.101-3.479 5.375-6.708 5.375-3.062 0-5.78-2.061-6.611-5.011l-0.963 0.271c0.952 3.379 4.067 5.739 7.574 5.739 3.459 0 6.475-2.28 7.5-5.482v4.108h1v-6h-6z"},child:[]}]})(e)}const Tb=B.createContext({isOpen:!1}),Nh=B.createContext(null),_b=B.createContext(null),ls=()=>{var n,r;const e=B.useContext(Nh),t=B.useContext(_b);return(r=(n=e==null?void 0:e.closeMenu)!=null?n:t==null?void 0:t.closeMenu)!=null?r:(()=>{})},Sb=({onClearChat:e,componentType:t})=>{const n=ls(),r=()=>{e(),n()};return w.jsxs("button",{className:W(`${z}-overflow-menu-button`,"clear-chat-button",`cim-${t}-component`),onClick:r,children:[w.jsx(x6,{}),"Clear chat"]})};function w6(e){return e==null?[]:Array.isArray(e)?e:[e]}var A6=(e,...t)=>e.concat(t),v6=(e,...t)=>e.filter(n=>!t.includes(n)),C6=e=>Array.from(new Set(e));function xb(e,t,n={}){const{step:r=1,loop:o=!0}=n,a=t+r,u=e.length,c=u-1;return t===-1?r>0?0:c:a<0?o?c:0:a>=u?o?0:t>u?u:t:a}function k6(e,t,n={}){const{step:r=1,loop:o=!0}=n;return xb(e,t,{step:-r,loop:o})}var P6=e=>Array.isArray(e),wb=e=>e!=null&&typeof e=="object",N6=e=>wb(e)&&!P6(e),ql=e=>typeof e=="string",cs=e=>typeof e=="function",O6=e=>e==null,I6=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),R6=e=>Object.prototype.toString.call(e),Ab=Function.prototype.toString,L6=Ab.call(Object),D6=e=>{if(!wb(e)||R6(e)!="[object Object]"||B6(e))return!1;const t=Object.getPrototypeOf(e);if(t===null)return!0;const n=I6(t,"constructor")&&t.constructor;return typeof n=="function"&&n instanceof n&&Ab.call(n)==L6},M6=e=>typeof e=="object"&&e!==null&&"$$typeof"in e&&"props"in e,F6=e=>typeof e=="object"&&e!==null&&"__v_isVNode"in e,B6=e=>M6(e)||F6(e),U6=e=>e(),H6=()=>{},Oh=(...e)=>(...t)=>{e.forEach(function(n){n==null||n(...t)})};function z6(e,t=0){let n=0,r=null;return((...o)=>{const a=Date.now(),u=a-n;u>=t?(r&&(clearTimeout(r),r=null),e(...o),n=a):r||(r=setTimeout(()=>{e(...o),n=Date.now(),r=null},t-u))})}var{min:j6,max:$6}=Math,V6=e=>Number.isNaN(e),q6=e=>V6(e)?0:e,vb=(e,t,n)=>j6($6(q6(e),t),n);function Ih(e){if(!D6(e)||e===void 0)return e;const t=Reflect.ownKeys(e).filter(r=>typeof r=="string"),n={};for(const r of t){const o=e[r];o!==void 0&&(n[r]=Ih(o))}return n}function Rh(...e){e.length===1?e[0]:e[1],e.length===2&&e[0]}function Y6(e,t){if(e==null)throw new Error(t())}function W6(e,t,n){let r=[];for(const o of t)e[o]==null&&r.push(o);if(r.length>0)throw new Error(`[zag-js${` > ${n}`}] missing required props: ${r.join(", ")}`)}var G6=Object.defineProperty,X6=(e,t,n)=>t in e?G6(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Lh=(e,t,n)=>X6(e,typeof t!="symbol"?t+"":t,n),Cb=()=>{},Yl=e=>typeof e=="object"&&e!==null,ds=e=>e?"":void 0,kb=e=>e?"true":void 0,K6=1,Q6=9,J6=11,Jt=e=>Yl(e)&&e.nodeType===K6&&typeof e.nodeName=="string",Wl=e=>Yl(e)&&e.nodeType===Q6,Z6=e=>Yl(e)&&e===e.window,Pb=e=>Jt(e)?e.localName||"":"#document";function e4(e){return["html","body","#document"].includes(Pb(e))}var t4=e=>Yl(e)&&e.nodeType!==void 0,go=e=>t4(e)&&e.nodeType===J6&&"host"in e,n4=e=>Jt(e)&&e.localName==="input",r4=e=>Jt(e)?e.offsetWidth>0||e.offsetHeight>0||e.getClientRects().length>0:!1;function qa(e){if(!e)return!1;const t=e.getRootNode();return ps(t)===e}var i4=/(textarea|select)/;function o4(e){if(e==null||!Jt(e))return!1;try{return n4(e)&&e.selectionStart!=null||i4.test(e.localName)||e.isContentEditable||e.getAttribute("contenteditable")==="true"||e.getAttribute("contenteditable")===""}catch(t){return!1}}function fs(e,t){var r;if(!e||!t||!Jt(e)||!Jt(t))return!1;const n=(r=t.getRootNode)==null?void 0:r.call(t);if(e===t||e.contains(t))return!0;if(n&&go(n)){let o=t;for(;o;){if(e===o)return!0;o=o.parentNode||o.host}}return!1}function Mr(e){var t;return Wl(e)?e:Z6(e)?e.document:(t=e==null?void 0:e.ownerDocument)!=null?t:document}function s4(e){return Mr(e).documentElement}function hs(e){var t,n,r;return go(e)?hs(e.host):Wl(e)?(t=e.defaultView)!=null?t:window:Jt(e)&&(r=(n=e.ownerDocument)==null?void 0:n.defaultView)!=null?r:window}function ps(e){let t=e.activeElement;for(;t!=null&&t.shadowRoot;){const n=t.shadowRoot.activeElement;if(!n||n===t)break;t=n}return t}function a4(e){if(Pb(e)==="html")return e;const t=e.assignedSlot||e.parentNode||go(e)&&e.host||s4(e);return go(t)?t.host:t}function Dh(e){var n;let t;try{if(t=e.getRootNode({composed:!0}),Wl(t)||go(t))return t}catch(r){}return(n=e.ownerDocument)!=null?n:document}var Mh=new WeakMap;function ms(e){return Mh.has(e)||Mh.set(e,hs(e).getComputedStyle(e)),Mh.get(e)}var Fh=new Set(["menu","listbox","dialog","grid","tree","region"]),u4=e=>Fh.has(e),Nb=e=>{var t;return((t=e.getAttribute("aria-controls"))==null?void 0:t.split(" "))||[]};function Ob(e,t){const n=new Set,r=Dh(e),o=a=>{const u=a.querySelectorAll("[aria-controls]");for(const c of u){if(c.getAttribute("aria-expanded")!=="true")continue;const d=Nb(c);for(const f of d){if(!f||n.has(f))continue;n.add(f);const p=r.getElementById(f);if(p){const m=p.getAttribute("role"),T=p.getAttribute("aria-modal")==="true";if(m&&u4(m)&&!T&&(p===t||p.contains(t)||o(p)))return!0}}}return!1};return o(e)}function Ib(e,t){const n=Dh(e),r=new Set,o=a=>{const u=a.querySelectorAll("[aria-controls]");for(const c of u){if(c.getAttribute("aria-expanded")!=="true")continue;const d=Nb(c);for(const f of d){if(!f||r.has(f))continue;r.add(f);const p=n.getElementById(f);if(p){const m=p.getAttribute("role"),T=p.getAttribute("aria-modal")==="true";m&&Fh.has(m)&&!T&&(t(p),o(p))}}}};o(e)}function l4(e){const t=new Set;return Ib(e,n=>{e.contains(n)||t.add(n)}),Array.from(t)}function c4(e){const t=e.getAttribute("role");return!!(t&&Fh.has(t))}function d4(e){return e.hasAttribute("aria-controls")&&e.getAttribute("aria-expanded")==="true"}function f4(e){var t;return d4(e)?!0:!!((t=e.querySelector)!=null&&t.call(e,'[aria-controls][aria-expanded="true"]'))}function h4(e){if(!e.id)return!1;const t=Dh(e),n=CSS.escape(e.id),r=`[aria-controls~="${n}"][aria-expanded="true"], [aria-controls="${n}"][aria-expanded="true"]`;return!!(t.querySelector(r)&&c4(e))}var Bh=()=>typeof document!="undefined";function p4(){var t;const e=navigator.userAgentData;return(t=e==null?void 0:e.platform)!=null?t:navigator.platform}var Uh=e=>Bh()&&e.test(p4()),m4=e=>Bh()&&e.test(navigator.vendor),Rb=()=>Bh()&&!!navigator.maxTouchPoints,g4=()=>Uh(/^iPhone/i),E4=()=>Uh(/^iPad/i)||Hh()&&navigator.maxTouchPoints>1,Gl=()=>g4()||E4(),y4=()=>Hh()||Gl(),Hh=()=>Uh(/^Mac/i),b4=()=>y4()&&m4(/apple/i);function T4(e){var t,n,r,o;return(o=(t=e.composedPath)==null?void 0:t.call(e))!=null?o:(r=(n=e.nativeEvent)==null?void 0:n.composedPath)==null?void 0:r.call(n)}function Er(e){var n;const t=T4(e);return(n=t==null?void 0:t[0])!=null?n:e.target}var Lb=e=>e.button===0,_4=e=>e.button===2||Hh()&&e.ctrlKey&&e.button===0,S4=e=>"touches"in e&&e.touches.length>0,x4={Up:"ArrowUp",Down:"ArrowDown",Esc:"Escape"," ":"Space",",":"Comma",Left:"ArrowLeft",Right:"ArrowRight"},Db={ArrowLeft:"ArrowRight",ArrowRight:"ArrowLeft"};function w4(e,t={}){var u;const{dir:n="ltr",orientation:r="horizontal"}=t;let o=e.key;return o=(u=x4[o])!=null?u:o,n==="rtl"&&r==="horizontal"&&o in Db&&(o=Db[o]),o}function Mb(e,t="client"){const n=S4(e)?e.touches[0]||e.changedTouches[0]:e;return{x:n[`${t}X`],y:n[`${t}Y`]}}var Zt=(e,t,n,r)=>{const o=typeof e=="function"?e():e;return o==null||o.addEventListener(t,n,r),()=>{o==null||o.removeEventListener(t,n,r)}},Fb=e=>Jt(e)&&e.tagName==="IFRAME",A4=/^(audio|video|details)$/;function Bb(e){const t=e.getAttribute("tabindex");return t?parseInt(t,10):NaN}var v4=e=>!Number.isNaN(Bb(e)),C4=e=>Bb(e)<0;function k4(e,t){if(!t)return null;if(t===!0)return e.shadowRoot||null;const n=t(e);return(n===!0?e.shadowRoot:n)||null}function Ub(e,t,n){const r=[...e],o=[...e],a=new Set,u=new Map;e.forEach((d,f)=>u.set(d,f));let c=0;for(;c<o.length;){const d=o[c++];if(!d||a.has(d))continue;a.add(d);const f=k4(d,t);if(f){const p=Array.from(f.querySelectorAll(Xl)).filter(n),m=u.get(d);if(m!==void 0){const T=m+1;r.splice(T,0,...p),p.forEach((y,_)=>{u.set(y,T+_)});for(let y=T+p.length;y<r.length;y++)u.set(r[y],y)}else{const T=r.length;r.push(...p),p.forEach((y,_)=>{u.set(y,T+_)})}o.push(...p)}}return r}var Xl="input:not([type='hidden']):not([disabled]), select:not([disabled]), textarea:not([disabled]), a[href], button:not([disabled]), [tabindex], iframe, object, embed, area[href], audio[controls], video[controls], [contenteditable]:not([contenteditable='false']), details > summary:first-of-type",Hb=(e,t={})=>{if(!e)return[];const{includeContainer:n=!1,getShadowRoot:r}=t,o=Array.from(e.querySelectorAll(Xl));(n==!0||n=="if-empty"&&o.length===0)&&Jt(e)&&Fr(e)&&o.unshift(e);const u=[];for(const c of o)if(Fr(c)){if(Fb(c)&&c.contentDocument){const d=c.contentDocument.body;u.push(...Hb(d,{getShadowRoot:r}));continue}u.push(c)}return r?Ub(u,r,Fr):u};function Fr(e){return!Jt(e)||e.closest("[inert]")?!1:e.matches(Xl)&&r4(e)}function gs(e,t={}){if(!e)return[];const{includeContainer:n,getShadowRoot:r}=t,o=Array.from(e.querySelectorAll(Xl));n&&Eo(e)&&o.unshift(e);const a=[];for(const u of o)if(Eo(u)){if(Fb(u)&&u.contentDocument){const c=u.contentDocument.body;a.push(...gs(c,{getShadowRoot:r}));continue}a.push(u)}if(r){const u=Ub(a,r,Eo);return!u.length&&n?o:u}return!a.length&&n?o:a}function Eo(e){return Jt(e)&&e.tabIndex>0?!0:Fr(e)&&!C4(e)}function P4(e,t={}){const n=gs(e,t),r=n[0]||null,o=n[n.length-1]||null;return[r,o]}function N4(e,t={}){const{current:n,getShadowRoot:r}=t,o=gs(e,{getShadowRoot:r}),a=(e==null?void 0:e.ownerDocument)||document,u=n!=null?n:ps(a);if(!u)return null;const c=o.indexOf(u);return o[c+1]||null}function Ya(e){return e.tabIndex<0&&(A4.test(e.localName)||o4(e))&&!v4(e)?0:e.tabIndex}function zb(e){const{root:t,getInitialEl:n,filter:r,enabled:o=!0}=e;if(!o)return;let a=null;if(a||(a=typeof n=="function"?n():n),a||(a=t==null?void 0:t.querySelector("[data-autofocus],[autofocus]")),!a){const u=gs(t);a=r?u.filter(r)[0]:u[0]}return a||t||void 0}var O4=class Y2{constructor(){Lh(this,"id",null),Lh(this,"fn_cleanup"),Lh(this,"cleanup",()=>{this.cancel()})}static create(){return new Y2}request(t){this.cancel(),this.id=globalThis.requestAnimationFrame(()=>{this.id=null,this.fn_cleanup=t==null?void 0:t()})}cancel(){var t;this.id!==null&&(globalThis.cancelAnimationFrame(this.id),this.id=null),(t=this.fn_cleanup)==null||t.call(this),this.fn_cleanup=void 0}isActive(){return this.id!==null}};function Vt(e){const t=O4.create();return t.request(e),t.cleanup}function jb(e){const t=new Set;function n(r){const o=globalThis.requestAnimationFrame(r);t.add(()=>globalThis.cancelAnimationFrame(o))}return n(()=>n(e)),function(){t.forEach(o=>o())}}function zh(e){const t=a4(e);return e4(t)?Mr(t).body:Jt(t)&&L4(t)?t:zh(t)}var I4=/auto|scroll|overlay|hidden|clip/,R4=new Set(["inline","contents"]);function L4(e){const t=hs(e),{overflow:n,overflowX:r,overflowY:o,display:a}=t.getComputedStyle(e);return I4.test(n+o+r)&&!R4.has(a)}var Es="default",jh="",Kl=new WeakMap;function D4(e={}){const{target:t,doc:n}=e,r=n!=null?n:document,o=r.documentElement;return Gl()?(Es==="default"&&(jh=o.style.webkitUserSelect,o.style.webkitUserSelect="none"),Es="disabled"):t&&(Kl.set(t,t.style.userSelect),t.style.userSelect="none"),()=>M4({target:t,doc:r})}function M4(e={}){const{target:t,doc:n}=e,o=(n!=null?n:document).documentElement;if(Gl()){if(Es!=="disabled")return;Es="restoring",setTimeout(()=>{jb(()=>{Es==="restoring"&&(o.style.webkitUserSelect==="none"&&(o.style.webkitUserSelect=jh||""),jh="",Es="default")})},300)}else if(t&&Kl.has(t)){const a=Kl.get(t);t.style.userSelect==="none"&&(t.style.userSelect=a!=null?a:""),t.getAttribute("style")===""&&t.removeAttribute("style"),Kl.delete(t)}}function F4(e={}){const u=e,{defer:t,target:n}=u,r=cn(u,["defer","target"]),o=t?Vt:c=>c(),a=[];return a.push(o(()=>{const c=typeof n=="function"?n():n;a.push(D4(pe(M({},r),{target:c})))})),()=>{a.forEach(c=>c==null?void 0:c())}}function B4(e,t){const{onPointerMove:n,onPointerUp:r}=t,o=c=>{const d=Mb(c),f=Math.sqrt(ta(d.x,2)+ta(d.y,2)),p=c.pointerType==="touch"?10:5;if(!(f<p)){if(c.pointerType==="mouse"&&c.button===0){a(c);return}n({point:d,event:c})}},a=c=>{const d=Mb(c);r({point:d,event:c})},u=[Zt(e,"pointermove",o,!1),Zt(e,"pointerup",a,!1),Zt(e,"pointercancel",a,!1),Zt(e,"contextmenu",a,!1),F4({doc:e})];return()=>{u.forEach(c=>c())}}function U4(e,t={}){const{triggerElement:n,onFocus:r,onFocusEnter:o,getShadowRoot:a}=t,u=(e==null?void 0:e.ownerDocument)||document,c=u.body;function d(f){if(f.key!=="Tab")return;let p=null;const[m,T]=P4(e,{includeContainer:!0,getShadowRoot:a}),y=N4(c,{current:n,getShadowRoot:a}),_=!m&&!T;f.shiftKey&&qa(y)?(o==null||o(),p=T):f.shiftKey&&(qa(m)||_)?p=n:!f.shiftKey&&qa(n)?(o==null||o(),p=m):!f.shiftKey&&(qa(T)||_)&&(p=y),p&&(f.preventDefault(),typeof r=="function"?r(p):p.focus())}return Zt(u,"keydown",d,!0)}function H4(e,t){const c=t,{defer:n,triggerElement:r}=c,o=cn(c,["defer","triggerElement"]),a=n?Vt:d=>d(),u=[];return u.push(a(()=>{const d=typeof e=="function"?e():e,f=typeof r=="function"?r():r;u.push(U4(d,M({triggerElement:f},o)))})),()=>{u.forEach(d=>d==null?void 0:d())}}function z4(e,t){var n;return Array.from((n=e==null?void 0:e.querySelectorAll(t))!=null?n:[])}function Ql(e,t){if(!e)return Cb;const n=Object.keys(t).reduce((r,o)=>(r[o]=e.style.getPropertyValue(o),r),{});return Object.assign(e.style,t),()=>{Object.assign(e.style,n),e.style.length===0&&e.removeAttribute("style")}}function j4(e,t,n){if(!e)return Cb;const r=e.style.getPropertyValue(t);return e.style.setProperty(t,n),()=>{e.style.setProperty(t,r),e.style.length===0&&e.removeAttribute("style")}}function $4(e,t,n){const{signal:r}=t;return[new Promise((u,c)=>{const d=setTimeout(()=>{c(new Error(`Timeout of ${n}ms exceeded`))},n);r.addEventListener("abort",()=>{clearTimeout(d),c(new Error("Promise aborted"))}),e.then(f=>{r.aborted||(clearTimeout(d),u(f))}).catch(f=>{r.aborted||(clearTimeout(d),c(f))})}),()=>t.abort()]}function V4(e,t){const{timeout:n,rootNode:r}=t,o=hs(r),a=Mr(r),u=new o.AbortController;return $4(new Promise(c=>{const d=e();if(d){c(d);return}const f=new o.MutationObserver(()=>{const p=e();p&&p.isConnected&&(f.disconnect(),c(p))});f.observe(a.body,{childList:!0,subtree:!0})}),u,n)}var q4=(...e)=>e.map(t=>{var n;return(n=t==null?void 0:t.trim)==null?void 0:n.call(t)}).filter(Boolean).join(" "),Y4=/((?:--)?(?:\w+-?)+)\s*:\s*([^;]*)/g,$b=e=>{const t={};let n;for(;n=Y4.exec(e);)t[n[1]]=n[2];return t},W4=(e,t)=>{if(ql(e)){if(ql(t))return`${e};${t}`;e=$b(e)}else ql(t)&&(t=$b(t));return Object.assign({},e!=null?e:{},t!=null?t:{})};function qt(...e){let t={};for(let n of e){if(!n)continue;for(let o in t){if(o.startsWith("on")&&typeof t[o]=="function"&&typeof n[o]=="function"){t[o]=Oh(n[o],t[o]);continue}if(o==="className"||o==="class"){t[o]=q4(t[o],n[o]);continue}if(o==="style"){t[o]=W4(t[o],n[o]);continue}t[o]=n[o]!==void 0?n[o]:t[o]}for(let o in n)t[o]===void 0&&(t[o]=n[o]);const r=Object.getOwnPropertySymbols(n);for(let o of r)t[o]=n[o]}return t}function CU(e){return e}var ys=(e=>(e.NotStarted="Not Started",e.Started="Started",e.Stopped="Stopped",e))(ys||{}),$h="__init__";function G4(e){const t=()=>{var u,c;return(c=(u=e.getRootNode)==null?void 0:u.call(e))!=null?c:document},n=()=>Mr(t()),r=()=>{var u;return(u=n().defaultView)!=null?u:window},o=()=>ps(t()),a=u=>t().getElementById(u);return pe(M({},e),{getRootNode:t,getDoc:n,getWin:r,getActiveElement:o,isActiveElement:qa,getById:a})}function X4(e){return new Proxy({},{get(t,n){return n==="style"?r=>e({style:r}).style:e}})}var bs=()=>e=>Array.from(new Set(e)),Vb=typeof globalThis.document!="undefined"?B.useLayoutEffect:B.useEffect;function Jl(e){var m,T;const t=(m=e().value)!=null?m:e().defaultValue,n=(T=e().isEqual)!=null?T:Object.is,[r]=B.useState(t),[o,a]=B.useState(r),u=e().value!==void 0,c=B.useRef(o);c.current=u?e().value:o;const d=B.useRef(c.current);Vb(()=>{d.current=c.current},[o,e().value]);const f=y=>{var A,v;const _=d.current,S=cs(y)?y(_):y;e().debug&&console.log(`[bindable > ${e().debug}] setValue`,{next:S,prev:_}),u||a(S),n(S,_)||(v=(A=e()).onChange)==null||v.call(A,S,_)};function p(){return u?e().value:o}return{initial:r,ref:c,get:p,set(y){(e().sync?Wo.flushSync:U6)(()=>f(y))},invoke(y,_){var S,A;(A=(S=e()).onChange)==null||A.call(S,y,_)},hash(y){var _,S,A;return(A=(S=(_=e()).hash)==null?void 0:S.call(_,y))!=null?A:String(y)}}}Jl.cleanup=e=>{B.useEffect(()=>e,[])},Jl.ref=e=>{const t=B.useRef(e);return{get:()=>t.current,set:n=>{t.current=n}}};function K4(e){const t=B.useRef(e);return{get(n){return t.current[n]},set(n,r){t.current[n]=r}}}var Q4=(e,t)=>{const n=B.useRef(!1),r=B.useRef(!1);B.useEffect(()=>{if(n.current&&r.current)return t();r.current=!0},[...(e!=null?e:[]).map(o=>typeof o=="function"?o():o)]),B.useEffect(()=>(n.current=!0,()=>{n.current=!1}),[])};function Zl(e,t={}){var se,ce,de,ne,be,Oe;const n=B.useMemo(()=>{const{id:oe,ids:Q,getRootNode:re}=t;return G4({id:oe,ids:Q,getRootNode:re})},[t]),r=(...oe)=>{e.debug&&console.log(...oe)},o=(ce=(se=e.props)==null?void 0:se.call(e,{props:Ih(t),scope:n}))!=null?ce:t,a=J4(o),u=(de=e.context)==null?void 0:de.call(e,{prop:a,bindable:Jl,scope:n,flush:Yb,getContext(){return d},getComputed(){return V},getRefs(){return S},getEvent(){return y()}}),c=qb(u),d={get(oe){var Q;return(Q=c.current)==null?void 0:Q[oe].ref.current},set(oe,Q){var re;(re=c.current)==null||re[oe].set(Q)},initial(oe){var Q;return(Q=c.current)==null?void 0:Q[oe].initial},hash(oe){var re,C;const Q=(re=c.current)==null?void 0:re[oe].get();return(C=c.current)==null?void 0:C[oe].hash(Q)}},f=B.useRef(new Map),p=B.useRef(null),m=B.useRef(null),T=B.useRef({type:""}),y=()=>pe(M({},T.current),{current(){return T.current},previous(){return m.current}}),_=()=>pe(M({},F),{matches(...oe){return oe.includes(F.ref.current)},hasTag(oe){var Q,re;return!!((re=(Q=e.states[F.ref.current])==null?void 0:Q.tags)!=null&&re.includes(oe))}}),S=K4((be=(ne=e.refs)==null?void 0:ne.call(e,{prop:a,context:d}))!=null?be:{}),A=()=>({state:_(),context:d,event:y(),prop:a,send:$,action:v,guard:N,track:Q4,refs:S,computed:V,flush:Yb,scope:n,choose:H}),v=oe=>{const Q=cs(oe)?oe(A()):oe;if(!Q)return;const re=Q.map(C=>{var ee,O;const D=(O=(ee=e.implementations)==null?void 0:ee.actions)==null?void 0:O[C];return D||Rh(`[zag-js] No implementation found for action "${JSON.stringify(C)}"`),D});for(const C of re)C==null||C(A())},N=oe=>{var Q,re;return cs(oe)?oe(A()):(re=(Q=e.implementations)==null?void 0:Q.guards)==null?void 0:re[oe](A())},k=oe=>{const Q=cs(oe)?oe(A()):oe;if(!Q)return;const re=Q.map(D=>{var O,_e;const ee=(_e=(O=e.implementations)==null?void 0:O.effects)==null?void 0:_e[D];return ee||Rh(`[zag-js] No implementation found for effect "${JSON.stringify(D)}"`),ee}),C=[];for(const D of re){const ee=D==null?void 0:D(A());ee&&C.push(ee)}return()=>C.forEach(D=>D==null?void 0:D())},H=oe=>w6(oe).find(Q=>{let re=!Q.guard;return ql(Q.guard)?re=!!N(Q.guard):cs(Q.guard)&&(re=Q.guard(A())),re}),V=oe=>{Y6(e.computed,()=>"[zag-js] No computed object found on machine");const Q=e.computed[oe];return Q({context:d,event:y(),prop:a,refs:S,scope:n,computed:V})},F=Jl(()=>({defaultValue:e.initialState({prop:a}),onChange(oe,Q){var C,D,ee,O;if(Q){const _e=f.current.get(Q);_e==null||_e(),f.current.delete(Q)}Q&&v((C=e.states[Q])==null?void 0:C.exit),v((D=p.current)==null?void 0:D.actions);const re=k((ee=e.states[oe])==null?void 0:ee.effects);if(re&&f.current.set(oe,re),Q===$h){v(e.entry);const _e=k(e.effects);_e&&f.current.set($h,_e)}v((O=e.states[oe])==null?void 0:O.entry)}})),q=B.useRef(void 0),ie=B.useRef(ys.NotStarted);Vb(()=>{queueMicrotask(()=>{var D;const re=ie.current===ys.Started;ie.current=ys.Started,r(re?"rehydrating...":"initializing...");const C=(D=q.current)!=null?D:F.initial;F.invoke(C,re?F.get():$h)});const oe=f.current,Q=F.ref.current;return()=>{r("unmounting..."),q.current=Q,ie.current=ys.Stopped,oe.forEach(re=>re==null?void 0:re()),f.current=new Map,p.current=null,queueMicrotask(()=>{v(e.exit)})}},[]);const ge=()=>"ref"in F?F.ref.current:F.get(),$=oe=>{queueMicrotask(()=>{var O,_e,Re,ke,He;if(ie.current!==ys.Started)return;m.current=T.current,T.current=oe;let Q=ge();const re=(Re=(O=e.states[Q].on)==null?void 0:O[oe.type])!=null?Re:(_e=e.on)==null?void 0:_e[oe.type],C=H(re);if(!C)return;p.current=C;const D=(ke=C.target)!=null?ke:Q;r("transition",oe.type,C.target||Q,`(${C.actions})`);const ee=D!==Q;ee?Wo.flushSync(()=>F.set(D)):C.reenter&&!ee?F.invoke(Q,Q):v((He=C.actions)!=null?He:[])})};return(Oe=e.watch)==null||Oe.call(e,A()),{state:_(),send:$,context:d,prop:a,scope:n,refs:S,computed:V,event:y(),getStatus:()=>ie.current}}function qb(e){const t=B.useRef(e);return t.current=e,t}function J4(e){const t=qb(e);return function(r){return t.current[r]}}function Yb(e){queueMicrotask(()=>{Wo.flushSync(()=>e())})}var Vh=X4(e=>e);function ec(...e){return t=>{const n=[];for(const r of e)if(typeof r=="function"){const o=r(t);typeof o=="function"&&n.push(o)}else r&&(r.current=t);if(n.length)return()=>{for(const r of n)r()}}}function Z4(e){var r,o;let t=(r=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:r.get,n=t&&"isReactWarning"in t&&t.isReactWarning;return n?e.ref:(t=(o=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:o.get,n=t&&"isReactWarning"in t&&t.isReactWarning,n?e.props.ref:e.props.ref||e.ref)}const qh=e=>{const t=B.memo(B.forwardRef((n,r)=>{const f=n,{asChild:o,children:a}=f,u=cn(f,["asChild","children"]);if(!o)return B.createElement(e,pe(M({},u),{ref:r}),a);if(!B.isValidElement(a))return null;const c=B.Children.only(a),d=Z4(c);return B.cloneElement(c,pe(M({},qt(u,c.props)),{ref:r?ec(r,d):d}))}));return t.displayName=e.displayName||e.name,t},gn=(()=>{const e=new Map;return new Proxy(qh,{apply(t,n,r){return qh(r[0])},get(t,n){const r=n;return e.has(r)||e.set(r,qh(r)),e.get(r)}})})();function eD(e,t){return`${e} returned \`undefined\`. Seems you forgot to wrap component within ${t}`}function yo(e={}){const{name:t,strict:n=!0,hookName:r="useContext",providerName:o="Provider",errorMessage:a,defaultValue:u}=e,c=B.createContext(u);c.displayName=t;function d(){var p;const f=B.useContext(c);if(!f&&n){const m=new Error(a!=null?a:eD(r,o));throw m.name="ContextError",(p=Error.captureStackTrace)==null||p.call(Error,m,d),m}return f}return[c.Provider,d,c]}const[tD,Yh]=yo({name:"PopoverContext",hookName:"usePopoverContext",providerName:"<PopoverProvider />"}),[Wb,Wa]=yo({name:"PresenceContext",hookName:"usePresenceContext",providerName:"<PresenceProvider />"}),Gb=B.forwardRef((e,t)=>{const n=Yh(),r=Wa(),o=qt(n.getContentProps(),r.getPresenceProps(),e);return r.unmounted?null:w.jsx(gn.div,pe(M({},o),{ref:ec(r.ref,t)}))});Gb.displayName="PopoverContent";const Xb=B.forwardRef((e,t)=>{const n=Yh(),r=Wa(),o=qt(n.getPositionerProps(),e);return r.unmounted?null:w.jsx(gn.div,pe(M({},o),{ref:t}))});Xb.displayName="PopoverPositioner";const Ga=()=>(e,t)=>t.reduce((n,r)=>{const[o,a]=n,u=r;return a[u]!==void 0&&(o[u]=a[u]),delete a[u],[o,a]},[{},M({},e)]),Kb=e=>Ga()(e,["immediate","lazyMount","onExitComplete","present","skipAnimationOnMount","unmountOnExit"]);function nD(e,t){const{state:n,send:r,context:o}=e,a=n.matches("mounted","unmountSuspended");return{skip:!o.get("initial"),present:a,setNode(u){u&&r({type:"NODE.SET",node:u})},unmount(){r({type:"UNMOUNT"})}}}var rD={props({props:e}){return pe(M({},e),{present:!!e.present})},initialState({prop:e}){return e("present")?"mounted":"unmounted"},refs(){return{node:null,styles:null}},context({bindable:e}){return{unmountAnimationName:e(()=>({defaultValue:null})),prevAnimationName:e(()=>({defaultValue:null})),present:e(()=>({defaultValue:!1})),initial:e(()=>({sync:!0,defaultValue:!1}))}},exit:["clearInitial","cleanupNode"],watch({track:e,prop:t,send:n}){e([()=>t("present")],()=>{n({type:"PRESENCE.CHANGED"})})},on:{"NODE.SET":{actions:["setupNode"]},"PRESENCE.CHANGED":{actions:["setInitial","syncPresence"]}},states:{mounted:{on:{UNMOUNT:{target:"unmounted",actions:["clearPrevAnimationName","invokeOnExitComplete"]},"UNMOUNT.SUSPEND":{target:"unmountSuspended"}}},unmountSuspended:{effects:["trackAnimationEvents"],on:{MOUNT:{target:"mounted",actions:["setPrevAnimationName"]},UNMOUNT:{target:"unmounted",actions:["clearPrevAnimationName","invokeOnExitComplete"]}}},unmounted:{on:{MOUNT:{target:"mounted",actions:["setPrevAnimationName"]}}}},implementations:{actions:{setInitial:({context:e})=>{e.get("initial")||queueMicrotask(()=>{e.set("initial",!0)})},clearInitial:({context:e})=>{e.set("initial",!1)},invokeOnExitComplete:({prop:e})=>{var t;(t=e("onExitComplete"))==null||t()},setupNode:({refs:e,event:t})=>{e.get("node")!==t.node&&(e.set("node",t.node),e.set("styles",ms(t.node)))},cleanupNode:({refs:e})=>{e.set("node",null),e.set("styles",null)},syncPresence:({context:e,refs:t,send:n,prop:r})=>{const o=r("present");if(o)return n({type:"MOUNT",src:"presence.changed"});const a=t.get("node");if(!o&&(a==null?void 0:a.ownerDocument.visibilityState)==="hidden")return n({type:"UNMOUNT",src:"visibilitychange"});Vt(()=>{var c,d;const u=tc(t.get("styles"));e.set("unmountAnimationName",u),u==="none"||u===e.get("prevAnimationName")||((c=t.get("styles"))==null?void 0:c.display)==="none"||((d=t.get("styles"))==null?void 0:d.animationDuration)==="0s"?n({type:"UNMOUNT",src:"presence.changed"}):n({type:"UNMOUNT.SUSPEND"})})},setPrevAnimationName:({context:e,refs:t})=>{Vt(()=>{e.set("prevAnimationName",tc(t.get("styles")))})},clearPrevAnimationName:({context:e})=>{e.set("prevAnimationName",null)}},effects:{trackAnimationEvents:({context:e,refs:t,send:n,prop:r})=>{const o=t.get("node");if(!o)return;const a=d=>{var p,m,T;((T=(m=(p=d.composedPath)==null?void 0:p.call(d))==null?void 0:m[0])!=null?T:d.target)===o&&e.set("prevAnimationName",tc(t.get("styles")))},u=d=>{const f=tc(t.get("styles"));Er(d)===o&&f===e.get("unmountAnimationName")&&!r("present")&&n({type:"UNMOUNT",src:"animationend"})};o.addEventListener("animationstart",a),o.addEventListener("animationcancel",u),o.addEventListener("animationend",u);const c=Ql(o,{animationFillMode:"forwards"});return()=>{o.removeEventListener("animationstart",a),o.removeEventListener("animationcancel",u),o.removeEventListener("animationend",u),jb(()=>c())}}}}};function tc(e){return(e==null?void 0:e.animationName)||"none"}bs()(["onExitComplete","present","immediate"]);function iD(e,t={}){const{sync:n=!1}=t,r=oD(e);return B.useCallback((...o)=>{var a;return n?queueMicrotask(()=>{var u;return(u=r.current)==null?void 0:u.call(r,...o)}):(a=r.current)==null?void 0:a.call(r,...o)},[n,r])}function oD(e){const t=B.useRef(e);return t.current=e,t}const Wh=(e={})=>{const T=e,{lazyMount:t,unmountOnExit:n,present:r,skipAnimationOnMount:o=!1}=T,a=cn(T,["lazyMount","unmountOnExit","present","skipAnimationOnMount"]),u=B.useRef(!1),c=pe(M({},a),{present:r,onExitComplete:iD(e.onExitComplete)}),d=Zl(rD,c),f=nD(d);f.present&&(u.current=!0);const p=!f.present&&!u.current&&t||n&&!f.present&&u.current,m=()=>({"data-state":f.skip&&o?void 0:r?"open":"closed",hidden:!f.present});return{ref:f.setNode,getPresenceProps:m,present:f.present,unmounted:p}};var bo=(e,t=[])=>({parts:(...n)=>{if(sD(t))return bo(e,n);throw new Error("createAnatomy().parts(...) should only be called once. Did you mean to use .extendWith(...) ?")},extendWith:(...n)=>bo(e,[...t,...n]),omit:(...n)=>bo(e,t.filter(r=>!n.includes(r))),rename:n=>bo(n,t),keys:()=>t,build:()=>[...new Set(t)].reduce((n,r)=>Object.assign(n,{[r]:{selector:[`&[data-scope="${Ts(e)}"][data-part="${Ts(r)}"]`,`& [data-scope="${Ts(e)}"][data-part="${Ts(r)}"]`].join(", "),attrs:{"data-scope":Ts(e),"data-part":Ts(r)}}}),{})}),Ts=e=>e.replace(/([A-Z])([A-Z])/g,"$1-$2").replace(/([a-z])([A-Z])/g,"$1-$2").replace(/[\s_]+/g,"-").toLowerCase(),sD=e=>e.length===0;const aD=["top","right","bottom","left"],Oi=Math.min,Vn=Math.max,nc=Math.round,rc=Math.floor,Br=e=>({x:e,y:e}),uD={left:"right",right:"left",bottom:"top",top:"bottom"},lD={start:"end",end:"start"};function Gh(e,t,n){return Vn(e,Oi(t,n))}function ai(e,t){return typeof e=="function"?e(t):e}function ui(e){return e.split("-")[0]}function _s(e){return e.split("-")[1]}function Xh(e){return e==="x"?"y":"x"}function Kh(e){return e==="y"?"height":"width"}const cD=new Set(["top","bottom"]);function Ur(e){return cD.has(ui(e))?"y":"x"}function Qh(e){return Xh(Ur(e))}function dD(e,t,n){n===void 0&&(n=!1);const r=_s(e),o=Qh(e),a=Kh(o);let u=o==="x"?r===(n?"end":"start")?"right":"left":r==="start"?"bottom":"top";return t.reference[a]>t.floating[a]&&(u=ic(u)),[u,ic(u)]}function fD(e){const t=ic(e);return[Jh(e),t,Jh(t)]}function Jh(e){return e.replace(/start|end/g,t=>lD[t])}const Qb=["left","right"],Jb=["right","left"],hD=["top","bottom"],pD=["bottom","top"];function mD(e,t,n){switch(e){case"top":case"bottom":return n?t?Jb:Qb:t?Qb:Jb;case"left":case"right":return t?hD:pD;default:return[]}}function gD(e,t,n,r){const o=_s(e);let a=mD(ui(e),n==="start",r);return o&&(a=a.map(u=>u+"-"+o),t&&(a=a.concat(a.map(Jh)))),a}function ic(e){return e.replace(/left|right|bottom|top/g,t=>uD[t])}function ED(e){return M({top:0,right:0,bottom:0,left:0},e)}function Zb(e){return typeof e!="number"?ED(e):{top:e,right:e,bottom:e,left:e}}function oc(e){const{x:t,y:n,width:r,height:o}=e;return{width:r,height:o,top:n,left:t,right:t+r,bottom:n+o,x:t,y:n}}function eT(e,t,n){let{reference:r,floating:o}=e;const a=Ur(t),u=Qh(t),c=Kh(u),d=ui(t),f=a==="y",p=r.x+r.width/2-o.width/2,m=r.y+r.height/2-o.height/2,T=r[c]/2-o[c]/2;let y;switch(d){case"top":y={x:p,y:r.y-o.height};break;case"bottom":y={x:p,y:r.y+r.height};break;case"right":y={x:r.x+r.width,y:m};break;case"left":y={x:r.x-o.width,y:m};break;default:y={x:r.x,y:r.y}}switch(_s(t)){case"start":y[u]-=T*(n&&f?-1:1);break;case"end":y[u]+=T*(n&&f?-1:1);break}return y}const yD=(e,t,n)=>Qe(null,null,function*(){const{placement:r="bottom",strategy:o="absolute",middleware:a=[],platform:u}=n,c=a.filter(Boolean),d=yield u.isRTL==null?void 0:u.isRTL(t);let f=yield u.getElementRects({reference:e,floating:t,strategy:o}),{x:p,y:m}=eT(f,r,d),T=r,y={},_=0;for(let S=0;S<c.length;S++){const{name:A,fn:v}=c[S],{x:N,y:k,data:H,reset:V}=yield v({x:p,y:m,initialPlacement:r,placement:T,strategy:o,middlewareData:y,rects:f,platform:u,elements:{reference:e,floating:t}});p=N!=null?N:p,m=k!=null?k:m,y=pe(M({},y),{[A]:M(M({},y[A]),H)}),V&&_<=50&&(_++,typeof V=="object"&&(V.placement&&(T=V.placement),V.rects&&(f=V.rects===!0?yield u.getElementRects({reference:e,floating:t,strategy:o}):V.rects),{x:p,y:m}=eT(f,T,d)),S=-1)}return{x:p,y:m,placement:T,strategy:o,middlewareData:y}});function Xa(e,t){return Qe(this,null,function*(){var n;t===void 0&&(t={});const{x:r,y:o,platform:a,rects:u,elements:c,strategy:d}=e,{boundary:f="clippingAncestors",rootBoundary:p="viewport",elementContext:m="floating",altBoundary:T=!1,padding:y=0}=ai(t,e),_=Zb(y),A=c[T?m==="floating"?"reference":"floating":m],v=oc(yield a.getClippingRect({element:(n=yield a.isElement==null?void 0:a.isElement(A))==null||n?A:A.contextElement||(yield a.getDocumentElement==null?void 0:a.getDocumentElement(c.floating)),boundary:f,rootBoundary:p,strategy:d})),N=m==="floating"?{x:r,y:o,width:u.floating.width,height:u.floating.height}:u.reference,k=yield a.getOffsetParent==null?void 0:a.getOffsetParent(c.floating),H=(yield a.isElement==null?void 0:a.isElement(k))?(yield a.getScale==null?void 0:a.getScale(k))||{x:1,y:1}:{x:1,y:1},V=oc(a.convertOffsetParentRelativeRectToViewportRelativeRect?yield a.convertOffsetParentRelativeRectToViewportRelativeRect({elements:c,rect:N,offsetParent:k,strategy:d}):N);return{top:(v.top-V.top+_.top)/H.y,bottom:(V.bottom-v.bottom+_.bottom)/H.y,left:(v.left-V.left+_.left)/H.x,right:(V.right-v.right+_.right)/H.x}})}const bD=e=>({name:"arrow",options:e,fn(n){return Qe(this,null,function*(){const{x:r,y:o,placement:a,rects:u,platform:c,elements:d,middlewareData:f}=n,{element:p,padding:m=0}=ai(e,n)||{};if(p==null)return{};const T=Zb(m),y={x:r,y:o},_=Qh(a),S=Kh(_),A=yield c.getDimensions(p),v=_==="y",N=v?"top":"left",k=v?"bottom":"right",H=v?"clientHeight":"clientWidth",V=u.reference[S]+u.reference[_]-y[_]-u.floating[S],F=y[_]-u.reference[_],q=yield c.getOffsetParent==null?void 0:c.getOffsetParent(p);let ie=q?q[H]:0;(!ie||!(yield c.isElement==null?void 0:c.isElement(q)))&&(ie=d.floating[H]||u.floating[S]);const ge=V/2-F/2,$=ie/2-A[S]/2-1,se=Oi(T[N],$),ce=Oi(T[k],$),de=se,ne=ie-A[S]-ce,be=ie/2-A[S]/2+ge,Oe=Gh(de,be,ne),oe=!f.arrow&&_s(a)!=null&&be!==Oe&&u.reference[S]/2-(be<de?se:ce)-A[S]/2<0,Q=oe?be<de?be-de:be-ne:0;return{[_]:y[_]+Q,data:M({[_]:Oe,centerOffset:be-Oe-Q},oe&&{alignmentOffset:Q}),reset:oe}})}}),TD=function(e){return e===void 0&&(e={}),{name:"flip",options:e,fn(n){return Qe(this,null,function*(){var r,o;const{placement:a,middlewareData:u,rects:c,initialPlacement:d,platform:f,elements:p}=n,be=ai(e,n),{mainAxis:m=!0,crossAxis:T=!0,fallbackPlacements:y,fallbackStrategy:_="bestFit",fallbackAxisSideDirection:S="none",flipAlignment:A=!0}=be,v=cn(be,["mainAxis","crossAxis","fallbackPlacements","fallbackStrategy","fallbackAxisSideDirection","flipAlignment"]);if((r=u.arrow)!=null&&r.alignmentOffset)return{};const N=ui(a),k=Ur(d),H=ui(d)===d,V=yield f.isRTL==null?void 0:f.isRTL(p.floating),F=y||(H||!A?[ic(d)]:fD(d)),q=S!=="none";!y&&q&&F.push(...gD(d,A,S,V));const ie=[d,...F],ge=yield Xa(n,v),$=[];let se=((o=u.flip)==null?void 0:o.overflows)||[];if(m&&$.push(ge[N]),T){const Oe=dD(a,c,V);$.push(ge[Oe[0]],ge[Oe[1]])}if(se=[...se,{placement:a,overflows:$}],!$.every(Oe=>Oe<=0)){var ce,de;const Oe=(((ce=u.flip)==null?void 0:ce.index)||0)+1,oe=ie[Oe];if(oe&&(!(T==="alignment"?k!==Ur(oe):!1)||se.every(C=>Ur(C.placement)===k?C.overflows[0]>0:!0)))return{data:{index:Oe,overflows:se},reset:{placement:oe}};let Q=(de=se.filter(re=>re.overflows[0]<=0).sort((re,C)=>re.overflows[1]-C.overflows[1])[0])==null?void 0:de.placement;if(!Q)switch(_){case"bestFit":{var ne;const re=(ne=se.filter(C=>{if(q){const D=Ur(C.placement);return D===k||D==="y"}return!0}).map(C=>[C.placement,C.overflows.filter(D=>D>0).reduce((D,ee)=>D+ee,0)]).sort((C,D)=>C[1]-D[1])[0])==null?void 0:ne[0];re&&(Q=re);break}case"initialPlacement":Q=d;break}if(a!==Q)return{reset:{placement:Q}}}return{}})}}};function tT(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function nT(e){return aD.some(t=>e[t]>=0)}const _D=function(e){return e===void 0&&(e={}),{name:"hide",options:e,fn(n){return Qe(this,null,function*(){const{rects:r}=n,u=ai(e,n),{strategy:o="referenceHidden"}=u,a=cn(u,["strategy"]);switch(o){case"referenceHidden":{const c=yield Xa(n,pe(M({},a),{elementContext:"reference"})),d=tT(c,r.reference);return{data:{referenceHiddenOffsets:d,referenceHidden:nT(d)}}}case"escaped":{const c=yield Xa(n,pe(M({},a),{altBoundary:!0})),d=tT(c,r.floating);return{data:{escapedOffsets:d,escaped:nT(d)}}}default:return{}}})}}},rT=new Set(["left","top"]);function SD(e,t){return Qe(this,null,function*(){const{placement:n,platform:r,elements:o}=e,a=yield r.isRTL==null?void 0:r.isRTL(o.floating),u=ui(n),c=_s(n),d=Ur(n)==="y",f=rT.has(u)?-1:1,p=a&&d?-1:1,m=ai(t,e);let{mainAxis:T,crossAxis:y,alignmentAxis:_}=typeof m=="number"?{mainAxis:m,crossAxis:0,alignmentAxis:null}:{mainAxis:m.mainAxis||0,crossAxis:m.crossAxis||0,alignmentAxis:m.alignmentAxis};return c&&typeof _=="number"&&(y=c==="end"?_*-1:_),d?{x:y*p,y:T*f}:{x:T*f,y:y*p}})}const xD=function(e){return e===void 0&&(e=0),{name:"offset",options:e,fn(n){return Qe(this,null,function*(){var r,o;const{x:a,y:u,placement:c,middlewareData:d}=n,f=yield SD(n,e);return c===((r=d.offset)==null?void 0:r.placement)&&(o=d.arrow)!=null&&o.alignmentOffset?{}:{x:a+f.x,y:u+f.y,data:pe(M({},f),{placement:c})}})}}},wD=function(e){return e===void 0&&(e={}),{name:"shift",options:e,fn(n){return Qe(this,null,function*(){const{x:r,y:o,placement:a}=n,v=ai(e,n),{mainAxis:u=!0,crossAxis:c=!1,limiter:d={fn:N=>{let{x:k,y:H}=N;return{x:k,y:H}}}}=v,f=cn(v,["mainAxis","crossAxis","limiter"]),p={x:r,y:o},m=yield Xa(n,f),T=Ur(ui(a)),y=Xh(T);let _=p[y],S=p[T];if(u){const N=y==="y"?"top":"left",k=y==="y"?"bottom":"right",H=_+m[N],V=_-m[k];_=Gh(H,_,V)}if(c){const N=T==="y"?"top":"left",k=T==="y"?"bottom":"right",H=S+m[N],V=S-m[k];S=Gh(H,S,V)}const A=d.fn(pe(M({},n),{[y]:_,[T]:S}));return pe(M({},A),{data:{x:A.x-r,y:A.y-o,enabled:{[y]:u,[T]:c}}})})}}},AD=function(e){return e===void 0&&(e={}),{options:e,fn(t){const{x:n,y:r,placement:o,rects:a,middlewareData:u}=t,{offset:c=0,mainAxis:d=!0,crossAxis:f=!0}=ai(e,t),p={x:n,y:r},m=Ur(o),T=Xh(m);let y=p[T],_=p[m];const S=ai(c,t),A=typeof S=="number"?{mainAxis:S,crossAxis:0}:M({mainAxis:0,crossAxis:0},S);if(d){const k=T==="y"?"height":"width",H=a.reference[T]-a.floating[k]+A.mainAxis,V=a.reference[T]+a.reference[k]-A.mainAxis;y<H?y=H:y>V&&(y=V)}if(f){var v,N;const k=T==="y"?"width":"height",H=rT.has(ui(o)),V=a.reference[m]-a.floating[k]+(H&&((v=u.offset)==null?void 0:v[m])||0)+(H?0:A.crossAxis),F=a.reference[m]+a.reference[k]+(H?0:((N=u.offset)==null?void 0:N[m])||0)-(H?A.crossAxis:0);_<V?_=V:_>F&&(_=F)}return{[T]:y,[m]:_}}}},vD=function(e){return e===void 0&&(e={}),{name:"size",options:e,fn(n){return Qe(this,null,function*(){var r,o;const{placement:a,rects:u,platform:c,elements:d}=n,se=ai(e,n),{apply:f=()=>{}}=se,p=cn(se,["apply"]),m=yield Xa(n,p),T=ui(a),y=_s(a),_=Ur(a)==="y",{width:S,height:A}=u.floating;let v,N;T==="top"||T==="bottom"?(v=T,N=y===((yield c.isRTL==null?void 0:c.isRTL(d.floating))?"start":"end")?"left":"right"):(N=T,v=y==="end"?"top":"bottom");const k=A-m.top-m.bottom,H=S-m.left-m.right,V=Oi(A-m[v],k),F=Oi(S-m[N],H),q=!n.middlewareData.shift;let ie=V,ge=F;if((r=n.middlewareData.shift)!=null&&r.enabled.x&&(ge=H),(o=n.middlewareData.shift)!=null&&o.enabled.y&&(ie=k),q&&!y){const ce=Vn(m.left,0),de=Vn(m.right,0),ne=Vn(m.top,0),be=Vn(m.bottom,0);_?ge=S-2*(ce!==0||de!==0?ce+de:Vn(m.left,m.right)):ie=A-2*(ne!==0||be!==0?ne+be:Vn(m.top,m.bottom))}yield f(pe(M({},n),{availableWidth:ge,availableHeight:ie}));const $=yield c.getDimensions(d.floating);return S!==$.width||A!==$.height?{reset:{rects:!0}}:{}})}}};function sc(){return typeof window!="undefined"}function Ss(e){return iT(e)?(e.nodeName||"").toLowerCase():"#document"}function qn(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Hr(e){var t;return(t=(iT(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function iT(e){return sc()?e instanceof Node||e instanceof qn(e).Node:!1}function yr(e){return sc()?e instanceof Element||e instanceof qn(e).Element:!1}function zr(e){return sc()?e instanceof HTMLElement||e instanceof qn(e).HTMLElement:!1}function oT(e){return!sc()||typeof ShadowRoot=="undefined"?!1:e instanceof ShadowRoot||e instanceof qn(e).ShadowRoot}const CD=new Set(["inline","contents"]);function Ka(e){const{overflow:t,overflowX:n,overflowY:r,display:o}=br(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&!CD.has(o)}const kD=new Set(["table","td","th"]);function PD(e){return kD.has(Ss(e))}const ND=[":popover-open",":modal"];function ac(e){return ND.some(t=>{try{return e.matches(t)}catch(n){return!1}})}const OD=["transform","translate","scale","rotate","perspective"],ID=["transform","translate","scale","rotate","perspective","filter"],RD=["paint","layout","strict","content"];function Zh(e){const t=ep(),n=yr(e)?br(e):e;return OD.some(r=>n[r]?n[r]!=="none":!1)||(n.containerType?n.containerType!=="normal":!1)||!t&&(n.backdropFilter?n.backdropFilter!=="none":!1)||!t&&(n.filter?n.filter!=="none":!1)||ID.some(r=>(n.willChange||"").includes(r))||RD.some(r=>(n.contain||"").includes(r))}function LD(e){let t=Ii(e);for(;zr(t)&&!xs(t);){if(Zh(t))return t;if(ac(t))return null;t=Ii(t)}return null}function ep(){return typeof CSS=="undefined"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}const DD=new Set(["html","body","#document"]);function xs(e){return DD.has(Ss(e))}function br(e){return qn(e).getComputedStyle(e)}function uc(e){return yr(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Ii(e){if(Ss(e)==="html")return e;const t=e.assignedSlot||e.parentNode||oT(e)&&e.host||Hr(e);return oT(t)?t.host:t}function sT(e){const t=Ii(e);return xs(t)?e.ownerDocument?e.ownerDocument.body:e.body:zr(t)&&Ka(t)?t:sT(t)}function Qa(e,t,n){var r;t===void 0&&(t=[]),n===void 0&&(n=!0);const o=sT(e),a=o===((r=e.ownerDocument)==null?void 0:r.body),u=qn(o);if(a){const c=tp(u);return t.concat(u,u.visualViewport||[],Ka(o)?o:[],c&&n?Qa(c):[])}return t.concat(o,Qa(o,[],n))}function tp(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function aT(e){const t=br(e);let n=parseFloat(t.width)||0,r=parseFloat(t.height)||0;const o=zr(e),a=o?e.offsetWidth:n,u=o?e.offsetHeight:r,c=nc(n)!==a||nc(r)!==u;return c&&(n=a,r=u),{width:n,height:r,$:c}}function np(e){return yr(e)?e:e.contextElement}function ws(e){const t=np(e);if(!zr(t))return Br(1);const n=t.getBoundingClientRect(),{width:r,height:o,$:a}=aT(t);let u=(a?nc(n.width):n.width)/r,c=(a?nc(n.height):n.height)/o;return(!u||!Number.isFinite(u))&&(u=1),(!c||!Number.isFinite(c))&&(c=1),{x:u,y:c}}const MD=Br(0);function uT(e){const t=qn(e);return!ep()||!t.visualViewport?MD:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function FD(e,t,n){return t===void 0&&(t=!1),!n||t&&n!==qn(e)?!1:t}function To(e,t,n,r){t===void 0&&(t=!1),n===void 0&&(n=!1);const o=e.getBoundingClientRect(),a=np(e);let u=Br(1);t&&(r?yr(r)&&(u=ws(r)):u=ws(e));const c=FD(a,n,r)?uT(a):Br(0);let d=(o.left+c.x)/u.x,f=(o.top+c.y)/u.y,p=o.width/u.x,m=o.height/u.y;if(a){const T=qn(a),y=r&&yr(r)?qn(r):r;let _=T,S=tp(_);for(;S&&r&&y!==_;){const A=ws(S),v=S.getBoundingClientRect(),N=br(S),k=v.left+(S.clientLeft+parseFloat(N.paddingLeft))*A.x,H=v.top+(S.clientTop+parseFloat(N.paddingTop))*A.y;d*=A.x,f*=A.y,p*=A.x,m*=A.y,d+=k,f+=H,_=qn(S),S=tp(_)}}return oc({width:p,height:m,x:d,y:f})}function lc(e,t){const n=uc(e).scrollLeft;return t?t.left+n:To(Hr(e)).left+n}function lT(e,t){const n=e.getBoundingClientRect(),r=n.left+t.scrollLeft-lc(e,n),o=n.top+t.scrollTop;return{x:r,y:o}}function BD(e){let{elements:t,rect:n,offsetParent:r,strategy:o}=e;const a=o==="fixed",u=Hr(r),c=t?ac(t.floating):!1;if(r===u||c&&a)return n;let d={scrollLeft:0,scrollTop:0},f=Br(1);const p=Br(0),m=zr(r);if((m||!m&&!a)&&((Ss(r)!=="body"||Ka(u))&&(d=uc(r)),zr(r))){const y=To(r);f=ws(r),p.x=y.x+r.clientLeft,p.y=y.y+r.clientTop}const T=u&&!m&&!a?lT(u,d):Br(0);return{width:n.width*f.x,height:n.height*f.y,x:n.x*f.x-d.scrollLeft*f.x+p.x+T.x,y:n.y*f.y-d.scrollTop*f.y+p.y+T.y}}function UD(e){return Array.from(e.getClientRects())}function HD(e){const t=Hr(e),n=uc(e),r=e.ownerDocument.body,o=Vn(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth),a=Vn(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight);let u=-n.scrollLeft+lc(e);const c=-n.scrollTop;return br(r).direction==="rtl"&&(u+=Vn(t.clientWidth,r.clientWidth)-o),{width:o,height:a,x:u,y:c}}const cT=25;function zD(e,t){const n=qn(e),r=Hr(e),o=n.visualViewport;let a=r.clientWidth,u=r.clientHeight,c=0,d=0;if(o){a=o.width,u=o.height;const p=ep();(!p||p&&t==="fixed")&&(c=o.offsetLeft,d=o.offsetTop)}const f=lc(r);if(f<=0){const p=r.ownerDocument,m=p.body,T=getComputedStyle(m),y=p.compatMode==="CSS1Compat"&&parseFloat(T.marginLeft)+parseFloat(T.marginRight)||0,_=Math.abs(r.clientWidth-m.clientWidth-y);_<=cT&&(a-=_)}else f<=cT&&(a+=f);return{width:a,height:u,x:c,y:d}}const jD=new Set(["absolute","fixed"]);function $D(e,t){const n=To(e,!0,t==="fixed"),r=n.top+e.clientTop,o=n.left+e.clientLeft,a=zr(e)?ws(e):Br(1),u=e.clientWidth*a.x,c=e.clientHeight*a.y,d=o*a.x,f=r*a.y;return{width:u,height:c,x:d,y:f}}function dT(e,t,n){let r;if(t==="viewport")r=zD(e,n);else if(t==="document")r=HD(Hr(e));else if(yr(t))r=$D(t,n);else{const o=uT(e);r={x:t.x-o.x,y:t.y-o.y,width:t.width,height:t.height}}return oc(r)}function fT(e,t){const n=Ii(e);return n===t||!yr(n)||xs(n)?!1:br(n).position==="fixed"||fT(n,t)}function VD(e,t){const n=t.get(e);if(n)return n;let r=Qa(e,[],!1).filter(c=>yr(c)&&Ss(c)!=="body"),o=null;const a=br(e).position==="fixed";let u=a?Ii(e):e;for(;yr(u)&&!xs(u);){const c=br(u),d=Zh(u);!d&&c.position==="fixed"&&(o=null),(a?!d&&!o:!d&&c.position==="static"&&!!o&&jD.has(o.position)||Ka(u)&&!d&&fT(e,u))?r=r.filter(p=>p!==u):o=c,u=Ii(u)}return t.set(e,r),r}function qD(e){let{element:t,boundary:n,rootBoundary:r,strategy:o}=e;const u=[...n==="clippingAncestors"?ac(t)?[]:VD(t,this._c):[].concat(n),r],c=u[0],d=u.reduce((f,p)=>{const m=dT(t,p,o);return f.top=Vn(m.top,f.top),f.right=Oi(m.right,f.right),f.bottom=Oi(m.bottom,f.bottom),f.left=Vn(m.left,f.left),f},dT(t,c,o));return{width:d.right-d.left,height:d.bottom-d.top,x:d.left,y:d.top}}function YD(e){const{width:t,height:n}=aT(e);return{width:t,height:n}}function WD(e,t,n){const r=zr(t),o=Hr(t),a=n==="fixed",u=To(e,!0,a,t);let c={scrollLeft:0,scrollTop:0};const d=Br(0);function f(){d.x=lc(o)}if(r||!r&&!a)if((Ss(t)!=="body"||Ka(o))&&(c=uc(t)),r){const y=To(t,!0,a,t);d.x=y.x+t.clientLeft,d.y=y.y+t.clientTop}else o&&f();a&&!r&&o&&f();const p=o&&!r&&!a?lT(o,c):Br(0),m=u.left+c.scrollLeft-d.x-p.x,T=u.top+c.scrollTop-d.y-p.y;return{x:m,y:T,width:u.width,height:u.height}}function rp(e){return br(e).position==="static"}function hT(e,t){if(!zr(e)||br(e).position==="fixed")return null;if(t)return t(e);let n=e.offsetParent;return Hr(e)===n&&(n=n.ownerDocument.body),n}function pT(e,t){const n=qn(e);if(ac(e))return n;if(!zr(e)){let o=Ii(e);for(;o&&!xs(o);){if(yr(o)&&!rp(o))return o;o=Ii(o)}return n}let r=hT(e,t);for(;r&&PD(r)&&rp(r);)r=hT(r,t);return r&&xs(r)&&rp(r)&&!Zh(r)?n:r||LD(e)||n}const GD=function(e){return Qe(this,null,function*(){const t=this.getOffsetParent||pT,n=this.getDimensions,r=yield n(e.floating);return{reference:WD(e.reference,yield t(e.floating),e.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}})};function XD(e){return br(e).direction==="rtl"}const KD={convertOffsetParentRelativeRectToViewportRelativeRect:BD,getDocumentElement:Hr,getClippingRect:qD,getOffsetParent:pT,getElementRects:GD,getClientRects:UD,getDimensions:YD,getScale:ws,isElement:yr,isRTL:XD};function mT(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function QD(e,t){let n=null,r;const o=Hr(e);function a(){var c;clearTimeout(r),(c=n)==null||c.disconnect(),n=null}function u(c,d){c===void 0&&(c=!1),d===void 0&&(d=1),a();const f=e.getBoundingClientRect(),{left:p,top:m,width:T,height:y}=f;if(c||t(),!T||!y)return;const _=rc(m),S=rc(o.clientWidth-(p+T)),A=rc(o.clientHeight-(m+y)),v=rc(p),k={rootMargin:-_+"px "+-S+"px "+-A+"px "+-v+"px",threshold:Vn(0,Oi(1,d))||1};let H=!0;function V(F){const q=F[0].intersectionRatio;if(q!==d){if(!H)return u();q?u(!1,q):r=setTimeout(()=>{u(!1,1e-7)},1e3)}q===1&&!mT(f,e.getBoundingClientRect())&&u(),H=!1}try{n=new IntersectionObserver(V,pe(M({},k),{root:o.ownerDocument}))}catch(F){n=new IntersectionObserver(V,k)}n.observe(e)}return u(!0),a}function JD(e,t,n,r){r===void 0&&(r={});const{ancestorScroll:o=!0,ancestorResize:a=!0,elementResize:u=typeof ResizeObserver=="function",layoutShift:c=typeof IntersectionObserver=="function",animationFrame:d=!1}=r,f=np(e),p=o||a?[...f?Qa(f):[],...Qa(t)]:[];p.forEach(v=>{o&&v.addEventListener("scroll",n,{passive:!0}),a&&v.addEventListener("resize",n)});const m=f&&c?QD(f,n):null;let T=-1,y=null;u&&(y=new ResizeObserver(v=>{let[N]=v;N&&N.target===f&&y&&(y.unobserve(t),cancelAnimationFrame(T),T=requestAnimationFrame(()=>{var k;(k=y)==null||k.observe(t)})),n()}),f&&!d&&y.observe(f),y.observe(t));let _,S=d?To(e):null;d&&A();function A(){const v=To(e);S&&!mT(S,v)&&n(),S=v,_=requestAnimationFrame(A)}return n(),()=>{var v;p.forEach(N=>{o&&N.removeEventListener("scroll",n),a&&N.removeEventListener("resize",n)}),m==null||m(),(v=y)==null||v.disconnect(),y=null,d&&cancelAnimationFrame(_)}}const ZD=xD,e5=wD,t5=TD,n5=vD,r5=_D,i5=bD,o5=AD,s5=(e,t,n)=>{const r=new Map,o=M({platform:KD},n),a=pe(M({},o.platform),{_c:r});return yD(e,t,pe(M({},o),{platform:a}))};function gT(e=0,t=0,n=0,r=0){if(typeof DOMRect=="function")return new DOMRect(e,t,n,r);const o={x:e,y:t,width:n,height:r,top:t,right:e+n,bottom:t+r,left:e};return pe(M({},o),{toJSON:()=>o})}function a5(e){if(!e)return gT();const{x:t,y:n,width:r,height:o}=e;return gT(t,n,r,o)}function u5(e,t){return{contextElement:Jt(e)?e:void 0,getBoundingClientRect:()=>{const n=e,r=t==null?void 0:t(n);return r||!n?a5(r):n.getBoundingClientRect()}}}var Ja=e=>({variable:e,reference:`var(${e})`}),li={arrowSize:Ja("--arrow-size"),arrowSizeHalf:Ja("--arrow-size-half"),arrowBg:Ja("--arrow-background"),transformOrigin:Ja("--transform-origin"),arrowOffset:Ja("--arrow-offset")},l5=e=>e==="top"||e==="bottom"?"y":"x";function c5(e,t){return{name:"transformOrigin",fn(n){var ge,$,se,ce,de;const{elements:r,middlewareData:o,placement:a,rects:u,y:c}=n,d=a.split("-")[0],f=l5(d),p=((ge=o.arrow)==null?void 0:ge.x)||0,m=(($=o.arrow)==null?void 0:$.y)||0,T=(t==null?void 0:t.clientWidth)||0,y=(t==null?void 0:t.clientHeight)||0,_=p+T/2,S=m+y/2,A=Math.abs(((se=o.shift)==null?void 0:se.y)||0),v=u.reference.height/2,N=y/2,k=(de=(ce=e.offset)==null?void 0:ce.mainAxis)!=null?de:e.gutter,H=typeof k=="number"?k+N:k!=null?k:N,V=A>H,F={top:`${_}px calc(100% + ${H}px)`,bottom:`${_}px ${-H}px`,left:`calc(100% + ${H}px) ${S}px`,right:`${-H}px ${S}px`}[d],q=`${_}px ${u.reference.y+v-c}px`,ie=!!e.overlap&&f==="y"&&V;return r.floating.style.setProperty(li.transformOrigin.variable,ie?q:F),{data:{transformOrigin:ie?q:F}}}}}var d5={name:"rects",fn({rects:e}){return{data:e}}},f5=e=>{if(e)return{name:"shiftArrow",fn({placement:t,middlewareData:n}){if(!n.arrow)return{};const{x:r,y:o}=n.arrow,a=t.split("-")[0];return Object.assign(e.style,{left:r!=null?`${r}px`:"",top:o!=null?`${o}px`:"",[a]:`calc(100% + ${li.arrowOffset.reference})`}),{}}}};function h5(e){const[t,n]=e.split("-");return{side:t,align:n,hasAlign:n!=null}}var p5={strategy:"absolute",placement:"bottom",listeners:!0,gutter:8,flip:!0,slide:!0,overlap:!1,sameWidth:!1,fitViewport:!1,overflowPadding:8,arrowPadding:4};function ET(e,t){const n=e.devicePixelRatio||1;return Math.round(t*n)/n}function ip(e){return typeof e=="function"?e():e==="clipping-ancestors"?"clippingAncestors":e}function m5(e,t,n){const r=e||t.createElement("div");return i5({element:r,padding:n.arrowPadding})}function g5(e,t){var n;if(!O6((n=t.offset)!=null?n:t.gutter))return ZD(({placement:r})=>{var p,m,T,y;const o=((e==null?void 0:e.clientHeight)||0)/2,a=(m=(p=t.offset)==null?void 0:p.mainAxis)!=null?m:t.gutter,u=typeof a=="number"?a+o:a!=null?a:o,{hasAlign:c}=h5(r),d=c?void 0:t.shift,f=(y=(T=t.offset)==null?void 0:T.crossAxis)!=null?y:d;return Ih({crossAxis:f,mainAxis:u,alignmentAxis:t.shift})})}function E5(e){if(!e.flip)return;const t=ip(e.boundary);return t5(pe(M({},t?{boundary:t}:void 0),{padding:e.overflowPadding,fallbackPlacements:e.flip===!0?void 0:e.flip}))}function y5(e){if(!e.slide&&!e.overlap)return;const t=ip(e.boundary);return e5(pe(M({},t?{boundary:t}:void 0),{mainAxis:e.slide,crossAxis:e.overlap,padding:e.overflowPadding,limiter:o5()}))}function b5(e){return n5({padding:e.overflowPadding,apply({elements:t,rects:n,availableHeight:r,availableWidth:o}){const a=t.floating,u=Math.round(n.reference.width),c=Math.round(n.reference.height);o=Math.floor(o),r=Math.floor(r),a.style.setProperty("--reference-width",`${u}px`),a.style.setProperty("--reference-height",`${c}px`),a.style.setProperty("--available-width",`${o}px`),a.style.setProperty("--available-height",`${r}px`)}})}function T5(e){var t;if(e.hideWhenDetached)return r5({strategy:"referenceHidden",boundary:(t=ip(e.boundary))!=null?t:"clippingAncestors"})}function _5(e){return e?e===!0?{ancestorResize:!0,ancestorScroll:!0,elementResize:!0,layoutShift:!0}:e:{}}function S5(e,t,n={}){const r=u5(e,n.getAnchorRect);if(!t||!r)return;const o=Object.assign({},p5,n),a=t.querySelector("[data-part=arrow]"),u=[g5(a,o),E5(o),y5(o),m5(a,t.ownerDocument,o),f5(a),c5({gutter:o.gutter,offset:o.offset,overlap:o.overlap},a),b5(o),T5(o),d5],{placement:c,strategy:d,onComplete:f,onPositioned:p}=o,m=()=>Qe(null,null,function*(){var H;if(!r||!t)return;const S=yield s5(r,t,{placement:c,middleware:u,strategy:d});f==null||f(S),p==null||p({placed:!0});const A=hs(t),v=ET(A,S.x),N=ET(A,S.y);t.style.setProperty("--x",`${v}px`),t.style.setProperty("--y",`${N}px`),o.hideWhenDetached&&(((H=S.middlewareData.hide)==null?void 0:H.referenceHidden)?(t.style.setProperty("visibility","hidden"),t.style.setProperty("pointer-events","none")):(t.style.removeProperty("visibility"),t.style.removeProperty("pointer-events")));const k=t.firstElementChild;if(k){const V=ms(k);t.style.setProperty("--z-index",V.zIndex)}}),T=()=>Qe(null,null,function*(){n.updatePosition?(yield n.updatePosition({updatePosition:m,floatingElement:t}),p==null||p({placed:!0})):yield m()}),y=_5(o.listeners),_=o.listeners?JD(r,t,T,y):H6;return T(),()=>{_==null||_(),p==null||p({placed:!1})}}function yT(e,t,n={}){const c=n,{defer:r}=c,o=cn(c,["defer"]),a=r?Vt:d=>d(),u=[];return u.push(a(()=>{const d=typeof e=="function"?e():e,f=typeof t=="function"?t():t;u.push(S5(d,f,o))})),()=>{u.forEach(d=>d==null?void 0:d())}}var x5={bottom:"rotate(45deg)",left:"rotate(135deg)",top:"rotate(225deg)",right:"rotate(315deg)"};function w5(e={}){const{placement:t,sameWidth:n,fitViewport:r,strategy:o="absolute"}=e;return{arrow:{position:"absolute",width:li.arrowSize.reference,height:li.arrowSize.reference,[li.arrowSizeHalf.variable]:`calc(${li.arrowSize.reference} / 2)`,[li.arrowOffset.variable]:`calc(${li.arrowSizeHalf.reference} * -1)`},arrowTip:{transform:t?x5[t.split("-")[0]]:void 0,background:li.arrowBg.reference,top:"0",left:"0",width:"100%",height:"100%",position:"absolute",zIndex:"inherit"},floating:{position:o,isolation:"isolate",minWidth:n?void 0:"max-content",width:n?"var(--reference-width)":void 0,maxWidth:r?"var(--available-width)":void 0,maxHeight:r?"var(--available-height)":void 0,pointerEvents:t?void 0:"none",top:"0px",left:"0px",transform:t?"translate3d(var(--x), var(--y), 0)":"translate3d(0, -100vh, 0)",zIndex:"var(--z-index)"}}}var As=new WeakMap,cc=new WeakMap,dc={},op=0,bT=e=>e&&(e.host||bT(e.parentNode)),A5=(e,t)=>t.map(n=>{if(e.contains(n))return n;const r=bT(n);return r&&e.contains(r)?r:(console.error("[zag-js > ariaHidden] target",n,"in not contained inside",e,". Doing nothing"),null)}).filter(n=>!!n),v5=new Set(["script","output","status","next-route-announcer"]),C5=e=>v5.has(e.localName)||e.role==="status"||e.hasAttribute("aria-live")?!0:e.matches("[data-live-announcer]"),k5=(e,t)=>{const{parentNode:n,markerName:r,controlAttribute:o,followControlledElements:a=!0}=t,u=A5(n,Array.isArray(e)?e:[e]);dc[r]||(dc[r]=new WeakMap);const c=dc[r],d=[],f=new Set,p=new Set(u),m=y=>{!y||f.has(y)||(f.add(y),m(y.parentNode))};u.forEach(y=>{m(y),a&&Jt(y)&&Ib(y,_=>{m(_)})});const T=y=>{!y||p.has(y)||Array.prototype.forEach.call(y.children,_=>{if(f.has(_))T(_);else try{if(C5(_))return;const A=_.getAttribute(o)==="true",v=(As.get(_)||0)+1,N=(c.get(_)||0)+1;As.set(_,v),c.set(_,N),d.push(_),v===1&&A&&cc.set(_,!0),N===1&&_.setAttribute(r,""),A||_.setAttribute(o,"true")}catch(S){console.error("[zag-js > ariaHidden] cannot operate on ",_,S)}})};return T(n),f.clear(),op++,()=>{d.forEach(y=>{const _=As.get(y)-1,S=c.get(y)-1;As.set(y,_),c.set(y,S),_||(cc.has(y)||y.removeAttribute(o),cc.delete(y)),S||y.removeAttribute(r)}),op--,op||(As=new WeakMap,As=new WeakMap,cc=new WeakMap,dc={})}},P5=e=>(Array.isArray(e)?e[0]:e).ownerDocument.body,N5=(e,t=P5(e),n="data-aria-hidden",r=!0)=>{if(t)return k5(e,{parentNode:t,markerName:n,controlAttribute:"aria-hidden",followControlledElements:r})},O5=e=>{const t=requestAnimationFrame(()=>e());return()=>cancelAnimationFrame(t)};function TT(e,t={}){const{defer:n=!0}=t,r=n?O5:a=>a(),o=[];return o.push(r(()=>{const u=(typeof e=="function"?e():e).filter(Boolean);u.length!==0&&o.push(N5(u))})),()=>{o.forEach(a=>a==null?void 0:a())}}function I5(e){const t={each(n){var r;for(let o=0;o<((r=e.frames)==null?void 0:r.length);o+=1){const a=e.frames[o];a&&n(a)}},addEventListener(n,r,o){return t.each(a=>{try{a.document.addEventListener(n,r,o)}catch(u){}}),()=>{try{t.removeEventListener(n,r,o)}catch(a){}}},removeEventListener(n,r,o){t.each(a=>{try{a.document.removeEventListener(n,r,o)}catch(u){}})}};return t}function R5(e){const t=e.frameElement!=null?e.parent:null;return{addEventListener:(n,r,o)=>{try{t==null||t.addEventListener(n,r,o)}catch(a){}return()=>{try{t==null||t.removeEventListener(n,r,o)}catch(a){}}},removeEventListener:(n,r,o)=>{try{t==null||t.removeEventListener(n,r,o)}catch(a){}}}}var _T="pointerdown.outside",ST="focus.outside";function L5(e){for(const t of e)if(Jt(t)&&Fr(t))return!0;return!1}var xT=e=>"clientY"in e;function D5(e,t){if(!xT(t)||!e)return!1;const n=e.getBoundingClientRect();return n.width===0||n.height===0?!1:n.top<=t.clientY&&t.clientY<=n.top+n.height&&n.left<=t.clientX&&t.clientX<=n.left+n.width}function M5(e,t){return e.y<=t.y&&t.y<=e.y+e.height&&e.x<=t.x&&t.x<=e.x+e.width}function wT(e,t){if(!t||!xT(e))return!1;const n=t.scrollHeight>t.clientHeight,r=n&&e.clientX>t.offsetLeft+t.clientWidth,o=t.scrollWidth>t.clientWidth,a=o&&e.clientY>t.offsetTop+t.clientHeight,u={x:t.offsetLeft,y:t.offsetTop,width:t.clientWidth+(n?16:0),height:t.clientHeight+(o?16:0)},c={x:e.clientX,y:e.clientY};return M5(u,c)?r||a:!1}function F5(e,t){const{exclude:n,onFocusOutside:r,onPointerDownOutside:o,onInteractOutside:a,defer:u,followControlledElements:c=!0}=t;if(!e)return;const d=Mr(e),f=hs(e),p=I5(f),m=R5(f);function T(k,H){if(!Jt(H)||!H.isConnected||fs(e,H)||D5(e,k)||c&&Ob(e,H))return!1;const V=d.querySelector(`[aria-controls="${e.id}"]`);if(V){const q=zh(V);if(wT(k,q))return!1}const F=zh(e);return wT(k,F)?!1:!(n!=null&&n(H))}const y=new Set,_=go(e==null?void 0:e.getRootNode());function S(k){function H(V){var ge,$;const F=u&&!Rb()?Vt:se=>se(),q=V!=null?V:k,ie=($=(ge=q==null?void 0:q.composedPath)==null?void 0:ge.call(q))!=null?$:[q==null?void 0:q.target];F(()=>{const se=_?ie[0]:Er(k);if(!(!e||!T(k,se))){if(o||a){const ce=Oh(o,a);e.addEventListener(_T,ce,{once:!0})}AT(e,_T,{bubbles:!1,cancelable:!0,detail:{originalEvent:q,contextmenu:_4(q),focusable:L5(ie),target:se}})}})}k.pointerType==="touch"?(y.forEach(V=>V()),y.add(Zt(d,"click",H,{once:!0})),y.add(m.addEventListener("click",H,{once:!0})),y.add(p.addEventListener("click",H,{once:!0}))):H()}const A=new Set,v=setTimeout(()=>{A.add(Zt(d,"pointerdown",S,!0)),A.add(m.addEventListener("pointerdown",S,!0)),A.add(p.addEventListener("pointerdown",S,!0))},0);function N(k){(u?Vt:V=>V())(()=>{var q,ie;const V=(ie=(q=k==null?void 0:k.composedPath)==null?void 0:q.call(k))!=null?ie:[k==null?void 0:k.target],F=_?V[0]:Er(k);if(!(!e||!T(k,F))){if(r||a){const ge=Oh(r,a);e.addEventListener(ST,ge,{once:!0})}AT(e,ST,{bubbles:!1,cancelable:!0,detail:{originalEvent:k,contextmenu:!1,focusable:Fr(F),target:F}})}})}return Rb()||(A.add(Zt(d,"focusin",N,!0)),A.add(m.addEventListener("focusin",N,!0)),A.add(p.addEventListener("focusin",N,!0))),()=>{clearTimeout(v),y.forEach(k=>k()),A.forEach(k=>k())}}function B5(e,t){const{defer:n}=t,r=n?Vt:a=>a(),o=[];return o.push(r(()=>{const a=typeof e=="function"?e():e;o.push(F5(a,t))})),()=>{o.forEach(a=>a==null?void 0:a())}}function AT(e,t,n){const r=e.ownerDocument.defaultView||window,o=new r.CustomEvent(t,n);return e.dispatchEvent(o)}function U5(e,t){const n=r=>{r.key==="Escape"&&(r.isComposing||t==null||t(r))};return Zt(Mr(e),"keydown",n,{capture:!0})}var vT="layer:request-dismiss",or={layers:[],branches:[],count(){return this.layers.length},pointerBlockingLayers(){return this.layers.filter(e=>e.pointerBlocking)},topMostPointerBlockingLayer(){return[...this.pointerBlockingLayers()].slice(-1)[0]},hasPointerBlockingLayer(){return this.pointerBlockingLayers().length>0},isBelowPointerBlockingLayer(e){var r;const t=this.indexOf(e),n=this.topMostPointerBlockingLayer()?this.indexOf((r=this.topMostPointerBlockingLayer())==null?void 0:r.node):-1;return t<n},isTopMost(e){const t=this.layers[this.count()-1];return(t==null?void 0:t.node)===e},getNestedLayers(e){return Array.from(this.layers).slice(this.indexOf(e)+1)},getLayersByType(e){return this.layers.filter(t=>t.type===e)},getNestedLayersByType(e,t){const n=this.indexOf(e);return n===-1?[]:this.layers.slice(n+1).filter(r=>r.type===t)},getParentLayerOfType(e,t){const n=this.indexOf(e);if(!(n<=0))return this.layers.slice(0,n).reverse().find(r=>r.type===t)},countNestedLayersOfType(e,t){return this.getNestedLayersByType(e,t).length},isInNestedLayer(e,t){return this.getNestedLayers(e).some(n=>fs(n.node,t))},isInBranch(e){return Array.from(this.branches).some(t=>fs(t,e))},add(e){this.layers.push(e),this.syncLayers()},addBranch(e){this.branches.push(e)},remove(e){const t=this.indexOf(e);t<0||(t<this.count()-1&&this.getNestedLayers(e).forEach(r=>or.dismiss(r.node,e)),this.layers.splice(t,1),this.syncLayers())},removeBranch(e){const t=this.branches.indexOf(e);t>=0&&this.branches.splice(t,1)},syncLayers(){this.layers.forEach((e,t)=>{e.node.style.setProperty("--layer-index",`${t}`),e.node.removeAttribute("data-nested"),e.node.removeAttribute("data-has-nested"),this.getParentLayerOfType(e.node,e.type)&&e.node.setAttribute("data-nested",e.type);const r=this.countNestedLayersOfType(e.node,e.type);r>0&&e.node.setAttribute("data-has-nested",e.type),e.node.style.setProperty("--nested-layer-count",`${r}`)})},indexOf(e){return this.layers.findIndex(t=>t.node===e)},dismiss(e,t){const n=this.indexOf(e);if(n===-1)return;const r=this.layers[n];z5(e,vT,o=>{var a;(a=r.requestDismiss)==null||a.call(r,o),o.defaultPrevented||r==null||r.dismiss()}),H5(e,vT,{originalLayer:e,targetLayer:t,originalIndex:n,targetIndex:t?this.indexOf(t):-1}),this.syncLayers()},clear(){this.remove(this.layers[0].node)}};function H5(e,t,n){const r=e.ownerDocument.defaultView||window,o=new r.CustomEvent(t,{cancelable:!0,bubbles:!0,detail:n});return e.dispatchEvent(o)}function z5(e,t,n){e.addEventListener(t,n,{once:!0})}var CT;function kT(){or.layers.forEach(({node:e})=>{e.style.pointerEvents=or.isBelowPointerBlockingLayer(e)?"none":"auto"})}function j5(e){e.style.pointerEvents=""}function $5(e,t){const n=Mr(e),r=[];return or.hasPointerBlockingLayer()&&!n.body.hasAttribute("data-inert")&&(CT=document.body.style.pointerEvents,queueMicrotask(()=>{n.body.style.pointerEvents="none",n.body.setAttribute("data-inert","")})),t==null||t.forEach(o=>{const[a,u]=V4(()=>{const c=o();return Jt(c)?c:null},{timeout:1e3});a.then(c=>r.push(Ql(c,{pointerEvents:"auto"}))),r.push(u)}),()=>{or.hasPointerBlockingLayer()||(queueMicrotask(()=>{n.body.style.pointerEvents=CT,n.body.removeAttribute("data-inert"),n.body.style.length===0&&n.body.removeAttribute("style")}),r.forEach(o=>o()))}}function V5(e,t){const{warnOnMissingNode:n=!0}=t;if(n&&!e){Rh("[@zag-js/dismissable] node is `null` or `undefined`");return}if(!e)return;const{onDismiss:r,onRequestDismiss:o,pointerBlocking:a,exclude:u,debug:c,type:d="dialog"}=t,f={dismiss:r,node:e,type:d,pointerBlocking:a,requestDismiss:o};or.add(f),kT();function p(S){var v,N;const A=Er(S.detail.originalEvent);or.isBelowPointerBlockingLayer(e)||or.isInBranch(A)||((v=t.onPointerDownOutside)==null||v.call(t,S),(N=t.onInteractOutside)==null||N.call(t,S),!S.defaultPrevented&&(c&&console.log("onPointerDownOutside:",S.detail.originalEvent),r==null||r()))}function m(S){var v,N;const A=Er(S.detail.originalEvent);or.isInBranch(A)||((v=t.onFocusOutside)==null||v.call(t,S),(N=t.onInteractOutside)==null||N.call(t,S),!S.defaultPrevented&&(c&&console.log("onFocusOutside:",S.detail.originalEvent),r==null||r()))}function T(S){var A;or.isTopMost(e)&&((A=t.onEscapeKeyDown)==null||A.call(t,S),!S.defaultPrevented&&r&&(S.preventDefault(),r()))}function y(S){var k;if(!e)return!1;const A=typeof u=="function"?u():u,v=Array.isArray(A)?A:[A],N=(k=t.persistentElements)==null?void 0:k.map(H=>H()).filter(Jt);return N&&v.push(...N),v.some(H=>fs(H,S))||or.isInNestedLayer(e,S)}const _=[a?$5(e,t.persistentElements):void 0,U5(e,T),B5(e,{exclude:y,onFocusOutside:m,onPointerDownOutside:p,defer:t.defer})];return()=>{or.remove(e),kT(),j5(e),_.forEach(S=>S==null?void 0:S())}}function PT(e,t){const{defer:n}=t,r=n?Vt:a=>a(),o=[];return o.push(r(()=>{const a=cs(e)?e():e;o.push(V5(a,t))})),()=>{o.forEach(a=>a==null?void 0:a())}}var q5=Object.defineProperty,Y5=(e,t,n)=>t in e?q5(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,At=(e,t,n)=>Y5(e,typeof t!="symbol"?t+"":t,n),NT={activateTrap(e,t){if(e.length>0){const r=e[e.length-1];r!==t&&r.pause()}const n=e.indexOf(t);n===-1||e.splice(n,1),e.push(t)},deactivateTrap(e,t){const n=e.indexOf(t);n!==-1&&e.splice(n,1),e.length>0&&e[e.length-1].unpause()}},W5=[],G5=class{constructor(e,t){At(this,"trapStack"),At(this,"config"),At(this,"doc"),At(this,"state",{containers:[],containerGroups:[],tabbableGroups:[],nodeFocusedBeforeActivation:null,mostRecentlyFocusedNode:null,active:!1,paused:!1,delayInitialFocusTimer:void 0,recentNavEvent:void 0}),At(this,"portalContainers",new Set),At(this,"listenerCleanups",[]),At(this,"handleFocus",r=>{const o=Er(r),a=this.findContainerIndex(o,r)>=0;if(a||Wl(o))a&&(this.state.mostRecentlyFocusedNode=o);else{r.stopImmediatePropagation();let u,c=!0;if(this.state.mostRecentlyFocusedNode)if(Ya(this.state.mostRecentlyFocusedNode)>0){const d=this.findContainerIndex(this.state.mostRecentlyFocusedNode),{tabbableNodes:f}=this.state.containerGroups[d];if(f.length>0){const p=f.findIndex(m=>m===this.state.mostRecentlyFocusedNode);p>=0&&(this.config.isKeyForward(this.state.recentNavEvent)?p+1<f.length&&(u=f[p+1],c=!1):p-1>=0&&(u=f[p-1],c=!1))}}else this.state.containerGroups.some(d=>d.tabbableNodes.some(f=>Ya(f)>0))||(c=!1);else c=!1;c&&(u=this.findNextNavNode({target:this.state.mostRecentlyFocusedNode,isBackward:this.config.isKeyBackward(this.state.recentNavEvent)})),u?this.tryFocus(u):this.tryFocus(this.state.mostRecentlyFocusedNode||this.getInitialFocusNode())}this.state.recentNavEvent=void 0}),At(this,"handlePointerDown",r=>{const o=Er(r);if(!(this.findContainerIndex(o,r)>=0)){if(eu(this.config.clickOutsideDeactivates,r)){this.deactivate({returnFocus:this.config.returnFocusOnDeactivate});return}eu(this.config.allowOutsideClick,r)||r.preventDefault()}}),At(this,"handleClick",r=>{const o=Er(r);this.findContainerIndex(o,r)>=0||eu(this.config.clickOutsideDeactivates,r)||eu(this.config.allowOutsideClick,r)||(r.preventDefault(),r.stopImmediatePropagation())}),At(this,"handleTabKey",r=>{if(this.config.isKeyForward(r)||this.config.isKeyBackward(r)){this.state.recentNavEvent=r;const o=this.config.isKeyBackward(r),a=this.findNextNavNode({event:r,isBackward:o});if(!a)return;Za(r)&&r.preventDefault(),this.tryFocus(a)}}),At(this,"handleEscapeKey",r=>{X5(r)&&eu(this.config.escapeDeactivates,r)!==!1&&(r.preventDefault(),this.deactivate())}),At(this,"_mutationObserver"),At(this,"setupMutationObserver",()=>{const r=this.doc.defaultView||window;this._mutationObserver=new r.MutationObserver(o=>{o.some(c=>Array.from(c.removedNodes).some(f=>f===this.state.mostRecentlyFocusedNode))&&this.tryFocus(this.getInitialFocusNode()),o.some(c=>c.type==="attributes"&&(c.attributeName==="aria-controls"||c.attributeName==="aria-expanded")?!0:c.type==="childList"&&c.addedNodes.length>0?Array.from(c.addedNodes).some(d=>{if(d.nodeType!==Node.ELEMENT_NODE)return!1;const f=d;return f4(f)?!0:f.id&&!this.state.containers.some(p=>p.contains(f))?h4(f):!1}):!1)&&this.state.active&&!this.state.paused&&(this.updateTabbableNodes(),this.updatePortalContainers())})}),At(this,"updateObservedNodes",()=>{var r;(r=this._mutationObserver)==null||r.disconnect(),this.state.active&&!this.state.paused&&(this.state.containers.map(o=>{var a;(a=this._mutationObserver)==null||a.observe(o,{subtree:!0,childList:!0,attributes:!0,attributeFilter:["aria-controls","aria-expanded"]})}),this.portalContainers.forEach(o=>{this.observePortalContainer(o)}))}),At(this,"getInitialFocusNode",()=>{let r=this.getNodeForOption("initialFocus",{hasFallback:!0});if(r===!1)return!1;if(r===void 0||r&&!Fr(r)){const o=ps(this.doc);if(o&&this.findContainerIndex(o)>=0)r=o;else{const a=this.state.tabbableGroups[0];r=a&&a.firstTabbableNode||this.getNodeForOption("fallbackFocus")}}else r===null&&(r=this.getNodeForOption("fallbackFocus"));if(!r)throw new Error("Your focus-trap needs to have at least one focusable element");return r.isConnected||(r=this.getNodeForOption("fallbackFocus")),r}),At(this,"tryFocus",r=>{if(r!==!1&&r!==ps(this.doc)){if(!r||!r.focus){this.tryFocus(this.getInitialFocusNode());return}r.focus({preventScroll:!!this.config.preventScroll}),this.state.mostRecentlyFocusedNode=r,K5(r)&&r.select()}}),At(this,"deactivate",r=>{if(!this.state.active)return this;const o=M({onDeactivate:this.config.onDeactivate,onPostDeactivate:this.config.onPostDeactivate,checkCanReturnFocus:this.config.checkCanReturnFocus},r);clearTimeout(this.state.delayInitialFocusTimer),this.state.delayInitialFocusTimer=void 0,this.removeListeners(),this.state.active=!1,this.state.paused=!1,this.updateObservedNodes(),NT.deactivateTrap(this.trapStack,this),this.portalContainers.clear();const a=this.getOption(o,"onDeactivate"),u=this.getOption(o,"onPostDeactivate"),c=this.getOption(o,"checkCanReturnFocus"),d=this.getOption(o,"returnFocus","returnFocusOnDeactivate");a==null||a();const f=()=>{OT(()=>{if(d){const p=this.getReturnFocusNode(this.state.nodeFocusedBeforeActivation);this.tryFocus(p)}u==null||u()})};if(d&&c){const p=this.getReturnFocusNode(this.state.nodeFocusedBeforeActivation);return c(p).then(f,f),this}return f(),this}),At(this,"pause",r=>{if(this.state.paused||!this.state.active)return this;const o=this.getOption(r,"onPause"),a=this.getOption(r,"onPostPause");return this.state.paused=!0,o==null||o(),this.removeListeners(),this.updateObservedNodes(),a==null||a(),this}),At(this,"unpause",r=>{if(!this.state.paused||!this.state.active)return this;const o=this.getOption(r,"onUnpause"),a=this.getOption(r,"onPostUnpause");return this.state.paused=!1,o==null||o(),this.updateTabbableNodes(),this.addListeners(),this.updateObservedNodes(),a==null||a(),this}),At(this,"updateContainerElements",r=>(this.state.containers=Array.isArray(r)?r.filter(Boolean):[r].filter(Boolean),this.state.active&&this.updateTabbableNodes(),this.updateObservedNodes(),this)),At(this,"getReturnFocusNode",r=>{const o=this.getNodeForOption("setReturnFocus",{params:[r]});return o||(o===!1?!1:r)}),At(this,"getOption",(r,o,a)=>r&&r[o]!==void 0?r[o]:this.config[a||o]),At(this,"getNodeForOption",(r,{hasFallback:o=!1,params:a=[]}={})=>{let u=this.config[r];if(typeof u=="function"&&(u=u(...a)),u===!0&&(u=void 0),!u){if(u===void 0||u===!1)return u;throw new Error(`\`${r}\` was specified but was not a node, or did not return a node`)}let c=u;if(typeof u=="string"){try{c=this.doc.querySelector(u)}catch(d){throw new Error(`\`${r}\` appears to be an invalid selector; error="${d.message}"`)}if(!c&&!o)throw new Error(`\`${r}\` as selector refers to no known node`)}return c}),At(this,"findNextNavNode",r=>{const{event:o,isBackward:a=!1}=r,u=r.target||Er(o);this.updateTabbableNodes();let c=null;if(this.state.tabbableGroups.length>0){const d=this.findContainerIndex(u,o),f=d>=0?this.state.containerGroups[d]:void 0;if(d<0)a?c=this.state.tabbableGroups[this.state.tabbableGroups.length-1].lastTabbableNode:c=this.state.tabbableGroups[0].firstTabbableNode;else if(a){let p=this.state.tabbableGroups.findIndex(({firstTabbableNode:m})=>u===m);if(p<0&&((f==null?void 0:f.container)===u||Fr(u)&&!Eo(u)&&!(f!=null&&f.nextTabbableNode(u,!1)))&&(p=d),p>=0){const m=p===0?this.state.tabbableGroups.length-1:p-1,T=this.state.tabbableGroups[m];c=Ya(u)>=0?T.lastTabbableNode:T.lastDomTabbableNode}else Za(o)||(c=f==null?void 0:f.nextTabbableNode(u,!1))}else{let p=this.state.tabbableGroups.findIndex(({lastTabbableNode:m})=>u===m);if(p<0&&((f==null?void 0:f.container)===u||Fr(u)&&!Eo(u)&&!(f!=null&&f.nextTabbableNode(u)))&&(p=d),p>=0){const m=p===this.state.tabbableGroups.length-1?0:p+1,T=this.state.tabbableGroups[m];c=Ya(u)>=0?T.firstTabbableNode:T.firstDomTabbableNode}else Za(o)||(c=f==null?void 0:f.nextTabbableNode(u))}}else c=this.getNodeForOption("fallbackFocus");return c}),this.trapStack=t.trapStack||W5;const n=M({returnFocusOnDeactivate:!0,escapeDeactivates:!0,delayInitialFocus:!0,followControlledElements:!0,isKeyForward(r){return Za(r)&&!r.shiftKey},isKeyBackward(r){return Za(r)&&r.shiftKey}},t);this.doc=n.document||Mr(Array.isArray(e)?e[0]:e),this.config=n,this.updateContainerElements(e),this.setupMutationObserver()}addPortalContainer(e){const t=e.parentElement;t&&!this.portalContainers.has(t)&&(this.portalContainers.add(t),this.state.active&&!this.state.paused&&this.observePortalContainer(t))}observePortalContainer(e){var t;(t=this._mutationObserver)==null||t.observe(e,{subtree:!0,childList:!0,attributes:!0,attributeFilter:["aria-controls","aria-expanded"]})}updatePortalContainers(){this.config.followControlledElements&&this.state.containers.forEach(e=>{l4(e).forEach(n=>{this.addPortalContainer(n)})})}get active(){return this.state.active}get paused(){return this.state.paused}findContainerIndex(e,t){const n=typeof(t==null?void 0:t.composedPath)=="function"?t.composedPath():void 0;return this.state.containerGroups.findIndex(({container:r,tabbableNodes:o})=>r.contains(e)||(n==null?void 0:n.includes(r))||o.find(a=>a===e)||this.isControlledElement(r,e))}isControlledElement(e,t){return this.config.followControlledElements?Ob(e,t):!1}updateTabbableNodes(){if(this.state.containerGroups=this.state.containers.map(e=>{const t=gs(e,{getShadowRoot:this.config.getShadowRoot}),n=Hb(e,{getShadowRoot:this.config.getShadowRoot}),r=t[0],o=t[t.length-1],a=r,u=o;let c=!1;for(let f=0;f<t.length;f++)if(Ya(t[f])>0){c=!0;break}function d(f,p=!0){const m=t.indexOf(f);if(m>=0)return t[m+(p?1:-1)];const T=n.indexOf(f);if(!(T<0)){if(p){for(let y=T+1;y<n.length;y++)if(Eo(n[y]))return n[y]}else for(let y=T-1;y>=0;y--)if(Eo(n[y]))return n[y]}}return{container:e,tabbableNodes:t,focusableNodes:n,posTabIndexesFound:c,firstTabbableNode:r,lastTabbableNode:o,firstDomTabbableNode:a,lastDomTabbableNode:u,nextTabbableNode:d}}),this.state.tabbableGroups=this.state.containerGroups.filter(e=>e.tabbableNodes.length>0),this.state.tabbableGroups.length<=0&&!this.getNodeForOption("fallbackFocus"))throw new Error("Your focus-trap must have at least one container with at least one tabbable node in it at all times");if(this.state.containerGroups.find(e=>e.posTabIndexesFound)&&this.state.containerGroups.length>1)throw new Error("At least one node with a positive tabindex was found in one of your focus-trap's multiple containers. Positive tabindexes are only supported in single-container focus-traps.")}addListeners(){if(this.state.active)return NT.activateTrap(this.trapStack,this),this.state.delayInitialFocusTimer=this.config.delayInitialFocus?OT(()=>{this.tryFocus(this.getInitialFocusNode())}):this.tryFocus(this.getInitialFocusNode()),this.listenerCleanups.push(Zt(this.doc,"focusin",this.handleFocus,!0),Zt(this.doc,"mousedown",this.handlePointerDown,{capture:!0,passive:!1}),Zt(this.doc,"touchstart",this.handlePointerDown,{capture:!0,passive:!1}),Zt(this.doc,"click",this.handleClick,{capture:!0,passive:!1}),Zt(this.doc,"keydown",this.handleTabKey,{capture:!0,passive:!1}),Zt(this.doc,"keydown",this.handleEscapeKey)),this}removeListeners(){if(this.state.active)return this.listenerCleanups.forEach(e=>e()),this.listenerCleanups=[],this}activate(e){if(this.state.active)return this;const t=this.getOption(e,"onActivate"),n=this.getOption(e,"onPostActivate"),r=this.getOption(e,"checkCanFocusTrap");r||this.updateTabbableNodes(),this.state.active=!0,this.state.paused=!1,this.state.nodeFocusedBeforeActivation=ps(this.doc),t==null||t();const o=()=>{r&&this.updateTabbableNodes(),this.addListeners(),this.updateObservedNodes(),n==null||n()};return r?(r(this.state.containers.concat()).then(o,o),this):(o(),this)}},Za=e=>e.key==="Tab",eu=(e,...t)=>typeof e=="function"?e(...t):e,X5=e=>!e.isComposing&&e.key==="Escape",OT=e=>setTimeout(e,0),K5=e=>e.localName==="input"&&"select"in e&&typeof e.select=="function";function IT(e,t={}){let n;const r=Vt(()=>{const o=typeof e=="function"?e():e;if(o){n=new G5(o,pe(M({escapeDeactivates:!1,allowOutsideClick:!0,preventScroll:!0,returnFocusOnDeactivate:!0,delayInitialFocus:!1,fallbackFocus:o},t),{document:Mr(o)}));try{n.activate()}catch(a){}}});return function(){n==null||n.deactivate(),r()}}var sp="data-scroll-lock";function Q5(e){const t=e.getBoundingClientRect().left;return Math.round(t)+e.scrollLeft?"paddingLeft":"paddingRight"}function RT(e){const t=ms(e),n=t==null?void 0:t.scrollbarGutter;return n==="stable"||(n==null?void 0:n.startsWith("stable "))===!0}function LT(e){var y;const t=e!=null?e:document,n=(y=t.defaultView)!=null?y:window,{documentElement:r,body:o}=t;if(o.hasAttribute(sp))return;const u=RT(r)||RT(o),c=n.innerWidth-r.clientWidth;o.setAttribute(sp,"");const d=()=>j4(r,"--scrollbar-width",`${c}px`),f=Q5(r),p=()=>{const _={overflow:"hidden"};return!u&&c>0&&(_[f]=`${c}px`),Ql(o,_)},m=()=>{var V,F;const{scrollX:_,scrollY:S,visualViewport:A}=n,v=(V=A==null?void 0:A.offsetLeft)!=null?V:0,N=(F=A==null?void 0:A.offsetTop)!=null?F:0,k={position:"fixed",overflow:"hidden",top:`${-(S-Math.floor(N))}px`,left:`${-(_-Math.floor(v))}px`,right:"0"};!u&&c>0&&(k[f]=`${c}px`);const H=Ql(o,k);return()=>{H==null||H(),n.scrollTo({left:_,top:S,behavior:"instant"})}},T=[d(),Gl()?m():p()];return()=>{T.forEach(_=>_==null?void 0:_()),o.removeAttribute(sp)}}var J5=bo("popover").parts("arrow","arrowTip","anchor","trigger","indicator","positioner","content","title","description","closeTrigger"),jr=J5.build(),DT=e=>{var t,n;return(n=(t=e.ids)==null?void 0:t.anchor)!=null?n:`popover:${e.id}:anchor`},MT=e=>{var t,n;return(n=(t=e.ids)==null?void 0:t.trigger)!=null?n:`popover:${e.id}:trigger`},ap=e=>{var t,n;return(n=(t=e.ids)==null?void 0:t.content)!=null?n:`popover:${e.id}:content`},FT=e=>{var t,n;return(n=(t=e.ids)==null?void 0:t.positioner)!=null?n:`popover:${e.id}:popper`},Z5=e=>{var t,n;return(n=(t=e.ids)==null?void 0:t.arrow)!=null?n:`popover:${e.id}:arrow`},up=e=>{var t,n;return(n=(t=e.ids)==null?void 0:t.title)!=null?n:`popover:${e.id}:title`},lp=e=>{var t,n;return(n=(t=e.ids)==null?void 0:t.description)!=null?n:`popover:${e.id}:desc`},eM=e=>{var t,n;return(n=(t=e.ids)==null?void 0:t.closeTrigger)!=null?n:`popover:${e.id}:close`},BT=e=>e.getById(DT(e)),vs=e=>e.getById(MT(e)),Cs=e=>e.getById(ap(e)),UT=e=>e.getById(FT(e)),tM=e=>e.getById(up(e)),nM=e=>e.getById(lp(e));function rM(e,t){const{state:n,context:r,send:o,computed:a,prop:u,scope:c}=e,d=n.matches("open"),f=r.get("currentPlacement"),p=a("currentPortalled"),m=r.get("renderedElements"),T=w5(pe(M({},u("positioning")),{placement:f}));return{portalled:p,open:d,setOpen(y){n.matches("open")!==y&&o({type:y?"OPEN":"CLOSE"})},reposition(y={}){o({type:"POSITIONING.SET",options:y})},getArrowProps(){return t.element(pe(M({id:Z5(c)},jr.arrow.attrs),{dir:u("dir"),style:T.arrow}))},getArrowTipProps(){return t.element(pe(M({},jr.arrowTip.attrs),{dir:u("dir"),style:T.arrowTip}))},getAnchorProps(){return t.element(pe(M({},jr.anchor.attrs),{dir:u("dir"),id:DT(c)}))},getTriggerProps(){return t.button(pe(M({},jr.trigger.attrs),{dir:u("dir"),type:"button","data-placement":f,id:MT(c),"aria-haspopup":"dialog","aria-expanded":d,"data-state":d?"open":"closed","aria-controls":ap(c),onPointerDown(y){Lb(y)&&b4()&&y.currentTarget.focus()},onClick(y){y.defaultPrevented||o({type:"TOGGLE"})},onBlur(y){o({type:"TRIGGER_BLUR",target:y.relatedTarget})}}))},getIndicatorProps(){return t.element(pe(M({},jr.indicator.attrs),{dir:u("dir"),"data-state":d?"open":"closed"}))},getPositionerProps(){return t.element(pe(M({id:FT(c)},jr.positioner.attrs),{dir:u("dir"),style:T.floating}))},getContentProps(){return t.element(pe(M({},jr.content.attrs),{dir:u("dir"),id:ap(c),tabIndex:-1,role:"dialog","aria-modal":kb(u("modal")),hidden:!d,"data-state":d?"open":"closed","data-expanded":ds(d),"aria-labelledby":m.title?up(c):void 0,"aria-describedby":m.description?lp(c):void 0,"data-placement":f}))},getTitleProps(){return t.element(pe(M({},jr.title.attrs),{id:up(c),dir:u("dir")}))},getDescriptionProps(){return t.element(pe(M({},jr.description.attrs),{id:lp(c),dir:u("dir")}))},getCloseTriggerProps(){return t.button(pe(M({},jr.closeTrigger.attrs),{dir:u("dir"),id:eM(c),type:"button","aria-label":"close",onClick(y){y.defaultPrevented||(y.stopPropagation(),o({type:"CLOSE"}))}}))}}}var iM={props({props:e}){return pe(M({closeOnInteractOutside:!0,closeOnEscape:!0,autoFocus:!0,modal:!1,portalled:!0},e),{positioning:M({placement:"bottom"},e.positioning)})},initialState({prop:e}){return e("open")||e("defaultOpen")?"open":"closed"},context({bindable:e}){return{currentPlacement:e(()=>({defaultValue:void 0})),renderedElements:e(()=>({defaultValue:{title:!0,description:!0}}))}},computed:{currentPortalled:({prop:e})=>!!e("modal")||!!e("portalled")},watch({track:e,prop:t,action:n}){e([()=>t("open")],()=>{n(["toggleVisibility"])})},entry:["checkRenderedElements"],states:{closed:{on:{"CONTROLLED.OPEN":{target:"open",actions:["setInitialFocus"]},TOGGLE:[{guard:"isOpenControlled",actions:["invokeOnOpen"]},{target:"open",actions:["invokeOnOpen","setInitialFocus"]}],OPEN:[{guard:"isOpenControlled",actions:["invokeOnOpen"]},{target:"open",actions:["invokeOnOpen","setInitialFocus"]}]}},open:{effects:["trapFocus","preventScroll","hideContentBelow","trackPositioning","trackDismissableElement","proxyTabFocus"],on:{"CONTROLLED.CLOSE":{target:"closed",actions:["setFinalFocus"]},CLOSE:[{guard:"isOpenControlled",actions:["invokeOnClose"]},{target:"closed",actions:["invokeOnClose","setFinalFocus"]}],TOGGLE:[{guard:"isOpenControlled",actions:["invokeOnClose"]},{target:"closed",actions:["invokeOnClose"]}],"POSITIONING.SET":{actions:["reposition"]}}}},implementations:{guards:{isOpenControlled:({prop:e})=>e("open")!=null},effects:{trackPositioning({context:e,prop:t,scope:n}){var a;e.set("currentPlacement",t("positioning").placement);const r=(a=BT(n))!=null?a:vs(n);return yT(r,()=>UT(n),pe(M({},t("positioning")),{defer:!0,onComplete(u){e.set("currentPlacement",u.placement)}}))},trackDismissableElement({send:e,prop:t,scope:n}){const r=()=>Cs(n);let o=!0;return PT(r,{type:"popover",pointerBlocking:t("modal"),exclude:vs(n),defer:!0,onEscapeKeyDown(a){var u;(u=t("onEscapeKeyDown"))==null||u(a),!t("closeOnEscape")&&a.preventDefault()},onInteractOutside(a){var u;(u=t("onInteractOutside"))==null||u(a),!a.defaultPrevented&&(o=!(a.detail.focusable||a.detail.contextmenu),t("closeOnInteractOutside")||a.preventDefault())},onPointerDownOutside:t("onPointerDownOutside"),onFocusOutside:t("onFocusOutside"),persistentElements:t("persistentElements"),onRequestDismiss:t("onRequestDismiss"),onDismiss(){e({type:"CLOSE",src:"interact-outside",restoreFocus:o})}})},proxyTabFocus({prop:e,scope:t}){return e("modal")||!e("portalled")?void 0:H4(()=>Cs(t),{triggerElement:vs(t),defer:!0,getShadowRoot:!0,onFocus(r){r.focus({preventScroll:!0})}})},hideContentBelow({prop:e,scope:t}){return e("modal")?TT(()=>[Cs(t),vs(t)],{defer:!0}):void 0},preventScroll({prop:e,scope:t}){if(e("modal"))return LT(t.getDoc())},trapFocus({prop:e,scope:t}){return e("modal")?IT(()=>Cs(t),{initialFocus:()=>zb({root:Cs(t),getInitialEl:e("initialFocusEl"),enabled:e("autoFocus")}),getShadowRoot:!0}):void 0}},actions:{reposition({event:e,prop:t,scope:n,context:r}){var u;const o=(u=BT(n))!=null?u:vs(n);yT(o,()=>UT(n),pe(M(M({},t("positioning")),e.options),{defer:!0,listeners:!1,onComplete(c){r.set("currentPlacement",c.placement)}}))},checkRenderedElements({context:e,scope:t}){Vt(()=>{Object.assign(e.get("renderedElements"),{title:!!tM(t),description:!!nM(t)})})},setInitialFocus({prop:e,scope:t}){e("modal")||Vt(()=>{const n=zb({root:Cs(t),getInitialEl:e("initialFocusEl"),enabled:e("autoFocus")});n==null||n.focus({preventScroll:!0})})},setFinalFocus({event:e,scope:t}){var r,o;const n=(o=e.restoreFocus)!=null?o:(r=e.previousEvent)==null?void 0:r.restoreFocus;n!=null&&!n||Vt(()=>{const a=vs(t);a==null||a.focus({preventScroll:!0})})},invokeOnOpen({prop:e,flush:t}){t(()=>{var n;(n=e("onOpenChange"))==null||n({open:!0})})},invokeOnClose({prop:e,flush:t}){t(()=>{var n;(n=e("onOpenChange"))==null||n({open:!1})})},toggleVisibility({event:e,send:t,prop:n}){t({type:n("open")?"CONTROLLED.OPEN":"CONTROLLED.CLOSE",previousEvent:e})}}}};bs()(["autoFocus","closeOnEscape","closeOnInteractOutside","dir","getRootNode","id","ids","initialFocusEl","modal","onEscapeKeyDown","onFocusOutside","onInteractOutside","onOpenChange","onPointerDownOutside","onRequestDismiss","defaultOpen","open","persistentElements","portalled","positioning"]);const[PU,fc]=yo({name:"EnvironmentContext",hookName:"useEnvironmentContext",providerName:"<EnvironmentProvider />",strict:!1,defaultValue:{getRootNode:()=>document,getDocument:()=>document,getWindow:()=>window}}),[NU,cp]=yo({name:"LocaleContext",hookName:"useLocaleContext",providerName:"<LocaleProvider />",strict:!1,defaultValue:{dir:"ltr",locale:"en-US"}}),oM=e=>{const t=B.useId(),{getRootNode:n}=fc(),{dir:r}=cp(),o=M({id:t,dir:r,getRootNode:n},e),a=Zl(iM,o);return rM(a,Vh)},sM=e=>{const[t,u]=Kb(e),c=u,{children:n}=c,r=cn(c,["children"]),o=oM(r),a=Wh(qt({present:o.open},t));return w.jsx(tD,{value:o,children:w.jsx(Wb,{value:a,children:n})})},HT=B.forwardRef((e,t)=>{const n=Yh(),r=Wa(),o=qt(pe(M({},n.getTriggerProps()),{"aria-controls":r.unmounted?void 0:n.getTriggerProps()["aria-controls"]}),e);return w.jsx(gn.button,pe(M({},o),{ref:t}))});HT.displayName="PopoverTrigger";function aM(e){return xt({attr:{fill:"currentColor",viewBox:"0 0 16 16"},child:[{tag:"path",attr:{fillRule:"evenodd",d:"M11.854 3.646a.5.5 0 0 1 0 .708L8.207 8l3.647 3.646a.5.5 0 0 1-.708.708l-4-4a.5.5 0 0 1 0-.708l4-4a.5.5 0 0 1 .708 0M4.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 1 0v-13a.5.5 0 0 0-.5-.5"},child:[]}]})(e)}function uM(e){return xt({attr:{fill:"currentColor",viewBox:"0 0 16 16"},child:[{tag:"path",attr:{fillRule:"evenodd",d:"M4.146 3.646a.5.5 0 0 0 0 .708L7.793 8l-3.647 3.646a.5.5 0 0 0 .708.708l4-4a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708 0M11.5 1a.5.5 0 0 1 .5.5v13a.5.5 0 0 1-1 0v-13a.5.5 0 0 1 .5-.5"},child:[]}]})(e)}function lM(e){return xt({attr:{fill:"currentColor",viewBox:"0 0 16 16"},child:[{tag:"path",attr:{fillRule:"evenodd",d:"M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0"},child:[]}]})(e)}function cM(e){return xt({attr:{fill:"currentColor",viewBox:"0 0 16 16"},child:[{tag:"path",attr:{fillRule:"evenodd",d:"M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708"},child:[]}]})(e)}function dM(e){return xt({attr:{fill:"currentColor",viewBox:"0 0 16 16"},child:[{tag:"path",attr:{fillRule:"evenodd",d:"M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2"},child:[]}]})(e)}function fM(e){return xt({attr:{fill:"currentColor",viewBox:"0 0 16 16"},child:[{tag:"path",attr:{d:"M15.854.146a.5.5 0 0 1 .11.54l-5.819 14.547a.75.75 0 0 1-1.329.124l-3.178-4.995L.643 7.184a.75.75 0 0 1 .124-1.33L15.314.037a.5.5 0 0 1 .54.11ZM6.636 10.07l2.761 4.338L14.13 2.576zm6.787-8.201L1.591 6.602l4.339 2.76z"},child:[]}]})(e)}function dp(e){return xt({attr:{fill:"currentColor",viewBox:"0 0 16 16"},child:[{tag:"path",attr:{d:"M7.657 6.247c.11-.33.576-.33.686 0l.645 1.937a2.89 2.89 0 0 0 1.829 1.828l1.936.645c.33.11.33.576 0 .686l-1.937.645a2.89 2.89 0 0 0-1.828 1.829l-.645 1.936a.361.361 0 0 1-.686 0l-.645-1.937a2.89 2.89 0 0 0-1.828-1.828l-1.937-.645a.361.361 0 0 1 0-.686l1.937-.645a2.89 2.89 0 0 0 1.828-1.828zM3.794 1.148a.217.217 0 0 1 .412 0l.387 1.162c.173.518.579.924 1.097 1.097l1.162.387a.217.217 0 0 1 0 .412l-1.162.387A1.73 1.73 0 0 0 4.593 5.69l-.387 1.162a.217.217 0 0 1-.412 0L3.407 5.69A1.73 1.73 0 0 0 2.31 4.593l-1.162-.387a.217.217 0 0 1 0-.412l1.162-.387A1.73 1.73 0 0 0 3.407 2.31zM10.863.099a.145.145 0 0 1 .274 0l.258.774c.115.346.386.617.732.732l.774.258a.145.145 0 0 1 0 .274l-.774.258a1.16 1.16 0 0 0-.732.732l-.258.774a.145.145 0 0 1-.274 0l-.258-.774a1.16 1.16 0 0 0-.732-.732L9.1 2.137a.145.145 0 0 1 0-.274l.774-.258c.346-.115.617-.386.732-.732z"},child:[]}]})(e)}function zT(e){return xt({attr:{fill:"currentColor",viewBox:"0 0 16 16"},child:[{tag:"path",attr:{d:"M9.5 13a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m0-5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m0-5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0"},child:[]}]})(e)}const hM=({className:e,componentType:t,children:n})=>{const[r,o]=B.useState(!1),{globalClassName:a}=nt(),u=f=>{o(f.open)},c=B.useCallback(()=>{o(!1)},[]),d=B.useMemo(()=>({closeMenu:c}),[c]);return w.jsxs(sM,{open:r,onOpenChange:u,positioning:{placement:"bottom-end"},children:[w.jsx(HT,{"aria-label":`Overflow menu for ${t}`,className:W(`${z}-overflow-menu-button-trigger`,`${z}-icon-button`,a,e,`cim-${t}-component`),children:w.jsx(zT,{})}),w.jsx(Xb,{children:w.jsx(Gb,{className:W(`${z}-overflow-menu-list`,a,`cim-${t}-component`),children:w.jsx(_b.Provider,{value:d,children:n})})})]})};function jT(e){return xt({attr:{viewBox:"0 0 24 24",fill:"currentColor"},child:[{tag:"path",attr:{d:"M15 4.00008H13V11.0001H20V9.00008H16.4142L20.7071 4.70718L19.2929 3.29297L15 7.58586V4.00008ZM4.00008 15H7.58586L3.29297 19.2929L4.70718 20.7071L9.00008 16.4142V20H11.0001V13H4.00008V15Z"},child:[]}]})(e)}function $T(e){return xt({attr:{viewBox:"0 0 24 24",fill:"currentColor"},child:[{tag:"path",attr:{d:"M17.5858 5H14V3H21V10H19V6.41421L14.7071 10.7071L13.2929 9.29289L17.5858 5ZM3 14H5V17.5858L9.29289 13.2929L10.7071 14.7071L6.41421 19H10V21H3V14Z"},child:[]}]})(e)}const[pM,_o]=yo({name:"CarouselContext",hookName:"useCarouselContext",providerName:"<CarouselProvider />"}),VT=B.forwardRef((e,t)=>{const n=_o(),r=qt(n.getControlProps(),e);return w.jsx(gn.div,pe(M(M({},r),e),{ref:t}))});VT.displayName="CarouselControl";const qT=B.forwardRef((e,t)=>{const[n,r]=Ga()(e,["readOnly","index"]),o=_o(),a=qt(o.getIndicatorProps(n),r);return w.jsx(gn.button,pe(M({},a),{ref:t}))});qT.displayName="CarouselIndicator";const YT=B.forwardRef((e,t)=>{const n=_o(),r=qt(n.getIndicatorGroupProps(),e);return w.jsx(gn.div,pe(M({},r),{ref:t}))});YT.displayName="CarouselIndicatorGroup";const WT=B.forwardRef((e,t)=>{const[n,r]=Ga()(e,["index","snapAlign"]),o=_o(),a=qt(o.getItemProps(n),r);return w.jsx(gn.div,pe(M({},a),{ref:t}))});WT.displayName="CarouselItem";const GT=B.forwardRef((e,t)=>{const n=_o(),r=qt(n.getItemGroupProps(),e);return w.jsx(gn.div,pe(M({},r),{ref:t}))});GT.displayName="CarouselItemGroup";const XT=B.forwardRef((e,t)=>{const n=_o(),r=qt(n.getNextTriggerProps(),e);return w.jsx(gn.button,pe(M({},r),{ref:t}))});XT.displayName="CarouselNextTrigger";const KT=B.forwardRef((e,t)=>{const n=_o(),r=qt(n.getPrevTriggerProps(),e);return w.jsx(gn.button,pe(M({},r),{ref:t}))});KT.displayName="CarouselPrevTrigger";function mM(e){const t=ms(e),n=e.getBoundingClientRect();let r=t.getPropertyValue("scroll-padding-left").replace("auto","0px"),o=t.getPropertyValue("scroll-padding-top").replace("auto","0px"),a=t.getPropertyValue("scroll-padding-right").replace("auto","0px"),u=t.getPropertyValue("scroll-padding-bottom").replace("auto","0px");function c(T,y){let _=parseFloat(T);return/%/.test(T)&&(_/=100,_*=y),Number.isNaN(_)?0:_}let d=c(r,n.width),f=c(o,n.height),p=c(a,n.width),m=c(u,n.height);return{x:{before:d,after:p},y:{before:f,after:m}}}function gM(e,t,n="both"){return n==="x"&&e.right>=t.left&&e.left<=t.right||n==="y"&&e.bottom>=t.top&&e.top<=t.bottom||n==="both"&&e.right>=t.left&&e.left<=t.right&&e.bottom>=t.top&&e.top<=t.bottom}function QT(e){let t=[];for(const n of e.children)t=t.concat(n,QT(n));return t}function JT(e,t=!1){const n=e.getBoundingClientRect(),r={x:{start:[],center:[],end:[]},y:{start:[],center:[],end:[]}},o=t?QT(e):e.children;for(const a of["x","y"]){const u=a==="x"?"y":"x",c=a==="x"?"left":"top",d=a==="x"?"width":"height",f=a==="x"?"scrollLeft":"scrollTop";for(const p of o){const m=p.getBoundingClientRect();if(!gM(n,m,u))continue;const T=ms(p);let[y,_]=T.getPropertyValue("scroll-snap-align").split(" ");typeof _=="undefined"&&(_=y);const S=a==="x"?_:y,A=m[c]-n[c]+e[f];switch(S){case"none":break;case"start":r[a].start.push({node:p,position:A});break;case"center":r[a].center.push({node:p,position:A+m[d]/2});break;case"end":r[a].end.push({node:p,position:A+m[d]});break}}}return r}function ZT(e){const t=e.getBoundingClientRect(),n=mM(e),r=JT(e),o={x:e.scrollWidth-e.offsetWidth,y:e.scrollHeight-e.offsetHeight};return{x:e_([...r.x.start.map(a=>a.position-n.x.before),...r.x.center.map(a=>a.position-t.width/2),...r.x.end.map(a=>a.position-t.width+n.x.after)].map(t_(0,o.x))),y:e_([...r.y.start.map(a=>a.position-n.y.before),...r.y.center.map(a=>a.position-t.height/2),...r.y.end.map(a=>a.position-t.height+n.y.after)].map(t_(0,o.y)))}}function EM(e,t,n){const r=JT(e),o=[...r[t].start,...r[t].center,...r[t].end];for(const a of o)if(n(a.node))return a.position}var e_=e=>[...new Set(e)],t_=(e,t)=>n=>Math.max(e,Math.min(t,n)),yM=bo("carousel").parts("root","itemGroup","item","control","nextTrigger","prevTrigger","indicatorGroup","indicator","autoplayTrigger"),ci=yM.build(),bM=e=>{var t,n;return(n=(t=e.ids)==null?void 0:t.root)!=null?n:`carousel:${e.id}`},TM=(e,t)=>{var n,r,o;return(o=(r=(n=e.ids)==null?void 0:n.item)==null?void 0:r.call(n,t))!=null?o:`carousel:${e.id}:item:${t}`},hc=e=>{var t,n;return(n=(t=e.ids)==null?void 0:t.itemGroup)!=null?n:`carousel:${e.id}:item-group`},_M=e=>{var t,n;return(n=(t=e.ids)==null?void 0:t.nextTrigger)!=null?n:`carousel:${e.id}:next-trigger`},SM=e=>{var t,n;return(n=(t=e.ids)==null?void 0:t.prevTrigger)!=null?n:`carousel:${e.id}:prev-trigger`},xM=e=>{var t,n;return(n=(t=e.ids)==null?void 0:t.indicatorGroup)!=null?n:`carousel:${e.id}:indicator-group`},n_=(e,t)=>{var n,r,o;return(o=(r=(n=e.ids)==null?void 0:n.indicator)==null?void 0:r.call(n,t))!=null?o:`carousel:${e.id}:indicator:${t}`},In=e=>e.getById(hc(e)),r_=e=>z4(In(e),"[data-part=item]"),wM=(e,t)=>e.getById(n_(e,t)),i_=e=>{const t=In(e);if(!t)return;const n=gs(t);t.setAttribute("tabindex",n.length>0?"-1":"0")};function AM(e,t){const{state:n,context:r,computed:o,send:a,scope:u,prop:c}=e,d=n.matches("autoplay"),f=n.matches("dragging"),p=o("canScrollNext"),m=o("canScrollPrev"),T=o("isHorizontal"),y=Array.from(r.get("pageSnapPoints")),_=r.get("page"),S=c("slidesPerPage"),A=c("padding"),v=c("translations");return{isPlaying:d,isDragging:f,page:_,pageSnapPoints:y,canScrollNext:p,canScrollPrev:m,getProgress(){return _/y.length},scrollToIndex(N,k){a({type:"INDEX.SET",index:N,instant:k})},scrollTo(N,k){a({type:"PAGE.SET",index:N,instant:k})},scrollNext(N){a({type:"PAGE.NEXT",instant:N})},scrollPrev(N){a({type:"PAGE.PREV",instant:N})},play(){a({type:"AUTOPLAY.START"})},pause(){a({type:"AUTOPLAY.PAUSE"})},isInView(N){return Array.from(r.get("slidesInView")).includes(N)},refresh(){a({type:"SNAP.REFRESH"})},getRootProps(){return t.element(pe(M({},ci.root.attrs),{id:bM(u),role:"region","aria-roledescription":"carousel","data-orientation":c("orientation"),dir:c("dir"),style:{"--slides-per-page":S,"--slide-spacing":c("spacing"),"--slide-item-size":"calc(100% / var(--slides-per-page) - var(--slide-spacing) * (var(--slides-per-page) - 1) / var(--slides-per-page))"}}))},getItemGroupProps(){return t.element(pe(M({},ci.itemGroup.attrs),{id:hc(u),"data-orientation":c("orientation"),"data-dragging":ds(f),dir:c("dir"),"aria-live":d?"off":"polite",onFocus(N){fs(N.currentTarget,Er(N))&&a({type:"VIEWPORT.FOCUS"})},onBlur(N){fs(N.currentTarget,N.relatedTarget)||a({type:"VIEWPORT.BLUR"})},onMouseDown(N){if(N.defaultPrevented||!c("allowMouseDrag")||!Lb(N))return;const k=Er(N);Fr(k)&&k!==N.currentTarget||(N.preventDefault(),a({type:"DRAGGING.START"}))},onWheel:z6(N=>{const k=c("orientation")==="horizontal"?"deltaX":"deltaY";N[k]<0&&!o("canScrollPrev")||N[k]>0&&!o("canScrollNext")||a({type:"USER.SCROLL"})},150),onTouchStart(){a({type:"USER.SCROLL"})},style:{display:"grid",gap:"var(--slide-spacing)",scrollSnapType:[T?"x":"y",c("snapType")].join(" "),gridAutoFlow:T?"column":"row",scrollbarWidth:"none",overscrollBehaviorX:"contain",[T?"gridAutoColumns":"gridAutoRows"]:"var(--slide-item-size)",[T?"scrollPaddingInline":"scrollPaddingBlock"]:A,[T?"paddingInline":"paddingBlock"]:A,[T?"overflowX":"overflowY"]:"auto"}}))},getItemProps(N){const k=r.get("slidesInView").includes(N.index);return t.element(pe(M({},ci.item.attrs),{id:TM(u,N.index),dir:c("dir"),role:"group","data-index":N.index,"data-inview":ds(k),"aria-roledescription":"slide","data-orientation":c("orientation"),"aria-label":v.item(N.index,c("slideCount")),"aria-hidden":kb(!k),style:{scrollSnapAlign:(()=>{var ie;const H=(ie=N.snapAlign)!=null?ie:"start",V=c("slidesPerMove"),F=V==="auto"?Math.floor(c("slidesPerPage")):V;return(N.index+F)%F===0?H:void 0})()}}))},getControlProps(){return t.element(pe(M({},ci.control.attrs),{"data-orientation":c("orientation")}))},getPrevTriggerProps(){return t.button(pe(M({},ci.prevTrigger.attrs),{id:SM(u),type:"button",disabled:!m,dir:c("dir"),"aria-label":v.prevTrigger,"data-orientation":c("orientation"),"aria-controls":hc(u),onClick(N){N.defaultPrevented||a({type:"PAGE.PREV",src:"trigger"})}}))},getNextTriggerProps(){return t.button(pe(M({},ci.nextTrigger.attrs),{dir:c("dir"),id:_M(u),type:"button","aria-label":v.nextTrigger,"data-orientation":c("orientation"),"aria-controls":hc(u),disabled:!p,onClick(N){N.defaultPrevented||a({type:"PAGE.NEXT",src:"trigger"})}}))},getIndicatorGroupProps(){return t.element(pe(M({},ci.indicatorGroup.attrs),{dir:c("dir"),id:xM(u),"data-orientation":c("orientation"),onKeyDown(N){if(N.defaultPrevented)return;const k="indicator",H={ArrowDown(q){T||(a({type:"PAGE.NEXT",src:k}),q.preventDefault())},ArrowUp(q){T||(a({type:"PAGE.PREV",src:k}),q.preventDefault())},ArrowRight(q){T&&(a({type:"PAGE.NEXT",src:k}),q.preventDefault())},ArrowLeft(q){T&&(a({type:"PAGE.PREV",src:k}),q.preventDefault())},Home(q){a({type:"PAGE.SET",index:0,src:k}),q.preventDefault()},End(q){a({type:"PAGE.SET",index:y.length-1,src:k}),q.preventDefault()}},V=w4(N,{dir:c("dir"),orientation:c("orientation")}),F=H[V];F==null||F(N)}}))},getIndicatorProps(N){return t.button(pe(M({},ci.indicator.attrs),{dir:c("dir"),id:n_(u,N.index),type:"button","data-orientation":c("orientation"),"data-index":N.index,"data-readonly":ds(N.readOnly),"data-current":ds(N.index===_),"aria-label":v.indicator(N.index),onClick(k){k.defaultPrevented||N.readOnly||a({type:"PAGE.SET",index:N.index,src:"indicator"})}}))},getAutoplayTriggerProps(){return t.button(pe(M({},ci.autoplayTrigger.attrs),{type:"button","data-orientation":c("orientation"),"data-pressed":ds(d),"aria-label":d?v.autoplayStop:v.autoplayStart,onClick(N){N.defaultPrevented||a({type:d?"AUTOPLAY.PAUSE":"AUTOPLAY.START"})}}))}}}var vM={props({props:e}){return W6(e,["slideCount"],"carousel"),pe(M({dir:"ltr",defaultPage:0,orientation:"horizontal",snapType:"mandatory",loop:!!e.autoplay,slidesPerPage:1,slidesPerMove:"auto",spacing:"0px",autoplay:!1,allowMouseDrag:!1,inViewThreshold:.6},e),{translations:M({nextTrigger:"Next slide",prevTrigger:"Previous slide",indicator:t=>`Go to slide ${t+1}`,item:(t,n)=>`${t+1} of ${n}`,autoplayStart:"Start slide rotation",autoplayStop:"Stop slide rotation"},e.translations)})},refs(){return{timeoutRef:void 0}},initialState({prop:e}){return e("autoplay")?"autoplay":"idle"},context({prop:e,bindable:t,getContext:n}){return{page:t(()=>({defaultValue:e("defaultPage"),value:e("page"),onChange(r){var u;const a=n().get("pageSnapPoints");(u=e("onPageChange"))==null||u({page:r,pageSnapPoint:a[r]})}})),pageSnapPoints:t(()=>({defaultValue:CM(e("slideCount"),e("slidesPerMove"),e("slidesPerPage"))})),slidesInView:t(()=>({defaultValue:[]}))}},computed:{isRtl:({prop:e})=>e("dir")==="rtl",isHorizontal:({prop:e})=>e("orientation")==="horizontal",canScrollNext:({prop:e,context:t})=>e("loop")||t.get("page")<t.get("pageSnapPoints").length-1,canScrollPrev:({prop:e,context:t})=>e("loop")||t.get("page")>0,autoplayInterval:({prop:e})=>{const t=e("autoplay");return N6(t)?t.delay:4e3}},watch({track:e,action:t,context:n,prop:r,send:o}){e([()=>r("slidesPerPage"),()=>r("slidesPerMove")],()=>{t(["setSnapPoints"])}),e([()=>n.get("page")],()=>{t(["scrollToPage","focusIndicatorEl"])}),e([()=>r("orientation")],()=>{t(["setSnapPoints","scrollToPage"])}),e([()=>r("slideCount")],()=>{o({type:"SNAP.REFRESH",src:"slide.count"})}),e([()=>!!r("autoplay")],()=>{o({type:r("autoplay")?"AUTOPLAY.START":"AUTOPLAY.PAUSE",src:"autoplay.prop.change"})})},on:{"PAGE.NEXT":{target:"idle",actions:["clearScrollEndTimer","setNextPage"]},"PAGE.PREV":{target:"idle",actions:["clearScrollEndTimer","setPrevPage"]},"PAGE.SET":{target:"idle",actions:["clearScrollEndTimer","setPage"]},"INDEX.SET":{target:"idle",actions:["clearScrollEndTimer","setMatchingPage"]},"SNAP.REFRESH":{actions:["setSnapPoints","clampPage"]},"PAGE.SCROLL":{actions:["scrollToPage"]}},effects:["trackSlideMutation","trackSlideIntersections","trackSlideResize"],entry:["setSnapPoints","setPage"],exit:["clearScrollEndTimer"],states:{idle:{on:{"DRAGGING.START":{target:"dragging",actions:["invokeDragStart"]},"AUTOPLAY.START":{target:"autoplay",actions:["invokeAutoplayStart"]},"USER.SCROLL":{target:"userScroll"},"VIEWPORT.FOCUS":{target:"focus"}}},focus:{effects:["trackKeyboardScroll"],on:{"VIEWPORT.BLUR":{target:"idle"},"PAGE.NEXT":{actions:["clearScrollEndTimer","setNextPage"]},"PAGE.PREV":{actions:["clearScrollEndTimer","setPrevPage"]},"PAGE.SET":{actions:["clearScrollEndTimer","setPage"]},"INDEX.SET":{actions:["clearScrollEndTimer","setMatchingPage"]},"USER.SCROLL":{target:"userScroll"}}},dragging:{effects:["trackPointerMove"],entry:["disableScrollSnap"],on:{DRAGGING:{actions:["scrollSlides","invokeDragging"]},"DRAGGING.END":{target:"idle",actions:["endDragging","invokeDraggingEnd"]}}},userScroll:{effects:["trackScroll"],on:{"SCROLL.END":[{guard:"isFocused",target:"focus",actions:["setClosestPage"]},{target:"idle",actions:["setClosestPage"]}]}},autoplay:{effects:["trackDocumentVisibility","trackScroll","autoUpdateSlide"],exit:["invokeAutoplayEnd"],on:{"AUTOPLAY.TICK":{actions:["setNextPage","invokeAutoplay"]},"DRAGGING.START":{target:"dragging",actions:["invokeDragStart"]},"AUTOPLAY.PAUSE":{target:"idle"}}}},implementations:{guards:{isFocused:({scope:e})=>e.isActiveElement(In(e))},effects:{autoUpdateSlide({computed:e,send:t}){const n=setInterval(()=>{t({type:e("canScrollNext")?"AUTOPLAY.TICK":"AUTOPLAY.PAUSE",src:"autoplay.interval"})},e("autoplayInterval"));return()=>clearInterval(n)},trackSlideMutation({scope:e,send:t}){const n=In(e);if(!n)return;const r=e.getWin(),o=new r.MutationObserver(()=>{t({type:"SNAP.REFRESH",src:"slide.mutation"}),i_(e)});return i_(e),o.observe(n,{childList:!0,subtree:!0}),()=>o.disconnect()},trackSlideResize({scope:e,send:t}){if(!In(e))return;const r=e.getWin(),o=()=>{t({type:"SNAP.REFRESH",src:"slide.resize"})};Vt(()=>{o(),Vt(()=>{t({type:"PAGE.SCROLL",instant:!0})})});const a=new r.ResizeObserver(o);return r_(e).forEach(u=>a.observe(u)),()=>a.disconnect()},trackSlideIntersections({scope:e,prop:t,context:n}){const r=In(e),o=e.getWin(),a=new o.IntersectionObserver(u=>{const c=u.reduce((d,f)=>{var T;const p=f.target,m=Number((T=p.dataset.index)!=null?T:"-1");return m==null||Number.isNaN(m)||m===-1?d:f.isIntersecting?A6(d,m):v6(d,m)},n.get("slidesInView"));n.set("slidesInView",C6(c))},{root:r,threshold:t("inViewThreshold")});return r_(e).forEach(u=>a.observe(u)),()=>a.disconnect()},trackScroll({send:e,refs:t,scope:n}){const r=In(n);return r?Zt(r,"scroll",()=>{clearTimeout(t.get("timeoutRef")),t.set("timeoutRef",void 0),t.set("timeoutRef",setTimeout(()=>{e({type:"SCROLL.END"})},150))},{passive:!0}):void 0},trackDocumentVisibility({scope:e,send:t}){const n=e.getDoc();return Zt(n,"visibilitychange",()=>{n.visibilityState!=="visible"&&t({type:"AUTOPLAY.PAUSE",src:"doc.hidden"})})},trackPointerMove({scope:e,send:t}){const n=e.getDoc();return B4(n,{onPointerMove({event:r}){t({type:"DRAGGING",left:-r.movementX,top:-r.movementY})},onPointerUp(){t({type:"DRAGGING.END"})}})},trackKeyboardScroll({scope:e,send:t,context:n}){const r=e.getWin();return Zt(r,"keydown",a=>{switch(a.key){case"ArrowRight":a.preventDefault(),t({type:"PAGE.NEXT"});break;case"ArrowLeft":a.preventDefault(),t({type:"PAGE.PREV"});break;case"Home":a.preventDefault(),t({type:"PAGE.SET",index:0});break;case"End":a.preventDefault(),t({type:"PAGE.SET",index:n.get("pageSnapPoints").length-1})}},{capture:!0})}},actions:{clearScrollEndTimer({refs:e}){e.get("timeoutRef")!=null&&(clearTimeout(e.get("timeoutRef")),e.set("timeoutRef",void 0))},scrollToPage({context:e,event:t,scope:n,computed:r,flush:o}){var f;const a=t.instant?"instant":"smooth",u=vb((f=t.index)!=null?f:e.get("page"),0,e.get("pageSnapPoints").length-1),c=In(n);if(!c)return;const d=r("isHorizontal")?"left":"top";o(()=>{c.scrollTo({[d]:e.get("pageSnapPoints")[u],behavior:a})})},setClosestPage({context:e,scope:t,computed:n}){const r=In(t);if(!r)return;const o=n("isHorizontal")?r.scrollLeft:r.scrollTop,a=e.get("pageSnapPoints").findIndex(u=>Math.abs(u-o)<1);a!==-1&&e.set("page",a)},setNextPage({context:e,prop:t,state:n}){const r=n.matches("autoplay")||t("loop"),o=xb(e.get("pageSnapPoints"),e.get("page"),{loop:r});e.set("page",o)},setPrevPage({context:e,prop:t,state:n}){const r=n.matches("autoplay")||t("loop"),o=k6(e.get("pageSnapPoints"),e.get("page"),{loop:r});e.set("page",o)},setMatchingPage({context:e,event:t,computed:n,scope:r}){const o=In(r);if(!o)return;const a=EM(o,n("isHorizontal")?"x":"y",c=>c.dataset.index===t.index.toString());if(a==null)return;const u=e.get("pageSnapPoints").findIndex(c=>Math.abs(c-a)<1);e.set("page",u)},setPage({context:e,event:t}){var r;const n=(r=t.index)!=null?r:e.get("page");e.set("page",n)},clampPage({context:e}){const t=vb(e.get("page"),0,e.get("pageSnapPoints").length-1);e.set("page",t)},setSnapPoints({context:e,computed:t,scope:n}){const r=In(n);if(!r)return;const o=ZT(r);e.set("pageSnapPoints",t("isHorizontal")?o.x:o.y)},disableScrollSnap({scope:e}){const t=In(e);if(!t)return;const n=getComputedStyle(t);t.dataset.scrollSnapType=n.getPropertyValue("scroll-snap-type"),t.style.setProperty("scroll-snap-type","none")},scrollSlides({scope:e,event:t}){const n=In(e);n==null||n.scrollBy({left:t.left,top:t.top,behavior:"instant"})},endDragging({scope:e,context:t,computed:n}){const r=In(e);if(!r)return;const o=r.scrollLeft,a=r.scrollTop,u=ZT(r),c=u.x.reduce((f,p)=>Math.abs(p-o)<Math.abs(f-o)?p:f,u.x[0]),d=u.y.reduce((f,p)=>Math.abs(p-a)<Math.abs(f-a)?p:f,u.y[0]);Vt(()=>{r.scrollTo({left:c,top:d,behavior:"smooth"});const f=n("isHorizontal")?c:d;t.set("page",t.get("pageSnapPoints").indexOf(f));const p=r.dataset.scrollSnapType;p&&(r.style.setProperty("scroll-snap-type",p),delete r.dataset.scrollSnapType)})},focusIndicatorEl({context:e,event:t,scope:n}){if(t.src!=="indicator")return;const r=wM(n,e.get("page"));r&&Vt(()=>r.focus({preventScroll:!0}))},invokeDragStart({context:e,prop:t}){var n;(n=t("onDragStatusChange"))==null||n({type:"dragging.start",isDragging:!0,page:e.get("page")})},invokeDragging({context:e,prop:t}){var n;(n=t("onDragStatusChange"))==null||n({type:"dragging",isDragging:!0,page:e.get("page")})},invokeDraggingEnd({context:e,prop:t}){var n;(n=t("onDragStatusChange"))==null||n({type:"dragging.end",isDragging:!1,page:e.get("page")})},invokeAutoplay({context:e,prop:t}){var n;(n=t("onAutoplayStatusChange"))==null||n({type:"autoplay",isPlaying:!0,page:e.get("page")})},invokeAutoplayStart({context:e,prop:t}){var n;(n=t("onAutoplayStatusChange"))==null||n({type:"autoplay.start",isPlaying:!0,page:e.get("page")})},invokeAutoplayEnd({context:e,prop:t}){var n;(n=t("onAutoplayStatusChange"))==null||n({type:"autoplay.stop",isPlaying:!1,page:e.get("page")})}}}};function CM(e,t,n){if(e==null||n<=0)return[];const r=[],o=t==="auto"?Math.floor(n):t;if(o<=0)return[];for(let a=0;a<e&&!(a+n>e);a+=o)r.push(a);return r}bs()(["dir","getRootNode","id","ids","loop","page","defaultPage","onPageChange","orientation","slideCount","slidesPerPage","slidesPerMove","spacing","padding","autoplay","allowMouseDrag","inViewThreshold","translations","snapType","onDragStatusChange","onAutoplayStatusChange"]),bs()(["index","readOnly"]),bs()(["index","snapAlign"]);const kM=e=>{const t=B.useId(),{getRootNode:n}=fc(),{dir:r}=cp(),o=M({id:t,dir:r,getRootNode:n},e),a=Zl(vM,o);return AM(a,Vh)},o_=B.forwardRef((e,t)=>{const[n,r]=Ga()(e,["allowMouseDrag","autoplay","defaultPage","id","ids","inViewThreshold","loop","onAutoplayStatusChange","onDragStatusChange","onPageChange","orientation","padding","page","slideCount","slidesPerMove","slidesPerPage","snapType","spacing","translations"]),o=kM(n),a=qt(o.getRootProps(),r);return w.jsx(pM,{value:o,children:w.jsx(gn.div,pe(M({},a),{ref:t}))})});o_.displayName="CarouselRoot";const PM=180,NM=e=>{const t=e.trim(),n=parseFloat(t);return Number.isNaN(n)?0:t.endsWith("rem")?n*16:n},OM=({globalClassName:e,className:t,itemMinWidth:n=PM,spacing:r="0.5rem",loop:o=!1,allowMouseDrag:a=!0,showIndicators:u=!0,showNavigation:c=!0,onPageChange:d,ariaLabel:f="Product carousel",children:p})=>{const m=Array.from(p),T=m.length,y=B.useRef(null),[_,S]=B.useState(0),{width:A}=AC();B.useLayoutEffect(()=>{y.current&&S(y.current.getBoundingClientRect().width)},[A,T]);const v=NM(r),N=n+v,k=_>0?(_+v)/N:1,H=Math.max(1,Math.floor(k));if(T===0)return null;const V=T>H,F=Math.ceil(T/H),q=V?Math.max(1,k):H;return w.jsxs(o_,{ref:y,className:W(e,t,`${z}-carousel`),slidesPerPage:q,slidesPerMove:H,spacing:r,loop:o,allowMouseDrag:a,slideCount:T,onPageChange:d,"aria-label":f,children:[w.jsx(GT,{className:W(e,`${z}-carousel__item-group`,{"carousel-row-container":!V}),children:m.map((ie,ge)=>w.jsx(WT,{index:ge,className:W(e,`${z}-carousel__item`),children:ie},ge))}),c&&V&&w.jsxs(VT,{className:W(e,`${z}-carousel__control`),children:[w.jsx(KT,{className:W(e,`${z}-carousel__prev-trigger`),"aria-label":"Previous slide",children:w.jsx(lM,{size:"16px"})}),w.jsx(XT,{className:W(e,`${z}-carousel__next-trigger`),"aria-label":"Next slide",children:w.jsx(cM,{size:"16px"})})]}),u&&V&&w.jsx(YT,{className:W(e,`${z}-carousel__indicator-group`),children:Array.from({length:F},(ie,ge)=>w.jsx(qT,{index:ge,className:W(e,`${z}-carousel__indicator`),"aria-label":`Go to slide group ${ge+1}`},ge))})]})},[IM,RM]=yo({name:"RenderStrategyContext",hookName:"useRenderStrategyContext",providerName:"<RenderStrategyPropsProvider />"}),LM=e=>Ga()(e,["lazyMount","unmountOnExit"]),[DM,tu]=yo({name:"DialogContext",hookName:"useDialogContext",providerName:"<DialogProvider />"}),s_=B.forwardRef((e,t)=>{const n=tu(),r=RM(),o=Wh(pe(M({},r),{present:n.open})),a=qt(n.getBackdropProps(),o.getPresenceProps(),e);return o.unmounted?null:w.jsx(gn.div,pe(M({},a),{ref:ec(o.ref,t)}))});s_.displayName="DialogBackdrop";const fp=B.forwardRef((e,t)=>{const n=tu(),r=Wa(),o=qt(n.getContentProps(),r.getPresenceProps(),e);return r.unmounted?null:w.jsx(gn.div,pe(M({},o),{ref:ec(r.ref,t)}))});fp.displayName="DialogContent";const hp=B.forwardRef((e,t)=>{const n=tu(),r=qt(n.getDescriptionProps(),e);return w.jsx(gn.div,pe(M({},r),{ref:t}))});hp.displayName="DialogDescription";const pp=B.forwardRef((e,t)=>{const n=tu(),r=qt(n.getPositionerProps(),e);return Wa().unmounted?null:w.jsx(gn.div,pe(M({},r),{ref:t}))});pp.displayName="DialogPositioner";var MM=bo("dialog").parts("trigger","backdrop","positioner","content","title","description","closeTrigger"),So=MM.build(),a_=e=>{var t,n;return(n=(t=e.ids)==null?void 0:t.positioner)!=null?n:`dialog:${e.id}:positioner`},u_=e=>{var t,n;return(n=(t=e.ids)==null?void 0:t.backdrop)!=null?n:`dialog:${e.id}:backdrop`},mp=e=>{var t,n;return(n=(t=e.ids)==null?void 0:t.content)!=null?n:`dialog:${e.id}:content`},l_=e=>{var t,n;return(n=(t=e.ids)==null?void 0:t.trigger)!=null?n:`dialog:${e.id}:trigger`},gp=e=>{var t,n;return(n=(t=e.ids)==null?void 0:t.title)!=null?n:`dialog:${e.id}:title`},Ep=e=>{var t,n;return(n=(t=e.ids)==null?void 0:t.description)!=null?n:`dialog:${e.id}:description`},c_=e=>{var t,n;return(n=(t=e.ids)==null?void 0:t.closeTrigger)!=null?n:`dialog:${e.id}:close`},pc=e=>e.getById(mp(e)),FM=e=>e.getById(a_(e)),BM=e=>e.getById(u_(e)),UM=e=>e.getById(l_(e)),HM=e=>e.getById(gp(e)),zM=e=>e.getById(Ep(e)),jM=e=>e.getById(c_(e));function $M(e,t){const{state:n,send:r,context:o,prop:a,scope:u}=e,c=a("aria-label"),d=n.matches("open");return{open:d,setOpen(f){n.matches("open")!==f&&r({type:f?"OPEN":"CLOSE"})},getTriggerProps(){return t.button(pe(M({},So.trigger.attrs),{dir:a("dir"),id:l_(u),"aria-haspopup":"dialog",type:"button","aria-expanded":d,"data-state":d?"open":"closed","aria-controls":mp(u),onClick(f){f.defaultPrevented||r({type:"TOGGLE"})}}))},getBackdropProps(){return t.element(pe(M({},So.backdrop.attrs),{dir:a("dir"),hidden:!d,id:u_(u),"data-state":d?"open":"closed"}))},getPositionerProps(){return t.element(pe(M({},So.positioner.attrs),{dir:a("dir"),id:a_(u),style:{pointerEvents:d?void 0:"none"}}))},getContentProps(){const f=o.get("rendered");return t.element(pe(M({},So.content.attrs),{dir:a("dir"),role:a("role"),hidden:!d,id:mp(u),tabIndex:-1,"data-state":d?"open":"closed","aria-modal":!0,"aria-label":c||void 0,"aria-labelledby":c||!f.title?void 0:gp(u),"aria-describedby":f.description?Ep(u):void 0}))},getTitleProps(){return t.element(pe(M({},So.title.attrs),{dir:a("dir"),id:gp(u)}))},getDescriptionProps(){return t.element(pe(M({},So.description.attrs),{dir:a("dir"),id:Ep(u)}))},getCloseTriggerProps(){return t.button(pe(M({},So.closeTrigger.attrs),{dir:a("dir"),id:c_(u),type:"button",onClick(f){f.defaultPrevented||(f.stopPropagation(),r({type:"CLOSE"}))}}))}}}var VM={props({props:e,scope:t}){const n=e.role==="alertdialog",r=n?()=>jM(t):void 0,o=typeof e.modal=="boolean"?e.modal:!0;return M({role:"dialog",modal:o,trapFocus:o,preventScroll:o,closeOnInteractOutside:!n,closeOnEscape:!0,restoreFocus:!0,initialFocusEl:r},e)},initialState({prop:e}){return e("open")||e("defaultOpen")?"open":"closed"},context({bindable:e}){return{rendered:e(()=>({defaultValue:{title:!0,description:!0}}))}},watch({track:e,action:t,prop:n}){e([()=>n("open")],()=>{t(["toggleVisibility"])})},states:{open:{entry:["checkRenderedElements","syncZIndex"],effects:["trackDismissableElement","trapFocus","preventScroll","hideContentBelow"],on:{"CONTROLLED.CLOSE":{target:"closed"},CLOSE:[{guard:"isOpenControlled",actions:["invokeOnClose"]},{target:"closed",actions:["invokeOnClose"]}],TOGGLE:[{guard:"isOpenControlled",actions:["invokeOnClose"]},{target:"closed",actions:["invokeOnClose"]}]}},closed:{on:{"CONTROLLED.OPEN":{target:"open"},OPEN:[{guard:"isOpenControlled",actions:["invokeOnOpen"]},{target:"open",actions:["invokeOnOpen"]}],TOGGLE:[{guard:"isOpenControlled",actions:["invokeOnOpen"]},{target:"open",actions:["invokeOnOpen"]}]}}},implementations:{guards:{isOpenControlled:({prop:e})=>e("open")!=null},effects:{trackDismissableElement({scope:e,send:t,prop:n}){return PT(()=>pc(e),{type:"dialog",defer:!0,pointerBlocking:n("modal"),exclude:[UM(e)],onInteractOutside(o){var a;(a=n("onInteractOutside"))==null||a(o),n("closeOnInteractOutside")||o.preventDefault()},persistentElements:n("persistentElements"),onFocusOutside:n("onFocusOutside"),onPointerDownOutside:n("onPointerDownOutside"),onRequestDismiss:n("onRequestDismiss"),onEscapeKeyDown(o){var a;(a=n("onEscapeKeyDown"))==null||a(o),n("closeOnEscape")||o.preventDefault()},onDismiss(){t({type:"CLOSE",src:"interact-outside"})}})},preventScroll({scope:e,prop:t}){if(t("preventScroll"))return LT(e.getDoc())},trapFocus({scope:e,prop:t}){return t("trapFocus")?IT(()=>pc(e),{preventScroll:!0,returnFocusOnDeactivate:!!t("restoreFocus"),initialFocus:t("initialFocusEl"),setReturnFocus:r=>{var o,a;return(a=(o=t("finalFocusEl"))==null?void 0:o())!=null?a:r},getShadowRoot:!0}):void 0},hideContentBelow({scope:e,prop:t}){return t("modal")?TT(()=>[pc(e)],{defer:!0}):void 0}},actions:{checkRenderedElements({context:e,scope:t}){Vt(()=>{e.set("rendered",{title:!!HM(t),description:!!zM(t)})})},syncZIndex({scope:e}){Vt(()=>{const t=pc(e);if(!t)return;const n=ms(t);[FM(e),BM(e)].forEach(o=>{o==null||o.style.setProperty("--z-index",n.zIndex),o==null||o.style.setProperty("--layer-index",n.getPropertyValue("--layer-index"))})})},invokeOnClose({prop:e}){var t;(t=e("onOpenChange"))==null||t({open:!1})},invokeOnOpen({prop:e}){var t;(t=e("onOpenChange"))==null||t({open:!0})},toggleVisibility({prop:e,send:t,event:n}){t({type:e("open")?"CONTROLLED.OPEN":"CONTROLLED.CLOSE",previousEvent:n})}}}};bs()(["aria-label","closeOnEscape","closeOnInteractOutside","dir","finalFocusEl","getRootNode","getRootNode","id","id","ids","initialFocusEl","modal","onEscapeKeyDown","onFocusOutside","onInteractOutside","onOpenChange","onPointerDownOutside","onRequestDismiss","defaultOpen","open","persistentElements","preventScroll","restoreFocus","role","trapFocus"]);const qM=e=>{const t=B.useId(),{getRootNode:n}=fc(),{dir:r}=cp(),o=M({id:t,getRootNode:n,dir:r},e),a=Zl(VM,o);return $M(a,Vh)},d_=e=>{const[t,c]=Kb(e),d=c,{children:n}=d,r=cn(d,["children"]),[o]=LM(t),a=qM(r),u=Wh(qt({present:a.open},t));return w.jsx(DM,{value:a,children:w.jsx(IM,{value:o,children:w.jsx(Wb,{value:u,children:n})})})},f_=B.forwardRef((e,t)=>{const n=tu(),r=qt(n.getTitleProps(),e);return w.jsx(gn.h2,pe(M({},r),{ref:t}))});f_.displayName="DialogTitle";const YM=({children:e})=>{const[t,n]=B.useState(!1),r=B.useMemo(()=>({toggleMenu:()=>n(a=>!a),closeMenu:()=>n(!1)}),[]),o=B.useMemo(()=>({isOpen:t}),[t]);return w.jsx(Nh.Provider,{value:r,children:w.jsx(Tb.Provider,{value:o,children:e})})},h_=()=>B.useContext(Tb),p_=()=>{const e=B.useContext(Nh);if(!e)throw new Error("useOverflowMenuDispatch must be used within an OverflowMenuProvider");return e},WM=`${z}-overflow-menu-button-trigger`,GM=({componentType:e,children:t})=>{const{isOpen:n}=h_(),{closeMenu:r}=p_(),{globalClassName:o}=nt(),a=B.useRef(null);return B.useEffect(()=>{if(!n)return;const u=d=>{d.key==="Escape"&&r()},c=d=>{const f=d.target;f instanceof Element&&f.closest(`.${WM}`)||a.current&&!a.current.contains(f)&&r()};return document.addEventListener("keydown",u),document.addEventListener("mousedown",c),()=>{document.removeEventListener("keydown",u),document.removeEventListener("mousedown",c)}},[n,r]),n?w.jsx("div",{ref:a,role:"menu","aria-label":`Overflow menu for ${e}`,className:W(`${z}-overflow-panel`,o,`cim-${e}-component`),children:t}):null},XM=({componentType:e,className:t})=>{const{toggleMenu:n}=p_(),{isOpen:r}=h_(),{globalClassName:o}=nt();return w.jsx("button",{"aria-label":`Overflow menu for ${e}`,title:"More options","aria-expanded":r,"aria-haspopup":"menu",className:W(`${z}-overflow-menu-button-trigger`,`${z}-icon-button`,o,t,`cim-${e}-component`),onClick:n,children:w.jsx(zT,{})})},yp=()=>{const{status:e,entryType:t}=er(),{messages:n}=tr(),r=t==="ask_cim",o=!!(n&&n.length>0),a=!!e.isOpen;return r&&a||!r&&a&&o},KM=({componentType:e,isIcon:t})=>{const{globalClassName:n}=nt(),{previousComponentType:r}=er(),o=ls(),a=()=>{gl(r||"dialog"),o()};return t?w.jsx(oi,{className:W(n,`${z}-toggle-dialog-button`,`cim-${e}-component`),ariaLabel:"Collapse",title:"Collapse",onClick:a,icon:w.jsx(jT,{})}):w.jsxs("button",{className:W(n,`${z}-overflow-menu-button`,`${z}-toggle-dialog-button`,`cim-${e}-component`),onClick:a,children:[w.jsx(jT,{}),"Show ",r||"dialog"]})},QM=({componentType:e,isIcon:t})=>{const{globalClassName:n}=nt(),{isModalFullscreen:r}=er(),o=ls(),a=()=>{wf(!r),o()},u=r?Dk:Mk,c="Toggle Fullscreen";return t?w.jsx(oi,{ariaLabel:c,title:c,className:W(n,`${z}-modal-fullscreen-button`,`cim-${e}-component`),icon:w.jsx(u,{}),onClick:a}):w.jsxs("button",{className:W(n,`${z}-overflow-menu-button`,`${z}-modal-fullscreen-button`,`cim-${e}-component`),onClick:a,children:[w.jsx(u,{}),c]})},JM=({componentType:e,isIcon:t})=>{const{globalClassName:n}=nt(),{dialogPosition:r}=er(),o=ls(),a=r==="bottom-left",u=()=>{Af(a?"bottom-right":"bottom-left"),o()},c=a?uM:aM,d=a?"Move right":"Move left";return t?w.jsx(oi,{className:W(n,`${z}-left-right-toggle-button`,`cim-${e}-component`),ariaLabel:d,title:d,onClick:u,icon:w.jsx(c,{})}):w.jsxs("button",{className:W(n,`${z}-overflow-menu-button`,`${z}-left-right-toggle-button`,`cim-${e}-component`),onClick:u,children:[w.jsx(c,{}),d]})},m_=({componentType:e,onClearChat:t,onClose:n,onDownloadTranscript:r})=>{const{headerConfig:o,globalClassName:a,mode:u,enableDownloadTranscript:c}=nt(),{mode:d}=er(),f=u==="messaging"&&c&&!!r,p=d==="standalone",m=e==="modal",T=m?KM:g_,y=m?QM:JM,_=B.useMemo(()=>o?Bk(o):{},[o]);return w.jsx(YM,{children:w.jsxs("div",{className:W(a,`${z}-${e}-header-wrapper`),style:{display:"flex",flexDirection:"column",position:"relative"},children:[w.jsxs("div",{className:W(a,`${z}-${e}-header`,{standalone:p,embedded:!p}),style:_,children:[(o==null?void 0:o.logoUrl)&&w.jsx("img",{alt:"",role:"img",className:W(a,`${z}-${e}-logo`,{standalone:p,embedded:!p}),src:o.logoUrl}),w.jsx(f_,{className:W(a,`${z}-${e}-title`,{standalone:p,embedded:!p}),children:o==null?void 0:o.headerText}),w.jsxs("div",{className:W(a,`${z}-${e}-controls`),children:[w.jsx(T,{componentType:e,isIcon:!0}),w.jsx(XM,{componentType:e}),w.jsx(I1,{className:W(a,`cim-${e}-component`),onClick:n})]})]}),w.jsxs(GM,{componentType:e,children:[w.jsx(y,{componentType:e}),w.jsx(n8,{componentType:e}),w.jsx(Sb,{componentType:e,onClearChat:t}),f&&w.jsx(ZM,{componentType:e,onDownloadTranscript:r})]})]})})},ZM=({onDownloadTranscript:e,componentType:t})=>{const{logger:n}=nt(),r=ls(),[o,a]=B.useState(!1),u=()=>Qe(null,null,function*(){if(!o){a(!0);try{yield e(),r()}catch(c){n==null||n.error("Error downloading transcript:",c)}finally{a(!1)}}});return w.jsxs("button",{className:W(`${z}-overflow-menu-button`,"download-transcript-button",`cim-${t}-component`),onClick:u,disabled:o,children:[w.jsx(S6,{}),"Download transcript"]})},e8={sparkle:dp,plus:dM,"paper-plane":fM},bp=({icon:e,className:t})=>{const n=e8[e];return n?w.jsx(n,{className:t,"aria-hidden":"true"}):null},t8=({className:e,globalClassName:t,suggestions:n,disabled:r,isWidgetStandalone:o,onSuggestionClick:a})=>{var y;const{suggestionButtonConfig:u}=nt(),c=u==null?void 0:u.icon,d=(y=u==null?void 0:u.iconPosition)!=null?y:"left",f=o?"standalone":"embedded",p=_=>()=>{a(_)},m={"has-icon":!!c,"icon-right":!!c&&d==="right"},T=_=>w.jsxs(w.Fragment,{children:[c&&w.jsx(bp,{icon:c,className:`${z}-suggestion-button-icon`}),w.jsx("span",{children:_})]});return w.jsx("div",{className:W(t,`${z}-suggestion-container ${f}`,e),children:n.map(_=>o?w.jsx(Tl,{disabled:r,className:W(t,`${z}-suggestion-button standalone`,m),onClick:p(_),children:T(_)},_):w.jsx("button",{disabled:r,className:W(t,`${z}-suggestion-button embedded`,m),onClick:p(_),children:T(_)},_))})},n8=({componentType:e,isIcon:t})=>{const{globalClassName:n,enableMinimize:r}=nt();if(!r)return null;const o=()=>{ri(!1),ml(!0)};return t?w.jsx(oi,{className:W(n,`${z}-toggle-minimize-button`,`cim-${e}-component`),ariaLabel:"Toggle Minimize",title:"Minimize",onClick:o,icon:w.jsx(N1,{})}):w.jsxs("button",{className:W(n,`${z}-overflow-menu-button`,`${z}-toggle-minimize-button`,`cim-${e}-component`),onClick:o,children:[w.jsx(N1,{}),"Minimize"]})},g_=({componentType:e,isIcon:t})=>{const{globalClassName:n}=nt(),r=ls(),o=()=>{gl("modal"),r()};return t?w.jsx(oi,{className:W(n,`${z}-toggle-modal-button`,`cim-${e}-component`),ariaLabel:"Expand",title:"Expand",onClick:o,icon:w.jsx($T,{})}):w.jsxs("button",{className:W(n,`${z}-overflow-menu-button`,`${z}-toggle-modal-button`,`cim-${e}-component`),onClick:o,children:[w.jsx($T,{}),"Show modal"]})},r8=({isWidgetStandalone:e})=>{var _,S;const{globalClassName:t,entryMessage:n,resetConversationMessage:r,suggestionButtonConfig:o}=nt(),{askCimPrompts:a,messages:u}=tr(),{isLoading:c,handleSuggestion:d}=Ir(),f=o==null?void 0:o.icon,p=(_=o==null?void 0:o.iconPosition)!=null?_:"left",m=B.useMemo(()=>{const A=typeof n=="string"?n:"Hi! I'm your Cimulate Co-Pilot. Ask me anything — I can help you find products, compare items, discover trends, and more!";return u.some(N=>N.name==="conversation_reset")&&r||A},[u,n,r]),T=((S=a.message)==null?void 0:S.suggestions)||[],y=(A,v)=>()=>{d(A,v)};return w.jsxs("div",{className:W(t,`${z}-ask-cim-entry-message`,`${z}-message-group`,e?"standalone":"embedded"),children:[w.jsx("p",{className:W(t,`${z}-ask-cim-entry-text`),children:m}),!!(T!=null&&T.length)&&w.jsx("div",{className:W(t,`${z}-ask-cim-suggestions-container`,`${z}-suggestion-container`,e?"standalone":"embedded"),children:T.map(A=>{var v;return w.jsxs(Tl,{disabled:c,className:W(t,`${z}-ask-cim-suggestion-button`,`${z}-suggestion-button`,e?"standalone":"embedded",{"has-icon":!!f,"icon-right":!!f&&p==="right"}),onClick:y(A,((v=a.message)==null?void 0:v.eventSourceId)||""),children:[f&&w.jsx(bp,{icon:f,className:`${z}-suggestion-button-icon`}),w.jsx("span",{children:A.displayText})]},A.displayText)})})]})},i8=({isWidgetStandalone:e,product:t})=>{const{configModule:n,globalClassName:r,openLinksInNewTab:o}=nt();if(!n)return null;const a=n.getName(t),u=n.getBrand(t),c=n.getPriceDisplay(t),d=n.getRelativePdp(t),f=n.getPdp(t),p=n.getImage(t),m=d&&typeof d=="string"?new URL(d,window.location.origin).href:f;return w.jsxs("div",{className:W(r,`${z}-product-tile`,{embedded:!e,standalone:e}),children:[m?w.jsx("a",{href:`${m}`,target:o?"_blank":"_self",rel:"noopener noreferrer","aria-label":`Go to product page for ${a}`,children:w.jsx("img",{className:W(r,`${z}-product-tile-image`,{embedded:!e,standalone:e}),src:`${p}`,alt:`${a}`,loading:"lazy"})}):w.jsx("img",{className:W(r,`${z}-product-tile-image`,{embedded:!e,standalone:e}),src:`${p}`,alt:`${a}`,loading:"lazy"}),w.jsxs("div",{className:W(r,`${z}-product-tile-details`,{embedded:!e,standalone:e}),children:[w.jsxs("div",{className:W(r,`${z}-product-tile-content`),children:[u&&w.jsx("p",{className:`${z}-product-tile-brand`,children:u}),m?w.jsxs("a",{"aria-label":`Go to product page for ${a}`,className:W(r,`${z}-product-tile-pdp`),href:`${m}`,target:o?"_blank":"_self",rel:"noopener noreferrer",children:[a," ",w.jsx("span",{className:W(r,`${z}-product-tile-pdp-arrow`),children:"→"})]}):w.jsx("p",{className:W(r,`${z}-product-tile-name`),title:a,children:a})]}),w.jsx("div",{className:W(r,`${z}-product-tile-footer`),children:w.jsx("p",{className:W(r,`${z}-product-tile-price`),children:c})})]})]})},o8=({isWidgetStandalone:e,message:t})=>{const{configModule:n,globalClassName:r}=nt(),o=t;return n?w.jsxs("div",{className:W(r,`${z}-display-products`),children:[w.jsx("p",{children:o.message}),o.products&&o.products.length>0&&w.jsx(OM,{globalClassName:r,spacing:"0.5rem",ariaLabel:"Recommended products",children:o.products.map(a=>{const u=n.getPid(a);return w.jsx(i8,{isWidgetStandalone:e,product:a},`${u}`)})})]}):null},s8=({globalClassName:e,message:t,isWidgetStandalone:n})=>w.jsx("div",{className:W(e,`${z}-error-message`,{standalone:n,embedded:!n}),children:w.jsxs("p",{className:W(e,`${z}-error-message-text`,{standalone:n,embedded:!n}),children:[w.jsx(Ik,{})," ",t.message||"An error occurred while processing your request."]})}),a8=({globalClassName:e,entryType:t,message:n,isWidgetStandalone:r,handleSuggestionClick:o})=>{var _;const{isLoading:a}=Ir(),{messages:u}=tr(),c=u.find(S=>S.id===n.eventSourceId),d=!!c,f=((_=c==null?void 0:c.name)==null?void 0:_.replace("_suggestions",""))||"",p=d?EA(f):null,T=a||!d||!(d&&(p===t||t==="ask_cim")),y=S=>{const A=n.suggestions.find(v=>v.displayText===S);A&&o(A,n.eventSourceId||n.id)};return w.jsxs("div",{className:W(e,`${z}-follow-up`),children:[w.jsx("p",{className:W(e,`${z}-text`),children:n.message}),w.jsx(t8,{suggestions:n.suggestions.map(S=>S.displayText),disabled:T,isWidgetStandalone:r,onSuggestionClick:y,globalClassName:e})]})};function E_(e,t){const n=String(e);if(typeof t!="string")throw new TypeError("Expected character");let r=0,o=n.indexOf(t);for(;o!==-1;)r++,o=n.indexOf(t,o+t.length);return r}function u8(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}function l8(e,t,n){const o=Ol((n||{}).ignore||[]),a=c8(t);let u=-1;for(;++u<a.length;)$E(e,"text",c);function c(f,p){let m=-1,T;for(;++m<p.length;){const y=p[m],_=T?T.children:void 0;if(o(y,_?_.indexOf(y):void 0,T))return;T=y}if(T)return d(f,p)}function d(f,p){const m=p[p.length-1],T=a[u][0],y=a[u][1];let _=0;const A=m.children.indexOf(f);let v=!1,N=[];T.lastIndex=0;let k=T.exec(f.value);for(;k;){const H=k.index,V={index:k.index,input:k.input,stack:[...p,f]};let F=y(...k,V);if(typeof F=="string"&&(F=F.length>0?{type:"text",value:F}:void 0),F===!1?T.lastIndex=H+1:(_!==H&&N.push({type:"text",value:f.value.slice(_,H)}),Array.isArray(F)?N.push(...F):F&&N.push(F),_=H+k[0].length,v=!0),!T.global)break;k=T.exec(f.value)}return v?(_<f.value.length&&N.push({type:"text",value:f.value.slice(_)}),m.children.splice(A,1,...N)):N=[f],A+N.length}}function c8(e){const t=[];if(!Array.isArray(e))throw new TypeError("Expected find and replace tuple or list of tuples");const n=!e[0]||Array.isArray(e[0])?e:[e];let r=-1;for(;++r<n.length;){const o=n[r];t.push([d8(o[0]),f8(o[1])])}return t}function d8(e){return typeof e=="string"?new RegExp(u8(e),"g"):e}function f8(e){return typeof e=="function"?e:function(){return e}}const Tp="phrasing",_p=["autolink","link","image","label"];function h8(){return{transforms:[T8],enter:{literalAutolink:m8,literalAutolinkEmail:Sp,literalAutolinkHttp:Sp,literalAutolinkWww:Sp},exit:{literalAutolink:b8,literalAutolinkEmail:y8,literalAutolinkHttp:g8,literalAutolinkWww:E8}}}function p8(){return{unsafe:[{character:"@",before:"[+\\-.\\w]",after:"[\\-.\\w]",inConstruct:Tp,notInConstruct:_p},{character:".",before:"[Ww]",after:"[\\-.\\w]",inConstruct:Tp,notInConstruct:_p},{character:":",before:"[ps]",after:"\\/",inConstruct:Tp,notInConstruct:_p}]}}function m8(e){this.enter({type:"link",title:null,url:"",children:[]},e)}function Sp(e){this.config.enter.autolinkProtocol.call(this,e)}function g8(e){this.config.exit.autolinkProtocol.call(this,e)}function E8(e){this.config.exit.data.call(this,e);const t=this.stack[this.stack.length-1];t.type,t.url="http://"+this.sliceSerialize(e)}function y8(e){this.config.exit.autolinkEmail.call(this,e)}function b8(e){this.exit(e)}function T8(e){l8(e,[[/(https?:\/\/|www(?=\.))([-.\w]+)([^ \t\r\n]*)/gi,_8],[new RegExp("(?<=^|\\s|\\p{P}|\\p{S})([-.\\w+]+)@([-\\w]+(?:\\.[-\\w]+)+)","gu"),S8]],{ignore:["link","linkReference"]})}function _8(e,t,n,r,o){let a="";if(!y_(o)||(/^w/i.test(t)&&(n=t+n,t="",a="http://"),!x8(n)))return!1;const u=w8(n+r);if(!u[0])return!1;const c={type:"link",title:null,url:a+t+u[0],children:[{type:"text",value:t+u[0]}]};return u[1]?[c,{type:"text",value:u[1]}]:c}function S8(e,t,n,r){return!y_(r,!0)||/[-\d_]$/.test(n)?!1:{type:"link",title:null,url:"mailto:"+t+"@"+n,children:[{type:"text",value:t+"@"+n}]}}function x8(e){const t=e.split(".");return!(t.length<2||t[t.length-1]&&(/_/.test(t[t.length-1])||!/[a-zA-Z\d]/.test(t[t.length-1]))||t[t.length-2]&&(/_/.test(t[t.length-2])||!/[a-zA-Z\d]/.test(t[t.length-2])))}function w8(e){const t=/[!"&'),.:;<>?\]}]+$/.exec(e);if(!t)return[e,void 0];e=e.slice(0,t.index);let n=t[0],r=n.indexOf(")");const o=E_(e,"(");let a=E_(e,")");for(;r!==-1&&o>a;)e+=n.slice(0,r+1),n=n.slice(r+1),r=n.indexOf(")"),a++;return[e,n]}function y_(e,t){const n=e.input.charCodeAt(e.index-1);return(e.index===0||uo(n)||wl(n))&&(!t||n!==47)}b_.peek=R8;function A8(){this.buffer()}function v8(e){this.enter({type:"footnoteReference",identifier:"",label:""},e)}function C8(){this.buffer()}function k8(e){this.enter({type:"footnoteDefinition",identifier:"",label:"",children:[]},e)}function P8(e){const t=this.resume(),n=this.stack[this.stack.length-1];n.type,n.identifier=mr(this.sliceSerialize(e)).toLowerCase(),n.label=t}function N8(e){this.exit(e)}function O8(e){const t=this.resume(),n=this.stack[this.stack.length-1];n.type,n.identifier=mr(this.sliceSerialize(e)).toLowerCase(),n.label=t}function I8(e){this.exit(e)}function R8(){return"["}function b_(e,t,n,r){const o=n.createTracker(r);let a=o.move("[^");const u=n.enter("footnoteReference"),c=n.enter("reference");return a+=o.move(n.safe(n.associationId(e),{after:"]",before:a})),c(),u(),a+=o.move("]"),a}function L8(){return{enter:{gfmFootnoteCallString:A8,gfmFootnoteCall:v8,gfmFootnoteDefinitionLabelString:C8,gfmFootnoteDefinition:k8},exit:{gfmFootnoteCallString:P8,gfmFootnoteCall:N8,gfmFootnoteDefinitionLabelString:O8,gfmFootnoteDefinition:I8}}}function D8(e){let t=!1;return e&&e.firstLineBlank&&(t=!0),{handlers:{footnoteDefinition:n,footnoteReference:b_},unsafe:[{character:"[",inConstruct:["label","phrasing","reference"]}]};function n(r,o,a,u){const c=a.createTracker(u);let d=c.move("[^");const f=a.enter("footnoteDefinition"),p=a.enter("label");return d+=c.move(a.safe(a.associationId(r),{before:d,after:"]"})),p(),d+=c.move("]:"),r.children&&r.children.length>0&&(c.shift(4),d+=c.move((t?`
|
|
32
|
-
`:" ")+a.indentLines(a.containerFlow(r,c.current()),t?
|
|
33
|
-
`)}function
|
|
34
|
-
`&&
|
|
35
|
-
`}function
|
|
29
|
+
`}),n}function JE(e){let t=0,n=e.charCodeAt(t);for(;n===9||n===32;)t++,n=e.charCodeAt(t);return e.slice(t)}function ZE(e,t){const n=CI(e,t),r=n.one(e,void 0),o=EI(n),a=Array.isArray(r)?{type:"root",children:r}:r||{type:"root",children:[]};return o&&a.children.push({type:"text",value:`
|
|
30
|
+
`},o),a}function II(e,t){return e&&"run"in e?function(n,r){return Je(this,null,function*(){const o=ZE(n,F({file:r},t));yield e.run(o,r)})}:function(n,r){return ZE(n,F({file:r},e||t))}}function ey(e){if(e)throw e}var rh,ty;function RI(){if(ty)return rh;ty=1;var e=Object.prototype.hasOwnProperty,t=Object.prototype.toString,n=Object.defineProperty,r=Object.getOwnPropertyDescriptor,o=function(f){return typeof Array.isArray=="function"?Array.isArray(f):t.call(f)==="[object Array]"},a=function(f){if(!f||t.call(f)!=="[object Object]")return!1;var p=e.call(f,"constructor"),m=f.constructor&&f.constructor.prototype&&e.call(f.constructor.prototype,"isPrototypeOf");if(f.constructor&&!p&&!m)return!1;var T;for(T in f);return typeof T=="undefined"||e.call(f,T)},u=function(f,p){n&&p.name==="__proto__"?n(f,p.name,{enumerable:!0,configurable:!0,value:p.newValue,writable:!0}):f[p.name]=p.newValue},c=function(f,p){if(p==="__proto__")if(e.call(f,p)){if(r)return r(f,p).value}else return;return f[p]};return rh=function d(){var f,p,m,T,y,_,w=arguments[0],C=1,A=arguments.length,P=!1;for(typeof w=="boolean"&&(P=w,w=arguments[1]||{},C=2),(w==null||typeof w!="object"&&typeof w!="function")&&(w={});C<A;++C)if(f=arguments[C],f!=null)for(p in f)m=c(w,p),T=c(f,p),w!==T&&(P&&T&&(a(T)||(y=o(T)))?(y?(y=!1,_=m&&o(m)?m:[]):_=m&&a(m)?m:{},u(w,{name:p,newValue:d(P,_,T)})):typeof T!="undefined"&&u(w,{name:p,newValue:T}));return w},rh}var LI=RI();const ih=je(LI);function oh(e){if(typeof e!="object"||e===null)return!1;const t=Object.getPrototypeOf(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)}function DI(){const e=[],t={run:n,use:r};return t;function n(...o){let a=-1;const u=o.pop();if(typeof u!="function")throw new TypeError("Expected function as last argument, not "+u);c(null,...o);function c(d,...f){const p=e[++a];let m=-1;if(d){u(d);return}for(;++m<o.length;)(f[m]===null||f[m]===void 0)&&(f[m]=o[m]);o=f,p?MI(p,c)(...f):u(null,...f)}}function r(o){if(typeof o!="function")throw new TypeError("Expected `middelware` to be a function, not "+o);return e.push(o),t}}function MI(e,t){let n;return r;function r(...u){const c=e.length>u.length;let d;c&&u.push(o);try{d=e.apply(this,u)}catch(f){const p=f;if(c&&n)throw p;return o(p)}c||(d&&d.then&&typeof d.then=="function"?d.then(a,o):d instanceof Error?o(d):a(d))}function o(u,...c){n||(n=!0,t(u,...c))}function a(u){o(null,u)}}const zr={basename:FI,dirname:BI,extname:UI,join:HI,sep:"/"};function FI(e,t){if(t!==void 0&&typeof t!="string")throw new TypeError('"ext" argument must be a string');La(e);let n=0,r=-1,o=e.length,a;if(t===void 0||t.length===0||t.length>e.length){for(;o--;)if(e.codePointAt(o)===47){if(a){n=o+1;break}}else r<0&&(a=!0,r=o+1);return r<0?"":e.slice(n,r)}if(t===e)return"";let u=-1,c=t.length-1;for(;o--;)if(e.codePointAt(o)===47){if(a){n=o+1;break}}else u<0&&(a=!0,u=o+1),c>-1&&(e.codePointAt(o)===t.codePointAt(c--)?c<0&&(r=o):(c=-1,r=u));return n===r?r=u:r<0&&(r=e.length),e.slice(n,r)}function BI(e){if(La(e),e.length===0)return".";let t=-1,n=e.length,r;for(;--n;)if(e.codePointAt(n)===47){if(r){t=n;break}}else r||(r=!0);return t<0?e.codePointAt(0)===47?"/":".":t===1&&e.codePointAt(0)===47?"//":e.slice(0,t)}function UI(e){La(e);let t=e.length,n=-1,r=0,o=-1,a=0,u;for(;t--;){const c=e.codePointAt(t);if(c===47){if(u){r=t+1;break}continue}n<0&&(u=!0,n=t+1),c===46?o<0?o=t:a!==1&&(a=1):o>-1&&(a=-1)}return o<0||n<0||a===0||a===1&&o===n-1&&o===r+1?"":e.slice(o,n)}function HI(...e){let t=-1,n;for(;++t<e.length;)La(e[t]),e[t]&&(n=n===void 0?e[t]:n+"/"+e[t]);return n===void 0?".":zI(n)}function zI(e){La(e);const t=e.codePointAt(0)===47;let n=jI(e,!t);return n.length===0&&!t&&(n="."),n.length>0&&e.codePointAt(e.length-1)===47&&(n+="/"),t?"/"+n:n}function jI(e,t){let n="",r=0,o=-1,a=0,u=-1,c,d;for(;++u<=e.length;){if(u<e.length)c=e.codePointAt(u);else{if(c===47)break;c=47}if(c===47){if(!(o===u-1||a===1))if(o!==u-1&&a===2){if(n.length<2||r!==2||n.codePointAt(n.length-1)!==46||n.codePointAt(n.length-2)!==46){if(n.length>2){if(d=n.lastIndexOf("/"),d!==n.length-1){d<0?(n="",r=0):(n=n.slice(0,d),r=n.length-1-n.lastIndexOf("/")),o=u,a=0;continue}}else if(n.length>0){n="",r=0,o=u,a=0;continue}}t&&(n=n.length>0?n+"/..":"..",r=2)}else n.length>0?n+="/"+e.slice(o+1,u):n=e.slice(o+1,u),r=u-o-1;o=u,a=0}else c===46&&a>-1?a++:a=-1}return n}function La(e){if(typeof e!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(e))}const $I={cwd:VI};function VI(){return"/"}function sh(e){return!!(e!==null&&typeof e=="object"&&"href"in e&&e.href&&"protocol"in e&&e.protocol&&e.auth===void 0)}function qI(e){if(typeof e=="string")e=new URL(e);else if(!sh(e)){const t=new TypeError('The "path" argument must be of type string or an instance of URL. Received `'+e+"`");throw t.code="ERR_INVALID_ARG_TYPE",t}if(e.protocol!=="file:"){const t=new TypeError("The URL must be of scheme file");throw t.code="ERR_INVALID_URL_SCHEME",t}return YI(e)}function YI(e){if(e.hostname!==""){const r=new TypeError('File URL host must be "localhost" or empty on darwin');throw r.code="ERR_INVALID_FILE_URL_HOST",r}const t=e.pathname;let n=-1;for(;++n<t.length;)if(t.codePointAt(n)===37&&t.codePointAt(n+1)===50){const r=t.codePointAt(n+2);if(r===70||r===102){const o=new TypeError("File URL path must not include encoded / characters");throw o.code="ERR_INVALID_FILE_URL_PATH",o}}return decodeURIComponent(t)}const ah=["history","path","basename","stem","extname","dirname"];class ny{constructor(t){let n;t?sh(t)?n={path:t}:typeof t=="string"||WI(t)?n={value:t}:n=t:n={},this.cwd="cwd"in n?"":$I.cwd(),this.data={},this.history=[],this.messages=[],this.value,this.map,this.result,this.stored;let r=-1;for(;++r<ah.length;){const a=ah[r];a in n&&n[a]!==void 0&&n[a]!==null&&(this[a]=a==="history"?[...n[a]]:n[a])}let o;for(o in n)ah.includes(o)||(this[o]=n[o])}get basename(){return typeof this.path=="string"?zr.basename(this.path):void 0}set basename(t){lh(t,"basename"),uh(t,"basename"),this.path=zr.join(this.dirname||"",t)}get dirname(){return typeof this.path=="string"?zr.dirname(this.path):void 0}set dirname(t){ry(this.basename,"dirname"),this.path=zr.join(t||"",this.basename)}get extname(){return typeof this.path=="string"?zr.extname(this.path):void 0}set extname(t){if(uh(t,"extname"),ry(this.dirname,"extname"),t){if(t.codePointAt(0)!==46)throw new Error("`extname` must start with `.`");if(t.includes(".",1))throw new Error("`extname` cannot contain multiple dots")}this.path=zr.join(this.dirname,this.stem+(t||""))}get path(){return this.history[this.history.length-1]}set path(t){sh(t)&&(t=qI(t)),lh(t,"path"),this.path!==t&&this.history.push(t)}get stem(){return typeof this.path=="string"?zr.basename(this.path,this.extname):void 0}set stem(t){lh(t,"stem"),uh(t,"stem"),this.path=zr.join(this.dirname||"",t+(this.extname||""))}fail(t,n,r){const o=this.message(t,n,r);throw o.fatal=!0,o}info(t,n,r){const o=this.message(t,n,r);return o.fatal=void 0,o}message(t,n,r){const o=new bn(t,n,r);return this.path&&(o.name=this.path+":"+o.name,o.file=this.path),o.fatal=!1,this.messages.push(o),o}toString(t){return this.value===void 0?"":typeof this.value=="string"?this.value:new TextDecoder(t||void 0).decode(this.value)}}function uh(e,t){if(e&&e.includes(zr.sep))throw new Error("`"+t+"` cannot be a path: did not expect `"+zr.sep+"`")}function lh(e,t){if(!e)throw new Error("`"+t+"` cannot be empty")}function ry(e,t){if(!e)throw new Error("Setting `"+t+"` requires `path` to be set too")}function WI(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}const GI=(function(e){const r=this.constructor.prototype,o=r[e],a=function(){return o.apply(a,arguments)};return Object.setPrototypeOf(a,r),a}),XI={}.hasOwnProperty;class ch extends GI{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=DI()}copy(){const t=new ch;let n=-1;for(;++n<this.attachers.length;){const r=this.attachers[n];t.use(...r)}return t.data(ih(!0,{},this.namespace)),t}data(t,n){return typeof t=="string"?arguments.length===2?(hh("data",this.frozen),this.namespace[t]=n,this):XI.call(this.namespace,t)&&this.namespace[t]||void 0:t?(hh("data",this.frozen),this.namespace=t,this):this.namespace}freeze(){if(this.frozen)return this;const t=this;for(;++this.freezeIndex<this.attachers.length;){const[n,...r]=this.attachers[this.freezeIndex];if(r[0]===!1)continue;r[0]===!0&&(r[0]=void 0);const o=n.call(t,...r);typeof o=="function"&&this.transformers.use(o)}return this.frozen=!0,this.freezeIndex=Number.POSITIVE_INFINITY,this}parse(t){this.freeze();const n=Ml(t),r=this.parser||this.Parser;return dh("parse",r),r(String(n),n)}process(t,n){const r=this;return this.freeze(),dh("process",this.parser||this.Parser),fh("process",this.compiler||this.Compiler),n?o(void 0,n):new Promise(o);function o(a,u){const c=Ml(t),d=r.parse(c);r.run(d,c,function(p,m,T){if(p||!m||!T)return f(p);const y=m,_=r.stringify(y,T);JI(_)?T.value=_:T.result=_,f(p,T)});function f(p,m){p||!m?u(p):a?a(m):n(void 0,m)}}}processSync(t){let n=!1,r;return this.freeze(),dh("processSync",this.parser||this.Parser),fh("processSync",this.compiler||this.Compiler),this.process(t,o),oy("processSync","process",n),r;function o(a,u){n=!0,ey(a),r=u}}run(t,n,r){iy(t),this.freeze();const o=this.transformers;return!r&&typeof n=="function"&&(r=n,n=void 0),r?a(void 0,r):new Promise(a);function a(u,c){const d=Ml(n);o.run(t,d,f);function f(p,m,T){const y=m||t;p?c(p):u?u(y):r(void 0,y,T)}}}runSync(t,n){let r=!1,o;return this.run(t,n,a),oy("runSync","run",r),o;function a(u,c){ey(u),o=c,r=!0}}stringify(t,n){this.freeze();const r=Ml(n),o=this.compiler||this.Compiler;return fh("stringify",o),iy(t),o(t,r)}use(t,...n){const r=this.attachers,o=this.namespace;if(hh("use",this.frozen),t!=null)if(typeof t=="function")d(t,n);else if(typeof t=="object")Array.isArray(t)?c(t):u(t);else throw new TypeError("Expected usable value, not `"+t+"`");return this;function a(f){if(typeof f=="function")d(f,[]);else if(typeof f=="object")if(Array.isArray(f)){const[p,...m]=f;d(p,m)}else u(f);else throw new TypeError("Expected usable value, not `"+f+"`")}function u(f){if(!("plugins"in f)&&!("settings"in f))throw new 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");c(f.plugins),f.settings&&(o.settings=ih(!0,o.settings,f.settings))}function c(f){let p=-1;if(f!=null)if(Array.isArray(f))for(;++p<f.length;){const m=f[p];a(m)}else throw new TypeError("Expected a list of plugins, not `"+f+"`")}function d(f,p){let m=-1,T=-1;for(;++m<r.length;)if(r[m][0]===f){T=m;break}if(T===-1)r.push([f,...p]);else if(p.length>0){let[y,..._]=p;const w=r[T][1];oh(w)&&oh(y)&&(y=ih(!0,w,y)),r[T]=[f,y,..._]}}}}const KI=new ch().freeze();function dh(e,t){if(typeof t!="function")throw new TypeError("Cannot `"+e+"` without `parser`")}function fh(e,t){if(typeof t!="function")throw new TypeError("Cannot `"+e+"` without `compiler`")}function hh(e,t){if(t)throw new Error("Cannot call `"+e+"` on a frozen processor.\nCreate a new processor first, by calling it: use `processor()` instead of `processor`.")}function iy(e){if(!oh(e)||typeof e.type!="string")throw new TypeError("Expected node, got `"+e+"`")}function oy(e,t,n){if(!n)throw new Error("`"+e+"` finished async. Use `"+t+"` instead")}function Ml(e){return QI(e)?e:new ny(e)}function QI(e){return!!(e&&typeof e=="object"&&"message"in e&&"messages"in e)}function JI(e){return typeof e=="string"||ZI(e)}function ZI(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}const e3="https://github.com/remarkjs/react-markdown/blob/main/changelog.md",sy=[],ay={allowDangerousHtml:!0},t3=/^(https?|ircs?|mailto|xmpp)$/i,n3=[{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 uy(e){const t=r3(e),n=i3(e);return o3(t.runSync(t.parse(n),n),e)}function r3(e){const t=e.rehypePlugins||sy,n=e.remarkPlugins||sy,r=e.remarkRehypeOptions?F(F({},e.remarkRehypeOptions),ay):ay;return KI().use(BO).use(n).use(II,r).use(t)}function i3(e){const t=e.children||"",n=new ny;return typeof t=="string"&&(n.value=t),n}function o3(e,t){const n=t.allowedElements,r=t.allowElement,o=t.components,a=t.disallowedElements,u=t.skipHtml,c=t.unwrapDisallowed,d=t.urlTransform||s3;for(const p of n3)Object.hasOwn(t,p.from)&&(""+p.from+(p.to?"use `"+p.to+"` instead":"remove it")+e3+p.id,void 0);return Dl(e,f),NP(e,{Fragment:x.Fragment,components:o,ignoreInvalidStyle:!0,jsx:x.jsx,jsxs:x.jsxs,passKeys:!0,passNode:!0});function f(p,m,T){if(p.type==="raw"&&T&&typeof m=="number")return u?T.children.splice(m,1):T.children[m]={type:"text",value:p.value},m;if(p.type==="element"){let y;for(y in $f)if(Object.hasOwn($f,y)&&Object.hasOwn(p.properties,y)){const _=p.properties[y],w=$f[y];(w===null||w.includes(p.tagName))&&(p.properties[y]=d(String(_||""),y,p))}}if(p.type==="element"){let y=n?!n.includes(p.tagName):a?a.includes(p.tagName):!1;if(!y&&r&&typeof m=="number"&&(y=!r(p,m,T)),y&&T&&typeof m=="number")return c&&p.children?T.children.splice(m,1,...p.children):T.children.splice(m,1),m}}}function s3(e){const t=e.indexOf(":"),n=e.indexOf("?"),r=e.indexOf("#"),o=e.indexOf("/");return t===-1||o!==-1&&t>o||n!==-1&&t>n||r!==-1&&t>r||t3.test(e.slice(0,t))?e:""}const ly=/[#.]/g;function a3(e,t){const n=e||"",r={};let o=0,a,u;for(;o<n.length;){ly.lastIndex=o;const c=ly.exec(n),d=n.slice(o,c?c.index:n.length);d&&(a?a==="#"?r.id=d:Array.isArray(r.className)?r.className.push(d):r.className=[d]:u=d,o+=d.length),c&&(a=c[0],o++)}return{type:"element",tagName:u||t||"div",properties:r,children:[]}}function cy(e,t,n){const r=n?d3(n):void 0;function o(a,u,...c){let d;if(a==null){d={type:"root",children:[]};const f=u;c.unshift(f)}else{d=a3(a,t);const f=d.tagName.toLowerCase(),p=r?r.get(f):void 0;if(d.tagName=p||f,u3(u))c.unshift(u);else for(const[m,T]of Object.entries(u))l3(e,d.properties,m,T)}for(const f of c)ph(d.children,f);return d.type==="element"&&d.tagName==="template"&&(d.content={type:"root",children:d.children},d.children=[]),d}return o}function u3(e){if(e===null||typeof e!="object"||Array.isArray(e))return!0;if(typeof e.type!="string")return!1;const t=e,n=Object.keys(e);for(const r of n){const o=t[r];if(o&&typeof o=="object"){if(!Array.isArray(o))return!0;const a=o;for(const u of a)if(typeof u!="number"&&typeof u!="string")return!0}}return!!("children"in e&&Array.isArray(e.children))}function l3(e,t,n,r){const o=Ff(e,n);let a;if(r!=null){if(typeof r=="number"){if(Number.isNaN(r))return;a=r}else typeof r=="boolean"?a=r:typeof r=="string"?o.spaceSeparated?a=eE(r):o.commaSeparated?a=z1(r):o.commaOrSpaceSeparated?a=eE(z1(r).join(" ")):a=dy(o,o.property,r):Array.isArray(r)?a=[...r]:a=o.property==="style"?c3(r):String(r);if(Array.isArray(a)){const u=[];for(const c of a)u.push(dy(o,o.property,c));a=u}o.property==="className"&&Array.isArray(t.className)&&(a=t.className.concat(a)),t[o.property]=a}}function ph(e,t){if(t!=null)if(typeof t=="number"||typeof t=="string")e.push({type:"text",value:String(t)});else if(Array.isArray(t))for(const n of t)ph(e,n);else if(typeof t=="object"&&"type"in t)t.type==="root"?ph(e,t.children):e.push(t);else throw new Error("Expected node, nodes, or string, got `"+t+"`")}function dy(e,t,n){if(typeof n=="string"){if(e.number&&n&&!Number.isNaN(Number(n)))return Number(n);if((e.boolean||e.overloadedBoolean)&&(n===""||wa(n)===wa(t)))return!0}return n}function c3(e){const t=[];for(const[n,r]of Object.entries(e))t.push([n,r].join(": "));return t.join("; ")}function d3(e){const t=new Map;for(const n of e)t.set(n.toLowerCase(),n);return t}const f3=["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","solidColor","textArea","textPath"],h3=cy(xl,"div"),p3=cy(ts,"g",f3);function m3(e){const t=String(e),n=[];return{toOffset:o,toPoint:r};function r(a){if(typeof a=="number"&&a>-1&&a<=t.length){let u=0;for(;;){let c=n[u];if(c===void 0){const d=fy(t,n[u-1]);c=d===-1?t.length+1:d+1,n[u]=c}if(c>a)return{line:u+1,column:a-(u>0?n[u-1]:0)+1,offset:a};u++}}}function o(a){if(a&&typeof a.line=="number"&&typeof a.column=="number"&&!Number.isNaN(a.line)&&!Number.isNaN(a.column)){for(;n.length<a.line;){const c=n[n.length-1],d=fy(t,c),f=d===-1?t.length+1:d+1;if(c===f)break;n.push(f)}const u=(a.line>1?n[a.line-2]:0)+a.column-1;if(u<n[a.line-1])return u}}}function fy(e,t){const n=e.indexOf("\r",t),r=e.indexOf(`
|
|
31
|
+
`,t);return r===-1?n:n===-1||n+1===r?r:n<r?n:r}const ho={html:"http://www.w3.org/1999/xhtml",mathml:"http://www.w3.org/1998/Math/MathML",svg:"http://www.w3.org/2000/svg",xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"},hy={}.hasOwnProperty,g3=Object.prototype;function E3(e,t){const n=t||{};return mh({file:n.file||void 0,location:!1,schema:n.space==="svg"?ts:xl,verbose:n.verbose||!1},e)}function mh(e,t){let n;switch(t.nodeName){case"#comment":{const r=t;return n={type:"comment",value:r.data},Fl(e,r,n),n}case"#document":case"#document-fragment":{const r=t,o="mode"in r?r.mode==="quirks"||r.mode==="limited-quirks":!1;if(n={type:"root",children:py(e,t.childNodes),data:{quirksMode:o}},e.file&&e.location){const a=String(e.file),u=m3(a),c=u.toPoint(0),d=u.toPoint(a.length);n.position={start:c,end:d}}return n}case"#documentType":{const r=t;return n={type:"doctype"},Fl(e,r,n),n}case"#text":{const r=t;return n={type:"text",value:r.value},Fl(e,r,n),n}default:return n=y3(e,t),n}}function py(e,t){let n=-1;const r=[];for(;++n<t.length;){const o=mh(e,t[n]);r.push(o)}return r}function y3(e,t){const n=e.schema;e.schema=t.namespaceURI===ho.svg?ts:xl;let r=-1;const o={};for(;++r<t.attrs.length;){const c=t.attrs[r],d=(c.prefix?c.prefix+":":"")+c.name;hy.call(g3,d)||(o[d]=c.value)}const u=(e.schema.space==="svg"?p3:h3)(t.tagName,o,py(e,t.childNodes));if(Fl(e,t,u),u.tagName==="template"){const c=t,d=c.sourceCodeLocation,f=d&&d.startTag&&ss(d.startTag),p=d&&d.endTag&&ss(d.endTag),m=mh(e,c.content);f&&p&&e.file&&(m.position={start:f.end,end:p.start}),u.content=m}return e.schema=n,u}function Fl(e,t,n){if("sourceCodeLocation"in t&&t.sourceCodeLocation&&e.file){const r=b3(e,n,t.sourceCodeLocation);r&&(e.location=!0,n.position=r)}}function b3(e,t,n){const r=ss(n);if(t.type==="element"){const o=t.children[t.children.length-1];if(r&&!n.endTag&&o&&o.position&&o.position.end&&(r.end=Object.assign({},o.position.end)),e.verbose){const a={};let u;if(n.attrs)for(u in n.attrs)hy.call(n.attrs,u)&&(a[Ff(e.schema,u).property]=ss(n.attrs[u]));n.startTag;const c=ss(n.startTag),d=n.endTag?ss(n.endTag):void 0,f={opening:c};d&&(f.closing=d),f.properties=a,t.data={position:f}}}return r}function ss(e){const t=my({line:e.startLine,column:e.startCol,offset:e.startOffset}),n=my({line:e.endLine,column:e.endCol,offset:e.endOffset});return t||n?{start:t,end:n}:void 0}function my(e){return e.line&&e.column?e:void 0}class Da{constructor(t,n,r){this.property=t,this.normal=n,r&&(this.space=r)}}Da.prototype.property={},Da.prototype.normal={},Da.prototype.space=null;function gy(e,t){const n={},r={};let o=-1;for(;++o<e.length;)Object.assign(n,e[o].property),Object.assign(r,e[o].normal);return new Da(n,r,t)}function gh(e){return e.toLowerCase()}class lr{constructor(t,n){this.property=t,this.attribute=n}}lr.prototype.space=null,lr.prototype.boolean=!1,lr.prototype.booleanish=!1,lr.prototype.overloadedBoolean=!1,lr.prototype.number=!1,lr.prototype.commaSeparated=!1,lr.prototype.spaceSeparated=!1,lr.prototype.commaOrSpaceSeparated=!1,lr.prototype.mustUseProperty=!1,lr.prototype.defined=!1;let T3=0;const Xe=po(),jt=po(),Ey=po(),be=po(),yt=po(),as=po(),Kn=po();function po(){return ia(2,++T3)}const Eh=Object.freeze(Object.defineProperty({__proto__:null,boolean:Xe,booleanish:jt,commaOrSpaceSeparated:Kn,commaSeparated:as,number:be,overloadedBoolean:Ey,spaceSeparated:yt},Symbol.toStringTag,{value:"Module"})),yh=Object.keys(Eh);class bh extends lr{constructor(t,n,r,o){let a=-1;if(super(t,n),yy(this,"space",o),typeof r=="number")for(;++a<yh.length;){const u=yh[a];yy(this,yh[a],(r&Eh[u])===Eh[u])}}}bh.prototype.defined=!0;function yy(e,t,n){n&&(e[t]=n)}const _3={}.hasOwnProperty;function us(e){const t={},n={};let r;for(r in e.properties)if(_3.call(e.properties,r)){const o=e.properties[r],a=new bh(r,e.transform(e.attributes||{},r),o,e.space);e.mustUseProperty&&e.mustUseProperty.includes(r)&&(a.mustUseProperty=!0),t[r]=a,n[gh(r)]=r,n[gh(a.attribute)]=r}return new Da(t,n,e.space)}const by=us({space:"xlink",transform(e,t){return"xlink:"+t.slice(5).toLowerCase()},properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null}}),Ty=us({space:"xml",transform(e,t){return"xml:"+t.slice(3).toLowerCase()},properties:{xmlLang:null,xmlBase:null,xmlSpace:null}});function _y(e,t){return t in e?e[t]:t}function Sy(e,t){return _y(e,t.toLowerCase())}const xy=us({space:"xmlns",attributes:{xmlnsxlink:"xmlns:xlink"},transform:Sy,properties:{xmlns:null,xmlnsXLink:null}}),wy=us({transform(e,t){return t==="role"?t:"aria-"+t.slice(4).toLowerCase()},properties:{ariaActiveDescendant:null,ariaAtomic:jt,ariaAutoComplete:null,ariaBusy:jt,ariaChecked:jt,ariaColCount:be,ariaColIndex:be,ariaColSpan:be,ariaControls:yt,ariaCurrent:null,ariaDescribedBy:yt,ariaDetails:null,ariaDisabled:jt,ariaDropEffect:yt,ariaErrorMessage:null,ariaExpanded:jt,ariaFlowTo:yt,ariaGrabbed:jt,ariaHasPopup:null,ariaHidden:jt,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:yt,ariaLevel:be,ariaLive:null,ariaModal:jt,ariaMultiLine:jt,ariaMultiSelectable:jt,ariaOrientation:null,ariaOwns:yt,ariaPlaceholder:null,ariaPosInSet:be,ariaPressed:jt,ariaReadOnly:jt,ariaRelevant:null,ariaRequired:jt,ariaRoleDescription:yt,ariaRowCount:be,ariaRowIndex:be,ariaRowSpan:be,ariaSelected:jt,ariaSetSize:be,ariaSort:null,ariaValueMax:be,ariaValueMin:be,ariaValueNow:be,ariaValueText:null,role:null}}),S3=us({space:"html",attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},transform:Sy,mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:as,acceptCharset:yt,accessKey:yt,action:null,allow:null,allowFullScreen:Xe,allowPaymentRequest:Xe,allowUserMedia:Xe,alt:null,as:null,async:Xe,autoCapitalize:null,autoComplete:yt,autoFocus:Xe,autoPlay:Xe,blocking:yt,capture:null,charSet:null,checked:Xe,cite:null,className:yt,cols:be,colSpan:null,content:null,contentEditable:jt,controls:Xe,controlsList:yt,coords:be|as,crossOrigin:null,data:null,dateTime:null,decoding:null,default:Xe,defer:Xe,dir:null,dirName:null,disabled:Xe,download:Ey,draggable:jt,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:Xe,formTarget:null,headers:yt,height:be,hidden:Xe,high:be,href:null,hrefLang:null,htmlFor:yt,httpEquiv:yt,id:null,imageSizes:null,imageSrcSet:null,inert:Xe,inputMode:null,integrity:null,is:null,isMap:Xe,itemId:null,itemProp:yt,itemRef:yt,itemScope:Xe,itemType:yt,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:Xe,low:be,manifest:null,max:null,maxLength:be,media:null,method:null,min:null,minLength:be,multiple:Xe,muted:Xe,name:null,nonce:null,noModule:Xe,noValidate:Xe,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:Xe,optimum:be,pattern:null,ping:yt,placeholder:null,playsInline:Xe,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:Xe,referrerPolicy:null,rel:yt,required:Xe,reversed:Xe,rows:be,rowSpan:be,sandbox:yt,scope:null,scoped:Xe,seamless:Xe,selected:Xe,shadowRootClonable:Xe,shadowRootDelegatesFocus:Xe,shadowRootMode:null,shape:null,size:be,sizes:null,slot:null,span:be,spellCheck:jt,src:null,srcDoc:null,srcLang:null,srcSet:null,start:be,step:null,style:null,tabIndex:be,target:null,title:null,translate:null,type:null,typeMustMatch:Xe,useMap:null,value:jt,width:be,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:yt,axis:null,background:null,bgColor:null,border:be,borderColor:null,bottomMargin:be,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:Xe,declare:Xe,event:null,face:null,frame:null,frameBorder:null,hSpace:be,leftMargin:be,link:null,longDesc:null,lowSrc:null,marginHeight:be,marginWidth:be,noResize:Xe,noHref:Xe,noShade:Xe,noWrap:Xe,object:null,profile:null,prompt:null,rev:null,rightMargin:be,rules:null,scheme:null,scrolling:jt,standby:null,summary:null,text:null,topMargin:be,valueType:null,version:null,vAlign:null,vLink:null,vSpace:be,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:Xe,disableRemotePlayback:Xe,prefix:null,property:null,results:be,security:null,unselectable:null}}),x3=us({space:"svg",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"},transform:_y,properties:{about:Kn,accentHeight:be,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:be,amplitude:be,arabicForm:null,ascent:be,attributeName:null,attributeType:null,azimuth:be,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:be,by:null,calcMode:null,capHeight:be,className:yt,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:be,diffuseConstant:be,direction:null,display:null,dur:null,divisor:be,dominantBaseline:null,download:Xe,dx:null,dy:null,edgeMode:null,editable:null,elevation:be,enableBackground:null,end:null,event:null,exponent:be,externalResourcesRequired:null,fill:null,fillOpacity:be,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:as,g2:as,glyphName:as,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:be,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:be,horizOriginX:be,horizOriginY:be,id:null,ideographic:be,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:be,k:be,k1:be,k2:be,k3:be,k4:be,kernelMatrix:Kn,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:be,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:be,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:be,overlineThickness:be,paintOrder:null,panose1:null,path:null,pathLength:be,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:yt,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:be,pointsAtY:be,pointsAtZ:be,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:Kn,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:Kn,rev:Kn,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:Kn,requiredFeatures:Kn,requiredFonts:Kn,requiredFormats:Kn,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:be,specularExponent:be,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:be,strikethroughThickness:be,string:null,stroke:null,strokeDashArray:Kn,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:be,strokeOpacity:be,strokeWidth:null,style:null,surfaceScale:be,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:Kn,tabIndex:be,tableValues:null,target:null,targetX:be,targetY:be,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:Kn,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:be,underlineThickness:be,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:be,values:null,vAlphabetic:be,vMathematical:be,vectorEffect:null,vHanging:be,vIdeographic:be,version:null,vertAdvY:be,vertOriginX:be,vertOriginY:be,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:be,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null}}),w3=/^data[-\w.:]+$/i,Ay=/-[a-z]/g,A3=/[A-Z]/g;function v3(e,t){const n=gh(t);let r=t,o=lr;if(n in e.normal)return e.property[e.normal[n]];if(n.length>4&&n.slice(0,4)==="data"&&w3.test(t)){if(t.charAt(4)==="-"){const a=t.slice(5).replace(Ay,k3);r="data"+a.charAt(0).toUpperCase()+a.slice(1)}else{const a=t.slice(4);if(!Ay.test(a)){let u=a.replace(A3,C3);u.charAt(0)!=="-"&&(u="-"+u),t="data"+u}}o=bh}return new o(r,t)}function C3(e){return"-"+e.toLowerCase()}function k3(e){return e.charAt(1).toUpperCase()}const P3=gy([Ty,by,xy,wy,S3],"html"),vy=gy([Ty,by,xy,wy,x3],"svg"),Cy={}.hasOwnProperty;function ky(e,t){const n=t||{};function r(o,...a){let u=r.invalid;const c=r.handlers;if(o&&Cy.call(o,e)){const d=String(o[e]);u=Cy.call(c,d)?c[d]:r.unknown}if(u)return u.call(this,o,...a)}return r.handlers=n.handlers||{},r.invalid=n.invalid,r.unknown=n.unknown,r}const N3={},O3={}.hasOwnProperty,Py=ky("type",{handlers:{root:R3,element:B3,text:M3,comment:F3,doctype:D3}});function I3(e,t){const r=(t||N3).space;return Py(e,r==="svg"?vy:P3)}function R3(e,t){const n={nodeName:"#document",mode:(e.data||{}).quirksMode?"quirks":"no-quirks",childNodes:[]};return n.childNodes=Th(e.children,n,t),ls(e,n),n}function L3(e,t){const n={nodeName:"#document-fragment",childNodes:[]};return n.childNodes=Th(e.children,n,t),ls(e,n),n}function D3(e){const t={nodeName:"#documentType",name:"html",publicId:"",systemId:"",parentNode:null};return ls(e,t),t}function M3(e){const t={nodeName:"#text",value:e.value,parentNode:null};return ls(e,t),t}function F3(e){const t={nodeName:"#comment",data:e.value,parentNode:null};return ls(e,t),t}function B3(e,t){const n=t;let r=n;e.type==="element"&&e.tagName.toLowerCase()==="svg"&&n.space==="html"&&(r=vy);const o=[];let a;if(e.properties){for(a in e.properties)if(a!=="children"&&O3.call(e.properties,a)){const d=U3(r,a,e.properties[a]);d&&o.push(d)}}const u=r.space,c={nodeName:e.tagName,tagName:e.tagName,attrs:o,namespaceURI:ho[u],childNodes:[],parentNode:null};return c.childNodes=Th(e.children,c,r),ls(e,c),e.tagName==="template"&&e.content&&(c.content=L3(e.content,r)),c}function U3(e,t,n){const r=v3(e,t);if(n===!1||n===null||n===void 0||typeof n=="number"&&Number.isNaN(n)||!n&&r.boolean)return;Array.isArray(n)&&(n=r.commaSeparated?j1(n):tE(n));const o={name:r.attribute,value:n===!0?"":String(n)};if(r.space&&r.space!=="html"&&r.space!=="svg"){const a=o.name.indexOf(":");a<0?o.prefix="":(o.name=o.name.slice(a+1),o.prefix=r.attribute.slice(0,a)),o.namespace=ho[r.space]}return o}function Th(e,t,n){let r=-1;const o=[];if(e)for(;++r<e.length;){const a=Py(e[r],n);a.parentNode=t,o.push(a)}return o}function ls(e,t){const n=e.position;n&&n.start&&n.end&&(n.start.offset,n.end.offset,t.sourceCodeLocation={startLine:n.start.line,startCol:n.start.column,startOffset:n.start.offset,endLine:n.end.line,endCol:n.end.column,endOffset:n.end.offset})}const H3=["area","base","basefont","bgsound","br","col","command","embed","frame","hr","image","img","input","keygen","link","meta","param","source","track","wbr"],z3=new Set([65534,65535,131070,131071,196606,196607,262142,262143,327678,327679,393214,393215,458750,458751,524286,524287,589822,589823,655358,655359,720894,720895,786430,786431,851966,851967,917502,917503,983038,983039,1048574,1048575,1114110,1114111]),At="�";var N;(function(e){e[e.EOF=-1]="EOF",e[e.NULL=0]="NULL",e[e.TABULATION=9]="TABULATION",e[e.CARRIAGE_RETURN=13]="CARRIAGE_RETURN",e[e.LINE_FEED=10]="LINE_FEED",e[e.FORM_FEED=12]="FORM_FEED",e[e.SPACE=32]="SPACE",e[e.EXCLAMATION_MARK=33]="EXCLAMATION_MARK",e[e.QUOTATION_MARK=34]="QUOTATION_MARK",e[e.AMPERSAND=38]="AMPERSAND",e[e.APOSTROPHE=39]="APOSTROPHE",e[e.HYPHEN_MINUS=45]="HYPHEN_MINUS",e[e.SOLIDUS=47]="SOLIDUS",e[e.DIGIT_0=48]="DIGIT_0",e[e.DIGIT_9=57]="DIGIT_9",e[e.SEMICOLON=59]="SEMICOLON",e[e.LESS_THAN_SIGN=60]="LESS_THAN_SIGN",e[e.EQUALS_SIGN=61]="EQUALS_SIGN",e[e.GREATER_THAN_SIGN=62]="GREATER_THAN_SIGN",e[e.QUESTION_MARK=63]="QUESTION_MARK",e[e.LATIN_CAPITAL_A=65]="LATIN_CAPITAL_A",e[e.LATIN_CAPITAL_Z=90]="LATIN_CAPITAL_Z",e[e.RIGHT_SQUARE_BRACKET=93]="RIGHT_SQUARE_BRACKET",e[e.GRAVE_ACCENT=96]="GRAVE_ACCENT",e[e.LATIN_SMALL_A=97]="LATIN_SMALL_A",e[e.LATIN_SMALL_Z=122]="LATIN_SMALL_Z"})(N||(N={}));const Bn={DASH_DASH:"--",CDATA_START:"[CDATA[",DOCTYPE:"doctype",SCRIPT:"script",PUBLIC:"public",SYSTEM:"system"};function Ny(e){return e>=55296&&e<=57343}function j3(e){return e>=56320&&e<=57343}function $3(e,t){return(e-55296)*1024+9216+t}function Oy(e){return e!==32&&e!==10&&e!==13&&e!==9&&e!==12&&e>=1&&e<=31||e>=127&&e<=159}function Iy(e){return e>=64976&&e<=65007||z3.has(e)}var te;(function(e){e.controlCharacterInInputStream="control-character-in-input-stream",e.noncharacterInInputStream="noncharacter-in-input-stream",e.surrogateInInputStream="surrogate-in-input-stream",e.nonVoidHtmlElementStartTagWithTrailingSolidus="non-void-html-element-start-tag-with-trailing-solidus",e.endTagWithAttributes="end-tag-with-attributes",e.endTagWithTrailingSolidus="end-tag-with-trailing-solidus",e.unexpectedSolidusInTag="unexpected-solidus-in-tag",e.unexpectedNullCharacter="unexpected-null-character",e.unexpectedQuestionMarkInsteadOfTagName="unexpected-question-mark-instead-of-tag-name",e.invalidFirstCharacterOfTagName="invalid-first-character-of-tag-name",e.unexpectedEqualsSignBeforeAttributeName="unexpected-equals-sign-before-attribute-name",e.missingEndTagName="missing-end-tag-name",e.unexpectedCharacterInAttributeName="unexpected-character-in-attribute-name",e.unknownNamedCharacterReference="unknown-named-character-reference",e.missingSemicolonAfterCharacterReference="missing-semicolon-after-character-reference",e.unexpectedCharacterAfterDoctypeSystemIdentifier="unexpected-character-after-doctype-system-identifier",e.unexpectedCharacterInUnquotedAttributeValue="unexpected-character-in-unquoted-attribute-value",e.eofBeforeTagName="eof-before-tag-name",e.eofInTag="eof-in-tag",e.missingAttributeValue="missing-attribute-value",e.missingWhitespaceBetweenAttributes="missing-whitespace-between-attributes",e.missingWhitespaceAfterDoctypePublicKeyword="missing-whitespace-after-doctype-public-keyword",e.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers="missing-whitespace-between-doctype-public-and-system-identifiers",e.missingWhitespaceAfterDoctypeSystemKeyword="missing-whitespace-after-doctype-system-keyword",e.missingQuoteBeforeDoctypePublicIdentifier="missing-quote-before-doctype-public-identifier",e.missingQuoteBeforeDoctypeSystemIdentifier="missing-quote-before-doctype-system-identifier",e.missingDoctypePublicIdentifier="missing-doctype-public-identifier",e.missingDoctypeSystemIdentifier="missing-doctype-system-identifier",e.abruptDoctypePublicIdentifier="abrupt-doctype-public-identifier",e.abruptDoctypeSystemIdentifier="abrupt-doctype-system-identifier",e.cdataInHtmlContent="cdata-in-html-content",e.incorrectlyOpenedComment="incorrectly-opened-comment",e.eofInScriptHtmlCommentLikeText="eof-in-script-html-comment-like-text",e.eofInDoctype="eof-in-doctype",e.nestedComment="nested-comment",e.abruptClosingOfEmptyComment="abrupt-closing-of-empty-comment",e.eofInComment="eof-in-comment",e.incorrectlyClosedComment="incorrectly-closed-comment",e.eofInCdata="eof-in-cdata",e.absenceOfDigitsInNumericCharacterReference="absence-of-digits-in-numeric-character-reference",e.nullCharacterReference="null-character-reference",e.surrogateCharacterReference="surrogate-character-reference",e.characterReferenceOutsideUnicodeRange="character-reference-outside-unicode-range",e.controlCharacterReference="control-character-reference",e.noncharacterCharacterReference="noncharacter-character-reference",e.missingWhitespaceBeforeDoctypeName="missing-whitespace-before-doctype-name",e.missingDoctypeName="missing-doctype-name",e.invalidCharacterSequenceAfterDoctypeName="invalid-character-sequence-after-doctype-name",e.duplicateAttribute="duplicate-attribute",e.nonConformingDoctype="non-conforming-doctype",e.missingDoctype="missing-doctype",e.misplacedDoctype="misplaced-doctype",e.endTagWithoutMatchingOpenElement="end-tag-without-matching-open-element",e.closingOfElementWithOpenChildElements="closing-of-element-with-open-child-elements",e.disallowedContentInNoscriptInHead="disallowed-content-in-noscript-in-head",e.openElementsLeftAfterEof="open-elements-left-after-eof",e.abandonedHeadElementChild="abandoned-head-element-child",e.misplacedStartTagForHeadElement="misplaced-start-tag-for-head-element",e.nestedNoscriptInHead="nested-noscript-in-head",e.eofInElementThatCanContainOnlyText="eof-in-element-that-can-contain-only-text"})(te||(te={}));const V3=65536;class q3{constructor(t){this.handler=t,this.html="",this.pos=-1,this.lastGapPos=-2,this.gapStack=[],this.skipNextNewLine=!1,this.lastChunkWritten=!1,this.endOfChunkHit=!1,this.bufferWaterline=V3,this.isEol=!1,this.lineStartPos=0,this.droppedBufferSize=0,this.line=1,this.lastErrOffset=-1}get col(){return this.pos-this.lineStartPos+ +(this.lastGapPos!==this.pos)}get offset(){return this.droppedBufferSize+this.pos}getError(t,n){const{line:r,col:o,offset:a}=this,u=o+n,c=a+n;return{code:t,startLine:r,endLine:r,startCol:u,endCol:u,startOffset:c,endOffset:c}}_err(t){this.handler.onParseError&&this.lastErrOffset!==this.offset&&(this.lastErrOffset=this.offset,this.handler.onParseError(this.getError(t,0)))}_addGap(){this.gapStack.push(this.lastGapPos),this.lastGapPos=this.pos}_processSurrogate(t){if(this.pos!==this.html.length-1){const n=this.html.charCodeAt(this.pos+1);if(j3(n))return this.pos++,this._addGap(),$3(t,n)}else if(!this.lastChunkWritten)return this.endOfChunkHit=!0,N.EOF;return this._err(te.surrogateInInputStream),t}willDropParsedChunk(){return this.pos>this.bufferWaterline}dropParsedChunk(){this.willDropParsedChunk()&&(this.html=this.html.substring(this.pos),this.lineStartPos-=this.pos,this.droppedBufferSize+=this.pos,this.pos=0,this.lastGapPos=-2,this.gapStack.length=0)}write(t,n){this.html.length>0?this.html+=t:this.html=t,this.endOfChunkHit=!1,this.lastChunkWritten=n}insertHtmlAtCurrentPos(t){this.html=this.html.substring(0,this.pos+1)+t+this.html.substring(this.pos+1),this.endOfChunkHit=!1}startsWith(t,n){if(this.pos+t.length>this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,!1;if(n)return this.html.startsWith(t,this.pos);for(let r=0;r<t.length;r++)if((this.html.charCodeAt(this.pos+r)|32)!==t.charCodeAt(r))return!1;return!0}peek(t){const n=this.pos+t;if(n>=this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,N.EOF;const r=this.html.charCodeAt(n);return r===N.CARRIAGE_RETURN?N.LINE_FEED:r}advance(){if(this.pos++,this.isEol&&(this.isEol=!1,this.line++,this.lineStartPos=this.pos),this.pos>=this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,N.EOF;let t=this.html.charCodeAt(this.pos);return t===N.CARRIAGE_RETURN?(this.isEol=!0,this.skipNextNewLine=!0,N.LINE_FEED):t===N.LINE_FEED&&(this.isEol=!0,this.skipNextNewLine)?(this.line--,this.skipNextNewLine=!1,this._addGap(),this.advance()):(this.skipNextNewLine=!1,Ny(t)&&(t=this._processSurrogate(t)),this.handler.onParseError===null||t>31&&t<127||t===N.LINE_FEED||t===N.CARRIAGE_RETURN||t>159&&t<64976||this._checkForProblematicCharacters(t),t)}_checkForProblematicCharacters(t){Oy(t)?this._err(te.controlCharacterInInputStream):Iy(t)&&this._err(te.noncharacterInInputStream)}retreat(t){for(this.pos-=t;this.pos<this.lastGapPos;)this.lastGapPos=this.gapStack.pop(),this.pos--;this.isEol=!1}}var Qe;(function(e){e[e.CHARACTER=0]="CHARACTER",e[e.NULL_CHARACTER=1]="NULL_CHARACTER",e[e.WHITESPACE_CHARACTER=2]="WHITESPACE_CHARACTER",e[e.START_TAG=3]="START_TAG",e[e.END_TAG=4]="END_TAG",e[e.COMMENT=5]="COMMENT",e[e.DOCTYPE=6]="DOCTYPE",e[e.EOF=7]="EOF",e[e.HIBERNATION=8]="HIBERNATION"})(Qe||(Qe={}));function Ry(e,t){for(let n=e.attrs.length-1;n>=0;n--)if(e.attrs[n].name===t)return e.attrs[n].value;return null}const Y3=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏઑඡ༉༦ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘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;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲϏϢϸontourIntegraìȹoɴ\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲy;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱còJTabcdfgorstרׯؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ߂ߐĀiyޱrc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣসে্ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४ĀnrࢃgleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒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;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpwਖਛgȀLRlr৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼અઋp;椅y;䐜Ādl੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑඞcy;䐊cute;䅃ƀaeyહાron;䅇dil;䅅;䐝ƀgswે૰ativeƀMTV૨ediumSpace;怋hiĀcn૦ëeryThiîtedĀGLଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷreak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪௫ఄ಄ದൡඅ櫬Āoungruent;扢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;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂෛ෧ขภยา฿ไlig;䅒cute耻Ó䃓Āiyීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲcr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬืde耻Õ䃕es;樷ml耻Ö䃖erĀBP๋Āar๐๓r;怾acĀek๚;揞et;掴arenthesis;揜ҀacfhilorsງຊຏຒດຝະrtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ檻cedesȀ;EST່້扺qual;檯lantEqual;扼ilde;找me;怳Ādpuct;戏ortionĀ;aȥl;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬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ǵ\0စbleBracket;柧nǔည\0န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;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆Ȁ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;쀀𝔗ĀeiቻDzኀ\0ኇefore;戴a;䎘ĀcnኘkSpace;쀀 Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtèa;䎖r;愨pf;愤cr;쀀𝒵ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒;Eaeiopᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;eᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;eᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰᝃᝈ០៦ᠹᡐᜍ᥈ᥰot;櫭ĀcrᛶkȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;tbrk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯᝳ;䎲;愶een;扬r;쀀𝔟gcostuvwឍឝឳេ៕៛ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀakoᠦᠵĀcn៲ᠣkƀlst֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ;敛;敘;攘;攔;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģbar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;elƀ;bhᥨᥩᥫ䁜;槅sub;柈ŬᥴlĀ;e怢t»pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭒\0᯽\0ᰌƀcprᦲute;䄇̀;abcdsᦿᧀᧄ᧕᧙戩nd;橄rcup;橉Āau᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r;Ecefms᩠ᩢᩫ᪤᪪旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ\0\0aĀ;t䀬;䁀ƀ;fl戁îᅠeĀmxent»eóɍǧ\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯delprvw᭠᭬᭷ᮂᮬᯔarrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;pᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒ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;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂᳖᳜᳠mƀ;oș᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕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;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈ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åչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧\0耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₥₰₴⃰℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽ƀ;qsؾٌlanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqrⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0proø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;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;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;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼ròòΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹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;楼;쀀𝔩Ā;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;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;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;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;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⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨íistĀ;sடr;쀀𝔫Ȁ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;쀀𝕟膀¬;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å;쀀𝓃ortɭ⬅\0\0⯖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;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;cⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācrir;榿;쀀𝔬ͯ\0\0\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕⶥⶨrò᪀Āirⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔǒr;榷rp;榹;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ\0\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ脀¶;l䂶leìЃɩ\0\0m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳ᤈ⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t⾴ïrel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⋢⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀ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;楽;쀀𝔯Ā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;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸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㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜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;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñ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耻ß䃟㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rëƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproøim»ኬsðኞĀas㚺㚮ðrn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈadempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xôheadĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀ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;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roðtré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜtré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map(e=>e.charCodeAt(0))),W3=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]]);function G3(e){var t;return e>=55296&&e<=57343||e>1114111?65533:(t=W3.get(e))!==null&&t!==void 0?t:e}var Jt;(function(e){e[e.NUM=35]="NUM",e[e.SEMI=59]="SEMI",e[e.EQUALS=61]="EQUALS",e[e.ZERO=48]="ZERO",e[e.NINE=57]="NINE",e[e.LOWER_A=97]="LOWER_A",e[e.LOWER_F=102]="LOWER_F",e[e.LOWER_X=120]="LOWER_X",e[e.LOWER_Z=122]="LOWER_Z",e[e.UPPER_A=65]="UPPER_A",e[e.UPPER_F=70]="UPPER_F",e[e.UPPER_Z=90]="UPPER_Z"})(Jt||(Jt={}));const X3=32;var Ni;(function(e){e[e.VALUE_LENGTH=49152]="VALUE_LENGTH",e[e.BRANCH_LENGTH=16256]="BRANCH_LENGTH",e[e.JUMP_TABLE=127]="JUMP_TABLE"})(Ni||(Ni={}));function _h(e){return e>=Jt.ZERO&&e<=Jt.NINE}function K3(e){return e>=Jt.UPPER_A&&e<=Jt.UPPER_F||e>=Jt.LOWER_A&&e<=Jt.LOWER_F}function Q3(e){return e>=Jt.UPPER_A&&e<=Jt.UPPER_Z||e>=Jt.LOWER_A&&e<=Jt.LOWER_Z||_h(e)}function J3(e){return e===Jt.EQUALS||Q3(e)}var Zt;(function(e){e[e.EntityStart=0]="EntityStart",e[e.NumericStart=1]="NumericStart",e[e.NumericDecimal=2]="NumericDecimal",e[e.NumericHex=3]="NumericHex",e[e.NamedEntity=4]="NamedEntity"})(Zt||(Zt={}));var di;(function(e){e[e.Legacy=0]="Legacy",e[e.Strict=1]="Strict",e[e.Attribute=2]="Attribute"})(di||(di={}));class Z3{constructor(t,n,r){this.decodeTree=t,this.emitCodePoint=n,this.errors=r,this.state=Zt.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=di.Strict}startEntity(t){this.decodeMode=t,this.state=Zt.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(t,n){switch(this.state){case Zt.EntityStart:return t.charCodeAt(n)===Jt.NUM?(this.state=Zt.NumericStart,this.consumed+=1,this.stateNumericStart(t,n+1)):(this.state=Zt.NamedEntity,this.stateNamedEntity(t,n));case Zt.NumericStart:return this.stateNumericStart(t,n);case Zt.NumericDecimal:return this.stateNumericDecimal(t,n);case Zt.NumericHex:return this.stateNumericHex(t,n);case Zt.NamedEntity:return this.stateNamedEntity(t,n)}}stateNumericStart(t,n){return n>=t.length?-1:(t.charCodeAt(n)|X3)===Jt.LOWER_X?(this.state=Zt.NumericHex,this.consumed+=1,this.stateNumericHex(t,n+1)):(this.state=Zt.NumericDecimal,this.stateNumericDecimal(t,n))}addToNumericResult(t,n,r,o){if(n!==r){const a=r-n;this.result=this.result*Math.pow(o,a)+Number.parseInt(t.substr(n,a),o),this.consumed+=a}}stateNumericHex(t,n){const r=n;for(;n<t.length;){const o=t.charCodeAt(n);if(_h(o)||K3(o))n+=1;else return this.addToNumericResult(t,r,n,16),this.emitNumericEntity(o,3)}return this.addToNumericResult(t,r,n,16),-1}stateNumericDecimal(t,n){const r=n;for(;n<t.length;){const o=t.charCodeAt(n);if(_h(o))n+=1;else return this.addToNumericResult(t,r,n,10),this.emitNumericEntity(o,2)}return this.addToNumericResult(t,r,n,10),-1}emitNumericEntity(t,n){var r;if(this.consumed<=n)return(r=this.errors)===null||r===void 0||r.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(t===Jt.SEMI)this.consumed+=1;else if(this.decodeMode===di.Strict)return 0;return this.emitCodePoint(G3(this.result),this.consumed),this.errors&&(t!==Jt.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(t,n){const{decodeTree:r}=this;let o=r[this.treeIndex],a=(o&Ni.VALUE_LENGTH)>>14;for(;n<t.length;n++,this.excess++){const u=t.charCodeAt(n);if(this.treeIndex=eR(r,o,this.treeIndex+Math.max(1,a),u),this.treeIndex<0)return this.result===0||this.decodeMode===di.Attribute&&(a===0||J3(u))?0:this.emitNotTerminatedNamedEntity();if(o=r[this.treeIndex],a=(o&Ni.VALUE_LENGTH)>>14,a!==0){if(u===Jt.SEMI)return this.emitNamedEntityData(this.treeIndex,a,this.consumed+this.excess);this.decodeMode!==di.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var t;const{result:n,decodeTree:r}=this,o=(r[n]&Ni.VALUE_LENGTH)>>14;return this.emitNamedEntityData(n,o,this.consumed),(t=this.errors)===null||t===void 0||t.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(t,n,r){const{decodeTree:o}=this;return this.emitCodePoint(n===1?o[t]&~Ni.VALUE_LENGTH:o[t+1],r),n===3&&this.emitCodePoint(o[t+2],r),r}end(){var t;switch(this.state){case Zt.NamedEntity:return this.result!==0&&(this.decodeMode!==di.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0;case Zt.NumericDecimal:return this.emitNumericEntity(0,2);case Zt.NumericHex:return this.emitNumericEntity(0,3);case Zt.NumericStart:return(t=this.errors)===null||t===void 0||t.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case Zt.EntityStart:return 0}}}function eR(e,t,n,r){const o=(t&Ni.BRANCH_LENGTH)>>7,a=t&Ni.JUMP_TABLE;if(o===0)return a!==0&&r===a?n:-1;if(a){const d=r-a;return d<0||d>=o?-1:e[n+d]-1}let u=n,c=u+o-1;for(;u<=c;){const d=u+c>>>1,f=e[d];if(f<r)u=d+1;else if(f>r)c=d-1;else return e[d+o]}return-1}var ue;(function(e){e.HTML="http://www.w3.org/1999/xhtml",e.MATHML="http://www.w3.org/1998/Math/MathML",e.SVG="http://www.w3.org/2000/svg",e.XLINK="http://www.w3.org/1999/xlink",e.XML="http://www.w3.org/XML/1998/namespace",e.XMLNS="http://www.w3.org/2000/xmlns/"})(ue||(ue={}));var mo;(function(e){e.TYPE="type",e.ACTION="action",e.ENCODING="encoding",e.PROMPT="prompt",e.NAME="name",e.COLOR="color",e.FACE="face",e.SIZE="size"})(mo||(mo={}));var cr;(function(e){e.NO_QUIRKS="no-quirks",e.QUIRKS="quirks",e.LIMITED_QUIRKS="limited-quirks"})(cr||(cr={}));var X;(function(e){e.A="a",e.ADDRESS="address",e.ANNOTATION_XML="annotation-xml",e.APPLET="applet",e.AREA="area",e.ARTICLE="article",e.ASIDE="aside",e.B="b",e.BASE="base",e.BASEFONT="basefont",e.BGSOUND="bgsound",e.BIG="big",e.BLOCKQUOTE="blockquote",e.BODY="body",e.BR="br",e.BUTTON="button",e.CAPTION="caption",e.CENTER="center",e.CODE="code",e.COL="col",e.COLGROUP="colgroup",e.DD="dd",e.DESC="desc",e.DETAILS="details",e.DIALOG="dialog",e.DIR="dir",e.DIV="div",e.DL="dl",e.DT="dt",e.EM="em",e.EMBED="embed",e.FIELDSET="fieldset",e.FIGCAPTION="figcaption",e.FIGURE="figure",e.FONT="font",e.FOOTER="footer",e.FOREIGN_OBJECT="foreignObject",e.FORM="form",e.FRAME="frame",e.FRAMESET="frameset",e.H1="h1",e.H2="h2",e.H3="h3",e.H4="h4",e.H5="h5",e.H6="h6",e.HEAD="head",e.HEADER="header",e.HGROUP="hgroup",e.HR="hr",e.HTML="html",e.I="i",e.IMG="img",e.IMAGE="image",e.INPUT="input",e.IFRAME="iframe",e.KEYGEN="keygen",e.LABEL="label",e.LI="li",e.LINK="link",e.LISTING="listing",e.MAIN="main",e.MALIGNMARK="malignmark",e.MARQUEE="marquee",e.MATH="math",e.MENU="menu",e.META="meta",e.MGLYPH="mglyph",e.MI="mi",e.MO="mo",e.MN="mn",e.MS="ms",e.MTEXT="mtext",e.NAV="nav",e.NOBR="nobr",e.NOFRAMES="noframes",e.NOEMBED="noembed",e.NOSCRIPT="noscript",e.OBJECT="object",e.OL="ol",e.OPTGROUP="optgroup",e.OPTION="option",e.P="p",e.PARAM="param",e.PLAINTEXT="plaintext",e.PRE="pre",e.RB="rb",e.RP="rp",e.RT="rt",e.RTC="rtc",e.RUBY="ruby",e.S="s",e.SCRIPT="script",e.SEARCH="search",e.SECTION="section",e.SELECT="select",e.SOURCE="source",e.SMALL="small",e.SPAN="span",e.STRIKE="strike",e.STRONG="strong",e.STYLE="style",e.SUB="sub",e.SUMMARY="summary",e.SUP="sup",e.TABLE="table",e.TBODY="tbody",e.TEMPLATE="template",e.TEXTAREA="textarea",e.TFOOT="tfoot",e.TD="td",e.TH="th",e.THEAD="thead",e.TITLE="title",e.TR="tr",e.TRACK="track",e.TT="tt",e.U="u",e.UL="ul",e.SVG="svg",e.VAR="var",e.WBR="wbr",e.XMP="xmp"})(X||(X={}));var g;(function(e){e[e.UNKNOWN=0]="UNKNOWN",e[e.A=1]="A",e[e.ADDRESS=2]="ADDRESS",e[e.ANNOTATION_XML=3]="ANNOTATION_XML",e[e.APPLET=4]="APPLET",e[e.AREA=5]="AREA",e[e.ARTICLE=6]="ARTICLE",e[e.ASIDE=7]="ASIDE",e[e.B=8]="B",e[e.BASE=9]="BASE",e[e.BASEFONT=10]="BASEFONT",e[e.BGSOUND=11]="BGSOUND",e[e.BIG=12]="BIG",e[e.BLOCKQUOTE=13]="BLOCKQUOTE",e[e.BODY=14]="BODY",e[e.BR=15]="BR",e[e.BUTTON=16]="BUTTON",e[e.CAPTION=17]="CAPTION",e[e.CENTER=18]="CENTER",e[e.CODE=19]="CODE",e[e.COL=20]="COL",e[e.COLGROUP=21]="COLGROUP",e[e.DD=22]="DD",e[e.DESC=23]="DESC",e[e.DETAILS=24]="DETAILS",e[e.DIALOG=25]="DIALOG",e[e.DIR=26]="DIR",e[e.DIV=27]="DIV",e[e.DL=28]="DL",e[e.DT=29]="DT",e[e.EM=30]="EM",e[e.EMBED=31]="EMBED",e[e.FIELDSET=32]="FIELDSET",e[e.FIGCAPTION=33]="FIGCAPTION",e[e.FIGURE=34]="FIGURE",e[e.FONT=35]="FONT",e[e.FOOTER=36]="FOOTER",e[e.FOREIGN_OBJECT=37]="FOREIGN_OBJECT",e[e.FORM=38]="FORM",e[e.FRAME=39]="FRAME",e[e.FRAMESET=40]="FRAMESET",e[e.H1=41]="H1",e[e.H2=42]="H2",e[e.H3=43]="H3",e[e.H4=44]="H4",e[e.H5=45]="H5",e[e.H6=46]="H6",e[e.HEAD=47]="HEAD",e[e.HEADER=48]="HEADER",e[e.HGROUP=49]="HGROUP",e[e.HR=50]="HR",e[e.HTML=51]="HTML",e[e.I=52]="I",e[e.IMG=53]="IMG",e[e.IMAGE=54]="IMAGE",e[e.INPUT=55]="INPUT",e[e.IFRAME=56]="IFRAME",e[e.KEYGEN=57]="KEYGEN",e[e.LABEL=58]="LABEL",e[e.LI=59]="LI",e[e.LINK=60]="LINK",e[e.LISTING=61]="LISTING",e[e.MAIN=62]="MAIN",e[e.MALIGNMARK=63]="MALIGNMARK",e[e.MARQUEE=64]="MARQUEE",e[e.MATH=65]="MATH",e[e.MENU=66]="MENU",e[e.META=67]="META",e[e.MGLYPH=68]="MGLYPH",e[e.MI=69]="MI",e[e.MO=70]="MO",e[e.MN=71]="MN",e[e.MS=72]="MS",e[e.MTEXT=73]="MTEXT",e[e.NAV=74]="NAV",e[e.NOBR=75]="NOBR",e[e.NOFRAMES=76]="NOFRAMES",e[e.NOEMBED=77]="NOEMBED",e[e.NOSCRIPT=78]="NOSCRIPT",e[e.OBJECT=79]="OBJECT",e[e.OL=80]="OL",e[e.OPTGROUP=81]="OPTGROUP",e[e.OPTION=82]="OPTION",e[e.P=83]="P",e[e.PARAM=84]="PARAM",e[e.PLAINTEXT=85]="PLAINTEXT",e[e.PRE=86]="PRE",e[e.RB=87]="RB",e[e.RP=88]="RP",e[e.RT=89]="RT",e[e.RTC=90]="RTC",e[e.RUBY=91]="RUBY",e[e.S=92]="S",e[e.SCRIPT=93]="SCRIPT",e[e.SEARCH=94]="SEARCH",e[e.SECTION=95]="SECTION",e[e.SELECT=96]="SELECT",e[e.SOURCE=97]="SOURCE",e[e.SMALL=98]="SMALL",e[e.SPAN=99]="SPAN",e[e.STRIKE=100]="STRIKE",e[e.STRONG=101]="STRONG",e[e.STYLE=102]="STYLE",e[e.SUB=103]="SUB",e[e.SUMMARY=104]="SUMMARY",e[e.SUP=105]="SUP",e[e.TABLE=106]="TABLE",e[e.TBODY=107]="TBODY",e[e.TEMPLATE=108]="TEMPLATE",e[e.TEXTAREA=109]="TEXTAREA",e[e.TFOOT=110]="TFOOT",e[e.TD=111]="TD",e[e.TH=112]="TH",e[e.THEAD=113]="THEAD",e[e.TITLE=114]="TITLE",e[e.TR=115]="TR",e[e.TRACK=116]="TRACK",e[e.TT=117]="TT",e[e.U=118]="U",e[e.UL=119]="UL",e[e.SVG=120]="SVG",e[e.VAR=121]="VAR",e[e.WBR=122]="WBR",e[e.XMP=123]="XMP"})(g||(g={}));const tR=new Map([[X.A,g.A],[X.ADDRESS,g.ADDRESS],[X.ANNOTATION_XML,g.ANNOTATION_XML],[X.APPLET,g.APPLET],[X.AREA,g.AREA],[X.ARTICLE,g.ARTICLE],[X.ASIDE,g.ASIDE],[X.B,g.B],[X.BASE,g.BASE],[X.BASEFONT,g.BASEFONT],[X.BGSOUND,g.BGSOUND],[X.BIG,g.BIG],[X.BLOCKQUOTE,g.BLOCKQUOTE],[X.BODY,g.BODY],[X.BR,g.BR],[X.BUTTON,g.BUTTON],[X.CAPTION,g.CAPTION],[X.CENTER,g.CENTER],[X.CODE,g.CODE],[X.COL,g.COL],[X.COLGROUP,g.COLGROUP],[X.DD,g.DD],[X.DESC,g.DESC],[X.DETAILS,g.DETAILS],[X.DIALOG,g.DIALOG],[X.DIR,g.DIR],[X.DIV,g.DIV],[X.DL,g.DL],[X.DT,g.DT],[X.EM,g.EM],[X.EMBED,g.EMBED],[X.FIELDSET,g.FIELDSET],[X.FIGCAPTION,g.FIGCAPTION],[X.FIGURE,g.FIGURE],[X.FONT,g.FONT],[X.FOOTER,g.FOOTER],[X.FOREIGN_OBJECT,g.FOREIGN_OBJECT],[X.FORM,g.FORM],[X.FRAME,g.FRAME],[X.FRAMESET,g.FRAMESET],[X.H1,g.H1],[X.H2,g.H2],[X.H3,g.H3],[X.H4,g.H4],[X.H5,g.H5],[X.H6,g.H6],[X.HEAD,g.HEAD],[X.HEADER,g.HEADER],[X.HGROUP,g.HGROUP],[X.HR,g.HR],[X.HTML,g.HTML],[X.I,g.I],[X.IMG,g.IMG],[X.IMAGE,g.IMAGE],[X.INPUT,g.INPUT],[X.IFRAME,g.IFRAME],[X.KEYGEN,g.KEYGEN],[X.LABEL,g.LABEL],[X.LI,g.LI],[X.LINK,g.LINK],[X.LISTING,g.LISTING],[X.MAIN,g.MAIN],[X.MALIGNMARK,g.MALIGNMARK],[X.MARQUEE,g.MARQUEE],[X.MATH,g.MATH],[X.MENU,g.MENU],[X.META,g.META],[X.MGLYPH,g.MGLYPH],[X.MI,g.MI],[X.MO,g.MO],[X.MN,g.MN],[X.MS,g.MS],[X.MTEXT,g.MTEXT],[X.NAV,g.NAV],[X.NOBR,g.NOBR],[X.NOFRAMES,g.NOFRAMES],[X.NOEMBED,g.NOEMBED],[X.NOSCRIPT,g.NOSCRIPT],[X.OBJECT,g.OBJECT],[X.OL,g.OL],[X.OPTGROUP,g.OPTGROUP],[X.OPTION,g.OPTION],[X.P,g.P],[X.PARAM,g.PARAM],[X.PLAINTEXT,g.PLAINTEXT],[X.PRE,g.PRE],[X.RB,g.RB],[X.RP,g.RP],[X.RT,g.RT],[X.RTC,g.RTC],[X.RUBY,g.RUBY],[X.S,g.S],[X.SCRIPT,g.SCRIPT],[X.SEARCH,g.SEARCH],[X.SECTION,g.SECTION],[X.SELECT,g.SELECT],[X.SOURCE,g.SOURCE],[X.SMALL,g.SMALL],[X.SPAN,g.SPAN],[X.STRIKE,g.STRIKE],[X.STRONG,g.STRONG],[X.STYLE,g.STYLE],[X.SUB,g.SUB],[X.SUMMARY,g.SUMMARY],[X.SUP,g.SUP],[X.TABLE,g.TABLE],[X.TBODY,g.TBODY],[X.TEMPLATE,g.TEMPLATE],[X.TEXTAREA,g.TEXTAREA],[X.TFOOT,g.TFOOT],[X.TD,g.TD],[X.TH,g.TH],[X.THEAD,g.THEAD],[X.TITLE,g.TITLE],[X.TR,g.TR],[X.TRACK,g.TRACK],[X.TT,g.TT],[X.U,g.U],[X.UL,g.UL],[X.SVG,g.SVG],[X.VAR,g.VAR],[X.WBR,g.WBR],[X.XMP,g.XMP]]);function cs(e){var t;return(t=tR.get(e))!==null&&t!==void 0?t:g.UNKNOWN}const fe=g,nR={[ue.HTML]:new Set([fe.ADDRESS,fe.APPLET,fe.AREA,fe.ARTICLE,fe.ASIDE,fe.BASE,fe.BASEFONT,fe.BGSOUND,fe.BLOCKQUOTE,fe.BODY,fe.BR,fe.BUTTON,fe.CAPTION,fe.CENTER,fe.COL,fe.COLGROUP,fe.DD,fe.DETAILS,fe.DIR,fe.DIV,fe.DL,fe.DT,fe.EMBED,fe.FIELDSET,fe.FIGCAPTION,fe.FIGURE,fe.FOOTER,fe.FORM,fe.FRAME,fe.FRAMESET,fe.H1,fe.H2,fe.H3,fe.H4,fe.H5,fe.H6,fe.HEAD,fe.HEADER,fe.HGROUP,fe.HR,fe.HTML,fe.IFRAME,fe.IMG,fe.INPUT,fe.LI,fe.LINK,fe.LISTING,fe.MAIN,fe.MARQUEE,fe.MENU,fe.META,fe.NAV,fe.NOEMBED,fe.NOFRAMES,fe.NOSCRIPT,fe.OBJECT,fe.OL,fe.P,fe.PARAM,fe.PLAINTEXT,fe.PRE,fe.SCRIPT,fe.SECTION,fe.SELECT,fe.SOURCE,fe.STYLE,fe.SUMMARY,fe.TABLE,fe.TBODY,fe.TD,fe.TEMPLATE,fe.TEXTAREA,fe.TFOOT,fe.TH,fe.THEAD,fe.TITLE,fe.TR,fe.TRACK,fe.UL,fe.WBR,fe.XMP]),[ue.MATHML]:new Set([fe.MI,fe.MO,fe.MN,fe.MS,fe.MTEXT,fe.ANNOTATION_XML]),[ue.SVG]:new Set([fe.TITLE,fe.FOREIGN_OBJECT,fe.DESC]),[ue.XLINK]:new Set,[ue.XML]:new Set,[ue.XMLNS]:new Set},Sh=new Set([fe.H1,fe.H2,fe.H3,fe.H4,fe.H5,fe.H6]);X.STYLE,X.SCRIPT,X.XMP,X.IFRAME,X.NOEMBED,X.NOFRAMES,X.PLAINTEXT;var I;(function(e){e[e.DATA=0]="DATA",e[e.RCDATA=1]="RCDATA",e[e.RAWTEXT=2]="RAWTEXT",e[e.SCRIPT_DATA=3]="SCRIPT_DATA",e[e.PLAINTEXT=4]="PLAINTEXT",e[e.TAG_OPEN=5]="TAG_OPEN",e[e.END_TAG_OPEN=6]="END_TAG_OPEN",e[e.TAG_NAME=7]="TAG_NAME",e[e.RCDATA_LESS_THAN_SIGN=8]="RCDATA_LESS_THAN_SIGN",e[e.RCDATA_END_TAG_OPEN=9]="RCDATA_END_TAG_OPEN",e[e.RCDATA_END_TAG_NAME=10]="RCDATA_END_TAG_NAME",e[e.RAWTEXT_LESS_THAN_SIGN=11]="RAWTEXT_LESS_THAN_SIGN",e[e.RAWTEXT_END_TAG_OPEN=12]="RAWTEXT_END_TAG_OPEN",e[e.RAWTEXT_END_TAG_NAME=13]="RAWTEXT_END_TAG_NAME",e[e.SCRIPT_DATA_LESS_THAN_SIGN=14]="SCRIPT_DATA_LESS_THAN_SIGN",e[e.SCRIPT_DATA_END_TAG_OPEN=15]="SCRIPT_DATA_END_TAG_OPEN",e[e.SCRIPT_DATA_END_TAG_NAME=16]="SCRIPT_DATA_END_TAG_NAME",e[e.SCRIPT_DATA_ESCAPE_START=17]="SCRIPT_DATA_ESCAPE_START",e[e.SCRIPT_DATA_ESCAPE_START_DASH=18]="SCRIPT_DATA_ESCAPE_START_DASH",e[e.SCRIPT_DATA_ESCAPED=19]="SCRIPT_DATA_ESCAPED",e[e.SCRIPT_DATA_ESCAPED_DASH=20]="SCRIPT_DATA_ESCAPED_DASH",e[e.SCRIPT_DATA_ESCAPED_DASH_DASH=21]="SCRIPT_DATA_ESCAPED_DASH_DASH",e[e.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN=22]="SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN",e[e.SCRIPT_DATA_ESCAPED_END_TAG_OPEN=23]="SCRIPT_DATA_ESCAPED_END_TAG_OPEN",e[e.SCRIPT_DATA_ESCAPED_END_TAG_NAME=24]="SCRIPT_DATA_ESCAPED_END_TAG_NAME",e[e.SCRIPT_DATA_DOUBLE_ESCAPE_START=25]="SCRIPT_DATA_DOUBLE_ESCAPE_START",e[e.SCRIPT_DATA_DOUBLE_ESCAPED=26]="SCRIPT_DATA_DOUBLE_ESCAPED",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_DASH=27]="SCRIPT_DATA_DOUBLE_ESCAPED_DASH",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH=28]="SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN=29]="SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN",e[e.SCRIPT_DATA_DOUBLE_ESCAPE_END=30]="SCRIPT_DATA_DOUBLE_ESCAPE_END",e[e.BEFORE_ATTRIBUTE_NAME=31]="BEFORE_ATTRIBUTE_NAME",e[e.ATTRIBUTE_NAME=32]="ATTRIBUTE_NAME",e[e.AFTER_ATTRIBUTE_NAME=33]="AFTER_ATTRIBUTE_NAME",e[e.BEFORE_ATTRIBUTE_VALUE=34]="BEFORE_ATTRIBUTE_VALUE",e[e.ATTRIBUTE_VALUE_DOUBLE_QUOTED=35]="ATTRIBUTE_VALUE_DOUBLE_QUOTED",e[e.ATTRIBUTE_VALUE_SINGLE_QUOTED=36]="ATTRIBUTE_VALUE_SINGLE_QUOTED",e[e.ATTRIBUTE_VALUE_UNQUOTED=37]="ATTRIBUTE_VALUE_UNQUOTED",e[e.AFTER_ATTRIBUTE_VALUE_QUOTED=38]="AFTER_ATTRIBUTE_VALUE_QUOTED",e[e.SELF_CLOSING_START_TAG=39]="SELF_CLOSING_START_TAG",e[e.BOGUS_COMMENT=40]="BOGUS_COMMENT",e[e.MARKUP_DECLARATION_OPEN=41]="MARKUP_DECLARATION_OPEN",e[e.COMMENT_START=42]="COMMENT_START",e[e.COMMENT_START_DASH=43]="COMMENT_START_DASH",e[e.COMMENT=44]="COMMENT",e[e.COMMENT_LESS_THAN_SIGN=45]="COMMENT_LESS_THAN_SIGN",e[e.COMMENT_LESS_THAN_SIGN_BANG=46]="COMMENT_LESS_THAN_SIGN_BANG",e[e.COMMENT_LESS_THAN_SIGN_BANG_DASH=47]="COMMENT_LESS_THAN_SIGN_BANG_DASH",e[e.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH=48]="COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH",e[e.COMMENT_END_DASH=49]="COMMENT_END_DASH",e[e.COMMENT_END=50]="COMMENT_END",e[e.COMMENT_END_BANG=51]="COMMENT_END_BANG",e[e.DOCTYPE=52]="DOCTYPE",e[e.BEFORE_DOCTYPE_NAME=53]="BEFORE_DOCTYPE_NAME",e[e.DOCTYPE_NAME=54]="DOCTYPE_NAME",e[e.AFTER_DOCTYPE_NAME=55]="AFTER_DOCTYPE_NAME",e[e.AFTER_DOCTYPE_PUBLIC_KEYWORD=56]="AFTER_DOCTYPE_PUBLIC_KEYWORD",e[e.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER=57]="BEFORE_DOCTYPE_PUBLIC_IDENTIFIER",e[e.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED=58]="DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED",e[e.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED=59]="DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED",e[e.AFTER_DOCTYPE_PUBLIC_IDENTIFIER=60]="AFTER_DOCTYPE_PUBLIC_IDENTIFIER",e[e.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS=61]="BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS",e[e.AFTER_DOCTYPE_SYSTEM_KEYWORD=62]="AFTER_DOCTYPE_SYSTEM_KEYWORD",e[e.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER=63]="BEFORE_DOCTYPE_SYSTEM_IDENTIFIER",e[e.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED=64]="DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED",e[e.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED=65]="DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED",e[e.AFTER_DOCTYPE_SYSTEM_IDENTIFIER=66]="AFTER_DOCTYPE_SYSTEM_IDENTIFIER",e[e.BOGUS_DOCTYPE=67]="BOGUS_DOCTYPE",e[e.CDATA_SECTION=68]="CDATA_SECTION",e[e.CDATA_SECTION_BRACKET=69]="CDATA_SECTION_BRACKET",e[e.CDATA_SECTION_END=70]="CDATA_SECTION_END",e[e.CHARACTER_REFERENCE=71]="CHARACTER_REFERENCE",e[e.AMBIGUOUS_AMPERSAND=72]="AMBIGUOUS_AMPERSAND"})(I||(I={}));const Dt={DATA:I.DATA,RCDATA:I.RCDATA,RAWTEXT:I.RAWTEXT,SCRIPT_DATA:I.SCRIPT_DATA,PLAINTEXT:I.PLAINTEXT,CDATA_SECTION:I.CDATA_SECTION};function rR(e){return e>=N.DIGIT_0&&e<=N.DIGIT_9}function Ma(e){return e>=N.LATIN_CAPITAL_A&&e<=N.LATIN_CAPITAL_Z}function iR(e){return e>=N.LATIN_SMALL_A&&e<=N.LATIN_SMALL_Z}function Oi(e){return iR(e)||Ma(e)}function Ly(e){return Oi(e)||rR(e)}function Bl(e){return e+32}function Dy(e){return e===N.SPACE||e===N.LINE_FEED||e===N.TABULATION||e===N.FORM_FEED}function My(e){return Dy(e)||e===N.SOLIDUS||e===N.GREATER_THAN_SIGN}function oR(e){return e===N.NULL?te.nullCharacterReference:e>1114111?te.characterReferenceOutsideUnicodeRange:Ny(e)?te.surrogateCharacterReference:Iy(e)?te.noncharacterCharacterReference:Oy(e)||e===N.CARRIAGE_RETURN?te.controlCharacterReference:null}class sR{constructor(t,n){this.options=t,this.handler=n,this.paused=!1,this.inLoop=!1,this.inForeignNode=!1,this.lastStartTagName="",this.active=!1,this.state=I.DATA,this.returnState=I.DATA,this.entityStartPos=0,this.consumedAfterSnapshot=-1,this.currentCharacterToken=null,this.currentToken=null,this.currentAttr={name:"",value:""},this.preprocessor=new q3(n),this.currentLocation=this.getCurrentLocation(-1),this.entityDecoder=new Z3(Y3,(r,o)=>{this.preprocessor.pos=this.entityStartPos+o-1,this._flushCodePointConsumedAsCharacterReference(r)},n.onParseError?{missingSemicolonAfterCharacterReference:()=>{this._err(te.missingSemicolonAfterCharacterReference,1)},absenceOfDigitsInNumericCharacterReference:r=>{this._err(te.absenceOfDigitsInNumericCharacterReference,this.entityStartPos-this.preprocessor.pos+r)},validateNumericCharacterReference:r=>{const o=oR(r);o&&this._err(o,1)}}:void 0)}_err(t,n=0){var r,o;(o=(r=this.handler).onParseError)===null||o===void 0||o.call(r,this.preprocessor.getError(t,n))}getCurrentLocation(t){return this.options.sourceCodeLocationInfo?{startLine:this.preprocessor.line,startCol:this.preprocessor.col-t,startOffset:this.preprocessor.offset-t,endLine:-1,endCol:-1,endOffset:-1}:null}_runParsingLoop(){if(!this.inLoop){for(this.inLoop=!0;this.active&&!this.paused;){this.consumedAfterSnapshot=0;const t=this._consume();this._ensureHibernation()||this._callState(t)}this.inLoop=!1}}pause(){this.paused=!0}resume(t){if(!this.paused)throw new Error("Parser was already resumed");this.paused=!1,!this.inLoop&&(this._runParsingLoop(),this.paused||t==null||t())}write(t,n,r){this.active=!0,this.preprocessor.write(t,n),this._runParsingLoop(),this.paused||r==null||r()}insertHtmlAtCurrentPos(t){this.active=!0,this.preprocessor.insertHtmlAtCurrentPos(t),this._runParsingLoop()}_ensureHibernation(){return this.preprocessor.endOfChunkHit?(this.preprocessor.retreat(this.consumedAfterSnapshot),this.consumedAfterSnapshot=0,this.active=!1,!0):!1}_consume(){return this.consumedAfterSnapshot++,this.preprocessor.advance()}_advanceBy(t){this.consumedAfterSnapshot+=t;for(let n=0;n<t;n++)this.preprocessor.advance()}_consumeSequenceIfMatch(t,n){return this.preprocessor.startsWith(t,n)?(this._advanceBy(t.length-1),!0):!1}_createStartTagToken(){this.currentToken={type:Qe.START_TAG,tagName:"",tagID:g.UNKNOWN,selfClosing:!1,ackSelfClosing:!1,attrs:[],location:this.getCurrentLocation(1)}}_createEndTagToken(){this.currentToken={type:Qe.END_TAG,tagName:"",tagID:g.UNKNOWN,selfClosing:!1,ackSelfClosing:!1,attrs:[],location:this.getCurrentLocation(2)}}_createCommentToken(t){this.currentToken={type:Qe.COMMENT,data:"",location:this.getCurrentLocation(t)}}_createDoctypeToken(t){this.currentToken={type:Qe.DOCTYPE,name:t,forceQuirks:!1,publicId:null,systemId:null,location:this.currentLocation}}_createCharacterToken(t,n){this.currentCharacterToken={type:t,chars:n,location:this.currentLocation}}_createAttr(t){this.currentAttr={name:t,value:""},this.currentLocation=this.getCurrentLocation(0)}_leaveAttrName(){var t,n;const r=this.currentToken;if(Ry(r,this.currentAttr.name)===null){if(r.attrs.push(this.currentAttr),r.location&&this.currentLocation){const o=(t=(n=r.location).attrs)!==null&&t!==void 0?t:n.attrs=Object.create(null);o[this.currentAttr.name]=this.currentLocation,this._leaveAttrValue()}}else this._err(te.duplicateAttribute)}_leaveAttrValue(){this.currentLocation&&(this.currentLocation.endLine=this.preprocessor.line,this.currentLocation.endCol=this.preprocessor.col,this.currentLocation.endOffset=this.preprocessor.offset)}prepareToken(t){this._emitCurrentCharacterToken(t.location),this.currentToken=null,t.location&&(t.location.endLine=this.preprocessor.line,t.location.endCol=this.preprocessor.col+1,t.location.endOffset=this.preprocessor.offset+1),this.currentLocation=this.getCurrentLocation(-1)}emitCurrentTagToken(){const t=this.currentToken;this.prepareToken(t),t.tagID=cs(t.tagName),t.type===Qe.START_TAG?(this.lastStartTagName=t.tagName,this.handler.onStartTag(t)):(t.attrs.length>0&&this._err(te.endTagWithAttributes),t.selfClosing&&this._err(te.endTagWithTrailingSolidus),this.handler.onEndTag(t)),this.preprocessor.dropParsedChunk()}emitCurrentComment(t){this.prepareToken(t),this.handler.onComment(t),this.preprocessor.dropParsedChunk()}emitCurrentDoctype(t){this.prepareToken(t),this.handler.onDoctype(t),this.preprocessor.dropParsedChunk()}_emitCurrentCharacterToken(t){if(this.currentCharacterToken){switch(t&&this.currentCharacterToken.location&&(this.currentCharacterToken.location.endLine=t.startLine,this.currentCharacterToken.location.endCol=t.startCol,this.currentCharacterToken.location.endOffset=t.startOffset),this.currentCharacterToken.type){case Qe.CHARACTER:{this.handler.onCharacter(this.currentCharacterToken);break}case Qe.NULL_CHARACTER:{this.handler.onNullCharacter(this.currentCharacterToken);break}case Qe.WHITESPACE_CHARACTER:{this.handler.onWhitespaceCharacter(this.currentCharacterToken);break}}this.currentCharacterToken=null}}_emitEOFToken(){const t=this.getCurrentLocation(0);t&&(t.endLine=t.startLine,t.endCol=t.startCol,t.endOffset=t.startOffset),this._emitCurrentCharacterToken(t),this.handler.onEof({type:Qe.EOF,location:t}),this.active=!1}_appendCharToCurrentCharacterToken(t,n){if(this.currentCharacterToken)if(this.currentCharacterToken.type===t){this.currentCharacterToken.chars+=n;return}else this.currentLocation=this.getCurrentLocation(0),this._emitCurrentCharacterToken(this.currentLocation),this.preprocessor.dropParsedChunk();this._createCharacterToken(t,n)}_emitCodePoint(t){const n=Dy(t)?Qe.WHITESPACE_CHARACTER:t===N.NULL?Qe.NULL_CHARACTER:Qe.CHARACTER;this._appendCharToCurrentCharacterToken(n,String.fromCodePoint(t))}_emitChars(t){this._appendCharToCurrentCharacterToken(Qe.CHARACTER,t)}_startCharacterReference(){this.returnState=this.state,this.state=I.CHARACTER_REFERENCE,this.entityStartPos=this.preprocessor.pos,this.entityDecoder.startEntity(this._isCharacterReferenceInAttribute()?di.Attribute:di.Legacy)}_isCharacterReferenceInAttribute(){return this.returnState===I.ATTRIBUTE_VALUE_DOUBLE_QUOTED||this.returnState===I.ATTRIBUTE_VALUE_SINGLE_QUOTED||this.returnState===I.ATTRIBUTE_VALUE_UNQUOTED}_flushCodePointConsumedAsCharacterReference(t){this._isCharacterReferenceInAttribute()?this.currentAttr.value+=String.fromCodePoint(t):this._emitCodePoint(t)}_callState(t){switch(this.state){case I.DATA:{this._stateData(t);break}case I.RCDATA:{this._stateRcdata(t);break}case I.RAWTEXT:{this._stateRawtext(t);break}case I.SCRIPT_DATA:{this._stateScriptData(t);break}case I.PLAINTEXT:{this._statePlaintext(t);break}case I.TAG_OPEN:{this._stateTagOpen(t);break}case I.END_TAG_OPEN:{this._stateEndTagOpen(t);break}case I.TAG_NAME:{this._stateTagName(t);break}case I.RCDATA_LESS_THAN_SIGN:{this._stateRcdataLessThanSign(t);break}case I.RCDATA_END_TAG_OPEN:{this._stateRcdataEndTagOpen(t);break}case I.RCDATA_END_TAG_NAME:{this._stateRcdataEndTagName(t);break}case I.RAWTEXT_LESS_THAN_SIGN:{this._stateRawtextLessThanSign(t);break}case I.RAWTEXT_END_TAG_OPEN:{this._stateRawtextEndTagOpen(t);break}case I.RAWTEXT_END_TAG_NAME:{this._stateRawtextEndTagName(t);break}case I.SCRIPT_DATA_LESS_THAN_SIGN:{this._stateScriptDataLessThanSign(t);break}case I.SCRIPT_DATA_END_TAG_OPEN:{this._stateScriptDataEndTagOpen(t);break}case I.SCRIPT_DATA_END_TAG_NAME:{this._stateScriptDataEndTagName(t);break}case I.SCRIPT_DATA_ESCAPE_START:{this._stateScriptDataEscapeStart(t);break}case I.SCRIPT_DATA_ESCAPE_START_DASH:{this._stateScriptDataEscapeStartDash(t);break}case I.SCRIPT_DATA_ESCAPED:{this._stateScriptDataEscaped(t);break}case I.SCRIPT_DATA_ESCAPED_DASH:{this._stateScriptDataEscapedDash(t);break}case I.SCRIPT_DATA_ESCAPED_DASH_DASH:{this._stateScriptDataEscapedDashDash(t);break}case I.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN:{this._stateScriptDataEscapedLessThanSign(t);break}case I.SCRIPT_DATA_ESCAPED_END_TAG_OPEN:{this._stateScriptDataEscapedEndTagOpen(t);break}case I.SCRIPT_DATA_ESCAPED_END_TAG_NAME:{this._stateScriptDataEscapedEndTagName(t);break}case I.SCRIPT_DATA_DOUBLE_ESCAPE_START:{this._stateScriptDataDoubleEscapeStart(t);break}case I.SCRIPT_DATA_DOUBLE_ESCAPED:{this._stateScriptDataDoubleEscaped(t);break}case I.SCRIPT_DATA_DOUBLE_ESCAPED_DASH:{this._stateScriptDataDoubleEscapedDash(t);break}case I.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH:{this._stateScriptDataDoubleEscapedDashDash(t);break}case I.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN:{this._stateScriptDataDoubleEscapedLessThanSign(t);break}case I.SCRIPT_DATA_DOUBLE_ESCAPE_END:{this._stateScriptDataDoubleEscapeEnd(t);break}case I.BEFORE_ATTRIBUTE_NAME:{this._stateBeforeAttributeName(t);break}case I.ATTRIBUTE_NAME:{this._stateAttributeName(t);break}case I.AFTER_ATTRIBUTE_NAME:{this._stateAfterAttributeName(t);break}case I.BEFORE_ATTRIBUTE_VALUE:{this._stateBeforeAttributeValue(t);break}case I.ATTRIBUTE_VALUE_DOUBLE_QUOTED:{this._stateAttributeValueDoubleQuoted(t);break}case I.ATTRIBUTE_VALUE_SINGLE_QUOTED:{this._stateAttributeValueSingleQuoted(t);break}case I.ATTRIBUTE_VALUE_UNQUOTED:{this._stateAttributeValueUnquoted(t);break}case I.AFTER_ATTRIBUTE_VALUE_QUOTED:{this._stateAfterAttributeValueQuoted(t);break}case I.SELF_CLOSING_START_TAG:{this._stateSelfClosingStartTag(t);break}case I.BOGUS_COMMENT:{this._stateBogusComment(t);break}case I.MARKUP_DECLARATION_OPEN:{this._stateMarkupDeclarationOpen(t);break}case I.COMMENT_START:{this._stateCommentStart(t);break}case I.COMMENT_START_DASH:{this._stateCommentStartDash(t);break}case I.COMMENT:{this._stateComment(t);break}case I.COMMENT_LESS_THAN_SIGN:{this._stateCommentLessThanSign(t);break}case I.COMMENT_LESS_THAN_SIGN_BANG:{this._stateCommentLessThanSignBang(t);break}case I.COMMENT_LESS_THAN_SIGN_BANG_DASH:{this._stateCommentLessThanSignBangDash(t);break}case I.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH:{this._stateCommentLessThanSignBangDashDash(t);break}case I.COMMENT_END_DASH:{this._stateCommentEndDash(t);break}case I.COMMENT_END:{this._stateCommentEnd(t);break}case I.COMMENT_END_BANG:{this._stateCommentEndBang(t);break}case I.DOCTYPE:{this._stateDoctype(t);break}case I.BEFORE_DOCTYPE_NAME:{this._stateBeforeDoctypeName(t);break}case I.DOCTYPE_NAME:{this._stateDoctypeName(t);break}case I.AFTER_DOCTYPE_NAME:{this._stateAfterDoctypeName(t);break}case I.AFTER_DOCTYPE_PUBLIC_KEYWORD:{this._stateAfterDoctypePublicKeyword(t);break}case I.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER:{this._stateBeforeDoctypePublicIdentifier(t);break}case I.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED:{this._stateDoctypePublicIdentifierDoubleQuoted(t);break}case I.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED:{this._stateDoctypePublicIdentifierSingleQuoted(t);break}case I.AFTER_DOCTYPE_PUBLIC_IDENTIFIER:{this._stateAfterDoctypePublicIdentifier(t);break}case I.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS:{this._stateBetweenDoctypePublicAndSystemIdentifiers(t);break}case I.AFTER_DOCTYPE_SYSTEM_KEYWORD:{this._stateAfterDoctypeSystemKeyword(t);break}case I.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER:{this._stateBeforeDoctypeSystemIdentifier(t);break}case I.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED:{this._stateDoctypeSystemIdentifierDoubleQuoted(t);break}case I.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED:{this._stateDoctypeSystemIdentifierSingleQuoted(t);break}case I.AFTER_DOCTYPE_SYSTEM_IDENTIFIER:{this._stateAfterDoctypeSystemIdentifier(t);break}case I.BOGUS_DOCTYPE:{this._stateBogusDoctype(t);break}case I.CDATA_SECTION:{this._stateCdataSection(t);break}case I.CDATA_SECTION_BRACKET:{this._stateCdataSectionBracket(t);break}case I.CDATA_SECTION_END:{this._stateCdataSectionEnd(t);break}case I.CHARACTER_REFERENCE:{this._stateCharacterReference();break}case I.AMBIGUOUS_AMPERSAND:{this._stateAmbiguousAmpersand(t);break}default:throw new Error("Unknown state")}}_stateData(t){switch(t){case N.LESS_THAN_SIGN:{this.state=I.TAG_OPEN;break}case N.AMPERSAND:{this._startCharacterReference();break}case N.NULL:{this._err(te.unexpectedNullCharacter),this._emitCodePoint(t);break}case N.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateRcdata(t){switch(t){case N.AMPERSAND:{this._startCharacterReference();break}case N.LESS_THAN_SIGN:{this.state=I.RCDATA_LESS_THAN_SIGN;break}case N.NULL:{this._err(te.unexpectedNullCharacter),this._emitChars(At);break}case N.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateRawtext(t){switch(t){case N.LESS_THAN_SIGN:{this.state=I.RAWTEXT_LESS_THAN_SIGN;break}case N.NULL:{this._err(te.unexpectedNullCharacter),this._emitChars(At);break}case N.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateScriptData(t){switch(t){case N.LESS_THAN_SIGN:{this.state=I.SCRIPT_DATA_LESS_THAN_SIGN;break}case N.NULL:{this._err(te.unexpectedNullCharacter),this._emitChars(At);break}case N.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_statePlaintext(t){switch(t){case N.NULL:{this._err(te.unexpectedNullCharacter),this._emitChars(At);break}case N.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateTagOpen(t){if(Oi(t))this._createStartTagToken(),this.state=I.TAG_NAME,this._stateTagName(t);else switch(t){case N.EXCLAMATION_MARK:{this.state=I.MARKUP_DECLARATION_OPEN;break}case N.SOLIDUS:{this.state=I.END_TAG_OPEN;break}case N.QUESTION_MARK:{this._err(te.unexpectedQuestionMarkInsteadOfTagName),this._createCommentToken(1),this.state=I.BOGUS_COMMENT,this._stateBogusComment(t);break}case N.EOF:{this._err(te.eofBeforeTagName),this._emitChars("<"),this._emitEOFToken();break}default:this._err(te.invalidFirstCharacterOfTagName),this._emitChars("<"),this.state=I.DATA,this._stateData(t)}}_stateEndTagOpen(t){if(Oi(t))this._createEndTagToken(),this.state=I.TAG_NAME,this._stateTagName(t);else switch(t){case N.GREATER_THAN_SIGN:{this._err(te.missingEndTagName),this.state=I.DATA;break}case N.EOF:{this._err(te.eofBeforeTagName),this._emitChars("</"),this._emitEOFToken();break}default:this._err(te.invalidFirstCharacterOfTagName),this._createCommentToken(2),this.state=I.BOGUS_COMMENT,this._stateBogusComment(t)}}_stateTagName(t){const n=this.currentToken;switch(t){case N.SPACE:case N.LINE_FEED:case N.TABULATION:case N.FORM_FEED:{this.state=I.BEFORE_ATTRIBUTE_NAME;break}case N.SOLIDUS:{this.state=I.SELF_CLOSING_START_TAG;break}case N.GREATER_THAN_SIGN:{this.state=I.DATA,this.emitCurrentTagToken();break}case N.NULL:{this._err(te.unexpectedNullCharacter),n.tagName+=At;break}case N.EOF:{this._err(te.eofInTag),this._emitEOFToken();break}default:n.tagName+=String.fromCodePoint(Ma(t)?Bl(t):t)}}_stateRcdataLessThanSign(t){t===N.SOLIDUS?this.state=I.RCDATA_END_TAG_OPEN:(this._emitChars("<"),this.state=I.RCDATA,this._stateRcdata(t))}_stateRcdataEndTagOpen(t){Oi(t)?(this.state=I.RCDATA_END_TAG_NAME,this._stateRcdataEndTagName(t)):(this._emitChars("</"),this.state=I.RCDATA,this._stateRcdata(t))}handleSpecialEndTag(t){if(!this.preprocessor.startsWith(this.lastStartTagName,!1))return!this._ensureHibernation();this._createEndTagToken();const n=this.currentToken;switch(n.tagName=this.lastStartTagName,this.preprocessor.peek(this.lastStartTagName.length)){case N.SPACE:case N.LINE_FEED:case N.TABULATION:case N.FORM_FEED:return this._advanceBy(this.lastStartTagName.length),this.state=I.BEFORE_ATTRIBUTE_NAME,!1;case N.SOLIDUS:return this._advanceBy(this.lastStartTagName.length),this.state=I.SELF_CLOSING_START_TAG,!1;case N.GREATER_THAN_SIGN:return this._advanceBy(this.lastStartTagName.length),this.emitCurrentTagToken(),this.state=I.DATA,!1;default:return!this._ensureHibernation()}}_stateRcdataEndTagName(t){this.handleSpecialEndTag(t)&&(this._emitChars("</"),this.state=I.RCDATA,this._stateRcdata(t))}_stateRawtextLessThanSign(t){t===N.SOLIDUS?this.state=I.RAWTEXT_END_TAG_OPEN:(this._emitChars("<"),this.state=I.RAWTEXT,this._stateRawtext(t))}_stateRawtextEndTagOpen(t){Oi(t)?(this.state=I.RAWTEXT_END_TAG_NAME,this._stateRawtextEndTagName(t)):(this._emitChars("</"),this.state=I.RAWTEXT,this._stateRawtext(t))}_stateRawtextEndTagName(t){this.handleSpecialEndTag(t)&&(this._emitChars("</"),this.state=I.RAWTEXT,this._stateRawtext(t))}_stateScriptDataLessThanSign(t){switch(t){case N.SOLIDUS:{this.state=I.SCRIPT_DATA_END_TAG_OPEN;break}case N.EXCLAMATION_MARK:{this.state=I.SCRIPT_DATA_ESCAPE_START,this._emitChars("<!");break}default:this._emitChars("<"),this.state=I.SCRIPT_DATA,this._stateScriptData(t)}}_stateScriptDataEndTagOpen(t){Oi(t)?(this.state=I.SCRIPT_DATA_END_TAG_NAME,this._stateScriptDataEndTagName(t)):(this._emitChars("</"),this.state=I.SCRIPT_DATA,this._stateScriptData(t))}_stateScriptDataEndTagName(t){this.handleSpecialEndTag(t)&&(this._emitChars("</"),this.state=I.SCRIPT_DATA,this._stateScriptData(t))}_stateScriptDataEscapeStart(t){t===N.HYPHEN_MINUS?(this.state=I.SCRIPT_DATA_ESCAPE_START_DASH,this._emitChars("-")):(this.state=I.SCRIPT_DATA,this._stateScriptData(t))}_stateScriptDataEscapeStartDash(t){t===N.HYPHEN_MINUS?(this.state=I.SCRIPT_DATA_ESCAPED_DASH_DASH,this._emitChars("-")):(this.state=I.SCRIPT_DATA,this._stateScriptData(t))}_stateScriptDataEscaped(t){switch(t){case N.HYPHEN_MINUS:{this.state=I.SCRIPT_DATA_ESCAPED_DASH,this._emitChars("-");break}case N.LESS_THAN_SIGN:{this.state=I.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break}case N.NULL:{this._err(te.unexpectedNullCharacter),this._emitChars(At);break}case N.EOF:{this._err(te.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateScriptDataEscapedDash(t){switch(t){case N.HYPHEN_MINUS:{this.state=I.SCRIPT_DATA_ESCAPED_DASH_DASH,this._emitChars("-");break}case N.LESS_THAN_SIGN:{this.state=I.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break}case N.NULL:{this._err(te.unexpectedNullCharacter),this.state=I.SCRIPT_DATA_ESCAPED,this._emitChars(At);break}case N.EOF:{this._err(te.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this.state=I.SCRIPT_DATA_ESCAPED,this._emitCodePoint(t)}}_stateScriptDataEscapedDashDash(t){switch(t){case N.HYPHEN_MINUS:{this._emitChars("-");break}case N.LESS_THAN_SIGN:{this.state=I.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break}case N.GREATER_THAN_SIGN:{this.state=I.SCRIPT_DATA,this._emitChars(">");break}case N.NULL:{this._err(te.unexpectedNullCharacter),this.state=I.SCRIPT_DATA_ESCAPED,this._emitChars(At);break}case N.EOF:{this._err(te.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this.state=I.SCRIPT_DATA_ESCAPED,this._emitCodePoint(t)}}_stateScriptDataEscapedLessThanSign(t){t===N.SOLIDUS?this.state=I.SCRIPT_DATA_ESCAPED_END_TAG_OPEN:Oi(t)?(this._emitChars("<"),this.state=I.SCRIPT_DATA_DOUBLE_ESCAPE_START,this._stateScriptDataDoubleEscapeStart(t)):(this._emitChars("<"),this.state=I.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(t))}_stateScriptDataEscapedEndTagOpen(t){Oi(t)?(this.state=I.SCRIPT_DATA_ESCAPED_END_TAG_NAME,this._stateScriptDataEscapedEndTagName(t)):(this._emitChars("</"),this.state=I.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(t))}_stateScriptDataEscapedEndTagName(t){this.handleSpecialEndTag(t)&&(this._emitChars("</"),this.state=I.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(t))}_stateScriptDataDoubleEscapeStart(t){if(this.preprocessor.startsWith(Bn.SCRIPT,!1)&&My(this.preprocessor.peek(Bn.SCRIPT.length))){this._emitCodePoint(t);for(let n=0;n<Bn.SCRIPT.length;n++)this._emitCodePoint(this._consume());this.state=I.SCRIPT_DATA_DOUBLE_ESCAPED}else this._ensureHibernation()||(this.state=I.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(t))}_stateScriptDataDoubleEscaped(t){switch(t){case N.HYPHEN_MINUS:{this.state=I.SCRIPT_DATA_DOUBLE_ESCAPED_DASH,this._emitChars("-");break}case N.LESS_THAN_SIGN:{this.state=I.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break}case N.NULL:{this._err(te.unexpectedNullCharacter),this._emitChars(At);break}case N.EOF:{this._err(te.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateScriptDataDoubleEscapedDash(t){switch(t){case N.HYPHEN_MINUS:{this.state=I.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH,this._emitChars("-");break}case N.LESS_THAN_SIGN:{this.state=I.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break}case N.NULL:{this._err(te.unexpectedNullCharacter),this.state=I.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitChars(At);break}case N.EOF:{this._err(te.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this.state=I.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitCodePoint(t)}}_stateScriptDataDoubleEscapedDashDash(t){switch(t){case N.HYPHEN_MINUS:{this._emitChars("-");break}case N.LESS_THAN_SIGN:{this.state=I.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break}case N.GREATER_THAN_SIGN:{this.state=I.SCRIPT_DATA,this._emitChars(">");break}case N.NULL:{this._err(te.unexpectedNullCharacter),this.state=I.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitChars(At);break}case N.EOF:{this._err(te.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this.state=I.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitCodePoint(t)}}_stateScriptDataDoubleEscapedLessThanSign(t){t===N.SOLIDUS?(this.state=I.SCRIPT_DATA_DOUBLE_ESCAPE_END,this._emitChars("/")):(this.state=I.SCRIPT_DATA_DOUBLE_ESCAPED,this._stateScriptDataDoubleEscaped(t))}_stateScriptDataDoubleEscapeEnd(t){if(this.preprocessor.startsWith(Bn.SCRIPT,!1)&&My(this.preprocessor.peek(Bn.SCRIPT.length))){this._emitCodePoint(t);for(let n=0;n<Bn.SCRIPT.length;n++)this._emitCodePoint(this._consume());this.state=I.SCRIPT_DATA_ESCAPED}else this._ensureHibernation()||(this.state=I.SCRIPT_DATA_DOUBLE_ESCAPED,this._stateScriptDataDoubleEscaped(t))}_stateBeforeAttributeName(t){switch(t){case N.SPACE:case N.LINE_FEED:case N.TABULATION:case N.FORM_FEED:break;case N.SOLIDUS:case N.GREATER_THAN_SIGN:case N.EOF:{this.state=I.AFTER_ATTRIBUTE_NAME,this._stateAfterAttributeName(t);break}case N.EQUALS_SIGN:{this._err(te.unexpectedEqualsSignBeforeAttributeName),this._createAttr("="),this.state=I.ATTRIBUTE_NAME;break}default:this._createAttr(""),this.state=I.ATTRIBUTE_NAME,this._stateAttributeName(t)}}_stateAttributeName(t){switch(t){case N.SPACE:case N.LINE_FEED:case N.TABULATION:case N.FORM_FEED:case N.SOLIDUS:case N.GREATER_THAN_SIGN:case N.EOF:{this._leaveAttrName(),this.state=I.AFTER_ATTRIBUTE_NAME,this._stateAfterAttributeName(t);break}case N.EQUALS_SIGN:{this._leaveAttrName(),this.state=I.BEFORE_ATTRIBUTE_VALUE;break}case N.QUOTATION_MARK:case N.APOSTROPHE:case N.LESS_THAN_SIGN:{this._err(te.unexpectedCharacterInAttributeName),this.currentAttr.name+=String.fromCodePoint(t);break}case N.NULL:{this._err(te.unexpectedNullCharacter),this.currentAttr.name+=At;break}default:this.currentAttr.name+=String.fromCodePoint(Ma(t)?Bl(t):t)}}_stateAfterAttributeName(t){switch(t){case N.SPACE:case N.LINE_FEED:case N.TABULATION:case N.FORM_FEED:break;case N.SOLIDUS:{this.state=I.SELF_CLOSING_START_TAG;break}case N.EQUALS_SIGN:{this.state=I.BEFORE_ATTRIBUTE_VALUE;break}case N.GREATER_THAN_SIGN:{this.state=I.DATA,this.emitCurrentTagToken();break}case N.EOF:{this._err(te.eofInTag),this._emitEOFToken();break}default:this._createAttr(""),this.state=I.ATTRIBUTE_NAME,this._stateAttributeName(t)}}_stateBeforeAttributeValue(t){switch(t){case N.SPACE:case N.LINE_FEED:case N.TABULATION:case N.FORM_FEED:break;case N.QUOTATION_MARK:{this.state=I.ATTRIBUTE_VALUE_DOUBLE_QUOTED;break}case N.APOSTROPHE:{this.state=I.ATTRIBUTE_VALUE_SINGLE_QUOTED;break}case N.GREATER_THAN_SIGN:{this._err(te.missingAttributeValue),this.state=I.DATA,this.emitCurrentTagToken();break}default:this.state=I.ATTRIBUTE_VALUE_UNQUOTED,this._stateAttributeValueUnquoted(t)}}_stateAttributeValueDoubleQuoted(t){switch(t){case N.QUOTATION_MARK:{this.state=I.AFTER_ATTRIBUTE_VALUE_QUOTED;break}case N.AMPERSAND:{this._startCharacterReference();break}case N.NULL:{this._err(te.unexpectedNullCharacter),this.currentAttr.value+=At;break}case N.EOF:{this._err(te.eofInTag),this._emitEOFToken();break}default:this.currentAttr.value+=String.fromCodePoint(t)}}_stateAttributeValueSingleQuoted(t){switch(t){case N.APOSTROPHE:{this.state=I.AFTER_ATTRIBUTE_VALUE_QUOTED;break}case N.AMPERSAND:{this._startCharacterReference();break}case N.NULL:{this._err(te.unexpectedNullCharacter),this.currentAttr.value+=At;break}case N.EOF:{this._err(te.eofInTag),this._emitEOFToken();break}default:this.currentAttr.value+=String.fromCodePoint(t)}}_stateAttributeValueUnquoted(t){switch(t){case N.SPACE:case N.LINE_FEED:case N.TABULATION:case N.FORM_FEED:{this._leaveAttrValue(),this.state=I.BEFORE_ATTRIBUTE_NAME;break}case N.AMPERSAND:{this._startCharacterReference();break}case N.GREATER_THAN_SIGN:{this._leaveAttrValue(),this.state=I.DATA,this.emitCurrentTagToken();break}case N.NULL:{this._err(te.unexpectedNullCharacter),this.currentAttr.value+=At;break}case N.QUOTATION_MARK:case N.APOSTROPHE:case N.LESS_THAN_SIGN:case N.EQUALS_SIGN:case N.GRAVE_ACCENT:{this._err(te.unexpectedCharacterInUnquotedAttributeValue),this.currentAttr.value+=String.fromCodePoint(t);break}case N.EOF:{this._err(te.eofInTag),this._emitEOFToken();break}default:this.currentAttr.value+=String.fromCodePoint(t)}}_stateAfterAttributeValueQuoted(t){switch(t){case N.SPACE:case N.LINE_FEED:case N.TABULATION:case N.FORM_FEED:{this._leaveAttrValue(),this.state=I.BEFORE_ATTRIBUTE_NAME;break}case N.SOLIDUS:{this._leaveAttrValue(),this.state=I.SELF_CLOSING_START_TAG;break}case N.GREATER_THAN_SIGN:{this._leaveAttrValue(),this.state=I.DATA,this.emitCurrentTagToken();break}case N.EOF:{this._err(te.eofInTag),this._emitEOFToken();break}default:this._err(te.missingWhitespaceBetweenAttributes),this.state=I.BEFORE_ATTRIBUTE_NAME,this._stateBeforeAttributeName(t)}}_stateSelfClosingStartTag(t){switch(t){case N.GREATER_THAN_SIGN:{const n=this.currentToken;n.selfClosing=!0,this.state=I.DATA,this.emitCurrentTagToken();break}case N.EOF:{this._err(te.eofInTag),this._emitEOFToken();break}default:this._err(te.unexpectedSolidusInTag),this.state=I.BEFORE_ATTRIBUTE_NAME,this._stateBeforeAttributeName(t)}}_stateBogusComment(t){const n=this.currentToken;switch(t){case N.GREATER_THAN_SIGN:{this.state=I.DATA,this.emitCurrentComment(n);break}case N.EOF:{this.emitCurrentComment(n),this._emitEOFToken();break}case N.NULL:{this._err(te.unexpectedNullCharacter),n.data+=At;break}default:n.data+=String.fromCodePoint(t)}}_stateMarkupDeclarationOpen(t){this._consumeSequenceIfMatch(Bn.DASH_DASH,!0)?(this._createCommentToken(Bn.DASH_DASH.length+1),this.state=I.COMMENT_START):this._consumeSequenceIfMatch(Bn.DOCTYPE,!1)?(this.currentLocation=this.getCurrentLocation(Bn.DOCTYPE.length+1),this.state=I.DOCTYPE):this._consumeSequenceIfMatch(Bn.CDATA_START,!0)?this.inForeignNode?this.state=I.CDATA_SECTION:(this._err(te.cdataInHtmlContent),this._createCommentToken(Bn.CDATA_START.length+1),this.currentToken.data="[CDATA[",this.state=I.BOGUS_COMMENT):this._ensureHibernation()||(this._err(te.incorrectlyOpenedComment),this._createCommentToken(2),this.state=I.BOGUS_COMMENT,this._stateBogusComment(t))}_stateCommentStart(t){switch(t){case N.HYPHEN_MINUS:{this.state=I.COMMENT_START_DASH;break}case N.GREATER_THAN_SIGN:{this._err(te.abruptClosingOfEmptyComment),this.state=I.DATA;const n=this.currentToken;this.emitCurrentComment(n);break}default:this.state=I.COMMENT,this._stateComment(t)}}_stateCommentStartDash(t){const n=this.currentToken;switch(t){case N.HYPHEN_MINUS:{this.state=I.COMMENT_END;break}case N.GREATER_THAN_SIGN:{this._err(te.abruptClosingOfEmptyComment),this.state=I.DATA,this.emitCurrentComment(n);break}case N.EOF:{this._err(te.eofInComment),this.emitCurrentComment(n),this._emitEOFToken();break}default:n.data+="-",this.state=I.COMMENT,this._stateComment(t)}}_stateComment(t){const n=this.currentToken;switch(t){case N.HYPHEN_MINUS:{this.state=I.COMMENT_END_DASH;break}case N.LESS_THAN_SIGN:{n.data+="<",this.state=I.COMMENT_LESS_THAN_SIGN;break}case N.NULL:{this._err(te.unexpectedNullCharacter),n.data+=At;break}case N.EOF:{this._err(te.eofInComment),this.emitCurrentComment(n),this._emitEOFToken();break}default:n.data+=String.fromCodePoint(t)}}_stateCommentLessThanSign(t){const n=this.currentToken;switch(t){case N.EXCLAMATION_MARK:{n.data+="!",this.state=I.COMMENT_LESS_THAN_SIGN_BANG;break}case N.LESS_THAN_SIGN:{n.data+="<";break}default:this.state=I.COMMENT,this._stateComment(t)}}_stateCommentLessThanSignBang(t){t===N.HYPHEN_MINUS?this.state=I.COMMENT_LESS_THAN_SIGN_BANG_DASH:(this.state=I.COMMENT,this._stateComment(t))}_stateCommentLessThanSignBangDash(t){t===N.HYPHEN_MINUS?this.state=I.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH:(this.state=I.COMMENT_END_DASH,this._stateCommentEndDash(t))}_stateCommentLessThanSignBangDashDash(t){t!==N.GREATER_THAN_SIGN&&t!==N.EOF&&this._err(te.nestedComment),this.state=I.COMMENT_END,this._stateCommentEnd(t)}_stateCommentEndDash(t){const n=this.currentToken;switch(t){case N.HYPHEN_MINUS:{this.state=I.COMMENT_END;break}case N.EOF:{this._err(te.eofInComment),this.emitCurrentComment(n),this._emitEOFToken();break}default:n.data+="-",this.state=I.COMMENT,this._stateComment(t)}}_stateCommentEnd(t){const n=this.currentToken;switch(t){case N.GREATER_THAN_SIGN:{this.state=I.DATA,this.emitCurrentComment(n);break}case N.EXCLAMATION_MARK:{this.state=I.COMMENT_END_BANG;break}case N.HYPHEN_MINUS:{n.data+="-";break}case N.EOF:{this._err(te.eofInComment),this.emitCurrentComment(n),this._emitEOFToken();break}default:n.data+="--",this.state=I.COMMENT,this._stateComment(t)}}_stateCommentEndBang(t){const n=this.currentToken;switch(t){case N.HYPHEN_MINUS:{n.data+="--!",this.state=I.COMMENT_END_DASH;break}case N.GREATER_THAN_SIGN:{this._err(te.incorrectlyClosedComment),this.state=I.DATA,this.emitCurrentComment(n);break}case N.EOF:{this._err(te.eofInComment),this.emitCurrentComment(n),this._emitEOFToken();break}default:n.data+="--!",this.state=I.COMMENT,this._stateComment(t)}}_stateDoctype(t){switch(t){case N.SPACE:case N.LINE_FEED:case N.TABULATION:case N.FORM_FEED:{this.state=I.BEFORE_DOCTYPE_NAME;break}case N.GREATER_THAN_SIGN:{this.state=I.BEFORE_DOCTYPE_NAME,this._stateBeforeDoctypeName(t);break}case N.EOF:{this._err(te.eofInDoctype),this._createDoctypeToken(null);const n=this.currentToken;n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(te.missingWhitespaceBeforeDoctypeName),this.state=I.BEFORE_DOCTYPE_NAME,this._stateBeforeDoctypeName(t)}}_stateBeforeDoctypeName(t){if(Ma(t))this._createDoctypeToken(String.fromCharCode(Bl(t))),this.state=I.DOCTYPE_NAME;else switch(t){case N.SPACE:case N.LINE_FEED:case N.TABULATION:case N.FORM_FEED:break;case N.NULL:{this._err(te.unexpectedNullCharacter),this._createDoctypeToken(At),this.state=I.DOCTYPE_NAME;break}case N.GREATER_THAN_SIGN:{this._err(te.missingDoctypeName),this._createDoctypeToken(null);const n=this.currentToken;n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=I.DATA;break}case N.EOF:{this._err(te.eofInDoctype),this._createDoctypeToken(null);const n=this.currentToken;n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._createDoctypeToken(String.fromCodePoint(t)),this.state=I.DOCTYPE_NAME}}_stateDoctypeName(t){const n=this.currentToken;switch(t){case N.SPACE:case N.LINE_FEED:case N.TABULATION:case N.FORM_FEED:{this.state=I.AFTER_DOCTYPE_NAME;break}case N.GREATER_THAN_SIGN:{this.state=I.DATA,this.emitCurrentDoctype(n);break}case N.NULL:{this._err(te.unexpectedNullCharacter),n.name+=At;break}case N.EOF:{this._err(te.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:n.name+=String.fromCodePoint(Ma(t)?Bl(t):t)}}_stateAfterDoctypeName(t){const n=this.currentToken;switch(t){case N.SPACE:case N.LINE_FEED:case N.TABULATION:case N.FORM_FEED:break;case N.GREATER_THAN_SIGN:{this.state=I.DATA,this.emitCurrentDoctype(n);break}case N.EOF:{this._err(te.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._consumeSequenceIfMatch(Bn.PUBLIC,!1)?this.state=I.AFTER_DOCTYPE_PUBLIC_KEYWORD:this._consumeSequenceIfMatch(Bn.SYSTEM,!1)?this.state=I.AFTER_DOCTYPE_SYSTEM_KEYWORD:this._ensureHibernation()||(this._err(te.invalidCharacterSequenceAfterDoctypeName),n.forceQuirks=!0,this.state=I.BOGUS_DOCTYPE,this._stateBogusDoctype(t))}}_stateAfterDoctypePublicKeyword(t){const n=this.currentToken;switch(t){case N.SPACE:case N.LINE_FEED:case N.TABULATION:case N.FORM_FEED:{this.state=I.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER;break}case N.QUOTATION_MARK:{this._err(te.missingWhitespaceAfterDoctypePublicKeyword),n.publicId="",this.state=I.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED;break}case N.APOSTROPHE:{this._err(te.missingWhitespaceAfterDoctypePublicKeyword),n.publicId="",this.state=I.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED;break}case N.GREATER_THAN_SIGN:{this._err(te.missingDoctypePublicIdentifier),n.forceQuirks=!0,this.state=I.DATA,this.emitCurrentDoctype(n);break}case N.EOF:{this._err(te.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(te.missingQuoteBeforeDoctypePublicIdentifier),n.forceQuirks=!0,this.state=I.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateBeforeDoctypePublicIdentifier(t){const n=this.currentToken;switch(t){case N.SPACE:case N.LINE_FEED:case N.TABULATION:case N.FORM_FEED:break;case N.QUOTATION_MARK:{n.publicId="",this.state=I.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED;break}case N.APOSTROPHE:{n.publicId="",this.state=I.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED;break}case N.GREATER_THAN_SIGN:{this._err(te.missingDoctypePublicIdentifier),n.forceQuirks=!0,this.state=I.DATA,this.emitCurrentDoctype(n);break}case N.EOF:{this._err(te.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(te.missingQuoteBeforeDoctypePublicIdentifier),n.forceQuirks=!0,this.state=I.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateDoctypePublicIdentifierDoubleQuoted(t){const n=this.currentToken;switch(t){case N.QUOTATION_MARK:{this.state=I.AFTER_DOCTYPE_PUBLIC_IDENTIFIER;break}case N.NULL:{this._err(te.unexpectedNullCharacter),n.publicId+=At;break}case N.GREATER_THAN_SIGN:{this._err(te.abruptDoctypePublicIdentifier),n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=I.DATA;break}case N.EOF:{this._err(te.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:n.publicId+=String.fromCodePoint(t)}}_stateDoctypePublicIdentifierSingleQuoted(t){const n=this.currentToken;switch(t){case N.APOSTROPHE:{this.state=I.AFTER_DOCTYPE_PUBLIC_IDENTIFIER;break}case N.NULL:{this._err(te.unexpectedNullCharacter),n.publicId+=At;break}case N.GREATER_THAN_SIGN:{this._err(te.abruptDoctypePublicIdentifier),n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=I.DATA;break}case N.EOF:{this._err(te.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:n.publicId+=String.fromCodePoint(t)}}_stateAfterDoctypePublicIdentifier(t){const n=this.currentToken;switch(t){case N.SPACE:case N.LINE_FEED:case N.TABULATION:case N.FORM_FEED:{this.state=I.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS;break}case N.GREATER_THAN_SIGN:{this.state=I.DATA,this.emitCurrentDoctype(n);break}case N.QUOTATION_MARK:{this._err(te.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),n.systemId="",this.state=I.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break}case N.APOSTROPHE:{this._err(te.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),n.systemId="",this.state=I.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break}case N.EOF:{this._err(te.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(te.missingQuoteBeforeDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=I.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateBetweenDoctypePublicAndSystemIdentifiers(t){const n=this.currentToken;switch(t){case N.SPACE:case N.LINE_FEED:case N.TABULATION:case N.FORM_FEED:break;case N.GREATER_THAN_SIGN:{this.emitCurrentDoctype(n),this.state=I.DATA;break}case N.QUOTATION_MARK:{n.systemId="",this.state=I.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break}case N.APOSTROPHE:{n.systemId="",this.state=I.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break}case N.EOF:{this._err(te.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(te.missingQuoteBeforeDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=I.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateAfterDoctypeSystemKeyword(t){const n=this.currentToken;switch(t){case N.SPACE:case N.LINE_FEED:case N.TABULATION:case N.FORM_FEED:{this.state=I.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER;break}case N.QUOTATION_MARK:{this._err(te.missingWhitespaceAfterDoctypeSystemKeyword),n.systemId="",this.state=I.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break}case N.APOSTROPHE:{this._err(te.missingWhitespaceAfterDoctypeSystemKeyword),n.systemId="",this.state=I.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break}case N.GREATER_THAN_SIGN:{this._err(te.missingDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=I.DATA,this.emitCurrentDoctype(n);break}case N.EOF:{this._err(te.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(te.missingQuoteBeforeDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=I.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateBeforeDoctypeSystemIdentifier(t){const n=this.currentToken;switch(t){case N.SPACE:case N.LINE_FEED:case N.TABULATION:case N.FORM_FEED:break;case N.QUOTATION_MARK:{n.systemId="",this.state=I.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break}case N.APOSTROPHE:{n.systemId="",this.state=I.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break}case N.GREATER_THAN_SIGN:{this._err(te.missingDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=I.DATA,this.emitCurrentDoctype(n);break}case N.EOF:{this._err(te.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(te.missingQuoteBeforeDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=I.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateDoctypeSystemIdentifierDoubleQuoted(t){const n=this.currentToken;switch(t){case N.QUOTATION_MARK:{this.state=I.AFTER_DOCTYPE_SYSTEM_IDENTIFIER;break}case N.NULL:{this._err(te.unexpectedNullCharacter),n.systemId+=At;break}case N.GREATER_THAN_SIGN:{this._err(te.abruptDoctypeSystemIdentifier),n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=I.DATA;break}case N.EOF:{this._err(te.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:n.systemId+=String.fromCodePoint(t)}}_stateDoctypeSystemIdentifierSingleQuoted(t){const n=this.currentToken;switch(t){case N.APOSTROPHE:{this.state=I.AFTER_DOCTYPE_SYSTEM_IDENTIFIER;break}case N.NULL:{this._err(te.unexpectedNullCharacter),n.systemId+=At;break}case N.GREATER_THAN_SIGN:{this._err(te.abruptDoctypeSystemIdentifier),n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=I.DATA;break}case N.EOF:{this._err(te.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:n.systemId+=String.fromCodePoint(t)}}_stateAfterDoctypeSystemIdentifier(t){const n=this.currentToken;switch(t){case N.SPACE:case N.LINE_FEED:case N.TABULATION:case N.FORM_FEED:break;case N.GREATER_THAN_SIGN:{this.emitCurrentDoctype(n),this.state=I.DATA;break}case N.EOF:{this._err(te.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(te.unexpectedCharacterAfterDoctypeSystemIdentifier),this.state=I.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateBogusDoctype(t){const n=this.currentToken;switch(t){case N.GREATER_THAN_SIGN:{this.emitCurrentDoctype(n),this.state=I.DATA;break}case N.NULL:{this._err(te.unexpectedNullCharacter);break}case N.EOF:{this.emitCurrentDoctype(n),this._emitEOFToken();break}}}_stateCdataSection(t){switch(t){case N.RIGHT_SQUARE_BRACKET:{this.state=I.CDATA_SECTION_BRACKET;break}case N.EOF:{this._err(te.eofInCdata),this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateCdataSectionBracket(t){t===N.RIGHT_SQUARE_BRACKET?this.state=I.CDATA_SECTION_END:(this._emitChars("]"),this.state=I.CDATA_SECTION,this._stateCdataSection(t))}_stateCdataSectionEnd(t){switch(t){case N.GREATER_THAN_SIGN:{this.state=I.DATA;break}case N.RIGHT_SQUARE_BRACKET:{this._emitChars("]");break}default:this._emitChars("]]"),this.state=I.CDATA_SECTION,this._stateCdataSection(t)}}_stateCharacterReference(){let t=this.entityDecoder.write(this.preprocessor.html,this.preprocessor.pos);if(t<0)if(this.preprocessor.lastChunkWritten)t=this.entityDecoder.end();else{this.active=!1,this.preprocessor.pos=this.preprocessor.html.length-1,this.consumedAfterSnapshot=0,this.preprocessor.endOfChunkHit=!0;return}t===0?(this.preprocessor.pos=this.entityStartPos,this._flushCodePointConsumedAsCharacterReference(N.AMPERSAND),this.state=!this._isCharacterReferenceInAttribute()&&Ly(this.preprocessor.peek(1))?I.AMBIGUOUS_AMPERSAND:this.returnState):this.state=this.returnState}_stateAmbiguousAmpersand(t){Ly(t)?this._flushCodePointConsumedAsCharacterReference(t):(t===N.SEMICOLON&&this._err(te.unknownNamedCharacterReference),this.state=this.returnState,this._callState(t))}}const Fy=new Set([g.DD,g.DT,g.LI,g.OPTGROUP,g.OPTION,g.P,g.RB,g.RP,g.RT,g.RTC]),By=new Set([...Fy,g.CAPTION,g.COLGROUP,g.TBODY,g.TD,g.TFOOT,g.TH,g.THEAD,g.TR]),Ul=new Set([g.APPLET,g.CAPTION,g.HTML,g.MARQUEE,g.OBJECT,g.TABLE,g.TD,g.TEMPLATE,g.TH]),aR=new Set([...Ul,g.OL,g.UL]),uR=new Set([...Ul,g.BUTTON]),Uy=new Set([g.ANNOTATION_XML,g.MI,g.MN,g.MO,g.MS,g.MTEXT]),Hy=new Set([g.DESC,g.FOREIGN_OBJECT,g.TITLE]),lR=new Set([g.TR,g.TEMPLATE,g.HTML]),cR=new Set([g.TBODY,g.TFOOT,g.THEAD,g.TEMPLATE,g.HTML]),dR=new Set([g.TABLE,g.TEMPLATE,g.HTML]),fR=new Set([g.TD,g.TH]);class hR{get currentTmplContentOrNode(){return this._isInTemplate()?this.treeAdapter.getTemplateContent(this.current):this.current}constructor(t,n,r){this.treeAdapter=n,this.handler=r,this.items=[],this.tagIDs=[],this.stackTop=-1,this.tmplCount=0,this.currentTagId=g.UNKNOWN,this.current=t}_indexOf(t){return this.items.lastIndexOf(t,this.stackTop)}_isInTemplate(){return this.currentTagId===g.TEMPLATE&&this.treeAdapter.getNamespaceURI(this.current)===ue.HTML}_updateCurrentElement(){this.current=this.items[this.stackTop],this.currentTagId=this.tagIDs[this.stackTop]}push(t,n){this.stackTop++,this.items[this.stackTop]=t,this.current=t,this.tagIDs[this.stackTop]=n,this.currentTagId=n,this._isInTemplate()&&this.tmplCount++,this.handler.onItemPush(t,n,!0)}pop(){const t=this.current;this.tmplCount>0&&this._isInTemplate()&&this.tmplCount--,this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(t,!0)}replace(t,n){const r=this._indexOf(t);this.items[r]=n,r===this.stackTop&&(this.current=n)}insertAfter(t,n,r){const o=this._indexOf(t)+1;this.items.splice(o,0,n),this.tagIDs.splice(o,0,r),this.stackTop++,o===this.stackTop&&this._updateCurrentElement(),this.current&&this.currentTagId!==void 0&&this.handler.onItemPush(this.current,this.currentTagId,o===this.stackTop)}popUntilTagNamePopped(t){let n=this.stackTop+1;do n=this.tagIDs.lastIndexOf(t,n-1);while(n>0&&this.treeAdapter.getNamespaceURI(this.items[n])!==ue.HTML);this.shortenToLength(Math.max(n,0))}shortenToLength(t){for(;this.stackTop>=t;){const n=this.current;this.tmplCount>0&&this._isInTemplate()&&(this.tmplCount-=1),this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(n,this.stackTop<t)}}popUntilElementPopped(t){const n=this._indexOf(t);this.shortenToLength(Math.max(n,0))}popUntilPopped(t,n){const r=this._indexOfTagNames(t,n);this.shortenToLength(Math.max(r,0))}popUntilNumberedHeaderPopped(){this.popUntilPopped(Sh,ue.HTML)}popUntilTableCellPopped(){this.popUntilPopped(fR,ue.HTML)}popAllUpToHtmlElement(){this.tmplCount=0,this.shortenToLength(1)}_indexOfTagNames(t,n){for(let r=this.stackTop;r>=0;r--)if(t.has(this.tagIDs[r])&&this.treeAdapter.getNamespaceURI(this.items[r])===n)return r;return-1}clearBackTo(t,n){const r=this._indexOfTagNames(t,n);this.shortenToLength(r+1)}clearBackToTableContext(){this.clearBackTo(dR,ue.HTML)}clearBackToTableBodyContext(){this.clearBackTo(cR,ue.HTML)}clearBackToTableRowContext(){this.clearBackTo(lR,ue.HTML)}remove(t){const n=this._indexOf(t);n>=0&&(n===this.stackTop?this.pop():(this.items.splice(n,1),this.tagIDs.splice(n,1),this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(t,!1)))}tryPeekProperlyNestedBodyElement(){return this.stackTop>=1&&this.tagIDs[1]===g.BODY?this.items[1]:null}contains(t){return this._indexOf(t)>-1}getCommonAncestor(t){const n=this._indexOf(t)-1;return n>=0?this.items[n]:null}isRootHtmlElementCurrent(){return this.stackTop===0&&this.tagIDs[0]===g.HTML}hasInDynamicScope(t,n){for(let r=this.stackTop;r>=0;r--){const o=this.tagIDs[r];switch(this.treeAdapter.getNamespaceURI(this.items[r])){case ue.HTML:{if(o===t)return!0;if(n.has(o))return!1;break}case ue.SVG:{if(Hy.has(o))return!1;break}case ue.MATHML:{if(Uy.has(o))return!1;break}}}return!0}hasInScope(t){return this.hasInDynamicScope(t,Ul)}hasInListItemScope(t){return this.hasInDynamicScope(t,aR)}hasInButtonScope(t){return this.hasInDynamicScope(t,uR)}hasNumberedHeaderInScope(){for(let t=this.stackTop;t>=0;t--){const n=this.tagIDs[t];switch(this.treeAdapter.getNamespaceURI(this.items[t])){case ue.HTML:{if(Sh.has(n))return!0;if(Ul.has(n))return!1;break}case ue.SVG:{if(Hy.has(n))return!1;break}case ue.MATHML:{if(Uy.has(n))return!1;break}}}return!0}hasInTableScope(t){for(let n=this.stackTop;n>=0;n--)if(this.treeAdapter.getNamespaceURI(this.items[n])===ue.HTML)switch(this.tagIDs[n]){case t:return!0;case g.TABLE:case g.HTML:return!1}return!0}hasTableBodyContextInTableScope(){for(let t=this.stackTop;t>=0;t--)if(this.treeAdapter.getNamespaceURI(this.items[t])===ue.HTML)switch(this.tagIDs[t]){case g.TBODY:case g.THEAD:case g.TFOOT:return!0;case g.TABLE:case g.HTML:return!1}return!0}hasInSelectScope(t){for(let n=this.stackTop;n>=0;n--)if(this.treeAdapter.getNamespaceURI(this.items[n])===ue.HTML)switch(this.tagIDs[n]){case t:return!0;case g.OPTION:case g.OPTGROUP:break;default:return!1}return!0}generateImpliedEndTags(){for(;this.currentTagId!==void 0&&Fy.has(this.currentTagId);)this.pop()}generateImpliedEndTagsThoroughly(){for(;this.currentTagId!==void 0&&By.has(this.currentTagId);)this.pop()}generateImpliedEndTagsWithExclusion(t){for(;this.currentTagId!==void 0&&this.currentTagId!==t&&By.has(this.currentTagId);)this.pop()}}const xh=3;var jr;(function(e){e[e.Marker=0]="Marker",e[e.Element=1]="Element"})(jr||(jr={}));const zy={type:jr.Marker};class pR{constructor(t){this.treeAdapter=t,this.entries=[],this.bookmark=null}_getNoahArkConditionCandidates(t,n){const r=[],o=n.length,a=this.treeAdapter.getTagName(t),u=this.treeAdapter.getNamespaceURI(t);for(let c=0;c<this.entries.length;c++){const d=this.entries[c];if(d.type===jr.Marker)break;const{element:f}=d;if(this.treeAdapter.getTagName(f)===a&&this.treeAdapter.getNamespaceURI(f)===u){const p=this.treeAdapter.getAttrList(f);p.length===o&&r.push({idx:c,attrs:p})}}return r}_ensureNoahArkCondition(t){if(this.entries.length<xh)return;const n=this.treeAdapter.getAttrList(t),r=this._getNoahArkConditionCandidates(t,n);if(r.length<xh)return;const o=new Map(n.map(u=>[u.name,u.value]));let a=0;for(let u=0;u<r.length;u++){const c=r[u];c.attrs.every(d=>o.get(d.name)===d.value)&&(a+=1,a>=xh&&this.entries.splice(c.idx,1))}}insertMarker(){this.entries.unshift(zy)}pushElement(t,n){this._ensureNoahArkCondition(t),this.entries.unshift({type:jr.Element,element:t,token:n})}insertElementAfterBookmark(t,n){const r=this.entries.indexOf(this.bookmark);this.entries.splice(r,0,{type:jr.Element,element:t,token:n})}removeEntry(t){const n=this.entries.indexOf(t);n!==-1&&this.entries.splice(n,1)}clearToLastMarker(){const t=this.entries.indexOf(zy);t===-1?this.entries.length=0:this.entries.splice(0,t+1)}getElementEntryInScopeWithTagName(t){const n=this.entries.find(r=>r.type===jr.Marker||this.treeAdapter.getTagName(r.element)===t);return n&&n.type===jr.Element?n:null}getElementEntry(t){return this.entries.find(n=>n.type===jr.Element&&n.element===t)}}const Ii={createDocument(){return{nodeName:"#document",mode:cr.NO_QUIRKS,childNodes:[]}},createDocumentFragment(){return{nodeName:"#document-fragment",childNodes:[]}},createElement(e,t,n){return{nodeName:e,tagName:e,attrs:n,namespaceURI:t,childNodes:[],parentNode:null}},createCommentNode(e){return{nodeName:"#comment",data:e,parentNode:null}},createTextNode(e){return{nodeName:"#text",value:e,parentNode:null}},appendChild(e,t){e.childNodes.push(t),t.parentNode=e},insertBefore(e,t,n){const r=e.childNodes.indexOf(n);e.childNodes.splice(r,0,t),t.parentNode=e},setTemplateContent(e,t){e.content=t},getTemplateContent(e){return e.content},setDocumentType(e,t,n,r){const o=e.childNodes.find(a=>a.nodeName==="#documentType");if(o)o.name=t,o.publicId=n,o.systemId=r;else{const a={nodeName:"#documentType",name:t,publicId:n,systemId:r,parentNode:null};Ii.appendChild(e,a)}},setDocumentMode(e,t){e.mode=t},getDocumentMode(e){return e.mode},detachNode(e){if(e.parentNode){const t=e.parentNode.childNodes.indexOf(e);e.parentNode.childNodes.splice(t,1),e.parentNode=null}},insertText(e,t){if(e.childNodes.length>0){const n=e.childNodes[e.childNodes.length-1];if(Ii.isTextNode(n)){n.value+=t;return}}Ii.appendChild(e,Ii.createTextNode(t))},insertTextBefore(e,t,n){const r=e.childNodes[e.childNodes.indexOf(n)-1];r&&Ii.isTextNode(r)?r.value+=t:Ii.insertBefore(e,Ii.createTextNode(t),n)},adoptAttributes(e,t){const n=new Set(e.attrs.map(r=>r.name));for(let r=0;r<t.length;r++)n.has(t[r].name)||e.attrs.push(t[r])},getFirstChild(e){return e.childNodes[0]},getChildNodes(e){return e.childNodes},getParentNode(e){return e.parentNode},getAttrList(e){return e.attrs},getTagName(e){return e.tagName},getNamespaceURI(e){return e.namespaceURI},getTextNodeContent(e){return e.value},getCommentNodeContent(e){return e.data},getDocumentTypeNodeName(e){return e.name},getDocumentTypeNodePublicId(e){return e.publicId},getDocumentTypeNodeSystemId(e){return e.systemId},isTextNode(e){return e.nodeName==="#text"},isCommentNode(e){return e.nodeName==="#comment"},isDocumentTypeNode(e){return e.nodeName==="#documentType"},isElementNode(e){return Object.prototype.hasOwnProperty.call(e,"tagName")},setNodeSourceCodeLocation(e,t){e.sourceCodeLocation=t},getNodeSourceCodeLocation(e){return e.sourceCodeLocation},updateNodeSourceCodeLocation(e,t){e.sourceCodeLocation=F(F({},e.sourceCodeLocation),t)}},jy="html",mR="about:legacy-compat",gR="http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd",$y=["+//silmaril//dtd html pro v0r11 19970101//","-//as//dtd html 3.0 aswedit + extensions//","-//advasoft ltd//dtd html 3.0 aswedit + extensions//","-//ietf//dtd html 2.0 level 1//","-//ietf//dtd html 2.0 level 2//","-//ietf//dtd html 2.0 strict level 1//","-//ietf//dtd html 2.0 strict level 2//","-//ietf//dtd html 2.0 strict//","-//ietf//dtd html 2.0//","-//ietf//dtd html 2.1e//","-//ietf//dtd html 3.0//","-//ietf//dtd html 3.2 final//","-//ietf//dtd html 3.2//","-//ietf//dtd html 3//","-//ietf//dtd html level 0//","-//ietf//dtd html level 1//","-//ietf//dtd html level 2//","-//ietf//dtd html level 3//","-//ietf//dtd html strict level 0//","-//ietf//dtd html strict level 1//","-//ietf//dtd html strict level 2//","-//ietf//dtd html strict level 3//","-//ietf//dtd html strict//","-//ietf//dtd html//","-//metrius//dtd metrius presentational//","-//microsoft//dtd internet explorer 2.0 html strict//","-//microsoft//dtd internet explorer 2.0 html//","-//microsoft//dtd internet explorer 2.0 tables//","-//microsoft//dtd internet explorer 3.0 html strict//","-//microsoft//dtd internet explorer 3.0 html//","-//microsoft//dtd internet explorer 3.0 tables//","-//netscape comm. corp.//dtd html//","-//netscape comm. corp.//dtd strict html//","-//o'reilly and associates//dtd html 2.0//","-//o'reilly and associates//dtd html extended 1.0//","-//o'reilly and associates//dtd html extended relaxed 1.0//","-//sq//dtd html 2.0 hotmetal + extensions//","-//softquad software//dtd hotmetal pro 6.0::19990601::extensions to html 4.0//","-//softquad//dtd hotmetal pro 4.0::19971010::extensions to html 4.0//","-//spyglass//dtd html 2.0 extended//","-//sun microsystems corp.//dtd hotjava html//","-//sun microsystems corp.//dtd hotjava strict html//","-//w3c//dtd html 3 1995-03-24//","-//w3c//dtd html 3.2 draft//","-//w3c//dtd html 3.2 final//","-//w3c//dtd html 3.2//","-//w3c//dtd html 3.2s draft//","-//w3c//dtd html 4.0 frameset//","-//w3c//dtd html 4.0 transitional//","-//w3c//dtd html experimental 19960712//","-//w3c//dtd html experimental 970421//","-//w3c//dtd w3 html//","-//w3o//dtd w3 html 3.0//","-//webtechs//dtd mozilla html 2.0//","-//webtechs//dtd mozilla html//"],ER=[...$y,"-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"],yR=new Set(["-//w3o//dtd w3 html strict 3.0//en//","-/w3c/dtd html 4.0 transitional/en","html"]),Vy=["-//w3c//dtd xhtml 1.0 frameset//","-//w3c//dtd xhtml 1.0 transitional//"],bR=[...Vy,"-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"];function qy(e,t){return t.some(n=>e.startsWith(n))}function TR(e){return e.name===jy&&e.publicId===null&&(e.systemId===null||e.systemId===mR)}function _R(e){if(e.name!==jy)return cr.QUIRKS;const{systemId:t}=e;if(t&&t.toLowerCase()===gR)return cr.QUIRKS;let{publicId:n}=e;if(n!==null){if(n=n.toLowerCase(),yR.has(n))return cr.QUIRKS;let r=t===null?ER:$y;if(qy(n,r))return cr.QUIRKS;if(r=t===null?Vy:bR,qy(n,r))return cr.LIMITED_QUIRKS}return cr.NO_QUIRKS}const Yy={TEXT_HTML:"text/html",APPLICATION_XML:"application/xhtml+xml"},SR="definitionurl",xR="definitionURL",wR=new Map(["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(e=>[e.toLowerCase(),e])),AR=new Map([["xlink:actuate",{prefix:"xlink",name:"actuate",namespace:ue.XLINK}],["xlink:arcrole",{prefix:"xlink",name:"arcrole",namespace:ue.XLINK}],["xlink:href",{prefix:"xlink",name:"href",namespace:ue.XLINK}],["xlink:role",{prefix:"xlink",name:"role",namespace:ue.XLINK}],["xlink:show",{prefix:"xlink",name:"show",namespace:ue.XLINK}],["xlink:title",{prefix:"xlink",name:"title",namespace:ue.XLINK}],["xlink:type",{prefix:"xlink",name:"type",namespace:ue.XLINK}],["xml:lang",{prefix:"xml",name:"lang",namespace:ue.XML}],["xml:space",{prefix:"xml",name:"space",namespace:ue.XML}],["xmlns",{prefix:"",name:"xmlns",namespace:ue.XMLNS}],["xmlns:xlink",{prefix:"xmlns",name:"xlink",namespace:ue.XMLNS}]]),vR=new Map(["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map(e=>[e.toLowerCase(),e])),CR=new Set([g.B,g.BIG,g.BLOCKQUOTE,g.BODY,g.BR,g.CENTER,g.CODE,g.DD,g.DIV,g.DL,g.DT,g.EM,g.EMBED,g.H1,g.H2,g.H3,g.H4,g.H5,g.H6,g.HEAD,g.HR,g.I,g.IMG,g.LI,g.LISTING,g.MENU,g.META,g.NOBR,g.OL,g.P,g.PRE,g.RUBY,g.S,g.SMALL,g.SPAN,g.STRONG,g.STRIKE,g.SUB,g.SUP,g.TABLE,g.TT,g.U,g.UL,g.VAR]);function kR(e){const t=e.tagID;return t===g.FONT&&e.attrs.some(({name:r})=>r===mo.COLOR||r===mo.SIZE||r===mo.FACE)||CR.has(t)}function Wy(e){for(let t=0;t<e.attrs.length;t++)if(e.attrs[t].name===SR){e.attrs[t].name=xR;break}}function Gy(e){for(let t=0;t<e.attrs.length;t++){const n=wR.get(e.attrs[t].name);n!=null&&(e.attrs[t].name=n)}}function wh(e){for(let t=0;t<e.attrs.length;t++){const n=AR.get(e.attrs[t].name);n&&(e.attrs[t].prefix=n.prefix,e.attrs[t].name=n.name,e.attrs[t].namespace=n.namespace)}}function PR(e){const t=vR.get(e.tagName);t!=null&&(e.tagName=t,e.tagID=cs(e.tagName))}function NR(e,t){return t===ue.MATHML&&(e===g.MI||e===g.MO||e===g.MN||e===g.MS||e===g.MTEXT)}function OR(e,t,n){if(t===ue.MATHML&&e===g.ANNOTATION_XML){for(let r=0;r<n.length;r++)if(n[r].name===mo.ENCODING){const o=n[r].value.toLowerCase();return o===Yy.TEXT_HTML||o===Yy.APPLICATION_XML}}return t===ue.SVG&&(e===g.FOREIGN_OBJECT||e===g.DESC||e===g.TITLE)}function IR(e,t,n,r){return(!r||r===ue.HTML)&&OR(e,t,n)||(!r||r===ue.MATHML)&&NR(e,t)}const RR="hidden",LR=8,DR=3;var M;(function(e){e[e.INITIAL=0]="INITIAL",e[e.BEFORE_HTML=1]="BEFORE_HTML",e[e.BEFORE_HEAD=2]="BEFORE_HEAD",e[e.IN_HEAD=3]="IN_HEAD",e[e.IN_HEAD_NO_SCRIPT=4]="IN_HEAD_NO_SCRIPT",e[e.AFTER_HEAD=5]="AFTER_HEAD",e[e.IN_BODY=6]="IN_BODY",e[e.TEXT=7]="TEXT",e[e.IN_TABLE=8]="IN_TABLE",e[e.IN_TABLE_TEXT=9]="IN_TABLE_TEXT",e[e.IN_CAPTION=10]="IN_CAPTION",e[e.IN_COLUMN_GROUP=11]="IN_COLUMN_GROUP",e[e.IN_TABLE_BODY=12]="IN_TABLE_BODY",e[e.IN_ROW=13]="IN_ROW",e[e.IN_CELL=14]="IN_CELL",e[e.IN_SELECT=15]="IN_SELECT",e[e.IN_SELECT_IN_TABLE=16]="IN_SELECT_IN_TABLE",e[e.IN_TEMPLATE=17]="IN_TEMPLATE",e[e.AFTER_BODY=18]="AFTER_BODY",e[e.IN_FRAMESET=19]="IN_FRAMESET",e[e.AFTER_FRAMESET=20]="AFTER_FRAMESET",e[e.AFTER_AFTER_BODY=21]="AFTER_AFTER_BODY",e[e.AFTER_AFTER_FRAMESET=22]="AFTER_AFTER_FRAMESET"})(M||(M={}));const MR={startLine:-1,startCol:-1,startOffset:-1,endLine:-1,endCol:-1,endOffset:-1},Xy=new Set([g.TABLE,g.TBODY,g.TFOOT,g.THEAD,g.TR]),Ky={scriptingEnabled:!0,sourceCodeLocationInfo:!1,treeAdapter:Ii,onParseError:null};class Qy{constructor(t,n,r=null,o=null){this.fragmentContext=r,this.scriptHandler=o,this.currentToken=null,this.stopped=!1,this.insertionMode=M.INITIAL,this.originalInsertionMode=M.INITIAL,this.headElement=null,this.formElement=null,this.currentNotInHTML=!1,this.tmplInsertionModeStack=[],this.pendingCharacterTokens=[],this.hasNonWhitespacePendingCharacterToken=!1,this.framesetOk=!0,this.skipNextNewLine=!1,this.fosterParentingEnabled=!1,this.options=F(F({},Ky),t),this.treeAdapter=this.options.treeAdapter,this.onParseError=this.options.onParseError,this.onParseError&&(this.options.sourceCodeLocationInfo=!0),this.document=n!=null?n:this.treeAdapter.createDocument(),this.tokenizer=new sR(this.options,this),this.activeFormattingElements=new pR(this.treeAdapter),this.fragmentContextID=r?cs(this.treeAdapter.getTagName(r)):g.UNKNOWN,this._setContextModes(r!=null?r:this.document,this.fragmentContextID),this.openElements=new hR(this.document,this.treeAdapter,this)}static parse(t,n){const r=new this(n);return r.tokenizer.write(t,!0),r.document}static getFragmentParser(t,n){const r=F(F({},Ky),n);t!=null||(t=r.treeAdapter.createElement(X.TEMPLATE,ue.HTML,[]));const o=r.treeAdapter.createElement("documentmock",ue.HTML,[]),a=new this(r,o,t);return a.fragmentContextID===g.TEMPLATE&&a.tmplInsertionModeStack.unshift(M.IN_TEMPLATE),a._initTokenizerForFragmentParsing(),a._insertFakeRootElement(),a._resetInsertionMode(),a._findFormInFragmentContext(),a}getFragment(){const t=this.treeAdapter.getFirstChild(this.document),n=this.treeAdapter.createDocumentFragment();return this._adoptNodes(t,n),n}_err(t,n,r){var o;if(!this.onParseError)return;const a=(o=t.location)!==null&&o!==void 0?o:MR,u={code:n,startLine:a.startLine,startCol:a.startCol,startOffset:a.startOffset,endLine:r?a.startLine:a.endLine,endCol:r?a.startCol:a.endCol,endOffset:r?a.startOffset:a.endOffset};this.onParseError(u)}onItemPush(t,n,r){var o,a;(a=(o=this.treeAdapter).onItemPush)===null||a===void 0||a.call(o,t),r&&this.openElements.stackTop>0&&this._setContextModes(t,n)}onItemPop(t,n){var r,o;if(this.options.sourceCodeLocationInfo&&this._setEndLocation(t,this.currentToken),(o=(r=this.treeAdapter).onItemPop)===null||o===void 0||o.call(r,t,this.openElements.current),n){let a,u;this.openElements.stackTop===0&&this.fragmentContext?(a=this.fragmentContext,u=this.fragmentContextID):{current:a,currentTagId:u}=this.openElements,this._setContextModes(a,u)}}_setContextModes(t,n){const r=t===this.document||t&&this.treeAdapter.getNamespaceURI(t)===ue.HTML;this.currentNotInHTML=!r,this.tokenizer.inForeignNode=!r&&t!==void 0&&n!==void 0&&!this._isIntegrationPoint(n,t)}_switchToTextParsing(t,n){this._insertElement(t,ue.HTML),this.tokenizer.state=n,this.originalInsertionMode=this.insertionMode,this.insertionMode=M.TEXT}switchToPlaintextParsing(){this.insertionMode=M.TEXT,this.originalInsertionMode=M.IN_BODY,this.tokenizer.state=Dt.PLAINTEXT}_getAdjustedCurrentElement(){return this.openElements.stackTop===0&&this.fragmentContext?this.fragmentContext:this.openElements.current}_findFormInFragmentContext(){let t=this.fragmentContext;for(;t;){if(this.treeAdapter.getTagName(t)===X.FORM){this.formElement=t;break}t=this.treeAdapter.getParentNode(t)}}_initTokenizerForFragmentParsing(){if(!(!this.fragmentContext||this.treeAdapter.getNamespaceURI(this.fragmentContext)!==ue.HTML))switch(this.fragmentContextID){case g.TITLE:case g.TEXTAREA:{this.tokenizer.state=Dt.RCDATA;break}case g.STYLE:case g.XMP:case g.IFRAME:case g.NOEMBED:case g.NOFRAMES:case g.NOSCRIPT:{this.tokenizer.state=Dt.RAWTEXT;break}case g.SCRIPT:{this.tokenizer.state=Dt.SCRIPT_DATA;break}case g.PLAINTEXT:{this.tokenizer.state=Dt.PLAINTEXT;break}}}_setDocumentType(t){const n=t.name||"",r=t.publicId||"",o=t.systemId||"";if(this.treeAdapter.setDocumentType(this.document,n,r,o),t.location){const u=this.treeAdapter.getChildNodes(this.document).find(c=>this.treeAdapter.isDocumentTypeNode(c));u&&this.treeAdapter.setNodeSourceCodeLocation(u,t.location)}}_attachElementToTree(t,n){if(this.options.sourceCodeLocationInfo){const r=n&&pe(F({},n),{startTag:n});this.treeAdapter.setNodeSourceCodeLocation(t,r)}if(this._shouldFosterParentOnInsertion())this._fosterParentElement(t);else{const r=this.openElements.currentTmplContentOrNode;this.treeAdapter.appendChild(r!=null?r:this.document,t)}}_appendElement(t,n){const r=this.treeAdapter.createElement(t.tagName,n,t.attrs);this._attachElementToTree(r,t.location)}_insertElement(t,n){const r=this.treeAdapter.createElement(t.tagName,n,t.attrs);this._attachElementToTree(r,t.location),this.openElements.push(r,t.tagID)}_insertFakeElement(t,n){const r=this.treeAdapter.createElement(t,ue.HTML,[]);this._attachElementToTree(r,null),this.openElements.push(r,n)}_insertTemplate(t){const n=this.treeAdapter.createElement(t.tagName,ue.HTML,t.attrs),r=this.treeAdapter.createDocumentFragment();this.treeAdapter.setTemplateContent(n,r),this._attachElementToTree(n,t.location),this.openElements.push(n,t.tagID),this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(r,null)}_insertFakeRootElement(){const t=this.treeAdapter.createElement(X.HTML,ue.HTML,[]);this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(t,null),this.treeAdapter.appendChild(this.openElements.current,t),this.openElements.push(t,g.HTML)}_appendCommentNode(t,n){const r=this.treeAdapter.createCommentNode(t.data);this.treeAdapter.appendChild(n,r),this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(r,t.location)}_insertCharacters(t){let n,r;if(this._shouldFosterParentOnInsertion()?({parent:n,beforeElement:r}=this._findFosterParentingLocation(),r?this.treeAdapter.insertTextBefore(n,t.chars,r):this.treeAdapter.insertText(n,t.chars)):(n=this.openElements.currentTmplContentOrNode,this.treeAdapter.insertText(n,t.chars)),!t.location)return;const o=this.treeAdapter.getChildNodes(n),a=r?o.lastIndexOf(r):o.length,u=o[a-1];if(this.treeAdapter.getNodeSourceCodeLocation(u)){const{endLine:d,endCol:f,endOffset:p}=t.location;this.treeAdapter.updateNodeSourceCodeLocation(u,{endLine:d,endCol:f,endOffset:p})}else this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(u,t.location)}_adoptNodes(t,n){for(let r=this.treeAdapter.getFirstChild(t);r;r=this.treeAdapter.getFirstChild(t))this.treeAdapter.detachNode(r),this.treeAdapter.appendChild(n,r)}_setEndLocation(t,n){if(this.treeAdapter.getNodeSourceCodeLocation(t)&&n.location){const r=n.location,o=this.treeAdapter.getTagName(t),a=n.type===Qe.END_TAG&&o===n.tagName?{endTag:F({},r),endLine:r.endLine,endCol:r.endCol,endOffset:r.endOffset}:{endLine:r.startLine,endCol:r.startCol,endOffset:r.startOffset};this.treeAdapter.updateNodeSourceCodeLocation(t,a)}}shouldProcessStartTagTokenInForeignContent(t){if(!this.currentNotInHTML)return!1;let n,r;return this.openElements.stackTop===0&&this.fragmentContext?(n=this.fragmentContext,r=this.fragmentContextID):{current:n,currentTagId:r}=this.openElements,t.tagID===g.SVG&&this.treeAdapter.getTagName(n)===X.ANNOTATION_XML&&this.treeAdapter.getNamespaceURI(n)===ue.MATHML?!1:this.tokenizer.inForeignNode||(t.tagID===g.MGLYPH||t.tagID===g.MALIGNMARK)&&r!==void 0&&!this._isIntegrationPoint(r,n,ue.HTML)}_processToken(t){switch(t.type){case Qe.CHARACTER:{this.onCharacter(t);break}case Qe.NULL_CHARACTER:{this.onNullCharacter(t);break}case Qe.COMMENT:{this.onComment(t);break}case Qe.DOCTYPE:{this.onDoctype(t);break}case Qe.START_TAG:{this._processStartTag(t);break}case Qe.END_TAG:{this.onEndTag(t);break}case Qe.EOF:{this.onEof(t);break}case Qe.WHITESPACE_CHARACTER:{this.onWhitespaceCharacter(t);break}}}_isIntegrationPoint(t,n,r){const o=this.treeAdapter.getNamespaceURI(n),a=this.treeAdapter.getAttrList(n);return IR(t,o,a,r)}_reconstructActiveFormattingElements(){const t=this.activeFormattingElements.entries.length;if(t){const n=this.activeFormattingElements.entries.findIndex(o=>o.type===jr.Marker||this.openElements.contains(o.element)),r=n===-1?t-1:n-1;for(let o=r;o>=0;o--){const a=this.activeFormattingElements.entries[o];this._insertElement(a.token,this.treeAdapter.getNamespaceURI(a.element)),a.element=this.openElements.current}}}_closeTableCell(){this.openElements.generateImpliedEndTags(),this.openElements.popUntilTableCellPopped(),this.activeFormattingElements.clearToLastMarker(),this.insertionMode=M.IN_ROW}_closePElement(){this.openElements.generateImpliedEndTagsWithExclusion(g.P),this.openElements.popUntilTagNamePopped(g.P)}_resetInsertionMode(){for(let t=this.openElements.stackTop;t>=0;t--)switch(t===0&&this.fragmentContext?this.fragmentContextID:this.openElements.tagIDs[t]){case g.TR:{this.insertionMode=M.IN_ROW;return}case g.TBODY:case g.THEAD:case g.TFOOT:{this.insertionMode=M.IN_TABLE_BODY;return}case g.CAPTION:{this.insertionMode=M.IN_CAPTION;return}case g.COLGROUP:{this.insertionMode=M.IN_COLUMN_GROUP;return}case g.TABLE:{this.insertionMode=M.IN_TABLE;return}case g.BODY:{this.insertionMode=M.IN_BODY;return}case g.FRAMESET:{this.insertionMode=M.IN_FRAMESET;return}case g.SELECT:{this._resetInsertionModeForSelect(t);return}case g.TEMPLATE:{this.insertionMode=this.tmplInsertionModeStack[0];return}case g.HTML:{this.insertionMode=this.headElement?M.AFTER_HEAD:M.BEFORE_HEAD;return}case g.TD:case g.TH:{if(t>0){this.insertionMode=M.IN_CELL;return}break}case g.HEAD:{if(t>0){this.insertionMode=M.IN_HEAD;return}break}}this.insertionMode=M.IN_BODY}_resetInsertionModeForSelect(t){if(t>0)for(let n=t-1;n>0;n--){const r=this.openElements.tagIDs[n];if(r===g.TEMPLATE)break;if(r===g.TABLE){this.insertionMode=M.IN_SELECT_IN_TABLE;return}}this.insertionMode=M.IN_SELECT}_isElementCausesFosterParenting(t){return Xy.has(t)}_shouldFosterParentOnInsertion(){return this.fosterParentingEnabled&&this.openElements.currentTagId!==void 0&&this._isElementCausesFosterParenting(this.openElements.currentTagId)}_findFosterParentingLocation(){for(let t=this.openElements.stackTop;t>=0;t--){const n=this.openElements.items[t];switch(this.openElements.tagIDs[t]){case g.TEMPLATE:{if(this.treeAdapter.getNamespaceURI(n)===ue.HTML)return{parent:this.treeAdapter.getTemplateContent(n),beforeElement:null};break}case g.TABLE:{const r=this.treeAdapter.getParentNode(n);return r?{parent:r,beforeElement:n}:{parent:this.openElements.items[t-1],beforeElement:null}}}}return{parent:this.openElements.items[0],beforeElement:null}}_fosterParentElement(t){const n=this._findFosterParentingLocation();n.beforeElement?this.treeAdapter.insertBefore(n.parent,t,n.beforeElement):this.treeAdapter.appendChild(n.parent,t)}_isSpecialElement(t,n){const r=this.treeAdapter.getNamespaceURI(t);return nR[r].has(n)}onCharacter(t){if(this.skipNextNewLine=!1,this.tokenizer.inForeignNode){f6(this,t);return}switch(this.insertionMode){case M.INITIAL:{Fa(this,t);break}case M.BEFORE_HTML:{Ba(this,t);break}case M.BEFORE_HEAD:{Ua(this,t);break}case M.IN_HEAD:{Ha(this,t);break}case M.IN_HEAD_NO_SCRIPT:{za(this,t);break}case M.AFTER_HEAD:{ja(this,t);break}case M.IN_BODY:case M.IN_CAPTION:case M.IN_CELL:case M.IN_TEMPLATE:{Zy(this,t);break}case M.TEXT:case M.IN_SELECT:case M.IN_SELECT_IN_TABLE:{this._insertCharacters(t);break}case M.IN_TABLE:case M.IN_TABLE_BODY:case M.IN_ROW:{kh(this,t);break}case M.IN_TABLE_TEXT:{ab(this,t);break}case M.IN_COLUMN_GROUP:{jl(this,t);break}case M.AFTER_BODY:{ql(this,t);break}case M.AFTER_AFTER_BODY:{Yl(this,t);break}}}onNullCharacter(t){if(this.skipNextNewLine=!1,this.tokenizer.inForeignNode){d6(this,t);return}switch(this.insertionMode){case M.INITIAL:{Fa(this,t);break}case M.BEFORE_HTML:{Ba(this,t);break}case M.BEFORE_HEAD:{Ua(this,t);break}case M.IN_HEAD:{Ha(this,t);break}case M.IN_HEAD_NO_SCRIPT:{za(this,t);break}case M.AFTER_HEAD:{ja(this,t);break}case M.TEXT:{this._insertCharacters(t);break}case M.IN_TABLE:case M.IN_TABLE_BODY:case M.IN_ROW:{kh(this,t);break}case M.IN_COLUMN_GROUP:{jl(this,t);break}case M.AFTER_BODY:{ql(this,t);break}case M.AFTER_AFTER_BODY:{Yl(this,t);break}}}onComment(t){if(this.skipNextNewLine=!1,this.currentNotInHTML){vh(this,t);return}switch(this.insertionMode){case M.INITIAL:case M.BEFORE_HTML:case M.BEFORE_HEAD:case M.IN_HEAD:case M.IN_HEAD_NO_SCRIPT:case M.AFTER_HEAD:case M.IN_BODY:case M.IN_TABLE:case M.IN_CAPTION:case M.IN_COLUMN_GROUP:case M.IN_TABLE_BODY:case M.IN_ROW:case M.IN_CELL:case M.IN_SELECT:case M.IN_SELECT_IN_TABLE:case M.IN_TEMPLATE:case M.IN_FRAMESET:case M.AFTER_FRAMESET:{vh(this,t);break}case M.IN_TABLE_TEXT:{qa(this,t);break}case M.AFTER_BODY:{$R(this,t);break}case M.AFTER_AFTER_BODY:case M.AFTER_AFTER_FRAMESET:{VR(this,t);break}}}onDoctype(t){switch(this.skipNextNewLine=!1,this.insertionMode){case M.INITIAL:{qR(this,t);break}case M.BEFORE_HEAD:case M.IN_HEAD:case M.IN_HEAD_NO_SCRIPT:case M.AFTER_HEAD:{this._err(t,te.misplacedDoctype);break}case M.IN_TABLE_TEXT:{qa(this,t);break}}}onStartTag(t){this.skipNextNewLine=!1,this.currentToken=t,this._processStartTag(t),t.selfClosing&&!t.ackSelfClosing&&this._err(t,te.nonVoidHtmlElementStartTagWithTrailingSolidus)}_processStartTag(t){this.shouldProcessStartTagTokenInForeignContent(t)?h6(this,t):this._startTagOutsideForeignContent(t)}_startTagOutsideForeignContent(t){switch(this.insertionMode){case M.INITIAL:{Fa(this,t);break}case M.BEFORE_HTML:{YR(this,t);break}case M.BEFORE_HEAD:{GR(this,t);break}case M.IN_HEAD:{xr(this,t);break}case M.IN_HEAD_NO_SCRIPT:{QR(this,t);break}case M.AFTER_HEAD:{ZR(this,t);break}case M.IN_BODY:{_n(this,t);break}case M.IN_TABLE:{ds(this,t);break}case M.IN_TABLE_TEXT:{qa(this,t);break}case M.IN_CAPTION:{XL(this,t);break}case M.IN_COLUMN_GROUP:{Ph(this,t);break}case M.IN_TABLE_BODY:{$l(this,t);break}case M.IN_ROW:{Vl(this,t);break}case M.IN_CELL:{JL(this,t);break}case M.IN_SELECT:{cb(this,t);break}case M.IN_SELECT_IN_TABLE:{e6(this,t);break}case M.IN_TEMPLATE:{n6(this,t);break}case M.AFTER_BODY:{i6(this,t);break}case M.IN_FRAMESET:{o6(this,t);break}case M.AFTER_FRAMESET:{a6(this,t);break}case M.AFTER_AFTER_BODY:{l6(this,t);break}case M.AFTER_AFTER_FRAMESET:{c6(this,t);break}}}onEndTag(t){this.skipNextNewLine=!1,this.currentToken=t,this.currentNotInHTML?p6(this,t):this._endTagOutsideForeignContent(t)}_endTagOutsideForeignContent(t){switch(this.insertionMode){case M.INITIAL:{Fa(this,t);break}case M.BEFORE_HTML:{WR(this,t);break}case M.BEFORE_HEAD:{XR(this,t);break}case M.IN_HEAD:{KR(this,t);break}case M.IN_HEAD_NO_SCRIPT:{JR(this,t);break}case M.AFTER_HEAD:{eL(this,t);break}case M.IN_BODY:{zl(this,t);break}case M.TEXT:{UL(this,t);break}case M.IN_TABLE:{$a(this,t);break}case M.IN_TABLE_TEXT:{qa(this,t);break}case M.IN_CAPTION:{KL(this,t);break}case M.IN_COLUMN_GROUP:{QL(this,t);break}case M.IN_TABLE_BODY:{Nh(this,t);break}case M.IN_ROW:{lb(this,t);break}case M.IN_CELL:{ZL(this,t);break}case M.IN_SELECT:{db(this,t);break}case M.IN_SELECT_IN_TABLE:{t6(this,t);break}case M.IN_TEMPLATE:{r6(this,t);break}case M.AFTER_BODY:{hb(this,t);break}case M.IN_FRAMESET:{s6(this,t);break}case M.AFTER_FRAMESET:{u6(this,t);break}case M.AFTER_AFTER_BODY:{Yl(this,t);break}}}onEof(t){switch(this.insertionMode){case M.INITIAL:{Fa(this,t);break}case M.BEFORE_HTML:{Ba(this,t);break}case M.BEFORE_HEAD:{Ua(this,t);break}case M.IN_HEAD:{Ha(this,t);break}case M.IN_HEAD_NO_SCRIPT:{za(this,t);break}case M.AFTER_HEAD:{ja(this,t);break}case M.IN_BODY:case M.IN_TABLE:case M.IN_CAPTION:case M.IN_COLUMN_GROUP:case M.IN_TABLE_BODY:case M.IN_ROW:case M.IN_CELL:case M.IN_SELECT:case M.IN_SELECT_IN_TABLE:{ob(this,t);break}case M.TEXT:{HL(this,t);break}case M.IN_TABLE_TEXT:{qa(this,t);break}case M.IN_TEMPLATE:{fb(this,t);break}case M.AFTER_BODY:case M.IN_FRAMESET:case M.AFTER_FRAMESET:case M.AFTER_AFTER_BODY:case M.AFTER_AFTER_FRAMESET:{Ch(this,t);break}}}onWhitespaceCharacter(t){if(this.skipNextNewLine&&(this.skipNextNewLine=!1,t.chars.charCodeAt(0)===N.LINE_FEED)){if(t.chars.length===1)return;t.chars=t.chars.substr(1)}if(this.tokenizer.inForeignNode){this._insertCharacters(t);return}switch(this.insertionMode){case M.IN_HEAD:case M.IN_HEAD_NO_SCRIPT:case M.AFTER_HEAD:case M.TEXT:case M.IN_COLUMN_GROUP:case M.IN_SELECT:case M.IN_SELECT_IN_TABLE:case M.IN_FRAMESET:case M.AFTER_FRAMESET:{this._insertCharacters(t);break}case M.IN_BODY:case M.IN_CAPTION:case M.IN_CELL:case M.IN_TEMPLATE:case M.AFTER_BODY:case M.AFTER_AFTER_BODY:case M.AFTER_AFTER_FRAMESET:{Jy(this,t);break}case M.IN_TABLE:case M.IN_TABLE_BODY:case M.IN_ROW:{kh(this,t);break}case M.IN_TABLE_TEXT:{sb(this,t);break}}}}function FR(e,t){let n=e.activeFormattingElements.getElementEntryInScopeWithTagName(t.tagName);return n?e.openElements.contains(n.element)?e.openElements.hasInScope(t.tagID)||(n=null):(e.activeFormattingElements.removeEntry(n),n=null):ib(e,t),n}function BR(e,t){let n=null,r=e.openElements.stackTop;for(;r>=0;r--){const o=e.openElements.items[r];if(o===t.element)break;e._isSpecialElement(o,e.openElements.tagIDs[r])&&(n=o)}return n||(e.openElements.shortenToLength(Math.max(r,0)),e.activeFormattingElements.removeEntry(t)),n}function UR(e,t,n){let r=t,o=e.openElements.getCommonAncestor(t);for(let a=0,u=o;u!==n;a++,u=o){o=e.openElements.getCommonAncestor(u);const c=e.activeFormattingElements.getElementEntry(u),d=c&&a>=DR;!c||d?(d&&e.activeFormattingElements.removeEntry(c),e.openElements.remove(u)):(u=HR(e,c),r===t&&(e.activeFormattingElements.bookmark=c),e.treeAdapter.detachNode(r),e.treeAdapter.appendChild(u,r),r=u)}return r}function HR(e,t){const n=e.treeAdapter.getNamespaceURI(t.element),r=e.treeAdapter.createElement(t.token.tagName,n,t.token.attrs);return e.openElements.replace(t.element,r),t.element=r,r}function zR(e,t,n){const r=e.treeAdapter.getTagName(t),o=cs(r);if(e._isElementCausesFosterParenting(o))e._fosterParentElement(n);else{const a=e.treeAdapter.getNamespaceURI(t);o===g.TEMPLATE&&a===ue.HTML&&(t=e.treeAdapter.getTemplateContent(t)),e.treeAdapter.appendChild(t,n)}}function jR(e,t,n){const r=e.treeAdapter.getNamespaceURI(n.element),{token:o}=n,a=e.treeAdapter.createElement(o.tagName,r,o.attrs);e._adoptNodes(t,a),e.treeAdapter.appendChild(t,a),e.activeFormattingElements.insertElementAfterBookmark(a,o),e.activeFormattingElements.removeEntry(n),e.openElements.remove(n.element),e.openElements.insertAfter(t,a,o.tagID)}function Ah(e,t){for(let n=0;n<LR;n++){const r=FR(e,t);if(!r)break;const o=BR(e,r);if(!o)break;e.activeFormattingElements.bookmark=r;const a=UR(e,o,r.element),u=e.openElements.getCommonAncestor(r.element);e.treeAdapter.detachNode(a),u&&zR(e,u,a),jR(e,o,r)}}function vh(e,t){e._appendCommentNode(t,e.openElements.currentTmplContentOrNode)}function $R(e,t){e._appendCommentNode(t,e.openElements.items[0])}function VR(e,t){e._appendCommentNode(t,e.document)}function Ch(e,t){if(e.stopped=!0,t.location){const n=e.fragmentContext?0:2;for(let r=e.openElements.stackTop;r>=n;r--)e._setEndLocation(e.openElements.items[r],t);if(!e.fragmentContext&&e.openElements.stackTop>=0){const r=e.openElements.items[0],o=e.treeAdapter.getNodeSourceCodeLocation(r);if(o&&!o.endTag&&(e._setEndLocation(r,t),e.openElements.stackTop>=1)){const a=e.openElements.items[1],u=e.treeAdapter.getNodeSourceCodeLocation(a);u&&!u.endTag&&e._setEndLocation(a,t)}}}}function qR(e,t){e._setDocumentType(t);const n=t.forceQuirks?cr.QUIRKS:_R(t);TR(t)||e._err(t,te.nonConformingDoctype),e.treeAdapter.setDocumentMode(e.document,n),e.insertionMode=M.BEFORE_HTML}function Fa(e,t){e._err(t,te.missingDoctype,!0),e.treeAdapter.setDocumentMode(e.document,cr.QUIRKS),e.insertionMode=M.BEFORE_HTML,e._processToken(t)}function YR(e,t){t.tagID===g.HTML?(e._insertElement(t,ue.HTML),e.insertionMode=M.BEFORE_HEAD):Ba(e,t)}function WR(e,t){const n=t.tagID;(n===g.HTML||n===g.HEAD||n===g.BODY||n===g.BR)&&Ba(e,t)}function Ba(e,t){e._insertFakeRootElement(),e.insertionMode=M.BEFORE_HEAD,e._processToken(t)}function GR(e,t){switch(t.tagID){case g.HTML:{_n(e,t);break}case g.HEAD:{e._insertElement(t,ue.HTML),e.headElement=e.openElements.current,e.insertionMode=M.IN_HEAD;break}default:Ua(e,t)}}function XR(e,t){const n=t.tagID;n===g.HEAD||n===g.BODY||n===g.HTML||n===g.BR?Ua(e,t):e._err(t,te.endTagWithoutMatchingOpenElement)}function Ua(e,t){e._insertFakeElement(X.HEAD,g.HEAD),e.headElement=e.openElements.current,e.insertionMode=M.IN_HEAD,e._processToken(t)}function xr(e,t){switch(t.tagID){case g.HTML:{_n(e,t);break}case g.BASE:case g.BASEFONT:case g.BGSOUND:case g.LINK:case g.META:{e._appendElement(t,ue.HTML),t.ackSelfClosing=!0;break}case g.TITLE:{e._switchToTextParsing(t,Dt.RCDATA);break}case g.NOSCRIPT:{e.options.scriptingEnabled?e._switchToTextParsing(t,Dt.RAWTEXT):(e._insertElement(t,ue.HTML),e.insertionMode=M.IN_HEAD_NO_SCRIPT);break}case g.NOFRAMES:case g.STYLE:{e._switchToTextParsing(t,Dt.RAWTEXT);break}case g.SCRIPT:{e._switchToTextParsing(t,Dt.SCRIPT_DATA);break}case g.TEMPLATE:{e._insertTemplate(t),e.activeFormattingElements.insertMarker(),e.framesetOk=!1,e.insertionMode=M.IN_TEMPLATE,e.tmplInsertionModeStack.unshift(M.IN_TEMPLATE);break}case g.HEAD:{e._err(t,te.misplacedStartTagForHeadElement);break}default:Ha(e,t)}}function KR(e,t){switch(t.tagID){case g.HEAD:{e.openElements.pop(),e.insertionMode=M.AFTER_HEAD;break}case g.BODY:case g.BR:case g.HTML:{Ha(e,t);break}case g.TEMPLATE:{go(e,t);break}default:e._err(t,te.endTagWithoutMatchingOpenElement)}}function go(e,t){e.openElements.tmplCount>0?(e.openElements.generateImpliedEndTagsThoroughly(),e.openElements.currentTagId!==g.TEMPLATE&&e._err(t,te.closingOfElementWithOpenChildElements),e.openElements.popUntilTagNamePopped(g.TEMPLATE),e.activeFormattingElements.clearToLastMarker(),e.tmplInsertionModeStack.shift(),e._resetInsertionMode()):e._err(t,te.endTagWithoutMatchingOpenElement)}function Ha(e,t){e.openElements.pop(),e.insertionMode=M.AFTER_HEAD,e._processToken(t)}function QR(e,t){switch(t.tagID){case g.HTML:{_n(e,t);break}case g.BASEFONT:case g.BGSOUND:case g.HEAD:case g.LINK:case g.META:case g.NOFRAMES:case g.STYLE:{xr(e,t);break}case g.NOSCRIPT:{e._err(t,te.nestedNoscriptInHead);break}default:za(e,t)}}function JR(e,t){switch(t.tagID){case g.NOSCRIPT:{e.openElements.pop(),e.insertionMode=M.IN_HEAD;break}case g.BR:{za(e,t);break}default:e._err(t,te.endTagWithoutMatchingOpenElement)}}function za(e,t){const n=t.type===Qe.EOF?te.openElementsLeftAfterEof:te.disallowedContentInNoscriptInHead;e._err(t,n),e.openElements.pop(),e.insertionMode=M.IN_HEAD,e._processToken(t)}function ZR(e,t){switch(t.tagID){case g.HTML:{_n(e,t);break}case g.BODY:{e._insertElement(t,ue.HTML),e.framesetOk=!1,e.insertionMode=M.IN_BODY;break}case g.FRAMESET:{e._insertElement(t,ue.HTML),e.insertionMode=M.IN_FRAMESET;break}case g.BASE:case g.BASEFONT:case g.BGSOUND:case g.LINK:case g.META:case g.NOFRAMES:case g.SCRIPT:case g.STYLE:case g.TEMPLATE:case g.TITLE:{e._err(t,te.abandonedHeadElementChild),e.openElements.push(e.headElement,g.HEAD),xr(e,t),e.openElements.remove(e.headElement);break}case g.HEAD:{e._err(t,te.misplacedStartTagForHeadElement);break}default:ja(e,t)}}function eL(e,t){switch(t.tagID){case g.BODY:case g.HTML:case g.BR:{ja(e,t);break}case g.TEMPLATE:{go(e,t);break}default:e._err(t,te.endTagWithoutMatchingOpenElement)}}function ja(e,t){e._insertFakeElement(X.BODY,g.BODY),e.insertionMode=M.IN_BODY,Hl(e,t)}function Hl(e,t){switch(t.type){case Qe.CHARACTER:{Zy(e,t);break}case Qe.WHITESPACE_CHARACTER:{Jy(e,t);break}case Qe.COMMENT:{vh(e,t);break}case Qe.START_TAG:{_n(e,t);break}case Qe.END_TAG:{zl(e,t);break}case Qe.EOF:{ob(e,t);break}}}function Jy(e,t){e._reconstructActiveFormattingElements(),e._insertCharacters(t)}function Zy(e,t){e._reconstructActiveFormattingElements(),e._insertCharacters(t),e.framesetOk=!1}function tL(e,t){e.openElements.tmplCount===0&&e.treeAdapter.adoptAttributes(e.openElements.items[0],t.attrs)}function nL(e,t){const n=e.openElements.tryPeekProperlyNestedBodyElement();n&&e.openElements.tmplCount===0&&(e.framesetOk=!1,e.treeAdapter.adoptAttributes(n,t.attrs))}function rL(e,t){const n=e.openElements.tryPeekProperlyNestedBodyElement();e.framesetOk&&n&&(e.treeAdapter.detachNode(n),e.openElements.popAllUpToHtmlElement(),e._insertElement(t,ue.HTML),e.insertionMode=M.IN_FRAMESET)}function iL(e,t){e.openElements.hasInButtonScope(g.P)&&e._closePElement(),e._insertElement(t,ue.HTML)}function oL(e,t){e.openElements.hasInButtonScope(g.P)&&e._closePElement(),e.openElements.currentTagId!==void 0&&Sh.has(e.openElements.currentTagId)&&e.openElements.pop(),e._insertElement(t,ue.HTML)}function sL(e,t){e.openElements.hasInButtonScope(g.P)&&e._closePElement(),e._insertElement(t,ue.HTML),e.skipNextNewLine=!0,e.framesetOk=!1}function aL(e,t){const n=e.openElements.tmplCount>0;(!e.formElement||n)&&(e.openElements.hasInButtonScope(g.P)&&e._closePElement(),e._insertElement(t,ue.HTML),n||(e.formElement=e.openElements.current))}function uL(e,t){e.framesetOk=!1;const n=t.tagID;for(let r=e.openElements.stackTop;r>=0;r--){const o=e.openElements.tagIDs[r];if(n===g.LI&&o===g.LI||(n===g.DD||n===g.DT)&&(o===g.DD||o===g.DT)){e.openElements.generateImpliedEndTagsWithExclusion(o),e.openElements.popUntilTagNamePopped(o);break}if(o!==g.ADDRESS&&o!==g.DIV&&o!==g.P&&e._isSpecialElement(e.openElements.items[r],o))break}e.openElements.hasInButtonScope(g.P)&&e._closePElement(),e._insertElement(t,ue.HTML)}function lL(e,t){e.openElements.hasInButtonScope(g.P)&&e._closePElement(),e._insertElement(t,ue.HTML),e.tokenizer.state=Dt.PLAINTEXT}function cL(e,t){e.openElements.hasInScope(g.BUTTON)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(g.BUTTON)),e._reconstructActiveFormattingElements(),e._insertElement(t,ue.HTML),e.framesetOk=!1}function dL(e,t){const n=e.activeFormattingElements.getElementEntryInScopeWithTagName(X.A);n&&(Ah(e,t),e.openElements.remove(n.element),e.activeFormattingElements.removeEntry(n)),e._reconstructActiveFormattingElements(),e._insertElement(t,ue.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}function fL(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,ue.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}function hL(e,t){e._reconstructActiveFormattingElements(),e.openElements.hasInScope(g.NOBR)&&(Ah(e,t),e._reconstructActiveFormattingElements()),e._insertElement(t,ue.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}function pL(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,ue.HTML),e.activeFormattingElements.insertMarker(),e.framesetOk=!1}function mL(e,t){e.treeAdapter.getDocumentMode(e.document)!==cr.QUIRKS&&e.openElements.hasInButtonScope(g.P)&&e._closePElement(),e._insertElement(t,ue.HTML),e.framesetOk=!1,e.insertionMode=M.IN_TABLE}function eb(e,t){e._reconstructActiveFormattingElements(),e._appendElement(t,ue.HTML),e.framesetOk=!1,t.ackSelfClosing=!0}function tb(e){const t=Ry(e,mo.TYPE);return t!=null&&t.toLowerCase()===RR}function gL(e,t){e._reconstructActiveFormattingElements(),e._appendElement(t,ue.HTML),tb(t)||(e.framesetOk=!1),t.ackSelfClosing=!0}function EL(e,t){e._appendElement(t,ue.HTML),t.ackSelfClosing=!0}function yL(e,t){e.openElements.hasInButtonScope(g.P)&&e._closePElement(),e._appendElement(t,ue.HTML),e.framesetOk=!1,t.ackSelfClosing=!0}function bL(e,t){t.tagName=X.IMG,t.tagID=g.IMG,eb(e,t)}function TL(e,t){e._insertElement(t,ue.HTML),e.skipNextNewLine=!0,e.tokenizer.state=Dt.RCDATA,e.originalInsertionMode=e.insertionMode,e.framesetOk=!1,e.insertionMode=M.TEXT}function _L(e,t){e.openElements.hasInButtonScope(g.P)&&e._closePElement(),e._reconstructActiveFormattingElements(),e.framesetOk=!1,e._switchToTextParsing(t,Dt.RAWTEXT)}function SL(e,t){e.framesetOk=!1,e._switchToTextParsing(t,Dt.RAWTEXT)}function nb(e,t){e._switchToTextParsing(t,Dt.RAWTEXT)}function xL(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,ue.HTML),e.framesetOk=!1,e.insertionMode=e.insertionMode===M.IN_TABLE||e.insertionMode===M.IN_CAPTION||e.insertionMode===M.IN_TABLE_BODY||e.insertionMode===M.IN_ROW||e.insertionMode===M.IN_CELL?M.IN_SELECT_IN_TABLE:M.IN_SELECT}function wL(e,t){e.openElements.currentTagId===g.OPTION&&e.openElements.pop(),e._reconstructActiveFormattingElements(),e._insertElement(t,ue.HTML)}function AL(e,t){e.openElements.hasInScope(g.RUBY)&&e.openElements.generateImpliedEndTags(),e._insertElement(t,ue.HTML)}function vL(e,t){e.openElements.hasInScope(g.RUBY)&&e.openElements.generateImpliedEndTagsWithExclusion(g.RTC),e._insertElement(t,ue.HTML)}function CL(e,t){e._reconstructActiveFormattingElements(),Wy(t),wh(t),t.selfClosing?e._appendElement(t,ue.MATHML):e._insertElement(t,ue.MATHML),t.ackSelfClosing=!0}function kL(e,t){e._reconstructActiveFormattingElements(),Gy(t),wh(t),t.selfClosing?e._appendElement(t,ue.SVG):e._insertElement(t,ue.SVG),t.ackSelfClosing=!0}function rb(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,ue.HTML)}function _n(e,t){switch(t.tagID){case g.I:case g.S:case g.B:case g.U:case g.EM:case g.TT:case g.BIG:case g.CODE:case g.FONT:case g.SMALL:case g.STRIKE:case g.STRONG:{fL(e,t);break}case g.A:{dL(e,t);break}case g.H1:case g.H2:case g.H3:case g.H4:case g.H5:case g.H6:{oL(e,t);break}case g.P:case g.DL:case g.OL:case g.UL:case g.DIV:case g.DIR:case g.NAV:case g.MAIN:case g.MENU:case g.ASIDE:case g.CENTER:case g.FIGURE:case g.FOOTER:case g.HEADER:case g.HGROUP:case g.DIALOG:case g.DETAILS:case g.ADDRESS:case g.ARTICLE:case g.SEARCH:case g.SECTION:case g.SUMMARY:case g.FIELDSET:case g.BLOCKQUOTE:case g.FIGCAPTION:{iL(e,t);break}case g.LI:case g.DD:case g.DT:{uL(e,t);break}case g.BR:case g.IMG:case g.WBR:case g.AREA:case g.EMBED:case g.KEYGEN:{eb(e,t);break}case g.HR:{yL(e,t);break}case g.RB:case g.RTC:{AL(e,t);break}case g.RT:case g.RP:{vL(e,t);break}case g.PRE:case g.LISTING:{sL(e,t);break}case g.XMP:{_L(e,t);break}case g.SVG:{kL(e,t);break}case g.HTML:{tL(e,t);break}case g.BASE:case g.LINK:case g.META:case g.STYLE:case g.TITLE:case g.SCRIPT:case g.BGSOUND:case g.BASEFONT:case g.TEMPLATE:{xr(e,t);break}case g.BODY:{nL(e,t);break}case g.FORM:{aL(e,t);break}case g.NOBR:{hL(e,t);break}case g.MATH:{CL(e,t);break}case g.TABLE:{mL(e,t);break}case g.INPUT:{gL(e,t);break}case g.PARAM:case g.TRACK:case g.SOURCE:{EL(e,t);break}case g.IMAGE:{bL(e,t);break}case g.BUTTON:{cL(e,t);break}case g.APPLET:case g.OBJECT:case g.MARQUEE:{pL(e,t);break}case g.IFRAME:{SL(e,t);break}case g.SELECT:{xL(e,t);break}case g.OPTION:case g.OPTGROUP:{wL(e,t);break}case g.NOEMBED:case g.NOFRAMES:{nb(e,t);break}case g.FRAMESET:{rL(e,t);break}case g.TEXTAREA:{TL(e,t);break}case g.NOSCRIPT:{e.options.scriptingEnabled?nb(e,t):rb(e,t);break}case g.PLAINTEXT:{lL(e,t);break}case g.COL:case g.TH:case g.TD:case g.TR:case g.HEAD:case g.FRAME:case g.TBODY:case g.TFOOT:case g.THEAD:case g.CAPTION:case g.COLGROUP:break;default:rb(e,t)}}function PL(e,t){if(e.openElements.hasInScope(g.BODY)&&(e.insertionMode=M.AFTER_BODY,e.options.sourceCodeLocationInfo)){const n=e.openElements.tryPeekProperlyNestedBodyElement();n&&e._setEndLocation(n,t)}}function NL(e,t){e.openElements.hasInScope(g.BODY)&&(e.insertionMode=M.AFTER_BODY,hb(e,t))}function OL(e,t){const n=t.tagID;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n))}function IL(e){const t=e.openElements.tmplCount>0,{formElement:n}=e;t||(e.formElement=null),(n||t)&&e.openElements.hasInScope(g.FORM)&&(e.openElements.generateImpliedEndTags(),t?e.openElements.popUntilTagNamePopped(g.FORM):n&&e.openElements.remove(n))}function RL(e){e.openElements.hasInButtonScope(g.P)||e._insertFakeElement(X.P,g.P),e._closePElement()}function LL(e){e.openElements.hasInListItemScope(g.LI)&&(e.openElements.generateImpliedEndTagsWithExclusion(g.LI),e.openElements.popUntilTagNamePopped(g.LI))}function DL(e,t){const n=t.tagID;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTagsWithExclusion(n),e.openElements.popUntilTagNamePopped(n))}function ML(e){e.openElements.hasNumberedHeaderInScope()&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilNumberedHeaderPopped())}function FL(e,t){const n=t.tagID;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n),e.activeFormattingElements.clearToLastMarker())}function BL(e){e._reconstructActiveFormattingElements(),e._insertFakeElement(X.BR,g.BR),e.openElements.pop(),e.framesetOk=!1}function ib(e,t){const n=t.tagName,r=t.tagID;for(let o=e.openElements.stackTop;o>0;o--){const a=e.openElements.items[o],u=e.openElements.tagIDs[o];if(r===u&&(r!==g.UNKNOWN||e.treeAdapter.getTagName(a)===n)){e.openElements.generateImpliedEndTagsWithExclusion(r),e.openElements.stackTop>=o&&e.openElements.shortenToLength(o);break}if(e._isSpecialElement(a,u))break}}function zl(e,t){switch(t.tagID){case g.A:case g.B:case g.I:case g.S:case g.U:case g.EM:case g.TT:case g.BIG:case g.CODE:case g.FONT:case g.NOBR:case g.SMALL:case g.STRIKE:case g.STRONG:{Ah(e,t);break}case g.P:{RL(e);break}case g.DL:case g.UL:case g.OL:case g.DIR:case g.DIV:case g.NAV:case g.PRE:case g.MAIN:case g.MENU:case g.ASIDE:case g.BUTTON:case g.CENTER:case g.FIGURE:case g.FOOTER:case g.HEADER:case g.HGROUP:case g.DIALOG:case g.ADDRESS:case g.ARTICLE:case g.DETAILS:case g.SEARCH:case g.SECTION:case g.SUMMARY:case g.LISTING:case g.FIELDSET:case g.BLOCKQUOTE:case g.FIGCAPTION:{OL(e,t);break}case g.LI:{LL(e);break}case g.DD:case g.DT:{DL(e,t);break}case g.H1:case g.H2:case g.H3:case g.H4:case g.H5:case g.H6:{ML(e);break}case g.BR:{BL(e);break}case g.BODY:{PL(e,t);break}case g.HTML:{NL(e,t);break}case g.FORM:{IL(e);break}case g.APPLET:case g.OBJECT:case g.MARQUEE:{FL(e,t);break}case g.TEMPLATE:{go(e,t);break}default:ib(e,t)}}function ob(e,t){e.tmplInsertionModeStack.length>0?fb(e,t):Ch(e,t)}function UL(e,t){var n;t.tagID===g.SCRIPT&&((n=e.scriptHandler)===null||n===void 0||n.call(e,e.openElements.current)),e.openElements.pop(),e.insertionMode=e.originalInsertionMode}function HL(e,t){e._err(t,te.eofInElementThatCanContainOnlyText),e.openElements.pop(),e.insertionMode=e.originalInsertionMode,e.onEof(t)}function kh(e,t){if(e.openElements.currentTagId!==void 0&&Xy.has(e.openElements.currentTagId))switch(e.pendingCharacterTokens.length=0,e.hasNonWhitespacePendingCharacterToken=!1,e.originalInsertionMode=e.insertionMode,e.insertionMode=M.IN_TABLE_TEXT,t.type){case Qe.CHARACTER:{ab(e,t);break}case Qe.WHITESPACE_CHARACTER:{sb(e,t);break}}else Va(e,t)}function zL(e,t){e.openElements.clearBackToTableContext(),e.activeFormattingElements.insertMarker(),e._insertElement(t,ue.HTML),e.insertionMode=M.IN_CAPTION}function jL(e,t){e.openElements.clearBackToTableContext(),e._insertElement(t,ue.HTML),e.insertionMode=M.IN_COLUMN_GROUP}function $L(e,t){e.openElements.clearBackToTableContext(),e._insertFakeElement(X.COLGROUP,g.COLGROUP),e.insertionMode=M.IN_COLUMN_GROUP,Ph(e,t)}function VL(e,t){e.openElements.clearBackToTableContext(),e._insertElement(t,ue.HTML),e.insertionMode=M.IN_TABLE_BODY}function qL(e,t){e.openElements.clearBackToTableContext(),e._insertFakeElement(X.TBODY,g.TBODY),e.insertionMode=M.IN_TABLE_BODY,$l(e,t)}function YL(e,t){e.openElements.hasInTableScope(g.TABLE)&&(e.openElements.popUntilTagNamePopped(g.TABLE),e._resetInsertionMode(),e._processStartTag(t))}function WL(e,t){tb(t)?e._appendElement(t,ue.HTML):Va(e,t),t.ackSelfClosing=!0}function GL(e,t){!e.formElement&&e.openElements.tmplCount===0&&(e._insertElement(t,ue.HTML),e.formElement=e.openElements.current,e.openElements.pop())}function ds(e,t){switch(t.tagID){case g.TD:case g.TH:case g.TR:{qL(e,t);break}case g.STYLE:case g.SCRIPT:case g.TEMPLATE:{xr(e,t);break}case g.COL:{$L(e,t);break}case g.FORM:{GL(e,t);break}case g.TABLE:{YL(e,t);break}case g.TBODY:case g.TFOOT:case g.THEAD:{VL(e,t);break}case g.INPUT:{WL(e,t);break}case g.CAPTION:{zL(e,t);break}case g.COLGROUP:{jL(e,t);break}default:Va(e,t)}}function $a(e,t){switch(t.tagID){case g.TABLE:{e.openElements.hasInTableScope(g.TABLE)&&(e.openElements.popUntilTagNamePopped(g.TABLE),e._resetInsertionMode());break}case g.TEMPLATE:{go(e,t);break}case g.BODY:case g.CAPTION:case g.COL:case g.COLGROUP:case g.HTML:case g.TBODY:case g.TD:case g.TFOOT:case g.TH:case g.THEAD:case g.TR:break;default:Va(e,t)}}function Va(e,t){const n=e.fosterParentingEnabled;e.fosterParentingEnabled=!0,Hl(e,t),e.fosterParentingEnabled=n}function sb(e,t){e.pendingCharacterTokens.push(t)}function ab(e,t){e.pendingCharacterTokens.push(t),e.hasNonWhitespacePendingCharacterToken=!0}function qa(e,t){let n=0;if(e.hasNonWhitespacePendingCharacterToken)for(;n<e.pendingCharacterTokens.length;n++)Va(e,e.pendingCharacterTokens[n]);else for(;n<e.pendingCharacterTokens.length;n++)e._insertCharacters(e.pendingCharacterTokens[n]);e.insertionMode=e.originalInsertionMode,e._processToken(t)}const ub=new Set([g.CAPTION,g.COL,g.COLGROUP,g.TBODY,g.TD,g.TFOOT,g.TH,g.THEAD,g.TR]);function XL(e,t){const n=t.tagID;ub.has(n)?e.openElements.hasInTableScope(g.CAPTION)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(g.CAPTION),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=M.IN_TABLE,ds(e,t)):_n(e,t)}function KL(e,t){const n=t.tagID;switch(n){case g.CAPTION:case g.TABLE:{e.openElements.hasInTableScope(g.CAPTION)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(g.CAPTION),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=M.IN_TABLE,n===g.TABLE&&$a(e,t));break}case g.BODY:case g.COL:case g.COLGROUP:case g.HTML:case g.TBODY:case g.TD:case g.TFOOT:case g.TH:case g.THEAD:case g.TR:break;default:zl(e,t)}}function Ph(e,t){switch(t.tagID){case g.HTML:{_n(e,t);break}case g.COL:{e._appendElement(t,ue.HTML),t.ackSelfClosing=!0;break}case g.TEMPLATE:{xr(e,t);break}default:jl(e,t)}}function QL(e,t){switch(t.tagID){case g.COLGROUP:{e.openElements.currentTagId===g.COLGROUP&&(e.openElements.pop(),e.insertionMode=M.IN_TABLE);break}case g.TEMPLATE:{go(e,t);break}case g.COL:break;default:jl(e,t)}}function jl(e,t){e.openElements.currentTagId===g.COLGROUP&&(e.openElements.pop(),e.insertionMode=M.IN_TABLE,e._processToken(t))}function $l(e,t){switch(t.tagID){case g.TR:{e.openElements.clearBackToTableBodyContext(),e._insertElement(t,ue.HTML),e.insertionMode=M.IN_ROW;break}case g.TH:case g.TD:{e.openElements.clearBackToTableBodyContext(),e._insertFakeElement(X.TR,g.TR),e.insertionMode=M.IN_ROW,Vl(e,t);break}case g.CAPTION:case g.COL:case g.COLGROUP:case g.TBODY:case g.TFOOT:case g.THEAD:{e.openElements.hasTableBodyContextInTableScope()&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=M.IN_TABLE,ds(e,t));break}default:ds(e,t)}}function Nh(e,t){const n=t.tagID;switch(t.tagID){case g.TBODY:case g.TFOOT:case g.THEAD:{e.openElements.hasInTableScope(n)&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=M.IN_TABLE);break}case g.TABLE:{e.openElements.hasTableBodyContextInTableScope()&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=M.IN_TABLE,$a(e,t));break}case g.BODY:case g.CAPTION:case g.COL:case g.COLGROUP:case g.HTML:case g.TD:case g.TH:case g.TR:break;default:$a(e,t)}}function Vl(e,t){switch(t.tagID){case g.TH:case g.TD:{e.openElements.clearBackToTableRowContext(),e._insertElement(t,ue.HTML),e.insertionMode=M.IN_CELL,e.activeFormattingElements.insertMarker();break}case g.CAPTION:case g.COL:case g.COLGROUP:case g.TBODY:case g.TFOOT:case g.THEAD:case g.TR:{e.openElements.hasInTableScope(g.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=M.IN_TABLE_BODY,$l(e,t));break}default:ds(e,t)}}function lb(e,t){switch(t.tagID){case g.TR:{e.openElements.hasInTableScope(g.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=M.IN_TABLE_BODY);break}case g.TABLE:{e.openElements.hasInTableScope(g.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=M.IN_TABLE_BODY,Nh(e,t));break}case g.TBODY:case g.TFOOT:case g.THEAD:{(e.openElements.hasInTableScope(t.tagID)||e.openElements.hasInTableScope(g.TR))&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=M.IN_TABLE_BODY,Nh(e,t));break}case g.BODY:case g.CAPTION:case g.COL:case g.COLGROUP:case g.HTML:case g.TD:case g.TH:break;default:$a(e,t)}}function JL(e,t){const n=t.tagID;ub.has(n)?(e.openElements.hasInTableScope(g.TD)||e.openElements.hasInTableScope(g.TH))&&(e._closeTableCell(),Vl(e,t)):_n(e,t)}function ZL(e,t){const n=t.tagID;switch(n){case g.TD:case g.TH:{e.openElements.hasInTableScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=M.IN_ROW);break}case g.TABLE:case g.TBODY:case g.TFOOT:case g.THEAD:case g.TR:{e.openElements.hasInTableScope(n)&&(e._closeTableCell(),lb(e,t));break}case g.BODY:case g.CAPTION:case g.COL:case g.COLGROUP:case g.HTML:break;default:zl(e,t)}}function cb(e,t){switch(t.tagID){case g.HTML:{_n(e,t);break}case g.OPTION:{e.openElements.currentTagId===g.OPTION&&e.openElements.pop(),e._insertElement(t,ue.HTML);break}case g.OPTGROUP:{e.openElements.currentTagId===g.OPTION&&e.openElements.pop(),e.openElements.currentTagId===g.OPTGROUP&&e.openElements.pop(),e._insertElement(t,ue.HTML);break}case g.HR:{e.openElements.currentTagId===g.OPTION&&e.openElements.pop(),e.openElements.currentTagId===g.OPTGROUP&&e.openElements.pop(),e._appendElement(t,ue.HTML),t.ackSelfClosing=!0;break}case g.INPUT:case g.KEYGEN:case g.TEXTAREA:case g.SELECT:{e.openElements.hasInSelectScope(g.SELECT)&&(e.openElements.popUntilTagNamePopped(g.SELECT),e._resetInsertionMode(),t.tagID!==g.SELECT&&e._processStartTag(t));break}case g.SCRIPT:case g.TEMPLATE:{xr(e,t);break}}}function db(e,t){switch(t.tagID){case g.OPTGROUP:{e.openElements.stackTop>0&&e.openElements.currentTagId===g.OPTION&&e.openElements.tagIDs[e.openElements.stackTop-1]===g.OPTGROUP&&e.openElements.pop(),e.openElements.currentTagId===g.OPTGROUP&&e.openElements.pop();break}case g.OPTION:{e.openElements.currentTagId===g.OPTION&&e.openElements.pop();break}case g.SELECT:{e.openElements.hasInSelectScope(g.SELECT)&&(e.openElements.popUntilTagNamePopped(g.SELECT),e._resetInsertionMode());break}case g.TEMPLATE:{go(e,t);break}}}function e6(e,t){const n=t.tagID;n===g.CAPTION||n===g.TABLE||n===g.TBODY||n===g.TFOOT||n===g.THEAD||n===g.TR||n===g.TD||n===g.TH?(e.openElements.popUntilTagNamePopped(g.SELECT),e._resetInsertionMode(),e._processStartTag(t)):cb(e,t)}function t6(e,t){const n=t.tagID;n===g.CAPTION||n===g.TABLE||n===g.TBODY||n===g.TFOOT||n===g.THEAD||n===g.TR||n===g.TD||n===g.TH?e.openElements.hasInTableScope(n)&&(e.openElements.popUntilTagNamePopped(g.SELECT),e._resetInsertionMode(),e.onEndTag(t)):db(e,t)}function n6(e,t){switch(t.tagID){case g.BASE:case g.BASEFONT:case g.BGSOUND:case g.LINK:case g.META:case g.NOFRAMES:case g.SCRIPT:case g.STYLE:case g.TEMPLATE:case g.TITLE:{xr(e,t);break}case g.CAPTION:case g.COLGROUP:case g.TBODY:case g.TFOOT:case g.THEAD:{e.tmplInsertionModeStack[0]=M.IN_TABLE,e.insertionMode=M.IN_TABLE,ds(e,t);break}case g.COL:{e.tmplInsertionModeStack[0]=M.IN_COLUMN_GROUP,e.insertionMode=M.IN_COLUMN_GROUP,Ph(e,t);break}case g.TR:{e.tmplInsertionModeStack[0]=M.IN_TABLE_BODY,e.insertionMode=M.IN_TABLE_BODY,$l(e,t);break}case g.TD:case g.TH:{e.tmplInsertionModeStack[0]=M.IN_ROW,e.insertionMode=M.IN_ROW,Vl(e,t);break}default:e.tmplInsertionModeStack[0]=M.IN_BODY,e.insertionMode=M.IN_BODY,_n(e,t)}}function r6(e,t){t.tagID===g.TEMPLATE&&go(e,t)}function fb(e,t){e.openElements.tmplCount>0?(e.openElements.popUntilTagNamePopped(g.TEMPLATE),e.activeFormattingElements.clearToLastMarker(),e.tmplInsertionModeStack.shift(),e._resetInsertionMode(),e.onEof(t)):Ch(e,t)}function i6(e,t){t.tagID===g.HTML?_n(e,t):ql(e,t)}function hb(e,t){var n;if(t.tagID===g.HTML){if(e.fragmentContext||(e.insertionMode=M.AFTER_AFTER_BODY),e.options.sourceCodeLocationInfo&&e.openElements.tagIDs[0]===g.HTML){e._setEndLocation(e.openElements.items[0],t);const r=e.openElements.items[1];r&&!(!((n=e.treeAdapter.getNodeSourceCodeLocation(r))===null||n===void 0)&&n.endTag)&&e._setEndLocation(r,t)}}else ql(e,t)}function ql(e,t){e.insertionMode=M.IN_BODY,Hl(e,t)}function o6(e,t){switch(t.tagID){case g.HTML:{_n(e,t);break}case g.FRAMESET:{e._insertElement(t,ue.HTML);break}case g.FRAME:{e._appendElement(t,ue.HTML),t.ackSelfClosing=!0;break}case g.NOFRAMES:{xr(e,t);break}}}function s6(e,t){t.tagID===g.FRAMESET&&!e.openElements.isRootHtmlElementCurrent()&&(e.openElements.pop(),!e.fragmentContext&&e.openElements.currentTagId!==g.FRAMESET&&(e.insertionMode=M.AFTER_FRAMESET))}function a6(e,t){switch(t.tagID){case g.HTML:{_n(e,t);break}case g.NOFRAMES:{xr(e,t);break}}}function u6(e,t){t.tagID===g.HTML&&(e.insertionMode=M.AFTER_AFTER_FRAMESET)}function l6(e,t){t.tagID===g.HTML?_n(e,t):Yl(e,t)}function Yl(e,t){e.insertionMode=M.IN_BODY,Hl(e,t)}function c6(e,t){switch(t.tagID){case g.HTML:{_n(e,t);break}case g.NOFRAMES:{xr(e,t);break}}}function d6(e,t){t.chars=At,e._insertCharacters(t)}function f6(e,t){e._insertCharacters(t),e.framesetOk=!1}function pb(e){for(;e.treeAdapter.getNamespaceURI(e.openElements.current)!==ue.HTML&&e.openElements.currentTagId!==void 0&&!e._isIntegrationPoint(e.openElements.currentTagId,e.openElements.current);)e.openElements.pop()}function h6(e,t){if(kR(t))pb(e),e._startTagOutsideForeignContent(t);else{const n=e._getAdjustedCurrentElement(),r=e.treeAdapter.getNamespaceURI(n);r===ue.MATHML?Wy(t):r===ue.SVG&&(PR(t),Gy(t)),wh(t),t.selfClosing?e._appendElement(t,r):e._insertElement(t,r),t.ackSelfClosing=!0}}function p6(e,t){if(t.tagID===g.P||t.tagID===g.BR){pb(e),e._endTagOutsideForeignContent(t);return}for(let n=e.openElements.stackTop;n>0;n--){const r=e.openElements.items[n];if(e.treeAdapter.getNamespaceURI(r)===ue.HTML){e._endTagOutsideForeignContent(t);break}const o=e.treeAdapter.getTagName(r);if(o.toLowerCase()===t.tagName){t.tagName=o,e.openElements.shortenToLength(n);break}}}X.AREA,X.BASE,X.BASEFONT,X.BGSOUND,X.BR,X.COL,X.EMBED,X.FRAME,X.HR,X.IMG,X.INPUT,X.KEYGEN,X.LINK,X.META,X.PARAM,X.SOURCE,X.TRACK,X.WBR;const m6=/<(\/?)(iframe|noembed|noframes|plaintext|script|style|textarea|title|xmp)(?=[\t\n\f\r />])/gi,g6=new Set(["mdxFlowExpression","mdxJsxFlowElement","mdxJsxTextElement","mdxTextExpression","mdxjsEsm"]),mb={sourceCodeLocationInfo:!0,scriptingEnabled:!1};function gb(e,t){const n=v6(e),r=ky("type",{handlers:{root:E6,element:y6,text:b6,comment:yb,doctype:T6,raw:S6},unknown:x6}),o={parser:n?new Qy(mb):Qy.getFragmentParser(void 0,mb),handle(c){r(c,o)},stitches:!1,options:t||{}};r(e,o),fs(o,Hr());const a=n?o.parser.document:o.parser.getFragment(),u=E3(a,{file:o.options.file});return o.stitches&&Dl(u,"comment",function(c,d,f){const p=c;if(p.value.stitch&&f&&d!==void 0){const m=f.children;return m[d]=p.value.stitch,d}}),u.type==="root"&&u.children.length===1&&u.children[0].type===e.type?u.children[0]:u}function Eb(e,t){let n=-1;if(e)for(;++n<e.length;)t.handle(e[n])}function E6(e,t){Eb(e.children,t)}function y6(e,t){w6(e,t),Eb(e.children,t),A6(e,t)}function b6(e,t){t.parser.tokenizer.state>4&&(t.parser.tokenizer.state=0);const n={type:Qe.CHARACTER,chars:e.value,location:Ya(e)};fs(t,Hr(e)),t.parser.currentToken=n,t.parser._processToken(t.parser.currentToken)}function T6(e,t){const n={type:Qe.DOCTYPE,name:"html",forceQuirks:!1,publicId:"",systemId:"",location:Ya(e)};fs(t,Hr(e)),t.parser.currentToken=n,t.parser._processToken(t.parser.currentToken)}function _6(e,t){t.stitches=!0;const n=C6(e);if("children"in e&&"children"in n){const r=gb({type:"root",children:e.children},t.options);n.children=r.children}yb({type:"comment",value:{stitch:n}},t)}function yb(e,t){const n=e.value,r={type:Qe.COMMENT,data:n,location:Ya(e)};fs(t,Hr(e)),t.parser.currentToken=r,t.parser._processToken(t.parser.currentToken)}function S6(e,t){if(t.parser.tokenizer.preprocessor.html="",t.parser.tokenizer.preprocessor.pos=-1,t.parser.tokenizer.preprocessor.lastGapPos=-2,t.parser.tokenizer.preprocessor.gapStack=[],t.parser.tokenizer.preprocessor.skipNextNewLine=!1,t.parser.tokenizer.preprocessor.lastChunkWritten=!1,t.parser.tokenizer.preprocessor.endOfChunkHit=!1,t.parser.tokenizer.preprocessor.isEol=!1,bb(t,Hr(e)),t.parser.tokenizer.write(t.options.tagfilter?e.value.replace(m6,"<$1$2"):e.value,!1),t.parser.tokenizer._runParsingLoop(),t.parser.tokenizer.state===72||t.parser.tokenizer.state===78){t.parser.tokenizer.preprocessor.lastChunkWritten=!0;const n=t.parser.tokenizer._consume();t.parser.tokenizer._callState(n)}}function x6(e,t){const n=e;if(t.options.passThrough&&t.options.passThrough.includes(n.type))_6(n,t);else{let r="";throw g6.has(n.type)&&(r=". It looks like you are using MDX nodes with `hast-util-raw` (or `rehype-raw`). If you use this because you are using remark or rehype plugins that inject `'html'` nodes, then please raise an issue with that plugin, as its a bad and slow idea. If you use this because you are using markdown syntax, then you have to configure this utility (or plugin) to pass through these nodes (see `passThrough` in docs), but you can also migrate to use the MDX syntax"),new Error("Cannot compile `"+n.type+"` node"+r)}}function fs(e,t){bb(e,t);const n=e.parser.tokenizer.currentCharacterToken;n&&n.location&&(n.location.endLine=e.parser.tokenizer.preprocessor.line,n.location.endCol=e.parser.tokenizer.preprocessor.col+1,n.location.endOffset=e.parser.tokenizer.preprocessor.offset+1,e.parser.currentToken=n,e.parser._processToken(e.parser.currentToken)),e.parser.tokenizer.paused=!1,e.parser.tokenizer.inLoop=!1,e.parser.tokenizer.active=!1,e.parser.tokenizer.returnState=Dt.DATA,e.parser.tokenizer.charRefCode=-1,e.parser.tokenizer.consumedAfterSnapshot=-1,e.parser.tokenizer.currentLocation=null,e.parser.tokenizer.currentCharacterToken=null,e.parser.tokenizer.currentToken=null,e.parser.tokenizer.currentAttr={name:"",value:""}}function bb(e,t){if(t&&t.offset!==void 0){const n={startLine:t.line,startCol:t.column,startOffset:t.offset,endLine:-1,endCol:-1,endOffset:-1};e.parser.tokenizer.preprocessor.lineStartPos=-t.column+1,e.parser.tokenizer.preprocessor.droppedBufferSize=t.offset,e.parser.tokenizer.preprocessor.line=t.line,e.parser.tokenizer.currentLocation=n}}function w6(e,t){const n=e.tagName.toLowerCase();if(t.parser.tokenizer.state===Dt.PLAINTEXT)return;fs(t,Hr(e));const r=t.parser.openElements.current;let o="namespaceURI"in r?r.namespaceURI:ho.html;o===ho.html&&n==="svg"&&(o=ho.svg);const a=I3(pe(F({},e),{children:[]}),{space:o===ho.svg?"svg":"html"}),u={type:Qe.START_TAG,tagName:n,tagID:cs(n),selfClosing:!1,ackSelfClosing:!1,attrs:"attrs"in a?a.attrs:[],location:Ya(e)};t.parser.currentToken=u,t.parser._processToken(t.parser.currentToken),t.parser.tokenizer.lastStartTagName=n}function A6(e,t){const n=e.tagName.toLowerCase();if(!t.parser.tokenizer.inForeignNode&&H3.includes(n)||t.parser.tokenizer.state===Dt.PLAINTEXT)return;fs(t,wl(e));const r={type:Qe.END_TAG,tagName:n,tagID:cs(n),selfClosing:!1,ackSelfClosing:!1,attrs:[],location:Ya(e)};t.parser.currentToken=r,t.parser._processToken(t.parser.currentToken),n===t.parser.tokenizer.lastStartTagName&&(t.parser.tokenizer.state===Dt.RCDATA||t.parser.tokenizer.state===Dt.RAWTEXT||t.parser.tokenizer.state===Dt.SCRIPT_DATA)&&(t.parser.tokenizer.state=Dt.DATA)}function v6(e){const t=e.type==="root"?e.children[0]:e;return!!(t&&(t.type==="doctype"||t.type==="element"&&t.tagName.toLowerCase()==="html"))}function Ya(e){const t=Hr(e)||{line:void 0,column:void 0,offset:void 0},n=wl(e)||{line:void 0,column:void 0,offset:void 0};return{startLine:t.line,startCol:t.column,startOffset:t.offset,endLine:n.line,endCol:n.column,endOffset:n.offset}}function C6(e){return"children"in e?fo(pe(F({},e),{children:[]})):fo(e)}function Tb(e){return function(t,n){return gb(t,pe(F({},e),{file:n}))}}const Eo=["ariaDescribedBy","ariaLabel","ariaLabelledBy"],_b={ancestors:{tbody:["table"],td:["table"],th:["table"],thead:["table"],tfoot:["table"],tr:["table"]},attributes:{a:[...Eo,"dataFootnoteBackref","dataFootnoteRef",["className","data-footnote-backref"],"href"],blockquote:["cite"],code:[["className",/^language-./]],del:["cite"],div:["itemScope","itemType"],dl:[...Eo],h2:[["className","sr-only"]],img:[...Eo,"longDesc","src"],input:[["disabled",!0],["type","checkbox"]],ins:["cite"],li:[["className","task-list-item"]],ol:[...Eo,["className","contains-task-list"]],q:["cite"],section:["dataFootnotes",["className","footnotes"]],source:["srcSet"],summary:[...Eo],table:[...Eo],ul:[...Eo,["className","contains-task-list"]],"*":["abbr","accept","acceptCharset","accessKey","action","align","alt","axis","border","cellPadding","cellSpacing","char","charOff","charSet","checked","clear","colSpan","color","cols","compact","coords","dateTime","dir","encType","frame","hSpace","headers","height","hrefLang","htmlFor","id","isMap","itemProp","label","lang","maxLength","media","method","multiple","name","noHref","noShade","noWrap","open","prompt","readOnly","rev","rowSpan","rows","rules","scope","selected","shape","size","span","start","summary","tabIndex","title","useMap","vAlign","value","width"]},clobber:["ariaDescribedBy","ariaLabelledBy","id","name"],clobberPrefix:"user-content-",protocols:{cite:["http","https"],href:["http","https","irc","ircs","mailto","xmpp"],longDesc:["http","https"],src:["http","https"]},required:{input:{disabled:!0,type:"checkbox"}},strip:["script"],tagNames:["a","b","blockquote","br","code","dd","del","details","div","dl","dt","em","h1","h2","h3","h4","h5","h6","hr","i","img","input","ins","kbd","li","ol","p","picture","pre","q","rp","rt","ruby","s","samp","section","source","span","strike","strong","sub","summary","sup","table","tbody","td","tfoot","th","thead","tr","tt","ul","var"]},Ri={}.hasOwnProperty;function k6(e,t){let n={type:"root",children:[]};const r={schema:t?F(F({},_b),t):_b,stack:[]},o=Sb(r,e);return o&&(Array.isArray(o)?o.length===1?n=o[0]:n.children=o:n=o),n}function Sb(e,t){if(t&&typeof t=="object"){const n=t;switch(typeof n.type=="string"?n.type:""){case"comment":return P6(e,n);case"doctype":return N6(e,n);case"element":return O6(e,n);case"root":return I6(e,n);case"text":return R6(e,n)}}}function P6(e,t){if(e.schema.allowComments){const n=typeof t.value=="string"?t.value:"",r=n.indexOf("-->"),a={type:"comment",value:r<0?n:n.slice(0,r)};return Wa(a,t),a}}function N6(e,t){if(e.schema.allowDoctypes){const n={type:"doctype"};return Wa(n,t),n}}function O6(e,t){const n=typeof t.tagName=="string"?t.tagName:"";e.stack.push(n);const r=xb(e,t.children),o=L6(e,t.properties);e.stack.pop();let a=!1;if(n&&n!=="*"&&(!e.schema.tagNames||e.schema.tagNames.includes(n))&&(a=!0,e.schema.ancestors&&Ri.call(e.schema.ancestors,n))){const c=e.schema.ancestors[n];let d=-1;for(a=!1;++d<c.length;)e.stack.includes(c[d])&&(a=!0)}if(!a)return e.schema.strip&&!e.schema.strip.includes(n)?r:void 0;const u={type:"element",tagName:n,properties:o,children:r};return Wa(u,t),u}function I6(e,t){const r={type:"root",children:xb(e,t.children)};return Wa(r,t),r}function R6(e,t){const r={type:"text",value:typeof t.value=="string"?t.value:""};return Wa(r,t),r}function xb(e,t){const n=[];if(Array.isArray(t)){const r=t;let o=-1;for(;++o<r.length;){const a=Sb(e,r[o]);a&&(Array.isArray(a)?n.push(...a):n.push(a))}}return n}function L6(e,t){const n=e.stack[e.stack.length-1],r=e.schema.attributes,o=e.schema.required,a=r&&Ri.call(r,n)?r[n]:void 0,u=r&&Ri.call(r,"*")?r["*"]:void 0,c=t&&typeof t=="object"?t:{},d={};let f;for(f in c)if(Ri.call(c,f)){const p=c[f];let m=wb(e,vb(a,f),f,p);m==null&&(m=wb(e,vb(u,f),f,p)),m!=null&&(d[f]=m)}if(o&&Ri.call(o,n)){const p=o[n];for(f in p)Ri.call(p,f)&&!Ri.call(d,f)&&(d[f]=p[f])}return d}function wb(e,t,n,r){return t?Array.isArray(r)?D6(e,t,n,r):Ab(e,t,n,r):void 0}function D6(e,t,n,r){let o=-1;const a=[];for(;++o<r.length;){const u=Ab(e,t,n,r[o]);(typeof u=="number"||typeof u=="string")&&a.push(u)}return a}function Ab(e,t,n,r){if(!(typeof r!="boolean"&&typeof r!="number"&&typeof r!="string")&&M6(e,n,r)){if(typeof t=="object"&&t.length>1){let o=!1,a=0;for(;++a<t.length;){const u=t[a];if(u&&typeof u=="object"&&"flags"in u){if(u.test(String(r))){o=!0;break}}else if(u===r){o=!0;break}}if(!o)return}return e.schema.clobber&&e.schema.clobberPrefix&&e.schema.clobber.includes(n)?e.schema.clobberPrefix+r:r}}function M6(e,t,n){const r=e.schema.protocols&&Ri.call(e.schema.protocols,t)?e.schema.protocols[t]:void 0;if(!r||r.length===0)return!0;const o=String(n),a=o.indexOf(":"),u=o.indexOf("?"),c=o.indexOf("#"),d=o.indexOf("/");if(a<0||d>-1&&a>d||u>-1&&a>u||c>-1&&a>c)return!0;let f=-1;for(;++f<r.length;){const p=r[f];if(a===p.length&&o.slice(0,p.length)===p)return!0}return!1}function Wa(e,t){const n=aE(t);t.data&&(e.data=fo(t.data)),n&&(e.position=n)}function vb(e,t){let n,r=-1;if(e)for(;++r<e.length;){const o=e[r],a=typeof o=="string"?o:o[0];if(a===t)return o;a==="data*"&&(n=o)}if(t.length>4&&t.slice(0,4).toLowerCase()==="data")return n}function F6(e){return function(t){return k6(t,e)}}const Cb=({globalClassName:e,openLinksInNewTab:t,href:n,title:r,children:o})=>{const a=n?t?"_blank":"_self":void 0;return x.jsx("a",pe(F(F({className:W(e,`${z}-link`)},n?{href:n,target:a}:{}),r?{title:r}:{}),{rel:"noopener noreferrer",children:o}))},B6=()=>{const{disclaimerText:e,disclaimerMarkdown:t,globalClassName:n}=rt();return!e&&!t?null:x.jsx("div",{className:W(n,`${z}-disclaimer`),children:t?x.jsx(uy,{rehypePlugins:[Tb,F6],components:{ul:({children:r})=>x.jsx("ul",{className:W(n,`${z}-ul`),children:r}),ol:({children:r})=>x.jsx("ol",{className:W(n,`${z}-ol`),children:r}),li:({children:r})=>x.jsx("li",{className:W(n,`${z}-li`),children:r}),a:({href:r,title:o,children:a})=>x.jsx(Cb,{globalClassName:n,openLinksInNewTab:!0,href:r,title:o,children:a}),img:({src:r,alt:o})=>x.jsx("img",{className:W(n,`${z}-disclaimer-image`),src:r,alt:o}),p:({children:r})=>x.jsx("p",{className:W(n,`${z}-disclaimer-text`),children:r}),span:({children:r})=>x.jsx("span",{className:W(n,`${z}-disclaimer-text-span`),children:r})},children:t}):x.jsx("p",{className:W(n,`${z}-disclaimer-text`),children:e})})},Oh=({className:e,isLoading:t,componentType:n,onSubmit:r})=>{const{connected:o,imageFile:a}=ar(),{setImageFile:u}=Ko(),{logger:c,globalClassName:d,searchConfig:f,features:p}=rt(),m=B.useRef(null),T=B.useRef(null),y=!!(p!=null&&p.enableImageUpload),_=(a==null?void 0:a.name)||"",w=!!o||!1,C=w?"connected":"disconnected",A=t||!w,P=()=>a?new Promise((D,q)=>{const re=new FileReader;re.readAsDataURL(a),re.onload=()=>D(re.result),re.onerror=me=>q(me)}):Promise.resolve(""),v=D=>Je(null,null,function*(){var me;if(A)return;const q=10*1024*1024,re=(me=D.target.files)==null?void 0:me[0];if(re){if(re.size>q){alert("File size exceeds the 10MB limit. Please choose a smaller file."),u(null);return}u(re)}}),H=()=>{u(null),T.current&&(T.current.value="")},Y=D=>Je(null,null,function*(){var me;D.preventDefault();const q=(((me=m.current)==null?void 0:me.value)||"").trim();let re="";try{re=yield P()}catch(V){c==null||c.error("Error converting file to base64:",V),alert("There was an error processing the file. Please try again.");return}q&&(H(),m.current.value="",r(q,re))});return x.jsxs("div",{className:W(d,e,`cim-${n}-component`,a&&"with-attachments",`${z}-search-bar-wrapper`),children:[a&&x.jsxs("div",{className:W(d,`cim-${n}-component`,`${z}-image-file-preview`),children:[x.jsx("img",{className:W(d,`cim-${n}-component`,`${z}-image-preview`),src:URL.createObjectURL(a),alt:`${_} preview`,loading:"lazy"}),x.jsx("span",{className:W(d,`cim-${n}-component`,`${z}-image-file-name`),title:_,children:_}),x.jsx(H1,{className:W(`cim-${n}-component`,"clear-attachment"),label:"Remove image",onClick:H})]}),x.jsxs("form",{className:W(d,e,`cim-${n}-component`,`${z}-search-bar`),name:`${z}-search-form`,onSubmit:Y,children:[x.jsx("span",{role:"status",className:W(`${z}-connection-status-icon`,C)}),y&&x.jsxs("div",{role:"button",className:W(d,e,`cim-${n}-component`,A&&"disabled",`${z}-image-upload-button`),"aria-disabled":A,tabIndex:0,children:[x.jsx("label",{className:W(d,e,`cim-${n}-component`,A&&"disabled",`${z}-image-upload-label`),htmlFor:"image-input","aria-label":"Upload an image",children:x.jsx(eP,{})}),x.jsx("input",{className:W(d,e,`cim-${n}-component`,`${z}-file-input`),type:"file",ref:T,id:"image-input",accept:".png,.jpg,.jpeg,.avif,.svg,.gif,.tiff,.tif,.webp",name:`${z}-file-input`,disabled:A,onInput:v})]}),x.jsx("input",{className:W(d,e,`cim-${n}-component`,`${z}-search-input`),type:"text",ref:m,placeholder:f==null?void 0:f.placeholder,name:`${z}-user-input`}),x.jsx(sP,{isLoading:A}),x.jsx(rP,{className:e,globalClassName:d,searchConfig:f,componentType:n,isLoading:A})]}),x.jsx(B6,{})]})};function U6(e){return wt({attr:{version:"1.1",viewBox:"0 0 17 17"},child:[{tag:"g",attr:{},child:[]},{tag:"path",attr:{d:"M17 16v1h-17v-1h17zM13.354 8.854l-0.707-0.707-3.646 3.646v-11.793h-1v11.794l-3.647-3.648-0.708 0.708 4.854 4.853 4.854-4.853z"},child:[]}]})(e)}function H6(e){return wt({attr:{version:"1.1",viewBox:"0 0 17 17"},child:[{tag:"g",attr:{},child:[]},{tag:"path",attr:{d:"M6 8h-6v-6h1v4.109c1.013-3.193 4.036-5.484 7.5-5.484 3.506 0 6.621 2.36 7.574 5.739l-0.963 0.271c-0.832-2.95-3.551-5.011-6.611-5.011-3.226 0.001-6.016 2.276-6.708 5.376h4.208v1zM11 9v1h4.208c-0.693 3.101-3.479 5.375-6.708 5.375-3.062 0-5.78-2.061-6.611-5.011l-0.963 0.271c0.952 3.379 4.067 5.739 7.574 5.739 3.459 0 6.475-2.28 7.5-5.482v4.108h1v-6h-6z"},child:[]}]})(e)}const kb=B.createContext({isOpen:!1}),Ih=B.createContext(null),Pb=B.createContext(null),hs=()=>{var n,r;const e=B.useContext(Ih),t=B.useContext(Pb);return(r=(n=e==null?void 0:e.closeMenu)!=null?n:t==null?void 0:t.closeMenu)!=null?r:(()=>{})},Nb=({onClearChat:e,componentType:t})=>{const n=hs(),r=()=>{e(),n()};return x.jsxs("button",{className:W(`${z}-overflow-menu-button`,"clear-chat-button",`cim-${t}-component`),onClick:r,children:[x.jsx(H6,{}),"Clear chat"]})};function z6(e){return e==null?[]:Array.isArray(e)?e:[e]}var j6=(e,...t)=>e.concat(t),$6=(e,...t)=>e.filter(n=>!t.includes(n)),V6=e=>Array.from(new Set(e));function Ob(e,t,n={}){const{step:r=1,loop:o=!0}=n,a=t+r,u=e.length,c=u-1;return t===-1?r>0?0:c:a<0?o?c:0:a>=u?o?0:t>u?u:t:a}function q6(e,t,n={}){const{step:r=1,loop:o=!0}=n;return Ob(e,t,{step:-r,loop:o})}var Y6=e=>Array.isArray(e),Ib=e=>e!=null&&typeof e=="object",W6=e=>Ib(e)&&!Y6(e),Wl=e=>typeof e=="string",ps=e=>typeof e=="function",G6=e=>e==null,X6=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),K6=e=>Object.prototype.toString.call(e),Rb=Function.prototype.toString,Q6=Rb.call(Object),J6=e=>{if(!Ib(e)||K6(e)!="[object Object]"||t4(e))return!1;const t=Object.getPrototypeOf(e);if(t===null)return!0;const n=X6(t,"constructor")&&t.constructor;return typeof n=="function"&&n instanceof n&&Rb.call(n)==Q6},Z6=e=>typeof e=="object"&&e!==null&&"$$typeof"in e&&"props"in e,e4=e=>typeof e=="object"&&e!==null&&"__v_isVNode"in e,t4=e=>Z6(e)||e4(e),n4=e=>e(),r4=()=>{},Rh=(...e)=>(...t)=>{e.forEach(function(n){n==null||n(...t)})};function i4(e,t=0){let n=0,r=null;return((...o)=>{const a=Date.now(),u=a-n;u>=t?(r&&(clearTimeout(r),r=null),e(...o),n=a):r||(r=setTimeout(()=>{e(...o),n=Date.now(),r=null},t-u))})}var{min:o4,max:s4}=Math,a4=e=>Number.isNaN(e),u4=e=>a4(e)?0:e,Lb=(e,t,n)=>o4(s4(u4(e),t),n);function Lh(e){if(!J6(e)||e===void 0)return e;const t=Reflect.ownKeys(e).filter(r=>typeof r=="string"),n={};for(const r of t){const o=e[r];o!==void 0&&(n[r]=Lh(o))}return n}function Dh(...e){e.length===1?e[0]:e[1],e.length===2&&e[0]}function l4(e,t){if(e==null)throw new Error(t())}function c4(e,t,n){let r=[];for(const o of t)e[o]==null&&r.push(o);if(r.length>0)throw new Error(`[zag-js${` > ${n}`}] missing required props: ${r.join(", ")}`)}var d4=Object.defineProperty,f4=(e,t,n)=>t in e?d4(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Mh=(e,t,n)=>f4(e,typeof t!="symbol"?t+"":t,n),Db=()=>{},Gl=e=>typeof e=="object"&&e!==null,ms=e=>e?"":void 0,Mb=e=>e?"true":void 0,h4=1,p4=9,m4=11,en=e=>Gl(e)&&e.nodeType===h4&&typeof e.nodeName=="string",Xl=e=>Gl(e)&&e.nodeType===p4,g4=e=>Gl(e)&&e===e.window,Fb=e=>en(e)?e.localName||"":"#document";function E4(e){return["html","body","#document"].includes(Fb(e))}var y4=e=>Gl(e)&&e.nodeType!==void 0,yo=e=>y4(e)&&e.nodeType===m4&&"host"in e,b4=e=>en(e)&&e.localName==="input",T4=e=>en(e)?e.offsetWidth>0||e.offsetHeight>0||e.getClientRects().length>0:!1;function Ga(e){if(!e)return!1;const t=e.getRootNode();return ys(t)===e}var _4=/(textarea|select)/;function S4(e){if(e==null||!en(e))return!1;try{return b4(e)&&e.selectionStart!=null||_4.test(e.localName)||e.isContentEditable||e.getAttribute("contenteditable")==="true"||e.getAttribute("contenteditable")===""}catch(t){return!1}}function gs(e,t){var r;if(!e||!t||!en(e)||!en(t))return!1;const n=(r=t.getRootNode)==null?void 0:r.call(t);if(e===t||e.contains(t))return!0;if(n&&yo(n)){let o=t;for(;o;){if(e===o)return!0;o=o.parentNode||o.host}}return!1}function $r(e){var t;return Xl(e)?e:g4(e)?e.document:(t=e==null?void 0:e.ownerDocument)!=null?t:document}function x4(e){return $r(e).documentElement}function Es(e){var t,n,r;return yo(e)?Es(e.host):Xl(e)?(t=e.defaultView)!=null?t:window:en(e)&&(r=(n=e.ownerDocument)==null?void 0:n.defaultView)!=null?r:window}function ys(e){let t=e.activeElement;for(;t!=null&&t.shadowRoot;){const n=t.shadowRoot.activeElement;if(!n||n===t)break;t=n}return t}function w4(e){if(Fb(e)==="html")return e;const t=e.assignedSlot||e.parentNode||yo(e)&&e.host||x4(e);return yo(t)?t.host:t}function Fh(e){var n;let t;try{if(t=e.getRootNode({composed:!0}),Xl(t)||yo(t))return t}catch(r){}return(n=e.ownerDocument)!=null?n:document}var Bh=new WeakMap;function bs(e){return Bh.has(e)||Bh.set(e,Es(e).getComputedStyle(e)),Bh.get(e)}var Uh=new Set(["menu","listbox","dialog","grid","tree","region"]),A4=e=>Uh.has(e),Bb=e=>{var t;return((t=e.getAttribute("aria-controls"))==null?void 0:t.split(" "))||[]};function Ub(e,t){const n=new Set,r=Fh(e),o=a=>{const u=a.querySelectorAll("[aria-controls]");for(const c of u){if(c.getAttribute("aria-expanded")!=="true")continue;const d=Bb(c);for(const f of d){if(!f||n.has(f))continue;n.add(f);const p=r.getElementById(f);if(p){const m=p.getAttribute("role"),T=p.getAttribute("aria-modal")==="true";if(m&&A4(m)&&!T&&(p===t||p.contains(t)||o(p)))return!0}}}return!1};return o(e)}function Hb(e,t){const n=Fh(e),r=new Set,o=a=>{const u=a.querySelectorAll("[aria-controls]");for(const c of u){if(c.getAttribute("aria-expanded")!=="true")continue;const d=Bb(c);for(const f of d){if(!f||r.has(f))continue;r.add(f);const p=n.getElementById(f);if(p){const m=p.getAttribute("role"),T=p.getAttribute("aria-modal")==="true";m&&Uh.has(m)&&!T&&(t(p),o(p))}}}};o(e)}function v4(e){const t=new Set;return Hb(e,n=>{e.contains(n)||t.add(n)}),Array.from(t)}function C4(e){const t=e.getAttribute("role");return!!(t&&Uh.has(t))}function k4(e){return e.hasAttribute("aria-controls")&&e.getAttribute("aria-expanded")==="true"}function P4(e){var t;return k4(e)?!0:!!((t=e.querySelector)!=null&&t.call(e,'[aria-controls][aria-expanded="true"]'))}function N4(e){if(!e.id)return!1;const t=Fh(e),n=CSS.escape(e.id),r=`[aria-controls~="${n}"][aria-expanded="true"], [aria-controls="${n}"][aria-expanded="true"]`;return!!(t.querySelector(r)&&C4(e))}var Hh=()=>typeof document!="undefined";function O4(){var t;const e=navigator.userAgentData;return(t=e==null?void 0:e.platform)!=null?t:navigator.platform}var zh=e=>Hh()&&e.test(O4()),I4=e=>Hh()&&e.test(navigator.vendor),zb=()=>Hh()&&!!navigator.maxTouchPoints,R4=()=>zh(/^iPhone/i),L4=()=>zh(/^iPad/i)||jh()&&navigator.maxTouchPoints>1,Kl=()=>R4()||L4(),D4=()=>jh()||Kl(),jh=()=>zh(/^Mac/i),M4=()=>D4()&&I4(/apple/i);function F4(e){var t,n,r,o;return(o=(t=e.composedPath)==null?void 0:t.call(e))!=null?o:(r=(n=e.nativeEvent)==null?void 0:n.composedPath)==null?void 0:r.call(n)}function wr(e){var n;const t=F4(e);return(n=t==null?void 0:t[0])!=null?n:e.target}var jb=e=>e.button===0,B4=e=>e.button===2||jh()&&e.ctrlKey&&e.button===0,U4=e=>"touches"in e&&e.touches.length>0,H4={Up:"ArrowUp",Down:"ArrowDown",Esc:"Escape"," ":"Space",",":"Comma",Left:"ArrowLeft",Right:"ArrowRight"},$b={ArrowLeft:"ArrowRight",ArrowRight:"ArrowLeft"};function z4(e,t={}){var u;const{dir:n="ltr",orientation:r="horizontal"}=t;let o=e.key;return o=(u=H4[o])!=null?u:o,n==="rtl"&&r==="horizontal"&&o in $b&&(o=$b[o]),o}function Vb(e,t="client"){const n=U4(e)?e.touches[0]||e.changedTouches[0]:e;return{x:n[`${t}X`],y:n[`${t}Y`]}}var tn=(e,t,n,r)=>{const o=typeof e=="function"?e():e;return o==null||o.addEventListener(t,n,r),()=>{o==null||o.removeEventListener(t,n,r)}},qb=e=>en(e)&&e.tagName==="IFRAME",j4=/^(audio|video|details)$/;function Yb(e){const t=e.getAttribute("tabindex");return t?parseInt(t,10):NaN}var $4=e=>!Number.isNaN(Yb(e)),V4=e=>Yb(e)<0;function q4(e,t){if(!t)return null;if(t===!0)return e.shadowRoot||null;const n=t(e);return(n===!0?e.shadowRoot:n)||null}function Wb(e,t,n){const r=[...e],o=[...e],a=new Set,u=new Map;e.forEach((d,f)=>u.set(d,f));let c=0;for(;c<o.length;){const d=o[c++];if(!d||a.has(d))continue;a.add(d);const f=q4(d,t);if(f){const p=Array.from(f.querySelectorAll(Ql)).filter(n),m=u.get(d);if(m!==void 0){const T=m+1;r.splice(T,0,...p),p.forEach((y,_)=>{u.set(y,T+_)});for(let y=T+p.length;y<r.length;y++)u.set(r[y],y)}else{const T=r.length;r.push(...p),p.forEach((y,_)=>{u.set(y,T+_)})}o.push(...p)}}return r}var Ql="input:not([type='hidden']):not([disabled]), select:not([disabled]), textarea:not([disabled]), a[href], button:not([disabled]), [tabindex], iframe, object, embed, area[href], audio[controls], video[controls], [contenteditable]:not([contenteditable='false']), details > summary:first-of-type",Gb=(e,t={})=>{if(!e)return[];const{includeContainer:n=!1,getShadowRoot:r}=t,o=Array.from(e.querySelectorAll(Ql));(n==!0||n=="if-empty"&&o.length===0)&&en(e)&&Vr(e)&&o.unshift(e);const u=[];for(const c of o)if(Vr(c)){if(qb(c)&&c.contentDocument){const d=c.contentDocument.body;u.push(...Gb(d,{getShadowRoot:r}));continue}u.push(c)}return r?Wb(u,r,Vr):u};function Vr(e){return!en(e)||e.closest("[inert]")?!1:e.matches(Ql)&&T4(e)}function Ts(e,t={}){if(!e)return[];const{includeContainer:n,getShadowRoot:r}=t,o=Array.from(e.querySelectorAll(Ql));n&&bo(e)&&o.unshift(e);const a=[];for(const u of o)if(bo(u)){if(qb(u)&&u.contentDocument){const c=u.contentDocument.body;a.push(...Ts(c,{getShadowRoot:r}));continue}a.push(u)}if(r){const u=Wb(a,r,bo);return!u.length&&n?o:u}return!a.length&&n?o:a}function bo(e){return en(e)&&e.tabIndex>0?!0:Vr(e)&&!V4(e)}function Y4(e,t={}){const n=Ts(e,t),r=n[0]||null,o=n[n.length-1]||null;return[r,o]}function W4(e,t={}){const{current:n,getShadowRoot:r}=t,o=Ts(e,{getShadowRoot:r}),a=(e==null?void 0:e.ownerDocument)||document,u=n!=null?n:ys(a);if(!u)return null;const c=o.indexOf(u);return o[c+1]||null}function Xa(e){return e.tabIndex<0&&(j4.test(e.localName)||S4(e))&&!$4(e)?0:e.tabIndex}function Xb(e){const{root:t,getInitialEl:n,filter:r,enabled:o=!0}=e;if(!o)return;let a=null;if(a||(a=typeof n=="function"?n():n),a||(a=t==null?void 0:t.querySelector("[data-autofocus],[autofocus]")),!a){const u=Ts(t);a=r?u.filter(r)[0]:u[0]}return a||t||void 0}var G4=class e2{constructor(){Mh(this,"id",null),Mh(this,"fn_cleanup"),Mh(this,"cleanup",()=>{this.cancel()})}static create(){return new e2}request(t){this.cancel(),this.id=globalThis.requestAnimationFrame(()=>{this.id=null,this.fn_cleanup=t==null?void 0:t()})}cancel(){var t;this.id!==null&&(globalThis.cancelAnimationFrame(this.id),this.id=null),(t=this.fn_cleanup)==null||t.call(this),this.fn_cleanup=void 0}isActive(){return this.id!==null}};function Yt(e){const t=G4.create();return t.request(e),t.cleanup}function Kb(e){const t=new Set;function n(r){const o=globalThis.requestAnimationFrame(r);t.add(()=>globalThis.cancelAnimationFrame(o))}return n(()=>n(e)),function(){t.forEach(o=>o())}}function $h(e){const t=w4(e);return E4(t)?$r(t).body:en(t)&&Q4(t)?t:$h(t)}var X4=/auto|scroll|overlay|hidden|clip/,K4=new Set(["inline","contents"]);function Q4(e){const t=Es(e),{overflow:n,overflowX:r,overflowY:o,display:a}=t.getComputedStyle(e);return X4.test(n+o+r)&&!K4.has(a)}var _s="default",Vh="",Jl=new WeakMap;function J4(e={}){const{target:t,doc:n}=e,r=n!=null?n:document,o=r.documentElement;return Kl()?(_s==="default"&&(Vh=o.style.webkitUserSelect,o.style.webkitUserSelect="none"),_s="disabled"):t&&(Jl.set(t,t.style.userSelect),t.style.userSelect="none"),()=>Z4({target:t,doc:r})}function Z4(e={}){const{target:t,doc:n}=e,o=(n!=null?n:document).documentElement;if(Kl()){if(_s!=="disabled")return;_s="restoring",setTimeout(()=>{Kb(()=>{_s==="restoring"&&(o.style.webkitUserSelect==="none"&&(o.style.webkitUserSelect=Vh||""),Vh="",_s="default")})},300)}else if(t&&Jl.has(t)){const a=Jl.get(t);t.style.userSelect==="none"&&(t.style.userSelect=a!=null?a:""),t.getAttribute("style")===""&&t.removeAttribute("style"),Jl.delete(t)}}function eD(e={}){const u=e,{defer:t,target:n}=u,r=mn(u,["defer","target"]),o=t?Yt:c=>c(),a=[];return a.push(o(()=>{const c=typeof n=="function"?n():n;a.push(J4(pe(F({},r),{target:c})))})),()=>{a.forEach(c=>c==null?void 0:c())}}function tD(e,t){const{onPointerMove:n,onPointerUp:r}=t,o=c=>{const d=Vb(c),f=Math.sqrt(ia(d.x,2)+ia(d.y,2)),p=c.pointerType==="touch"?10:5;if(!(f<p)){if(c.pointerType==="mouse"&&c.button===0){a(c);return}n({point:d,event:c})}},a=c=>{const d=Vb(c);r({point:d,event:c})},u=[tn(e,"pointermove",o,!1),tn(e,"pointerup",a,!1),tn(e,"pointercancel",a,!1),tn(e,"contextmenu",a,!1),eD({doc:e})];return()=>{u.forEach(c=>c())}}function nD(e,t={}){const{triggerElement:n,onFocus:r,onFocusEnter:o,getShadowRoot:a}=t,u=(e==null?void 0:e.ownerDocument)||document,c=u.body;function d(f){if(f.key!=="Tab")return;let p=null;const[m,T]=Y4(e,{includeContainer:!0,getShadowRoot:a}),y=W4(c,{current:n,getShadowRoot:a}),_=!m&&!T;f.shiftKey&&Ga(y)?(o==null||o(),p=T):f.shiftKey&&(Ga(m)||_)?p=n:!f.shiftKey&&Ga(n)?(o==null||o(),p=m):!f.shiftKey&&(Ga(T)||_)&&(p=y),p&&(f.preventDefault(),typeof r=="function"?r(p):p.focus())}return tn(u,"keydown",d,!0)}function rD(e,t){const c=t,{defer:n,triggerElement:r}=c,o=mn(c,["defer","triggerElement"]),a=n?Yt:d=>d(),u=[];return u.push(a(()=>{const d=typeof e=="function"?e():e,f=typeof r=="function"?r():r;u.push(nD(d,F({triggerElement:f},o)))})),()=>{u.forEach(d=>d==null?void 0:d())}}function iD(e,t){var n;return Array.from((n=e==null?void 0:e.querySelectorAll(t))!=null?n:[])}function Zl(e,t){if(!e)return Db;const n=Object.keys(t).reduce((r,o)=>(r[o]=e.style.getPropertyValue(o),r),{});return Object.assign(e.style,t),()=>{Object.assign(e.style,n),e.style.length===0&&e.removeAttribute("style")}}function oD(e,t,n){if(!e)return Db;const r=e.style.getPropertyValue(t);return e.style.setProperty(t,n),()=>{e.style.setProperty(t,r),e.style.length===0&&e.removeAttribute("style")}}function sD(e,t,n){const{signal:r}=t;return[new Promise((u,c)=>{const d=setTimeout(()=>{c(new Error(`Timeout of ${n}ms exceeded`))},n);r.addEventListener("abort",()=>{clearTimeout(d),c(new Error("Promise aborted"))}),e.then(f=>{r.aborted||(clearTimeout(d),u(f))}).catch(f=>{r.aborted||(clearTimeout(d),c(f))})}),()=>t.abort()]}function aD(e,t){const{timeout:n,rootNode:r}=t,o=Es(r),a=$r(r),u=new o.AbortController;return sD(new Promise(c=>{const d=e();if(d){c(d);return}const f=new o.MutationObserver(()=>{const p=e();p&&p.isConnected&&(f.disconnect(),c(p))});f.observe(a.body,{childList:!0,subtree:!0})}),u,n)}var uD=(...e)=>e.map(t=>{var n;return(n=t==null?void 0:t.trim)==null?void 0:n.call(t)}).filter(Boolean).join(" "),lD=/((?:--)?(?:\w+-?)+)\s*:\s*([^;]*)/g,Qb=e=>{const t={};let n;for(;n=lD.exec(e);)t[n[1]]=n[2];return t},cD=(e,t)=>{if(Wl(e)){if(Wl(t))return`${e};${t}`;e=Qb(e)}else Wl(t)&&(t=Qb(t));return Object.assign({},e!=null?e:{},t!=null?t:{})};function Wt(...e){let t={};for(let n of e){if(!n)continue;for(let o in t){if(o.startsWith("on")&&typeof t[o]=="function"&&typeof n[o]=="function"){t[o]=Rh(n[o],t[o]);continue}if(o==="className"||o==="class"){t[o]=uD(t[o],n[o]);continue}if(o==="style"){t[o]=cD(t[o],n[o]);continue}t[o]=n[o]!==void 0?n[o]:t[o]}for(let o in n)t[o]===void 0&&(t[o]=n[o]);const r=Object.getOwnPropertySymbols(n);for(let o of r)t[o]=n[o]}return t}function $U(e){return e}var Ss=(e=>(e.NotStarted="Not Started",e.Started="Started",e.Stopped="Stopped",e))(Ss||{}),qh="__init__";function dD(e){const t=()=>{var u,c;return(c=(u=e.getRootNode)==null?void 0:u.call(e))!=null?c:document},n=()=>$r(t()),r=()=>{var u;return(u=n().defaultView)!=null?u:window},o=()=>ys(t()),a=u=>t().getElementById(u);return pe(F({},e),{getRootNode:t,getDoc:n,getWin:r,getActiveElement:o,isActiveElement:Ga,getById:a})}function fD(e){return new Proxy({},{get(t,n){return n==="style"?r=>e({style:r}).style:e}})}var xs=()=>e=>Array.from(new Set(e)),Jb=typeof globalThis.document!="undefined"?B.useLayoutEffect:B.useEffect;function ec(e){var m,T;const t=(m=e().value)!=null?m:e().defaultValue,n=(T=e().isEqual)!=null?T:Object.is,[r]=B.useState(t),[o,a]=B.useState(r),u=e().value!==void 0,c=B.useRef(o);c.current=u?e().value:o;const d=B.useRef(c.current);Jb(()=>{d.current=c.current},[o,e().value]);const f=y=>{var C,A;const _=d.current,w=ps(y)?y(_):y;e().debug&&console.log(`[bindable > ${e().debug}] setValue`,{next:w,prev:_}),u||a(w),n(w,_)||(A=(C=e()).onChange)==null||A.call(C,w,_)};function p(){return u?e().value:o}return{initial:r,ref:c,get:p,set(y){(e().sync?Qo.flushSync:n4)(()=>f(y))},invoke(y,_){var w,C;(C=(w=e()).onChange)==null||C.call(w,y,_)},hash(y){var _,w,C;return(C=(w=(_=e()).hash)==null?void 0:w.call(_,y))!=null?C:String(y)}}}ec.cleanup=e=>{B.useEffect(()=>e,[])},ec.ref=e=>{const t=B.useRef(e);return{get:()=>t.current,set:n=>{t.current=n}}};function hD(e){const t=B.useRef(e);return{get(n){return t.current[n]},set(n,r){t.current[n]=r}}}var pD=(e,t)=>{const n=B.useRef(!1),r=B.useRef(!1);B.useEffect(()=>{if(n.current&&r.current)return t();r.current=!0},[...(e!=null?e:[]).map(o=>typeof o=="function"?o():o)]),B.useEffect(()=>(n.current=!0,()=>{n.current=!1}),[])};function tc(e,t={}){var se,ce,de,ne,Ee,Oe;const n=B.useMemo(()=>{const{id:oe,ids:Q,getRootNode:ie}=t;return dD({id:oe,ids:Q,getRootNode:ie})},[t]),r=(...oe)=>{e.debug&&console.log(...oe)},o=(ce=(se=e.props)==null?void 0:se.call(e,{props:Lh(t),scope:n}))!=null?ce:t,a=mD(o),u=(de=e.context)==null?void 0:de.call(e,{prop:a,bindable:ec,scope:n,flush:eT,getContext(){return d},getComputed(){return Y},getRefs(){return w},getEvent(){return y()}}),c=Zb(u),d={get(oe){var Q;return(Q=c.current)==null?void 0:Q[oe].ref.current},set(oe,Q){var ie;(ie=c.current)==null||ie[oe].set(Q)},initial(oe){var Q;return(Q=c.current)==null?void 0:Q[oe].initial},hash(oe){var ie,k;const Q=(ie=c.current)==null?void 0:ie[oe].get();return(k=c.current)==null?void 0:k[oe].hash(Q)}},f=B.useRef(new Map),p=B.useRef(null),m=B.useRef(null),T=B.useRef({type:""}),y=()=>pe(F({},T.current),{current(){return T.current},previous(){return m.current}}),_=()=>pe(F({},D),{matches(...oe){return oe.includes(D.ref.current)},hasTag(oe){var Q,ie;return!!((ie=(Q=e.states[D.ref.current])==null?void 0:Q.tags)!=null&&ie.includes(oe))}}),w=hD((Ee=(ne=e.refs)==null?void 0:ne.call(e,{prop:a,context:d}))!=null?Ee:{}),C=()=>({state:_(),context:d,event:y(),prop:a,send:V,action:A,guard:P,track:pD,refs:w,computed:Y,flush:eT,scope:n,choose:H}),A=oe=>{const Q=ps(oe)?oe(C()):oe;if(!Q)return;const ie=Q.map(k=>{var ee,O;const L=(O=(ee=e.implementations)==null?void 0:ee.actions)==null?void 0:O[k];return L||Dh(`[zag-js] No implementation found for action "${JSON.stringify(k)}"`),L});for(const k of ie)k==null||k(C())},P=oe=>{var Q,ie;return ps(oe)?oe(C()):(ie=(Q=e.implementations)==null?void 0:Q.guards)==null?void 0:ie[oe](C())},v=oe=>{const Q=ps(oe)?oe(C()):oe;if(!Q)return;const ie=Q.map(L=>{var O,we;const ee=(we=(O=e.implementations)==null?void 0:O.effects)==null?void 0:we[L];return ee||Dh(`[zag-js] No implementation found for effect "${JSON.stringify(L)}"`),ee}),k=[];for(const L of ie){const ee=L==null?void 0:L(C());ee&&k.push(ee)}return()=>k.forEach(L=>L==null?void 0:L())},H=oe=>z6(oe).find(Q=>{let ie=!Q.guard;return Wl(Q.guard)?ie=!!P(Q.guard):ps(Q.guard)&&(ie=Q.guard(C())),ie}),Y=oe=>{l4(e.computed,()=>"[zag-js] No computed object found on machine");const Q=e.computed[oe];return Q({context:d,event:y(),prop:a,refs:w,scope:n,computed:Y})},D=ec(()=>({defaultValue:e.initialState({prop:a}),onChange(oe,Q){var k,L,ee,O;if(Q){const we=f.current.get(Q);we==null||we(),f.current.delete(Q)}Q&&A((k=e.states[Q])==null?void 0:k.exit),A((L=p.current)==null?void 0:L.actions);const ie=v((ee=e.states[oe])==null?void 0:ee.effects);if(ie&&f.current.set(oe,ie),Q===qh){A(e.entry);const we=v(e.effects);we&&f.current.set(qh,we)}A((O=e.states[oe])==null?void 0:O.entry)}})),q=B.useRef(void 0),re=B.useRef(Ss.NotStarted);Jb(()=>{queueMicrotask(()=>{var L;const ie=re.current===Ss.Started;re.current=Ss.Started,r(ie?"rehydrating...":"initializing...");const k=(L=q.current)!=null?L:D.initial;D.invoke(k,ie?D.get():qh)});const oe=f.current,Q=D.ref.current;return()=>{r("unmounting..."),q.current=Q,re.current=Ss.Stopped,oe.forEach(ie=>ie==null?void 0:ie()),f.current=new Map,p.current=null,queueMicrotask(()=>{A(e.exit)})}},[]);const me=()=>"ref"in D?D.ref.current:D.get(),V=oe=>{queueMicrotask(()=>{var O,we,Be,Te,Fe;if(re.current!==Ss.Started)return;m.current=T.current,T.current=oe;let Q=me();const ie=(Be=(O=e.states[Q].on)==null?void 0:O[oe.type])!=null?Be:(we=e.on)==null?void 0:we[oe.type],k=H(ie);if(!k)return;p.current=k;const L=(Te=k.target)!=null?Te:Q;r("transition",oe.type,k.target||Q,`(${k.actions})`);const ee=L!==Q;ee?Qo.flushSync(()=>D.set(L)):k.reenter&&!ee?D.invoke(Q,Q):A((Fe=k.actions)!=null?Fe:[])})};return(Oe=e.watch)==null||Oe.call(e,C()),{state:_(),send:V,context:d,prop:a,scope:n,refs:w,computed:Y,event:y(),getStatus:()=>re.current}}function Zb(e){const t=B.useRef(e);return t.current=e,t}function mD(e){const t=Zb(e);return function(r){return t.current[r]}}function eT(e){queueMicrotask(()=>{Qo.flushSync(()=>e())})}var Yh=fD(e=>e);function nc(...e){return t=>{const n=[];for(const r of e)if(typeof r=="function"){const o=r(t);typeof o=="function"&&n.push(o)}else r&&(r.current=t);if(n.length)return()=>{for(const r of n)r()}}}function gD(e){var r,o;let t=(r=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:r.get,n=t&&"isReactWarning"in t&&t.isReactWarning;return n?e.ref:(t=(o=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:o.get,n=t&&"isReactWarning"in t&&t.isReactWarning,n?e.props.ref:e.props.ref||e.ref)}const Wh=e=>{const t=B.memo(B.forwardRef((n,r)=>{const f=n,{asChild:o,children:a}=f,u=mn(f,["asChild","children"]);if(!o)return B.createElement(e,pe(F({},u),{ref:r}),a);if(!B.isValidElement(a))return null;const c=B.Children.only(a),d=gD(c);return B.cloneElement(c,pe(F({},Wt(u,c.props)),{ref:r?nc(r,d):d}))}));return t.displayName=e.displayName||e.name,t},Sn=(()=>{const e=new Map;return new Proxy(Wh,{apply(t,n,r){return Wh(r[0])},get(t,n){const r=n;return e.has(r)||e.set(r,Wh(r)),e.get(r)}})})();function ED(e,t){return`${e} returned \`undefined\`. Seems you forgot to wrap component within ${t}`}function To(e={}){const{name:t,strict:n=!0,hookName:r="useContext",providerName:o="Provider",errorMessage:a,defaultValue:u}=e,c=B.createContext(u);c.displayName=t;function d(){var p;const f=B.useContext(c);if(!f&&n){const m=new Error(a!=null?a:ED(r,o));throw m.name="ContextError",(p=Error.captureStackTrace)==null||p.call(Error,m,d),m}return f}return[c.Provider,d,c]}const[yD,Gh]=To({name:"PopoverContext",hookName:"usePopoverContext",providerName:"<PopoverProvider />"}),[tT,Ka]=To({name:"PresenceContext",hookName:"usePresenceContext",providerName:"<PresenceProvider />"}),nT=B.forwardRef((e,t)=>{const n=Gh(),r=Ka(),o=Wt(n.getContentProps(),r.getPresenceProps(),e);return r.unmounted?null:x.jsx(Sn.div,pe(F({},o),{ref:nc(r.ref,t)}))});nT.displayName="PopoverContent";const rT=B.forwardRef((e,t)=>{const n=Gh(),r=Ka(),o=Wt(n.getPositionerProps(),e);return r.unmounted?null:x.jsx(Sn.div,pe(F({},o),{ref:t}))});rT.displayName="PopoverPositioner";const Qa=()=>(e,t)=>t.reduce((n,r)=>{const[o,a]=n,u=r;return a[u]!==void 0&&(o[u]=a[u]),delete a[u],[o,a]},[{},F({},e)]),iT=e=>Qa()(e,["immediate","lazyMount","onExitComplete","present","skipAnimationOnMount","unmountOnExit"]);function bD(e,t){const{state:n,send:r,context:o}=e,a=n.matches("mounted","unmountSuspended");return{skip:!o.get("initial"),present:a,setNode(u){u&&r({type:"NODE.SET",node:u})},unmount(){r({type:"UNMOUNT"})}}}var TD={props({props:e}){return pe(F({},e),{present:!!e.present})},initialState({prop:e}){return e("present")?"mounted":"unmounted"},refs(){return{node:null,styles:null}},context({bindable:e}){return{unmountAnimationName:e(()=>({defaultValue:null})),prevAnimationName:e(()=>({defaultValue:null})),present:e(()=>({defaultValue:!1})),initial:e(()=>({sync:!0,defaultValue:!1}))}},exit:["clearInitial","cleanupNode"],watch({track:e,prop:t,send:n}){e([()=>t("present")],()=>{n({type:"PRESENCE.CHANGED"})})},on:{"NODE.SET":{actions:["setupNode"]},"PRESENCE.CHANGED":{actions:["setInitial","syncPresence"]}},states:{mounted:{on:{UNMOUNT:{target:"unmounted",actions:["clearPrevAnimationName","invokeOnExitComplete"]},"UNMOUNT.SUSPEND":{target:"unmountSuspended"}}},unmountSuspended:{effects:["trackAnimationEvents"],on:{MOUNT:{target:"mounted",actions:["setPrevAnimationName"]},UNMOUNT:{target:"unmounted",actions:["clearPrevAnimationName","invokeOnExitComplete"]}}},unmounted:{on:{MOUNT:{target:"mounted",actions:["setPrevAnimationName"]}}}},implementations:{actions:{setInitial:({context:e})=>{e.get("initial")||queueMicrotask(()=>{e.set("initial",!0)})},clearInitial:({context:e})=>{e.set("initial",!1)},invokeOnExitComplete:({prop:e})=>{var t;(t=e("onExitComplete"))==null||t()},setupNode:({refs:e,event:t})=>{e.get("node")!==t.node&&(e.set("node",t.node),e.set("styles",bs(t.node)))},cleanupNode:({refs:e})=>{e.set("node",null),e.set("styles",null)},syncPresence:({context:e,refs:t,send:n,prop:r})=>{const o=r("present");if(o)return n({type:"MOUNT",src:"presence.changed"});const a=t.get("node");if(!o&&(a==null?void 0:a.ownerDocument.visibilityState)==="hidden")return n({type:"UNMOUNT",src:"visibilitychange"});Yt(()=>{var c,d;const u=rc(t.get("styles"));e.set("unmountAnimationName",u),u==="none"||u===e.get("prevAnimationName")||((c=t.get("styles"))==null?void 0:c.display)==="none"||((d=t.get("styles"))==null?void 0:d.animationDuration)==="0s"?n({type:"UNMOUNT",src:"presence.changed"}):n({type:"UNMOUNT.SUSPEND"})})},setPrevAnimationName:({context:e,refs:t})=>{Yt(()=>{e.set("prevAnimationName",rc(t.get("styles")))})},clearPrevAnimationName:({context:e})=>{e.set("prevAnimationName",null)}},effects:{trackAnimationEvents:({context:e,refs:t,send:n,prop:r})=>{const o=t.get("node");if(!o)return;const a=d=>{var p,m,T;((T=(m=(p=d.composedPath)==null?void 0:p.call(d))==null?void 0:m[0])!=null?T:d.target)===o&&e.set("prevAnimationName",rc(t.get("styles")))},u=d=>{const f=rc(t.get("styles"));wr(d)===o&&f===e.get("unmountAnimationName")&&!r("present")&&n({type:"UNMOUNT",src:"animationend"})};o.addEventListener("animationstart",a),o.addEventListener("animationcancel",u),o.addEventListener("animationend",u);const c=Zl(o,{animationFillMode:"forwards"});return()=>{o.removeEventListener("animationstart",a),o.removeEventListener("animationcancel",u),o.removeEventListener("animationend",u),Kb(()=>c())}}}}};function rc(e){return(e==null?void 0:e.animationName)||"none"}xs()(["onExitComplete","present","immediate"]);function _D(e,t={}){const{sync:n=!1}=t,r=SD(e);return B.useCallback((...o)=>{var a;return n?queueMicrotask(()=>{var u;return(u=r.current)==null?void 0:u.call(r,...o)}):(a=r.current)==null?void 0:a.call(r,...o)},[n,r])}function SD(e){const t=B.useRef(e);return t.current=e,t}const Xh=(e={})=>{const T=e,{lazyMount:t,unmountOnExit:n,present:r,skipAnimationOnMount:o=!1}=T,a=mn(T,["lazyMount","unmountOnExit","present","skipAnimationOnMount"]),u=B.useRef(!1),c=pe(F({},a),{present:r,onExitComplete:_D(e.onExitComplete)}),d=tc(TD,c),f=bD(d);f.present&&(u.current=!0);const p=!f.present&&!u.current&&t||n&&!f.present&&u.current,m=()=>({"data-state":f.skip&&o?void 0:r?"open":"closed",hidden:!f.present});return{ref:f.setNode,getPresenceProps:m,present:f.present,unmounted:p}};var _o=(e,t=[])=>({parts:(...n)=>{if(xD(t))return _o(e,n);throw new Error("createAnatomy().parts(...) should only be called once. Did you mean to use .extendWith(...) ?")},extendWith:(...n)=>_o(e,[...t,...n]),omit:(...n)=>_o(e,t.filter(r=>!n.includes(r))),rename:n=>_o(n,t),keys:()=>t,build:()=>[...new Set(t)].reduce((n,r)=>Object.assign(n,{[r]:{selector:[`&[data-scope="${ws(e)}"][data-part="${ws(r)}"]`,`& [data-scope="${ws(e)}"][data-part="${ws(r)}"]`].join(", "),attrs:{"data-scope":ws(e),"data-part":ws(r)}}}),{})}),ws=e=>e.replace(/([A-Z])([A-Z])/g,"$1-$2").replace(/([a-z])([A-Z])/g,"$1-$2").replace(/[\s_]+/g,"-").toLowerCase(),xD=e=>e.length===0;const wD=["top","right","bottom","left"],Li=Math.min,Qn=Math.max,ic=Math.round,oc=Math.floor,qr=e=>({x:e,y:e}),AD={left:"right",right:"left",bottom:"top",top:"bottom"},vD={start:"end",end:"start"};function Kh(e,t,n){return Qn(e,Li(t,n))}function fi(e,t){return typeof e=="function"?e(t):e}function hi(e){return e.split("-")[0]}function As(e){return e.split("-")[1]}function Qh(e){return e==="x"?"y":"x"}function Jh(e){return e==="y"?"height":"width"}const CD=new Set(["top","bottom"]);function Yr(e){return CD.has(hi(e))?"y":"x"}function Zh(e){return Qh(Yr(e))}function kD(e,t,n){n===void 0&&(n=!1);const r=As(e),o=Zh(e),a=Jh(o);let u=o==="x"?r===(n?"end":"start")?"right":"left":r==="start"?"bottom":"top";return t.reference[a]>t.floating[a]&&(u=sc(u)),[u,sc(u)]}function PD(e){const t=sc(e);return[ep(e),t,ep(t)]}function ep(e){return e.replace(/start|end/g,t=>vD[t])}const oT=["left","right"],sT=["right","left"],ND=["top","bottom"],OD=["bottom","top"];function ID(e,t,n){switch(e){case"top":case"bottom":return n?t?sT:oT:t?oT:sT;case"left":case"right":return t?ND:OD;default:return[]}}function RD(e,t,n,r){const o=As(e);let a=ID(hi(e),n==="start",r);return o&&(a=a.map(u=>u+"-"+o),t&&(a=a.concat(a.map(ep)))),a}function sc(e){return e.replace(/left|right|bottom|top/g,t=>AD[t])}function LD(e){return F({top:0,right:0,bottom:0,left:0},e)}function aT(e){return typeof e!="number"?LD(e):{top:e,right:e,bottom:e,left:e}}function ac(e){const{x:t,y:n,width:r,height:o}=e;return{width:r,height:o,top:n,left:t,right:t+r,bottom:n+o,x:t,y:n}}function uT(e,t,n){let{reference:r,floating:o}=e;const a=Yr(t),u=Zh(t),c=Jh(u),d=hi(t),f=a==="y",p=r.x+r.width/2-o.width/2,m=r.y+r.height/2-o.height/2,T=r[c]/2-o[c]/2;let y;switch(d){case"top":y={x:p,y:r.y-o.height};break;case"bottom":y={x:p,y:r.y+r.height};break;case"right":y={x:r.x+r.width,y:m};break;case"left":y={x:r.x-o.width,y:m};break;default:y={x:r.x,y:r.y}}switch(As(t)){case"start":y[u]-=T*(n&&f?-1:1);break;case"end":y[u]+=T*(n&&f?-1:1);break}return y}const DD=(e,t,n)=>Je(null,null,function*(){const{placement:r="bottom",strategy:o="absolute",middleware:a=[],platform:u}=n,c=a.filter(Boolean),d=yield u.isRTL==null?void 0:u.isRTL(t);let f=yield u.getElementRects({reference:e,floating:t,strategy:o}),{x:p,y:m}=uT(f,r,d),T=r,y={},_=0;for(let w=0;w<c.length;w++){const{name:C,fn:A}=c[w],{x:P,y:v,data:H,reset:Y}=yield A({x:p,y:m,initialPlacement:r,placement:T,strategy:o,middlewareData:y,rects:f,platform:u,elements:{reference:e,floating:t}});p=P!=null?P:p,m=v!=null?v:m,y=pe(F({},y),{[C]:F(F({},y[C]),H)}),Y&&_<=50&&(_++,typeof Y=="object"&&(Y.placement&&(T=Y.placement),Y.rects&&(f=Y.rects===!0?yield u.getElementRects({reference:e,floating:t,strategy:o}):Y.rects),{x:p,y:m}=uT(f,T,d)),w=-1)}return{x:p,y:m,placement:T,strategy:o,middlewareData:y}});function Ja(e,t){return Je(this,null,function*(){var n;t===void 0&&(t={});const{x:r,y:o,platform:a,rects:u,elements:c,strategy:d}=e,{boundary:f="clippingAncestors",rootBoundary:p="viewport",elementContext:m="floating",altBoundary:T=!1,padding:y=0}=fi(t,e),_=aT(y),C=c[T?m==="floating"?"reference":"floating":m],A=ac(yield a.getClippingRect({element:(n=yield a.isElement==null?void 0:a.isElement(C))==null||n?C:C.contextElement||(yield a.getDocumentElement==null?void 0:a.getDocumentElement(c.floating)),boundary:f,rootBoundary:p,strategy:d})),P=m==="floating"?{x:r,y:o,width:u.floating.width,height:u.floating.height}:u.reference,v=yield a.getOffsetParent==null?void 0:a.getOffsetParent(c.floating),H=(yield a.isElement==null?void 0:a.isElement(v))?(yield a.getScale==null?void 0:a.getScale(v))||{x:1,y:1}:{x:1,y:1},Y=ac(a.convertOffsetParentRelativeRectToViewportRelativeRect?yield a.convertOffsetParentRelativeRectToViewportRelativeRect({elements:c,rect:P,offsetParent:v,strategy:d}):P);return{top:(A.top-Y.top+_.top)/H.y,bottom:(Y.bottom-A.bottom+_.bottom)/H.y,left:(A.left-Y.left+_.left)/H.x,right:(Y.right-A.right+_.right)/H.x}})}const MD=e=>({name:"arrow",options:e,fn(n){return Je(this,null,function*(){const{x:r,y:o,placement:a,rects:u,platform:c,elements:d,middlewareData:f}=n,{element:p,padding:m=0}=fi(e,n)||{};if(p==null)return{};const T=aT(m),y={x:r,y:o},_=Zh(a),w=Jh(_),C=yield c.getDimensions(p),A=_==="y",P=A?"top":"left",v=A?"bottom":"right",H=A?"clientHeight":"clientWidth",Y=u.reference[w]+u.reference[_]-y[_]-u.floating[w],D=y[_]-u.reference[_],q=yield c.getOffsetParent==null?void 0:c.getOffsetParent(p);let re=q?q[H]:0;(!re||!(yield c.isElement==null?void 0:c.isElement(q)))&&(re=d.floating[H]||u.floating[w]);const me=Y/2-D/2,V=re/2-C[w]/2-1,se=Li(T[P],V),ce=Li(T[v],V),de=se,ne=re-C[w]-ce,Ee=re/2-C[w]/2+me,Oe=Kh(de,Ee,ne),oe=!f.arrow&&As(a)!=null&&Ee!==Oe&&u.reference[w]/2-(Ee<de?se:ce)-C[w]/2<0,Q=oe?Ee<de?Ee-de:Ee-ne:0;return{[_]:y[_]+Q,data:F({[_]:Oe,centerOffset:Ee-Oe-Q},oe&&{alignmentOffset:Q}),reset:oe}})}}),FD=function(e){return e===void 0&&(e={}),{name:"flip",options:e,fn(n){return Je(this,null,function*(){var r,o;const{placement:a,middlewareData:u,rects:c,initialPlacement:d,platform:f,elements:p}=n,Ee=fi(e,n),{mainAxis:m=!0,crossAxis:T=!0,fallbackPlacements:y,fallbackStrategy:_="bestFit",fallbackAxisSideDirection:w="none",flipAlignment:C=!0}=Ee,A=mn(Ee,["mainAxis","crossAxis","fallbackPlacements","fallbackStrategy","fallbackAxisSideDirection","flipAlignment"]);if((r=u.arrow)!=null&&r.alignmentOffset)return{};const P=hi(a),v=Yr(d),H=hi(d)===d,Y=yield f.isRTL==null?void 0:f.isRTL(p.floating),D=y||(H||!C?[sc(d)]:PD(d)),q=w!=="none";!y&&q&&D.push(...RD(d,C,w,Y));const re=[d,...D],me=yield Ja(n,A),V=[];let se=((o=u.flip)==null?void 0:o.overflows)||[];if(m&&V.push(me[P]),T){const Oe=kD(a,c,Y);V.push(me[Oe[0]],me[Oe[1]])}if(se=[...se,{placement:a,overflows:V}],!V.every(Oe=>Oe<=0)){var ce,de;const Oe=(((ce=u.flip)==null?void 0:ce.index)||0)+1,oe=re[Oe];if(oe&&(!(T==="alignment"?v!==Yr(oe):!1)||se.every(k=>Yr(k.placement)===v?k.overflows[0]>0:!0)))return{data:{index:Oe,overflows:se},reset:{placement:oe}};let Q=(de=se.filter(ie=>ie.overflows[0]<=0).sort((ie,k)=>ie.overflows[1]-k.overflows[1])[0])==null?void 0:de.placement;if(!Q)switch(_){case"bestFit":{var ne;const ie=(ne=se.filter(k=>{if(q){const L=Yr(k.placement);return L===v||L==="y"}return!0}).map(k=>[k.placement,k.overflows.filter(L=>L>0).reduce((L,ee)=>L+ee,0)]).sort((k,L)=>k[1]-L[1])[0])==null?void 0:ne[0];ie&&(Q=ie);break}case"initialPlacement":Q=d;break}if(a!==Q)return{reset:{placement:Q}}}return{}})}}};function lT(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function cT(e){return wD.some(t=>e[t]>=0)}const BD=function(e){return e===void 0&&(e={}),{name:"hide",options:e,fn(n){return Je(this,null,function*(){const{rects:r}=n,u=fi(e,n),{strategy:o="referenceHidden"}=u,a=mn(u,["strategy"]);switch(o){case"referenceHidden":{const c=yield Ja(n,pe(F({},a),{elementContext:"reference"})),d=lT(c,r.reference);return{data:{referenceHiddenOffsets:d,referenceHidden:cT(d)}}}case"escaped":{const c=yield Ja(n,pe(F({},a),{altBoundary:!0})),d=lT(c,r.floating);return{data:{escapedOffsets:d,escaped:cT(d)}}}default:return{}}})}}},dT=new Set(["left","top"]);function UD(e,t){return Je(this,null,function*(){const{placement:n,platform:r,elements:o}=e,a=yield r.isRTL==null?void 0:r.isRTL(o.floating),u=hi(n),c=As(n),d=Yr(n)==="y",f=dT.has(u)?-1:1,p=a&&d?-1:1,m=fi(t,e);let{mainAxis:T,crossAxis:y,alignmentAxis:_}=typeof m=="number"?{mainAxis:m,crossAxis:0,alignmentAxis:null}:{mainAxis:m.mainAxis||0,crossAxis:m.crossAxis||0,alignmentAxis:m.alignmentAxis};return c&&typeof _=="number"&&(y=c==="end"?_*-1:_),d?{x:y*p,y:T*f}:{x:T*f,y:y*p}})}const HD=function(e){return e===void 0&&(e=0),{name:"offset",options:e,fn(n){return Je(this,null,function*(){var r,o;const{x:a,y:u,placement:c,middlewareData:d}=n,f=yield UD(n,e);return c===((r=d.offset)==null?void 0:r.placement)&&(o=d.arrow)!=null&&o.alignmentOffset?{}:{x:a+f.x,y:u+f.y,data:pe(F({},f),{placement:c})}})}}},zD=function(e){return e===void 0&&(e={}),{name:"shift",options:e,fn(n){return Je(this,null,function*(){const{x:r,y:o,placement:a}=n,A=fi(e,n),{mainAxis:u=!0,crossAxis:c=!1,limiter:d={fn:P=>{let{x:v,y:H}=P;return{x:v,y:H}}}}=A,f=mn(A,["mainAxis","crossAxis","limiter"]),p={x:r,y:o},m=yield Ja(n,f),T=Yr(hi(a)),y=Qh(T);let _=p[y],w=p[T];if(u){const P=y==="y"?"top":"left",v=y==="y"?"bottom":"right",H=_+m[P],Y=_-m[v];_=Kh(H,_,Y)}if(c){const P=T==="y"?"top":"left",v=T==="y"?"bottom":"right",H=w+m[P],Y=w-m[v];w=Kh(H,w,Y)}const C=d.fn(pe(F({},n),{[y]:_,[T]:w}));return pe(F({},C),{data:{x:C.x-r,y:C.y-o,enabled:{[y]:u,[T]:c}}})})}}},jD=function(e){return e===void 0&&(e={}),{options:e,fn(t){const{x:n,y:r,placement:o,rects:a,middlewareData:u}=t,{offset:c=0,mainAxis:d=!0,crossAxis:f=!0}=fi(e,t),p={x:n,y:r},m=Yr(o),T=Qh(m);let y=p[T],_=p[m];const w=fi(c,t),C=typeof w=="number"?{mainAxis:w,crossAxis:0}:F({mainAxis:0,crossAxis:0},w);if(d){const v=T==="y"?"height":"width",H=a.reference[T]-a.floating[v]+C.mainAxis,Y=a.reference[T]+a.reference[v]-C.mainAxis;y<H?y=H:y>Y&&(y=Y)}if(f){var A,P;const v=T==="y"?"width":"height",H=dT.has(hi(o)),Y=a.reference[m]-a.floating[v]+(H&&((A=u.offset)==null?void 0:A[m])||0)+(H?0:C.crossAxis),D=a.reference[m]+a.reference[v]+(H?0:((P=u.offset)==null?void 0:P[m])||0)-(H?C.crossAxis:0);_<Y?_=Y:_>D&&(_=D)}return{[T]:y,[m]:_}}}},$D=function(e){return e===void 0&&(e={}),{name:"size",options:e,fn(n){return Je(this,null,function*(){var r,o;const{placement:a,rects:u,platform:c,elements:d}=n,se=fi(e,n),{apply:f=()=>{}}=se,p=mn(se,["apply"]),m=yield Ja(n,p),T=hi(a),y=As(a),_=Yr(a)==="y",{width:w,height:C}=u.floating;let A,P;T==="top"||T==="bottom"?(A=T,P=y===((yield c.isRTL==null?void 0:c.isRTL(d.floating))?"start":"end")?"left":"right"):(P=T,A=y==="end"?"top":"bottom");const v=C-m.top-m.bottom,H=w-m.left-m.right,Y=Li(C-m[A],v),D=Li(w-m[P],H),q=!n.middlewareData.shift;let re=Y,me=D;if((r=n.middlewareData.shift)!=null&&r.enabled.x&&(me=H),(o=n.middlewareData.shift)!=null&&o.enabled.y&&(re=v),q&&!y){const ce=Qn(m.left,0),de=Qn(m.right,0),ne=Qn(m.top,0),Ee=Qn(m.bottom,0);_?me=w-2*(ce!==0||de!==0?ce+de:Qn(m.left,m.right)):re=C-2*(ne!==0||Ee!==0?ne+Ee:Qn(m.top,m.bottom))}yield f(pe(F({},n),{availableWidth:me,availableHeight:re}));const V=yield c.getDimensions(d.floating);return w!==V.width||C!==V.height?{reset:{rects:!0}}:{}})}}};function uc(){return typeof window!="undefined"}function vs(e){return fT(e)?(e.nodeName||"").toLowerCase():"#document"}function Jn(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Wr(e){var t;return(t=(fT(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function fT(e){return uc()?e instanceof Node||e instanceof Jn(e).Node:!1}function Ar(e){return uc()?e instanceof Element||e instanceof Jn(e).Element:!1}function Gr(e){return uc()?e instanceof HTMLElement||e instanceof Jn(e).HTMLElement:!1}function hT(e){return!uc()||typeof ShadowRoot=="undefined"?!1:e instanceof ShadowRoot||e instanceof Jn(e).ShadowRoot}const VD=new Set(["inline","contents"]);function Za(e){const{overflow:t,overflowX:n,overflowY:r,display:o}=vr(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&!VD.has(o)}const qD=new Set(["table","td","th"]);function YD(e){return qD.has(vs(e))}const WD=[":popover-open",":modal"];function lc(e){return WD.some(t=>{try{return e.matches(t)}catch(n){return!1}})}const GD=["transform","translate","scale","rotate","perspective"],XD=["transform","translate","scale","rotate","perspective","filter"],KD=["paint","layout","strict","content"];function tp(e){const t=np(),n=Ar(e)?vr(e):e;return GD.some(r=>n[r]?n[r]!=="none":!1)||(n.containerType?n.containerType!=="normal":!1)||!t&&(n.backdropFilter?n.backdropFilter!=="none":!1)||!t&&(n.filter?n.filter!=="none":!1)||XD.some(r=>(n.willChange||"").includes(r))||KD.some(r=>(n.contain||"").includes(r))}function QD(e){let t=Di(e);for(;Gr(t)&&!Cs(t);){if(tp(t))return t;if(lc(t))return null;t=Di(t)}return null}function np(){return typeof CSS=="undefined"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}const JD=new Set(["html","body","#document"]);function Cs(e){return JD.has(vs(e))}function vr(e){return Jn(e).getComputedStyle(e)}function cc(e){return Ar(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Di(e){if(vs(e)==="html")return e;const t=e.assignedSlot||e.parentNode||hT(e)&&e.host||Wr(e);return hT(t)?t.host:t}function pT(e){const t=Di(e);return Cs(t)?e.ownerDocument?e.ownerDocument.body:e.body:Gr(t)&&Za(t)?t:pT(t)}function eu(e,t,n){var r;t===void 0&&(t=[]),n===void 0&&(n=!0);const o=pT(e),a=o===((r=e.ownerDocument)==null?void 0:r.body),u=Jn(o);if(a){const c=rp(u);return t.concat(u,u.visualViewport||[],Za(o)?o:[],c&&n?eu(c):[])}return t.concat(o,eu(o,[],n))}function rp(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function mT(e){const t=vr(e);let n=parseFloat(t.width)||0,r=parseFloat(t.height)||0;const o=Gr(e),a=o?e.offsetWidth:n,u=o?e.offsetHeight:r,c=ic(n)!==a||ic(r)!==u;return c&&(n=a,r=u),{width:n,height:r,$:c}}function ip(e){return Ar(e)?e:e.contextElement}function ks(e){const t=ip(e);if(!Gr(t))return qr(1);const n=t.getBoundingClientRect(),{width:r,height:o,$:a}=mT(t);let u=(a?ic(n.width):n.width)/r,c=(a?ic(n.height):n.height)/o;return(!u||!Number.isFinite(u))&&(u=1),(!c||!Number.isFinite(c))&&(c=1),{x:u,y:c}}const ZD=qr(0);function gT(e){const t=Jn(e);return!np()||!t.visualViewport?ZD:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function e5(e,t,n){return t===void 0&&(t=!1),!n||t&&n!==Jn(e)?!1:t}function So(e,t,n,r){t===void 0&&(t=!1),n===void 0&&(n=!1);const o=e.getBoundingClientRect(),a=ip(e);let u=qr(1);t&&(r?Ar(r)&&(u=ks(r)):u=ks(e));const c=e5(a,n,r)?gT(a):qr(0);let d=(o.left+c.x)/u.x,f=(o.top+c.y)/u.y,p=o.width/u.x,m=o.height/u.y;if(a){const T=Jn(a),y=r&&Ar(r)?Jn(r):r;let _=T,w=rp(_);for(;w&&r&&y!==_;){const C=ks(w),A=w.getBoundingClientRect(),P=vr(w),v=A.left+(w.clientLeft+parseFloat(P.paddingLeft))*C.x,H=A.top+(w.clientTop+parseFloat(P.paddingTop))*C.y;d*=C.x,f*=C.y,p*=C.x,m*=C.y,d+=v,f+=H,_=Jn(w),w=rp(_)}}return ac({width:p,height:m,x:d,y:f})}function dc(e,t){const n=cc(e).scrollLeft;return t?t.left+n:So(Wr(e)).left+n}function ET(e,t){const n=e.getBoundingClientRect(),r=n.left+t.scrollLeft-dc(e,n),o=n.top+t.scrollTop;return{x:r,y:o}}function t5(e){let{elements:t,rect:n,offsetParent:r,strategy:o}=e;const a=o==="fixed",u=Wr(r),c=t?lc(t.floating):!1;if(r===u||c&&a)return n;let d={scrollLeft:0,scrollTop:0},f=qr(1);const p=qr(0),m=Gr(r);if((m||!m&&!a)&&((vs(r)!=="body"||Za(u))&&(d=cc(r)),Gr(r))){const y=So(r);f=ks(r),p.x=y.x+r.clientLeft,p.y=y.y+r.clientTop}const T=u&&!m&&!a?ET(u,d):qr(0);return{width:n.width*f.x,height:n.height*f.y,x:n.x*f.x-d.scrollLeft*f.x+p.x+T.x,y:n.y*f.y-d.scrollTop*f.y+p.y+T.y}}function n5(e){return Array.from(e.getClientRects())}function r5(e){const t=Wr(e),n=cc(e),r=e.ownerDocument.body,o=Qn(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth),a=Qn(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight);let u=-n.scrollLeft+dc(e);const c=-n.scrollTop;return vr(r).direction==="rtl"&&(u+=Qn(t.clientWidth,r.clientWidth)-o),{width:o,height:a,x:u,y:c}}const yT=25;function i5(e,t){const n=Jn(e),r=Wr(e),o=n.visualViewport;let a=r.clientWidth,u=r.clientHeight,c=0,d=0;if(o){a=o.width,u=o.height;const p=np();(!p||p&&t==="fixed")&&(c=o.offsetLeft,d=o.offsetTop)}const f=dc(r);if(f<=0){const p=r.ownerDocument,m=p.body,T=getComputedStyle(m),y=p.compatMode==="CSS1Compat"&&parseFloat(T.marginLeft)+parseFloat(T.marginRight)||0,_=Math.abs(r.clientWidth-m.clientWidth-y);_<=yT&&(a-=_)}else f<=yT&&(a+=f);return{width:a,height:u,x:c,y:d}}const o5=new Set(["absolute","fixed"]);function s5(e,t){const n=So(e,!0,t==="fixed"),r=n.top+e.clientTop,o=n.left+e.clientLeft,a=Gr(e)?ks(e):qr(1),u=e.clientWidth*a.x,c=e.clientHeight*a.y,d=o*a.x,f=r*a.y;return{width:u,height:c,x:d,y:f}}function bT(e,t,n){let r;if(t==="viewport")r=i5(e,n);else if(t==="document")r=r5(Wr(e));else if(Ar(t))r=s5(t,n);else{const o=gT(e);r={x:t.x-o.x,y:t.y-o.y,width:t.width,height:t.height}}return ac(r)}function TT(e,t){const n=Di(e);return n===t||!Ar(n)||Cs(n)?!1:vr(n).position==="fixed"||TT(n,t)}function a5(e,t){const n=t.get(e);if(n)return n;let r=eu(e,[],!1).filter(c=>Ar(c)&&vs(c)!=="body"),o=null;const a=vr(e).position==="fixed";let u=a?Di(e):e;for(;Ar(u)&&!Cs(u);){const c=vr(u),d=tp(u);!d&&c.position==="fixed"&&(o=null),(a?!d&&!o:!d&&c.position==="static"&&!!o&&o5.has(o.position)||Za(u)&&!d&&TT(e,u))?r=r.filter(p=>p!==u):o=c,u=Di(u)}return t.set(e,r),r}function u5(e){let{element:t,boundary:n,rootBoundary:r,strategy:o}=e;const u=[...n==="clippingAncestors"?lc(t)?[]:a5(t,this._c):[].concat(n),r],c=u[0],d=u.reduce((f,p)=>{const m=bT(t,p,o);return f.top=Qn(m.top,f.top),f.right=Li(m.right,f.right),f.bottom=Li(m.bottom,f.bottom),f.left=Qn(m.left,f.left),f},bT(t,c,o));return{width:d.right-d.left,height:d.bottom-d.top,x:d.left,y:d.top}}function l5(e){const{width:t,height:n}=mT(e);return{width:t,height:n}}function c5(e,t,n){const r=Gr(t),o=Wr(t),a=n==="fixed",u=So(e,!0,a,t);let c={scrollLeft:0,scrollTop:0};const d=qr(0);function f(){d.x=dc(o)}if(r||!r&&!a)if((vs(t)!=="body"||Za(o))&&(c=cc(t)),r){const y=So(t,!0,a,t);d.x=y.x+t.clientLeft,d.y=y.y+t.clientTop}else o&&f();a&&!r&&o&&f();const p=o&&!r&&!a?ET(o,c):qr(0),m=u.left+c.scrollLeft-d.x-p.x,T=u.top+c.scrollTop-d.y-p.y;return{x:m,y:T,width:u.width,height:u.height}}function op(e){return vr(e).position==="static"}function _T(e,t){if(!Gr(e)||vr(e).position==="fixed")return null;if(t)return t(e);let n=e.offsetParent;return Wr(e)===n&&(n=n.ownerDocument.body),n}function ST(e,t){const n=Jn(e);if(lc(e))return n;if(!Gr(e)){let o=Di(e);for(;o&&!Cs(o);){if(Ar(o)&&!op(o))return o;o=Di(o)}return n}let r=_T(e,t);for(;r&&YD(r)&&op(r);)r=_T(r,t);return r&&Cs(r)&&op(r)&&!tp(r)?n:r||QD(e)||n}const d5=function(e){return Je(this,null,function*(){const t=this.getOffsetParent||ST,n=this.getDimensions,r=yield n(e.floating);return{reference:c5(e.reference,yield t(e.floating),e.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}})};function f5(e){return vr(e).direction==="rtl"}const h5={convertOffsetParentRelativeRectToViewportRelativeRect:t5,getDocumentElement:Wr,getClippingRect:u5,getOffsetParent:ST,getElementRects:d5,getClientRects:n5,getDimensions:l5,getScale:ks,isElement:Ar,isRTL:f5};function xT(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function p5(e,t){let n=null,r;const o=Wr(e);function a(){var c;clearTimeout(r),(c=n)==null||c.disconnect(),n=null}function u(c,d){c===void 0&&(c=!1),d===void 0&&(d=1),a();const f=e.getBoundingClientRect(),{left:p,top:m,width:T,height:y}=f;if(c||t(),!T||!y)return;const _=oc(m),w=oc(o.clientWidth-(p+T)),C=oc(o.clientHeight-(m+y)),A=oc(p),v={rootMargin:-_+"px "+-w+"px "+-C+"px "+-A+"px",threshold:Qn(0,Li(1,d))||1};let H=!0;function Y(D){const q=D[0].intersectionRatio;if(q!==d){if(!H)return u();q?u(!1,q):r=setTimeout(()=>{u(!1,1e-7)},1e3)}q===1&&!xT(f,e.getBoundingClientRect())&&u(),H=!1}try{n=new IntersectionObserver(Y,pe(F({},v),{root:o.ownerDocument}))}catch(D){n=new IntersectionObserver(Y,v)}n.observe(e)}return u(!0),a}function m5(e,t,n,r){r===void 0&&(r={});const{ancestorScroll:o=!0,ancestorResize:a=!0,elementResize:u=typeof ResizeObserver=="function",layoutShift:c=typeof IntersectionObserver=="function",animationFrame:d=!1}=r,f=ip(e),p=o||a?[...f?eu(f):[],...eu(t)]:[];p.forEach(A=>{o&&A.addEventListener("scroll",n,{passive:!0}),a&&A.addEventListener("resize",n)});const m=f&&c?p5(f,n):null;let T=-1,y=null;u&&(y=new ResizeObserver(A=>{let[P]=A;P&&P.target===f&&y&&(y.unobserve(t),cancelAnimationFrame(T),T=requestAnimationFrame(()=>{var v;(v=y)==null||v.observe(t)})),n()}),f&&!d&&y.observe(f),y.observe(t));let _,w=d?So(e):null;d&&C();function C(){const A=So(e);w&&!xT(w,A)&&n(),w=A,_=requestAnimationFrame(C)}return n(),()=>{var A;p.forEach(P=>{o&&P.removeEventListener("scroll",n),a&&P.removeEventListener("resize",n)}),m==null||m(),(A=y)==null||A.disconnect(),y=null,d&&cancelAnimationFrame(_)}}const g5=HD,E5=zD,y5=FD,b5=$D,T5=BD,_5=MD,S5=jD,x5=(e,t,n)=>{const r=new Map,o=F({platform:h5},n),a=pe(F({},o.platform),{_c:r});return DD(e,t,pe(F({},o),{platform:a}))};function wT(e=0,t=0,n=0,r=0){if(typeof DOMRect=="function")return new DOMRect(e,t,n,r);const o={x:e,y:t,width:n,height:r,top:t,right:e+n,bottom:t+r,left:e};return pe(F({},o),{toJSON:()=>o})}function w5(e){if(!e)return wT();const{x:t,y:n,width:r,height:o}=e;return wT(t,n,r,o)}function A5(e,t){return{contextElement:en(e)?e:void 0,getBoundingClientRect:()=>{const n=e,r=t==null?void 0:t(n);return r||!n?w5(r):n.getBoundingClientRect()}}}var tu=e=>({variable:e,reference:`var(${e})`}),pi={arrowSize:tu("--arrow-size"),arrowSizeHalf:tu("--arrow-size-half"),arrowBg:tu("--arrow-background"),transformOrigin:tu("--transform-origin"),arrowOffset:tu("--arrow-offset")},v5=e=>e==="top"||e==="bottom"?"y":"x";function C5(e,t){return{name:"transformOrigin",fn(n){var me,V,se,ce,de;const{elements:r,middlewareData:o,placement:a,rects:u,y:c}=n,d=a.split("-")[0],f=v5(d),p=((me=o.arrow)==null?void 0:me.x)||0,m=((V=o.arrow)==null?void 0:V.y)||0,T=(t==null?void 0:t.clientWidth)||0,y=(t==null?void 0:t.clientHeight)||0,_=p+T/2,w=m+y/2,C=Math.abs(((se=o.shift)==null?void 0:se.y)||0),A=u.reference.height/2,P=y/2,v=(de=(ce=e.offset)==null?void 0:ce.mainAxis)!=null?de:e.gutter,H=typeof v=="number"?v+P:v!=null?v:P,Y=C>H,D={top:`${_}px calc(100% + ${H}px)`,bottom:`${_}px ${-H}px`,left:`calc(100% + ${H}px) ${w}px`,right:`${-H}px ${w}px`}[d],q=`${_}px ${u.reference.y+A-c}px`,re=!!e.overlap&&f==="y"&&Y;return r.floating.style.setProperty(pi.transformOrigin.variable,re?q:D),{data:{transformOrigin:re?q:D}}}}}var k5={name:"rects",fn({rects:e}){return{data:e}}},P5=e=>{if(e)return{name:"shiftArrow",fn({placement:t,middlewareData:n}){if(!n.arrow)return{};const{x:r,y:o}=n.arrow,a=t.split("-")[0];return Object.assign(e.style,{left:r!=null?`${r}px`:"",top:o!=null?`${o}px`:"",[a]:`calc(100% + ${pi.arrowOffset.reference})`}),{}}}};function N5(e){const[t,n]=e.split("-");return{side:t,align:n,hasAlign:n!=null}}var O5={strategy:"absolute",placement:"bottom",listeners:!0,gutter:8,flip:!0,slide:!0,overlap:!1,sameWidth:!1,fitViewport:!1,overflowPadding:8,arrowPadding:4};function AT(e,t){const n=e.devicePixelRatio||1;return Math.round(t*n)/n}function sp(e){return typeof e=="function"?e():e==="clipping-ancestors"?"clippingAncestors":e}function I5(e,t,n){const r=e||t.createElement("div");return _5({element:r,padding:n.arrowPadding})}function R5(e,t){var n;if(!G6((n=t.offset)!=null?n:t.gutter))return g5(({placement:r})=>{var p,m,T,y;const o=((e==null?void 0:e.clientHeight)||0)/2,a=(m=(p=t.offset)==null?void 0:p.mainAxis)!=null?m:t.gutter,u=typeof a=="number"?a+o:a!=null?a:o,{hasAlign:c}=N5(r),d=c?void 0:t.shift,f=(y=(T=t.offset)==null?void 0:T.crossAxis)!=null?y:d;return Lh({crossAxis:f,mainAxis:u,alignmentAxis:t.shift})})}function L5(e){if(!e.flip)return;const t=sp(e.boundary);return y5(pe(F({},t?{boundary:t}:void 0),{padding:e.overflowPadding,fallbackPlacements:e.flip===!0?void 0:e.flip}))}function D5(e){if(!e.slide&&!e.overlap)return;const t=sp(e.boundary);return E5(pe(F({},t?{boundary:t}:void 0),{mainAxis:e.slide,crossAxis:e.overlap,padding:e.overflowPadding,limiter:S5()}))}function M5(e){return b5({padding:e.overflowPadding,apply({elements:t,rects:n,availableHeight:r,availableWidth:o}){const a=t.floating,u=Math.round(n.reference.width),c=Math.round(n.reference.height);o=Math.floor(o),r=Math.floor(r),a.style.setProperty("--reference-width",`${u}px`),a.style.setProperty("--reference-height",`${c}px`),a.style.setProperty("--available-width",`${o}px`),a.style.setProperty("--available-height",`${r}px`)}})}function F5(e){var t;if(e.hideWhenDetached)return T5({strategy:"referenceHidden",boundary:(t=sp(e.boundary))!=null?t:"clippingAncestors"})}function B5(e){return e?e===!0?{ancestorResize:!0,ancestorScroll:!0,elementResize:!0,layoutShift:!0}:e:{}}function U5(e,t,n={}){const r=A5(e,n.getAnchorRect);if(!t||!r)return;const o=Object.assign({},O5,n),a=t.querySelector("[data-part=arrow]"),u=[R5(a,o),L5(o),D5(o),I5(a,t.ownerDocument,o),P5(a),C5({gutter:o.gutter,offset:o.offset,overlap:o.overlap},a),M5(o),F5(o),k5],{placement:c,strategy:d,onComplete:f,onPositioned:p}=o,m=()=>Je(null,null,function*(){var H;if(!r||!t)return;const w=yield x5(r,t,{placement:c,middleware:u,strategy:d});f==null||f(w),p==null||p({placed:!0});const C=Es(t),A=AT(C,w.x),P=AT(C,w.y);t.style.setProperty("--x",`${A}px`),t.style.setProperty("--y",`${P}px`),o.hideWhenDetached&&(((H=w.middlewareData.hide)==null?void 0:H.referenceHidden)?(t.style.setProperty("visibility","hidden"),t.style.setProperty("pointer-events","none")):(t.style.removeProperty("visibility"),t.style.removeProperty("pointer-events")));const v=t.firstElementChild;if(v){const Y=bs(v);t.style.setProperty("--z-index",Y.zIndex)}}),T=()=>Je(null,null,function*(){n.updatePosition?(yield n.updatePosition({updatePosition:m,floatingElement:t}),p==null||p({placed:!0})):yield m()}),y=B5(o.listeners),_=o.listeners?m5(r,t,T,y):r4;return T(),()=>{_==null||_(),p==null||p({placed:!1})}}function vT(e,t,n={}){const c=n,{defer:r}=c,o=mn(c,["defer"]),a=r?Yt:d=>d(),u=[];return u.push(a(()=>{const d=typeof e=="function"?e():e,f=typeof t=="function"?t():t;u.push(U5(d,f,o))})),()=>{u.forEach(d=>d==null?void 0:d())}}var H5={bottom:"rotate(45deg)",left:"rotate(135deg)",top:"rotate(225deg)",right:"rotate(315deg)"};function z5(e={}){const{placement:t,sameWidth:n,fitViewport:r,strategy:o="absolute"}=e;return{arrow:{position:"absolute",width:pi.arrowSize.reference,height:pi.arrowSize.reference,[pi.arrowSizeHalf.variable]:`calc(${pi.arrowSize.reference} / 2)`,[pi.arrowOffset.variable]:`calc(${pi.arrowSizeHalf.reference} * -1)`},arrowTip:{transform:t?H5[t.split("-")[0]]:void 0,background:pi.arrowBg.reference,top:"0",left:"0",width:"100%",height:"100%",position:"absolute",zIndex:"inherit"},floating:{position:o,isolation:"isolate",minWidth:n?void 0:"max-content",width:n?"var(--reference-width)":void 0,maxWidth:r?"var(--available-width)":void 0,maxHeight:r?"var(--available-height)":void 0,pointerEvents:t?void 0:"none",top:"0px",left:"0px",transform:t?"translate3d(var(--x), var(--y), 0)":"translate3d(0, -100vh, 0)",zIndex:"var(--z-index)"}}}var Ps=new WeakMap,fc=new WeakMap,hc={},ap=0,CT=e=>e&&(e.host||CT(e.parentNode)),j5=(e,t)=>t.map(n=>{if(e.contains(n))return n;const r=CT(n);return r&&e.contains(r)?r:(console.error("[zag-js > ariaHidden] target",n,"in not contained inside",e,". Doing nothing"),null)}).filter(n=>!!n),$5=new Set(["script","output","status","next-route-announcer"]),V5=e=>$5.has(e.localName)||e.role==="status"||e.hasAttribute("aria-live")?!0:e.matches("[data-live-announcer]"),q5=(e,t)=>{const{parentNode:n,markerName:r,controlAttribute:o,followControlledElements:a=!0}=t,u=j5(n,Array.isArray(e)?e:[e]);hc[r]||(hc[r]=new WeakMap);const c=hc[r],d=[],f=new Set,p=new Set(u),m=y=>{!y||f.has(y)||(f.add(y),m(y.parentNode))};u.forEach(y=>{m(y),a&&en(y)&&Hb(y,_=>{m(_)})});const T=y=>{!y||p.has(y)||Array.prototype.forEach.call(y.children,_=>{if(f.has(_))T(_);else try{if(V5(_))return;const C=_.getAttribute(o)==="true",A=(Ps.get(_)||0)+1,P=(c.get(_)||0)+1;Ps.set(_,A),c.set(_,P),d.push(_),A===1&&C&&fc.set(_,!0),P===1&&_.setAttribute(r,""),C||_.setAttribute(o,"true")}catch(w){console.error("[zag-js > ariaHidden] cannot operate on ",_,w)}})};return T(n),f.clear(),ap++,()=>{d.forEach(y=>{const _=Ps.get(y)-1,w=c.get(y)-1;Ps.set(y,_),c.set(y,w),_||(fc.has(y)||y.removeAttribute(o),fc.delete(y)),w||y.removeAttribute(r)}),ap--,ap||(Ps=new WeakMap,Ps=new WeakMap,fc=new WeakMap,hc={})}},Y5=e=>(Array.isArray(e)?e[0]:e).ownerDocument.body,W5=(e,t=Y5(e),n="data-aria-hidden",r=!0)=>{if(t)return q5(e,{parentNode:t,markerName:n,controlAttribute:"aria-hidden",followControlledElements:r})},G5=e=>{const t=requestAnimationFrame(()=>e());return()=>cancelAnimationFrame(t)};function kT(e,t={}){const{defer:n=!0}=t,r=n?G5:a=>a(),o=[];return o.push(r(()=>{const u=(typeof e=="function"?e():e).filter(Boolean);u.length!==0&&o.push(W5(u))})),()=>{o.forEach(a=>a==null?void 0:a())}}function X5(e){const t={each(n){var r;for(let o=0;o<((r=e.frames)==null?void 0:r.length);o+=1){const a=e.frames[o];a&&n(a)}},addEventListener(n,r,o){return t.each(a=>{try{a.document.addEventListener(n,r,o)}catch(u){}}),()=>{try{t.removeEventListener(n,r,o)}catch(a){}}},removeEventListener(n,r,o){t.each(a=>{try{a.document.removeEventListener(n,r,o)}catch(u){}})}};return t}function K5(e){const t=e.frameElement!=null?e.parent:null;return{addEventListener:(n,r,o)=>{try{t==null||t.addEventListener(n,r,o)}catch(a){}return()=>{try{t==null||t.removeEventListener(n,r,o)}catch(a){}}},removeEventListener:(n,r,o)=>{try{t==null||t.removeEventListener(n,r,o)}catch(a){}}}}var PT="pointerdown.outside",NT="focus.outside";function Q5(e){for(const t of e)if(en(t)&&Vr(t))return!0;return!1}var OT=e=>"clientY"in e;function J5(e,t){if(!OT(t)||!e)return!1;const n=e.getBoundingClientRect();return n.width===0||n.height===0?!1:n.top<=t.clientY&&t.clientY<=n.top+n.height&&n.left<=t.clientX&&t.clientX<=n.left+n.width}function Z5(e,t){return e.y<=t.y&&t.y<=e.y+e.height&&e.x<=t.x&&t.x<=e.x+e.width}function IT(e,t){if(!t||!OT(e))return!1;const n=t.scrollHeight>t.clientHeight,r=n&&e.clientX>t.offsetLeft+t.clientWidth,o=t.scrollWidth>t.clientWidth,a=o&&e.clientY>t.offsetTop+t.clientHeight,u={x:t.offsetLeft,y:t.offsetTop,width:t.clientWidth+(n?16:0),height:t.clientHeight+(o?16:0)},c={x:e.clientX,y:e.clientY};return Z5(u,c)?r||a:!1}function eM(e,t){const{exclude:n,onFocusOutside:r,onPointerDownOutside:o,onInteractOutside:a,defer:u,followControlledElements:c=!0}=t;if(!e)return;const d=$r(e),f=Es(e),p=X5(f),m=K5(f);function T(v,H){if(!en(H)||!H.isConnected||gs(e,H)||J5(e,v)||c&&Ub(e,H))return!1;const Y=d.querySelector(`[aria-controls="${e.id}"]`);if(Y){const q=$h(Y);if(IT(v,q))return!1}const D=$h(e);return IT(v,D)?!1:!(n!=null&&n(H))}const y=new Set,_=yo(e==null?void 0:e.getRootNode());function w(v){function H(Y){var me,V;const D=u&&!zb()?Yt:se=>se(),q=Y!=null?Y:v,re=(V=(me=q==null?void 0:q.composedPath)==null?void 0:me.call(q))!=null?V:[q==null?void 0:q.target];D(()=>{const se=_?re[0]:wr(v);if(!(!e||!T(v,se))){if(o||a){const ce=Rh(o,a);e.addEventListener(PT,ce,{once:!0})}RT(e,PT,{bubbles:!1,cancelable:!0,detail:{originalEvent:q,contextmenu:B4(q),focusable:Q5(re),target:se}})}})}v.pointerType==="touch"?(y.forEach(Y=>Y()),y.add(tn(d,"click",H,{once:!0})),y.add(m.addEventListener("click",H,{once:!0})),y.add(p.addEventListener("click",H,{once:!0}))):H()}const C=new Set,A=setTimeout(()=>{C.add(tn(d,"pointerdown",w,!0)),C.add(m.addEventListener("pointerdown",w,!0)),C.add(p.addEventListener("pointerdown",w,!0))},0);function P(v){(u?Yt:Y=>Y())(()=>{var q,re;const Y=(re=(q=v==null?void 0:v.composedPath)==null?void 0:q.call(v))!=null?re:[v==null?void 0:v.target],D=_?Y[0]:wr(v);if(!(!e||!T(v,D))){if(r||a){const me=Rh(r,a);e.addEventListener(NT,me,{once:!0})}RT(e,NT,{bubbles:!1,cancelable:!0,detail:{originalEvent:v,contextmenu:!1,focusable:Vr(D),target:D}})}})}return zb()||(C.add(tn(d,"focusin",P,!0)),C.add(m.addEventListener("focusin",P,!0)),C.add(p.addEventListener("focusin",P,!0))),()=>{clearTimeout(A),y.forEach(v=>v()),C.forEach(v=>v())}}function tM(e,t){const{defer:n}=t,r=n?Yt:a=>a(),o=[];return o.push(r(()=>{const a=typeof e=="function"?e():e;o.push(eM(a,t))})),()=>{o.forEach(a=>a==null?void 0:a())}}function RT(e,t,n){const r=e.ownerDocument.defaultView||window,o=new r.CustomEvent(t,n);return e.dispatchEvent(o)}function nM(e,t){const n=r=>{r.key==="Escape"&&(r.isComposing||t==null||t(r))};return tn($r(e),"keydown",n,{capture:!0})}var LT="layer:request-dismiss",dr={layers:[],branches:[],count(){return this.layers.length},pointerBlockingLayers(){return this.layers.filter(e=>e.pointerBlocking)},topMostPointerBlockingLayer(){return[...this.pointerBlockingLayers()].slice(-1)[0]},hasPointerBlockingLayer(){return this.pointerBlockingLayers().length>0},isBelowPointerBlockingLayer(e){var r;const t=this.indexOf(e),n=this.topMostPointerBlockingLayer()?this.indexOf((r=this.topMostPointerBlockingLayer())==null?void 0:r.node):-1;return t<n},isTopMost(e){const t=this.layers[this.count()-1];return(t==null?void 0:t.node)===e},getNestedLayers(e){return Array.from(this.layers).slice(this.indexOf(e)+1)},getLayersByType(e){return this.layers.filter(t=>t.type===e)},getNestedLayersByType(e,t){const n=this.indexOf(e);return n===-1?[]:this.layers.slice(n+1).filter(r=>r.type===t)},getParentLayerOfType(e,t){const n=this.indexOf(e);if(!(n<=0))return this.layers.slice(0,n).reverse().find(r=>r.type===t)},countNestedLayersOfType(e,t){return this.getNestedLayersByType(e,t).length},isInNestedLayer(e,t){return this.getNestedLayers(e).some(n=>gs(n.node,t))},isInBranch(e){return Array.from(this.branches).some(t=>gs(t,e))},add(e){this.layers.push(e),this.syncLayers()},addBranch(e){this.branches.push(e)},remove(e){const t=this.indexOf(e);t<0||(t<this.count()-1&&this.getNestedLayers(e).forEach(r=>dr.dismiss(r.node,e)),this.layers.splice(t,1),this.syncLayers())},removeBranch(e){const t=this.branches.indexOf(e);t>=0&&this.branches.splice(t,1)},syncLayers(){this.layers.forEach((e,t)=>{e.node.style.setProperty("--layer-index",`${t}`),e.node.removeAttribute("data-nested"),e.node.removeAttribute("data-has-nested"),this.getParentLayerOfType(e.node,e.type)&&e.node.setAttribute("data-nested",e.type);const r=this.countNestedLayersOfType(e.node,e.type);r>0&&e.node.setAttribute("data-has-nested",e.type),e.node.style.setProperty("--nested-layer-count",`${r}`)})},indexOf(e){return this.layers.findIndex(t=>t.node===e)},dismiss(e,t){const n=this.indexOf(e);if(n===-1)return;const r=this.layers[n];iM(e,LT,o=>{var a;(a=r.requestDismiss)==null||a.call(r,o),o.defaultPrevented||r==null||r.dismiss()}),rM(e,LT,{originalLayer:e,targetLayer:t,originalIndex:n,targetIndex:t?this.indexOf(t):-1}),this.syncLayers()},clear(){this.remove(this.layers[0].node)}};function rM(e,t,n){const r=e.ownerDocument.defaultView||window,o=new r.CustomEvent(t,{cancelable:!0,bubbles:!0,detail:n});return e.dispatchEvent(o)}function iM(e,t,n){e.addEventListener(t,n,{once:!0})}var DT;function MT(){dr.layers.forEach(({node:e})=>{e.style.pointerEvents=dr.isBelowPointerBlockingLayer(e)?"none":"auto"})}function oM(e){e.style.pointerEvents=""}function sM(e,t){const n=$r(e),r=[];return dr.hasPointerBlockingLayer()&&!n.body.hasAttribute("data-inert")&&(DT=document.body.style.pointerEvents,queueMicrotask(()=>{n.body.style.pointerEvents="none",n.body.setAttribute("data-inert","")})),t==null||t.forEach(o=>{const[a,u]=aD(()=>{const c=o();return en(c)?c:null},{timeout:1e3});a.then(c=>r.push(Zl(c,{pointerEvents:"auto"}))),r.push(u)}),()=>{dr.hasPointerBlockingLayer()||(queueMicrotask(()=>{n.body.style.pointerEvents=DT,n.body.removeAttribute("data-inert"),n.body.style.length===0&&n.body.removeAttribute("style")}),r.forEach(o=>o()))}}function aM(e,t){const{warnOnMissingNode:n=!0}=t;if(n&&!e){Dh("[@zag-js/dismissable] node is `null` or `undefined`");return}if(!e)return;const{onDismiss:r,onRequestDismiss:o,pointerBlocking:a,exclude:u,debug:c,type:d="dialog"}=t,f={dismiss:r,node:e,type:d,pointerBlocking:a,requestDismiss:o};dr.add(f),MT();function p(w){var A,P;const C=wr(w.detail.originalEvent);dr.isBelowPointerBlockingLayer(e)||dr.isInBranch(C)||((A=t.onPointerDownOutside)==null||A.call(t,w),(P=t.onInteractOutside)==null||P.call(t,w),!w.defaultPrevented&&(c&&console.log("onPointerDownOutside:",w.detail.originalEvent),r==null||r()))}function m(w){var A,P;const C=wr(w.detail.originalEvent);dr.isInBranch(C)||((A=t.onFocusOutside)==null||A.call(t,w),(P=t.onInteractOutside)==null||P.call(t,w),!w.defaultPrevented&&(c&&console.log("onFocusOutside:",w.detail.originalEvent),r==null||r()))}function T(w){var C;dr.isTopMost(e)&&((C=t.onEscapeKeyDown)==null||C.call(t,w),!w.defaultPrevented&&r&&(w.preventDefault(),r()))}function y(w){var v;if(!e)return!1;const C=typeof u=="function"?u():u,A=Array.isArray(C)?C:[C],P=(v=t.persistentElements)==null?void 0:v.map(H=>H()).filter(en);return P&&A.push(...P),A.some(H=>gs(H,w))||dr.isInNestedLayer(e,w)}const _=[a?sM(e,t.persistentElements):void 0,nM(e,T),tM(e,{exclude:y,onFocusOutside:m,onPointerDownOutside:p,defer:t.defer})];return()=>{dr.remove(e),MT(),oM(e),_.forEach(w=>w==null?void 0:w())}}function FT(e,t){const{defer:n}=t,r=n?Yt:a=>a(),o=[];return o.push(r(()=>{const a=ps(e)?e():e;o.push(aM(a,t))})),()=>{o.forEach(a=>a==null?void 0:a())}}var uM=Object.defineProperty,lM=(e,t,n)=>t in e?uM(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,vt=(e,t,n)=>lM(e,typeof t!="symbol"?t+"":t,n),BT={activateTrap(e,t){if(e.length>0){const r=e[e.length-1];r!==t&&r.pause()}const n=e.indexOf(t);n===-1||e.splice(n,1),e.push(t)},deactivateTrap(e,t){const n=e.indexOf(t);n!==-1&&e.splice(n,1),e.length>0&&e[e.length-1].unpause()}},cM=[],dM=class{constructor(e,t){vt(this,"trapStack"),vt(this,"config"),vt(this,"doc"),vt(this,"state",{containers:[],containerGroups:[],tabbableGroups:[],nodeFocusedBeforeActivation:null,mostRecentlyFocusedNode:null,active:!1,paused:!1,delayInitialFocusTimer:void 0,recentNavEvent:void 0}),vt(this,"portalContainers",new Set),vt(this,"listenerCleanups",[]),vt(this,"handleFocus",r=>{const o=wr(r),a=this.findContainerIndex(o,r)>=0;if(a||Xl(o))a&&(this.state.mostRecentlyFocusedNode=o);else{r.stopImmediatePropagation();let u,c=!0;if(this.state.mostRecentlyFocusedNode)if(Xa(this.state.mostRecentlyFocusedNode)>0){const d=this.findContainerIndex(this.state.mostRecentlyFocusedNode),{tabbableNodes:f}=this.state.containerGroups[d];if(f.length>0){const p=f.findIndex(m=>m===this.state.mostRecentlyFocusedNode);p>=0&&(this.config.isKeyForward(this.state.recentNavEvent)?p+1<f.length&&(u=f[p+1],c=!1):p-1>=0&&(u=f[p-1],c=!1))}}else this.state.containerGroups.some(d=>d.tabbableNodes.some(f=>Xa(f)>0))||(c=!1);else c=!1;c&&(u=this.findNextNavNode({target:this.state.mostRecentlyFocusedNode,isBackward:this.config.isKeyBackward(this.state.recentNavEvent)})),u?this.tryFocus(u):this.tryFocus(this.state.mostRecentlyFocusedNode||this.getInitialFocusNode())}this.state.recentNavEvent=void 0}),vt(this,"handlePointerDown",r=>{const o=wr(r);if(!(this.findContainerIndex(o,r)>=0)){if(ru(this.config.clickOutsideDeactivates,r)){this.deactivate({returnFocus:this.config.returnFocusOnDeactivate});return}ru(this.config.allowOutsideClick,r)||r.preventDefault()}}),vt(this,"handleClick",r=>{const o=wr(r);this.findContainerIndex(o,r)>=0||ru(this.config.clickOutsideDeactivates,r)||ru(this.config.allowOutsideClick,r)||(r.preventDefault(),r.stopImmediatePropagation())}),vt(this,"handleTabKey",r=>{if(this.config.isKeyForward(r)||this.config.isKeyBackward(r)){this.state.recentNavEvent=r;const o=this.config.isKeyBackward(r),a=this.findNextNavNode({event:r,isBackward:o});if(!a)return;nu(r)&&r.preventDefault(),this.tryFocus(a)}}),vt(this,"handleEscapeKey",r=>{fM(r)&&ru(this.config.escapeDeactivates,r)!==!1&&(r.preventDefault(),this.deactivate())}),vt(this,"_mutationObserver"),vt(this,"setupMutationObserver",()=>{const r=this.doc.defaultView||window;this._mutationObserver=new r.MutationObserver(o=>{o.some(c=>Array.from(c.removedNodes).some(f=>f===this.state.mostRecentlyFocusedNode))&&this.tryFocus(this.getInitialFocusNode()),o.some(c=>c.type==="attributes"&&(c.attributeName==="aria-controls"||c.attributeName==="aria-expanded")?!0:c.type==="childList"&&c.addedNodes.length>0?Array.from(c.addedNodes).some(d=>{if(d.nodeType!==Node.ELEMENT_NODE)return!1;const f=d;return P4(f)?!0:f.id&&!this.state.containers.some(p=>p.contains(f))?N4(f):!1}):!1)&&this.state.active&&!this.state.paused&&(this.updateTabbableNodes(),this.updatePortalContainers())})}),vt(this,"updateObservedNodes",()=>{var r;(r=this._mutationObserver)==null||r.disconnect(),this.state.active&&!this.state.paused&&(this.state.containers.map(o=>{var a;(a=this._mutationObserver)==null||a.observe(o,{subtree:!0,childList:!0,attributes:!0,attributeFilter:["aria-controls","aria-expanded"]})}),this.portalContainers.forEach(o=>{this.observePortalContainer(o)}))}),vt(this,"getInitialFocusNode",()=>{let r=this.getNodeForOption("initialFocus",{hasFallback:!0});if(r===!1)return!1;if(r===void 0||r&&!Vr(r)){const o=ys(this.doc);if(o&&this.findContainerIndex(o)>=0)r=o;else{const a=this.state.tabbableGroups[0];r=a&&a.firstTabbableNode||this.getNodeForOption("fallbackFocus")}}else r===null&&(r=this.getNodeForOption("fallbackFocus"));if(!r)throw new Error("Your focus-trap needs to have at least one focusable element");return r.isConnected||(r=this.getNodeForOption("fallbackFocus")),r}),vt(this,"tryFocus",r=>{if(r!==!1&&r!==ys(this.doc)){if(!r||!r.focus){this.tryFocus(this.getInitialFocusNode());return}r.focus({preventScroll:!!this.config.preventScroll}),this.state.mostRecentlyFocusedNode=r,hM(r)&&r.select()}}),vt(this,"deactivate",r=>{if(!this.state.active)return this;const o=F({onDeactivate:this.config.onDeactivate,onPostDeactivate:this.config.onPostDeactivate,checkCanReturnFocus:this.config.checkCanReturnFocus},r);clearTimeout(this.state.delayInitialFocusTimer),this.state.delayInitialFocusTimer=void 0,this.removeListeners(),this.state.active=!1,this.state.paused=!1,this.updateObservedNodes(),BT.deactivateTrap(this.trapStack,this),this.portalContainers.clear();const a=this.getOption(o,"onDeactivate"),u=this.getOption(o,"onPostDeactivate"),c=this.getOption(o,"checkCanReturnFocus"),d=this.getOption(o,"returnFocus","returnFocusOnDeactivate");a==null||a();const f=()=>{UT(()=>{if(d){const p=this.getReturnFocusNode(this.state.nodeFocusedBeforeActivation);this.tryFocus(p)}u==null||u()})};if(d&&c){const p=this.getReturnFocusNode(this.state.nodeFocusedBeforeActivation);return c(p).then(f,f),this}return f(),this}),vt(this,"pause",r=>{if(this.state.paused||!this.state.active)return this;const o=this.getOption(r,"onPause"),a=this.getOption(r,"onPostPause");return this.state.paused=!0,o==null||o(),this.removeListeners(),this.updateObservedNodes(),a==null||a(),this}),vt(this,"unpause",r=>{if(!this.state.paused||!this.state.active)return this;const o=this.getOption(r,"onUnpause"),a=this.getOption(r,"onPostUnpause");return this.state.paused=!1,o==null||o(),this.updateTabbableNodes(),this.addListeners(),this.updateObservedNodes(),a==null||a(),this}),vt(this,"updateContainerElements",r=>(this.state.containers=Array.isArray(r)?r.filter(Boolean):[r].filter(Boolean),this.state.active&&this.updateTabbableNodes(),this.updateObservedNodes(),this)),vt(this,"getReturnFocusNode",r=>{const o=this.getNodeForOption("setReturnFocus",{params:[r]});return o||(o===!1?!1:r)}),vt(this,"getOption",(r,o,a)=>r&&r[o]!==void 0?r[o]:this.config[a||o]),vt(this,"getNodeForOption",(r,{hasFallback:o=!1,params:a=[]}={})=>{let u=this.config[r];if(typeof u=="function"&&(u=u(...a)),u===!0&&(u=void 0),!u){if(u===void 0||u===!1)return u;throw new Error(`\`${r}\` was specified but was not a node, or did not return a node`)}let c=u;if(typeof u=="string"){try{c=this.doc.querySelector(u)}catch(d){throw new Error(`\`${r}\` appears to be an invalid selector; error="${d.message}"`)}if(!c&&!o)throw new Error(`\`${r}\` as selector refers to no known node`)}return c}),vt(this,"findNextNavNode",r=>{const{event:o,isBackward:a=!1}=r,u=r.target||wr(o);this.updateTabbableNodes();let c=null;if(this.state.tabbableGroups.length>0){const d=this.findContainerIndex(u,o),f=d>=0?this.state.containerGroups[d]:void 0;if(d<0)a?c=this.state.tabbableGroups[this.state.tabbableGroups.length-1].lastTabbableNode:c=this.state.tabbableGroups[0].firstTabbableNode;else if(a){let p=this.state.tabbableGroups.findIndex(({firstTabbableNode:m})=>u===m);if(p<0&&((f==null?void 0:f.container)===u||Vr(u)&&!bo(u)&&!(f!=null&&f.nextTabbableNode(u,!1)))&&(p=d),p>=0){const m=p===0?this.state.tabbableGroups.length-1:p-1,T=this.state.tabbableGroups[m];c=Xa(u)>=0?T.lastTabbableNode:T.lastDomTabbableNode}else nu(o)||(c=f==null?void 0:f.nextTabbableNode(u,!1))}else{let p=this.state.tabbableGroups.findIndex(({lastTabbableNode:m})=>u===m);if(p<0&&((f==null?void 0:f.container)===u||Vr(u)&&!bo(u)&&!(f!=null&&f.nextTabbableNode(u)))&&(p=d),p>=0){const m=p===this.state.tabbableGroups.length-1?0:p+1,T=this.state.tabbableGroups[m];c=Xa(u)>=0?T.firstTabbableNode:T.firstDomTabbableNode}else nu(o)||(c=f==null?void 0:f.nextTabbableNode(u))}}else c=this.getNodeForOption("fallbackFocus");return c}),this.trapStack=t.trapStack||cM;const n=F({returnFocusOnDeactivate:!0,escapeDeactivates:!0,delayInitialFocus:!0,followControlledElements:!0,isKeyForward(r){return nu(r)&&!r.shiftKey},isKeyBackward(r){return nu(r)&&r.shiftKey}},t);this.doc=n.document||$r(Array.isArray(e)?e[0]:e),this.config=n,this.updateContainerElements(e),this.setupMutationObserver()}addPortalContainer(e){const t=e.parentElement;t&&!this.portalContainers.has(t)&&(this.portalContainers.add(t),this.state.active&&!this.state.paused&&this.observePortalContainer(t))}observePortalContainer(e){var t;(t=this._mutationObserver)==null||t.observe(e,{subtree:!0,childList:!0,attributes:!0,attributeFilter:["aria-controls","aria-expanded"]})}updatePortalContainers(){this.config.followControlledElements&&this.state.containers.forEach(e=>{v4(e).forEach(n=>{this.addPortalContainer(n)})})}get active(){return this.state.active}get paused(){return this.state.paused}findContainerIndex(e,t){const n=typeof(t==null?void 0:t.composedPath)=="function"?t.composedPath():void 0;return this.state.containerGroups.findIndex(({container:r,tabbableNodes:o})=>r.contains(e)||(n==null?void 0:n.includes(r))||o.find(a=>a===e)||this.isControlledElement(r,e))}isControlledElement(e,t){return this.config.followControlledElements?Ub(e,t):!1}updateTabbableNodes(){if(this.state.containerGroups=this.state.containers.map(e=>{const t=Ts(e,{getShadowRoot:this.config.getShadowRoot}),n=Gb(e,{getShadowRoot:this.config.getShadowRoot}),r=t[0],o=t[t.length-1],a=r,u=o;let c=!1;for(let f=0;f<t.length;f++)if(Xa(t[f])>0){c=!0;break}function d(f,p=!0){const m=t.indexOf(f);if(m>=0)return t[m+(p?1:-1)];const T=n.indexOf(f);if(!(T<0)){if(p){for(let y=T+1;y<n.length;y++)if(bo(n[y]))return n[y]}else for(let y=T-1;y>=0;y--)if(bo(n[y]))return n[y]}}return{container:e,tabbableNodes:t,focusableNodes:n,posTabIndexesFound:c,firstTabbableNode:r,lastTabbableNode:o,firstDomTabbableNode:a,lastDomTabbableNode:u,nextTabbableNode:d}}),this.state.tabbableGroups=this.state.containerGroups.filter(e=>e.tabbableNodes.length>0),this.state.tabbableGroups.length<=0&&!this.getNodeForOption("fallbackFocus"))throw new Error("Your focus-trap must have at least one container with at least one tabbable node in it at all times");if(this.state.containerGroups.find(e=>e.posTabIndexesFound)&&this.state.containerGroups.length>1)throw new Error("At least one node with a positive tabindex was found in one of your focus-trap's multiple containers. Positive tabindexes are only supported in single-container focus-traps.")}addListeners(){if(this.state.active)return BT.activateTrap(this.trapStack,this),this.state.delayInitialFocusTimer=this.config.delayInitialFocus?UT(()=>{this.tryFocus(this.getInitialFocusNode())}):this.tryFocus(this.getInitialFocusNode()),this.listenerCleanups.push(tn(this.doc,"focusin",this.handleFocus,!0),tn(this.doc,"mousedown",this.handlePointerDown,{capture:!0,passive:!1}),tn(this.doc,"touchstart",this.handlePointerDown,{capture:!0,passive:!1}),tn(this.doc,"click",this.handleClick,{capture:!0,passive:!1}),tn(this.doc,"keydown",this.handleTabKey,{capture:!0,passive:!1}),tn(this.doc,"keydown",this.handleEscapeKey)),this}removeListeners(){if(this.state.active)return this.listenerCleanups.forEach(e=>e()),this.listenerCleanups=[],this}activate(e){if(this.state.active)return this;const t=this.getOption(e,"onActivate"),n=this.getOption(e,"onPostActivate"),r=this.getOption(e,"checkCanFocusTrap");r||this.updateTabbableNodes(),this.state.active=!0,this.state.paused=!1,this.state.nodeFocusedBeforeActivation=ys(this.doc),t==null||t();const o=()=>{r&&this.updateTabbableNodes(),this.addListeners(),this.updateObservedNodes(),n==null||n()};return r?(r(this.state.containers.concat()).then(o,o),this):(o(),this)}},nu=e=>e.key==="Tab",ru=(e,...t)=>typeof e=="function"?e(...t):e,fM=e=>!e.isComposing&&e.key==="Escape",UT=e=>setTimeout(e,0),hM=e=>e.localName==="input"&&"select"in e&&typeof e.select=="function";function HT(e,t={}){let n;const r=Yt(()=>{const o=typeof e=="function"?e():e;if(o){n=new dM(o,pe(F({escapeDeactivates:!1,allowOutsideClick:!0,preventScroll:!0,returnFocusOnDeactivate:!0,delayInitialFocus:!1,fallbackFocus:o},t),{document:$r(o)}));try{n.activate()}catch(a){}}});return function(){n==null||n.deactivate(),r()}}var up="data-scroll-lock";function pM(e){const t=e.getBoundingClientRect().left;return Math.round(t)+e.scrollLeft?"paddingLeft":"paddingRight"}function zT(e){const t=bs(e),n=t==null?void 0:t.scrollbarGutter;return n==="stable"||(n==null?void 0:n.startsWith("stable "))===!0}function jT(e){var y;const t=e!=null?e:document,n=(y=t.defaultView)!=null?y:window,{documentElement:r,body:o}=t;if(o.hasAttribute(up))return;const u=zT(r)||zT(o),c=n.innerWidth-r.clientWidth;o.setAttribute(up,"");const d=()=>oD(r,"--scrollbar-width",`${c}px`),f=pM(r),p=()=>{const _={overflow:"hidden"};return!u&&c>0&&(_[f]=`${c}px`),Zl(o,_)},m=()=>{var Y,D;const{scrollX:_,scrollY:w,visualViewport:C}=n,A=(Y=C==null?void 0:C.offsetLeft)!=null?Y:0,P=(D=C==null?void 0:C.offsetTop)!=null?D:0,v={position:"fixed",overflow:"hidden",top:`${-(w-Math.floor(P))}px`,left:`${-(_-Math.floor(A))}px`,right:"0"};!u&&c>0&&(v[f]=`${c}px`);const H=Zl(o,v);return()=>{H==null||H(),n.scrollTo({left:_,top:w,behavior:"instant"})}},T=[d(),Kl()?m():p()];return()=>{T.forEach(_=>_==null?void 0:_()),o.removeAttribute(up)}}var mM=_o("popover").parts("arrow","arrowTip","anchor","trigger","indicator","positioner","content","title","description","closeTrigger"),Xr=mM.build(),$T=e=>{var t,n;return(n=(t=e.ids)==null?void 0:t.anchor)!=null?n:`popover:${e.id}:anchor`},VT=e=>{var t,n;return(n=(t=e.ids)==null?void 0:t.trigger)!=null?n:`popover:${e.id}:trigger`},lp=e=>{var t,n;return(n=(t=e.ids)==null?void 0:t.content)!=null?n:`popover:${e.id}:content`},qT=e=>{var t,n;return(n=(t=e.ids)==null?void 0:t.positioner)!=null?n:`popover:${e.id}:popper`},gM=e=>{var t,n;return(n=(t=e.ids)==null?void 0:t.arrow)!=null?n:`popover:${e.id}:arrow`},cp=e=>{var t,n;return(n=(t=e.ids)==null?void 0:t.title)!=null?n:`popover:${e.id}:title`},dp=e=>{var t,n;return(n=(t=e.ids)==null?void 0:t.description)!=null?n:`popover:${e.id}:desc`},EM=e=>{var t,n;return(n=(t=e.ids)==null?void 0:t.closeTrigger)!=null?n:`popover:${e.id}:close`},YT=e=>e.getById($T(e)),Ns=e=>e.getById(VT(e)),Os=e=>e.getById(lp(e)),WT=e=>e.getById(qT(e)),yM=e=>e.getById(cp(e)),bM=e=>e.getById(dp(e));function TM(e,t){const{state:n,context:r,send:o,computed:a,prop:u,scope:c}=e,d=n.matches("open"),f=r.get("currentPlacement"),p=a("currentPortalled"),m=r.get("renderedElements"),T=z5(pe(F({},u("positioning")),{placement:f}));return{portalled:p,open:d,setOpen(y){n.matches("open")!==y&&o({type:y?"OPEN":"CLOSE"})},reposition(y={}){o({type:"POSITIONING.SET",options:y})},getArrowProps(){return t.element(pe(F({id:gM(c)},Xr.arrow.attrs),{dir:u("dir"),style:T.arrow}))},getArrowTipProps(){return t.element(pe(F({},Xr.arrowTip.attrs),{dir:u("dir"),style:T.arrowTip}))},getAnchorProps(){return t.element(pe(F({},Xr.anchor.attrs),{dir:u("dir"),id:$T(c)}))},getTriggerProps(){return t.button(pe(F({},Xr.trigger.attrs),{dir:u("dir"),type:"button","data-placement":f,id:VT(c),"aria-haspopup":"dialog","aria-expanded":d,"data-state":d?"open":"closed","aria-controls":lp(c),onPointerDown(y){jb(y)&&M4()&&y.currentTarget.focus()},onClick(y){y.defaultPrevented||o({type:"TOGGLE"})},onBlur(y){o({type:"TRIGGER_BLUR",target:y.relatedTarget})}}))},getIndicatorProps(){return t.element(pe(F({},Xr.indicator.attrs),{dir:u("dir"),"data-state":d?"open":"closed"}))},getPositionerProps(){return t.element(pe(F({id:qT(c)},Xr.positioner.attrs),{dir:u("dir"),style:T.floating}))},getContentProps(){return t.element(pe(F({},Xr.content.attrs),{dir:u("dir"),id:lp(c),tabIndex:-1,role:"dialog","aria-modal":Mb(u("modal")),hidden:!d,"data-state":d?"open":"closed","data-expanded":ms(d),"aria-labelledby":m.title?cp(c):void 0,"aria-describedby":m.description?dp(c):void 0,"data-placement":f}))},getTitleProps(){return t.element(pe(F({},Xr.title.attrs),{id:cp(c),dir:u("dir")}))},getDescriptionProps(){return t.element(pe(F({},Xr.description.attrs),{id:dp(c),dir:u("dir")}))},getCloseTriggerProps(){return t.button(pe(F({},Xr.closeTrigger.attrs),{dir:u("dir"),id:EM(c),type:"button","aria-label":"close",onClick(y){y.defaultPrevented||(y.stopPropagation(),o({type:"CLOSE"}))}}))}}}var _M={props({props:e}){return pe(F({closeOnInteractOutside:!0,closeOnEscape:!0,autoFocus:!0,modal:!1,portalled:!0},e),{positioning:F({placement:"bottom"},e.positioning)})},initialState({prop:e}){return e("open")||e("defaultOpen")?"open":"closed"},context({bindable:e}){return{currentPlacement:e(()=>({defaultValue:void 0})),renderedElements:e(()=>({defaultValue:{title:!0,description:!0}}))}},computed:{currentPortalled:({prop:e})=>!!e("modal")||!!e("portalled")},watch({track:e,prop:t,action:n}){e([()=>t("open")],()=>{n(["toggleVisibility"])})},entry:["checkRenderedElements"],states:{closed:{on:{"CONTROLLED.OPEN":{target:"open",actions:["setInitialFocus"]},TOGGLE:[{guard:"isOpenControlled",actions:["invokeOnOpen"]},{target:"open",actions:["invokeOnOpen","setInitialFocus"]}],OPEN:[{guard:"isOpenControlled",actions:["invokeOnOpen"]},{target:"open",actions:["invokeOnOpen","setInitialFocus"]}]}},open:{effects:["trapFocus","preventScroll","hideContentBelow","trackPositioning","trackDismissableElement","proxyTabFocus"],on:{"CONTROLLED.CLOSE":{target:"closed",actions:["setFinalFocus"]},CLOSE:[{guard:"isOpenControlled",actions:["invokeOnClose"]},{target:"closed",actions:["invokeOnClose","setFinalFocus"]}],TOGGLE:[{guard:"isOpenControlled",actions:["invokeOnClose"]},{target:"closed",actions:["invokeOnClose"]}],"POSITIONING.SET":{actions:["reposition"]}}}},implementations:{guards:{isOpenControlled:({prop:e})=>e("open")!=null},effects:{trackPositioning({context:e,prop:t,scope:n}){var a;e.set("currentPlacement",t("positioning").placement);const r=(a=YT(n))!=null?a:Ns(n);return vT(r,()=>WT(n),pe(F({},t("positioning")),{defer:!0,onComplete(u){e.set("currentPlacement",u.placement)}}))},trackDismissableElement({send:e,prop:t,scope:n}){const r=()=>Os(n);let o=!0;return FT(r,{type:"popover",pointerBlocking:t("modal"),exclude:Ns(n),defer:!0,onEscapeKeyDown(a){var u;(u=t("onEscapeKeyDown"))==null||u(a),!t("closeOnEscape")&&a.preventDefault()},onInteractOutside(a){var u;(u=t("onInteractOutside"))==null||u(a),!a.defaultPrevented&&(o=!(a.detail.focusable||a.detail.contextmenu),t("closeOnInteractOutside")||a.preventDefault())},onPointerDownOutside:t("onPointerDownOutside"),onFocusOutside:t("onFocusOutside"),persistentElements:t("persistentElements"),onRequestDismiss:t("onRequestDismiss"),onDismiss(){e({type:"CLOSE",src:"interact-outside",restoreFocus:o})}})},proxyTabFocus({prop:e,scope:t}){return e("modal")||!e("portalled")?void 0:rD(()=>Os(t),{triggerElement:Ns(t),defer:!0,getShadowRoot:!0,onFocus(r){r.focus({preventScroll:!0})}})},hideContentBelow({prop:e,scope:t}){return e("modal")?kT(()=>[Os(t),Ns(t)],{defer:!0}):void 0},preventScroll({prop:e,scope:t}){if(e("modal"))return jT(t.getDoc())},trapFocus({prop:e,scope:t}){return e("modal")?HT(()=>Os(t),{initialFocus:()=>Xb({root:Os(t),getInitialEl:e("initialFocusEl"),enabled:e("autoFocus")}),getShadowRoot:!0}):void 0}},actions:{reposition({event:e,prop:t,scope:n,context:r}){var u;const o=(u=YT(n))!=null?u:Ns(n);vT(o,()=>WT(n),pe(F(F({},t("positioning")),e.options),{defer:!0,listeners:!1,onComplete(c){r.set("currentPlacement",c.placement)}}))},checkRenderedElements({context:e,scope:t}){Yt(()=>{Object.assign(e.get("renderedElements"),{title:!!yM(t),description:!!bM(t)})})},setInitialFocus({prop:e,scope:t}){e("modal")||Yt(()=>{const n=Xb({root:Os(t),getInitialEl:e("initialFocusEl"),enabled:e("autoFocus")});n==null||n.focus({preventScroll:!0})})},setFinalFocus({event:e,scope:t}){var r,o;const n=(o=e.restoreFocus)!=null?o:(r=e.previousEvent)==null?void 0:r.restoreFocus;n!=null&&!n||Yt(()=>{const a=Ns(t);a==null||a.focus({preventScroll:!0})})},invokeOnOpen({prop:e,flush:t}){t(()=>{var n;(n=e("onOpenChange"))==null||n({open:!0})})},invokeOnClose({prop:e,flush:t}){t(()=>{var n;(n=e("onOpenChange"))==null||n({open:!1})})},toggleVisibility({event:e,send:t,prop:n}){t({type:n("open")?"CONTROLLED.OPEN":"CONTROLLED.CLOSE",previousEvent:e})}}}};xs()(["autoFocus","closeOnEscape","closeOnInteractOutside","dir","getRootNode","id","ids","initialFocusEl","modal","onEscapeKeyDown","onFocusOutside","onInteractOutside","onOpenChange","onPointerDownOutside","onRequestDismiss","defaultOpen","open","persistentElements","portalled","positioning"]);const[qU,pc]=To({name:"EnvironmentContext",hookName:"useEnvironmentContext",providerName:"<EnvironmentProvider />",strict:!1,defaultValue:{getRootNode:()=>document,getDocument:()=>document,getWindow:()=>window}}),[YU,fp]=To({name:"LocaleContext",hookName:"useLocaleContext",providerName:"<LocaleProvider />",strict:!1,defaultValue:{dir:"ltr",locale:"en-US"}}),SM=e=>{const t=B.useId(),{getRootNode:n}=pc(),{dir:r}=fp(),o=F({id:t,dir:r,getRootNode:n},e),a=tc(_M,o);return TM(a,Yh)},xM=e=>{const[t,u]=iT(e),c=u,{children:n}=c,r=mn(c,["children"]),o=SM(r),a=Xh(Wt({present:o.open},t));return x.jsx(yD,{value:o,children:x.jsx(tT,{value:a,children:n})})},GT=B.forwardRef((e,t)=>{const n=Gh(),r=Ka(),o=Wt(pe(F({},n.getTriggerProps()),{"aria-controls":r.unmounted?void 0:n.getTriggerProps()["aria-controls"]}),e);return x.jsx(Sn.button,pe(F({},o),{ref:t}))});GT.displayName="PopoverTrigger";function wM(e){return wt({attr:{fill:"currentColor",viewBox:"0 0 16 16"},child:[{tag:"path",attr:{fillRule:"evenodd",d:"M11.854 3.646a.5.5 0 0 1 0 .708L8.207 8l3.647 3.646a.5.5 0 0 1-.708.708l-4-4a.5.5 0 0 1 0-.708l4-4a.5.5 0 0 1 .708 0M4.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 1 0v-13a.5.5 0 0 0-.5-.5"},child:[]}]})(e)}function AM(e){return wt({attr:{fill:"currentColor",viewBox:"0 0 16 16"},child:[{tag:"path",attr:{fillRule:"evenodd",d:"M4.146 3.646a.5.5 0 0 0 0 .708L7.793 8l-3.647 3.646a.5.5 0 0 0 .708.708l4-4a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708 0M11.5 1a.5.5 0 0 1 .5.5v13a.5.5 0 0 1-1 0v-13a.5.5 0 0 1 .5-.5"},child:[]}]})(e)}function vM(e){return wt({attr:{fill:"currentColor",viewBox:"0 0 16 16"},child:[{tag:"path",attr:{fillRule:"evenodd",d:"M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0"},child:[]}]})(e)}function CM(e){return wt({attr:{fill:"currentColor",viewBox:"0 0 16 16"},child:[{tag:"path",attr:{fillRule:"evenodd",d:"M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708"},child:[]}]})(e)}function kM(e){return wt({attr:{fill:"currentColor",viewBox:"0 0 16 16"},child:[{tag:"path",attr:{fillRule:"evenodd",d:"M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2"},child:[]}]})(e)}function PM(e){return wt({attr:{fill:"currentColor",viewBox:"0 0 16 16"},child:[{tag:"path",attr:{d:"M15.854.146a.5.5 0 0 1 .11.54l-5.819 14.547a.75.75 0 0 1-1.329.124l-3.178-4.995L.643 7.184a.75.75 0 0 1 .124-1.33L15.314.037a.5.5 0 0 1 .54.11ZM6.636 10.07l2.761 4.338L14.13 2.576zm6.787-8.201L1.591 6.602l4.339 2.76z"},child:[]}]})(e)}function hp(e){return wt({attr:{fill:"currentColor",viewBox:"0 0 16 16"},child:[{tag:"path",attr:{d:"M7.657 6.247c.11-.33.576-.33.686 0l.645 1.937a2.89 2.89 0 0 0 1.829 1.828l1.936.645c.33.11.33.576 0 .686l-1.937.645a2.89 2.89 0 0 0-1.828 1.829l-.645 1.936a.361.361 0 0 1-.686 0l-.645-1.937a2.89 2.89 0 0 0-1.828-1.828l-1.937-.645a.361.361 0 0 1 0-.686l1.937-.645a2.89 2.89 0 0 0 1.828-1.828zM3.794 1.148a.217.217 0 0 1 .412 0l.387 1.162c.173.518.579.924 1.097 1.097l1.162.387a.217.217 0 0 1 0 .412l-1.162.387A1.73 1.73 0 0 0 4.593 5.69l-.387 1.162a.217.217 0 0 1-.412 0L3.407 5.69A1.73 1.73 0 0 0 2.31 4.593l-1.162-.387a.217.217 0 0 1 0-.412l1.162-.387A1.73 1.73 0 0 0 3.407 2.31zM10.863.099a.145.145 0 0 1 .274 0l.258.774c.115.346.386.617.732.732l.774.258a.145.145 0 0 1 0 .274l-.774.258a1.16 1.16 0 0 0-.732.732l-.258.774a.145.145 0 0 1-.274 0l-.258-.774a1.16 1.16 0 0 0-.732-.732L9.1 2.137a.145.145 0 0 1 0-.274l.774-.258c.346-.115.617-.386.732-.732z"},child:[]}]})(e)}function XT(e){return wt({attr:{fill:"currentColor",viewBox:"0 0 16 16"},child:[{tag:"path",attr:{d:"M9.5 13a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m0-5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m0-5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0"},child:[]}]})(e)}const NM=({className:e,componentType:t,children:n})=>{const[r,o]=B.useState(!1),{globalClassName:a}=rt(),u=f=>{o(f.open)},c=B.useCallback(()=>{o(!1)},[]),d=B.useMemo(()=>({closeMenu:c}),[c]);return x.jsxs(xM,{open:r,onOpenChange:u,positioning:{placement:"bottom-end"},children:[x.jsx(GT,{"aria-label":`Overflow menu for ${t}`,className:W(`${z}-overflow-menu-button-trigger`,`${z}-icon-button`,a,e,`cim-${t}-component`),children:x.jsx(XT,{})}),x.jsx(rT,{children:x.jsx(nT,{className:W(`${z}-overflow-menu-list`,a,`cim-${t}-component`),children:x.jsx(Pb.Provider,{value:d,children:n})})})]})};function KT(e){return wt({attr:{viewBox:"0 0 24 24",fill:"currentColor"},child:[{tag:"path",attr:{d:"M15 4.00008H13V11.0001H20V9.00008H16.4142L20.7071 4.70718L19.2929 3.29297L15 7.58586V4.00008ZM4.00008 15H7.58586L3.29297 19.2929L4.70718 20.7071L9.00008 16.4142V20H11.0001V13H4.00008V15Z"},child:[]}]})(e)}function QT(e){return wt({attr:{viewBox:"0 0 24 24",fill:"currentColor"},child:[{tag:"path",attr:{d:"M17.5858 5H14V3H21V10H19V6.41421L14.7071 10.7071L13.2929 9.29289L17.5858 5ZM3 14H5V17.5858L9.29289 13.2929L10.7071 14.7071L6.41421 19H10V21H3V14Z"},child:[]}]})(e)}const[OM,xo]=To({name:"CarouselContext",hookName:"useCarouselContext",providerName:"<CarouselProvider />"}),JT=B.forwardRef((e,t)=>{const n=xo(),r=Wt(n.getControlProps(),e);return x.jsx(Sn.div,pe(F(F({},r),e),{ref:t}))});JT.displayName="CarouselControl";const ZT=B.forwardRef((e,t)=>{const[n,r]=Qa()(e,["readOnly","index"]),o=xo(),a=Wt(o.getIndicatorProps(n),r);return x.jsx(Sn.button,pe(F({},a),{ref:t}))});ZT.displayName="CarouselIndicator";const e_=B.forwardRef((e,t)=>{const n=xo(),r=Wt(n.getIndicatorGroupProps(),e);return x.jsx(Sn.div,pe(F({},r),{ref:t}))});e_.displayName="CarouselIndicatorGroup";const t_=B.forwardRef((e,t)=>{const[n,r]=Qa()(e,["index","snapAlign"]),o=xo(),a=Wt(o.getItemProps(n),r);return x.jsx(Sn.div,pe(F({},a),{ref:t}))});t_.displayName="CarouselItem";const n_=B.forwardRef((e,t)=>{const n=xo(),r=Wt(n.getItemGroupProps(),e);return x.jsx(Sn.div,pe(F({},r),{ref:t}))});n_.displayName="CarouselItemGroup";const r_=B.forwardRef((e,t)=>{const n=xo(),r=Wt(n.getNextTriggerProps(),e);return x.jsx(Sn.button,pe(F({},r),{ref:t}))});r_.displayName="CarouselNextTrigger";const i_=B.forwardRef((e,t)=>{const n=xo(),r=Wt(n.getPrevTriggerProps(),e);return x.jsx(Sn.button,pe(F({},r),{ref:t}))});i_.displayName="CarouselPrevTrigger";function IM(e){const t=bs(e),n=e.getBoundingClientRect();let r=t.getPropertyValue("scroll-padding-left").replace("auto","0px"),o=t.getPropertyValue("scroll-padding-top").replace("auto","0px"),a=t.getPropertyValue("scroll-padding-right").replace("auto","0px"),u=t.getPropertyValue("scroll-padding-bottom").replace("auto","0px");function c(T,y){let _=parseFloat(T);return/%/.test(T)&&(_/=100,_*=y),Number.isNaN(_)?0:_}let d=c(r,n.width),f=c(o,n.height),p=c(a,n.width),m=c(u,n.height);return{x:{before:d,after:p},y:{before:f,after:m}}}function RM(e,t,n="both"){return n==="x"&&e.right>=t.left&&e.left<=t.right||n==="y"&&e.bottom>=t.top&&e.top<=t.bottom||n==="both"&&e.right>=t.left&&e.left<=t.right&&e.bottom>=t.top&&e.top<=t.bottom}function o_(e){let t=[];for(const n of e.children)t=t.concat(n,o_(n));return t}function s_(e,t=!1){const n=e.getBoundingClientRect(),r={x:{start:[],center:[],end:[]},y:{start:[],center:[],end:[]}},o=t?o_(e):e.children;for(const a of["x","y"]){const u=a==="x"?"y":"x",c=a==="x"?"left":"top",d=a==="x"?"width":"height",f=a==="x"?"scrollLeft":"scrollTop";for(const p of o){const m=p.getBoundingClientRect();if(!RM(n,m,u))continue;const T=bs(p);let[y,_]=T.getPropertyValue("scroll-snap-align").split(" ");typeof _=="undefined"&&(_=y);const w=a==="x"?_:y,C=m[c]-n[c]+e[f];switch(w){case"none":break;case"start":r[a].start.push({node:p,position:C});break;case"center":r[a].center.push({node:p,position:C+m[d]/2});break;case"end":r[a].end.push({node:p,position:C+m[d]});break}}}return r}function a_(e){const t=e.getBoundingClientRect(),n=IM(e),r=s_(e),o={x:e.scrollWidth-e.offsetWidth,y:e.scrollHeight-e.offsetHeight};return{x:u_([...r.x.start.map(a=>a.position-n.x.before),...r.x.center.map(a=>a.position-t.width/2),...r.x.end.map(a=>a.position-t.width+n.x.after)].map(l_(0,o.x))),y:u_([...r.y.start.map(a=>a.position-n.y.before),...r.y.center.map(a=>a.position-t.height/2),...r.y.end.map(a=>a.position-t.height+n.y.after)].map(l_(0,o.y)))}}function LM(e,t,n){const r=s_(e),o=[...r[t].start,...r[t].center,...r[t].end];for(const a of o)if(n(a.node))return a.position}var u_=e=>[...new Set(e)],l_=(e,t)=>n=>Math.max(e,Math.min(t,n)),DM=_o("carousel").parts("root","itemGroup","item","control","nextTrigger","prevTrigger","indicatorGroup","indicator","autoplayTrigger"),mi=DM.build(),MM=e=>{var t,n;return(n=(t=e.ids)==null?void 0:t.root)!=null?n:`carousel:${e.id}`},FM=(e,t)=>{var n,r,o;return(o=(r=(n=e.ids)==null?void 0:n.item)==null?void 0:r.call(n,t))!=null?o:`carousel:${e.id}:item:${t}`},mc=e=>{var t,n;return(n=(t=e.ids)==null?void 0:t.itemGroup)!=null?n:`carousel:${e.id}:item-group`},BM=e=>{var t,n;return(n=(t=e.ids)==null?void 0:t.nextTrigger)!=null?n:`carousel:${e.id}:next-trigger`},UM=e=>{var t,n;return(n=(t=e.ids)==null?void 0:t.prevTrigger)!=null?n:`carousel:${e.id}:prev-trigger`},HM=e=>{var t,n;return(n=(t=e.ids)==null?void 0:t.indicatorGroup)!=null?n:`carousel:${e.id}:indicator-group`},c_=(e,t)=>{var n,r,o;return(o=(r=(n=e.ids)==null?void 0:n.indicator)==null?void 0:r.call(n,t))!=null?o:`carousel:${e.id}:indicator:${t}`},Un=e=>e.getById(mc(e)),d_=e=>iD(Un(e),"[data-part=item]"),zM=(e,t)=>e.getById(c_(e,t)),f_=e=>{const t=Un(e);if(!t)return;const n=Ts(t);t.setAttribute("tabindex",n.length>0?"-1":"0")};function jM(e,t){const{state:n,context:r,computed:o,send:a,scope:u,prop:c}=e,d=n.matches("autoplay"),f=n.matches("dragging"),p=o("canScrollNext"),m=o("canScrollPrev"),T=o("isHorizontal"),y=Array.from(r.get("pageSnapPoints")),_=r.get("page"),w=c("slidesPerPage"),C=c("padding"),A=c("translations");return{isPlaying:d,isDragging:f,page:_,pageSnapPoints:y,canScrollNext:p,canScrollPrev:m,getProgress(){return _/y.length},scrollToIndex(P,v){a({type:"INDEX.SET",index:P,instant:v})},scrollTo(P,v){a({type:"PAGE.SET",index:P,instant:v})},scrollNext(P){a({type:"PAGE.NEXT",instant:P})},scrollPrev(P){a({type:"PAGE.PREV",instant:P})},play(){a({type:"AUTOPLAY.START"})},pause(){a({type:"AUTOPLAY.PAUSE"})},isInView(P){return Array.from(r.get("slidesInView")).includes(P)},refresh(){a({type:"SNAP.REFRESH"})},getRootProps(){return t.element(pe(F({},mi.root.attrs),{id:MM(u),role:"region","aria-roledescription":"carousel","data-orientation":c("orientation"),dir:c("dir"),style:{"--slides-per-page":w,"--slide-spacing":c("spacing"),"--slide-item-size":"calc(100% / var(--slides-per-page) - var(--slide-spacing) * (var(--slides-per-page) - 1) / var(--slides-per-page))"}}))},getItemGroupProps(){return t.element(pe(F({},mi.itemGroup.attrs),{id:mc(u),"data-orientation":c("orientation"),"data-dragging":ms(f),dir:c("dir"),"aria-live":d?"off":"polite",onFocus(P){gs(P.currentTarget,wr(P))&&a({type:"VIEWPORT.FOCUS"})},onBlur(P){gs(P.currentTarget,P.relatedTarget)||a({type:"VIEWPORT.BLUR"})},onMouseDown(P){if(P.defaultPrevented||!c("allowMouseDrag")||!jb(P))return;const v=wr(P);Vr(v)&&v!==P.currentTarget||(P.preventDefault(),a({type:"DRAGGING.START"}))},onWheel:i4(P=>{const v=c("orientation")==="horizontal"?"deltaX":"deltaY";P[v]<0&&!o("canScrollPrev")||P[v]>0&&!o("canScrollNext")||a({type:"USER.SCROLL"})},150),onTouchStart(){a({type:"USER.SCROLL"})},style:{display:"grid",gap:"var(--slide-spacing)",scrollSnapType:[T?"x":"y",c("snapType")].join(" "),gridAutoFlow:T?"column":"row",scrollbarWidth:"none",overscrollBehaviorX:"contain",[T?"gridAutoColumns":"gridAutoRows"]:"var(--slide-item-size)",[T?"scrollPaddingInline":"scrollPaddingBlock"]:C,[T?"paddingInline":"paddingBlock"]:C,[T?"overflowX":"overflowY"]:"auto"}}))},getItemProps(P){const v=r.get("slidesInView").includes(P.index);return t.element(pe(F({},mi.item.attrs),{id:FM(u,P.index),dir:c("dir"),role:"group","data-index":P.index,"data-inview":ms(v),"aria-roledescription":"slide","data-orientation":c("orientation"),"aria-label":A.item(P.index,c("slideCount")),"aria-hidden":Mb(!v),style:{scrollSnapAlign:(()=>{var re;const H=(re=P.snapAlign)!=null?re:"start",Y=c("slidesPerMove"),D=Y==="auto"?Math.floor(c("slidesPerPage")):Y;return(P.index+D)%D===0?H:void 0})()}}))},getControlProps(){return t.element(pe(F({},mi.control.attrs),{"data-orientation":c("orientation")}))},getPrevTriggerProps(){return t.button(pe(F({},mi.prevTrigger.attrs),{id:UM(u),type:"button",disabled:!m,dir:c("dir"),"aria-label":A.prevTrigger,"data-orientation":c("orientation"),"aria-controls":mc(u),onClick(P){P.defaultPrevented||a({type:"PAGE.PREV",src:"trigger"})}}))},getNextTriggerProps(){return t.button(pe(F({},mi.nextTrigger.attrs),{dir:c("dir"),id:BM(u),type:"button","aria-label":A.nextTrigger,"data-orientation":c("orientation"),"aria-controls":mc(u),disabled:!p,onClick(P){P.defaultPrevented||a({type:"PAGE.NEXT",src:"trigger"})}}))},getIndicatorGroupProps(){return t.element(pe(F({},mi.indicatorGroup.attrs),{dir:c("dir"),id:HM(u),"data-orientation":c("orientation"),onKeyDown(P){if(P.defaultPrevented)return;const v="indicator",H={ArrowDown(q){T||(a({type:"PAGE.NEXT",src:v}),q.preventDefault())},ArrowUp(q){T||(a({type:"PAGE.PREV",src:v}),q.preventDefault())},ArrowRight(q){T&&(a({type:"PAGE.NEXT",src:v}),q.preventDefault())},ArrowLeft(q){T&&(a({type:"PAGE.PREV",src:v}),q.preventDefault())},Home(q){a({type:"PAGE.SET",index:0,src:v}),q.preventDefault()},End(q){a({type:"PAGE.SET",index:y.length-1,src:v}),q.preventDefault()}},Y=z4(P,{dir:c("dir"),orientation:c("orientation")}),D=H[Y];D==null||D(P)}}))},getIndicatorProps(P){return t.button(pe(F({},mi.indicator.attrs),{dir:c("dir"),id:c_(u,P.index),type:"button","data-orientation":c("orientation"),"data-index":P.index,"data-readonly":ms(P.readOnly),"data-current":ms(P.index===_),"aria-label":A.indicator(P.index),onClick(v){v.defaultPrevented||P.readOnly||a({type:"PAGE.SET",index:P.index,src:"indicator"})}}))},getAutoplayTriggerProps(){return t.button(pe(F({},mi.autoplayTrigger.attrs),{type:"button","data-orientation":c("orientation"),"data-pressed":ms(d),"aria-label":d?A.autoplayStop:A.autoplayStart,onClick(P){P.defaultPrevented||a({type:d?"AUTOPLAY.PAUSE":"AUTOPLAY.START"})}}))}}}var $M={props({props:e}){return c4(e,["slideCount"],"carousel"),pe(F({dir:"ltr",defaultPage:0,orientation:"horizontal",snapType:"mandatory",loop:!!e.autoplay,slidesPerPage:1,slidesPerMove:"auto",spacing:"0px",autoplay:!1,allowMouseDrag:!1,inViewThreshold:.6},e),{translations:F({nextTrigger:"Next slide",prevTrigger:"Previous slide",indicator:t=>`Go to slide ${t+1}`,item:(t,n)=>`${t+1} of ${n}`,autoplayStart:"Start slide rotation",autoplayStop:"Stop slide rotation"},e.translations)})},refs(){return{timeoutRef:void 0}},initialState({prop:e}){return e("autoplay")?"autoplay":"idle"},context({prop:e,bindable:t,getContext:n}){return{page:t(()=>({defaultValue:e("defaultPage"),value:e("page"),onChange(r){var u;const a=n().get("pageSnapPoints");(u=e("onPageChange"))==null||u({page:r,pageSnapPoint:a[r]})}})),pageSnapPoints:t(()=>({defaultValue:VM(e("slideCount"),e("slidesPerMove"),e("slidesPerPage"))})),slidesInView:t(()=>({defaultValue:[]}))}},computed:{isRtl:({prop:e})=>e("dir")==="rtl",isHorizontal:({prop:e})=>e("orientation")==="horizontal",canScrollNext:({prop:e,context:t})=>e("loop")||t.get("page")<t.get("pageSnapPoints").length-1,canScrollPrev:({prop:e,context:t})=>e("loop")||t.get("page")>0,autoplayInterval:({prop:e})=>{const t=e("autoplay");return W6(t)?t.delay:4e3}},watch({track:e,action:t,context:n,prop:r,send:o}){e([()=>r("slidesPerPage"),()=>r("slidesPerMove")],()=>{t(["setSnapPoints"])}),e([()=>n.get("page")],()=>{t(["scrollToPage","focusIndicatorEl"])}),e([()=>r("orientation")],()=>{t(["setSnapPoints","scrollToPage"])}),e([()=>r("slideCount")],()=>{o({type:"SNAP.REFRESH",src:"slide.count"})}),e([()=>!!r("autoplay")],()=>{o({type:r("autoplay")?"AUTOPLAY.START":"AUTOPLAY.PAUSE",src:"autoplay.prop.change"})})},on:{"PAGE.NEXT":{target:"idle",actions:["clearScrollEndTimer","setNextPage"]},"PAGE.PREV":{target:"idle",actions:["clearScrollEndTimer","setPrevPage"]},"PAGE.SET":{target:"idle",actions:["clearScrollEndTimer","setPage"]},"INDEX.SET":{target:"idle",actions:["clearScrollEndTimer","setMatchingPage"]},"SNAP.REFRESH":{actions:["setSnapPoints","clampPage"]},"PAGE.SCROLL":{actions:["scrollToPage"]}},effects:["trackSlideMutation","trackSlideIntersections","trackSlideResize"],entry:["setSnapPoints","setPage"],exit:["clearScrollEndTimer"],states:{idle:{on:{"DRAGGING.START":{target:"dragging",actions:["invokeDragStart"]},"AUTOPLAY.START":{target:"autoplay",actions:["invokeAutoplayStart"]},"USER.SCROLL":{target:"userScroll"},"VIEWPORT.FOCUS":{target:"focus"}}},focus:{effects:["trackKeyboardScroll"],on:{"VIEWPORT.BLUR":{target:"idle"},"PAGE.NEXT":{actions:["clearScrollEndTimer","setNextPage"]},"PAGE.PREV":{actions:["clearScrollEndTimer","setPrevPage"]},"PAGE.SET":{actions:["clearScrollEndTimer","setPage"]},"INDEX.SET":{actions:["clearScrollEndTimer","setMatchingPage"]},"USER.SCROLL":{target:"userScroll"}}},dragging:{effects:["trackPointerMove"],entry:["disableScrollSnap"],on:{DRAGGING:{actions:["scrollSlides","invokeDragging"]},"DRAGGING.END":{target:"idle",actions:["endDragging","invokeDraggingEnd"]}}},userScroll:{effects:["trackScroll"],on:{"SCROLL.END":[{guard:"isFocused",target:"focus",actions:["setClosestPage"]},{target:"idle",actions:["setClosestPage"]}]}},autoplay:{effects:["trackDocumentVisibility","trackScroll","autoUpdateSlide"],exit:["invokeAutoplayEnd"],on:{"AUTOPLAY.TICK":{actions:["setNextPage","invokeAutoplay"]},"DRAGGING.START":{target:"dragging",actions:["invokeDragStart"]},"AUTOPLAY.PAUSE":{target:"idle"}}}},implementations:{guards:{isFocused:({scope:e})=>e.isActiveElement(Un(e))},effects:{autoUpdateSlide({computed:e,send:t}){const n=setInterval(()=>{t({type:e("canScrollNext")?"AUTOPLAY.TICK":"AUTOPLAY.PAUSE",src:"autoplay.interval"})},e("autoplayInterval"));return()=>clearInterval(n)},trackSlideMutation({scope:e,send:t}){const n=Un(e);if(!n)return;const r=e.getWin(),o=new r.MutationObserver(()=>{t({type:"SNAP.REFRESH",src:"slide.mutation"}),f_(e)});return f_(e),o.observe(n,{childList:!0,subtree:!0}),()=>o.disconnect()},trackSlideResize({scope:e,send:t}){if(!Un(e))return;const r=e.getWin(),o=()=>{t({type:"SNAP.REFRESH",src:"slide.resize"})};Yt(()=>{o(),Yt(()=>{t({type:"PAGE.SCROLL",instant:!0})})});const a=new r.ResizeObserver(o);return d_(e).forEach(u=>a.observe(u)),()=>a.disconnect()},trackSlideIntersections({scope:e,prop:t,context:n}){const r=Un(e),o=e.getWin(),a=new o.IntersectionObserver(u=>{const c=u.reduce((d,f)=>{var T;const p=f.target,m=Number((T=p.dataset.index)!=null?T:"-1");return m==null||Number.isNaN(m)||m===-1?d:f.isIntersecting?j6(d,m):$6(d,m)},n.get("slidesInView"));n.set("slidesInView",V6(c))},{root:r,threshold:t("inViewThreshold")});return d_(e).forEach(u=>a.observe(u)),()=>a.disconnect()},trackScroll({send:e,refs:t,scope:n}){const r=Un(n);return r?tn(r,"scroll",()=>{clearTimeout(t.get("timeoutRef")),t.set("timeoutRef",void 0),t.set("timeoutRef",setTimeout(()=>{e({type:"SCROLL.END"})},150))},{passive:!0}):void 0},trackDocumentVisibility({scope:e,send:t}){const n=e.getDoc();return tn(n,"visibilitychange",()=>{n.visibilityState!=="visible"&&t({type:"AUTOPLAY.PAUSE",src:"doc.hidden"})})},trackPointerMove({scope:e,send:t}){const n=e.getDoc();return tD(n,{onPointerMove({event:r}){t({type:"DRAGGING",left:-r.movementX,top:-r.movementY})},onPointerUp(){t({type:"DRAGGING.END"})}})},trackKeyboardScroll({scope:e,send:t,context:n}){const r=e.getWin();return tn(r,"keydown",a=>{switch(a.key){case"ArrowRight":a.preventDefault(),t({type:"PAGE.NEXT"});break;case"ArrowLeft":a.preventDefault(),t({type:"PAGE.PREV"});break;case"Home":a.preventDefault(),t({type:"PAGE.SET",index:0});break;case"End":a.preventDefault(),t({type:"PAGE.SET",index:n.get("pageSnapPoints").length-1})}},{capture:!0})}},actions:{clearScrollEndTimer({refs:e}){e.get("timeoutRef")!=null&&(clearTimeout(e.get("timeoutRef")),e.set("timeoutRef",void 0))},scrollToPage({context:e,event:t,scope:n,computed:r,flush:o}){var f;const a=t.instant?"instant":"smooth",u=Lb((f=t.index)!=null?f:e.get("page"),0,e.get("pageSnapPoints").length-1),c=Un(n);if(!c)return;const d=r("isHorizontal")?"left":"top";o(()=>{c.scrollTo({[d]:e.get("pageSnapPoints")[u],behavior:a})})},setClosestPage({context:e,scope:t,computed:n}){const r=Un(t);if(!r)return;const o=n("isHorizontal")?r.scrollLeft:r.scrollTop,a=e.get("pageSnapPoints").findIndex(u=>Math.abs(u-o)<1);a!==-1&&e.set("page",a)},setNextPage({context:e,prop:t,state:n}){const r=n.matches("autoplay")||t("loop"),o=Ob(e.get("pageSnapPoints"),e.get("page"),{loop:r});e.set("page",o)},setPrevPage({context:e,prop:t,state:n}){const r=n.matches("autoplay")||t("loop"),o=q6(e.get("pageSnapPoints"),e.get("page"),{loop:r});e.set("page",o)},setMatchingPage({context:e,event:t,computed:n,scope:r}){const o=Un(r);if(!o)return;const a=LM(o,n("isHorizontal")?"x":"y",c=>c.dataset.index===t.index.toString());if(a==null)return;const u=e.get("pageSnapPoints").findIndex(c=>Math.abs(c-a)<1);e.set("page",u)},setPage({context:e,event:t}){var r;const n=(r=t.index)!=null?r:e.get("page");e.set("page",n)},clampPage({context:e}){const t=Lb(e.get("page"),0,e.get("pageSnapPoints").length-1);e.set("page",t)},setSnapPoints({context:e,computed:t,scope:n}){const r=Un(n);if(!r)return;const o=a_(r);e.set("pageSnapPoints",t("isHorizontal")?o.x:o.y)},disableScrollSnap({scope:e}){const t=Un(e);if(!t)return;const n=getComputedStyle(t);t.dataset.scrollSnapType=n.getPropertyValue("scroll-snap-type"),t.style.setProperty("scroll-snap-type","none")},scrollSlides({scope:e,event:t}){const n=Un(e);n==null||n.scrollBy({left:t.left,top:t.top,behavior:"instant"})},endDragging({scope:e,context:t,computed:n}){const r=Un(e);if(!r)return;const o=r.scrollLeft,a=r.scrollTop,u=a_(r),c=u.x.reduce((f,p)=>Math.abs(p-o)<Math.abs(f-o)?p:f,u.x[0]),d=u.y.reduce((f,p)=>Math.abs(p-a)<Math.abs(f-a)?p:f,u.y[0]);Yt(()=>{r.scrollTo({left:c,top:d,behavior:"smooth"});const f=n("isHorizontal")?c:d;t.set("page",t.get("pageSnapPoints").indexOf(f));const p=r.dataset.scrollSnapType;p&&(r.style.setProperty("scroll-snap-type",p),delete r.dataset.scrollSnapType)})},focusIndicatorEl({context:e,event:t,scope:n}){if(t.src!=="indicator")return;const r=zM(n,e.get("page"));r&&Yt(()=>r.focus({preventScroll:!0}))},invokeDragStart({context:e,prop:t}){var n;(n=t("onDragStatusChange"))==null||n({type:"dragging.start",isDragging:!0,page:e.get("page")})},invokeDragging({context:e,prop:t}){var n;(n=t("onDragStatusChange"))==null||n({type:"dragging",isDragging:!0,page:e.get("page")})},invokeDraggingEnd({context:e,prop:t}){var n;(n=t("onDragStatusChange"))==null||n({type:"dragging.end",isDragging:!1,page:e.get("page")})},invokeAutoplay({context:e,prop:t}){var n;(n=t("onAutoplayStatusChange"))==null||n({type:"autoplay",isPlaying:!0,page:e.get("page")})},invokeAutoplayStart({context:e,prop:t}){var n;(n=t("onAutoplayStatusChange"))==null||n({type:"autoplay.start",isPlaying:!0,page:e.get("page")})},invokeAutoplayEnd({context:e,prop:t}){var n;(n=t("onAutoplayStatusChange"))==null||n({type:"autoplay.stop",isPlaying:!1,page:e.get("page")})}}}};function VM(e,t,n){if(e==null||n<=0)return[];const r=[],o=t==="auto"?Math.floor(n):t;if(o<=0)return[];for(let a=0;a<e&&!(a+n>e);a+=o)r.push(a);return r}xs()(["dir","getRootNode","id","ids","loop","page","defaultPage","onPageChange","orientation","slideCount","slidesPerPage","slidesPerMove","spacing","padding","autoplay","allowMouseDrag","inViewThreshold","translations","snapType","onDragStatusChange","onAutoplayStatusChange"]),xs()(["index","readOnly"]),xs()(["index","snapAlign"]);const qM=e=>{const t=B.useId(),{getRootNode:n}=pc(),{dir:r}=fp(),o=F({id:t,dir:r,getRootNode:n},e),a=tc($M,o);return jM(a,Yh)},h_=B.forwardRef((e,t)=>{const[n,r]=Qa()(e,["allowMouseDrag","autoplay","defaultPage","id","ids","inViewThreshold","loop","onAutoplayStatusChange","onDragStatusChange","onPageChange","orientation","padding","page","slideCount","slidesPerMove","slidesPerPage","snapType","spacing","translations"]),o=qM(n),a=Wt(o.getRootProps(),r);return x.jsx(OM,{value:o,children:x.jsx(Sn.div,pe(F({},a),{ref:t}))})});h_.displayName="CarouselRoot";const YM=180,WM=e=>{const t=e.trim(),n=parseFloat(t);return Number.isNaN(n)?0:t.endsWith("rem")?n*16:n},GM=({globalClassName:e,className:t,itemMinWidth:n=YM,spacing:r="0.5rem",loop:o=!1,allowMouseDrag:a=!0,showIndicators:u=!0,showNavigation:c=!0,onPageChange:d,ariaLabel:f="Product carousel",children:p})=>{const m=Array.from(p),T=m.length,y=B.useRef(null),[_,w]=B.useState(0),{width:C}=jC();B.useLayoutEffect(()=>{y.current&&w(y.current.getBoundingClientRect().width)},[C,T]);const A=WM(r),P=n+A,v=_>0?(_+A)/P:1,H=Math.max(1,Math.floor(v));if(T===0)return null;const Y=T>H,D=Math.ceil(T/H),q=Y?Math.max(1,v):H;return x.jsxs(h_,{ref:y,className:W(e,t,`${z}-carousel`),slidesPerPage:q,slidesPerMove:H,spacing:r,loop:o,allowMouseDrag:a,slideCount:T,onPageChange:d,"aria-label":f,children:[x.jsx(n_,{className:W(e,`${z}-carousel__item-group`,{"carousel-row-container":!Y}),children:m.map((re,me)=>x.jsx(t_,{index:me,className:W(e,`${z}-carousel__item`),children:re},me))}),c&&Y&&x.jsxs(JT,{className:W(e,`${z}-carousel__control`),children:[x.jsx(i_,{className:W(e,`${z}-carousel__prev-trigger`),"aria-label":"Previous slide",children:x.jsx(vM,{size:"16px"})}),x.jsx(r_,{className:W(e,`${z}-carousel__next-trigger`),"aria-label":"Next slide",children:x.jsx(CM,{size:"16px"})})]}),u&&Y&&x.jsx(e_,{className:W(e,`${z}-carousel__indicator-group`),children:Array.from({length:D},(re,me)=>x.jsx(ZT,{index:me,className:W(e,`${z}-carousel__indicator`),"aria-label":`Go to slide group ${me+1}`},me))})]})},[XM,KM]=To({name:"RenderStrategyContext",hookName:"useRenderStrategyContext",providerName:"<RenderStrategyPropsProvider />"}),QM=e=>Qa()(e,["lazyMount","unmountOnExit"]),[JM,iu]=To({name:"DialogContext",hookName:"useDialogContext",providerName:"<DialogProvider />"}),p_=B.forwardRef((e,t)=>{const n=iu(),r=KM(),o=Xh(pe(F({},r),{present:n.open})),a=Wt(n.getBackdropProps(),o.getPresenceProps(),e);return o.unmounted?null:x.jsx(Sn.div,pe(F({},a),{ref:nc(o.ref,t)}))});p_.displayName="DialogBackdrop";const pp=B.forwardRef((e,t)=>{const n=iu(),r=Ka(),o=Wt(n.getContentProps(),r.getPresenceProps(),e);return r.unmounted?null:x.jsx(Sn.div,pe(F({},o),{ref:nc(r.ref,t)}))});pp.displayName="DialogContent";const mp=B.forwardRef((e,t)=>{const n=iu(),r=Wt(n.getDescriptionProps(),e);return x.jsx(Sn.div,pe(F({},r),{ref:t}))});mp.displayName="DialogDescription";const gp=B.forwardRef((e,t)=>{const n=iu(),r=Wt(n.getPositionerProps(),e);return Ka().unmounted?null:x.jsx(Sn.div,pe(F({},r),{ref:t}))});gp.displayName="DialogPositioner";var ZM=_o("dialog").parts("trigger","backdrop","positioner","content","title","description","closeTrigger"),wo=ZM.build(),m_=e=>{var t,n;return(n=(t=e.ids)==null?void 0:t.positioner)!=null?n:`dialog:${e.id}:positioner`},g_=e=>{var t,n;return(n=(t=e.ids)==null?void 0:t.backdrop)!=null?n:`dialog:${e.id}:backdrop`},Ep=e=>{var t,n;return(n=(t=e.ids)==null?void 0:t.content)!=null?n:`dialog:${e.id}:content`},E_=e=>{var t,n;return(n=(t=e.ids)==null?void 0:t.trigger)!=null?n:`dialog:${e.id}:trigger`},yp=e=>{var t,n;return(n=(t=e.ids)==null?void 0:t.title)!=null?n:`dialog:${e.id}:title`},bp=e=>{var t,n;return(n=(t=e.ids)==null?void 0:t.description)!=null?n:`dialog:${e.id}:description`},y_=e=>{var t,n;return(n=(t=e.ids)==null?void 0:t.closeTrigger)!=null?n:`dialog:${e.id}:close`},gc=e=>e.getById(Ep(e)),e8=e=>e.getById(m_(e)),t8=e=>e.getById(g_(e)),n8=e=>e.getById(E_(e)),r8=e=>e.getById(yp(e)),i8=e=>e.getById(bp(e)),o8=e=>e.getById(y_(e));function s8(e,t){const{state:n,send:r,context:o,prop:a,scope:u}=e,c=a("aria-label"),d=n.matches("open");return{open:d,setOpen(f){n.matches("open")!==f&&r({type:f?"OPEN":"CLOSE"})},getTriggerProps(){return t.button(pe(F({},wo.trigger.attrs),{dir:a("dir"),id:E_(u),"aria-haspopup":"dialog",type:"button","aria-expanded":d,"data-state":d?"open":"closed","aria-controls":Ep(u),onClick(f){f.defaultPrevented||r({type:"TOGGLE"})}}))},getBackdropProps(){return t.element(pe(F({},wo.backdrop.attrs),{dir:a("dir"),hidden:!d,id:g_(u),"data-state":d?"open":"closed"}))},getPositionerProps(){return t.element(pe(F({},wo.positioner.attrs),{dir:a("dir"),id:m_(u),style:{pointerEvents:d?void 0:"none"}}))},getContentProps(){const f=o.get("rendered");return t.element(pe(F({},wo.content.attrs),{dir:a("dir"),role:a("role"),hidden:!d,id:Ep(u),tabIndex:-1,"data-state":d?"open":"closed","aria-modal":!0,"aria-label":c||void 0,"aria-labelledby":c||!f.title?void 0:yp(u),"aria-describedby":f.description?bp(u):void 0}))},getTitleProps(){return t.element(pe(F({},wo.title.attrs),{dir:a("dir"),id:yp(u)}))},getDescriptionProps(){return t.element(pe(F({},wo.description.attrs),{dir:a("dir"),id:bp(u)}))},getCloseTriggerProps(){return t.button(pe(F({},wo.closeTrigger.attrs),{dir:a("dir"),id:y_(u),type:"button",onClick(f){f.defaultPrevented||(f.stopPropagation(),r({type:"CLOSE"}))}}))}}}var a8={props({props:e,scope:t}){const n=e.role==="alertdialog",r=n?()=>o8(t):void 0,o=typeof e.modal=="boolean"?e.modal:!0;return F({role:"dialog",modal:o,trapFocus:o,preventScroll:o,closeOnInteractOutside:!n,closeOnEscape:!0,restoreFocus:!0,initialFocusEl:r},e)},initialState({prop:e}){return e("open")||e("defaultOpen")?"open":"closed"},context({bindable:e}){return{rendered:e(()=>({defaultValue:{title:!0,description:!0}}))}},watch({track:e,action:t,prop:n}){e([()=>n("open")],()=>{t(["toggleVisibility"])})},states:{open:{entry:["checkRenderedElements","syncZIndex"],effects:["trackDismissableElement","trapFocus","preventScroll","hideContentBelow"],on:{"CONTROLLED.CLOSE":{target:"closed"},CLOSE:[{guard:"isOpenControlled",actions:["invokeOnClose"]},{target:"closed",actions:["invokeOnClose"]}],TOGGLE:[{guard:"isOpenControlled",actions:["invokeOnClose"]},{target:"closed",actions:["invokeOnClose"]}]}},closed:{on:{"CONTROLLED.OPEN":{target:"open"},OPEN:[{guard:"isOpenControlled",actions:["invokeOnOpen"]},{target:"open",actions:["invokeOnOpen"]}],TOGGLE:[{guard:"isOpenControlled",actions:["invokeOnOpen"]},{target:"open",actions:["invokeOnOpen"]}]}}},implementations:{guards:{isOpenControlled:({prop:e})=>e("open")!=null},effects:{trackDismissableElement({scope:e,send:t,prop:n}){return FT(()=>gc(e),{type:"dialog",defer:!0,pointerBlocking:n("modal"),exclude:[n8(e)],onInteractOutside(o){var a;(a=n("onInteractOutside"))==null||a(o),n("closeOnInteractOutside")||o.preventDefault()},persistentElements:n("persistentElements"),onFocusOutside:n("onFocusOutside"),onPointerDownOutside:n("onPointerDownOutside"),onRequestDismiss:n("onRequestDismiss"),onEscapeKeyDown(o){var a;(a=n("onEscapeKeyDown"))==null||a(o),n("closeOnEscape")||o.preventDefault()},onDismiss(){t({type:"CLOSE",src:"interact-outside"})}})},preventScroll({scope:e,prop:t}){if(t("preventScroll"))return jT(e.getDoc())},trapFocus({scope:e,prop:t}){return t("trapFocus")?HT(()=>gc(e),{preventScroll:!0,returnFocusOnDeactivate:!!t("restoreFocus"),initialFocus:t("initialFocusEl"),setReturnFocus:r=>{var o,a;return(a=(o=t("finalFocusEl"))==null?void 0:o())!=null?a:r},getShadowRoot:!0}):void 0},hideContentBelow({scope:e,prop:t}){return t("modal")?kT(()=>[gc(e)],{defer:!0}):void 0}},actions:{checkRenderedElements({context:e,scope:t}){Yt(()=>{e.set("rendered",{title:!!r8(t),description:!!i8(t)})})},syncZIndex({scope:e}){Yt(()=>{const t=gc(e);if(!t)return;const n=bs(t);[e8(e),t8(e)].forEach(o=>{o==null||o.style.setProperty("--z-index",n.zIndex),o==null||o.style.setProperty("--layer-index",n.getPropertyValue("--layer-index"))})})},invokeOnClose({prop:e}){var t;(t=e("onOpenChange"))==null||t({open:!1})},invokeOnOpen({prop:e}){var t;(t=e("onOpenChange"))==null||t({open:!0})},toggleVisibility({prop:e,send:t,event:n}){t({type:e("open")?"CONTROLLED.OPEN":"CONTROLLED.CLOSE",previousEvent:n})}}}};xs()(["aria-label","closeOnEscape","closeOnInteractOutside","dir","finalFocusEl","getRootNode","getRootNode","id","id","ids","initialFocusEl","modal","onEscapeKeyDown","onFocusOutside","onInteractOutside","onOpenChange","onPointerDownOutside","onRequestDismiss","defaultOpen","open","persistentElements","preventScroll","restoreFocus","role","trapFocus"]);const u8=e=>{const t=B.useId(),{getRootNode:n}=pc(),{dir:r}=fp(),o=F({id:t,getRootNode:n,dir:r},e),a=tc(a8,o);return s8(a,Yh)},b_=e=>{const[t,c]=iT(e),d=c,{children:n}=d,r=mn(d,["children"]),[o]=QM(t),a=u8(r),u=Xh(Wt({present:a.open},t));return x.jsx(JM,{value:a,children:x.jsx(XM,{value:o,children:x.jsx(tT,{value:u,children:n})})})},T_=B.forwardRef((e,t)=>{const n=iu(),r=Wt(n.getTitleProps(),e);return x.jsx(Sn.h2,pe(F({},r),{ref:t}))});T_.displayName="DialogTitle";const l8=({children:e})=>{const[t,n]=B.useState(!1),r=B.useMemo(()=>({toggleMenu:()=>n(a=>!a),closeMenu:()=>n(!1)}),[]),o=B.useMemo(()=>({isOpen:t}),[t]);return x.jsx(Ih.Provider,{value:r,children:x.jsx(kb.Provider,{value:o,children:e})})},__=()=>B.useContext(kb),S_=()=>{const e=B.useContext(Ih);if(!e)throw new Error("useOverflowMenuDispatch must be used within an OverflowMenuProvider");return e},c8=`${z}-overflow-menu-button-trigger`,d8=({componentType:e,children:t})=>{const{isOpen:n}=__(),{closeMenu:r}=S_(),{globalClassName:o}=rt(),a=B.useRef(null);return B.useEffect(()=>{if(!n)return;const u=d=>{d.key==="Escape"&&r()},c=d=>{const f=d.target;f instanceof Element&&f.closest(`.${c8}`)||a.current&&!a.current.contains(f)&&r()};return document.addEventListener("keydown",u),document.addEventListener("mousedown",c),()=>{document.removeEventListener("keydown",u),document.removeEventListener("mousedown",c)}},[n,r]),n?x.jsx("div",{ref:a,role:"menu","aria-label":`Overflow menu for ${e}`,className:W(`${z}-overflow-panel`,o,`cim-${e}-component`),children:t}):null},f8=({componentType:e,className:t})=>{const{toggleMenu:n}=S_(),{isOpen:r}=__(),{globalClassName:o}=rt();return x.jsx("button",{"aria-label":`Overflow menu for ${e}`,title:"More options","aria-expanded":r,"aria-haspopup":"menu",className:W(`${z}-overflow-menu-button-trigger`,`${z}-icon-button`,o,t,`cim-${e}-component`),onClick:n,children:x.jsx(XT,{})})},Tp=()=>{const{status:e,entryType:t}=sr(),{messages:n}=ar(),r=t==="ask_cim",o=!!(n&&n.length>0),a=!!e.isOpen;return r&&a||!r&&a&&o},h8=({componentType:e,isIcon:t})=>{const{globalClassName:n}=rt(),{previousComponentType:r}=sr(),o=hs(),a=()=>{yl(r||"dialog"),o()};return t?x.jsx(ci,{className:W(n,`${z}-toggle-dialog-button`,`cim-${e}-component`),ariaLabel:"Collapse",title:"Collapse",onClick:a,icon:x.jsx(KT,{})}):x.jsxs("button",{className:W(n,`${z}-overflow-menu-button`,`${z}-toggle-dialog-button`,`cim-${e}-component`),onClick:a,children:[x.jsx(KT,{}),"Show ",r||"dialog"]})},p8=({componentType:e,isIcon:t})=>{const{globalClassName:n}=rt(),{isModalFullscreen:r}=sr(),o=hs(),a=()=>{vf(!r),o()},u=r?Jk:Zk,c="Toggle Fullscreen";return t?x.jsx(ci,{ariaLabel:c,title:c,className:W(n,`${z}-modal-fullscreen-button`,`cim-${e}-component`),icon:x.jsx(u,{}),onClick:a}):x.jsxs("button",{className:W(n,`${z}-overflow-menu-button`,`${z}-modal-fullscreen-button`,`cim-${e}-component`),onClick:a,children:[x.jsx(u,{}),c]})},m8=({componentType:e,isIcon:t})=>{const{globalClassName:n}=rt(),{dialogPosition:r}=sr(),o=hs(),a=r==="bottom-left",u=()=>{Cf(a?"bottom-right":"bottom-left"),o()},c=a?AM:wM,d=a?"Move right":"Move left";return t?x.jsx(ci,{className:W(n,`${z}-left-right-toggle-button`,`cim-${e}-component`),ariaLabel:d,title:d,onClick:u,icon:x.jsx(c,{})}):x.jsxs("button",{className:W(n,`${z}-overflow-menu-button`,`${z}-left-right-toggle-button`,`cim-${e}-component`),onClick:u,children:[x.jsx(c,{}),d]})},x_=({componentType:e,onClearChat:t,onClose:n,onDownloadTranscript:r})=>{const{headerConfig:o,globalClassName:a,mode:u,enableDownloadTranscript:c}=rt(),{mode:d}=sr(),f=u==="messaging"&&c&&!!r,p=d==="standalone",m=e==="modal",T=m?h8:w_,y=m?p8:m8,_=B.useMemo(()=>o?tP(o):{},[o]);return x.jsx(l8,{children:x.jsxs("div",{className:W(a,`${z}-${e}-header-wrapper`),style:{display:"flex",flexDirection:"column",position:"relative"},children:[x.jsxs("div",{className:W(a,`${z}-${e}-header`,{standalone:p,embedded:!p}),style:_,children:[(o==null?void 0:o.logoUrl)&&x.jsx("img",{alt:"",role:"img",className:W(a,`${z}-${e}-logo`,{standalone:p,embedded:!p}),src:o.logoUrl}),x.jsx(T_,{className:W(a,`${z}-${e}-title`,{standalone:p,embedded:!p}),children:o==null?void 0:o.headerText}),x.jsxs("div",{className:W(a,`${z}-${e}-controls`),children:[x.jsx(T,{componentType:e,isIcon:!0}),x.jsx(f8,{componentType:e}),x.jsx(H1,{className:W(a,`cim-${e}-component`),onClick:n})]})]}),x.jsxs(d8,{componentType:e,children:[x.jsx(y,{componentType:e}),x.jsx(b8,{componentType:e}),x.jsx(Nb,{componentType:e,onClearChat:t}),f&&x.jsx(g8,{componentType:e,onDownloadTranscript:r})]})]})})},g8=({onDownloadTranscript:e,componentType:t})=>{const{logger:n}=rt(),r=hs(),[o,a]=B.useState(!1),u=()=>Je(null,null,function*(){if(!o){a(!0);try{yield e(),r()}catch(c){n==null||n.error("Error downloading transcript:",c)}finally{a(!1)}}});return x.jsxs("button",{className:W(`${z}-overflow-menu-button`,"download-transcript-button",`cim-${t}-component`),onClick:u,disabled:o,children:[x.jsx(U6,{}),"Download transcript"]})},E8={sparkle:hp,plus:kM,"paper-plane":PM},_p=({icon:e,className:t})=>{const n=E8[e];return n?x.jsx(n,{className:t,"aria-hidden":"true"}):null},y8=({className:e,globalClassName:t,suggestions:n,disabled:r,isWidgetStandalone:o,onSuggestionClick:a})=>{var y;const{suggestionButtonConfig:u}=rt(),c=u==null?void 0:u.icon,d=(y=u==null?void 0:u.iconPosition)!=null?y:"left",f=o?"standalone":"embedded",p=_=>()=>{a(_)},m={"has-icon":!!c,"icon-right":!!c&&d==="right"},T=_=>x.jsxs(x.Fragment,{children:[c&&x.jsx(_p,{icon:c,className:`${z}-suggestion-button-icon`}),x.jsx("span",{children:_})]});return x.jsx("div",{className:W(t,`${z}-suggestion-container ${f}`,e),children:n.map(_=>o?x.jsx(Sl,{disabled:r,className:W(t,`${z}-suggestion-button standalone`,m),onClick:p(_),children:T(_)},_):x.jsx("button",{disabled:r,className:W(t,`${z}-suggestion-button embedded`,m),onClick:p(_),children:T(_)},_))})},b8=({componentType:e,isIcon:t})=>{const{globalClassName:n,enableMinimize:r}=rt();if(!r)return null;const o=()=>{ui(!1),El(!0)};return t?x.jsx(ci,{className:W(n,`${z}-toggle-minimize-button`,`cim-${e}-component`),ariaLabel:"Toggle Minimize",title:"Minimize",onClick:o,icon:x.jsx(B1,{})}):x.jsxs("button",{className:W(n,`${z}-overflow-menu-button`,`${z}-toggle-minimize-button`,`cim-${e}-component`),onClick:o,children:[x.jsx(B1,{}),"Minimize"]})},w_=({componentType:e,isIcon:t})=>{const{globalClassName:n}=rt(),r=hs(),o=()=>{yl("modal"),r()};return t?x.jsx(ci,{className:W(n,`${z}-toggle-modal-button`,`cim-${e}-component`),ariaLabel:"Expand",title:"Expand",onClick:o,icon:x.jsx(QT,{})}):x.jsxs("button",{className:W(n,`${z}-overflow-menu-button`,`${z}-toggle-modal-button`,`cim-${e}-component`),onClick:o,children:[x.jsx(QT,{}),"Show modal"]})},T8=({isWidgetStandalone:e})=>{var _,w;const{globalClassName:t,entryMessage:n,resetConversationMessage:r,suggestionButtonConfig:o}=rt(),{askCimPrompts:a,messages:u}=ar(),{isLoading:c,handleSuggestion:d}=Ur(),f=o==null?void 0:o.icon,p=(_=o==null?void 0:o.iconPosition)!=null?_:"left",m=B.useMemo(()=>{const C=typeof n=="string"?n:"Hi! I'm your Cimulate Co-Pilot. Ask me anything — I can help you find products, compare items, discover trends, and more!";return u.some(P=>P.name==="conversation_reset")&&r||C},[u,n,r]),T=((w=a.message)==null?void 0:w.suggestions)||[],y=(C,A)=>()=>{d(C,A)};return x.jsxs("div",{className:W(t,`${z}-ask-cim-entry-message`,`${z}-message-group`,e?"standalone":"embedded"),children:[x.jsx("p",{className:W(t,`${z}-ask-cim-entry-text`),children:m}),!!(T!=null&&T.length)&&x.jsx("div",{className:W(t,`${z}-ask-cim-suggestions-container`,`${z}-suggestion-container`,e?"standalone":"embedded"),children:T.map(C=>{var A;return x.jsxs(Sl,{disabled:c,className:W(t,`${z}-ask-cim-suggestion-button`,`${z}-suggestion-button`,e?"standalone":"embedded",{"has-icon":!!f,"icon-right":!!f&&p==="right"}),onClick:y(C,((A=a.message)==null?void 0:A.eventSourceId)||""),children:[f&&x.jsx(_p,{icon:f,className:`${z}-suggestion-button-icon`}),x.jsx("span",{children:C.displayText})]},C.displayText)})})]})},_8=({isWidgetStandalone:e,product:t})=>{const{configModule:n,globalClassName:r,openLinksInNewTab:o}=rt();if(!n)return null;const a=n.getName(t),u=n.getBrand(t),c=n.getPriceDisplay(t),d=n.getRelativePdp(t),f=n.getPdp(t),p=n.getImage(t),m=d&&typeof d=="string"?new URL(d,window.location.origin).href:f;return x.jsxs("div",{className:W(r,`${z}-product-tile`,{embedded:!e,standalone:e}),children:[m?x.jsx("a",{href:`${m}`,target:o?"_blank":"_self",rel:"noopener noreferrer","aria-label":`Go to product page for ${a}`,children:x.jsx("img",{className:W(r,`${z}-product-tile-image`,{embedded:!e,standalone:e}),src:`${p}`,alt:`${a}`,loading:"lazy"})}):x.jsx("img",{className:W(r,`${z}-product-tile-image`,{embedded:!e,standalone:e}),src:`${p}`,alt:`${a}`,loading:"lazy"}),x.jsxs("div",{className:W(r,`${z}-product-tile-details`,{embedded:!e,standalone:e}),children:[x.jsxs("div",{className:W(r,`${z}-product-tile-content`),children:[u&&x.jsx("p",{className:`${z}-product-tile-brand`,children:u}),m?x.jsxs("a",{"aria-label":`Go to product page for ${a}`,className:W(r,`${z}-product-tile-pdp`),href:`${m}`,target:o?"_blank":"_self",rel:"noopener noreferrer",children:[a," ",x.jsx("span",{className:W(r,`${z}-product-tile-pdp-arrow`),children:"→"})]}):x.jsx("p",{className:W(r,`${z}-product-tile-name`),title:a,children:a})]}),x.jsx("div",{className:W(r,`${z}-product-tile-footer`),children:x.jsx("p",{className:W(r,`${z}-product-tile-price`),children:c})})]})]})},S8=({isWidgetStandalone:e,message:t})=>{const{configModule:n,globalClassName:r}=rt(),o=t;return n?x.jsxs("div",{className:W(r,`${z}-display-products`),children:[x.jsx("p",{children:o.message}),o.products&&o.products.length>0&&x.jsx(GM,{globalClassName:r,spacing:"0.5rem",ariaLabel:"Recommended products",children:o.products.map(a=>{const u=n.getPid(a);return x.jsx(_8,{isWidgetStandalone:e,product:a},`${u}`)})})]}):null},x8=({globalClassName:e,message:t,isWidgetStandalone:n})=>x.jsx("div",{className:W(e,`${z}-error-message`,{standalone:n,embedded:!n}),children:x.jsxs("p",{className:W(e,`${z}-error-message-text`,{standalone:n,embedded:!n}),children:[x.jsx(Xk,{})," ",t.message||"An error occurred while processing your request."]})}),w8=({globalClassName:e,entryType:t,message:n,isWidgetStandalone:r,handleSuggestionClick:o})=>{var _;const{isLoading:a}=Ur(),{messages:u}=ar(),c=u.find(w=>w.id===n.eventSourceId),d=!!c,f=((_=c==null?void 0:c.name)==null?void 0:_.replace("_suggestions",""))||"",p=d?AA(f):null,T=a||!d||!(d&&(p===t||t==="ask_cim")),y=w=>{const C=n.suggestions.find(A=>A.displayText===w);C&&o(C,n.eventSourceId||n.id)};return x.jsxs("div",{className:W(e,`${z}-follow-up`),children:[x.jsx("p",{className:W(e,`${z}-text`),children:n.message}),x.jsx(y8,{suggestions:n.suggestions.map(w=>w.displayText),disabled:T,isWidgetStandalone:r,onSuggestionClick:y,globalClassName:e})]})};function A_(e,t){const n=String(e);if(typeof t!="string")throw new TypeError("Expected character");let r=0,o=n.indexOf(t);for(;o!==-1;)r++,o=n.indexOf(t,o+t.length);return r}function A8(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}function v8(e,t,n){const o=Rl((n||{}).ignore||[]),a=C8(t);let u=-1;for(;++u<a.length;)QE(e,"text",c);function c(f,p){let m=-1,T;for(;++m<p.length;){const y=p[m],_=T?T.children:void 0;if(o(y,_?_.indexOf(y):void 0,T))return;T=y}if(T)return d(f,p)}function d(f,p){const m=p[p.length-1],T=a[u][0],y=a[u][1];let _=0;const C=m.children.indexOf(f);let A=!1,P=[];T.lastIndex=0;let v=T.exec(f.value);for(;v;){const H=v.index,Y={index:v.index,input:v.input,stack:[...p,f]};let D=y(...v,Y);if(typeof D=="string"&&(D=D.length>0?{type:"text",value:D}:void 0),D===!1?T.lastIndex=H+1:(_!==H&&P.push({type:"text",value:f.value.slice(_,H)}),Array.isArray(D)?P.push(...D):D&&P.push(D),_=H+v[0].length,A=!0),!T.global)break;v=T.exec(f.value)}return A?(_<f.value.length&&P.push({type:"text",value:f.value.slice(_)}),m.children.splice(C,1,...P)):P=[f],C+P.length}}function C8(e){const t=[];if(!Array.isArray(e))throw new TypeError("Expected find and replace tuple or list of tuples");const n=!e[0]||Array.isArray(e[0])?e:[e];let r=-1;for(;++r<n.length;){const o=n[r];t.push([k8(o[0]),P8(o[1])])}return t}function k8(e){return typeof e=="string"?new RegExp(A8(e),"g"):e}function P8(e){return typeof e=="function"?e:function(){return e}}const Sp="phrasing",xp=["autolink","link","image","label"];function N8(){return{transforms:[F8],enter:{literalAutolink:I8,literalAutolinkEmail:wp,literalAutolinkHttp:wp,literalAutolinkWww:wp},exit:{literalAutolink:M8,literalAutolinkEmail:D8,literalAutolinkHttp:R8,literalAutolinkWww:L8}}}function O8(){return{unsafe:[{character:"@",before:"[+\\-.\\w]",after:"[\\-.\\w]",inConstruct:Sp,notInConstruct:xp},{character:".",before:"[Ww]",after:"[\\-.\\w]",inConstruct:Sp,notInConstruct:xp},{character:":",before:"[ps]",after:"\\/",inConstruct:Sp,notInConstruct:xp}]}}function I8(e){this.enter({type:"link",title:null,url:"",children:[]},e)}function wp(e){this.config.enter.autolinkProtocol.call(this,e)}function R8(e){this.config.exit.autolinkProtocol.call(this,e)}function L8(e){this.config.exit.data.call(this,e);const t=this.stack[this.stack.length-1];t.type,t.url="http://"+this.sliceSerialize(e)}function D8(e){this.config.exit.autolinkEmail.call(this,e)}function M8(e){this.exit(e)}function F8(e){v8(e,[[/(https?:\/\/|www(?=\.))([-.\w]+)([^ \t\r\n]*)/gi,B8],[new RegExp("(?<=^|\\s|\\p{P}|\\p{S})([-.\\w+]+)@([-\\w]+(?:\\.[-\\w]+)+)","gu"),U8]],{ignore:["link","linkReference"]})}function B8(e,t,n,r,o){let a="";if(!v_(o)||(/^w/i.test(t)&&(n=t+n,t="",a="http://"),!H8(n)))return!1;const u=z8(n+r);if(!u[0])return!1;const c={type:"link",title:null,url:a+t+u[0],children:[{type:"text",value:t+u[0]}]};return u[1]?[c,{type:"text",value:u[1]}]:c}function U8(e,t,n,r){return!v_(r,!0)||/[-\d_]$/.test(n)?!1:{type:"link",title:null,url:"mailto:"+t+"@"+n,children:[{type:"text",value:t+"@"+n}]}}function H8(e){const t=e.split(".");return!(t.length<2||t[t.length-1]&&(/_/.test(t[t.length-1])||!/[a-zA-Z\d]/.test(t[t.length-1]))||t[t.length-2]&&(/_/.test(t[t.length-2])||!/[a-zA-Z\d]/.test(t[t.length-2])))}function z8(e){const t=/[!"&'),.:;<>?\]}]+$/.exec(e);if(!t)return[e,void 0];e=e.slice(0,t.index);let n=t[0],r=n.indexOf(")");const o=A_(e,"(");let a=A_(e,")");for(;r!==-1&&o>a;)e+=n.slice(0,r+1),n=n.slice(r+1),r=n.indexOf(")"),a++;return[e,n]}function v_(e,t){const n=e.input.charCodeAt(e.index-1);return(e.index===0||co(n)||vl(n))&&(!t||n!==47)}C_.peek=K8;function j8(){this.buffer()}function $8(e){this.enter({type:"footnoteReference",identifier:"",label:""},e)}function V8(){this.buffer()}function q8(e){this.enter({type:"footnoteDefinition",identifier:"",label:"",children:[]},e)}function Y8(e){const t=this.resume(),n=this.stack[this.stack.length-1];n.type,n.identifier=Sr(this.sliceSerialize(e)).toLowerCase(),n.label=t}function W8(e){this.exit(e)}function G8(e){const t=this.resume(),n=this.stack[this.stack.length-1];n.type,n.identifier=Sr(this.sliceSerialize(e)).toLowerCase(),n.label=t}function X8(e){this.exit(e)}function K8(){return"["}function C_(e,t,n,r){const o=n.createTracker(r);let a=o.move("[^");const u=n.enter("footnoteReference"),c=n.enter("reference");return a+=o.move(n.safe(n.associationId(e),{after:"]",before:a})),c(),u(),a+=o.move("]"),a}function Q8(){return{enter:{gfmFootnoteCallString:j8,gfmFootnoteCall:$8,gfmFootnoteDefinitionLabelString:V8,gfmFootnoteDefinition:q8},exit:{gfmFootnoteCallString:Y8,gfmFootnoteCall:W8,gfmFootnoteDefinitionLabelString:G8,gfmFootnoteDefinition:X8}}}function J8(e){let t=!1;return e&&e.firstLineBlank&&(t=!0),{handlers:{footnoteDefinition:n,footnoteReference:C_},unsafe:[{character:"[",inConstruct:["label","phrasing","reference"]}]};function n(r,o,a,u){const c=a.createTracker(u);let d=c.move("[^");const f=a.enter("footnoteDefinition"),p=a.enter("label");return d+=c.move(a.safe(a.associationId(r),{before:d,after:"]"})),p(),d+=c.move("]:"),r.children&&r.children.length>0&&(c.shift(4),d+=c.move((t?`
|
|
32
|
+
`:" ")+a.indentLines(a.containerFlow(r,c.current()),t?k_:Z8))),f(),d}}function Z8(e,t,n){return t===0?e:k_(e,t,n)}function k_(e,t,n){return(n?"":" ")+e}const eF=["autolink","destinationLiteral","destinationRaw","reference","titleQuote","titleApostrophe"];P_.peek=oF;function tF(){return{canContainEols:["delete"],enter:{strikethrough:rF},exit:{strikethrough:iF}}}function nF(){return{unsafe:[{character:"~",inConstruct:"phrasing",notInConstruct:eF}],handlers:{delete:P_}}}function rF(e){this.enter({type:"delete",children:[]},e)}function iF(e){this.exit(e)}function P_(e,t,n,r){const o=n.createTracker(r),a=n.enter("strikethrough");let u=o.move("~~");return u+=n.containerPhrasing(e,pe(F({},o.current()),{before:u,after:"~"})),u+=o.move("~~"),a(),u}function oF(){return"~"}function sF(e){return e.length}function aF(e,t){const n=t||{},r=(n.align||[]).concat(),o=n.stringLength||sF,a=[],u=[],c=[],d=[];let f=0,p=-1;for(;++p<e.length;){const w=[],C=[];let A=-1;for(e[p].length>f&&(f=e[p].length);++A<e[p].length;){const P=uF(e[p][A]);if(n.alignDelimiters!==!1){const v=o(P);C[A]=v,(d[A]===void 0||v>d[A])&&(d[A]=v)}w.push(P)}u[p]=w,c[p]=C}let m=-1;if(typeof r=="object"&&"length"in r)for(;++m<f;)a[m]=N_(r[m]);else{const w=N_(r);for(;++m<f;)a[m]=w}m=-1;const T=[],y=[];for(;++m<f;){const w=a[m];let C="",A="";w===99?(C=":",A=":"):w===108?C=":":w===114&&(A=":");let P=n.alignDelimiters===!1?1:Math.max(1,d[m]-C.length-A.length);const v=C+"-".repeat(P)+A;n.alignDelimiters!==!1&&(P=C.length+P+A.length,P>d[m]&&(d[m]=P),y[m]=P),T[m]=v}u.splice(1,0,T),c.splice(1,0,y),p=-1;const _=[];for(;++p<u.length;){const w=u[p],C=c[p];m=-1;const A=[];for(;++m<f;){const P=w[m]||"";let v="",H="";if(n.alignDelimiters!==!1){const Y=d[m]-(C[m]||0),D=a[m];D===114?v=" ".repeat(Y):D===99?Y%2?(v=" ".repeat(Y/2+.5),H=" ".repeat(Y/2-.5)):(v=" ".repeat(Y/2),H=v):H=" ".repeat(Y)}n.delimiterStart!==!1&&!m&&A.push("|"),n.padding!==!1&&!(n.alignDelimiters===!1&&P==="")&&(n.delimiterStart!==!1||m)&&A.push(" "),n.alignDelimiters!==!1&&A.push(v),A.push(P),n.alignDelimiters!==!1&&A.push(H),n.padding!==!1&&A.push(" "),(n.delimiterEnd!==!1||m!==f-1)&&A.push("|")}_.push(n.delimiterEnd===!1?A.join("").replace(/ +$/,""):A.join(""))}return _.join(`
|
|
33
|
+
`)}function uF(e){return e==null?"":String(e)}function N_(e){const t=typeof e=="string"?e.codePointAt(0):0;return t===67||t===99?99:t===76||t===108?108:t===82||t===114?114:0}function lF(e,t,n,r){const o=n.enter("blockquote"),a=n.createTracker(r);a.move("> "),a.shift(2);const u=n.indentLines(n.containerFlow(e,a.current()),cF);return o(),u}function cF(e,t,n){return">"+(n?"":" ")+e}function dF(e,t){return O_(e,t.inConstruct,!0)&&!O_(e,t.notInConstruct,!1)}function O_(e,t,n){if(typeof t=="string"&&(t=[t]),!t||t.length===0)return n;let r=-1;for(;++r<t.length;)if(e.includes(t[r]))return!0;return!1}function I_(e,t,n,r){let o=-1;for(;++o<n.unsafe.length;)if(n.unsafe[o].character===`
|
|
34
|
+
`&&dF(n.stack,n.unsafe[o]))return/[ \t]/.test(r.before)?"":" ";return`\\
|
|
35
|
+
`}function fF(e,t){const n=String(e);let r=n.indexOf(t),o=r,a=0,u=0;if(typeof t!="string")throw new TypeError("Expected substring");for(;r!==-1;)r===o?++a>u&&(u=a):a=1,o=r+t.length,r=n.indexOf(t,o);return u}function hF(e,t){return!!(t.options.fences===!1&&e.value&&!e.lang&&/[^ \r\n]/.test(e.value)&&!/^[\t ]*(?:[\r\n]|$)|(?:^|[\r\n])[\t ]*$/.test(e.value))}function pF(e){const t=e.options.fence||"`";if(t!=="`"&&t!=="~")throw new Error("Cannot serialize code with `"+t+"` for `options.fence`, expected `` ` `` or `~`");return t}function mF(e,t,n,r){const o=pF(n),a=e.value||"",u=o==="`"?"GraveAccent":"Tilde";if(hF(e,n)){const m=n.enter("codeIndented"),T=n.indentLines(a,gF);return m(),T}const c=n.createTracker(r),d=o.repeat(Math.max(fF(a,o)+1,3)),f=n.enter("codeFenced");let p=c.move(d);if(e.lang){const m=n.enter(`codeFencedLang${u}`);p+=c.move(n.safe(e.lang,F({before:p,after:" ",encode:["`"]},c.current()))),m()}if(e.lang&&e.meta){const m=n.enter(`codeFencedMeta${u}`);p+=c.move(" "),p+=c.move(n.safe(e.meta,F({before:p,after:`
|
|
36
36
|
`,encode:["`"]},c.current()))),m()}return p+=c.move(`
|
|
37
37
|
`),a&&(p+=c.move(a+`
|
|
38
|
-
`)),p+=c.move(d),f(),p}function
|
|
39
|
-
`},d.current())))),c(),e.title&&(c=n.enter(`title${a}`),f+=d.move(" "+o),f+=d.move(n.safe(e.title,
|
|
38
|
+
`)),p+=c.move(d),f(),p}function gF(e,t,n){return(n?"":" ")+e}function Ap(e){const t=e.options.quote||'"';if(t!=='"'&&t!=="'")throw new Error("Cannot serialize title with `"+t+"` for `options.quote`, expected `\"`, or `'`");return t}function EF(e,t,n,r){const o=Ap(n),a=o==='"'?"Quote":"Apostrophe",u=n.enter("definition");let c=n.enter("label");const d=n.createTracker(r);let f=d.move("[");return f+=d.move(n.safe(n.associationId(e),F({before:f,after:"]"},d.current()))),f+=d.move("]: "),c(),!e.url||/[\0- \u007F]/.test(e.url)?(c=n.enter("destinationLiteral"),f+=d.move("<"),f+=d.move(n.safe(e.url,F({before:f,after:">"},d.current()))),f+=d.move(">")):(c=n.enter("destinationRaw"),f+=d.move(n.safe(e.url,F({before:f,after:e.title?" ":`
|
|
39
|
+
`},d.current())))),c(),e.title&&(c=n.enter(`title${a}`),f+=d.move(" "+o),f+=d.move(n.safe(e.title,F({before:f,after:o},d.current()))),f+=d.move(o),c()),u(),f}function yF(e){const t=e.options.emphasis||"*";if(t!=="*"&&t!=="_")throw new Error("Cannot serialize emphasis with `"+t+"` for `options.emphasis`, expected `*`, or `_`");return t}function ou(e){return"&#x"+e.toString(16).toUpperCase()+";"}function Ec(e,t,n){const r=is(e),o=is(t);return r===void 0?o===void 0?n==="_"?{inside:!0,outside:!0}:{inside:!1,outside:!1}:o===1?{inside:!0,outside:!0}:{inside:!1,outside:!0}:r===1?o===void 0?{inside:!1,outside:!1}:o===1?{inside:!0,outside:!0}:{inside:!1,outside:!1}:o===void 0?{inside:!1,outside:!1}:o===1?{inside:!0,outside:!1}:{inside:!1,outside:!1}}R_.peek=bF;function R_(e,t,n,r){const o=yF(n),a=n.enter("emphasis"),u=n.createTracker(r),c=u.move(o);let d=u.move(n.containerPhrasing(e,F({after:o,before:c},u.current())));const f=d.charCodeAt(0),p=Ec(r.before.charCodeAt(r.before.length-1),f,o);p.inside&&(d=ou(f)+d.slice(1));const m=d.charCodeAt(d.length-1),T=Ec(r.after.charCodeAt(0),m,o);T.inside&&(d=d.slice(0,-1)+ou(m));const y=u.move(o);return a(),n.attentionEncodeSurroundingInfo={after:T.outside,before:p.outside},c+d+y}function bF(e,t,n){return n.options.emphasis||"*"}function TF(e,t){let n=!1;return Dl(e,function(r){if("value"in r&&/\r?\n|\r/.test(r.value)||r.type==="break")return n=!0,th}),!!((!e.depth||e.depth<3)&&Vf(e)&&(t.options.setext||n))}function _F(e,t,n,r){const o=Math.max(Math.min(6,e.depth||1),1),a=n.createTracker(r);if(TF(e,n)){const p=n.enter("headingSetext"),m=n.enter("phrasing"),T=n.containerPhrasing(e,pe(F({},a.current()),{before:`
|
|
40
40
|
`,after:`
|
|
41
41
|
`}));return m(),p(),T+`
|
|
42
42
|
`+(o===1?"=":"-").repeat(T.length-(Math.max(T.lastIndexOf("\r"),T.lastIndexOf(`
|
|
43
|
-
`))+1))}const u="#".repeat(o),c=n.enter("headingAtx"),d=n.enter("phrasing");a.move(u+" ");let f=n.containerPhrasing(e,
|
|
44
|
-
`},a.current()));return/^[\t ]/.test(f)&&(f=
|
|
45
|
-
`,inConstruct:"tableCell"},{atBreak:!0,character:"|",after:"[ :-]"},{character:"|",inConstruct:"tableCell"},{atBreak:!0,character:":",after:"-"},{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{inlineCode:T,table:u,tableCell:d,tableRow:c}};function u(y,_,
|
|
46
|
-
`))}function d(y,_,S,A){const v=S.enter("tableCell"),N=S.enter("phrasing"),k=S.containerPhrasing(y,pe(M({},A),{before:a,after:a}));return N(),v(),k}function f(y,_){return V8(y,{align:_,alignDelimiters:r,padding:n,stringLength:o})}function p(y,_,S){const A=y.children;let v=-1;const N=[],k=_.enter("table");for(;++v<A.length;)N[v]=m(A[v],_,S);return k(),N}function m(y,_,S){const A=y.children;let v=-1;const N=[],k=_.enter("tableRow");for(;++v<A.length;)N[v]=d(A[v],y,_,S);return k(),N}function T(y,_,S){let A=D_.inlineCode(y,_,S);return S.stack.includes("tableCell")&&(A=A.replace(/\|/g,"\\$&")),A}}function OF(){return{exit:{taskListCheckValueChecked:F_,taskListCheckValueUnchecked:F_,paragraph:RF}}}function IF(){return{unsafe:[{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{listItem:LF}}}function F_(e){const t=this.stack[this.stack.length-2];t.type,t.checked=e.type==="taskListCheckValueChecked"}function RF(e){const t=this.stack[this.stack.length-2];if(t&&t.type==="listItem"&&typeof t.checked=="boolean"){const n=this.stack[this.stack.length-1];n.type;const r=n.children[0];if(r&&r.type==="text"){const o=t.children;let a=-1,u;for(;++a<o.length;){const c=o[a];if(c.type==="paragraph"){u=c;break}}u===n&&(r.value=r.value.slice(1),r.value.length===0?n.children.shift():n.position&&r.position&&typeof r.position.start.offset=="number"&&(r.position.start.column++,r.position.start.offset++,n.position.start=Object.assign({},r.position.start)))}}this.exit(e)}function LF(e,t,n,r){const o=e.children[0],a=typeof e.checked=="boolean"&&o&&o.type==="paragraph",u="["+(e.checked?"x":" ")+"] ",c=n.createTracker(r);a&&c.move(u);let d=D_.listItem(e,t,n,M(M({},r),c.current()));return a&&(d=d.replace(/^(?:[*+-]|\d+\.)([\r\n]| {1,3})/,f)),d;function f(p){return p+u}}function DF(){return[h8(),L8(),B8(),wF(),OF()]}function MF(e){return{extensions:[p8(),D8(e),U8(),NF(e),IF()]}}const FF={tokenize:$F,partial:!0},B_={tokenize:VF,partial:!0},U_={tokenize:qF,partial:!0},H_={tokenize:YF,partial:!0},BF={tokenize:WF,partial:!0},z_={name:"wwwAutolink",tokenize:zF,previous:$_},j_={name:"protocolAutolink",tokenize:jF,previous:V_},di={name:"emailAutolink",tokenize:HF,previous:q_},$r={};function UF(){return{text:$r}}let xo=48;for(;xo<123;)$r[xo]=di,xo++,xo===58?xo=65:xo===91&&(xo=97);$r[43]=di,$r[45]=di,$r[46]=di,$r[95]=di,$r[72]=[di,j_],$r[104]=[di,j_],$r[87]=[di,z_],$r[119]=[di,z_];function HF(e,t,n){const r=this;let o,a;return u;function u(m){return!vp(m)||!q_.call(r,r.previous)||Cp(r.events)?n(m):(e.enter("literalAutolink"),e.enter("literalAutolinkEmail"),c(m))}function c(m){return vp(m)?(e.consume(m),c):m===64?(e.consume(m),d):n(m)}function d(m){return m===46?e.check(BF,p,f)(m):m===45||m===95||pn(m)?(a=!0,e.consume(m),d):p(m)}function f(m){return e.consume(m),o=!0,d}function p(m){return a&&o&&wn(r.previous)?(e.exit("literalAutolinkEmail"),e.exit("literalAutolink"),t(m)):n(m)}}function zF(e,t,n){const r=this;return o;function o(u){return u!==87&&u!==119||!$_.call(r,r.previous)||Cp(r.events)?n(u):(e.enter("literalAutolink"),e.enter("literalAutolinkWww"),e.check(FF,e.attempt(B_,e.attempt(U_,a),n),n)(u))}function a(u){return e.exit("literalAutolinkWww"),e.exit("literalAutolink"),t(u)}}function jF(e,t,n){const r=this;let o="",a=!1;return u;function u(m){return(m===72||m===104)&&V_.call(r,r.previous)&&!Cp(r.events)?(e.enter("literalAutolink"),e.enter("literalAutolinkHttp"),o+=String.fromCodePoint(m),e.consume(m),c):n(m)}function c(m){if(wn(m)&&o.length<5)return o+=String.fromCodePoint(m),e.consume(m),c;if(m===58){const T=o.toLowerCase();if(T==="http"||T==="https")return e.consume(m),d}return n(m)}function d(m){return m===47?(e.consume(m),a?f:(a=!0,d)):n(m)}function f(m){return m===null||xl(m)||ht(m)||uo(m)||wl(m)?n(m):e.attempt(B_,e.attempt(U_,p),n)(m)}function p(m){return e.exit("literalAutolinkHttp"),e.exit("literalAutolink"),t(m)}}function $F(e,t,n){let r=0;return o;function o(u){return(u===87||u===119)&&r<3?(r++,e.consume(u),o):u===46&&r===3?(e.consume(u),a):n(u)}function a(u){return u===null?n(u):t(u)}}function VF(e,t,n){let r,o,a;return u;function u(f){return f===46||f===95?e.check(H_,d,c)(f):f===null||ht(f)||uo(f)||f!==45&&wl(f)?d(f):(a=!0,e.consume(f),u)}function c(f){return f===95?r=!0:(o=r,r=void 0),e.consume(f),u}function d(f){return o||r||!a?n(f):t(f)}}function qF(e,t){let n=0,r=0;return o;function o(u){return u===40?(n++,e.consume(u),o):u===41&&r<n?a(u):u===33||u===34||u===38||u===39||u===41||u===42||u===44||u===46||u===58||u===59||u===60||u===63||u===93||u===95||u===126?e.check(H_,t,a)(u):u===null||ht(u)||uo(u)?t(u):(e.consume(u),o)}function a(u){return u===41&&r++,e.consume(u),o}}function YF(e,t,n){return r;function r(c){return c===33||c===34||c===39||c===41||c===42||c===44||c===46||c===58||c===59||c===63||c===95||c===126?(e.consume(c),r):c===38?(e.consume(c),a):c===93?(e.consume(c),o):c===60||c===null||ht(c)||uo(c)?t(c):n(c)}function o(c){return c===null||c===40||c===91||ht(c)||uo(c)?t(c):r(c)}function a(c){return wn(c)?u(c):n(c)}function u(c){return c===59?(e.consume(c),r):wn(c)?(e.consume(c),u):n(c)}}function WF(e,t,n){return r;function r(a){return e.consume(a),o}function o(a){return pn(a)?n(a):t(a)}}function $_(e){return e===null||e===40||e===42||e===95||e===91||e===93||e===126||ht(e)}function V_(e){return!wn(e)}function q_(e){return!(e===47||vp(e))}function vp(e){return e===43||e===45||e===46||e===95||pn(e)}function Cp(e){let t=e.length,n=!1;for(;t--;){const r=e[t][1];if((r.type==="labelLink"||r.type==="labelImage")&&!r._balanced){n=!0;break}if(r._gfmAutolinkLiteralWalkedInto){n=!1;break}}return e.length>0&&!n&&(e[e.length-1][1]._gfmAutolinkLiteralWalkedInto=!0),n}const GF={tokenize:n9,partial:!0};function XF(){return{document:{91:{name:"gfmFootnoteDefinition",tokenize:ZF,continuation:{tokenize:e9},exit:t9}},text:{91:{name:"gfmFootnoteCall",tokenize:JF},93:{name:"gfmPotentialFootnoteCall",add:"after",tokenize:KF,resolveTo:QF}}}}function KF(e,t,n){const r=this;let o=r.events.length;const a=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]);let u;for(;o--;){const d=r.events[o][1];if(d.type==="labelImage"){u=d;break}if(d.type==="gfmFootnoteCall"||d.type==="labelLink"||d.type==="label"||d.type==="image"||d.type==="link")break}return c;function c(d){if(!u||!u._balanced)return n(d);const f=mr(r.sliceSerialize({start:u.end,end:r.now()}));return f.codePointAt(0)!==94||!a.includes(f.slice(1))?n(d):(e.enter("gfmFootnoteCallLabelMarker"),e.consume(d),e.exit("gfmFootnoteCallLabelMarker"),t(d))}}function QF(e,t){let n=e.length;for(;n--;)if(e[n][1].type==="labelImage"&&e[n][0]==="enter"){e[n][1];break}e[n+1][1].type="data",e[n+3][1].type="gfmFootnoteCallLabelMarker";const r={type:"gfmFootnoteCall",start:Object.assign({},e[n+3][1].start),end:Object.assign({},e[e.length-1][1].end)},o={type:"gfmFootnoteCallMarker",start:Object.assign({},e[n+3][1].end),end:Object.assign({},e[n+3][1].end)};o.end.column++,o.end.offset++,o.end._bufferIndex++;const a={type:"gfmFootnoteCallString",start:Object.assign({},o.end),end:Object.assign({},e[e.length-1][1].start)},u={type:"chunkString",contentType:"string",start:Object.assign({},a.start),end:Object.assign({},a.end)},c=[e[n+1],e[n+2],["enter",r,t],e[n+3],e[n+4],["enter",o,t],["exit",o,t],["enter",a,t],["enter",u,t],["exit",u,t],["exit",a,t],e[e.length-2],e[e.length-1],["exit",r,t]];return e.splice(n,e.length-n+1,...c),e}function JF(e,t,n){const r=this,o=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]);let a=0,u;return c;function c(m){return e.enter("gfmFootnoteCall"),e.enter("gfmFootnoteCallLabelMarker"),e.consume(m),e.exit("gfmFootnoteCallLabelMarker"),d}function d(m){return m!==94?n(m):(e.enter("gfmFootnoteCallMarker"),e.consume(m),e.exit("gfmFootnoteCallMarker"),e.enter("gfmFootnoteCallString"),e.enter("chunkString").contentType="string",f)}function f(m){if(a>999||m===93&&!u||m===null||m===91||ht(m))return n(m);if(m===93){e.exit("chunkString");const T=e.exit("gfmFootnoteCallString");return o.includes(mr(r.sliceSerialize(T)))?(e.enter("gfmFootnoteCallLabelMarker"),e.consume(m),e.exit("gfmFootnoteCallLabelMarker"),e.exit("gfmFootnoteCall"),t):n(m)}return ht(m)||(u=!0),a++,e.consume(m),m===92?p:f}function p(m){return m===91||m===92||m===93?(e.consume(m),a++,f):f(m)}}function ZF(e,t,n){const r=this,o=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]);let a,u=0,c;return d;function d(_){return e.enter("gfmFootnoteDefinition")._container=!0,e.enter("gfmFootnoteDefinitionLabel"),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(_),e.exit("gfmFootnoteDefinitionLabelMarker"),f}function f(_){return _===94?(e.enter("gfmFootnoteDefinitionMarker"),e.consume(_),e.exit("gfmFootnoteDefinitionMarker"),e.enter("gfmFootnoteDefinitionLabelString"),e.enter("chunkString").contentType="string",p):n(_)}function p(_){if(u>999||_===93&&!c||_===null||_===91||ht(_))return n(_);if(_===93){e.exit("chunkString");const S=e.exit("gfmFootnoteDefinitionLabelString");return a=mr(r.sliceSerialize(S)),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(_),e.exit("gfmFootnoteDefinitionLabelMarker"),e.exit("gfmFootnoteDefinitionLabel"),T}return ht(_)||(c=!0),u++,e.consume(_),_===92?m:p}function m(_){return _===91||_===92||_===93?(e.consume(_),u++,p):p(_)}function T(_){return _===58?(e.enter("definitionMarker"),e.consume(_),e.exit("definitionMarker"),o.includes(a)||o.push(a),rt(e,y,"gfmFootnoteDefinitionWhitespace")):n(_)}function y(_){return t(_)}}function e9(e,t,n){return e.check(va,t,e.attempt(GF,t,n))}function t9(e){e.exit("gfmFootnoteDefinition")}function n9(e,t,n){const r=this;return rt(e,o,"gfmFootnoteDefinitionIndent",5);function o(a){const u=r.events[r.events.length-1];return u&&u[1].type==="gfmFootnoteDefinitionIndent"&&u[2].sliceSerialize(u[1],!0).length===4?t(a):n(a)}}function r9(e){let n=(e||{}).singleTilde;const r={name:"strikethrough",tokenize:a,resolveAll:o};return n==null&&(n=!0),{text:{126:r},insideSpan:{null:[r]},attentionMarkers:{null:[126]}};function o(u,c){let d=-1;for(;++d<u.length;)if(u[d][0]==="enter"&&u[d][1].type==="strikethroughSequenceTemporary"&&u[d][1]._close){let f=d;for(;f--;)if(u[f][0]==="exit"&&u[f][1].type==="strikethroughSequenceTemporary"&&u[f][1]._open&&u[d][1].end.offset-u[d][1].start.offset===u[f][1].end.offset-u[f][1].start.offset){u[d][1].type="strikethroughSequence",u[f][1].type="strikethroughSequence";const p={type:"strikethrough",start:Object.assign({},u[f][1].start),end:Object.assign({},u[d][1].end)},m={type:"strikethroughText",start:Object.assign({},u[f][1].end),end:Object.assign({},u[d][1].start)},T=[["enter",p,c],["enter",u[f][1],c],["exit",u[f][1],c],["enter",m,c]],y=c.parser.constructs.insideSpan.null;y&&jn(T,T.length,0,Al(y,u.slice(f+1,d),c)),jn(T,T.length,0,[["exit",m,c],["enter",u[d][1],c],["exit",u[d][1],c],["exit",p,c]]),jn(u,f-1,d-f+3,T),d=f+T.length-2;break}}for(d=-1;++d<u.length;)u[d][1].type==="strikethroughSequenceTemporary"&&(u[d][1].type="data");return u}function a(u,c,d){const f=this.previous,p=this.events;let m=0;return T;function T(_){return f===126&&p[p.length-1][1].type!=="characterEscape"?d(_):(u.enter("strikethroughSequenceTemporary"),y(_))}function y(_){const S=es(f);if(_===126)return m>1?d(_):(u.consume(_),m++,y);if(m<2&&!n)return d(_);const A=u.exit("strikethroughSequenceTemporary"),v=es(_);return A._open=!v||v===2&&!!S,A._close=!S||S===2&&!!v,c(_)}}}class i9{constructor(){this.map=[]}add(t,n,r){o9(this,t,n,r)}consume(t){if(this.map.sort(function(a,u){return a[0]-u[0]}),this.map.length===0)return;let n=this.map.length;const r=[];for(;n>0;)n-=1,r.push(t.slice(this.map[n][0]+this.map[n][1]),this.map[n][2]),t.length=this.map[n][0];r.push(t.slice()),t.length=0;let o=r.pop();for(;o;){for(const a of o)t.push(a);o=r.pop()}this.map.length=0}}function o9(e,t,n,r){let o=0;if(!(n===0&&r.length===0)){for(;o<e.map.length;){if(e.map[o][0]===t){e.map[o][1]+=n,e.map[o][2].push(...r);return}o+=1}e.map.push([t,n,r])}}function s9(e,t){let n=!1;const r=[];for(;t<e.length;){const o=e[t];if(n){if(o[0]==="enter")o[1].type==="tableContent"&&r.push(e[t+1][1].type==="tableDelimiterMarker"?"left":"none");else if(o[1].type==="tableContent"){if(e[t-1][1].type==="tableDelimiterMarker"){const a=r.length-1;r[a]=r[a]==="left"?"center":"right"}}else if(o[1].type==="tableDelimiterRow")break}else o[0]==="enter"&&o[1].type==="tableDelimiterRow"&&(n=!0);t+=1}return r}function a9(){return{flow:{null:{name:"table",tokenize:u9,resolveAll:l9}}}}function u9(e,t,n){const r=this;let o=0,a=0,u;return c;function c($){let se=r.events.length-1;for(;se>-1;){const ne=r.events[se][1].type;if(ne==="lineEnding"||ne==="linePrefix")se--;else break}const ce=se>-1?r.events[se][1].type:null,de=ce==="tableHead"||ce==="tableRow"?F:d;return de===F&&r.parser.lazy[r.now().line]?n($):de($)}function d($){return e.enter("tableHead"),e.enter("tableRow"),f($)}function f($){return $===124||(u=!0,a+=1),p($)}function p($){return $===null?n($):Ue($)?a>1?(a=0,r.interrupt=!0,e.exit("tableRow"),e.enter("lineEnding"),e.consume($),e.exit("lineEnding"),y):n($):et($)?rt(e,p,"whitespace")($):(a+=1,u&&(u=!1,o+=1),$===124?(e.enter("tableCellDivider"),e.consume($),e.exit("tableCellDivider"),u=!0,p):(e.enter("data"),m($)))}function m($){return $===null||$===124||ht($)?(e.exit("data"),p($)):(e.consume($),$===92?T:m)}function T($){return $===92||$===124?(e.consume($),m):m($)}function y($){return r.interrupt=!1,r.parser.lazy[r.now().line]?n($):(e.enter("tableDelimiterRow"),u=!1,et($)?rt(e,_,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)($):_($))}function _($){return $===45||$===58?A($):$===124?(u=!0,e.enter("tableCellDivider"),e.consume($),e.exit("tableCellDivider"),S):V($)}function S($){return et($)?rt(e,A,"whitespace")($):A($)}function A($){return $===58?(a+=1,u=!0,e.enter("tableDelimiterMarker"),e.consume($),e.exit("tableDelimiterMarker"),v):$===45?(a+=1,v($)):$===null||Ue($)?H($):V($)}function v($){return $===45?(e.enter("tableDelimiterFiller"),N($)):V($)}function N($){return $===45?(e.consume($),N):$===58?(u=!0,e.exit("tableDelimiterFiller"),e.enter("tableDelimiterMarker"),e.consume($),e.exit("tableDelimiterMarker"),k):(e.exit("tableDelimiterFiller"),k($))}function k($){return et($)?rt(e,H,"whitespace")($):H($)}function H($){return $===124?_($):$===null||Ue($)?!u||o!==a?V($):(e.exit("tableDelimiterRow"),e.exit("tableHead"),t($)):V($)}function V($){return n($)}function F($){return e.enter("tableRow"),q($)}function q($){return $===124?(e.enter("tableCellDivider"),e.consume($),e.exit("tableCellDivider"),q):$===null||Ue($)?(e.exit("tableRow"),t($)):et($)?rt(e,q,"whitespace")($):(e.enter("data"),ie($))}function ie($){return $===null||$===124||ht($)?(e.exit("data"),q($)):(e.consume($),$===92?ge:ie)}function ge($){return $===92||$===124?(e.consume($),ie):ie($)}}function l9(e,t){let n=-1,r=!0,o=0,a=[0,0,0,0],u=[0,0,0,0],c=!1,d=0,f,p,m;const T=new i9;for(;++n<e.length;){const y=e[n],_=y[1];y[0]==="enter"?_.type==="tableHead"?(c=!1,d!==0&&(Y_(T,t,d,f,p),p=void 0,d=0),f={type:"table",start:Object.assign({},_.start),end:Object.assign({},_.end)},T.add(n,0,[["enter",f,t]])):_.type==="tableRow"||_.type==="tableDelimiterRow"?(r=!0,m=void 0,a=[0,0,0,0],u=[0,n+1,0,0],c&&(c=!1,p={type:"tableBody",start:Object.assign({},_.start),end:Object.assign({},_.end)},T.add(n,0,[["enter",p,t]])),o=_.type==="tableDelimiterRow"?2:p?3:1):o&&(_.type==="data"||_.type==="tableDelimiterMarker"||_.type==="tableDelimiterFiller")?(r=!1,u[2]===0&&(a[1]!==0&&(u[0]=u[1],m=gc(T,t,a,o,void 0,m),a=[0,0,0,0]),u[2]=n)):_.type==="tableCellDivider"&&(r?r=!1:(a[1]!==0&&(u[0]=u[1],m=gc(T,t,a,o,void 0,m)),a=u,u=[a[1],n,0,0])):_.type==="tableHead"?(c=!0,d=n):_.type==="tableRow"||_.type==="tableDelimiterRow"?(d=n,a[1]!==0?(u[0]=u[1],m=gc(T,t,a,o,n,m)):u[1]!==0&&(m=gc(T,t,u,o,n,m)),o=0):o&&(_.type==="data"||_.type==="tableDelimiterMarker"||_.type==="tableDelimiterFiller")&&(u[3]=n)}for(d!==0&&Y_(T,t,d,f,p),T.consume(t.events),n=-1;++n<t.events.length;){const y=t.events[n];y[0]==="enter"&&y[1].type==="table"&&(y[1]._align=s9(t.events,n))}return e}function gc(e,t,n,r,o,a){const u=r===1?"tableHeader":r===2?"tableDelimiter":"tableData",c="tableContent";n[0]!==0&&(a.end=Object.assign({},ks(t.events,n[0])),e.add(n[0],0,[["exit",a,t]]));const d=ks(t.events,n[1]);if(a={type:u,start:Object.assign({},d),end:Object.assign({},d)},e.add(n[1],0,[["enter",a,t]]),n[2]!==0){const f=ks(t.events,n[2]),p=ks(t.events,n[3]),m={type:c,start:Object.assign({},f),end:Object.assign({},p)};if(e.add(n[2],0,[["enter",m,t]]),r!==2){const T=t.events[n[2]],y=t.events[n[3]];if(T[1].end=Object.assign({},y[1].end),T[1].type="chunkText",T[1].contentType="text",n[3]>n[2]+1){const _=n[2]+1,S=n[3]-n[2]-1;e.add(_,S,[])}}e.add(n[3]+1,0,[["exit",m,t]])}return o!==void 0&&(a.end=Object.assign({},ks(t.events,o)),e.add(o,0,[["exit",a,t]]),a=void 0),a}function Y_(e,t,n,r,o){const a=[],u=ks(t.events,n);o&&(o.end=Object.assign({},u),a.push(["exit",o,t])),r.end=Object.assign({},u),a.push(["exit",r,t]),e.add(n+1,0,a)}function ks(e,t){const n=e[t],r=n[0]==="enter"?"start":"end";return n[1][r]}const c9={name:"tasklistCheck",tokenize:f9};function d9(){return{text:{91:c9}}}function f9(e,t,n){const r=this;return o;function o(d){return r.previous!==null||!r._gfmTasklistFirstContentOfListItem?n(d):(e.enter("taskListCheck"),e.enter("taskListCheckMarker"),e.consume(d),e.exit("taskListCheckMarker"),a)}function a(d){return ht(d)?(e.enter("taskListCheckValueUnchecked"),e.consume(d),e.exit("taskListCheckValueUnchecked"),u):d===88||d===120?(e.enter("taskListCheckValueChecked"),e.consume(d),e.exit("taskListCheckValueChecked"),u):n(d)}function u(d){return d===93?(e.enter("taskListCheckMarker"),e.consume(d),e.exit("taskListCheckMarker"),e.exit("taskListCheck"),c):n(d)}function c(d){return Ue(d)?t(d):et(d)?e.check({tokenize:h9},t,n)(d):n(d)}}function h9(e,t,n){return rt(e,r,"whitespace");function r(o){return o===null?n(o):t(o)}}function p9(e){return cE([UF(),XF(),r9(e),a9(),d9()])}const m9={};function g9(e){const t=this,n=e||m9,r=t.data(),o=r.micromarkExtensions||(r.micromarkExtensions=[]),a=r.fromMarkdownExtensions||(r.fromMarkdownExtensions=[]),u=r.toMarkdownExtensions||(r.toMarkdownExtensions=[]);o.push(p9(n)),a.push(DF()),u.push(MF(n))}const Ec=()=>w.jsx("span",{className:`${z}-blinking-cursor`,children:w.jsx("svg",{height:"16px",width:"16px",xmlns:"http://www.w3.org/2000/svg",children:w.jsx("circle",{r:"0.45rem",cx:"0.5rem",cy:"0.55rem",fill:"black"})})}),kp=({globalClassName:e,openLinksInNewTab:t,showIsLoading:n,text:r})=>w.jsx(ey,{remarkPlugins:[g9],rehypePlugins:[fb],components:{h1:({children:o})=>w.jsx("h1",{className:W(e,`${z}-header h1`),children:o}),h2:({children:o})=>w.jsx("h2",{className:W(e,`${z}-header h2`),children:o}),h3:({children:o})=>w.jsx("h3",{className:W(e,`${z}-header h3`),children:o}),ul:({children:o})=>w.jsx("ul",{className:W(e,`${z}-ul`),children:o}),ol:({children:o})=>w.jsx("ol",{className:W(e,`${z}-ol`),children:o}),li:({children:o})=>w.jsx("li",{className:W(e,`${z}-li`),children:o}),a:({href:o,children:a})=>w.jsx(bb,{globalClassName:e,openLinksInNewTab:t,href:o,children:a}),table:({children:o})=>w.jsx("div",{className:W(e,`${z}-table-container`),children:w.jsx("table",{className:W(e,`${z}-table`),children:o})}),thead:({children:o})=>w.jsx("thead",{className:W(e,`${z}-thead`),children:o}),tbody:({children:o})=>w.jsx("tbody",{className:W(e,`${z}-tbody`),children:o}),tr:({children:o})=>w.jsx("tr",{className:W(e,`${z}-tr`),children:o}),th:({children:o})=>w.jsx("th",{className:W(e,`${z}-th`),children:o}),td:({children:o})=>w.jsx("td",{className:W(e,`${z}-td`),children:o}),span:({className:o,children:a})=>o===`${z}-blinking-cursor`?w.jsx(Ec,{}):w.jsx("span",{children:a})},children:r+(n?`<span className='${z}-blinking-cursor'></span>`:"")}),E9=({globalClassName:e,message:t})=>{const[n,r]=B.useState(!1),o=t.tool_name||t.toolName,a=!!t.thought,u=!!o,c=()=>{r(d=>!d)};return w.jsxs("div",{children:[w.jsxs("div",{className:W(e,`${z}-progress-message`,"standalone"),children:[w.jsx("span",{className:W(e,`${z}-message-icon`,"progress-icon","standalone"),children:w.jsx(P1,{})}),w.jsx("p",{className:W(e,`${z}-progress-text`,"standalone"),children:t.message})]}),(a||u)&&w.jsxs(w.Fragment,{children:[w.jsx(Tl,{className:W(e,`${z}-thought-context-button`),onClick:c,children:n?w.jsxs(w.Fragment,{children:["Hide ",w.jsx(Rk,{})]}):w.jsxs(w.Fragment,{children:["Context ",w.jsx(Lk,{})]})}),n&&w.jsx("div",{className:W(e,`${z}-thought-container`),children:a&&w.jsx("p",{className:W(e,`${z}-progress-thought`),children:t.thought})})]})]})},y9=({globalClassName:e,message:t,isWidgetStandalone:n})=>n?w.jsx(E9,{globalClassName:e,message:t}):w.jsxs("div",{className:W(e,`${z}-progress-message`,"embedded"),title:t.message,children:[w.jsx("span",{className:W(e,`${z}-message-icon`,"progress-icon","embedded"),children:w.jsx(P1,{})}),w.jsx("i",{className:W(e,`${z}-progress-text`,"embedded"),children:t.message})]}),b9=({globalClassName:e,message:t,isWidgetStandalone:n})=>{var o;const r=(o=t.searchParams)==null?void 0:o.query;return w.jsxs("div",{className:W(e,`${z}-refined-event`,{embedded:!n,standalone:n}),children:[!!r&&w.jsxs("div",{className:W(e,`${z}-refined-event-query`,{embedded:!n,standalone:n}),children:[w.jsx("span",{className:W(e,`${z}-message-icon`,`${z}-refined-event-icon`,{embedded:!n,standalone:n}),children:w.jsx(Go,{role:"img"})}),w.jsx("p",{className:W(e,`${z}-text`,`${z}-refined-event-query-text`,"bold",{embedded:!n,standalone:n}),children:r})]}),w.jsx(kp,{text:t.message})]})},W_=e=>{var d,f;const{configModule:t}=nt(),n=((d=e.request)==null?void 0:d.searchParams)||((f=e.request)==null?void 0:f.browseParams),r=(t==null?void 0:t.getProductHiddenFields())||[],{facetFilters:o={}}=n||{facetFilters:{}},a=Object.fromEntries(Object.entries(o).filter(([p])=>!r.includes(p))),u=Object.keys(a),c=Object.values(a).reduce((p,m)=>p+m.length,0);return{facetFiltersList:u,filterCount:c}},yc=({isWidgetStandalone:e,globalClassName:t,filterCount:n})=>w.jsx("span",{className:W(t,`${z}-facet-pill`,{standalone:e,embedded:!e}),children:`${n} filter${n!==1?"s":""}`}),G_=({globalClassName:e,message:t,facetFiltersList:n})=>{var a,u;if(!n.length)return null;const r=((a=t.request)==null?void 0:a.searchParams)||((u=t.request)==null?void 0:u.browseParams),o=(r==null?void 0:r.facetFilters)||{};return n.map(c=>{var f;const d=((f=o[c])==null?void 0:f.join(", "))||"";return w.jsxs("div",{className:W(e,`${z}-facets`),children:[w.jsx("p",{className:W(e,`${z}-facet-category`),children:c}),w.jsx("p",{className:W(e,`${z}-facet-values`),children:d})]},c)})},ru=({globalClassName:e,timestamp:t,isWidgetStandalone:n})=>w.jsx("span",{className:W(e,`${z}-message-timestamp`,n?"standalone":"embedded"),title:t,children:t}),T9=({globalClassName:e,message:t,isWidgetStandalone:n})=>{var f,p;const{request:r,createdAt:o}=t,{facetFiltersList:a,filterCount:u}=W_(t),c=new Date(o).toLocaleString(),d=(f=r==null?void 0:r.attachments)==null?void 0:f.image;return n?w.jsxs("div",{className:W(e,`${z}-user-message standalone`),children:[w.jsxs("div",{className:W(e,`${z}-user-message-row standalone`),children:[d?w.jsx("img",{className:W(e,`${z}-user-message-image standalone`),src:d,alt:"User provided context",loading:"lazy"}):w.jsx("span",{className:W(e,`${z}-message-icon user-message-icon standalone`),children:w.jsx(O1,{})}),w.jsx("p",{className:W(e,`${z}-user-message-text`,"standalone"),children:r==null?void 0:r.userPrompt}),a.length>0&&w.jsx(yc,{isWidgetStandalone:!0,globalClassName:e,filterCount:u})]}),w.jsx(G_,{globalClassName:e,facetFiltersList:a,message:t}),w.jsx(ru,{globalClassName:e,timestamp:c,isWidgetStandalone:!0})]}):w.jsxs("div",{className:W(e,`${z}-user-message embedded`),children:[w.jsxs("div",{className:W(e,`${z}-user-message-row embedded`),children:[d?w.jsx("img",{className:W(e,`${z}-user-message-image`,"embedded"),src:d,alt:"User provided context",loading:"lazy"}):w.jsx("span",{className:W(e,`${z}-message-icon user-message-icon embedded`),children:w.jsx(O1,{})}),w.jsx("p",{className:W(e,`${z}-user-message-text embedded`),children:(p=t.request)==null?void 0:p.userPrompt}),a.length>0&&w.jsx(yc,{isWidgetStandalone:!1,filterCount:u})]}),w.jsx(ru,{globalClassName:e,timestamp:c,isWidgetStandalone:!1})]})},_9=({globalClassName:e,timestamp:t,actionLabel:n,query:r,queryLabel:o,message:a,facetFiltersList:u,filterCount:c,imageData:d})=>w.jsxs("div",{className:W(e,`${z}-user-search standalone`),children:[w.jsxs("div",{children:[w.jsxs("div",{className:W(e,`${z}-user-search-query standalone`),children:[d?w.jsx("img",{className:W(e,`${z}-user-search-image standalone`),src:d,alt:o||r,loading:"lazy"}):w.jsx("span",{className:W(e,`${z}-message-icon user-search-icon standalone`),children:w.jsx(Go,{})}),w.jsx("p",{className:W(e,`${z}-text bold`),children:`${n}: ${o||r}`}),u.length>0&&w.jsx(yc,{isWidgetStandalone:!0,globalClassName:e,filterCount:c})]}),w.jsx(G_,{globalClassName:e,facetFiltersList:u,message:a})]}),w.jsx(ru,{globalClassName:e,timestamp:t,isWidgetStandalone:!0})]}),S9=({globalClassName:e,message:t,isWidgetStandalone:n})=>{var y;const{request:r,name:o,createdAt:a}=t,{facetFiltersList:u,filterCount:c}=W_(t),d=new Date(a).toLocaleString(),f=(y=r==null?void 0:r.attachments)==null?void 0:y.image,{actionLabel:p,query:m,queryLabel:T}=B.useMemo(()=>{var S,A,v;const _=typeof((S=r==null?void 0:r.clientContext)==null?void 0:S.cimLabel)=="string"?(A=r==null?void 0:r.clientContext)==null?void 0:A.cimLabel:r==null?void 0:r.label;switch(o){case"copilot_search":return{actionLabel:"Your search",query:r==null?void 0:r.searchParams.query,queryLabel:""};case"copilot_browse":return{actionLabel:"Browsing category",query:(v=r==null?void 0:r.browseParams)==null?void 0:v.categoryId,queryLabel:_||""};case"product_view":return{actionLabel:"Viewing product",query:r==null?void 0:r.productId,queryLabel:_||""};default:return{actionLabel:"",query:"",queryLabel:""}}},[o,r]);return m?n?w.jsx(_9,{globalClassName:e,timestamp:d,message:t,actionLabel:p,query:m,queryLabel:T,facetFiltersList:u,filterCount:c}):w.jsxs("div",{className:W(e,`${z}-user-search embedded`),children:[w.jsxs("div",{className:W(e,`${z}-user-search-query embedded`),children:[f?w.jsx("img",{className:W(e,`${z}-user-search-image embedded`),src:f,alt:T||m,loading:"lazy"}):w.jsx("span",{className:W(e,`${z}-message-icon user-search-icon embedded`),children:w.jsx(Go,{})}),w.jsx("p",{className:W(e,`${z}-text bold embedded`),children:T||m}),u.length>0&&w.jsx(yc,{isWidgetStandalone:!1,filterCount:c})]}),w.jsx(ru,{globalClassName:e,timestamp:d,isWidgetStandalone:!1})]}):null},X_=({message:e,globalClassName:t,openLinksInNewTab:n,resetConversationMessage:r,entryType:o,isWidgetStandalone:a,handleSuggestionClick:u})=>{var T;const{isLoading:c,isResponseLoading:d}=Ir(),f=c&&d((e==null?void 0:e.eventSourceId)||"")&&e.name==="partial_inquiry";if(!e)return null;const p=e.name,m=!!((T=e.request)!=null&&T.userPrompt);switch(p){case"ask_cim":case"copilot_search":case"copilot_browse":case"product_view":return m?w.jsx(T9,{globalClassName:t,isWidgetStandalone:a,message:e}):w.jsx(S9,{globalClassName:t,message:e,isWidgetStandalone:a});case"faceted_navigation":return null;case"refined_search":case"refined_browse":return w.jsx(b9,{globalClassName:t,message:e,isWidgetStandalone:a});case"follow_up":return w.jsx(a8,{globalClassName:t,entryType:o,isWidgetStandalone:a,message:e,handleSuggestionClick:u});case"inquiry":case"partial_inquiry":return w.jsx(kp,{globalClassName:t,openLinksInNewTab:n,showIsLoading:f,text:e.message});case"error":return w.jsx(s8,{message:e,isWidgetStandalone:a});case"display_products":return w.jsx(o8,{message:e,isWidgetStandalone:a});case"progress":return w.jsx(y9,{globalClassName:t,isWidgetStandalone:a,message:e});case"conversation_reset":return o==="ask_cim"?null:w.jsxs(w.Fragment,{children:[w.jsx("p",{className:W(t,`${z}-reset-message`),children:"This conversation has been reset."}),w.jsx("p",{className:W(t,`${z}-start-search-message`),children:r||"What products would you like to explore today?"})]});default:return null}},x9=({isWidgetStandalone:e,handleSuggestionClick:t})=>{const{globalClassName:n,openLinksInNewTab:r,resetConversationMessage:o}=nt(),{groupedMessages:a}=tr(),{entryType:u}=er();return w.jsxs(w.Fragment,{children:[u==="ask_cim"&&w.jsx(r8,{isWidgetStandalone:e}),a.map(c=>{if(c.messages&&c.type==="group"){let d=new Date(c.createdAt).toLocaleString();const f=c.messages[c.messages.length-1];return f&&(d=new Date(f.createdAt).toLocaleString()),w.jsxs("div",{className:W(n,`${z}-message-group`,e?"standalone":"embedded"),children:[c.messages.length>0&&c.messages.map(p=>w.jsx("div",{className:`${z}-message-group-child`,children:w.jsx(X_,{id:p.id,openLinksInNewTab:r,resetConversationMessage:o,entryType:u,globalClassName:n,isWidgetStandalone:e,message:p,handleSuggestionClick:t})},p.id)),w.jsx(ru,{globalClassName:n,timestamp:d,isWidgetStandalone:e})]},`group-${c.eventSourceId}`)}else if(c.type==="individual"&&c.message)return w.jsx("div",{className:W(n,`${z}-message`,e?"standalone":"embedded",{error:c.message.name.includes("error")}),children:w.jsx(X_,{id:c.message.id,openLinksInNewTab:r,resetConversationMessage:o,entryType:u,globalClassName:n,isWidgetStandalone:e,message:c.message,handleSuggestionClick:t})},c.message.id);return null})]})},w9=({isOpen:e}={})=>{const{messages:t}=Ir(),{autoScroll:n}=nt(),r=B.useRef(null);return B.useEffect(()=>{n&&r.current&&r.current.scrollIntoView({behavior:"smooth",block:"end"})},[t,n]),B.useEffect(()=>{e&&r.current&&r.current.scrollIntoView(!0)},[e]),r},A9={display:"flex",justifyContent:"flex-start",paddingBottom:"1rem"},Pp=({isOpen:e,isWidgetStandalone:t,isLoading:n,handleSuggestionClick:r,loadingIndicatorStyle:o})=>{const a=w9({isOpen:e});return w.jsxs(w.Fragment,{children:[w.jsx(x9,{isWidgetStandalone:t,handleSuggestionClick:r}),n&&w.jsx("div",{style:M(M({},A9),o),children:w.jsx(Ec,{})}),w.jsx("div",{ref:a})]})},K_=()=>{const{globalClassName:e,themeVariables:t,messageAlignment:n}=nt(),{copilot:r,isLoading:o,handleUserInput:a,handleSuggestion:u,resetConversation:c}=Ir();return yp()?r?w.jsxs("div",{className:W(e,`${z}-container`,`${z}-embedded-chat`),style:t,children:[w.jsx("div",{className:W(e,`${z}-message-container`,`container-${n}`,"embedded"),children:w.jsx(Pp,{isWidgetStandalone:!1,isLoading:o,handleSuggestionClick:u})}),w.jsx(Ph,{componentType:"chat",className:"embedded-chat",isLoading:o,onSubmit:a}),w.jsx("div",{className:W(`${z}-embedded-chat-menu`),children:w.jsxs(hM,{componentType:"chat",children:[w.jsx(g_,{componentType:"chat"}),w.jsx(Sb,{componentType:"chat",onClearChat:c})]})})]}):w.jsx("div",{children:"Loading Copilot..."}):null},Q_=e=>{var d;const{children:t,disabled:n}=e,[r,o]=B.useState((d=e.container)==null?void 0:d.current),a=B.useSyncExternalStore(C9,()=>!1,()=>!0),{getRootNode:u}=fc();if(B.useEffect(()=>{o(()=>{var f;return(f=e.container)==null?void 0:f.current})},[e.container]),a||n)return w.jsx(w.Fragment,{children:t});const c=r!=null?r:v9(u);return w.jsx(w.Fragment,{children:B.Children.map(t,f=>Wo.createPortal(f,c))})},v9=e=>{const t=e==null?void 0:e(),n=t.getRootNode();return go(n)?n:Mr(t).body},C9=()=>()=>{},J_=()=>{const{globalClassName:e,themeVariables:t,messageAlignment:n}=nt(),{mode:r,status:o,dialogPosition:a,isDialogFullHeight:u,dialogWidth:c}=er(),{copilot:d,isLoading:f,handleUserInput:p,handleSuggestion:m,resetConversation:T}=Ir(),y=yp(),{isOpen:_}=o||{},S=r==="standalone",A=()=>{ri(!1)};return y?d?w.jsx(d_,{lazyMount:!0,unmountOnExit:!0,modal:!1,closeOnEscape:!1,closeOnInteractOutside:!1,open:y,children:w.jsx(Q_,{children:w.jsx(pp,{className:W(e,`${z}-container`,`${z}-dialog`,a,u&&"full-height"),style:M(M({},t),c&&{width:c}),children:w.jsxs(fp,{className:W(e,`${z}-dialog-content`,{standalone:S,embedded:!S}),children:[w.jsx(m_,{componentType:"dialog",onClearChat:T,onClose:A}),w.jsx(hp,{className:W(e,`${z}-message-container`,`container-${n}`,{standalone:S,embedded:!S}),children:w.jsx(Pp,{isWidgetStandalone:S,isLoading:f,isOpen:_,handleSuggestionClick:m})}),w.jsx(Ph,{componentType:"dialog",isLoading:f,onSubmit:p})]})})})}):w.jsx("div",{children:"Loading Copilot..."}):null},Z_=()=>{const{globalClassName:e,themeVariables:t,messageAlignment:n}=nt(),{mode:r,status:o,isModalFullscreen:a}=er(),{copilot:u,isLoading:c,handleUserInput:d,handleSuggestion:f,resetConversation:p}=Ir(),{isOpen:m}=o||{},T=r==="standalone",y=yp(),_=({open:A})=>{ri(A)},S=()=>{ri(!1)};return y?u?w.jsx(d_,{lazyMount:!0,unmountOnExit:!0,open:y,onOpenChange:_,children:w.jsx(Q_,{children:w.jsxs("div",{className:W(e,`${z}-modal-container`),style:t,children:[w.jsx(s_,{className:W(e,`${z}-modal-backdrop`)}),w.jsx(pp,{className:W(e,`${z}-container`,`${z}-modal`,{fullscreen:a,standalone:T,embedded:!T}),children:w.jsxs(fp,{className:W(e,`${z}-modal-content`,{standalone:T,embedded:!T}),children:[w.jsx(m_,{componentType:"modal",onClearChat:p,onClose:S}),w.jsx(hp,{className:W(e,`${z}-message-container`,`container-${n}`,{standalone:T,embedded:!T}),children:w.jsx(Pp,{isWidgetStandalone:T,isLoading:c,isOpen:m,handleSuggestionClick:f,loadingIndicatorStyle:{paddingLeft:"1rem"}})}),w.jsx(Ph,{componentType:"modal",isLoading:c,onSubmit:d})]})})]})})}):w.jsx("div",{children:"Loading Copilot..."}):null},k9=()=>{const e=er(),{status:{type:t,isMinimized:n}}=e||{status:{}};return n?w.jsx(Ok,{}):t==="dialog"?w.jsx(J_,{}):t==="modal"?w.jsx(Z_,{}):w.jsx(K_,{})},P9=()=>{const{setIsOpen:e,setIsInline:t,setElementId:n,setEntryType:r,setParams:o}=Cf();B.useEffect(()=>{const a=u=>{const{property:c,value:d}=u.detail||{};!c||d===void 0||(c==="isOpen"&&e(d),c==="isInline"&&t(d),c==="elementId"&&n(d),c==="entryType"&&r(d),c==="params"&&o(d))};return zC(a),()=>{jC(a)}},[e,t,n,r,o])},N9=()=>{const{copilot:e}=tr(),{entryType:t,activePromptsId:n,params:r}=ii(),{setIsInitialized:o,setActivePromptsId:a,setPromptsMessage:u,setResponseMessage:c,setIsResponseLoading:d}=Cf(),{getCopilotSuggestions:f}=E1();P9();const p=B.useCallback(_=>{if(!t||!_)return;f(_,t,A=>{a(A.id)})},[t,f,a]);B.useEffect(()=>{!e||!t||!r||p(r)},[e,t,r,p]);const m=B.useCallback(_=>{_.eventSourceId===n&&(u(_),a(_.id),o(!0))},[n,u,a,o]),T=B.useCallback(_=>{(_==null?void 0:_.eventSourceId)===n&&(c(_),d(!1))},[n,c,d]),y=B.useCallback(()=>{o(!0),d(!1)},[o,d]);return B.useEffect(()=>{if(e)return e.on("follow_up",m),e.on("inquiry",T),e.on("error",y),()=>{e.off("follow_up",m),e.off("inquiry",T),e.off("error",y)}},[e,m,T,y]),null},eS={copilot:"Ask Copilot",messaging:"Ask a question"},O9=({onSubmit:e,disabled:t=!1})=>{const{globalClassName:n,mode:r}=nt(),{placeholder:o,isResponseLoading:a}=ii(),u=o||eS[r],[c,d]=B.useState(""),f=t||a,p=m=>{const T=c.trim();T&&(m.preventDefault(),e(T),d(""))};return w.jsxs("form",{className:W(n,`${z}-prompts-input-container`),name:`${z}-prompts-form`,onSubmit:p,children:[w.jsx("label",{htmlFor:`${z}-prompts-input`,"aria-label":u,children:w.jsx(dp,{className:W(n,`${z}-prompts-input-icon`)})}),w.jsx("input",{id:`${z}-prompts-input`,className:W(n,`${z}-prompts-input`),name:`${z}-prompts-input`,placeholder:u,type:"text",disabled:f,value:c,onChange:m=>d(m.target.value)}),w.jsx(oi,{className:W(n,`${z}-prompts-input-submit-button`),type:"submit",ariaLabel:"Submit Prompt",icon:w.jsx(Go,{}),disabled:f})]})},I9=()=>{const{globalClassName:e,mode:t}=nt(),{placeholder:n}=ii(),r=n||eS[t];return w.jsxs("div",{className:W(e,`${z}-prompts-header`),children:[w.jsx(dp,{className:W(e,`${z}-prompts-input-icon`),"aria-hidden":"true"}),w.jsx("span",{className:W(e,`${z}-prompts-header-text`),children:r})]})},tS=({label:e,disabled:t=!1,onClick:n})=>{var c;const{globalClassName:r,suggestionButtonConfig:o}=nt(),a=o==null?void 0:o.icon,u=(c=o==null?void 0:o.iconPosition)!=null?c:"left";return w.jsxs("button",{className:W(r,`${z}-prompts-button`,{"has-icon":!!a,"icon-right":!!a&&u==="right"}),disabled:t,onClick:n,children:[a&&w.jsx(bp,{icon:a,className:`${z}-suggestion-button-icon`}),w.jsx("span",{children:e})]})},R9="Ask me something else",L9=({label:e,disabled:t=!1})=>w.jsx(tS,{label:e||R9,disabled:t,onClick:()=>ri(!0)}),D9=e=>Array.from(new Set((e!=null?e:[]).map(t=>t.trim()).filter(Boolean))),M9=({sendCopilotPrompt:e})=>{var k,H;const{globalClassName:t}=nt(),{promptsMessage:n,isResponseLoading:r,isInitialized:o,isInline:a,askElseButtonLabel:u,staticQuestions:c,staticQuestionsStrategy:d,disableAskElseButton:f}=ii(),p=D9(c),m=d==="override"&&p.length>0,T=o?(H=(k=n==null?void 0:n.suggestions)==null?void 0:k.map(V=>V.displayText.trim()).filter(Boolean))!=null?H:[]:[];let y;m?y=p:d==="prepend"?y=[...p,...T]:y=[...T,...p];const _=o?Array.from(new Set(y)):[],S=!o,v=_.length>0&&!a&&!f,N=V=>()=>{const F=V.trim();F&&e(F)};return w.jsxs("div",{className:W(t,`${z}-prompts-button-group`),children:[S&&w.jsx(Ec,{}),_.map(V=>w.jsx(tS,{label:V,disabled:r,onClick:N(V)},V)),v&&w.jsx(L9,{label:u,disabled:r})]})},F9=()=>{const{globalClassName:e}=nt(),{isInline:t,userPrompt:n}=ii();return!n||!t?null:w.jsx("div",{className:W(e,`${z}-prompts-user-message-container`),children:w.jsx("p",{className:W(e,`${z}-prompts-user-message`),children:n})})},B9=()=>{const{globalClassName:e,openLinksInNewTab:t}=nt(),{isInline:n,responseMessage:r,isResponseLoading:o}=ii();return!n||!r&&!o?null:o?w.jsx(Ec,{}):r?w.jsx("div",{className:W(e,`${z}-prompts-response-container`,`${z}-message-container`),children:w.jsx(kp,{globalClassName:e,openLinksInNewTab:t,text:r.message})}):null},U9=()=>{const{globalClassName:e,themeVariables:t}=nt(),{connected:n,copilot:r}=tr(),{handleCopilotRequestAck:o}=Yo(),{status:{isOpen:a}}=er(),{isOpen:u,isInline:c,elementId:d,entryType:f,params:p,promptsDisplay:m}=ii(),T=m!=="buttons",y=m!=="input",{setActivePromptsId:_,setUserPrompt:S,setResponseMessage:A,setIsResponseLoading:v}=Cf(),[N,k]=B.useState(null);B.useEffect(()=>{if(!d||N)return;const V=document.getElementById(d);V&&k(V)},[d,N]);const H=B.useCallback(V=>{if(!r||!f||!p)return;const F=ie=>{c?(A(null),S(V),_(ie.id),v(!0)):(a||ri(!0),o(ie))},q={userPrompt:V,clientContext:M({_cimEventSource:"prompts-extension"},c?{_cimPromptsExtensionInline:"true"}:{})};switch(f){case"ask_cim":r.askCim(q,F);break;case"search":r.search(M({searchParams:p},q),F);break;case"browse":r.browse(M({browseParams:p},q),F);break;case"pdp":r.productView(M(M({},p),q),F);break}},[r,c,f,p,a,_,A,S,v,o]);return!n||!u||!N||!f?null:Wo.createPortal(w.jsxs("div",{className:W(e,`${z}-prompts-extension-container`),style:t,children:[T&&w.jsx(O9,{onSubmit:H}),!T&&w.jsx(I9,{}),y&&w.jsx(M9,{sendCopilotPrompt:H}),w.jsxs("div",{className:W(e,`${z}-prompts-extension-messages-container`),children:[w.jsx(F9,{}),w.jsx(B9,{})]})]}),N)},H9=()=>w.jsxs(w.Fragment,{children:[w.jsx(N9,{}),w.jsx(U9,{})]}),Np=e=>w.jsxs(y1,pe(M({},e),{children:[w.jsx(k9,{}),w.jsx(H9,{})]}));var bc={},nS;function z9(){if(nS)return bc;nS=1;var e=x1();return bc.createRoot=e.createRoot,bc.hydrateRoot=e.hydrateRoot,bc}var rS=z9();const j9=r=>{var o=r,{elementId:e,timeout:t=5e3}=o,n=cn(o,["elementId","timeout"]);let a;const u=(d,f)=>{var p;for(const m of d)if(m.type==="childList"&&m.addedNodes.length)for(const T of m.addedNodes)T.nodeType===Node.ELEMENT_NODE&&T.id===e&&(qo(!0,"log","Target element found, rendering Copilot Widget"),f.disconnect(),clearTimeout(a),(p=rS.createRoot(T))==null||p.render(w.jsx(Np,M({},n))))},c=new MutationObserver(u);return c.observe(document.body,{childList:!0,subtree:!0}),a=setTimeout(()=>{c.disconnect(),qo(!0,"error",`Element with id: ${e} not found within ${t} milliseconds, stopping observation`)},t),c};return Object.freeze(Object.defineProperty({__proto__:null,CopilotDialog:J_,CopilotEmbed:K_,CopilotModal:Z_,CopilotWidget:Np,CopilotWidgetProvider:y1,eventHandlers:{search:ek,browse:MC,pdp:{setPdpContext:n1,updatePdpProductId:BC,updatePdpLink:UC},components:{setEntryType:Ea,toggleWidgetOpen:ri,toggleWidgetMinimized:ml,toggleModalFullscreen:wf,setWidgetType:gl,setWidgetDialogPosition:Af,togglePromptsExtensionOpen:i1,togglePromptsExtensionInline:o1,loadPromptsComponent:WC,getAskCimPrompts:$C,getSearchPrompts:VC,getBrowsePrompts:qC,getProductViewPrompts:YC},session:GC},injectCopilotWidget:r=>{var o=r,{timeout:e,elementId:t}=o,n=cn(o,["timeout","elementId"]);if(!n.apiKey&&!n.apiToken){qo(!0,"error","Copilot Widget requires either apiKey or apiToken");return}const a=document.getElementById(t);if(!a){qo(!0,"warn","Container element not found for id:",t),qo(!0,"warn","Beginning observation for element"),j9(M({elementId:t,timeout:e},n));return}rS.createRoot(a).render(w.jsx(Np,M({},n)))},state:()=>Object.freeze({search:Object.freeze(Tt.state),browse:Object.freeze(lt.state),pdp:Object.freeze(pr.state),isConnected:Ze.state.connected,isOpen:Ze.isOpen,entryType:Ze.entryType}),useCopilot:Ir},Symbol.toStringTag,{value:"Module"}))}));
|
|
43
|
+
`))+1))}const u="#".repeat(o),c=n.enter("headingAtx"),d=n.enter("phrasing");a.move(u+" ");let f=n.containerPhrasing(e,F({before:"# ",after:`
|
|
44
|
+
`},a.current()));return/^[\t ]/.test(f)&&(f=ou(f.charCodeAt(0))+f.slice(1)),f=f?u+" "+f:u,n.options.closeAtx&&(f+=" "+u),d(),c(),f}L_.peek=SF;function L_(e){return e.value||""}function SF(){return"<"}D_.peek=xF;function D_(e,t,n,r){const o=Ap(n),a=o==='"'?"Quote":"Apostrophe",u=n.enter("image");let c=n.enter("label");const d=n.createTracker(r);let f=d.move("![");return f+=d.move(n.safe(e.alt,F({before:f,after:"]"},d.current()))),f+=d.move("]("),c(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(c=n.enter("destinationLiteral"),f+=d.move("<"),f+=d.move(n.safe(e.url,F({before:f,after:">"},d.current()))),f+=d.move(">")):(c=n.enter("destinationRaw"),f+=d.move(n.safe(e.url,F({before:f,after:e.title?" ":")"},d.current())))),c(),e.title&&(c=n.enter(`title${a}`),f+=d.move(" "+o),f+=d.move(n.safe(e.title,F({before:f,after:o},d.current()))),f+=d.move(o),c()),f+=d.move(")"),u(),f}function xF(){return"!"}M_.peek=wF;function M_(e,t,n,r){const o=e.referenceType,a=n.enter("imageReference");let u=n.enter("label");const c=n.createTracker(r);let d=c.move("![");const f=n.safe(e.alt,F({before:d,after:"]"},c.current()));d+=c.move(f+"]["),u();const p=n.stack;n.stack=[],u=n.enter("reference");const m=n.safe(n.associationId(e),F({before:d,after:"]"},c.current()));return u(),n.stack=p,a(),o==="full"||!f||f!==m?d+=c.move(m+"]"):o==="shortcut"?d=d.slice(0,-1):d+=c.move("]"),d}function wF(){return"!"}F_.peek=AF;function F_(e,t,n){let r=e.value||"",o="`",a=-1;for(;new RegExp("(^|[^`])"+o+"([^`]|$)").test(r);)o+="`";for(/[^ \r\n]/.test(r)&&(/^[ \r\n]/.test(r)&&/[ \r\n]$/.test(r)||/^`|`$/.test(r))&&(r=" "+r+" ");++a<n.unsafe.length;){const u=n.unsafe[a],c=n.compilePattern(u);let d;if(u.atBreak)for(;d=c.exec(r);){let f=d.index;r.charCodeAt(f)===10&&r.charCodeAt(f-1)===13&&f--,r=r.slice(0,f)+" "+r.slice(d.index+1)}}return o+r+o}function AF(){return"`"}function B_(e,t){const n=Vf(e);return!!(!t.options.resourceLink&&e.url&&!e.title&&e.children&&e.children.length===1&&e.children[0].type==="text"&&(n===e.url||"mailto:"+n===e.url)&&/^[a-z][a-z+.-]+:/i.test(e.url)&&!/[\0- <>\u007F]/.test(e.url))}U_.peek=vF;function U_(e,t,n,r){const o=Ap(n),a=o==='"'?"Quote":"Apostrophe",u=n.createTracker(r);let c,d;if(B_(e,n)){const p=n.stack;n.stack=[],c=n.enter("autolink");let m=u.move("<");return m+=u.move(n.containerPhrasing(e,F({before:m,after:">"},u.current()))),m+=u.move(">"),c(),n.stack=p,m}c=n.enter("link"),d=n.enter("label");let f=u.move("[");return f+=u.move(n.containerPhrasing(e,F({before:f,after:"]("},u.current()))),f+=u.move("]("),d(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(d=n.enter("destinationLiteral"),f+=u.move("<"),f+=u.move(n.safe(e.url,F({before:f,after:">"},u.current()))),f+=u.move(">")):(d=n.enter("destinationRaw"),f+=u.move(n.safe(e.url,F({before:f,after:e.title?" ":")"},u.current())))),d(),e.title&&(d=n.enter(`title${a}`),f+=u.move(" "+o),f+=u.move(n.safe(e.title,F({before:f,after:o},u.current()))),f+=u.move(o),d()),f+=u.move(")"),c(),f}function vF(e,t,n){return B_(e,n)?"<":"["}H_.peek=CF;function H_(e,t,n,r){const o=e.referenceType,a=n.enter("linkReference");let u=n.enter("label");const c=n.createTracker(r);let d=c.move("[");const f=n.containerPhrasing(e,F({before:d,after:"]"},c.current()));d+=c.move(f+"]["),u();const p=n.stack;n.stack=[],u=n.enter("reference");const m=n.safe(n.associationId(e),F({before:d,after:"]"},c.current()));return u(),n.stack=p,a(),o==="full"||!f||f!==m?d+=c.move(m+"]"):o==="shortcut"?d=d.slice(0,-1):d+=c.move("]"),d}function CF(){return"["}function vp(e){const t=e.options.bullet||"*";if(t!=="*"&&t!=="+"&&t!=="-")throw new Error("Cannot serialize items with `"+t+"` for `options.bullet`, expected `*`, `+`, or `-`");return t}function kF(e){const t=vp(e),n=e.options.bulletOther;if(!n)return t==="*"?"-":"*";if(n!=="*"&&n!=="+"&&n!=="-")throw new Error("Cannot serialize items with `"+n+"` for `options.bulletOther`, expected `*`, `+`, or `-`");if(n===t)throw new Error("Expected `bullet` (`"+t+"`) and `bulletOther` (`"+n+"`) to be different");return n}function PF(e){const t=e.options.bulletOrdered||".";if(t!=="."&&t!==")")throw new Error("Cannot serialize items with `"+t+"` for `options.bulletOrdered`, expected `.` or `)`");return t}function z_(e){const t=e.options.rule||"*";if(t!=="*"&&t!=="-"&&t!=="_")throw new Error("Cannot serialize rules with `"+t+"` for `options.rule`, expected `*`, `-`, or `_`");return t}function NF(e,t,n,r){const o=n.enter("list"),a=n.bulletCurrent;let u=e.ordered?PF(n):vp(n);const c=e.ordered?u==="."?")":".":kF(n);let d=t&&n.bulletLastUsed?u===n.bulletLastUsed:!1;if(!e.ordered){const p=e.children?e.children[0]:void 0;if((u==="*"||u==="-")&&p&&(!p.children||!p.children[0])&&n.stack[n.stack.length-1]==="list"&&n.stack[n.stack.length-2]==="listItem"&&n.stack[n.stack.length-3]==="list"&&n.stack[n.stack.length-4]==="listItem"&&n.indexStack[n.indexStack.length-1]===0&&n.indexStack[n.indexStack.length-2]===0&&n.indexStack[n.indexStack.length-3]===0&&(d=!0),z_(n)===u&&p){let m=-1;for(;++m<e.children.length;){const T=e.children[m];if(T&&T.type==="listItem"&&T.children&&T.children[0]&&T.children[0].type==="thematicBreak"){d=!0;break}}}}d&&(u=c),n.bulletCurrent=u;const f=n.containerFlow(e,r);return n.bulletLastUsed=u,n.bulletCurrent=a,o(),f}function OF(e){const t=e.options.listItemIndent||"one";if(t!=="tab"&&t!=="one"&&t!=="mixed")throw new Error("Cannot serialize items with `"+t+"` for `options.listItemIndent`, expected `tab`, `one`, or `mixed`");return t}function IF(e,t,n,r){const o=OF(n);let a=n.bulletCurrent||vp(n);t&&t.type==="list"&&t.ordered&&(a=(typeof t.start=="number"&&t.start>-1?t.start:1)+(n.options.incrementListMarker===!1?0:t.children.indexOf(e))+a);let u=a.length+1;(o==="tab"||o==="mixed"&&(t&&t.type==="list"&&t.spread||e.spread))&&(u=Math.ceil(u/4)*4);const c=n.createTracker(r);c.move(a+" ".repeat(u-a.length)),c.shift(u);const d=n.enter("listItem"),f=n.indentLines(n.containerFlow(e,c.current()),p);return d(),f;function p(m,T,y){return T?(y?"":" ".repeat(u))+m:(y?a:a+" ".repeat(u-a.length))+m}}function RF(e,t,n,r){const o=n.enter("paragraph"),a=n.enter("phrasing"),u=n.containerPhrasing(e,r);return a(),o(),u}const LF=Rl(["break","delete","emphasis","footnote","footnoteReference","image","imageReference","inlineCode","inlineMath","link","linkReference","mdxJsxTextElement","mdxTextExpression","strong","text","textDirective"]);function DF(e,t,n,r){return(e.children.some(function(u){return LF(u)})?n.containerPhrasing:n.containerFlow).call(n,e,r)}function MF(e){const t=e.options.strong||"*";if(t!=="*"&&t!=="_")throw new Error("Cannot serialize strong with `"+t+"` for `options.strong`, expected `*`, or `_`");return t}j_.peek=FF;function j_(e,t,n,r){const o=MF(n),a=n.enter("strong"),u=n.createTracker(r),c=u.move(o+o);let d=u.move(n.containerPhrasing(e,F({after:o,before:c},u.current())));const f=d.charCodeAt(0),p=Ec(r.before.charCodeAt(r.before.length-1),f,o);p.inside&&(d=ou(f)+d.slice(1));const m=d.charCodeAt(d.length-1),T=Ec(r.after.charCodeAt(0),m,o);T.inside&&(d=d.slice(0,-1)+ou(m));const y=u.move(o+o);return a(),n.attentionEncodeSurroundingInfo={after:T.outside,before:p.outside},c+d+y}function FF(e,t,n){return n.options.strong||"*"}function BF(e,t,n,r){return n.safe(e.value,r)}function UF(e){const t=e.options.ruleRepetition||3;if(t<3)throw new Error("Cannot serialize rules with repetition `"+t+"` for `options.ruleRepetition`, expected `3` or more");return t}function HF(e,t,n){const r=(z_(n)+(n.options.ruleSpaces?" ":"")).repeat(UF(n));return n.options.ruleSpaces?r.slice(0,-1):r}const $_={blockquote:lF,break:I_,code:mF,definition:EF,emphasis:R_,hardBreak:I_,heading:_F,html:L_,image:D_,imageReference:M_,inlineCode:F_,link:U_,linkReference:H_,list:NF,listItem:IF,paragraph:RF,root:DF,strong:j_,text:BF,thematicBreak:HF};function zF(){return{enter:{table:jF,tableData:V_,tableHeader:V_,tableRow:VF},exit:{codeText:qF,table:$F,tableData:Cp,tableHeader:Cp,tableRow:Cp}}}function jF(e){const t=e._align;this.enter({type:"table",align:t.map(function(n){return n==="none"?null:n}),children:[]},e),this.data.inTable=!0}function $F(e){this.exit(e),this.data.inTable=void 0}function VF(e){this.enter({type:"tableRow",children:[]},e)}function Cp(e){this.exit(e)}function V_(e){this.enter({type:"tableCell",children:[]},e)}function qF(e){let t=this.resume();this.data.inTable&&(t=t.replace(/\\([\\|])/g,YF));const n=this.stack[this.stack.length-1];n.type,n.value=t,this.exit(e)}function YF(e,t){return t==="|"?t:e}function WF(e){const t=e||{},n=t.tableCellPadding,r=t.tablePipeAlign,o=t.stringLength,a=n?" ":"|";return{unsafe:[{character:"\r",inConstruct:"tableCell"},{character:`
|
|
45
|
+
`,inConstruct:"tableCell"},{atBreak:!0,character:"|",after:"[ :-]"},{character:"|",inConstruct:"tableCell"},{atBreak:!0,character:":",after:"-"},{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{inlineCode:T,table:u,tableCell:d,tableRow:c}};function u(y,_,w,C){return f(p(y,w,C),y.align)}function c(y,_,w,C){const A=m(y,w,C),P=f([A]);return P.slice(0,P.indexOf(`
|
|
46
|
+
`))}function d(y,_,w,C){const A=w.enter("tableCell"),P=w.enter("phrasing"),v=w.containerPhrasing(y,pe(F({},C),{before:a,after:a}));return P(),A(),v}function f(y,_){return aF(y,{align:_,alignDelimiters:r,padding:n,stringLength:o})}function p(y,_,w){const C=y.children;let A=-1;const P=[],v=_.enter("table");for(;++A<C.length;)P[A]=m(C[A],_,w);return v(),P}function m(y,_,w){const C=y.children;let A=-1;const P=[],v=_.enter("tableRow");for(;++A<C.length;)P[A]=d(C[A],y,_,w);return v(),P}function T(y,_,w){let C=$_.inlineCode(y,_,w);return w.stack.includes("tableCell")&&(C=C.replace(/\|/g,"\\$&")),C}}function GF(){return{exit:{taskListCheckValueChecked:q_,taskListCheckValueUnchecked:q_,paragraph:KF}}}function XF(){return{unsafe:[{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{listItem:QF}}}function q_(e){const t=this.stack[this.stack.length-2];t.type,t.checked=e.type==="taskListCheckValueChecked"}function KF(e){const t=this.stack[this.stack.length-2];if(t&&t.type==="listItem"&&typeof t.checked=="boolean"){const n=this.stack[this.stack.length-1];n.type;const r=n.children[0];if(r&&r.type==="text"){const o=t.children;let a=-1,u;for(;++a<o.length;){const c=o[a];if(c.type==="paragraph"){u=c;break}}u===n&&(r.value=r.value.slice(1),r.value.length===0?n.children.shift():n.position&&r.position&&typeof r.position.start.offset=="number"&&(r.position.start.column++,r.position.start.offset++,n.position.start=Object.assign({},r.position.start)))}}this.exit(e)}function QF(e,t,n,r){const o=e.children[0],a=typeof e.checked=="boolean"&&o&&o.type==="paragraph",u="["+(e.checked?"x":" ")+"] ",c=n.createTracker(r);a&&c.move(u);let d=$_.listItem(e,t,n,F(F({},r),c.current()));return a&&(d=d.replace(/^(?:[*+-]|\d+\.)([\r\n]| {1,3})/,f)),d;function f(p){return p+u}}function JF(){return[N8(),Q8(),tF(),zF(),GF()]}function ZF(e){return{extensions:[O8(),J8(e),nF(),WF(e),XF()]}}const e9={tokenize:s9,partial:!0},Y_={tokenize:a9,partial:!0},W_={tokenize:u9,partial:!0},G_={tokenize:l9,partial:!0},t9={tokenize:c9,partial:!0},X_={name:"wwwAutolink",tokenize:i9,previous:Q_},K_={name:"protocolAutolink",tokenize:o9,previous:J_},gi={name:"emailAutolink",tokenize:r9,previous:Z_},Kr={};function n9(){return{text:Kr}}let Ao=48;for(;Ao<123;)Kr[Ao]=gi,Ao++,Ao===58?Ao=65:Ao===91&&(Ao=97);Kr[43]=gi,Kr[45]=gi,Kr[46]=gi,Kr[95]=gi,Kr[72]=[gi,K_],Kr[104]=[gi,K_],Kr[87]=[gi,X_],Kr[119]=[gi,X_];function r9(e,t,n){const r=this;let o,a;return u;function u(m){return!kp(m)||!Z_.call(r,r.previous)||Pp(r.events)?n(m):(e.enter("literalAutolink"),e.enter("literalAutolinkEmail"),c(m))}function c(m){return kp(m)?(e.consume(m),c):m===64?(e.consume(m),d):n(m)}function d(m){return m===46?e.check(t9,p,f)(m):m===45||m===95||Tn(m)?(a=!0,e.consume(m),d):p(m)}function f(m){return e.consume(m),o=!0,d}function p(m){return a&&o&&Pn(r.previous)?(e.exit("literalAutolinkEmail"),e.exit("literalAutolink"),t(m)):n(m)}}function i9(e,t,n){const r=this;return o;function o(u){return u!==87&&u!==119||!Q_.call(r,r.previous)||Pp(r.events)?n(u):(e.enter("literalAutolink"),e.enter("literalAutolinkWww"),e.check(e9,e.attempt(Y_,e.attempt(W_,a),n),n)(u))}function a(u){return e.exit("literalAutolinkWww"),e.exit("literalAutolink"),t(u)}}function o9(e,t,n){const r=this;let o="",a=!1;return u;function u(m){return(m===72||m===104)&&J_.call(r,r.previous)&&!Pp(r.events)?(e.enter("literalAutolink"),e.enter("literalAutolinkHttp"),o+=String.fromCodePoint(m),e.consume(m),c):n(m)}function c(m){if(Pn(m)&&o.length<5)return o+=String.fromCodePoint(m),e.consume(m),c;if(m===58){const T=o.toLowerCase();if(T==="http"||T==="https")return e.consume(m),d}return n(m)}function d(m){return m===47?(e.consume(m),a?f:(a=!0,d)):n(m)}function f(m){return m===null||Al(m)||ht(m)||co(m)||vl(m)?n(m):e.attempt(Y_,e.attempt(W_,p),n)(m)}function p(m){return e.exit("literalAutolinkHttp"),e.exit("literalAutolink"),t(m)}}function s9(e,t,n){let r=0;return o;function o(u){return(u===87||u===119)&&r<3?(r++,e.consume(u),o):u===46&&r===3?(e.consume(u),a):n(u)}function a(u){return u===null?n(u):t(u)}}function a9(e,t,n){let r,o,a;return u;function u(f){return f===46||f===95?e.check(G_,d,c)(f):f===null||ht(f)||co(f)||f!==45&&vl(f)?d(f):(a=!0,e.consume(f),u)}function c(f){return f===95?r=!0:(o=r,r=void 0),e.consume(f),u}function d(f){return o||r||!a?n(f):t(f)}}function u9(e,t){let n=0,r=0;return o;function o(u){return u===40?(n++,e.consume(u),o):u===41&&r<n?a(u):u===33||u===34||u===38||u===39||u===41||u===42||u===44||u===46||u===58||u===59||u===60||u===63||u===93||u===95||u===126?e.check(G_,t,a)(u):u===null||ht(u)||co(u)?t(u):(e.consume(u),o)}function a(u){return u===41&&r++,e.consume(u),o}}function l9(e,t,n){return r;function r(c){return c===33||c===34||c===39||c===41||c===42||c===44||c===46||c===58||c===59||c===63||c===95||c===126?(e.consume(c),r):c===38?(e.consume(c),a):c===93?(e.consume(c),o):c===60||c===null||ht(c)||co(c)?t(c):n(c)}function o(c){return c===null||c===40||c===91||ht(c)||co(c)?t(c):r(c)}function a(c){return Pn(c)?u(c):n(c)}function u(c){return c===59?(e.consume(c),r):Pn(c)?(e.consume(c),u):n(c)}}function c9(e,t,n){return r;function r(a){return e.consume(a),o}function o(a){return Tn(a)?n(a):t(a)}}function Q_(e){return e===null||e===40||e===42||e===95||e===91||e===93||e===126||ht(e)}function J_(e){return!Pn(e)}function Z_(e){return!(e===47||kp(e))}function kp(e){return e===43||e===45||e===46||e===95||Tn(e)}function Pp(e){let t=e.length,n=!1;for(;t--;){const r=e[t][1];if((r.type==="labelLink"||r.type==="labelImage")&&!r._balanced){n=!0;break}if(r._gfmAutolinkLiteralWalkedInto){n=!1;break}}return e.length>0&&!n&&(e[e.length-1][1]._gfmAutolinkLiteralWalkedInto=!0),n}const d9={tokenize:b9,partial:!0};function f9(){return{document:{91:{name:"gfmFootnoteDefinition",tokenize:g9,continuation:{tokenize:E9},exit:y9}},text:{91:{name:"gfmFootnoteCall",tokenize:m9},93:{name:"gfmPotentialFootnoteCall",add:"after",tokenize:h9,resolveTo:p9}}}}function h9(e,t,n){const r=this;let o=r.events.length;const a=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]);let u;for(;o--;){const d=r.events[o][1];if(d.type==="labelImage"){u=d;break}if(d.type==="gfmFootnoteCall"||d.type==="labelLink"||d.type==="label"||d.type==="image"||d.type==="link")break}return c;function c(d){if(!u||!u._balanced)return n(d);const f=Sr(r.sliceSerialize({start:u.end,end:r.now()}));return f.codePointAt(0)!==94||!a.includes(f.slice(1))?n(d):(e.enter("gfmFootnoteCallLabelMarker"),e.consume(d),e.exit("gfmFootnoteCallLabelMarker"),t(d))}}function p9(e,t){let n=e.length;for(;n--;)if(e[n][1].type==="labelImage"&&e[n][0]==="enter"){e[n][1];break}e[n+1][1].type="data",e[n+3][1].type="gfmFootnoteCallLabelMarker";const r={type:"gfmFootnoteCall",start:Object.assign({},e[n+3][1].start),end:Object.assign({},e[e.length-1][1].end)},o={type:"gfmFootnoteCallMarker",start:Object.assign({},e[n+3][1].end),end:Object.assign({},e[n+3][1].end)};o.end.column++,o.end.offset++,o.end._bufferIndex++;const a={type:"gfmFootnoteCallString",start:Object.assign({},o.end),end:Object.assign({},e[e.length-1][1].start)},u={type:"chunkString",contentType:"string",start:Object.assign({},a.start),end:Object.assign({},a.end)},c=[e[n+1],e[n+2],["enter",r,t],e[n+3],e[n+4],["enter",o,t],["exit",o,t],["enter",a,t],["enter",u,t],["exit",u,t],["exit",a,t],e[e.length-2],e[e.length-1],["exit",r,t]];return e.splice(n,e.length-n+1,...c),e}function m9(e,t,n){const r=this,o=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]);let a=0,u;return c;function c(m){return e.enter("gfmFootnoteCall"),e.enter("gfmFootnoteCallLabelMarker"),e.consume(m),e.exit("gfmFootnoteCallLabelMarker"),d}function d(m){return m!==94?n(m):(e.enter("gfmFootnoteCallMarker"),e.consume(m),e.exit("gfmFootnoteCallMarker"),e.enter("gfmFootnoteCallString"),e.enter("chunkString").contentType="string",f)}function f(m){if(a>999||m===93&&!u||m===null||m===91||ht(m))return n(m);if(m===93){e.exit("chunkString");const T=e.exit("gfmFootnoteCallString");return o.includes(Sr(r.sliceSerialize(T)))?(e.enter("gfmFootnoteCallLabelMarker"),e.consume(m),e.exit("gfmFootnoteCallLabelMarker"),e.exit("gfmFootnoteCall"),t):n(m)}return ht(m)||(u=!0),a++,e.consume(m),m===92?p:f}function p(m){return m===91||m===92||m===93?(e.consume(m),a++,f):f(m)}}function g9(e,t,n){const r=this,o=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]);let a,u=0,c;return d;function d(_){return e.enter("gfmFootnoteDefinition")._container=!0,e.enter("gfmFootnoteDefinitionLabel"),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(_),e.exit("gfmFootnoteDefinitionLabelMarker"),f}function f(_){return _===94?(e.enter("gfmFootnoteDefinitionMarker"),e.consume(_),e.exit("gfmFootnoteDefinitionMarker"),e.enter("gfmFootnoteDefinitionLabelString"),e.enter("chunkString").contentType="string",p):n(_)}function p(_){if(u>999||_===93&&!c||_===null||_===91||ht(_))return n(_);if(_===93){e.exit("chunkString");const w=e.exit("gfmFootnoteDefinitionLabelString");return a=Sr(r.sliceSerialize(w)),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(_),e.exit("gfmFootnoteDefinitionLabelMarker"),e.exit("gfmFootnoteDefinitionLabel"),T}return ht(_)||(c=!0),u++,e.consume(_),_===92?m:p}function m(_){return _===91||_===92||_===93?(e.consume(_),u++,p):p(_)}function T(_){return _===58?(e.enter("definitionMarker"),e.consume(_),e.exit("definitionMarker"),o.includes(a)||o.push(a),it(e,y,"gfmFootnoteDefinitionWhitespace")):n(_)}function y(_){return t(_)}}function E9(e,t,n){return e.check(Pa,t,e.attempt(d9,t,n))}function y9(e){e.exit("gfmFootnoteDefinition")}function b9(e,t,n){const r=this;return it(e,o,"gfmFootnoteDefinitionIndent",5);function o(a){const u=r.events[r.events.length-1];return u&&u[1].type==="gfmFootnoteDefinitionIndent"&&u[2].sliceSerialize(u[1],!0).length===4?t(a):n(a)}}function T9(e){let n=(e||{}).singleTilde;const r={name:"strikethrough",tokenize:a,resolveAll:o};return n==null&&(n=!0),{text:{126:r},insideSpan:{null:[r]},attentionMarkers:{null:[126]}};function o(u,c){let d=-1;for(;++d<u.length;)if(u[d][0]==="enter"&&u[d][1].type==="strikethroughSequenceTemporary"&&u[d][1]._close){let f=d;for(;f--;)if(u[f][0]==="exit"&&u[f][1].type==="strikethroughSequenceTemporary"&&u[f][1]._open&&u[d][1].end.offset-u[d][1].start.offset===u[f][1].end.offset-u[f][1].start.offset){u[d][1].type="strikethroughSequence",u[f][1].type="strikethroughSequence";const p={type:"strikethrough",start:Object.assign({},u[f][1].start),end:Object.assign({},u[d][1].end)},m={type:"strikethroughText",start:Object.assign({},u[f][1].end),end:Object.assign({},u[d][1].start)},T=[["enter",p,c],["enter",u[f][1],c],["exit",u[f][1],c],["enter",m,c]],y=c.parser.constructs.insideSpan.null;y&&Xn(T,T.length,0,Cl(y,u.slice(f+1,d),c)),Xn(T,T.length,0,[["exit",m,c],["enter",u[d][1],c],["exit",u[d][1],c],["exit",p,c]]),Xn(u,f-1,d-f+3,T),d=f+T.length-2;break}}for(d=-1;++d<u.length;)u[d][1].type==="strikethroughSequenceTemporary"&&(u[d][1].type="data");return u}function a(u,c,d){const f=this.previous,p=this.events;let m=0;return T;function T(_){return f===126&&p[p.length-1][1].type!=="characterEscape"?d(_):(u.enter("strikethroughSequenceTemporary"),y(_))}function y(_){const w=is(f);if(_===126)return m>1?d(_):(u.consume(_),m++,y);if(m<2&&!n)return d(_);const C=u.exit("strikethroughSequenceTemporary"),A=is(_);return C._open=!A||A===2&&!!w,C._close=!w||w===2&&!!A,c(_)}}}class _9{constructor(){this.map=[]}add(t,n,r){S9(this,t,n,r)}consume(t){if(this.map.sort(function(a,u){return a[0]-u[0]}),this.map.length===0)return;let n=this.map.length;const r=[];for(;n>0;)n-=1,r.push(t.slice(this.map[n][0]+this.map[n][1]),this.map[n][2]),t.length=this.map[n][0];r.push(t.slice()),t.length=0;let o=r.pop();for(;o;){for(const a of o)t.push(a);o=r.pop()}this.map.length=0}}function S9(e,t,n,r){let o=0;if(!(n===0&&r.length===0)){for(;o<e.map.length;){if(e.map[o][0]===t){e.map[o][1]+=n,e.map[o][2].push(...r);return}o+=1}e.map.push([t,n,r])}}function x9(e,t){let n=!1;const r=[];for(;t<e.length;){const o=e[t];if(n){if(o[0]==="enter")o[1].type==="tableContent"&&r.push(e[t+1][1].type==="tableDelimiterMarker"?"left":"none");else if(o[1].type==="tableContent"){if(e[t-1][1].type==="tableDelimiterMarker"){const a=r.length-1;r[a]=r[a]==="left"?"center":"right"}}else if(o[1].type==="tableDelimiterRow")break}else o[0]==="enter"&&o[1].type==="tableDelimiterRow"&&(n=!0);t+=1}return r}function w9(){return{flow:{null:{name:"table",tokenize:A9,resolveAll:v9}}}}function A9(e,t,n){const r=this;let o=0,a=0,u;return c;function c(V){let se=r.events.length-1;for(;se>-1;){const ne=r.events[se][1].type;if(ne==="lineEnding"||ne==="linePrefix")se--;else break}const ce=se>-1?r.events[se][1].type:null,de=ce==="tableHead"||ce==="tableRow"?D:d;return de===D&&r.parser.lazy[r.now().line]?n(V):de(V)}function d(V){return e.enter("tableHead"),e.enter("tableRow"),f(V)}function f(V){return V===124||(u=!0,a+=1),p(V)}function p(V){return V===null?n(V):Ue(V)?a>1?(a=0,r.interrupt=!0,e.exit("tableRow"),e.enter("lineEnding"),e.consume(V),e.exit("lineEnding"),y):n(V):tt(V)?it(e,p,"whitespace")(V):(a+=1,u&&(u=!1,o+=1),V===124?(e.enter("tableCellDivider"),e.consume(V),e.exit("tableCellDivider"),u=!0,p):(e.enter("data"),m(V)))}function m(V){return V===null||V===124||ht(V)?(e.exit("data"),p(V)):(e.consume(V),V===92?T:m)}function T(V){return V===92||V===124?(e.consume(V),m):m(V)}function y(V){return r.interrupt=!1,r.parser.lazy[r.now().line]?n(V):(e.enter("tableDelimiterRow"),u=!1,tt(V)?it(e,_,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(V):_(V))}function _(V){return V===45||V===58?C(V):V===124?(u=!0,e.enter("tableCellDivider"),e.consume(V),e.exit("tableCellDivider"),w):Y(V)}function w(V){return tt(V)?it(e,C,"whitespace")(V):C(V)}function C(V){return V===58?(a+=1,u=!0,e.enter("tableDelimiterMarker"),e.consume(V),e.exit("tableDelimiterMarker"),A):V===45?(a+=1,A(V)):V===null||Ue(V)?H(V):Y(V)}function A(V){return V===45?(e.enter("tableDelimiterFiller"),P(V)):Y(V)}function P(V){return V===45?(e.consume(V),P):V===58?(u=!0,e.exit("tableDelimiterFiller"),e.enter("tableDelimiterMarker"),e.consume(V),e.exit("tableDelimiterMarker"),v):(e.exit("tableDelimiterFiller"),v(V))}function v(V){return tt(V)?it(e,H,"whitespace")(V):H(V)}function H(V){return V===124?_(V):V===null||Ue(V)?!u||o!==a?Y(V):(e.exit("tableDelimiterRow"),e.exit("tableHead"),t(V)):Y(V)}function Y(V){return n(V)}function D(V){return e.enter("tableRow"),q(V)}function q(V){return V===124?(e.enter("tableCellDivider"),e.consume(V),e.exit("tableCellDivider"),q):V===null||Ue(V)?(e.exit("tableRow"),t(V)):tt(V)?it(e,q,"whitespace")(V):(e.enter("data"),re(V))}function re(V){return V===null||V===124||ht(V)?(e.exit("data"),q(V)):(e.consume(V),V===92?me:re)}function me(V){return V===92||V===124?(e.consume(V),re):re(V)}}function v9(e,t){let n=-1,r=!0,o=0,a=[0,0,0,0],u=[0,0,0,0],c=!1,d=0,f,p,m;const T=new _9;for(;++n<e.length;){const y=e[n],_=y[1];y[0]==="enter"?_.type==="tableHead"?(c=!1,d!==0&&(eS(T,t,d,f,p),p=void 0,d=0),f={type:"table",start:Object.assign({},_.start),end:Object.assign({},_.end)},T.add(n,0,[["enter",f,t]])):_.type==="tableRow"||_.type==="tableDelimiterRow"?(r=!0,m=void 0,a=[0,0,0,0],u=[0,n+1,0,0],c&&(c=!1,p={type:"tableBody",start:Object.assign({},_.start),end:Object.assign({},_.end)},T.add(n,0,[["enter",p,t]])),o=_.type==="tableDelimiterRow"?2:p?3:1):o&&(_.type==="data"||_.type==="tableDelimiterMarker"||_.type==="tableDelimiterFiller")?(r=!1,u[2]===0&&(a[1]!==0&&(u[0]=u[1],m=yc(T,t,a,o,void 0,m),a=[0,0,0,0]),u[2]=n)):_.type==="tableCellDivider"&&(r?r=!1:(a[1]!==0&&(u[0]=u[1],m=yc(T,t,a,o,void 0,m)),a=u,u=[a[1],n,0,0])):_.type==="tableHead"?(c=!0,d=n):_.type==="tableRow"||_.type==="tableDelimiterRow"?(d=n,a[1]!==0?(u[0]=u[1],m=yc(T,t,a,o,n,m)):u[1]!==0&&(m=yc(T,t,u,o,n,m)),o=0):o&&(_.type==="data"||_.type==="tableDelimiterMarker"||_.type==="tableDelimiterFiller")&&(u[3]=n)}for(d!==0&&eS(T,t,d,f,p),T.consume(t.events),n=-1;++n<t.events.length;){const y=t.events[n];y[0]==="enter"&&y[1].type==="table"&&(y[1]._align=x9(t.events,n))}return e}function yc(e,t,n,r,o,a){const u=r===1?"tableHeader":r===2?"tableDelimiter":"tableData",c="tableContent";n[0]!==0&&(a.end=Object.assign({},Is(t.events,n[0])),e.add(n[0],0,[["exit",a,t]]));const d=Is(t.events,n[1]);if(a={type:u,start:Object.assign({},d),end:Object.assign({},d)},e.add(n[1],0,[["enter",a,t]]),n[2]!==0){const f=Is(t.events,n[2]),p=Is(t.events,n[3]),m={type:c,start:Object.assign({},f),end:Object.assign({},p)};if(e.add(n[2],0,[["enter",m,t]]),r!==2){const T=t.events[n[2]],y=t.events[n[3]];if(T[1].end=Object.assign({},y[1].end),T[1].type="chunkText",T[1].contentType="text",n[3]>n[2]+1){const _=n[2]+1,w=n[3]-n[2]-1;e.add(_,w,[])}}e.add(n[3]+1,0,[["exit",m,t]])}return o!==void 0&&(a.end=Object.assign({},Is(t.events,o)),e.add(o,0,[["exit",a,t]]),a=void 0),a}function eS(e,t,n,r,o){const a=[],u=Is(t.events,n);o&&(o.end=Object.assign({},u),a.push(["exit",o,t])),r.end=Object.assign({},u),a.push(["exit",r,t]),e.add(n+1,0,a)}function Is(e,t){const n=e[t],r=n[0]==="enter"?"start":"end";return n[1][r]}const C9={name:"tasklistCheck",tokenize:P9};function k9(){return{text:{91:C9}}}function P9(e,t,n){const r=this;return o;function o(d){return r.previous!==null||!r._gfmTasklistFirstContentOfListItem?n(d):(e.enter("taskListCheck"),e.enter("taskListCheckMarker"),e.consume(d),e.exit("taskListCheckMarker"),a)}function a(d){return ht(d)?(e.enter("taskListCheckValueUnchecked"),e.consume(d),e.exit("taskListCheckValueUnchecked"),u):d===88||d===120?(e.enter("taskListCheckValueChecked"),e.consume(d),e.exit("taskListCheckValueChecked"),u):n(d)}function u(d){return d===93?(e.enter("taskListCheckMarker"),e.consume(d),e.exit("taskListCheckMarker"),e.exit("taskListCheck"),c):n(d)}function c(d){return Ue(d)?t(d):tt(d)?e.check({tokenize:N9},t,n)(d):n(d)}}function N9(e,t,n){return it(e,r,"whitespace");function r(o){return o===null?n(o):t(o)}}function O9(e){return yE([n9(),f9(),T9(e),w9(),k9()])}const I9={};function R9(e){const t=this,n=e||I9,r=t.data(),o=r.micromarkExtensions||(r.micromarkExtensions=[]),a=r.fromMarkdownExtensions||(r.fromMarkdownExtensions=[]),u=r.toMarkdownExtensions||(r.toMarkdownExtensions=[]);o.push(O9(n)),a.push(JF()),u.push(ZF(n))}const bc=()=>x.jsx("span",{className:`${z}-blinking-cursor`,children:x.jsx("svg",{height:"16px",width:"16px",xmlns:"http://www.w3.org/2000/svg",children:x.jsx("circle",{r:"0.45rem",cx:"0.5rem",cy:"0.55rem",fill:"black"})})}),Np=({globalClassName:e,openLinksInNewTab:t,showIsLoading:n,text:r})=>x.jsx(uy,{remarkPlugins:[R9],rehypePlugins:[Tb],components:{h1:({children:o})=>x.jsx("h1",{className:W(e,`${z}-header h1`),children:o}),h2:({children:o})=>x.jsx("h2",{className:W(e,`${z}-header h2`),children:o}),h3:({children:o})=>x.jsx("h3",{className:W(e,`${z}-header h3`),children:o}),ul:({children:o})=>x.jsx("ul",{className:W(e,`${z}-ul`),children:o}),ol:({children:o})=>x.jsx("ol",{className:W(e,`${z}-ol`),children:o}),li:({children:o})=>x.jsx("li",{className:W(e,`${z}-li`),children:o}),a:({href:o,children:a})=>x.jsx(Cb,{globalClassName:e,openLinksInNewTab:t,href:o,children:a}),table:({children:o})=>x.jsx("div",{className:W(e,`${z}-table-container`),children:x.jsx("table",{className:W(e,`${z}-table`),children:o})}),thead:({children:o})=>x.jsx("thead",{className:W(e,`${z}-thead`),children:o}),tbody:({children:o})=>x.jsx("tbody",{className:W(e,`${z}-tbody`),children:o}),tr:({children:o})=>x.jsx("tr",{className:W(e,`${z}-tr`),children:o}),th:({children:o})=>x.jsx("th",{className:W(e,`${z}-th`),children:o}),td:({children:o})=>x.jsx("td",{className:W(e,`${z}-td`),children:o}),span:({className:o,children:a})=>o===`${z}-blinking-cursor`?x.jsx(bc,{}):x.jsx("span",{children:a})},children:r+(n?`<span className='${z}-blinking-cursor'></span>`:"")}),L9=({globalClassName:e,message:t})=>{const[n,r]=B.useState(!1),o=t.tool_name||t.toolName,a=!!t.thought,u=!!o,c=()=>{r(d=>!d)};return x.jsxs("div",{children:[x.jsxs("div",{className:W(e,`${z}-progress-message`,"standalone"),children:[x.jsx("span",{className:W(e,`${z}-message-icon`,"progress-icon","standalone"),children:x.jsx(F1,{})}),x.jsx("p",{className:W(e,`${z}-progress-text`,"standalone"),children:t.message})]}),(a||u)&&x.jsxs(x.Fragment,{children:[x.jsx(Sl,{className:W(e,`${z}-thought-context-button`),onClick:c,children:n?x.jsxs(x.Fragment,{children:["Hide ",x.jsx(Kk,{})]}):x.jsxs(x.Fragment,{children:["Context ",x.jsx(Qk,{})]})}),n&&x.jsx("div",{className:W(e,`${z}-thought-container`),children:a&&x.jsx("p",{className:W(e,`${z}-progress-thought`),children:t.thought})})]})]})},D9=({globalClassName:e,message:t,isWidgetStandalone:n})=>n?x.jsx(L9,{globalClassName:e,message:t}):x.jsxs("div",{className:W(e,`${z}-progress-message`,"embedded"),title:t.message,children:[x.jsx("span",{className:W(e,`${z}-message-icon`,"progress-icon","embedded"),children:x.jsx(F1,{})}),x.jsx("i",{className:W(e,`${z}-progress-text`,"embedded"),children:t.message})]}),M9=({globalClassName:e,message:t,isWidgetStandalone:n})=>{var o;const r=(o=t.searchParams)==null?void 0:o.query;return x.jsxs("div",{className:W(e,`${z}-refined-event`,{embedded:!n,standalone:n}),children:[!!r&&x.jsxs("div",{className:W(e,`${z}-refined-event-query`,{embedded:!n,standalone:n}),children:[x.jsx("span",{className:W(e,`${z}-message-icon`,`${z}-refined-event-icon`,{embedded:!n,standalone:n}),children:x.jsx(Jo,{role:"img"})}),x.jsx("p",{className:W(e,`${z}-text`,`${z}-refined-event-query-text`,"bold",{embedded:!n,standalone:n}),children:r})]}),x.jsx(Np,{text:t.message})]})},tS=e=>{var d,f;const{configModule:t}=rt(),n=((d=e.request)==null?void 0:d.searchParams)||((f=e.request)==null?void 0:f.browseParams),r=(t==null?void 0:t.getProductHiddenFields())||[],{facetFilters:o={}}=n||{facetFilters:{}},a=Object.fromEntries(Object.entries(o).filter(([p])=>!r.includes(p))),u=Object.keys(a),c=Object.values(a).reduce((p,m)=>p+m.length,0);return{facetFiltersList:u,filterCount:c}},Tc=({isWidgetStandalone:e,globalClassName:t,filterCount:n})=>x.jsx("span",{className:W(t,`${z}-facet-pill`,{standalone:e,embedded:!e}),children:`${n} filter${n!==1?"s":""}`}),nS=({globalClassName:e,message:t,facetFiltersList:n})=>{var a,u;if(!n.length)return null;const r=((a=t.request)==null?void 0:a.searchParams)||((u=t.request)==null?void 0:u.browseParams),o=(r==null?void 0:r.facetFilters)||{};return n.map(c=>{var f;const d=((f=o[c])==null?void 0:f.join(", "))||"";return x.jsxs("div",{className:W(e,`${z}-facets`),children:[x.jsx("p",{className:W(e,`${z}-facet-category`),children:c}),x.jsx("p",{className:W(e,`${z}-facet-values`),children:d})]},c)})},su=({globalClassName:e,timestamp:t,isWidgetStandalone:n})=>x.jsx("span",{className:W(e,`${z}-message-timestamp`,n?"standalone":"embedded"),title:t,children:t}),F9=({globalClassName:e,message:t,isWidgetStandalone:n})=>{var f,p;const{request:r,createdAt:o}=t,{facetFiltersList:a,filterCount:u}=tS(t),c=new Date(o).toLocaleString(),d=(f=r==null?void 0:r.attachments)==null?void 0:f.image;return n?x.jsxs("div",{className:W(e,`${z}-user-message standalone`),children:[x.jsxs("div",{className:W(e,`${z}-user-message-row standalone`),children:[d?x.jsx("img",{className:W(e,`${z}-user-message-image standalone`),src:d,alt:"User provided context",loading:"lazy"}):x.jsx("span",{className:W(e,`${z}-message-icon user-message-icon standalone`),children:x.jsx(U1,{})}),x.jsx("p",{className:W(e,`${z}-user-message-text`,"standalone"),children:r==null?void 0:r.userPrompt}),a.length>0&&x.jsx(Tc,{isWidgetStandalone:!0,globalClassName:e,filterCount:u})]}),x.jsx(nS,{globalClassName:e,facetFiltersList:a,message:t}),x.jsx(su,{globalClassName:e,timestamp:c,isWidgetStandalone:!0})]}):x.jsxs("div",{className:W(e,`${z}-user-message embedded`),children:[x.jsxs("div",{className:W(e,`${z}-user-message-row embedded`),children:[d?x.jsx("img",{className:W(e,`${z}-user-message-image`,"embedded"),src:d,alt:"User provided context",loading:"lazy"}):x.jsx("span",{className:W(e,`${z}-message-icon user-message-icon embedded`),children:x.jsx(U1,{})}),x.jsx("p",{className:W(e,`${z}-user-message-text embedded`),children:(p=t.request)==null?void 0:p.userPrompt}),a.length>0&&x.jsx(Tc,{isWidgetStandalone:!1,filterCount:u})]}),x.jsx(su,{globalClassName:e,timestamp:c,isWidgetStandalone:!1})]})},B9=({globalClassName:e,timestamp:t,actionLabel:n,query:r,queryLabel:o,message:a,facetFiltersList:u,filterCount:c,imageData:d})=>x.jsxs("div",{className:W(e,`${z}-user-search standalone`),children:[x.jsxs("div",{children:[x.jsxs("div",{className:W(e,`${z}-user-search-query standalone`),children:[d?x.jsx("img",{className:W(e,`${z}-user-search-image standalone`),src:d,alt:o||r,loading:"lazy"}):x.jsx("span",{className:W(e,`${z}-message-icon user-search-icon standalone`),children:x.jsx(Jo,{})}),x.jsx("p",{className:W(e,`${z}-text bold`),children:`${n}: ${o||r}`}),u.length>0&&x.jsx(Tc,{isWidgetStandalone:!0,globalClassName:e,filterCount:c})]}),x.jsx(nS,{globalClassName:e,facetFiltersList:u,message:a})]}),x.jsx(su,{globalClassName:e,timestamp:t,isWidgetStandalone:!0})]}),U9=({globalClassName:e,message:t,isWidgetStandalone:n})=>{var y;const{request:r,name:o,createdAt:a}=t,{facetFiltersList:u,filterCount:c}=tS(t),d=new Date(a).toLocaleString(),f=(y=r==null?void 0:r.attachments)==null?void 0:y.image,{actionLabel:p,query:m,queryLabel:T}=B.useMemo(()=>{var w,C,A;const _=typeof((w=r==null?void 0:r.clientContext)==null?void 0:w.cimLabel)=="string"?(C=r==null?void 0:r.clientContext)==null?void 0:C.cimLabel:r==null?void 0:r.label;switch(o){case"copilot_search":return{actionLabel:"Your search",query:r==null?void 0:r.searchParams.query,queryLabel:""};case"copilot_browse":return{actionLabel:"Browsing category",query:(A=r==null?void 0:r.browseParams)==null?void 0:A.categoryId,queryLabel:_||""};case"product_view":return{actionLabel:"Viewing product",query:r==null?void 0:r.productId,queryLabel:_||""};default:return{actionLabel:"",query:"",queryLabel:""}}},[o,r]);return m?n?x.jsx(B9,{globalClassName:e,timestamp:d,message:t,actionLabel:p,query:m,queryLabel:T,facetFiltersList:u,filterCount:c}):x.jsxs("div",{className:W(e,`${z}-user-search embedded`),children:[x.jsxs("div",{className:W(e,`${z}-user-search-query embedded`),children:[f?x.jsx("img",{className:W(e,`${z}-user-search-image embedded`),src:f,alt:T||m,loading:"lazy"}):x.jsx("span",{className:W(e,`${z}-message-icon user-search-icon embedded`),children:x.jsx(Jo,{})}),x.jsx("p",{className:W(e,`${z}-text bold embedded`),children:T||m}),u.length>0&&x.jsx(Tc,{isWidgetStandalone:!1,filterCount:c})]}),x.jsx(su,{globalClassName:e,timestamp:d,isWidgetStandalone:!1})]}):null},rS=({message:e,globalClassName:t,openLinksInNewTab:n,resetConversationMessage:r,entryType:o,isWidgetStandalone:a,handleSuggestionClick:u})=>{var T;const{isLoading:c,isResponseLoading:d}=Ur(),f=c&&d((e==null?void 0:e.eventSourceId)||"")&&e.name==="partial_inquiry";if(!e)return null;const p=e.name,m=!!((T=e.request)!=null&&T.userPrompt);switch(p){case"ask_cim":case"copilot_search":case"copilot_browse":case"product_view":return m?x.jsx(F9,{globalClassName:t,isWidgetStandalone:a,message:e}):x.jsx(U9,{globalClassName:t,message:e,isWidgetStandalone:a});case"faceted_navigation":return null;case"refined_search":case"refined_browse":return x.jsx(M9,{globalClassName:t,message:e,isWidgetStandalone:a});case"follow_up":return x.jsx(w8,{globalClassName:t,entryType:o,isWidgetStandalone:a,message:e,handleSuggestionClick:u});case"inquiry":case"partial_inquiry":return x.jsx(Np,{globalClassName:t,openLinksInNewTab:n,showIsLoading:f,text:e.message});case"error":return x.jsx(x8,{message:e,isWidgetStandalone:a});case"display_products":return x.jsx(S8,{message:e,isWidgetStandalone:a});case"progress":return x.jsx(D9,{globalClassName:t,isWidgetStandalone:a,message:e});case"conversation_reset":return o==="ask_cim"?null:x.jsxs(x.Fragment,{children:[x.jsx("p",{className:W(t,`${z}-reset-message`),children:"This conversation has been reset."}),x.jsx("p",{className:W(t,`${z}-start-search-message`),children:r||"What products would you like to explore today?"})]});default:return null}},H9=({isWidgetStandalone:e,handleSuggestionClick:t})=>{const{globalClassName:n,openLinksInNewTab:r,resetConversationMessage:o}=rt(),{groupedMessages:a}=ar(),{entryType:u}=sr();return x.jsxs(x.Fragment,{children:[u==="ask_cim"&&x.jsx(T8,{isWidgetStandalone:e}),a.map(c=>{if(c.messages&&c.type==="group"){let d=new Date(c.createdAt).toLocaleString();const f=c.messages[c.messages.length-1];return f&&(d=new Date(f.createdAt).toLocaleString()),x.jsxs("div",{className:W(n,`${z}-message-group`,e?"standalone":"embedded"),children:[c.messages.length>0&&c.messages.map(p=>x.jsx("div",{className:`${z}-message-group-child`,children:x.jsx(rS,{id:p.id,openLinksInNewTab:r,resetConversationMessage:o,entryType:u,globalClassName:n,isWidgetStandalone:e,message:p,handleSuggestionClick:t})},p.id)),x.jsx(su,{globalClassName:n,timestamp:d,isWidgetStandalone:e})]},`group-${c.eventSourceId}`)}else if(c.type==="individual"&&c.message)return x.jsx("div",{className:W(n,`${z}-message`,e?"standalone":"embedded",{error:c.message.name.includes("error")}),children:x.jsx(rS,{id:c.message.id,openLinksInNewTab:r,resetConversationMessage:o,entryType:u,globalClassName:n,isWidgetStandalone:e,message:c.message,handleSuggestionClick:t})},c.message.id);return null})]})},z9=({isOpen:e}={})=>{const{messages:t}=Ur(),{autoScroll:n}=rt(),r=B.useRef(null);return B.useEffect(()=>{n&&r.current&&r.current.scrollIntoView({behavior:"smooth",block:"end"})},[t,n]),B.useEffect(()=>{e&&r.current&&r.current.scrollIntoView(!0)},[e]),r},j9={display:"flex",justifyContent:"flex-start",paddingBottom:"1rem"},Op=({isOpen:e,isWidgetStandalone:t,isLoading:n,handleSuggestionClick:r,loadingIndicatorStyle:o})=>{const a=z9({isOpen:e});return x.jsxs(x.Fragment,{children:[x.jsx(H9,{isWidgetStandalone:t,handleSuggestionClick:r}),n&&x.jsx("div",{style:F(F({},j9),o),children:x.jsx(bc,{})}),x.jsx("div",{ref:a})]})},iS=()=>{const{globalClassName:e,themeVariables:t,messageAlignment:n}=rt(),{copilot:r,isLoading:o,handleUserInput:a,handleSuggestion:u,resetConversation:c}=Ur();return Tp()?r?x.jsxs("div",{className:W(e,`${z}-container`,`${z}-embedded-chat`),style:t,children:[x.jsx("div",{className:W(e,`${z}-message-container`,`container-${n}`,"embedded"),children:x.jsx(Op,{isWidgetStandalone:!1,isLoading:o,handleSuggestionClick:u})}),x.jsx(Oh,{componentType:"chat",className:"embedded-chat",isLoading:o,onSubmit:a}),x.jsx("div",{className:W(`${z}-embedded-chat-menu`),children:x.jsxs(NM,{componentType:"chat",children:[x.jsx(w_,{componentType:"chat"}),x.jsx(Nb,{componentType:"chat",onClearChat:c})]})})]}):x.jsx("div",{children:"Loading Copilot..."}):null},oS=e=>{var d;const{children:t,disabled:n}=e,[r,o]=B.useState((d=e.container)==null?void 0:d.current),a=B.useSyncExternalStore(V9,()=>!1,()=>!0),{getRootNode:u}=pc();if(B.useEffect(()=>{o(()=>{var f;return(f=e.container)==null?void 0:f.current})},[e.container]),a||n)return x.jsx(x.Fragment,{children:t});const c=r!=null?r:$9(u);return x.jsx(x.Fragment,{children:B.Children.map(t,f=>Qo.createPortal(f,c))})},$9=e=>{const t=e==null?void 0:e(),n=t.getRootNode();return yo(n)?n:$r(t).body},V9=()=>()=>{},sS=()=>{const{globalClassName:e,themeVariables:t,messageAlignment:n}=rt(),{mode:r,status:o,dialogPosition:a,isDialogFullHeight:u,dialogWidth:c}=sr(),{copilot:d,isLoading:f,handleUserInput:p,handleSuggestion:m,resetConversation:T}=Ur(),y=Tp(),{isOpen:_}=o||{},w=r==="standalone",C=()=>{ui(!1)};return y?d?x.jsx(b_,{lazyMount:!0,unmountOnExit:!0,modal:!1,closeOnEscape:!1,closeOnInteractOutside:!1,open:y,children:x.jsx(oS,{children:x.jsx(gp,{className:W(e,`${z}-container`,`${z}-dialog`,a,u&&"full-height"),style:F(F({},t),c&&{width:c}),children:x.jsxs(pp,{className:W(e,`${z}-dialog-content`,{standalone:w,embedded:!w}),children:[x.jsx(x_,{componentType:"dialog",onClearChat:T,onClose:C}),x.jsx(mp,{className:W(e,`${z}-message-container`,`container-${n}`,{standalone:w,embedded:!w}),children:x.jsx(Op,{isWidgetStandalone:w,isLoading:f,isOpen:_,handleSuggestionClick:m})}),x.jsx(Oh,{componentType:"dialog",isLoading:f,onSubmit:p})]})})})}):x.jsx("div",{children:"Loading Copilot..."}):null},aS=()=>{const{globalClassName:e,themeVariables:t,messageAlignment:n}=rt(),{mode:r,status:o,isModalFullscreen:a}=sr(),{copilot:u,isLoading:c,handleUserInput:d,handleSuggestion:f,resetConversation:p}=Ur(),{isOpen:m}=o||{},T=r==="standalone",y=Tp(),_=({open:C})=>{ui(C)},w=()=>{ui(!1)};return y?u?x.jsx(b_,{lazyMount:!0,unmountOnExit:!0,open:y,onOpenChange:_,children:x.jsx(oS,{children:x.jsxs("div",{className:W(e,`${z}-modal-container`),style:t,children:[x.jsx(p_,{className:W(e,`${z}-modal-backdrop`)}),x.jsx(gp,{className:W(e,`${z}-container`,`${z}-modal`,{fullscreen:a,standalone:T,embedded:!T}),children:x.jsxs(pp,{className:W(e,`${z}-modal-content`,{standalone:T,embedded:!T}),children:[x.jsx(x_,{componentType:"modal",onClearChat:p,onClose:w}),x.jsx(mp,{className:W(e,`${z}-message-container`,`container-${n}`,{standalone:T,embedded:!T}),children:x.jsx(Op,{isWidgetStandalone:T,isLoading:c,isOpen:m,handleSuggestionClick:f,loadingIndicatorStyle:{paddingLeft:"1rem"}})}),x.jsx(Oh,{componentType:"modal",isLoading:c,onSubmit:d})]})})]})})}):x.jsx("div",{children:"Loading Copilot..."}):null},q9=()=>{const e=sr(),{status:{type:t,isMinimized:n}}=e||{status:{}};return n?x.jsx(Gk,{}):t==="dialog"?x.jsx(sS,{}):t==="modal"?x.jsx(aS,{}):x.jsx(iS,{})},Y9=()=>{const{setIsOpen:e,setIsInline:t,setElementId:n,setEntryType:r,setParams:o}=Pf();B.useEffect(()=>{const a=u=>{const{property:c,value:d}=u.detail||{};!c||d===void 0||(c==="isOpen"&&e(d),c==="isInline"&&t(d),c==="elementId"&&n(d),c==="entryType"&&r(d),c==="params"&&o(d))};return ik(a),()=>{ok(a)}},[e,t,n,r,o])},W9=()=>{const{copilot:e}=ar(),{entryType:t,activePromptsId:n,params:r}=li(),{setIsInitialized:o,setActivePromptsId:a,setPromptsMessage:u,setResponseMessage:c,setIsResponseLoading:d}=Pf(),{getCopilotSuggestions:f}=A1();Y9();const p=B.useCallback(_=>{if(!t||!_)return;f(_,t,C=>{a(C.id)})},[t,f,a]);B.useEffect(()=>{!e||!t||!r||p(r)},[e,t,r,p]);const m=B.useCallback(_=>{_.eventSourceId===n&&(u(_),a(_.id),o(!0))},[n,u,a,o]),T=B.useCallback(_=>{(_==null?void 0:_.eventSourceId)===n&&(c(_),d(!1))},[n,c,d]),y=B.useCallback(()=>{o(!0),d(!1)},[o,d]);return B.useEffect(()=>{if(e)return e.on("follow_up",m),e.on("inquiry",T),e.on("error",y),()=>{e.off("follow_up",m),e.off("inquiry",T),e.off("error",y)}},[e,m,T,y]),null},uS={copilot:"Ask Copilot",messaging:"Ask a question"},G9=({onSubmit:e,disabled:t=!1})=>{const{globalClassName:n,mode:r}=rt(),{placeholder:o,isResponseLoading:a}=li(),u=o||uS[r],[c,d]=B.useState(""),f=t||a,p=m=>{const T=c.trim();T&&(m.preventDefault(),e(T),d(""))};return x.jsxs("form",{className:W(n,`${z}-prompts-input-container`),name:`${z}-prompts-form`,onSubmit:p,children:[x.jsx("label",{htmlFor:`${z}-prompts-input`,"aria-label":u,children:x.jsx(hp,{className:W(n,`${z}-prompts-input-icon`)})}),x.jsx("input",{id:`${z}-prompts-input`,className:W(n,`${z}-prompts-input`),name:`${z}-prompts-input`,placeholder:u,type:"text",disabled:f,value:c,onChange:m=>d(m.target.value)}),x.jsx(ci,{className:W(n,`${z}-prompts-input-submit-button`),type:"submit",ariaLabel:"Submit Prompt",icon:x.jsx(Jo,{}),disabled:f})]})},X9=()=>{const{globalClassName:e,mode:t}=rt(),{placeholder:n}=li(),r=n||uS[t];return x.jsxs("div",{className:W(e,`${z}-prompts-header`),children:[x.jsx(hp,{className:W(e,`${z}-prompts-input-icon`),"aria-hidden":"true"}),x.jsx("span",{className:W(e,`${z}-prompts-header-text`),children:r})]})},lS=({label:e,disabled:t=!1,onClick:n})=>{var c;const{globalClassName:r,suggestionButtonConfig:o}=rt(),a=o==null?void 0:o.icon,u=(c=o==null?void 0:o.iconPosition)!=null?c:"left";return x.jsxs("button",{className:W(r,`${z}-prompts-button`,{"has-icon":!!a,"icon-right":!!a&&u==="right"}),disabled:t,onClick:n,children:[a&&x.jsx(_p,{icon:a,className:`${z}-suggestion-button-icon`}),x.jsx("span",{children:e})]})},K9="Ask me something else",Q9=({label:e,disabled:t=!1})=>x.jsx(lS,{label:e||K9,disabled:t,onClick:()=>ui(!0)}),J9=({sendCopilotPrompt:e})=>{var _,w;const{globalClassName:t}=rt(),{promptsMessage:n,isResponseLoading:r,isInitialized:o,isInline:a,askElseButtonLabel:u,disableAskElseButton:c}=li(),d=o?(w=(_=n==null?void 0:n.suggestions)==null?void 0:_.map(C=>C.displayText.trim()).filter(Boolean))!=null?w:[]:[],f=o?Array.from(new Set(d)):[],p=!o,T=f.length>0&&!a&&!c,y=C=>()=>{const A=C.trim();A&&e(A)};return x.jsxs("div",{className:W(t,`${z}-prompts-button-group`),children:[p&&x.jsx(bc,{}),f.map(C=>x.jsx(lS,{label:C,disabled:r,onClick:y(C)},C)),T&&x.jsx(Q9,{label:u,disabled:r})]})},Z9=()=>{const{globalClassName:e}=rt(),{isInline:t,userPrompt:n}=li();return!n||!t?null:x.jsx("div",{className:W(e,`${z}-prompts-user-message-container`),children:x.jsx("p",{className:W(e,`${z}-prompts-user-message`),children:n})})},eB=()=>{const{globalClassName:e,openLinksInNewTab:t}=rt(),{isInline:n,responseMessage:r,isResponseLoading:o}=li();return!n||!r&&!o?null:o?x.jsx(bc,{}):r?x.jsx("div",{className:W(e,`${z}-prompts-response-container`,`${z}-message-container`),children:x.jsx(Np,{globalClassName:e,openLinksInNewTab:t,text:r.message})}):null},tB=()=>{const{globalClassName:e,themeVariables:t}=rt(),{connected:n,copilot:r}=ar(),{handleCopilotRequestAck:o}=Ko(),{status:{isOpen:a}}=sr(),{isOpen:u,isInline:c,elementId:d,entryType:f,params:p,promptsDisplay:m}=li(),T=m!=="buttons",y=m!=="input",{setActivePromptsId:_,setUserPrompt:w,setResponseMessage:C,setIsResponseLoading:A}=Pf(),[P,v]=B.useState(null);B.useEffect(()=>{if(!d||P)return;const Y=document.getElementById(d);Y&&v(Y)},[d,P]);const H=B.useCallback(Y=>{if(!r||!f||!p)return;const D=re=>{c?(C(null),w(Y),_(re.id),A(!0)):(a||ui(!0),o(re))},q={userPrompt:Y,clientContext:F({_cimEventSource:"prompts-extension"},c?{_cimPromptsExtensionInline:"true"}:{})};switch(f){case"ask_cim":r.askCim(q,D);break;case"search":r.search(F({searchParams:p},q),D);break;case"browse":r.browse(F({browseParams:p},q),D);break;case"pdp":r.productView(F(F({},p),q),D);break}},[r,c,f,p,a,_,C,w,A,o]);return!n||!u||!P||!f?null:Qo.createPortal(x.jsxs("div",{className:W(e,`${z}-prompts-extension-container`),style:t,children:[T&&x.jsx(G9,{onSubmit:H}),!T&&x.jsx(X9,{}),y&&x.jsx(J9,{sendCopilotPrompt:H}),x.jsxs("div",{className:W(e,`${z}-prompts-extension-messages-container`),children:[x.jsx(Z9,{}),x.jsx(eB,{})]})]}),P)},nB=()=>x.jsxs(x.Fragment,{children:[x.jsx(W9,{}),x.jsx(tB,{})]}),Ip=e=>x.jsxs(v1,pe(F({},e),{children:[x.jsx(q9,{}),x.jsx(nB,{})]}));var _c={},cS;function rB(){if(cS)return _c;cS=1;var e=O1();return _c.createRoot=e.createRoot,_c.hydrateRoot=e.hydrateRoot,_c}var dS=rB();const iB=r=>{var o=r,{elementId:e,timeout:t=5e3}=o,n=mn(o,["elementId","timeout"]);let a;const u=(d,f)=>{var p;for(const m of d)if(m.type==="childList"&&m.addedNodes.length)for(const T of m.addedNodes)T.nodeType===Node.ELEMENT_NODE&&T.id===e&&(Xo(!0,"log","Target element found, rendering Copilot Widget"),f.disconnect(),clearTimeout(a),(p=dS.createRoot(T))==null||p.render(x.jsx(Ip,F({},n))))},c=new MutationObserver(u);return c.observe(document.body,{childList:!0,subtree:!0}),a=setTimeout(()=>{c.disconnect(),Xo(!0,"error",`Element with id: ${e} not found within ${t} milliseconds, stopping observation`)},t),c};return Object.freeze(Object.defineProperty({__proto__:null,CopilotDialog:sS,CopilotEmbed:iS,CopilotModal:aS,CopilotWidget:Ip,CopilotWidgetProvider:v1,eventHandlers:{search:Ek,browse:ZC,pdp:{setPdpContext:c1,updatePdpProductId:tk,updatePdpLink:nk},components:{setEntryType:Ta,toggleWidgetOpen:ui,toggleWidgetMinimized:El,toggleModalFullscreen:vf,setWidgetType:yl,setWidgetDialogPosition:Cf,togglePromptsExtensionOpen:f1,togglePromptsExtensionInline:h1,loadPromptsComponent:ck,getAskCimPrompts:sk,getSearchPrompts:ak,getBrowsePrompts:uk,getProductViewPrompts:lk},session:dk},injectCopilotWidget:r=>{var o=r,{timeout:e,elementId:t}=o,n=mn(o,["timeout","elementId"]);if(!n.apiKey&&!n.apiToken){Xo(!0,"error","Copilot Widget requires either apiKey or apiToken");return}const a=document.getElementById(t);if(!a){Xo(!0,"warn","Container element not found for id:",t),Xo(!0,"warn","Beginning observation for element"),iB(F({elementId:t,timeout:e},n));return}dS.createRoot(a).render(x.jsx(Ip,F({},n)))},state:()=>Object.freeze({search:Object.freeze(Tt.state),browse:Object.freeze(ct.state),pdp:Object.freeze(_r.state),isConnected:et.state.connected,isOpen:et.isOpen,entryType:et.entryType}),useCopilot:Ur},Symbol.toStringTag,{value:"Module"}))}));
|