docmk 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. package/.claude/skills/pdf/SKILL.md +89 -0
  2. package/.claude/skills/web-scraping/SKILL.md +78 -0
  3. package/CLAUDE.md +90 -0
  4. package/bin/docmk.js +3 -0
  5. package/dist/index.d.ts +1 -0
  6. package/dist/index.js +636 -0
  7. package/dist/index.js.map +1 -0
  8. package/final-site/assets/main-B4orIFxK.css +1 -0
  9. package/final-site/assets/main-CSoKXua6.js +25 -0
  10. package/final-site/favicon.svg +4 -0
  11. package/final-site/index.html +26 -0
  12. package/final-site/robots.txt +4 -0
  13. package/final-site/sitemap.xml +14 -0
  14. package/my-docs/api/README.md +152 -0
  15. package/my-docs/api/advanced.md +260 -0
  16. package/my-docs/getting-started/README.md +24 -0
  17. package/my-docs/tutorials/README.md +272 -0
  18. package/my-docs/tutorials/customization.md +492 -0
  19. package/package.json +59 -0
  20. package/postcss.config.js +6 -0
  21. package/site/assets/main-BZUsYUCF.css +1 -0
  22. package/site/assets/main-q6laQtCD.js +114 -0
  23. package/site/favicon.svg +4 -0
  24. package/site/index.html +23 -0
  25. package/site/robots.txt +4 -0
  26. package/site/sitemap.xml +34 -0
  27. package/site-output/assets/main-B4orIFxK.css +1 -0
  28. package/site-output/assets/main-CSoKXua6.js +25 -0
  29. package/site-output/favicon.svg +4 -0
  30. package/site-output/index.html +26 -0
  31. package/site-output/robots.txt +4 -0
  32. package/site-output/sitemap.xml +14 -0
  33. package/src/builder/index.ts +189 -0
  34. package/src/builder/vite-dev.ts +117 -0
  35. package/src/cli/commands/build.ts +48 -0
  36. package/src/cli/commands/dev.ts +53 -0
  37. package/src/cli/commands/preview.ts +57 -0
  38. package/src/cli/index.ts +42 -0
  39. package/src/client/App.vue +15 -0
  40. package/src/client/components/SearchBox.vue +204 -0
  41. package/src/client/components/Sidebar.vue +18 -0
  42. package/src/client/components/SidebarItem.vue +108 -0
  43. package/src/client/index.html +21 -0
  44. package/src/client/layouts/AppLayout.vue +99 -0
  45. package/src/client/lib/utils.ts +6 -0
  46. package/src/client/main.ts +42 -0
  47. package/src/client/pages/Home.vue +279 -0
  48. package/src/client/pages/SkillPage.vue +565 -0
  49. package/src/client/router.ts +16 -0
  50. package/src/client/styles/global.css +92 -0
  51. package/src/client/utils/routes.ts +69 -0
  52. package/src/parser/index.ts +253 -0
  53. package/src/scanner/index.ts +127 -0
  54. package/src/types/index.ts +45 -0
  55. package/tailwind.config.js +65 -0
  56. package/test-build/assets/main-C2ARPC0e.css +1 -0
  57. package/test-build/assets/main-CHIQpV3B.js +25 -0
  58. package/test-build/favicon.svg +4 -0
  59. package/test-build/index.html +47 -0
  60. package/test-build/robots.txt +4 -0
  61. package/test-build/sitemap.xml +19 -0
  62. package/test-dist/assets/main-B4orIFxK.css +1 -0
  63. package/test-dist/assets/main-CSoKXua6.js +25 -0
  64. package/test-dist/favicon.svg +4 -0
  65. package/test-dist/index.html +26 -0
  66. package/test-dist/robots.txt +4 -0
  67. package/test-dist/sitemap.xml +14 -0
  68. package/tsconfig.json +30 -0
  69. package/tsup.config.ts +13 -0
  70. package/vite.config.ts +21 -0
