system-prompts-and-models-o.../docs/.vitepress/dist/assets/chunks/framework.CBTkueSR.js
tycon 60ddd120c4 添加总结
添加总结
2025-10-14 22:04:51 +08:00

19 lines
98 KiB
JavaScript

/**
* @vue/shared v3.5.22
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/function Ps(e){const t=Object.create(null);for(const n of e.split(","))t[n]=1;return n=>n in t}const se={},Rt=[],ke=()=>{},Xr=()=>!1,en=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Is=e=>e.startsWith("onUpdate:"),fe=Object.assign,Ls=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},Po=Object.prototype.hasOwnProperty,Q=(e,t)=>Po.call(e,t),B=Array.isArray,Mt=e=>In(e)==="[object Map]",Yr=e=>In(e)==="[object Set]",G=e=>typeof e=="function",le=e=>typeof e=="string",Qe=e=>typeof e=="symbol",ee=e=>e!==null&&typeof e=="object",zr=e=>(ee(e)||G(e))&&G(e.then)&&G(e.catch),Jr=Object.prototype.toString,In=e=>Jr.call(e),Io=e=>In(e).slice(8,-1),Qr=e=>In(e)==="[object Object]",Ns=e=>le(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,Ot=Ps(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),Ln=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},Lo=/-\w/g,Ne=Ln(e=>e.replace(Lo,t=>t.slice(1).toUpperCase())),No=/\B([A-Z])/g,lt=Ln(e=>e.replace(No,"-$1").toLowerCase()),Nn=Ln(e=>e.charAt(0).toUpperCase()+e.slice(1)),vn=Ln(e=>e?`on${Nn(e)}`:""),rt=(e,t)=>!Object.is(e,t),Yn=(e,...t)=>{for(let n=0;n<e.length;n++)e[n](...t)},Zr=(e,t,n,s=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:s,value:n})},Fo=e=>{const t=parseFloat(e);return isNaN(t)?e:t},Ho=e=>{const t=le(e)?Number(e):NaN;return isNaN(t)?e:t};let sr;const Fn=()=>sr||(sr=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function Fs(e){if(B(e)){const t={};for(let n=0;n<e.length;n++){const s=e[n],r=le(s)?Vo(s):Fs(s);if(r)for(const i in r)t[i]=r[i]}return t}else if(le(e)||ee(e))return e}const Do=/;(?![^(]*\))/g,$o=/:([^]+)/,jo=/\/\*[^]*?\*\//g;function Vo(e){const t={};return e.replace(jo,"").split(Do).forEach(n=>{if(n){const s=n.split($o);s.length>1&&(t[s[0].trim()]=s[1].trim())}}),t}function Hs(e){let t="";if(le(e))t=e;else if(B(e))for(let n=0;n<e.length;n++){const s=Hs(e[n]);s&&(t+=s+" ")}else if(ee(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}const Wo="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",ko=Ps(Wo);function ei(e){return!!e||e===""}const ti=e=>!!(e&&e.__v_isRef===!0),Uo=e=>le(e)?e:e==null?"":B(e)||ee(e)&&(e.toString===Jr||!G(e.toString))?ti(e)?Uo(e.value):JSON.stringify(e,ni,2):String(e),ni=(e,t)=>ti(t)?ni(e,t.value):Mt(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[s,r],i)=>(n[zn(s,i)+" =>"]=r,n),{})}:Yr(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>zn(n))}:Qe(t)?zn(t):ee(t)&&!B(t)&&!Qr(t)?String(t):t,zn=(e,t="")=>{var n;return Qe(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};/**
* @vue/reactivity v3.5.22
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/let ge;class Bo{constructor(t=!1){this.detached=t,this._active=!0,this._on=0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=ge,!t&&ge&&(this.index=(ge.scopes||(ge.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=ge;try{return ge=this,t()}finally{ge=n}}}on(){++this._on===1&&(this.prevScope=ge,ge=this)}off(){this._on>0&&--this._on===0&&(ge=this.prevScope,this.prevScope=void 0)}stop(t){if(this._active){this._active=!1;let n,s;for(n=0,s=this.effects.length;n<s;n++)this.effects[n].stop();for(this.effects.length=0,n=0,s=this.cleanups.length;n<s;n++)this.cleanups[n]();if(this.cleanups.length=0,this.scopes){for(n=0,s=this.scopes.length;n<s;n++)this.scopes[n].stop(!0);this.scopes.length=0}if(!this.detached&&this.parent&&!t){const r=this.parent.scopes.pop();r&&r!==this&&(this.parent.scopes[this.index]=r,r.index=this.index)}this.parent=void 0}}}function si(){return ge}function Ko(e,t=!1){ge&&ge.cleanups.push(e)}let ne;const Jn=new WeakSet;class ri{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,ge&&ge.active&&ge.effects.push(this)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,Jn.has(this)&&(Jn.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||oi(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,rr(this),li(this);const t=ne,n=He;ne=this,He=!0;try{return this.fn()}finally{ci(this),ne=t,He=n,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)js(t);this.deps=this.depsTail=void 0,rr(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?Jn.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){ys(this)&&this.run()}get dirty(){return ys(this)}}let ii=0,Vt,Wt;function oi(e,t=!1){if(e.flags|=8,t){e.next=Wt,Wt=e;return}e.next=Vt,Vt=e}function Ds(){ii++}function $s(){if(--ii>0)return;if(Wt){let t=Wt;for(Wt=void 0;t;){const n=t.next;t.next=void 0,t.flags&=-9,t=n}}let e;for(;Vt;){let t=Vt;for(Vt=void 0;t;){const n=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(s){e||(e=s)}t=n}}if(e)throw e}function li(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function ci(e){let t,n=e.depsTail,s=n;for(;s;){const r=s.prevDep;s.version===-1?(s===n&&(n=r),js(s),qo(s)):t=s,s.dep.activeLink=s.prevActiveLink,s.prevActiveLink=void 0,s=r}e.deps=t,e.depsTail=n}function ys(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(ai(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function ai(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===Kt)||(e.globalVersion=Kt,!e.isSSR&&e.flags&128&&(!e.deps&&!e._dirty||!ys(e))))return;e.flags|=2;const t=e.dep,n=ne,s=He;ne=e,He=!0;try{li(e);const r=e.fn(e._value);(t.version===0||rt(r,e._value))&&(e.flags|=128,e._value=r,t.version++)}catch(r){throw t.version++,r}finally{ne=n,He=s,ci(e),e.flags&=-3}}function js(e,t=!1){const{dep:n,prevSub:s,nextSub:r}=e;if(s&&(s.nextSub=r,e.prevSub=void 0),r&&(r.prevSub=s,e.nextSub=void 0),n.subs===e&&(n.subs=s,!s&&n.computed)){n.computed.flags&=-5;for(let i=n.computed.deps;i;i=i.nextDep)js(i,!0)}!t&&!--n.sc&&n.map&&n.map.delete(n.key)}function qo(e){const{prevDep:t,nextDep:n}=e;t&&(t.nextDep=n,e.prevDep=void 0),n&&(n.prevDep=t,e.nextDep=void 0)}let He=!0;const fi=[];function Xe(){fi.push(He),He=!1}function Ye(){const e=fi.pop();He=e===void 0?!0:e}function rr(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const n=ne;ne=void 0;try{t()}finally{ne=n}}}let Kt=0;class Go{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 Hn{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,this.__v_skip=!0}track(t){if(!ne||!He||ne===this.computed)return;let n=this.activeLink;if(n===void 0||n.sub!==ne)n=this.activeLink=new Go(ne,this),ne.deps?(n.prevDep=ne.depsTail,ne.depsTail.nextDep=n,ne.depsTail=n):ne.deps=ne.depsTail=n,ui(n);else if(n.version===-1&&(n.version=this.version,n.nextDep)){const s=n.nextDep;s.prevDep=n.prevDep,n.prevDep&&(n.prevDep.nextDep=s),n.prevDep=ne.depsTail,n.nextDep=void 0,ne.depsTail.nextDep=n,ne.depsTail=n,ne.deps===n&&(ne.deps=s)}return n}trigger(t){this.version++,Kt++,this.notify(t)}notify(t){Ds();try{for(let n=this.subs;n;n=n.prevSub)n.sub.notify()&&n.sub.dep.notify()}finally{$s()}}}function ui(e){if(e.dep.sc++,e.sub.flags&4){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let s=t.deps;s;s=s.nextDep)ui(s)}const n=e.dep.subs;n!==e&&(e.prevSub=n,n&&(n.nextSub=e)),e.dep.subs=e}}const Sn=new WeakMap,pt=Symbol(""),_s=Symbol(""),qt=Symbol("");function ve(e,t,n){if(He&&ne){let s=Sn.get(e);s||Sn.set(e,s=new Map);let r=s.get(n);r||(s.set(n,r=new Hn),r.map=s,r.key=n),r.track()}}function Ge(e,t,n,s,r,i){const l=Sn.get(e);if(!l){Kt++;return}const o=c=>{c&&c.trigger()};if(Ds(),t==="clear")l.forEach(o);else{const c=B(e),f=c&&Ns(n);if(c&&n==="length"){const a=Number(s);l.forEach((h,v)=>{(v==="length"||v===qt||!Qe(v)&&v>=a)&&o(h)})}else switch((n!==void 0||l.has(void 0))&&o(l.get(n)),f&&o(l.get(qt)),t){case"add":c?f&&o(l.get("length")):(o(l.get(pt)),Mt(e)&&o(l.get(_s)));break;case"delete":c||(o(l.get(pt)),Mt(e)&&o(l.get(_s)));break;case"set":Mt(e)&&o(l.get(pt));break}}$s()}function Xo(e,t){const n=Sn.get(e);return n&&n.get(t)}function Et(e){const t=J(e);return t===e?t:(ve(t,"iterate",qt),Pe(e)?t:t.map(ue))}function Dn(e){return ve(e=J(e),"iterate",qt),e}const Yo={__proto__:null,[Symbol.iterator](){return Qn(this,Symbol.iterator,ue)},concat(...e){return Et(this).concat(...e.map(t=>B(t)?Et(t):t))},entries(){return Qn(this,"entries",e=>(e[1]=ue(e[1]),e))},every(e,t){return Ue(this,"every",e,t,void 0,arguments)},filter(e,t){return Ue(this,"filter",e,t,n=>n.map(ue),arguments)},find(e,t){return Ue(this,"find",e,t,ue,arguments)},findIndex(e,t){return Ue(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return Ue(this,"findLast",e,t,ue,arguments)},findLastIndex(e,t){return Ue(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return Ue(this,"forEach",e,t,void 0,arguments)},includes(...e){return Zn(this,"includes",e)},indexOf(...e){return Zn(this,"indexOf",e)},join(e){return Et(this).join(e)},lastIndexOf(...e){return Zn(this,"lastIndexOf",e)},map(e,t){return Ue(this,"map",e,t,void 0,arguments)},pop(){return Dt(this,"pop")},push(...e){return Dt(this,"push",e)},reduce(e,...t){return ir(this,"reduce",e,t)},reduceRight(e,...t){return ir(this,"reduceRight",e,t)},shift(){return Dt(this,"shift")},some(e,t){return Ue(this,"some",e,t,void 0,arguments)},splice(...e){return Dt(this,"splice",e)},toReversed(){return Et(this).toReversed()},toSorted(e){return Et(this).toSorted(e)},toSpliced(...e){return Et(this).toSpliced(...e)},unshift(...e){return Dt(this,"unshift",e)},values(){return Qn(this,"values",ue)}};function Qn(e,t,n){const s=Dn(e),r=s[t]();return s!==e&&!Pe(e)&&(r._next=r.next,r.next=()=>{const i=r._next();return i.done||(i.value=n(i.value)),i}),r}const zo=Array.prototype;function Ue(e,t,n,s,r,i){const l=Dn(e),o=l!==e&&!Pe(e),c=l[t];if(c!==zo[t]){const h=c.apply(e,i);return o?ue(h):h}let f=n;l!==e&&(o?f=function(h,v){return n.call(this,ue(h),v,e)}:n.length>2&&(f=function(h,v){return n.call(this,h,v,e)}));const a=c.call(l,f,s);return o&&r?r(a):a}function ir(e,t,n,s){const r=Dn(e);let i=n;return r!==e&&(Pe(e)?n.length>3&&(i=function(l,o,c){return n.call(this,l,o,c,e)}):i=function(l,o,c){return n.call(this,l,ue(o),c,e)}),r[t](i,...s)}function Zn(e,t,n){const s=J(e);ve(s,"iterate",qt);const r=s[t](...n);return(r===-1||r===!1)&&ks(n[0])?(n[0]=J(n[0]),s[t](...n)):r}function Dt(e,t,n=[]){Xe(),Ds();const s=J(e)[t].apply(e,n);return $s(),Ye(),s}const Jo=Ps("__proto__,__v_isRef,__isVue"),di=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(Qe));function Qo(e){Qe(e)||(e=String(e));const t=J(this);return ve(t,"has",e),t.hasOwnProperty(e)}class hi{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,s){if(n==="__v_skip")return t.__v_skip;const r=this._isReadonly,i=this._isShallow;if(n==="__v_isReactive")return!r;if(n==="__v_isReadonly")return r;if(n==="__v_isShallow")return i;if(n==="__v_raw")return s===(r?i?cl:vi:i?mi:gi).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(s)?t:void 0;const l=B(t);if(!r){let c;if(l&&(c=Yo[n]))return c;if(n==="hasOwnProperty")return Qo}const o=Reflect.get(t,n,ae(t)?t:s);if((Qe(n)?di.has(n):Jo(n))||(r||ve(t,"get",n),i))return o;if(ae(o)){const c=l&&Ns(n)?o:o.value;return r&&ee(c)?Gt(c):c}return ee(o)?r?Gt(o):Lt(o):o}}class pi extends hi{constructor(t=!1){super(!1,t)}set(t,n,s,r){let i=t[n];if(!this._isShallow){const c=it(i);if(!Pe(s)&&!it(s)&&(i=J(i),s=J(s)),!B(t)&&ae(i)&&!ae(s))return c||(i.value=s),!0}const l=B(t)&&Ns(n)?Number(n)<t.length:Q(t,n),o=Reflect.set(t,n,s,ae(t)?t:r);return t===J(r)&&(l?rt(s,i)&&Ge(t,"set",n,s):Ge(t,"add",n,s)),o}deleteProperty(t,n){const s=Q(t,n);t[n];const r=Reflect.deleteProperty(t,n);return r&&s&&Ge(t,"delete",n,void 0),r}has(t,n){const s=Reflect.has(t,n);return(!Qe(n)||!di.has(n))&&ve(t,"has",n),s}ownKeys(t){return ve(t,"iterate",B(t)?"length":pt),Reflect.ownKeys(t)}}class Zo extends hi{constructor(t=!1){super(!0,t)}set(t,n){return!0}deleteProperty(t,n){return!0}}const el=new pi,tl=new Zo,nl=new pi(!0);const bs=e=>e,on=e=>Reflect.getPrototypeOf(e);function sl(e,t,n){return function(...s){const r=this.__v_raw,i=J(r),l=Mt(i),o=e==="entries"||e===Symbol.iterator&&l,c=e==="keys"&&l,f=r[e](...s),a=n?bs:t?xn:ue;return!t&&ve(i,"iterate",c?_s:pt),{next(){const{value:h,done:v}=f.next();return v?{value:h,done:v}:{value:o?[a(h[0]),a(h[1])]:a(h),done:v}},[Symbol.iterator](){return this}}}}function ln(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function rl(e,t){const n={get(r){const i=this.__v_raw,l=J(i),o=J(r);e||(rt(r,o)&&ve(l,"get",r),ve(l,"get",o));const{has:c}=on(l),f=t?bs:e?xn:ue;if(c.call(l,r))return f(i.get(r));if(c.call(l,o))return f(i.get(o));i!==l&&i.get(r)},get size(){const r=this.__v_raw;return!e&&ve(J(r),"iterate",pt),r.size},has(r){const i=this.__v_raw,l=J(i),o=J(r);return e||(rt(r,o)&&ve(l,"has",r),ve(l,"has",o)),r===o?i.has(r):i.has(r)||i.has(o)},forEach(r,i){const l=this,o=l.__v_raw,c=J(o),f=t?bs:e?xn:ue;return!e&&ve(c,"iterate",pt),o.forEach((a,h)=>r.call(i,f(a),f(h),l))}};return fe(n,e?{add:ln("add"),set:ln("set"),delete:ln("delete"),clear:ln("clear")}:{add(r){!t&&!Pe(r)&&!it(r)&&(r=J(r));const i=J(this);return on(i).has.call(i,r)||(i.add(r),Ge(i,"add",r,r)),this},set(r,i){!t&&!Pe(i)&&!it(i)&&(i=J(i));const l=J(this),{has:o,get:c}=on(l);let f=o.call(l,r);f||(r=J(r),f=o.call(l,r));const a=c.call(l,r);return l.set(r,i),f?rt(i,a)&&Ge(l,"set",r,i):Ge(l,"add",r,i),this},delete(r){const i=J(this),{has:l,get:o}=on(i);let c=l.call(i,r);c||(r=J(r),c=l.call(i,r)),o&&o.call(i,r);const f=i.delete(r);return c&&Ge(i,"delete",r,void 0),f},clear(){const r=J(this),i=r.size!==0,l=r.clear();return i&&Ge(r,"clear",void 0,void 0),l}}),["keys","values","entries",Symbol.iterator].forEach(r=>{n[r]=sl(r,e,t)}),n}function Vs(e,t){const n=rl(e,t);return(s,r,i)=>r==="__v_isReactive"?!e:r==="__v_isReadonly"?e:r==="__v_raw"?s:Reflect.get(Q(n,r)&&r in s?n:s,r,i)}const il={get:Vs(!1,!1)},ol={get:Vs(!1,!0)},ll={get:Vs(!0,!1)};const gi=new WeakMap,mi=new WeakMap,vi=new WeakMap,cl=new WeakMap;function al(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function fl(e){return e.__v_skip||!Object.isExtensible(e)?0:al(Io(e))}function Lt(e){return it(e)?e:Ws(e,!1,el,il,gi)}function ul(e){return Ws(e,!1,nl,ol,mi)}function Gt(e){return Ws(e,!0,tl,ll,vi)}function Ws(e,t,n,s,r){if(!ee(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const i=fl(e);if(i===0)return e;const l=r.get(e);if(l)return l;const o=new Proxy(e,i===2?s:n);return r.set(e,o),o}function gt(e){return it(e)?gt(e.__v_raw):!!(e&&e.__v_isReactive)}function it(e){return!!(e&&e.__v_isReadonly)}function Pe(e){return!!(e&&e.__v_isShallow)}function ks(e){return e?!!e.__v_raw:!1}function J(e){const t=e&&e.__v_raw;return t?J(t):e}function yn(e){return!Q(e,"__v_skip")&&Object.isExtensible(e)&&Zr(e,"__v_skip",!0),e}const ue=e=>ee(e)?Lt(e):e,xn=e=>ee(e)?Gt(e):e;function ae(e){return e?e.__v_isRef===!0:!1}function mt(e){return yi(e,!1)}function Ie(e){return yi(e,!0)}function yi(e,t){return ae(e)?e:new dl(e,t)}class dl{constructor(t,n){this.dep=new Hn,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=n?t:J(t),this._value=n?t:ue(t),this.__v_isShallow=n}get value(){return this.dep.track(),this._value}set value(t){const n=this._rawValue,s=this.__v_isShallow||Pe(t)||it(t);t=s?t:J(t),rt(t,n)&&(this._rawValue=t,this._value=s?t:ue(t),this.dep.trigger())}}function Us(e){return ae(e)?e.value:e}function ce(e){return G(e)?e():Us(e)}const hl={get:(e,t,n)=>t==="__v_raw"?e:Us(Reflect.get(e,t,n)),set:(e,t,n,s)=>{const r=e[t];return ae(r)&&!ae(n)?(r.value=n,!0):Reflect.set(e,t,n,s)}};function _i(e){return gt(e)?e:new Proxy(e,hl)}class pl{constructor(t){this.__v_isRef=!0,this._value=void 0;const n=this.dep=new Hn,{get:s,set:r}=t(n.track.bind(n),n.trigger.bind(n));this._get=s,this._set=r}get value(){return this._value=this._get()}set value(t){this._set(t)}}function gl(e){return new pl(e)}class ml{constructor(t,n,s){this._object=t,this._key=n,this._defaultValue=s,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 Xo(J(this._object),this._key)}}class vl{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 yl(e,t,n){return ae(e)?e:G(e)?new vl(e):ee(e)&&arguments.length>1?_l(e,t,n):mt(e)}function _l(e,t,n){const s=e[t];return ae(s)?s:new ml(e,t,n)}class bl{constructor(t,n,s){this.fn=t,this.setter=n,this._value=void 0,this.dep=new Hn(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=Kt-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!n,this.isSSR=s}notify(){if(this.flags|=16,!(this.flags&8)&&ne!==this)return oi(this,!0),!0}get value(){const t=this.dep.track();return ai(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function wl(e,t,n=!1){let s,r;return G(e)?s=e:(s=e.get,r=e.set),new bl(s,r,n)}const cn={},Tn=new WeakMap;let dt;function Sl(e,t=!1,n=dt){if(n){let s=Tn.get(n);s||Tn.set(n,s=[]),s.push(e)}}function xl(e,t,n=se){const{immediate:s,deep:r,once:i,scheduler:l,augmentJob:o,call:c}=n,f=g=>r?g:Pe(g)||r===!1||r===0?st(g,1):st(g);let a,h,v,y,C=!1,I=!1;if(ae(e)?(h=()=>e.value,C=Pe(e)):gt(e)?(h=()=>f(e),C=!0):B(e)?(I=!0,C=e.some(g=>gt(g)||Pe(g)),h=()=>e.map(g=>{if(ae(g))return g.value;if(gt(g))return f(g);if(G(g))return c?c(g,2):g()})):G(e)?t?h=c?()=>c(e,2):e:h=()=>{if(v){Xe();try{v()}finally{Ye()}}const g=dt;dt=a;try{return c?c(e,3,[y]):e(y)}finally{dt=g}}:h=ke,t&&r){const g=h,O=r===!0?1/0:r;h=()=>st(g(),O)}const K=si(),H=()=>{a.stop(),K&&K.active&&Ls(K.effects,a)};if(i&&t){const g=t;t=(...O)=>{g(...O),H()}}let V=I?new Array(e.length).fill(cn):cn;const p=g=>{if(!(!(a.flags&1)||!a.dirty&&!g))if(t){const O=a.run();if(r||C||(I?O.some((W,R)=>rt(W,V[R])):rt(O,V))){v&&v();const W=dt;dt=a;try{const R=[O,V===cn?void 0:I&&V[0]===cn?[]:V,y];V=O,c?c(t,3,R):t(...R)}finally{dt=W}}}else a.run()};return o&&o(p),a=new ri(h),a.scheduler=l?()=>l(p,!1):p,y=g=>Sl(g,!1,a),v=a.onStop=()=>{const g=Tn.get(a);if(g){if(c)c(g,4);else for(const O of g)O();Tn.delete(a)}},t?s?p(!0):V=a.run():l?l(p.bind(null,!0),!0):a.run(),H.pause=a.pause.bind(a),H.resume=a.resume.bind(a),H.stop=H,H}function st(e,t=1/0,n){if(t<=0||!ee(e)||e.__v_skip||(n=n||new Map,(n.get(e)||0)>=t))return e;if(n.set(e,t),t--,ae(e))st(e.value,t,n);else if(B(e))for(let s=0;s<e.length;s++)st(e[s],t,n);else if(Yr(e)||Mt(e))e.forEach(s=>{st(s,t,n)});else if(Qr(e)){for(const s in e)st(e[s],t,n);for(const s of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,s)&&st(e[s],t,n)}return e}/**
* @vue/runtime-core v3.5.22
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/function tn(e,t,n,s){try{return s?e(...s):e()}catch(r){$n(r,t,n)}}function De(e,t,n,s){if(G(e)){const r=tn(e,t,n,s);return r&&zr(r)&&r.catch(i=>{$n(i,t,n)}),r}if(B(e)){const r=[];for(let i=0;i<e.length;i++)r.push(De(e[i],t,n,s));return r}}function $n(e,t,n,s=!0){const r=t?t.vnode:null,{errorHandler:i,throwUnhandledErrorInProduction:l}=t&&t.appContext.config||se;if(t){let o=t.parent;const c=t.proxy,f=`https://vuejs.org/error-reference/#runtime-${n}`;for(;o;){const a=o.ec;if(a){for(let h=0;h<a.length;h++)if(a[h](e,c,f)===!1)return}o=o.parent}if(i){Xe(),tn(i,null,10,[e,c,f]),Ye();return}}Tl(e,n,r,s,l)}function Tl(e,t,n,s=!0,r=!1){if(r)throw e;console.error(e)}const be=[];let Ve=-1;const Pt=[];let tt=null,At=0;const bi=Promise.resolve();let En=null;function jn(e){const t=En||bi;return e?t.then(this?e.bind(this):e):t}function El(e){let t=Ve+1,n=be.length;for(;t<n;){const s=t+n>>>1,r=be[s],i=Xt(r);i<e||i===e&&r.flags&2?t=s+1:n=s}return t}function Bs(e){if(!(e.flags&1)){const t=Xt(e),n=be[be.length-1];!n||!(e.flags&2)&&t>=Xt(n)?be.push(e):be.splice(El(t),0,e),e.flags|=1,wi()}}function wi(){En||(En=bi.then(Si))}function Cl(e){B(e)?Pt.push(...e):tt&&e.id===-1?tt.splice(At+1,0,e):e.flags&1||(Pt.push(e),e.flags|=1),wi()}function or(e,t,n=Ve+1){for(;n<be.length;n++){const s=be[n];if(s&&s.flags&2){if(e&&s.id!==e.uid)continue;be.splice(n,1),n--,s.flags&4&&(s.flags&=-2),s(),s.flags&4||(s.flags&=-2)}}}function Cn(e){if(Pt.length){const t=[...new Set(Pt)].sort((n,s)=>Xt(n)-Xt(s));if(Pt.length=0,tt){tt.push(...t);return}for(tt=t,At=0;At<tt.length;At++){const n=tt[At];n.flags&4&&(n.flags&=-2),n.flags&8||n(),n.flags&=-2}tt=null,At=0}}const Xt=e=>e.id==null?e.flags&2?-1:1/0:e.id;function Si(e){try{for(Ve=0;Ve<be.length;Ve++){const t=be[Ve];t&&!(t.flags&8)&&(t.flags&4&&(t.flags&=-2),tn(t,t.i,t.i?15:14),t.flags&4||(t.flags&=-2))}}finally{for(;Ve<be.length;Ve++){const t=be[Ve];t&&(t.flags&=-2)}Ve=-1,be.length=0,Cn(),En=null,(be.length||Pt.length)&&Si()}}let Se=null,xi=null;function An(e){const t=Se;return Se=e,xi=e&&e.type.__scopeId||null,t}function Al(e,t=Se,n){if(!t||e._n)return e;const s=(...r)=>{s._d&&On(-1);const i=An(t);let l;try{l=e(...r)}finally{An(i),s._d&&On(1)}return l};return s._n=!0,s._c=!0,s._d=!0,s}function We(e,t,n,s){const r=e.dirs,i=t&&t.dirs;for(let l=0;l<r.length;l++){const o=r[l];i&&(o.oldValue=i[l].value);let c=o.dir[s];c&&(Xe(),De(c,n,8,[e.el,o,e,t]),Ye())}}const Rl=Symbol("_vte"),Ti=e=>e.__isTeleport,qe=Symbol("_leaveCb"),an=Symbol("_enterCb");function Ml(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return Nt(()=>{e.isMounted=!0}),Li(()=>{e.isUnmounting=!0}),e}const Re=[Function,Array],Ei={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:Re,onEnter:Re,onAfterEnter:Re,onEnterCancelled:Re,onBeforeLeave:Re,onLeave:Re,onAfterLeave:Re,onLeaveCancelled:Re,onBeforeAppear:Re,onAppear:Re,onAfterAppear:Re,onAppearCancelled:Re},Ci=e=>{const t=e.subTree;return t.component?Ci(t.component):t},Ol={name:"BaseTransition",props:Ei,setup(e,{slots:t}){const n=xt(),s=Ml();return()=>{const r=t.default&&Mi(t.default(),!0);if(!r||!r.length)return;const i=Ai(r),l=J(e),{mode:o}=l;if(s.isLeaving)return es(i);const c=lr(i);if(!c)return es(i);let f=ws(c,l,s,n,h=>f=h);c.type!==de&&Yt(c,f);let a=n.subTree&&lr(n.subTree);if(a&&a.type!==de&&!ht(a,c)&&Ci(n).type!==de){let h=ws(a,l,s,n);if(Yt(a,h),o==="out-in"&&c.type!==de)return s.isLeaving=!0,h.afterLeave=()=>{s.isLeaving=!1,n.job.flags&8||n.update(),delete h.afterLeave,a=void 0},es(i);o==="in-out"&&c.type!==de?h.delayLeave=(v,y,C)=>{const I=Ri(s,a);I[String(a.key)]=a,v[qe]=()=>{y(),v[qe]=void 0,delete f.delayedLeave,a=void 0},f.delayedLeave=()=>{C(),delete f.delayedLeave,a=void 0}}:a=void 0}else a&&(a=void 0);return i}}};function Ai(e){let t=e[0];if(e.length>1){for(const n of e)if(n.type!==de){t=n;break}}return t}const Pl=Ol;function Ri(e,t){const{leavingVNodes:n}=e;let s=n.get(t.type);return s||(s=Object.create(null),n.set(t.type,s)),s}function ws(e,t,n,s,r){const{appear:i,mode:l,persisted:o=!1,onBeforeEnter:c,onEnter:f,onAfterEnter:a,onEnterCancelled:h,onBeforeLeave:v,onLeave:y,onAfterLeave:C,onLeaveCancelled:I,onBeforeAppear:K,onAppear:H,onAfterAppear:V,onAppearCancelled:p}=t,g=String(e.key),O=Ri(n,e),W=(T,P)=>{T&&De(T,s,9,P)},R=(T,P)=>{const E=P[1];W(T,P),B(T)?T.every(_=>_.length<=1)&&E():T.length<=1&&E()},U={mode:l,persisted:o,beforeEnter(T){let P=c;if(!n.isMounted)if(i)P=K||c;else return;T[qe]&&T[qe](!0);const E=O[g];E&&ht(e,E)&&E.el[qe]&&E.el[qe](),W(P,[T])},enter(T){let P=f,E=a,_=h;if(!n.isMounted)if(i)P=H||f,E=V||a,_=p||h;else return;let N=!1;const Y=T[an]=re=>{N||(N=!0,re?W(_,[T]):W(E,[T]),U.delayedLeave&&U.delayedLeave(),T[an]=void 0)};P?R(P,[T,Y]):Y()},leave(T,P){const E=String(e.key);if(T[an]&&T[an](!0),n.isUnmounting)return P();W(v,[T]);let _=!1;const N=T[qe]=Y=>{_||(_=!0,P(),Y?W(I,[T]):W(C,[T]),T[qe]=void 0,O[E]===e&&delete O[E])};O[E]=e,y?R(y,[T,N]):N()},clone(T){const P=ws(T,t,n,s,r);return r&&r(P),P}};return U}function es(e){if(Vn(e))return e=ot(e),e.children=null,e}function lr(e){if(!Vn(e))return Ti(e.type)&&e.children?Ai(e.children):e;if(e.component)return e.component.subTree;const{shapeFlag:t,children:n}=e;if(n){if(t&16)return n[0];if(t&32&&G(n.default))return n.default()}}function Yt(e,t){e.shapeFlag&6&&e.component?(e.transition=t,Yt(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 Mi(e,t=!1,n){let s=[],r=0;for(let i=0;i<e.length;i++){let l=e[i];const o=n==null?l.key:String(n)+String(l.key!=null?l.key:i);l.type===we?(l.patchFlag&128&&r++,s=s.concat(Mi(l.children,t,o))):(t||l.type!==de)&&s.push(o!=null?ot(l,{key:o}):l)}if(r>1)for(let i=0;i<s.length;i++)s[i].patchFlag=-2;return s}function Oi(e,t){return G(e)?fe({name:e.name},t,{setup:e}):e}function Pi(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}const Rn=new WeakMap;function It(e,t,n,s,r=!1){if(B(e)){e.forEach((C,I)=>It(C,t&&(B(t)?t[I]:t),n,s,r));return}if(vt(s)&&!r){s.shapeFlag&512&&s.type.__asyncResolved&&s.component.subTree.component&&It(e,t,n,s.component.subTree);return}const i=s.shapeFlag&4?Xs(s.component):s.el,l=r?null:i,{i:o,r:c}=e,f=t&&t.r,a=o.refs===se?o.refs={}:o.refs,h=o.setupState,v=J(h),y=h===se?Xr:C=>Q(v,C);if(f!=null&&f!==c){if(cr(t),le(f))a[f]=null,y(f)&&(h[f]=null);else if(ae(f)){f.value=null;const C=t;C.k&&(a[C.k]=null)}}if(G(c))tn(c,o,12,[l,a]);else{const C=le(c),I=ae(c);if(C||I){const K=()=>{if(e.f){const H=C?y(c)?h[c]:a[c]:c.value;if(r)B(H)&&Ls(H,i);else if(B(H))H.includes(i)||H.push(i);else if(C)a[c]=[i],y(c)&&(h[c]=a[c]);else{const V=[i];c.value=V,e.k&&(a[e.k]=V)}}else C?(a[c]=l,y(c)&&(h[c]=l)):I&&(c.value=l,e.k&&(a[e.k]=l))};if(l){const H=()=>{K(),Rn.delete(e)};H.id=-1,Rn.set(e,H),Ce(H,n)}else cr(e),K()}}}function cr(e){const t=Rn.get(e);t&&(t.flags|=8,Rn.delete(e))}let ar=!1;const Ct=()=>{ar||(console.error("Hydration completed but contains mismatches."),ar=!0)},Il=e=>e.namespaceURI.includes("svg")&&e.tagName!=="foreignObject",Ll=e=>e.namespaceURI.includes("MathML"),fn=e=>{if(e.nodeType===1){if(Il(e))return"svg";if(Ll(e))return"mathml"}},un=e=>e.nodeType===8;function Nl(e){const{mt:t,p:n,o:{patchProp:s,createText:r,nextSibling:i,parentNode:l,remove:o,insert:c,createComment:f}}=e,a=(p,g)=>{if(!g.hasChildNodes()){n(null,p,g),Cn(),g._vnode=p;return}h(g.firstChild,p,null,null,null),Cn(),g._vnode=p},h=(p,g,O,W,R,U=!1)=>{U=U||!!g.dynamicChildren;const T=un(p)&&p.data==="[",P=()=>I(p,g,O,W,R,T),{type:E,ref:_,shapeFlag:N,patchFlag:Y}=g;let re=p.nodeType;g.el=p,Y===-2&&(U=!1,g.dynamicChildren=null);let $=null;switch(E){case bt:re!==3?g.children===""?(c(g.el=r(""),l(p),p),$=p):$=P():(p.data!==g.children&&(Ct(),p.data=g.children),$=i(p));break;case de:V(p)?($=i(p),H(g.el=p.content.firstChild,p,O)):re!==8||T?$=P():$=i(p);break;case Ut:if(T&&(p=i(p),re=p.nodeType),re===1||re===3){$=p;const X=!g.children.length;for(let D=0;D<g.staticCount;D++)X&&(g.children+=$.nodeType===1?$.outerHTML:$.data),D===g.staticCount-1&&(g.anchor=$),$=i($);return T?i($):$}else P();break;case we:T?$=C(p,g,O,W,R,U):$=P();break;default:if(N&1)(re!==1||g.type.toLowerCase()!==p.tagName.toLowerCase())&&!V(p)?$=P():$=v(p,g,O,W,R,U);else if(N&6){g.slotScopeIds=R;const X=l(p);if(T?$=K(p):un(p)&&p.data==="teleport start"?$=K(p,p.data,"teleport end"):$=i(p),t(g,X,null,O,W,fn(X),U),vt(g)&&!g.type.__asyncResolved){let D;T?(D=he(we),D.anchor=$?$.previousSibling:X.lastChild):D=p.nodeType===3?co(""):he("div"),D.el=p,g.component.subTree=D}}else N&64?re!==8?$=P():$=g.type.hydrate(p,g,O,W,R,U,e,y):N&128&&($=g.type.hydrate(p,g,O,W,fn(l(p)),R,U,e,h))}return _!=null&&It(_,null,W,g),$},v=(p,g,O,W,R,U)=>{U=U||!!g.dynamicChildren;const{type:T,props:P,patchFlag:E,shapeFlag:_,dirs:N,transition:Y}=g,re=T==="input"||T==="option";if(re||E!==-1){N&&We(g,null,O,"created");let $=!1;if(V(p)){$=zi(null,Y)&&O&&O.vnode.props&&O.vnode.props.appear;const D=p.content.firstChild;if($){const oe=D.getAttribute("class");oe&&(D.$cls=oe),Y.beforeEnter(D)}H(D,p,O),g.el=p=D}if(_&16&&!(P&&(P.innerHTML||P.textContent))){let D=y(p.firstChild,g,p,O,W,R,U);for(;D;){dn(p,1)||Ct();const oe=D;D=D.nextSibling,o(oe)}}else if(_&8){let D=g.children;D[0]===`
`&&(p.tagName==="PRE"||p.tagName==="TEXTAREA")&&(D=D.slice(1)),p.textContent!==D&&(dn(p,0)||Ct(),p.textContent=g.children)}if(P){if(re||!U||E&48){const D=p.tagName.includes("-");for(const oe in P)(re&&(oe.endsWith("value")||oe==="indeterminate")||en(oe)&&!Ot(oe)||oe[0]==="."||D)&&s(p,oe,null,P[oe],void 0,O)}else if(P.onClick)s(p,"onClick",null,P.onClick,void 0,O);else if(E&4&&gt(P.style))for(const D in P.style)P.style[D]}let X;(X=P&&P.onVnodeBeforeMount)&&Me(X,O,g),N&&We(g,null,O,"beforeMount"),((X=P&&P.onVnodeMounted)||N||$)&&ro(()=>{X&&Me(X,O,g),$&&Y.enter(p),N&&We(g,null,O,"mounted")},W)}return p.nextSibling},y=(p,g,O,W,R,U,T)=>{T=T||!!g.dynamicChildren;const P=g.children,E=P.length;for(let _=0;_<E;_++){const N=T?P[_]:P[_]=Oe(P[_]),Y=N.type===bt;p?(Y&&!T&&_+1<E&&Oe(P[_+1]).type===bt&&(c(r(p.data.slice(N.children.length)),O,i(p)),p.data=N.children),p=h(p,N,W,R,U,T)):Y&&!N.children?c(N.el=r(""),O):(dn(O,1)||Ct(),n(null,N,O,null,W,R,fn(O),U))}return p},C=(p,g,O,W,R,U)=>{const{slotScopeIds:T}=g;T&&(R=R?R.concat(T):T);const P=l(p),E=y(i(p),g,P,O,W,R,U);return E&&un(E)&&E.data==="]"?i(g.anchor=E):(Ct(),c(g.anchor=f("]"),P,E),E)},I=(p,g,O,W,R,U)=>{if(dn(p.parentElement,1)||Ct(),g.el=null,U){const E=K(p);for(;;){const _=i(p);if(_&&_!==E)o(_);else break}}const T=i(p),P=l(p);return o(p),n(null,g,P,T,O,W,fn(P),R),O&&(O.vnode.el=g.el,no(O,g.el)),T},K=(p,g="[",O="]")=>{let W=0;for(;p;)if(p=i(p),p&&un(p)&&(p.data===g&&W++,p.data===O)){if(W===0)return i(p);W--}return p},H=(p,g,O)=>{const W=g.parentNode;W&&W.replaceChild(p,g);let R=O;for(;R;)R.vnode.el===g&&(R.vnode.el=R.subTree.el=p),R=R.parent},V=p=>p.nodeType===1&&p.tagName==="TEMPLATE";return[a,h]}const fr="data-allow-mismatch",Fl={0:"text",1:"children",2:"class",3:"style",4:"attribute"};function dn(e,t){if(t===0||t===1)for(;e&&!e.hasAttribute(fr);)e=e.parentElement;const n=e&&e.getAttribute(fr);if(n==null)return!1;if(n==="")return!0;{const s=n.split(",");return t===0&&s.includes("children")?!0:s.includes(Fl[t])}}Fn().requestIdleCallback;Fn().cancelIdleCallback;const vt=e=>!!e.type.__asyncLoader,Vn=e=>e.type.__isKeepAlive;function Hl(e,t){Ii(e,"a",t)}function Dl(e,t){Ii(e,"da",t)}function Ii(e,t,n=ye){const s=e.__wdc||(e.__wdc=()=>{let r=n;for(;r;){if(r.isDeactivated)return;r=r.parent}return e()});if(Wn(t,s,n),n){let r=n.parent;for(;r&&r.parent;)Vn(r.parent.vnode)&&$l(s,t,n,r),r=r.parent}}function $l(e,t,n,s){const r=Wn(t,e,s,!0);kn(()=>{Ls(s[t],r)},n)}function Wn(e,t,n=ye,s=!1){if(n){const r=n[e]||(n[e]=[]),i=t.__weh||(t.__weh=(...l)=>{Xe();const o=nn(n),c=De(t,n,e,l);return o(),Ye(),c});return s?r.unshift(i):r.push(i),i}}const Ze=e=>(t,n=ye)=>{(!Qt||e==="sp")&&Wn(e,(...s)=>t(...s),n)},jl=Ze("bm"),Nt=Ze("m"),Vl=Ze("bu"),Wl=Ze("u"),Li=Ze("bum"),kn=Ze("um"),kl=Ze("sp"),Ul=Ze("rtg"),Bl=Ze("rtc");function Kl(e,t=ye){Wn("ec",e,t)}const Ni="components";function pf(e,t){return Hi(Ni,e,!0,t)||e}const Fi=Symbol.for("v-ndc");function gf(e){return le(e)?Hi(Ni,e,!1)||e:e||Fi}function Hi(e,t,n=!0,s=!1){const r=Se||ye;if(r){const i=r.type;{const o=Oc(i,!1);if(o&&(o===t||o===Ne(t)||o===Nn(Ne(t))))return i}const l=ur(r[e]||i[e],t)||ur(r.appContext[e],t);return!l&&s?i:l}}function ur(e,t){return e&&(e[t]||e[Ne(t)]||e[Nn(Ne(t))])}function mf(e,t,n,s){let r;const i=n,l=B(e);if(l||le(e)){const o=l&&gt(e);let c=!1,f=!1;o&&(c=!Pe(e),f=it(e),e=Dn(e)),r=new Array(e.length);for(let a=0,h=e.length;a<h;a++)r[a]=t(c?f?xn(ue(e[a])):ue(e[a]):e[a],a,void 0,i)}else if(typeof e=="number"){r=new Array(e);for(let o=0;o<e;o++)r[o]=t(o+1,o,void 0,i)}else if(ee(e))if(e[Symbol.iterator])r=Array.from(e,(o,c)=>t(o,c,void 0,i));else{const o=Object.keys(e);r=new Array(o.length);for(let c=0,f=o.length;c<f;c++){const a=o[c];r[c]=t(e[a],a,c,i)}}else r=[];return r}function vf(e,t,n={},s,r){if(Se.ce||Se.parent&&vt(Se.parent)&&Se.parent.ce){const f=Object.keys(n).length>0;return t!=="default"&&(n.name=t),Cs(),As(we,null,[he("slot",n,s&&s())],f?-2:64)}let i=e[t];i&&i._c&&(i._d=!1),Cs();const l=i&&Di(i(n)),o=n.key||l&&l.key,c=As(we,{key:(o&&!Qe(o)?o:`_${t}`)+(!l&&s?"_fb":"")},l||(s?s():[]),l&&e._===1?64:-2);return!r&&c.scopeId&&(c.slotScopeIds=[c.scopeId+"-s"]),i&&i._c&&(i._d=!0),c}function Di(e){return e.some(t=>Jt(t)?!(t.type===de||t.type===we&&!Di(t.children)):!0)?e:null}function yf(e,t){const n={};for(const s in e)n[/[A-Z]/.test(s)?`on:${s}`:vn(s)]=e[s];return n}const Ss=e=>e?ao(e)?Xs(e):Ss(e.parent):null,kt=fe(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=>Ss(e.parent),$root:e=>Ss(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>ji(e),$forceUpdate:e=>e.f||(e.f=()=>{Bs(e.update)}),$nextTick:e=>e.n||(e.n=jn.bind(e.proxy)),$watch:e=>hc.bind(e)}),ts=(e,t)=>e!==se&&!e.__isScriptSetup&&Q(e,t),ql={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:n,setupState:s,data:r,props:i,accessCache:l,type:o,appContext:c}=e;let f;if(t[0]!=="$"){const y=l[t];if(y!==void 0)switch(y){case 1:return s[t];case 2:return r[t];case 4:return n[t];case 3:return i[t]}else{if(ts(s,t))return l[t]=1,s[t];if(r!==se&&Q(r,t))return l[t]=2,r[t];if((f=e.propsOptions[0])&&Q(f,t))return l[t]=3,i[t];if(n!==se&&Q(n,t))return l[t]=4,n[t];xs&&(l[t]=0)}}const a=kt[t];let h,v;if(a)return t==="$attrs"&&ve(e.attrs,"get",""),a(e);if((h=o.__cssModules)&&(h=h[t]))return h;if(n!==se&&Q(n,t))return l[t]=4,n[t];if(v=c.config.globalProperties,Q(v,t))return v[t]},set({_:e},t,n){const{data:s,setupState:r,ctx:i}=e;return ts(r,t)?(r[t]=n,!0):s!==se&&Q(s,t)?(s[t]=n,!0):Q(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(i[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:s,appContext:r,propsOptions:i,type:l}},o){let c,f;return!!(n[o]||e!==se&&o[0]!=="$"&&Q(e,o)||ts(t,o)||(c=i[0])&&Q(c,o)||Q(s,o)||Q(kt,o)||Q(r.config.globalProperties,o)||(f=l.__cssModules)&&f[o])},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:Q(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function _f(){return Gl().slots}function Gl(e){const t=xt();return t.setupContext||(t.setupContext=uo(t))}function dr(e){return B(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let xs=!0;function Xl(e){const t=ji(e),n=e.proxy,s=e.ctx;xs=!1,t.beforeCreate&&hr(t.beforeCreate,e,"bc");const{data:r,computed:i,methods:l,watch:o,provide:c,inject:f,created:a,beforeMount:h,mounted:v,beforeUpdate:y,updated:C,activated:I,deactivated:K,beforeDestroy:H,beforeUnmount:V,destroyed:p,unmounted:g,render:O,renderTracked:W,renderTriggered:R,errorCaptured:U,serverPrefetch:T,expose:P,inheritAttrs:E,components:_,directives:N,filters:Y}=t;if(f&&Yl(f,s,null),l)for(const X in l){const D=l[X];G(D)&&(s[X]=D.bind(n))}if(r){const X=r.call(n,n);ee(X)&&(e.data=Lt(X))}if(xs=!0,i)for(const X in i){const D=i[X],oe=G(D)?D.bind(n,n):G(D.get)?D.get.bind(n,n):ke,sn=!G(D)&&G(D.set)?D.set.bind(n):ke,ct=ie({get:oe,set:sn});Object.defineProperty(s,X,{enumerable:!0,configurable:!0,get:()=>ct.value,set:$e=>ct.value=$e})}if(o)for(const X in o)$i(o[X],s,n,X);if(c){const X=G(c)?c.call(n):c;Reflect.ownKeys(X).forEach(D=>{tc(D,X[D])})}a&&hr(a,e,"c");function $(X,D){B(D)?D.forEach(oe=>X(oe.bind(n))):D&&X(D.bind(n))}if($(jl,h),$(Nt,v),$(Vl,y),$(Wl,C),$(Hl,I),$(Dl,K),$(Kl,U),$(Bl,W),$(Ul,R),$(Li,V),$(kn,g),$(kl,T),B(P))if(P.length){const X=e.exposed||(e.exposed={});P.forEach(D=>{Object.defineProperty(X,D,{get:()=>n[D],set:oe=>n[D]=oe,enumerable:!0})})}else e.exposed||(e.exposed={});O&&e.render===ke&&(e.render=O),E!=null&&(e.inheritAttrs=E),_&&(e.components=_),N&&(e.directives=N),T&&Pi(e)}function Yl(e,t,n=ke){B(e)&&(e=Ts(e));for(const s in e){const r=e[s];let i;ee(r)?"default"in r?i=_t(r.from||s,r.default,!0):i=_t(r.from||s):i=_t(r),ae(i)?Object.defineProperty(t,s,{enumerable:!0,configurable:!0,get:()=>i.value,set:l=>i.value=l}):t[s]=i}}function hr(e,t,n){De(B(e)?e.map(s=>s.bind(t.proxy)):e.bind(t.proxy),t,n)}function $i(e,t,n,s){let r=s.includes(".")?eo(n,s):()=>n[s];if(le(e)){const i=t[e];G(i)&&Le(r,i)}else if(G(e))Le(r,e.bind(n));else if(ee(e))if(B(e))e.forEach(i=>$i(i,t,n,s));else{const i=G(e.handler)?e.handler.bind(n):t[e.handler];G(i)&&Le(r,i,e)}}function ji(e){const t=e.type,{mixins:n,extends:s}=t,{mixins:r,optionsCache:i,config:{optionMergeStrategies:l}}=e.appContext,o=i.get(t);let c;return o?c=o:!r.length&&!n&&!s?c=t:(c={},r.length&&r.forEach(f=>Mn(c,f,l,!0)),Mn(c,t,l)),ee(t)&&i.set(t,c),c}function Mn(e,t,n,s=!1){const{mixins:r,extends:i}=t;i&&Mn(e,i,n,!0),r&&r.forEach(l=>Mn(e,l,n,!0));for(const l in t)if(!(s&&l==="expose")){const o=zl[l]||n&&n[l];e[l]=o?o(e[l],t[l]):t[l]}return e}const zl={data:pr,props:gr,emits:gr,methods:jt,computed:jt,beforeCreate:_e,created:_e,beforeMount:_e,mounted:_e,beforeUpdate:_e,updated:_e,beforeDestroy:_e,beforeUnmount:_e,destroyed:_e,unmounted:_e,activated:_e,deactivated:_e,errorCaptured:_e,serverPrefetch:_e,components:jt,directives:jt,watch:Ql,provide:pr,inject:Jl};function pr(e,t){return t?e?function(){return fe(G(e)?e.call(this,this):e,G(t)?t.call(this,this):t)}:t:e}function Jl(e,t){return jt(Ts(e),Ts(t))}function Ts(e){if(B(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function _e(e,t){return e?[...new Set([].concat(e,t))]:t}function jt(e,t){return e?fe(Object.create(null),e,t):t}function gr(e,t){return e?B(e)&&B(t)?[...new Set([...e,...t])]:fe(Object.create(null),dr(e),dr(t??{})):t}function Ql(e,t){if(!e)return t;if(!t)return e;const n=fe(Object.create(null),e);for(const s in t)n[s]=_e(e[s],t[s]);return n}function Vi(){return{app:null,config:{isNativeTag:Xr,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 Zl=0;function ec(e,t){return function(s,r=null){G(s)||(s=fe({},s)),r!=null&&!ee(r)&&(r=null);const i=Vi(),l=new WeakSet,o=[];let c=!1;const f=i.app={_uid:Zl++,_component:s,_props:r,_container:null,_context:i,_instance:null,version:Ic,get config(){return i.config},set config(a){},use(a,...h){return l.has(a)||(a&&G(a.install)?(l.add(a),a.install(f,...h)):G(a)&&(l.add(a),a(f,...h))),f},mixin(a){return i.mixins.includes(a)||i.mixins.push(a),f},component(a,h){return h?(i.components[a]=h,f):i.components[a]},directive(a,h){return h?(i.directives[a]=h,f):i.directives[a]},mount(a,h,v){if(!c){const y=f._ceVNode||he(s,r);return y.appContext=i,v===!0?v="svg":v===!1&&(v=void 0),h&&t?t(y,a):e(y,a,v),c=!0,f._container=a,a.__vue_app__=f,Xs(y.component)}},onUnmount(a){o.push(a)},unmount(){c&&(De(o,f._instance,16),e(null,f._container),delete f._container.__vue_app__)},provide(a,h){return i.provides[a]=h,f},runWithContext(a){const h=yt;yt=f;try{return a()}finally{yt=h}}};return f}}let yt=null;function tc(e,t){if(ye){let n=ye.provides;const s=ye.parent&&ye.parent.provides;s===n&&(n=ye.provides=Object.create(s)),n[e]=t}}function _t(e,t,n=!1){const s=xt();if(s||yt){let r=yt?yt._context.provides:s?s.parent==null||s.ce?s.vnode.appContext&&s.vnode.appContext.provides:s.parent.provides:void 0;if(r&&e in r)return r[e];if(arguments.length>1)return n&&G(t)?t.call(s&&s.proxy):t}}function Wi(){return!!(xt()||yt)}const ki={},Ui=()=>Object.create(ki),Bi=e=>Object.getPrototypeOf(e)===ki;function nc(e,t,n,s=!1){const r={},i=Ui();e.propsDefaults=Object.create(null),Ki(e,t,r,i);for(const l in e.propsOptions[0])l in r||(r[l]=void 0);n?e.props=s?r:ul(r):e.type.props?e.props=r:e.props=i,e.attrs=i}function sc(e,t,n,s){const{props:r,attrs:i,vnode:{patchFlag:l}}=e,o=J(r),[c]=e.propsOptions;let f=!1;if((s||l>0)&&!(l&16)){if(l&8){const a=e.vnode.dynamicProps;for(let h=0;h<a.length;h++){let v=a[h];if(Bn(e.emitsOptions,v))continue;const y=t[v];if(c)if(Q(i,v))y!==i[v]&&(i[v]=y,f=!0);else{const C=Ne(v);r[C]=Es(c,o,C,y,e,!1)}else y!==i[v]&&(i[v]=y,f=!0)}}}else{Ki(e,t,r,i)&&(f=!0);let a;for(const h in o)(!t||!Q(t,h)&&((a=lt(h))===h||!Q(t,a)))&&(c?n&&(n[h]!==void 0||n[a]!==void 0)&&(r[h]=Es(c,o,h,void 0,e,!0)):delete r[h]);if(i!==o)for(const h in i)(!t||!Q(t,h))&&(delete i[h],f=!0)}f&&Ge(e.attrs,"set","")}function Ki(e,t,n,s){const[r,i]=e.propsOptions;let l=!1,o;if(t)for(let c in t){if(Ot(c))continue;const f=t[c];let a;r&&Q(r,a=Ne(c))?!i||!i.includes(a)?n[a]=f:(o||(o={}))[a]=f:Bn(e.emitsOptions,c)||(!(c in s)||f!==s[c])&&(s[c]=f,l=!0)}if(i){const c=J(n),f=o||se;for(let a=0;a<i.length;a++){const h=i[a];n[h]=Es(r,c,h,f[h],e,!Q(f,h))}}return l}function Es(e,t,n,s,r,i){const l=e[n];if(l!=null){const o=Q(l,"default");if(o&&s===void 0){const c=l.default;if(l.type!==Function&&!l.skipFactory&&G(c)){const{propsDefaults:f}=r;if(n in f)s=f[n];else{const a=nn(r);s=f[n]=c.call(null,t),a()}}else s=c;r.ce&&r.ce._setProp(n,s)}l[0]&&(i&&!o?s=!1:l[1]&&(s===""||s===lt(n))&&(s=!0))}return s}const rc=new WeakMap;function qi(e,t,n=!1){const s=n?rc:t.propsCache,r=s.get(e);if(r)return r;const i=e.props,l={},o=[];let c=!1;if(!G(e)){const a=h=>{c=!0;const[v,y]=qi(h,t,!0);fe(l,v),y&&o.push(...y)};!n&&t.mixins.length&&t.mixins.forEach(a),e.extends&&a(e.extends),e.mixins&&e.mixins.forEach(a)}if(!i&&!c)return ee(e)&&s.set(e,Rt),Rt;if(B(i))for(let a=0;a<i.length;a++){const h=Ne(i[a]);mr(h)&&(l[h]=se)}else if(i)for(const a in i){const h=Ne(a);if(mr(h)){const v=i[a],y=l[h]=B(v)||G(v)?{type:v}:fe({},v),C=y.type;let I=!1,K=!0;if(B(C))for(let H=0;H<C.length;++H){const V=C[H],p=G(V)&&V.name;if(p==="Boolean"){I=!0;break}else p==="String"&&(K=!1)}else I=G(C)&&C.name==="Boolean";y[0]=I,y[1]=K,(I||Q(y,"default"))&&o.push(h)}}const f=[l,o];return ee(e)&&s.set(e,f),f}function mr(e){return e[0]!=="$"&&!Ot(e)}const Ks=e=>e==="_"||e==="_ctx"||e==="$stable",qs=e=>B(e)?e.map(Oe):[Oe(e)],ic=(e,t,n)=>{if(t._n)return t;const s=Al((...r)=>qs(t(...r)),n);return s._c=!1,s},Gi=(e,t,n)=>{const s=e._ctx;for(const r in e){if(Ks(r))continue;const i=e[r];if(G(i))t[r]=ic(r,i,s);else if(i!=null){const l=qs(i);t[r]=()=>l}}},Xi=(e,t)=>{const n=qs(t);e.slots.default=()=>n},Yi=(e,t,n)=>{for(const s in t)(n||!Ks(s))&&(e[s]=t[s])},oc=(e,t,n)=>{const s=e.slots=Ui();if(e.vnode.shapeFlag&32){const r=t._;r?(Yi(s,t,n),n&&Zr(s,"_",r,!0)):Gi(t,s)}else t&&Xi(e,t)},lc=(e,t,n)=>{const{vnode:s,slots:r}=e;let i=!0,l=se;if(s.shapeFlag&32){const o=t._;o?n&&o===1?i=!1:Yi(r,t,n):(i=!t.$stable,Gi(t,r)),l=t}else t&&(Xi(e,t),l={default:1});if(i)for(const o in r)!Ks(o)&&l[o]==null&&delete r[o]},Ce=ro;function cc(e){return ac(e,Nl)}function ac(e,t){const n=Fn();n.__VUE__=!0;const{insert:s,remove:r,patchProp:i,createElement:l,createText:o,createComment:c,setText:f,setElementText:a,parentNode:h,nextSibling:v,setScopeId:y=ke,insertStaticContent:C}=e,I=(u,d,m,S=null,b=null,w=null,L=void 0,M=null,A=!!d.dynamicChildren)=>{if(u===d)return;u&&!ht(u,d)&&(S=rn(u),$e(u,b,w,!0),u=null),d.patchFlag===-2&&(A=!1,d.dynamicChildren=null);const{type:x,ref:k,shapeFlag:F}=d;switch(x){case bt:K(u,d,m,S);break;case de:H(u,d,m,S);break;case Ut:u==null&&V(d,m,S,L);break;case we:_(u,d,m,S,b,w,L,M,A);break;default:F&1?O(u,d,m,S,b,w,L,M,A):F&6?N(u,d,m,S,b,w,L,M,A):(F&64||F&128)&&x.process(u,d,m,S,b,w,L,M,A,Tt)}k!=null&&b?It(k,u&&u.ref,w,d||u,!d):k==null&&u&&u.ref!=null&&It(u.ref,null,w,u,!0)},K=(u,d,m,S)=>{if(u==null)s(d.el=o(d.children),m,S);else{const b=d.el=u.el;d.children!==u.children&&f(b,d.children)}},H=(u,d,m,S)=>{u==null?s(d.el=c(d.children||""),m,S):d.el=u.el},V=(u,d,m,S)=>{[u.el,u.anchor]=C(u.children,d,m,S,u.el,u.anchor)},p=({el:u,anchor:d},m,S)=>{let b;for(;u&&u!==d;)b=v(u),s(u,m,S),u=b;s(d,m,S)},g=({el:u,anchor:d})=>{let m;for(;u&&u!==d;)m=v(u),r(u),u=m;r(d)},O=(u,d,m,S,b,w,L,M,A)=>{d.type==="svg"?L="svg":d.type==="math"&&(L="mathml"),u==null?W(d,m,S,b,w,L,M,A):T(u,d,b,w,L,M,A)},W=(u,d,m,S,b,w,L,M)=>{let A,x;const{props:k,shapeFlag:F,transition:j,dirs:q}=u;if(A=u.el=l(u.type,w,k&&k.is,k),F&8?a(A,u.children):F&16&&U(u.children,A,null,S,b,ns(u,w),L,M),q&&We(u,null,S,"created"),R(A,u,u.scopeId,L,S),k){for(const te in k)te!=="value"&&!Ot(te)&&i(A,te,null,k[te],w,S);"value"in k&&i(A,"value",null,k.value,w),(x=k.onVnodeBeforeMount)&&Me(x,S,u)}q&&We(u,null,S,"beforeMount");const z=zi(b,j);z&&j.beforeEnter(A),s(A,d,m),((x=k&&k.onVnodeMounted)||z||q)&&Ce(()=>{x&&Me(x,S,u),z&&j.enter(A),q&&We(u,null,S,"mounted")},b)},R=(u,d,m,S,b)=>{if(m&&y(u,m),S)for(let w=0;w<S.length;w++)y(u,S[w]);if(b){let w=b.subTree;if(d===w||so(w.type)&&(w.ssContent===d||w.ssFallback===d)){const L=b.vnode;R(u,L,L.scopeId,L.slotScopeIds,b.parent)}}},U=(u,d,m,S,b,w,L,M,A=0)=>{for(let x=A;x<u.length;x++){const k=u[x]=M?nt(u[x]):Oe(u[x]);I(null,k,d,m,S,b,w,L,M)}},T=(u,d,m,S,b,w,L)=>{const M=d.el=u.el;let{patchFlag:A,dynamicChildren:x,dirs:k}=d;A|=u.patchFlag&16;const F=u.props||se,j=d.props||se;let q;if(m&&at(m,!1),(q=j.onVnodeBeforeUpdate)&&Me(q,m,d,u),k&&We(d,u,m,"beforeUpdate"),m&&at(m,!0),(F.innerHTML&&j.innerHTML==null||F.textContent&&j.textContent==null)&&a(M,""),x?P(u.dynamicChildren,x,M,m,S,ns(d,b),w):L||D(u,d,M,null,m,S,ns(d,b),w,!1),A>0){if(A&16)E(M,F,j,m,b);else if(A&2&&F.class!==j.class&&i(M,"class",null,j.class,b),A&4&&i(M,"style",F.style,j.style,b),A&8){const z=d.dynamicProps;for(let te=0;te<z.length;te++){const Z=z[te],xe=F[Z],pe=j[Z];(pe!==xe||Z==="value")&&i(M,Z,xe,pe,b,m)}}A&1&&u.children!==d.children&&a(M,d.children)}else!L&&x==null&&E(M,F,j,m,b);((q=j.onVnodeUpdated)||k)&&Ce(()=>{q&&Me(q,m,d,u),k&&We(d,u,m,"updated")},S)},P=(u,d,m,S,b,w,L)=>{for(let M=0;M<d.length;M++){const A=u[M],x=d[M],k=A.el&&(A.type===we||!ht(A,x)||A.shapeFlag&198)?h(A.el):m;I(A,x,k,null,S,b,w,L,!0)}},E=(u,d,m,S,b)=>{if(d!==m){if(d!==se)for(const w in d)!Ot(w)&&!(w in m)&&i(u,w,d[w],null,b,S);for(const w in m){if(Ot(w))continue;const L=m[w],M=d[w];L!==M&&w!=="value"&&i(u,w,M,L,b,S)}"value"in m&&i(u,"value",d.value,m.value,b)}},_=(u,d,m,S,b,w,L,M,A)=>{const x=d.el=u?u.el:o(""),k=d.anchor=u?u.anchor:o("");let{patchFlag:F,dynamicChildren:j,slotScopeIds:q}=d;q&&(M=M?M.concat(q):q),u==null?(s(x,m,S),s(k,m,S),U(d.children||[],m,k,b,w,L,M,A)):F>0&&F&64&&j&&u.dynamicChildren?(P(u.dynamicChildren,j,m,b,w,L,M),(d.key!=null||b&&d===b.subTree)&&Ji(u,d,!0)):D(u,d,m,k,b,w,L,M,A)},N=(u,d,m,S,b,w,L,M,A)=>{d.slotScopeIds=M,u==null?d.shapeFlag&512?b.ctx.activate(d,m,S,L,A):Y(d,m,S,b,w,L,A):re(u,d,A)},Y=(u,d,m,S,b,w,L)=>{const M=u.component=Cc(u,S,b);if(Vn(u)&&(M.ctx.renderer=Tt),Ac(M,!1,L),M.asyncDep){if(b&&b.registerDep(M,$,L),!u.el){const A=M.subTree=he(de);H(null,A,d,m),u.placeholder=A.el}}else $(M,u,d,m,b,w,L)},re=(u,d,m)=>{const S=d.component=u.component;if(_c(u,d,m))if(S.asyncDep&&!S.asyncResolved){X(S,d,m);return}else S.next=d,S.update();else d.el=u.el,S.vnode=d},$=(u,d,m,S,b,w,L)=>{const M=()=>{if(u.isMounted){let{next:F,bu:j,u:q,parent:z,vnode:te}=u;{const Te=Qi(u);if(Te){F&&(F.el=te.el,X(u,F,L)),Te.asyncDep.then(()=>{u.isUnmounted||M()});return}}let Z=F,xe;at(u,!1),F?(F.el=te.el,X(u,F,L)):F=te,j&&Yn(j),(xe=F.props&&F.props.onVnodeBeforeUpdate)&&Me(xe,z,F,te),at(u,!0);const pe=ss(u),Fe=u.subTree;u.subTree=pe,I(Fe,pe,h(Fe.el),rn(Fe),u,b,w),F.el=pe.el,Z===null&&no(u,pe.el),q&&Ce(q,b),(xe=F.props&&F.props.onVnodeUpdated)&&Ce(()=>Me(xe,z,F,te),b)}else{let F;const{el:j,props:q}=d,{bm:z,m:te,parent:Z,root:xe,type:pe}=u,Fe=vt(d);if(at(u,!1),z&&Yn(z),!Fe&&(F=q&&q.onVnodeBeforeMount)&&Me(F,Z,d),at(u,!0),j&&Xn){const Te=()=>{u.subTree=ss(u),Xn(j,u.subTree,u,b,null)};Fe&&pe.__asyncHydrate?pe.__asyncHydrate(j,u,Te):Te()}else{xe.ce&&xe.ce._def.shadowRoot!==!1&&xe.ce._injectChildStyle(pe);const Te=u.subTree=ss(u);I(null,Te,m,S,u,b,w),d.el=Te.el}if(te&&Ce(te,b),!Fe&&(F=q&&q.onVnodeMounted)){const Te=d;Ce(()=>Me(F,Z,Te),b)}(d.shapeFlag&256||Z&&vt(Z.vnode)&&Z.vnode.shapeFlag&256)&&u.a&&Ce(u.a,b),u.isMounted=!0,d=m=S=null}};u.scope.on();const A=u.effect=new ri(M);u.scope.off();const x=u.update=A.run.bind(A),k=u.job=A.runIfDirty.bind(A);k.i=u,k.id=u.uid,A.scheduler=()=>Bs(k),at(u,!0),x()},X=(u,d,m)=>{d.component=u;const S=u.vnode.props;u.vnode=d,u.next=null,sc(u,d.props,S,m),lc(u,d.children,m),Xe(),or(u),Ye()},D=(u,d,m,S,b,w,L,M,A=!1)=>{const x=u&&u.children,k=u?u.shapeFlag:0,F=d.children,{patchFlag:j,shapeFlag:q}=d;if(j>0){if(j&128){sn(x,F,m,S,b,w,L,M,A);return}else if(j&256){oe(x,F,m,S,b,w,L,M,A);return}}q&8?(k&16&&Ft(x,b,w),F!==x&&a(m,F)):k&16?q&16?sn(x,F,m,S,b,w,L,M,A):Ft(x,b,w,!0):(k&8&&a(m,""),q&16&&U(F,m,S,b,w,L,M,A))},oe=(u,d,m,S,b,w,L,M,A)=>{u=u||Rt,d=d||Rt;const x=u.length,k=d.length,F=Math.min(x,k);let j;for(j=0;j<F;j++){const q=d[j]=A?nt(d[j]):Oe(d[j]);I(u[j],q,m,null,b,w,L,M,A)}x>k?Ft(u,b,w,!0,!1,F):U(d,m,S,b,w,L,M,A,F)},sn=(u,d,m,S,b,w,L,M,A)=>{let x=0;const k=d.length;let F=u.length-1,j=k-1;for(;x<=F&&x<=j;){const q=u[x],z=d[x]=A?nt(d[x]):Oe(d[x]);if(ht(q,z))I(q,z,m,null,b,w,L,M,A);else break;x++}for(;x<=F&&x<=j;){const q=u[F],z=d[j]=A?nt(d[j]):Oe(d[j]);if(ht(q,z))I(q,z,m,null,b,w,L,M,A);else break;F--,j--}if(x>F){if(x<=j){const q=j+1,z=q<k?d[q].el:S;for(;x<=j;)I(null,d[x]=A?nt(d[x]):Oe(d[x]),m,z,b,w,L,M,A),x++}}else if(x>j)for(;x<=F;)$e(u[x],b,w,!0),x++;else{const q=x,z=x,te=new Map;for(x=z;x<=j;x++){const Ee=d[x]=A?nt(d[x]):Oe(d[x]);Ee.key!=null&&te.set(Ee.key,x)}let Z,xe=0;const pe=j-z+1;let Fe=!1,Te=0;const Ht=new Array(pe);for(x=0;x<pe;x++)Ht[x]=0;for(x=q;x<=F;x++){const Ee=u[x];if(xe>=pe){$e(Ee,b,w,!0);continue}let je;if(Ee.key!=null)je=te.get(Ee.key);else for(Z=z;Z<=j;Z++)if(Ht[Z-z]===0&&ht(Ee,d[Z])){je=Z;break}je===void 0?$e(Ee,b,w,!0):(Ht[je-z]=x+1,je>=Te?Te=je:Fe=!0,I(Ee,d[je],m,null,b,w,L,M,A),xe++)}const er=Fe?fc(Ht):Rt;for(Z=er.length-1,x=pe-1;x>=0;x--){const Ee=z+x,je=d[Ee],tr=d[Ee+1],nr=Ee+1<k?tr.el||tr.placeholder:S;Ht[x]===0?I(null,je,m,nr,b,w,L,M,A):Fe&&(Z<0||x!==er[Z]?ct(je,m,nr,2):Z--)}}},ct=(u,d,m,S,b=null)=>{const{el:w,type:L,transition:M,children:A,shapeFlag:x}=u;if(x&6){ct(u.component.subTree,d,m,S);return}if(x&128){u.suspense.move(d,m,S);return}if(x&64){L.move(u,d,m,Tt);return}if(L===we){s(w,d,m);for(let F=0;F<A.length;F++)ct(A[F],d,m,S);s(u.anchor,d,m);return}if(L===Ut){p(u,d,m);return}if(S!==2&&x&1&&M)if(S===0)M.beforeEnter(w),s(w,d,m),Ce(()=>M.enter(w),b);else{const{leave:F,delayLeave:j,afterLeave:q}=M,z=()=>{u.ctx.isUnmounted?r(w):s(w,d,m)},te=()=>{w._isLeaving&&w[qe](!0),F(w,()=>{z(),q&&q()})};j?j(w,z,te):te()}else s(w,d,m)},$e=(u,d,m,S=!1,b=!1)=>{const{type:w,props:L,ref:M,children:A,dynamicChildren:x,shapeFlag:k,patchFlag:F,dirs:j,cacheIndex:q}=u;if(F===-2&&(b=!1),M!=null&&(Xe(),It(M,null,m,u,!0),Ye()),q!=null&&(d.renderCache[q]=void 0),k&256){d.ctx.deactivate(u);return}const z=k&1&&j,te=!vt(u);let Z;if(te&&(Z=L&&L.onVnodeBeforeUnmount)&&Me(Z,d,u),k&6)Oo(u.component,m,S);else{if(k&128){u.suspense.unmount(m,S);return}z&&We(u,null,d,"beforeUnmount"),k&64?u.type.remove(u,d,m,Tt,S):x&&!x.hasOnce&&(w!==we||F>0&&F&64)?Ft(x,d,m,!1,!0):(w===we&&F&384||!b&&k&16)&&Ft(A,d,m),S&&Qs(u)}(te&&(Z=L&&L.onVnodeUnmounted)||z)&&Ce(()=>{Z&&Me(Z,d,u),z&&We(u,null,d,"unmounted")},m)},Qs=u=>{const{type:d,el:m,anchor:S,transition:b}=u;if(d===we){Mo(m,S);return}if(d===Ut){g(u);return}const w=()=>{r(m),b&&!b.persisted&&b.afterLeave&&b.afterLeave()};if(u.shapeFlag&1&&b&&!b.persisted){const{leave:L,delayLeave:M}=b,A=()=>L(m,w);M?M(u.el,w,A):A()}else w()},Mo=(u,d)=>{let m;for(;u!==d;)m=v(u),r(u),u=m;r(d)},Oo=(u,d,m)=>{const{bum:S,scope:b,job:w,subTree:L,um:M,m:A,a:x}=u;vr(A),vr(x),S&&Yn(S),b.stop(),w&&(w.flags|=8,$e(L,u,d,m)),M&&Ce(M,d),Ce(()=>{u.isUnmounted=!0},d)},Ft=(u,d,m,S=!1,b=!1,w=0)=>{for(let L=w;L<u.length;L++)$e(u[L],d,m,S,b)},rn=u=>{if(u.shapeFlag&6)return rn(u.component.subTree);if(u.shapeFlag&128)return u.suspense.next();const d=v(u.anchor||u.el),m=d&&d[Rl];return m?v(m):d};let qn=!1;const Zs=(u,d,m)=>{u==null?d._vnode&&$e(d._vnode,null,null,!0):I(d._vnode||null,u,d,null,null,null,m),d._vnode=u,qn||(qn=!0,or(),Cn(),qn=!1)},Tt={p:I,um:$e,m:ct,r:Qs,mt:Y,mc:U,pc:D,pbc:P,n:rn,o:e};let Gn,Xn;return t&&([Gn,Xn]=t(Tt)),{render:Zs,hydrate:Gn,createApp:ec(Zs,Gn)}}function ns({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 at({effect:e,job:t},n){n?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function zi(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function Ji(e,t,n=!1){const s=e.children,r=t.children;if(B(s)&&B(r))for(let i=0;i<s.length;i++){const l=s[i];let o=r[i];o.shapeFlag&1&&!o.dynamicChildren&&((o.patchFlag<=0||o.patchFlag===32)&&(o=r[i]=nt(r[i]),o.el=l.el),!n&&o.patchFlag!==-2&&Ji(l,o)),o.type===bt&&o.patchFlag!==-1&&(o.el=l.el),o.type===de&&!o.el&&(o.el=l.el)}}function fc(e){const t=e.slice(),n=[0];let s,r,i,l,o;const c=e.length;for(s=0;s<c;s++){const f=e[s];if(f!==0){if(r=n[n.length-1],e[r]<f){t[s]=r,n.push(s);continue}for(i=0,l=n.length-1;i<l;)o=i+l>>1,e[n[o]]<f?i=o+1:l=o;f<e[n[i]]&&(i>0&&(t[s]=n[i-1]),n[i]=s)}}for(i=n.length,l=n[i-1];i-- >0;)n[i]=l,l=t[l];return n}function Qi(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:Qi(t)}function vr(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}const uc=Symbol.for("v-scx"),dc=()=>_t(uc);function Zi(e,t){return Un(e,null,t)}function bf(e,t){return Un(e,null,{flush:"post"})}function Le(e,t,n){return Un(e,t,n)}function Un(e,t,n=se){const{immediate:s,deep:r,flush:i,once:l}=n,o=fe({},n),c=t&&s||!t&&i!=="post";let f;if(Qt){if(i==="sync"){const y=dc();f=y.__watcherHandles||(y.__watcherHandles=[])}else if(!c){const y=()=>{};return y.stop=ke,y.resume=ke,y.pause=ke,y}}const a=ye;o.call=(y,C,I)=>De(y,a,C,I);let h=!1;i==="post"?o.scheduler=y=>{Ce(y,a&&a.suspense)}:i!=="sync"&&(h=!0,o.scheduler=(y,C)=>{C?y():Bs(y)}),o.augmentJob=y=>{t&&(y.flags|=4),h&&(y.flags|=2,a&&(y.id=a.uid,y.i=a))};const v=xl(e,t,o);return Qt&&(f?f.push(v):c&&v()),v}function hc(e,t,n){const s=this.proxy,r=le(e)?e.includes(".")?eo(s,e):()=>s[e]:e.bind(s,s);let i;G(t)?i=t:(i=t.handler,n=t);const l=nn(this),o=Un(r,i.bind(s),n);return l(),o}function eo(e,t){const n=t.split(".");return()=>{let s=e;for(let r=0;r<n.length&&s;r++)s=s[n[r]];return s}}const pc=(e,t)=>t==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${Ne(t)}Modifiers`]||e[`${lt(t)}Modifiers`];function gc(e,t,...n){if(e.isUnmounted)return;const s=e.vnode.props||se;let r=n;const i=t.startsWith("update:"),l=i&&pc(s,t.slice(7));l&&(l.trim&&(r=n.map(a=>le(a)?a.trim():a)),l.number&&(r=n.map(Fo)));let o,c=s[o=vn(t)]||s[o=vn(Ne(t))];!c&&i&&(c=s[o=vn(lt(t))]),c&&De(c,e,6,r);const f=s[o+"Once"];if(f){if(!e.emitted)e.emitted={};else if(e.emitted[o])return;e.emitted[o]=!0,De(f,e,6,r)}}const mc=new WeakMap;function to(e,t,n=!1){const s=n?mc:t.emitsCache,r=s.get(e);if(r!==void 0)return r;const i=e.emits;let l={},o=!1;if(!G(e)){const c=f=>{const a=to(f,t,!0);a&&(o=!0,fe(l,a))};!n&&t.mixins.length&&t.mixins.forEach(c),e.extends&&c(e.extends),e.mixins&&e.mixins.forEach(c)}return!i&&!o?(ee(e)&&s.set(e,null),null):(B(i)?i.forEach(c=>l[c]=null):fe(l,i),ee(e)&&s.set(e,l),l)}function Bn(e,t){return!e||!en(t)?!1:(t=t.slice(2).replace(/Once$/,""),Q(e,t[0].toLowerCase()+t.slice(1))||Q(e,lt(t))||Q(e,t))}function ss(e){const{type:t,vnode:n,proxy:s,withProxy:r,propsOptions:[i],slots:l,attrs:o,emit:c,render:f,renderCache:a,props:h,data:v,setupState:y,ctx:C,inheritAttrs:I}=e,K=An(e);let H,V;try{if(n.shapeFlag&4){const g=r||s,O=g;H=Oe(f.call(O,g,a,h,y,v,C)),V=o}else{const g=t;H=Oe(g.length>1?g(h,{attrs:o,slots:l,emit:c}):g(h,null)),V=t.props?o:vc(o)}}catch(g){Bt.length=0,$n(g,e,1),H=he(de)}let p=H;if(V&&I!==!1){const g=Object.keys(V),{shapeFlag:O}=p;g.length&&O&7&&(i&&g.some(Is)&&(V=yc(V,i)),p=ot(p,V,!1,!0))}return n.dirs&&(p=ot(p,null,!1,!0),p.dirs=p.dirs?p.dirs.concat(n.dirs):n.dirs),n.transition&&Yt(p,n.transition),H=p,An(K),H}const vc=e=>{let t;for(const n in e)(n==="class"||n==="style"||en(n))&&((t||(t={}))[n]=e[n]);return t},yc=(e,t)=>{const n={};for(const s in e)(!Is(s)||!(s.slice(9)in t))&&(n[s]=e[s]);return n};function _c(e,t,n){const{props:s,children:r,component:i}=e,{props:l,children:o,patchFlag:c}=t,f=i.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&c>=0){if(c&1024)return!0;if(c&16)return s?yr(s,l,f):!!l;if(c&8){const a=t.dynamicProps;for(let h=0;h<a.length;h++){const v=a[h];if(l[v]!==s[v]&&!Bn(f,v))return!0}}}else return(r||o)&&(!o||!o.$stable)?!0:s===l?!1:s?l?yr(s,l,f):!0:!!l;return!1}function yr(e,t,n){const s=Object.keys(t);if(s.length!==Object.keys(e).length)return!0;for(let r=0;r<s.length;r++){const i=s[r];if(t[i]!==e[i]&&!Bn(n,i))return!0}return!1}function no({vnode:e,parent:t},n){for(;t;){const s=t.subTree;if(s.suspense&&s.suspense.activeBranch===e&&(s.el=e.el),s===e)(e=t.vnode).el=n,t=t.parent;else break}}const so=e=>e.__isSuspense;function ro(e,t){t&&t.pendingBranch?B(e)?t.effects.push(...e):t.effects.push(e):Cl(e)}const we=Symbol.for("v-fgt"),bt=Symbol.for("v-txt"),de=Symbol.for("v-cmt"),Ut=Symbol.for("v-stc"),Bt=[];let Ae=null;function Cs(e=!1){Bt.push(Ae=e?null:[])}function bc(){Bt.pop(),Ae=Bt[Bt.length-1]||null}let zt=1;function On(e,t=!1){zt+=e,e<0&&Ae&&t&&(Ae.hasOnce=!0)}function io(e){return e.dynamicChildren=zt>0?Ae||Rt:null,bc(),zt>0&&Ae&&Ae.push(e),e}function wf(e,t,n,s,r,i){return io(lo(e,t,n,s,r,i,!0))}function As(e,t,n,s,r){return io(he(e,t,n,s,r,!0))}function Jt(e){return e?e.__v_isVNode===!0:!1}function ht(e,t){return e.type===t.type&&e.key===t.key}const oo=({key:e})=>e??null,_n=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?le(e)||ae(e)||G(e)?{i:Se,r:e,k:t,f:!!n}:e:null);function lo(e,t=null,n=null,s=0,r=null,i=e===we?0:1,l=!1,o=!1){const c={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&oo(t),ref:t&&_n(t),scopeId:xi,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:i,patchFlag:s,dynamicProps:r,dynamicChildren:null,appContext:null,ctx:Se};return o?(Gs(c,n),i&128&&e.normalize(c)):n&&(c.shapeFlag|=le(n)?8:16),zt>0&&!l&&Ae&&(c.patchFlag>0||i&6)&&c.patchFlag!==32&&Ae.push(c),c}const he=wc;function wc(e,t=null,n=null,s=0,r=null,i=!1){if((!e||e===Fi)&&(e=de),Jt(e)){const o=ot(e,t,!0);return n&&Gs(o,n),zt>0&&!i&&Ae&&(o.shapeFlag&6?Ae[Ae.indexOf(e)]=o:Ae.push(o)),o.patchFlag=-2,o}if(Pc(e)&&(e=e.__vccOpts),t){t=Sc(t);let{class:o,style:c}=t;o&&!le(o)&&(t.class=Hs(o)),ee(c)&&(ks(c)&&!B(c)&&(c=fe({},c)),t.style=Fs(c))}const l=le(e)?1:so(e)?128:Ti(e)?64:ee(e)?4:G(e)?2:0;return lo(e,t,n,s,r,l,i,!0)}function Sc(e){return e?ks(e)||Bi(e)?fe({},e):e:null}function ot(e,t,n=!1,s=!1){const{props:r,ref:i,patchFlag:l,children:o,transition:c}=e,f=t?xc(r||{},t):r,a={__v_isVNode:!0,__v_skip:!0,type:e.type,props:f,key:f&&oo(f),ref:t&&t.ref?n&&i?B(i)?i.concat(_n(t)):[i,_n(t)]:_n(t):i,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:o,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==we?l===-1?16:l|16:l,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:c,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&ot(e.ssContent),ssFallback:e.ssFallback&&ot(e.ssFallback),placeholder:e.placeholder,el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return c&&s&&Yt(a,c.clone(a)),a}function co(e=" ",t=0){return he(bt,null,e,t)}function Sf(e,t){const n=he(Ut,null,e);return n.staticCount=t,n}function xf(e="",t=!1){return t?(Cs(),As(de,null,e)):he(de,null,e)}function Oe(e){return e==null||typeof e=="boolean"?he(de):B(e)?he(we,null,e.slice()):Jt(e)?nt(e):he(bt,null,String(e))}function nt(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:ot(e)}function Gs(e,t){let n=0;const{shapeFlag:s}=e;if(t==null)t=null;else if(B(t))n=16;else if(typeof t=="object")if(s&65){const r=t.default;r&&(r._c&&(r._d=!1),Gs(e,r()),r._c&&(r._d=!0));return}else{n=32;const r=t._;!r&&!Bi(t)?t._ctx=Se:r===3&&Se&&(Se.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else G(t)?(t={default:t,_ctx:Se},n=32):(t=String(t),s&64?(n=16,t=[co(t)]):n=8);e.children=t,e.shapeFlag|=n}function xc(...e){const t={};for(let n=0;n<e.length;n++){const s=e[n];for(const r in s)if(r==="class")t.class!==s.class&&(t.class=Hs([t.class,s.class]));else if(r==="style")t.style=Fs([t.style,s.style]);else if(en(r)){const i=t[r],l=s[r];l&&i!==l&&!(B(i)&&i.includes(l))&&(t[r]=i?[].concat(i,l):l)}else r!==""&&(t[r]=s[r])}return t}function Me(e,t,n,s=null){De(e,t,7,[n,s])}const Tc=Vi();let Ec=0;function Cc(e,t,n){const s=e.type,r=(t?t.appContext:e.appContext)||Tc,i={uid:Ec++,vnode:e,type:s,parent:t,appContext:r,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new Bo(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(r.provides),ids:t?t.ids:["",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:qi(s,r),emitsOptions:to(s,r),emit:null,emitted:null,propsDefaults:se,inheritAttrs:s.inheritAttrs,ctx:se,data:se,props:se,attrs:se,slots:se,refs:se,setupState:se,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 i.ctx={_:i},i.root=t?t.root:i,i.emit=gc.bind(null,i),e.ce&&e.ce(i),i}let ye=null;const xt=()=>ye||Se;let Pn,Rs;{const e=Fn(),t=(n,s)=>{let r;return(r=e[n])||(r=e[n]=[]),r.push(s),i=>{r.length>1?r.forEach(l=>l(i)):r[0](i)}};Pn=t("__VUE_INSTANCE_SETTERS__",n=>ye=n),Rs=t("__VUE_SSR_SETTERS__",n=>Qt=n)}const nn=e=>{const t=ye;return Pn(e),e.scope.on(),()=>{e.scope.off(),Pn(t)}},_r=()=>{ye&&ye.scope.off(),Pn(null)};function ao(e){return e.vnode.shapeFlag&4}let Qt=!1;function Ac(e,t=!1,n=!1){t&&Rs(t);const{props:s,children:r}=e.vnode,i=ao(e);nc(e,s,i,t),oc(e,r,n||t);const l=i?Rc(e,t):void 0;return t&&Rs(!1),l}function Rc(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,ql);const{setup:s}=n;if(s){Xe();const r=e.setupContext=s.length>1?uo(e):null,i=nn(e),l=tn(s,e,0,[e.props,r]),o=zr(l);if(Ye(),i(),(o||e.sp)&&!vt(e)&&Pi(e),o){if(l.then(_r,_r),t)return l.then(c=>{br(e,c)}).catch(c=>{$n(c,e,0)});e.asyncDep=l}else br(e,l)}else fo(e)}function br(e,t,n){G(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:ee(t)&&(e.setupState=_i(t)),fo(e)}function fo(e,t,n){const s=e.type;e.render||(e.render=s.render||ke);{const r=nn(e);Xe();try{Xl(e)}finally{Ye(),r()}}}const Mc={get(e,t){return ve(e,"get",""),e[t]}};function uo(e){const t=n=>{e.exposed=n||{}};return{attrs:new Proxy(e.attrs,Mc),slots:e.slots,emit:e.emit,expose:t}}function Xs(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(_i(yn(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in kt)return kt[n](e)},has(t,n){return n in t||n in kt}})):e.proxy}function Oc(e,t=!0){return G(e)?e.displayName||e.name:e.name||t&&e.__name}function Pc(e){return G(e)&&"__vccOpts"in e}const ie=(e,t)=>wl(e,t,Qt);function Ms(e,t,n){try{On(-1);const s=arguments.length;return s===2?ee(t)&&!B(t)?Jt(t)?he(e,null,[t]):he(e,t):he(e,null,t):(s>3?n=Array.prototype.slice.call(arguments,2):s===3&&Jt(n)&&(n=[n]),he(e,t,n))}finally{On(1)}}const Ic="3.5.22";/**
* @vue/runtime-dom v3.5.22
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/let Os;const wr=typeof window<"u"&&window.trustedTypes;if(wr)try{Os=wr.createPolicy("vue",{createHTML:e=>e})}catch{}const ho=Os?e=>Os.createHTML(e):e=>e,Lc="http://www.w3.org/2000/svg",Nc="http://www.w3.org/1998/Math/MathML",Ke=typeof document<"u"?document:null,Sr=Ke&&Ke.createElement("template"),Fc={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,s)=>{const r=t==="svg"?Ke.createElementNS(Lc,e):t==="mathml"?Ke.createElementNS(Nc,e):n?Ke.createElement(e,{is:n}):Ke.createElement(e);return e==="select"&&s&&s.multiple!=null&&r.setAttribute("multiple",s.multiple),r},createText:e=>Ke.createTextNode(e),createComment:e=>Ke.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>Ke.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,s,r,i){const l=n?n.previousSibling:t.lastChild;if(r&&(r===i||r.nextSibling))for(;t.insertBefore(r.cloneNode(!0),n),!(r===i||!(r=r.nextSibling)););else{Sr.innerHTML=ho(s==="svg"?`<svg>${e}</svg>`:s==="mathml"?`<math>${e}</math>`:e);const o=Sr.content;if(s==="svg"||s==="mathml"){const c=o.firstChild;for(;c.firstChild;)o.appendChild(c.firstChild);o.removeChild(c)}t.insertBefore(o,n)}return[l?l.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},et="transition",$t="animation",Zt=Symbol("_vtc"),po={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},Hc=fe({},Ei,po),Dc=e=>(e.displayName="Transition",e.props=Hc,e),Tf=Dc((e,{slots:t})=>Ms(Pl,$c(e),t)),ft=(e,t=[])=>{B(e)?e.forEach(n=>n(...t)):e&&e(...t)},xr=e=>e?B(e)?e.some(t=>t.length>1):e.length>1:!1;function $c(e){const t={};for(const _ in e)_ in po||(t[_]=e[_]);if(e.css===!1)return t;const{name:n="v",type:s,duration:r,enterFromClass:i=`${n}-enter-from`,enterActiveClass:l=`${n}-enter-active`,enterToClass:o=`${n}-enter-to`,appearFromClass:c=i,appearActiveClass:f=l,appearToClass:a=o,leaveFromClass:h=`${n}-leave-from`,leaveActiveClass:v=`${n}-leave-active`,leaveToClass:y=`${n}-leave-to`}=e,C=jc(r),I=C&&C[0],K=C&&C[1],{onBeforeEnter:H,onEnter:V,onEnterCancelled:p,onLeave:g,onLeaveCancelled:O,onBeforeAppear:W=H,onAppear:R=V,onAppearCancelled:U=p}=t,T=(_,N,Y,re)=>{_._enterCancelled=re,ut(_,N?a:o),ut(_,N?f:l),Y&&Y()},P=(_,N)=>{_._isLeaving=!1,ut(_,h),ut(_,y),ut(_,v),N&&N()},E=_=>(N,Y)=>{const re=_?R:V,$=()=>T(N,_,Y);ft(re,[N,$]),Tr(()=>{ut(N,_?c:i),Be(N,_?a:o),xr(re)||Er(N,s,I,$)})};return fe(t,{onBeforeEnter(_){ft(H,[_]),Be(_,i),Be(_,l)},onBeforeAppear(_){ft(W,[_]),Be(_,c),Be(_,f)},onEnter:E(!1),onAppear:E(!0),onLeave(_,N){_._isLeaving=!0;const Y=()=>P(_,N);Be(_,h),_._enterCancelled?(Be(_,v),Rr(_)):(Rr(_),Be(_,v)),Tr(()=>{_._isLeaving&&(ut(_,h),Be(_,y),xr(g)||Er(_,s,K,Y))}),ft(g,[_,Y])},onEnterCancelled(_){T(_,!1,void 0,!0),ft(p,[_])},onAppearCancelled(_){T(_,!0,void 0,!0),ft(U,[_])},onLeaveCancelled(_){P(_),ft(O,[_])}})}function jc(e){if(e==null)return null;if(ee(e))return[rs(e.enter),rs(e.leave)];{const t=rs(e);return[t,t]}}function rs(e){return Ho(e)}function Be(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e[Zt]||(e[Zt]=new Set)).add(t)}function ut(e,t){t.split(/\s+/).forEach(s=>s&&e.classList.remove(s));const n=e[Zt];n&&(n.delete(t),n.size||(e[Zt]=void 0))}function Tr(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let Vc=0;function Er(e,t,n,s){const r=e._endId=++Vc,i=()=>{r===e._endId&&s()};if(n!=null)return setTimeout(i,n);const{type:l,timeout:o,propCount:c}=Wc(e,t);if(!l)return s();const f=l+"end";let a=0;const h=()=>{e.removeEventListener(f,v),i()},v=y=>{y.target===e&&++a>=c&&h()};setTimeout(()=>{a<c&&h()},o+1),e.addEventListener(f,v)}function Wc(e,t){const n=window.getComputedStyle(e),s=C=>(n[C]||"").split(", "),r=s(`${et}Delay`),i=s(`${et}Duration`),l=Cr(r,i),o=s(`${$t}Delay`),c=s(`${$t}Duration`),f=Cr(o,c);let a=null,h=0,v=0;t===et?l>0&&(a=et,h=l,v=i.length):t===$t?f>0&&(a=$t,h=f,v=c.length):(h=Math.max(l,f),a=h>0?l>f?et:$t:null,v=a?a===et?i.length:c.length:0);const y=a===et&&/\b(?:transform|all)(?:,|$)/.test(s(`${et}Property`).toString());return{type:a,timeout:h,propCount:v,hasTransform:y}}function Cr(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max(...t.map((n,s)=>Ar(n)+Ar(e[s])))}function Ar(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function Rr(e){return(e?e.ownerDocument:document).body.offsetHeight}function kc(e,t,n){const s=e[Zt];s&&(t=(t?[t,...s]:[...s]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const Mr=Symbol("_vod"),Uc=Symbol("_vsh"),Bc=Symbol(""),Kc=/(?:^|;)\s*display\s*:/;function qc(e,t,n){const s=e.style,r=le(n);let i=!1;if(n&&!r){if(t)if(le(t))for(const l of t.split(";")){const o=l.slice(0,l.indexOf(":")).trim();n[o]==null&&bn(s,o,"")}else for(const l in t)n[l]==null&&bn(s,l,"");for(const l in n)l==="display"&&(i=!0),bn(s,l,n[l])}else if(r){if(t!==n){const l=s[Bc];l&&(n+=";"+l),s.cssText=n,i=Kc.test(n)}}else t&&e.removeAttribute("style");Mr in e&&(e[Mr]=i?s.display:"",e[Uc]&&(s.display="none"))}const Or=/\s*!important$/;function bn(e,t,n){if(B(n))n.forEach(s=>bn(e,t,s));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const s=Gc(e,t);Or.test(n)?e.setProperty(lt(s),n.replace(Or,""),"important"):e[s]=n}}const Pr=["Webkit","Moz","ms"],is={};function Gc(e,t){const n=is[t];if(n)return n;let s=Ne(t);if(s!=="filter"&&s in e)return is[t]=s;s=Nn(s);for(let r=0;r<Pr.length;r++){const i=Pr[r]+s;if(i in e)return is[t]=i}return t}const Ir="http://www.w3.org/1999/xlink";function Lr(e,t,n,s,r,i=ko(t)){s&&t.startsWith("xlink:")?n==null?e.removeAttributeNS(Ir,t.slice(6,t.length)):e.setAttributeNS(Ir,t,n):n==null||i&&!ei(n)?e.removeAttribute(t):e.setAttribute(t,i?"":Qe(n)?String(n):n)}function Nr(e,t,n,s,r){if(t==="innerHTML"||t==="textContent"){n!=null&&(e[t]=t==="innerHTML"?ho(n):n);return}const i=e.tagName;if(t==="value"&&i!=="PROGRESS"&&!i.includes("-")){const o=i==="OPTION"?e.getAttribute("value")||"":e.value,c=n==null?e.type==="checkbox"?"on":"":String(n);(o!==c||!("_value"in e))&&(e.value=c),n==null&&e.removeAttribute(t),e._value=n;return}let l=!1;if(n===""||n==null){const o=typeof e[t];o==="boolean"?n=ei(n):n==null&&o==="string"?(n="",l=!0):o==="number"&&(n=0,l=!0)}try{e[t]=n}catch{}l&&e.removeAttribute(r||t)}function Xc(e,t,n,s){e.addEventListener(t,n,s)}function Yc(e,t,n,s){e.removeEventListener(t,n,s)}const Fr=Symbol("_vei");function zc(e,t,n,s,r=null){const i=e[Fr]||(e[Fr]={}),l=i[t];if(s&&l)l.value=s;else{const[o,c]=Jc(t);if(s){const f=i[t]=ea(s,r);Xc(e,o,f,c)}else l&&(Yc(e,o,l,c),i[t]=void 0)}}const Hr=/(?:Once|Passive|Capture)$/;function Jc(e){let t;if(Hr.test(e)){t={};let s;for(;s=e.match(Hr);)e=e.slice(0,e.length-s[0].length),t[s[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):lt(e.slice(2)),t]}let os=0;const Qc=Promise.resolve(),Zc=()=>os||(Qc.then(()=>os=0),os=Date.now());function ea(e,t){const n=s=>{if(!s._vts)s._vts=Date.now();else if(s._vts<=n.attached)return;De(ta(s,n.value),t,5,[s])};return n.value=e,n.attached=Zc(),n}function ta(e,t){if(B(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(s=>r=>!r._stopped&&s&&s(r))}else return t}const Dr=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,na=(e,t,n,s,r,i)=>{const l=r==="svg";t==="class"?kc(e,s,l):t==="style"?qc(e,n,s):en(t)?Is(t)||zc(e,t,n,s,i):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):sa(e,t,s,l))?(Nr(e,t,s),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&Lr(e,t,s,l,i,t!=="value")):e._isVueCE&&(/[A-Z]/.test(t)||!le(s))?Nr(e,Ne(t),s,i,t):(t==="true-value"?e._trueValue=s:t==="false-value"&&(e._falseValue=s),Lr(e,t,s,l))};function sa(e,t,n,s){if(s)return!!(t==="innerHTML"||t==="textContent"||t in e&&Dr(t)&&G(n));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="autocorrect"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const r=e.tagName;if(r==="IMG"||r==="VIDEO"||r==="CANVAS"||r==="SOURCE")return!1}return Dr(t)&&le(n)?!1:t in e}const ra=["ctrl","shift","alt","meta"],ia={stop:e=>e.stopPropagation(),prevent:e=>e.preventDefault(),self:e=>e.target!==e.currentTarget,ctrl:e=>!e.ctrlKey,shift:e=>!e.shiftKey,alt:e=>!e.altKey,meta:e=>!e.metaKey,left:e=>"button"in e&&e.button!==0,middle:e=>"button"in e&&e.button!==1,right:e=>"button"in e&&e.button!==2,exact:(e,t)=>ra.some(n=>e[`${n}Key`]&&!t.includes(n))},Ef=(e,t)=>{const n=e._withMods||(e._withMods={}),s=t.join(".");return n[s]||(n[s]=(r,...i)=>{for(let l=0;l<t.length;l++){const o=ia[t[l]];if(o&&o(r,t))return}return e(r,...i)})},oa={esc:"escape",space:" ",up:"arrow-up",left:"arrow-left",right:"arrow-right",down:"arrow-down",delete:"backspace"},Cf=(e,t)=>{const n=e._withKeys||(e._withKeys={}),s=t.join(".");return n[s]||(n[s]=r=>{if(!("key"in r))return;const i=lt(r.key);if(t.some(l=>l===i||oa[l]===i))return e(r)})},la=fe({patchProp:na},Fc);let ls,$r=!1;function ca(){return ls=$r?ls:cc(la),$r=!0,ls}const Af=(...e)=>{const t=ca().createApp(...e),{mount:n}=t;return t.mount=s=>{const r=fa(s);if(r)return n(r,!0,aa(r))},t};function aa(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function fa(e){return le(e)?document.querySelector(e):e}const ua=window.__VP_SITE_DATA__;function go(e){return si()?(Ko(e),!0):!1}const cs=new WeakMap,da=(...e)=>{var t;const n=e[0],s=(t=xt())==null?void 0:t.proxy;if(s==null&&!Wi())throw new Error("injectLocal must be called in setup");return s&&cs.has(s)&&n in cs.get(s)?cs.get(s)[n]:_t(...e)},mo=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const ha=Object.prototype.toString,pa=e=>ha.call(e)==="[object Object]",St=()=>{},jr=ga();function ga(){var e,t;return mo&&((e=window==null?void 0:window.navigator)==null?void 0:e.userAgent)&&(/iP(?:ad|hone|od)/.test(window.navigator.userAgent)||((t=window==null?void 0:window.navigator)==null?void 0:t.maxTouchPoints)>2&&/iPad|Macintosh/.test(window==null?void 0:window.navigator.userAgent))}function Ys(e,t){function n(...s){return new Promise((r,i)=>{Promise.resolve(e(()=>t.apply(this,s),{fn:t,thisArg:this,args:s})).then(r).catch(i)})}return n}const vo=e=>e();function ma(e,t={}){let n,s,r=St;const i=c=>{clearTimeout(c),r(),r=St};let l;return c=>{const f=ce(e),a=ce(t.maxWait);return n&&i(n),f<=0||a!==void 0&&a<=0?(s&&(i(s),s=null),Promise.resolve(c())):new Promise((h,v)=>{r=t.rejectOnCancel?v:h,l=c,a&&!s&&(s=setTimeout(()=>{n&&i(n),s=null,h(l())},a)),n=setTimeout(()=>{s&&i(s),s=null,h(c())},f)})}}function va(...e){let t=0,n,s=!0,r=St,i,l,o,c,f;!ae(e[0])&&typeof e[0]=="object"?{delay:l,trailing:o=!0,leading:c=!0,rejectOnCancel:f=!1}=e[0]:[l,o=!0,c=!0,f=!1]=e;const a=()=>{n&&(clearTimeout(n),n=void 0,r(),r=St)};return v=>{const y=ce(l),C=Date.now()-t,I=()=>i=v();return a(),y<=0?(t=Date.now(),I()):(C>y&&(c||!s)?(t=Date.now(),I()):o&&(i=new Promise((K,H)=>{r=f?H:K,n=setTimeout(()=>{t=Date.now(),s=!0,K(I()),a()},Math.max(0,y-C))})),!c&&!n&&(n=setTimeout(()=>s=!0,y)),s=!1,i)}}function ya(e=vo,t={}){const{initialState:n="active"}=t,s=zs(n==="active");function r(){s.value=!1}function i(){s.value=!0}const l=(...o)=>{s.value&&e(...o)};return{isActive:Gt(s),pause:r,resume:i,eventFilter:l}}function Vr(e){return e.endsWith("rem")?Number.parseFloat(e)*16:Number.parseFloat(e)}function _a(e){return xt()}function as(e){return Array.isArray(e)?e:[e]}function zs(...e){if(e.length!==1)return yl(...e);const t=e[0];return typeof t=="function"?Gt(gl(()=>({get:t,set:St}))):mt(t)}function ba(e,t=200,n={}){return Ys(ma(t,n),e)}function wa(e,t=200,n=!1,s=!0,r=!1){return Ys(va(t,n,s,r),e)}function Sa(e,t,n={}){const{eventFilter:s=vo,...r}=n;return Le(e,Ys(s,t),r)}function xa(e,t,n={}){const{eventFilter:s,initialState:r="active",...i}=n,{eventFilter:l,pause:o,resume:c,isActive:f}=ya(s,{initialState:r});return{stop:Sa(e,t,{...i,eventFilter:l}),pause:o,resume:c,isActive:f}}function Kn(e,t=!0,n){_a()?Nt(e,n):t?e():jn(e)}function Ta(e,t,n){return Le(e,t,{...n,immediate:!0})}const ze=mo?window:void 0;function Js(e){var t;const n=ce(e);return(t=n==null?void 0:n.$el)!=null?t:n}function Je(...e){const t=[],n=()=>{t.forEach(o=>o()),t.length=0},s=(o,c,f,a)=>(o.addEventListener(c,f,a),()=>o.removeEventListener(c,f,a)),r=ie(()=>{const o=as(ce(e[0])).filter(c=>c!=null);return o.every(c=>typeof c!="string")?o:void 0}),i=Ta(()=>{var o,c;return[(c=(o=r.value)==null?void 0:o.map(f=>Js(f)))!=null?c:[ze].filter(f=>f!=null),as(ce(r.value?e[1]:e[0])),as(Us(r.value?e[2]:e[1])),ce(r.value?e[3]:e[2])]},([o,c,f,a])=>{if(n(),!(o!=null&&o.length)||!(c!=null&&c.length)||!(f!=null&&f.length))return;const h=pa(a)?{...a}:a;t.push(...o.flatMap(v=>c.flatMap(y=>f.map(C=>s(v,y,C,h)))))},{flush:"post"}),l=()=>{i(),n()};return go(n),l}function Ea(){const e=Ie(!1),t=xt();return t&&Nt(()=>{e.value=!0},t),e}function Ca(e){const t=Ea();return ie(()=>(t.value,!!e()))}function Aa(e){return typeof e=="function"?e:typeof e=="string"?t=>t.key===e:Array.isArray(e)?t=>e.includes(t.key):()=>!0}function Rf(...e){let t,n,s={};e.length===3?(t=e[0],n=e[1],s=e[2]):e.length===2?typeof e[1]=="object"?(t=!0,n=e[0],s=e[1]):(t=e[0],n=e[1]):(t=!0,n=e[0]);const{target:r=ze,eventName:i="keydown",passive:l=!1,dedupe:o=!1}=s,c=Aa(t);return Je(r,i,a=>{a.repeat&&ce(o)||c(a)&&n(a)},l)}const Ra=Symbol("vueuse-ssr-width");function Ma(){const e=Wi()?da(Ra,null):null;return typeof e=="number"?e:void 0}function yo(e,t={}){const{window:n=ze,ssrWidth:s=Ma()}=t,r=Ca(()=>n&&"matchMedia"in n&&typeof n.matchMedia=="function"),i=Ie(typeof s=="number"),l=Ie(),o=Ie(!1),c=f=>{o.value=f.matches};return Zi(()=>{if(i.value){i.value=!r.value;const f=ce(e).split(",");o.value=f.some(a=>{const h=a.includes("not all"),v=a.match(/\(\s*min-width:\s*(-?\d+(?:\.\d*)?[a-z]+\s*)\)/),y=a.match(/\(\s*max-width:\s*(-?\d+(?:\.\d*)?[a-z]+\s*)\)/);let C=!!(v||y);return v&&C&&(C=s>=Vr(v[1])),y&&C&&(C=s<=Vr(y[1])),h?!C:C});return}r.value&&(l.value=n.matchMedia(ce(e)),o.value=l.value.matches)}),Je(l,"change",c,{passive:!0}),ie(()=>o.value)}const hn=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},pn="__vueuse_ssr_handlers__",Oa=Pa();function Pa(){return pn in hn||(hn[pn]=hn[pn]||{}),hn[pn]}function _o(e,t){return Oa[e]||t}function bo(e){return yo("(prefers-color-scheme: dark)",e)}function Ia(e){return e==null?"any":e instanceof Set?"set":e instanceof Map?"map":e instanceof Date?"date":typeof e=="boolean"?"boolean":typeof e=="string"?"string":typeof e=="object"?"object":Number.isNaN(e)?"any":"number"}const La={boolean:{read:e=>e==="true",write:e=>String(e)},object:{read:e=>JSON.parse(e),write:e=>JSON.stringify(e)},number:{read:e=>Number.parseFloat(e),write:e=>String(e)},any:{read:e=>e,write:e=>String(e)},string:{read:e=>e,write:e=>String(e)},map:{read:e=>new Map(JSON.parse(e)),write:e=>JSON.stringify(Array.from(e.entries()))},set:{read:e=>new Set(JSON.parse(e)),write:e=>JSON.stringify(Array.from(e))},date:{read:e=>new Date(e),write:e=>e.toISOString()}},Wr="vueuse-storage";function Na(e,t,n,s={}){var r;const{flush:i="pre",deep:l=!0,listenToStorageChanges:o=!0,writeDefaults:c=!0,mergeDefaults:f=!1,shallow:a,window:h=ze,eventFilter:v,onError:y=E=>{console.error(E)},initOnMounted:C}=s,I=(a?Ie:mt)(typeof t=="function"?t():t),K=ie(()=>ce(e));if(!n)try{n=_o("getDefaultStorage",()=>{var E;return(E=ze)==null?void 0:E.localStorage})()}catch(E){y(E)}if(!n)return I;const H=ce(t),V=Ia(H),p=(r=s.serializer)!=null?r:La[V],{pause:g,resume:O}=xa(I,()=>R(I.value),{flush:i,deep:l,eventFilter:v});Le(K,()=>T(),{flush:i}),h&&o&&Kn(()=>{n instanceof Storage?Je(h,"storage",T,{passive:!0}):Je(h,Wr,P),C&&T()}),C||T();function W(E,_){if(h){const N={key:K.value,oldValue:E,newValue:_,storageArea:n};h.dispatchEvent(n instanceof Storage?new StorageEvent("storage",N):new CustomEvent(Wr,{detail:N}))}}function R(E){try{const _=n.getItem(K.value);if(E==null)W(_,null),n.removeItem(K.value);else{const N=p.write(E);_!==N&&(n.setItem(K.value,N),W(_,N))}}catch(_){y(_)}}function U(E){const _=E?E.newValue:n.getItem(K.value);if(_==null)return c&&H!=null&&n.setItem(K.value,p.write(H)),H;if(!E&&f){const N=p.read(_);return typeof f=="function"?f(N,H):V==="object"&&!Array.isArray(N)?{...H,...N}:N}else return typeof _!="string"?_:p.read(_)}function T(E){if(!(E&&E.storageArea!==n)){if(E&&E.key==null){I.value=H;return}if(!(E&&E.key!==K.value)){g();try{(E==null?void 0:E.newValue)!==p.write(I.value)&&(I.value=U(E))}catch(_){y(_)}finally{E?jn(O):O()}}}}function P(E){T(E.detail)}return I}const Fa="*,*::before,*::after{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;-ms-transition:none!important;transition:none!important}";function Ha(e={}){const{selector:t="html",attribute:n="class",initialValue:s="auto",window:r=ze,storage:i,storageKey:l="vueuse-color-scheme",listenToStorageChanges:o=!0,storageRef:c,emitAuto:f,disableTransition:a=!0}=e,h={auto:"",light:"light",dark:"dark",...e.modes||{}},v=bo({window:r}),y=ie(()=>v.value?"dark":"light"),C=c||(l==null?zs(s):Na(l,s,i,{window:r,listenToStorageChanges:o})),I=ie(()=>C.value==="auto"?y.value:C.value),K=_o("updateHTMLAttrs",(g,O,W)=>{const R=typeof g=="string"?r==null?void 0:r.document.querySelector(g):Js(g);if(!R)return;const U=new Set,T=new Set;let P=null;if(O==="class"){const _=W.split(/\s/g);Object.values(h).flatMap(N=>(N||"").split(/\s/g)).filter(Boolean).forEach(N=>{_.includes(N)?U.add(N):T.add(N)})}else P={key:O,value:W};if(U.size===0&&T.size===0&&P===null)return;let E;a&&(E=r.document.createElement("style"),E.appendChild(document.createTextNode(Fa)),r.document.head.appendChild(E));for(const _ of U)R.classList.add(_);for(const _ of T)R.classList.remove(_);P&&R.setAttribute(P.key,P.value),a&&(r.getComputedStyle(E).opacity,document.head.removeChild(E))});function H(g){var O;K(t,n,(O=h[g])!=null?O:g)}function V(g){e.onChanged?e.onChanged(g,H):H(g)}Le(I,V,{flush:"post",immediate:!0}),Kn(()=>V(I.value));const p=ie({get(){return f?C.value:I.value},set(g){C.value=g}});return Object.assign(p,{store:C,system:y,state:I})}function Da(e={}){const{valueDark:t="dark",valueLight:n=""}=e,s=Ha({...e,onChanged:(l,o)=>{var c;e.onChanged?(c=e.onChanged)==null||c.call(e,l==="dark",o,l):o(l)},modes:{dark:t,light:n}}),r=ie(()=>s.system.value);return ie({get(){return s.value==="dark"},set(l){const o=l?"dark":"light";r.value===o?s.value="auto":s.value=o}})}function fs(e){return typeof Window<"u"&&e instanceof Window?e.document.documentElement:typeof Document<"u"&&e instanceof Document?e.documentElement:e}const kr=1;function $a(e,t={}){const{throttle:n=0,idle:s=200,onStop:r=St,onScroll:i=St,offset:l={left:0,right:0,top:0,bottom:0},eventListenerOptions:o={capture:!1,passive:!0},behavior:c="auto",window:f=ze,onError:a=R=>{console.error(R)}}=t,h=Ie(0),v=Ie(0),y=ie({get(){return h.value},set(R){I(R,void 0)}}),C=ie({get(){return v.value},set(R){I(void 0,R)}});function I(R,U){var T,P,E,_;if(!f)return;const N=ce(e);if(!N)return;(E=N instanceof Document?f.document.body:N)==null||E.scrollTo({top:(T=ce(U))!=null?T:C.value,left:(P=ce(R))!=null?P:y.value,behavior:ce(c)});const Y=((_=N==null?void 0:N.document)==null?void 0:_.documentElement)||(N==null?void 0:N.documentElement)||N;y!=null&&(h.value=Y.scrollLeft),C!=null&&(v.value=Y.scrollTop)}const K=Ie(!1),H=Lt({left:!0,right:!1,top:!0,bottom:!1}),V=Lt({left:!1,right:!1,top:!1,bottom:!1}),p=R=>{K.value&&(K.value=!1,V.left=!1,V.right=!1,V.top=!1,V.bottom=!1,r(R))},g=ba(p,n+s),O=R=>{var U;if(!f)return;const T=((U=R==null?void 0:R.document)==null?void 0:U.documentElement)||(R==null?void 0:R.documentElement)||Js(R),{display:P,flexDirection:E,direction:_}=getComputedStyle(T),N=_==="rtl"?-1:1,Y=T.scrollLeft;V.left=Y<h.value,V.right=Y>h.value;const re=Math.abs(Y*N)<=(l.left||0),$=Math.abs(Y*N)+T.clientWidth>=T.scrollWidth-(l.right||0)-kr;P==="flex"&&E==="row-reverse"?(H.left=$,H.right=re):(H.left=re,H.right=$),h.value=Y;let X=T.scrollTop;R===f.document&&!X&&(X=f.document.body.scrollTop),V.top=X<v.value,V.bottom=X>v.value;const D=Math.abs(X)<=(l.top||0),oe=Math.abs(X)+T.clientHeight>=T.scrollHeight-(l.bottom||0)-kr;P==="flex"&&E==="column-reverse"?(H.top=oe,H.bottom=D):(H.top=D,H.bottom=oe),v.value=X},W=R=>{var U;if(!f)return;const T=(U=R.target.documentElement)!=null?U:R.target;O(T),K.value=!0,g(R),i(R)};return Je(e,"scroll",n?wa(W,n,!0,!1):W,o),Kn(()=>{try{const R=ce(e);if(!R)return;O(R)}catch(R){a(R)}}),Je(e,"scrollend",p,o),{x:y,y:C,isScrolling:K,arrivedState:H,directions:V,measure(){const R=ce(e);f&&R&&O(R)}}}function wo(e){const t=window.getComputedStyle(e);if(t.overflowX==="scroll"||t.overflowY==="scroll"||t.overflowX==="auto"&&e.clientWidth<e.scrollWidth||t.overflowY==="auto"&&e.clientHeight<e.scrollHeight)return!0;{const n=e.parentNode;return!n||n.tagName==="BODY"?!1:wo(n)}}function ja(e){const t=e||window.event,n=t.target;return wo(n)?!1:t.touches.length>1?!0:(t.preventDefault&&t.preventDefault(),!1)}const us=new WeakMap;function Mf(e,t=!1){const n=Ie(t);let s=null,r="";Le(zs(e),o=>{const c=fs(ce(o));if(c){const f=c;if(us.get(f)||us.set(f,f.style.overflow),f.style.overflow!=="hidden"&&(r=f.style.overflow),f.style.overflow==="hidden")return n.value=!0;if(n.value)return f.style.overflow="hidden"}},{immediate:!0});const i=()=>{const o=fs(ce(e));!o||n.value||(jr&&(s=Je(o,"touchmove",c=>{ja(c)},{passive:!1})),o.style.overflow="hidden",n.value=!0)},l=()=>{const o=fs(ce(e));!o||!n.value||(jr&&(s==null||s()),o.style.overflow=r,us.delete(o),n.value=!1)};return go(l),ie({get(){return n.value},set(o){o?i():l()}})}function Of(e={}){const{window:t=ze,...n}=e;return $a(t,n)}function Pf(e={}){const{window:t=ze,initialWidth:n=Number.POSITIVE_INFINITY,initialHeight:s=Number.POSITIVE_INFINITY,listenOrientation:r=!0,includeScrollbar:i=!0,type:l="inner"}=e,o=Ie(n),c=Ie(s),f=()=>{if(t)if(l==="outer")o.value=t.outerWidth,c.value=t.outerHeight;else if(l==="visual"&&t.visualViewport){const{width:h,height:v,scale:y}=t.visualViewport;o.value=Math.round(h*y),c.value=Math.round(v*y)}else i?(o.value=t.innerWidth,c.value=t.innerHeight):(o.value=t.document.documentElement.clientWidth,c.value=t.document.documentElement.clientHeight)};f(),Kn(f);const a={passive:!0};if(Je("resize",f,a),t&&l==="visual"&&t.visualViewport&&Je(t.visualViewport,"resize",f,a),r){const h=yo("(orientation: portrait)");Le(h,()=>f())}return{width:o,height:c}}const ds={};var hs={};const So=/^(?:[a-z]+:|\/\/)/i,Va="vitepress-theme-appearance",Wa=/#.*$/,ka=/[?#].*$/,Ua=/(?:(^|\/)index)?\.(?:md|html)$/,me=typeof document<"u",xo={relativePath:"404.md",filePath:"",title:"404",description:"Not Found",headers:[],frontmatter:{sidebar:!1,layout:"page"},lastUpdated:0,isNotFound:!0};function Ba(e,t,n=!1){if(t===void 0)return!1;if(e=Ur(`/${e}`),n)return new RegExp(t).test(e);if(Ur(t)!==e)return!1;const s=t.match(Wa);return s?(me?location.hash:"")===s[0]:!0}function Ur(e){return decodeURI(e).replace(ka,"").replace(Ua,"$1")}function Ka(e){return So.test(e)}function qa(e,t){return Object.keys((e==null?void 0:e.locales)||{}).find(n=>n!=="root"&&!Ka(n)&&Ba(t,`/${n}/`,!0))||"root"}function Ga(e,t){var s,r,i,l,o,c,f;const n=qa(e,t);return Object.assign({},e,{localeIndex:n,lang:((s=e.locales[n])==null?void 0:s.lang)??e.lang,dir:((r=e.locales[n])==null?void 0:r.dir)??e.dir,title:((i=e.locales[n])==null?void 0:i.title)??e.title,titleTemplate:((l=e.locales[n])==null?void 0:l.titleTemplate)??e.titleTemplate,description:((o=e.locales[n])==null?void 0:o.description)??e.description,head:Eo(e.head,((c=e.locales[n])==null?void 0:c.head)??[]),themeConfig:{...e.themeConfig,...(f=e.locales[n])==null?void 0:f.themeConfig}})}function To(e,t){const n=t.title||e.title,s=t.titleTemplate??e.titleTemplate;if(typeof s=="string"&&s.includes(":title"))return s.replace(/:title/g,n);const r=Xa(e.title,s);return n===r.slice(3)?n:`${n}${r}`}function Xa(e,t){return t===!1?"":t===!0||t===void 0?` | ${e}`:e===t?"":` | ${t}`}function Ya(e,t){const[n,s]=t;if(n!=="meta")return!1;const r=Object.entries(s)[0];return r==null?!1:e.some(([i,l])=>i===n&&l[r[0]]===r[1])}function Eo(e,t){return[...e.filter(n=>!Ya(t,n)),...t]}const za=/[\u0000-\u001F"#$&*+,:;<=>?[\]^`{|}\u007F]/g,Ja=/^[a-z]:/i;function Br(e){const t=Ja.exec(e),n=t?t[0]:"";return n+e.slice(n.length).replace(za,"_").replace(/(^|\/)_+(?=[^/]*$)/,"$1")}const ps=new Set;function Qa(e){if(ps.size===0){const n=typeof process=="object"&&(hs==null?void 0:hs.VITE_EXTRA_EXTENSIONS)||(ds==null?void 0:ds.VITE_EXTRA_EXTENSIONS)||"";("3g2,3gp,aac,ai,apng,au,avif,bin,bmp,cer,class,conf,crl,css,csv,dll,doc,eps,epub,exe,gif,gz,ics,ief,jar,jpe,jpeg,jpg,js,json,jsonld,m4a,man,mid,midi,mjs,mov,mp2,mp3,mp4,mpe,mpeg,mpg,mpp,oga,ogg,ogv,ogx,opus,otf,p10,p7c,p7m,p7s,pdf,png,ps,qt,roff,rtf,rtx,ser,svg,t,tif,tiff,tr,ts,tsv,ttf,txt,vtt,wav,weba,webm,webp,woff,woff2,xhtml,xml,yaml,yml,zip"+(n&&typeof n=="string"?","+n:"")).split(",").forEach(s=>ps.add(s))}const t=e.split(".").pop();return t==null||!ps.has(t.toLowerCase())}const Za=Symbol(),wt=Ie(ua);function If(e){const t=ie(()=>Ga(wt.value,e.data.relativePath)),n=t.value.appearance,s=n==="force-dark"?mt(!0):n==="force-auto"?bo():n?Da({storageKey:Va,initialValue:()=>n==="dark"?"dark":"auto",...typeof n=="object"?n:{}}):mt(!1),r=mt(me?location.hash:"");return me&&window.addEventListener("hashchange",()=>{r.value=location.hash}),Le(()=>e.data,()=>{r.value=me?location.hash:""}),{site:t,theme:ie(()=>t.value.themeConfig),page:ie(()=>e.data),frontmatter:ie(()=>e.data.frontmatter),params:ie(()=>e.data.params),lang:ie(()=>t.value.lang),dir:ie(()=>e.data.frontmatter.dir||t.value.dir),localeIndex:ie(()=>t.value.localeIndex||"root"),title:ie(()=>To(t.value,e.data)),description:ie(()=>e.data.description||t.value.description),isDark:s,hash:ie(()=>r.value)}}function ef(){const e=_t(Za);if(!e)throw new Error("vitepress data not properly injected in app");return e}function tf(e,t){return`${e}${t}`.replace(/\/+/g,"/")}function Kr(e){return So.test(e)||!e.startsWith("/")?e:tf(wt.value.base,e)}function nf(e){let t=e.replace(/\.html$/,"");if(t=decodeURIComponent(t),t=t.replace(/\/$/,"/index"),me){const n="/";t=Br(t.slice(n.length).replace(/\//g,"_")||"index")+".md";let s=__VP_HASH_MAP__[t.toLowerCase()];if(s||(t=t.endsWith("_index.md")?t.slice(0,-9)+".md":t.slice(0,-3)+"_index.md",s=__VP_HASH_MAP__[t.toLowerCase()]),!s)return null;t=`${n}assets/${t}.${s}.js`}else t=`./${Br(t.slice(1).replace(/\//g,"_"))}.md.js`;return t}let wn=[];function Lf(e){wn.push(e),kn(()=>{wn=wn.filter(t=>t!==e)})}function sf(){let e=wt.value.scrollOffset,t=0,n=24;if(typeof e=="object"&&"padding"in e&&(n=e.padding,e=e.selector),typeof e=="number")t=e;else if(typeof e=="string")t=qr(e,n);else if(Array.isArray(e))for(const s of e){const r=qr(s,n);if(r){t=r;break}}return t}function qr(e,t){const n=document.querySelector(e);if(!n)return 0;const s=n.getBoundingClientRect().bottom;return s<0?0:s+t}const rf=Symbol(),Co="http://a.com",of=()=>({path:"/",component:null,data:xo});function Nf(e,t){const n=Lt(of()),s={route:n,go:r};async function r(o=me?location.href:"/"){var c,f;o=gs(o),await((c=s.onBeforeRouteChange)==null?void 0:c.call(s,o))!==!1&&(me&&o!==gs(location.href)&&(history.replaceState({scrollPosition:window.scrollY},""),history.pushState({},"",o)),await l(o),await((f=s.onAfterRouteChange??s.onAfterRouteChanged)==null?void 0:f(o)))}let i=null;async function l(o,c=0,f=!1){var v,y;if(await((v=s.onBeforePageLoad)==null?void 0:v.call(s,o))===!1)return;const a=new URL(o,Co),h=i=a.pathname;try{let C=await e(h);if(!C)throw new Error(`Page not found: ${h}`);if(i===h){i=null;const{default:I,__pageData:K}=C;if(!I)throw new Error(`Invalid route component: ${I}`);await((y=s.onAfterPageLoad)==null?void 0:y.call(s,o)),n.path=me?h:Kr(h),n.component=yn(I),n.data=yn(K),me&&jn(()=>{let H=wt.value.base+K.relativePath.replace(/(?:(^|\/)index)?\.md$/,"$1");if(!wt.value.cleanUrls&&!H.endsWith("/")&&(H+=".html"),H!==a.pathname&&(a.pathname=H,o=H+a.search+a.hash,history.replaceState({},"",o)),a.hash&&!c){let V=null;try{V=document.getElementById(decodeURIComponent(a.hash).slice(1))}catch(p){console.warn(p)}if(V){Gr(V,a.hash);return}}window.scrollTo(0,c)})}}catch(C){if(!/fetch|Page not found/.test(C.message)&&!/^\/404(\.html|\/)?$/.test(o)&&console.error(C),!f)try{const I=await fetch(wt.value.base+"hashmap.json");window.__VP_HASH_MAP__=await I.json(),await l(o,c,!0);return}catch{}if(i===h){i=null,n.path=me?h:Kr(h),n.component=t?yn(t):null;const I=me?h.replace(/(^|\/)$/,"$1index").replace(/(\.html)?$/,".md").replace(/^\//,""):"404.md";n.data={...xo,relativePath:I}}}}return me&&(history.state===null&&history.replaceState({},""),window.addEventListener("click",o=>{if(o.defaultPrevented||!(o.target instanceof Element)||o.target.closest("button")||o.button!==0||o.ctrlKey||o.shiftKey||o.altKey||o.metaKey)return;const c=o.target.closest("a");if(!c||c.closest(".vp-raw")||c.hasAttribute("download")||c.hasAttribute("target"))return;const f=c.getAttribute("href")??(c instanceof SVGAElement?c.getAttribute("xlink:href"):null);if(f==null)return;const{href:a,origin:h,pathname:v,hash:y,search:C}=new URL(f,c.baseURI),I=new URL(location.href);h===I.origin&&Qa(v)&&(o.preventDefault(),v===I.pathname&&C===I.search?(y!==I.hash&&(history.pushState({},"",a),window.dispatchEvent(new HashChangeEvent("hashchange",{oldURL:I.href,newURL:a}))),y?Gr(c,y,c.classList.contains("header-anchor")):window.scrollTo(0,0)):r(a))},{capture:!0}),window.addEventListener("popstate",async o=>{var f;if(o.state===null)return;const c=gs(location.href);await l(c,o.state&&o.state.scrollPosition||0),await((f=s.onAfterRouteChange??s.onAfterRouteChanged)==null?void 0:f(c))}),window.addEventListener("hashchange",o=>{o.preventDefault()})),s}function lf(){const e=_t(rf);if(!e)throw new Error("useRouter() is called without provider.");return e}function Ao(){return lf().route}function Gr(e,t,n=!1){let s=null;try{s=e.classList.contains("header-anchor")?e:document.getElementById(decodeURIComponent(t).slice(1))}catch(r){console.warn(r)}if(s){let r=function(){!n||Math.abs(l-window.scrollY)>window.innerHeight?window.scrollTo(0,l):window.scrollTo({left:0,top:l,behavior:"smooth"})};const i=parseInt(window.getComputedStyle(s).paddingTop,10),l=window.scrollY+s.getBoundingClientRect().top-sf()+i;requestAnimationFrame(r)}}function gs(e){const t=new URL(e,Co);return t.pathname=t.pathname.replace(/(^|\/)index(\.html)?$/,"$1"),wt.value.cleanUrls?t.pathname=t.pathname.replace(/\.html$/,""):!t.pathname.endsWith("/")&&!t.pathname.endsWith(".html")&&(t.pathname+=".html"),t.pathname+t.search+t.hash}const gn=()=>wn.forEach(e=>e()),Ff=Oi({name:"VitePressContent",props:{as:{type:[Object,String],default:"div"}},setup(e){const t=Ao(),{frontmatter:n,site:s}=ef();return Le(n,gn,{deep:!0,flush:"post"}),()=>Ms(e.as,s.value.contentProps??{style:{position:"relative"}},[t.component?Ms(t.component,{onVnodeMounted:gn,onVnodeUpdated:gn,onVnodeUnmounted:gn}):"404 Page Not Found"])}}),Hf=(e,t)=>{const n=e.__vccOpts||e;for(const[s,r]of t)n[s]=r;return n},Df=Oi({setup(e,{slots:t}){const n=mt(!1);return Nt(()=>{n.value=!0}),()=>n.value&&t.default?t.default():null}});function $f(){me&&window.addEventListener("click",e=>{var n;const t=e.target;if(t.matches(".vp-code-group input")){const s=(n=t.parentElement)==null?void 0:n.parentElement;if(!s)return;const r=Array.from(s.querySelectorAll("input")).indexOf(t);if(r<0)return;const i=s.querySelector(".blocks");if(!i)return;const l=Array.from(i.children).find(f=>f.classList.contains("active"));if(!l)return;const o=i.children[r];if(!o||l===o)return;l.classList.remove("active"),o.classList.add("active");const c=s==null?void 0:s.querySelector(`label[for="${t.id}"]`);c==null||c.scrollIntoView({block:"nearest"})}})}function jf(){if(me){const e=new WeakMap;window.addEventListener("click",t=>{var s;const n=t.target;if(n.matches('div[class*="language-"] > button.copy')){const r=n.parentElement,i=(s=n.nextElementSibling)==null?void 0:s.nextElementSibling;if(!r||!i)return;const l=/language-(shellscript|shell|bash|sh|zsh)/.test(r.className),o=[".vp-copy-ignore",".diff.remove"],c=i.cloneNode(!0);c.querySelectorAll(o.join(",")).forEach(a=>a.remove());let f=c.textContent||"";l&&(f=f.replace(/^ *(\$|>) /gm,"").trim()),cf(f).then(()=>{n.classList.add("copied"),clearTimeout(e.get(n));const a=setTimeout(()=>{n.classList.remove("copied"),n.blur(),e.delete(n)},2e3);e.set(n,a)})}})}}async function cf(e){try{return navigator.clipboard.writeText(e)}catch{const t=document.createElement("textarea"),n=document.activeElement;t.value=e,t.setAttribute("readonly",""),t.style.contain="strict",t.style.position="absolute",t.style.left="-9999px",t.style.fontSize="12pt";const s=document.getSelection(),r=s?s.rangeCount>0&&s.getRangeAt(0):null;document.body.appendChild(t),t.select(),t.selectionStart=0,t.selectionEnd=e.length,document.execCommand("copy"),document.body.removeChild(t),r&&(s.removeAllRanges(),s.addRange(r)),n&&n.focus()}}function Vf(e,t){let n=!0,s=[];const r=i=>{if(n){n=!1,i.forEach(o=>{const c=ms(o);for(const f of document.head.children)if(f.isEqualNode(c)){s.push(f);return}});return}const l=i.map(ms);s.forEach((o,c)=>{const f=l.findIndex(a=>a==null?void 0:a.isEqualNode(o??null));f!==-1?delete l[f]:(o==null||o.remove(),delete s[c])}),l.forEach(o=>o&&document.head.appendChild(o)),s=[...s,...l].filter(Boolean)};Zi(()=>{const i=e.data,l=t.value,o=i&&i.description,c=i&&i.frontmatter.head||[],f=To(l,i);f!==document.title&&(document.title=f);const a=o||l.description;let h=document.querySelector("meta[name=description]");h?h.getAttribute("content")!==a&&h.setAttribute("content",a):ms(["meta",{name:"description",content:a}]),r(Eo(l.head,ff(c)))})}function ms([e,t,n]){const s=document.createElement(e);for(const r in t)s.setAttribute(r,t[r]);return n&&(s.innerHTML=n),e==="script"&&t.async==null&&(s.async=!1),s}function af(e){return e[0]==="meta"&&e[1]&&e[1].name==="description"}function ff(e){return e.filter(t=>!af(t))}const vs=new Set,Ro=()=>document.createElement("link"),uf=e=>{const t=Ro();t.rel="prefetch",t.href=e,document.head.appendChild(t)},df=e=>{const t=new XMLHttpRequest;t.open("GET",e,t.withCredentials=!0),t.send()};let mn;const hf=me&&(mn=Ro())&&mn.relList&&mn.relList.supports&&mn.relList.supports("prefetch")?uf:df;function Wf(){if(!me||!window.IntersectionObserver)return;let e;if((e=navigator.connection)&&(e.saveData||/2g/.test(e.effectiveType)))return;const t=window.requestIdleCallback||setTimeout;let n=null;const s=()=>{n&&n.disconnect(),n=new IntersectionObserver(i=>{i.forEach(l=>{if(l.isIntersecting){const o=l.target;n.unobserve(o);const{pathname:c}=o;if(!vs.has(c)){vs.add(c);const f=nf(c);f&&hf(f)}}})}),t(()=>{document.querySelectorAll("#app a").forEach(i=>{const{hostname:l,pathname:o}=new URL(i.href instanceof SVGAnimatedString?i.href.animVal:i.href,i.baseURI),c=o.match(/\.\w+$/);c&&c[0]!==".html"||i.target!=="_blank"&&l===location.hostname&&(o!==location.pathname?n.observe(i):vs.add(o))})})};Nt(s);const r=Ao();Le(()=>r.path,s),kn(()=>{n&&n.disconnect()})}export{_f as $,sf as A,mf as B,pf as C,Ie as D,Lf as E,we as F,he as G,gf as H,So as I,Ao as J,xc as K,_t as L,Pf as M,Fs as N,Rf as O,jn as P,Of as Q,me as R,Gt as S,Tf as T,Mf as U,tc as V,yf as W,Cf as X,Li as Y,Ef as Z,Hf as _,co as a,Vf as a0,rf as a1,If as a2,Za as a3,Ff as a4,Df as a5,wt as a6,Nf as a7,nf as a8,Af as a9,Wf as aa,jf as ab,$f as ac,Ms as ad,Sf as ae,As as b,wf as c,Oi as d,xf as e,Qa as f,Kr as g,ie as h,Ka as i,lo as j,Us as k,Ba as l,yo as m,Hs as n,Cs as o,mt as p,Le as q,vf as r,Zi as s,Uo as t,ef as u,Nt as v,Al as w,kn as x,bf as y,Wl as z};