nuxt-graphql-middleware 5.0.0 → 5.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/dist/client/200.html +9 -9
  2. package/dist/client/404.html +9 -9
  3. package/dist/client/_nuxt/B-BZSpkz.js +25 -0
  4. package/dist/client/_nuxt/C6_BMIRJ.js +1 -0
  5. package/dist/client/_nuxt/{FTbv7CO6.js → CFKT0oF2.js} +1 -1
  6. package/dist/client/_nuxt/{lIgCBhS_.js → CrwW1KlQ.js} +1 -1
  7. package/dist/client/_nuxt/{CROlboVl.js → CyxO-88q.js} +1 -1
  8. package/dist/client/_nuxt/builds/latest.json +1 -1
  9. package/dist/client/_nuxt/builds/meta/bab648bf-3b57-4a37-bfa7-d3789fe7395f.json +1 -0
  10. package/dist/client/_nuxt/{entry.Cn9qfNGa.css → entry.BBgLZ1Jk.css} +1 -1
  11. package/dist/client/_nuxt/error-404.Bbd2eCoc.css +1 -0
  12. package/dist/client/_nuxt/error-500.Cd2cwFc3.css +1 -0
  13. package/dist/client/index.html +9 -9
  14. package/dist/module.d.mts +1 -1
  15. package/dist/module.json +2 -2
  16. package/dist/module.mjs +159 -55
  17. package/dist/runtime/composables/nuxtApp.d.ts +30 -2
  18. package/dist/runtime/composables/nuxtApp.js +66 -24
  19. package/dist/runtime/composables/useAsyncGraphqlQuery.js +28 -25
  20. package/dist/runtime/composables/useGraphqlMutation.d.ts +1 -1
  21. package/dist/runtime/composables/useGraphqlMutation.js +11 -16
  22. package/dist/runtime/composables/useGraphqlQuery.d.ts +1 -1
  23. package/dist/runtime/composables/useGraphqlQuery.js +7 -25
  24. package/dist/runtime/composables/useGraphqlUploadMutation.js +1 -1
  25. package/dist/runtime/helpers/ClientCache.d.ts +1 -0
  26. package/dist/runtime/helpers/ClientCache.js +12 -0
  27. package/dist/runtime/helpers/composables.d.ts +8 -0
  28. package/dist/runtime/helpers/composables.js +27 -0
  29. package/dist/runtime/helpers/index.d.ts +0 -4
  30. package/dist/runtime/helpers/index.js +0 -13
  31. package/dist/runtime/helpers/queryEncoding.d.ts +11 -0
  32. package/dist/runtime/helpers/queryEncoding.js +89 -0
  33. package/dist/runtime/plugins/devMode.js +2 -1
  34. package/dist/runtime/server/api/query.js +5 -7
  35. package/dist/runtime/server/utils/useGraphqlQuery.js +2 -2
  36. package/dist/runtime/settings/index.d.ts +1 -0
  37. package/dist/runtime/settings/index.js +1 -0
  38. package/dist/shared/{nuxt-graphql-middleware.cXfDI4U3.d.mts → nuxt-graphql-middleware.-BeiPV4H.d.mts} +49 -0
  39. package/dist/utils.d.mts +1 -1
  40. package/package.json +7 -7
  41. package/dist/client/_nuxt/BM34SYth.js +0 -1
  42. package/dist/client/_nuxt/D5hBL5aZ.js +0 -25
  43. package/dist/client/_nuxt/builds/meta/83f9fcd5-bd28-4608-b499-05e08fe0f7d0.json +0 -1
  44. package/dist/client/_nuxt/error-404.ehK72JOs.css +0 -1
  45. package/dist/client/_nuxt/error-500._g0akJim.css +0 -1
@@ -1,11 +1,11 @@
1
1
  <!DOCTYPE html><html><head><meta charset="utf-8">
2
2
  <meta name="viewport" content="width=device-width, initial-scale=1">