@@ -0,0 +1,25 @@
1
+ (function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const i of document.querySelectorAll('link[rel="modulepreload"]'))s(i);new MutationObserver(i=>{for(const r of i)if(r.type==="childList")for(const o of r.addedNodes)o.tagName==="LINK"&&o.rel==="modulepreload"&&s(o)}).observe(document,{childList:!0,subtree:!0});function n(i){const r={};return i.integrity&&(r.integrity=i.integrity),i.referrerPolicy&&(r.referrerPolicy=i.referrerPolicy),i.crossOrigin==="use-credentials"?r.credentials="include":i.crossOrigin==="anonymous"?r.credentials="omit":r.credentials="same-origin",r}function s(i){if(i.ep)return;i.ep=!0;const r=n(i);fetch(i.href,r)}})();/**
2
+ * @vue/shared v3.5.26
3
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
+ * @license MIT
5
+ **/function Rs(e){const t=Object.create(null);for(const n of e.split(","))t[n]=1;return n=>n in t}const Z={},Ft=[],qe=()=>{},Ui=()=>!1,Mn=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Ss=e=>e.startsWith("onUpdate:"),me=Object.assign,As=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},lo=Object.prototype.hasOwnProperty,z=(e,t)=>lo.call(e,t),V=Array.isArray,kt=e=>Dn(e)==="[object Map]",Gi=e=>Dn(e)==="[object Set]",$=e=>typeof e=="function",le=e=>typeof e=="string",_t=e=>typeof e=="symbol",ie=e=>e!==null&&typeof e=="object",Ki=e=>(ie(e)||$(e))&&$(e.then)&&$(e.catch),Wi=Object.prototype.toString,Dn=e=>Wi.call(e),co=e=>Dn(e).slice(8,-1),qi=e=>Dn(e)==="[object Object]",Cs=e=>le(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,Zt=Rs(",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))},uo=/-\w/g,Ne=Ln(e=>e.replace(uo,t=>t.slice(1).toUpperCase())),fo=/\B([A-Z])/g,wt=Ln(e=>e.replace(fo,"-$1").toLowerCase()),Fn=Ln(e=>e.charAt(0).toUpperCase()+e.slice(1)),qn=Ln(e=>e?`on${Fn(e)}`:""),pt=(e,t)=>!Object.is(e,t),bn=(e,...t)=>{for(let n=0;n<e.length;n++)e[n](...t)},zi=(e,t,n,s=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:s,value:n})},ws=e=>{const t=parseFloat(e);return isNaN(t)?e:t};let Qs;const kn=()=>Qs||(Qs=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function Os(e){if(V(e)){const t={};for(let n=0;n<e.length;n++){const s=e[n],i=le(s)?go(s):Os(s);if(i)for(const r in i)t[r]=i[r]}return t}else if(le(e)||ie(e))return e}const ao=/;(?![^(]*\))/g,ho=/:([^]+)/,po=/\/\*[^]*?\*\//g;function go(e){const t={};return e.replace(po,"").split(ao).forEach(n=>{if(n){const s=n.split(ho);s.length>1&&(t[s[0].trim()]=s[1].trim())}}),t}function St(e){let t="";if(le(e))t=e;else if(V(e))for(let n=0;n<e.length;n++){const s=St(e[n]);s&&(t+=s+" ")}else if(ie(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}const mo="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",_o=Rs(mo);function Ji(e){return!!e||e===""}const Qi=e=>!!(e&&e.__v_isRef===!0),ne=e=>le(e)?e:e==null?"":V(e)||ie(e)&&(e.toString===Wi||!$(e.toString))?Qi(e)?ne(e.value):JSON.stringify(e,Yi,2):String(e),Yi=(e,t)=>Qi(t)?Yi(e,t.value):kt(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[s,i],r)=>(n[zn(s,r)+" =>"]=i,n),{})}:Gi(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>zn(n))}:_t(t)?zn(t):ie(t)&&!V(t)&&!qi(t)?String(t):t,zn=(e,t="")=>{var n;return _t(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};/**
6
+ * @vue/reactivity v3.5.26
7
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
8
+ * @license MIT
9
+ **/let Se;class vo{constructor(t=!1){this.detached=t,this._active=!0,this._on=0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=Se,!t&&Se&&(this.index=(Se.scopes||(Se.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=Se;try{return Se=this,t()}finally{Se=n}}}on(){++this._on===1&&(this.prevScope=Se,Se=this)}off(){this._on>0&&--this._on===0&&(Se=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 i=this.parent.scopes.pop();i&&i!==this&&(this.parent.scopes[this.index]=i,i.index=this.index)}this.parent=void 0}}}function yo(){return Se}let te;const Jn=new WeakSet;class Xi{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,Se&&Se.active&&Se.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||er(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,Ys(this),tr(this);const t=te,n=Me;te=this,Me=!0;try{return this.fn()}finally{nr(this),te=t,Me=n,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)Ts(t);this.deps=this.depsTail=void 0,Ys(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?Jn.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){cs(this)&&this.run()}get dirty(){return cs(this)}}let Zi=0,en,tn;function er(e,t=!1){if(e.flags|=8,t){e.next=tn,tn=e;return}e.next=en,en=e}function Is(){Zi++}function Ps(){if(--Zi>0)return;if(tn){let t=tn;for(tn=void 0;t;){const n=t.next;t.next=void 0,t.flags&=-9,t=n}}let e;for(;en;){let t=en;for(en=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 tr(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function nr(e){let t,n=e.depsTail,s=n;for(;s;){const i=s.prevDep;s.version===-1?(s===n&&(n=i),Ts(s),bo(s)):t=s,s.dep.activeLink=s.prevActiveLink,s.prevActiveLink=void 0,s=i}e.deps=t,e.depsTail=n}function cs(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(sr(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function sr(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===cn)||(e.globalVersion=cn,!e.isSSR&&e.flags&128&&(!e.deps&&!e._dirty||!cs(e))))return;e.flags|=2;const t=e.dep,n=te,s=Me;te=e,Me=!0;try{tr(e);const i=e.fn(e._value);(t.version===0||pt(i,e._value))&&(e.flags|=128,e._value=i,t.version++)}catch(i){throw t.version++,i}finally{te=n,Me=s,nr(e),e.flags&=-3}}function Ts(e,t=!1){const{dep:n,prevSub:s,nextSub:i}=e;if(s&&(s.nextSub=i,e.prevSub=void 0),i&&(i.prevSub=s,e.nextSub=void 0),n.subs===e&&(n.subs=s,!s&&n.computed)){n.computed.flags&=-5;for(let r=n.computed.deps;r;r=r.nextDep)Ts(r,!0)}!t&&!--n.sc&&n.map&&n.map.delete(n.key)}function bo(e){const{prevDep:t,nextDep:n}=e;t&&(t.nextDep=n,e.prevDep=void 0),n&&(n.prevDep=t,e.nextDep=void 0)}let Me=!0;const ir=[];function tt(){ir.push(Me),Me=!1}function nt(){const e=ir.pop();Me=e===void 0?!0:e}function Ys(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const n=te;te=void 0;try{t()}finally{te=n}}}let cn=0;class xo{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 Ns{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(!te||!Me||te===this.computed)return;let n=this.activeLink;if(n===void 0||n.sub!==te)n=this.activeLink=new xo(te,this),te.deps?(n.prevDep=te.depsTail,te.depsTail.nextDep=n,te.depsTail=n):te.deps=te.depsTail=n,rr(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=te.depsTail,n.nextDep=void 0,te.depsTail.nextDep=n,te.depsTail=n,te.deps===n&&(te.deps=s)}return n}trigger(t){this.version++,cn++,this.notify(t)}notify(t){Is();try{for(let n=this.subs;n;n=n.prevSub)n.sub.notify()&&n.sub.dep.notify()}finally{Ps()}}}function rr(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)rr(s)}const n=e.dep.subs;n!==e&&(e.prevSub=n,n&&(n.nextSub=e)),e.dep.subs=e}}const us=new WeakMap,At=Symbol(""),fs=Symbol(""),un=Symbol("");function de(e,t,n){if(Me&&te){let s=us.get(e);s||us.set(e,s=new Map);let i=s.get(n);i||(s.set(n,i=new Ns),i.map=s,i.key=n),i.track()}}function Ze(e,t,n,s,i,r){const o=us.get(e);if(!o){cn++;return}const c=l=>{l&&l.trigger()};if(Is(),t==="clear")o.forEach(c);else{const l=V(e),f=l&&Cs(n);if(l&&n==="length"){const u=Number(s);o.forEach((d,p)=>{(p==="length"||p===un||!_t(p)&&p>=u)&&c(d)})}else switch((n!==void 0||o.has(void 0))&&c(o.get(n)),f&&c(o.get(un)),t){case"add":l?f&&c(o.get("length")):(c(o.get(At)),kt(e)&&c(o.get(fs)));break;case"delete":l||(c(o.get(At)),kt(e)&&c(o.get(fs)));break;case"set":kt(e)&&c(o.get(At));break}}Ps()}function Nt(e){const t=q(e);return t===e?t:(de(t,"iterate",un),Pe(e)?t:t.map(Le))}function Hn(e){return de(e=q(e),"iterate",un),e}function ft(e,t){return st(e)?Ct(e)?$t(Le(t)):$t(t):Le(t)}const Eo={__proto__:null,[Symbol.iterator](){return Qn(this,Symbol.iterator,e=>ft(this,e))},concat(...e){return Nt(this).concat(...e.map(t=>V(t)?Nt(t):t))},entries(){return Qn(this,"entries",e=>(e[1]=ft(this,e[1]),e))},every(e,t){return Qe(this,"every",e,t,void 0,arguments)},filter(e,t){return Qe(this,"filter",e,t,n=>n.map(s=>ft(this,s)),arguments)},find(e,t){return Qe(this,"find",e,t,n=>ft(this,n),arguments)},findIndex(e,t){return Qe(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return Qe(this,"findLast",e,t,n=>ft(this,n),arguments)},findLastIndex(e,t){return Qe(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return Qe(this,"forEach",e,t,void 0,arguments)},includes(...e){return Yn(this,"includes",e)},indexOf(...e){return Yn(this,"indexOf",e)},join(e){return Nt(this).join(e)},lastIndexOf(...e){return Yn(this,"lastIndexOf",e)},map(e,t){return Qe(this,"map",e,t,void 0,arguments)},pop(){return Jt(this,"pop")},push(...e){return Jt(this,"push",e)},reduce(e,...t){return Xs(this,"reduce",e,t)},reduceRight(e,...t){return Xs(this,"reduceRight",e,t)},shift(){return Jt(this,"shift")},some(e,t){return Qe(this,"some",e,t,void 0,arguments)},splice(...e){return Jt(this,"splice",e)},toReversed(){return Nt(this).toReversed()},toSorted(e){return Nt(this).toSorted(e)},toSpliced(...e){return Nt(this).toSpliced(...e)},unshift(...e){return Jt(this,"unshift",e)},values(){return Qn(this,"values",e=>ft(this,e))}};function Qn(e,t,n){const s=Hn(e),i=s[t]();return s!==e&&!Pe(e)&&(i._next=i.next,i.next=()=>{const r=i._next();return r.done||(r.value=n(r.value)),r}),i}const Ro=Array.prototype;function Qe(e,t,n,s,i,r){const o=Hn(e),c=o!==e&&!Pe(e),l=o[t];if(l!==Ro[t]){const d=l.apply(e,r);return c?Le(d):d}let f=n;o!==e&&(c?f=function(d,p){return n.call(this,ft(e,d),p,e)}:n.length>2&&(f=function(d,p){return n.call(this,d,p,e)}));const u=l.call(o,f,s);return c&&i?i(u):u}function Xs(e,t,n,s){const i=Hn(e);let r=n;return i!==e&&(Pe(e)?n.length>3&&(r=function(o,c,l){return n.call(this,o,c,l,e)}):r=function(o,c,l){return n.call(this,o,ft(e,c),l,e)}),i[t](r,...s)}function Yn(e,t,n){const s=q(e);de(s,"iterate",un);const i=s[t](...n);return(i===-1||i===!1)&&Ls(n[0])?(n[0]=q(n[0]),s[t](...n)):i}function Jt(e,t,n=[]){tt(),Is();const s=q(e)[t].apply(e,n);return Ps(),nt(),s}const So=Rs("__proto__,__v_isRef,__isVue"),or=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(_t));function Ao(e){_t(e)||(e=String(e));const t=q(this);return de(t,"has",e),t.hasOwnProperty(e)}class lr{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,s){if(n==="__v_skip")return t.__v_skip;const i=this._isReadonly,r=this._isShallow;if(n==="__v_isReactive")return!i;if(n==="__v_isReadonly")return i;if(n==="__v_isShallow")return r;if(n==="__v_raw")return s===(i?r?Lo:ar:r?fr:ur).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(s)?t:void 0;const o=V(t);if(!i){let l;if(o&&(l=Eo[n]))return l;if(n==="hasOwnProperty")return Ao}const c=Reflect.get(t,n,ge(t)?t:s);if((_t(n)?or.has(n):So(n))||(i||de(t,"get",n),r))return c;if(ge(c)){const l=o&&Cs(n)?c:c.value;return i&&ie(l)?ds(l):l}return ie(c)?i?ds(c):Bn(c):c}}class cr extends lr{constructor(t=!1){super(!1,t)}set(t,n,s,i){let r=t[n];const o=V(t)&&Cs(n);if(!this._isShallow){const f=st(r);if(!Pe(s)&&!st(s)&&(r=q(r),s=q(s)),!o&&ge(r)&&!ge(s))return f||(r.value=s),!0}const c=o?Number(n)<t.length:z(t,n),l=Reflect.set(t,n,s,ge(t)?t:i);return t===q(i)&&(c?pt(s,r)&&Ze(t,"set",n,s):Ze(t,"add",n,s)),l}deleteProperty(t,n){const s=z(t,n);t[n];const i=Reflect.deleteProperty(t,n);return i&&s&&Ze(t,"delete",n,void 0),i}has(t,n){const s=Reflect.has(t,n);return(!_t(n)||!or.has(n))&&de(t,"has",n),s}ownKeys(t){return de(t,"iterate",V(t)?"length":At),Reflect.ownKeys(t)}}class Co extends lr{constructor(t=!1){super(!0,t)}set(t,n){return!0}deleteProperty(t,n){return!0}}const wo=new cr,Oo=new Co,Io=new cr(!0);const as=e=>e,_n=e=>Reflect.getPrototypeOf(e);function Po(e,t,n){return function(...s){const i=this.__v_raw,r=q(i),o=kt(r),c=e==="entries"||e===Symbol.iterator&&o,l=e==="keys"&&o,f=i[e](...s),u=n?as:t?$t:Le;return!t&&de(r,"iterate",l?fs:At),{next(){const{value:d,done:p}=f.next();return p?{value:d,done:p}:{value:c?[u(d[0]),u(d[1])]:u(d),done:p}},[Symbol.iterator](){return this}}}}function vn(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function To(e,t){const n={get(i){const r=this.__v_raw,o=q(r),c=q(i);e||(pt(i,c)&&de(o,"get",i),de(o,"get",c));const{has:l}=_n(o),f=t?as:e?$t:Le;if(l.call(o,i))return f(r.get(i));if(l.call(o,c))return f(r.get(c));r!==o&&r.get(i)},get size(){const i=this.__v_raw;return!e&&de(q(i),"iterate",At),i.size},has(i){const r=this.__v_raw,o=q(r),c=q(i);return e||(pt(i,c)&&de(o,"has",i),de(o,"has",c)),i===c?r.has(i):r.has(i)||r.has(c)},forEach(i,r){const o=this,c=o.__v_raw,l=q(c),f=t?as:e?$t:Le;return!e&&de(l,"iterate",At),c.forEach((u,d)=>i.call(r,f(u),f(d),o))}};return me(n,e?{add:vn("add"),set:vn("set"),delete:vn("delete"),clear:vn("clear")}:{add(i){!t&&!Pe(i)&&!st(i)&&(i=q(i));const r=q(this);return _n(r).has.call(r,i)||(r.add(i),Ze(r,"add",i,i)),this},set(i,r){!t&&!Pe(r)&&!st(r)&&(r=q(r));const o=q(this),{has:c,get:l}=_n(o);let f=c.call(o,i);f||(i=q(i),f=c.call(o,i));const u=l.call(o,i);return o.set(i,r),f?pt(r,u)&&Ze(o,"set",i,r):Ze(o,"add",i,r),this},delete(i){const r=q(this),{has:o,get:c}=_n(r);let l=o.call(r,i);l||(i=q(i),l=o.call(r,i)),c&&c.call(r,i);const f=r.delete(i);return l&&Ze(r,"delete",i,void 0),f},clear(){const i=q(this),r=i.size!==0,o=i.clear();return r&&Ze(i,"clear",void 0,void 0),o}}),["keys","values","entries",Symbol.iterator].forEach(i=>{n[i]=Po(i,e,t)}),n}function Ms(e,t){const n=To(e,t);return(s,i,r)=>i==="__v_isReactive"?!e:i==="__v_isReadonly"?e:i==="__v_raw"?s:Reflect.get(z(n,i)&&i in s?n:s,i,r)}const No={get:Ms(!1,!1)},Mo={get:Ms(!1,!0)},Do={get:Ms(!0,!1)};const ur=new WeakMap,fr=new WeakMap,ar=new WeakMap,Lo=new WeakMap;function Fo(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function ko(e){return e.__v_skip||!Object.isExtensible(e)?0:Fo(co(e))}function Bn(e){return st(e)?e:Ds(e,!1,wo,No,ur)}function dr(e){return Ds(e,!1,Io,Mo,fr)}function ds(e){return Ds(e,!0,Oo,Do,ar)}function Ds(e,t,n,s,i){if(!ie(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const r=ko(e);if(r===0)return e;const o=i.get(e);if(o)return o;const c=new Proxy(e,r===2?s:n);return i.set(e,c),c}function Ct(e){return st(e)?Ct(e.__v_raw):!!(e&&e.__v_isReactive)}function st(e){return!!(e&&e.__v_isReadonly)}function Pe(e){return!!(e&&e.__v_isShallow)}function Ls(e){return e?!!e.__v_raw:!1}function q(e){const t=e&&e.__v_raw;return t?q(t):e}function Ho(e){return!z(e,"__v_skip")&&Object.isExtensible(e)&&zi(e,"__v_skip",!0),e}const Le=e=>ie(e)?Bn(e):e,$t=e=>ie(e)?ds(e):e;function ge(e){return e?e.__v_isRef===!0:!1}function fn(e){return hr(e,!1)}function Bo(e){return hr(e,!0)}function hr(e,t){return ge(e)?e:new Vo(e,t)}class Vo{constructor(t,n){this.dep=new Ns,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=n?t:q(t),this._value=n?t:Le(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)||st(t);t=s?t:q(t),pt(t,n)&&(this._rawValue=t,this._value=s?t:Le(t),this.dep.trigger())}}function Ht(e){return ge(e)?e.value:e}const $o={get:(e,t,n)=>t==="__v_raw"?e:Ht(Reflect.get(e,t,n)),set:(e,t,n,s)=>{const i=e[t];return ge(i)&&!ge(n)?(i.value=n,!0):Reflect.set(e,t,n,s)}};function pr(e){return Ct(e)?e:new Proxy(e,$o)}class jo{constructor(t,n,s){this.fn=t,this.setter=n,this._value=void 0,this.dep=new Ns(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=cn-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!n,this.isSSR=s}notify(){if(this.flags|=16,!(this.flags&8)&&te!==this)return er(this,!0),!0}get value(){const t=this.dep.track();return sr(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function Uo(e,t,n=!1){let s,i;return $(e)?s=e:(s=e.get,i=e.set),new jo(s,i,n)}const yn={},An=new WeakMap;let Et;function Go(e,t=!1,n=Et){if(n){let s=An.get(n);s||An.set(n,s=[]),s.push(e)}}function Ko(e,t,n=Z){const{immediate:s,deep:i,once:r,scheduler:o,augmentJob:c,call:l}=n,f=T=>i?T:Pe(T)||i===!1||i===0?et(T,1):et(T);let u,d,p,m,A=!1,w=!1;if(ge(e)?(d=()=>e.value,A=Pe(e)):Ct(e)?(d=()=>f(e),A=!0):V(e)?(w=!0,A=e.some(T=>Ct(T)||Pe(T)),d=()=>e.map(T=>{if(ge(T))return T.value;if(Ct(T))return f(T);if($(T))return l?l(T,2):T()})):$(e)?t?d=l?()=>l(e,2):e:d=()=>{if(p){tt();try{p()}finally{nt()}}const T=Et;Et=u;try{return l?l(e,3,[m]):e(m)}finally{Et=T}}:d=qe,t&&i){const T=d,X=i===!0?1/0:i;d=()=>et(T(),X)}const H=yo(),M=()=>{u.stop(),H&&H.active&&As(H.effects,u)};if(r&&t){const T=t;t=(...X)=>{T(...X),M()}}let P=w?new Array(e.length).fill(yn):yn;const F=T=>{if(!(!(u.flags&1)||!u.dirty&&!T))if(t){const X=u.run();if(i||A||(w?X.some((ae,re)=>pt(ae,P[re])):pt(X,P))){p&&p();const ae=Et;Et=u;try{const re=[X,P===yn?void 0:w&&P[0]===yn?[]:P,m];P=X,l?l(t,3,re):t(...re)}finally{Et=ae}}}else u.run()};return c&&c(F),u=new Xi(d),u.scheduler=o?()=>o(F,!1):F,m=T=>Go(T,!1,u),p=u.onStop=()=>{const T=An.get(u);if(T){if(l)l(T,4);else for(const X of T)X();An.delete(u)}},t?s?F(!0):P=u.run():o?o(F.bind(null,!0),!0):u.run(),M.pause=u.pause.bind(u),M.resume=u.resume.bind(u),M.stop=M,M}function et(e,t=1/0,n){if(t<=0||!ie(e)||e.__v_skip||(n=n||new Map,(n.get(e)||0)>=t))return e;if(n.set(e,t),t--,ge(e))et(e.value,t,n);else if(V(e))for(let s=0;s<e.length;s++)et(e[s],t,n);else if(Gi(e)||kt(e))e.forEach(s=>{et(s,t,n)});else if(qi(e)){for(const s in e)et(e[s],t,n);for(const s of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,s)&&et(e[s],t,n)}return e}/**
10
+ * @vue/runtime-core v3.5.26
11
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
12
+ * @license MIT
13
+ **/function gn(e,t,n,s){try{return s?e(...s):e()}catch(i){Vn(i,t,n)}}function ze(e,t,n,s){if($(e)){const i=gn(e,t,n,s);return i&&Ki(i)&&i.catch(r=>{Vn(r,t,n)}),i}if(V(e)){const i=[];for(let r=0;r<e.length;r++)i.push(ze(e[r],t,n,s));return i}}function Vn(e,t,n,s=!0){const i=t?t.vnode:null,{errorHandler:r,throwUnhandledErrorInProduction:o}=t&&t.appContext.config||Z;if(t){let c=t.parent;const l=t.proxy,f=`https://vuejs.org/error-reference/#runtime-${n}`;for(;c;){const u=c.ec;if(u){for(let d=0;d<u.length;d++)if(u[d](e,l,f)===!1)return}c=c.parent}if(r){tt(),gn(r,null,10,[e,l,f]),nt();return}}Wo(e,n,i,s,o)}function Wo(e,t,n,s=!0,i=!1){if(i)throw e;console.error(e)}const ye=[];let Ke=-1;const Bt=[];let at=null,Mt=0;const gr=Promise.resolve();let Cn=null;function Fs(e){const t=Cn||gr;return e?t.then(this?e.bind(this):e):t}function qo(e){let t=Ke+1,n=ye.length;for(;t<n;){const s=t+n>>>1,i=ye[s],r=an(i);r<e||r===e&&i.flags&2?t=s+1:n=s}return t}function ks(e){if(!(e.flags&1)){const t=an(e),n=ye[ye.length-1];!n||!(e.flags&2)&&t>=an(n)?ye.push(e):ye.splice(qo(t),0,e),e.flags|=1,mr()}}function mr(){Cn||(Cn=gr.then(vr))}function zo(e){V(e)?Bt.push(...e):at&&e.id===-1?at.splice(Mt+1,0,e):e.flags&1||(Bt.push(e),e.flags|=1),mr()}function Zs(e,t,n=Ke+1){for(;n<ye.length;n++){const s=ye[n];if(s&&s.flags&2){if(e&&s.id!==e.uid)continue;ye.splice(n,1),n--,s.flags&4&&(s.flags&=-2),s(),s.flags&4||(s.flags&=-2)}}}function _r(e){if(Bt.length){const t=[...new Set(Bt)].sort((n,s)=>an(n)-an(s));if(Bt.length=0,at){at.push(...t);return}for(at=t,Mt=0;Mt<at.length;Mt++){const n=at[Mt];n.flags&4&&(n.flags&=-2),n.flags&8||n(),n.flags&=-2}at=null,Mt=0}}const an=e=>e.id==null?e.flags&2?-1:1/0:e.id;function vr(e){try{for(Ke=0;Ke<ye.length;Ke++){const t=ye[Ke];t&&!(t.flags&8)&&(t.flags&4&&(t.flags&=-2),gn(t,t.i,t.i?15:14),t.flags&4||(t.flags&=-2))}}finally{for(;Ke<ye.length;Ke++){const t=ye[Ke];t&&(t.flags&=-2)}Ke=-1,ye.length=0,_r(),Cn=null,(ye.length||Bt.length)&&vr()}}let we=null,yr=null;function wn(e){const t=we;return we=e,yr=e&&e.type.__scopeId||null,t}function gt(e,t=we,n){if(!t||e._n)return e;const s=(...i)=>{s._d&&Pn(-1);const r=wn(t);let o;try{o=e(...i)}finally{wn(r),s._d&&Pn(1)}return o};return s._n=!0,s._c=!0,s._d=!0,s}function Jo(e,t){if(we===null)return e;const n=Gn(we),s=e.dirs||(e.dirs=[]);for(let i=0;i<t.length;i++){let[r,o,c,l=Z]=t[i];r&&($(r)&&(r={mounted:r,updated:r}),r.deep&&et(o),s.push({dir:r,instance:n,value:o,oldValue:void 0,arg:c,modifiers:l}))}return e}function bt(e,t,n,s){const i=e.dirs,r=t&&t.dirs;for(let o=0;o<i.length;o++){const c=i[o];r&&(c.oldValue=r[o].value);let l=c.dir[s];l&&(tt(),ze(l,n,8,[e.el,c,e,t]),nt())}}function xn(e,t){if(pe){let n=pe.provides;const s=pe.parent&&pe.parent.provides;s===n&&(n=pe.provides=Object.create(s)),n[e]=t}}function De(e,t,n=!1){const s=Jl();if(s||Vt){let i=Vt?Vt._context.provides:s?s.parent==null||s.ce?s.vnode.appContext&&s.vnode.appContext.provides:s.parent.provides:void 0;if(i&&e in i)return i[e];if(arguments.length>1)return n&&$(t)?t.call(s&&s.proxy):t}}const Qo=Symbol.for("v-scx"),Yo=()=>De(Qo);function En(e,t,n){return br(e,t,n)}function br(e,t,n=Z){const{immediate:s,deep:i,flush:r,once:o}=n,c=me({},n),l=t&&s||!t&&r!=="post";let f;if(hn){if(r==="sync"){const m=Yo();f=m.__watcherHandles||(m.__watcherHandles=[])}else if(!l){const m=()=>{};return m.stop=qe,m.resume=qe,m.pause=qe,m}}const u=pe;c.call=(m,A,w)=>ze(m,u,A,w);let d=!1;r==="post"?c.scheduler=m=>{Ce(m,u&&u.suspense)}:r!=="sync"&&(d=!0,c.scheduler=(m,A)=>{A?m():ks(m)}),c.augmentJob=m=>{t&&(m.flags|=4),d&&(m.flags|=2,u&&(m.id=u.uid,m.i=u))};const p=Ko(e,t,c);return hn&&(f?f.push(p):l&&p()),p}function Xo(e,t,n){const s=this.proxy,i=le(e)?e.includes(".")?xr(s,e):()=>s[e]:e.bind(s,s);let r;$(t)?r=t:(r=t.handler,n=t);const o=mn(this),c=br(i,r.bind(s),n);return o(),c}function xr(e,t){const n=t.split(".");return()=>{let s=e;for(let i=0;i<n.length&&s;i++)s=s[n[i]];return s}}const Zo=Symbol("_vte"),el=e=>e.__isTeleport,tl=Symbol("_leaveCb");function Hs(e,t){e.shapeFlag&6&&e.component?(e.transition=t,Hs(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 it(e,t){return $(e)?me({name:e.name},t,{setup:e}):e}function Er(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}const On=new WeakMap;function nn(e,t,n,s,i=!1){if(V(e)){e.forEach((A,w)=>nn(A,t&&(V(t)?t[w]:t),n,s,i));return}if(sn(s)&&!i){s.shapeFlag&512&&s.type.__asyncResolved&&s.component.subTree.component&&nn(e,t,n,s.component.subTree);return}const r=s.shapeFlag&4?Gn(s.component):s.el,o=i?null:r,{i:c,r:l}=e,f=t&&t.r,u=c.refs===Z?c.refs={}:c.refs,d=c.setupState,p=q(d),m=d===Z?Ui:A=>z(p,A);if(f!=null&&f!==l){if(ei(t),le(f))u[f]=null,m(f)&&(d[f]=null);else if(ge(f)){f.value=null;const A=t;A.k&&(u[A.k]=null)}}if($(l))gn(l,c,12,[o,u]);else{const A=le(l),w=ge(l);if(A||w){const H=()=>{if(e.f){const M=A?m(l)?d[l]:u[l]:l.value;if(i)V(M)&&As(M,r);else if(V(M))M.includes(r)||M.push(r);else if(A)u[l]=[r],m(l)&&(d[l]=u[l]);else{const P=[r];l.value=P,e.k&&(u[e.k]=P)}}else A?(u[l]=o,m(l)&&(d[l]=o)):w&&(l.value=o,e.k&&(u[e.k]=o))};if(o){const M=()=>{H(),On.delete(e)};M.id=-1,On.set(e,M),Ce(M,n)}else ei(e),H()}}}function ei(e){const t=On.get(e);t&&(t.flags|=8,On.delete(e))}kn().requestIdleCallback;kn().cancelIdleCallback;const sn=e=>!!e.type.__asyncLoader,Rr=e=>e.type.__isKeepAlive;function nl(e,t){Sr(e,"a",t)}function sl(e,t){Sr(e,"da",t)}function Sr(e,t,n=pe){const s=e.__wdc||(e.__wdc=()=>{let i=n;for(;i;){if(i.isDeactivated)return;i=i.parent}return e()});if($n(t,s,n),n){let i=n.parent;for(;i&&i.parent;)Rr(i.parent.vnode)&&il(s,t,n,i),i=i.parent}}function il(e,t,n,s){const i=$n(t,e,s,!0);Ar(()=>{As(s[t],i)},n)}function $n(e,t,n=pe,s=!1){if(n){const i=n[e]||(n[e]=[]),r=t.__weh||(t.__weh=(...o)=>{tt();const c=mn(n),l=ze(t,n,e,o);return c(),nt(),l});return s?i.unshift(r):i.push(r),r}}const rt=e=>(t,n=pe)=>{(!hn||e==="sp")&&$n(e,(...s)=>t(...s),n)},rl=rt("bm"),Bs=rt("m"),ol=rt("bu"),ll=rt("u"),cl=rt("bum"),Ar=rt("um"),ul=rt("sp"),fl=rt("rtg"),al=rt("rtc");function dl(e,t=pe){$n("ec",e,t)}const hl="components";function jt(e,t){return gl(hl,e,!0,t)||e}const pl=Symbol.for("v-ndc");function gl(e,t,n=!0,s=!1){const i=we||pe;if(i){const r=i.type;{const c=ec(r,!1);if(c&&(c===t||c===Ne(t)||c===Fn(Ne(t))))return r}const o=ti(i[e]||r[e],t)||ti(i.appContext[e],t);return!o&&s?r:o}}function ti(e,t){return e&&(e[t]||e[Ne(t)]||e[Fn(Ne(t))])}function Ut(e,t,n,s){let i;const r=n,o=V(e);if(o||le(e)){const c=o&&Ct(e);let l=!1,f=!1;c&&(l=!Pe(e),f=st(e),e=Hn(e)),i=new Array(e.length);for(let u=0,d=e.length;u<d;u++)i[u]=t(l?f?$t(Le(e[u])):Le(e[u]):e[u],u,void 0,r)}else if(typeof e=="number"){i=new Array(e);for(let c=0;c<e;c++)i[c]=t(c+1,c,void 0,r)}else if(ie(e))if(e[Symbol.iterator])i=Array.from(e,(c,l)=>t(c,l,void 0,r));else{const c=Object.keys(e);i=new Array(c.length);for(let l=0,f=c.length;l<f;l++){const u=c[l];i[l]=t(e[u],u,l,r)}}else i=[];return i}const hs=e=>e?Gr(e)?Gn(e):hs(e.parent):null,rn=me(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=>hs(e.parent),$root:e=>hs(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>wr(e),$forceUpdate:e=>e.f||(e.f=()=>{ks(e.update)}),$nextTick:e=>e.n||(e.n=Fs.bind(e.proxy)),$watch:e=>Xo.bind(e)}),Xn=(e,t)=>e!==Z&&!e.__isScriptSetup&&z(e,t),ml={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:n,setupState:s,data:i,props:r,accessCache:o,type:c,appContext:l}=e;if(t[0]!=="$"){const p=o[t];if(p!==void 0)switch(p){case 1:return s[t];case 2:return i[t];case 4:return n[t];case 3:return r[t]}else{if(Xn(s,t))return o[t]=1,s[t];if(i!==Z&&z(i,t))return o[t]=2,i[t];if(z(r,t))return o[t]=3,r[t];if(n!==Z&&z(n,t))return o[t]=4,n[t];ps&&(o[t]=0)}}const f=rn[t];let u,d;if(f)return t==="$attrs"&&de(e.attrs,"get",""),f(e);if((u=c.__cssModules)&&(u=u[t]))return u;if(n!==Z&&z(n,t))return o[t]=4,n[t];if(d=l.config.globalProperties,z(d,t))return d[t]},set({_:e},t,n){const{data:s,setupState:i,ctx:r}=e;return Xn(i,t)?(i[t]=n,!0):s!==Z&&z(s,t)?(s[t]=n,!0):z(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(r[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:s,appContext:i,props:r,type:o}},c){let l;return!!(n[c]||e!==Z&&c[0]!=="$"&&z(e,c)||Xn(t,c)||z(r,c)||z(s,c)||z(rn,c)||z(i.config.globalProperties,c)||(l=o.__cssModules)&&l[c])},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:z(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function ni(e){return V(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let ps=!0;function _l(e){const t=wr(e),n=e.proxy,s=e.ctx;ps=!1,t.beforeCreate&&si(t.beforeCreate,e,"bc");const{data:i,computed:r,methods:o,watch:c,provide:l,inject:f,created:u,beforeMount:d,mounted:p,beforeUpdate:m,updated:A,activated:w,deactivated:H,beforeDestroy:M,beforeUnmount:P,destroyed:F,unmounted:T,render:X,renderTracked:ae,renderTriggered:re,errorCaptured:ke,serverPrefetch:ot,expose:He,inheritAttrs:lt,components:vt,directives:Be,filters:qt}=t;if(f&&vl(f,s,null),o)for(const Y in o){const K=o[Y];$(K)&&(s[Y]=K.bind(n))}if(i){const Y=i.call(n,n);ie(Y)&&(e.data=Bn(Y))}if(ps=!0,r)for(const Y in r){const K=r[Y],Je=$(K)?K.bind(n,n):$(K.get)?K.get.bind(n,n):qe,ct=!$(K)&&$(K.set)?K.set.bind(n):qe,Ve=ue({get:Je,set:ct});Object.defineProperty(s,Y,{enumerable:!0,configurable:!0,get:()=>Ve.value,set:xe=>Ve.value=xe})}if(c)for(const Y in c)Cr(c[Y],s,n,Y);if(l){const Y=$(l)?l.call(n):l;Reflect.ownKeys(Y).forEach(K=>{xn(K,Y[K])})}u&&si(u,e,"c");function fe(Y,K){V(K)?K.forEach(Je=>Y(Je.bind(n))):K&&Y(K.bind(n))}if(fe(rl,d),fe(Bs,p),fe(ol,m),fe(ll,A),fe(nl,w),fe(sl,H),fe(dl,ke),fe(al,ae),fe(fl,re),fe(cl,P),fe(Ar,T),fe(ul,ot),V(He))if(He.length){const Y=e.exposed||(e.exposed={});He.forEach(K=>{Object.defineProperty(Y,K,{get:()=>n[K],set:Je=>n[K]=Je,enumerable:!0})})}else e.exposed||(e.exposed={});X&&e.render===qe&&(e.render=X),lt!=null&&(e.inheritAttrs=lt),vt&&(e.components=vt),Be&&(e.directives=Be),ot&&Er(e)}function vl(e,t,n=qe){V(e)&&(e=gs(e));for(const s in e){const i=e[s];let r;ie(i)?"default"in i?r=De(i.from||s,i.default,!0):r=De(i.from||s):r=De(i),ge(r)?Object.defineProperty(t,s,{enumerable:!0,configurable:!0,get:()=>r.value,set:o=>r.value=o}):t[s]=r}}function si(e,t,n){ze(V(e)?e.map(s=>s.bind(t.proxy)):e.bind(t.proxy),t,n)}function Cr(e,t,n,s){let i=s.includes(".")?xr(n,s):()=>n[s];if(le(e)){const r=t[e];$(r)&&En(i,r)}else if($(e))En(i,e.bind(n));else if(ie(e))if(V(e))e.forEach(r=>Cr(r,t,n,s));else{const r=$(e.handler)?e.handler.bind(n):t[e.handler];$(r)&&En(i,r,e)}}function wr(e){const t=e.type,{mixins:n,extends:s}=t,{mixins:i,optionsCache:r,config:{optionMergeStrategies:o}}=e.appContext,c=r.get(t);let l;return c?l=c:!i.length&&!n&&!s?l=t:(l={},i.length&&i.forEach(f=>In(l,f,o,!0)),In(l,t,o)),ie(t)&&r.set(t,l),l}function In(e,t,n,s=!1){const{mixins:i,extends:r}=t;r&&In(e,r,n,!0),i&&i.forEach(o=>In(e,o,n,!0));for(const o in t)if(!(s&&o==="expose")){const c=yl[o]||n&&n[o];e[o]=c?c(e[o],t[o]):t[o]}return e}const yl={data:ii,props:ri,emits:ri,methods:Xt,computed:Xt,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:Xt,directives:Xt,watch:xl,provide:ii,inject:bl};function ii(e,t){return t?e?function(){return me($(e)?e.call(this,this):e,$(t)?t.call(this,this):t)}:t:e}function bl(e,t){return Xt(gs(e),gs(t))}function gs(e){if(V(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 Xt(e,t){return e?me(Object.create(null),e,t):t}function ri(e,t){return e?V(e)&&V(t)?[...new Set([...e,...t])]:me(Object.create(null),ni(e),ni(t??{})):t}function xl(e,t){if(!e)return t;if(!t)return e;const n=me(Object.create(null),e);for(const s in t)n[s]=_e(e[s],t[s]);return n}function Or(){return{app:null,config:{isNativeTag:Ui,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 El=0;function Rl(e,t){return function(s,i=null){$(s)||(s=me({},s)),i!=null&&!ie(i)&&(i=null);const r=Or(),o=new WeakSet,c=[];let l=!1;const f=r.app={_uid:El++,_component:s,_props:i,_container:null,_context:r,_instance:null,version:nc,get config(){return r.config},set config(u){},use(u,...d){return o.has(u)||(u&&$(u.install)?(o.add(u),u.install(f,...d)):$(u)&&(o.add(u),u(f,...d))),f},mixin(u){return r.mixins.includes(u)||r.mixins.push(u),f},component(u,d){return d?(r.components[u]=d,f):r.components[u]},directive(u,d){return d?(r.directives[u]=d,f):r.directives[u]},mount(u,d,p){if(!l){const m=f._ceVNode||be(s,i);return m.appContext=r,p===!0?p="svg":p===!1&&(p=void 0),e(m,u,p),l=!0,f._container=u,u.__vue_app__=f,Gn(m.component)}},onUnmount(u){c.push(u)},unmount(){l&&(ze(c,f._instance,16),e(null,f._container),delete f._container.__vue_app__)},provide(u,d){return r.provides[u]=d,f},runWithContext(u){const d=Vt;Vt=f;try{return u()}finally{Vt=d}}};return f}}let Vt=null;const Sl=(e,t)=>t==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${Ne(t)}Modifiers`]||e[`${wt(t)}Modifiers`];function Al(e,t,...n){if(e.isUnmounted)return;const s=e.vnode.props||Z;let i=n;const r=t.startsWith("update:"),o=r&&Sl(s,t.slice(7));o&&(o.trim&&(i=n.map(u=>le(u)?u.trim():u)),o.number&&(i=n.map(ws)));let c,l=s[c=qn(t)]||s[c=qn(Ne(t))];!l&&r&&(l=s[c=qn(wt(t))]),l&&ze(l,e,6,i);const f=s[c+"Once"];if(f){if(!e.emitted)e.emitted={};else if(e.emitted[c])return;e.emitted[c]=!0,ze(f,e,6,i)}}const Cl=new WeakMap;function Ir(e,t,n=!1){const s=n?Cl:t.emitsCache,i=s.get(e);if(i!==void 0)return i;const r=e.emits;let o={},c=!1;if(!$(e)){const l=f=>{const u=Ir(f,t,!0);u&&(c=!0,me(o,u))};!n&&t.mixins.length&&t.mixins.forEach(l),e.extends&&l(e.extends),e.mixins&&e.mixins.forEach(l)}return!r&&!c?(ie(e)&&s.set(e,null),null):(V(r)?r.forEach(l=>o[l]=null):me(o,r),ie(e)&&s.set(e,o),o)}function jn(e,t){return!e||!Mn(t)?!1:(t=t.slice(2).replace(/Once$/,""),z(e,t[0].toLowerCase()+t.slice(1))||z(e,wt(t))||z(e,t))}function oi(e){const{type:t,vnode:n,proxy:s,withProxy:i,propsOptions:[r],slots:o,attrs:c,emit:l,render:f,renderCache:u,props:d,data:p,setupState:m,ctx:A,inheritAttrs:w}=e,H=wn(e);let M,P;try{if(n.shapeFlag&4){const T=i||s,X=T;M=We(f.call(X,T,u,d,m,p,A)),P=c}else{const T=t;M=We(T.length>1?T(d,{attrs:c,slots:o,emit:l}):T(d,null)),P=t.props?c:wl(c)}}catch(T){on.length=0,Vn(T,e,1),M=be(mt)}let F=M;if(P&&w!==!1){const T=Object.keys(P),{shapeFlag:X}=F;T.length&&X&7&&(r&&T.some(Ss)&&(P=Ol(P,r)),F=Gt(F,P,!1,!0))}return n.dirs&&(F=Gt(F,null,!1,!0),F.dirs=F.dirs?F.dirs.concat(n.dirs):n.dirs),n.transition&&Hs(F,n.transition),M=F,wn(H),M}const wl=e=>{let t;for(const n in e)(n==="class"||n==="style"||Mn(n))&&((t||(t={}))[n]=e[n]);return t},Ol=(e,t)=>{const n={};for(const s in e)(!Ss(s)||!(s.slice(9)in t))&&(n[s]=e[s]);return n};function Il(e,t,n){const{props:s,children:i,component:r}=e,{props:o,children:c,patchFlag:l}=t,f=r.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&l>=0){if(l&1024)return!0;if(l&16)return s?li(s,o,f):!!o;if(l&8){const u=t.dynamicProps;for(let d=0;d<u.length;d++){const p=u[d];if(o[p]!==s[p]&&!jn(f,p))return!0}}}else return(i||c)&&(!c||!c.$stable)?!0:s===o?!1:s?o?li(s,o,f):!0:!!o;return!1}function li(e,t,n){const s=Object.keys(t);if(s.length!==Object.keys(e).length)return!0;for(let i=0;i<s.length;i++){const r=s[i];if(t[r]!==e[r]&&!jn(n,r))return!0}return!1}function Pl({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 Pr={},Tr=()=>Object.create(Pr),Nr=e=>Object.getPrototypeOf(e)===Pr;function Tl(e,t,n,s=!1){const i={},r=Tr();e.propsDefaults=Object.create(null),Mr(e,t,i,r);for(const o in e.propsOptions[0])o in i||(i[o]=void 0);n?e.props=s?i:dr(i):e.type.props?e.props=i:e.props=r,e.attrs=r}function Nl(e,t,n,s){const{props:i,attrs:r,vnode:{patchFlag:o}}=e,c=q(i),[l]=e.propsOptions;let f=!1;if((s||o>0)&&!(o&16)){if(o&8){const u=e.vnode.dynamicProps;for(let d=0;d<u.length;d++){let p=u[d];if(jn(e.emitsOptions,p))continue;const m=t[p];if(l)if(z(r,p))m!==r[p]&&(r[p]=m,f=!0);else{const A=Ne(p);i[A]=ms(l,c,A,m,e,!1)}else m!==r[p]&&(r[p]=m,f=!0)}}}else{Mr(e,t,i,r)&&(f=!0);let u;for(const d in c)(!t||!z(t,d)&&((u=wt(d))===d||!z(t,u)))&&(l?n&&(n[d]!==void 0||n[u]!==void 0)&&(i[d]=ms(l,c,d,void 0,e,!0)):delete i[d]);if(r!==c)for(const d in r)(!t||!z(t,d))&&(delete r[d],f=!0)}f&&Ze(e.attrs,"set","")}function Mr(e,t,n,s){const[i,r]=e.propsOptions;let o=!1,c;if(t)for(let l in t){if(Zt(l))continue;const f=t[l];let u;i&&z(i,u=Ne(l))?!r||!r.includes(u)?n[u]=f:(c||(c={}))[u]=f:jn(e.emitsOptions,l)||(!(l in s)||f!==s[l])&&(s[l]=f,o=!0)}if(r){const l=q(n),f=c||Z;for(let u=0;u<r.length;u++){const d=r[u];n[d]=ms(i,l,d,f[d],e,!z(f,d))}}return o}function ms(e,t,n,s,i,r){const o=e[n];if(o!=null){const c=z(o,"default");if(c&&s===void 0){const l=o.default;if(o.type!==Function&&!o.skipFactory&&$(l)){const{propsDefaults:f}=i;if(n in f)s=f[n];else{const u=mn(i);s=f[n]=l.call(null,t),u()}}else s=l;i.ce&&i.ce._setProp(n,s)}o[0]&&(r&&!c?s=!1:o[1]&&(s===""||s===wt(n))&&(s=!0))}return s}const Ml=new WeakMap;function Dr(e,t,n=!1){const s=n?Ml:t.propsCache,i=s.get(e);if(i)return i;const r=e.props,o={},c=[];let l=!1;if(!$(e)){const u=d=>{l=!0;const[p,m]=Dr(d,t,!0);me(o,p),m&&c.push(...m)};!n&&t.mixins.length&&t.mixins.forEach(u),e.extends&&u(e.extends),e.mixins&&e.mixins.forEach(u)}if(!r&&!l)return ie(e)&&s.set(e,Ft),Ft;if(V(r))for(let u=0;u<r.length;u++){const d=Ne(r[u]);ci(d)&&(o[d]=Z)}else if(r)for(const u in r){const d=Ne(u);if(ci(d)){const p=r[u],m=o[d]=V(p)||$(p)?{type:p}:me({},p),A=m.type;let w=!1,H=!0;if(V(A))for(let M=0;M<A.length;++M){const P=A[M],F=$(P)&&P.name;if(F==="Boolean"){w=!0;break}else F==="String"&&(H=!1)}else w=$(A)&&A.name==="Boolean";m[0]=w,m[1]=H,(w||z(m,"default"))&&c.push(d)}}const f=[o,c];return ie(e)&&s.set(e,f),f}function ci(e){return e[0]!=="$"&&!Zt(e)}const Vs=e=>e==="_"||e==="_ctx"||e==="$stable",$s=e=>V(e)?e.map(We):[We(e)],Dl=(e,t,n)=>{if(t._n)return t;const s=gt((...i)=>$s(t(...i)),n);return s._c=!1,s},Lr=(e,t,n)=>{const s=e._ctx;for(const i in e){if(Vs(i))continue;const r=e[i];if($(r))t[i]=Dl(i,r,s);else if(r!=null){const o=$s(r);t[i]=()=>o}}},Fr=(e,t)=>{const n=$s(t);e.slots.default=()=>n},kr=(e,t,n)=>{for(const s in t)(n||!Vs(s))&&(e[s]=t[s])},Ll=(e,t,n)=>{const s=e.slots=Tr();if(e.vnode.shapeFlag&32){const i=t._;i?(kr(s,t,n),n&&zi(s,"_",i,!0)):Lr(t,s)}else t&&Fr(e,t)},Fl=(e,t,n)=>{const{vnode:s,slots:i}=e;let r=!0,o=Z;if(s.shapeFlag&32){const c=t._;c?n&&c===1?r=!1:kr(i,t,n):(r=!t.$stable,Lr(t,i)),o=t}else t&&(Fr(e,t),o={default:1});if(r)for(const c in i)!Vs(c)&&o[c]==null&&delete i[c]},Ce=$l;function kl(e){return Hl(e)}function Hl(e,t){const n=kn();n.__VUE__=!0;const{insert:s,remove:i,patchProp:r,createElement:o,createText:c,createComment:l,setText:f,setElementText:u,parentNode:d,nextSibling:p,setScopeId:m=qe,insertStaticContent:A}=e,w=(a,h,g,_=null,b=null,v=null,S=void 0,R=null,E=!!h.dynamicChildren)=>{if(a===h)return;a&&!Qt(a,h)&&(_=y(a),xe(a,b,v,!0),a=null),h.patchFlag===-2&&(E=!1,h.dynamicChildren=null);const{type:x,ref:k,shapeFlag:O}=h;switch(x){case Un:H(a,h,g,_);break;case mt:M(a,h,g,_);break;case es:a==null&&P(h,g,_,S);break;case he:vt(a,h,g,_,b,v,S,R,E);break;default:O&1?X(a,h,g,_,b,v,S,R,E):O&6?Be(a,h,g,_,b,v,S,R,E):(O&64||O&128)&&x.process(a,h,g,_,b,v,S,R,E,D)}k!=null&&b?nn(k,a&&a.ref,v,h||a,!h):k==null&&a&&a.ref!=null&&nn(a.ref,null,v,a,!0)},H=(a,h,g,_)=>{if(a==null)s(h.el=c(h.children),g,_);else{const b=h.el=a.el;h.children!==a.children&&f(b,h.children)}},M=(a,h,g,_)=>{a==null?s(h.el=l(h.children||""),g,_):h.el=a.el},P=(a,h,g,_)=>{[a.el,a.anchor]=A(a.children,h,g,_,a.el,a.anchor)},F=({el:a,anchor:h},g,_)=>{let b;for(;a&&a!==h;)b=p(a),s(a,g,_),a=b;s(h,g,_)},T=({el:a,anchor:h})=>{let g;for(;a&&a!==h;)g=p(a),i(a),a=g;i(h)},X=(a,h,g,_,b,v,S,R,E)=>{if(h.type==="svg"?S="svg":h.type==="math"&&(S="mathml"),a==null)ae(h,g,_,b,v,S,R,E);else{const x=a.el&&a.el._isVueCE?a.el:null;try{x&&x._beginPatch(),ot(a,h,b,v,S,R,E)}finally{x&&x._endPatch()}}},ae=(a,h,g,_,b,v,S,R)=>{let E,x;const{props:k,shapeFlag:O,transition:L,dirs:B}=a;if(E=a.el=o(a.type,v,k&&k.is,k),O&8?u(E,a.children):O&16&&ke(a.children,E,null,_,b,Zn(a,v),S,R),B&&bt(a,null,_,"created"),re(E,a,a.scopeId,S,_),k){for(const ee in k)ee!=="value"&&!Zt(ee)&&r(E,ee,null,k[ee],v,_);"value"in k&&r(E,"value",null,k.value,v),(x=k.onVnodeBeforeMount)&&Ge(x,_,a)}B&&bt(a,null,_,"beforeMount");const G=Bl(b,L);G&&L.beforeEnter(E),s(E,h,g),((x=k&&k.onVnodeMounted)||G||B)&&Ce(()=>{x&&Ge(x,_,a),G&&L.enter(E),B&&bt(a,null,_,"mounted")},b)},re=(a,h,g,_,b)=>{if(g&&m(a,g),_)for(let v=0;v<_.length;v++)m(a,_[v]);if(b){let v=b.subTree;if(h===v||$r(v.type)&&(v.ssContent===h||v.ssFallback===h)){const S=b.vnode;re(a,S,S.scopeId,S.slotScopeIds,b.parent)}}},ke=(a,h,g,_,b,v,S,R,E=0)=>{for(let x=E;x<a.length;x++){const k=a[x]=R?dt(a[x]):We(a[x]);w(null,k,h,g,_,b,v,S,R)}},ot=(a,h,g,_,b,v,S)=>{const R=h.el=a.el;let{patchFlag:E,dynamicChildren:x,dirs:k}=h;E|=a.patchFlag&16;const O=a.props||Z,L=h.props||Z;let B;if(g&&xt(g,!1),(B=L.onVnodeBeforeUpdate)&&Ge(B,g,h,a),k&&bt(h,a,g,"beforeUpdate"),g&&xt(g,!0),(O.innerHTML&&L.innerHTML==null||O.textContent&&L.textContent==null)&&u(R,""),x?He(a.dynamicChildren,x,R,g,_,Zn(h,b),v):S||K(a,h,R,null,g,_,Zn(h,b),v,!1),E>0){if(E&16)lt(R,O,L,g,b);else if(E&2&&O.class!==L.class&&r(R,"class",null,L.class,b),E&4&&r(R,"style",O.style,L.style,b),E&8){const G=h.dynamicProps;for(let ee=0;ee<G.length;ee++){const Q=G[ee],Ee=O[Q],Re=L[Q];(Re!==Ee||Q==="value")&&r(R,Q,Ee,Re,b,g)}}E&1&&a.children!==h.children&&u(R,h.children)}else!S&&x==null&&lt(R,O,L,g,b);((B=L.onVnodeUpdated)||k)&&Ce(()=>{B&&Ge(B,g,h,a),k&&bt(h,a,g,"updated")},_)},He=(a,h,g,_,b,v,S)=>{for(let R=0;R<h.length;R++){const E=a[R],x=h[R],k=E.el&&(E.type===he||!Qt(E,x)||E.shapeFlag&198)?d(E.el):g;w(E,x,k,null,_,b,v,S,!0)}},lt=(a,h,g,_,b)=>{if(h!==g){if(h!==Z)for(const v in h)!Zt(v)&&!(v in g)&&r(a,v,h[v],null,b,_);for(const v in g){if(Zt(v))continue;const S=g[v],R=h[v];S!==R&&v!=="value"&&r(a,v,R,S,b,_)}"value"in g&&r(a,"value",h.value,g.value,b)}},vt=(a,h,g,_,b,v,S,R,E)=>{const x=h.el=a?a.el:c(""),k=h.anchor=a?a.anchor:c("");let{patchFlag:O,dynamicChildren:L,slotScopeIds:B}=h;B&&(R=R?R.concat(B):B),a==null?(s(x,g,_),s(k,g,_),ke(h.children||[],g,k,b,v,S,R,E)):O>0&&O&64&&L&&a.dynamicChildren&&a.dynamicChildren.length===L.length?(He(a.dynamicChildren,L,g,b,v,S,R),(h.key!=null||b&&h===b.subTree)&&Hr(a,h,!0)):K(a,h,g,k,b,v,S,R,E)},Be=(a,h,g,_,b,v,S,R,E)=>{h.slotScopeIds=R,a==null?h.shapeFlag&512?b.ctx.activate(h,g,_,S,E):qt(h,g,_,b,v,S,E):It(a,h,E)},qt=(a,h,g,_,b,v,S)=>{const R=a.component=zl(a,_,b);if(Rr(a)&&(R.ctx.renderer=D),Ql(R,!1,S),R.asyncDep){if(b&&b.registerDep(R,fe,S),!a.el){const E=R.subTree=be(mt);M(null,E,h,g),a.placeholder=E.el}}else fe(R,a,h,g,b,v,S)},It=(a,h,g)=>{const _=h.component=a.component;if(Il(a,h,g))if(_.asyncDep&&!_.asyncResolved){Y(_,h,g);return}else _.next=h,_.update();else h.el=a.el,_.vnode=h},fe=(a,h,g,_,b,v,S)=>{const R=()=>{if(a.isMounted){let{next:O,bu:L,u:B,parent:G,vnode:ee}=a;{const je=Br(a);if(je){O&&(O.el=ee.el,Y(a,O,S)),je.asyncDep.then(()=>{a.isUnmounted||R()});return}}let Q=O,Ee;xt(a,!1),O?(O.el=ee.el,Y(a,O,S)):O=ee,L&&bn(L),(Ee=O.props&&O.props.onVnodeBeforeUpdate)&&Ge(Ee,G,O,ee),xt(a,!0);const Re=oi(a),$e=a.subTree;a.subTree=Re,w($e,Re,d($e.el),y($e),a,b,v),O.el=Re.el,Q===null&&Pl(a,Re.el),B&&Ce(B,b),(Ee=O.props&&O.props.onVnodeUpdated)&&Ce(()=>Ge(Ee,G,O,ee),b)}else{let O;const{el:L,props:B}=h,{bm:G,m:ee,parent:Q,root:Ee,type:Re}=a,$e=sn(h);xt(a,!1),G&&bn(G),!$e&&(O=B&&B.onVnodeBeforeMount)&&Ge(O,Q,h),xt(a,!0);{Ee.ce&&Ee.ce._def.shadowRoot!==!1&&Ee.ce._injectChildStyle(Re);const je=a.subTree=oi(a);w(null,je,g,_,a,b,v),h.el=je.el}if(ee&&Ce(ee,b),!$e&&(O=B&&B.onVnodeMounted)){const je=h;Ce(()=>Ge(O,Q,je),b)}(h.shapeFlag&256||Q&&sn(Q.vnode)&&Q.vnode.shapeFlag&256)&&a.a&&Ce(a.a,b),a.isMounted=!0,h=g=_=null}};a.scope.on();const E=a.effect=new Xi(R);a.scope.off();const x=a.update=E.run.bind(E),k=a.job=E.runIfDirty.bind(E);k.i=a,k.id=a.uid,E.scheduler=()=>ks(k),xt(a,!0),x()},Y=(a,h,g)=>{h.component=a;const _=a.vnode.props;a.vnode=h,a.next=null,Nl(a,h.props,_,g),Fl(a,h.children,g),tt(),Zs(a),nt()},K=(a,h,g,_,b,v,S,R,E=!1)=>{const x=a&&a.children,k=a?a.shapeFlag:0,O=h.children,{patchFlag:L,shapeFlag:B}=h;if(L>0){if(L&128){ct(x,O,g,_,b,v,S,R,E);return}else if(L&256){Je(x,O,g,_,b,v,S,R,E);return}}B&8?(k&16&&Ie(x,b,v),O!==x&&u(g,O)):k&16?B&16?ct(x,O,g,_,b,v,S,R,E):Ie(x,b,v,!0):(k&8&&u(g,""),B&16&&ke(O,g,_,b,v,S,R,E))},Je=(a,h,g,_,b,v,S,R,E)=>{a=a||Ft,h=h||Ft;const x=a.length,k=h.length,O=Math.min(x,k);let L;for(L=0;L<O;L++){const B=h[L]=E?dt(h[L]):We(h[L]);w(a[L],B,g,null,b,v,S,R,E)}x>k?Ie(a,b,v,!0,!1,O):ke(h,g,_,b,v,S,R,E,O)},ct=(a,h,g,_,b,v,S,R,E)=>{let x=0;const k=h.length;let O=a.length-1,L=k-1;for(;x<=O&&x<=L;){const B=a[x],G=h[x]=E?dt(h[x]):We(h[x]);if(Qt(B,G))w(B,G,g,null,b,v,S,R,E);else break;x++}for(;x<=O&&x<=L;){const B=a[O],G=h[L]=E?dt(h[L]):We(h[L]);if(Qt(B,G))w(B,G,g,null,b,v,S,R,E);else break;O--,L--}if(x>O){if(x<=L){const B=L+1,G=B<k?h[B].el:_;for(;x<=L;)w(null,h[x]=E?dt(h[x]):We(h[x]),g,G,b,v,S,R,E),x++}}else if(x>L)for(;x<=O;)xe(a[x],b,v,!0),x++;else{const B=x,G=x,ee=new Map;for(x=G;x<=L;x++){const Ae=h[x]=E?dt(h[x]):We(h[x]);Ae.key!=null&&ee.set(Ae.key,x)}let Q,Ee=0;const Re=L-G+1;let $e=!1,je=0;const zt=new Array(Re);for(x=0;x<Re;x++)zt[x]=0;for(x=B;x<=O;x++){const Ae=a[x];if(Ee>=Re){xe(Ae,b,v,!0);continue}let Ue;if(Ae.key!=null)Ue=ee.get(Ae.key);else for(Q=G;Q<=L;Q++)if(zt[Q-G]===0&&Qt(Ae,h[Q])){Ue=Q;break}Ue===void 0?xe(Ae,b,v,!0):(zt[Ue-G]=x+1,Ue>=je?je=Ue:$e=!0,w(Ae,h[Ue],g,null,b,v,S,R,E),Ee++)}const qs=$e?Vl(zt):Ft;for(Q=qs.length-1,x=Re-1;x>=0;x--){const Ae=G+x,Ue=h[Ae],zs=h[Ae+1],Js=Ae+1<k?zs.el||Vr(zs):_;zt[x]===0?w(null,Ue,g,Js,b,v,S,R,E):$e&&(Q<0||x!==qs[Q]?Ve(Ue,g,Js,2):Q--)}}},Ve=(a,h,g,_,b=null)=>{const{el:v,type:S,transition:R,children:E,shapeFlag:x}=a;if(x&6){Ve(a.component.subTree,h,g,_);return}if(x&128){a.suspense.move(h,g,_);return}if(x&64){S.move(a,h,g,D);return}if(S===he){s(v,h,g);for(let O=0;O<E.length;O++)Ve(E[O],h,g,_);s(a.anchor,h,g);return}if(S===es){F(a,h,g);return}if(_!==2&&x&1&&R)if(_===0)R.beforeEnter(v),s(v,h,g),Ce(()=>R.enter(v),b);else{const{leave:O,delayLeave:L,afterLeave:B}=R,G=()=>{a.ctx.isUnmounted?i(v):s(v,h,g)},ee=()=>{v._isLeaving&&v[tl](!0),O(v,()=>{G(),B&&B()})};L?L(v,G,ee):ee()}else s(v,h,g)},xe=(a,h,g,_=!1,b=!1)=>{const{type:v,props:S,ref:R,children:E,dynamicChildren:x,shapeFlag:k,patchFlag:O,dirs:L,cacheIndex:B}=a;if(O===-2&&(b=!1),R!=null&&(tt(),nn(R,null,g,a,!0),nt()),B!=null&&(h.renderCache[B]=void 0),k&256){h.ctx.deactivate(a);return}const G=k&1&&L,ee=!sn(a);let Q;if(ee&&(Q=S&&S.onVnodeBeforeUnmount)&&Ge(Q,h,a),k&6)yt(a.component,g,_);else{if(k&128){a.suspense.unmount(g,_);return}G&&bt(a,null,h,"beforeUnmount"),k&64?a.type.remove(a,h,g,D,_):x&&!x.hasOnce&&(v!==he||O>0&&O&64)?Ie(x,h,g,!1,!0):(v===he&&O&384||!b&&k&16)&&Ie(E,h,g),_&&Pt(a)}(ee&&(Q=S&&S.onVnodeUnmounted)||G)&&Ce(()=>{Q&&Ge(Q,h,a),G&&bt(a,null,h,"unmounted")},g)},Pt=a=>{const{type:h,el:g,anchor:_,transition:b}=a;if(h===he){Tt(g,_);return}if(h===es){T(a);return}const v=()=>{i(g),b&&!b.persisted&&b.afterLeave&&b.afterLeave()};if(a.shapeFlag&1&&b&&!b.persisted){const{leave:S,delayLeave:R}=b,E=()=>S(g,v);R?R(a.el,v,E):E()}else v()},Tt=(a,h)=>{let g;for(;a!==h;)g=p(a),i(a),a=g;i(h)},yt=(a,h,g)=>{const{bum:_,scope:b,job:v,subTree:S,um:R,m:E,a:x}=a;ui(E),ui(x),_&&bn(_),b.stop(),v&&(v.flags|=8,xe(S,a,h,g)),R&&Ce(R,h),Ce(()=>{a.isUnmounted=!0},h)},Ie=(a,h,g,_=!1,b=!1,v=0)=>{for(let S=v;S<a.length;S++)xe(a[S],h,g,_,b)},y=a=>{if(a.shapeFlag&6)return y(a.component.subTree);if(a.shapeFlag&128)return a.suspense.next();const h=p(a.anchor||a.el),g=h&&h[Zo];return g?p(g):h};let I=!1;const C=(a,h,g)=>{let _;a==null?h._vnode&&(xe(h._vnode,null,null,!0),_=h._vnode.component):w(h._vnode||null,a,h,null,null,null,g),h._vnode=a,I||(I=!0,Zs(_),_r(),I=!1)},D={p:w,um:xe,m:Ve,r:Pt,mt:qt,mc:ke,pc:K,pbc:He,n:y,o:e};return{render:C,hydrate:void 0,createApp:Rl(C)}}function Zn({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 xt({effect:e,job:t},n){n?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function Bl(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function Hr(e,t,n=!1){const s=e.children,i=t.children;if(V(s)&&V(i))for(let r=0;r<s.length;r++){const o=s[r];let c=i[r];c.shapeFlag&1&&!c.dynamicChildren&&((c.patchFlag<=0||c.patchFlag===32)&&(c=i[r]=dt(i[r]),c.el=o.el),!n&&c.patchFlag!==-2&&Hr(o,c)),c.type===Un&&(c.patchFlag!==-1?c.el=o.el:c.__elIndex=r+(e.type===he?1:0)),c.type===mt&&!c.el&&(c.el=o.el)}}function Vl(e){const t=e.slice(),n=[0];let s,i,r,o,c;const l=e.length;for(s=0;s<l;s++){const f=e[s];if(f!==0){if(i=n[n.length-1],e[i]<f){t[s]=i,n.push(s);continue}for(r=0,o=n.length-1;r<o;)c=r+o>>1,e[n[c]]<f?r=c+1:o=c;f<e[n[r]]&&(r>0&&(t[s]=n[r-1]),n[r]=s)}}for(r=n.length,o=n[r-1];r-- >0;)n[r]=o,o=t[o];return n}function Br(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:Br(t)}function ui(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}function Vr(e){if(e.placeholder)return e.placeholder;const t=e.component;return t?Vr(t.subTree):null}const $r=e=>e.__isSuspense;function $l(e,t){t&&t.pendingBranch?V(e)?t.effects.push(...e):t.effects.push(e):zo(e)}const he=Symbol.for("v-fgt"),Un=Symbol.for("v-txt"),mt=Symbol.for("v-cmt"),es=Symbol.for("v-stc"),on=[];let Oe=null;function j(e=!1){on.push(Oe=e?null:[])}function jl(){on.pop(),Oe=on[on.length-1]||null}let dn=1;function Pn(e,t=!1){dn+=e,e<0&&Oe&&t&&(Oe.hasOnce=!0)}function jr(e){return e.dynamicChildren=dn>0?Oe||Ft:null,jl(),dn>0&&Oe&&Oe.push(e),e}function J(e,t,n,s,i,r){return jr(N(e,t,n,s,i,r,!0))}function Te(e,t,n,s,i){return jr(be(e,t,n,s,i,!0))}function Tn(e){return e?e.__v_isVNode===!0:!1}function Qt(e,t){return e.type===t.type&&e.key===t.key}const Ur=({key:e})=>e??null,Rn=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?le(e)||ge(e)||$(e)?{i:we,r:e,k:t,f:!!n}:e:null);function N(e,t=null,n=null,s=0,i=null,r=e===he?0:1,o=!1,c=!1){const l={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Ur(t),ref:t&&Rn(t),scopeId:yr,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:r,patchFlag:s,dynamicProps:i,dynamicChildren:null,appContext:null,ctx:we};return c?(Us(l,n),r&128&&e.normalize(l)):n&&(l.shapeFlag|=le(n)?8:16),dn>0&&!o&&Oe&&(l.patchFlag>0||r&6)&&l.patchFlag!==32&&Oe.push(l),l}const be=Ul;function Ul(e,t=null,n=null,s=0,i=null,r=!1){if((!e||e===pl)&&(e=mt),Tn(e)){const c=Gt(e,t,!0);return n&&Us(c,n),dn>0&&!r&&Oe&&(c.shapeFlag&6?Oe[Oe.indexOf(e)]=c:Oe.push(c)),c.patchFlag=-2,c}if(tc(e)&&(e=e.__vccOpts),t){t=Gl(t);let{class:c,style:l}=t;c&&!le(c)&&(t.class=St(c)),ie(l)&&(Ls(l)&&!V(l)&&(l=me({},l)),t.style=Os(l))}const o=le(e)?1:$r(e)?128:el(e)?64:ie(e)?4:$(e)?2:0;return N(e,t,n,s,i,o,r,!0)}function Gl(e){return e?Ls(e)||Nr(e)?me({},e):e:null}function Gt(e,t,n=!1,s=!1){const{props:i,ref:r,patchFlag:o,children:c,transition:l}=e,f=t?Kl(i||{},t):i,u={__v_isVNode:!0,__v_skip:!0,type:e.type,props:f,key:f&&Ur(f),ref:t&&t.ref?n&&r?V(r)?r.concat(Rn(t)):[r,Rn(t)]:Rn(t):r,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:c,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==he?o===-1?16:o|16:o,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:l,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&Gt(e.ssContent),ssFallback:e.ssFallback&&Gt(e.ssFallback),placeholder:e.placeholder,el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return l&&s&&Hs(u,l.clone(u)),u}function js(e=" ",t=0){return be(Un,null,e,t)}function se(e="",t=!1){return t?(j(),Te(mt,null,e)):be(mt,null,e)}function We(e){return e==null||typeof e=="boolean"?be(mt):V(e)?be(he,null,e.slice()):Tn(e)?dt(e):be(Un,null,String(e))}function dt(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:Gt(e)}function Us(e,t){let n=0;const{shapeFlag:s}=e;if(t==null)t=null;else if(V(t))n=16;else if(typeof t=="object")if(s&65){const i=t.default;i&&(i._c&&(i._d=!1),Us(e,i()),i._c&&(i._d=!0));return}else{n=32;const i=t._;!i&&!Nr(t)?t._ctx=we:i===3&&we&&(we.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else $(t)?(t={default:t,_ctx:we},n=32):(t=String(t),s&64?(n=16,t=[js(t)]):n=8);e.children=t,e.shapeFlag|=n}function Kl(...e){const t={};for(let n=0;n<e.length;n++){const s=e[n];for(const i in s)if(i==="class")t.class!==s.class&&(t.class=St([t.class,s.class]));else if(i==="style")t.style=Os([t.style,s.style]);else if(Mn(i)){const r=t[i],o=s[i];o&&r!==o&&!(V(r)&&r.includes(o))&&(t[i]=r?[].concat(r,o):o)}else i!==""&&(t[i]=s[i])}return t}function Ge(e,t,n,s=null){ze(e,t,7,[n,s])}const Wl=Or();let ql=0;function zl(e,t,n){const s=e.type,i=(t?t.appContext:e.appContext)||Wl,r={uid:ql++,vnode:e,type:s,parent:t,appContext:i,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new vo(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(i.provides),ids:t?t.ids:["",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:Dr(s,i),emitsOptions:Ir(s,i),emit:null,emitted:null,propsDefaults:Z,inheritAttrs:s.inheritAttrs,ctx:Z,data:Z,props:Z,attrs:Z,slots:Z,refs:Z,setupState:Z,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 r.ctx={_:r},r.root=t?t.root:r,r.emit=Al.bind(null,r),e.ce&&e.ce(r),r}let pe=null;const Jl=()=>pe||we;let Nn,_s;{const e=kn(),t=(n,s)=>{let i;return(i=e[n])||(i=e[n]=[]),i.push(s),r=>{i.length>1?i.forEach(o=>o(r)):i[0](r)}};Nn=t("__VUE_INSTANCE_SETTERS__",n=>pe=n),_s=t("__VUE_SSR_SETTERS__",n=>hn=n)}const mn=e=>{const t=pe;return Nn(e),e.scope.on(),()=>{e.scope.off(),Nn(t)}},fi=()=>{pe&&pe.scope.off(),Nn(null)};function Gr(e){return e.vnode.shapeFlag&4}let hn=!1;function Ql(e,t=!1,n=!1){t&&_s(t);const{props:s,children:i}=e.vnode,r=Gr(e);Tl(e,s,r,t),Ll(e,i,n||t);const o=r?Yl(e,t):void 0;return t&&_s(!1),o}function Yl(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,ml);const{setup:s}=n;if(s){tt();const i=e.setupContext=s.length>1?Zl(e):null,r=mn(e),o=gn(s,e,0,[e.props,i]),c=Ki(o);if(nt(),r(),(c||e.sp)&&!sn(e)&&Er(e),c){if(o.then(fi,fi),t)return o.then(l=>{ai(e,l)}).catch(l=>{Vn(l,e,0)});e.asyncDep=o}else ai(e,o)}else Kr(e)}function ai(e,t,n){$(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:ie(t)&&(e.setupState=pr(t)),Kr(e)}function Kr(e,t,n){const s=e.type;e.render||(e.render=s.render||qe);{const i=mn(e);tt();try{_l(e)}finally{nt(),i()}}}const Xl={get(e,t){return de(e,"get",""),e[t]}};function Zl(e){const t=n=>{e.exposed=n||{}};return{attrs:new Proxy(e.attrs,Xl),slots:e.slots,emit:e.emit,expose:t}}function Gn(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(pr(Ho(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in rn)return rn[n](e)},has(t,n){return n in t||n in rn}})):e.proxy}function ec(e,t=!0){return $(e)?e.displayName||e.name:e.name||t&&e.__name}function tc(e){return $(e)&&"__vccOpts"in e}const ue=(e,t)=>Uo(e,t,hn);function Wr(e,t,n){try{Pn(-1);const s=arguments.length;return s===2?ie(t)&&!V(t)?Tn(t)?be(e,null,[t]):be(e,t):be(e,null,t):(s>3?n=Array.prototype.slice.call(arguments,2):s===3&&Tn(n)&&(n=[n]),be(e,t,n))}finally{Pn(1)}}const nc="3.5.26";/**
14
+ * @vue/runtime-dom v3.5.26
15
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
16
+ * @license MIT
17
+ **/let vs;const di=typeof window<"u"&&window.trustedTypes;if(di)try{vs=di.createPolicy("vue",{createHTML:e=>e})}catch{}const qr=vs?e=>vs.createHTML(e):e=>e,sc="http://www.w3.org/2000/svg",ic="http://www.w3.org/1998/Math/MathML",Xe=typeof document<"u"?document:null,hi=Xe&&Xe.createElement("template"),rc={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 i=t==="svg"?Xe.createElementNS(sc,e):t==="mathml"?Xe.createElementNS(ic,e):n?Xe.createElement(e,{is:n}):Xe.createElement(e);return e==="select"&&s&&s.multiple!=null&&i.setAttribute("multiple",s.multiple),i},createText:e=>Xe.createTextNode(e),createComment:e=>Xe.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>Xe.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,s,i,r){const o=n?n.previousSibling:t.lastChild;if(i&&(i===r||i.nextSibling))for(;t.insertBefore(i.cloneNode(!0),n),!(i===r||!(i=i.nextSibling)););else{hi.innerHTML=qr(s==="svg"?`<svg>${e}</svg>`:s==="mathml"?`<math>${e}</math>`:e);const c=hi.content;if(s==="svg"||s==="mathml"){const l=c.firstChild;for(;l.firstChild;)c.appendChild(l.firstChild);c.removeChild(l)}t.insertBefore(c,n)}return[o?o.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},oc=Symbol("_vtc");function lc(e,t,n){const s=e[oc];s&&(t=(t?[t,...s]:[...s]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const pi=Symbol("_vod"),cc=Symbol("_vsh"),uc=Symbol(""),fc=/(?:^|;)\s*display\s*:/;function ac(e,t,n){const s=e.style,i=le(n);let r=!1;if(n&&!i){if(t)if(le(t))for(const o of t.split(";")){const c=o.slice(0,o.indexOf(":")).trim();n[c]==null&&Sn(s,c,"")}else for(const o in t)n[o]==null&&Sn(s,o,"");for(const o in n)o==="display"&&(r=!0),Sn(s,o,n[o])}else if(i){if(t!==n){const o=s[uc];o&&(n+=";"+o),s.cssText=n,r=fc.test(n)}}else t&&e.removeAttribute("style");pi in e&&(e[pi]=r?s.display:"",e[cc]&&(s.display="none"))}const gi=/\s*!important$/;function Sn(e,t,n){if(V(n))n.forEach(s=>Sn(e,t,s));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const s=dc(e,t);gi.test(n)?e.setProperty(wt(s),n.replace(gi,""),"important"):e[s]=n}}const mi=["Webkit","Moz","ms"],ts={};function dc(e,t){const n=ts[t];if(n)return n;let s=Ne(t);if(s!=="filter"&&s in e)return ts[t]=s;s=Fn(s);for(let i=0;i<mi.length;i++){const r=mi[i]+s;if(r in e)return ts[t]=r}return t}const _i="http://www.w3.org/1999/xlink";function vi(e,t,n,s,i,r=_o(t)){s&&t.startsWith("xlink:")?n==null?e.removeAttributeNS(_i,t.slice(6,t.length)):e.setAttributeNS(_i,t,n):n==null||r&&!Ji(n)?e.removeAttribute(t):e.setAttribute(t,r?"":_t(n)?String(n):n)}function yi(e,t,n,s,i){if(t==="innerHTML"||t==="textContent"){n!=null&&(e[t]=t==="innerHTML"?qr(n):n);return}const r=e.tagName;if(t==="value"&&r!=="PROGRESS"&&!r.includes("-")){const c=r==="OPTION"?e.getAttribute("value")||"":e.value,l=n==null?e.type==="checkbox"?"on":"":String(n);(c!==l||!("_value"in e))&&(e.value=l),n==null&&e.removeAttribute(t),e._value=n;return}let o=!1;if(n===""||n==null){const c=typeof e[t];c==="boolean"?n=Ji(n):n==null&&c==="string"?(n="",o=!0):c==="number"&&(n=0,o=!0)}try{e[t]=n}catch{}o&&e.removeAttribute(i||t)}function Dt(e,t,n,s){e.addEventListener(t,n,s)}function hc(e,t,n,s){e.removeEventListener(t,n,s)}const bi=Symbol("_vei");function pc(e,t,n,s,i=null){const r=e[bi]||(e[bi]={}),o=r[t];if(s&&o)o.value=s;else{const[c,l]=gc(t);if(s){const f=r[t]=vc(s,i);Dt(e,c,f,l)}else o&&(hc(e,c,o,l),r[t]=void 0)}}const xi=/(?:Once|Passive|Capture)$/;function gc(e){let t;if(xi.test(e)){t={};let s;for(;s=e.match(xi);)e=e.slice(0,e.length-s[0].length),t[s[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):wt(e.slice(2)),t]}let ns=0;const mc=Promise.resolve(),_c=()=>ns||(mc.then(()=>ns=0),ns=Date.now());function vc(e,t){const n=s=>{if(!s._vts)s._vts=Date.now();else if(s._vts<=n.attached)return;ze(yc(s,n.value),t,5,[s])};return n.value=e,n.attached=_c(),n}function yc(e,t){if(V(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(s=>i=>!i._stopped&&s&&s(i))}else return t}const Ei=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,bc=(e,t,n,s,i,r)=>{const o=i==="svg";t==="class"?lc(e,s,o):t==="style"?ac(e,n,s):Mn(t)?Ss(t)||pc(e,t,n,s,r):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):xc(e,t,s,o))?(yi(e,t,s),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&vi(e,t,s,o,r,t!=="value")):e._isVueCE&&(/[A-Z]/.test(t)||!le(s))?yi(e,Ne(t),s,r,t):(t==="true-value"?e._trueValue=s:t==="false-value"&&(e._falseValue=s),vi(e,t,s,o))};function xc(e,t,n,s){if(s)return!!(t==="innerHTML"||t==="textContent"||t in e&&Ei(t)&&$(n));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="autocorrect"||t==="sandbox"&&e.tagName==="IFRAME"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const i=e.tagName;if(i==="IMG"||i==="VIDEO"||i==="CANVAS"||i==="SOURCE")return!1}return Ei(t)&&le(n)?!1:t in e}const Ri=e=>{const t=e.props["onUpdate:modelValue"]||!1;return V(t)?n=>bn(t,n):t};function Ec(e){e.target.composing=!0}function Si(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const ss=Symbol("_assign");function Ai(e,t,n){return t&&(e=e.trim()),n&&(e=ws(e)),e}const Rc={created(e,{modifiers:{lazy:t,trim:n,number:s}},i){e[ss]=Ri(i);const r=s||i.props&&i.props.type==="number";Dt(e,t?"change":"input",o=>{o.target.composing||e[ss](Ai(e.value,n,r))}),(n||r)&&Dt(e,"change",()=>{e.value=Ai(e.value,n,r)}),t||(Dt(e,"compositionstart",Ec),Dt(e,"compositionend",Si),Dt(e,"change",Si))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,oldValue:n,modifiers:{lazy:s,trim:i,number:r}},o){if(e[ss]=Ri(o),e.composing)return;const c=(r||e.type==="number")&&!/^0\d/.test(e.value)?ws(e.value):e.value,l=t??"";c!==l&&(document.activeElement===e&&e.type!=="range"&&(s&&t===n||i&&e.value.trim()===l)||(e.value=l))}},Sc=me({patchProp:bc},rc);let Ci;function Ac(){return Ci||(Ci=kl(Sc))}const Cc=(...e)=>{const t=Ac().createApp(...e),{mount:n}=t;return t.mount=s=>{const i=Oc(s);if(!i)return;const r=t._component;!$(r)&&!r.render&&!r.template&&(r.template=i.innerHTML),i.nodeType===1&&(i.textContent="");const o=n(i,!1,wc(i));return i instanceof Element&&(i.removeAttribute("v-cloak"),i.setAttribute("data-v-app","")),o},t};function wc(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function Oc(e){return le(e)?document.querySelector(e):e}/*!
18
+ * vue-router v4.6.4
19
+ * (c) 2025 Eduardo San Martin Morote
20
+ * @license MIT
21
+ */const Lt=typeof document<"u";function zr(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}function Ic(e){return e.__esModule||e[Symbol.toStringTag]==="Module"||e.default&&zr(e.default)}const W=Object.assign;function is(e,t){const n={};for(const s in t){const i=t[s];n[s]=Fe(i)?i.map(e):e(i)}return n}const ln=()=>{},Fe=Array.isArray;function wi(e,t){const n={};for(const s in e)n[s]=s in t?t[s]:e[s];return n}const Jr=/#/g,Pc=/&/g,Tc=/\//g,Nc=/=/g,Mc=/\?/g,Qr=/\+/g,Dc=/%5B/g,Lc=/%5D/g,Yr=/%5E/g,Fc=/%60/g,Xr=/%7B/g,kc=/%7C/g,Zr=/%7D/g,Hc=/%20/g;function Gs(e){return e==null?"":encodeURI(""+e).replace(kc,"|").replace(Dc,"[").replace(Lc,"]")}function Bc(e){return Gs(e).replace(Xr,"{").replace(Zr,"}").replace(Yr,"^")}function ys(e){return Gs(e).replace(Qr,"%2B").replace(Hc,"+").replace(Jr,"%23").replace(Pc,"%26").replace(Fc,"`").replace(Xr,"{").replace(Zr,"}").replace(Yr,"^")}function Vc(e){return ys(e).replace(Nc,"%3D")}function $c(e){return Gs(e).replace(Jr,"%23").replace(Mc,"%3F")}function jc(e){return $c(e).replace(Tc,"%2F")}function pn(e){if(e==null)return null;try{return decodeURIComponent(""+e)}catch{}return""+e}const Uc=/\/$/,Gc=e=>e.replace(Uc,"");function rs(e,t,n="/"){let s,i={},r="",o="";const c=t.indexOf("#");let l=t.indexOf("?");return l=c>=0&&l>c?-1:l,l>=0&&(s=t.slice(0,l),r=t.slice(l,c>0?c:t.length),i=e(r.slice(1))),c>=0&&(s=s||t.slice(0,c),o=t.slice(c,t.length)),s=zc(s??t,n),{fullPath:s+r+o,path:s,query:i,hash:pn(o)}}function Kc(e,t){const n=t.query?e(t.query):"";return t.path+(n&&"?")+n+(t.hash||"")}function Oi(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||"/"}function Wc(e,t,n){const s=t.matched.length-1,i=n.matched.length-1;return s>-1&&s===i&&Kt(t.matched[s],n.matched[i])&&eo(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}function Kt(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function eo(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(var n in e)if(!qc(e[n],t[n]))return!1;return!0}function qc(e,t){return Fe(e)?Ii(e,t):Fe(t)?Ii(t,e):(e==null?void 0:e.valueOf())===(t==null?void 0:t.valueOf())}function Ii(e,t){return Fe(t)?e.length===t.length&&e.every((n,s)=>n===t[s]):e.length===1&&e[0]===t}function zc(e,t){if(e.startsWith("/"))return e;if(!e)return t;const n=t.split("/"),s=e.split("/"),i=s[s.length-1];(i===".."||i===".")&&s.push("");let r=n.length-1,o,c;for(o=0;o<s.length;o++)if(c=s[o],c!==".")if(c==="..")r>1&&r--;else break;return n.slice(0,r).join("/")+"/"+s.slice(o).join("/")}const ut={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0};let bs=function(e){return e.pop="pop",e.push="push",e}({}),os=function(e){return e.back="back",e.forward="forward",e.unknown="",e}({});function Jc(e){if(!e)if(Lt){const t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return e[0]!=="/"&&e[0]!=="#"&&(e="/"+e),Gc(e)}const Qc=/^[^#]+#/;function Yc(e,t){return e.replace(Qc,"#")+t}function Xc(e,t){const n=document.documentElement.getBoundingClientRect(),s=e.getBoundingClientRect();return{behavior:t.behavior,left:s.left-n.left-(t.left||0),top:s.top-n.top-(t.top||0)}}const Kn=()=>({left:window.scrollX,top:window.scrollY});function Zc(e){let t;if("el"in e){const n=e.el,s=typeof n=="string"&&n.startsWith("#"),i=typeof n=="string"?s?document.getElementById(n.slice(1)):document.querySelector(n):n;if(!i)return;t=Xc(i,e)}else t=e;"scrollBehavior"in document.documentElement.style?window.scrollTo(t):window.scrollTo(t.left!=null?t.left:window.scrollX,t.top!=null?t.top:window.scrollY)}function Pi(e,t){return(history.state?history.state.position-t:-1)+e}const xs=new Map;function eu(e,t){xs.set(e,t)}function tu(e){const t=xs.get(e);return xs.delete(e),t}function nu(e){return typeof e=="string"||e&&typeof e=="object"}function to(e){return typeof e=="string"||typeof e=="symbol"}let oe=function(e){return e[e.MATCHER_NOT_FOUND=1]="MATCHER_NOT_FOUND",e[e.NAVIGATION_GUARD_REDIRECT=2]="NAVIGATION_GUARD_REDIRECT",e[e.NAVIGATION_ABORTED=4]="NAVIGATION_ABORTED",e[e.NAVIGATION_CANCELLED=8]="NAVIGATION_CANCELLED",e[e.NAVIGATION_DUPLICATED=16]="NAVIGATION_DUPLICATED",e}({});const no=Symbol("");oe.MATCHER_NOT_FOUND+"",oe.NAVIGATION_GUARD_REDIRECT+"",oe.NAVIGATION_ABORTED+"",oe.NAVIGATION_CANCELLED+"",oe.NAVIGATION_DUPLICATED+"";function Wt(e,t){return W(new Error,{type:e,[no]:!0},t)}function Ye(e,t){return e instanceof Error&&no in e&&(t==null||!!(e.type&t))}const su=["params","query","hash"];function iu(e){if(typeof e=="string")return e;if(e.path!=null)return e.path;const t={};for(const n of su)n in e&&(t[n]=e[n]);return JSON.stringify(t,null,2)}function ru(e){const t={};if(e===""||e==="?")return t;const n=(e[0]==="?"?e.slice(1):e).split("&");for(let s=0;s<n.length;++s){const i=n[s].replace(Qr," "),r=i.indexOf("="),o=pn(r<0?i:i.slice(0,r)),c=r<0?null:pn(i.slice(r+1));if(o in t){let l=t[o];Fe(l)||(l=t[o]=[l]),l.push(c)}else t[o]=c}return t}function Ti(e){let t="";for(let n in e){const s=e[n];if(n=Vc(n),s==null){s!==void 0&&(t+=(t.length?"&":"")+n);continue}(Fe(s)?s.map(i=>i&&ys(i)):[s&&ys(s)]).forEach(i=>{i!==void 0&&(t+=(t.length?"&":"")+n,i!=null&&(t+="="+i))})}return t}function ou(e){const t={};for(const n in e){const s=e[n];s!==void 0&&(t[n]=Fe(s)?s.map(i=>i==null?null:""+i):s==null?s:""+s)}return t}const lu=Symbol(""),Ni=Symbol(""),Wn=Symbol(""),Ks=Symbol(""),Es=Symbol("");function Yt(){let e=[];function t(s){return e.push(s),()=>{const i=e.indexOf(s);i>-1&&e.splice(i,1)}}function n(){e=[]}return{add:t,list:()=>e.slice(),reset:n}}function ht(e,t,n,s,i,r=o=>o()){const o=s&&(s.enterCallbacks[i]=s.enterCallbacks[i]||[]);return()=>new Promise((c,l)=>{const f=p=>{p===!1?l(Wt(oe.NAVIGATION_ABORTED,{from:n,to:t})):p instanceof Error?l(p):nu(p)?l(Wt(oe.NAVIGATION_GUARD_REDIRECT,{from:t,to:p})):(o&&s.enterCallbacks[i]===o&&typeof p=="function"&&o.push(p),c())},u=r(()=>e.call(s&&s.instances[i],t,n,f));let d=Promise.resolve(u);e.length<3&&(d=d.then(f)),d.catch(p=>l(p))})}function ls(e,t,n,s,i=r=>r()){const r=[];for(const o of e)for(const c in o.components){let l=o.components[c];if(!(t!=="beforeRouteEnter"&&!o.instances[c]))if(zr(l)){const f=(l.__vccOpts||l)[t];f&&r.push(ht(f,n,s,o,c,i))}else{let f=l();r.push(()=>f.then(u=>{if(!u)throw new Error(`Couldn't resolve component "${c}" at "${o.path}"`);const d=Ic(u)?u.default:u;o.mods[c]=u,o.components[c]=d;const p=(d.__vccOpts||d)[t];return p&&ht(p,n,s,o,c,i)()}))}}return r}function cu(e,t){const n=[],s=[],i=[],r=Math.max(t.matched.length,e.matched.length);for(let o=0;o<r;o++){const c=t.matched[o];c&&(e.matched.find(f=>Kt(f,c))?s.push(c):n.push(c));const l=e.matched[o];l&&(t.matched.find(f=>Kt(f,l))||i.push(l))}return[n,s,i]}/*!
22
+ * vue-router v4.6.4
23
+ * (c) 2025 Eduardo San Martin Morote
24
+ * @license MIT
25
+ */let uu=()=>location.protocol+"//"+location.host;function so(e,t){const{pathname:n,search:s,hash:i}=t,r=e.indexOf("#");if(r>-1){let o=i.includes(e.slice(r))?e.slice(r).length:1,c=i.slice(o);return c[0]!=="/"&&(c="/"+c),Oi(c,"")}return Oi(n,e)+s+i}function fu(e,t,n,s){let i=[],r=[],o=null;const c=({state:p})=>{const m=so(e,location),A=n.value,w=t.value;let H=0;if(p){if(n.value=m,t.value=p,o&&o===A){o=null;return}H=w?p.position-w.position:0}else s(m);i.forEach(M=>{M(n.value,A,{delta:H,type:bs.pop,direction:H?H>0?os.forward:os.back:os.unknown})})};function l(){o=n.value}function f(p){i.push(p);const m=()=>{const A=i.indexOf(p);A>-1&&i.splice(A,1)};return r.push(m),m}function u(){if(document.visibilityState==="hidden"){const{history:p}=window;if(!p.state)return;p.replaceState(W({},p.state,{scroll:Kn()}),"")}}function d(){for(const p of r)p();r=[],window.removeEventListener("popstate",c),window.removeEventListener("pagehide",u),document.removeEventListener("visibilitychange",u)}return window.addEventListener("popstate",c),window.addEventListener("pagehide",u),document.addEventListener("visibilitychange",u),{pauseListeners:l,listen:f,destroy:d}}function Mi(e,t,n,s=!1,i=!1){return{back:e,current:t,forward:n,replaced:s,position:window.history.length,scroll:i?Kn():null}}function au(e){const{history:t,location:n}=window,s={value:so(e,n)},i={value:t.state};i.value||r(s.value,{back:null,current:s.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0);function r(l,f,u){const d=e.indexOf("#"),p=d>-1?(n.host&&document.querySelector("base")?e:e.slice(d))+l:uu()+e+l;try{t[u?"replaceState":"pushState"](f,"",p),i.value=f}catch(m){console.error(m),n[u?"replace":"assign"](p)}}function o(l,f){r(l,W({},t.state,Mi(i.value.back,l,i.value.forward,!0),f,{position:i.value.position}),!0),s.value=l}function c(l,f){const u=W({},i.value,t.state,{forward:l,scroll:Kn()});r(u.current,u,!0),r(l,W({},Mi(s.value,l,null),{position:u.position+1},f),!1),s.value=l}return{location:s,state:i,push:c,replace:o}}function du(e){e=Jc(e);const t=au(e),n=fu(e,t.state,t.location,t.replace);function s(r,o=!0){o||n.pauseListeners(),history.go(r)}const i=W({location:"",base:e,go:s,createHref:Yc.bind(null,e)},t,n);return Object.defineProperty(i,"location",{enumerable:!0,get:()=>t.location.value}),Object.defineProperty(i,"state",{enumerable:!0,get:()=>t.state.value}),i}let Rt=function(e){return e[e.Static=0]="Static",e[e.Param=1]="Param",e[e.Group=2]="Group",e}({});var ce=function(e){return e[e.Static=0]="Static",e[e.Param=1]="Param",e[e.ParamRegExp=2]="ParamRegExp",e[e.ParamRegExpEnd=3]="ParamRegExpEnd",e[e.EscapeNext=4]="EscapeNext",e}(ce||{});const hu={type:Rt.Static,value:""},pu=/[a-zA-Z0-9_]/;function gu(e){if(!e)return[[]];if(e==="/")return[[hu]];if(!e.startsWith("/"))throw new Error(`Invalid path "${e}"`);function t(m){throw new Error(`ERR (${n})/"${f}": ${m}`)}let n=ce.Static,s=n;const i=[];let r;function o(){r&&i.push(r),r=[]}let c=0,l,f="",u="";function d(){f&&(n===ce.Static?r.push({type:Rt.Static,value:f}):n===ce.Param||n===ce.ParamRegExp||n===ce.ParamRegExpEnd?(r.length>1&&(l==="*"||l==="+")&&t(`A repeatable param (${f}) must be alone in its segment. eg: '/:ids+.`),r.push({type:Rt.Param,value:f,regexp:u,repeatable:l==="*"||l==="+",optional:l==="*"||l==="?"})):t("Invalid state to consume buffer"),f="")}function p(){f+=l}for(;c<e.length;){if(l=e[c++],l==="\\"&&n!==ce.ParamRegExp){s=n,n=ce.EscapeNext;continue}switch(n){case ce.Static:l==="/"?(f&&d(),o()):l===":"?(d(),n=ce.Param):p();break;case ce.EscapeNext:p(),n=s;break;case ce.Param:l==="("?n=ce.ParamRegExp:pu.test(l)?p():(d(),n=ce.Static,l!=="*"&&l!=="?"&&l!=="+"&&c--);break;case ce.ParamRegExp:l===")"?u[u.length-1]=="\\"?u=u.slice(0,-1)+l:n=ce.ParamRegExpEnd:u+=l;break;case ce.ParamRegExpEnd:d(),n=ce.Static,l!=="*"&&l!=="?"&&l!=="+"&&c--,u="";break;default:t("Unknown state");break}}return n===ce.ParamRegExp&&t(`Unfinished custom RegExp for param "${f}"`),d(),o(),i}const Di="[^/]+?",mu={sensitive:!1,strict:!1,start:!0,end:!0};var ve=function(e){return e[e._multiplier=10]="_multiplier",e[e.Root=90]="Root",e[e.Segment=40]="Segment",e[e.SubSegment=30]="SubSegment",e[e.Static=40]="Static",e[e.Dynamic=20]="Dynamic",e[e.BonusCustomRegExp=10]="BonusCustomRegExp",e[e.BonusWildcard=-50]="BonusWildcard",e[e.BonusRepeatable=-20]="BonusRepeatable",e[e.BonusOptional=-8]="BonusOptional",e[e.BonusStrict=.7000000000000001]="BonusStrict",e[e.BonusCaseSensitive=.25]="BonusCaseSensitive",e}(ve||{});const _u=/[.+*?^${}()[\]/\\]/g;function vu(e,t){const n=W({},mu,t),s=[];let i=n.start?"^":"";const r=[];for(const f of e){const u=f.length?[]:[ve.Root];n.strict&&!f.length&&(i+="/");for(let d=0;d<f.length;d++){const p=f[d];let m=ve.Segment+(n.sensitive?ve.BonusCaseSensitive:0);if(p.type===Rt.Static)d||(i+="/"),i+=p.value.replace(_u,"\\$&"),m+=ve.Static;else if(p.type===Rt.Param){const{value:A,repeatable:w,optional:H,regexp:M}=p;r.push({name:A,repeatable:w,optional:H});const P=M||Di;if(P!==Di){m+=ve.BonusCustomRegExp;try{`${P}`}catch(T){throw new Error(`Invalid custom RegExp for param "${A}" (${P}): `+T.message)}}let F=w?`((?:${P})(?:/(?:${P}))*)`:`(${P})`;d||(F=H&&f.length<2?`(?:/${F})`:"/"+F),H&&(F+="?"),i+=F,m+=ve.Dynamic,H&&(m+=ve.BonusOptional),w&&(m+=ve.BonusRepeatable),P===".*"&&(m+=ve.BonusWildcard)}u.push(m)}s.push(u)}if(n.strict&&n.end){const f=s.length-1;s[f][s[f].length-1]+=ve.BonusStrict}n.strict||(i+="/?"),n.end?i+="$":n.strict&&!i.endsWith("/")&&(i+="(?:/|$)");const o=new RegExp(i,n.sensitive?"":"i");function c(f){const u=f.match(o),d={};if(!u)return null;for(let p=1;p<u.length;p++){const m=u[p]||"",A=r[p-1];d[A.name]=m&&A.repeatable?m.split("/"):m}return d}function l(f){let u="",d=!1;for(const p of e){(!d||!u.endsWith("/"))&&(u+="/"),d=!1;for(const m of p)if(m.type===Rt.Static)u+=m.value;else if(m.type===Rt.Param){const{value:A,repeatable:w,optional:H}=m,M=A in f?f[A]:"";if(Fe(M)&&!w)throw new Error(`Provided param "${A}" is an array but it is not repeatable (* or + modifiers)`);const P=Fe(M)?M.join("/"):M;if(!P)if(H)p.length<2&&(u.endsWith("/")?u=u.slice(0,-1):d=!0);else throw new Error(`Missing required param "${A}"`);u+=P}}return u||"/"}return{re:o,score:s,keys:r,parse:c,stringify:l}}function yu(e,t){let n=0;for(;n<e.length&&n<t.length;){const s=t[n]-e[n];if(s)return s;n++}return e.length<t.length?e.length===1&&e[0]===ve.Static+ve.Segment?-1:1:e.length>t.length?t.length===1&&t[0]===ve.Static+ve.Segment?1:-1:0}function io(e,t){let n=0;const s=e.score,i=t.score;for(;n<s.length&&n<i.length;){const r=yu(s[n],i[n]);if(r)return r;n++}if(Math.abs(i.length-s.length)===1){if(Li(s))return 1;if(Li(i))return-1}return i.length-s.length}function Li(e){const t=e[e.length-1];return e.length>0&&t[t.length-1]<0}const bu={strict:!1,end:!0,sensitive:!1};function xu(e,t,n){const s=vu(gu(e.path),n),i=W(s,{record:e,parent:t,children:[],alias:[]});return t&&!i.record.aliasOf==!t.record.aliasOf&&t.children.push(i),i}function Eu(e,t){const n=[],s=new Map;t=wi(bu,t);function i(d){return s.get(d)}function r(d,p,m){const A=!m,w=ki(d);w.aliasOf=m&&m.record;const H=wi(t,d),M=[w];if("alias"in d){const T=typeof d.alias=="string"?[d.alias]:d.alias;for(const X of T)M.push(ki(W({},w,{components:m?m.record.components:w.components,path:X,aliasOf:m?m.record:w})))}let P,F;for(const T of M){const{path:X}=T;if(p&&X[0]!=="/"){const ae=p.record.path,re=ae[ae.length-1]==="/"?"":"/";T.path=p.record.path+(X&&re+X)}if(P=xu(T,p,H),m?m.alias.push(P):(F=F||P,F!==P&&F.alias.push(P),A&&d.name&&!Hi(P)&&o(d.name)),ro(P)&&l(P),w.children){const ae=w.children;for(let re=0;re<ae.length;re++)r(ae[re],P,m&&m.children[re])}m=m||P}return F?()=>{o(F)}:ln}function o(d){if(to(d)){const p=s.get(d);p&&(s.delete(d),n.splice(n.indexOf(p),1),p.children.forEach(o),p.alias.forEach(o))}else{const p=n.indexOf(d);p>-1&&(n.splice(p,1),d.record.name&&s.delete(d.record.name),d.children.forEach(o),d.alias.forEach(o))}}function c(){return n}function l(d){const p=Au(d,n);n.splice(p,0,d),d.record.name&&!Hi(d)&&s.set(d.record.name,d)}function f(d,p){let m,A={},w,H;if("name"in d&&d.name){if(m=s.get(d.name),!m)throw Wt(oe.MATCHER_NOT_FOUND,{location:d});H=m.record.name,A=W(Fi(p.params,m.keys.filter(F=>!F.optional).concat(m.parent?m.parent.keys.filter(F=>F.optional):[]).map(F=>F.name)),d.params&&Fi(d.params,m.keys.map(F=>F.name))),w=m.stringify(A)}else if(d.path!=null)w=d.path,m=n.find(F=>F.re.test(w)),m&&(A=m.parse(w),H=m.record.name);else{if(m=p.name?s.get(p.name):n.find(F=>F.re.test(p.path)),!m)throw Wt(oe.MATCHER_NOT_FOUND,{location:d,currentLocation:p});H=m.record.name,A=W({},p.params,d.params),w=m.stringify(A)}const M=[];let P=m;for(;P;)M.unshift(P.record),P=P.parent;return{name:H,path:w,params:A,matched:M,meta:Su(M)}}e.forEach(d=>r(d));function u(){n.length=0,s.clear()}return{addRoute:r,resolve:f,removeRoute:o,clearRoutes:u,getRoutes:c,getRecordMatcher:i}}function Fi(e,t){const n={};for(const s of t)s in e&&(n[s]=e[s]);return n}function ki(e){const t={path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:e.aliasOf,beforeEnter:e.beforeEnter,props:Ru(e),children:e.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in e?e.components||null:e.component&&{default:e.component}};return Object.defineProperty(t,"mods",{value:{}}),t}function Ru(e){const t={},n=e.props||!1;if("component"in e)t.default=n;else for(const s in e.components)t[s]=typeof n=="object"?n[s]:n;return t}function Hi(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function Su(e){return e.reduce((t,n)=>W(t,n.meta),{})}function Au(e,t){let n=0,s=t.length;for(;n!==s;){const r=n+s>>1;io(e,t[r])<0?s=r:n=r+1}const i=Cu(e);return i&&(s=t.lastIndexOf(i,s-1)),s}function Cu(e){let t=e;for(;t=t.parent;)if(ro(t)&&io(e,t)===0)return t}function ro({record:e}){return!!(e.name||e.components&&Object.keys(e.components).length||e.redirect)}function Bi(e){const t=De(Wn),n=De(Ks),s=ue(()=>{const l=Ht(e.to);return t.resolve(l)}),i=ue(()=>{const{matched:l}=s.value,{length:f}=l,u=l[f-1],d=n.matched;if(!u||!d.length)return-1;const p=d.findIndex(Kt.bind(null,u));if(p>-1)return p;const m=Vi(l[f-2]);return f>1&&Vi(u)===m&&d[d.length-1].path!==m?d.findIndex(Kt.bind(null,l[f-2])):p}),r=ue(()=>i.value>-1&&Tu(n.params,s.value.params)),o=ue(()=>i.value>-1&&i.value===n.matched.length-1&&eo(n.params,s.value.params));function c(l={}){if(Pu(l)){const f=t[Ht(e.replace)?"replace":"push"](Ht(e.to)).catch(ln);return e.viewTransition&&typeof document<"u"&&"startViewTransition"in document&&document.startViewTransition(()=>f),f}return Promise.resolve()}return{route:s,href:ue(()=>s.value.href),isActive:r,isExactActive:o,navigate:c}}function wu(e){return e.length===1?e[0]:e}const Ou=it({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"},viewTransition:Boolean},useLink:Bi,setup(e,{slots:t}){const n=Bn(Bi(e)),{options:s}=De(Wn),i=ue(()=>({[$i(e.activeClass,s.linkActiveClass,"router-link-active")]:n.isActive,[$i(e.exactActiveClass,s.linkExactActiveClass,"router-link-exact-active")]:n.isExactActive}));return()=>{const r=t.default&&wu(t.default(n));return e.custom?r:Wr("a",{"aria-current":n.isExactActive?e.ariaCurrentValue:null,href:n.href,onClick:n.navigate,class:i.value},r)}}}),Iu=Ou;function Pu(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)&&!e.defaultPrevented&&!(e.button!==void 0&&e.button!==0)){if(e.currentTarget&&e.currentTarget.getAttribute){const t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function Tu(e,t){for(const n in t){const s=t[n],i=e[n];if(typeof s=="string"){if(s!==i)return!1}else if(!Fe(i)||i.length!==s.length||s.some((r,o)=>r.valueOf()!==i[o].valueOf()))return!1}return!0}function Vi(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const $i=(e,t,n)=>e??t??n,Nu=it({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:n}){const s=De(Es),i=ue(()=>e.route||s.value),r=De(Ni,0),o=ue(()=>{let f=Ht(r);const{matched:u}=i.value;let d;for(;(d=u[f])&&!d.components;)f++;return f}),c=ue(()=>i.value.matched[o.value]);xn(Ni,ue(()=>o.value+1)),xn(lu,c),xn(Es,i);const l=fn();return En(()=>[l.value,c.value,e.name],([f,u,d],[p,m,A])=>{u&&(u.instances[d]=f,m&&m!==u&&f&&f===p&&(u.leaveGuards.size||(u.leaveGuards=m.leaveGuards),u.updateGuards.size||(u.updateGuards=m.updateGuards))),f&&u&&(!m||!Kt(u,m)||!p)&&(u.enterCallbacks[d]||[]).forEach(w=>w(f))},{flush:"post"}),()=>{const f=i.value,u=e.name,d=c.value,p=d&&d.components[u];if(!p)return ji(n.default,{Component:p,route:f});const m=d.props[u],A=m?m===!0?f.params:typeof m=="function"?m(f):m:null,H=Wr(p,W({},A,t,{onVnodeUnmounted:M=>{M.component.isUnmounted&&(d.instances[u]=null)},ref:l}));return ji(n.default,{Component:H,route:f})||H}}});function ji(e,t){if(!e)return null;const n=e(t);return n.length===1?n[0]:n}const Mu=Nu;function Du(e){const t=Eu(e.routes,e),n=e.parseQuery||ru,s=e.stringifyQuery||Ti,i=e.history,r=Yt(),o=Yt(),c=Yt(),l=Bo(ut);let f=ut;Lt&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const u=is.bind(null,y=>""+y),d=is.bind(null,jc),p=is.bind(null,pn);function m(y,I){let C,D;return to(y)?(C=t.getRecordMatcher(y),D=I):D=y,t.addRoute(D,C)}function A(y){const I=t.getRecordMatcher(y);I&&t.removeRoute(I)}function w(){return t.getRoutes().map(y=>y.record)}function H(y){return!!t.getRecordMatcher(y)}function M(y,I){if(I=W({},I||l.value),typeof y=="string"){const g=rs(n,y,I.path),_=t.resolve({path:g.path},I),b=i.createHref(g.fullPath);return W(g,_,{params:p(_.params),hash:pn(g.hash),redirectedFrom:void 0,href:b})}let C;if(y.path!=null)C=W({},y,{path:rs(n,y.path,I.path).path});else{const g=W({},y.params);for(const _ in g)g[_]==null&&delete g[_];C=W({},y,{params:d(g)}),I.params=d(I.params)}const D=t.resolve(C,I),U=y.hash||"";D.params=u(p(D.params));const a=Kc(s,W({},y,{hash:Bc(U),path:D.path})),h=i.createHref(a);return W({fullPath:a,hash:U,query:s===Ti?ou(y.query):y.query||{}},D,{redirectedFrom:void 0,href:h})}function P(y){return typeof y=="string"?rs(n,y,l.value.path):W({},y)}function F(y,I){if(f!==y)return Wt(oe.NAVIGATION_CANCELLED,{from:I,to:y})}function T(y){return re(y)}function X(y){return T(W(P(y),{replace:!0}))}function ae(y,I){const C=y.matched[y.matched.length-1];if(C&&C.redirect){const{redirect:D}=C;let U=typeof D=="function"?D(y,I):D;return typeof U=="string"&&(U=U.includes("?")||U.includes("#")?U=P(U):{path:U},U.params={}),W({query:y.query,hash:y.hash,params:U.path!=null?{}:y.params},U)}}function re(y,I){const C=f=M(y),D=l.value,U=y.state,a=y.force,h=y.replace===!0,g=ae(C,D);if(g)return re(W(P(g),{state:typeof g=="object"?W({},U,g.state):U,force:a,replace:h}),I||C);const _=C;_.redirectedFrom=I;let b;return!a&&Wc(s,D,C)&&(b=Wt(oe.NAVIGATION_DUPLICATED,{to:_,from:D}),Ve(D,D,!0,!1)),(b?Promise.resolve(b):He(_,D)).catch(v=>Ye(v)?Ye(v,oe.NAVIGATION_GUARD_REDIRECT)?v:ct(v):K(v,_,D)).then(v=>{if(v){if(Ye(v,oe.NAVIGATION_GUARD_REDIRECT))return re(W({replace:h},P(v.to),{state:typeof v.to=="object"?W({},U,v.to.state):U,force:a}),I||_)}else v=vt(_,D,!0,h,U);return lt(_,D,v),v})}function ke(y,I){const C=F(y,I);return C?Promise.reject(C):Promise.resolve()}function ot(y){const I=Tt.values().next().value;return I&&typeof I.runWithContext=="function"?I.runWithContext(y):y()}function He(y,I){let C;const[D,U,a]=cu(y,I);C=ls(D.reverse(),"beforeRouteLeave",y,I);for(const g of D)g.leaveGuards.forEach(_=>{C.push(ht(_,y,I))});const h=ke.bind(null,y,I);return C.push(h),Ie(C).then(()=>{C=[];for(const g of r.list())C.push(ht(g,y,I));return C.push(h),Ie(C)}).then(()=>{C=ls(U,"beforeRouteUpdate",y,I);for(const g of U)g.updateGuards.forEach(_=>{C.push(ht(_,y,I))});return C.push(h),Ie(C)}).then(()=>{C=[];for(const g of a)if(g.beforeEnter)if(Fe(g.beforeEnter))for(const _ of g.beforeEnter)C.push(ht(_,y,I));else C.push(ht(g.beforeEnter,y,I));return C.push(h),Ie(C)}).then(()=>(y.matched.forEach(g=>g.enterCallbacks={}),C=ls(a,"beforeRouteEnter",y,I,ot),C.push(h),Ie(C))).then(()=>{C=[];for(const g of o.list())C.push(ht(g,y,I));return C.push(h),Ie(C)}).catch(g=>Ye(g,oe.NAVIGATION_CANCELLED)?g:Promise.reject(g))}function lt(y,I,C){c.list().forEach(D=>ot(()=>D(y,I,C)))}function vt(y,I,C,D,U){const a=F(y,I);if(a)return a;const h=I===ut,g=Lt?history.state:{};C&&(D||h?i.replace(y.fullPath,W({scroll:h&&g&&g.scroll},U)):i.push(y.fullPath,U)),l.value=y,Ve(y,I,C,h),ct()}let Be;function qt(){Be||(Be=i.listen((y,I,C)=>{if(!yt.listening)return;const D=M(y),U=ae(D,yt.currentRoute.value);if(U){re(W(U,{replace:!0,force:!0}),D).catch(ln);return}f=D;const a=l.value;Lt&&eu(Pi(a.fullPath,C.delta),Kn()),He(D,a).catch(h=>Ye(h,oe.NAVIGATION_ABORTED|oe.NAVIGATION_CANCELLED)?h:Ye(h,oe.NAVIGATION_GUARD_REDIRECT)?(re(W(P(h.to),{force:!0}),D).then(g=>{Ye(g,oe.NAVIGATION_ABORTED|oe.NAVIGATION_DUPLICATED)&&!C.delta&&C.type===bs.pop&&i.go(-1,!1)}).catch(ln),Promise.reject()):(C.delta&&i.go(-C.delta,!1),K(h,D,a))).then(h=>{h=h||vt(D,a,!1),h&&(C.delta&&!Ye(h,oe.NAVIGATION_CANCELLED)?i.go(-C.delta,!1):C.type===bs.pop&&Ye(h,oe.NAVIGATION_ABORTED|oe.NAVIGATION_DUPLICATED)&&i.go(-1,!1)),lt(D,a,h)}).catch(ln)}))}let It=Yt(),fe=Yt(),Y;function K(y,I,C){ct(y);const D=fe.list();return D.length?D.forEach(U=>U(y,I,C)):console.error(y),Promise.reject(y)}function Je(){return Y&&l.value!==ut?Promise.resolve():new Promise((y,I)=>{It.add([y,I])})}function ct(y){return Y||(Y=!y,qt(),It.list().forEach(([I,C])=>y?C(y):I()),It.reset()),y}function Ve(y,I,C,D){const{scrollBehavior:U}=e;if(!Lt||!U)return Promise.resolve();const a=!C&&tu(Pi(y.fullPath,0))||(D||!C)&&history.state&&history.state.scroll||null;return Fs().then(()=>U(y,I,a)).then(h=>h&&Zc(h)).catch(h=>K(h,y,I))}const xe=y=>i.go(y);let Pt;const Tt=new Set,yt={currentRoute:l,listening:!0,addRoute:m,removeRoute:A,clearRoutes:t.clearRoutes,hasRoute:H,getRoutes:w,resolve:M,options:e,push:T,replace:X,go:xe,back:()=>xe(-1),forward:()=>xe(1),beforeEach:r.add,beforeResolve:o.add,afterEach:c.add,onError:fe.add,isReady:Je,install(y){y.component("RouterLink",Iu),y.component("RouterView",Mu),y.config.globalProperties.$router=yt,Object.defineProperty(y.config.globalProperties,"$route",{enumerable:!0,get:()=>Ht(l)}),Lt&&!Pt&&l.value===ut&&(Pt=!0,T(i.location).catch(D=>{}));const I={};for(const D in ut)Object.defineProperty(I,D,{get:()=>l.value[D],enumerable:!0});y.provide(Wn,yt),y.provide(Ks,dr(I)),y.provide(Es,l);const C=y.unmount;Tt.add(y),y.unmount=function(){Tt.delete(y),Tt.size<1&&(f=ut,Be&&Be(),Be=null,l.value=ut,Pt=!1,Y=!1),C()}}};function Ie(y){return y.reduce((I,C)=>I.then(()=>ot(C)),Promise.resolve())}return yt}function Lu(){return De(Wn)}function oo(e){return De(Ks)}const Fu={class:"sidebar-item"},ku={class:"item-wrapper"},Hu={key:2,class:"nav-text"},Bu=it({__name:"SidebarItem",props:{item:{}},setup(e){const t=e,n=oo(),s=fn(!1);ue(()=>t.item.children?t.item.children.some(o=>n.path.startsWith(o.link||"")):!1).value&&(s.value=!0);function r(){s.value=!s.value}return(o,c)=>{const l=jt("router-link"),f=jt("SidebarItem",!0);return j(),J("div",Fu,[se(" Main Item "),N("div",ku,[e.item.children&&e.item.children.length>0?(j(),J("button",{key:0,class:St(["expand-button",{expanded:s.value}]),onClick:r},[...c[0]||(c[0]=[N("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"currentColor"},[N("path",{d:"M4.7 10L9.4 5.5 4.7 1"})],-1)])],2)):se("v-if",!0),e.item.link?(j(),Te(l,{key:1,to:e.item.link,class:St(["nav-link",{active:o.$route.path===e.item.link}])},{default:gt(()=>[js(ne(e.item.text),1)]),_:1},8,["to","class"])):(j(),J("span",Hu,ne(e.item.text),1))]),se(" Children "),e.item.children&&e.item.children.length>0?(j(),J("div",{key:0,class:St(["children",{expanded:s.value}])},[(j(!0),J(he,null,Ut(e.item.children,u=>(j(),Te(f,{key:u.text,item:u},null,8,["item"]))),128))],2)):se("v-if",!0)])}}}),Ot=(e,t)=>{const n=e.__vccOpts||e;for(const[s,i]of t)n[s]=i;return n},Vu=Ot(Bu,[["__scopeId","data-v-b5febdd6"]]),$u={class:"sidebar-nav"},ju={class:"nav-content"},Uu=it({__name:"Sidebar",props:{navigation:{}},setup(e){return(t,n)=>(j(),J("nav",$u,[N("div",ju,[(j(!0),J(he,null,Ut(e.navigation,s=>(j(),Te(Vu,{key:s.text,item:s},null,8,["item"]))),128))])]))}}),Gu=Ot(Uu,[["__scopeId","data-v-014c42bf"]]),Ku={class:"search-box"},Wu={class:"search-input-wrapper"},qu={key:0,class:"search-results"},zu={key:0,class:"no-results"},Ju={key:1},Qu={class:"result-title"},Yu={key:0,class:"result-description"},Xu={class:"result-path"},Zu=it({__name:"SearchBox",props:{files:{}},setup(e){const t=e;Lu();const n=fn(""),s=fn(!1),i=ue(()=>{if(!n.value.trim())return[];const f=n.value.toLowerCase().trim(),u=[];for(const d of t.files){const p=d.title||d.name,m=d.description||"",A=d.content||"",w=d.path;let H=0;p.toLowerCase().includes(f)&&(H+=10),m.toLowerCase().includes(f)&&(H+=5),A.toLowerCase().includes(f)&&(H+=1),w.toLowerCase().includes(f)&&(H+=2),H>0&&u.push({path:w,route:r(d),title:p,description:m,pathDisplay:o(w),score:H})}return u.sort((d,p)=>p.score-d.score)});function r(f){const u=f.path.indexOf(".claude/skills");if(u===-1)return"/";const p=f.path.slice(u+14).split("/").filter(Boolean);if(p.length===0)return"/";const m=p[p.length-1];return m.endsWith(".md")&&(p[p.length-1]=m.slice(0,-3)),p[p.length-1]==="SKILL"&&p.pop(),"/"+p.join("/")}function o(f){const u=f.indexOf(".claude/skills");return u===-1?f:f.slice(u)}function c(){s.value=!0}function l(){setTimeout(()=>{s.value=!1},200)}return(f,u)=>{const d=jt("router-link");return j(),J("div",Ku,[N("div",Wu,[Jo(N("input",{"onUpdate:modelValue":u[0]||(u[0]=p=>n.value=p),type:"text",placeholder:"Search documentation...",class:"search-input",onInput:c,onFocus:u[1]||(u[1]=p=>s.value=!0),onBlur:l},null,544),[[Rc,n.value]]),u[2]||(u[2]=N("svg",{class:"search-icon",width:"20",height:"20",viewBox:"0 0 20 20",fill:"currentColor"},[N("path",{"fill-rule":"evenodd",d:"M12.9 14.32a8 8 0 1 1 1.41-1.41l4.1 4.1a1 1 0 1 1-1.42 1.42l-4.1-4.1zM14 8a6 6 0 1 0-12 0 6 6 0 0 0 12 0z","clip-rule":"evenodd"})],-1))]),se(" Search Results "),s.value&&(i.value.length>0||n.value)?(j(),J("div",qu,[i.value.length===0&&n.value?(j(),J("div",zu,' No results found for "'+ne(n.value)+'" ',1)):(j(),J("div",Ju,[(j(!0),J(he,null,Ut(i.value.slice(0,8),p=>(j(),Te(d,{key:p.path,to:p.route,class:"search-result",onClick:l},{default:gt(()=>[N("div",Qu,ne(p.title),1),p.description?(j(),J("div",Yu,ne(p.description),1)):se("v-if",!0),N("div",Xu,ne(p.pathDisplay),1)]),_:2},1032,["to"]))),128))]))])):se("v-if",!0)])}}}),ef=Ot(Zu,[["__scopeId","data-v-b8e3e134"]]),tf={class:"app-layout"},nf={class:"header"},sf={class:"header-content"},rf={class:"site-title"},of={class:"main-container"},lf={class:"sidebar"},cf={class:"content"},uf={key:1,class:"loading"},ff=it({__name:"AppLayout",setup(e){const t=fn(null);return Bs(async()=>{try{if(typeof globalThis.__DOCGEN_CONFIG__<"u")t.value=globalThis.__DOCGEN_CONFIG__;else{const n=await fetch("/api/config");n.ok&&(t.value=await n.json())}}catch(n){console.error("Failed to load configuration:",n)}}),(n,s)=>{var r;const i=jt("router-view");return j(),J("div",tf,[se(" Top Navigation "),N("header",nf,[N("div",sf,[N("h1",rf,ne(((r=t.value)==null?void 0:r.siteConfig.title)||"Skills Documentation"),1),t.value?(j(),Te(ef,{key:0,files:t.value.files},null,8,["files"])):se("v-if",!0)])]),se(" Main Content Area "),N("div",of,[se(" Sidebar "),N("aside",lf,[t.value?(j(),Te(Gu,{key:0,navigation:t.value.navigation},null,8,["navigation"])):se("v-if",!0)]),se(" Content "),N("main",cf,[t.value?(j(),Te(i,{key:0,config:t.value},null,8,["config"])):(j(),J("div",uf," Loading documentation... "))])])])}}}),af=Ot(ff,[["__scopeId","data-v-52037cca"]]),df={id:"app"},hf=it({__name:"App",setup(e){return(t,n)=>(j(),J("div",df,[be(af)]))}}),pf=Ot(hf,[["__scopeId","data-v-00943de1"]]),gf={class:"home-page"},mf={class:"hero-section"},_f={class:"hero-title"},vf={class:"hero-description"},yf={key:0,class:"content-overview"},bf={class:"stats-grid"},xf={class:"stat-card"},Ef={class:"stat-number"},Rf={class:"stat-card"},Sf={class:"stat-number"},Af={class:"stat-card"},Cf={class:"stat-number"},wf={class:"recent-section"},Of={class:"recent-files"},If={class:"file-title"},Pf={key:0,class:"file-description"},Tf={class:"file-meta"},Nf={class:"navigation-section"},Mf={class:"skill-grid"},Df={class:"skill-name"},Lf={key:0,class:"skill-description"},Ff={class:"skill-files-count"},kf=it({__name:"Home",props:{config:{}},setup(e){const t=e,n=ue(()=>t.config.files.reduce((l,f)=>{var u;return l+(((u=f.content)==null?void 0:u.split(/\s+/).length)||0)},0)),s=ue(()=>[...t.config.files].sort((l,f)=>f.lastModified-l.lastModified).slice(0,6));function i(l){const f=l.path.indexOf(".claude/skills");if(f===-1)return"/";const d=l.path.slice(f+14).split("/").filter(Boolean);if(d.length===0)return"/";const p=d[d.length-1];return p.endsWith(".md")&&(d[d.length-1]=p.slice(0,-3)),d[d.length-1]==="SKILL"&&d.pop(),"/"+d.join("/")}function r(l){return l.split("-").map(f=>f.charAt(0).toUpperCase()+f.slice(1)).join(" ")}function o(l){return new Date(l).toLocaleDateString("en-US",{year:"numeric",month:"short",day:"numeric"})}function c(l){let f=0;function u(d){for(const p of d)"content"in p?f++:(p.skillFile&&f++,u(p.children))}return l.skillFile&&f++,u(l.children),f}return(l,f)=>{var d,p;const u=jt("router-link");return j(),J("div",gf,[N("div",mf,[N("h1",_f,ne(((d=e.config)==null?void 0:d.siteConfig.title)||"Skills Documentation"),1),N("p",vf,ne(((p=e.config)==null?void 0:p.siteConfig.description)||"Explore your skills and documentation"),1)]),e.config?(j(),J("div",yf,[N("div",bf,[N("div",xf,[N("div",Ef,ne(e.config.directories.length),1),f[0]||(f[0]=N("div",{class:"stat-label"},"Skill Categories",-1))]),N("div",Rf,[N("div",Sf,ne(e.config.files.length),1),f[1]||(f[1]=N("div",{class:"stat-label"},"Documentation Files",-1))]),N("div",Af,[N("div",Cf,ne(n.value),1),f[2]||(f[2]=N("div",{class:"stat-label"},"Total Words",-1))])]),N("div",wf,[f[3]||(f[3]=N("h2",null,"Recently Updated",-1)),N("div",Of,[(j(!0),J(he,null,Ut(s.value,m=>(j(),Te(u,{key:m.path,to:i(m),class:"recent-file-card"},{default:gt(()=>[N("div",If,ne(m.title),1),m.description?(j(),J("div",Pf,ne(m.description),1)):se("v-if",!0),N("div",Tf,ne(o(m.lastModified)),1)]),_:2},1032,["to"]))),128))])]),N("div",Nf,[f[4]||(f[4]=N("h2",null,"Browse Skills",-1)),N("div",Mf,[(j(!0),J(he,null,Ut(e.config.directories,m=>(j(),Te(u,{key:m.path,to:m.skillFile?i(m.skillFile):"#",class:"skill-card"},{default:gt(()=>{var A,w;return[N("div",Df,ne(((A=m.skillFile)==null?void 0:A.title)||r(m.name)),1),(w=m.skillFile)!=null&&w.description?(j(),J("div",Lf,ne(m.skillFile.description),1)):se("v-if",!0),N("div",Ff,ne(c(m))+" files ",1)]}),_:2},1032,["to"]))),128))])])])):se("v-if",!0)])}}}),Hf=Ot(kf,[["__scopeId","data-v-83887790"]]),Bf={class:"skill-page"},Vf={key:0,class:"skill-content"},$f={class:"skill-header"},jf={class:"skill-title"},Uf={key:0,class:"skill-description"},Gf={class:"skill-meta"},Kf={class:"last-modified"},Wf={key:0,class:"toc"},qf={class:"toc-list"},zf=["href"],Jf=["innerHTML"],Qf={key:1,class:"page-navigation"},Yf={class:"nav-title"},Xf={class:"nav-title"},Zf={key:1,class:"not-found"},ea=it({__name:"SkillPage",props:{config:{}},setup(e){const t=e,n=oo(),s=ue(()=>{const f=n.path;for(const u of t.config.files)if(c(u)===f)return u;return null}),i=ue(()=>s.value?s.value.frontmatter.html?s.value.frontmatter.html:s.value.content.replace(/^### (.*$)/gim,'<h3 id="$1">$1</h3>').replace(/^## (.*$)/gim,'<h2 id="$1">$1</h2>').replace(/^# (.*$)/gim,'<h1 id="$1">$1</h1>').replace(/\\*\\*(.*?)\\*\\*/gim,"<strong>$1</strong>").replace(/\\*(.*?)\\*/gim,"<em>$1</em>").replace(/```([\\s\\S]*?)```/gim,"<pre><code>$1</code></pre>").replace(/`(.*?)`/gim,"<code>$1</code>").replace(/\\n/g,"<br>"):""),r=ue(()=>{var f;return((f=s.value)==null?void 0:f.frontmatter.headings)||[]}),o=ue(()=>{if(!s.value)return{prev:null,next:null};const f=t.config.files,u=f.findIndex(m=>m.path===s.value.path),d=u>0?f[u-1]:null,p=u<f.length-1?f[u+1]:null;return{prev:d?{title:d.title,route:c(d)}:null,next:p?{title:p.title,route:c(p)}:null}});function c(f){const u=f.path.indexOf(".claude/skills");if(u===-1)return"/";const p=f.path.slice(u+14).split("/").filter(Boolean);if(p.length===0)return"/";const m=p[p.length-1];return m.endsWith(".md")&&(p[p.length-1]=m.slice(0,-3)),p[p.length-1]==="SKILL"&&p.pop(),"/"+p.join("/")}function l(f){return new Date(f).toLocaleDateString("en-US",{year:"numeric",month:"long",day:"numeric"})}return Bs(()=>{Fs(()=>{if(n.hash){const f=document.querySelector(n.hash);f&&f.scrollIntoView({behavior:"smooth"})}})}),(f,u)=>{const d=jt("router-link");return j(),J("div",Bf,[s.value?(j(),J("div",Vf,[se(" Header "),N("header",$f,[N("h1",jf,ne(s.value.title),1),s.value.description?(j(),J("div",Uf,ne(s.value.description),1)):se("v-if",!0),N("div",Gf,[N("span",Kf," Last updated: "+ne(l(s.value.lastModified)),1)])]),se(" Table of Contents "),r.value.length>0?(j(),J("nav",Wf,[u[0]||(u[0]=N("h3",null,"Table of Contents",-1)),N("ul",qf,[(j(!0),J(he,null,Ut(r.value,p=>(j(),J("li",{key:p.anchor,class:St(`toc-level-${p.level}`)},[N("a",{href:`#${p.anchor}`,class:"toc-link"},ne(p.text),9,zf)],2))),128))])])):se("v-if",!0),se(" Content "),N("main",{class:"markdown-content",innerHTML:i.value},null,8,Jf),se(" Navigation "),o.value.prev||o.value.next?(j(),J("nav",Qf,[o.value.prev?(j(),Te(d,{key:0,to:o.value.prev.route,class:"nav-link nav-prev"},{default:gt(()=>[u[1]||(u[1]=N("div",{class:"nav-direction"},"← Previous",-1)),N("div",Yf,ne(o.value.prev.title),1)]),_:1},8,["to"])):se("v-if",!0),o.value.next?(j(),Te(d,{key:1,to:o.value.next.route,class:"nav-link nav-next"},{default:gt(()=>[u[2]||(u[2]=N("div",{class:"nav-direction"},"Next →",-1)),N("div",Xf,ne(o.value.next.title),1)]),_:1},8,["to"])):se("v-if",!0)])):se("v-if",!0)])):(j(),J("div",Zf,[u[4]||(u[4]=N("h1",null,"Page Not Found",-1)),u[5]||(u[5]=N("p",null,"The requested skill documentation could not be found.",-1)),be(d,{to:"/",class:"back-home"},{default:gt(()=>[...u[3]||(u[3]=[js("← Back to Home",-1)])]),_:1})]))])}}}),ta=Ot(ea,[["__scopeId","data-v-ec306008"]]),na=[{path:"/",name:"Home",component:Hf},{path:"/:pathMatch(.*)*",name:"Skill",component:ta}],sa=Du({history:du(),routes:na}),Ws=Cc(pf);Ws.use(sa);Ws.mount("#app");Ws.config.errorHandler=(e,t,n)=>{console.error("Vue Error:",e,n)};
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
2
+ <rect width="32" height="32" rx="4" fill="#3182ce"/>
3
+ <text x="16" y="22" text-anchor="middle" fill="white" font-family="system-ui" font-size="18" font-weight="bold">D</text>
4
+ </svg>
@@ -0,0 +1,47 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <script>
5
+ globalThis.__DOCGEN_CONFIG__ = {"siteConfig":{"title":"Skills Documentation","description":"Documentation generated from .claude/skills","baseUrl":"/","skillsDir":"/Users/pan/docgen/.claude/skills","outputDir":"/Users/pan/docgen/test-build"},"navigation":[{"text":"SKILL","link":"/pdf"},{"text":"SKILL","link":"/web-scraping"}],"files":[{"path":"/Users/pan/docgen/.claude/skills/pdf/SKILL.md","name":"SKILL.md","title":"SKILL","content":"---\ntitle: PDF Processing\ndescription: Comprehensive guide to working with PDF files including extraction, manipulation, and generation\ntags: [\"pdf\", \"documents\", \"data-extraction\"]\n---\n\n# PDF Processing\n\nThis skill covers various aspects of working with PDF documents programmatically.\n\n## Overview\n\nPDF (Portable Document Format) is a widely used file format for documents. This skill includes:\n\n- Text extraction from PDFs\n- PDF generation and manipulation \n- Form handling\n- Metadata processing\n- Document conversion\n\n## Key Libraries and Tools\n\n### Python\n- **PyPDF2/PyPDF4** - Basic PDF operations\n- **pdfplumber** - Text extraction with layout preservation\n- **ReportLab** - PDF generation\n- **pdftk** - Command-line PDF toolkit\n\n### JavaScript/Node.js\n- **pdf-lib** - Create and modify PDF documents\n- **pdf-parse** - Simple PDF parsing\n- **puppeteer** - Generate PDFs from web content\n\n## Common Use Cases\n\n### Text Extraction\nExtract text content from PDF files while preserving formatting and structure.\n\n### Document Generation\nCreate PDFs programmatically from data, templates, or web content.\n\n### Form Processing\nHandle PDF forms, extract form data, and fill forms programmatically.\n\n## Best Practices\n\n1. **Memory Management** - Large PDFs can consume significant memory\n2. **Error Handling** - PDFs can be corrupted or password-protected\n3. **Performance** - Consider streaming for large documents\n4. **Security** - Be cautious with user-uploaded PDFs\n\n## Examples\n\n### Basic Text Extraction (Python)\n```python\nimport PyPDF2\n\nwith open('document.pdf', 'rb') as file:\n reader = PyPDF2.PdfReader(file)\n text = \"\"\n for page in reader.pages:\n text += page.extract_text()\n print(text)\n```\n\n### PDF Generation (JavaScript)\n```javascript\nimport { PDFDocument, rgb } from 'pdf-lib'\nimport fs from 'fs'\n\nconst pdfDoc = await PDFDocument.create()\nconst page = pdfDoc.addPage()\n\npage.drawText('Hello, PDF!', {\n x: 50,\n y: 750,\n size: 30,\n color: rgb(0, 0, 0),\n})\n\nconst pdfBytes = await pdfDoc.save()\nfs.writeFileSync('output.pdf', pdfBytes)\n```\n\n## Troubleshooting\n\n- **Encoding Issues** - Some PDFs may have encoding problems\n- **Layout Preservation** - Complex layouts may not extract cleanly\n- **Performance** - Large PDFs may require optimization","frontmatter":{},"lastModified":1768785938278},{"path":"/Users/pan/docgen/.claude/skills/web-scraping/SKILL.md","name":"SKILL.md","title":"SKILL","content":"---\ntitle: Web Scraping\ndescription: Techniques and tools for extracting data from websites\ntags: [\"scraping\", \"data-extraction\", \"automation\"]\n---\n\n# Web Scraping\n\nWeb scraping is the process of extracting data from websites programmatically.\n\n## Overview\n\nWeb scraping involves:\n\n- Fetching web pages\n- Parsing HTML content\n- Extracting specific data\n- Handling dynamic content\n- Managing rate limits and ethics\n\n## Tools and Libraries\n\n### Python\n- **BeautifulSoup** - HTML parsing\n- **Scrapy** - Full-featured scraping framework\n- **Selenium** - Browser automation\n- **requests** - HTTP library\n\n### JavaScript/Node.js\n- **Puppeteer** - Chrome automation\n- **Playwright** - Multi-browser automation\n- **Cheerio** - Server-side jQuery\n- **axios** - HTTP client\n\n## Key Concepts\n\n### Respect robots.txt\nAlways check the robots.txt file of websites before scraping.\n\n### Rate Limiting\nImplement delays between requests to avoid overwhelming servers.\n\n### User Agents\nRotate user agents to appear more like regular browsers.\n\n## Examples\n\n### Basic Scraping (Python)\n```python\nimport requests\nfrom bs4 import BeautifulSoup\n\nresponse = requests.get('https://example.com')\nsoup = BeautifulSoup(response.content, 'html.parser')\n\ntitles = soup.find_all('h2', class_='title')\nfor title in titles:\n print(title.text)\n```\n\n### Dynamic Content (JavaScript)\n```javascript\nconst puppeteer = require('puppeteer');\n\n(async () => {\n const browser = await puppeteer.launch();\n const page = await browser.newPage();\n \n await page.goto('https://example.com');\n await page.waitForSelector('.dynamic-content');\n \n const content = await page.$eval('.dynamic-content', \n el => el.textContent);\n \n console.log(content);\n await browser.close();\n})();\n```","frontmatter":{},"lastModified":1768785947742}],"directories":[{"path":"/Users/pan/docgen/.claude/skills/pdf","name":"pdf","children":[],"skillFile":{"path":"/Users/pan/docgen/.claude/skills/pdf/SKILL.md","name":"SKILL.md","title":"SKILL","content":"---\ntitle: PDF Processing\ndescription: Comprehensive guide to working with PDF files including extraction, manipulation, and generation\ntags: [\"pdf\", \"documents\", \"data-extraction\"]\n---\n\n# PDF Processing\n\nThis skill covers various aspects of working with PDF documents programmatically.\n\n## Overview\n\nPDF (Portable Document Format) is a widely used file format for documents. This skill includes:\n\n- Text extraction from PDFs\n- PDF generation and manipulation \n- Form handling\n- Metadata processing\n- Document conversion\n\n## Key Libraries and Tools\n\n### Python\n- **PyPDF2/PyPDF4** - Basic PDF operations\n- **pdfplumber** - Text extraction with layout preservation\n- **ReportLab** - PDF generation\n- **pdftk** - Command-line PDF toolkit\n\n### JavaScript/Node.js\n- **pdf-lib** - Create and modify PDF documents\n- **pdf-parse** - Simple PDF parsing\n- **puppeteer** - Generate PDFs from web content\n\n## Common Use Cases\n\n### Text Extraction\nExtract text content from PDF files while preserving formatting and structure.\n\n### Document Generation\nCreate PDFs programmatically from data, templates, or web content.\n\n### Form Processing\nHandle PDF forms, extract form data, and fill forms programmatically.\n\n## Best Practices\n\n1. **Memory Management** - Large PDFs can consume significant memory\n2. **Error Handling** - PDFs can be corrupted or password-protected\n3. **Performance** - Consider streaming for large documents\n4. **Security** - Be cautious with user-uploaded PDFs\n\n## Examples\n\n### Basic Text Extraction (Python)\n```python\nimport PyPDF2\n\nwith open('document.pdf', 'rb') as file:\n reader = PyPDF2.PdfReader(file)\n text = \"\"\n for page in reader.pages:\n text += page.extract_text()\n print(text)\n```\n\n### PDF Generation (JavaScript)\n```javascript\nimport { PDFDocument, rgb } from 'pdf-lib'\nimport fs from 'fs'\n\nconst pdfDoc = await PDFDocument.create()\nconst page = pdfDoc.addPage()\n\npage.drawText('Hello, PDF!', {\n x: 50,\n y: 750,\n size: 30,\n color: rgb(0, 0, 0),\n})\n\nconst pdfBytes = await pdfDoc.save()\nfs.writeFileSync('output.pdf', pdfBytes)\n```\n\n## Troubleshooting\n\n- **Encoding Issues** - Some PDFs may have encoding problems\n- **Layout Preservation** - Complex layouts may not extract cleanly\n- **Performance** - Large PDFs may require optimization","frontmatter":{},"lastModified":1768785938278}},{"path":"/Users/pan/docgen/.claude/skills/web-scraping","name":"web-scraping","children":[],"skillFile":{"path":"/Users/pan/docgen/.claude/skills/web-scraping/SKILL.md","name":"SKILL.md","title":"SKILL","content":"---\ntitle: Web Scraping\ndescription: Techniques and tools for extracting data from websites\ntags: [\"scraping\", \"data-extraction\", \"automation\"]\n---\n\n# Web Scraping\n\nWeb scraping is the process of extracting data from websites programmatically.\n\n## Overview\n\nWeb scraping involves:\n\n- Fetching web pages\n- Parsing HTML content\n- Extracting specific data\n- Handling dynamic content\n- Managing rate limits and ethics\n\n## Tools and Libraries\n\n### Python\n- **BeautifulSoup** - HTML parsing\n- **Scrapy** - Full-featured scraping framework\n- **Selenium** - Browser automation\n- **requests** - HTTP library\n\n### JavaScript/Node.js\n- **Puppeteer** - Chrome automation\n- **Playwright** - Multi-browser automation\n- **Cheerio** - Server-side jQuery\n- **axios** - HTTP client\n\n## Key Concepts\n\n### Respect robots.txt\nAlways check the robots.txt file of websites before scraping.\n\n### Rate Limiting\nImplement delays between requests to avoid overwhelming servers.\n\n### User Agents\nRotate user agents to appear more like regular browsers.\n\n## Examples\n\n### Basic Scraping (Python)\n```python\nimport requests\nfrom bs4 import BeautifulSoup\n\nresponse = requests.get('https://example.com')\nsoup = BeautifulSoup(response.content, 'html.parser')\n\ntitles = soup.find_all('h2', class_='title')\nfor title in titles:\n print(title.text)\n```\n\n### Dynamic Content (JavaScript)\n```javascript\nconst puppeteer = require('puppeteer');\n\n(async () => {\n const browser = await puppeteer.launch();\n const page = await browser.newPage();\n \n await page.goto('https://example.com');\n await page.waitForSelector('.dynamic-content');\n \n const content = await page.$eval('.dynamic-content', \n el => el.textContent);\n \n console.log(content);\n await browser.close();\n})();\n```","frontmatter":{},"lastModified":1768785947742}}]};
6
+ </script>
7
+
8
+ <meta charset="UTF-8">
9
+ <link rel="icon" href="/favicon.ico">
10
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
11
+ <title>Skills Documentation</title>
12
+ <style>
13
+ * {
14
+ margin: 0;
15
+ padding: 0;
16
+ box-sizing: border-box;
17
+ }
18
+
19
+ body {
20
+ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
21
+ line-height: 1.6;
22
+ color: #333;
23
+ background-color: #ffffff;
24
+ }
25
+
26
+ #app {
27
+ min-height: 100vh;
28
+ }
29
+
30
+ .loading {
31
+ display: flex;
32
+ justify-content: center;
33
+ align-items: center;
34
+ height: 100vh;
35
+ font-size: 18px;
36
+ color: #666;
37
+ }
38
+ </style>
39
+ <script type="module" crossorigin src="/assets/main-CHIQpV3B.js"></script>
40
+ <link rel="stylesheet" crossorigin href="/assets/main-C2ARPC0e.css">
41
+ </head>
42
+ <body>
43
+ <div id="app">
44
+ <div class="loading">Loading Skills Documentation...</div>
45
+ </div>
46
+ </body>
47
+ </html>
@@ -0,0 +1,4 @@
1
+ User-agent: *
2
+ Allow: /
3
+
4
+ Sitemap: /sitemap.xml
@@ -0,0 +1,19 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3
+ <url>
4
+ <loc>/</loc>
5
+ <lastmod>2026-01-19</lastmod>
6
+ <changefreq>weekly</changefreq>
7
+ <priority>0.8</priority>
8
+ </url>\n <url>
9
+ <loc>/pdf</loc>
10
+ <lastmod>2026-01-19</lastmod>
11
+ <changefreq>weekly</changefreq>
12
+ <priority>0.8</priority>
13
+ </url>\n <url>
14
+ <loc>/web-scraping</loc>
15
+ <lastmod>2026-01-19</lastmod>
16
+ <changefreq>weekly</changefreq>
17
+ <priority>0.8</priority>
18
+ </url>
19
+ </urlset>
@@ -0,0 +1 @@
1
+ .sidebar-item[data-v-b5febdd6]{margin-bottom:.25rem}.item-wrapper[data-v-b5febdd6]{display:flex;align-items:center;padding:.5rem 1.5rem;position:relative}.expand-button[data-v-b5febdd6]{background:none;border:none;color:#666;cursor:pointer;padding:.25rem;margin-right:.5rem;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.expand-button.expanded[data-v-b5febdd6]{transform:rotate(90deg)}.expand-button[data-v-b5febdd6]:hover{color:#333}.nav-link[data-v-b5febdd6],.nav-text[data-v-b5febdd6]{flex:1;text-decoration:none;color:#555;font-weight:500;font-size:.9rem;line-height:1.4;transition:color .2s ease}.nav-link[data-v-b5febdd6]:hover{color:#3182ce}.nav-link.active[data-v-b5febdd6]{color:#3182ce;font-weight:600;position:relative}.nav-link.active[data-v-b5febdd6]:before{content:"";position:absolute;left:-1.5rem;top:50%;transform:translateY(-50%);width:3px;height:20px;background-color:#3182ce;border-radius:2px}.nav-text[data-v-b5febdd6]{color:#333;font-weight:600}.children[data-v-b5febdd6]{overflow:hidden;max-height:0;transition:max-height .3s ease;padding-left:1rem}.children.expanded[data-v-b5febdd6]{max-height:1000px}.children .sidebar-item[data-v-b5febdd6]{margin-left:1rem}.children .nav-link[data-v-b5febdd6],.children .nav-text[data-v-b5febdd6]{font-size:.85rem;font-weight:400;color:#666}.children .nav-link[data-v-b5febdd6]:hover{color:#3182ce}.children .nav-link.active[data-v-b5febdd6]{color:#3182ce;font-weight:500}.sidebar-nav[data-v-014c42bf]{height:100%;overflow-y:auto}.nav-content[data-v-014c42bf]{padding:1.5rem 0}.search-box[data-v-732fbf59]{position:relative;width:100%}.relative[data-v-732fbf59]{position:relative}.absolute[data-v-732fbf59]{position:absolute}.w-full[data-v-732fbf59]{width:100%}.h-4[data-v-732fbf59]{height:1rem}.w-4[data-v-732fbf59]{width:1rem}.h-5[data-v-732fbf59]{height:1.25rem}.h-9[data-v-732fbf59]{height:2.25rem}.left-3[data-v-732fbf59]{left:.75rem}.right-3[data-v-732fbf59]{right:.75rem}.top-1\/2[data-v-732fbf59]{top:50%}.top-full[data-v-732fbf59]{top:100%}.left-0[data-v-732fbf59]{left:0}.right-0[data-v-732fbf59]{right:0}.-translate-y-1\/2[data-v-732fbf59]{transform:translateY(-50%)}.pl-9[data-v-732fbf59]{padding-left:2.25rem}.pr-4[data-v-732fbf59]{padding-right:1rem}.px-1\.5[data-v-732fbf59]{padding-left:.375rem;padding-right:.375rem}.p-3[data-v-732fbf59]{padding:.75rem}.p-4[data-v-732fbf59]{padding:1rem}.mt-2[data-v-732fbf59]{margin-top:.5rem}.mb-1[data-v-732fbf59]{margin-bottom:.25rem}.gap-1[data-v-732fbf59]{gap:.25rem}.text-sm[data-v-732fbf59]{font-size:.875rem}.text-xs[data-v-732fbf59]{font-size:.75rem}.font-medium[data-v-732fbf59]{font-weight:500}.font-mono[data-v-732fbf59]{font-family:var(--font-mono)}.text-muted-foreground[data-v-732fbf59]{color:var(--color-muted-foreground)}.text-foreground[data-v-732fbf59]{color:var(--color-foreground)}.placeholder-muted-foreground[data-v-732fbf59]::placeholder{color:var(--color-muted-foreground)}.bg-secondary[data-v-732fbf59]{background-color:var(--color-secondary)}.bg-muted[data-v-732fbf59]{background-color:var(--color-muted)}.bg-card[data-v-732fbf59]{background-color:var(--color-card)}.bg-accent[data-v-732fbf59]{background-color:var(--color-accent)}.border[data-v-732fbf59]{border-width:1px}.border-b[data-v-732fbf59]{border-bottom-width:1px}.border-border[data-v-732fbf59]{border-color:var(--color-border)}.rounded-md[data-v-732fbf59]{border-radius:var(--radius-md)}.rounded-lg[data-v-732fbf59]{border-radius:var(--radius-lg)}.rounded[data-v-732fbf59]{border-radius:var(--radius-sm)}.shadow-lg[data-v-732fbf59]{box-shadow:var(--shadow-lg)}.z-50[data-v-732fbf59]{z-index:50}.max-h-96[data-v-732fbf59]{max-height:24rem}.overflow-y-auto[data-v-732fbf59]{overflow-y:auto}.items-center[data-v-732fbf59]{align-items:center}.text-center[data-v-732fbf59]{text-align:center}.block[data-v-732fbf59]{display:block}.hidden[data-v-732fbf59]{display:none}.inline-flex[data-v-732fbf59]{display:inline-flex}.transition-colors[data-v-732fbf59]{transition:color .2s ease,background-color .2s ease}.hover\:bg-accent[data-v-732fbf59]:hover{background-color:var(--color-accent)}.last\:border-b-0[data-v-732fbf59]:last-child{border-bottom-width:0}.line-clamp-2[data-v-732fbf59]{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.focus-outline[data-v-732fbf59]:focus{outline:none;border-color:var(--color-ring);box-shadow:0 0 0 2px #0000001a}@media (min-width: 640px){.sm\:inline-flex[data-v-732fbf59]{display:inline-flex}}.min-h-screen[data-v-073699c3]{min-height:100vh}.bg-background[data-v-073699c3]{background-color:var(--color-background)}.sticky[data-v-073699c3]{position:sticky}.top-0[data-v-073699c3]{top:0}.z-50[data-v-073699c3]{z-index:50}.z-40[data-v-073699c3]{z-index:40}.border-b[data-v-073699c3]{border-bottom:1px solid var(--color-border)}.border-r[data-v-073699c3]{border-right:1px solid var(--color-border)}.border-border[data-v-073699c3]{border-color:var(--color-border)}.backdrop-blur-sm[data-v-073699c3]{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.flex[data-v-073699c3]{display:flex}.items-center[data-v-073699c3]{align-items:center}.justify-between[data-v-073699c3]{justify-between:space-between}.gap-2[data-v-073699c3]{gap:.5rem}.gap-4[data-v-073699c3]{gap:1rem}.h-5[data-v-073699c3]{height:1.25rem}.w-5[data-v-073699c3]{width:1.25rem}.h-7[data-v-073699c3]{height:1.75rem}.w-7[data-v-073699c3]{width:1.75rem}.h-14[data-v-073699c3]{height:3.5rem}.w-64[data-v-073699c3]{width:16rem}.px-4[data-v-073699c3]{padding-left:1rem;padding-right:1rem}.px-6[data-v-073699c3]{padding-left:1.5rem;padding-right:1.5rem}.py-10[data-v-073699c3]{padding-top:2.5rem;padding-bottom:2.5rem}.p-2[data-v-073699c3]{padding:.5rem}.p-4[data-v-073699c3]{padding:1rem}.-ml-2[data-v-073699c3]{margin-left:-.5rem}.mx-8[data-v-073699c3]{margin-left:2rem;margin-right:2rem}.mx-auto[data-v-073699c3]{margin-left:auto;margin-right:auto}.max-w-md[data-v-073699c3]{max-width:28rem}.max-w-4xl[data-v-073699c3]{max-width:56rem}.flex-1[data-v-073699c3]{flex:1}.min-w-0[data-v-073699c3]{min-width:0}.rounded-md[data-v-073699c3]{border-radius:var(--radius-md)}.font-semibold[data-v-073699c3]{font-weight:600}.font-bold[data-v-073699c3]{font-weight:700}.text-sm[data-v-073699c3]{font-size:.875rem}.text-foreground[data-v-073699c3]{color:var(--color-foreground)}.text-primary-foreground[data-v-073699c3]{color:var(--color-primary-foreground)}.text-muted-foreground[data-v-073699c3]{color:var(--color-muted-foreground)}.bg-primary[data-v-073699c3]{background-color:var(--color-primary)}.bg-background\/80[data-v-073699c3]{background-color:#fffc}.hover\:bg-accent[data-v-073699c3]:hover{background-color:var(--color-accent)}.hover\:text-foreground[data-v-073699c3]:hover{color:var(--color-foreground)}.transition-colors[data-v-073699c3]{transition:color .2s ease,background-color .2s ease}.transition-transform[data-v-073699c3]{transition:transform .3s ease}.overflow-y-auto[data-v-073699c3]{overflow-y:auto}.fixed[data-v-073699c3]{position:fixed}.inset-0[data-v-073699c3]{top:0;right:0;bottom:0;left:0}.top-14[data-v-073699c3]{top:3.5rem}.h-\[calc\(100vh-3\.5rem\)\][data-v-073699c3]{height:calc(100vh - 3.5rem)}.-translate-x-full[data-v-073699c3]{transform:translate(-100%)}.translate-x-0[data-v-073699c3]{transform:translate(0)}.hidden[data-v-073699c3]{display:none}@media (min-width: 640px){.sm\:flex[data-v-073699c3]{display:flex}}@media (min-width: 1024px){.lg\:hidden[data-v-073699c3]{display:none}.lg\:px-6[data-v-073699c3]{padding-left:1.5rem;padding-right:1.5rem}.lg\:px-8[data-v-073699c3]{padding-left:2rem;padding-right:2rem}.lg\:sticky[data-v-073699c3]{position:sticky}.lg\:translate-x-0[data-v-073699c3]{transform:translate(0)}}#app[data-v-00943de1]{min-height:100vh}.home-page[data-v-12e10d98]{max-width:1000px;margin:0 auto}.hero-section[data-v-12e10d98]{text-align:center;padding:3rem 0;margin-bottom:3rem}.hero-title[data-v-12e10d98]{font-size:3rem;font-weight:700;color:#2c3e50;margin-bottom:1rem}.hero-description[data-v-12e10d98]{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.content-overview[data-v-12e10d98]{space-y:3rem}.stats-grid[data-v-12e10d98]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-card[data-v-12e10d98]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 6px #0000001a}.stat-number[data-v-12e10d98]{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label[data-v-12e10d98]{font-size:1rem;opacity:.9}.recent-section[data-v-12e10d98],.navigation-section[data-v-12e10d98]{margin-bottom:3rem}.recent-section h2[data-v-12e10d98],.navigation-section h2[data-v-12e10d98]{font-size:1.8rem;font-weight:600;color:#2c3e50;margin-bottom:1.5rem}.recent-files[data-v-12e10d98]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.recent-file-card[data-v-12e10d98]{background:#fff;border:1px solid #e1e5e9;border-radius:8px;padding:1.5rem;text-decoration:none;color:inherit;transition:all .2s ease}.recent-file-card[data-v-12e10d98]:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;border-color:#3182ce}.file-title[data-v-12e10d98]{font-weight:600;color:#2c3e50;margin-bottom:.5rem}.file-description[data-v-12e10d98]{color:#666;font-size:.9rem;margin-bottom:1rem;line-height:1.4}.file-meta[data-v-12e10d98]{color:#999;font-size:.8rem}.skill-grid[data-v-12e10d98]{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.skill-card[data-v-12e10d98]{background:#fff;border:1px solid #e1e5e9;border-radius:8px;padding:1.5rem;text-decoration:none;color:inherit;transition:all .2s ease}.skill-card[data-v-12e10d98]:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;border-color:#3182ce}.skill-name[data-v-12e10d98]{font-weight:600;color:#2c3e50;font-size:1.1rem;margin-bottom:.5rem}.skill-description[data-v-12e10d98]{color:#666;font-size:.9rem;line-height:1.4;margin-bottom:1rem}.skill-files-count[data-v-12e10d98]{color:#3182ce;font-size:.8rem;font-weight:500}@media (max-width: 768px){.hero-title[data-v-12e10d98]{font-size:2rem}.hero-description[data-v-12e10d98]{font-size:1rem}.stats-grid[data-v-12e10d98],.recent-files[data-v-12e10d98],.skill-grid[data-v-12e10d98]{grid-template-columns:1fr}}.skill-page[data-v-a95b5427]{max-width:800px;margin:0 auto}.skill-header[data-v-a95b5427]{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e1e5e9}.skill-title[data-v-a95b5427]{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem;line-height:1.2}.skill-description[data-v-a95b5427]{font-size:1.2rem;color:#666;margin-bottom:1rem;line-height:1.6}.skill-meta[data-v-a95b5427]{color:#999;font-size:.9rem}.toc[data-v-a95b5427]{background:#f8f9fa;border:1px solid #e1e5e9;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.toc h3[data-v-a95b5427]{margin:0 0 1rem;color:#2c3e50;font-size:1.1rem}.toc-list[data-v-a95b5427]{list-style:none;padding:0;margin:0}.toc-list li[data-v-a95b5427]{margin-bottom:.5rem}.toc-level-1[data-v-a95b5427]{padding-left:0}.toc-level-2[data-v-a95b5427]{padding-left:1rem}.toc-level-3[data-v-a95b5427]{padding-left:2rem}.toc-level-4[data-v-a95b5427]{padding-left:3rem}.toc-level-5[data-v-a95b5427]{padding-left:4rem}.toc-level-6[data-v-a95b5427]{padding-left:5rem}.toc-link[data-v-a95b5427]{color:#555;text-decoration:none;font-size:.9rem;transition:color .2s ease}.toc-link[data-v-a95b5427]:hover{color:#3182ce}.markdown-content[data-v-a95b5427]{line-height:1.7;color:#333}.page-navigation[data-v-a95b5427]{display:flex;justify-content:space-between;margin-top:3rem;padding-top:2rem;border-top:1px solid #e1e5e9;gap:1rem}.nav-link[data-v-a95b5427]{flex:1;text-decoration:none;color:inherit;padding:1.5rem;border:1px solid #e1e5e9;border-radius:8px;transition:all .2s ease}.nav-link[data-v-a95b5427]:hover{border-color:#3182ce;box-shadow:0 2px 8px #0000001a}.nav-prev[data-v-a95b5427]{text-align:left}.nav-next[data-v-a95b5427]{text-align:right}.nav-direction[data-v-a95b5427]{color:#3182ce;font-size:.9rem;font-weight:500;margin-bottom:.25rem}.nav-title[data-v-a95b5427]{color:#2c3e50;font-weight:600}.not-found[data-v-a95b5427]{text-align:center;padding:3rem 0}.not-found h1[data-v-a95b5427]{font-size:2rem;color:#2c3e50;margin-bottom:1rem}.not-found p[data-v-a95b5427]{color:#666;margin-bottom:2rem}.back-home[data-v-a95b5427]{color:#3182ce;text-decoration:none;font-weight:500}.back-home[data-v-a95b5427]:hover{text-decoration:underline}@media (max-width: 768px){.skill-title[data-v-a95b5427]{font-size:2rem}.page-navigation[data-v-a95b5427]{flex-direction:column}.nav-next[data-v-a95b5427]{text-align:left}}.markdown-content h1,.markdown-content h2,.markdown-content h3,.markdown-content h4,.markdown-content h5,.markdown-content h6{color:#2c3e50;font-weight:600;margin-top:2rem;margin-bottom:1rem;line-height:1.3}.markdown-content h1{font-size:2rem}.markdown-content h2{font-size:1.5rem}.markdown-content h3{font-size:1.25rem}.markdown-content h4{font-size:1.1rem}.markdown-content p{margin-bottom:1rem}.markdown-content ul,.markdown-content ol{margin-bottom:1rem;padding-left:1.5rem}.markdown-content li{margin-bottom:.5rem}.markdown-content code{background:#f1f3f4;padding:.2rem .4rem;border-radius:3px;font-family:SF Mono,Consolas,monospace;font-size:.9em}.markdown-content pre{background:#f8f9fa;border:1px solid #e1e5e9;border-radius:6px;padding:1rem;overflow-x:auto;margin:1rem 0}.markdown-content pre code{background:none;padding:0;border-radius:0}.markdown-content blockquote{border-left:4px solid #3182ce;padding-left:1rem;margin:1rem 0;color:#666;font-style:italic}.markdown-content table{width:100%;border-collapse:collapse;margin:1rem 0}.markdown-content th,.markdown-content td{border:1px solid #e1e5e9;padding:.5rem;text-align:left}.markdown-content th{background:#f8f9fa;font-weight:600}:root{--color-background: #ffffff;--color-foreground: #0a0a0a;--color-muted: #f5f5f5;--color-muted-foreground: #737373;--color-border: #e5e5e5;--color-accent: #f5f5f5;--color-accent-foreground: #0a0a0a;--color-primary: #0a0a0a;--color-primary-foreground: #fafafa;--color-secondary: #f5f5f5;--color-secondary-foreground: #0a0a0a;--color-card: #ffffff;--color-card-foreground: #0a0a0a;--color-ring: #0a0a0a;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica", "Arial", sans-serif;--font-mono: ui-monospace, "SF Mono", "Cascadia Code", "Source Code Pro", Menlo, Consolas, monospace;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1)}@media (prefers-color-scheme: dark){:root{--color-background: #0a0a0a;--color-foreground: #fafafa;--color-muted: #171717;--color-muted-foreground: #a3a3a3;--color-border: #262626;--color-accent: #171717;--color-accent-foreground: #fafafa;--color-primary: #fafafa;--color-primary-foreground: #0a0a0a;--color-secondary: #171717;--color-secondary-foreground: #fafafa;--color-card: #0a0a0a;--color-card-foreground: #fafafa;--color-ring: #fafafa}}*{margin:0;padding:0;box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);line-height:1.6;color:var(--color-foreground);background-color:var(--color-background)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-muted)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-muted-foreground)}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;color:var(--color-foreground)}a{color:var(--color-primary);text-decoration:none;transition:opacity .2s ease}a:hover{opacity:.8}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 var(--spacing-lg)}.text-muted{color:var(--color-muted-foreground)}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;border-radius:var(--radius-md);border:1px solid transparent;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--color-primary);color:var(--color-primary-foreground)}.btn-primary:hover:not(:disabled){opacity:.9}.btn-ghost{background:transparent;color:var(--color-foreground)}.btn-ghost:hover:not(:disabled){background:var(--color-accent)}.card{background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--spacing-lg);transition:all .2s ease}.card:hover{border-color:var(--color-primary);box-shadow:var(--shadow-md)}.input{width:100%;padding:.5rem .75rem;font-size:.875rem;background:var(--color-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-foreground);transition:all .2s ease}.input:focus{outline:none;border-color:var(--color-ring);box-shadow:0 0 0 2px #0000001a}.input::placeholder{color:var(--color-muted-foreground)}.loading{display:flex;justify-content:center;align-items:center;min-height:200px;color:var(--color-muted-foreground)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease}@media (max-width: 1024px){.container{padding:0 var(--spacing-md)}}@media (max-width: 768px){.container{padding:0 var(--spacing-sm)}}