taskin 1.0.5 → 1.0.6

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.
@@ -0,0 +1,21 @@
1
+ (function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const r of document.querySelectorAll('link[rel="modulepreload"]'))n(r);new MutationObserver(r=>{for(const i of r)if(i.type==="childList")for(const o of i.addedNodes)o.tagName==="LINK"&&o.rel==="modulepreload"&&n(o)}).observe(document,{childList:!0,subtree:!0});function s(r){const i={};return r.integrity&&(i.integrity=r.integrity),r.referrerPolicy&&(i.referrerPolicy=r.referrerPolicy),r.crossOrigin==="use-credentials"?i.credentials="include":r.crossOrigin==="anonymous"?i.credentials="omit":i.credentials="same-origin",i}function n(r){if(r.ep)return;r.ep=!0;const i=s(r);fetch(r.href,i)}})();/**
2
+ * @vue/shared v3.5.24
3
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
+ * @license MIT
5
+ **/function Zs(e){const t=Object.create(null);for(const s of e.split(","))t[s]=1;return s=>s in t}const Y={},gt=[],De=()=>{},er=()=>!1,ds=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Qs=e=>e.startsWith("onUpdate:"),fe=Object.assign,en=(e,t)=>{const s=e.indexOf(t);s>-1&&e.splice(s,1)},gi=Object.prototype.hasOwnProperty,V=(e,t)=>gi.call(e,t),M=Array.isArray,_t=e=>hs(e)==="[object Map]",tr=e=>hs(e)==="[object Set]",R=e=>typeof e=="function",re=e=>typeof e=="string",ze=e=>typeof e=="symbol",Z=e=>e!==null&&typeof e=="object",sr=e=>(Z(e)||R(e))&&R(e.then)&&R(e.catch),nr=Object.prototype.toString,hs=e=>nr.call(e),_i=e=>hs(e).slice(8,-1),rr=e=>hs(e)==="[object Object]",tn=e=>re(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,$t=Zs(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),ps=e=>{const t=Object.create(null);return(s=>t[s]||(t[s]=e(s)))},mi=/-\w/g,tt=ps(e=>e.replace(mi,t=>t.slice(1).toUpperCase())),vi=/\B([A-Z])/g,ut=ps(e=>e.replace(vi,"-$1").toLowerCase()),ir=ps(e=>e.charAt(0).toUpperCase()+e.slice(1)),Cs=ps(e=>e?`on${ir(e)}`:""),Qe=(e,t)=>!Object.is(e,t),ks=(e,...t)=>{for(let s=0;s<e.length;s++)e[s](...t)},or=(e,t,s,n=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:n,value:s})},bi=e=>{const t=parseFloat(e);return isNaN(t)?e:t};let Cn;const gs=()=>Cn||(Cn=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function ft(e){if(M(e)){const t={};for(let s=0;s<e.length;s++){const n=e[s],r=re(n)?wi(n):ft(n);if(r)for(const i in r)t[i]=r[i]}return t}else if(re(e)||Z(e))return e}const yi=/;(?![^(]*\))/g,xi=/:([^]+)/,Si=/\/\*[^]*?\*\//g;function wi(e){const t={};return e.replace(Si,"").split(yi).forEach(s=>{if(s){const n=s.split(xi);n.length>1&&(t[n[0].trim()]=n[1].trim())}}),t}function Se(e){let t="";if(re(e))t=e;else if(M(e))for(let s=0;s<e.length;s++){const n=Se(e[s]);n&&(t+=n+" ")}else if(Z(e))for(const s in e)e[s]&&(t+=s+" ");return t.trim()}const Ci="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",ki=Zs(Ci);function lr(e){return!!e||e===""}const cr=e=>!!(e&&e.__v_isRef===!0),K=e=>re(e)?e:e==null?"":M(e)||Z(e)&&(e.toString===nr||!R(e.toString))?cr(e)?K(e.value):JSON.stringify(e,ar,2):String(e),ar=(e,t)=>cr(t)?ar(e,t.value):_t(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((s,[n,r],i)=>(s[Ts(n,i)+" =>"]=r,s),{})}:tr(t)?{[`Set(${t.size})`]:[...t.values()].map(s=>Ts(s))}:ze(t)?Ts(t):Z(t)&&!M(t)&&!rr(t)?String(t):t,Ts=(e,t="")=>{var s;return ze(e)?`Symbol(${(s=e.description)!=null?s:t})`:e};/**
6
+ * @vue/reactivity v3.5.24
7
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
8
+ * @license MIT
9
+ **/let ae;class ur{constructor(t=!1){this.detached=t,this._active=!0,this._on=0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=ae,!t&&ae&&(this.index=(ae.scopes||(ae.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let t,s;if(this.scopes)for(t=0,s=this.scopes.length;t<s;t++)this.scopes[t].pause();for(t=0,s=this.effects.length;t<s;t++)this.effects[t].pause()}}resume(){if(this._active&&this._isPaused){this._isPaused=!1;let t,s;if(this.scopes)for(t=0,s=this.scopes.length;t<s;t++)this.scopes[t].resume();for(t=0,s=this.effects.length;t<s;t++)this.effects[t].resume()}}run(t){if(this._active){const s=ae;try{return ae=this,t()}finally{ae=s}}}on(){++this._on===1&&(this.prevScope=ae,ae=this)}off(){this._on>0&&--this._on===0&&(ae=this.prevScope,this.prevScope=void 0)}stop(t){if(this._active){this._active=!1;let s,n;for(s=0,n=this.effects.length;s<n;s++)this.effects[s].stop();for(this.effects.length=0,s=0,n=this.cleanups.length;s<n;s++)this.cleanups[s]();if(this.cleanups.length=0,this.scopes){for(s=0,n=this.scopes.length;s<n;s++)this.scopes[s].stop(!0);this.scopes.length=0}if(!this.detached&&this.parent&&!t){const r=this.parent.scopes.pop();r&&r!==this&&(this.parent.scopes[this.index]=r,r.index=this.index)}this.parent=void 0}}}function fr(e){return new ur(e)}function dr(){return ae}function Ti(e,t=!1){ae&&ae.cleanups.push(e)}let G;const Es=new WeakSet;class hr{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,ae&&ae.active&&ae.effects.push(this)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,Es.has(this)&&(Es.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||gr(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,kn(this),_r(this);const t=G,s=ke;G=this,ke=!0;try{return this.fn()}finally{mr(this),G=t,ke=s,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)rn(t);this.deps=this.depsTail=void 0,kn(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?Es.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){Ls(this)&&this.run()}get dirty(){return Ls(this)}}let pr=0,Ot,At;function gr(e,t=!1){if(e.flags|=8,t){e.next=At,At=e;return}e.next=Ot,Ot=e}function sn(){pr++}function nn(){if(--pr>0)return;if(At){let t=At;for(At=void 0;t;){const s=t.next;t.next=void 0,t.flags&=-9,t=s}}let e;for(;Ot;){let t=Ot;for(Ot=void 0;t;){const s=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(n){e||(e=n)}t=s}}if(e)throw e}function _r(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function mr(e){let t,s=e.depsTail,n=s;for(;n;){const r=n.prevDep;n.version===-1?(n===s&&(s=r),rn(n),Ei(n)):t=n,n.dep.activeLink=n.prevActiveLink,n.prevActiveLink=void 0,n=r}e.deps=t,e.depsTail=s}function Ls(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(vr(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function vr(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===Lt)||(e.globalVersion=Lt,!e.isSSR&&e.flags&128&&(!e.deps&&!e._dirty||!Ls(e))))return;e.flags|=2;const t=e.dep,s=G,n=ke;G=e,ke=!0;try{_r(e);const r=e.fn(e._value);(t.version===0||Qe(r,e._value))&&(e.flags|=128,e._value=r,t.version++)}catch(r){throw t.version++,r}finally{G=s,ke=n,mr(e),e.flags&=-3}}function rn(e,t=!1){const{dep:s,prevSub:n,nextSub:r}=e;if(n&&(n.nextSub=r,e.prevSub=void 0),r&&(r.prevSub=n,e.nextSub=void 0),s.subs===e&&(s.subs=n,!n&&s.computed)){s.computed.flags&=-5;for(let i=s.computed.deps;i;i=i.nextDep)rn(i,!0)}!t&&!--s.sc&&s.map&&s.map.delete(s.key)}function Ei(e){const{prevDep:t,nextDep:s}=e;t&&(t.nextDep=s,e.prevDep=void 0),s&&(s.prevDep=t,e.nextDep=void 0)}let ke=!0;const br=[];function Ve(){br.push(ke),ke=!1}function We(){const e=br.pop();ke=e===void 0?!0:e}function kn(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const s=G;G=void 0;try{t()}finally{G=s}}}let Lt=0;class Pi{constructor(t,s){this.sub=t,this.dep=s,this.version=s.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class on{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(!G||!ke||G===this.computed)return;let s=this.activeLink;if(s===void 0||s.sub!==G)s=this.activeLink=new Pi(G,this),G.deps?(s.prevDep=G.depsTail,G.depsTail.nextDep=s,G.depsTail=s):G.deps=G.depsTail=s,yr(s);else if(s.version===-1&&(s.version=this.version,s.nextDep)){const n=s.nextDep;n.prevDep=s.prevDep,s.prevDep&&(s.prevDep.nextDep=n),s.prevDep=G.depsTail,s.nextDep=void 0,G.depsTail.nextDep=s,G.depsTail=s,G.deps===s&&(G.deps=n)}return s}trigger(t){this.version++,Lt++,this.notify(t)}notify(t){sn();try{for(let s=this.subs;s;s=s.prevSub)s.sub.notify()&&s.sub.dep.notify()}finally{nn()}}}function yr(e){if(e.dep.sc++,e.sub.flags&4){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let n=t.deps;n;n=n.nextDep)yr(n)}const s=e.dep.subs;s!==e&&(e.prevSub=s,s&&(s.nextSub=e)),e.dep.subs=e}}const ns=new WeakMap,ct=Symbol(""),Ns=Symbol(""),Nt=Symbol("");function ue(e,t,s){if(ke&&G){let n=ns.get(e);n||ns.set(e,n=new Map);let r=n.get(s);r||(n.set(s,r=new on),r.map=n,r.key=s),r.track()}}function Ue(e,t,s,n,r,i){const o=ns.get(e);if(!o){Lt++;return}const l=a=>{a&&a.trigger()};if(sn(),t==="clear")o.forEach(l);else{const a=M(e),d=a&&tn(s);if(a&&s==="length"){const f=Number(n);o.forEach((p,S)=>{(S==="length"||S===Nt||!ze(S)&&S>=f)&&l(p)})}else switch((s!==void 0||o.has(void 0))&&l(o.get(s)),d&&l(o.get(Nt)),t){case"add":a?d&&l(o.get("length")):(l(o.get(ct)),_t(e)&&l(o.get(Ns)));break;case"delete":a||(l(o.get(ct)),_t(e)&&l(o.get(Ns)));break;case"set":_t(e)&&l(o.get(ct));break}}nn()}function $i(e,t){const s=ns.get(e);return s&&s.get(t)}function dt(e){const t=B(e);return t===e?t:(ue(t,"iterate",Nt),Ce(e)?t:t.map(oe))}function _s(e){return ue(e=B(e),"iterate",Nt),e}const Oi={__proto__:null,[Symbol.iterator](){return Ps(this,Symbol.iterator,oe)},concat(...e){return dt(this).concat(...e.map(t=>M(t)?dt(t):t))},entries(){return Ps(this,"entries",e=>(e[1]=oe(e[1]),e))},every(e,t){return Ne(this,"every",e,t,void 0,arguments)},filter(e,t){return Ne(this,"filter",e,t,s=>s.map(oe),arguments)},find(e,t){return Ne(this,"find",e,t,oe,arguments)},findIndex(e,t){return Ne(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return Ne(this,"findLast",e,t,oe,arguments)},findLastIndex(e,t){return Ne(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return Ne(this,"forEach",e,t,void 0,arguments)},includes(...e){return $s(this,"includes",e)},indexOf(...e){return $s(this,"indexOf",e)},join(e){return dt(this).join(e)},lastIndexOf(...e){return $s(this,"lastIndexOf",e)},map(e,t){return Ne(this,"map",e,t,void 0,arguments)},pop(){return Ct(this,"pop")},push(...e){return Ct(this,"push",e)},reduce(e,...t){return Tn(this,"reduce",e,t)},reduceRight(e,...t){return Tn(this,"reduceRight",e,t)},shift(){return Ct(this,"shift")},some(e,t){return Ne(this,"some",e,t,void 0,arguments)},splice(...e){return Ct(this,"splice",e)},toReversed(){return dt(this).toReversed()},toSorted(e){return dt(this).toSorted(e)},toSpliced(...e){return dt(this).toSpliced(...e)},unshift(...e){return Ct(this,"unshift",e)},values(){return Ps(this,"values",oe)}};function Ps(e,t,s){const n=_s(e),r=n[t]();return n!==e&&!Ce(e)&&(r._next=r.next,r.next=()=>{const i=r._next();return i.done||(i.value=s(i.value)),i}),r}const Ai=Array.prototype;function Ne(e,t,s,n,r,i){const o=_s(e),l=o!==e&&!Ce(e),a=o[t];if(a!==Ai[t]){const p=a.apply(e,i);return l?oe(p):p}let d=s;o!==e&&(l?d=function(p,S){return s.call(this,oe(p),S,e)}:s.length>2&&(d=function(p,S){return s.call(this,p,S,e)}));const f=a.call(o,d,n);return l&&r?r(f):f}function Tn(e,t,s,n){const r=_s(e);let i=s;return r!==e&&(Ce(e)?s.length>3&&(i=function(o,l,a){return s.call(this,o,l,a,e)}):i=function(o,l,a){return s.call(this,o,oe(l),a,e)}),r[t](i,...n)}function $s(e,t,s){const n=B(e);ue(n,"iterate",Nt);const r=n[t](...s);return(r===-1||r===!1)&&an(s[0])?(s[0]=B(s[0]),n[t](...s)):r}function Ct(e,t,s=[]){Ve(),sn();const n=B(e)[t].apply(e,s);return nn(),We(),n}const Ii=Zs("__proto__,__v_isRef,__isVue"),xr=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(ze));function Mi(e){ze(e)||(e=String(e));const t=B(this);return ue(t,"has",e),t.hasOwnProperty(e)}class Sr{constructor(t=!1,s=!1){this._isReadonly=t,this._isShallow=s}get(t,s,n){if(s==="__v_skip")return t.__v_skip;const r=this._isReadonly,i=this._isShallow;if(s==="__v_isReactive")return!r;if(s==="__v_isReadonly")return r;if(s==="__v_isShallow")return i;if(s==="__v_raw")return n===(r?i?Vi:Tr:i?kr:Cr).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(n)?t:void 0;const o=M(t);if(!r){let a;if(o&&(a=Oi[s]))return a;if(s==="hasOwnProperty")return Mi}const l=Reflect.get(t,s,te(t)?t:n);if((ze(s)?xr.has(s):Ii(s))||(r||ue(t,"get",s),i))return l;if(te(l)){const a=o&&tn(s)?l:l.value;return r&&Z(a)?Us(a):a}return Z(l)?r?Us(l):ms(l):l}}class wr extends Sr{constructor(t=!1){super(!1,t)}set(t,s,n,r){let i=t[s];if(!this._isShallow){const a=st(i);if(!Ce(n)&&!st(n)&&(i=B(i),n=B(n)),!M(t)&&te(i)&&!te(n))return a||(i.value=n),!0}const o=M(t)&&tn(s)?Number(s)<t.length:V(t,s),l=Reflect.set(t,s,n,te(t)?t:r);return t===B(r)&&(o?Qe(n,i)&&Ue(t,"set",s,n):Ue(t,"add",s,n)),l}deleteProperty(t,s){const n=V(t,s);t[s];const r=Reflect.deleteProperty(t,s);return r&&n&&Ue(t,"delete",s,void 0),r}has(t,s){const n=Reflect.has(t,s);return(!ze(s)||!xr.has(s))&&ue(t,"has",s),n}ownKeys(t){return ue(t,"iterate",M(t)?"length":ct),Reflect.ownKeys(t)}}class Ri extends Sr{constructor(t=!1){super(!0,t)}set(t,s){return!0}deleteProperty(t,s){return!0}}const Di=new wr,ji=new Ri,Fi=new wr(!0);const Bs=e=>e,Gt=e=>Reflect.getPrototypeOf(e);function Hi(e,t,s){return function(...n){const r=this.__v_raw,i=B(r),o=_t(i),l=e==="entries"||e===Symbol.iterator&&o,a=e==="keys"&&o,d=r[e](...n),f=s?Bs:t?rs:oe;return!t&&ue(i,"iterate",a?Ns:ct),{next(){const{value:p,done:S}=d.next();return S?{value:p,done:S}:{value:l?[f(p[0]),f(p[1])]:f(p),done:S}},[Symbol.iterator](){return this}}}}function Yt(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function Li(e,t){const s={get(r){const i=this.__v_raw,o=B(i),l=B(r);e||(Qe(r,l)&&ue(o,"get",r),ue(o,"get",l));const{has:a}=Gt(o),d=t?Bs:e?rs:oe;if(a.call(o,r))return d(i.get(r));if(a.call(o,l))return d(i.get(l));i!==o&&i.get(r)},get size(){const r=this.__v_raw;return!e&&ue(B(r),"iterate",ct),r.size},has(r){const i=this.__v_raw,o=B(i),l=B(r);return e||(Qe(r,l)&&ue(o,"has",r),ue(o,"has",l)),r===l?i.has(r):i.has(r)||i.has(l)},forEach(r,i){const o=this,l=o.__v_raw,a=B(l),d=t?Bs:e?rs:oe;return!e&&ue(a,"iterate",ct),l.forEach((f,p)=>r.call(i,d(f),d(p),o))}};return fe(s,e?{add:Yt("add"),set:Yt("set"),delete:Yt("delete"),clear:Yt("clear")}:{add(r){!t&&!Ce(r)&&!st(r)&&(r=B(r));const i=B(this);return Gt(i).has.call(i,r)||(i.add(r),Ue(i,"add",r,r)),this},set(r,i){!t&&!Ce(i)&&!st(i)&&(i=B(i));const o=B(this),{has:l,get:a}=Gt(o);let d=l.call(o,r);d||(r=B(r),d=l.call(o,r));const f=a.call(o,r);return o.set(r,i),d?Qe(i,f)&&Ue(o,"set",r,i):Ue(o,"add",r,i),this},delete(r){const i=B(this),{has:o,get:l}=Gt(i);let a=o.call(i,r);a||(r=B(r),a=o.call(i,r)),l&&l.call(i,r);const d=i.delete(r);return a&&Ue(i,"delete",r,void 0),d},clear(){const r=B(this),i=r.size!==0,o=r.clear();return i&&Ue(r,"clear",void 0,void 0),o}}),["keys","values","entries",Symbol.iterator].forEach(r=>{s[r]=Hi(r,e,t)}),s}function ln(e,t){const s=Li(e,t);return(n,r,i)=>r==="__v_isReactive"?!e:r==="__v_isReadonly"?e:r==="__v_raw"?n:Reflect.get(V(s,r)&&r in n?s:n,r,i)}const Ni={get:ln(!1,!1)},Bi={get:ln(!1,!0)},Ui={get:ln(!0,!1)};const Cr=new WeakMap,kr=new WeakMap,Tr=new WeakMap,Vi=new WeakMap;function Wi(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function Ki(e){return e.__v_skip||!Object.isExtensible(e)?0:Wi(_i(e))}function ms(e){return st(e)?e:cn(e,!1,Di,Ni,Cr)}function zi(e){return cn(e,!1,Fi,Bi,kr)}function Us(e){return cn(e,!0,ji,Ui,Tr)}function cn(e,t,s,n,r){if(!Z(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const i=Ki(e);if(i===0)return e;const o=r.get(e);if(o)return o;const l=new Proxy(e,i===2?n:s);return r.set(e,l),l}function et(e){return st(e)?et(e.__v_raw):!!(e&&e.__v_isReactive)}function st(e){return!!(e&&e.__v_isReadonly)}function Ce(e){return!!(e&&e.__v_isShallow)}function an(e){return e?!!e.__v_raw:!1}function B(e){const t=e&&e.__v_raw;return t?B(t):e}function un(e){return!V(e,"__v_skip")&&Object.isExtensible(e)&&or(e,"__v_skip",!0),e}const oe=e=>Z(e)?ms(e):e,rs=e=>Z(e)?Us(e):e;function te(e){return e?e.__v_isRef===!0:!1}function is(e){return qi(e,!1)}function qi(e,t){return te(e)?e:new Ji(e,t)}class Ji{constructor(t,s){this.dep=new on,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=s?t:B(t),this._value=s?t:oe(t),this.__v_isShallow=s}get value(){return this.dep.track(),this._value}set value(t){const s=this._rawValue,n=this.__v_isShallow||Ce(t)||st(t);t=n?t:B(t),Qe(t,s)&&(this._rawValue=t,this._value=n?t:oe(t),this.dep.trigger())}}function Vs(e){return te(e)?e.value:e}const Gi={get:(e,t,s)=>t==="__v_raw"?e:Vs(Reflect.get(e,t,s)),set:(e,t,s,n)=>{const r=e[t];return te(r)&&!te(s)?(r.value=s,!0):Reflect.set(e,t,s,n)}};function Er(e){return et(e)?e:new Proxy(e,Gi)}function Yi(e){const t=M(e)?new Array(e.length):{};for(const s in e)t[s]=Zi(e,s);return t}class Xi{constructor(t,s,n){this._object=t,this._key=s,this._defaultValue=n,this.__v_isRef=!0,this._value=void 0}get value(){const t=this._object[this._key];return this._value=t===void 0?this._defaultValue:t}set value(t){this._object[this._key]=t}get dep(){return $i(B(this._object),this._key)}}function Zi(e,t,s){const n=e[t];return te(n)?n:new Xi(e,t,s)}class Qi{constructor(t,s,n){this.fn=t,this.setter=s,this._value=void 0,this.dep=new on(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=Lt-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!s,this.isSSR=n}notify(){if(this.flags|=16,!(this.flags&8)&&G!==this)return gr(this,!0),!0}get value(){const t=this.dep.track();return vr(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function eo(e,t,s=!1){let n,r;return R(e)?n=e:(n=e.get,r=e.set),new Qi(n,r,s)}const Xt={},os=new WeakMap;let lt;function to(e,t=!1,s=lt){if(s){let n=os.get(s);n||os.set(s,n=[]),n.push(e)}}function so(e,t,s=Y){const{immediate:n,deep:r,once:i,scheduler:o,augmentJob:l,call:a}=s,d=O=>r?O:Ce(O)||r===!1||r===0?Ze(O,1):Ze(O);let f,p,S,b,$=!1,D=!1;if(te(e)?(p=()=>e.value,$=Ce(e)):et(e)?(p=()=>d(e),$=!0):M(e)?(D=!0,$=e.some(O=>et(O)||Ce(O)),p=()=>e.map(O=>{if(te(O))return O.value;if(et(O))return d(O);if(R(O))return a?a(O,2):O()})):R(e)?t?p=a?()=>a(e,2):e:p=()=>{if(S){Ve();try{S()}finally{We()}}const O=lt;lt=f;try{return a?a(e,3,[b]):e(b)}finally{lt=O}}:p=De,t&&r){const O=p,U=r===!0?1/0:r;p=()=>Ze(O(),U)}const ie=dr(),L=()=>{f.stop(),ie&&ie.active&&en(ie.effects,f)};if(i&&t){const O=t;t=(...U)=>{O(...U),L()}}let z=D?new Array(e.length).fill(Xt):Xt;const X=O=>{if(!(!(f.flags&1)||!f.dirty&&!O))if(t){const U=f.run();if(r||$||(D?U.some((Le,ce)=>Qe(Le,z[ce])):Qe(U,z))){S&&S();const Le=lt;lt=f;try{const ce=[U,z===Xt?void 0:D&&z[0]===Xt?[]:z,b];z=U,a?a(t,3,ce):t(...ce)}finally{lt=Le}}}else f.run()};return l&&l(X),f=new hr(p),f.scheduler=o?()=>o(X,!1):X,b=O=>to(O,!1,f),S=f.onStop=()=>{const O=os.get(f);if(O){if(a)a(O,4);else for(const U of O)U();os.delete(f)}},t?n?X(!0):z=f.run():o?o(X.bind(null,!0),!0):f.run(),L.pause=f.pause.bind(f),L.resume=f.resume.bind(f),L.stop=L,L}function Ze(e,t=1/0,s){if(t<=0||!Z(e)||e.__v_skip||(s=s||new Map,(s.get(e)||0)>=t))return e;if(s.set(e,t),t--,te(e))Ze(e.value,t,s);else if(M(e))for(let n=0;n<e.length;n++)Ze(e[n],t,s);else if(tr(e)||_t(e))e.forEach(n=>{Ze(n,t,s)});else if(rr(e)){for(const n in e)Ze(e[n],t,s);for(const n of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,n)&&Ze(e[n],t,s)}return e}/**
10
+ * @vue/runtime-core v3.5.24
11
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
12
+ * @license MIT
13
+ **/function Wt(e,t,s,n){try{return n?e(...n):e()}catch(r){vs(r,t,s)}}function je(e,t,s,n){if(R(e)){const r=Wt(e,t,s,n);return r&&sr(r)&&r.catch(i=>{vs(i,t,s)}),r}if(M(e)){const r=[];for(let i=0;i<e.length;i++)r.push(je(e[i],t,s,n));return r}}function vs(e,t,s,n=!0){const r=t?t.vnode:null,{errorHandler:i,throwUnhandledErrorInProduction:o}=t&&t.appContext.config||Y;if(t){let l=t.parent;const a=t.proxy,d=`https://vuejs.org/error-reference/#runtime-${s}`;for(;l;){const f=l.ec;if(f){for(let p=0;p<f.length;p++)if(f[p](e,a,d)===!1)return}l=l.parent}if(i){Ve(),Wt(i,null,10,[e,a,d]),We();return}}no(e,s,r,n,o)}function no(e,t,s,n=!0,r=!1){if(r)throw e;console.error(e)}const he=[];let Ie=-1;const mt=[];let Ye=null,pt=0;const Pr=Promise.resolve();let ls=null;function $r(e){const t=ls||Pr;return e?t.then(this?e.bind(this):e):t}function ro(e){let t=Ie+1,s=he.length;for(;t<s;){const n=t+s>>>1,r=he[n],i=Bt(r);i<e||i===e&&r.flags&2?t=n+1:s=n}return t}function fn(e){if(!(e.flags&1)){const t=Bt(e),s=he[he.length-1];!s||!(e.flags&2)&&t>=Bt(s)?he.push(e):he.splice(ro(t),0,e),e.flags|=1,Or()}}function Or(){ls||(ls=Pr.then(Ir))}function io(e){M(e)?mt.push(...e):Ye&&e.id===-1?Ye.splice(pt+1,0,e):e.flags&1||(mt.push(e),e.flags|=1),Or()}function En(e,t,s=Ie+1){for(;s<he.length;s++){const n=he[s];if(n&&n.flags&2){if(e&&n.id!==e.uid)continue;he.splice(s,1),s--,n.flags&4&&(n.flags&=-2),n(),n.flags&4||(n.flags&=-2)}}}function Ar(e){if(mt.length){const t=[...new Set(mt)].sort((s,n)=>Bt(s)-Bt(n));if(mt.length=0,Ye){Ye.push(...t);return}for(Ye=t,pt=0;pt<Ye.length;pt++){const s=Ye[pt];s.flags&4&&(s.flags&=-2),s.flags&8||s(),s.flags&=-2}Ye=null,pt=0}}const Bt=e=>e.id==null?e.flags&2?-1:1/0:e.id;function Ir(e){try{for(Ie=0;Ie<he.length;Ie++){const t=he[Ie];t&&!(t.flags&8)&&(t.flags&4&&(t.flags&=-2),Wt(t,t.i,t.i?15:14),t.flags&4||(t.flags&=-2))}}finally{for(;Ie<he.length;Ie++){const t=he[Ie];t&&(t.flags&=-2)}Ie=-1,he.length=0,Ar(),ls=null,(he.length||mt.length)&&Ir()}}let me=null,Mr=null;function cs(e){const t=me;return me=e,Mr=e&&e.type.__scopeId||null,t}function Zt(e,t=me,s){if(!t||e._n)return e;const n=(...r)=>{n._d&&Fn(-1);const i=cs(t);let o;try{o=e(...r)}finally{cs(i),n._d&&Fn(1)}return o};return n._n=!0,n._c=!0,n._d=!0,n}function it(e,t,s,n){const r=e.dirs,i=t&&t.dirs;for(let o=0;o<r.length;o++){const l=r[o];i&&(l.oldValue=i[o].value);let a=l.dir[n];a&&(Ve(),je(a,s,8,[e.el,l,e,t]),We())}}const oo=Symbol("_vte"),lo=e=>e.__isTeleport,co=Symbol("_leaveCb");function dn(e,t){e.shapeFlag&6&&e.component?(e.transition=t,dn(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 Fe(e,t){return R(e)?fe({name:e.name},t,{setup:e}):e}function Rr(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}const as=new WeakMap;function It(e,t,s,n,r=!1){if(M(e)){e.forEach(($,D)=>It($,t&&(M(t)?t[D]:t),s,n,r));return}if(vt(n)&&!r){n.shapeFlag&512&&n.type.__asyncResolved&&n.component.subTree.component&&It(e,t,s,n.component.subTree);return}const i=n.shapeFlag&4?vn(n.component):n.el,o=r?null:i,{i:l,r:a}=e,d=t&&t.r,f=l.refs===Y?l.refs={}:l.refs,p=l.setupState,S=B(p),b=p===Y?er:$=>V(S,$);if(d!=null&&d!==a){if(Pn(t),re(d))f[d]=null,b(d)&&(p[d]=null);else if(te(d)){d.value=null;const $=t;$.k&&(f[$.k]=null)}}if(R(a))Wt(a,l,12,[o,f]);else{const $=re(a),D=te(a);if($||D){const ie=()=>{if(e.f){const L=$?b(a)?p[a]:f[a]:a.value;if(r)M(L)&&en(L,i);else if(M(L))L.includes(i)||L.push(i);else if($)f[a]=[i],b(a)&&(p[a]=f[a]);else{const z=[i];a.value=z,e.k&&(f[e.k]=z)}}else $?(f[a]=o,b(a)&&(p[a]=o)):D&&(a.value=o,e.k&&(f[e.k]=o))};if(o){const L=()=>{ie(),as.delete(e)};L.id=-1,as.set(e,L),ye(L,s)}else Pn(e),ie()}}}function Pn(e){const t=as.get(e);t&&(t.flags|=8,as.delete(e))}gs().requestIdleCallback;gs().cancelIdleCallback;const vt=e=>!!e.type.__asyncLoader,Dr=e=>e.type.__isKeepAlive;function ao(e,t){jr(e,"a",t)}function uo(e,t){jr(e,"da",t)}function jr(e,t,s=pe){const n=e.__wdc||(e.__wdc=()=>{let r=s;for(;r;){if(r.isDeactivated)return;r=r.parent}return e()});if(bs(t,n,s),s){let r=s.parent;for(;r&&r.parent;)Dr(r.parent.vnode)&&fo(n,t,s,r),r=r.parent}}function fo(e,t,s,n){const r=bs(t,e,n,!0);hn(()=>{en(n[t],r)},s)}function bs(e,t,s=pe,n=!1){if(s){const r=s[e]||(s[e]=[]),i=t.__weh||(t.__weh=(...o)=>{Ve();const l=Kt(s),a=je(t,s,e,o);return l(),We(),a});return n?r.unshift(i):r.push(i),i}}const qe=e=>(t,s=pe)=>{(!Vt||e==="sp")&&bs(e,(...n)=>t(...n),s)},ho=qe("bm"),Fr=qe("m"),po=qe("bu"),go=qe("u"),_o=qe("bum"),hn=qe("um"),mo=qe("sp"),vo=qe("rtg"),bo=qe("rtc");function yo(e,t=pe){bs("ec",e,t)}const xo=Symbol.for("v-ndc");function Mt(e,t,s,n){let r;const i=s,o=M(e);if(o||re(e)){const l=o&&et(e);let a=!1,d=!1;l&&(a=!Ce(e),d=st(e),e=_s(e)),r=new Array(e.length);for(let f=0,p=e.length;f<p;f++)r[f]=t(a?d?rs(oe(e[f])):oe(e[f]):e[f],f,void 0,i)}else if(typeof e=="number"){r=new Array(e);for(let l=0;l<e;l++)r[l]=t(l+1,l,void 0,i)}else if(Z(e))if(e[Symbol.iterator])r=Array.from(e,(l,a)=>t(l,a,void 0,i));else{const l=Object.keys(e);r=new Array(l.length);for(let a=0,d=l.length;a<d;a++){const f=l[a];r[a]=t(e[f],f,a,i)}}else r=[];return r}function Qt(e,t,s={},n,r){if(me.ce||me.parent&&vt(me.parent)&&me.parent.ce){const d=Object.keys(s).length>0;return t!=="default"&&(s.name=t),T(),Re(le,null,[ve("slot",s,n&&n())],d?-2:64)}let i=e[t];i&&i._c&&(i._d=!1),T();const o=i&&Hr(i(s)),l=s.key||o&&o.key,a=Re(le,{key:(l&&!ze(l)?l:`_${t}`)+(!o&&n?"_fb":"")},o||(n?n():[]),o&&e._===1?64:-2);return i&&i._c&&(i._d=!0),a}function Hr(e){return e.some(t=>_n(t)?!(t.type===Ke||t.type===le&&!Hr(t.children)):!0)?e:null}const Ws=e=>e?ii(e)?vn(e):Ws(e.parent):null,Rt=fe(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>Ws(e.parent),$root:e=>Ws(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>Nr(e),$forceUpdate:e=>e.f||(e.f=()=>{fn(e.update)}),$nextTick:e=>e.n||(e.n=$r.bind(e.proxy)),$watch:e=>Wo.bind(e)}),Os=(e,t)=>e!==Y&&!e.__isScriptSetup&&V(e,t),So={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:s,setupState:n,data:r,props:i,accessCache:o,type:l,appContext:a}=e;let d;if(t[0]!=="$"){const b=o[t];if(b!==void 0)switch(b){case 1:return n[t];case 2:return r[t];case 4:return s[t];case 3:return i[t]}else{if(Os(n,t))return o[t]=1,n[t];if(r!==Y&&V(r,t))return o[t]=2,r[t];if((d=e.propsOptions[0])&&V(d,t))return o[t]=3,i[t];if(s!==Y&&V(s,t))return o[t]=4,s[t];Ks&&(o[t]=0)}}const f=Rt[t];let p,S;if(f)return t==="$attrs"&&ue(e.attrs,"get",""),f(e);if((p=l.__cssModules)&&(p=p[t]))return p;if(s!==Y&&V(s,t))return o[t]=4,s[t];if(S=a.config.globalProperties,V(S,t))return S[t]},set({_:e},t,s){const{data:n,setupState:r,ctx:i}=e;return Os(r,t)?(r[t]=s,!0):n!==Y&&V(n,t)?(n[t]=s,!0):V(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(i[t]=s,!0)},has({_:{data:e,setupState:t,accessCache:s,ctx:n,appContext:r,propsOptions:i,type:o}},l){let a,d;return!!(s[l]||e!==Y&&l[0]!=="$"&&V(e,l)||Os(t,l)||(a=i[0])&&V(a,l)||V(n,l)||V(Rt,l)||V(r.config.globalProperties,l)||(d=o.__cssModules)&&d[l])},defineProperty(e,t,s){return s.get!=null?e._.accessCache[t]=0:V(s,"value")&&this.set(e,t,s.value,null),Reflect.defineProperty(e,t,s)}};function $n(e){return M(e)?e.reduce((t,s)=>(t[s]=null,t),{}):e}let Ks=!0;function wo(e){const t=Nr(e),s=e.proxy,n=e.ctx;Ks=!1,t.beforeCreate&&On(t.beforeCreate,e,"bc");const{data:r,computed:i,methods:o,watch:l,provide:a,inject:d,created:f,beforeMount:p,mounted:S,beforeUpdate:b,updated:$,activated:D,deactivated:ie,beforeDestroy:L,beforeUnmount:z,destroyed:X,unmounted:O,render:U,renderTracked:Le,renderTriggered:ce,errorCaptured:F,serverPrefetch:N,expose:se,inheritAttrs:we,components:Te,directives:Je,filters:yt}=t;if(d&&Co(d,n,null),o)for(const j in o){const q=o[j];R(q)&&(n[j]=q.bind(s))}if(r){const j=r.call(s,s);Z(j)&&(e.data=ms(j))}if(Ks=!0,i)for(const j in i){const q=i[j],nt=R(q)?q.bind(s,s):R(q.get)?q.get.bind(s,s):De,qt=!R(q)&&R(q.set)?q.set.bind(s):De,rt=ee({get:nt,set:qt});Object.defineProperty(n,j,{enumerable:!0,configurable:!0,get:()=>rt.value,set:Ee=>rt.value=Ee})}if(l)for(const j in l)Lr(l[j],n,s,j);if(a){const j=R(a)?a.call(s):a;Reflect.ownKeys(j).forEach(q=>{Oo(q,j[q])})}f&&On(f,e,"c");function Q(j,q){M(q)?q.forEach(nt=>j(nt.bind(s))):q&&j(q.bind(s))}if(Q(ho,p),Q(Fr,S),Q(po,b),Q(go,$),Q(ao,D),Q(uo,ie),Q(yo,F),Q(bo,Le),Q(vo,ce),Q(_o,z),Q(hn,O),Q(mo,N),M(se))if(se.length){const j=e.exposed||(e.exposed={});se.forEach(q=>{Object.defineProperty(j,q,{get:()=>s[q],set:nt=>s[q]=nt,enumerable:!0})})}else e.exposed||(e.exposed={});U&&e.render===De&&(e.render=U),we!=null&&(e.inheritAttrs=we),Te&&(e.components=Te),Je&&(e.directives=Je),N&&Rr(e)}function Co(e,t,s=De){M(e)&&(e=zs(e));for(const n in e){const r=e[n];let i;Z(r)?"default"in r?i=Dt(r.from||n,r.default,!0):i=Dt(r.from||n):i=Dt(r),te(i)?Object.defineProperty(t,n,{enumerable:!0,configurable:!0,get:()=>i.value,set:o=>i.value=o}):t[n]=i}}function On(e,t,s){je(M(e)?e.map(n=>n.bind(t.proxy)):e.bind(t.proxy),t,s)}function Lr(e,t,s,n){let r=n.includes(".")?Qr(s,n):()=>s[n];if(re(e)){const i=t[e];R(i)&&es(r,i)}else if(R(e))es(r,e.bind(s));else if(Z(e))if(M(e))e.forEach(i=>Lr(i,t,s,n));else{const i=R(e.handler)?e.handler.bind(s):t[e.handler];R(i)&&es(r,i,e)}}function Nr(e){const t=e.type,{mixins:s,extends:n}=t,{mixins:r,optionsCache:i,config:{optionMergeStrategies:o}}=e.appContext,l=i.get(t);let a;return l?a=l:!r.length&&!s&&!n?a=t:(a={},r.length&&r.forEach(d=>us(a,d,o,!0)),us(a,t,o)),Z(t)&&i.set(t,a),a}function us(e,t,s,n=!1){const{mixins:r,extends:i}=t;i&&us(e,i,s,!0),r&&r.forEach(o=>us(e,o,s,!0));for(const o in t)if(!(n&&o==="expose")){const l=ko[o]||s&&s[o];e[o]=l?l(e[o],t[o]):t[o]}return e}const ko={data:An,props:In,emits:In,methods:Pt,computed:Pt,beforeCreate:de,created:de,beforeMount:de,mounted:de,beforeUpdate:de,updated:de,beforeDestroy:de,beforeUnmount:de,destroyed:de,unmounted:de,activated:de,deactivated:de,errorCaptured:de,serverPrefetch:de,components:Pt,directives:Pt,watch:Eo,provide:An,inject:To};function An(e,t){return t?e?function(){return fe(R(e)?e.call(this,this):e,R(t)?t.call(this,this):t)}:t:e}function To(e,t){return Pt(zs(e),zs(t))}function zs(e){if(M(e)){const t={};for(let s=0;s<e.length;s++)t[e[s]]=e[s];return t}return e}function de(e,t){return e?[...new Set([].concat(e,t))]:t}function Pt(e,t){return e?fe(Object.create(null),e,t):t}function In(e,t){return e?M(e)&&M(t)?[...new Set([...e,...t])]:fe(Object.create(null),$n(e),$n(t??{})):t}function Eo(e,t){if(!e)return t;if(!t)return e;const s=fe(Object.create(null),e);for(const n in t)s[n]=de(e[n],t[n]);return s}function Br(){return{app:null,config:{isNativeTag:er,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 Po=0;function $o(e,t){return function(n,r=null){R(n)||(n=fe({},n)),r!=null&&!Z(r)&&(r=null);const i=Br(),o=new WeakSet,l=[];let a=!1;const d=i.app={_uid:Po++,_component:n,_props:r,_container:null,_context:i,_instance:null,version:fl,get config(){return i.config},set config(f){},use(f,...p){return o.has(f)||(f&&R(f.install)?(o.add(f),f.install(d,...p)):R(f)&&(o.add(f),f(d,...p))),d},mixin(f){return i.mixins.includes(f)||i.mixins.push(f),d},component(f,p){return p?(i.components[f]=p,d):i.components[f]},directive(f,p){return p?(i.directives[f]=p,d):i.directives[f]},mount(f,p,S){if(!a){const b=d._ceVNode||ve(n,r);return b.appContext=i,S===!0?S="svg":S===!1&&(S=void 0),e(b,f,S),a=!0,d._container=f,f.__vue_app__=d,vn(b.component)}},onUnmount(f){l.push(f)},unmount(){a&&(je(l,d._instance,16),e(null,d._container),delete d._container.__vue_app__)},provide(f,p){return i.provides[f]=p,d},runWithContext(f){const p=at;at=d;try{return f()}finally{at=p}}};return d}}let at=null;function Oo(e,t){if(pe){let s=pe.provides;const n=pe.parent&&pe.parent.provides;n===s&&(s=pe.provides=Object.create(n)),s[e]=t}}function Dt(e,t,s=!1){const n=ri();if(n||at){let r=at?at._context.provides:n?n.parent==null||n.ce?n.vnode.appContext&&n.vnode.appContext.provides:n.parent.provides:void 0;if(r&&e in r)return r[e];if(arguments.length>1)return s&&R(t)?t.call(n&&n.proxy):t}}function Ao(){return!!(ri()||at)}const Ur={},Vr=()=>Object.create(Ur),Wr=e=>Object.getPrototypeOf(e)===Ur;function Io(e,t,s,n=!1){const r={},i=Vr();e.propsDefaults=Object.create(null),Kr(e,t,r,i);for(const o in e.propsOptions[0])o in r||(r[o]=void 0);s?e.props=n?r:zi(r):e.type.props?e.props=r:e.props=i,e.attrs=i}function Mo(e,t,s,n){const{props:r,attrs:i,vnode:{patchFlag:o}}=e,l=B(r),[a]=e.propsOptions;let d=!1;if((n||o>0)&&!(o&16)){if(o&8){const f=e.vnode.dynamicProps;for(let p=0;p<f.length;p++){let S=f[p];if(ys(e.emitsOptions,S))continue;const b=t[S];if(a)if(V(i,S))b!==i[S]&&(i[S]=b,d=!0);else{const $=tt(S);r[$]=qs(a,l,$,b,e,!1)}else b!==i[S]&&(i[S]=b,d=!0)}}}else{Kr(e,t,r,i)&&(d=!0);let f;for(const p in l)(!t||!V(t,p)&&((f=ut(p))===p||!V(t,f)))&&(a?s&&(s[p]!==void 0||s[f]!==void 0)&&(r[p]=qs(a,l,p,void 0,e,!0)):delete r[p]);if(i!==l)for(const p in i)(!t||!V(t,p))&&(delete i[p],d=!0)}d&&Ue(e.attrs,"set","")}function Kr(e,t,s,n){const[r,i]=e.propsOptions;let o=!1,l;if(t)for(let a in t){if($t(a))continue;const d=t[a];let f;r&&V(r,f=tt(a))?!i||!i.includes(f)?s[f]=d:(l||(l={}))[f]=d:ys(e.emitsOptions,a)||(!(a in n)||d!==n[a])&&(n[a]=d,o=!0)}if(i){const a=B(s),d=l||Y;for(let f=0;f<i.length;f++){const p=i[f];s[p]=qs(r,a,p,d[p],e,!V(d,p))}}return o}function qs(e,t,s,n,r,i){const o=e[s];if(o!=null){const l=V(o,"default");if(l&&n===void 0){const a=o.default;if(o.type!==Function&&!o.skipFactory&&R(a)){const{propsDefaults:d}=r;if(s in d)n=d[s];else{const f=Kt(r);n=d[s]=a.call(null,t),f()}}else n=a;r.ce&&r.ce._setProp(s,n)}o[0]&&(i&&!l?n=!1:o[1]&&(n===""||n===ut(s))&&(n=!0))}return n}const Ro=new WeakMap;function zr(e,t,s=!1){const n=s?Ro:t.propsCache,r=n.get(e);if(r)return r;const i=e.props,o={},l=[];let a=!1;if(!R(e)){const f=p=>{a=!0;const[S,b]=zr(p,t,!0);fe(o,S),b&&l.push(...b)};!s&&t.mixins.length&&t.mixins.forEach(f),e.extends&&f(e.extends),e.mixins&&e.mixins.forEach(f)}if(!i&&!a)return Z(e)&&n.set(e,gt),gt;if(M(i))for(let f=0;f<i.length;f++){const p=tt(i[f]);Mn(p)&&(o[p]=Y)}else if(i)for(const f in i){const p=tt(f);if(Mn(p)){const S=i[f],b=o[p]=M(S)||R(S)?{type:S}:fe({},S),$=b.type;let D=!1,ie=!0;if(M($))for(let L=0;L<$.length;++L){const z=$[L],X=R(z)&&z.name;if(X==="Boolean"){D=!0;break}else X==="String"&&(ie=!1)}else D=R($)&&$.name==="Boolean";b[0]=D,b[1]=ie,(D||V(b,"default"))&&l.push(p)}}const d=[o,l];return Z(e)&&n.set(e,d),d}function Mn(e){return e[0]!=="$"&&!$t(e)}const pn=e=>e==="_"||e==="_ctx"||e==="$stable",gn=e=>M(e)?e.map(Me):[Me(e)],Do=(e,t,s)=>{if(t._n)return t;const n=Zt((...r)=>gn(t(...r)),s);return n._c=!1,n},qr=(e,t,s)=>{const n=e._ctx;for(const r in e){if(pn(r))continue;const i=e[r];if(R(i))t[r]=Do(r,i,n);else if(i!=null){const o=gn(i);t[r]=()=>o}}},Jr=(e,t)=>{const s=gn(t);e.slots.default=()=>s},Gr=(e,t,s)=>{for(const n in t)(s||!pn(n))&&(e[n]=t[n])},jo=(e,t,s)=>{const n=e.slots=Vr();if(e.vnode.shapeFlag&32){const r=t._;r?(Gr(n,t,s),s&&or(n,"_",r,!0)):qr(t,n)}else t&&Jr(e,t)},Fo=(e,t,s)=>{const{vnode:n,slots:r}=e;let i=!0,o=Y;if(n.shapeFlag&32){const l=t._;l?s&&l===1?i=!1:Gr(r,t,s):(i=!t.$stable,qr(t,r)),o=t}else t&&(Jr(e,t),o={default:1});if(i)for(const l in r)!pn(l)&&o[l]==null&&delete r[l]},ye=Zo;function Ho(e){return Lo(e)}function Lo(e,t){const s=gs();s.__VUE__=!0;const{insert:n,remove:r,patchProp:i,createElement:o,createText:l,createComment:a,setText:d,setElementText:f,parentNode:p,nextSibling:S,setScopeId:b=De,insertStaticContent:$}=e,D=(c,u,h,v=null,g=null,_=null,w=void 0,x=null,y=!!u.dynamicChildren)=>{if(c===u)return;c&&!kt(c,u)&&(v=Jt(c),Ee(c,g,_,!0),c=null),u.patchFlag===-2&&(y=!1,u.dynamicChildren=null);const{type:m,ref:P,shapeFlag:C}=u;switch(m){case xs:ie(c,u,h,v);break;case Ke:L(c,u,h,v);break;case Is:c==null&&z(u,h,v,w);break;case le:Te(c,u,h,v,g,_,w,x,y);break;default:C&1?U(c,u,h,v,g,_,w,x,y):C&6?Je(c,u,h,v,g,_,w,x,y):(C&64||C&128)&&m.process(c,u,h,v,g,_,w,x,y,St)}P!=null&&g?It(P,c&&c.ref,_,u||c,!u):P==null&&c&&c.ref!=null&&It(c.ref,null,_,c,!0)},ie=(c,u,h,v)=>{if(c==null)n(u.el=l(u.children),h,v);else{const g=u.el=c.el;u.children!==c.children&&d(g,u.children)}},L=(c,u,h,v)=>{c==null?n(u.el=a(u.children||""),h,v):u.el=c.el},z=(c,u,h,v)=>{[c.el,c.anchor]=$(c.children,u,h,v,c.el,c.anchor)},X=({el:c,anchor:u},h,v)=>{let g;for(;c&&c!==u;)g=S(c),n(c,h,v),c=g;n(u,h,v)},O=({el:c,anchor:u})=>{let h;for(;c&&c!==u;)h=S(c),r(c),c=h;r(u)},U=(c,u,h,v,g,_,w,x,y)=>{if(u.type==="svg"?w="svg":u.type==="math"&&(w="mathml"),c==null)Le(u,h,v,g,_,w,x,y);else{const m=c.el&&c.el._isVueCE?c.el:null;try{m&&m._beginPatch(),N(c,u,g,_,w,x,y)}finally{m&&m._endPatch()}}},Le=(c,u,h,v,g,_,w,x)=>{let y,m;const{props:P,shapeFlag:C,transition:E,dirs:A}=c;if(y=c.el=o(c.type,_,P&&P.is,P),C&8?f(y,c.children):C&16&&F(c.children,y,null,v,g,As(c,_),w,x),A&&it(c,null,v,"created"),ce(y,c,c.scopeId,w,v),P){for(const J in P)J!=="value"&&!$t(J)&&i(y,J,null,P[J],_,v);"value"in P&&i(y,"value",null,P.value,_),(m=P.onVnodeBeforeMount)&&Ae(m,v,c)}A&&it(c,null,v,"beforeMount");const H=No(g,E);H&&E.beforeEnter(y),n(y,u,h),((m=P&&P.onVnodeMounted)||H||A)&&ye(()=>{m&&Ae(m,v,c),H&&E.enter(y),A&&it(c,null,v,"mounted")},g)},ce=(c,u,h,v,g)=>{if(h&&b(c,h),v)for(let _=0;_<v.length;_++)b(c,v[_]);if(g){let _=g.subTree;if(u===_||ti(_.type)&&(_.ssContent===u||_.ssFallback===u)){const w=g.vnode;ce(c,w,w.scopeId,w.slotScopeIds,g.parent)}}},F=(c,u,h,v,g,_,w,x,y=0)=>{for(let m=y;m<c.length;m++){const P=c[m]=x?Xe(c[m]):Me(c[m]);D(null,P,u,h,v,g,_,w,x)}},N=(c,u,h,v,g,_,w)=>{const x=u.el=c.el;let{patchFlag:y,dynamicChildren:m,dirs:P}=u;y|=c.patchFlag&16;const C=c.props||Y,E=u.props||Y;let A;if(h&&ot(h,!1),(A=E.onVnodeBeforeUpdate)&&Ae(A,h,u,c),P&&it(u,c,h,"beforeUpdate"),h&&ot(h,!0),(C.innerHTML&&E.innerHTML==null||C.textContent&&E.textContent==null)&&f(x,""),m?se(c.dynamicChildren,m,x,h,v,As(u,g),_):w||q(c,u,x,null,h,v,As(u,g),_,!1),y>0){if(y&16)we(x,C,E,h,g);else if(y&2&&C.class!==E.class&&i(x,"class",null,E.class,g),y&4&&i(x,"style",C.style,E.style,g),y&8){const H=u.dynamicProps;for(let J=0;J<H.length;J++){const W=H[J],ge=C[W],_e=E[W];(_e!==ge||W==="value")&&i(x,W,ge,_e,g,h)}}y&1&&c.children!==u.children&&f(x,u.children)}else!w&&m==null&&we(x,C,E,h,g);((A=E.onVnodeUpdated)||P)&&ye(()=>{A&&Ae(A,h,u,c),P&&it(u,c,h,"updated")},v)},se=(c,u,h,v,g,_,w)=>{for(let x=0;x<u.length;x++){const y=c[x],m=u[x],P=y.el&&(y.type===le||!kt(y,m)||y.shapeFlag&198)?p(y.el):h;D(y,m,P,null,v,g,_,w,!0)}},we=(c,u,h,v,g)=>{if(u!==h){if(u!==Y)for(const _ in u)!$t(_)&&!(_ in h)&&i(c,_,u[_],null,g,v);for(const _ in h){if($t(_))continue;const w=h[_],x=u[_];w!==x&&_!=="value"&&i(c,_,x,w,g,v)}"value"in h&&i(c,"value",u.value,h.value,g)}},Te=(c,u,h,v,g,_,w,x,y)=>{const m=u.el=c?c.el:l(""),P=u.anchor=c?c.anchor:l("");let{patchFlag:C,dynamicChildren:E,slotScopeIds:A}=u;A&&(x=x?x.concat(A):A),c==null?(n(m,h,v),n(P,h,v),F(u.children||[],h,P,g,_,w,x,y)):C>0&&C&64&&E&&c.dynamicChildren?(se(c.dynamicChildren,E,h,g,_,w,x),(u.key!=null||g&&u===g.subTree)&&Yr(c,u,!0)):q(c,u,h,P,g,_,w,x,y)},Je=(c,u,h,v,g,_,w,x,y)=>{u.slotScopeIds=x,c==null?u.shapeFlag&512?g.ctx.activate(u,h,v,w,y):yt(u,h,v,g,_,w,y):zt(c,u,y)},yt=(c,u,h,v,g,_,w)=>{const x=c.component=il(c,v,g);if(Dr(c)&&(x.ctx.renderer=St),ol(x,!1,w),x.asyncDep){if(g&&g.registerDep(x,Q,w),!c.el){const y=x.subTree=ve(Ke);L(null,y,u,h),c.placeholder=y.el}}else Q(x,c,u,h,g,_,w)},zt=(c,u,h)=>{const v=u.component=c.component;if(Yo(c,u,h))if(v.asyncDep&&!v.asyncResolved){j(v,u,h);return}else v.next=u,v.update();else u.el=c.el,v.vnode=u},Q=(c,u,h,v,g,_,w)=>{const x=()=>{if(c.isMounted){let{next:C,bu:E,u:A,parent:H,vnode:J}=c;{const $e=Xr(c);if($e){C&&(C.el=J.el,j(c,C,w)),$e.asyncDep.then(()=>{c.isUnmounted||x()});return}}let W=C,ge;ot(c,!1),C?(C.el=J.el,j(c,C,w)):C=J,E&&ks(E),(ge=C.props&&C.props.onVnodeBeforeUpdate)&&Ae(ge,H,C,J),ot(c,!0);const _e=Dn(c),Pe=c.subTree;c.subTree=_e,D(Pe,_e,p(Pe.el),Jt(Pe),c,g,_),C.el=_e.el,W===null&&Xo(c,_e.el),A&&ye(A,g),(ge=C.props&&C.props.onVnodeUpdated)&&ye(()=>Ae(ge,H,C,J),g)}else{let C;const{el:E,props:A}=u,{bm:H,m:J,parent:W,root:ge,type:_e}=c,Pe=vt(u);ot(c,!1),H&&ks(H),!Pe&&(C=A&&A.onVnodeBeforeMount)&&Ae(C,W,u),ot(c,!0);{ge.ce&&ge.ce._def.shadowRoot!==!1&&ge.ce._injectChildStyle(_e);const $e=c.subTree=Dn(c);D(null,$e,h,v,c,g,_),u.el=$e.el}if(J&&ye(J,g),!Pe&&(C=A&&A.onVnodeMounted)){const $e=u;ye(()=>Ae(C,W,$e),g)}(u.shapeFlag&256||W&&vt(W.vnode)&&W.vnode.shapeFlag&256)&&c.a&&ye(c.a,g),c.isMounted=!0,u=h=v=null}};c.scope.on();const y=c.effect=new hr(x);c.scope.off();const m=c.update=y.run.bind(y),P=c.job=y.runIfDirty.bind(y);P.i=c,P.id=c.uid,y.scheduler=()=>fn(P),ot(c,!0),m()},j=(c,u,h)=>{u.component=c;const v=c.vnode.props;c.vnode=u,c.next=null,Mo(c,u.props,v,h),Fo(c,u.children,h),Ve(),En(c),We()},q=(c,u,h,v,g,_,w,x,y=!1)=>{const m=c&&c.children,P=c?c.shapeFlag:0,C=u.children,{patchFlag:E,shapeFlag:A}=u;if(E>0){if(E&128){qt(m,C,h,v,g,_,w,x,y);return}else if(E&256){nt(m,C,h,v,g,_,w,x,y);return}}A&8?(P&16&&xt(m,g,_),C!==m&&f(h,C)):P&16?A&16?qt(m,C,h,v,g,_,w,x,y):xt(m,g,_,!0):(P&8&&f(h,""),A&16&&F(C,h,v,g,_,w,x,y))},nt=(c,u,h,v,g,_,w,x,y)=>{c=c||gt,u=u||gt;const m=c.length,P=u.length,C=Math.min(m,P);let E;for(E=0;E<C;E++){const A=u[E]=y?Xe(u[E]):Me(u[E]);D(c[E],A,h,null,g,_,w,x,y)}m>P?xt(c,g,_,!0,!1,C):F(u,h,v,g,_,w,x,y,C)},qt=(c,u,h,v,g,_,w,x,y)=>{let m=0;const P=u.length;let C=c.length-1,E=P-1;for(;m<=C&&m<=E;){const A=c[m],H=u[m]=y?Xe(u[m]):Me(u[m]);if(kt(A,H))D(A,H,h,null,g,_,w,x,y);else break;m++}for(;m<=C&&m<=E;){const A=c[C],H=u[E]=y?Xe(u[E]):Me(u[E]);if(kt(A,H))D(A,H,h,null,g,_,w,x,y);else break;C--,E--}if(m>C){if(m<=E){const A=E+1,H=A<P?u[A].el:v;for(;m<=E;)D(null,u[m]=y?Xe(u[m]):Me(u[m]),h,H,g,_,w,x,y),m++}}else if(m>E)for(;m<=C;)Ee(c[m],g,_,!0),m++;else{const A=m,H=m,J=new Map;for(m=H;m<=E;m++){const be=u[m]=y?Xe(u[m]):Me(u[m]);be.key!=null&&J.set(be.key,m)}let W,ge=0;const _e=E-H+1;let Pe=!1,$e=0;const wt=new Array(_e);for(m=0;m<_e;m++)wt[m]=0;for(m=A;m<=C;m++){const be=c[m];if(ge>=_e){Ee(be,g,_,!0);continue}let Oe;if(be.key!=null)Oe=J.get(be.key);else for(W=H;W<=E;W++)if(wt[W-H]===0&&kt(be,u[W])){Oe=W;break}Oe===void 0?Ee(be,g,_,!0):(wt[Oe-H]=m+1,Oe>=$e?$e=Oe:Pe=!0,D(be,u[Oe],h,null,g,_,w,x,y),ge++)}const xn=Pe?Bo(wt):gt;for(W=xn.length-1,m=_e-1;m>=0;m--){const be=H+m,Oe=u[be],Sn=u[be+1],wn=be+1<P?Sn.el||Sn.placeholder:v;wt[m]===0?D(null,Oe,h,wn,g,_,w,x,y):Pe&&(W<0||m!==xn[W]?rt(Oe,h,wn,2):W--)}}},rt=(c,u,h,v,g=null)=>{const{el:_,type:w,transition:x,children:y,shapeFlag:m}=c;if(m&6){rt(c.component.subTree,u,h,v);return}if(m&128){c.suspense.move(u,h,v);return}if(m&64){w.move(c,u,h,St);return}if(w===le){n(_,u,h);for(let C=0;C<y.length;C++)rt(y[C],u,h,v);n(c.anchor,u,h);return}if(w===Is){X(c,u,h);return}if(v!==2&&m&1&&x)if(v===0)x.beforeEnter(_),n(_,u,h),ye(()=>x.enter(_),g);else{const{leave:C,delayLeave:E,afterLeave:A}=x,H=()=>{c.ctx.isUnmounted?r(_):n(_,u,h)},J=()=>{_._isLeaving&&_[co](!0),C(_,()=>{H(),A&&A()})};E?E(_,H,J):J()}else n(_,u,h)},Ee=(c,u,h,v=!1,g=!1)=>{const{type:_,props:w,ref:x,children:y,dynamicChildren:m,shapeFlag:P,patchFlag:C,dirs:E,cacheIndex:A}=c;if(C===-2&&(g=!1),x!=null&&(Ve(),It(x,null,h,c,!0),We()),A!=null&&(u.renderCache[A]=void 0),P&256){u.ctx.deactivate(c);return}const H=P&1&&E,J=!vt(c);let W;if(J&&(W=w&&w.onVnodeBeforeUnmount)&&Ae(W,u,c),P&6)pi(c.component,h,v);else{if(P&128){c.suspense.unmount(h,v);return}H&&it(c,null,u,"beforeUnmount"),P&64?c.type.remove(c,u,h,St,v):m&&!m.hasOnce&&(_!==le||C>0&&C&64)?xt(m,u,h,!1,!0):(_===le&&C&384||!g&&P&16)&&xt(y,u,h),v&&bn(c)}(J&&(W=w&&w.onVnodeUnmounted)||H)&&ye(()=>{W&&Ae(W,u,c),H&&it(c,null,u,"unmounted")},h)},bn=c=>{const{type:u,el:h,anchor:v,transition:g}=c;if(u===le){hi(h,v);return}if(u===Is){O(c);return}const _=()=>{r(h),g&&!g.persisted&&g.afterLeave&&g.afterLeave()};if(c.shapeFlag&1&&g&&!g.persisted){const{leave:w,delayLeave:x}=g,y=()=>w(h,_);x?x(c.el,_,y):y()}else _()},hi=(c,u)=>{let h;for(;c!==u;)h=S(c),r(c),c=h;r(u)},pi=(c,u,h)=>{const{bum:v,scope:g,job:_,subTree:w,um:x,m:y,a:m}=c;Rn(y),Rn(m),v&&ks(v),g.stop(),_&&(_.flags|=8,Ee(w,c,u,h)),x&&ye(x,u),ye(()=>{c.isUnmounted=!0},u)},xt=(c,u,h,v=!1,g=!1,_=0)=>{for(let w=_;w<c.length;w++)Ee(c[w],u,h,v,g)},Jt=c=>{if(c.shapeFlag&6)return Jt(c.component.subTree);if(c.shapeFlag&128)return c.suspense.next();const u=S(c.anchor||c.el),h=u&&u[oo];return h?S(h):u};let ws=!1;const yn=(c,u,h)=>{c==null?u._vnode&&Ee(u._vnode,null,null,!0):D(u._vnode||null,c,u,null,null,null,h),u._vnode=c,ws||(ws=!0,En(),Ar(),ws=!1)},St={p:D,um:Ee,m:rt,r:bn,mt:yt,mc:F,pc:q,pbc:se,n:Jt,o:e};return{render:yn,hydrate:void 0,createApp:$o(yn)}}function As({type:e,props:t},s){return s==="svg"&&e==="foreignObject"||s==="mathml"&&e==="annotation-xml"&&t&&t.encoding&&t.encoding.includes("html")?void 0:s}function ot({effect:e,job:t},s){s?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function No(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function Yr(e,t,s=!1){const n=e.children,r=t.children;if(M(n)&&M(r))for(let i=0;i<n.length;i++){const o=n[i];let l=r[i];l.shapeFlag&1&&!l.dynamicChildren&&((l.patchFlag<=0||l.patchFlag===32)&&(l=r[i]=Xe(r[i]),l.el=o.el),!s&&l.patchFlag!==-2&&Yr(o,l)),l.type===xs&&l.patchFlag!==-1&&(l.el=o.el),l.type===Ke&&!l.el&&(l.el=o.el)}}function Bo(e){const t=e.slice(),s=[0];let n,r,i,o,l;const a=e.length;for(n=0;n<a;n++){const d=e[n];if(d!==0){if(r=s[s.length-1],e[r]<d){t[n]=r,s.push(n);continue}for(i=0,o=s.length-1;i<o;)l=i+o>>1,e[s[l]]<d?i=l+1:o=l;d<e[s[i]]&&(i>0&&(t[n]=s[i-1]),s[i]=n)}}for(i=s.length,o=s[i-1];i-- >0;)s[i]=o,o=t[o];return s}function Xr(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:Xr(t)}function Rn(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}const Uo=Symbol.for("v-scx"),Vo=()=>Dt(Uo);function es(e,t,s){return Zr(e,t,s)}function Zr(e,t,s=Y){const{immediate:n,deep:r,flush:i,once:o}=s,l=fe({},s),a=t&&n||!t&&i!=="post";let d;if(Vt){if(i==="sync"){const b=Vo();d=b.__watcherHandles||(b.__watcherHandles=[])}else if(!a){const b=()=>{};return b.stop=De,b.resume=De,b.pause=De,b}}const f=pe;l.call=(b,$,D)=>je(b,f,$,D);let p=!1;i==="post"?l.scheduler=b=>{ye(b,f&&f.suspense)}:i!=="sync"&&(p=!0,l.scheduler=(b,$)=>{$?b():fn(b)}),l.augmentJob=b=>{t&&(b.flags|=4),p&&(b.flags|=2,f&&(b.id=f.uid,b.i=f))};const S=so(e,t,l);return Vt&&(d?d.push(S):a&&S()),S}function Wo(e,t,s){const n=this.proxy,r=re(e)?e.includes(".")?Qr(n,e):()=>n[e]:e.bind(n,n);let i;R(t)?i=t:(i=t.handler,s=t);const o=Kt(this),l=Zr(r,i.bind(n),s);return o(),l}function Qr(e,t){const s=t.split(".");return()=>{let n=e;for(let r=0;r<s.length&&n;r++)n=n[s[r]];return n}}const Ko=(e,t)=>t==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${tt(t)}Modifiers`]||e[`${ut(t)}Modifiers`];function zo(e,t,...s){if(e.isUnmounted)return;const n=e.vnode.props||Y;let r=s;const i=t.startsWith("update:"),o=i&&Ko(n,t.slice(7));o&&(o.trim&&(r=s.map(f=>re(f)?f.trim():f)),o.number&&(r=s.map(bi)));let l,a=n[l=Cs(t)]||n[l=Cs(tt(t))];!a&&i&&(a=n[l=Cs(ut(t))]),a&&je(a,e,6,r);const d=n[l+"Once"];if(d){if(!e.emitted)e.emitted={};else if(e.emitted[l])return;e.emitted[l]=!0,je(d,e,6,r)}}const qo=new WeakMap;function ei(e,t,s=!1){const n=s?qo:t.emitsCache,r=n.get(e);if(r!==void 0)return r;const i=e.emits;let o={},l=!1;if(!R(e)){const a=d=>{const f=ei(d,t,!0);f&&(l=!0,fe(o,f))};!s&&t.mixins.length&&t.mixins.forEach(a),e.extends&&a(e.extends),e.mixins&&e.mixins.forEach(a)}return!i&&!l?(Z(e)&&n.set(e,null),null):(M(i)?i.forEach(a=>o[a]=null):fe(o,i),Z(e)&&n.set(e,o),o)}function ys(e,t){return!e||!ds(t)?!1:(t=t.slice(2).replace(/Once$/,""),V(e,t[0].toLowerCase()+t.slice(1))||V(e,ut(t))||V(e,t))}function Dn(e){const{type:t,vnode:s,proxy:n,withProxy:r,propsOptions:[i],slots:o,attrs:l,emit:a,render:d,renderCache:f,props:p,data:S,setupState:b,ctx:$,inheritAttrs:D}=e,ie=cs(e);let L,z;try{if(s.shapeFlag&4){const O=r||n,U=O;L=Me(d.call(U,O,f,p,b,S,$)),z=l}else{const O=t;L=Me(O.length>1?O(p,{attrs:l,slots:o,emit:a}):O(p,null)),z=t.props?l:Jo(l)}}catch(O){jt.length=0,vs(O,e,1),L=ve(Ke)}let X=L;if(z&&D!==!1){const O=Object.keys(z),{shapeFlag:U}=X;O.length&&U&7&&(i&&O.some(Qs)&&(z=Go(z,i)),X=bt(X,z,!1,!0))}return s.dirs&&(X=bt(X,null,!1,!0),X.dirs=X.dirs?X.dirs.concat(s.dirs):s.dirs),s.transition&&dn(X,s.transition),L=X,cs(ie),L}const Jo=e=>{let t;for(const s in e)(s==="class"||s==="style"||ds(s))&&((t||(t={}))[s]=e[s]);return t},Go=(e,t)=>{const s={};for(const n in e)(!Qs(n)||!(n.slice(9)in t))&&(s[n]=e[n]);return s};function Yo(e,t,s){const{props:n,children:r,component:i}=e,{props:o,children:l,patchFlag:a}=t,d=i.emitsOptions;if(t.dirs||t.transition)return!0;if(s&&a>=0){if(a&1024)return!0;if(a&16)return n?jn(n,o,d):!!o;if(a&8){const f=t.dynamicProps;for(let p=0;p<f.length;p++){const S=f[p];if(o[S]!==n[S]&&!ys(d,S))return!0}}}else return(r||l)&&(!l||!l.$stable)?!0:n===o?!1:n?o?jn(n,o,d):!0:!!o;return!1}function jn(e,t,s){const n=Object.keys(t);if(n.length!==Object.keys(e).length)return!0;for(let r=0;r<n.length;r++){const i=n[r];if(t[i]!==e[i]&&!ys(s,i))return!0}return!1}function Xo({vnode:e,parent:t},s){for(;t;){const n=t.subTree;if(n.suspense&&n.suspense.activeBranch===e&&(n.el=e.el),n===e)(e=t.vnode).el=s,t=t.parent;else break}}const ti=e=>e.__isSuspense;function Zo(e,t){t&&t.pendingBranch?M(e)?t.effects.push(...e):t.effects.push(e):io(e)}const le=Symbol.for("v-fgt"),xs=Symbol.for("v-txt"),Ke=Symbol.for("v-cmt"),Is=Symbol.for("v-stc"),jt=[];let xe=null;function T(e=!1){jt.push(xe=e?null:[])}function Qo(){jt.pop(),xe=jt[jt.length-1]||null}let Ut=1;function Fn(e,t=!1){Ut+=e,e<0&&xe&&t&&(xe.hasOnce=!0)}function si(e){return e.dynamicChildren=Ut>0?xe||gt:null,Qo(),Ut>0&&xe&&xe.push(e),e}function I(e,t,s,n,r,i){return si(k(e,t,s,n,r,i,!0))}function Re(e,t,s,n,r){return si(ve(e,t,s,n,r,!0))}function _n(e){return e?e.__v_isVNode===!0:!1}function kt(e,t){return e.type===t.type&&e.key===t.key}const ni=({key:e})=>e??null,ts=({ref:e,ref_key:t,ref_for:s})=>(typeof e=="number"&&(e=""+e),e!=null?re(e)||te(e)||R(e)?{i:me,r:e,k:t,f:!!s}:e:null);function k(e,t=null,s=null,n=0,r=null,i=e===le?0:1,o=!1,l=!1){const a={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&ni(t),ref:t&&ts(t),scopeId:Mr,slotScopeIds:null,children:s,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:i,patchFlag:n,dynamicProps:r,dynamicChildren:null,appContext:null,ctx:me};return l?(mn(a,s),i&128&&e.normalize(a)):s&&(a.shapeFlag|=re(s)?8:16),Ut>0&&!o&&xe&&(a.patchFlag>0||i&6)&&a.patchFlag!==32&&xe.push(a),a}const ve=el;function el(e,t=null,s=null,n=0,r=null,i=!1){if((!e||e===xo)&&(e=Ke),_n(e)){const l=bt(e,t,!0);return s&&mn(l,s),Ut>0&&!i&&xe&&(l.shapeFlag&6?xe[xe.indexOf(e)]=l:xe.push(l)),l.patchFlag=-2,l}if(ul(e)&&(e=e.__vccOpts),t){t=tl(t);let{class:l,style:a}=t;l&&!re(l)&&(t.class=Se(l)),Z(a)&&(an(a)&&!M(a)&&(a=fe({},a)),t.style=ft(a))}const o=re(e)?1:ti(e)?128:lo(e)?64:Z(e)?4:R(e)?2:0;return k(e,t,s,n,r,o,i,!0)}function tl(e){return e?an(e)||Wr(e)?fe({},e):e:null}function bt(e,t,s=!1,n=!1){const{props:r,ref:i,patchFlag:o,children:l,transition:a}=e,d=t?sl(r||{},t):r,f={__v_isVNode:!0,__v_skip:!0,type:e.type,props:d,key:d&&ni(d),ref:t&&t.ref?s&&i?M(i)?i.concat(ts(t)):[i,ts(t)]:ts(t):i,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:l,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==le?o===-1?16:o|16:o,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:a,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&bt(e.ssContent),ssFallback:e.ssFallback&&bt(e.ssFallback),placeholder:e.placeholder,el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return a&&n&&dn(f,a.clone(f)),f}function Ft(e=" ",t=0){return ve(xs,null,e,t)}function ne(e="",t=!1){return t?(T(),Re(Ke,null,e)):ve(Ke,null,e)}function Me(e){return e==null||typeof e=="boolean"?ve(Ke):M(e)?ve(le,null,e.slice()):_n(e)?Xe(e):ve(xs,null,String(e))}function Xe(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:bt(e)}function mn(e,t){let s=0;const{shapeFlag:n}=e;if(t==null)t=null;else if(M(t))s=16;else if(typeof t=="object")if(n&65){const r=t.default;r&&(r._c&&(r._d=!1),mn(e,r()),r._c&&(r._d=!0));return}else{s=32;const r=t._;!r&&!Wr(t)?t._ctx=me:r===3&&me&&(me.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else R(t)?(t={default:t,_ctx:me},s=32):(t=String(t),n&64?(s=16,t=[Ft(t)]):s=8);e.children=t,e.shapeFlag|=s}function sl(...e){const t={};for(let s=0;s<e.length;s++){const n=e[s];for(const r in n)if(r==="class")t.class!==n.class&&(t.class=Se([t.class,n.class]));else if(r==="style")t.style=ft([t.style,n.style]);else if(ds(r)){const i=t[r],o=n[r];o&&i!==o&&!(M(i)&&i.includes(o))&&(t[r]=i?[].concat(i,o):o)}else r!==""&&(t[r]=n[r])}return t}function Ae(e,t,s,n=null){je(e,t,7,[s,n])}const nl=Br();let rl=0;function il(e,t,s){const n=e.type,r=(t?t.appContext:e.appContext)||nl,i={uid:rl++,vnode:e,type:n,parent:t,appContext:r,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new ur(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(r.provides),ids:t?t.ids:["",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:zr(n,r),emitsOptions:ei(n,r),emit:null,emitted:null,propsDefaults:Y,inheritAttrs:n.inheritAttrs,ctx:Y,data:Y,props:Y,attrs:Y,slots:Y,refs:Y,setupState:Y,setupContext:null,suspense:s,suspenseId:s?s.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};return i.ctx={_:i},i.root=t?t.root:i,i.emit=zo.bind(null,i),e.ce&&e.ce(i),i}let pe=null;const ri=()=>pe||me;let fs,Js;{const e=gs(),t=(s,n)=>{let r;return(r=e[s])||(r=e[s]=[]),r.push(n),i=>{r.length>1?r.forEach(o=>o(i)):r[0](i)}};fs=t("__VUE_INSTANCE_SETTERS__",s=>pe=s),Js=t("__VUE_SSR_SETTERS__",s=>Vt=s)}const Kt=e=>{const t=pe;return fs(e),e.scope.on(),()=>{e.scope.off(),fs(t)}},Hn=()=>{pe&&pe.scope.off(),fs(null)};function ii(e){return e.vnode.shapeFlag&4}let Vt=!1;function ol(e,t=!1,s=!1){t&&Js(t);const{props:n,children:r}=e.vnode,i=ii(e);Io(e,n,i,t),jo(e,r,s||t);const o=i?ll(e,t):void 0;return t&&Js(!1),o}function ll(e,t){const s=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,So);const{setup:n}=s;if(n){Ve();const r=e.setupContext=n.length>1?al(e):null,i=Kt(e),o=Wt(n,e,0,[e.props,r]),l=sr(o);if(We(),i(),(l||e.sp)&&!vt(e)&&Rr(e),l){if(o.then(Hn,Hn),t)return o.then(a=>{Ln(e,a)}).catch(a=>{vs(a,e,0)});e.asyncDep=o}else Ln(e,o)}else oi(e)}function Ln(e,t,s){R(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:Z(t)&&(e.setupState=Er(t)),oi(e)}function oi(e,t,s){const n=e.type;e.render||(e.render=n.render||De);{const r=Kt(e);Ve();try{wo(e)}finally{We(),r()}}}const cl={get(e,t){return ue(e,"get",""),e[t]}};function al(e){const t=s=>{e.exposed=s||{}};return{attrs:new Proxy(e.attrs,cl),slots:e.slots,emit:e.emit,expose:t}}function vn(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(Er(un(e.exposed)),{get(t,s){if(s in t)return t[s];if(s in Rt)return Rt[s](e)},has(t,s){return s in t||s in Rt}})):e.proxy}function ul(e){return R(e)&&"__vccOpts"in e}const ee=(e,t)=>eo(e,t,Vt),fl="3.5.24";/**
14
+ * @vue/runtime-dom v3.5.24
15
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
16
+ * @license MIT
17
+ **/let Gs;const Nn=typeof window<"u"&&window.trustedTypes;if(Nn)try{Gs=Nn.createPolicy("vue",{createHTML:e=>e})}catch{}const li=Gs?e=>Gs.createHTML(e):e=>e,dl="http://www.w3.org/2000/svg",hl="http://www.w3.org/1998/Math/MathML",Be=typeof document<"u"?document:null,Bn=Be&&Be.createElement("template"),pl={insert:(e,t,s)=>{t.insertBefore(e,s||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,s,n)=>{const r=t==="svg"?Be.createElementNS(dl,e):t==="mathml"?Be.createElementNS(hl,e):s?Be.createElement(e,{is:s}):Be.createElement(e);return e==="select"&&n&&n.multiple!=null&&r.setAttribute("multiple",n.multiple),r},createText:e=>Be.createTextNode(e),createComment:e=>Be.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>Be.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,s,n,r,i){const o=s?s.previousSibling:t.lastChild;if(r&&(r===i||r.nextSibling))for(;t.insertBefore(r.cloneNode(!0),s),!(r===i||!(r=r.nextSibling)););else{Bn.innerHTML=li(n==="svg"?`<svg>${e}</svg>`:n==="mathml"?`<math>${e}</math>`:e);const l=Bn.content;if(n==="svg"||n==="mathml"){const a=l.firstChild;for(;a.firstChild;)l.appendChild(a.firstChild);l.removeChild(a)}t.insertBefore(l,s)}return[o?o.nextSibling:t.firstChild,s?s.previousSibling:t.lastChild]}},gl=Symbol("_vtc");function _l(e,t,s){const n=e[gl];n&&(t=(t?[t,...n]:[...n]).join(" ")),t==null?e.removeAttribute("class"):s?e.setAttribute("class",t):e.className=t}const Un=Symbol("_vod"),ml=Symbol("_vsh"),vl=Symbol(""),bl=/(?:^|;)\s*display\s*:/;function yl(e,t,s){const n=e.style,r=re(s);let i=!1;if(s&&!r){if(t)if(re(t))for(const o of t.split(";")){const l=o.slice(0,o.indexOf(":")).trim();s[l]==null&&ss(n,l,"")}else for(const o in t)s[o]==null&&ss(n,o,"");for(const o in s)o==="display"&&(i=!0),ss(n,o,s[o])}else if(r){if(t!==s){const o=n[vl];o&&(s+=";"+o),n.cssText=s,i=bl.test(s)}}else t&&e.removeAttribute("style");Un in e&&(e[Un]=i?n.display:"",e[ml]&&(n.display="none"))}const Vn=/\s*!important$/;function ss(e,t,s){if(M(s))s.forEach(n=>ss(e,t,n));else if(s==null&&(s=""),t.startsWith("--"))e.setProperty(t,s);else{const n=xl(e,t);Vn.test(s)?e.setProperty(ut(n),s.replace(Vn,""),"important"):e[n]=s}}const Wn=["Webkit","Moz","ms"],Ms={};function xl(e,t){const s=Ms[t];if(s)return s;let n=tt(t);if(n!=="filter"&&n in e)return Ms[t]=n;n=ir(n);for(let r=0;r<Wn.length;r++){const i=Wn[r]+n;if(i in e)return Ms[t]=i}return t}const Kn="http://www.w3.org/1999/xlink";function zn(e,t,s,n,r,i=ki(t)){n&&t.startsWith("xlink:")?s==null?e.removeAttributeNS(Kn,t.slice(6,t.length)):e.setAttributeNS(Kn,t,s):s==null||i&&!lr(s)?e.removeAttribute(t):e.setAttribute(t,i?"":ze(s)?String(s):s)}function qn(e,t,s,n,r){if(t==="innerHTML"||t==="textContent"){s!=null&&(e[t]=t==="innerHTML"?li(s):s);return}const i=e.tagName;if(t==="value"&&i!=="PROGRESS"&&!i.includes("-")){const l=i==="OPTION"?e.getAttribute("value")||"":e.value,a=s==null?e.type==="checkbox"?"on":"":String(s);(l!==a||!("_value"in e))&&(e.value=a),s==null&&e.removeAttribute(t),e._value=s;return}let o=!1;if(s===""||s==null){const l=typeof e[t];l==="boolean"?s=lr(s):s==null&&l==="string"?(s="",o=!0):l==="number"&&(s=0,o=!0)}try{e[t]=s}catch{}o&&e.removeAttribute(r||t)}function Sl(e,t,s,n){e.addEventListener(t,s,n)}function wl(e,t,s,n){e.removeEventListener(t,s,n)}const Jn=Symbol("_vei");function Cl(e,t,s,n,r=null){const i=e[Jn]||(e[Jn]={}),o=i[t];if(n&&o)o.value=n;else{const[l,a]=kl(t);if(n){const d=i[t]=Pl(n,r);Sl(e,l,d,a)}else o&&(wl(e,l,o,a),i[t]=void 0)}}const Gn=/(?:Once|Passive|Capture)$/;function kl(e){let t;if(Gn.test(e)){t={};let n;for(;n=e.match(Gn);)e=e.slice(0,e.length-n[0].length),t[n[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):ut(e.slice(2)),t]}let Rs=0;const Tl=Promise.resolve(),El=()=>Rs||(Tl.then(()=>Rs=0),Rs=Date.now());function Pl(e,t){const s=n=>{if(!n._vts)n._vts=Date.now();else if(n._vts<=s.attached)return;je($l(n,s.value),t,5,[n])};return s.value=e,s.attached=El(),s}function $l(e,t){if(M(t)){const s=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{s.call(e),e._stopped=!0},t.map(n=>r=>!r._stopped&&n&&n(r))}else return t}const Yn=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,Ol=(e,t,s,n,r,i)=>{const o=r==="svg";t==="class"?_l(e,n,o):t==="style"?yl(e,s,n):ds(t)?Qs(t)||Cl(e,t,s,n,i):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):Al(e,t,n,o))?(qn(e,t,n),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&zn(e,t,n,o,i,t!=="value")):e._isVueCE&&(/[A-Z]/.test(t)||!re(n))?qn(e,tt(t),n,i,t):(t==="true-value"?e._trueValue=n:t==="false-value"&&(e._falseValue=n),zn(e,t,n,o))};function Al(e,t,s,n){if(n)return!!(t==="innerHTML"||t==="textContent"||t in e&&Yn(t)&&R(s));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 r=e.tagName;if(r==="IMG"||r==="VIDEO"||r==="CANVAS"||r==="SOURCE")return!1}return Yn(t)&&re(s)?!1:t in e}const Il=fe({patchProp:Ol},pl);let Xn;function Ml(){return Xn||(Xn=Ho(Il))}const Rl=((...e)=>{const t=Ml().createApp(...e),{mount:s}=t;return t.mount=n=>{const r=jl(n);if(!r)return;const i=t._component;!R(i)&&!i.render&&!i.template&&(i.template=r.innerHTML),r.nodeType===1&&(r.textContent="");const o=s(r,!1,Dl(r));return r instanceof Element&&(r.removeAttribute("v-cloak"),r.setAttribute("data-v-app","")),o},t});function Dl(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function jl(e){return re(e)?document.querySelector(e):e}/*!
18
+ * pinia v2.3.1
19
+ * (c) 2025 Eduardo San Martin Morote
20
+ * @license MIT
21
+ */let ci;const Ss=e=>ci=e,ai=Symbol();function Ys(e){return e&&typeof e=="object"&&Object.prototype.toString.call(e)==="[object Object]"&&typeof e.toJSON!="function"}var Ht;(function(e){e.direct="direct",e.patchObject="patch object",e.patchFunction="patch function"})(Ht||(Ht={}));function Fl(){const e=fr(!0),t=e.run(()=>is({}));let s=[],n=[];const r=un({install(i){Ss(r),r._a=i,i.provide(ai,r),i.config.globalProperties.$pinia=r,n.forEach(o=>s.push(o)),n=[]},use(i){return this._a?s.push(i):n.push(i),this},_p:s,_a:null,_e:e,_s:new Map,state:t});return r}const ui=()=>{};function Zn(e,t,s,n=ui){e.push(t);const r=()=>{const i=e.indexOf(t);i>-1&&(e.splice(i,1),n())};return!s&&dr()&&Ti(r),r}function ht(e,...t){e.slice().forEach(s=>{s(...t)})}const Hl=e=>e(),Qn=Symbol(),Ds=Symbol();function Xs(e,t){e instanceof Map&&t instanceof Map?t.forEach((s,n)=>e.set(n,s)):e instanceof Set&&t instanceof Set&&t.forEach(e.add,e);for(const s in t){if(!t.hasOwnProperty(s))continue;const n=t[s],r=e[s];Ys(r)&&Ys(n)&&e.hasOwnProperty(s)&&!te(n)&&!et(n)?e[s]=Xs(r,n):e[s]=n}return e}const Ll=Symbol();function Nl(e){return!Ys(e)||!e.hasOwnProperty(Ll)}const{assign:Ge}=Object;function Bl(e){return!!(te(e)&&e.effect)}function Ul(e,t,s,n){const{state:r,actions:i,getters:o}=t,l=s.state.value[e];let a;function d(){l||(s.state.value[e]=r?r():{});const f=Yi(s.state.value[e]);return Ge(f,i,Object.keys(o||{}).reduce((p,S)=>(p[S]=un(ee(()=>{Ss(s);const b=s._s.get(e);return o[S].call(b,b)})),p),{}))}return a=fi(e,d,t,s,n,!0),a}function fi(e,t,s={},n,r,i){let o;const l=Ge({actions:{}},s),a={deep:!0};let d,f,p=[],S=[],b;const $=n.state.value[e];!i&&!$&&(n.state.value[e]={}),is({});let D;function ie(F){let N;d=f=!1,typeof F=="function"?(F(n.state.value[e]),N={type:Ht.patchFunction,storeId:e,events:b}):(Xs(n.state.value[e],F),N={type:Ht.patchObject,payload:F,storeId:e,events:b});const se=D=Symbol();$r().then(()=>{D===se&&(d=!0)}),f=!0,ht(p,N,n.state.value[e])}const L=i?function(){const{state:N}=s,se=N?N():{};this.$patch(we=>{Ge(we,se)})}:ui;function z(){o.stop(),p=[],S=[],n._s.delete(e)}const X=(F,N="")=>{if(Qn in F)return F[Ds]=N,F;const se=function(){Ss(n);const we=Array.from(arguments),Te=[],Je=[];function yt(j){Te.push(j)}function zt(j){Je.push(j)}ht(S,{args:we,name:se[Ds],store:U,after:yt,onError:zt});let Q;try{Q=F.apply(this&&this.$id===e?this:U,we)}catch(j){throw ht(Je,j),j}return Q instanceof Promise?Q.then(j=>(ht(Te,j),j)).catch(j=>(ht(Je,j),Promise.reject(j))):(ht(Te,Q),Q)};return se[Qn]=!0,se[Ds]=N,se},O={_p:n,$id:e,$onAction:Zn.bind(null,S),$patch:ie,$reset:L,$subscribe(F,N={}){const se=Zn(p,F,N.detached,()=>we()),we=o.run(()=>es(()=>n.state.value[e],Te=>{(N.flush==="sync"?f:d)&&F({storeId:e,type:Ht.direct,events:b},Te)},Ge({},a,N)));return se},$dispose:z},U=ms(O);n._s.set(e,U);const ce=(n._a&&n._a.runWithContext||Hl)(()=>n._e.run(()=>(o=fr()).run(()=>t({action:X}))));for(const F in ce){const N=ce[F];if(te(N)&&!Bl(N)||et(N))i||($&&Nl(N)&&(te(N)?N.value=$[F]:Xs(N,$[F])),n.state.value[e][F]=N);else if(typeof N=="function"){const se=X(N,F);ce[F]=se,l.actions[F]=N}}return Ge(U,ce),Ge(B(U),ce),Object.defineProperty(U,"$state",{get:()=>n.state.value[e],set:F=>{ie(N=>{Ge(N,F)})}}),n._p.forEach(F=>{Ge(U,o.run(()=>F({store:U,app:n._a,pinia:n,options:l})))}),$&&i&&s.hydrate&&s.hydrate(U.$state,$),d=!0,f=!0,U}/*! #__NO_SIDE_EFFECTS__ */function Vl(e,t,s){let n,r;const i=typeof t=="function";n=e,r=i?s:t;function o(l,a){const d=Ao();return l=l||(d?Dt(ai,null):null),l&&Ss(l),l=ci,l._s.has(n)||(i?fi(n,t,r,l):Ul(n,r,l)),l._s.get(n)}return o.$id=n,o}const Tt=new Map,Et=new Map,js=new Map,Fs=new Map,Wl=Vl("taskin-tasks",{state:()=>({tasks:[],loading:!1,connected:!1,error:null,reconnectAttempts:0,lastSync:null}),getters:{taskById(e){return t=>e.tasks.find(s=>s.id===t)},tasksByStatus(e){return t=>e.tasks.filter(s=>s.status===t)},connectionStatus(e){return{connected:e.connected,error:e.error,reconnectAttempts:e.reconnectAttempts}}},actions:{connect(e){const t=this.$id;Tt.has(t)&&this.disconnect(),Et.set(t,{autoReconnect:!0,reconnectDelay:5e3,maxReconnectAttempts:0,debug:!1,...e}),this._connect()},_connect(){const e=this.$id,t=Et.get(e);if(t){this._log("Connecting to",t.wsUrl);try{const s=new WebSocket(t.wsUrl);Tt.set(e,s),s.onopen=()=>{this._log("Connected"),this.connected=!0,this.error=null,this.reconnectAttempts=0,this.send({type:"list"}),this._startHeartbeat()},s.onmessage=n=>{try{const r=JSON.parse(n.data);this.handleMessage(r)}catch(r){this._log("Error parsing message:",r)}},s.onerror=n=>{this._log("WebSocket error:",n),this.handleError(new Error("WebSocket connection error"))},s.onclose=()=>{this._log("Disconnected"),this.connected=!1,this._stopHeartbeat(),t.autoReconnect&&this.reconnect()}}catch(s){this.handleError(s instanceof Error?s:new Error(String(s)))}}},disconnect(){const e=this.$id;this._log("Disconnecting"),this._stopHeartbeat();const t=Tt.get(e);if(t){const s=Et.get(e);s&&(s.autoReconnect=!1),t.close(),Tt.delete(e)}this.connected=!1},send(e){const t=this.$id,s=Tt.get(t);if(!s||s.readyState!==WebSocket.OPEN){this._log("Cannot send message: not connected");return}const n={...e,timestamp:Date.now()};this._log("Sending:",n),s.send(JSON.stringify(n))},handleMessage(e){var t;switch(this._log("Received:",e),e.type){case"tasks":this.tasks=e.payload||[],this._log("Received tasks:",this.tasks.length),this.tasks.length>0&&this._log("First task sample:",JSON.stringify(this.tasks[0],null,2)),this.lastSync=Date.now(),this.loading=!1;break;case"task:found":if(e.payload){const s=e.payload,n=this.tasks.findIndex(r=>r.id===s.id);n>=0?this.tasks[n]=s:this.tasks.push(s)}break;case"task:updated":if(e.payload){const s=e.payload,n=this.tasks.findIndex(r=>r.id===s.id);n>=0&&(this.tasks[n]=s)}break;case"task:created":if(e.payload){const s=e.payload;this.tasks.push(s)}break;case"task:deleted":if(e.payload){const s=e.payload.id;this.tasks=this.tasks.filter(n=>n.id!==s)}break;case"error":this.error=((t=e.payload)==null?void 0:t.message)||"Unknown error",this._log("Server error:",this.error);break;case"pong":Fs.set(this.$id,Date.now());break;default:this._log("Unknown message type:",e.type)}},handleError(e){this._log("Error:",e.message),this.error=e.message,this.connected=!1},reconnect(){const e=Et.get(this.$id);if(!e)return;const t=e.maxReconnectAttempts||0;if(t>0&&this.reconnectAttempts>=t){this._log("Max reconnection attempts reached"),this.error="Max reconnection attempts reached";return}this.reconnectAttempts++;const s=e.reconnectDelay||5e3;this._log(`Reconnecting in ${s}ms (attempt ${this.reconnectAttempts})`),setTimeout(()=>{this._connect()},s)},_startHeartbeat(){const e=this.$id;this._stopHeartbeat(),Fs.set(e,Date.now());const t=setInterval(()=>{const s=Date.now();if(s-(Fs.get(e)||s)>3e4){this._log("Heartbeat timeout, reconnecting"),this.disconnect(),this.reconnect();return}this.send({type:"ping"})},1e4);js.set(e,t)},_stopHeartbeat(){const e=this.$id,t=js.get(e);t&&(clearInterval(t),js.delete(e))},_log(...e){const t=Et.get(this.$id);t!=null&&t.debug&&console.log("[PiniaTaskProvider]",...e)},async findTask(e){const t=this.tasks.find(s=>s.id===e);if(t)return t;if(this.connected)return new Promise(s=>{const n=`find-${e}-${Date.now()}`,r=setTimeout(()=>{s(void 0)},5e3);this.send({type:"find",payload:{taskId:e},requestId:n}),setTimeout(()=>{clearTimeout(r),s(this.tasks.find(i=>i.id===e))},500)})},async getAllTasks(){return this.tasks.length>0?this.tasks:this.connected?(this.loading=!0,this.send({type:"list"}),new Promise(e=>{const t=setTimeout(()=>{this.loading=!1,e(this.tasks)},5e3),s=setInterval(()=>{(!this.loading||this.tasks.length>0)&&(clearTimeout(t),clearInterval(s),this.loading=!1,e(this.tasks))},100)})):this.tasks},async updateTask(e){if(!this.connected)throw new Error("Not connected to server");const t=this.tasks.findIndex(s=>s.id===e.id);t>=0&&(this.tasks[t]=e),this.send({type:"update",payload:e})}}}),Kl=Wl,zl=Fe({__name:"Badge",props:{variant:{default:"default"},size:{default:"md"}},setup(e){const t=e,s=ee(()=>({fontSize:{sm:"0.75rem",md:"0.875rem",lg:"1rem"}[t.size]}));return(n,r)=>(T(),I("span",{class:Se(["badge",`badge--${e.variant}`]),style:ft(s.value)},[Qt(n.$slots,"default",{},void 0)],6))}}),He=(e,t)=>{const s=e.__vccOpts||e;for(const[n,r]of t)s[n]=r;return s},Hs=He(zl,[["__scopeId","data-v-714e24a1"]]),ql={class:"progress-bar"},Jl={class:"progress-bar__track"},Gl={key:0,class:"progress-bar__label"},Yl=Fe({__name:"ProgressBar",props:{percentage:{},variant:{default:"primary"},showLabel:{type:Boolean,default:!0}},setup(e){const s=Math.min(100,Math.max(0,e.percentage));return(n,r)=>(T(),I("div",ql,[k("div",Jl,[k("div",{class:Se(["progress-bar__fill",`progress-bar__fill--${e.variant}`]),style:ft({width:`${Vs(s)}%`})},[e.showLabel?(T(),I("span",Gl,K(Vs(s))+"%",1)):ne("",!0)],6)])]))}}),Xl=He(Yl,[["__scopeId","data-v-948dfd2f"]]),Zl={class:"day-bar__header"},Ql={class:"day-bar__date"},ec={class:"day-bar__hours"},tc={class:"day-bar__progress"},sc={key:0,class:"day-bar__description"},nc=Fe({__name:"DayBar",props:{day:{},maxHours:{default:8},variant:{default:"default"}},setup(e){const t=e,s=i=>{const o=new Date,l=new Date(o);l.setDate(l.getDate()-1);const a=new Date(i);return a.toDateString()===o.toDateString()?"Hoje":a.toDateString()===l.toDateString()?"Ontem":a.toLocaleDateString("pt-BR",{day:"2-digit",month:"2-digit",year:void 0})},n=ee(()=>Math.min(t.day.hours/t.maxHours*100,100)),r=ee(()=>{const i=t.day.hours/t.maxHours;return i>=1?"success":i>=.75?"primary":i>=.5?"warning":"danger"});return(i,o)=>(T(),I("div",{class:Se(["day-bar",`day-bar--${e.variant}`])},[k("div",Zl,[k("span",Ql,K(s(e.day.date)),1),k("span",ec,K(e.day.hours)+"h",1)]),k("div",tc,[k("div",{class:Se(["day-bar__fill",`day-bar__fill--${r.value}`]),style:ft({width:`${n.value}%`})},null,6)]),e.variant==="default"&&e.day.description?(T(),I("p",sc,K(e.day.description),1)):ne("",!0)],2))}}),rc=He(nc,[["__scopeId","data-v-e31679f9"]]),ic={class:"project-breadcrumb"},oc={key:0,class:"project-breadcrumb__separator"},lc=Fe({__name:"ProjectBreadcrumb",props:{project:{},maxSegments:{default:3},separator:{default:"/"}},setup(e){const t=e,s=ee(()=>t.project.segments.length<=t.maxSegments?t.project.segments:[t.project.segments[0],"...",...t.project.segments.slice(-t.maxSegments+1)]);return(n,r)=>(T(),I("div",ic,[(T(!0),I(le,null,Mt(s.value,(i,o)=>(T(),I("span",{key:`segment-${o}`,class:"project-breadcrumb__item"},[k("span",{class:Se(["project-breadcrumb__segment",{"project-breadcrumb__segment--ellipsis":i==="..."}])},K(i),3),o<s.value.length-1?(T(),I("span",oc,K(e.separator),1)):ne("",!0)]))),128))]))}}),cc=He(lc,[["__scopeId","data-v-2a4d3f39"]]),ac=["title"],uc=["src","alt"],fc={key:1,class:"avatar__initials"},dc=Fe({__name:"Avatar",props:{name:{},src:{},size:{default:"md"}},setup(e){const t=e,s=ee(()=>{const n=t.name.trim().split(" ");return n.length>=2?`${n[0][0]}${n[n.length-1][0]}`.toUpperCase():t.name.slice(0,2).toUpperCase()});return(n,r)=>(T(),I("div",{class:Se(["avatar",`avatar--${e.size}`]),title:e.name},[e.src?(T(),I("img",{key:0,src:e.src,alt:e.name,class:"avatar__image"},null,8,uc)):(T(),I("span",fc,K(s.value),1))],10,ac))}}),hc=He(dc,[["__scopeId","data-v-1ba250b8"]]),pc={class:"task-header__info"},gc={class:"task-header__name"},_c={key:0,class:"task-header__email"},mc=Fe({__name:"TaskHeader",props:{assignee:{},size:{default:"md"}},setup(e){return(t,s)=>(T(),I("div",{class:Se(["task-header",`task-header--${e.size}`])},[ve(hc,{name:e.assignee.name,src:e.assignee.avatar,size:e.size},null,8,["name","src","size"]),k("div",pc,[k("span",gc,K(e.assignee.name),1),e.assignee.email?(T(),I("span",_c,K(e.assignee.email),1)):ne("",!0)])],2))}}),vc=He(mc,[["__scopeId","data-v-ab3f897b"]]),bc={class:"time-estimate__item"},yc={class:"time-estimate__value"},xc={key:0,class:"time-estimate__separator"},Sc={key:1,class:"time-estimate__separator"},wc={class:"time-estimate__item"},Cc={class:"time-estimate__value time-estimate__value--spent"},kc={key:2,class:"time-estimate__separator"},Tc={key:3,class:"time-estimate__separator"},Ec={class:"time-estimate__item"},Pc={class:"time-estimate__value time-estimate__value--remaining"},$c=Fe({__name:"TimeEstimate",props:{estimate:{},variant:{default:"default"}},setup(e){const t=r=>`${r}h`,s=r=>r.estimated===0?0:Math.round(r.spent/r.estimated*100),n=r=>{const i=s(r);return i>=100?"danger":i>=80?"warning":"ok"};return(r,i)=>(T(),I("div",{class:Se(["time-estimate",[`time-estimate--${e.variant}`,`time-estimate--${n(e.estimate)}`]])},[k("div",bc,[i[0]||(i[0]=k("span",{class:"time-estimate__label"},"Estimado",-1)),k("span",yc,K(t(e.estimate.estimated)),1)]),e.variant==="default"?(T(),I("div",xc,"→")):(T(),I("div",Sc,"/")),k("div",wc,[i[1]||(i[1]=k("span",{class:"time-estimate__label"},"Gasto",-1)),k("span",Cc,K(t(e.estimate.spent)),1)]),e.variant==="default"?(T(),I("div",kc,"→")):(T(),I("div",Tc,"/")),k("div",Ec,[i[2]||(i[2]=k("span",{class:"time-estimate__label"},"Restante",-1)),k("span",Pc,K(t(e.estimate.remaining)),1)])],2))}}),Oc=He($c,[["__scopeId","data-v-7afb36c7"]]),Ac={class:"task-card__header"},Ic={class:"task-card__header-left"},Mc={class:"task-card__title"},Rc={key:1,class:"task-card__progress"},Dc={key:3,class:"task-card__days"},jc={class:"task-card__days-list"},Fc={key:4,class:"task-card__dates"},Hc={key:0,class:"task-card__date"},Lc={class:"task-card__date-value"},Nc={key:1,class:"task-card__date"},Bc={class:"task-card__date-value"},Uc={key:5,class:"task-card__tags"},Vc={key:6,class:"task-card__warnings"},Wc=Fe({__name:"TaskCard",props:{task:{},id:{},number:{},title:{},status:{},assignee:{},project:{},estimates:{},progress:{},tags:{},warnings:{},dueDate:{},startDate:{},variant:{default:"default"}},setup(e){const t=e,s=ee(()=>t.task?{...t.task,...t.id&&{id:t.id},...t.number!==void 0&&{number:t.number},...t.title&&{title:t.title},...t.status&&{status:t.status},...t.assignee&&{assignee:t.assignee},...t.project&&{project:t.project},...t.estimates&&{estimates:t.estimates},...t.progress&&{progress:t.progress},...t.tags&&{tags:t.tags},...t.warnings&&{warnings:t.warnings}}:{id:t.id||"",number:t.number||0,title:t.title||"",status:t.status||"pending",assignee:t.assignee,project:t.project||{segments:[]},estimates:t.estimates,progress:t.progress,tags:t.tags||[],warnings:t.warnings||[],dates:{created:new Date,...t.dueDate&&{dueDate:typeof t.dueDate=="string"?new Date(t.dueDate):t.dueDate},...t.startDate&&{started:typeof t.startDate=="string"?new Date(t.startDate):t.startDate}}}),n={pending:"default","in-progress":"primary",paused:"warning",done:"success",blocked:"danger"},r=ee(()=>{var d;const a=((d=s.value.progress)==null?void 0:d.percentage)||0;return s.value.status==="blocked"?"danger":s.value.status==="done"||a>=75?"success":a>=50?"primary":a>=25?"warning":"danger"}),i=ee(()=>({pending:"Pendente","in-progress":"Em Progresso",paused:"Pausada",done:"Concluída",blocked:"Bloqueada"})[s.value.status]),o=ee(()=>s.value.warnings&&s.value.warnings.length>0),l=a=>(typeof a=="string"?new Date(a):a).toLocaleDateString("pt-BR",{day:"2-digit",month:"2-digit"});return(a,d)=>{var f;return T(),I("div",{class:Se(["task-card",[`task-card--${e.variant}`,`task-card--${s.value.status}`,{"task-card--has-warnings":o.value}]])},[k("div",Ac,[k("div",Ic,[ve(Hs,{variant:n[s.value.status],size:"md"},{default:Zt(()=>[Ft(" #"+K(s.value.number),1)]),_:1},8,["variant"]),ve(Hs,{variant:"info",size:"sm"},{default:Zt(()=>[Ft(K(i.value),1)]),_:1})]),s.value.assignee?(T(),Re(vc,{key:0,assignee:s.value.assignee,size:"sm"},null,8,["assignee"])):ne("",!0)]),k("h3",Mc,K(s.value.title),1),s.value.project?(T(),Re(cc,{key:0,class:"task-card__project",project:s.value.project,"max-segments":3},null,8,["project"])):ne("",!0),s.value.progress?(T(),I("div",Rc,[ve(Xl,{percentage:s.value.progress.percentage,variant:r.value,"show-label":""},null,8,["percentage","variant"])])):ne("",!0),s.value.estimates?(T(),Re(Oc,{key:2,class:"task-card__estimates",estimate:s.value.estimates,variant:"compact"},null,8,["estimate"])):ne("",!0),(f=s.value.progress)!=null&&f.dayLogs&&s.value.progress.dayLogs.length>0?(T(),I("div",Dc,[d[0]||(d[0]=k("h4",{class:"task-card__days-title"},"Progresso Diário",-1)),k("div",jc,[(T(!0),I(le,null,Mt(s.value.progress.dayLogs.slice(-3),(p,S)=>(T(),Re(rc,{key:S,day:p,"max-hours":8,variant:"compact"},null,8,["day"]))),128))])])):ne("",!0),s.value.dates?(T(),I("div",Fc,[s.value.dates.dueDate?(T(),I("div",Hc,[d[1]||(d[1]=k("span",{class:"task-card__date-label"},"Prazo:",-1)),k("span",Lc,K(l(s.value.dates.dueDate)),1)])):ne("",!0),s.value.dates.started?(T(),I("div",Nc,[d[2]||(d[2]=k("span",{class:"task-card__date-label"},"Início:",-1)),k("span",Bc,K(l(s.value.dates.started)),1)])):ne("",!0)])):ne("",!0),s.value.tags&&s.value.tags.length>0?(T(),I("div",Uc,[(T(!0),I(le,null,Mt(s.value.tags,p=>(T(),Re(Hs,{key:p,variant:"default",size:"sm"},{default:Zt(()=>[Ft(K(p),1)]),_:2},1024))),128))])):ne("",!0),o.value?(T(),I("div",Vc,[(T(!0),I(le,null,Mt(s.value.warnings,(p,S)=>(T(),I("div",{class:"task-card__warning",key:S}," ⚠️ "+K(p),1))),128))])):ne("",!0)],2)}}}),Kc=He(Wc,[["__scopeId","data-v-c33b724e"]]),zc={class:"task-grid-container"},qc={class:"task-grid-header"},Jc={class:"task-grid-title"},Gc={class:"task-grid-stats"},Yc={class:"stat stat--total"},Xc={class:"stat__value"},Zc={key:0,class:"stat stat--in-progress"},Qc={class:"stat__value"},ea={key:1,class:"stat stat--blocked"},ta={class:"stat__value"},sa={key:2,class:"stat stat--paused"},na={class:"stat__value"},ra={key:0,class:"task-grid-loading"},ia={key:1,class:"task-grid-empty"},oa={class:"empty-message"},la={key:3,class:"task-grid-footer"},ca=Fe({__name:"TaskGrid",props:{tasks:{},columns:{default:3},gap:{default:"md"},loading:{type:Boolean,default:!1},emptyMessage:{default:"Nenhuma tarefa encontrada"},variant:{default:"default"}},setup(e){const t=e,s=ee(()=>["task-grid",{1:"task-grid--cols-1",2:"task-grid--cols-2",3:"task-grid--cols-3",4:"task-grid--cols-4"}[t.columns],`task-grid--gap-${t.gap}`]),n=ee(()=>({inProgress:t.tasks.filter(i=>i.status==="in-progress"),blocked:t.tasks.filter(i=>i.status==="blocked"),paused:t.tasks.filter(i=>i.status==="paused"),pending:t.tasks.filter(i=>i.status==="pending"),done:t.tasks.filter(i=>i.status==="done")})),r=ee(()=>({total:t.tasks.length,inProgress:n.value.inProgress.length,blocked:n.value.blocked.length,paused:n.value.paused.length,pending:n.value.pending.length,done:n.value.done.length}));return(i,o)=>(T(),I("div",zc,[k("div",qc,[k("h2",Jc,[Qt(i.$slots,"title",{},()=>[o[0]||(o[0]=Ft("Tarefas em Andamento",-1))])]),k("div",Gc,[k("div",Yc,[k("span",Xc,K(r.value.total),1),o[1]||(o[1]=k("span",{class:"stat__label"},"Total",-1))]),r.value.inProgress>0?(T(),I("div",Zc,[k("span",Qc,K(r.value.inProgress),1),o[2]||(o[2]=k("span",{class:"stat__label"},"Em Progresso",-1))])):ne("",!0),r.value.blocked>0?(T(),I("div",ea,[k("span",ta,K(r.value.blocked),1),o[3]||(o[3]=k("span",{class:"stat__label"},"Bloqueadas",-1))])):ne("",!0),r.value.paused>0?(T(),I("div",sa,[k("span",na,K(r.value.paused),1),o[4]||(o[4]=k("span",{class:"stat__label"},"Pausadas",-1))])):ne("",!0)])]),e.loading?(T(),I("div",ra,[...o[5]||(o[5]=[k("div",{class:"spinner"},null,-1),k("p",null,"Carregando tarefas...",-1)])])):e.tasks.length===0?(T(),I("div",ia,[o[6]||(o[6]=k("div",{class:"empty-icon"},"📋",-1)),k("p",oa,K(e.emptyMessage),1),Qt(i.$slots,"empty-action",{},void 0)])):(T(),I("div",{key:2,class:Se(s.value)},[(T(!0),I(le,null,Mt(e.tasks,l=>(T(),Re(Kc,{key:l.id,task:l,variant:e.variant},null,8,["task","variant"]))),128))],2)),i.$slots.footer?(T(),I("div",la,[Qt(i.$slots,"footer",{},void 0)])):ne("",!0)]))}}),aa=He(ca,[["__scopeId","data-v-b87397b3"]]),ua={class:"app"},fa={class:"app-header"},da={class:"header-content"},ha={class:"connection-status"},pa={class:"status-text"},ga=["disabled"],_a={key:0,class:"error-banner"},ma={class:"error-message"},va={class:"app-main"},ba={key:0,class:"loading-state"},ya={key:1,class:"empty-state"},xa=Fe({__name:"App",setup(e){const t=is(window.VITE_WS_URL||"ws://localhost:3001"),s=is(5e3),n=Kl(),r=ee(()=>n.connectionStatus),i=ee(()=>r.value.connected),o=ee(()=>r.value.error),l=ee(()=>n.tasks.map(b=>{let $=0;switch(b.status){case"done":$=100;break;case"in-progress":$=50;break;case"paused":$=30;break;case"pending":$=0;break;case"blocked":$=20;break}const D={id:b.id,number:parseInt(b.id,10)||0,title:b.title,description:b.content,status:b.status,assignee:b.assignee,dates:{created:b.createdAt||new Date().toISOString()},tags:b.type?[b.type]:[],progress:{percentage:$}};return console.log("Mapped task:",D.id,"assignee:",D.assignee),D})),a=ee(()=>n.loading);Fr(()=>{n.connect({wsUrl:t.value,autoReconnect:!0,reconnectDelay:s.value})}),hn(()=>{n.disconnect()});const d=()=>{n.getAllTasks()},f=ee(()=>i.value?"var(--color-success)":o.value?"var(--color-error)":"var(--color-warning)"),p=ee(()=>i.value?"Conectado":o.value?"Erro de conexão":"Conectando...");return(S,b)=>(T(),I("div",ua,[k("header",fa,[k("div",da,[b[0]||(b[0]=k("h1",{class:"app-title"},"Taskin Dashboard",-1)),k("div",ha,[k("span",{class:"status-indicator",style:ft({backgroundColor:f.value})},null,4),k("span",pa,K(p.value),1),o.value?(T(),I("button",{key:0,class:"retry-button",onClick:d,disabled:a.value},K(a.value?"Reconectando...":"Tentar novamente"),9,ga)):ne("",!0)])]),o.value?(T(),I("div",_a,[b[1]||(b[1]=k("span",{class:"error-icon"},"⚠️",-1)),k("span",ma,K(o.value),1)])):ne("",!0)]),k("main",va,[a.value&&l.value.length===0?(T(),I("div",ba,[...b[2]||(b[2]=[k("div",{class:"spinner"},null,-1),k("p",null,"Carregando tarefas...",-1)])])):!a.value&&l.value.length===0?(T(),I("div",ya,[...b[3]||(b[3]=[k("p",{class:"empty-icon"},"📋",-1),k("h2",null,"Nenhuma tarefa encontrada",-1),k("p",null,"Conecte-se ao servidor para visualizar suas tarefas.",-1)])])):(T(),Re(aa,{key:2,tasks:l.value},null,8,["tasks"]))])]))}}),Sa=He(xa,[["__scopeId","data-v-1038a50e"]]),di=Rl(Sa),wa=Fl();di.use(wa);di.mount("#app");
@@ -0,0 +1 @@
1
+ [data-v-714e24a1]:root{--bg-body: rgb(229, 239, 249);--bg-card: rgb(255, 255, 255);--bg-header: rgb(39, 110, 173);--bg-header-dark: rgb(14, 58, 102);--bg-alert-error: rgb(230, 128, 128);--bg-section-light: rgb(232, 242, 252);--bg-section-warning: rgb(240, 235, 213);--bg-section-error: rgb(249, 233, 233);--bg-progress: rgb(200, 217, 232);--bg-badge: rgb(176, 199, 219);--overlay: rgba(255, 255, 255, .5);--shadow-base: rgba(0, 0, 0, .15);--text-primary: rgb(0, 0, 0);--text-link: rgb(13, 68, 119);--text-link-light: rgb(182, 205, 227);--text-error: rgb(255, 0, 0);--text-error-bg: rgb(253, 241, 241);--text-secondary: rgb(45, 48, 56);--text-muted: rgb(108, 153, 195);--text-warning: rgb(187, 128, 71);--text-warning-light: rgb(202, 156, 96);--text-danger: rgb(196, 92, 92);--text-danger-alt: rgb(210, 92, 92);--text-info: rgb(76, 120, 152);--text-white: rgb(255, 255, 255);--text-header: rgb(11, 45, 80);--text-header-link: rgb(10, 78, 149);--text-success: rgb(0, 146, 19);--text-warning-dark: rgb(182, 120, 14);--text-error-dark: rgb(208, 58, 58);--border-default: rgb(128, 128, 128);--border-link: rgb(13, 68, 119);--border-muted: rgb(182, 205, 227);--status-progress-bg: rgb(39, 110, 173);--status-progress-text: rgb(255, 255, 255);--status-warning-bg: rgb(230, 128, 128);--status-warning-text: rgb(196, 92, 92);--status-success-bg: rgb(0, 146, 19);--status-success-text: rgb(255, 255, 255);--status-paused-bg: rgb(187, 128, 71);--status-paused-text: rgb(255, 255, 255);--shadow-header: rgb(0, 0, 0) 0px -2px 10px 4px, rgb(19, 85, 146) 0px -4px 14px -4px inset, rgb(24, 96, 162) 0px -6px 50px 0px inset;--shadow-card: rgba(0, 0, 0, .5) 0px 0px 15px 0px;--shadow-section-light: rgb(232, 242, 252) -3.55px -21.3px 28.4px 0px inset;--shadow-section-warning: rgb(240, 235, 213) -3.55px -21.3px 28.4px 0px inset;--shadow-section-error: rgb(249, 233, 233) -3.55px -21.3px 28.4px 0px inset;--font-family: "Ubuntu", "Roboto", Arial, sans-serif;--font-size-xs: 12.78px;--font-size-sm: 13.5px;--font-size-base: 14.2px;--font-size-md: 16px;--font-size-lg: 18.46px;--font-size-xl: 21.3px;--font-size-2xl: 24.14px;--font-size-3xl: 28.4px;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--line-height-tight: 1.2;--line-height-normal: 1.5;--line-height-relaxed: 1.75;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 12px;--spacing-lg: 16px;--spacing-xl: 24px;--spacing-2xl: 32px;--spacing-3xl: 48px;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px;--radius-xl: 10px;--radius-full: 50%;--card-padding: var(--spacing-lg);--card-gap: var(--spacing-lg);--grid-gap-horizontal: var(--spacing-lg);--grid-gap-vertical: var(--spacing-xl);--container-padding: var(--spacing-xl);--avatar-sm: 40px;--avatar-md: 60px;--avatar-lg: 80px;--avatar-xl: 100px;--badge-padding-x: var(--spacing-lg);--badge-padding-y: var(--spacing-sm);--progress-height: 28px;--z-base: 1;--z-dropdown: 100;--z-sticky: 200;--z-fixed: 300;--z-modal-backdrop: 400;--z-modal: 500;--z-popover: 600;--z-tooltip: 700;--transition-fast: .15s ease-in-out;--transition-base: .25s ease-in-out;--transition-slow: .35s ease-in-out}@media print{[data-v-714e24a1]:root{--shadow-card: none;--shadow-header: none}}.badge[data-v-714e24a1]{display:inline-flex;align-items:center;justify-content:center;padding:var(--badge-padding-y) var(--badge-padding-x);border-radius:var(--radius-sm);font-weight:var(--font-weight-semibold);line-height:var(--line-height-tight);white-space:nowrap;transition:all var(--transition-fast);font-family:var(--font-family)}.badge--default[data-v-714e24a1]{background-color:var(--bg-badge);color:var(--text-primary)}.badge--primary[data-v-714e24a1]{background-color:var(--status-progress-bg);color:var(--status-progress-text)}.badge--success[data-v-714e24a1]{background-color:var(--status-success-bg);color:var(--status-success-text)}.badge--warning[data-v-714e24a1]{background-color:var(--status-paused-bg);color:var(--status-paused-text)}.badge--danger[data-v-714e24a1]{background-color:var(--status-warning-bg);color:var(--status-warning-text)}.badge--info[data-v-714e24a1]{background-color:var(--bg-header);color:var(--text-white)}[data-v-948dfd2f]:root{--bg-body: rgb(229, 239, 249);--bg-card: rgb(255, 255, 255);--bg-header: rgb(39, 110, 173);--bg-header-dark: rgb(14, 58, 102);--bg-alert-error: rgb(230, 128, 128);--bg-section-light: rgb(232, 242, 252);--bg-section-warning: rgb(240, 235, 213);--bg-section-error: rgb(249, 233, 233);--bg-progress: rgb(200, 217, 232);--bg-badge: rgb(176, 199, 219);--overlay: rgba(255, 255, 255, .5);--shadow-base: rgba(0, 0, 0, .15);--text-primary: rgb(0, 0, 0);--text-link: rgb(13, 68, 119);--text-link-light: rgb(182, 205, 227);--text-error: rgb(255, 0, 0);--text-error-bg: rgb(253, 241, 241);--text-secondary: rgb(45, 48, 56);--text-muted: rgb(108, 153, 195);--text-warning: rgb(187, 128, 71);--text-warning-light: rgb(202, 156, 96);--text-danger: rgb(196, 92, 92);--text-danger-alt: rgb(210, 92, 92);--text-info: rgb(76, 120, 152);--text-white: rgb(255, 255, 255);--text-header: rgb(11, 45, 80);--text-header-link: rgb(10, 78, 149);--text-success: rgb(0, 146, 19);--text-warning-dark: rgb(182, 120, 14);--text-error-dark: rgb(208, 58, 58);--border-default: rgb(128, 128, 128);--border-link: rgb(13, 68, 119);--border-muted: rgb(182, 205, 227);--status-progress-bg: rgb(39, 110, 173);--status-progress-text: rgb(255, 255, 255);--status-warning-bg: rgb(230, 128, 128);--status-warning-text: rgb(196, 92, 92);--status-success-bg: rgb(0, 146, 19);--status-success-text: rgb(255, 255, 255);--status-paused-bg: rgb(187, 128, 71);--status-paused-text: rgb(255, 255, 255);--shadow-header: rgb(0, 0, 0) 0px -2px 10px 4px, rgb(19, 85, 146) 0px -4px 14px -4px inset, rgb(24, 96, 162) 0px -6px 50px 0px inset;--shadow-card: rgba(0, 0, 0, .5) 0px 0px 15px 0px;--shadow-section-light: rgb(232, 242, 252) -3.55px -21.3px 28.4px 0px inset;--shadow-section-warning: rgb(240, 235, 213) -3.55px -21.3px 28.4px 0px inset;--shadow-section-error: rgb(249, 233, 233) -3.55px -21.3px 28.4px 0px inset;--font-family: "Ubuntu", "Roboto", Arial, sans-serif;--font-size-xs: 12.78px;--font-size-sm: 13.5px;--font-size-base: 14.2px;--font-size-md: 16px;--font-size-lg: 18.46px;--font-size-xl: 21.3px;--font-size-2xl: 24.14px;--font-size-3xl: 28.4px;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--line-height-tight: 1.2;--line-height-normal: 1.5;--line-height-relaxed: 1.75;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 12px;--spacing-lg: 16px;--spacing-xl: 24px;--spacing-2xl: 32px;--spacing-3xl: 48px;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px;--radius-xl: 10px;--radius-full: 50%;--card-padding: var(--spacing-lg);--card-gap: var(--spacing-lg);--grid-gap-horizontal: var(--spacing-lg);--grid-gap-vertical: var(--spacing-xl);--container-padding: var(--spacing-xl);--avatar-sm: 40px;--avatar-md: 60px;--avatar-lg: 80px;--avatar-xl: 100px;--badge-padding-x: var(--spacing-lg);--badge-padding-y: var(--spacing-sm);--progress-height: 28px;--z-base: 1;--z-dropdown: 100;--z-sticky: 200;--z-fixed: 300;--z-modal-backdrop: 400;--z-modal: 500;--z-popover: 600;--z-tooltip: 700;--transition-fast: .15s ease-in-out;--transition-base: .25s ease-in-out;--transition-slow: .35s ease-in-out}@media print{[data-v-948dfd2f]:root{--shadow-card: none;--shadow-header: none}}.progress-bar[data-v-948dfd2f]{width:100%}.progress-bar__track[data-v-948dfd2f]{width:100%;height:var(--progress-height);background-color:var(--bg-progress);border-radius:var(--radius-sm);overflow:hidden}.progress-bar__fill[data-v-948dfd2f]{height:100%;display:flex;align-items:center;justify-content:center;transition:width var(--transition-base);position:relative}.progress-bar__fill--primary[data-v-948dfd2f]{background:var(--status-progress-bg)}.progress-bar__fill--success[data-v-948dfd2f]{background:var(--status-success-bg)}.progress-bar__fill--warning[data-v-948dfd2f]{background:var(--status-paused-bg)}.progress-bar__fill--danger[data-v-948dfd2f]{background:var(--status-warning-bg)}.progress-bar__label[data-v-948dfd2f]{color:var(--text-white);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);font-family:var(--font-family);text-shadow:0 1px 2px rgba(0,0,0,.3)}.day-bar[data-v-e31679f9]{display:flex;flex-direction:column;gap:.5rem}.day-bar--compact[data-v-e31679f9]{gap:.25rem}.day-bar__header[data-v-e31679f9]{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.day-bar--compact .day-bar__header[data-v-e31679f9]{font-size:.75rem}.day-bar__date[data-v-e31679f9]{color:var(--color-text-secondary, #666);font-weight:500}.day-bar__hours[data-v-e31679f9]{color:var(--color-text-primary, #1a1a1a);font-weight:600}.day-bar__progress[data-v-e31679f9]{height:8px;background:var(--color-bg-secondary, #e5e7eb);border-radius:4px;overflow:hidden}.day-bar--compact .day-bar__progress[data-v-e31679f9]{height:4px}.day-bar__fill[data-v-e31679f9]{height:100%;border-radius:4px;transition:width .3s ease,background .3s ease}.day-bar__fill--success[data-v-e31679f9]{background:linear-gradient(90deg,#10b981,#059669)}.day-bar__fill--primary[data-v-e31679f9]{background:linear-gradient(90deg,#3b82f6,#2563eb)}.day-bar__fill--warning[data-v-e31679f9]{background:linear-gradient(90deg,#f59e0b,#d97706)}.day-bar__fill--danger[data-v-e31679f9]{background:linear-gradient(90deg,#ef4444,#dc2626)}.day-bar__description[data-v-e31679f9]{margin:0;font-size:.75rem;color:var(--color-text-tertiary, #999);line-height:1.4}.project-breadcrumb[data-v-2a4d3f39]{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-text-secondary, #666);overflow:hidden}.project-breadcrumb__segment[data-v-2a4d3f39]{white-space:nowrap;transition:color .2s}.project-breadcrumb__segment[data-v-2a4d3f39]:last-child{color:var(--color-text-primary, #1a1a1a);font-weight:500}.project-breadcrumb__segment--ellipsis[data-v-2a4d3f39]{color:var(--color-text-tertiary, #999);letter-spacing:.1em}.project-breadcrumb__separator[data-v-2a4d3f39]{color:var(--color-text-tertiary, #999);font-weight:300;flex-shrink:0}.project-breadcrumb__segment[data-v-2a4d3f39]:not(.project-breadcrumb__segment--ellipsis):hover{color:var(--color-primary, #3b82f6);cursor:pointer}.avatar[data-v-1ba250b8]{display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600;flex-shrink:0}.avatar--sm[data-v-1ba250b8]{width:2rem;height:2rem;font-size:.75rem}.avatar--md[data-v-1ba250b8]{width:2.5rem;height:2.5rem;font-size:.875rem}.avatar--lg[data-v-1ba250b8]{width:3rem;height:3rem;font-size:1rem}.avatar--xl[data-v-1ba250b8]{width:4rem;height:4rem;font-size:1.25rem}.avatar__image[data-v-1ba250b8]{width:100%;height:100%;object-fit:cover}.avatar__initials[data-v-1ba250b8]{-webkit-user-select:none;user-select:none}.task-header[data-v-ab3f897b]{display:flex;align-items:center;gap:.75rem}.task-header__info[data-v-ab3f897b]{display:flex;flex-direction:column;gap:.125rem;min-width:0}.task-header__name[data-v-ab3f897b]{font-weight:500;color:var(--color-text-primary, #1a1a1a);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.task-header__email[data-v-ab3f897b]{font-size:.875em;color:var(--color-text-secondary, #666);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.task-header--sm .task-header__name[data-v-ab3f897b]{font-size:.875rem}.task-header--sm .task-header__email[data-v-ab3f897b]{font-size:.75rem}.task-header--md .task-header__name[data-v-ab3f897b]{font-size:1rem}.task-header--md .task-header__email[data-v-ab3f897b]{font-size:.875rem}.task-header--lg .task-header__name[data-v-ab3f897b]{font-size:1.125rem}.task-header--lg .task-header__email[data-v-ab3f897b]{font-size:1rem}.time-estimate[data-v-7afb36c7]{display:flex;align-items:center;gap:.75rem;font-size:.875rem}.time-estimate--compact[data-v-7afb36c7]{gap:.5rem;font-size:.75rem}.time-estimate__item[data-v-7afb36c7]{display:flex;flex-direction:column;align-items:center;gap:.25rem}.time-estimate--compact .time-estimate__item[data-v-7afb36c7]{flex-direction:row;gap:.375rem}.time-estimate__label[data-v-7afb36c7]{font-size:.75em;color:var(--color-text-secondary, #666);font-weight:500;text-transform:uppercase;letter-spacing:.05em}.time-estimate--compact .time-estimate__label[data-v-7afb36c7]{display:none}.time-estimate__value[data-v-7afb36c7]{font-size:1.25em;font-weight:600;color:var(--color-text-primary, #1a1a1a)}.time-estimate__separator[data-v-7afb36c7]{color:var(--color-text-tertiary, #999);font-weight:300;font-size:1.1em}.time-estimate--ok .time-estimate__value--spent[data-v-7afb36c7]{color:var(--color-success, #10b981)}.time-estimate--warning .time-estimate__value--spent[data-v-7afb36c7]{color:var(--color-warning, #f59e0b)}.time-estimate--danger .time-estimate__value--spent[data-v-7afb36c7],.time-estimate--danger .time-estimate__value--remaining[data-v-7afb36c7]{color:var(--color-danger, #ef4444)}[data-v-c33b724e]:root{--bg-body: rgb(229, 239, 249);--bg-card: rgb(255, 255, 255);--bg-header: rgb(39, 110, 173);--bg-header-dark: rgb(14, 58, 102);--bg-alert-error: rgb(230, 128, 128);--bg-section-light: rgb(232, 242, 252);--bg-section-warning: rgb(240, 235, 213);--bg-section-error: rgb(249, 233, 233);--bg-progress: rgb(200, 217, 232);--bg-badge: rgb(176, 199, 219);--overlay: rgba(255, 255, 255, .5);--shadow-base: rgba(0, 0, 0, .15);--text-primary: rgb(0, 0, 0);--text-link: rgb(13, 68, 119);--text-link-light: rgb(182, 205, 227);--text-error: rgb(255, 0, 0);--text-error-bg: rgb(253, 241, 241);--text-secondary: rgb(45, 48, 56);--text-muted: rgb(108, 153, 195);--text-warning: rgb(187, 128, 71);--text-warning-light: rgb(202, 156, 96);--text-danger: rgb(196, 92, 92);--text-danger-alt: rgb(210, 92, 92);--text-info: rgb(76, 120, 152);--text-white: rgb(255, 255, 255);--text-header: rgb(11, 45, 80);--text-header-link: rgb(10, 78, 149);--text-success: rgb(0, 146, 19);--text-warning-dark: rgb(182, 120, 14);--text-error-dark: rgb(208, 58, 58);--border-default: rgb(128, 128, 128);--border-link: rgb(13, 68, 119);--border-muted: rgb(182, 205, 227);--status-progress-bg: rgb(39, 110, 173);--status-progress-text: rgb(255, 255, 255);--status-warning-bg: rgb(230, 128, 128);--status-warning-text: rgb(196, 92, 92);--status-success-bg: rgb(0, 146, 19);--status-success-text: rgb(255, 255, 255);--status-paused-bg: rgb(187, 128, 71);--status-paused-text: rgb(255, 255, 255);--shadow-header: rgb(0, 0, 0) 0px -2px 10px 4px, rgb(19, 85, 146) 0px -4px 14px -4px inset, rgb(24, 96, 162) 0px -6px 50px 0px inset;--shadow-card: rgba(0, 0, 0, .5) 0px 0px 15px 0px;--shadow-section-light: rgb(232, 242, 252) -3.55px -21.3px 28.4px 0px inset;--shadow-section-warning: rgb(240, 235, 213) -3.55px -21.3px 28.4px 0px inset;--shadow-section-error: rgb(249, 233, 233) -3.55px -21.3px 28.4px 0px inset;--font-family: "Ubuntu", "Roboto", Arial, sans-serif;--font-size-xs: 12.78px;--font-size-sm: 13.5px;--font-size-base: 14.2px;--font-size-md: 16px;--font-size-lg: 18.46px;--font-size-xl: 21.3px;--font-size-2xl: 24.14px;--font-size-3xl: 28.4px;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--line-height-tight: 1.2;--line-height-normal: 1.5;--line-height-relaxed: 1.75;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 12px;--spacing-lg: 16px;--spacing-xl: 24px;--spacing-2xl: 32px;--spacing-3xl: 48px;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px;--radius-xl: 10px;--radius-full: 50%;--card-padding: var(--spacing-lg);--card-gap: var(--spacing-lg);--grid-gap-horizontal: var(--spacing-lg);--grid-gap-vertical: var(--spacing-xl);--container-padding: var(--spacing-xl);--avatar-sm: 40px;--avatar-md: 60px;--avatar-lg: 80px;--avatar-xl: 100px;--badge-padding-x: var(--spacing-lg);--badge-padding-y: var(--spacing-sm);--progress-height: 28px;--z-base: 1;--z-dropdown: 100;--z-sticky: 200;--z-fixed: 300;--z-modal-backdrop: 400;--z-modal: 500;--z-popover: 600;--z-tooltip: 700;--transition-fast: .15s ease-in-out;--transition-base: .25s ease-in-out;--transition-slow: .35s ease-in-out}@media print{[data-v-c33b724e]:root{--shadow-card: none;--shadow-header: none}}.task-card[data-v-c33b724e]{background:var(--bg-card);border:3px solid var(--border-muted);border-radius:var(--radius-lg);padding:var(--card-padding);transition:all var(--transition-base);display:flex;flex-direction:column;gap:var(--spacing-md);box-shadow:var(--shadow-card);font-family:var(--font-family);position:relative}.task-card[data-v-c33b724e]:hover{transform:translateY(-2px);box-shadow:var(--shadow-card),0 8px 24px #00000026}.task-card--in-progress[data-v-c33b724e]{border-color:var(--status-progress-bg)}.task-card--blocked[data-v-c33b724e]{border-color:var(--status-warning-bg);background:var(--bg-section-error)}.task-card--done[data-v-c33b724e]{border-color:var(--status-success-bg);opacity:.85}.task-card--paused[data-v-c33b724e]{border-color:var(--status-paused-bg)}.task-card--has-warnings[data-v-c33b724e]{border-color:var(--status-warning-bg);box-shadow:var(--shadow-card),0 0 0 3px var(--status-warning-bg)}.task-card__header[data-v-c33b724e]{display:flex;justify-content:space-between;align-items:center;gap:var(--spacing-md)}.task-card__header-left[data-v-c33b724e]{display:flex;gap:var(--spacing-sm);align-items:center;flex-wrap:wrap}.task-card__title[data-v-c33b724e]{font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);color:var(--text-primary);margin:0;line-height:var(--line-height-tight);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.task-card__project[data-v-c33b724e]{opacity:.8}.task-card__progress[data-v-c33b724e]{margin:var(--spacing-sm) 0}.task-card__estimates[data-v-c33b724e]{padding:var(--spacing-md);background:var(--bg-section-light);border-radius:var(--radius-md);box-shadow:var(--shadow-section-light)}.task-card__days[data-v-c33b724e]{display:flex;flex-direction:column;gap:var(--spacing-sm)}.task-card__days-title[data-v-c33b724e]{font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);color:var(--text-muted);margin:0}.task-card__days-list[data-v-c33b724e]{display:flex;flex-direction:column;gap:var(--spacing-sm)}.task-card__dates[data-v-c33b724e]{display:flex;gap:var(--spacing-md);flex-wrap:wrap;padding:var(--spacing-md);background:var(--bg-section-light);border-radius:var(--radius-sm);font-size:var(--font-size-sm)}.task-card__date[data-v-c33b724e]{display:flex;gap:var(--spacing-sm)}.task-card__date-label[data-v-c33b724e]{color:var(--text-muted);font-weight:var(--font-weight-medium)}.task-card__date-value[data-v-c33b724e]{color:var(--text-primary);font-weight:var(--font-weight-semibold)}.task-card__tags[data-v-c33b724e]{display:flex;flex-wrap:wrap;gap:var(--spacing-sm)}.task-card__warnings[data-v-c33b724e]{display:flex;flex-direction:column;gap:var(--spacing-sm);padding:var(--spacing-md);background:var(--bg-section-warning);border:2px solid var(--status-warning-bg);border-radius:var(--radius-sm);box-shadow:var(--shadow-section-warning)}.task-card__warning[data-v-c33b724e]{font-size:var(--font-size-sm);color:var(--text-warning-dark);display:flex;align-items:center;gap:var(--spacing-sm)}.task-card--compact[data-v-c33b724e]{padding:var(--spacing-md);gap:var(--spacing-sm)}.task-card--compact .task-card__title[data-v-c33b724e]{font-size:var(--font-size-md);-webkit-line-clamp:1;line-clamp:1}.task-card--compact .task-card__days[data-v-c33b724e]{display:none}@media(max-width:768px){.task-card[data-v-c33b724e]{padding:var(--spacing-md);gap:var(--spacing-sm)}.task-card__header[data-v-c33b724e]{flex-direction:column;align-items:flex-start}.task-card__title[data-v-c33b724e]{font-size:var(--font-size-md)}}[data-v-b87397b3]:root{--bg-body: rgb(229, 239, 249);--bg-card: rgb(255, 255, 255);--bg-header: rgb(39, 110, 173);--bg-header-dark: rgb(14, 58, 102);--bg-alert-error: rgb(230, 128, 128);--bg-section-light: rgb(232, 242, 252);--bg-section-warning: rgb(240, 235, 213);--bg-section-error: rgb(249, 233, 233);--bg-progress: rgb(200, 217, 232);--bg-badge: rgb(176, 199, 219);--overlay: rgba(255, 255, 255, .5);--shadow-base: rgba(0, 0, 0, .15);--text-primary: rgb(0, 0, 0);--text-link: rgb(13, 68, 119);--text-link-light: rgb(182, 205, 227);--text-error: rgb(255, 0, 0);--text-error-bg: rgb(253, 241, 241);--text-secondary: rgb(45, 48, 56);--text-muted: rgb(108, 153, 195);--text-warning: rgb(187, 128, 71);--text-warning-light: rgb(202, 156, 96);--text-danger: rgb(196, 92, 92);--text-danger-alt: rgb(210, 92, 92);--text-info: rgb(76, 120, 152);--text-white: rgb(255, 255, 255);--text-header: rgb(11, 45, 80);--text-header-link: rgb(10, 78, 149);--text-success: rgb(0, 146, 19);--text-warning-dark: rgb(182, 120, 14);--text-error-dark: rgb(208, 58, 58);--border-default: rgb(128, 128, 128);--border-link: rgb(13, 68, 119);--border-muted: rgb(182, 205, 227);--status-progress-bg: rgb(39, 110, 173);--status-progress-text: rgb(255, 255, 255);--status-warning-bg: rgb(230, 128, 128);--status-warning-text: rgb(196, 92, 92);--status-success-bg: rgb(0, 146, 19);--status-success-text: rgb(255, 255, 255);--status-paused-bg: rgb(187, 128, 71);--status-paused-text: rgb(255, 255, 255);--shadow-header: rgb(0, 0, 0) 0px -2px 10px 4px, rgb(19, 85, 146) 0px -4px 14px -4px inset, rgb(24, 96, 162) 0px -6px 50px 0px inset;--shadow-card: rgba(0, 0, 0, .5) 0px 0px 15px 0px;--shadow-section-light: rgb(232, 242, 252) -3.55px -21.3px 28.4px 0px inset;--shadow-section-warning: rgb(240, 235, 213) -3.55px -21.3px 28.4px 0px inset;--shadow-section-error: rgb(249, 233, 233) -3.55px -21.3px 28.4px 0px inset;--font-family: "Ubuntu", "Roboto", Arial, sans-serif;--font-size-xs: 12.78px;--font-size-sm: 13.5px;--font-size-base: 14.2px;--font-size-md: 16px;--font-size-lg: 18.46px;--font-size-xl: 21.3px;--font-size-2xl: 24.14px;--font-size-3xl: 28.4px;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--line-height-tight: 1.2;--line-height-normal: 1.5;--line-height-relaxed: 1.75;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 12px;--spacing-lg: 16px;--spacing-xl: 24px;--spacing-2xl: 32px;--spacing-3xl: 48px;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px;--radius-xl: 10px;--radius-full: 50%;--card-padding: var(--spacing-lg);--card-gap: var(--spacing-lg);--grid-gap-horizontal: var(--spacing-lg);--grid-gap-vertical: var(--spacing-xl);--container-padding: var(--spacing-xl);--avatar-sm: 40px;--avatar-md: 60px;--avatar-lg: 80px;--avatar-xl: 100px;--badge-padding-x: var(--spacing-lg);--badge-padding-y: var(--spacing-sm);--progress-height: 28px;--z-base: 1;--z-dropdown: 100;--z-sticky: 200;--z-fixed: 300;--z-modal-backdrop: 400;--z-modal: 500;--z-popover: 600;--z-tooltip: 700;--transition-fast: .15s ease-in-out;--transition-base: .25s ease-in-out;--transition-slow: .35s ease-in-out}@media print{[data-v-b87397b3]:root{--shadow-card: none;--shadow-header: none}}.task-grid-container[data-v-b87397b3]{width:100%;max-width:1920px;margin:0 auto;padding:var(--container-padding);background:var(--bg-body);font-family:var(--font-family)}.task-grid-header[data-v-b87397b3]{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-2xl);gap:var(--spacing-xl);flex-wrap:wrap}.task-grid-title[data-v-b87397b3]{font-size:var(--font-size-3xl);font-weight:var(--font-weight-bold);color:var(--text-primary);margin:0}.task-grid-stats[data-v-b87397b3]{display:flex;gap:var(--spacing-md);flex-wrap:wrap}.stat[data-v-b87397b3]{display:flex;flex-direction:column;align-items:center;padding:var(--spacing-md) var(--spacing-lg);border-radius:var(--radius-lg);background:var(--bg-card);min-width:80px;box-shadow:var(--shadow-card)}.stat__value[data-v-b87397b3]{font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold);line-height:var(--line-height-tight)}.stat__label[data-v-b87397b3]{font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);color:var(--text-muted);margin-top:var(--spacing-xs);text-transform:uppercase;letter-spacing:.5px}.stat--total[data-v-b87397b3]{background:var(--bg-section-light)}.stat--total .stat__value[data-v-b87397b3]{color:var(--text-header-link)}.stat--in-progress[data-v-b87397b3]{background:var(--bg-section-light)}.stat--in-progress .stat__value[data-v-b87397b3]{color:var(--status-progress-bg)}.stat--blocked[data-v-b87397b3]{background:var(--bg-section-error)}.stat--blocked .stat__value[data-v-b87397b3]{color:var(--status-warning-text)}.stat--paused[data-v-b87397b3]{background:var(--bg-section-warning)}.stat--paused .stat__value[data-v-b87397b3]{color:var(--status-paused-bg)}.task-grid[data-v-b87397b3]{display:grid;gap:var(--grid-gap);width:100%}.task-grid--gap-sm[data-v-b87397b3]{--grid-gap: var(--spacing-md)}.task-grid--gap-md[data-v-b87397b3]{--grid-gap: var(--grid-gap-horizontal)}.task-grid--gap-lg[data-v-b87397b3]{--grid-gap: var(--spacing-xl)}.task-grid--cols-1[data-v-b87397b3]{grid-template-columns:1fr}.task-grid--cols-2[data-v-b87397b3]{grid-template-columns:repeat(2,1fr)}.task-grid--cols-3[data-v-b87397b3]{grid-template-columns:repeat(3,1fr)}.task-grid--cols-4[data-v-b87397b3]{grid-template-columns:repeat(4,1fr)}@media(max-width:1400px){.task-grid--cols-4[data-v-b87397b3]{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){.task-grid--cols-3[data-v-b87397b3],.task-grid--cols-4[data-v-b87397b3]{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.task-grid-container[data-v-b87397b3]{padding:var(--spacing-md)}.task-grid-header[data-v-b87397b3]{flex-direction:column;align-items:flex-start;margin-bottom:var(--spacing-xl)}.task-grid-title[data-v-b87397b3]{font-size:var(--font-size-xl)}.task-grid-stats[data-v-b87397b3]{width:100%;justify-content:space-between}.stat[data-v-b87397b3]{flex:1;min-width:70px;padding:var(--spacing-sm) var(--spacing-md)}.stat__value[data-v-b87397b3]{font-size:var(--font-size-xl)}.stat__label[data-v-b87397b3]{font-size:var(--font-size-xs)}.task-grid--cols-2[data-v-b87397b3],.task-grid--cols-3[data-v-b87397b3],.task-grid--cols-4[data-v-b87397b3]{grid-template-columns:1fr}}.task-grid-loading[data-v-b87397b3]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--spacing-3xl) var(--spacing-xl);color:var(--text-muted)}.spinner[data-v-b87397b3]{width:48px;height:48px;border:4px solid var(--bg-progress);border-top:4px solid var(--status-progress-bg);border-radius:var(--radius-full);animation:spin-b87397b3 1s linear infinite;margin-bottom:var(--spacing-md)}@keyframes spin-b87397b3{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.task-grid-loading p[data-v-b87397b3]{font-size:var(--font-size-md);margin:0}.task-grid-empty[data-v-b87397b3]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--spacing-3xl) var(--spacing-xl);text-align:center}.empty-icon[data-v-b87397b3]{font-size:var(--font-size-3xl);margin-bottom:var(--spacing-md);opacity:.5}.empty-message[data-v-b87397b3]{font-size:var(--font-size-lg);color:var(--text-muted);margin:0 0 var(--spacing-xl)}.task-grid-footer[data-v-b87397b3]{margin-top:var(--spacing-xl);padding-top:var(--spacing-xl);border-top:2px solid var(--border-muted)}@media(min-width:1920px){.task-grid-container[data-v-b87397b3]{padding:var(--spacing-2xl)}.task-grid-header[data-v-b87397b3]{margin-bottom:var(--spacing-3xl)}.task-grid-title[data-v-b87397b3]{font-size:var(--font-size-3xl)}.stat[data-v-b87397b3]{padding:var(--spacing-lg) var(--spacing-xl);min-width:100px}.stat__value[data-v-b87397b3]{font-size:var(--font-size-2xl)}.stat__label[data-v-b87397b3]{font-size:var(--font-size-sm)}}@media print{.task-grid-container[data-v-b87397b3]{padding:0}.task-grid-stats[data-v-b87397b3]{display:none}.task-grid[data-v-b87397b3]{grid-template-columns:repeat(2,1fr);gap:1rem}}.app[data-v-1038a50e]{min-height:100vh;background:var(--color-background, #f5f5f5);font-family:var(--font-family-base, "Ubuntu", system-ui, sans-serif)}.app-header[data-v-1038a50e]{background:#fff;border-bottom:1px solid var(--color-border, #e5e5e5);box-shadow:var(--shadow-sm, 0 1px 3px rgba(0, 0, 0, .1));position:sticky;top:0;z-index:100}.header-content[data-v-1038a50e]{max-width:1400px;margin:0 auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;gap:2rem}.app-title[data-v-1038a50e]{margin:0;font-size:1.5rem;font-weight:500;color:var(--color-text-primary, #212529)}.connection-status[data-v-1038a50e]{display:flex;align-items:center;gap:.75rem}.status-indicator[data-v-1038a50e]{width:10px;height:10px;border-radius:50%;animation:pulse-1038a50e 2s ease-in-out infinite}@keyframes pulse-1038a50e{0%,to{opacity:1}50%{opacity:.5}}.status-text[data-v-1038a50e]{font-size:.875rem;font-weight:500;color:var(--color-text-secondary, #495057)}.retry-button[data-v-1038a50e]{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#fff;background:var(--color-primary, #169bd7);border:none;border-radius:6px;cursor:pointer;transition:all .2s}.retry-button[data-v-1038a50e]:hover:not(:disabled){background:var(--color-primary-dark, #0d7eb9);transform:translateY(-1px)}.retry-button[data-v-1038a50e]:disabled{opacity:.6;cursor:not-allowed}.error-banner[data-v-1038a50e]{background:var(--color-error-bg, #fff5f5);border-top:1px solid var(--color-error-border, #feb2b2);padding:.75rem 1.5rem;display:flex;align-items:center;gap:.75rem;max-width:1400px;margin:0 auto}.error-icon[data-v-1038a50e]{font-size:1.25rem}.error-message[data-v-1038a50e]{font-size:.875rem;color:var(--color-error, #c92a2a)}.app-main[data-v-1038a50e]{max-width:1400px;margin:0 auto;padding:2rem 1.5rem}.loading-state[data-v-1038a50e],.empty-state[data-v-1038a50e]{text-align:center;padding:4rem 2rem}.spinner[data-v-1038a50e]{width:48px;height:48px;border:4px solid var(--color-border, #e5e5e5);border-top-color:var(--color-primary, #169bd7);border-radius:50%;animation:spin-1038a50e .8s linear infinite;margin:0 auto 1rem}@keyframes spin-1038a50e{to{transform:rotate(360deg)}}.loading-state p[data-v-1038a50e],.empty-state p[data-v-1038a50e]{color:var(--color-text-secondary, #495057);margin:.5rem 0}.empty-icon[data-v-1038a50e]{font-size:4rem;margin-bottom:1rem}.empty-state h2[data-v-1038a50e]{font-size:1.5rem;font-weight:500;color:var(--color-text-primary, #212529);margin-bottom:.5rem}:root{--bg-body: rgb(229, 239, 249);--bg-card: rgb(255, 255, 255);--bg-header: rgb(39, 110, 173);--bg-header-dark: rgb(14, 58, 102);--bg-alert-error: rgb(230, 128, 128);--bg-section-light: rgb(232, 242, 252);--bg-section-warning: rgb(240, 235, 213);--bg-section-error: rgb(249, 233, 233);--bg-progress: rgb(200, 217, 232);--bg-badge: rgb(176, 199, 219);--overlay: rgba(255, 255, 255, .5);--shadow-base: rgba(0, 0, 0, .15);--text-primary: rgb(0, 0, 0);--text-link: rgb(13, 68, 119);--text-link-light: rgb(182, 205, 227);--text-error: rgb(255, 0, 0);--text-error-bg: rgb(253, 241, 241);--text-secondary: rgb(45, 48, 56);--text-muted: rgb(108, 153, 195);--text-warning: rgb(187, 128, 71);--text-warning-light: rgb(202, 156, 96);--text-danger: rgb(196, 92, 92);--text-danger-alt: rgb(210, 92, 92);--text-info: rgb(76, 120, 152);--text-white: rgb(255, 255, 255);--text-header: rgb(11, 45, 80);--text-header-link: rgb(10, 78, 149);--text-success: rgb(0, 146, 19);--text-warning-dark: rgb(182, 120, 14);--text-error-dark: rgb(208, 58, 58);--border-default: rgb(128, 128, 128);--border-link: rgb(13, 68, 119);--border-muted: rgb(182, 205, 227);--status-progress-bg: rgb(39, 110, 173);--status-progress-text: rgb(255, 255, 255);--status-warning-bg: rgb(230, 128, 128);--status-warning-text: rgb(196, 92, 92);--status-success-bg: rgb(0, 146, 19);--status-success-text: rgb(255, 255, 255);--status-paused-bg: rgb(187, 128, 71);--status-paused-text: rgb(255, 255, 255);--shadow-header: rgb(0, 0, 0) 0px -2px 10px 4px, rgb(19, 85, 146) 0px -4px 14px -4px inset, rgb(24, 96, 162) 0px -6px 50px 0px inset;--shadow-card: rgba(0, 0, 0, .5) 0px 0px 15px 0px;--shadow-section-light: rgb(232, 242, 252) -3.55px -21.3px 28.4px 0px inset;--shadow-section-warning: rgb(240, 235, 213) -3.55px -21.3px 28.4px 0px inset;--shadow-section-error: rgb(249, 233, 233) -3.55px -21.3px 28.4px 0px inset;--font-family: "Ubuntu", "Roboto", Arial, sans-serif;--font-size-xs: 12.78px;--font-size-sm: 13.5px;--font-size-base: 14.2px;--font-size-md: 16px;--font-size-lg: 18.46px;--font-size-xl: 21.3px;--font-size-2xl: 24.14px;--font-size-3xl: 28.4px;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--line-height-tight: 1.2;--line-height-normal: 1.5;--line-height-relaxed: 1.75;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 12px;--spacing-lg: 16px;--spacing-xl: 24px;--spacing-2xl: 32px;--spacing-3xl: 48px;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px;--radius-xl: 10px;--radius-full: 50%;--card-padding: var(--spacing-lg);--card-gap: var(--spacing-lg);--grid-gap-horizontal: var(--spacing-lg);--grid-gap-vertical: var(--spacing-xl);--container-padding: var(--spacing-xl);--avatar-sm: 40px;--avatar-md: 60px;--avatar-lg: 80px;--avatar-xl: 100px;--badge-padding-x: var(--spacing-lg);--badge-padding-y: var(--spacing-sm);--progress-height: 28px;--z-base: 1;--z-dropdown: 100;--z-sticky: 200;--z-fixed: 300;--z-modal-backdrop: 400;--z-modal: 500;--z-popover: 600;--z-tooltip: 700;--transition-fast: .15s ease-in-out;--transition-base: .25s ease-in-out;--transition-slow: .35s ease-in-out}@media print{:root{--shadow-card: none;--shadow-header: none}}
@@ -0,0 +1,14 @@
1
+ <!DOCTYPE html>
2
+ <html lang="pt-BR">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <link rel="icon" type="image/svg+xml" href="/vite.svg" />
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
+ <title>Taskin Dashboard</title>
8
+ <script type="module" crossorigin src="/assets/index-BUUmUx2c.js"></script>
9
+ <link rel="stylesheet" crossorigin href="/assets/index-C7xLvQXX.css">
10
+ </head>
11
+ <body>
12
+ <div id="app"></div>
13
+ </body>
14
+ </html>