3
- <link rel="stylesheet" href="/__nuxt-graphql-middleware/_nuxt/entry.Cn9qfNGa.css" crossorigin>
4
- <link rel="modulepreload" as="script" crossorigin href="/__nuxt-graphql-middleware/_nuxt/D5hBL5aZ.js">
5
- <link rel="prefetch" as="style" crossorigin href="/__nuxt-graphql-middleware/_nuxt/error-404.ehK72JOs.css">
6
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-graphql-middleware/_nuxt/BM34SYth.js">
7
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-graphql-middleware/_nuxt/FTbv7CO6.js">
8
- <link rel="prefetch" as="style" crossorigin href="/__nuxt-graphql-middleware/_nuxt/error-500._g0akJim.css">
9
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-graphql-middleware/_nuxt/CROlboVl.js">
10
- <script type="module" src="/__nuxt-graphql-middleware/_nuxt/D5hBL5aZ.js" crossorigin></script></head><body><div id="__nuxt"></div><div id="teleports"></div><script type="application/json" data-nuxt-data="nuxt-app" data-ssr="false" id="__NUXT_DATA__">[{"prerenderedAt":1,"serverRendered":2},1745571069504,false]</script>
11
- <script>window.__NUXT__={};window.__NUXT__.config={public:{},app:{baseURL:"/__nuxt-graphql-middleware",buildId:"83f9fcd5-bd28-4608-b499-05e08fe0f7d0",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script></body></html>
3
+ <link rel="stylesheet" href="/__nuxt-graphql-middleware/_nuxt/entry.BBgLZ1Jk.css" crossorigin>
4
+ <link rel="modulepreload" as="script" crossorigin href="/__nuxt-graphql-middleware/_nuxt/B-BZSpkz.js">
5
+ <link rel="prefetch" as="style" crossorigin href="/__nuxt-graphql-middleware/_nuxt/error-404.Bbd2eCoc.css">
6
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-graphql-middleware/_nuxt/C6_BMIRJ.js">
7
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-graphql-middleware/_nuxt/CFKT0oF2.js">
8
+ <link rel="prefetch" as="style" crossorigin href="/__nuxt-graphql-middleware/_nuxt/error-500.Cd2cwFc3.css">
9
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-graphql-middleware/_nuxt/CyxO-88q.js">
10
+ <script type="module" src="/__nuxt-graphql-middleware/_nuxt/B-BZSpkz.js" crossorigin></script></head><body><div id="__nuxt"></div><div id="teleports"></div><script type="application/json" data-nuxt-data="nuxt-app" data-ssr="false" id="__NUXT_DATA__">[{"prerenderedAt":1,"serverRendered":2},1749205476125,false]</script>
11
+ <script>window.__NUXT__={};window.__NUXT__.config={public:{},app:{baseURL:"/__nuxt-graphql-middleware",buildId:"bab648bf-3b57-4a37-bfa7-d3789fe7395f",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script></body></html>
@@ -1,11 +1,11 @@
1
1
  <!DOCTYPE html><html><head><meta charset="utf-8">
2
2
  <meta name="viewport" content="width=device-width, initial-scale=1">
3
- <link rel="stylesheet" href="/__nuxt-graphql-middleware/_nuxt/entry.Cn9qfNGa.css" crossorigin>
4
- <link rel="modulepreload" as="script" crossorigin href="/__nuxt-graphql-middleware/_nuxt/D5hBL5aZ.js">
5
- <link rel="prefetch" as="style" crossorigin href="/__nuxt-graphql-middleware/_nuxt/error-404.ehK72JOs.css">
6
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-graphql-middleware/_nuxt/BM34SYth.js">
7
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-graphql-middleware/_nuxt/FTbv7CO6.js">
8
- <link rel="prefetch" as="style" crossorigin href="/__nuxt-graphql-middleware/_nuxt/error-500._g0akJim.css">
9
- <link rel="prefetch" as="script" crossorigin href="/__nuxt-graphql-middleware/_nuxt/CROlboVl.js">
10
- <script type="module" src="/__nuxt-graphql-middleware/_nuxt/D5hBL5aZ.js" crossorigin></script></head><body><div id="__nuxt"></div><div id="teleports"></div><script type="application/json" data-nuxt-data="nuxt-app" data-ssr="false" id="__NUXT_DATA__">[{"prerenderedAt":1,"serverRendered":2},1745571069504,false]</script>
11
- <script>window.__NUXT__={};window.__NUXT__.config={public:{},app:{baseURL:"/__nuxt-graphql-middleware",buildId:"83f9fcd5-bd28-4608-b499-05e08fe0f7d0",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script></body></html>
3
+ <link rel="stylesheet" href="/__nuxt-graphql-middleware/_nuxt/entry.BBgLZ1Jk.css" crossorigin>
4
+ <link rel="modulepreload" as="script" crossorigin href="/__nuxt-graphql-middleware/_nuxt/B-BZSpkz.js">
5
+ <link rel="prefetch" as="style" crossorigin href="/__nuxt-graphql-middleware/_nuxt/error-404.Bbd2eCoc.css">
6
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-graphql-middleware/_nuxt/C6_BMIRJ.js">
7
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-graphql-middleware/_nuxt/CFKT0oF2.js">
8
+ <link rel="prefetch" as="style" crossorigin href="/__nuxt-graphql-middleware/_nuxt/error-500.Cd2cwFc3.css">
9
+ <link rel="prefetch" as="script" crossorigin href="/__nuxt-graphql-middleware/_nuxt/CyxO-88q.js">
10
+ <script type="module" src="/__nuxt-graphql-middleware/_nuxt/B-BZSpkz.js" crossorigin></script></head><body><div id="__nuxt"></div><div id="teleports"></div><script type="application/json" data-nuxt-data="nuxt-app" data-ssr="false" id="__NUXT_DATA__">[{"prerenderedAt":1,"serverRendered":2},1749205476125,false]</script>
11
+ <script>window.__NUXT__={};window.__NUXT__.config={public:{},app:{baseURL:"/__nuxt-graphql-middleware",buildId:"bab648bf-3b57-4a37-bfa7-d3789fe7395f",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script></body></html>
@@ -0,0 +1,25 @@
1
+ const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["./CrwW1KlQ.js","./index.DGEN-H8t.css","./C6_BMIRJ.js","./CFKT0oF2.js","./error-404.Bbd2eCoc.css","./CyxO-88q.js","./error-500.Cd2cwFc3.css"])))=>i.map(i=>d[i]);
2
+ var _a=Object.defineProperty;var ba=(e,t,n)=>t in e?_a(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;var vt=(e,t,n)=>ba(e,typeof t!="symbol"?t+"":t,n);(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const s of document.querySelectorAll('link[rel="modulepreload"]'))r(s);new MutationObserver(s=>{for(const o of s)if(o.type==="childList")for(const i of o.addedNodes)i.tagName==="LINK"&&i.rel==="modulepreload"&&r(i)}).observe(document,{childList:!0,subtree:!0});function n(s){const o={};return s.integrity&&(o.integrity=s.integrity),s.referrerPolicy&&(o.referrerPolicy=s.referrerPolicy),s.crossOrigin==="use-credentials"?o.credentials="include":s.crossOrigin==="anonymous"?o.credentials="omit":o.credentials="same-origin",o}function r(s){if(s.ep)return;s.ep=!0;const o=n(s);fetch(s.href,o)}})();/**
3
+ * @vue/shared v3.5.13
4
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
5
+ * @license MIT
6
+ **//*! #__NO_SIDE_EFFECTS__ */function zs(e){const t=Object.create(null);for(const n of e.split(","))t[n]=1;return n=>n in t}const ce={},ln=[],it=()=>{},va=()=>!1,Qn=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Js=e=>e.startsWith("onUpdate:"),we=Object.assign,Qs=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},wa=Object.prototype.hasOwnProperty,oe=(e,t)=>wa.call(e,t),z=Array.isArray,cn=e=>En(e)==="[object Map]",wn=e=>En(e)==="[object Set]",xo=e=>En(e)==="[object Date]",Ea=e=>En(e)==="[object RegExp]",Q=e=>typeof e=="function",he=e=>typeof e=="string",Xe=e=>typeof e=="symbol",le=e=>e!==null&&typeof e=="object",nl=e=>(le(e)||Q(e))&&Q(e.then)&&Q(e.catch),rl=Object.prototype.toString,En=e=>rl.call(e),Ta=e=>En(e).slice(8,-1),sl=e=>En(e)==="[object Object]",Xs=e=>he(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,an=zs(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),Nr=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},Ra=/-(\w)/g,qe=Nr(e=>e.replace(Ra,(t,n)=>n?n.toUpperCase():"")),Sa=/\B([A-Z])/g,Xt=Nr(e=>e.replace(Sa,"-$1").toLowerCase()),jr=Nr(e=>e.charAt(0).toUpperCase()+e.slice(1)),Xr=Nr(e=>e?`on${jr(e)}`:""),kt=(e,t)=>!Object.is(e,t),fn=(e,...t)=>{for(let n=0;n<e.length;n++)e[n](...t)},ol=(e,t,n,r=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:r,value:n})},br=e=>{const t=parseFloat(e);return isNaN(t)?e:t},il=e=>{const t=he(e)?Number(e):NaN;return isNaN(t)?e:t};let Ao;const $r=()=>Ao||(Ao=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function Fr(e){if(z(e)){const t={};for(let n=0;n<e.length;n++){const r=e[n],s=he(r)?xa(r):Fr(r);if(s)for(const o in s)t[o]=s[o]}return t}else if(he(e)||le(e))return e}const Ca=/;(?![^(]*\))/g,Pa=/:([^]+)/,ka=/\/\*[^]*?\*\//g;function xa(e){const t={};return e.replace(ka,"").split(Ca).forEach(n=>{if(n){const r=n.split(Pa);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}function Br(e){let t="";if(he(e))t=e;else if(z(e))for(let n=0;n<e.length;n++){const r=Br(e[n]);r&&(t+=r+" ")}else if(le(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}function Aa(e){if(!e)return null;let{class:t,style:n}=e;return t&&!he(t)&&(e.class=Br(t)),n&&(e.style=Fr(n)),e}const Oa="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",Ma=zs(Oa);function ll(e){return!!e||e===""}function Ha(e,t){if(e.length!==t.length)return!1;let n=!0;for(let r=0;n&&r<e.length;r++)n=zt(e[r],t[r]);return n}function zt(e,t){if(e===t)return!0;let n=xo(e),r=xo(t);if(n||r)return n&&r?e.getTime()===t.getTime():!1;if(n=Xe(e),r=Xe(t),n||r)return e===t;if(n=z(e),r=z(t),n||r)return n&&r?Ha(e,t):!1;if(n=le(e),r=le(t),n||r){if(!n||!r)return!1;const s=Object.keys(e).length,o=Object.keys(t).length;if(s!==o)return!1;for(const i in e){const l=e.hasOwnProperty(i),c=t.hasOwnProperty(i);if(l&&!c||!l&&c||!zt(e[i],t[i]))return!1}}return String(e)===String(t)}function Ys(e,t){return e.findIndex(n=>zt(n,t))}const cl=e=>!!(e&&e.__v_isRef===!0),La=e=>he(e)?e:e==null?"":z(e)||le(e)&&(e.toString===rl||!Q(e.toString))?cl(e)?La(e.value):JSON.stringify(e,al,2):String(e),al=(e,t)=>cl(t)?al(e,t.value):cn(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[r,s],o)=>(n[Yr(r,o)+" =>"]=s,n),{})}:wn(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>Yr(n))}:Xe(t)?Yr(t):le(t)&&!z(t)&&!sl(t)?String(t):t,Yr=(e,t="")=>{var n;return Xe(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};/**
7
+ * @vue/reactivity v3.5.13
8
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
9
+ * @license MIT
10
+ **/let je;class fl{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=je,!t&&je&&(this.index=(je.scopes||(je.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].pause();for(t=0,n=this.effects.length;t<n;t++)this.effects[t].pause()}}resume(){if(this._active&&this._isPaused){this._isPaused=!1;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].resume();for(t=0,n=this.effects.length;t<n;t++)this.effects[t].resume()}}run(t){if(this._active){const n=je;try{return je=this,t()}finally{je=n}}}on(){je=this}off(){je=this.parent}stop(t){if(this._active){this._active=!1;let n,r;for(n=0,r=this.effects.length;n<r;n++)this.effects[n].stop();for(this.effects.length=0,n=0,r=this.cleanups.length;n<r;n++)this.cleanups[n]();if(this.cleanups.length=0,this.scopes){for(n=0,r=this.scopes.length;n<r;n++)this.scopes[n].stop(!0);this.scopes.length=0}if(!this.detached&&this.parent&&!t){const s=this.parent.scopes.pop();s&&s!==this&&(this.parent.scopes[this.index]=s,s.index=this.index)}this.parent=void 0}}}function Ia(e){return new fl(e)}function ul(){return je}let fe;const Zr=new WeakSet;class dl{constructor(t){this.fn=t,this.deps=void 0,this.depsTail=void 0,this.flags=5,this.next=void 0,this.cleanup=void 0,this.scheduler=void 0,je&&je.active&&je.effects.push(this)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,Zr.has(this)&&(Zr.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||pl(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,Oo(this),gl(this);const t=fe,n=Qe;fe=this,Qe=!0;try{return this.fn()}finally{ml(this),fe=t,Qe=n,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)to(t);this.deps=this.depsTail=void 0,Oo(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?Zr.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){_s(this)&&this.run()}get dirty(){return _s(this)}}let hl=0,Mn,Hn;function pl(e,t=!1){if(e.flags|=8,t){e.next=Hn,Hn=e;return}e.next=Mn,Mn=e}function Zs(){hl++}function eo(){if(--hl>0)return;if(Hn){let t=Hn;for(Hn=void 0;t;){const n=t.next;t.next=void 0,t.flags&=-9,t=n}}let e;for(;Mn;){let t=Mn;for(Mn=void 0;t;){const n=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(r){e||(e=r)}t=n}}if(e)throw e}function gl(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function ml(e){let t,n=e.depsTail,r=n;for(;r;){const s=r.prevDep;r.version===-1?(r===n&&(n=s),to(r),Na(r)):t=r,r.dep.activeLink=r.prevActiveLink,r.prevActiveLink=void 0,r=s}e.deps=t,e.depsTail=n}function _s(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(yl(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function yl(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===Bn))return;e.globalVersion=Bn;const t=e.dep;if(e.flags|=2,t.version>0&&!e.isSSR&&e.deps&&!_s(e)){e.flags&=-3;return}const n=fe,r=Qe;fe=e,Qe=!0;try{gl(e);const s=e.fn(e._value);(t.version===0||kt(s,e._value))&&(e._value=s,t.version++)}catch(s){throw t.version++,s}finally{fe=n,Qe=r,ml(e),e.flags&=-3}}function to(e,t=!1){const{dep:n,prevSub:r,nextSub:s}=e;if(r&&(r.nextSub=s,e.prevSub=void 0),s&&(s.prevSub=r,e.nextSub=void 0),n.subs===e&&(n.subs=r,!r&&n.computed)){n.computed.flags&=-5;for(let o=n.computed.deps;o;o=o.nextDep)to(o,!0)}!t&&!--n.sc&&n.map&&n.map.delete(n.key)}function Na(e){const{prevDep:t,nextDep:n}=e;t&&(t.nextDep=n,e.prevDep=void 0),n&&(n.prevDep=t,e.nextDep=void 0)}let Qe=!0;const _l=[];function Mt(){_l.push(Qe),Qe=!1}function Ht(){const e=_l.pop();Qe=e===void 0?!0:e}function Oo(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const n=fe;fe=void 0;try{t()}finally{fe=n}}}let Bn=0;class ja{constructor(t,n){this.sub=t,this.dep=n,this.version=n.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class no{constructor(t){this.computed=t,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0}track(t){if(!fe||!Qe||fe===this.computed)return;let n=this.activeLink;if(n===void 0||n.sub!==fe)n=this.activeLink=new ja(fe,this),fe.deps?(n.prevDep=fe.depsTail,fe.depsTail.nextDep=n,fe.depsTail=n):fe.deps=fe.depsTail=n,bl(n);else if(n.version===-1&&(n.version=this.version,n.nextDep)){const r=n.nextDep;r.prevDep=n.prevDep,n.prevDep&&(n.prevDep.nextDep=r),n.prevDep=fe.depsTail,n.nextDep=void 0,fe.depsTail.nextDep=n,fe.depsTail=n,fe.deps===n&&(fe.deps=r)}return n}trigger(t){this.version++,Bn++,this.notify(t)}notify(t){Zs();try{for(let n=this.subs;n;n=n.prevSub)n.sub.notify()&&n.sub.dep.notify()}finally{eo()}}}function bl(e){if(e.dep.sc++,e.sub.flags&4){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let r=t.deps;r;r=r.nextDep)bl(r)}const n=e.dep.subs;n!==e&&(e.prevSub=n,n&&(n.nextSub=e)),e.dep.subs=e}}const vr=new WeakMap,Dt=Symbol(""),bs=Symbol(""),Un=Symbol("");function Re(e,t,n){if(Qe&&fe){let r=vr.get(e);r||vr.set(e,r=new Map);let s=r.get(n);s||(r.set(n,s=new no),s.map=r,s.key=n),s.track()}}function ht(e,t,n,r,s,o){const i=vr.get(e);if(!i){Bn++;return}const l=c=>{c&&c.trigger()};if(Zs(),t==="clear")i.forEach(l);else{const c=z(e),u=c&&Xs(n);if(c&&n==="length"){const a=Number(r);i.forEach((f,d)=>{(d==="length"||d===Un||!Xe(d)&&d>=a)&&l(f)})}else switch((n!==void 0||i.has(void 0))&&l(i.get(n)),u&&l(i.get(Un)),t){case"add":c?u&&l(i.get("length")):(l(i.get(Dt)),cn(e)&&l(i.get(bs)));break;case"delete":c||(l(i.get(Dt)),cn(e)&&l(i.get(bs)));break;case"set":cn(e)&&l(i.get(Dt));break}}eo()}function $a(e,t){const n=vr.get(e);return n&&n.get(t)}function tn(e){const t=te(e);return t===e?t:(Re(t,"iterate",Un),We(e)?t:t.map(Se))}function Ur(e){return Re(e=te(e),"iterate",Un),e}const Fa={__proto__:null,[Symbol.iterator](){return es(this,Symbol.iterator,Se)},concat(...e){return tn(this).concat(...e.map(t=>z(t)?tn(t):t))},entries(){return es(this,"entries",e=>(e[1]=Se(e[1]),e))},every(e,t){return at(this,"every",e,t,void 0,arguments)},filter(e,t){return at(this,"filter",e,t,n=>n.map(Se),arguments)},find(e,t){return at(this,"find",e,t,Se,arguments)},findIndex(e,t){return at(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return at(this,"findLast",e,t,Se,arguments)},findLastIndex(e,t){return at(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return at(this,"forEach",e,t,void 0,arguments)},includes(...e){return ts(this,"includes",e)},indexOf(...e){return ts(this,"indexOf",e)},join(e){return tn(this).join(e)},lastIndexOf(...e){return ts(this,"lastIndexOf",e)},map(e,t){return at(this,"map",e,t,void 0,arguments)},pop(){return Sn(this,"pop")},push(...e){return Sn(this,"push",e)},reduce(e,...t){return Mo(this,"reduce",e,t)},reduceRight(e,...t){return Mo(this,"reduceRight",e,t)},shift(){return Sn(this,"shift")},some(e,t){return at(this,"some",e,t,void 0,arguments)},splice(...e){return Sn(this,"splice",e)},toReversed(){return tn(this).toReversed()},toSorted(e){return tn(this).toSorted(e)},toSpliced(...e){return tn(this).toSpliced(...e)},unshift(...e){return Sn(this,"unshift",e)},values(){return es(this,"values",Se)}};function es(e,t,n){const r=Ur(e),s=r[t]();return r!==e&&!We(e)&&(s._next=s.next,s.next=()=>{const o=s._next();return o.value&&(o.value=n(o.value)),o}),s}const Ba=Array.prototype;function at(e,t,n,r,s,o){const i=Ur(e),l=i!==e&&!We(e),c=i[t];if(c!==Ba[t]){const f=c.apply(e,o);return l?Se(f):f}let u=n;i!==e&&(l?u=function(f,d){return n.call(this,Se(f),d,e)}:n.length>2&&(u=function(f,d){return n.call(this,f,d,e)}));const a=c.call(i,u,r);return l&&s?s(a):a}function Mo(e,t,n,r){const s=Ur(e);let o=n;return s!==e&&(We(e)?n.length>3&&(o=function(i,l,c){return n.call(this,i,l,c,e)}):o=function(i,l,c){return n.call(this,i,Se(l),c,e)}),s[t](o,...r)}function ts(e,t,n){const r=te(e);Re(r,"iterate",Un);const s=r[t](...n);return(s===-1||s===!1)&&oo(n[0])?(n[0]=te(n[0]),r[t](...n)):s}function Sn(e,t,n=[]){Mt(),Zs();const r=te(e)[t].apply(e,n);return eo(),Ht(),r}const Ua=zs("__proto__,__v_isRef,__isVue"),vl=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(Xe));function Da(e){Xe(e)||(e=String(e));const t=te(this);return Re(t,"has",e),t.hasOwnProperty(e)}class wl{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,r){if(n==="__v_skip")return t.__v_skip;const s=this._isReadonly,o=this._isShallow;if(n==="__v_isReactive")return!s;if(n==="__v_isReadonly")return s;if(n==="__v_isShallow")return o;if(n==="__v_raw")return r===(s?o?Ya:Sl:o?Rl:Tl).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(r)?t:void 0;const i=z(t);if(!s){let c;if(i&&(c=Fa[n]))return c;if(n==="hasOwnProperty")return Da}const l=Reflect.get(t,n,be(t)?t:r);return(Xe(n)?vl.has(n):Ua(n))||(s||Re(t,"get",n),o)?l:be(l)?i&&Xs(n)?l:l.value:le(l)?s?Cl(l):Lt(l):l}}class El extends wl{constructor(t=!1){super(!1,t)}set(t,n,r,s){let o=t[n];if(!this._isShallow){const c=At(o);if(!We(r)&&!At(r)&&(o=te(o),r=te(r)),!z(t)&&be(o)&&!be(r))return c?!1:(o.value=r,!0)}const i=z(t)&&Xs(n)?Number(n)<t.length:oe(t,n),l=Reflect.set(t,n,r,be(t)?t:s);return t===te(s)&&(i?kt(r,o)&&ht(t,"set",n,r):ht(t,"add",n,r)),l}deleteProperty(t,n){const r=oe(t,n);t[n];const s=Reflect.deleteProperty(t,n);return s&&r&&ht(t,"delete",n,void 0),s}has(t,n){const r=Reflect.has(t,n);return(!Xe(n)||!vl.has(n))&&Re(t,"has",n),r}ownKeys(t){return Re(t,"iterate",z(t)?"length":Dt),Reflect.ownKeys(t)}}class Va extends wl{constructor(t=!1){super(!0,t)}set(t,n){return!0}deleteProperty(t,n){return!0}}const Wa=new El,Ka=new Va,qa=new El(!0);const vs=e=>e,rr=e=>Reflect.getPrototypeOf(e);function Ga(e,t,n){return function(...r){const s=this.__v_raw,o=te(s),i=cn(o),l=e==="entries"||e===Symbol.iterator&&i,c=e==="keys"&&i,u=s[e](...r),a=n?vs:t?ws:Se;return!t&&Re(o,"iterate",c?bs:Dt),{next(){const{value:f,done:d}=u.next();return d?{value:f,done:d}:{value:l?[a(f[0]),a(f[1])]:a(f),done:d}},[Symbol.iterator](){return this}}}}function sr(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function za(e,t){const n={get(s){const o=this.__v_raw,i=te(o),l=te(s);e||(kt(s,l)&&Re(i,"get",s),Re(i,"get",l));const{has:c}=rr(i),u=t?vs:e?ws:Se;if(c.call(i,s))return u(o.get(s));if(c.call(i,l))return u(o.get(l));o!==i&&o.get(s)},get size(){const s=this.__v_raw;return!e&&Re(te(s),"iterate",Dt),Reflect.get(s,"size",s)},has(s){const o=this.__v_raw,i=te(o),l=te(s);return e||(kt(s,l)&&Re(i,"has",s),Re(i,"has",l)),s===l?o.has(s):o.has(s)||o.has(l)},forEach(s,o){const i=this,l=i.__v_raw,c=te(l),u=t?vs:e?ws:Se;return!e&&Re(c,"iterate",Dt),l.forEach((a,f)=>s.call(o,u(a),u(f),i))}};return we(n,e?{add:sr("add"),set:sr("set"),delete:sr("delete"),clear:sr("clear")}:{add(s){!t&&!We(s)&&!At(s)&&(s=te(s));const o=te(this);return rr(o).has.call(o,s)||(o.add(s),ht(o,"add",s,s)),this},set(s,o){!t&&!We(o)&&!At(o)&&(o=te(o));const i=te(this),{has:l,get:c}=rr(i);let u=l.call(i,s);u||(s=te(s),u=l.call(i,s));const a=c.call(i,s);return i.set(s,o),u?kt(o,a)&&ht(i,"set",s,o):ht(i,"add",s,o),this},delete(s){const o=te(this),{has:i,get:l}=rr(o);let c=i.call(o,s);c||(s=te(s),c=i.call(o,s)),l&&l.call(o,s);const u=o.delete(s);return c&&ht(o,"delete",s,void 0),u},clear(){const s=te(this),o=s.size!==0,i=s.clear();return o&&ht(s,"clear",void 0,void 0),i}}),["keys","values","entries",Symbol.iterator].forEach(s=>{n[s]=Ga(s,e,t)}),n}function ro(e,t){const n=za(e,t);return(r,s,o)=>s==="__v_isReactive"?!e:s==="__v_isReadonly"?e:s==="__v_raw"?r:Reflect.get(oe(n,s)&&s in r?n:r,s,o)}const Ja={get:ro(!1,!1)},Qa={get:ro(!1,!0)},Xa={get:ro(!0,!1)};const Tl=new WeakMap,Rl=new WeakMap,Sl=new WeakMap,Ya=new WeakMap;function Za(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function ef(e){return e.__v_skip||!Object.isExtensible(e)?0:Za(Ta(e))}function Lt(e){return At(e)?e:so(e,!1,Wa,Ja,Tl)}function mt(e){return so(e,!1,qa,Qa,Rl)}function Cl(e){return so(e,!0,Ka,Xa,Sl)}function so(e,t,n,r,s){if(!le(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const o=s.get(e);if(o)return o;const i=ef(e);if(i===0)return e;const l=new Proxy(e,i===2?r:n);return s.set(e,l),l}function Vt(e){return At(e)?Vt(e.__v_raw):!!(e&&e.__v_isReactive)}function At(e){return!!(e&&e.__v_isReadonly)}function We(e){return!!(e&&e.__v_isShallow)}function oo(e){return e?!!e.__v_raw:!1}function te(e){const t=e&&e.__v_raw;return t?te(t):e}function tf(e){return!oe(e,"__v_skip")&&Object.isExtensible(e)&&ol(e,"__v_skip",!0),e}const Se=e=>le(e)?Lt(e):e,ws=e=>le(e)?Cl(e):e;function be(e){return e?e.__v_isRef===!0:!1}function lt(e){return Pl(e,!1)}function Dn(e){return Pl(e,!0)}function Pl(e,t){return be(e)?e:new nf(e,t)}class nf{constructor(t,n){this.dep=new no,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=n?t:te(t),this._value=n?t:Se(t),this.__v_isShallow=n}get value(){return this.dep.track(),this._value}set value(t){const n=this._rawValue,r=this.__v_isShallow||We(t)||At(t);t=r?t:te(t),kt(t,n)&&(this._rawValue=t,this._value=r?t:Se(t),this.dep.trigger())}}function mm(e){e.dep&&e.dep.trigger()}function ue(e){return be(e)?e.value:e}function rf(e){return Q(e)?e():ue(e)}const sf={get:(e,t,n)=>t==="__v_raw"?e:ue(Reflect.get(e,t,n)),set:(e,t,n,r)=>{const s=e[t];return be(s)&&!be(n)?(s.value=n,!0):Reflect.set(e,t,n,r)}};function kl(e){return Vt(e)?e:new Proxy(e,sf)}class of{constructor(t,n,r){this._object=t,this._key=n,this._defaultValue=r,this.__v_isRef=!0,this._value=void 0}get value(){const t=this._object[this._key];return this._value=t===void 0?this._defaultValue:t}set value(t){this._object[this._key]=t}get dep(){return $a(te(this._object),this._key)}}class lf{constructor(t){this._getter=t,this.__v_isRef=!0,this.__v_isReadonly=!0,this._value=void 0}get value(){return this._value=this._getter()}}function cf(e,t,n){return be(e)?e:Q(e)?new lf(e):le(e)&&arguments.length>1?af(e,t,n):lt(e)}function af(e,t,n){const r=e[t];return be(r)?r:new of(e,t,n)}class ff{constructor(t,n,r){this.fn=t,this.setter=n,this._value=void 0,this.dep=new no(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=Bn-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!n,this.isSSR=r}notify(){if(this.flags|=16,!(this.flags&8)&&fe!==this)return pl(this,!0),!0}get value(){const t=this.dep.track();return yl(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function uf(e,t,n=!1){let r,s;return Q(e)?r=e:(r=e.get,s=e.set),new ff(r,s,n)}const or={},wr=new WeakMap;let Bt;function df(e,t=!1,n=Bt){if(n){let r=wr.get(n);r||wr.set(n,r=[]),r.push(e)}}function hf(e,t,n=ce){const{immediate:r,deep:s,once:o,scheduler:i,augmentJob:l,call:c}=n,u=b=>s?b:We(b)||s===!1||s===0?pt(b,1):pt(b);let a,f,d,g,_=!1,y=!1;if(be(e)?(f=()=>e.value,_=We(e)):Vt(e)?(f=()=>u(e),_=!0):z(e)?(y=!0,_=e.some(b=>Vt(b)||We(b)),f=()=>e.map(b=>{if(be(b))return b.value;if(Vt(b))return u(b);if(Q(b))return c?c(b,2):b()})):Q(e)?t?f=c?()=>c(e,2):e:f=()=>{if(d){Mt();try{d()}finally{Ht()}}const b=Bt;Bt=a;try{return c?c(e,3,[g]):e(g)}finally{Bt=b}}:f=it,t&&s){const b=f,w=s===!0?1/0:s;f=()=>pt(b(),w)}const R=ul(),E=()=>{a.stop(),R&&R.active&&Qs(R.effects,a)};if(o&&t){const b=t;t=(...w)=>{b(...w),E()}}let v=y?new Array(e.length).fill(or):or;const p=b=>{if(!(!(a.flags&1)||!a.dirty&&!b))if(t){const w=a.run();if(s||_||(y?w.some((P,k)=>kt(P,v[k])):kt(w,v))){d&&d();const P=Bt;Bt=a;try{const k=[w,v===or?void 0:y&&v[0]===or?[]:v,g];c?c(t,3,k):t(...k),v=w}finally{Bt=P}}}else a.run()};return l&&l(p),a=new dl(f),a.scheduler=i?()=>i(p,!1):p,g=b=>df(b,!1,a),d=a.onStop=()=>{const b=wr.get(a);if(b){if(c)c(b,4);else for(const w of b)w();wr.delete(a)}},t?r?p(!0):v=a.run():i?i(p.bind(null,!0),!0):a.run(),E.pause=a.pause.bind(a),E.resume=a.resume.bind(a),E.stop=E,E}function pt(e,t=1/0,n){if(t<=0||!le(e)||e.__v_skip||(n=n||new Set,n.has(e)))return e;if(n.add(e),t--,be(e))pt(e.value,t,n);else if(z(e))for(let r=0;r<e.length;r++)pt(e[r],t,n);else if(wn(e)||cn(e))e.forEach(r=>{pt(r,t,n)});else if(sl(e)){for(const r in e)pt(e[r],t,n);for(const r of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,r)&&pt(e[r],t,n)}return e}/**
11
+ * @vue/runtime-core v3.5.13
12
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
13
+ * @license MIT
14
+ **/function Xn(e,t,n,r){try{return r?e(...r):e()}catch(s){Tn(s,t,n)}}function Ye(e,t,n,r){if(Q(e)){const s=Xn(e,t,n,r);return s&&nl(s)&&s.catch(o=>{Tn(o,t,n)}),s}if(z(e)){const s=[];for(let o=0;o<e.length;o++)s.push(Ye(e[o],t,n,r));return s}}function Tn(e,t,n,r=!0){const s=t?t.vnode:null,{errorHandler:o,throwUnhandledErrorInProduction:i}=t&&t.appContext.config||ce;if(t){let l=t.parent;const c=t.proxy,u=`https://vuejs.org/error-reference/#runtime-${n}`;for(;l;){const a=l.ec;if(a){for(let f=0;f<a.length;f++)if(a[f](e,c,u)===!1)return}l=l.parent}if(o){Mt(),Xn(o,null,10,[e,c,u]),Ht();return}}pf(e,n,s,r,i)}function pf(e,t,n,r=!0,s=!1){if(s)throw e;console.error(e)}const xe=[];let rt=-1;const un=[];let Et=null,rn=0;const xl=Promise.resolve();let Er=null;function Jt(e){const t=Er||xl;return e?t.then(this?e.bind(this):e):t}function gf(e){let t=rt+1,n=xe.length;for(;t<n;){const r=t+n>>>1,s=xe[r],o=Vn(s);o<e||o===e&&s.flags&2?t=r+1:n=r}return t}function io(e){if(!(e.flags&1)){const t=Vn(e),n=xe[xe.length-1];!n||!(e.flags&2)&&t>=Vn(n)?xe.push(e):xe.splice(gf(t),0,e),e.flags|=1,Al()}}function Al(){Er||(Er=xl.then(Ol))}function Es(e){z(e)?un.push(...e):Et&&e.id===-1?Et.splice(rn+1,0,e):e.flags&1||(un.push(e),e.flags|=1),Al()}function Ho(e,t,n=rt+1){for(;n<xe.length;n++){const r=xe[n];if(r&&r.flags&2){if(e&&r.id!==e.uid)continue;xe.splice(n,1),n--,r.flags&4&&(r.flags&=-2),r(),r.flags&4||(r.flags&=-2)}}}function Tr(e){if(un.length){const t=[...new Set(un)].sort((n,r)=>Vn(n)-Vn(r));if(un.length=0,Et){Et.push(...t);return}for(Et=t,rn=0;rn<Et.length;rn++){const n=Et[rn];n.flags&4&&(n.flags&=-2),n.flags&8||n(),n.flags&=-2}Et=null,rn=0}}const Vn=e=>e.id==null?e.flags&2?-1:1/0:e.id;function Ol(e){try{for(rt=0;rt<xe.length;rt++){const t=xe[rt];t&&!(t.flags&8)&&(t.flags&4&&(t.flags&=-2),Xn(t,t.i,t.i?15:14),t.flags&4||(t.flags&=-2))}}finally{for(;rt<xe.length;rt++){const t=xe[rt];t&&(t.flags&=-2)}rt=-1,xe.length=0,Tr(),Er=null,(xe.length||un.length)&&Ol()}}let _e=null,Ml=null;function Rr(e){const t=_e;return _e=e,Ml=e&&e.type.__scopeId||null,t}function lo(e,t=_e,n){if(!t||e._n)return e;const r=(...s)=>{r._d&&qo(-1);const o=Rr(t);let i;try{i=e(...s)}finally{Rr(o),r._d&&qo(1)}return i};return r._n=!0,r._c=!0,r._d=!0,r}function ym(e,t){if(_e===null)return e;const n=qr(_e),r=e.dirs||(e.dirs=[]);for(let s=0;s<t.length;s++){let[o,i,l,c=ce]=t[s];o&&(Q(o)&&(o={mounted:o,updated:o}),o.deep&&pt(i),r.push({dir:o,instance:n,value:i,oldValue:void 0,arg:l,modifiers:c}))}return e}function st(e,t,n,r){const s=e.dirs,o=t&&t.dirs;for(let i=0;i<s.length;i++){const l=s[i];o&&(l.oldValue=o[i].value);let c=l.dir[r];c&&(Mt(),Ye(c,n,8,[e.el,l,e,t]),Ht())}}const mf=Symbol("_vte"),Hl=e=>e.__isTeleport,Tt=Symbol("_leaveCb"),ir=Symbol("_enterCb");function yf(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return ao(()=>{e.isMounted=!0}),Zn(()=>{e.isUnmounting=!0}),e}const Be=[Function,Array],Ll={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:Be,onEnter:Be,onAfterEnter:Be,onEnterCancelled:Be,onBeforeLeave:Be,onLeave:Be,onAfterLeave:Be,onLeaveCancelled:Be,onBeforeAppear:Be,onAppear:Be,onAfterAppear:Be,onAppearCancelled:Be},Il=e=>{const t=e.subTree;return t.component?Il(t.component):t},_f={name:"BaseTransition",props:Ll,setup(e,{slots:t}){const n=Kr(),r=yf();return()=>{const s=t.default&&$l(t.default(),!0);if(!s||!s.length)return;const o=Nl(s),i=te(e),{mode:l}=i;if(r.isLeaving)return ns(o);const c=Lo(o);if(!c)return ns(o);let u=Ts(c,i,r,n,f=>u=f);c.type!==me&&gn(c,u);let a=n.subTree&&Lo(n.subTree);if(a&&a.type!==me&&!Je(c,a)&&Il(n).type!==me){let f=Ts(a,i,r,n);if(gn(a,f),l==="out-in"&&c.type!==me)return r.isLeaving=!0,f.afterLeave=()=>{r.isLeaving=!1,n.job.flags&8||n.update(),delete f.afterLeave,a=void 0},ns(o);l==="in-out"&&c.type!==me?f.delayLeave=(d,g,_)=>{const y=jl(r,a);y[String(a.key)]=a,d[Tt]=()=>{g(),d[Tt]=void 0,delete u.delayedLeave,a=void 0},u.delayedLeave=()=>{_(),delete u.delayedLeave,a=void 0}}:a=void 0}else a&&(a=void 0);return o}}};function Nl(e){let t=e[0];if(e.length>1){for(const n of e)if(n.type!==me){t=n;break}}return t}const bf=_f;function jl(e,t){const{leavingVNodes:n}=e;let r=n.get(t.type);return r||(r=Object.create(null),n.set(t.type,r)),r}function Ts(e,t,n,r,s){const{appear:o,mode:i,persisted:l=!1,onBeforeEnter:c,onEnter:u,onAfterEnter:a,onEnterCancelled:f,onBeforeLeave:d,onLeave:g,onAfterLeave:_,onLeaveCancelled:y,onBeforeAppear:R,onAppear:E,onAfterAppear:v,onAppearCancelled:p}=t,b=String(e.key),w=jl(n,e),P=(L,H)=>{L&&Ye(L,r,9,H)},k=(L,H)=>{const K=H[1];P(L,H),z(L)?L.every(M=>M.length<=1)&&K():L.length<=1&&K()},D={mode:i,persisted:l,beforeEnter(L){let H=c;if(!n.isMounted)if(o)H=R||c;else return;L[Tt]&&L[Tt](!0);const K=w[b];K&&Je(e,K)&&K.el[Tt]&&K.el[Tt](),P(H,[L])},enter(L){let H=u,K=a,M=f;if(!n.isMounted)if(o)H=E||u,K=v||a,M=p||f;else return;let q=!1;const Z=L[ir]=ne=>{q||(q=!0,ne?P(M,[L]):P(K,[L]),D.delayedLeave&&D.delayedLeave(),L[ir]=void 0)};H?k(H,[L,Z]):Z()},leave(L,H){const K=String(e.key);if(L[ir]&&L[ir](!0),n.isUnmounting)return H();P(d,[L]);let M=!1;const q=L[Tt]=Z=>{M||(M=!0,H(),Z?P(y,[L]):P(_,[L]),L[Tt]=void 0,w[K]===e&&delete w[K])};w[K]=e,g?k(g,[L,q]):q()},clone(L){const H=Ts(L,t,n,r,s);return s&&s(H),H}};return D}function ns(e){if(Yn(e))return e=yt(e),e.children=null,e}function Lo(e){if(!Yn(e))return Hl(e.type)&&e.children?Nl(e.children):e;const{shapeFlag:t,children:n}=e;if(n){if(t&16)return n[0];if(t&32&&Q(n.default))return n.default()}}function gn(e,t){e.shapeFlag&6&&e.component?(e.transition=t,gn(e.component.subTree,t)):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function $l(e,t=!1,n){let r=[],s=0;for(let o=0;o<e.length;o++){let i=e[o];const l=n==null?i.key:String(n)+String(i.key!=null?i.key:o);i.type===Ce?(i.patchFlag&128&&s++,r=r.concat($l(i.children,t,l))):(t||i.type!==me)&&r.push(l!=null?yt(i,{key:l}):i)}if(s>1)for(let o=0;o<r.length;o++)r[o].patchFlag=-2;return r}/*! #__NO_SIDE_EFFECTS__ */function It(e,t){return Q(e)?we({name:e.name},t,{setup:e}):e}function co(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}function Wn(e,t,n,r,s=!1){if(z(e)){e.forEach((_,y)=>Wn(_,t&&(z(t)?t[y]:t),n,r,s));return}if(xt(r)&&!s){r.shapeFlag&512&&r.type.__asyncResolved&&r.component.subTree.component&&Wn(e,t,n,r.component.subTree);return}const o=r.shapeFlag&4?qr(r.component):r.el,i=s?null:o,{i:l,r:c}=e,u=t&&t.r,a=l.refs===ce?l.refs={}:l.refs,f=l.setupState,d=te(f),g=f===ce?()=>!1:_=>oe(d,_);if(u!=null&&u!==c&&(he(u)?(a[u]=null,g(u)&&(f[u]=null)):be(u)&&(u.value=null)),Q(c))Xn(c,l,12,[i,a]);else{const _=he(c),y=be(c);if(_||y){const R=()=>{if(e.f){const E=_?g(c)?f[c]:a[c]:c.value;s?z(E)&&Qs(E,o):z(E)?E.includes(o)||E.push(o):_?(a[c]=[o],g(c)&&(f[c]=a[c])):(c.value=[o],e.k&&(a[e.k]=c.value))}else _?(a[c]=i,g(c)&&(f[c]=i)):y&&(c.value=i,e.k&&(a[e.k]=i))};i?(R.id=-1,Ee(R,n)):R()}}}let Io=!1;const nn=()=>{Io||(console.error("Hydration completed but contains mismatches."),Io=!0)},vf=e=>e.namespaceURI.includes("svg")&&e.tagName!=="foreignObject",wf=e=>e.namespaceURI.includes("MathML"),lr=e=>{if(e.nodeType===1){if(vf(e))return"svg";if(wf(e))return"mathml"}},on=e=>e.nodeType===8;function Ef(e){const{mt:t,p:n,o:{patchProp:r,createText:s,nextSibling:o,parentNode:i,remove:l,insert:c,createComment:u}}=e,a=(p,b)=>{if(!b.hasChildNodes()){n(null,p,b),Tr(),b._vnode=p;return}f(b.firstChild,p,null,null,null),Tr(),b._vnode=p},f=(p,b,w,P,k,D=!1)=>{D=D||!!b.dynamicChildren;const L=on(p)&&p.data==="[",H=()=>y(p,b,w,P,k,L),{type:K,ref:M,shapeFlag:q,patchFlag:Z}=b;let ne=p.nodeType;b.el=p,Z===-2&&(D=!1,b.dynamicChildren=null);let U=null;switch(K){case qt:ne!==3?b.children===""?(c(b.el=s(""),i(p),p),U=p):U=H():(p.data!==b.children&&(nn(),p.data=b.children),U=o(p));break;case me:v(p)?(U=o(p),E(b.el=p.content.firstChild,p,w)):ne!==8||L?U=H():U=o(p);break;case pr:if(L&&(p=o(p),ne=p.nodeType),ne===1||ne===3){U=p;const Y=!b.children.length;for(let V=0;V<b.staticCount;V++)Y&&(b.children+=U.nodeType===1?U.outerHTML:U.data),V===b.staticCount-1&&(b.anchor=U),U=o(U);return L?o(U):U}else H();break;case Ce:L?U=_(p,b,w,P,k,D):U=H();break;default:if(q&1)(ne!==1||b.type.toLowerCase()!==p.tagName.toLowerCase())&&!v(p)?U=H():U=d(p,b,w,P,k,D);else if(q&6){b.slotScopeIds=k;const Y=i(p);if(L?U=R(p):on(p)&&p.data==="teleport start"?U=R(p,p.data,"teleport end"):U=o(p),t(b,Y,null,w,P,lr(Y),D),xt(b)&&!b.type.__asyncResolved){let V;L?(V=pe(Ce),V.anchor=U?U.previousSibling:Y.lastChild):V=p.nodeType===3?vc(""):pe("div"),V.el=p,b.component.subTree=V}}else q&64?ne!==8?U=H():U=b.type.hydrate(p,b,w,P,k,D,e,g):q&128&&(U=b.type.hydrate(p,b,w,P,lr(i(p)),k,D,e,f))}return M!=null&&Wn(M,null,P,b),U},d=(p,b,w,P,k,D)=>{D=D||!!b.dynamicChildren;const{type:L,props:H,patchFlag:K,shapeFlag:M,dirs:q,transition:Z}=b,ne=L==="input"||L==="option";if(ne||K!==-1){q&&st(b,null,w,"created");let U=!1;if(v(p)){U=cc(null,Z)&&w&&w.vnode.props&&w.vnode.props.appear;const V=p.content.firstChild;U&&Z.beforeEnter(V),E(V,p,w),b.el=p=V}if(M&16&&!(H&&(H.innerHTML||H.textContent))){let V=g(p.firstChild,b,p,w,P,k,D);for(;V;){cr(p,1)||nn();const ge=V;V=V.nextSibling,l(ge)}}else if(M&8){let V=b.children;V[0]===`
15
+ `&&(p.tagName==="PRE"||p.tagName==="TEXTAREA")&&(V=V.slice(1)),p.textContent!==V&&(cr(p,0)||nn(),p.textContent=b.children)}if(H){if(ne||!D||K&48){const V=p.tagName.includes("-");for(const ge in H)(ne&&(ge.endsWith("value")||ge==="indeterminate")||Qn(ge)&&!an(ge)||ge[0]==="."||V)&&r(p,ge,null,H[ge],void 0,w)}else if(H.onClick)r(p,"onClick",null,H.onClick,void 0,w);else if(K&4&&Vt(H.style))for(const V in H.style)H.style[V]}let Y;(Y=H&&H.onVnodeBeforeMount)&&Me(Y,w,b),q&&st(b,null,w,"beforeMount"),((Y=H&&H.onVnodeMounted)||q||U)&&pc(()=>{Y&&Me(Y,w,b),U&&Z.enter(p),q&&st(b,null,w,"mounted")},P)}return p.nextSibling},g=(p,b,w,P,k,D,L)=>{L=L||!!b.dynamicChildren;const H=b.children,K=H.length;for(let M=0;M<K;M++){const q=L?H[M]:H[M]=$e(H[M]),Z=q.type===qt;p?(Z&&!L&&M+1<K&&$e(H[M+1]).type===qt&&(c(s(p.data.slice(q.children.length)),w,o(p)),p.data=q.children),p=f(p,q,P,k,D,L)):Z&&!q.children?c(q.el=s(""),w):(cr(w,1)||nn(),n(null,q,w,null,P,k,lr(w),D))}return p},_=(p,b,w,P,k,D)=>{const{slotScopeIds:L}=b;L&&(k=k?k.concat(L):L);const H=i(p),K=g(o(p),b,H,w,P,k,D);return K&&on(K)&&K.data==="]"?o(b.anchor=K):(nn(),c(b.anchor=u("]"),H,K),K)},y=(p,b,w,P,k,D)=>{if(cr(p.parentElement,1)||nn(),b.el=null,D){const K=R(p);for(;;){const M=o(p);if(M&&M!==K)l(M);else break}}const L=o(p),H=i(p);return l(p),n(null,b,H,L,w,P,lr(H),k),w&&(w.vnode.el=b.el,Wr(w,b.el)),L},R=(p,b="[",w="]")=>{let P=0;for(;p;)if(p=o(p),p&&on(p)&&(p.data===b&&P++,p.data===w)){if(P===0)return o(p);P--}return p},E=(p,b,w)=>{const P=b.parentNode;P&&P.replaceChild(p,b);let k=w;for(;k;)k.vnode.el===b&&(k.vnode.el=k.subTree.el=p),k=k.parent},v=p=>p.nodeType===1&&p.tagName==="TEMPLATE";return[a,f]}const No="data-allow-mismatch",Tf={0:"text",1:"children",2:"class",3:"style",4:"attribute"};function cr(e,t){if(t===0||t===1)for(;e&&!e.hasAttribute(No);)e=e.parentElement;const n=e&&e.getAttribute(No);if(n==null)return!1;if(n==="")return!0;{const r=n.split(",");return t===0&&r.includes("children")?!0:n.split(",").includes(Tf[t])}}$r().requestIdleCallback;$r().cancelIdleCallback;function Rf(e,t){if(on(e)&&e.data==="["){let n=1,r=e.nextSibling;for(;r;){if(r.nodeType===1){if(t(r)===!1)break}else if(on(r))if(r.data==="]"){if(--n===0)break}else r.data==="["&&n++;r=r.nextSibling}}else t(e)}const xt=e=>!!e.type.__asyncLoader;/*! #__NO_SIDE_EFFECTS__ */function jo(e){Q(e)&&(e={loader:e});const{loader:t,loadingComponent:n,errorComponent:r,delay:s=200,hydrate:o,timeout:i,suspensible:l=!0,onError:c}=e;let u=null,a,f=0;const d=()=>(f++,u=null,g()),g=()=>{let _;return u||(_=u=t().catch(y=>{if(y=y instanceof Error?y:new Error(String(y)),c)return new Promise((R,E)=>{c(y,()=>R(d()),()=>E(y),f+1)});throw y}).then(y=>_!==u&&u?u:(y&&(y.__esModule||y[Symbol.toStringTag]==="Module")&&(y=y.default),a=y,y)))};return It({name:"AsyncComponentWrapper",__asyncLoader:g,__asyncHydrate(_,y,R){const E=o?()=>{const v=o(R,p=>Rf(_,p));v&&(y.bum||(y.bum=[])).push(v)}:R;a?E():g().then(()=>!y.isUnmounted&&E())},get __asyncResolved(){return a},setup(){const _=ye;if(co(_),a)return()=>rs(a,_);const y=p=>{u=null,Tn(p,_,13,!r)};if(l&&_.suspense||yn)return g().then(p=>()=>rs(p,_)).catch(p=>(y(p),()=>r?pe(r,{error:p}):null));const R=lt(!1),E=lt(),v=lt(!!s);return s&&setTimeout(()=>{v.value=!1},s),i!=null&&setTimeout(()=>{if(!R.value&&!E.value){const p=new Error(`Async component timed out after ${i}ms.`);y(p),E.value=p}},i),g().then(()=>{R.value=!0,_.parent&&Yn(_.parent.vnode)&&_.parent.update()}).catch(p=>{y(p),E.value=p}),()=>{if(R.value&&a)return rs(a,_);if(E.value&&r)return pe(r,{error:E.value});if(n&&!v.value)return pe(n)}}})}function rs(e,t){const{ref:n,props:r,children:s,ce:o}=t.vnode,i=pe(e,r,s);return i.ref=n,i.ce=o,delete t.vnode.ce,i}const Yn=e=>e.type.__isKeepAlive,Sf={name:"KeepAlive",__isKeepAlive:!0,props:{include:[String,RegExp,Array],exclude:[String,RegExp,Array],max:[String,Number]},setup(e,{slots:t}){const n=Kr(),r=n.ctx;if(!r.renderer)return()=>{const v=t.default&&t.default();return v&&v.length===1?v[0]:v};const s=new Map,o=new Set;let i=null;const l=n.suspense,{renderer:{p:c,m:u,um:a,o:{createElement:f}}}=r,d=f("div");r.activate=(v,p,b,w,P)=>{const k=v.component;u(v,p,b,0,l),c(k.vnode,v,p,b,k,l,w,v.slotScopeIds,P),Ee(()=>{k.isDeactivated=!1,k.a&&fn(k.a);const D=v.props&&v.props.onVnodeMounted;D&&Me(D,k.parent,v)},l)},r.deactivate=v=>{const p=v.component;Cr(p.m),Cr(p.a),u(v,d,null,1,l),Ee(()=>{p.da&&fn(p.da);const b=v.props&&v.props.onVnodeUnmounted;b&&Me(b,p.parent,v),p.isDeactivated=!0},l)};function g(v){ss(v),a(v,n,l,!0)}function _(v){s.forEach((p,b)=>{const w=Os(p.type);w&&!v(w)&&y(b)})}function y(v){const p=s.get(v);p&&(!i||!Je(p,i))?g(p):i&&ss(i),s.delete(v),o.delete(v)}dn(()=>[e.include,e.exclude],([v,p])=>{v&&_(b=>An(v,b)),p&&_(b=>!An(p,b))},{flush:"post",deep:!0});let R=null;const E=()=>{R!=null&&(Pr(n.subTree.type)?Ee(()=>{s.set(R,ar(n.subTree))},n.subTree.suspense):s.set(R,ar(n.subTree)))};return ao(E),Dl(E),Zn(()=>{s.forEach(v=>{const{subTree:p,suspense:b}=n,w=ar(p);if(v.type===w.type&&v.key===w.key){ss(w);const P=w.component.da;P&&Ee(P,b);return}g(v)})}),()=>{if(R=null,!t.default)return i=null;const v=t.default(),p=v[0];if(v.length>1)return i=null,v;if(!Qt(p)||!(p.shapeFlag&4)&&!(p.shapeFlag&128))return i=null,p;let b=ar(p);if(b.type===me)return i=null,b;const w=b.type,P=Os(xt(b)?b.type.__asyncResolved||{}:w),{include:k,exclude:D,max:L}=e;if(k&&(!P||!An(k,P))||D&&P&&An(D,P))return b.shapeFlag&=-257,i=b,p;const H=b.key==null?w:b.key,K=s.get(H);return b.el&&(b=yt(b),p.shapeFlag&128&&(p.ssContent=b)),R=H,K?(b.el=K.el,b.component=K.component,b.transition&&gn(b,b.transition),b.shapeFlag|=512,o.delete(H),o.add(H)):(o.add(H),L&&o.size>parseInt(L,10)&&y(o.values().next().value)),b.shapeFlag|=256,i=b,Pr(p.type)?p:b}}},Cf=Sf;function An(e,t){return z(e)?e.some(n=>An(n,t)):he(e)?e.split(",").includes(t):Ea(e)?(e.lastIndex=0,e.test(t)):!1}function Fl(e,t){Ul(e,"a",t)}function Bl(e,t){Ul(e,"da",t)}function Ul(e,t,n=ye){const r=e.__wdc||(e.__wdc=()=>{let s=n;for(;s;){if(s.isDeactivated)return;s=s.parent}return e()});if(Dr(t,r,n),n){let s=n.parent;for(;s&&s.parent;)Yn(s.parent.vnode)&&Pf(r,t,n,s),s=s.parent}}function Pf(e,t,n,r){const s=Dr(t,e,r,!0);Vl(()=>{Qs(r[t],s)},n)}function ss(e){e.shapeFlag&=-257,e.shapeFlag&=-513}function ar(e){return e.shapeFlag&128?e.ssContent:e}function Dr(e,t,n=ye,r=!1){if(n){const s=n[e]||(n[e]=[]),o=t.__weh||(t.__weh=(...i)=>{Mt();const l=er(n),c=Ye(t,n,e,i);return l(),Ht(),c});return r?s.unshift(o):s.push(o),o}}const _t=e=>(t,n=ye)=>{(!yn||e==="sp")&&Dr(e,(...r)=>t(...r),n)},kf=_t("bm"),ao=_t("m"),xf=_t("bu"),Dl=_t("u"),Zn=_t("bum"),Vl=_t("um"),Af=_t("sp"),Of=_t("rtg"),Mf=_t("rtc");function Wl(e,t=ye){Dr("ec",e,t)}const Kl="components";function _m(e,t){return Gl(Kl,e,!0,t)||e}const ql=Symbol.for("v-ndc");function Hf(e){return he(e)?Gl(Kl,e,!1)||e:e||ql}function Gl(e,t,n=!0,r=!1){const s=_e||ye;if(s){const o=s.type;{const l=Os(o,!1);if(l&&(l===t||l===qe(t)||l===jr(qe(t))))return o}const i=$o(s[e]||o[e],t)||$o(s.appContext[e],t);return!i&&r?o:i}}function $o(e,t){return e&&(e[t]||e[qe(t)]||e[jr(qe(t))])}function bm(e,t,n,r){let s;const o=n,i=z(e);if(i||he(e)){const l=i&&Vt(e);let c=!1;l&&(c=!We(e),e=Ur(e)),s=new Array(e.length);for(let u=0,a=e.length;u<a;u++)s[u]=t(c?Se(e[u]):e[u],u,void 0,o)}else if(typeof e=="number"){s=new Array(e);for(let l=0;l<e;l++)s[l]=t(l+1,l,void 0,o)}else if(le(e))if(e[Symbol.iterator])s=Array.from(e,(l,c)=>t(l,c,void 0,o));else{const l=Object.keys(e);s=new Array(l.length);for(let c=0,u=l.length;c<u;c++){const a=l[c];s[c]=t(e[a],a,c,o)}}else s=[];return s}function vm(e,t,n={},r,s){if(_e.ce||_e.parent&&xt(_e.parent)&&_e.parent.ce)return t!=="default"&&(n.name=t),De(),ot(Ce,null,[pe("slot",n,r&&r())],64);let o=e[t];o&&o._c&&(o._d=!1),De();const i=o&&zl(o(n)),l=n.key||i&&i.key,c=ot(Ce,{key:(l&&!Xe(l)?l:`_${t}`)+(!i&&r?"_fb":"")},i||(r?r():[]),i&&e._===1?64:-2);return!s&&c.scopeId&&(c.slotScopeIds=[c.scopeId+"-s"]),o&&o._c&&(o._d=!0),c}function zl(e){return e.some(t=>Qt(t)?!(t.type===me||t.type===Ce&&!zl(t.children)):!0)?e:null}const Rs=e=>e?Ec(e)?qr(e):Rs(e.parent):null,Ln=we(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>Rs(e.parent),$root:e=>Rs(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>Ql(e),$forceUpdate:e=>e.f||(e.f=()=>{io(e.update)}),$nextTick:e=>e.n||(e.n=Jt.bind(e.proxy)),$watch:e=>eu.bind(e)}),os=(e,t)=>e!==ce&&!e.__isScriptSetup&&oe(e,t),Lf={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:n,setupState:r,data:s,props:o,accessCache:i,type:l,appContext:c}=e;let u;if(t[0]!=="$"){const g=i[t];if(g!==void 0)switch(g){case 1:return r[t];case 2:return s[t];case 4:return n[t];case 3:return o[t]}else{if(os(r,t))return i[t]=1,r[t];if(s!==ce&&oe(s,t))return i[t]=2,s[t];if((u=e.propsOptions[0])&&oe(u,t))return i[t]=3,o[t];if(n!==ce&&oe(n,t))return i[t]=4,n[t];Ss&&(i[t]=0)}}const a=Ln[t];let f,d;if(a)return t==="$attrs"&&Re(e.attrs,"get",""),a(e);if((f=l.__cssModules)&&(f=f[t]))return f;if(n!==ce&&oe(n,t))return i[t]=4,n[t];if(d=c.config.globalProperties,oe(d,t))return d[t]},set({_:e},t,n){const{data:r,setupState:s,ctx:o}=e;return os(s,t)?(s[t]=n,!0):r!==ce&&oe(r,t)?(r[t]=n,!0):oe(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(o[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:r,appContext:s,propsOptions:o}},i){let l;return!!n[i]||e!==ce&&oe(e,i)||os(t,i)||(l=o[0])&&oe(l,i)||oe(r,i)||oe(Ln,i)||oe(s.config.globalProperties,i)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:oe(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function Fo(e){return z(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let Ss=!0;function If(e){const t=Ql(e),n=e.proxy,r=e.ctx;Ss=!1,t.beforeCreate&&Bo(t.beforeCreate,e,"bc");const{data:s,computed:o,methods:i,watch:l,provide:c,inject:u,created:a,beforeMount:f,mounted:d,beforeUpdate:g,updated:_,activated:y,deactivated:R,beforeDestroy:E,beforeUnmount:v,destroyed:p,unmounted:b,render:w,renderTracked:P,renderTriggered:k,errorCaptured:D,serverPrefetch:L,expose:H,inheritAttrs:K,components:M,directives:q,filters:Z}=t;if(u&&Nf(u,r,null),i)for(const Y in i){const V=i[Y];Q(V)&&(r[Y]=V.bind(n))}if(s){const Y=s.call(n,n);le(Y)&&(e.data=Lt(Y))}if(Ss=!0,o)for(const Y in o){const V=o[Y],ge=Q(V)?V.bind(n,n):Q(V.get)?V.get.bind(n,n):it,bt=!Q(V)&&Q(V.set)?V.set.bind(n):it,et=Ve({get:ge,set:bt});Object.defineProperty(r,Y,{enumerable:!0,configurable:!0,get:()=>et.value,set:Oe=>et.value=Oe})}if(l)for(const Y in l)Jl(l[Y],r,n,Y);if(c){const Y=Q(c)?c.call(n):c;Reflect.ownKeys(Y).forEach(V=>{Kt(V,Y[V])})}a&&Bo(a,e,"c");function U(Y,V){z(V)?V.forEach(ge=>Y(ge.bind(n))):V&&Y(V.bind(n))}if(U(kf,f),U(ao,d),U(xf,g),U(Dl,_),U(Fl,y),U(Bl,R),U(Wl,D),U(Mf,P),U(Of,k),U(Zn,v),U(Vl,b),U(Af,L),z(H))if(H.length){const Y=e.exposed||(e.exposed={});H.forEach(V=>{Object.defineProperty(Y,V,{get:()=>n[V],set:ge=>n[V]=ge})})}else e.exposed||(e.exposed={});w&&e.render===it&&(e.render=w),K!=null&&(e.inheritAttrs=K),M&&(e.components=M),q&&(e.directives=q),L&&co(e)}function Nf(e,t,n=it){z(e)&&(e=Cs(e));for(const r in e){const s=e[r];let o;le(s)?"default"in s?o=Ae(s.from||r,s.default,!0):o=Ae(s.from||r):o=Ae(s),be(o)?Object.defineProperty(t,r,{enumerable:!0,configurable:!0,get:()=>o.value,set:i=>o.value=i}):t[r]=o}}function Bo(e,t,n){Ye(z(e)?e.map(r=>r.bind(t.proxy)):e.bind(t.proxy),t,n)}function Jl(e,t,n,r){let s=r.includes(".")?uc(n,r):()=>n[r];if(he(e)){const o=t[e];Q(o)&&dn(s,o)}else if(Q(e))dn(s,e.bind(n));else if(le(e))if(z(e))e.forEach(o=>Jl(o,t,n,r));else{const o=Q(e.handler)?e.handler.bind(n):t[e.handler];Q(o)&&dn(s,o,e)}}function Ql(e){const t=e.type,{mixins:n,extends:r}=t,{mixins:s,optionsCache:o,config:{optionMergeStrategies:i}}=e.appContext,l=o.get(t);let c;return l?c=l:!s.length&&!n&&!r?c=t:(c={},s.length&&s.forEach(u=>Sr(c,u,i,!0)),Sr(c,t,i)),le(t)&&o.set(t,c),c}function Sr(e,t,n,r=!1){const{mixins:s,extends:o}=t;o&&Sr(e,o,n,!0),s&&s.forEach(i=>Sr(e,i,n,!0));for(const i in t)if(!(r&&i==="expose")){const l=jf[i]||n&&n[i];e[i]=l?l(e[i],t[i]):t[i]}return e}const jf={data:Uo,props:Do,emits:Do,methods:On,computed:On,beforeCreate:ke,created:ke,beforeMount:ke,mounted:ke,beforeUpdate:ke,updated:ke,beforeDestroy:ke,beforeUnmount:ke,destroyed:ke,unmounted:ke,activated:ke,deactivated:ke,errorCaptured:ke,serverPrefetch:ke,components:On,directives:On,watch:Ff,provide:Uo,inject:$f};function Uo(e,t){return t?e?function(){return we(Q(e)?e.call(this,this):e,Q(t)?t.call(this,this):t)}:t:e}function $f(e,t){return On(Cs(e),Cs(t))}function Cs(e){if(z(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function ke(e,t){return e?[...new Set([].concat(e,t))]:t}function On(e,t){return e?we(Object.create(null),e,t):t}function Do(e,t){return e?z(e)&&z(t)?[...new Set([...e,...t])]:we(Object.create(null),Fo(e),Fo(t??{})):t}function Ff(e,t){if(!e)return t;if(!t)return e;const n=we(Object.create(null),e);for(const r in t)n[r]=ke(e[r],t[r]);return n}function Xl(){return{app:null,config:{isNativeTag:va,performance:!1,globalProperties:{},optionMergeStrategies:{},errorHandler:void 0,warnHandler:void 0,compilerOptions:{}},mixins:[],components:{},directives:{},provides:Object.create(null),optionsCache:new WeakMap,propsCache:new WeakMap,emitsCache:new WeakMap}}let Bf=0;function Uf(e,t){return function(r,s=null){Q(r)||(r=we({},r)),s!=null&&!le(s)&&(s=null);const o=Xl(),i=new WeakSet,l=[];let c=!1;const u=o.app={_uid:Bf++,_component:r,_props:s,_container:null,_context:o,_instance:null,version:Tu,get config(){return o.config},set config(a){},use(a,...f){return i.has(a)||(a&&Q(a.install)?(i.add(a),a.install(u,...f)):Q(a)&&(i.add(a),a(u,...f))),u},mixin(a){return o.mixins.includes(a)||o.mixins.push(a),u},component(a,f){return f?(o.components[a]=f,u):o.components[a]},directive(a,f){return f?(o.directives[a]=f,u):o.directives[a]},mount(a,f,d){if(!c){const g=u._ceVNode||pe(r,s);return g.appContext=o,d===!0?d="svg":d===!1&&(d=void 0),f&&t?t(g,a):e(g,a,d),c=!0,u._container=a,a.__vue_app__=u,qr(g.component)}},onUnmount(a){l.push(a)},unmount(){c&&(Ye(l,u._instance,16),e(null,u._container),delete u._container.__vue_app__)},provide(a,f){return o.provides[a]=f,u},runWithContext(a){const f=Wt;Wt=u;try{return a()}finally{Wt=f}}};return u}}let Wt=null;function Kt(e,t){if(ye){let n=ye.provides;const r=ye.parent&&ye.parent.provides;r===n&&(n=ye.provides=Object.create(r)),n[e]=t}}function Ae(e,t,n=!1){const r=ye||_e;if(r||Wt){const s=Wt?Wt._context.provides:r?r.parent==null?r.vnode.appContext&&r.vnode.appContext.provides:r.parent.provides:void 0;if(s&&e in s)return s[e];if(arguments.length>1)return n&&Q(t)?t.call(r&&r.proxy):t}}function fo(){return!!(ye||_e||Wt)}const Yl={},Zl=()=>Object.create(Yl),ec=e=>Object.getPrototypeOf(e)===Yl;function Df(e,t,n,r=!1){const s={},o=Zl();e.propsDefaults=Object.create(null),tc(e,t,s,o);for(const i in e.propsOptions[0])i in s||(s[i]=void 0);n?e.props=r?s:mt(s):e.type.props?e.props=s:e.props=o,e.attrs=o}function Vf(e,t,n,r){const{props:s,attrs:o,vnode:{patchFlag:i}}=e,l=te(s),[c]=e.propsOptions;let u=!1;if((r||i>0)&&!(i&16)){if(i&8){const a=e.vnode.dynamicProps;for(let f=0;f<a.length;f++){let d=a[f];if(Vr(e.emitsOptions,d))continue;const g=t[d];if(c)if(oe(o,d))g!==o[d]&&(o[d]=g,u=!0);else{const _=qe(d);s[_]=Ps(c,l,_,g,e,!1)}else g!==o[d]&&(o[d]=g,u=!0)}}}else{tc(e,t,s,o)&&(u=!0);let a;for(const f in l)(!t||!oe(t,f)&&((a=Xt(f))===f||!oe(t,a)))&&(c?n&&(n[f]!==void 0||n[a]!==void 0)&&(s[f]=Ps(c,l,f,void 0,e,!0)):delete s[f]);if(o!==l)for(const f in o)(!t||!oe(t,f))&&(delete o[f],u=!0)}u&&ht(e.attrs,"set","")}function tc(e,t,n,r){const[s,o]=e.propsOptions;let i=!1,l;if(t)for(let c in t){if(an(c))continue;const u=t[c];let a;s&&oe(s,a=qe(c))?!o||!o.includes(a)?n[a]=u:(l||(l={}))[a]=u:Vr(e.emitsOptions,c)||(!(c in r)||u!==r[c])&&(r[c]=u,i=!0)}if(o){const c=te(n),u=l||ce;for(let a=0;a<o.length;a++){const f=o[a];n[f]=Ps(s,c,f,u[f],e,!oe(u,f))}}return i}function Ps(e,t,n,r,s,o){const i=e[n];if(i!=null){const l=oe(i,"default");if(l&&r===void 0){const c=i.default;if(i.type!==Function&&!i.skipFactory&&Q(c)){const{propsDefaults:u}=s;if(n in u)r=u[n];else{const a=er(s);r=u[n]=c.call(null,t),a()}}else r=c;s.ce&&s.ce._setProp(n,r)}i[0]&&(o&&!l?r=!1:i[1]&&(r===""||r===Xt(n))&&(r=!0))}return r}const Wf=new WeakMap;function nc(e,t,n=!1){const r=n?Wf:t.propsCache,s=r.get(e);if(s)return s;const o=e.props,i={},l=[];let c=!1;if(!Q(e)){const a=f=>{c=!0;const[d,g]=nc(f,t,!0);we(i,d),g&&l.push(...g)};!n&&t.mixins.length&&t.mixins.forEach(a),e.extends&&a(e.extends),e.mixins&&e.mixins.forEach(a)}if(!o&&!c)return le(e)&&r.set(e,ln),ln;if(z(o))for(let a=0;a<o.length;a++){const f=qe(o[a]);Vo(f)&&(i[f]=ce)}else if(o)for(const a in o){const f=qe(a);if(Vo(f)){const d=o[a],g=i[f]=z(d)||Q(d)?{type:d}:we({},d),_=g.type;let y=!1,R=!0;if(z(_))for(let E=0;E<_.length;++E){const v=_[E],p=Q(v)&&v.name;if(p==="Boolean"){y=!0;break}else p==="String"&&(R=!1)}else y=Q(_)&&_.name==="Boolean";g[0]=y,g[1]=R,(y||oe(g,"default"))&&l.push(f)}}const u=[i,l];return le(e)&&r.set(e,u),u}function Vo(e){return e[0]!=="$"&&!an(e)}const rc=e=>e[0]==="_"||e==="$stable",uo=e=>z(e)?e.map($e):[$e(e)],Kf=(e,t,n)=>{if(t._n)return t;const r=lo((...s)=>uo(t(...s)),n);return r._c=!1,r},sc=(e,t,n)=>{const r=e._ctx;for(const s in e){if(rc(s))continue;const o=e[s];if(Q(o))t[s]=Kf(s,o,r);else if(o!=null){const i=uo(o);t[s]=()=>i}}},oc=(e,t)=>{const n=uo(t);e.slots.default=()=>n},ic=(e,t,n)=>{for(const r in t)(n||r!=="_")&&(e[r]=t[r])},qf=(e,t,n)=>{const r=e.slots=Zl();if(e.vnode.shapeFlag&32){const s=t._;s?(ic(r,t,n),n&&ol(r,"_",s,!0)):sc(t,r)}else t&&oc(e,t)},Gf=(e,t,n)=>{const{vnode:r,slots:s}=e;let o=!0,i=ce;if(r.shapeFlag&32){const l=t._;l?n&&l===1?o=!1:ic(s,t,n):(o=!t.$stable,sc(t,s)),i=t}else t&&(oc(e,t),i={default:1});if(o)for(const l in s)!rc(l)&&i[l]==null&&delete s[l]},Ee=pc;function zf(e){return lc(e)}function Jf(e){return lc(e,Ef)}function lc(e,t){const n=$r();n.__VUE__=!0;const{insert:r,remove:s,patchProp:o,createElement:i,createText:l,createComment:c,setText:u,setElementText:a,parentNode:f,nextSibling:d,setScopeId:g=it,insertStaticContent:_}=e,y=(h,m,T,x=null,S=null,A=null,j=void 0,N=null,I=!!m.dynamicChildren)=>{if(h===m)return;h&&!Je(h,m)&&(x=C(h),Oe(h,S,A,!0),h=null),m.patchFlag===-2&&(I=!1,m.dynamicChildren=null);const{type:O,ref:J,shapeFlag:F}=m;switch(O){case qt:R(h,m,T,x);break;case me:E(h,m,T,x);break;case pr:h==null&&v(m,T,x,j);break;case Ce:M(h,m,T,x,S,A,j,N,I);break;default:F&1?w(h,m,T,x,S,A,j,N,I):F&6?q(h,m,T,x,S,A,j,N,I):(F&64||F&128)&&O.process(h,m,T,x,S,A,j,N,I,W)}J!=null&&S&&Wn(J,h&&h.ref,A,m||h,!m)},R=(h,m,T,x)=>{if(h==null)r(m.el=l(m.children),T,x);else{const S=m.el=h.el;m.children!==h.children&&u(S,m.children)}},E=(h,m,T,x)=>{h==null?r(m.el=c(m.children||""),T,x):m.el=h.el},v=(h,m,T,x)=>{[h.el,h.anchor]=_(h.children,m,T,x,h.el,h.anchor)},p=({el:h,anchor:m},T,x)=>{let S;for(;h&&h!==m;)S=d(h),r(h,T,x),h=S;r(m,T,x)},b=({el:h,anchor:m})=>{let T;for(;h&&h!==m;)T=d(h),s(h),h=T;s(m)},w=(h,m,T,x,S,A,j,N,I)=>{m.type==="svg"?j="svg":m.type==="math"&&(j="mathml"),h==null?P(m,T,x,S,A,j,N,I):L(h,m,S,A,j,N,I)},P=(h,m,T,x,S,A,j,N)=>{let I,O;const{props:J,shapeFlag:F,transition:G,dirs:X}=h;if(I=h.el=i(h.type,A,J&&J.is,J),F&8?a(I,h.children):F&16&&D(h.children,I,null,x,S,is(h,A),j,N),X&&st(h,null,x,"created"),k(I,h,h.scopeId,j,x),J){for(const ae in J)ae!=="value"&&!an(ae)&&o(I,ae,null,J[ae],A,x);"value"in J&&o(I,"value",null,J.value,A),(O=J.onVnodeBeforeMount)&&Me(O,x,h)}X&&st(h,null,x,"beforeMount");const ee=cc(S,G);ee&&G.beforeEnter(I),r(I,m,T),((O=J&&J.onVnodeMounted)||ee||X)&&Ee(()=>{O&&Me(O,x,h),ee&&G.enter(I),X&&st(h,null,x,"mounted")},S)},k=(h,m,T,x,S)=>{if(T&&g(h,T),x)for(let A=0;A<x.length;A++)g(h,x[A]);if(S){let A=S.subTree;if(m===A||Pr(A.type)&&(A.ssContent===m||A.ssFallback===m)){const j=S.vnode;k(h,j,j.scopeId,j.slotScopeIds,S.parent)}}},D=(h,m,T,x,S,A,j,N,I=0)=>{for(let O=I;O<h.length;O++){const J=h[O]=N?Rt(h[O]):$e(h[O]);y(null,J,m,T,x,S,A,j,N)}},L=(h,m,T,x,S,A,j)=>{const N=m.el=h.el;let{patchFlag:I,dynamicChildren:O,dirs:J}=m;I|=h.patchFlag&16;const F=h.props||ce,G=m.props||ce;let X;if(T&&Nt(T,!1),(X=G.onVnodeBeforeUpdate)&&Me(X,T,m,h),J&&st(m,h,T,"beforeUpdate"),T&&Nt(T,!0),(F.innerHTML&&G.innerHTML==null||F.textContent&&G.textContent==null)&&a(N,""),O?H(h.dynamicChildren,O,N,T,x,is(m,S),A):j||V(h,m,N,null,T,x,is(m,S),A,!1),I>0){if(I&16)K(N,F,G,T,S);else if(I&2&&F.class!==G.class&&o(N,"class",null,G.class,S),I&4&&o(N,"style",F.style,G.style,S),I&8){const ee=m.dynamicProps;for(let ae=0;ae<ee.length;ae++){const ie=ee[ae],Le=F[ie],Te=G[ie];(Te!==Le||ie==="value")&&o(N,ie,Le,Te,S,T)}}I&1&&h.children!==m.children&&a(N,m.children)}else!j&&O==null&&K(N,F,G,T,S);((X=G.onVnodeUpdated)||J)&&Ee(()=>{X&&Me(X,T,m,h),J&&st(m,h,T,"updated")},x)},H=(h,m,T,x,S,A,j)=>{for(let N=0;N<m.length;N++){const I=h[N],O=m[N],J=I.el&&(I.type===Ce||!Je(I,O)||I.shapeFlag&70)?f(I.el):T;y(I,O,J,null,x,S,A,j,!0)}},K=(h,m,T,x,S)=>{if(m!==T){if(m!==ce)for(const A in m)!an(A)&&!(A in T)&&o(h,A,m[A],null,S,x);for(const A in T){if(an(A))continue;const j=T[A],N=m[A];j!==N&&A!=="value"&&o(h,A,N,j,S,x)}"value"in T&&o(h,"value",m.value,T.value,S)}},M=(h,m,T,x,S,A,j,N,I)=>{const O=m.el=h?h.el:l(""),J=m.anchor=h?h.anchor:l("");let{patchFlag:F,dynamicChildren:G,slotScopeIds:X}=m;X&&(N=N?N.concat(X):X),h==null?(r(O,T,x),r(J,T,x),D(m.children||[],T,J,S,A,j,N,I)):F>0&&F&64&&G&&h.dynamicChildren?(H(h.dynamicChildren,G,T,S,A,j,N),(m.key!=null||S&&m===S.subTree)&&ac(h,m,!0)):V(h,m,T,J,S,A,j,N,I)},q=(h,m,T,x,S,A,j,N,I)=>{m.slotScopeIds=N,h==null?m.shapeFlag&512?S.ctx.activate(m,T,x,j,I):Z(m,T,x,S,A,j,I):ne(h,m,I)},Z=(h,m,T,x,S,A,j)=>{const N=h.component=yu(h,x,S);if(Yn(h)&&(N.ctx.renderer=W),_u(N,!1,j),N.asyncDep){if(S&&S.registerDep(N,U,j),!h.el){const I=N.subTree=pe(me);E(null,I,m,T)}}else U(N,h,m,T,S,A,j)},ne=(h,m,T)=>{const x=m.component=h.component;if(iu(h,m,T))if(x.asyncDep&&!x.asyncResolved){Y(x,m,T);return}else x.next=m,x.update();else m.el=h.el,x.vnode=m},U=(h,m,T,x,S,A,j)=>{const N=()=>{if(h.isMounted){let{next:F,bu:G,u:X,parent:ee,vnode:ae}=h;{const Ie=fc(h);if(Ie){F&&(F.el=ae.el,Y(h,F,j)),Ie.asyncDep.then(()=>{h.isUnmounted||N()});return}}let ie=F,Le;Nt(h,!1),F?(F.el=ae.el,Y(h,F,j)):F=ae,G&&fn(G),(Le=F.props&&F.props.onVnodeBeforeUpdate)&&Me(Le,ee,F,ae),Nt(h,!0);const Te=ls(h),ze=h.subTree;h.subTree=Te,y(ze,Te,f(ze.el),C(ze),h,S,A),F.el=Te.el,ie===null&&Wr(h,Te.el),X&&Ee(X,S),(Le=F.props&&F.props.onVnodeUpdated)&&Ee(()=>Me(Le,ee,F,ae),S)}else{let F;const{el:G,props:X}=m,{bm:ee,m:ae,parent:ie,root:Le,type:Te}=h,ze=xt(m);if(Nt(h,!1),ee&&fn(ee),!ze&&(F=X&&X.onVnodeBeforeMount)&&Me(F,ie,m),Nt(h,!0),G&&de){const Ie=()=>{h.subTree=ls(h),de(G,h.subTree,h,S,null)};ze&&Te.__asyncHydrate?Te.__asyncHydrate(G,h,Ie):Ie()}else{Le.ce&&Le.ce._injectChildStyle(Te);const Ie=h.subTree=ls(h);y(null,Ie,T,x,h,S,A),m.el=Ie.el}if(ae&&Ee(ae,S),!ze&&(F=X&&X.onVnodeMounted)){const Ie=m;Ee(()=>Me(F,ie,Ie),S)}(m.shapeFlag&256||ie&&xt(ie.vnode)&&ie.vnode.shapeFlag&256)&&h.a&&Ee(h.a,S),h.isMounted=!0,m=T=x=null}};h.scope.on();const I=h.effect=new dl(N);h.scope.off();const O=h.update=I.run.bind(I),J=h.job=I.runIfDirty.bind(I);J.i=h,J.id=h.uid,I.scheduler=()=>io(J),Nt(h,!0),O()},Y=(h,m,T)=>{m.component=h;const x=h.vnode.props;h.vnode=m,h.next=null,Vf(h,m.props,x,T),Gf(h,m.children,T),Mt(),Ho(h),Ht()},V=(h,m,T,x,S,A,j,N,I=!1)=>{const O=h&&h.children,J=h?h.shapeFlag:0,F=m.children,{patchFlag:G,shapeFlag:X}=m;if(G>0){if(G&128){bt(O,F,T,x,S,A,j,N,I);return}else if(G&256){ge(O,F,T,x,S,A,j,N,I);return}}X&8?(J&16&&Fe(O,S,A),F!==O&&a(T,F)):J&16?X&16?bt(O,F,T,x,S,A,j,N,I):Fe(O,S,A,!0):(J&8&&a(T,""),X&16&&D(F,T,x,S,A,j,N,I))},ge=(h,m,T,x,S,A,j,N,I)=>{h=h||ln,m=m||ln;const O=h.length,J=m.length,F=Math.min(O,J);let G;for(G=0;G<F;G++){const X=m[G]=I?Rt(m[G]):$e(m[G]);y(h[G],X,T,null,S,A,j,N,I)}O>J?Fe(h,S,A,!0,!1,F):D(m,T,x,S,A,j,N,I,F)},bt=(h,m,T,x,S,A,j,N,I)=>{let O=0;const J=m.length;let F=h.length-1,G=J-1;for(;O<=F&&O<=G;){const X=h[O],ee=m[O]=I?Rt(m[O]):$e(m[O]);if(Je(X,ee))y(X,ee,T,null,S,A,j,N,I);else break;O++}for(;O<=F&&O<=G;){const X=h[F],ee=m[G]=I?Rt(m[G]):$e(m[G]);if(Je(X,ee))y(X,ee,T,null,S,A,j,N,I);else break;F--,G--}if(O>F){if(O<=G){const X=G+1,ee=X<J?m[X].el:x;for(;O<=G;)y(null,m[O]=I?Rt(m[O]):$e(m[O]),T,ee,S,A,j,N,I),O++}}else if(O>G)for(;O<=F;)Oe(h[O],S,A,!0),O++;else{const X=O,ee=O,ae=new Map;for(O=ee;O<=G;O++){const Ne=m[O]=I?Rt(m[O]):$e(m[O]);Ne.key!=null&&ae.set(Ne.key,O)}let ie,Le=0;const Te=G-ee+1;let ze=!1,Ie=0;const Rn=new Array(Te);for(O=0;O<Te;O++)Rn[O]=0;for(O=X;O<=F;O++){const Ne=h[O];if(Le>=Te){Oe(Ne,S,A,!0);continue}let tt;if(Ne.key!=null)tt=ae.get(Ne.key);else for(ie=ee;ie<=G;ie++)if(Rn[ie-ee]===0&&Je(Ne,m[ie])){tt=ie;break}tt===void 0?Oe(Ne,S,A,!0):(Rn[tt-ee]=O+1,tt>=Ie?Ie=tt:ze=!0,y(Ne,m[tt],T,null,S,A,j,N,I),Le++)}const Po=ze?Qf(Rn):ln;for(ie=Po.length-1,O=Te-1;O>=0;O--){const Ne=ee+O,tt=m[Ne],ko=Ne+1<J?m[Ne+1].el:x;Rn[O]===0?y(null,tt,T,ko,S,A,j,N,I):ze&&(ie<0||O!==Po[ie]?et(tt,T,ko,2):ie--)}}},et=(h,m,T,x,S=null)=>{const{el:A,type:j,transition:N,children:I,shapeFlag:O}=h;if(O&6){et(h.component.subTree,m,T,x);return}if(O&128){h.suspense.move(m,T,x);return}if(O&64){j.move(h,m,T,W);return}if(j===Ce){r(A,m,T);for(let F=0;F<I.length;F++)et(I[F],m,T,x);r(h.anchor,m,T);return}if(j===pr){p(h,m,T);return}if(x!==2&&O&1&&N)if(x===0)N.beforeEnter(A),r(A,m,T),Ee(()=>N.enter(A),S);else{const{leave:F,delayLeave:G,afterLeave:X}=N,ee=()=>r(A,m,T),ae=()=>{F(A,()=>{ee(),X&&X()})};G?G(A,ee,ae):ae()}else r(A,m,T)},Oe=(h,m,T,x=!1,S=!1)=>{const{type:A,props:j,ref:N,children:I,dynamicChildren:O,shapeFlag:J,patchFlag:F,dirs:G,cacheIndex:X}=h;if(F===-2&&(S=!1),N!=null&&Wn(N,null,T,h,!0),X!=null&&(m.renderCache[X]=void 0),J&256){m.ctx.deactivate(h);return}const ee=J&1&&G,ae=!xt(h);let ie;if(ae&&(ie=j&&j.onVnodeBeforeUnmount)&&Me(ie,m,h),J&6)nr(h.component,T,x);else{if(J&128){h.suspense.unmount(T,x);return}ee&&st(h,null,m,"beforeUnmount"),J&64?h.type.remove(h,m,T,W,x):O&&!O.hasOnce&&(A!==Ce||F>0&&F&64)?Fe(O,m,T,!1,!0):(A===Ce&&F&384||!S&&J&16)&&Fe(I,m,T),x&&Zt(h)}(ae&&(ie=j&&j.onVnodeUnmounted)||ee)&&Ee(()=>{ie&&Me(ie,m,h),ee&&st(h,null,m,"unmounted")},T)},Zt=h=>{const{type:m,el:T,anchor:x,transition:S}=h;if(m===Ce){en(T,x);return}if(m===pr){b(h);return}const A=()=>{s(T),S&&!S.persisted&&S.afterLeave&&S.afterLeave()};if(h.shapeFlag&1&&S&&!S.persisted){const{leave:j,delayLeave:N}=S,I=()=>j(T,A);N?N(h.el,A,I):I()}else A()},en=(h,m)=>{let T;for(;h!==m;)T=d(h),s(h),h=T;s(m)},nr=(h,m,T)=>{const{bum:x,scope:S,job:A,subTree:j,um:N,m:I,a:O}=h;Cr(I),Cr(O),x&&fn(x),S.stop(),A&&(A.flags|=8,Oe(j,h,m,T)),N&&Ee(N,m),Ee(()=>{h.isUnmounted=!0},m),m&&m.pendingBranch&&!m.isUnmounted&&h.asyncDep&&!h.asyncResolved&&h.suspenseId===m.pendingId&&(m.deps--,m.deps===0&&m.resolve())},Fe=(h,m,T,x=!1,S=!1,A=0)=>{for(let j=A;j<h.length;j++)Oe(h[j],m,T,x,S)},C=h=>{if(h.shapeFlag&6)return C(h.component.subTree);if(h.shapeFlag&128)return h.suspense.next();const m=d(h.anchor||h.el),T=m&&m[mf];return T?d(T):m};let B=!1;const $=(h,m,T)=>{h==null?m._vnode&&Oe(m._vnode,null,null,!0):y(m._vnode||null,h,m,null,null,null,T),m._vnode=h,B||(B=!0,Ho(),Tr(),B=!1)},W={p:y,um:Oe,m:et,r:Zt,mt:Z,mc:D,pc:V,pbc:H,n:C,o:e};let re,de;return t&&([re,de]=t(W)),{render:$,hydrate:re,createApp:Uf($,re)}}function is({type:e,props:t},n){return n==="svg"&&e==="foreignObject"||n==="mathml"&&e==="annotation-xml"&&t&&t.encoding&&t.encoding.includes("html")?void 0:n}function Nt({effect:e,job:t},n){n?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function cc(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function ac(e,t,n=!1){const r=e.children,s=t.children;if(z(r)&&z(s))for(let o=0;o<r.length;o++){const i=r[o];let l=s[o];l.shapeFlag&1&&!l.dynamicChildren&&((l.patchFlag<=0||l.patchFlag===32)&&(l=s[o]=Rt(s[o]),l.el=i.el),!n&&l.patchFlag!==-2&&ac(i,l)),l.type===qt&&(l.el=i.el)}}function Qf(e){const t=e.slice(),n=[0];let r,s,o,i,l;const c=e.length;for(r=0;r<c;r++){const u=e[r];if(u!==0){if(s=n[n.length-1],e[s]<u){t[r]=s,n.push(r);continue}for(o=0,i=n.length-1;o<i;)l=o+i>>1,e[n[l]]<u?o=l+1:i=l;u<e[n[o]]&&(o>0&&(t[r]=n[o-1]),n[o]=r)}}for(o=n.length,i=n[o-1];o-- >0;)n[o]=i,i=t[i];return n}function fc(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:fc(t)}function Cr(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}const Xf=Symbol.for("v-scx"),Yf=()=>Ae(Xf);function Zf(e,t){return ho(e,null,t)}function dn(e,t,n){return ho(e,t,n)}function ho(e,t,n=ce){const{immediate:r,deep:s,flush:o,once:i}=n,l=we({},n),c=t&&r||!t&&o!=="post";let u;if(yn){if(o==="sync"){const g=Yf();u=g.__watcherHandles||(g.__watcherHandles=[])}else if(!c){const g=()=>{};return g.stop=it,g.resume=it,g.pause=it,g}}const a=ye;l.call=(g,_,y)=>Ye(g,a,_,y);let f=!1;o==="post"?l.scheduler=g=>{Ee(g,a&&a.suspense)}:o!=="sync"&&(f=!0,l.scheduler=(g,_)=>{_?g():io(g)}),l.augmentJob=g=>{t&&(g.flags|=4),f&&(g.flags|=2,a&&(g.id=a.uid,g.i=a))};const d=hf(e,t,l);return yn&&(u?u.push(d):c&&d()),d}function eu(e,t,n){const r=this.proxy,s=he(e)?e.includes(".")?uc(r,e):()=>r[e]:e.bind(r,r);let o;Q(t)?o=t:(o=t.handler,n=t);const i=er(this),l=ho(s,o.bind(r),n);return i(),l}function uc(e,t){const n=t.split(".");return()=>{let r=e;for(let s=0;s<n.length&&r;s++)r=r[n[s]];return r}}const tu=(e,t)=>t==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${qe(t)}Modifiers`]||e[`${Xt(t)}Modifiers`];function nu(e,t,...n){if(e.isUnmounted)return;const r=e.vnode.props||ce;let s=n;const o=t.startsWith("update:"),i=o&&tu(r,t.slice(7));i&&(i.trim&&(s=n.map(a=>he(a)?a.trim():a)),i.number&&(s=n.map(br)));let l,c=r[l=Xr(t)]||r[l=Xr(qe(t))];!c&&o&&(c=r[l=Xr(Xt(t))]),c&&Ye(c,e,6,s);const u=r[l+"Once"];if(u){if(!e.emitted)e.emitted={};else if(e.emitted[l])return;e.emitted[l]=!0,Ye(u,e,6,s)}}function dc(e,t,n=!1){const r=t.emitsCache,s=r.get(e);if(s!==void 0)return s;const o=e.emits;let i={},l=!1;if(!Q(e)){const c=u=>{const a=dc(u,t,!0);a&&(l=!0,we(i,a))};!n&&t.mixins.length&&t.mixins.forEach(c),e.extends&&c(e.extends),e.mixins&&e.mixins.forEach(c)}return!o&&!l?(le(e)&&r.set(e,null),null):(z(o)?o.forEach(c=>i[c]=null):we(i,o),le(e)&&r.set(e,i),i)}function Vr(e,t){return!e||!Qn(t)?!1:(t=t.slice(2).replace(/Once$/,""),oe(e,t[0].toLowerCase()+t.slice(1))||oe(e,Xt(t))||oe(e,t))}function ls(e){const{type:t,vnode:n,proxy:r,withProxy:s,propsOptions:[o],slots:i,attrs:l,emit:c,render:u,renderCache:a,props:f,data:d,setupState:g,ctx:_,inheritAttrs:y}=e,R=Rr(e);let E,v;try{if(n.shapeFlag&4){const b=s||r,w=b;E=$e(u.call(w,b,a,f,g,d,_)),v=l}else{const b=t;E=$e(b.length>1?b(f,{attrs:l,slots:i,emit:c}):b(f,null)),v=t.props?l:su(l)}}catch(b){In.length=0,Tn(b,e,1),E=pe(me)}let p=E;if(v&&y!==!1){const b=Object.keys(v),{shapeFlag:w}=p;b.length&&w&7&&(o&&b.some(Js)&&(v=ou(v,o)),p=yt(p,v,!1,!0))}return n.dirs&&(p=yt(p,null,!1,!0),p.dirs=p.dirs?p.dirs.concat(n.dirs):n.dirs),n.transition&&gn(p,n.transition),E=p,Rr(R),E}function ru(e,t=!0){let n;for(let r=0;r<e.length;r++){const s=e[r];if(Qt(s)){if(s.type!==me||s.children==="v-if"){if(n)return;n=s}}else return}return n}const su=e=>{let t;for(const n in e)(n==="class"||n==="style"||Qn(n))&&((t||(t={}))[n]=e[n]);return t},ou=(e,t)=>{const n={};for(const r in e)(!Js(r)||!(r.slice(9)in t))&&(n[r]=e[r]);return n};function iu(e,t,n){const{props:r,children:s,component:o}=e,{props:i,children:l,patchFlag:c}=t,u=o.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&c>=0){if(c&1024)return!0;if(c&16)return r?Wo(r,i,u):!!i;if(c&8){const a=t.dynamicProps;for(let f=0;f<a.length;f++){const d=a[f];if(i[d]!==r[d]&&!Vr(u,d))return!0}}}else return(s||l)&&(!l||!l.$stable)?!0:r===i?!1:r?i?Wo(r,i,u):!0:!!i;return!1}function Wo(e,t,n){const r=Object.keys(t);if(r.length!==Object.keys(e).length)return!0;for(let s=0;s<r.length;s++){const o=r[s];if(t[o]!==e[o]&&!Vr(n,o))return!0}return!1}function Wr({vnode:e,parent:t},n){for(;t;){const r=t.subTree;if(r.suspense&&r.suspense.activeBranch===e&&(r.el=e.el),r===e)(e=t.vnode).el=n,t=t.parent;else break}}const Pr=e=>e.__isSuspense;let ks=0;const lu={name:"Suspense",__isSuspense:!0,process(e,t,n,r,s,o,i,l,c,u){if(e==null)cu(t,n,r,s,o,i,l,c,u);else{if(o&&o.deps>0&&!e.suspense.isInFallback){t.suspense=e.suspense,t.suspense.vnode=t,t.el=e.el;return}au(e,t,n,r,s,i,l,c,u)}},hydrate:fu,normalize:uu},po=lu;function Kn(e,t){const n=e.props&&e.props[t];Q(n)&&n()}function cu(e,t,n,r,s,o,i,l,c){const{p:u,o:{createElement:a}}=c,f=a("div"),d=e.suspense=hc(e,s,r,t,f,n,o,i,l,c);u(null,d.pendingBranch=e.ssContent,f,null,r,d,o,i),d.deps>0?(Kn(e,"onPending"),Kn(e,"onFallback"),u(null,e.ssFallback,t,n,r,null,o,i),hn(d,e.ssFallback)):d.resolve(!1,!0)}function au(e,t,n,r,s,o,i,l,{p:c,um:u,o:{createElement:a}}){const f=t.suspense=e.suspense;f.vnode=t,t.el=e.el;const d=t.ssContent,g=t.ssFallback,{activeBranch:_,pendingBranch:y,isInFallback:R,isHydrating:E}=f;if(y)f.pendingBranch=d,Je(d,y)?(c(y,d,f.hiddenContainer,null,s,f,o,i,l),f.deps<=0?f.resolve():R&&(E||(c(_,g,n,r,s,null,o,i,l),hn(f,g)))):(f.pendingId=ks++,E?(f.isHydrating=!1,f.activeBranch=y):u(y,s,f),f.deps=0,f.effects.length=0,f.hiddenContainer=a("div"),R?(c(null,d,f.hiddenContainer,null,s,f,o,i,l),f.deps<=0?f.resolve():(c(_,g,n,r,s,null,o,i,l),hn(f,g))):_&&Je(d,_)?(c(_,d,n,r,s,f,o,i,l),f.resolve(!0)):(c(null,d,f.hiddenContainer,null,s,f,o,i,l),f.deps<=0&&f.resolve()));else if(_&&Je(d,_))c(_,d,n,r,s,f,o,i,l),hn(f,d);else if(Kn(t,"onPending"),f.pendingBranch=d,d.shapeFlag&512?f.pendingId=d.component.suspenseId:f.pendingId=ks++,c(null,d,f.hiddenContainer,null,s,f,o,i,l),f.deps<=0)f.resolve();else{const{timeout:v,pendingId:p}=f;v>0?setTimeout(()=>{f.pendingId===p&&f.fallback(g)},v):v===0&&f.fallback(g)}}function hc(e,t,n,r,s,o,i,l,c,u,a=!1){const{p:f,m:d,um:g,n:_,o:{parentNode:y,remove:R}}=u;let E;const v=du(e);v&&t&&t.pendingBranch&&(E=t.pendingId,t.deps++);const p=e.props?il(e.props.timeout):void 0,b=o,w={vnode:e,parent:t,parentComponent:n,namespace:i,container:r,hiddenContainer:s,deps:0,pendingId:ks++,timeout:typeof p=="number"?p:-1,activeBranch:null,pendingBranch:null,isInFallback:!a,isHydrating:a,isUnmounted:!1,effects:[],resolve(P=!1,k=!1){const{vnode:D,activeBranch:L,pendingBranch:H,pendingId:K,effects:M,parentComponent:q,container:Z}=w;let ne=!1;w.isHydrating?w.isHydrating=!1:P||(ne=L&&H.transition&&H.transition.mode==="out-in",ne&&(L.transition.afterLeave=()=>{K===w.pendingId&&(d(H,Z,o===b?_(L):o,0),Es(M))}),L&&(y(L.el)===Z&&(o=_(L)),g(L,q,w,!0)),ne||d(H,Z,o,0)),hn(w,H),w.pendingBranch=null,w.isInFallback=!1;let U=w.parent,Y=!1;for(;U;){if(U.pendingBranch){U.effects.push(...M),Y=!0;break}U=U.parent}!Y&&!ne&&Es(M),w.effects=[],v&&t&&t.pendingBranch&&E===t.pendingId&&(t.deps--,t.deps===0&&!k&&t.resolve()),Kn(D,"onResolve")},fallback(P){if(!w.pendingBranch)return;const{vnode:k,activeBranch:D,parentComponent:L,container:H,namespace:K}=w;Kn(k,"onFallback");const M=_(D),q=()=>{w.isInFallback&&(f(null,P,H,M,L,null,K,l,c),hn(w,P))},Z=P.transition&&P.transition.mode==="out-in";Z&&(D.transition.afterLeave=q),w.isInFallback=!0,g(D,L,null,!0),Z||q()},move(P,k,D){w.activeBranch&&d(w.activeBranch,P,k,D),w.container=P},next(){return w.activeBranch&&_(w.activeBranch)},registerDep(P,k,D){const L=!!w.pendingBranch;L&&w.deps++;const H=P.vnode.el;P.asyncDep.catch(K=>{Tn(K,P,0)}).then(K=>{if(P.isUnmounted||w.isUnmounted||w.pendingId!==P.suspenseId)return;P.asyncResolved=!0;const{vnode:M}=P;As(P,K),H&&(M.el=H);const q=!H&&P.subTree.el;k(P,M,y(H||P.subTree.el),H?null:_(P.subTree),w,i,D),q&&R(q),Wr(P,M.el),L&&--w.deps===0&&w.resolve()})},unmount(P,k){w.isUnmounted=!0,w.activeBranch&&g(w.activeBranch,n,P,k),w.pendingBranch&&g(w.pendingBranch,n,P,k)}};return w}function fu(e,t,n,r,s,o,i,l,c){const u=t.suspense=hc(t,r,n,e.parentNode,document.createElement("div"),null,s,o,i,l,!0),a=c(e,u.pendingBranch=t.ssContent,n,u,o,i);return u.deps===0&&u.resolve(!1,!0),a}function uu(e){const{shapeFlag:t,children:n}=e,r=t&32;e.ssContent=Ko(r?n.default:n),e.ssFallback=r?Ko(n.fallback):pe(me)}function Ko(e){let t;if(Q(e)){const n=mn&&e._c;n&&(e._d=!1,De()),e=e(),n&&(e._d=!0,t=He,gc())}return z(e)&&(e=ru(e)),e=$e(e),t&&!e.dynamicChildren&&(e.dynamicChildren=t.filter(n=>n!==e)),e}function pc(e,t){t&&t.pendingBranch?z(e)?t.effects.push(...e):t.effects.push(e):Es(e)}function hn(e,t){e.activeBranch=t;const{vnode:n,parentComponent:r}=e;let s=t.el;for(;!s&&t.component;)t=t.component.subTree,s=t.el;n.el=s,r&&r.subTree===n&&(r.vnode.el=s,Wr(r,s))}function du(e){const t=e.props&&e.props.suspensible;return t!=null&&t!==!1}const Ce=Symbol.for("v-fgt"),qt=Symbol.for("v-txt"),me=Symbol.for("v-cmt"),pr=Symbol.for("v-stc"),In=[];let He=null;function De(e=!1){In.push(He=e?null:[])}function gc(){In.pop(),He=In[In.length-1]||null}let mn=1;function qo(e,t=!1){mn+=e,e<0&&He&&t&&(He.hasOnce=!0)}function mc(e){return e.dynamicChildren=mn>0?He||ln:null,gc(),mn>0&&He&&He.push(e),e}function hu(e,t,n,r,s,o){return mc(_c(e,t,n,r,s,o,!0))}function ot(e,t,n,r,s){return mc(pe(e,t,n,r,s,!0))}function Qt(e){return e?e.__v_isVNode===!0:!1}function Je(e,t){return e.type===t.type&&e.key===t.key}const yc=({key:e})=>e??null,gr=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?he(e)||be(e)||Q(e)?{i:_e,r:e,k:t,f:!!n}:e:null);function _c(e,t=null,n=null,r=0,s=null,o=e===Ce?0:1,i=!1,l=!1){const c={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&yc(t),ref:t&&gr(t),scopeId:Ml,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:o,patchFlag:r,dynamicProps:s,dynamicChildren:null,appContext:null,ctx:_e};return l?(go(c,n),o&128&&e.normalize(c)):n&&(c.shapeFlag|=he(n)?8:16),mn>0&&!i&&He&&(c.patchFlag>0||o&6)&&c.patchFlag!==32&&He.push(c),c}const pe=pu;function pu(e,t=null,n=null,r=0,s=null,o=!1){if((!e||e===ql)&&(e=me),Qt(e)){const l=yt(e,t,!0);return n&&go(l,n),mn>0&&!o&&He&&(l.shapeFlag&6?He[He.indexOf(e)]=l:He.push(l)),l.patchFlag=-2,l}if(Eu(e)&&(e=e.__vccOpts),t){t=bc(t);let{class:l,style:c}=t;l&&!he(l)&&(t.class=Br(l)),le(c)&&(oo(c)&&!z(c)&&(c=we({},c)),t.style=Fr(c))}const i=he(e)?1:Pr(e)?128:Hl(e)?64:le(e)?4:Q(e)?2:0;return _c(e,t,n,r,s,i,o,!0)}function bc(e){return e?oo(e)||ec(e)?we({},e):e:null}function yt(e,t,n=!1,r=!1){const{props:s,ref:o,patchFlag:i,children:l,transition:c}=e,u=t?wc(s||{},t):s,a={__v_isVNode:!0,__v_skip:!0,type:e.type,props:u,key:u&&yc(u),ref:t&&t.ref?n&&o?z(o)?o.concat(gr(t)):[o,gr(t)]:gr(t):o,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:l,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==Ce?i===-1?16:i|16:i,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:c,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&yt(e.ssContent),ssFallback:e.ssFallback&&yt(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return c&&r&&gn(a,c.clone(a)),a}function vc(e=" ",t=0){return pe(qt,null,e,t)}function wm(e="",t=!1){return t?(De(),ot(me,null,e)):pe(me,null,e)}function $e(e){return e==null||typeof e=="boolean"?pe(me):z(e)?pe(Ce,null,e.slice()):Qt(e)?Rt(e):pe(qt,null,String(e))}function Rt(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:yt(e)}function go(e,t){let n=0;const{shapeFlag:r}=e;if(t==null)t=null;else if(z(t))n=16;else if(typeof t=="object")if(r&65){const s=t.default;s&&(s._c&&(s._d=!1),go(e,s()),s._c&&(s._d=!0));return}else{n=32;const s=t._;!s&&!ec(t)?t._ctx=_e:s===3&&_e&&(_e.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else Q(t)?(t={default:t,_ctx:_e},n=32):(t=String(t),r&64?(n=16,t=[vc(t)]):n=8);e.children=t,e.shapeFlag|=n}function wc(...e){const t={};for(let n=0;n<e.length;n++){const r=e[n];for(const s in r)if(s==="class")t.class!==r.class&&(t.class=Br([t.class,r.class]));else if(s==="style")t.style=Fr([t.style,r.style]);else if(Qn(s)){const o=t[s],i=r[s];i&&o!==i&&!(z(o)&&o.includes(i))&&(t[s]=o?[].concat(o,i):i)}else s!==""&&(t[s]=r[s])}return t}function Me(e,t,n,r=null){Ye(e,t,7,[n,r])}const gu=Xl();let mu=0;function yu(e,t,n){const r=e.type,s=(t?t.appContext:e.appContext)||gu,o={uid:mu++,vnode:e,type:r,parent:t,appContext:s,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new fl(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(s.provides),ids:t?t.ids:["",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:nc(r,s),emitsOptions:dc(r,s),emit:null,emitted:null,propsDefaults:ce,inheritAttrs:r.inheritAttrs,ctx:ce,data:ce,props:ce,attrs:ce,slots:ce,refs:ce,setupState:ce,setupContext:null,suspense:n,suspenseId:n?n.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};return o.ctx={_:o},o.root=t?t.root:o,o.emit=nu.bind(null,o),e.ce&&e.ce(o),o}let ye=null;const Kr=()=>ye||_e;let kr,xs;{const e=$r(),t=(n,r)=>{let s;return(s=e[n])||(s=e[n]=[]),s.push(r),o=>{s.length>1?s.forEach(i=>i(o)):s[0](o)}};kr=t("__VUE_INSTANCE_SETTERS__",n=>ye=n),xs=t("__VUE_SSR_SETTERS__",n=>yn=n)}const er=e=>{const t=ye;return kr(e),e.scope.on(),()=>{e.scope.off(),kr(t)}},Go=()=>{ye&&ye.scope.off(),kr(null)};function Ec(e){return e.vnode.shapeFlag&4}let yn=!1;function _u(e,t=!1,n=!1){t&&xs(t);const{props:r,children:s}=e.vnode,o=Ec(e);Df(e,r,o,t),qf(e,s,n);const i=o?bu(e,t):void 0;return t&&xs(!1),i}function bu(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,Lf);const{setup:r}=n;if(r){Mt();const s=e.setupContext=r.length>1?wu(e):null,o=er(e),i=Xn(r,e,0,[e.props,s]),l=nl(i);if(Ht(),o(),(l||e.sp)&&!xt(e)&&co(e),l){if(i.then(Go,Go),t)return i.then(c=>{As(e,c)}).catch(c=>{Tn(c,e,0)});e.asyncDep=i}else As(e,i)}else Tc(e)}function As(e,t,n){Q(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:le(t)&&(e.setupState=kl(t)),Tc(e)}function Tc(e,t,n){const r=e.type;e.render||(e.render=r.render||it);{const s=er(e);Mt();try{If(e)}finally{Ht(),s()}}}const vu={get(e,t){return Re(e,"get",""),e[t]}};function wu(e){const t=n=>{e.exposed=n||{}};return{attrs:new Proxy(e.attrs,vu),slots:e.slots,emit:e.emit,expose:t}}function qr(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(kl(tf(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in Ln)return Ln[n](e)},has(t,n){return n in t||n in Ln}})):e.proxy}function Os(e,t=!0){return Q(e)?e.displayName||e.name:e.name||t&&e.__name}function Eu(e){return Q(e)&&"__vccOpts"in e}const Ve=(e,t)=>uf(e,t,yn);function Pe(e,t,n){const r=arguments.length;return r===2?le(t)&&!z(t)?Qt(t)?pe(e,null,[t]):pe(e,t):pe(e,null,t):(r>3?n=Array.prototype.slice.call(arguments,2):r===3&&Qt(n)&&(n=[n]),pe(e,t,n))}const Tu="3.5.13";/**
16
+ * @vue/runtime-dom v3.5.13
17
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
18
+ * @license MIT
19
+ **/let Ms;const zo=typeof window<"u"&&window.trustedTypes;if(zo)try{Ms=zo.createPolicy("vue",{createHTML:e=>e})}catch{}const Rc=Ms?e=>Ms.createHTML(e):e=>e,Ru="http://www.w3.org/2000/svg",Su="http://www.w3.org/1998/Math/MathML",dt=typeof document<"u"?document:null,Jo=dt&&dt.createElement("template"),Cu={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,r)=>{const s=t==="svg"?dt.createElementNS(Ru,e):t==="mathml"?dt.createElementNS(Su,e):n?dt.createElement(e,{is:n}):dt.createElement(e);return e==="select"&&r&&r.multiple!=null&&s.setAttribute("multiple",r.multiple),s},createText:e=>dt.createTextNode(e),createComment:e=>dt.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>dt.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,r,s,o){const i=n?n.previousSibling:t.lastChild;if(s&&(s===o||s.nextSibling))for(;t.insertBefore(s.cloneNode(!0),n),!(s===o||!(s=s.nextSibling)););else{Jo.innerHTML=Rc(r==="svg"?`<svg>${e}</svg>`:r==="mathml"?`<math>${e}</math>`:e);const l=Jo.content;if(r==="svg"||r==="mathml"){const c=l.firstChild;for(;c.firstChild;)l.appendChild(c.firstChild);l.removeChild(c)}t.insertBefore(l,n)}return[i?i.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},wt="transition",Cn="animation",qn=Symbol("_vtc"),Sc={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String},Pu=we({},Ll,Sc),ku=e=>(e.displayName="Transition",e.props=Pu,e),xu=ku((e,{slots:t})=>Pe(bf,Au(e),t)),jt=(e,t=[])=>{z(e)?e.forEach(n=>n(...t)):e&&e(...t)},Qo=e=>e?z(e)?e.some(t=>t.length>1):e.length>1:!1;function Au(e){const t={};for(const M in e)M in Sc||(t[M]=e[M]);if(e.css===!1)return t;const{name:n="v",type:r,duration:s,enterFromClass:o=`${n}-enter-from`,enterActiveClass:i=`${n}-enter-active`,enterToClass:l=`${n}-enter-to`,appearFromClass:c=o,appearActiveClass:u=i,appearToClass:a=l,leaveFromClass:f=`${n}-leave-from`,leaveActiveClass:d=`${n}-leave-active`,leaveToClass:g=`${n}-leave-to`}=e,_=Ou(s),y=_&&_[0],R=_&&_[1],{onBeforeEnter:E,onEnter:v,onEnterCancelled:p,onLeave:b,onLeaveCancelled:w,onBeforeAppear:P=E,onAppear:k=v,onAppearCancelled:D=p}=t,L=(M,q,Z,ne)=>{M._enterCancelled=ne,$t(M,q?a:l),$t(M,q?u:i),Z&&Z()},H=(M,q)=>{M._isLeaving=!1,$t(M,f),$t(M,g),$t(M,d),q&&q()},K=M=>(q,Z)=>{const ne=M?k:v,U=()=>L(q,M,Z);jt(ne,[q,U]),Xo(()=>{$t(q,M?c:o),ft(q,M?a:l),Qo(ne)||Yo(q,r,y,U)})};return we(t,{onBeforeEnter(M){jt(E,[M]),ft(M,o),ft(M,i)},onBeforeAppear(M){jt(P,[M]),ft(M,c),ft(M,u)},onEnter:K(!1),onAppear:K(!0),onLeave(M,q){M._isLeaving=!0;const Z=()=>H(M,q);ft(M,f),M._enterCancelled?(ft(M,d),ti()):(ti(),ft(M,d)),Xo(()=>{M._isLeaving&&($t(M,f),ft(M,g),Qo(b)||Yo(M,r,R,Z))}),jt(b,[M,Z])},onEnterCancelled(M){L(M,!1,void 0,!0),jt(p,[M])},onAppearCancelled(M){L(M,!0,void 0,!0),jt(D,[M])},onLeaveCancelled(M){H(M),jt(w,[M])}})}function Ou(e){if(e==null)return null;if(le(e))return[cs(e.enter),cs(e.leave)];{const t=cs(e);return[t,t]}}function cs(e){return il(e)}function ft(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e[qn]||(e[qn]=new Set)).add(t)}function $t(e,t){t.split(/\s+/).forEach(r=>r&&e.classList.remove(r));const n=e[qn];n&&(n.delete(t),n.size||(e[qn]=void 0))}function Xo(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let Mu=0;function Yo(e,t,n,r){const s=e._endId=++Mu,o=()=>{s===e._endId&&r()};if(n!=null)return setTimeout(o,n);const{type:i,timeout:l,propCount:c}=Hu(e,t);if(!i)return r();const u=i+"end";let a=0;const f=()=>{e.removeEventListener(u,d),o()},d=g=>{g.target===e&&++a>=c&&f()};setTimeout(()=>{a<c&&f()},l+1),e.addEventListener(u,d)}function Hu(e,t){const n=window.getComputedStyle(e),r=_=>(n[_]||"").split(", "),s=r(`${wt}Delay`),o=r(`${wt}Duration`),i=Zo(s,o),l=r(`${Cn}Delay`),c=r(`${Cn}Duration`),u=Zo(l,c);let a=null,f=0,d=0;t===wt?i>0&&(a=wt,f=i,d=o.length):t===Cn?u>0&&(a=Cn,f=u,d=c.length):(f=Math.max(i,u),a=f>0?i>u?wt:Cn:null,d=a?a===wt?o.length:c.length:0);const g=a===wt&&/\b(transform|all)(,|$)/.test(r(`${wt}Property`).toString());return{type:a,timeout:f,propCount:d,hasTransform:g}}function Zo(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max(...t.map((n,r)=>ei(n)+ei(e[r])))}function ei(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function ti(){return document.body.offsetHeight}function Lu(e,t,n){const r=e[qn];r&&(t=(t?[t,...r]:[...r]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const xr=Symbol("_vod"),Cc=Symbol("_vsh"),Em={beforeMount(e,{value:t},{transition:n}){e[xr]=e.style.display==="none"?"":e.style.display,n&&t?n.beforeEnter(e):Pn(e,t)},mounted(e,{value:t},{transition:n}){n&&t&&n.enter(e)},updated(e,{value:t,oldValue:n},{transition:r}){!t!=!n&&(r?t?(r.beforeEnter(e),Pn(e,!0),r.enter(e)):r.leave(e,()=>{Pn(e,!1)}):Pn(e,t))},beforeUnmount(e,{value:t}){Pn(e,t)}};function Pn(e,t){e.style.display=t?e[xr]:"none",e[Cc]=!t}const Iu=Symbol(""),Nu=/(^|;)\s*display\s*:/;function ju(e,t,n){const r=e.style,s=he(n);let o=!1;if(n&&!s){if(t)if(he(t))for(const i of t.split(";")){const l=i.slice(0,i.indexOf(":")).trim();n[l]==null&&mr(r,l,"")}else for(const i in t)n[i]==null&&mr(r,i,"");for(const i in n)i==="display"&&(o=!0),mr(r,i,n[i])}else if(s){if(t!==n){const i=r[Iu];i&&(n+=";"+i),r.cssText=n,o=Nu.test(n)}}else t&&e.removeAttribute("style");xr in e&&(e[xr]=o?r.display:"",e[Cc]&&(r.display="none"))}const ni=/\s*!important$/;function mr(e,t,n){if(z(n))n.forEach(r=>mr(e,t,r));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const r=$u(e,t);ni.test(n)?e.setProperty(Xt(r),n.replace(ni,""),"important"):e[r]=n}}const ri=["Webkit","Moz","ms"],as={};function $u(e,t){const n=as[t];if(n)return n;let r=qe(t);if(r!=="filter"&&r in e)return as[t]=r;r=jr(r);for(let s=0;s<ri.length;s++){const o=ri[s]+r;if(o in e)return as[t]=o}return t}const si="http://www.w3.org/1999/xlink";function oi(e,t,n,r,s,o=Ma(t)){r&&t.startsWith("xlink:")?n==null?e.removeAttributeNS(si,t.slice(6,t.length)):e.setAttributeNS(si,t,n):n==null||o&&!ll(n)?e.removeAttribute(t):e.setAttribute(t,o?"":Xe(n)?String(n):n)}function ii(e,t,n,r,s){if(t==="innerHTML"||t==="textContent"){n!=null&&(e[t]=t==="innerHTML"?Rc(n):n);return}const o=e.tagName;if(t==="value"&&o!=="PROGRESS"&&!o.includes("-")){const l=o==="OPTION"?e.getAttribute("value")||"":e.value,c=n==null?e.type==="checkbox"?"on":"":String(n);(l!==c||!("_value"in e))&&(e.value=c),n==null&&e.removeAttribute(t),e._value=n;return}let i=!1;if(n===""||n==null){const l=typeof e[t];l==="boolean"?n=ll(n):n==null&&l==="string"?(n="",i=!0):l==="number"&&(n=0,i=!0)}try{e[t]=n}catch{}i&&e.removeAttribute(s||t)}function gt(e,t,n,r){e.addEventListener(t,n,r)}function Fu(e,t,n,r){e.removeEventListener(t,n,r)}const li=Symbol("_vei");function Bu(e,t,n,r,s=null){const o=e[li]||(e[li]={}),i=o[t];if(r&&i)i.value=r;else{const[l,c]=Uu(t);if(r){const u=o[t]=Wu(r,s);gt(e,l,u,c)}else i&&(Fu(e,l,i,c),o[t]=void 0)}}const ci=/(?:Once|Passive|Capture)$/;function Uu(e){let t;if(ci.test(e)){t={};let r;for(;r=e.match(ci);)e=e.slice(0,e.length-r[0].length),t[r[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):Xt(e.slice(2)),t]}let fs=0;const Du=Promise.resolve(),Vu=()=>fs||(Du.then(()=>fs=0),fs=Date.now());function Wu(e,t){const n=r=>{if(!r._vts)r._vts=Date.now();else if(r._vts<=n.attached)return;Ye(Ku(r,n.value),t,5,[r])};return n.value=e,n.attached=Vu(),n}function Ku(e,t){if(z(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(r=>s=>!s._stopped&&r&&r(s))}else return t}const ai=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,qu=(e,t,n,r,s,o)=>{const i=s==="svg";t==="class"?Lu(e,r,i):t==="style"?ju(e,n,r):Qn(t)?Js(t)||Bu(e,t,n,r,o):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):Gu(e,t,r,i))?(ii(e,t,r),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&oi(e,t,r,i,o,t!=="value")):e._isVueCE&&(/[A-Z]/.test(t)||!he(r))?ii(e,qe(t),r,o,t):(t==="true-value"?e._trueValue=r:t==="false-value"&&(e._falseValue=r),oi(e,t,r,i))};function Gu(e,t,n,r){if(r)return!!(t==="innerHTML"||t==="textContent"||t in e&&ai(t)&&Q(n));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const s=e.tagName;if(s==="IMG"||s==="VIDEO"||s==="CANVAS"||s==="SOURCE")return!1}return ai(t)&&he(n)?!1:t in e}const Ot=e=>{const t=e.props["onUpdate:modelValue"]||!1;return z(t)?n=>fn(t,n):t};function zu(e){e.target.composing=!0}function fi(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const Ke=Symbol("_assign"),ui={created(e,{modifiers:{lazy:t,trim:n,number:r}},s){e[Ke]=Ot(s);const o=r||s.props&&s.props.type==="number";gt(e,t?"change":"input",i=>{if(i.target.composing)return;let l=e.value;n&&(l=l.trim()),o&&(l=br(l)),e[Ke](l)}),n&&gt(e,"change",()=>{e.value=e.value.trim()}),t||(gt(e,"compositionstart",zu),gt(e,"compositionend",fi),gt(e,"change",fi))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,oldValue:n,modifiers:{lazy:r,trim:s,number:o}},i){if(e[Ke]=Ot(i),e.composing)return;const l=(o||e.type==="number")&&!/^0\d/.test(e.value)?br(e.value):e.value,c=t??"";l!==c&&(document.activeElement===e&&e.type!=="range"&&(r&&t===n||s&&e.value.trim()===c)||(e.value=c))}},Ju={deep:!0,created(e,t,n){e[Ke]=Ot(n),gt(e,"change",()=>{const r=e._modelValue,s=_n(e),o=e.checked,i=e[Ke];if(z(r)){const l=Ys(r,s),c=l!==-1;if(o&&!c)i(r.concat(s));else if(!o&&c){const u=[...r];u.splice(l,1),i(u)}}else if(wn(r)){const l=new Set(r);o?l.add(s):l.delete(s),i(l)}else i(Pc(e,o))})},mounted:di,beforeUpdate(e,t,n){e[Ke]=Ot(n),di(e,t,n)}};function di(e,{value:t,oldValue:n},r){e._modelValue=t;let s;if(z(t))s=Ys(t,r.props.value)>-1;else if(wn(t))s=t.has(r.props.value);else{if(t===n)return;s=zt(t,Pc(e,!0))}e.checked!==s&&(e.checked=s)}const Qu={created(e,{value:t},n){e.checked=zt(t,n.props.value),e[Ke]=Ot(n),gt(e,"change",()=>{e[Ke](_n(e))})},beforeUpdate(e,{value:t,oldValue:n},r){e[Ke]=Ot(r),t!==n&&(e.checked=zt(t,r.props.value))}},Xu={deep:!0,created(e,{value:t,modifiers:{number:n}},r){const s=wn(t);gt(e,"change",()=>{const o=Array.prototype.filter.call(e.options,i=>i.selected).map(i=>n?br(_n(i)):_n(i));e[Ke](e.multiple?s?new Set(o):o:o[0]),e._assigning=!0,Jt(()=>{e._assigning=!1})}),e[Ke]=Ot(r)},mounted(e,{value:t}){hi(e,t)},beforeUpdate(e,t,n){e[Ke]=Ot(n)},updated(e,{value:t}){e._assigning||hi(e,t)}};function hi(e,t){const n=e.multiple,r=z(t);if(!(n&&!r&&!wn(t))){for(let s=0,o=e.options.length;s<o;s++){const i=e.options[s],l=_n(i);if(n)if(r){const c=typeof l;c==="string"||c==="number"?i.selected=t.some(u=>String(u)===String(l)):i.selected=Ys(t,l)>-1}else i.selected=t.has(l);else if(zt(_n(i),t)){e.selectedIndex!==s&&(e.selectedIndex=s);return}}!n&&e.selectedIndex!==-1&&(e.selectedIndex=-1)}}function _n(e){return"_value"in e?e._value:e.value}function Pc(e,t){const n=t?"_trueValue":"_falseValue";return n in e?e[n]:t}const Tm={created(e,t,n){fr(e,t,n,null,"created")},mounted(e,t,n){fr(e,t,n,null,"mounted")},beforeUpdate(e,t,n,r){fr(e,t,n,r,"beforeUpdate")},updated(e,t,n,r){fr(e,t,n,r,"updated")}};function Yu(e,t){switch(e){case"SELECT":return Xu;case"TEXTAREA":return ui;default:switch(t){case"checkbox":return Ju;case"radio":return Qu;default:return ui}}}function fr(e,t,n,r,s){const i=Yu(e.tagName,n.props&&n.props.type)[s];i&&i(e,t,n,r)}const kc=we({patchProp:qu},Cu);let Nn,pi=!1;function Zu(){return Nn||(Nn=zf(kc))}function ed(){return Nn=pi?Nn:Jf(kc),pi=!0,Nn}const td=(...e)=>{const t=Zu().createApp(...e),{mount:n}=t;return t.mount=r=>{const s=Ac(r);if(!s)return;const o=t._component;!Q(o)&&!o.render&&!o.template&&(o.template=s.innerHTML),s.nodeType===1&&(s.textContent="");const i=n(s,!1,xc(s));return s instanceof Element&&(s.removeAttribute("v-cloak"),s.setAttribute("data-v-app","")),i},t},nd=(...e)=>{const t=ed().createApp(...e),{mount:n}=t;return t.mount=r=>{const s=Ac(r);if(s)return n(s,!0,xc(s))},t};function xc(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function Ac(e){return he(e)?document.querySelector(e):e}const rd=/"(?:_|\\u0{2}5[Ff]){2}(?:p|\\u0{2}70)(?:r|\\u0{2}72)(?:o|\\u0{2}6[Ff])(?:t|\\u0{2}74)(?:o|\\u0{2}6[Ff])(?:_|\\u0{2}5[Ff]){2}"\s*:/,sd=/"(?:c|\\u0063)(?:o|\\u006[Ff])(?:n|\\u006[Ee])(?:s|\\u0073)(?:t|\\u0074)(?:r|\\u0072)(?:u|\\u0075)(?:c|\\u0063)(?:t|\\u0074)(?:o|\\u006[Ff])(?:r|\\u0072)"\s*:/,od=/^\s*["[{]|^\s*-?\d{1,16}(\.\d{1,17})?([Ee][+-]?\d+)?\s*$/;function id(e,t){if(e==="__proto__"||e==="constructor"&&t&&typeof t=="object"&&"prototype"in t){ld(e);return}return t}function ld(e){console.warn(`[destr] Dropping "${e}" key to prevent prototype pollution.`)}function Ar(e,t={}){if(typeof e!="string")return e;if(e[0]==='"'&&e[e.length-1]==='"'&&e.indexOf("\\")===-1)return e.slice(1,-1);const n=e.trim();if(n.length<=9)switch(n.toLowerCase()){case"true":return!0;case"false":return!1;case"undefined":return;case"null":return null;case"nan":return Number.NaN;case"infinity":return Number.POSITIVE_INFINITY;case"-infinity":return Number.NEGATIVE_INFINITY}if(!od.test(e)){if(t.strict)throw new SyntaxError("[destr] Invalid JSON");return e}try{if(rd.test(e)||sd.test(e)){if(t.strict)throw new Error("[destr] Possible prototype pollution");return JSON.parse(e,id)}return JSON.parse(e)}catch(r){if(t.strict)throw r;return e}}const cd=/#/g,ad=/&/g,fd=/\//g,ud=/=/g,mo=/\+/g,dd=/%5e/gi,hd=/%60/gi,pd=/%7c/gi,gd=/%20/gi;function md(e){return encodeURI(""+e).replace(pd,"|")}function Hs(e){return md(typeof e=="string"?e:JSON.stringify(e)).replace(mo,"%2B").replace(gd,"+").replace(cd,"%23").replace(ad,"%26").replace(hd,"`").replace(dd,"^").replace(fd,"%2F")}function us(e){return Hs(e).replace(ud,"%3D")}function Or(e=""){try{return decodeURIComponent(""+e)}catch{return""+e}}function yd(e){return Or(e.replace(mo," "))}function _d(e){return Or(e.replace(mo," "))}function Oc(e=""){const t=Object.create(null);e[0]==="?"&&(e=e.slice(1));for(const n of e.split("&")){const r=n.match(/([^=]+)=?(.*)/)||[];if(r.length<2)continue;const s=yd(r[1]);if(s==="__proto__"||s==="constructor")continue;const o=_d(r[2]||"");t[s]===void 0?t[s]=o:Array.isArray(t[s])?t[s].push(o):t[s]=[t[s],o]}return t}function bd(e,t){return(typeof t=="number"||typeof t=="boolean")&&(t=String(t)),t?Array.isArray(t)?t.map(n=>`${us(e)}=${Hs(n)}`).join("&"):`${us(e)}=${Hs(t)}`:us(e)}function vd(e){return Object.keys(e).filter(t=>e[t]!==void 0).map(t=>bd(t,e[t])).filter(Boolean).join("&")}const wd=/^[\s\w\0+.-]{2,}:([/\\]{1,2})/,Ed=/^[\s\w\0+.-]{2,}:([/\\]{2})?/,Td=/^([/\\]\s*){2,}[^/\\]/,Rd=/^[\s\0]*(blob|data|javascript|vbscript):$/i,Sd=/\/$|\/\?|\/#/,Cd=/^\.?\//;function Yt(e,t={}){return typeof t=="boolean"&&(t={acceptRelative:t}),t.strict?wd.test(e):Ed.test(e)||(t.acceptRelative?Td.test(e):!1)}function Pd(e){return!!e&&Rd.test(e)}function Ls(e="",t){return t?Sd.test(e):e.endsWith("/")}function Gn(e="",t){if(!t)return(Ls(e)?e.slice(0,-1):e)||"/";if(!Ls(e,!0))return e||"/";let n=e,r="";const s=e.indexOf("#");s!==-1&&(n=e.slice(0,s),r=e.slice(s));const[o,...i]=n.split("?");return((o.endsWith("/")?o.slice(0,-1):o)||"/")+(i.length>0?`?${i.join("?")}`:"")+r}function kd(e="",t){if(!t)return e.endsWith("/")?e:e+"/";if(Ls(e,!0))return e||"/";let n=e,r="";const s=e.indexOf("#");if(s!==-1&&(n=e.slice(0,s),r=e.slice(s),!n))return r;const[o,...i]=n.split("?");return o+"/"+(i.length>0?`?${i.join("?")}`:"")+r}function xd(e,t){if(Hc(t)||Yt(e))return e;const n=Gn(t);return e.startsWith(n)?e:yo(n,e)}function gi(e,t){if(Hc(t))return e;const n=Gn(t);if(!e.startsWith(n))return e;const r=e.slice(n.length);return r[0]==="/"?r:"/"+r}function Mc(e,t){const n=Nc(e),r={...Oc(n.search),...t};return n.search=vd(r),Md(n)}function Hc(e){return!e||e==="/"}function Ad(e){return e&&e!=="/"}function yo(e,...t){let n=e||"";for(const r of t.filter(s=>Ad(s)))if(n){const s=r.replace(Cd,"");n=kd(n)+s}else n=r;return n}function Lc(...e){var i,l,c,u;const t=/\/(?!\/)/,n=e.filter(Boolean),r=[];let s=0;for(const a of n)if(!(!a||a==="/")){for(const[f,d]of a.split(t).entries())if(!(!d||d===".")){if(d===".."){if(r.length===1&&Yt(r[0]))continue;r.pop(),s--;continue}if(f===1&&((i=r[r.length-1])!=null&&i.endsWith(":/"))){r[r.length-1]+="/"+d;continue}r.push(d),s++}}let o=r.join("/");return s>=0?(l=n[0])!=null&&l.startsWith("/")&&!o.startsWith("/")?o="/"+o:(c=n[0])!=null&&c.startsWith("./")&&!o.startsWith("./")&&(o="./"+o):o="../".repeat(-1*s)+o,(u=n[n.length-1])!=null&&u.endsWith("/")&&!o.endsWith("/")&&(o+="/"),o}function Od(e,t){return Or(Gn(e))===Or(Gn(t))}const Ic=Symbol.for("ufo:protocolRelative");function Nc(e="",t){const n=e.match(/^[\s\0]*(blob:|data:|javascript:|vbscript:)(.*)/i);if(n){const[,f,d=""]=n;return{protocol:f.toLowerCase(),pathname:d,href:f+d,auth:"",host:"",search:"",hash:""}}if(!Yt(e,{acceptRelative:!0}))return mi(e);const[,r="",s,o=""]=e.replace(/\\/g,"/").match(/^[\s\0]*([\w+.-]{2,}:)?\/\/([^/@]+@)?(.*)/)||[];let[,i="",l=""]=o.match(/([^#/?]*)(.*)?/)||[];r==="file:"&&(l=l.replace(/\/(?=[A-Za-z]:)/,""));const{pathname:c,search:u,hash:a}=mi(l);return{protocol:r.toLowerCase(),auth:s?s.slice(0,Math.max(0,s.length-1)):"",host:i,pathname:c,search:u,hash:a,[Ic]:!r}}function mi(e=""){const[t="",n="",r=""]=(e.match(/([^#?]*)(\?[^#]*)?(#.*)?/)||[]).splice(1);return{pathname:t,search:n,hash:r}}function Md(e){const t=e.pathname||"",n=e.search?(e.search.startsWith("?")?"":"?")+e.search:"",r=e.hash||"",s=e.auth?e.auth+"@":"",o=e.host||"";return(e.protocol||e[Ic]?(e.protocol||"")+"//":"")+s+o+t+n+r}class Hd extends Error{constructor(t,n){super(t,n),this.name="FetchError",n!=null&&n.cause&&!this.cause&&(this.cause=n.cause)}}function Ld(e){var c,u,a,f,d;const t=((c=e.error)==null?void 0:c.message)||((u=e.error)==null?void 0:u.toString())||"",n=((a=e.request)==null?void 0:a.method)||((f=e.options)==null?void 0:f.method)||"GET",r=((d=e.request)==null?void 0:d.url)||String(e.request)||"/",s=`[${n}] ${JSON.stringify(r)}`,o=e.response?`${e.response.status} ${e.response.statusText}`:"<no response>",i=`${s}: ${o}${t?` ${t}`:""}`,l=new Hd(i,e.error?{cause:e.error}:void 0);for(const g of["request","options","response"])Object.defineProperty(l,g,{get(){return e[g]}});for(const[g,_]of[["data","_data"],["status","status"],["statusCode","status"],["statusText","statusText"],["statusMessage","statusText"]])Object.defineProperty(l,g,{get(){return e.response&&e.response[_]}});return l}const Id=new Set(Object.freeze(["PATCH","POST","PUT","DELETE"]));function yi(e="GET"){return Id.has(e.toUpperCase())}function Nd(e){if(e===void 0)return!1;const t=typeof e;return t==="string"||t==="number"||t==="boolean"||t===null?!0:t!=="object"?!1:Array.isArray(e)?!0:e.buffer?!1:e.constructor&&e.constructor.name==="Object"||typeof e.toJSON=="function"}const jd=new Set(["image/svg","application/xml","application/xhtml","application/html"]),$d=/^application\/(?:[\w!#$%&*.^`~-]*\+)?json(;.+)?$/i;function Fd(e=""){if(!e)return"json";const t=e.split(";").shift()||"";return $d.test(t)?"json":jd.has(t)||t.startsWith("text/")?"text":"blob"}function Bd(e,t,n,r){const s=Ud((t==null?void 0:t.headers)??(e==null?void 0:e.headers),n==null?void 0:n.headers,r);let o;return(n!=null&&n.query||n!=null&&n.params||t!=null&&t.params||t!=null&&t.query)&&(o={...n==null?void 0:n.params,...n==null?void 0:n.query,...t==null?void 0:t.params,...t==null?void 0:t.query}),{...n,...t,query:o,params:o,headers:s}}function Ud(e,t,n){if(!t)return new n(e);const r=new n(t);if(e)for(const[s,o]of Symbol.iterator in e||Array.isArray(e)?e:new n(e))r.set(s,o);return r}async function ur(e,t){if(t)if(Array.isArray(t))for(const n of t)await n(e);else await t(e)}const Dd=new Set([408,409,425,429,500,502,503,504]),Vd=new Set([101,204,205,304]);function jc(e={}){const{fetch:t=globalThis.fetch,Headers:n=globalThis.Headers,AbortController:r=globalThis.AbortController}=e;async function s(l){const c=l.error&&l.error.name==="AbortError"&&!l.options.timeout||!1;if(l.options.retry!==!1&&!c){let a;typeof l.options.retry=="number"?a=l.options.retry:a=yi(l.options.method)?0:1;const f=l.response&&l.response.status||500;if(a>0&&(Array.isArray(l.options.retryStatusCodes)?l.options.retryStatusCodes.includes(f):Dd.has(f))){const d=typeof l.options.retryDelay=="function"?l.options.retryDelay(l):l.options.retryDelay||0;return d>0&&await new Promise(g=>setTimeout(g,d)),o(l.request,{...l.options,retry:a-1})}}const u=Ld(l);throw Error.captureStackTrace&&Error.captureStackTrace(u,o),u}const o=async function(c,u={}){const a={request:c,options:Bd(c,u,e.defaults,n),response:void 0,error:void 0};a.options.method&&(a.options.method=a.options.method.toUpperCase()),a.options.onRequest&&await ur(a,a.options.onRequest),typeof a.request=="string"&&(a.options.baseURL&&(a.request=xd(a.request,a.options.baseURL)),a.options.query&&(a.request=Mc(a.request,a.options.query),delete a.options.query),"query"in a.options&&delete a.options.query,"params"in a.options&&delete a.options.params),a.options.body&&yi(a.options.method)&&(Nd(a.options.body)?(a.options.body=typeof a.options.body=="string"?a.options.body:JSON.stringify(a.options.body),a.options.headers=new n(a.options.headers||{}),a.options.headers.has("content-type")||a.options.headers.set("content-type","application/json"),a.options.headers.has("accept")||a.options.headers.set("accept","application/json")):("pipeTo"in a.options.body&&typeof a.options.body.pipeTo=="function"||typeof a.options.body.pipe=="function")&&("duplex"in a.options||(a.options.duplex="half")));let f;if(!a.options.signal&&a.options.timeout){const g=new r;f=setTimeout(()=>{const _=new Error("[TimeoutError]: The operation was aborted due to timeout");_.name="TimeoutError",_.code=23,g.abort(_)},a.options.timeout),a.options.signal=g.signal}try{a.response=await t(a.request,a.options)}catch(g){return a.error=g,a.options.onRequestError&&await ur(a,a.options.onRequestError),await s(a)}finally{f&&clearTimeout(f)}if((a.response.body||a.response._bodyInit)&&!Vd.has(a.response.status)&&a.options.method!=="HEAD"){const g=(a.options.parseResponse?"json":a.options.responseType)||Fd(a.response.headers.get("content-type")||"");switch(g){case"json":{const _=await a.response.text(),y=a.options.parseResponse||Ar;a.response._data=y(_);break}case"stream":{a.response._data=a.response.body||a.response._bodyInit;break}default:a.response._data=await a.response[g]()}}return a.options.onResponse&&await ur(a,a.options.onResponse),!a.options.ignoreResponseError&&a.response.status>=400&&a.response.status<600?(a.options.onResponseError&&await ur(a,a.options.onResponseError),await s(a)):a.response},i=async function(c,u){return(await o(c,u))._data};return i.raw=o,i.native=(...l)=>t(...l),i.create=(l={},c={})=>jc({...e,...c,defaults:{...e.defaults,...c.defaults,...l}}),i}const Mr=function(){if(typeof globalThis<"u")return globalThis;if(typeof self<"u")return self;if(typeof window<"u")return window;if(typeof global<"u")return global;throw new Error("unable to locate global object")}(),Wd=Mr.fetch?(...e)=>Mr.fetch(...e):()=>Promise.reject(new Error("[ofetch] global.fetch is not supported!")),Kd=Mr.Headers,qd=Mr.AbortController,Gd=jc({fetch:Wd,Headers:Kd,AbortController:qd}),zd=Gd,Jd=()=>{var e;return((e=window==null?void 0:window.__NUXT__)==null?void 0:e.config)||{}},Hr=Jd().app,Qd=()=>Hr.baseURL,Xd=()=>Hr.buildAssetsDir,_o=(...e)=>Lc($c(),Xd(),...e),$c=(...e)=>{const t=Hr.cdnURL||Hr.baseURL;return e.length?Lc(t,...e):t};globalThis.__buildAssetsURL=_o,globalThis.__publicAssetsURL=$c;globalThis.$fetch||(globalThis.$fetch=zd.create({baseURL:Qd()}));function Is(e,t={},n){for(const r in e){const s=e[r],o=n?`${n}:${r}`:r;typeof s=="object"&&s!==null?Is(s,t,o):typeof s=="function"&&(t[o]=s)}return t}const Yd={run:e=>e()},Zd=()=>Yd,Fc=typeof console.createTask<"u"?console.createTask:Zd;function eh(e,t){const n=t.shift(),r=Fc(n);return e.reduce((s,o)=>s.then(()=>r.run(()=>o(...t))),Promise.resolve())}function th(e,t){const n=t.shift(),r=Fc(n);return Promise.all(e.map(s=>r.run(()=>s(...t))))}function ds(e,t){for(const n of[...e])n(t)}class nh{constructor(){this._hooks={},this._before=void 0,this._after=void 0,this._deprecatedMessages=void 0,this._deprecatedHooks={},this.hook=this.hook.bind(this),this.callHook=this.callHook.bind(this),this.callHookWith=this.callHookWith.bind(this)}hook(t,n,r={}){if(!t||typeof n!="function")return()=>{};const s=t;let o;for(;this._deprecatedHooks[t];)o=this._deprecatedHooks[t],t=o.to;if(o&&!r.allowDeprecated){let i=o.message;i||(i=`${s} hook has been deprecated`+(o.to?`, please use ${o.to}`:"")),this._deprecatedMessages||(this._deprecatedMessages=new Set),this._deprecatedMessages.has(i)||(console.warn(i),this._deprecatedMessages.add(i))}if(!n.name)try{Object.defineProperty(n,"name",{get:()=>"_"+t.replace(/\W+/g,"_")+"_hook_cb",configurable:!0})}catch{}return this._hooks[t]=this._hooks[t]||[],this._hooks[t].push(n),()=>{n&&(this.removeHook(t,n),n=void 0)}}hookOnce(t,n){let r,s=(...o)=>(typeof r=="function"&&r(),r=void 0,s=void 0,n(...o));return r=this.hook(t,s),r}removeHook(t,n){if(this._hooks[t]){const r=this._hooks[t].indexOf(n);r!==-1&&this._hooks[t].splice(r,1),this._hooks[t].length===0&&delete this._hooks[t]}}deprecateHook(t,n){this._deprecatedHooks[t]=typeof n=="string"?{to:n}:n;const r=this._hooks[t]||[];delete this._hooks[t];for(const s of r)this.hook(t,s)}deprecateHooks(t){Object.assign(this._deprecatedHooks,t);for(const n in t)this.deprecateHook(n,t[n])}addHooks(t){const n=Is(t),r=Object.keys(n).map(s=>this.hook(s,n[s]));return()=>{for(const s of r.splice(0,r.length))s()}}removeHooks(t){const n=Is(t);for(const r in n)this.removeHook(r,n[r])}removeAllHooks(){for(const t in this._hooks)delete this._hooks[t]}callHook(t,...n){return n.unshift(t),this.callHookWith(eh,t,...n)}callHookParallel(t,...n){return n.unshift(t),this.callHookWith(th,t,...n)}callHookWith(t,n,...r){const s=this._before||this._after?{name:n,args:r,context:{}}:void 0;this._before&&ds(this._before,s);const o=t(n in this._hooks?[...this._hooks[n]]:[],r);return o instanceof Promise?o.finally(()=>{this._after&&s&&ds(this._after,s)}):(this._after&&s&&ds(this._after,s),o)}beforeEach(t){return this._before=this._before||[],this._before.push(t),()=>{if(this._before!==void 0){const n=this._before.indexOf(t);n!==-1&&this._before.splice(n,1)}}}afterEach(t){return this._after=this._after||[],this._after.push(t),()=>{if(this._after!==void 0){const n=this._after.indexOf(t);n!==-1&&this._after.splice(n,1)}}}}function Bc(){return new nh}function rh(e={}){let t,n=!1;const r=i=>{if(t&&t!==i)throw new Error("Context conflict")};let s;if(e.asyncContext){const i=e.AsyncLocalStorage||globalThis.AsyncLocalStorage;i?s=new i:console.warn("[unctx] `AsyncLocalStorage` is not provided.")}const o=()=>{if(s){const i=s.getStore();if(i!==void 0)return i}return t};return{use:()=>{const i=o();if(i===void 0)throw new Error("Context is not available");return i},tryUse:()=>o(),set:(i,l)=>{l||r(i),t=i,n=!0},unset:()=>{t=void 0,n=!1},call:(i,l)=>{r(i),t=i;try{return s?s.run(i,l):l()}finally{n||(t=void 0)}},async callAsync(i,l){t=i;const c=()=>{t=i},u=()=>t===i?c:void 0;Ns.add(u);try{const a=s?s.run(i,l):l();return n||(t=void 0),await a}finally{Ns.delete(u)}}}}function sh(e={}){const t={};return{get(n,r={}){return t[n]||(t[n]=rh({...e,...r})),t[n]}}}const Lr=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof global<"u"?global:typeof window<"u"?window:{},_i="__unctx__",oh=Lr[_i]||(Lr[_i]=sh()),ih=(e,t={})=>oh.get(e,t),bi="__unctx_async_handlers__",Ns=Lr[bi]||(Lr[bi]=new Set);function pn(e){const t=[];for(const s of Ns){const o=s();o&&t.push(o)}const n=()=>{for(const s of t)s()};let r=e();return r&&typeof r=="object"&&"catch"in r&&(r=r.catch(s=>{throw n(),s})),[r,n]}const lh=!1,vi=!1,ch=!1,Rm={componentName:"NuxtLink",prefetch:!0,prefetchOn:{visibility:!0}},ah=null,fh="#__nuxt",Uc="nuxt-app",wi=36e5,uh="vite:preloadError";function Dc(e=Uc){return ih(e,{asyncContext:!1})}const dh="__nuxt_plugin";function hh(e){var s;let t=0;const n={_id:e.id||Uc||"nuxt-app",_scope:Ia(),provide:void 0,globalName:"nuxt",versions:{get nuxt(){return"3.17.2"},get vue(){return n.vueApp.version}},payload:mt({...((s=e.ssrContext)==null?void 0:s.payload)||{},data:mt({}),state:Lt({}),once:new Set,_errors:mt({})}),static:{data:{}},runWithContext(o){return n._scope.active&&!ul()?n._scope.run(()=>Ei(n,o)):Ei(n,o)},isHydrating:!0,deferHydration(){if(!n.isHydrating)return()=>{};t++;let o=!1;return()=>{if(!o&&(o=!0,t--,t===0))return n.isHydrating=!1,n.callHook("app:suspense:resolve")}},_asyncDataPromises:{},_asyncData:mt({}),_payloadRevivers:{},...e};{const o=window.__NUXT__;if(o)for(const i in o)switch(i){case"data":case"state":case"_errors":Object.assign(n.payload[i],o[i]);break;default:n.payload[i]=o[i]}}n.hooks=Bc(),n.hook=n.hooks.hook,n.callHook=n.hooks.callHook,n.provide=(o,i)=>{const l="$"+o;dr(n,l,i),dr(n.vueApp.config.globalProperties,l,i)},dr(n.vueApp,"$nuxt",n),dr(n.vueApp.config.globalProperties,"$nuxt",n);{window.addEventListener(uh,i=>{n.callHook("app:chunkError",{error:i.payload}),(n.isHydrating||i.payload.message.includes("Unable to preload CSS"))&&i.preventDefault()}),window.useNuxtApp||(window.useNuxtApp=ve);const o=n.hook("app:error",(...i)=>{console.error("[nuxt] error caught during app initialization",...i)});n.hook("app:mounted",o)}const r=n.payload.config;return n.provide("config",r),n}function ph(e,t){t.hooks&&e.hooks.addHooks(t.hooks)}async function gh(e,t){if(typeof t=="function"){const{provide:n}=await e.runWithContext(()=>t(e))||{};if(n&&typeof n=="object")for(const r in n)e.provide(r,n[r])}}async function mh(e,t){const n=[],r=[],s=[],o=[];let i=0;async function l(c){var a;const u=((a=c.dependsOn)==null?void 0:a.filter(f=>t.some(d=>d._name===f)&&!n.includes(f)))??[];if(u.length>0)r.push([new Set(u),c]);else{const f=gh(e,c).then(async()=>{c._name&&(n.push(c._name),await Promise.all(r.map(async([d,g])=>{d.has(c._name)&&(d.delete(c._name),d.size===0&&(i++,await l(g)))})))});c.parallel?s.push(f.catch(d=>o.push(d))):await f}}for(const c of t)ph(e,c);for(const c of t)await l(c);if(await Promise.all(s),i)for(let c=0;c<i;c++)await Promise.all(s);if(o.length)throw o[0]}function ct(e){if(typeof e=="function")return e;const t=e._name||e.name;return delete e.name,Object.assign(e.setup||(()=>{}),e,{[dh]:!0,_name:t})}function Ei(e,t,n){const r=()=>t();return Dc(e._id).set(e),e.vueApp.runWithContext(r)}function yh(e){var n;let t;return fo()&&(t=(n=Kr())==null?void 0:n.appContext.app.$nuxt),t||(t=Dc(e).tryUse()),t||null}function ve(e){const t=yh(e);if(!t)throw new Error("[nuxt] instance unavailable");return t}function Gr(e){return ve().$config}function dr(e,t,n){Object.defineProperty(e,t,{get:()=>n})}function _h(e,t){return{ctx:{table:e},matchAll:n=>Wc(n,e)}}function Vc(e){const t={};for(const n in e)t[n]=n==="dynamic"?new Map(Object.entries(e[n]).map(([r,s])=>[r,Vc(s)])):new Map(Object.entries(e[n]));return t}function bh(e){return _h(Vc(e))}function Wc(e,t,n){e.endsWith("/")&&(e=e.slice(0,-1)||"/");const r=[];for(const[o,i]of Ti(t.wildcard))(e===o||e.startsWith(o+"/"))&&r.push(i);for(const[o,i]of Ti(t.dynamic))if(e.startsWith(o+"/")){const l="/"+e.slice(o.length).split("/").splice(2).join("/");r.push(...Wc(l,i))}const s=t.static.get(e);return s&&r.push(s),r.filter(Boolean)}function Ti(e){return[...e.entries()].sort((t,n)=>t[0].length-n[0].length)}function hs(e){if(e===null||typeof e!="object")return!1;const t=Object.getPrototypeOf(e);return t!==null&&t!==Object.prototype&&Object.getPrototypeOf(t)!==null||Symbol.iterator in e?!1:Symbol.toStringTag in e?Object.prototype.toString.call(e)==="[object Module]":!0}function js(e,t,n=".",r){if(!hs(t))return js(e,{},n,r);const s=Object.assign({},t);for(const o in e){if(o==="__proto__"||o==="constructor")continue;const i=e[o];i!=null&&(r&&r(s,o,i,n)||(Array.isArray(i)&&Array.isArray(s[o])?s[o]=[...i,...s[o]]:hs(i)&&hs(s[o])?s[o]=js(i,s[o],(n?`${n}.`:"")+o.toString(),r):s[o]=i))}return s}function vh(e){return(...t)=>t.reduce((n,r)=>js(n,r,"",e),{})}const Kc=vh();function wh(e,t){try{return t in e}catch{return!1}}class $s extends Error{constructor(n,r={}){super(n,r);vt(this,"statusCode",500);vt(this,"fatal",!1);vt(this,"unhandled",!1);vt(this,"statusMessage");vt(this,"data");vt(this,"cause");r.cause&&!this.cause&&(this.cause=r.cause)}toJSON(){const n={message:this.message,statusCode:Fs(this.statusCode,500)};return this.statusMessage&&(n.statusMessage=qc(this.statusMessage)),this.data!==void 0&&(n.data=this.data),n}}vt($s,"__h3_error__",!0);function Eh(e){if(typeof e=="string")return new $s(e);if(Th(e))return e;const t=new $s(e.message??e.statusMessage??"",{cause:e.cause||e});if(wh(e,"stack"))try{Object.defineProperty(t,"stack",{get(){return e.stack}})}catch{try{t.stack=e.stack}catch{}}if(e.data&&(t.data=e.data),e.statusCode?t.statusCode=Fs(e.statusCode,t.statusCode):e.status&&(t.statusCode=Fs(e.status,t.statusCode)),e.statusMessage?t.statusMessage=e.statusMessage:e.statusText&&(t.statusMessage=e.statusText),t.statusMessage){const n=t.statusMessage;qc(t.statusMessage)!==n&&console.warn("[h3] Please prefer using `message` for longer error messages instead of `statusMessage`. In the future, `statusMessage` will be sanitized by default.")}return e.fatal!==void 0&&(t.fatal=e.fatal),e.unhandled!==void 0&&(t.unhandled=e.unhandled),t}function Th(e){var t;return((t=e==null?void 0:e.constructor)==null?void 0:t.__h3_error__)===!0}const Rh=/[^\u0009\u0020-\u007E]/g;function qc(e=""){return e.replace(Rh,"")}function Fs(e,t=200){return!e||(typeof e=="string"&&(e=Number.parseInt(e,10)),e<100||e>999)?t:e}const Gc=Symbol("layout-meta"),tr=Symbol("route"),Ge=()=>{var e;return(e=ve())==null?void 0:e.$router},bo=()=>fo()?Ae(tr,ve()._route):ve()._route;const Sh=()=>{try{if(ve()._processingMiddleware)return!0}catch{return!1}return!1},Sm=(e,t)=>{e||(e="/");const n=typeof e=="string"?e:"path"in e?Ch(e):Ge().resolve(e).href;if(t!=null&&t.open){const{target:c="_blank",windowFeatures:u={}}=t.open,a=Object.entries(u).filter(([f,d])=>d!==void 0).map(([f,d])=>`${f.toLowerCase()}=${d}`).join(", ");return open(n,c,a),Promise.resolve()}const r=Yt(n,{acceptRelative:!0}),s=(t==null?void 0:t.external)||r;if(s){if(!(t!=null&&t.external))throw new Error("Navigating to an external URL is not allowed by default. Use `navigateTo(url, { external: true })`.");const{protocol:c}=new URL(n,window.location.href);if(c&&Pd(c))throw new Error(`Cannot navigate to a URL with '${c}' protocol.`)}const o=Sh();if(!s&&o){if(t!=null&&t.replace){if(typeof e=="string"){const{pathname:c,search:u,hash:a}=Nc(e);return{path:c,...u&&{query:Oc(u)},...a&&{hash:a},replace:!0}}return{...e,replace:!0}}return e}const i=Ge(),l=ve();return s?(l._scope.stop(),t!=null&&t.replace?location.replace(n):location.href=n,o?l.isHydrating?new Promise(()=>{}):!1:Promise.resolve()):t!=null&&t.replace?i.replace(e):i.push(e)};function Ch(e){return Mc(e.path||"",e.query||{})+(e.hash||"")}const zc="__nuxt_error",zr=()=>cf(ve().payload,"error"),Ut=e=>{const t=Gt(e);try{const n=ve(),r=zr();n.hooks.callHook("app:error",t),r.value||(r.value=t)}catch{throw t}return t},Ph=async(e={})=>{const t=ve(),n=zr();t.callHook("app:error:cleared",e),e.redirect&&await Ge().replace(e.redirect),n.value=ah},Jc=e=>!!e&&typeof e=="object"&&zc in e,Gt=e=>{const t=Eh(e);return Object.defineProperty(t,zc,{value:!0,configurable:!1,writable:!1}),t};function Ri(e){const t=xh(e),n=new ArrayBuffer(t.length),r=new DataView(n);for(let s=0;s<n.byteLength;s++)r.setUint8(s,t.charCodeAt(s));return n}const kh="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";function xh(e){e.length%4===0&&(e=e.replace(/==?$/,""));let t="",n=0,r=0;for(let s=0;s<e.length;s++)n<<=6,n|=kh.indexOf(e[s]),r+=6,r===24&&(t+=String.fromCharCode((n&16711680)>>16),t+=String.fromCharCode((n&65280)>>8),t+=String.fromCharCode(n&255),n=r=0);return r===12?(n>>=4,t+=String.fromCharCode(n)):r===18&&(n>>=2,t+=String.fromCharCode((n&65280)>>8),t+=String.fromCharCode(n&255)),t}const Ah=-1,Oh=-2,Mh=-3,Hh=-4,Lh=-5,Ih=-6;function Nh(e,t){return jh(JSON.parse(e),t)}function jh(e,t){if(typeof e=="number")return s(e,!0);if(!Array.isArray(e)||e.length===0)throw new Error("Invalid input");const n=e,r=Array(n.length);function s(o,i=!1){if(o===Ah)return;if(o===Mh)return NaN;if(o===Hh)return 1/0;if(o===Lh)return-1/0;if(o===Ih)return-0;if(i)throw new Error("Invalid input");if(o in r)return r[o];const l=n[o];if(!l||typeof l!="object")r[o]=l;else if(Array.isArray(l))if(typeof l[0]=="string"){const c=l[0],u=t==null?void 0:t[c];if(u)return r[o]=u(s(l[1]));switch(c){case"Date":r[o]=new Date(l[1]);break;case"Set":const a=new Set;r[o]=a;for(let g=1;g<l.length;g+=1)a.add(s(l[g]));break;case"Map":const f=new Map;r[o]=f;for(let g=1;g<l.length;g+=2)f.set(s(l[g]),s(l[g+1]));break;case"RegExp":r[o]=new RegExp(l[1],l[2]);break;case"Object":r[o]=Object(l[1]);break;case"BigInt":r[o]=BigInt(l[1]);break;case"null":const d=Object.create(null);r[o]=d;for(let g=1;g<l.length;g+=2)d[l[g]]=s(l[g+1]);break;case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Int32Array":case"Uint32Array":case"Float32Array":case"Float64Array":case"BigInt64Array":case"BigUint64Array":{const g=globalThis[c],_=l[1],y=Ri(_),R=new g(y);r[o]=R;break}case"ArrayBuffer":{const g=l[1],_=Ri(g);r[o]=_;break}default:throw new Error(`Unknown type ${c}`)}}else{const c=new Array(l.length);r[o]=c;for(let u=0;u<l.length;u+=1){const a=l[u];a!==Oh&&(c[u]=s(a))}}else{const c={};r[o]=c;for(const u in l){const a=l[u];c[u]=s(a)}}return r[o]}return s(0)}const $h=new Set(["link","style","script","noscript"]),Fh=new Set(["title","titleTemplate","script","style","noscript"]),Si=new Set(["base","meta","link","style","script","noscript"]),Bh=new Set(["title","base","htmlAttrs","bodyAttrs","meta","link","style","script","noscript"]),Uh=new Set(["base","title","titleTemplate","bodyAttrs","htmlAttrs","templateParams"]),Dh=new Set(["key","tagPosition","tagPriority","tagDuplicateStrategy","innerHTML","textContent","processTemplateParams"]),Vh=new Set(["templateParams","htmlAttrs","bodyAttrs"]),Wh=new Set(["theme-color","google-site-verification","og","article","book","profile","twitter","author"]);const Kh=["name","property","http-equiv"];function Qc(e){const t=e.split(":")[1];return Wh.has(t)}function Bs(e){const{props:t,tag:n}=e;if(Uh.has(n))return n;if(n==="link"&&t.rel==="canonical")return"canonical";if(t.charset)return"charset";if(e.tag==="meta"){for(const r of Kh)if(t[r]!==void 0)return`${n}:${t[r]}`}if(e.key)return`${n}:key:${e.key}`;if(t.id)return`${n}:id:${t.id}`;if(Fh.has(n)){const r=e.textContent||e.innerHTML;if(r)return`${n}:content:${r}`}}function Ci(e){const t=e._h||e._d;if(t)return t;const n=e.textContent||e.innerHTML;return n||`${e.tag}:${Object.entries(e.props).map(([r,s])=>`${r}:${String(s)}`).join(",")}`}function Ir(e,t,n){typeof e==="function"&&(!n||n!=="titleTemplate"&&!(n[0]==="o"&&n[1]==="n"))&&(e=e());let s;if(t&&(s=t(n,e)),Array.isArray(s))return s.map(o=>Ir(o,t));if((s==null?void 0:s.constructor)===Object){const o={};for(const i of Object.keys(s))o[i]=Ir(s[i],t,i);return o}return s}function qh(e,t){const n=e==="style"?new Map:new Set;function r(s){const o=s.trim();if(o)if(e==="style"){const[i,...l]=o.split(":").map(c=>c.trim());i&&l.length&&n.set(i,l.join(":"))}else o.split(" ").filter(Boolean).forEach(i=>n.add(i))}return typeof t=="string"?e==="style"?t.split(";").forEach(r):r(t):Array.isArray(t)?t.forEach(s=>r(s)):t&&typeof t=="object"&&Object.entries(t).forEach(([s,o])=>{o&&o!=="false"&&(e==="style"?n.set(s.trim(),o):r(s))}),n}function Xc(e,t){return e.props=e.props||{},t&&Object.entries(t).forEach(([n,r])=>{if(r===null){e.props[n]=null;return}if(n==="class"||n==="style"){e.props[n]=qh(n,r);return}if(Dh.has(n)){if(["textContent","innerHTML"].includes(n)&&typeof r=="object"){let i=t.type;if(t.type||(i="application/json"),!(i!=null&&i.endsWith("json"))&&i!=="speculationrules")return;t.type=i,e.props.type=i,e[n]=JSON.stringify(r)}else e[n]=r;return}const s=String(r),o=n.startsWith("data-");s==="true"||s===""?e.props[n]=o?s:!0:!r&&o&&s==="false"?e.props[n]="false":r!==void 0&&(e.props[n]=r)}),e}function Gh(e,t){const n=typeof t=="object"&&typeof t!="function"?t:{[e==="script"||e==="noscript"||e==="style"?"innerHTML":"textContent"]:t},r=Xc({tag:e,props:{}},n);return r.key&&$h.has(r.tag)&&(r.props["data-hid"]=r._h=r.key),r.tag==="script"&&typeof r.innerHTML=="object"&&(r.innerHTML=JSON.stringify(r.innerHTML),r.props.type=r.props.type||"application/json"),Array.isArray(r.props.content)?r.props.content.map(s=>({...r,props:{...r.props,content:s}})):r}function zh(e,t){if(!e)return[];typeof e=="function"&&(e=e());const n=(s,o)=>{for(let i=0;i<t.length;i++)o=t[i](s,o);return o};e=n(void 0,e);const r=[];return e=Ir(e,n),Object.entries(e||{}).forEach(([s,o])=>{if(o!==void 0)for(const i of Array.isArray(o)?o:[o])r.push(Gh(s,i))}),r.flat()}const Us=(e,t)=>e._w===t._w?e._p-t._p:e._w-t._w,Pi={base:-10,title:10},Jh={critical:-8,high:-1,low:2},ki={meta:{"content-security-policy":-30,charset:-20,viewport:-15},link:{preconnect:20,stylesheet:60,preload:70,modulepreload:70,prefetch:90,"dns-prefetch":90,prerender:90},script:{async:30,defer:80,sync:50},style:{imported:40,sync:60}},Qh=/@import/,kn=e=>e===""||e===!0;function Xh(e,t){var o;if(typeof t.tagPriority=="number")return t.tagPriority;let n=100;const r=Jh[t.tagPriority]||0,s=e.resolvedOptions.disableCapoSorting?{link:{},script:{},style:{}}:ki;if(t.tag in Pi)n=Pi[t.tag];else if(t.tag==="meta"){const i=t.props["http-equiv"]==="content-security-policy"?"content-security-policy":t.props.charset?"charset":t.props.name==="viewport"?"viewport":null;i&&(n=ki.meta[i])}else t.tag==="link"&&t.props.rel?n=s.link[t.props.rel]:t.tag==="script"?kn(t.props.async)?n=s.script.async:t.props.src&&!kn(t.props.defer)&&!kn(t.props.async)&&t.props.type!=="module"&&!((o=t.props.type)!=null&&o.endsWith("json"))?n=s.script.sync:kn(t.props.defer)&&t.props.src&&!kn(t.props.async)&&(n=s.script.defer):t.tag==="style"&&(n=t.innerHTML&&Qh.test(t.innerHTML)?s.style.imported:s.style.sync);return(n||100)+r}function xi(e,t){const n=typeof t=="function"?t(e):t,r=n.key||String(e.plugins.size+1);e.plugins.get(r)||(e.plugins.set(r,n),e.hooks.addHooks(n.hooks||{}))}function Yh(e={}){var l;const t=Bc();t.addHooks(e.hooks||{});const n=!e.document,r=new Map,s=new Map,o=[],i={_entryCount:1,plugins:s,dirty:!1,resolvedOptions:e,hooks:t,ssr:n,entries:r,headEntries(){return[...r.values()]},use:c=>xi(i,c),push(c,u){const a={...u||{}};delete a.head;const f=a._index??i._entryCount++,d={_i:f,input:c,options:a},g={_poll(_=!1){i.dirty=!0,!_&&o.push(f),t.callHook("entries:updated",i)},dispose(){r.delete(f)&&g._poll(!0)},patch(_){(!a.mode||a.mode==="server"&&n||a.mode==="client"&&!n)&&(d.input=_,r.set(f,d),g._poll())}};return g.patch(c),g},async resolveTags(){var g;const c={tagMap:new Map,tags:[],entries:[...i.entries.values()]};for(await t.callHook("entries:resolve",c);o.length;){const _=o.shift(),y=r.get(_);if(y){const R={tags:zh(y.input,e.propResolvers||[]).map(E=>Object.assign(E,y.options)),entry:y};await t.callHook("entries:normalize",R),y._tags=R.tags.map((E,v)=>(E._w=Xh(i,E),E._p=(y._i<<10)+v,E._d=Bs(E),E))}}let u=!1;c.entries.flatMap(_=>(_._tags||[]).map(y=>({...y,props:{...y.props}}))).sort(Us).reduce((_,y)=>{const R=String(y._d||y._p);if(!_.has(R))return _.set(R,y);const E=_.get(R);if(((y==null?void 0:y.tagDuplicateStrategy)||(Vh.has(y.tag)?"merge":null)||(y.key&&y.key===E.key?"merge":null))==="merge"){const p={...E.props};Object.entries(y.props).forEach(([b,w])=>p[b]=b==="style"?new Map([...E.props.style||new Map,...w]):b==="class"?new Set([...E.props.class||new Set,...w]):w),_.set(R,{...y,props:p})}else y._p>>10===E._p>>10&&Qc(y._d)?(_.set(R,Object.assign([...Array.isArray(E)?E:[E],y],y)),u=!0):(y._w===E._w?y._p>E._p:(y==null?void 0:y._w)<(E==null?void 0:E._w))&&_.set(R,y);return _},c.tagMap);const a=c.tagMap.get("title"),f=c.tagMap.get("titleTemplate");if(i._title=a==null?void 0:a.textContent,f){const _=f==null?void 0:f.textContent;if(i._titleTemplate=_,_){let y=typeof _=="function"?_(a==null?void 0:a.textContent):_;typeof y=="string"&&!i.plugins.has("template-params")&&(y=y.replace("%s",(a==null?void 0:a.textContent)||"")),a?y===null?c.tagMap.delete("title"):c.tagMap.set("title",{...a,textContent:y}):(f.tag="title",f.textContent=y)}}c.tags=Array.from(c.tagMap.values()),u&&(c.tags=c.tags.flat().sort(Us)),await t.callHook("tags:beforeResolve",c),await t.callHook("tags:resolve",c),await t.callHook("tags:afterResolve",c);const d=[];for(const _ of c.tags){const{innerHTML:y,tag:R,props:E}=_;if(Bh.has(R)&&!(Object.keys(E).length===0&&!_.innerHTML&&!_.textContent)&&!(R==="meta"&&!E.content&&!E["http-equiv"]&&!E.charset)){if(R==="script"&&y){if((g=E.type)!=null&&g.endsWith("json")){const v=typeof y=="string"?y:JSON.stringify(y);_.innerHTML=v.replace(/</g,"\\u003C")}else typeof y=="string"&&(_.innerHTML=y.replace(new RegExp(`</${R}`,"g"),`<\\/${R}`));_._d=Bs(_)}d.push(_)}}return d}};return((e==null?void 0:e.plugins)||[]).forEach(c=>xi(i,c)),i.hooks.callHook("init",i),(l=e.init)==null||l.forEach(c=>c&&i.push(c)),i}const St="%separator",Zh=new RegExp(`${St}(?:\\s*${St})*`,"g");function ep(e,t,n=!1){var s;let r;if(t==="s"||t==="pageTitle")r=e.pageTitle;else if(t.includes(".")){const o=t.indexOf(".");r=(s=e[t.substring(0,o)])==null?void 0:s[t.substring(o+1)]}else r=e[t];if(r!==void 0)return n?(r||"").replace(/\\/g,"\\\\").replace(/</g,"\\u003C").replace(/"/g,'\\"'):r||""}function hr(e,t,n,r=!1){if(typeof e!="string"||!e.includes("%"))return e;let s=e;try{s=decodeURI(e)}catch{}const o=s.match(/%\w+(?:\.\w+)?/g);if(!o)return e;const i=e.includes(St);return e=e.replace(/%\w+(?:\.\w+)?/g,l=>{if(l===St||!o.includes(l))return l;const c=ep(t,l.slice(1),r);return c!==void 0?c:l}).trim(),i&&(e.endsWith(St)&&(e=e.slice(0,-St.length)),e.startsWith(St)&&(e=e.slice(St.length)),e=e.replace(Zh,n||"").trim()),e}const Ai=e=>e.includes(":key")?e:e.split(":").join(":key:"),tp={key:"aliasSorting",hooks:{"tags:resolve":e=>{let t=!1;for(const n of e.tags){const r=n.tagPriority;if(!r)continue;const s=String(r);if(s.startsWith("before:")){const o=Ai(s.slice(7)),i=e.tagMap.get(o);i&&(typeof i.tagPriority=="number"&&(n.tagPriority=i.tagPriority),n._p=i._p-1,t=!0)}else if(s.startsWith("after:")){const o=Ai(s.slice(6)),i=e.tagMap.get(o);i&&(typeof i.tagPriority=="number"&&(n.tagPriority=i.tagPriority),n._p=i._p+1,t=!0)}}t&&(e.tags=e.tags.sort(Us))}}},np={key:"deprecations",hooks:{"entries:normalize":({tags:e})=>{for(const t of e)t.props.children&&(t.innerHTML=t.props.children,delete t.props.children),t.props.hid&&(t.key=t.props.hid,delete t.props.hid),t.props.vmid&&(t.key=t.props.vmid,delete t.props.vmid),t.props.body&&(t.tagPosition="bodyClose",delete t.props.body)}}};async function Ds(e){if(typeof e==="function")return e;if(e instanceof Promise)return await e;if(Array.isArray(e))return await Promise.all(e.map(n=>Ds(n)));if((e==null?void 0:e.constructor)===Object){const n={};for(const r of Object.keys(e))n[r]=await Ds(e[r]);return n}return e}const rp={key:"promises",hooks:{"entries:resolve":async e=>{const t=[];for(const n in e.entries)e.entries[n]._promisesProcessed||t.push(Ds(e.entries[n].input).then(r=>{e.entries[n].input=r,e.entries[n]._promisesProcessed=!0}));await Promise.all(t)}}},sp={meta:"content",link:"href",htmlAttrs:"lang"},op=["innerHTML","textContent"],ip=e=>({key:"template-params",hooks:{"entries:normalize":t=>{var r,s,o;const n=((s=(r=t.tags.filter(i=>i.tag==="templateParams"&&i.mode==="server"))==null?void 0:r[0])==null?void 0:s.props)||{};Object.keys(n).length&&(e._ssrPayload={templateParams:{...((o=e._ssrPayload)==null?void 0:o.templateParams)||{},...n}})},"tags:resolve":({tagMap:t,tags:n})=>{var o;const r=((o=t.get("templateParams"))==null?void 0:o.props)||{},s=r.separator||"|";delete r.separator,r.pageTitle=hr(r.pageTitle||e._title||"",r,s);for(const i of n){if(i.processTemplateParams===!1)continue;const l=sp[i.tag];if(l&&typeof i.props[l]=="string")i.props[l]=hr(i.props[l],r,s);else if(i.processTemplateParams||i.tag==="titleTemplate"||i.tag==="title")for(const c of op)typeof i[c]=="string"&&(i[c]=hr(i[c],r,s,i.tag==="script"&&i.props.type.endsWith("json")))}e._templateParams=r,e._separator=s},"tags:afterResolve":({tagMap:t})=>{const n=t.get("title");n!=null&&n.textContent&&n.processTemplateParams!==!1&&(n.textContent=hr(n.textContent,e._templateParams,e._separator))}}}),lp=(e,t)=>be(t)?rf(t):t,Yc="usehead";function cp(e){return{install(n){n.config.globalProperties.$unhead=e,n.config.globalProperties.$head=e,n.provide(Yc,e)}}.install}function ap(){if(fo()){const e=Ae(Yc);if(!e)throw new Error("useHead() was called without provide context, ensure you call it through the setup() function.");return e}throw new Error("useHead() was called without provide context, ensure you call it through the setup() function.")}function Cm(e,t={}){const n=t.head||ap();return n.ssr?n.push(e||{},t):fp(n,e,t)}function fp(e,t,n={}){const r=lt(!1);let s;return Zf(()=>{const i=r.value?{}:Ir(t,lp);s?s.patch(i):s=e.push(i,n)}),Kr()&&(Zn(()=>{s.dispose()}),Bl(()=>{r.value=!0}),Fl(()=>{r.value=!1})),s}const up="modulepreload",dp=function(e,t){return new URL(e,t).href},Oi={},Vs=function(t,n,r){let s=Promise.resolve();if(n&&n.length>0){let i=function(a){return Promise.all(a.map(f=>Promise.resolve(f).then(d=>({status:"fulfilled",value:d}),d=>({status:"rejected",reason:d}))))};const l=document.getElementsByTagName("link"),c=document.querySelector("meta[property=csp-nonce]"),u=(c==null?void 0:c.nonce)||(c==null?void 0:c.getAttribute("nonce"));s=i(n.map(a=>{if(a=dp(a,r),a in Oi)return;Oi[a]=!0;const f=a.endsWith(".css"),d=f?'[rel="stylesheet"]':"";if(!!r)for(let y=l.length-1;y>=0;y--){const R=l[y];if(R.href===a&&(!f||R.rel==="stylesheet"))return}else if(document.querySelector(`link[href="${a}"]${d}`))return;const _=document.createElement("link");if(_.rel=f?"stylesheet":up,f||(_.as="script"),_.crossOrigin="",_.href=a,u&&_.setAttribute("nonce",u),document.head.appendChild(_),f)return new Promise((y,R)=>{_.addEventListener("load",y),_.addEventListener("error",()=>R(new Error(`Unable to preload CSS for ${a}`)))})}))}function o(i){const l=new Event("vite:preloadError",{cancelable:!0});if(l.payload=i,window.dispatchEvent(l),!l.defaultPrevented)throw i}return s.then(i=>{for(const l of i||[])l.status==="rejected"&&o(l.reason);return t().catch(o)})};let yr,_r;function hp(){return yr=$fetch(_o(`builds/meta/${Gr().app.buildId}.json`),{responseType:"json"}),yr.then(e=>{_r=bh(e.matcher)}).catch(e=>{console.error("[nuxt] Error fetching app manifest.",e)}),yr}function Jr(){return yr||hp()}async function vo(e){const t=typeof e=="string"?e:e.path;if(await Jr(),!_r)return console.error("[nuxt] Error creating app manifest matcher.",_r),{};try{return Kc({},..._r.matchAll(t).reverse())}catch(n){return console.error("[nuxt] Error matching route rules.",n),{}}}async function Mi(e,t={}){if(!await ea(e))return null;const r=await gp(e,t);return await Zc(r)||null}const pp="_payload.json";async function gp(e,t={}){const n=new URL(e,"http://localhost");if(n.host!=="localhost"||Yt(n.pathname,{acceptRelative:!0}))throw new Error("Payload URL must not include hostname: "+e);const r=Gr(),s=t.hash||(t.fresh?Date.now():r.app.buildId),o=r.app.cdnURL,i=o&&await ea(e)?o:r.app.baseURL;return yo(i,n.pathname,pp+(s?`?${s}`:""))}async function Zc(e){const t=fetch(e,{cache:"force-cache"}).then(n=>n.text().then(ta));try{return await t}catch(n){console.warn("[nuxt] Cannot load payload ",e,n)}return null}async function ea(e=bo().path){const t=ve();return e=Gn(e),(await Jr()).prerendered.includes(e)?!0:t.runWithContext(async()=>{const r=await vo({path:e});return!!r.prerender&&!r.redirect})}let Ft=null;async function mp(){var r;if(Ft)return Ft;const e=document.getElementById("__NUXT_DATA__");if(!e)return{};const t=await ta(e.textContent||""),n=e.dataset.src?await Zc(e.dataset.src):void 0;return Ft={...t,...n,...window.__NUXT__},(r=Ft.config)!=null&&r.public&&(Ft.config.public=Lt(Ft.config.public)),Ft}async function ta(e){return await Nh(e,ve()._payloadRevivers)}function yp(e,t){ve()._payloadRevivers[e]=t}const _p=[["NuxtError",e=>Gt(e)],["EmptyShallowRef",e=>Dn(e==="_"?void 0:e==="0n"?BigInt(0):Ar(e))],["EmptyRef",e=>lt(e==="_"?void 0:e==="0n"?BigInt(0):Ar(e))],["ShallowRef",e=>Dn(e)],["ShallowReactive",e=>mt(e)],["Ref",e=>lt(e)],["Reactive",e=>Lt(e)]],bp=ct({name:"nuxt:revive-payload:client",order:-30,async setup(e){let t,n;for(const[r,s]of _p)yp(r,s);Object.assign(e.payload,([t,n]=pn(()=>e.runWithContext(mp)),t=await t,n(),t)),window.__NUXT__=e.payload}});async function wo(e,t={}){const n=t.document||e.resolvedOptions.document;if(!n||!e.dirty)return;const r={shouldRender:!0,tags:[]};if(await e.hooks.callHook("dom:beforeRender",r),!!r.shouldRender)return e._domUpdatePromise||(e._domUpdatePromise=new Promise(async s=>{var g;const o=new Map,i=new Promise(_=>{e.resolveTags().then(y=>{_(y.map(R=>{const E=o.get(R._d)||0,v={tag:R,id:(E?`${R._d}:${E}`:R._d)||Ci(R),shouldRender:!0};return R._d&&Qc(R._d)&&o.set(R._d,E+1),v}))})});let l=e._dom;if(!l){l={title:n.title,elMap:new Map().set("htmlAttrs",n.documentElement).set("bodyAttrs",n.body)};for(const _ of["body","head"]){const y=(g=n[_])==null?void 0:g.children;for(const R of y){const E=R.tagName.toLowerCase();if(!Si.has(E))continue;const v=Xc({tag:E,props:{}},{innerHTML:R.innerHTML,...R.getAttributeNames().reduce((p,b)=>(p[b]=R.getAttribute(b),p),{})||{}});if(v.key=R.getAttribute("data-hid")||void 0,v._d=Bs(v)||Ci(v),l.elMap.has(v._d)){let p=1,b=v._d;for(;l.elMap.has(b);)b=`${v._d}:${p++}`;l.elMap.set(b,R)}else l.elMap.set(v._d,R)}}}l.pendingSideEffects={...l.sideEffects},l.sideEffects={};function c(_,y,R){const E=`${_}:${y}`;l.sideEffects[E]=R,delete l.pendingSideEffects[E]}function u({id:_,$el:y,tag:R}){const E=R.tag.endsWith("Attrs");l.elMap.set(_,y),E||(R.textContent&&R.textContent!==y.textContent&&(y.textContent=R.textContent),R.innerHTML&&R.innerHTML!==y.innerHTML&&(y.innerHTML=R.innerHTML),c(_,"el",()=>{y==null||y.remove(),l.elMap.delete(_)}));for(const v in R.props){if(!Object.prototype.hasOwnProperty.call(R.props,v))continue;const p=R.props[v];if(v.startsWith("on")&&typeof p=="function"){const w=y==null?void 0:y.dataset;if(w&&w[`${v}fired`]){const P=v.slice(0,-5);p.call(y,new Event(P.substring(2)))}y.getAttribute(`data-${v}`)!==""&&((R.tag==="bodyAttrs"?n.defaultView:y).addEventListener(v.substring(2),p.bind(y)),y.setAttribute(`data-${v}`,""));continue}const b=`attr:${v}`;if(v==="class"){if(!p)continue;for(const w of p)E&&c(_,`${b}:${w}`,()=>y.classList.remove(w)),!y.classList.contains(w)&&y.classList.add(w)}else if(v==="style"){if(!p)continue;for(const[w,P]of p)c(_,`${b}:${w}`,()=>{y.style.removeProperty(w)}),y.style.setProperty(w,P)}else p!==!1&&p!==null&&(y.getAttribute(v)!==p&&y.setAttribute(v,p===!0?"":String(p)),E&&c(_,b,()=>y.removeAttribute(v)))}}const a=[],f={bodyClose:void 0,bodyOpen:void 0,head:void 0},d=await i;for(const _ of d){const{tag:y,shouldRender:R,id:E}=_;if(R){if(y.tag==="title"){n.title=y.textContent,c("title","",()=>n.title=l.title);continue}_.$el=_.$el||l.elMap.get(E),_.$el?u(_):Si.has(y.tag)&&a.push(_)}}for(const _ of a){const y=_.tag.tagPosition||"head";_.$el=n.createElement(_.tag.tag),u(_),f[y]=f[y]||n.createDocumentFragment(),f[y].appendChild(_.$el)}for(const _ of d)await e.hooks.callHook("dom:renderTag",_,n,c);f.head&&n.head.appendChild(f.head),f.bodyOpen&&n.body.insertBefore(f.bodyOpen,n.body.firstChild),f.bodyClose&&n.body.appendChild(f.bodyClose);for(const _ in l.pendingSideEffects)l.pendingSideEffects[_]();e._dom=l,await e.hooks.callHook("dom:rendered",{renders:d}),s()}).finally(()=>{e._domUpdatePromise=void 0,e.dirty=!1})),e._domUpdatePromise}function vp(e={}){var r,s,o;const t=((r=e.domOptions)==null?void 0:r.render)||wo;e.document=e.document||(typeof window<"u"?document:void 0);const n=((o=(s=e.document)==null?void 0:s.head.querySelector('script[id="unhead:payload"]'))==null?void 0:o.innerHTML)||!1;return Yh({...e,plugins:[...e.plugins||[],{key:"client",hooks:{"entries:updated":t}}],init:[n?JSON.parse(n):!1,...e.init||[]]})}function wp(e,t){let n=0;return()=>{const r=++n;t(()=>{n===r&&e()})}}function Ep(e={}){const t=vp({domOptions:{render:wp(()=>wo(t),n=>setTimeout(n,0))},...e});return t.install=cp(t),t}const Tp={disableDefaults:!0,disableCapoSorting:!1,plugins:[np,rp,ip,tp]},Rp=ct({name:"nuxt:head",enforce:"pre",setup(e){const t=Ep(Tp);e.vueApp.use(t);{let n=!0;const r=async()=>{n=!1,await wo(t)};t.hooks.hook("dom:beforeRender",s=>{s.shouldRender=!n}),e.hooks.hook("page:start",()=>{n=!0}),e.hooks.hook("page:finish",()=>{e.isHydrating||r()}),e.hooks.hook("app:error",r),e.hooks.hook("app:suspense:resolve",r)}}});/*!
20
+ * vue-router v4.5.1
21
+ * (c) 2025 Eduardo San Martin Morote
22
+ * @license MIT
23
+ */const sn=typeof document<"u";function na(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}function Sp(e){return e.__esModule||e[Symbol.toStringTag]==="Module"||e.default&&na(e.default)}const se=Object.assign;function ps(e,t){const n={};for(const r in t){const s=t[r];n[r]=Ze(s)?s.map(e):e(s)}return n}const jn=()=>{},Ze=Array.isArray,ra=/#/g,Cp=/&/g,Pp=/\//g,kp=/=/g,xp=/\?/g,sa=/\+/g,Ap=/%5B/g,Op=/%5D/g,oa=/%5E/g,Mp=/%60/g,ia=/%7B/g,Hp=/%7C/g,la=/%7D/g,Lp=/%20/g;function Eo(e){return encodeURI(""+e).replace(Hp,"|").replace(Ap,"[").replace(Op,"]")}function Ip(e){return Eo(e).replace(ia,"{").replace(la,"}").replace(oa,"^")}function Ws(e){return Eo(e).replace(sa,"%2B").replace(Lp,"+").replace(ra,"%23").replace(Cp,"%26").replace(Mp,"`").replace(ia,"{").replace(la,"}").replace(oa,"^")}function Np(e){return Ws(e).replace(kp,"%3D")}function jp(e){return Eo(e).replace(ra,"%23").replace(xp,"%3F")}function $p(e){return e==null?"":jp(e).replace(Pp,"%2F")}function zn(e){try{return decodeURIComponent(""+e)}catch{}return""+e}const Fp=/\/$/,Bp=e=>e.replace(Fp,"");function gs(e,t,n="/"){let r,s={},o="",i="";const l=t.indexOf("#");let c=t.indexOf("?");return l<c&&l>=0&&(c=-1),c>-1&&(r=t.slice(0,c),o=t.slice(c+1,l>-1?l:t.length),s=e(o)),l>-1&&(r=r||t.slice(0,l),i=t.slice(l,t.length)),r=Wp(r??t,n),{fullPath:r+(o&&"?")+o+i,path:r,query:s,hash:zn(i)}}function Up(e,t){const n=t.query?e(t.query):"";return t.path+(n&&"?")+n+(t.hash||"")}function Hi(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||"/"}function Dp(e,t,n){const r=t.matched.length-1,s=n.matched.length-1;return r>-1&&r===s&&bn(t.matched[r],n.matched[s])&&ca(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}function bn(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function ca(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(!Vp(e[n],t[n]))return!1;return!0}function Vp(e,t){return Ze(e)?Li(e,t):Ze(t)?Li(t,e):e===t}function Li(e,t){return Ze(t)?e.length===t.length&&e.every((n,r)=>n===t[r]):e.length===1&&e[0]===t}function Wp(e,t){if(e.startsWith("/"))return e;if(!e)return t;const n=t.split("/"),r=e.split("/"),s=r[r.length-1];(s===".."||s===".")&&r.push("");let o=n.length-1,i,l;for(i=0;i<r.length;i++)if(l=r[i],l!==".")if(l==="..")o>1&&o--;else break;return n.slice(0,o).join("/")+"/"+r.slice(i).join("/")}const Ue={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0};var Jn;(function(e){e.pop="pop",e.push="push"})(Jn||(Jn={}));var $n;(function(e){e.back="back",e.forward="forward",e.unknown=""})($n||($n={}));function Kp(e){if(!e)if(sn){const t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return e[0]!=="/"&&e[0]!=="#"&&(e="/"+e),Bp(e)}const qp=/^[^#]+#/;function Gp(e,t){return e.replace(qp,"#")+t}function zp(e,t){const n=document.documentElement.getBoundingClientRect(),r=e.getBoundingClientRect();return{behavior:t.behavior,left:r.left-n.left-(t.left||0),top:r.top-n.top-(t.top||0)}}const Qr=()=>({left:window.scrollX,top:window.scrollY});function Jp(e){let t;if("el"in e){const n=e.el,r=typeof n=="string"&&n.startsWith("#"),s=typeof n=="string"?r?document.getElementById(n.slice(1)):document.querySelector(n):n;if(!s)return;t=zp(s,e)}else t=e;"scrollBehavior"in document.documentElement.style?window.scrollTo(t):window.scrollTo(t.left!=null?t.left:window.scrollX,t.top!=null?t.top:window.scrollY)}function Ii(e,t){return(history.state?history.state.position-t:-1)+e}const Ks=new Map;function Qp(e,t){Ks.set(e,t)}function Xp(e){const t=Ks.get(e);return Ks.delete(e),t}let Yp=()=>location.protocol+"//"+location.host;function aa(e,t){const{pathname:n,search:r,hash:s}=t,o=e.indexOf("#");if(o>-1){let l=s.includes(e.slice(o))?e.slice(o).length:1,c=s.slice(l);return c[0]!=="/"&&(c="/"+c),Hi(c,"")}return Hi(n,e)+r+s}function Zp(e,t,n,r){let s=[],o=[],i=null;const l=({state:d})=>{const g=aa(e,location),_=n.value,y=t.value;let R=0;if(d){if(n.value=g,t.value=d,i&&i===_){i=null;return}R=y?d.position-y.position:0}else r(g);s.forEach(E=>{E(n.value,_,{delta:R,type:Jn.pop,direction:R?R>0?$n.forward:$n.back:$n.unknown})})};function c(){i=n.value}function u(d){s.push(d);const g=()=>{const _=s.indexOf(d);_>-1&&s.splice(_,1)};return o.push(g),g}function a(){const{history:d}=window;d.state&&d.replaceState(se({},d.state,{scroll:Qr()}),"")}function f(){for(const d of o)d();o=[],window.removeEventListener("popstate",l),window.removeEventListener("beforeunload",a)}return window.addEventListener("popstate",l),window.addEventListener("beforeunload",a,{passive:!0}),{pauseListeners:c,listen:u,destroy:f}}function Ni(e,t,n,r=!1,s=!1){return{back:e,current:t,forward:n,replaced:r,position:window.history.length,scroll:s?Qr():null}}function eg(e){const{history:t,location:n}=window,r={value:aa(e,n)},s={value:t.state};s.value||o(r.value,{back:null,current:r.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0);function o(c,u,a){const f=e.indexOf("#"),d=f>-1?(n.host&&document.querySelector("base")?e:e.slice(f))+c:Yp()+e+c;try{t[a?"replaceState":"pushState"](u,"",d),s.value=u}catch(g){console.error(g),n[a?"replace":"assign"](d)}}function i(c,u){const a=se({},t.state,Ni(s.value.back,c,s.value.forward,!0),u,{position:s.value.position});o(c,a,!0),r.value=c}function l(c,u){const a=se({},s.value,t.state,{forward:c,scroll:Qr()});o(a.current,a,!0);const f=se({},Ni(r.value,c,null),{position:a.position+1},u);o(c,f,!1),r.value=c}return{location:r,state:s,push:l,replace:i}}function tg(e){e=Kp(e);const t=eg(e),n=Zp(e,t.state,t.location,t.replace);function r(o,i=!0){i||n.pauseListeners(),history.go(o)}const s=se({location:"",base:e,go:r,createHref:Gp.bind(null,e)},t,n);return Object.defineProperty(s,"location",{enumerable:!0,get:()=>t.location.value}),Object.defineProperty(s,"state",{enumerable:!0,get:()=>t.state.value}),s}function ng(e){return typeof e=="string"||e&&typeof e=="object"}function fa(e){return typeof e=="string"||typeof e=="symbol"}const ua=Symbol("");var ji;(function(e){e[e.aborted=4]="aborted",e[e.cancelled=8]="cancelled",e[e.duplicated=16]="duplicated"})(ji||(ji={}));function vn(e,t){return se(new Error,{type:e,[ua]:!0},t)}function ut(e,t){return e instanceof Error&&ua in e&&(t==null||!!(e.type&t))}const $i="[^/]+?",rg={sensitive:!1,strict:!1,start:!0,end:!0},sg=/[.+*?^${}()[\]/\\]/g;function og(e,t){const n=se({},rg,t),r=[];let s=n.start?"^":"";const o=[];for(const u of e){const a=u.length?[]:[90];n.strict&&!u.length&&(s+="/");for(let f=0;f<u.length;f++){const d=u[f];let g=40+(n.sensitive?.25:0);if(d.type===0)f||(s+="/"),s+=d.value.replace(sg,"\\$&"),g+=40;else if(d.type===1){const{value:_,repeatable:y,optional:R,regexp:E}=d;o.push({name:_,repeatable:y,optional:R});const v=E||$i;if(v!==$i){g+=10;try{new RegExp(`(${v})`)}catch(b){throw new Error(`Invalid custom RegExp for param "${_}" (${v}): `+b.message)}}let p=y?`((?:${v})(?:/(?:${v}))*)`:`(${v})`;f||(p=R&&u.length<2?`(?:/${p})`:"/"+p),R&&(p+="?"),s+=p,g+=20,R&&(g+=-8),y&&(g+=-20),v===".*"&&(g+=-50)}a.push(g)}r.push(a)}if(n.strict&&n.end){const u=r.length-1;r[u][r[u].length-1]+=.7000000000000001}n.strict||(s+="/?"),n.end?s+="$":n.strict&&!s.endsWith("/")&&(s+="(?:/|$)");const i=new RegExp(s,n.sensitive?"":"i");function l(u){const a=u.match(i),f={};if(!a)return null;for(let d=1;d<a.length;d++){const g=a[d]||"",_=o[d-1];f[_.name]=g&&_.repeatable?g.split("/"):g}return f}function c(u){let a="",f=!1;for(const d of e){(!f||!a.endsWith("/"))&&(a+="/"),f=!1;for(const g of d)if(g.type===0)a+=g.value;else if(g.type===1){const{value:_,repeatable:y,optional:R}=g,E=_ in u?u[_]:"";if(Ze(E)&&!y)throw new Error(`Provided param "${_}" is an array but it is not repeatable (* or + modifiers)`);const v=Ze(E)?E.join("/"):E;if(!v)if(R)d.length<2&&(a.endsWith("/")?a=a.slice(0,-1):f=!0);else throw new Error(`Missing required param "${_}"`);a+=v}}return a||"/"}return{re:i,score:r,keys:o,parse:l,stringify:c}}function ig(e,t){let n=0;for(;n<e.length&&n<t.length;){const r=t[n]-e[n];if(r)return r;n++}return e.length<t.length?e.length===1&&e[0]===80?-1:1:e.length>t.length?t.length===1&&t[0]===80?1:-1:0}function da(e,t){let n=0;const r=e.score,s=t.score;for(;n<r.length&&n<s.length;){const o=ig(r[n],s[n]);if(o)return o;n++}if(Math.abs(s.length-r.length)===1){if(Fi(r))return 1;if(Fi(s))return-1}return s.length-r.length}function Fi(e){const t=e[e.length-1];return e.length>0&&t[t.length-1]<0}const lg={type:0,value:""},cg=/[a-zA-Z0-9_]/;function ag(e){if(!e)return[[]];if(e==="/")return[[lg]];if(!e.startsWith("/"))throw new Error(`Invalid path "${e}"`);function t(g){throw new Error(`ERR (${n})/"${u}": ${g}`)}let n=0,r=n;const s=[];let o;function i(){o&&s.push(o),o=[]}let l=0,c,u="",a="";function f(){u&&(n===0?o.push({type:0,value:u}):n===1||n===2||n===3?(o.length>1&&(c==="*"||c==="+")&&t(`A repeatable param (${u}) must be alone in its segment. eg: '/:ids+.`),o.push({type:1,value:u,regexp:a,repeatable:c==="*"||c==="+",optional:c==="*"||c==="?"})):t("Invalid state to consume buffer"),u="")}function d(){u+=c}for(;l<e.length;){if(c=e[l++],c==="\\"&&n!==2){r=n,n=4;continue}switch(n){case 0:c==="/"?(u&&f(),i()):c===":"?(f(),n=1):d();break;case 4:d(),n=r;break;case 1:c==="("?n=2:cg.test(c)?d():(f(),n=0,c!=="*"&&c!=="?"&&c!=="+"&&l--);break;case 2:c===")"?a[a.length-1]=="\\"?a=a.slice(0,-1)+c:n=3:a+=c;break;case 3:f(),n=0,c!=="*"&&c!=="?"&&c!=="+"&&l--,a="";break;default:t("Unknown state");break}}return n===2&&t(`Unfinished custom RegExp for param "${u}"`),f(),i(),s}function fg(e,t,n){const r=og(ag(e.path),n),s=se(r,{record:e,parent:t,children:[],alias:[]});return t&&!s.record.aliasOf==!t.record.aliasOf&&t.children.push(s),s}function ug(e,t){const n=[],r=new Map;t=Vi({strict:!1,end:!0,sensitive:!1},t);function s(f){return r.get(f)}function o(f,d,g){const _=!g,y=Ui(f);y.aliasOf=g&&g.record;const R=Vi(t,f),E=[y];if("alias"in f){const b=typeof f.alias=="string"?[f.alias]:f.alias;for(const w of b)E.push(Ui(se({},y,{components:g?g.record.components:y.components,path:w,aliasOf:g?g.record:y})))}let v,p;for(const b of E){const{path:w}=b;if(d&&w[0]!=="/"){const P=d.record.path,k=P[P.length-1]==="/"?"":"/";b.path=d.record.path+(w&&k+w)}if(v=fg(b,d,R),g?g.alias.push(v):(p=p||v,p!==v&&p.alias.push(v),_&&f.name&&!Di(v)&&i(f.name)),ha(v)&&c(v),y.children){const P=y.children;for(let k=0;k<P.length;k++)o(P[k],v,g&&g.children[k])}g=g||v}return p?()=>{i(p)}:jn}function i(f){if(fa(f)){const d=r.get(f);d&&(r.delete(f),n.splice(n.indexOf(d),1),d.children.forEach(i),d.alias.forEach(i))}else{const d=n.indexOf(f);d>-1&&(n.splice(d,1),f.record.name&&r.delete(f.record.name),f.children.forEach(i),f.alias.forEach(i))}}function l(){return n}function c(f){const d=pg(f,n);n.splice(d,0,f),f.record.name&&!Di(f)&&r.set(f.record.name,f)}function u(f,d){let g,_={},y,R;if("name"in f&&f.name){if(g=r.get(f.name),!g)throw vn(1,{location:f});R=g.record.name,_=se(Bi(d.params,g.keys.filter(p=>!p.optional).concat(g.parent?g.parent.keys.filter(p=>p.optional):[]).map(p=>p.name)),f.params&&Bi(f.params,g.keys.map(p=>p.name))),y=g.stringify(_)}else if(f.path!=null)y=f.path,g=n.find(p=>p.re.test(y)),g&&(_=g.parse(y),R=g.record.name);else{if(g=d.name?r.get(d.name):n.find(p=>p.re.test(d.path)),!g)throw vn(1,{location:f,currentLocation:d});R=g.record.name,_=se({},d.params,f.params),y=g.stringify(_)}const E=[];let v=g;for(;v;)E.unshift(v.record),v=v.parent;return{name:R,path:y,params:_,matched:E,meta:hg(E)}}e.forEach(f=>o(f));function a(){n.length=0,r.clear()}return{addRoute:o,resolve:u,removeRoute:i,clearRoutes:a,getRoutes:l,getRecordMatcher:s}}function Bi(e,t){const n={};for(const r of t)r in e&&(n[r]=e[r]);return n}function Ui(e){const t={path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:e.aliasOf,beforeEnter:e.beforeEnter,props:dg(e),children:e.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in e?e.components||null:e.component&&{default:e.component}};return Object.defineProperty(t,"mods",{value:{}}),t}function dg(e){const t={},n=e.props||!1;if("component"in e)t.default=n;else for(const r in e.components)t[r]=typeof n=="object"?n[r]:n;return t}function Di(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function hg(e){return e.reduce((t,n)=>se(t,n.meta),{})}function Vi(e,t){const n={};for(const r in e)n[r]=r in t?t[r]:e[r];return n}function pg(e,t){let n=0,r=t.length;for(;n!==r;){const o=n+r>>1;da(e,t[o])<0?r=o:n=o+1}const s=gg(e);return s&&(r=t.lastIndexOf(s,r-1)),r}function gg(e){let t=e;for(;t=t.parent;)if(ha(t)&&da(e,t)===0)return t}function ha({record:e}){return!!(e.name||e.components&&Object.keys(e.components).length||e.redirect)}function mg(e){const t={};if(e===""||e==="?")return t;const r=(e[0]==="?"?e.slice(1):e).split("&");for(let s=0;s<r.length;++s){const o=r[s].replace(sa," "),i=o.indexOf("="),l=zn(i<0?o:o.slice(0,i)),c=i<0?null:zn(o.slice(i+1));if(l in t){let u=t[l];Ze(u)||(u=t[l]=[u]),u.push(c)}else t[l]=c}return t}function Wi(e){let t="";for(let n in e){const r=e[n];if(n=Np(n),r==null){r!==void 0&&(t+=(t.length?"&":"")+n);continue}(Ze(r)?r.map(o=>o&&Ws(o)):[r&&Ws(r)]).forEach(o=>{o!==void 0&&(t+=(t.length?"&":"")+n,o!=null&&(t+="="+o))})}return t}function yg(e){const t={};for(const n in e){const r=e[n];r!==void 0&&(t[n]=Ze(r)?r.map(s=>s==null?null:""+s):r==null?r:""+r)}return t}const _g=Symbol(""),Ki=Symbol(""),To=Symbol(""),Ro=Symbol(""),qs=Symbol("");function xn(){let e=[];function t(r){return e.push(r),()=>{const s=e.indexOf(r);s>-1&&e.splice(s,1)}}function n(){e=[]}return{add:t,list:()=>e.slice(),reset:n}}function Ct(e,t,n,r,s,o=i=>i()){const i=r&&(r.enterCallbacks[s]=r.enterCallbacks[s]||[]);return()=>new Promise((l,c)=>{const u=d=>{d===!1?c(vn(4,{from:n,to:t})):d instanceof Error?c(d):ng(d)?c(vn(2,{from:t,to:d})):(i&&r.enterCallbacks[s]===i&&typeof d=="function"&&i.push(d),l())},a=o(()=>e.call(r&&r.instances[s],t,n,u));let f=Promise.resolve(a);e.length<3&&(f=f.then(u)),f.catch(d=>c(d))})}function ms(e,t,n,r,s=o=>o()){const o=[];for(const i of e)for(const l in i.components){let c=i.components[l];if(!(t!=="beforeRouteEnter"&&!i.instances[l]))if(na(c)){const a=(c.__vccOpts||c)[t];a&&o.push(Ct(a,n,r,i,l,s))}else{let u=c();o.push(()=>u.then(a=>{if(!a)throw new Error(`Couldn't resolve component "${l}" at "${i.path}"`);const f=Sp(a)?a.default:a;i.mods[l]=a,i.components[l]=f;const g=(f.__vccOpts||f)[t];return g&&Ct(g,n,r,i,l,s)()}))}}return o}function qi(e){const t=Ae(To),n=Ae(Ro),r=Ve(()=>{const c=ue(e.to);return t.resolve(c)}),s=Ve(()=>{const{matched:c}=r.value,{length:u}=c,a=c[u-1],f=n.matched;if(!a||!f.length)return-1;const d=f.findIndex(bn.bind(null,a));if(d>-1)return d;const g=Gi(c[u-2]);return u>1&&Gi(a)===g&&f[f.length-1].path!==g?f.findIndex(bn.bind(null,c[u-2])):d}),o=Ve(()=>s.value>-1&&Tg(n.params,r.value.params)),i=Ve(()=>s.value>-1&&s.value===n.matched.length-1&&ca(n.params,r.value.params));function l(c={}){if(Eg(c)){const u=t[ue(e.replace)?"replace":"push"](ue(e.to)).catch(jn);return e.viewTransition&&typeof document<"u"&&"startViewTransition"in document&&document.startViewTransition(()=>u),u}return Promise.resolve()}return{route:r,href:Ve(()=>r.value.href),isActive:o,isExactActive:i,navigate:l}}function bg(e){return e.length===1?e[0]:e}const vg=It({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"},viewTransition:Boolean},useLink:qi,setup(e,{slots:t}){const n=Lt(qi(e)),{options:r}=Ae(To),s=Ve(()=>({[zi(e.activeClass,r.linkActiveClass,"router-link-active")]:n.isActive,[zi(e.exactActiveClass,r.linkExactActiveClass,"router-link-exact-active")]:n.isExactActive}));return()=>{const o=t.default&&bg(t.default(n));return e.custom?o:Pe("a",{"aria-current":n.isExactActive?e.ariaCurrentValue:null,href:n.href,onClick:n.navigate,class:s.value},o)}}}),wg=vg;function Eg(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)&&!e.defaultPrevented&&!(e.button!==void 0&&e.button!==0)){if(e.currentTarget&&e.currentTarget.getAttribute){const t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function Tg(e,t){for(const n in t){const r=t[n],s=e[n];if(typeof r=="string"){if(r!==s)return!1}else if(!Ze(s)||s.length!==r.length||r.some((o,i)=>o!==s[i]))return!1}return!0}function Gi(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const zi=(e,t,n)=>e??t??n,Rg=It({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:n}){const r=Ae(qs),s=Ve(()=>e.route||r.value),o=Ae(Ki,0),i=Ve(()=>{let u=ue(o);const{matched:a}=s.value;let f;for(;(f=a[u])&&!f.components;)u++;return u}),l=Ve(()=>s.value.matched[i.value]);Kt(Ki,Ve(()=>i.value+1)),Kt(_g,l),Kt(qs,s);const c=lt();return dn(()=>[c.value,l.value,e.name],([u,a,f],[d,g,_])=>{a&&(a.instances[f]=u,g&&g!==a&&u&&u===d&&(a.leaveGuards.size||(a.leaveGuards=g.leaveGuards),a.updateGuards.size||(a.updateGuards=g.updateGuards))),u&&a&&(!g||!bn(a,g)||!d)&&(a.enterCallbacks[f]||[]).forEach(y=>y(u))},{flush:"post"}),()=>{const u=s.value,a=e.name,f=l.value,d=f&&f.components[a];if(!d)return Ji(n.default,{Component:d,route:u});const g=f.props[a],_=g?g===!0?u.params:typeof g=="function"?g(u):g:null,R=Pe(d,se({},_,t,{onVnodeUnmounted:E=>{E.component.isUnmounted&&(f.instances[a]=null)},ref:c}));return Ji(n.default,{Component:R,route:u})||R}}});function Ji(e,t){if(!e)return null;const n=e(t);return n.length===1?n[0]:n}const pa=Rg;function Sg(e){const t=ug(e.routes,e),n=e.parseQuery||mg,r=e.stringifyQuery||Wi,s=e.history,o=xn(),i=xn(),l=xn(),c=Dn(Ue);let u=Ue;sn&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const a=ps.bind(null,C=>""+C),f=ps.bind(null,$p),d=ps.bind(null,zn);function g(C,B){let $,W;return fa(C)?($=t.getRecordMatcher(C),W=B):W=C,t.addRoute(W,$)}function _(C){const B=t.getRecordMatcher(C);B&&t.removeRoute(B)}function y(){return t.getRoutes().map(C=>C.record)}function R(C){return!!t.getRecordMatcher(C)}function E(C,B){if(B=se({},B||c.value),typeof C=="string"){const m=gs(n,C,B.path),T=t.resolve({path:m.path},B),x=s.createHref(m.fullPath);return se(m,T,{params:d(T.params),hash:zn(m.hash),redirectedFrom:void 0,href:x})}let $;if(C.path!=null)$=se({},C,{path:gs(n,C.path,B.path).path});else{const m=se({},C.params);for(const T in m)m[T]==null&&delete m[T];$=se({},C,{params:f(m)}),B.params=f(B.params)}const W=t.resolve($,B),re=C.hash||"";W.params=a(d(W.params));const de=Up(r,se({},C,{hash:Ip(re),path:W.path})),h=s.createHref(de);return se({fullPath:de,hash:re,query:r===Wi?yg(C.query):C.query||{}},W,{redirectedFrom:void 0,href:h})}function v(C){return typeof C=="string"?gs(n,C,c.value.path):se({},C)}function p(C,B){if(u!==C)return vn(8,{from:B,to:C})}function b(C){return k(C)}function w(C){return b(se(v(C),{replace:!0}))}function P(C){const B=C.matched[C.matched.length-1];if(B&&B.redirect){const{redirect:$}=B;let W=typeof $=="function"?$(C):$;return typeof W=="string"&&(W=W.includes("?")||W.includes("#")?W=v(W):{path:W},W.params={}),se({query:C.query,hash:C.hash,params:W.path!=null?{}:C.params},W)}}function k(C,B){const $=u=E(C),W=c.value,re=C.state,de=C.force,h=C.replace===!0,m=P($);if(m)return k(se(v(m),{state:typeof m=="object"?se({},re,m.state):re,force:de,replace:h}),B||$);const T=$;T.redirectedFrom=B;let x;return!de&&Dp(r,W,$)&&(x=vn(16,{to:T,from:W}),et(W,W,!0,!1)),(x?Promise.resolve(x):H(T,W)).catch(S=>ut(S)?ut(S,2)?S:bt(S):V(S,T,W)).then(S=>{if(S){if(ut(S,2))return k(se({replace:h},v(S.to),{state:typeof S.to=="object"?se({},re,S.to.state):re,force:de}),B||T)}else S=M(T,W,!0,h,re);return K(T,W,S),S})}function D(C,B){const $=p(C,B);return $?Promise.reject($):Promise.resolve()}function L(C){const B=en.values().next().value;return B&&typeof B.runWithContext=="function"?B.runWithContext(C):C()}function H(C,B){let $;const[W,re,de]=Cg(C,B);$=ms(W.reverse(),"beforeRouteLeave",C,B);for(const m of W)m.leaveGuards.forEach(T=>{$.push(Ct(T,C,B))});const h=D.bind(null,C,B);return $.push(h),Fe($).then(()=>{$=[];for(const m of o.list())$.push(Ct(m,C,B));return $.push(h),Fe($)}).then(()=>{$=ms(re,"beforeRouteUpdate",C,B);for(const m of re)m.updateGuards.forEach(T=>{$.push(Ct(T,C,B))});return $.push(h),Fe($)}).then(()=>{$=[];for(const m of de)if(m.beforeEnter)if(Ze(m.beforeEnter))for(const T of m.beforeEnter)$.push(Ct(T,C,B));else $.push(Ct(m.beforeEnter,C,B));return $.push(h),Fe($)}).then(()=>(C.matched.forEach(m=>m.enterCallbacks={}),$=ms(de,"beforeRouteEnter",C,B,L),$.push(h),Fe($))).then(()=>{$=[];for(const m of i.list())$.push(Ct(m,C,B));return $.push(h),Fe($)}).catch(m=>ut(m,8)?m:Promise.reject(m))}function K(C,B,$){l.list().forEach(W=>L(()=>W(C,B,$)))}function M(C,B,$,W,re){const de=p(C,B);if(de)return de;const h=B===Ue,m=sn?history.state:{};$&&(W||h?s.replace(C.fullPath,se({scroll:h&&m&&m.scroll},re)):s.push(C.fullPath,re)),c.value=C,et(C,B,$,h),bt()}let q;function Z(){q||(q=s.listen((C,B,$)=>{if(!nr.listening)return;const W=E(C),re=P(W);if(re){k(se(re,{replace:!0,force:!0}),W).catch(jn);return}u=W;const de=c.value;sn&&Qp(Ii(de.fullPath,$.delta),Qr()),H(W,de).catch(h=>ut(h,12)?h:ut(h,2)?(k(se(v(h.to),{force:!0}),W).then(m=>{ut(m,20)&&!$.delta&&$.type===Jn.pop&&s.go(-1,!1)}).catch(jn),Promise.reject()):($.delta&&s.go(-$.delta,!1),V(h,W,de))).then(h=>{h=h||M(W,de,!1),h&&($.delta&&!ut(h,8)?s.go(-$.delta,!1):$.type===Jn.pop&&ut(h,20)&&s.go(-1,!1)),K(W,de,h)}).catch(jn)}))}let ne=xn(),U=xn(),Y;function V(C,B,$){bt(C);const W=U.list();return W.length?W.forEach(re=>re(C,B,$)):console.error(C),Promise.reject(C)}function ge(){return Y&&c.value!==Ue?Promise.resolve():new Promise((C,B)=>{ne.add([C,B])})}function bt(C){return Y||(Y=!C,Z(),ne.list().forEach(([B,$])=>C?$(C):B()),ne.reset()),C}function et(C,B,$,W){const{scrollBehavior:re}=e;if(!sn||!re)return Promise.resolve();const de=!$&&Xp(Ii(C.fullPath,0))||(W||!$)&&history.state&&history.state.scroll||null;return Jt().then(()=>re(C,B,de)).then(h=>h&&Jp(h)).catch(h=>V(h,C,B))}const Oe=C=>s.go(C);let Zt;const en=new Set,nr={currentRoute:c,listening:!0,addRoute:g,removeRoute:_,clearRoutes:t.clearRoutes,hasRoute:R,getRoutes:y,resolve:E,options:e,push:b,replace:w,go:Oe,back:()=>Oe(-1),forward:()=>Oe(1),beforeEach:o.add,beforeResolve:i.add,afterEach:l.add,onError:U.add,isReady:ge,install(C){const B=this;C.component("RouterLink",wg),C.component("RouterView",pa),C.config.globalProperties.$router=B,Object.defineProperty(C.config.globalProperties,"$route",{enumerable:!0,get:()=>ue(c)}),sn&&!Zt&&c.value===Ue&&(Zt=!0,b(s.location).catch(re=>{}));const $={};for(const re in Ue)Object.defineProperty($,re,{get:()=>c.value[re],enumerable:!0});C.provide(To,B),C.provide(Ro,mt($)),C.provide(qs,c);const W=C.unmount;en.add(C),C.unmount=function(){en.delete(C),en.size<1&&(u=Ue,q&&q(),q=null,c.value=Ue,Zt=!1,Y=!1),W()}}};function Fe(C){return C.reduce((B,$)=>B.then(()=>L($)),Promise.resolve())}return nr}function Cg(e,t){const n=[],r=[],s=[],o=Math.max(t.matched.length,e.matched.length);for(let i=0;i<o;i++){const l=t.matched[i];l&&(e.matched.find(u=>bn(u,l))?r.push(l):n.push(l));const c=e.matched[i];c&&(t.matched.find(u=>bn(u,c))||s.push(c))}return[n,r,s]}function Pg(e){return Ae(Ro)}const kg=/(:\w+)\([^)]+\)/g,xg=/(:\w+)[?+*]/g,Ag=/:\w+/g,Og=(e,t)=>t.path.replace(kg,"$1").replace(xg,"$1").replace(Ag,n=>{var r;return((r=e.params[n.slice(1)])==null?void 0:r.toString())||""}),Gs=(e,t)=>{const n=e.route.matched.find(s=>{var o;return((o=s.components)==null?void 0:o.default)===e.Component.type}),r=t??(n==null?void 0:n.meta.key)??(n&&Og(e.route,n));return typeof r=="function"?r(e.route):r},Mg=(e,t)=>({default:()=>e?Pe(Cf,e===!0?{}:e,t):t});function So(e){return Array.isArray(e)?e:[e]}const ys=[{name:"index",path:"/",component:()=>Vs(()=>import("./CrwW1KlQ.js"),__vite__mapDeps([0,1]),import.meta.url)}],ga=(e,t)=>({default:()=>{var n;return e?Pe(xu,e===!0?{}:e,t):(n=t.default)==null?void 0:n.call(t)}}),Hg=/(:\w+)\([^)]+\)/g,Lg=/(:\w+)[?+*]/g,Ig=/:\w+/g;function Qi(e){const t=(e==null?void 0:e.meta.key)??e.path.replace(Hg,"$1").replace(Lg,"$1").replace(Ig,n=>{var r;return((r=e.params[n.slice(1)])==null?void 0:r.toString())||""});return typeof t=="function"?t(e):t}function Ng(e,t){return e===t||t===Ue?!1:Qi(e)!==Qi(t)?!0:!e.matched.every((r,s)=>{var o,i;return r.components&&r.components.default===((i=(o=t.matched[s])==null?void 0:o.components)==null?void 0:i.default)})}const jg={scrollBehavior(e,t,n){var c;const r=ve(),s=((c=Ge().options)==null?void 0:c.scrollBehaviorType)??"auto";if(e.path===t.path)return t.hash&&!e.hash?{left:0,top:0}:e.hash?{el:e.hash,top:ma(e.hash),behavior:s}:!1;if((typeof e.meta.scrollToTop=="function"?e.meta.scrollToTop(e,t):e.meta.scrollToTop)===!1)return!1;let i=n||void 0;!i&&Ng(e,t)&&(i={left:0,top:0});const l=r._runningTransition?"page:transition:finish":"page:loading:end";return new Promise(u=>{if(t===Ue){u(Xi(e,"instant",i));return}r.hooks.hookOnce(l,()=>{requestAnimationFrame(()=>u(Xi(e,"instant",i)))})})}};function ma(e){try{const t=document.querySelector(e);if(t)return(Number.parseFloat(getComputedStyle(t).scrollMarginTop)||0)+(Number.parseFloat(getComputedStyle(document.documentElement).scrollPaddingTop)||0)}catch{}return 0}function Xi(e,t,n){return n||(e.hash?{el:e.hash,top:ma(e.hash),behavior:t}:{left:0,top:0,behavior:t})}const $g={hashMode:!1,scrollBehaviorType:"auto"},nt={...$g,...jg},Fg=async(e,t)=>{var i;let n,r;if(!((i=e.meta)!=null&&i.validate))return;const s=([n,r]=pn(()=>Promise.resolve(e.meta.validate(e))),n=await n,r(),n);if(s===!0)return;const o=Gt({fatal:!0,statusCode:s&&s.statusCode||404,statusMessage:s&&s.statusMessage||`Page Not Found: ${e.fullPath}`,data:{path:e.fullPath}});return typeof window<"u"&&window.history.pushState({},"",t.fullPath),o},Bg=async e=>{let t,n;const r=([t,n]=pn(()=>vo({path:e.path})),t=await t,n(),t);if(r.redirect)return Yt(r.redirect,{acceptRelative:!0})?(window.location.href=r.redirect,!1):r.redirect},Ug=[Fg,Bg],Fn={};function Dg(e,t,n){const{pathname:r,search:s,hash:o}=t,i=e.indexOf("#");if(i>-1){const u=o.includes(e.slice(i))?e.slice(i).length:1;let a=o.slice(u);return a[0]!=="/"&&(a="/"+a),gi(a,"")}const l=gi(r,e),c=!n||Od(l,n)?l:n;return c+(c.includes("?")?"":s)+o}const Vg=ct({name:"nuxt:router",enforce:"pre",async setup(e){var R;let t,n,r=Gr().app.baseURL;const s=((R=nt.history)==null?void 0:R.call(nt,r))??tg(r),o=nt.routes?([t,n]=pn(()=>nt.routes(ys)),t=await t,n(),t??ys):ys;let i;const l=Sg({...nt,scrollBehavior:(E,v,p)=>{if(v===Ue){i=p;return}if(nt.scrollBehavior){if(l.options.scrollBehavior=nt.scrollBehavior,"scrollRestoration"in window.history){const b=l.beforeEach(()=>{b(),window.history.scrollRestoration="manual"})}return nt.scrollBehavior(E,Ue,i||p)}},history:s,routes:o});"scrollRestoration"in window.history&&(window.history.scrollRestoration="auto"),e.vueApp.use(l);const c=Dn(l.currentRoute.value);l.afterEach((E,v)=>{c.value=v}),Object.defineProperty(e.vueApp.config.globalProperties,"previousRoute",{get:()=>c.value});const u=Dg(r,window.location,e.payload.path),a=Dn(l.currentRoute.value),f=()=>{a.value=l.currentRoute.value};e.hook("page:finish",f),l.afterEach((E,v)=>{var p,b,w,P;((b=(p=E.matched[0])==null?void 0:p.components)==null?void 0:b.default)===((P=(w=v.matched[0])==null?void 0:w.components)==null?void 0:P.default)&&f()});const d={};for(const E in a.value)Object.defineProperty(d,E,{get:()=>a.value[E],enumerable:!0});e._route=mt(d),e._middleware||(e._middleware={global:[],named:{}});const g=zr();l.afterEach(async(E,v,p)=>{delete e._processingMiddleware,!e.isHydrating&&g.value&&await e.runWithContext(Ph),p&&await e.callHook("page:loading:end")});try{[t,n]=pn(()=>l.isReady()),await t,n()}catch(E){[t,n]=pn(()=>e.runWithContext(()=>Ut(E))),await t,n()}const _=u!==l.currentRoute.value.fullPath?l.resolve(u):l.currentRoute.value;f();const y=e.payload.state._layout;return l.beforeEach(async(E,v)=>{var p;await e.callHook("page:loading:start"),E.meta=Lt(E.meta),e.isHydrating&&y&&!At(E.meta.layout)&&(E.meta.layout=y),e._processingMiddleware=!0;{const b=new Set([...Ug,...e._middleware.global]);for(const w of E.matched){const P=w.meta.middleware;if(P)for(const k of So(P))b.add(k)}{const w=await e.runWithContext(()=>vo({path:E.path}));if(w.appMiddleware)for(const P in w.appMiddleware)w.appMiddleware[P]?b.add(P):b.delete(P)}for(const w of b){const P=typeof w=="string"?e._middleware.named[w]||await((p=Fn[w])==null?void 0:p.call(Fn).then(k=>k.default||k)):w;if(!P)throw new Error(`Unknown route middleware: '${w}'.`);try{const k=await e.runWithContext(()=>P(E,v));if(!e.payload.serverRendered&&e.isHydrating&&(k===!1||k instanceof Error)){const D=k||Gt({statusCode:404,statusMessage:`Page Not Found: ${u}`});return await e.runWithContext(()=>Ut(D)),!1}if(k===!0)continue;if(k===!1)return k;if(k)return Jc(k)&&k.fatal&&await e.runWithContext(()=>Ut(k)),k}catch(k){const D=Gt(k);return D.fatal&&await e.runWithContext(()=>Ut(D)),D}}}}),l.onError(async()=>{delete e._processingMiddleware,await e.callHook("page:loading:end")}),l.afterEach(async(E,v)=>{E.matched.length===0&&await e.runWithContext(()=>Ut(Gt({statusCode:404,fatal:!1,statusMessage:`Page not found: ${E.fullPath}`,data:{path:E.fullPath}})))}),e.hooks.hookOnce("app:created",async()=>{try{"name"in _&&(_.name=void 0),await l.replace({..._,force:!0}),l.options.scrollBehavior=nt.scrollBehavior}catch(E){await e.runWithContext(()=>Ut(E))}}),{provide:{router:l}}}}),Yi=globalThis.requestIdleCallback||(e=>{const t=Date.now(),n={didTimeout:!1,timeRemaining:()=>Math.max(0,50-(Date.now()-t))};return setTimeout(()=>{e(n)},1)}),Pm=globalThis.cancelIdleCallback||(e=>{clearTimeout(e)}),Co=e=>{const t=ve();t.isHydrating?t.hooks.hookOnce("app:suspense:resolve",()=>{Yi(()=>e())}):Yi(()=>e())},Wg=ct({name:"nuxt:payload",setup(e){const t=new Set;Ge().beforeResolve(async(n,r)=>{if(n.path===r.path)return;const s=await Mi(n.path);if(s){for(const o of t)delete e.static.data[o];for(const o in s.data)o in e.static.data||t.add(o),e.static.data[o]=s.data[o]}}),Co(()=>{var n;e.hooks.hook("link:prefetch",async r=>{const{hostname:s}=new URL(r,window.location.href);s===window.location.hostname&&await Mi(r).catch(()=>{console.warn("[nuxt] Error preloading payload for",r)})}),((n=navigator.connection)==null?void 0:n.effectiveType)!=="slow-2g"&&setTimeout(Jr,1e3)})}}),Kg=ct(()=>{const e=Ge();Co(()=>{e.beforeResolve(async()=>{await new Promise(t=>{setTimeout(t,100),requestAnimationFrame(()=>{setTimeout(t,0)})})})})}),qg=ct(e=>{let t;async function n(){const r=await Jr();t&&clearTimeout(t),t=setTimeout(n,wi);try{const s=await $fetch(_o("builds/latest.json")+`?${Date.now()}`);s.id!==r.id&&e.hooks.callHook("app:manifest:update",s)}catch{}}Co(()=>{t=setTimeout(n,wi)})});function Gg(e={}){const t=e.path||window.location.pathname;let n={};try{n=Ar(sessionStorage.getItem("nuxt:reload")||"{}")}catch{}if(e.force||(n==null?void 0:n.path)!==t||(n==null?void 0:n.expires)<Date.now()){try{sessionStorage.setItem("nuxt:reload",JSON.stringify({path:t,expires:Date.now()+(e.ttl??1e4)}))}catch{}if(e.persistState)try{sessionStorage.setItem("nuxt:reload:state",JSON.stringify({state:ve().payload.state}))}catch{}window.location.pathname!==t?window.location.href=t:window.location.reload()}}const zg=ct({name:"nuxt:chunk-reload",setup(e){const t=Ge(),n=Gr(),r=new Set;t.beforeEach(()=>{r.clear()}),e.hook("app:chunkError",({error:o})=>{r.add(o)});function s(o){const l="href"in o&&o.href[0]==="#"?n.app.baseURL+o.href:yo(n.app.baseURL,o.fullPath);Gg({path:l,persistState:!0})}e.hook("app:manifest:update",()=>{t.beforeResolve(s)}),t.onError((o,i)=>{r.has(o)&&s(i)})}}),Jg=ct({name:"nuxt:global-components"}),Pt={},Qg=ct({name:"nuxt:prefetch",setup(e){const t=Ge();e.hooks.hook("app:mounted",()=>{t.beforeEach(async n=>{var s;const r=(s=n==null?void 0:n.meta)==null?void 0:s.layout;r&&typeof Pt[r]=="function"&&await Pt[r]()})}),e.hooks.hook("link:prefetch",n=>{if(Yt(n))return;const r=t.resolve(n);if(!r)return;const s=r.meta.layout;let o=So(r.meta.middleware);o=o.filter(i=>typeof i=="string");for(const i of o)typeof Fn[i]=="function"&&Fn[i]();s&&typeof Pt[s]=="function"&&Pt[s]()})}}),Xg=ct(()=>{}),Yg=[bp,Rp,Vg,Wg,Kg,qg,zg,Jg,Qg,Xg],ya=(e="RouteProvider")=>It({name:e,props:{vnode:{type:Object,required:!0},route:{type:Object,required:!0},vnodeRef:Object,renderKey:String,trackRootNodes:Boolean},setup(t){const n=t.renderKey,r=t.route,s={};for(const o in t.route)Object.defineProperty(s,o,{get:()=>n===t.renderKey?t.route[o]:r[o],enumerable:!0});return Kt(tr,mt(s)),()=>Pe(t.vnode,{ref:t.vnodeRef})}}),Zg=ya(),Zi=new WeakMap,em=It({name:"NuxtPage",inheritAttrs:!1,props:{name:{type:String},transition:{type:[Boolean,Object],default:void 0},keepalive:{type:[Boolean,Object],default:void 0},route:{type:Object},pageKey:{type:[Function,String],default:null}},setup(e,{attrs:t,slots:n,expose:r}){const s=ve(),o=lt(),i=Ae(tr,null);let l;r({pageRef:o});const c=Ae(Gc,null);let u;const a=s.deferHydration();if(s.isHydrating){const d=s.hooks.hookOnce("app:error",a);Ge().beforeEach(d)}e.pageKey&&dn(()=>e.pageKey,(d,g)=>{d!==g&&s.callHook("page:loading:start")});let f=!1;{const d=Ge().beforeResolve(()=>{f=!1});Zn(()=>{d()})}return()=>Pe(pa,{name:e.name,route:e.route,...t},{default:d=>{const g=nm(i,d.route,d.Component),_=i&&i.matched.length===d.route.matched.length;if(!d.Component){if(u&&!_)return u;a();return}if(u&&c&&!c.isCurrent(d.route))return u;if(g&&i&&(!c||c!=null&&c.isCurrent(i)))return _?u:null;const y=Gs(d,e.pageKey),R=rm(i,d.route,d.Component);!s.isHydrating&&l===y&&!R&&Jt(()=>{f=!0,s.callHook("page:loading:end")}),l=y;const E=!!(e.transition??d.route.meta.pageTransition??vi),v=E&&tm([e.transition,d.route.meta.pageTransition,vi,{onBeforeLeave(){s._runningTransition=!0},onAfterLeave(){delete s._runningTransition,s.callHook("page:transition:finish",d.Component)}}]),p=e.keepalive??d.route.meta.keepalive??ch;return u=ga(E&&v,Mg(p,Pe(po,{suspensible:!0,onPending:()=>s.callHook("page:start",d.Component),onResolve:()=>{Jt(()=>s.callHook("page:finish",d.Component).then(()=>{if(!f&&!R)return f=!0,s.callHook("page:loading:end")}).finally(a))}},{default:()=>{const b={key:y||void 0,vnode:n.default?sm(n.default,d):d.Component,route:d.route,renderKey:y||void 0,trackRootNodes:E,vnodeRef:o};if(!p)return Pe(Zg,b);const w=d.Component.type,P=w;let k=Zi.get(P);return k||(k=ya(w.name||w.__name),Zi.set(P,k)),Pe(k,b)}}))).default(),u}})}});function tm(e){const t=e.filter(Boolean).map(n=>({...n,onAfterLeave:n.onAfterLeave?So(n.onAfterLeave):void 0}));return Kc(...t)}function nm(e,t,n){if(!e)return!1;const r=t.matched.findIndex(s=>{var o;return((o=s.components)==null?void 0:o.default)===(n==null?void 0:n.type)});return!r||r===-1?!1:t.matched.slice(0,r).some((s,o)=>{var i,l,c;return((i=s.components)==null?void 0:i.default)!==((c=(l=e.matched[o])==null?void 0:l.components)==null?void 0:c.default)})||n&&Gs({route:t,Component:n})!==Gs({route:e,Component:n})}function rm(e,t,n){return e?t.matched.findIndex(s=>{var o;return((o=s.components)==null?void 0:o.default)===(n==null?void 0:n.type)})<t.matched.length-1:!1}function sm(e,t){const n=e(t);return n.length===1?Pe(n[0]):Pe(Ce,void 0,n)}const om=It({name:"LayoutLoader",inheritAttrs:!1,props:{name:String,layoutProps:Object},setup(e,t){return()=>Pe(Pt[e.name],e.layoutProps,t.slots)}}),im={name:{type:[String,Boolean,Object],default:null},fallback:{type:[String,Object],default:null}},lm=It({name:"NuxtLayout",inheritAttrs:!1,props:im,setup(e,t){const n=ve(),r=Ae(tr),s=r===bo()?Pg():r,o=Ve(()=>{let c=ue(e.name)??s.meta.layout??"default";return c&&!(c in Pt)&&e.fallback&&(c=ue(e.fallback)),c}),i=lt();t.expose({layoutRef:i});const l=n.deferHydration();if(n.isHydrating){const c=n.hooks.hookOnce("app:error",l);Ge().beforeEach(c)}return()=>{const c=o.value&&o.value in Pt,u=s.meta.layoutTransition??lh;return ga(c&&u,{default:()=>Pe(po,{suspensible:!0,onResolve:()=>{Jt(l)}},{default:()=>Pe(cm,{layoutProps:wc(t.attrs,{ref:i}),key:o.value||void 0,name:o.value,shouldProvide:!e.name,hasTransition:!!u},t.slots)})}).default()}}}),cm=It({name:"NuxtLayoutProvider",inheritAttrs:!1,props:{name:{type:[String,Boolean]},layoutProps:{type:Object},hasTransition:{type:Boolean},shouldProvide:{type:Boolean}},setup(e,t){const n=e.name;return e.shouldProvide&&Kt(Gc,{isCurrent:r=>n===(r.meta.layout??"default")}),()=>{var r,s;return!n||typeof n=="string"&&!(n in Pt)?(s=(r=t.slots).default)==null?void 0:s.call(r):Pe(om,{key:n,layoutProps:e.layoutProps,name:n},t.slots)}}}),am=(e,t)=>{const n=e.__vccOpts||e;for(const[r,s]of t)n[r]=s;return n},fm={};function um(e,t){const n=em,r=lm;return De(),ot(r,null,{default:lo(()=>[pe(n)]),_:1})}const dm=am(fm,[["render",um]]),hm={__name:"nuxt-error-page",props:{error:Object},setup(e){const n=e.error;n.stack&&n.stack.split(`
24
+ `).splice(1).map(f=>({text:f.replace("webpack:/","").replace(".vue",".js").trim(),internal:f.includes("node_modules")&&!f.includes(".cache")||f.includes("internal")||f.includes("new Promise")})).map(f=>`<span class="stack${f.internal?" internal":""}">${f.text}</span>`).join(`
25
+ `);const r=Number(n.statusCode||500),s=r===404,o=n.statusMessage??(s?"Page Not Found":"Internal Server Error"),i=n.message||n.toString(),l=void 0,a=s?jo(()=>Vs(()=>import("./C6_BMIRJ.js"),__vite__mapDeps([2,3,4]),import.meta.url)):jo(()=>Vs(()=>import("./CyxO-88q.js"),__vite__mapDeps([5,3,6]),import.meta.url));return(f,d)=>(De(),ot(ue(a),Aa(bc({statusCode:ue(r),statusMessage:ue(o),description:ue(i),stack:ue(l)})),null,16))}},pm={key:0},el={__name:"nuxt-root",setup(e){const t=()=>null,n=ve(),r=n.deferHydration();if(n.isHydrating){const c=n.hooks.hookOnce("app:error",r);Ge().beforeEach(c)}const s=!1;Kt(tr,bo()),n.hooks.callHookWith(c=>c.map(u=>u()),"vue:setup");const o=zr(),i=!1;Wl((c,u,a)=>{if(n.hooks.callHook("vue:error",c,u,a).catch(f=>console.error("[nuxt] Error in `vue:error` hook",f)),Jc(c)&&(c.fatal||c.unhandled))return n.runWithContext(()=>Ut(c)),!1});const l=!1;return(c,u)=>(De(),ot(po,{onResolve:ue(r)},{default:lo(()=>[ue(i)?(De(),hu("div",pm)):ue(o)?(De(),ot(ue(hm),{key:1,error:ue(o)},null,8,["error"])):ue(l)?(De(),ot(ue(t),{key:2,context:ue(l)},null,8,["context"])):ue(s)?(De(),ot(Hf(ue(s)),{key:3})):(De(),ot(ue(dm),{key:4}))]),_:1},8,["onResolve"]))}};let tl;{let e;tl=async function(){var i,l;if(e)return e;const r=!!(((i=window.__NUXT__)==null?void 0:i.serverRendered)??((l=document.getElementById("__NUXT_DATA__"))==null?void 0:l.dataset.ssr)==="true")?nd(el):td(el),s=hh({vueApp:r});async function o(c){var u;await s.callHook("app:error",c),(u=s.payload).error||(u.error=Gt(c))}r.config.errorHandler=o,s.hook("app:suspense:resolve",()=>{r.config.errorHandler===o&&(r.config.errorHandler=void 0)});try{await mh(s,Yg)}catch(c){o(c)}try{await s.hooks.callHook("app:created",r),await s.hooks.callHook("app:beforeMount",r),r.mount(fh),await s.hooks.callHook("app:mounted",r),await Jt()}catch(c){o(c)}return r},e=tl().catch(t=>{throw console.error("Error while mounting app:",t),t})}export{lo as A,vc as B,Cm as C,yh as D,fo as E,Ae as F,Yc as G,Br as H,Kr as I,dn as J,Jt as K,vm as L,ym as M,Tm as N,ue as O,wc as P,be as Q,ot as R,wm as S,Dn as T,mm as U,Ce as V,bm as W,Em as X,am as _,ve as a,Co as b,Yi as c,It as d,Zn as e,Pm as f,_m as g,Pe as h,Ch as i,Ve as j,Yt as k,yo as l,Gr as m,Sm as n,ao as o,Oc as p,Gn as q,lt as r,Rm as s,hu as t,Ge as u,De as v,kd as w,_c as x,La as y,pe as z};
@@ -0,0 +1 @@
1
+ import{u as N,d as T,r as q,a as L,o as B,b as H,c as I,e as U,f as M,h as A,g as z,p as V,i as j,j as k,k as O,l as F,m as D,n as $,w as W,q as G,s as K,_ as Q,t as J,v as X,x as _,y as P,z as Y,A as Z,B as ee}from"./B-BZSpkz.js";import{u as te}from"./CFKT0oF2.js";async function E(t,n=N()){const{path:h,matched:g}=n.resolve(t);if(!g.length||(n._routePreloaded||(n._routePreloaded=new Set),n._routePreloaded.has(h)))return;const v=n._preloadPromises||(n._preloadPromises=[]);if(v.length>4)return Promise.all(v).then(()=>E(t,n));n._routePreloaded.add(h);const e=g.map(a=>{var u;return(u=a.components)==null?void 0:u.default}).filter(a=>typeof a=="function");for(const a of e){const u=Promise.resolve(a()).catch(()=>{}).finally(()=>v.splice(v.indexOf(u)));v.push(u)}await Promise.all(v)}const ne=(...t)=>t.find(n=>n!==void 0);function ae(t){const n=t.componentName||"NuxtLink";function h(e){return typeof e=="string"&&e.startsWith("#")}function g(e,a,u){const r=u??t.trailingSlash;if(!e||r!=="append"&&r!=="remove")return e;if(typeof e=="string")return C(e,r);const c="path"in e&&e.path!==void 0?e.path:a(e).path;return{...e,name:void 0,path:C(c,r)}}function v(e){const a=N(),u=D(),r=k(()=>!!e.target&&e.target!=="_self"),c=k(()=>{const d=e.to||e.href||"";return typeof d=="string"&&O(d,{acceptRelative:!0})}),w=z("RouterLink"),b=typeof w!="string"?w.useLink:void 0,m=k(()=>{if(e.external)return!0;const d=e.to||e.href||"";return typeof d=="object"?!1:d===""||c.value}),o=k(()=>{const d=e.to||e.href||"";return m.value?d:g(d,a.resolve,e.trailingSlash)}),f=m.value||b==null?void 0:b({...e,to:o}),y=k(()=>{var S;const d=e.trailingSlash??t.trailingSlash;if(!o.value||c.value||h(o.value))return o.value;if(m.value){const x=typeof o.value=="object"&&"path"in o.value?j(o.value):o.value,i=typeof x=="object"?a.resolve(x).href:x;return C(i,d)}return typeof o.value=="object"?((S=a.resolve(o.value))==null?void 0:S.href)??null:C(F(u.app.baseURL,o.value),d)});return{to:o,hasTarget:r,isAbsoluteUrl:c,isExternal:m,href:y,isActive:(f==null?void 0:f.isActive)??k(()=>o.value===a.currentRoute.value.path),isExactActive:(f==null?void 0:f.isExactActive)??k(()=>o.value===a.currentRoute.value.path),route:(f==null?void 0:f.route)??k(()=>a.resolve(o.value)),async navigate(d){await $(y.value,{replace:e.replace,external:m.value||r.value})}}}return T({name:n,props:{to:{type:[String,Object],default:void 0,required:!1},href:{type:[String,Object],default:void 0,required:!1},target:{type:String,default:void 0,required:!1},rel:{type:String,default:void 0,required:!1},noRel:{type:Boolean,default:void 0,required:!1},prefetch:{type:Boolean,default:void 0,required:!1},prefetchOn:{type:[String,Object],default:void 0,required:!1},noPrefetch:{type:Boolean,default:void 0,required:!1},activeClass:{type:String,default:void 0,required:!1},exactActiveClass:{type:String,default:void 0,required:!1},prefetchedClass:{type:String,default:void 0,required:!1},replace:{type:Boolean,default:void 0,required:!1},ariaCurrentValue:{type:String,default:void 0,required:!1},external:{type:Boolean,default:void 0,required:!1},custom:{type:Boolean,default:void 0,required:!1},trailingSlash:{type:String,default:void 0,required:!1}},useLink:v,setup(e,{slots:a}){const u=N(),{to:r,href:c,navigate:w,isExternal:b,hasTarget:m,isAbsoluteUrl:o}=v(e),f=q(!1),y=q(null),d=i=>{var l;y.value=e.custom?(l=i==null?void 0:i.$el)==null?void 0:l.nextElementSibling:i==null?void 0:i.$el};function S(i){var l,s;return!f.value&&(typeof e.prefetchOn=="string"?e.prefetchOn===i:((l=e.prefetchOn)==null?void 0:l[i])??((s=t.prefetchOn)==null?void 0:s[i]))&&(e.prefetch??t.prefetch)!==!1&&e.noPrefetch!==!0&&e.target!=="_blank"&&!se()}async function x(i=L()){if(f.value)return;f.value=!0;const l=typeof r.value=="string"?r.value:b.value?j(r.value):u.resolve(r.value).fullPath,s=b.value?new URL(l,window.location.href).href:l;await Promise.all([i.hooks.callHook("link:prefetch",s).catch(()=>{}),!b.value&&!m.value&&E(r.value,u).catch(()=>{})])}if(S("visibility")){const i=L();let l,s=null;B(()=>{const p=ie();H(()=>{l=I(()=>{var R;(R=y==null?void 0:y.value)!=null&&R.tagName&&(s=p.observe(y.value,async()=>{s==null||s(),s=null,await x(i)}))})})}),U(()=>{l&&M(l),s==null||s(),s=null})}return()=>{var s;if(!b.value&&!m.value&&!h(r.value)){const p={ref:d,to:r.value,activeClass:e.activeClass||t.activeClass,exactActiveClass:e.exactActiveClass||t.exactActiveClass,replace:e.replace,ariaCurrentValue:e.ariaCurrentValue,custom:e.custom};return e.custom||(S("interaction")&&(p.onPointerenter=x.bind(null,void 0),p.onFocus=x.bind(null,void 0)),f.value&&(p.class=e.prefetchedClass||t.prefetchedClass),p.rel=e.rel||void 0),A(z("RouterLink"),p,a.default)}const i=e.target||null,l=ne(e.noRel?"":e.rel,t.externalRelAttribute,o.value||m.value?"noopener noreferrer":"")||null;return e.custom?a.default?a.default({href:c.value,navigate:w,prefetch:x,get route(){if(!c.value)return;const p=new URL(c.value,window.location.href);return{path:p.pathname,fullPath:p.pathname,get query(){return V(p.search)},hash:p.hash,params:{},name:void 0,matched:[],redirectedFrom:void 0,meta:{},href:c.value}},rel:l,target:i,isExternal:b.value||m.value,isActive:!1,isExactActive:!1}):null:A("a",{ref:y,href:c.value||null,rel:l,target:i},(s=a.default)==null?void 0:s.call(a))}}})}const re=ae(K);function C(t,n){const h=n==="append"?W:G;return O(t)&&!t.startsWith("http")?t:h(t,!0)}function ie(){const t=L();if(t._observer)return t._observer;let n=null;const h=new Map,g=(e,a)=>(n||(n=new IntersectionObserver(u=>{for(const r of u){const c=h.get(r.target);(r.isIntersecting||r.intersectionRatio>0)&&c&&c()}})),h.set(e,a),n.observe(e),()=>{h.delete(e),n==null||n.unobserve(e),h.size===0&&(n==null||n.disconnect(),n=null)});return t._observer={observe:g}}const oe=/2g/;function se(){const t=navigator.connection;return!!(t&&(t.saveData||oe.test(t.effectiveType)))}const le={class:"antialiased bg-white dark:bg-black dark:text-white font-sans grid min-h-screen overflow-hidden place-content-center text-black"},ue={class:"max-w-520px text-center z-20"},ce=["textContent"],fe=["textContent"],de={class:"flex items-center justify-center w-full"},he={__name:"error-404",props:{appName:{type:String,default:"Nuxt"},version:{type:String,default:""},statusCode:{type:Number,default:404},statusMessage:{type:String,default:"Not Found"},description:{type:String,default:"Sorry, the page you are looking for could not be found."},backHome:{type:String,default:"Go back home"}},setup(t){const n=t;return te({title:`${n.statusCode} - ${n.statusMessage} | ${n.appName}`,script:[{innerHTML:`!function(){const e=document.createElement("link").relList;if(!(e&&e.supports&&e.supports("modulepreload"))){for(const e of document.querySelectorAll('link[rel="modulepreload"]'))r(e);new MutationObserver((e=>{for(const o of e)if("childList"===o.type)for(const e of o.addedNodes)"LINK"===e.tagName&&"modulepreload"===e.rel&&r(e)})).observe(document,{childList:!0,subtree:!0})}function r(e){if(e.ep)return;e.ep=!0;const r=function(e){const r={};return e.integrity&&(r.integrity=e.integrity),e.referrerPolicy&&(r.referrerPolicy=e.referrerPolicy),"use-credentials"===e.crossOrigin?r.credentials="include":"anonymous"===e.crossOrigin?r.credentials="omit":r.credentials="same-origin",r}(e);fetch(e.href,r)}}();`}],style:[{innerHTML:'*,:after,:before{border-color:var(--un-default-border-color,#e5e7eb);border-style:solid;border-width:0;box-sizing:border-box}:after,:before{--un-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{line-height:inherit;margin:0}h1{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}h1,p{margin:0}*,:after,:before{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 transparent;--un-ring-shadow:0 0 transparent;--un-shadow-inset: ;--un-shadow:0 0 transparent;--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgba(147,197,253,.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }'}]}),(h,g)=>{const v=re;return X(),J("div",le,[g[0]||(g[0]=_("div",{class:"fixed left-0 right-0 spotlight z-10"},null,-1)),_("div",ue,[_("h1",{class:"font-medium mb-8 sm:text-10xl text-8xl",textContent:P(t.statusCode)},null,8,ce),_("p",{class:"font-light leading-tight mb-16 px-8 sm:px-0 sm:text-4xl text-xl",textContent:P(t.description)},null,8,fe),_("div",de,[Y(v,{to:"/",class:"cursor-pointer gradient-border px-4 py-2 sm:px-6 sm:py-3 sm:text-xl text-md"},{default:Z(()=>[ee(P(t.backHome),1)]),_:1})])])])}}},ge=Q(he,[["__scopeId","data-v-3f6a44b2"]]);export{ge as default};
@@ -1 +1 @@
1
- import{C as a,D as s,E as r,F as o,G as i}from"./D5hBL5aZ.js";function u(n){var t;const e=n||s();return((t=e==null?void 0:e.ssrContext)==null?void 0:t.head)||(e==null?void 0:e.runWithContext(()=>{if(r())return o(i)}))}function d(n,e={}){const t=u(e.nuxt);if(t)return a(n,{head:t,...e})}export{d as u};
1
+ import{C as a,D as s,E as r,F as o,G as i}from"./B-BZSpkz.js";function u(n){var t;const e=n||s();return((t=e==null?void 0:e.ssrContext)==null?void 0:t.head)||(e==null?void 0:e.runWithContext(()=>{if(r())return o(i)}))}function d(n,e={}){const t=u(e.nuxt);if(t)return a(n,{head:t,...e})}export{d as u};