@turquoisehealth/pit-viper 2.96.1-dev.2 → 2.97.1-dev.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (115) hide show
  1. package/_site/assets/css/pit-viper-v2-scoped.css +19 -0
  2. package/_site/assets/css/pit-viper-v2.css +21 -0
  3. package/_site/assets/css/pit-viper.css +21 -0
  4. package/package.json +38 -11
  5. package/pv-components/dist/stats/vue/base/stats.html +4949 -0
  6. package/pv-components/dist/stats/vue/visualizations/stats.html +4949 -0
  7. package/pv-components/dist/stats/web/pv-accordion-stats.html +4949 -0
  8. package/pv-components/dist/stats/web/pv-action-bar-stats.html +4949 -0
  9. package/pv-components/dist/stats/web/pv-avatar-group-stats.html +4949 -0
  10. package/pv-components/dist/stats/web/pv-avatar-stats.html +4949 -0
  11. package/pv-components/dist/stats/web/pv-banner-stats.html +4949 -0
  12. package/pv-components/dist/stats/web/pv-breadcrumbs-stats.html +4949 -0
  13. package/pv-components/dist/stats/web/pv-button-stats.html +4949 -0
  14. package/pv-components/dist/stats/web/pv-card-stats.html +4949 -0
  15. package/pv-components/dist/stats/web/pv-checkbox-stats.html +4949 -0
  16. package/pv-components/dist/stats/web/pv-company-label-stats.html +4949 -0
  17. package/pv-components/dist/stats/web/pv-company-logo-stats.html +4949 -0
  18. package/pv-components/dist/stats/web/pv-company-tag-stats.html +4949 -0
  19. package/pv-components/dist/stats/web/pv-counter-badge-stats.html +4949 -0
  20. package/pv-components/dist/stats/web/pv-date-picker-stats.html +4949 -0
  21. package/pv-components/dist/stats/web/pv-date-time-stats.html +4949 -0
  22. package/pv-components/dist/stats/web/pv-drawer-stats.html +4949 -0
  23. package/pv-components/dist/stats/web/pv-dropdown-stats.html +4949 -0
  24. package/pv-components/dist/stats/web/pv-expandable-content-stats.html +4949 -0
  25. package/pv-components/dist/stats/web/pv-ghost-input-stats.html +4949 -0
  26. package/pv-components/dist/stats/web/pv-icon-stats.html +4949 -0
  27. package/pv-components/dist/stats/web/pv-input-stats.html +4949 -0
  28. package/pv-components/dist/stats/web/pv-insight-card-stats.html +4949 -0
  29. package/pv-components/dist/stats/web/pv-modal-stats.html +4949 -0
  30. package/pv-components/dist/stats/web/pv-multi-select-button-stats.html +4949 -0
  31. package/pv-components/dist/stats/web/pv-pagination-stats.html +4949 -0
  32. package/pv-components/dist/stats/web/pv-pill-stats.html +4949 -0
  33. package/pv-components/dist/stats/web/pv-popover-stats.html +4949 -0
  34. package/pv-components/dist/stats/web/pv-popover-v2-stats.html +4949 -0
  35. package/pv-components/dist/stats/web/pv-rating-stats.html +4949 -0
  36. package/pv-components/dist/stats/web/pv-release-badge-stats.html +4949 -0
  37. package/pv-components/dist/stats/web/pv-search-input-stats.html +4949 -0
  38. package/pv-components/dist/stats/web/pv-segmented-control-stats.html +4949 -0
  39. package/pv-components/dist/stats/web/pv-select-button-stats.html +4949 -0
  40. package/pv-components/dist/stats/web/pv-selectable-card-stats.html +4949 -0
  41. package/pv-components/dist/stats/web/pv-side-panel-stats.html +4949 -0
  42. package/pv-components/dist/stats/web/pv-skeleton-stats.html +4949 -0
  43. package/pv-components/dist/stats/web/pv-spinner-stats.html +4949 -0
  44. package/pv-components/dist/stats/web/pv-sprite-stats.html +4949 -0
  45. package/pv-components/dist/stats/web/pv-suggestion-tag-stats.html +4949 -0
  46. package/pv-components/dist/stats/web/pv-switch-stats.html +4949 -0
  47. package/pv-components/dist/stats/web/pv-tab-list-stats.html +4949 -0
  48. package/pv-components/dist/stats/web/pv-tabs-stats.html +4949 -0
  49. package/pv-components/dist/stats/web/pv-tag-stats.html +4949 -0
  50. package/pv-components/dist/stats/web/pv-text-area-stats.html +4949 -0
  51. package/pv-components/dist/stats/web/pv-toast-stats.html +4949 -0
  52. package/pv-components/dist/stats/web/pv-toggle-button-stats.html +4949 -0
  53. package/pv-components/dist/stats/web/pv-toggle-group-stats.html +4949 -0
  54. package/pv-components/dist/stats/web/pv-tooltip-stats.html +4949 -0
  55. package/pv-components/dist/stats/web/pv-tooltip-v2-stats.html +4949 -0
  56. package/pv-components/dist/stats/web/pv-widget-stats.html +4949 -0
  57. package/pv-components/dist/vue/base/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +3 -4
  58. package/pv-components/dist/vue/base/components/base/PvSelectButton/PvSelectButton.vue.d.ts +1 -1
  59. package/pv-components/dist/vue/base/pv-components-base.mjs +4069 -6306
  60. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +3357 -5870
  61. package/pv-components/dist/web/components/pv-accordion/pv-accordion.js +20 -0
  62. package/pv-components/dist/web/components/pv-action-bar/pv-action-bar.js +20 -0
  63. package/pv-components/dist/web/components/pv-avatar/pv-avatar.js +20 -0
  64. package/pv-components/dist/web/components/pv-avatar-group/pv-avatar-group.js +20 -0
  65. package/pv-components/dist/web/components/pv-banner/pv-banner.js +20 -0
  66. package/pv-components/dist/web/components/pv-breadcrumbs/pv-breadcrumbs.js +20 -0
  67. package/pv-components/dist/web/components/pv-button/pv-button.js +20 -0
  68. package/pv-components/dist/web/components/pv-card/pv-card.js +20 -0
  69. package/pv-components/dist/web/components/pv-checkbox/pv-checkbox.js +20 -0
  70. package/pv-components/dist/web/components/pv-company-label/pv-company-label.js +20 -0
  71. package/pv-components/dist/web/components/pv-company-logo/pv-company-logo.js +20 -0
  72. package/pv-components/dist/web/components/pv-company-tag/pv-company-tag.js +20 -0
  73. package/pv-components/dist/web/components/pv-counter-badge/pv-counter-badge.js +20 -0
  74. package/pv-components/dist/web/components/pv-date-picker/pv-date-picker.js +1509 -0
  75. package/pv-components/dist/web/components/pv-date-time/pv-date-time.js +20 -0
  76. package/pv-components/dist/web/components/pv-drawer/pv-drawer.js +20 -0
  77. package/pv-components/dist/web/components/pv-dropdown/pv-dropdown.js +25 -0
  78. package/pv-components/dist/web/components/pv-expandable-content/pv-expandable-content.js +20 -0
  79. package/pv-components/dist/web/components/pv-ghost-input/pv-ghost-input.js +20 -0
  80. package/pv-components/dist/web/components/pv-icon/pv-icon.js +20 -0
  81. package/pv-components/dist/web/components/pv-input/pv-input.js +20 -0
  82. package/pv-components/dist/web/components/pv-insight-card/pv-insight-card.js +20 -0
  83. package/pv-components/dist/web/components/pv-modal/pv-modal.js +20 -0
  84. package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +25 -0
  85. package/pv-components/dist/web/components/pv-pagination/pv-pagination.js +20 -0
  86. package/pv-components/dist/web/components/pv-pill/pv-pill.js +20 -0
  87. package/pv-components/dist/web/components/pv-popover/pv-popover.js +25 -0
  88. package/pv-components/dist/web/components/pv-popover-v2/pv-popover-v2.js +20 -0
  89. package/pv-components/dist/web/components/pv-rating/pv-rating.js +20 -0
  90. package/pv-components/dist/web/components/pv-release-badge/pv-release-badge.js +20 -0
  91. package/pv-components/dist/web/components/pv-search-input/pv-search-input.js +20 -0
  92. package/pv-components/dist/web/components/pv-segmented-control/pv-segmented-control.js +20 -0
  93. package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +25 -0
  94. package/pv-components/dist/web/components/pv-selectable-card/pv-selectable-card.js +20 -0
  95. package/pv-components/dist/web/components/pv-side-panel/pv-side-panel.js +20 -0
  96. package/pv-components/dist/web/components/pv-skeleton/pv-skeleton.js +214 -0
  97. package/pv-components/dist/web/components/pv-spinner/pv-spinner.js +20 -0
  98. package/pv-components/dist/web/components/pv-sprite/pv-sprite.js +20 -0
  99. package/pv-components/dist/web/components/pv-suggestion-tag/pv-suggestion-tag.js +20 -0
  100. package/pv-components/dist/web/components/pv-switch/pv-switch.js +20 -0
  101. package/pv-components/dist/web/components/pv-tab-list/pv-tab-list.js +20 -0
  102. package/pv-components/dist/web/components/pv-tabs/pv-tabs.js +20 -0
  103. package/pv-components/dist/web/components/pv-tag/pv-tag.js +20 -0
  104. package/pv-components/dist/web/components/pv-text-area/pv-text-area.js +20 -0
  105. package/pv-components/dist/web/components/pv-toast/pv-toast.js +20 -0
  106. package/pv-components/dist/web/components/pv-toggle-button/pv-toggle-button.js +20 -0
  107. package/pv-components/dist/web/components/pv-toggle-group/pv-toggle-group.js +163 -0
  108. package/pv-components/dist/web/components/pv-tooltip/pv-tooltip.js +20 -0
  109. package/pv-components/dist/web/components/pv-tooltip-v2/pv-tooltip-v2.js +163 -0
  110. package/pv-components/dist/web/components/pv-widget/pv-widget.js +20 -0
  111. package/pv-components/dist/web/pv-components.iife.js +4 -4
  112. package/pv-components/dist/vue/base/pv-components-base.js +0 -1546
  113. package/pv-components/dist/vue/base/pv-components-base.umd.js +0 -1546
  114. package/pv-components/dist/vue/visualizations/pv-components-visualizations.js +0 -176
  115. package/pv-components/dist/vue/visualizations/pv-components-visualizations.umd.js +0 -176
@@ -0,0 +1,163 @@
1
+ (function(){"use strict";/**
2
+ * @vue/shared v3.5.24
3
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
+ * @license MIT
5
+ **/function Jt(e){const o=Object.create(null);for(const r of e.split(","))o[r]=1;return r=>r in o}const oe={},Zo=[],io=()=>{},si=()=>!1,Qr=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Qt=e=>e.startsWith("onUpdate:"),fe=Object.assign,en=(e,o)=>{const r=e.indexOf(o);r>-1&&e.splice(r,1)},ba=Object.prototype.hasOwnProperty,re=(e,o)=>ba.call(e,o),V=Array.isArray,Jo=e=>mr(e)==="[object Map]",Qo=e=>mr(e)==="[object Set]",li=e=>mr(e)==="[object Date]",K=e=>typeof e=="function",ce=e=>typeof e=="string",Xe=e=>typeof e=="symbol",ne=e=>e!==null&&typeof e=="object",ai=e=>(ne(e)||K(e))&&K(e.then)&&K(e.catch),ci=Object.prototype.toString,mr=e=>ci.call(e),va=e=>mr(e).slice(8,-1),et=e=>mr(e)==="[object Object]",on=e=>ce(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,br=Jt(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),ot=e=>{const o=Object.create(null);return(r=>o[r]||(o[r]=e(r)))},ya=/-\w/g,He=ot(e=>e.replace(ya,o=>o.slice(1).toUpperCase())),ka=/\B([A-Z])/g,ze=ot(e=>e.replace(ka,"-$1").toLowerCase()),di=ot(e=>e.charAt(0).toUpperCase()+e.slice(1)),rn=ot(e=>e?`on${di(e)}`:""),Pe=(e,o)=>!Object.is(e,o),rt=(e,...o)=>{for(let r=0;r<e.length;r++)e[r](...o)},ui=(e,o,r,t=!1)=>{Object.defineProperty(e,o,{configurable:!0,enumerable:!1,writable:t,value:r})},tt=e=>{const o=parseFloat(e);return isNaN(o)?e:o},fi=e=>{const o=ce(e)?Number(e):NaN;return isNaN(o)?e:o};let gi;const nt=()=>gi||(gi=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function vr(e){if(V(e)){const o={};for(let r=0;r<e.length;r++){const t=e[r],n=ce(t)?$a(t):vr(t);if(n)for(const i in n)o[i]=n[i]}return o}else if(ce(e)||ne(e))return e}const wa=/;(?![^(]*\))/g,xa=/:([^]+)/,Ca=/\/\*[^]*?\*\//g;function $a(e){const o={};return e.replace(Ca,"").split(wa).forEach(r=>{if(r){const t=r.split(xa);t.length>1&&(o[t[0].trim()]=t[1].trim())}}),o}function Ve(e){let o="";if(ce(e))o=e;else if(V(e))for(let r=0;r<e.length;r++){const t=Ve(e[r]);t&&(o+=t+" ")}else if(ne(e))for(const r in e)e[r]&&(o+=r+" ");return o.trim()}function _a(e){if(!e)return null;let{class:o,style:r}=e;return o&&!ce(o)&&(e.class=Ve(o)),r&&(e.style=vr(r)),e}const Sa=Jt("itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly");function pi(e){return!!e||e===""}function Ba(e,o){if(e.length!==o.length)return!1;let r=!0;for(let t=0;r&&t<e.length;t++)r=Lo(e[t],o[t]);return r}function Lo(e,o){if(e===o)return!0;let r=li(e),t=li(o);if(r||t)return r&&t?e.getTime()===o.getTime():!1;if(r=Xe(e),t=Xe(o),r||t)return e===o;if(r=V(e),t=V(o),r||t)return r&&t?Ba(e,o):!1;if(r=ne(e),t=ne(o),r||t){if(!r||!t)return!1;const n=Object.keys(e).length,i=Object.keys(o).length;if(n!==i)return!1;for(const s in e){const l=e.hasOwnProperty(s),a=o.hasOwnProperty(s);if(l&&!a||!l&&a||!Lo(e[s],o[s]))return!1}}return String(e)===String(o)}function tn(e,o){return e.findIndex(r=>Lo(r,o))}const hi=e=>!!(e&&e.__v_isRef===!0),Io=e=>ce(e)?e:e==null?"":V(e)||ne(e)&&(e.toString===ci||!K(e.toString))?hi(e)?Io(e.value):JSON.stringify(e,mi,2):String(e),mi=(e,o)=>hi(o)?mi(e,o.value):Jo(o)?{[`Map(${o.size})`]:[...o.entries()].reduce((r,[t,n],i)=>(r[nn(t,i)+" =>"]=n,r),{})}:Qo(o)?{[`Set(${o.size})`]:[...o.values()].map(r=>nn(r))}:Xe(o)?nn(o):ne(o)&&!V(o)&&!et(o)?String(o):o,nn=(e,o="")=>{var r;return Xe(e)?`Symbol(${(r=e.description)!=null?r:o})`:e};/**
6
+ * @vue/reactivity v3.5.24
7
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
8
+ * @license MIT
9
+ **/let ke;class Ra{constructor(o=!1){this.detached=o,this._active=!0,this._on=0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=ke,!o&&ke&&(this.index=(ke.scopes||(ke.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let o,r;if(this.scopes)for(o=0,r=this.scopes.length;o<r;o++)this.scopes[o].pause();for(o=0,r=this.effects.length;o<r;o++)this.effects[o].pause()}}resume(){if(this._active&&this._isPaused){this._isPaused=!1;let o,r;if(this.scopes)for(o=0,r=this.scopes.length;o<r;o++)this.scopes[o].resume();for(o=0,r=this.effects.length;o<r;o++)this.effects[o].resume()}}run(o){if(this._active){const r=ke;try{return ke=this,o()}finally{ke=r}}}on(){++this._on===1&&(this.prevScope=ke,ke=this)}off(){this._on>0&&--this._on===0&&(ke=this.prevScope,this.prevScope=void 0)}stop(o){if(this._active){this._active=!1;let r,t;for(r=0,t=this.effects.length;r<t;r++)this.effects[r].stop();for(this.effects.length=0,r=0,t=this.cleanups.length;r<t;r++)this.cleanups[r]();if(this.cleanups.length=0,this.scopes){for(r=0,t=this.scopes.length;r<t;r++)this.scopes[r].stop(!0);this.scopes.length=0}if(!this.detached&&this.parent&&!o){const n=this.parent.scopes.pop();n&&n!==this&&(this.parent.scopes[this.index]=n,n.index=this.index)}this.parent=void 0}}}function sn(){return ke}function bi(e,o=!1){ke&&ke.cleanups.push(e)}let ie;const ln=new WeakSet;class vi{constructor(o){this.fn=o,this.deps=void 0,this.depsTail=void 0,this.flags=5,this.next=void 0,this.cleanup=void 0,this.scheduler=void 0,ke&&ke.active&&ke.effects.push(this)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,ln.has(this)&&(ln.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||ki(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,_i(this),wi(this);const o=ie,r=qe;ie=this,qe=!0;try{return this.fn()}finally{xi(this),ie=o,qe=r,this.flags&=-3}}stop(){if(this.flags&1){for(let o=this.deps;o;o=o.nextDep)un(o);this.deps=this.depsTail=void 0,_i(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?ln.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){dn(this)&&this.run()}get dirty(){return dn(this)}}let yi=0,yr,kr;function ki(e,o=!1){if(e.flags|=8,o){e.next=kr,kr=e;return}e.next=yr,yr=e}function an(){yi++}function cn(){if(--yi>0)return;if(kr){let o=kr;for(kr=void 0;o;){const r=o.next;o.next=void 0,o.flags&=-9,o=r}}let e;for(;yr;){let o=yr;for(yr=void 0;o;){const r=o.next;if(o.next=void 0,o.flags&=-9,o.flags&1)try{o.trigger()}catch(t){e||(e=t)}o=r}}if(e)throw e}function wi(e){for(let o=e.deps;o;o=o.nextDep)o.version=-1,o.prevActiveLink=o.dep.activeLink,o.dep.activeLink=o}function xi(e){let o,r=e.depsTail,t=r;for(;t;){const n=t.prevDep;t.version===-1?(t===r&&(r=n),un(t),Oa(t)):o=t,t.dep.activeLink=t.prevActiveLink,t.prevActiveLink=void 0,t=n}e.deps=o,e.depsTail=r}function dn(e){for(let o=e.deps;o;o=o.nextDep)if(o.dep.version!==o.version||o.dep.computed&&(Ci(o.dep.computed)||o.dep.version!==o.version))return!0;return!!e._dirty}function Ci(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===wr)||(e.globalVersion=wr,!e.isSSR&&e.flags&128&&(!e.deps&&!e._dirty||!dn(e))))return;e.flags|=2;const o=e.dep,r=ie,t=qe;ie=e,qe=!0;try{wi(e);const n=e.fn(e._value);(o.version===0||Pe(n,e._value))&&(e.flags|=128,e._value=n,o.version++)}catch(n){throw o.version++,n}finally{ie=r,qe=t,xi(e),e.flags&=-3}}function un(e,o=!1){const{dep:r,prevSub:t,nextSub:n}=e;if(t&&(t.nextSub=n,e.prevSub=void 0),n&&(n.prevSub=t,e.nextSub=void 0),r.subs===e&&(r.subs=t,!t&&r.computed)){r.computed.flags&=-5;for(let i=r.computed.deps;i;i=i.nextDep)un(i,!0)}!o&&!--r.sc&&r.map&&r.map.delete(r.key)}function Oa(e){const{prevDep:o,nextDep:r}=e;o&&(o.nextDep=r,e.prevDep=void 0),r&&(r.prevDep=o,e.nextDep=void 0)}let qe=!0;const $i=[];function so(){$i.push(qe),qe=!1}function lo(){const e=$i.pop();qe=e===void 0?!0:e}function _i(e){const{cleanup:o}=e;if(e.cleanup=void 0,o){const r=ie;ie=void 0;try{o()}finally{ie=r}}}let wr=0;class Ta{constructor(o,r){this.sub=o,this.dep=r,this.version=r.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class it{constructor(o){this.computed=o,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(o){if(!ie||!qe||ie===this.computed)return;let r=this.activeLink;if(r===void 0||r.sub!==ie)r=this.activeLink=new Ta(ie,this),ie.deps?(r.prevDep=ie.depsTail,ie.depsTail.nextDep=r,ie.depsTail=r):ie.deps=ie.depsTail=r,Si(r);else if(r.version===-1&&(r.version=this.version,r.nextDep)){const t=r.nextDep;t.prevDep=r.prevDep,r.prevDep&&(r.prevDep.nextDep=t),r.prevDep=ie.depsTail,r.nextDep=void 0,ie.depsTail.nextDep=r,ie.depsTail=r,ie.deps===r&&(ie.deps=t)}return r}trigger(o){this.version++,wr++,this.notify(o)}notify(o){an();try{for(let r=this.subs;r;r=r.prevSub)r.sub.notify()&&r.sub.dep.notify()}finally{cn()}}}function Si(e){if(e.dep.sc++,e.sub.flags&4){const o=e.dep.computed;if(o&&!e.dep.subs){o.flags|=20;for(let t=o.deps;t;t=t.nextDep)Si(t)}const r=e.dep.subs;r!==e&&(e.prevSub=r,r&&(r.nextSub=e)),e.dep.subs=e}}const st=new WeakMap,jo=Symbol(""),fn=Symbol(""),xr=Symbol("");function we(e,o,r){if(qe&&ie){let t=st.get(e);t||st.set(e,t=new Map);let n=t.get(r);n||(t.set(r,n=new it),n.map=t,n.key=r),n.track()}}function yo(e,o,r,t,n,i){const s=st.get(e);if(!s){wr++;return}const l=a=>{a&&a.trigger()};if(an(),o==="clear")s.forEach(l);else{const a=V(e),c=a&&on(r);if(a&&r==="length"){const d=Number(t);s.forEach((u,p)=>{(p==="length"||p===xr||!Xe(p)&&p>=d)&&l(u)})}else switch((r!==void 0||s.has(void 0))&&l(s.get(r)),c&&l(s.get(xr)),o){case"add":a?c&&l(s.get("length")):(l(s.get(jo)),Jo(e)&&l(s.get(fn)));break;case"delete":a||(l(s.get(jo)),Jo(e)&&l(s.get(fn)));break;case"set":Jo(e)&&l(s.get(jo));break}}cn()}function Pa(e,o){const r=st.get(e);return r&&r.get(o)}function er(e){const o=ee(e);return o===e?o:(we(o,"iterate",xr),Ze(e)?o:o.map($e))}function gn(e){return we(e=ee(e),"iterate",xr),e}const Da={__proto__:null,[Symbol.iterator](){return pn(this,Symbol.iterator,$e)},concat(...e){return er(this).concat(...e.map(o=>V(o)?er(o):o))},entries(){return pn(this,"entries",e=>(e[1]=$e(e[1]),e))},every(e,o){return ko(this,"every",e,o,void 0,arguments)},filter(e,o){return ko(this,"filter",e,o,r=>r.map($e),arguments)},find(e,o){return ko(this,"find",e,o,$e,arguments)},findIndex(e,o){return ko(this,"findIndex",e,o,void 0,arguments)},findLast(e,o){return ko(this,"findLast",e,o,$e,arguments)},findLastIndex(e,o){return ko(this,"findLastIndex",e,o,void 0,arguments)},forEach(e,o){return ko(this,"forEach",e,o,void 0,arguments)},includes(...e){return hn(this,"includes",e)},indexOf(...e){return hn(this,"indexOf",e)},join(e){return er(this).join(e)},lastIndexOf(...e){return hn(this,"lastIndexOf",e)},map(e,o){return ko(this,"map",e,o,void 0,arguments)},pop(){return Cr(this,"pop")},push(...e){return Cr(this,"push",e)},reduce(e,...o){return Bi(this,"reduce",e,o)},reduceRight(e,...o){return Bi(this,"reduceRight",e,o)},shift(){return Cr(this,"shift")},some(e,o){return ko(this,"some",e,o,void 0,arguments)},splice(...e){return Cr(this,"splice",e)},toReversed(){return er(this).toReversed()},toSorted(e){return er(this).toSorted(e)},toSpliced(...e){return er(this).toSpliced(...e)},unshift(...e){return Cr(this,"unshift",e)},values(){return pn(this,"values",$e)}};function pn(e,o,r){const t=gn(e),n=t[o]();return t!==e&&!Ze(e)&&(n._next=n.next,n.next=()=>{const i=n._next();return i.done||(i.value=r(i.value)),i}),n}const Ma=Array.prototype;function ko(e,o,r,t,n,i){const s=gn(e),l=s!==e&&!Ze(e),a=s[o];if(a!==Ma[o]){const u=a.apply(e,i);return l?$e(u):u}let c=r;s!==e&&(l?c=function(u,p){return r.call(this,$e(u),p,e)}:r.length>2&&(c=function(u,p){return r.call(this,u,p,e)}));const d=a.call(s,c,t);return l&&n?n(d):d}function Bi(e,o,r,t){const n=gn(e);let i=r;return n!==e&&(Ze(e)?r.length>3&&(i=function(s,l,a){return r.call(this,s,l,a,e)}):i=function(s,l,a){return r.call(this,s,$e(l),a,e)}),n[o](i,...t)}function hn(e,o,r){const t=ee(e);we(t,"iterate",xr);const n=t[o](...r);return(n===-1||n===!1)&&vn(r[0])?(r[0]=ee(r[0]),t[o](...r)):n}function Cr(e,o,r=[]){so(),an();const t=ee(e)[o].apply(e,r);return cn(),lo(),t}const Ea=Jt("__proto__,__v_isRef,__isVue"),Ri=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(Xe));function Aa(e){Xe(e)||(e=String(e));const o=ee(this);return we(o,"has",e),o.hasOwnProperty(e)}class Oi{constructor(o=!1,r=!1){this._isReadonly=o,this._isShallow=r}get(o,r,t){if(r==="__v_skip")return o.__v_skip;const n=this._isReadonly,i=this._isShallow;if(r==="__v_isReactive")return!n;if(r==="__v_isReadonly")return n;if(r==="__v_isShallow")return i;if(r==="__v_raw")return t===(n?i?Ai:Ei:i?Mi:Di).get(o)||Object.getPrototypeOf(o)===Object.getPrototypeOf(t)?o:void 0;const s=V(o);if(!n){let a;if(s&&(a=Da[r]))return a;if(r==="hasOwnProperty")return Aa}const l=Reflect.get(o,r,pe(o)?o:t);if((Xe(r)?Ri.has(r):Ea(r))||(n||we(o,"get",r),i))return l;if(pe(l)){const a=s&&on(r)?l:l.value;return n&&ne(a)?$r(a):a}return ne(l)?n?$r(l):bn(l):l}}class Ti extends Oi{constructor(o=!1){super(!1,o)}set(o,r,t,n){let i=o[r];if(!this._isShallow){const a=Wo(i);if(!Ze(t)&&!Wo(t)&&(i=ee(i),t=ee(t)),!V(o)&&pe(i)&&!pe(t))return a||(i.value=t),!0}const s=V(o)&&on(r)?Number(r)<o.length:re(o,r),l=Reflect.set(o,r,t,pe(o)?o:n);return o===ee(n)&&(s?Pe(t,i)&&yo(o,"set",r,t):yo(o,"add",r,t)),l}deleteProperty(o,r){const t=re(o,r);o[r];const n=Reflect.deleteProperty(o,r);return n&&t&&yo(o,"delete",r,void 0),n}has(o,r){const t=Reflect.has(o,r);return(!Xe(r)||!Ri.has(r))&&we(o,"has",r),t}ownKeys(o){return we(o,"iterate",V(o)?"length":jo),Reflect.ownKeys(o)}}class Pi extends Oi{constructor(o=!1){super(!0,o)}set(o,r){return!0}deleteProperty(o,r){return!0}}const za=new Ti,La=new Pi,Ia=new Ti(!0),ja=new Pi(!0),mn=e=>e,lt=e=>Reflect.getPrototypeOf(e);function Wa(e,o,r){return function(...t){const n=this.__v_raw,i=ee(n),s=Jo(i),l=e==="entries"||e===Symbol.iterator&&s,a=e==="keys"&&s,c=n[e](...t),d=r?mn:o?yn:$e;return!o&&we(i,"iterate",a?fn:jo),{next(){const{value:u,done:p}=c.next();return p?{value:u,done:p}:{value:l?[d(u[0]),d(u[1])]:d(u),done:p}},[Symbol.iterator](){return this}}}}function at(e){return function(...o){return e==="delete"?!1:e==="clear"?void 0:this}}function Na(e,o){const r={get(n){const i=this.__v_raw,s=ee(i),l=ee(n);e||(Pe(n,l)&&we(s,"get",n),we(s,"get",l));const{has:a}=lt(s),c=o?mn:e?yn:$e;if(a.call(s,n))return c(i.get(n));if(a.call(s,l))return c(i.get(l));i!==s&&i.get(n)},get size(){const n=this.__v_raw;return!e&&we(ee(n),"iterate",jo),n.size},has(n){const i=this.__v_raw,s=ee(i),l=ee(n);return e||(Pe(n,l)&&we(s,"has",n),we(s,"has",l)),n===l?i.has(n):i.has(n)||i.has(l)},forEach(n,i){const s=this,l=s.__v_raw,a=ee(l),c=o?mn:e?yn:$e;return!e&&we(a,"iterate",jo),l.forEach((d,u)=>n.call(i,c(d),c(u),s))}};return fe(r,e?{add:at("add"),set:at("set"),delete:at("delete"),clear:at("clear")}:{add(n){!o&&!Ze(n)&&!Wo(n)&&(n=ee(n));const i=ee(this);return lt(i).has.call(i,n)||(i.add(n),yo(i,"add",n,n)),this},set(n,i){!o&&!Ze(i)&&!Wo(i)&&(i=ee(i));const s=ee(this),{has:l,get:a}=lt(s);let c=l.call(s,n);c||(n=ee(n),c=l.call(s,n));const d=a.call(s,n);return s.set(n,i),c?Pe(i,d)&&yo(s,"set",n,i):yo(s,"add",n,i),this},delete(n){const i=ee(this),{has:s,get:l}=lt(i);let a=s.call(i,n);a||(n=ee(n),a=s.call(i,n)),l&&l.call(i,n);const c=i.delete(n);return a&&yo(i,"delete",n,void 0),c},clear(){const n=ee(this),i=n.size!==0,s=n.clear();return i&&yo(n,"clear",void 0,void 0),s}}),["keys","values","entries",Symbol.iterator].forEach(n=>{r[n]=Wa(n,e,o)}),r}function ct(e,o){const r=Na(e,o);return(t,n,i)=>n==="__v_isReactive"?!e:n==="__v_isReadonly"?e:n==="__v_raw"?t:Reflect.get(re(r,n)&&n in t?r:t,n,i)}const Fa={get:ct(!1,!1)},Ha={get:ct(!1,!0)},Va={get:ct(!0,!1)},Ua={get:ct(!0,!0)},Di=new WeakMap,Mi=new WeakMap,Ei=new WeakMap,Ai=new WeakMap;function Ya(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function Ka(e){return e.__v_skip||!Object.isExtensible(e)?0:Ya(va(e))}function bn(e){return Wo(e)?e:dt(e,!1,za,Fa,Di)}function Ga(e){return dt(e,!1,Ia,Ha,Mi)}function $r(e){return dt(e,!0,La,Va,Ei)}function or(e){return dt(e,!0,ja,Ua,Ai)}function dt(e,o,r,t,n){if(!ne(e)||e.__v_raw&&!(o&&e.__v_isReactive))return e;const i=Ka(e);if(i===0)return e;const s=n.get(e);if(s)return s;const l=new Proxy(e,i===2?t:r);return n.set(e,l),l}function _r(e){return Wo(e)?_r(e.__v_raw):!!(e&&e.__v_isReactive)}function Wo(e){return!!(e&&e.__v_isReadonly)}function Ze(e){return!!(e&&e.__v_isShallow)}function vn(e){return e?!!e.__v_raw:!1}function ee(e){const o=e&&e.__v_raw;return o?ee(o):e}function Xa(e){return!re(e,"__v_skip")&&Object.isExtensible(e)&&ui(e,"__v_skip",!0),e}const $e=e=>ne(e)?bn(e):e,yn=e=>ne(e)?$r(e):e;function pe(e){return e?e.__v_isRef===!0:!1}function _e(e){return zi(e,!1)}function Le(e){return zi(e,!0)}function zi(e,o){return pe(e)?e:new qa(e,o)}class qa{constructor(o,r){this.dep=new it,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=r?o:ee(o),this._value=r?o:$e(o),this.__v_isShallow=r}get value(){return this.dep.track(),this._value}set value(o){const r=this._rawValue,t=this.__v_isShallow||Ze(o)||Wo(o);o=t?o:ee(o),Pe(o,r)&&(this._rawValue=o,this._value=t?o:$e(o),this.dep.trigger())}}function Ie(e){return pe(e)?e.value:e}function me(e){return K(e)?e():Ie(e)}const Za={get:(e,o,r)=>o==="__v_raw"?e:Ie(Reflect.get(e,o,r)),set:(e,o,r,t)=>{const n=e[o];return pe(n)&&!pe(r)?(n.value=r,!0):Reflect.set(e,o,r,t)}};function Li(e){return _r(e)?e:new Proxy(e,Za)}class Ja{constructor(o){this.__v_isRef=!0,this._value=void 0;const r=this.dep=new it,{get:t,set:n}=o(r.track.bind(r),r.trigger.bind(r));this._get=t,this._set=n}get value(){return this._value=this._get()}set value(o){this._set(o)}}function Ii(e){return new Ja(e)}class Qa{constructor(o,r,t){this._object=o,this._key=r,this._defaultValue=t,this.__v_isRef=!0,this._value=void 0}get value(){const o=this._object[this._key];return this._value=o===void 0?this._defaultValue:o}set value(o){this._object[this._key]=o}get dep(){return Pa(ee(this._object),this._key)}}class ec{constructor(o){this._getter=o,this.__v_isRef=!0,this.__v_isReadonly=!0,this._value=void 0}get value(){return this._value=this._getter()}}function oc(e,o,r){return pe(e)?e:K(e)?new ec(e):ne(e)&&arguments.length>1?rc(e,o,r):_e(e)}function rc(e,o,r){const t=e[o];return pe(t)?t:new Qa(e,o,r)}class tc{constructor(o,r,t){this.fn=o,this.setter=r,this._value=void 0,this.dep=new it(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=wr-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!r,this.isSSR=t}notify(){if(this.flags|=16,!(this.flags&8)&&ie!==this)return ki(this,!0),!0}get value(){const o=this.dep.track();return Ci(this),o&&(o.version=this.dep.version),this._value}set value(o){this.setter&&this.setter(o)}}function nc(e,o,r=!1){let t,n;return K(e)?t=e:(t=e.get,n=e.set),new tc(t,n,r)}const ut={},ft=new WeakMap;let No;function ic(e,o=!1,r=No){if(r){let t=ft.get(r);t||ft.set(r,t=[]),t.push(e)}}function sc(e,o,r=oe){const{immediate:t,deep:n,once:i,scheduler:s,augmentJob:l,call:a}=r,c=R=>n?R:Ze(R)||n===!1||n===0?wo(R,1):wo(R);let d,u,p,g,b=!1,m=!1;if(pe(e)?(u=()=>e.value,b=Ze(e)):_r(e)?(u=()=>c(e),b=!0):V(e)?(m=!0,b=e.some(R=>_r(R)||Ze(R)),u=()=>e.map(R=>{if(pe(R))return R.value;if(_r(R))return c(R);if(K(R))return a?a(R,2):R()})):K(e)?o?u=a?()=>a(e,2):e:u=()=>{if(p){so();try{p()}finally{lo()}}const R=No;No=d;try{return a?a(e,3,[g]):e(g)}finally{No=R}}:u=io,o&&n){const R=u,T=n===!0?1/0:n;u=()=>wo(R(),T)}const v=sn(),k=()=>{d.stop(),v&&v.active&&en(v.effects,d)};if(i&&o){const R=o;o=(...T)=>{R(...T),k()}}let w=m?new Array(e.length).fill(ut):ut;const M=R=>{if(!(!(d.flags&1)||!d.dirty&&!R))if(o){const T=d.run();if(n||b||(m?T.some((G,L)=>Pe(G,w[L])):Pe(T,w))){p&&p();const G=No;No=d;try{const L=[T,w===ut?void 0:m&&w[0]===ut?[]:w,g];w=T,a?a(o,3,L):o(...L)}finally{No=G}}}else d.run()};return l&&l(M),d=new vi(u),d.scheduler=s?()=>s(M,!1):M,g=R=>ic(R,!1,d),p=d.onStop=()=>{const R=ft.get(d);if(R){if(a)a(R,4);else for(const T of R)T();ft.delete(d)}},o?t?M(!0):w=d.run():s?s(M.bind(null,!0),!0):d.run(),k.pause=d.pause.bind(d),k.resume=d.resume.bind(d),k.stop=k,k}function wo(e,o=1/0,r){if(o<=0||!ne(e)||e.__v_skip||(r=r||new Map,(r.get(e)||0)>=o))return e;if(r.set(e,o),o--,pe(e))wo(e.value,o,r);else if(V(e))for(let t=0;t<e.length;t++)wo(e[t],o,r);else if(Qo(e)||Jo(e))e.forEach(t=>{wo(t,o,r)});else if(et(e)){for(const t in e)wo(e[t],o,r);for(const t of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,t)&&wo(e[t],o,r)}return e}/**
10
+ * @vue/runtime-core v3.5.24
11
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
12
+ * @license MIT
13
+ **/const Sr=[];let kn=!1;function Lw(e,...o){if(kn)return;kn=!0,so();const r=Sr.length?Sr[Sr.length-1].component:null,t=r&&r.appContext.config.warnHandler,n=lc();if(t)rr(t,r,11,[e+o.map(i=>{var s,l;return(l=(s=i.toString)==null?void 0:s.call(i))!=null?l:JSON.stringify(i)}).join(""),r&&r.proxy,n.map(({vnode:i})=>`at <${Ls(r,i.type)}>`).join(`
14
+ `),n]);else{const i=[`[Vue warn]: ${e}`,...o];n.length&&i.push(`
15
+ `,...ac(n)),console.warn(...i)}lo(),kn=!1}function lc(){let e=Sr[Sr.length-1];if(!e)return[];const o=[];for(;e;){const r=o[0];r&&r.vnode===e?r.recurseCount++:o.push({vnode:e,recurseCount:0});const t=e.component&&e.component.parent;e=t&&t.vnode}return o}function ac(e){const o=[];return e.forEach((r,t)=>{o.push(...t===0?[]:[`
16
+ `],...cc(r))}),o}function cc({vnode:e,recurseCount:o}){const r=o>0?`... (${o} recursive calls)`:"",t=e.component?e.component.parent==null:!1,n=` at <${Ls(e.component,e.type,t)}`,i=">"+r;return e.props?[n,...dc(e.props),i]:[n+i]}function dc(e){const o=[],r=Object.keys(e);return r.slice(0,3).forEach(t=>{o.push(...ji(t,e[t]))}),r.length>3&&o.push(" ..."),o}function ji(e,o,r){return ce(o)?(o=JSON.stringify(o),r?o:[`${e}=${o}`]):typeof o=="number"||typeof o=="boolean"||o==null?r?o:[`${e}=${o}`]:pe(o)?(o=ji(e,ee(o.value),!0),r?o:[`${e}=Ref<`,o,">"]):K(o)?[`${e}=fn${o.name?`<${o.name}>`:""}`]:(o=ee(o),r?o:[`${e}=`,o])}function rr(e,o,r,t){try{return t?e(...t):e()}catch(n){gt(n,o,r)}}function ao(e,o,r,t){if(K(e)){const n=rr(e,o,r,t);return n&&ai(n)&&n.catch(i=>{gt(i,o,r)}),n}if(V(e)){const n=[];for(let i=0;i<e.length;i++)n.push(ao(e[i],o,r,t));return n}}function gt(e,o,r,t=!0){const n=o?o.vnode:null,{errorHandler:i,throwUnhandledErrorInProduction:s}=o&&o.appContext.config||oe;if(o){let l=o.parent;const a=o.proxy,c=`https://vuejs.org/error-reference/#runtime-${r}`;for(;l;){const d=l.ec;if(d){for(let u=0;u<d.length;u++)if(d[u](e,a,c)===!1)return}l=l.parent}if(i){so(),rr(i,null,10,[e,a,c]),lo();return}}uc(e,r,n,t,s)}function uc(e,o,r,t=!0,n=!1){if(n)throw e;console.error(e)}const Se=[];let co=-1;const tr=[];let Oo=null,nr=0;const Wi=Promise.resolve();let pt=null;function Br(e){const o=pt||Wi;return e?o.then(this?e.bind(this):e):o}function fc(e){let o=co+1,r=Se.length;for(;o<r;){const t=o+r>>>1,n=Se[t],i=Rr(n);i<e||i===e&&n.flags&2?o=t+1:r=t}return o}function wn(e){if(!(e.flags&1)){const o=Rr(e),r=Se[Se.length-1];!r||!(e.flags&2)&&o>=Rr(r)?Se.push(e):Se.splice(fc(o),0,e),e.flags|=1,Ni()}}function Ni(){pt||(pt=Wi.then(Vi))}function gc(e){V(e)?tr.push(...e):Oo&&e.id===-1?Oo.splice(nr+1,0,e):e.flags&1||(tr.push(e),e.flags|=1),Ni()}function Fi(e,o,r=co+1){for(;r<Se.length;r++){const t=Se[r];if(t&&t.flags&2){if(e&&t.id!==e.uid)continue;Se.splice(r,1),r--,t.flags&4&&(t.flags&=-2),t(),t.flags&4||(t.flags&=-2)}}}function Hi(e){if(tr.length){const o=[...new Set(tr)].sort((r,t)=>Rr(r)-Rr(t));if(tr.length=0,Oo){Oo.push(...o);return}for(Oo=o,nr=0;nr<Oo.length;nr++){const r=Oo[nr];r.flags&4&&(r.flags&=-2),r.flags&8||r(),r.flags&=-2}Oo=null,nr=0}}const Rr=e=>e.id==null?e.flags&2?-1:1/0:e.id;function Vi(e){try{for(co=0;co<Se.length;co++){const o=Se[co];o&&!(o.flags&8)&&(o.flags&4&&(o.flags&=-2),rr(o,o.i,o.i?15:14),o.flags&4||(o.flags&=-2))}}finally{for(;co<Se.length;co++){const o=Se[co];o&&(o.flags&=-2)}co=-1,Se.length=0,Hi(),pt=null,(Se.length||tr.length)&&Vi()}}let xe=null,Ui=null;function ht(e){const o=xe;return xe=e,Ui=e&&e.type.__scopeId||null,o}function xn(e,o=xe,r){if(!o||e._n)return e;const t=(...n)=>{t._d&&Bs(-1);const i=ht(o);let s;try{s=e(...n)}finally{ht(i),t._d&&Bs(1)}return s};return t._n=!0,t._c=!0,t._d=!0,t}function Or(e,o){if(xe===null)return e;const r=Tt(xe),t=e.dirs||(e.dirs=[]);for(let n=0;n<o.length;n++){let[i,s,l,a=oe]=o[n];i&&(K(i)&&(i={mounted:i,updated:i}),i.deep&&wo(s),t.push({dir:i,instance:r,value:s,oldValue:void 0,arg:l,modifiers:a}))}return e}function Fo(e,o,r,t){const n=e.dirs,i=o&&o.dirs;for(let s=0;s<n.length;s++){const l=n[s];i&&(l.oldValue=i[s].value);let a=l.dir[t];a&&(so(),ao(a,r,8,[e.el,l,e,o]),lo())}}const Yi=Symbol("_vte"),pc=e=>e.__isTeleport,Tr=e=>e&&(e.disabled||e.disabled===""),Ki=e=>e&&(e.defer||e.defer===""),Gi=e=>typeof SVGElement<"u"&&e instanceof SVGElement,Xi=e=>typeof MathMLElement=="function"&&e instanceof MathMLElement,Cn=(e,o)=>{const r=e&&e.to;return ce(r)?o?o(r):null:r},qi={name:"Teleport",__isTeleport:!0,process(e,o,r,t,n,i,s,l,a,c){const{mc:d,pc:u,pbc:p,o:{insert:g,querySelector:b,createText:m,createComment:v}}=c,k=Tr(o.props);let{shapeFlag:w,children:M,dynamicChildren:R}=o;if(e==null){const T=o.el=m(""),G=o.anchor=m("");g(T,r,t),g(G,r,t);const L=(X,I)=>{w&16&&d(M,X,I,n,i,s,l,a)},Y=()=>{const X=o.target=Cn(o.props,b),I=Zi(X,o,m,g);X&&(s!=="svg"&&Gi(X)?s="svg":s!=="mathml"&&Xi(X)&&(s="mathml"),n&&n.isCE&&(n.ce._teleportTargets||(n.ce._teleportTargets=new Set)).add(X),k||(L(X,I),bt(o,!1)))};k&&(L(r,G),bt(o,!0)),Ki(o.props)?(o.el.__isMounted=!1,Re(()=>{Y(),delete o.el.__isMounted},i)):Y()}else{if(Ki(o.props)&&e.el.__isMounted===!1){Re(()=>{qi.process(e,o,r,t,n,i,s,l,a,c)},i);return}o.el=e.el,o.targetStart=e.targetStart;const T=o.anchor=e.anchor,G=o.target=e.target,L=o.targetAnchor=e.targetAnchor,Y=Tr(e.props),X=Y?r:G,I=Y?T:L;if(s==="svg"||Gi(G)?s="svg":(s==="mathml"||Xi(G))&&(s="mathml"),R?(p(e.dynamicChildren,R,X,n,i,s,l),Mn(e,o,!0)):a||u(e,o,X,I,n,i,s,l,!1),k)Y?o.props&&e.props&&o.props.to!==e.props.to&&(o.props.to=e.props.to):mt(o,r,T,c,1);else if((o.props&&o.props.to)!==(e.props&&e.props.to)){const W=o.target=Cn(o.props,b);W&&mt(o,W,null,c,0)}else Y&&mt(o,G,L,c,1);bt(o,k)}},remove(e,o,r,{um:t,o:{remove:n}},i){const{shapeFlag:s,children:l,anchor:a,targetStart:c,targetAnchor:d,target:u,props:p}=e;if(u&&(n(c),n(d)),i&&n(a),s&16){const g=i||!Tr(p);for(let b=0;b<l.length;b++){const m=l[b];t(m,o,r,g,!!m.dynamicChildren)}}},move:mt,hydrate:hc};function mt(e,o,r,{o:{insert:t},m:n},i=2){i===0&&t(e.targetAnchor,o,r);const{el:s,anchor:l,shapeFlag:a,children:c,props:d}=e,u=i===2;if(u&&t(s,o,r),(!u||Tr(d))&&a&16)for(let p=0;p<c.length;p++)n(c[p],o,r,2);u&&t(l,o,r)}function hc(e,o,r,t,n,i,{o:{nextSibling:s,parentNode:l,querySelector:a,insert:c,createText:d}},u){function p(m,v,k,w){v.anchor=u(s(m),v,l(m),r,t,n,i),v.targetStart=k,v.targetAnchor=w}const g=o.target=Cn(o.props,a),b=Tr(o.props);if(g){const m=g._lpa||g.firstChild;if(o.shapeFlag&16)if(b)p(e,o,m,m&&s(m));else{o.anchor=s(e);let v=m;for(;v;){if(v&&v.nodeType===8){if(v.data==="teleport start anchor")o.targetStart=v;else if(v.data==="teleport anchor"){o.targetAnchor=v,g._lpa=o.targetAnchor&&s(o.targetAnchor);break}}v=s(v)}o.targetAnchor||Zi(g,o,d,c),u(m&&s(m),o,g,r,t,n,i)}bt(o,b)}else b&&o.shapeFlag&16&&p(e,o,e,s(e));return o.anchor&&s(o.anchor)}const mc=qi;function bt(e,o){const r=e.ctx;if(r&&r.ut){let t,n;for(o?(t=e.el,n=e.anchor):(t=e.targetStart,n=e.targetAnchor);t&&t!==n;)t.nodeType===1&&t.setAttribute("data-v-owner",r.uid),t=t.nextSibling;r.ut()}}function Zi(e,o,r,t){const n=o.targetStart=r(""),i=o.targetAnchor=r("");return n[Yi]=i,e&&(t(n,e),t(i,e)),i}const bc=Symbol("_leaveCb");function $n(e,o){e.shapeFlag&6&&e.component?(e.transition=o,$n(e.component.subTree,o)):e.shapeFlag&128?(e.ssContent.transition=o.clone(e.ssContent),e.ssFallback.transition=o.clone(e.ssFallback)):e.transition=o}function To(e,o){return K(e)?fe({name:e.name},o,{setup:e}):e}function Ji(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}const vt=new WeakMap;function Pr(e,o,r,t,n=!1){if(V(e)){e.forEach((b,m)=>Pr(b,o&&(V(o)?o[m]:o),r,t,n));return}if(ir(t)&&!n){t.shapeFlag&512&&t.type.__asyncResolved&&t.component.subTree.component&&Pr(e,o,r,t.component.subTree);return}const i=t.shapeFlag&4?Tt(t.component):t.el,s=n?null:i,{i:l,r:a}=e,c=o&&o.r,d=l.refs===oe?l.refs={}:l.refs,u=l.setupState,p=ee(u),g=u===oe?si:b=>re(p,b);if(c!=null&&c!==a){if(Qi(o),ce(c))d[c]=null,g(c)&&(u[c]=null);else if(pe(c)){c.value=null;const b=o;b.k&&(d[b.k]=null)}}if(K(a))rr(a,l,12,[s,d]);else{const b=ce(a),m=pe(a);if(b||m){const v=()=>{if(e.f){const k=b?g(a)?u[a]:d[a]:a.value;if(n)V(k)&&en(k,i);else if(V(k))k.includes(i)||k.push(i);else if(b)d[a]=[i],g(a)&&(u[a]=d[a]);else{const w=[i];a.value=w,e.k&&(d[e.k]=w)}}else b?(d[a]=s,g(a)&&(u[a]=s)):m&&(a.value=s,e.k&&(d[e.k]=s))};if(s){const k=()=>{v(),vt.delete(e)};k.id=-1,vt.set(e,k),Re(k,r)}else Qi(e),v()}}}function Qi(e){const o=vt.get(e);o&&(o.flags|=8,vt.delete(e))}nt().requestIdleCallback,nt().cancelIdleCallback;const ir=e=>!!e.type.__asyncLoader,es=e=>e.type.__isKeepAlive;function vc(e,o){os(e,"a",o)}function yc(e,o){os(e,"da",o)}function os(e,o,r=Oe){const t=e.__wdc||(e.__wdc=()=>{let n=r;for(;n;){if(n.isDeactivated)return;n=n.parent}return e()});if(yt(o,t,r),r){let n=r.parent;for(;n&&n.parent;)es(n.parent.vnode)&&kc(t,o,r,n),n=n.parent}}function kc(e,o,r,t){const n=yt(o,e,t,!0);rs(()=>{en(t[o],n)},r)}function yt(e,o,r=Oe,t=!1){if(r){const n=r[e]||(r[e]=[]),i=o.__weh||(o.__weh=(...s)=>{so();const l=Lr(r),a=ao(o,r,e,s);return l(),lo(),a});return t?n.unshift(i):n.push(i),i}}const xo=e=>(o,r=Oe)=>{(!Ir||e==="sp")&&yt(e,(...t)=>o(...t),r)},wc=xo("bm"),sr=xo("m"),xc=xo("bu"),Cc=xo("u"),$c=xo("bum"),rs=xo("um"),_c=xo("sp"),Sc=xo("rtg"),Bc=xo("rtc");function Rc(e,o=Oe){yt("ec",e,o)}const Oc=Symbol.for("v-ndc");function Tc(e,o){for(let r=0;r<o.length;r++){const t=o[r];if(V(t))for(let n=0;n<t.length;n++)e[t[n].name]=t[n].fn;else t&&(e[t.name]=t.key?(...n)=>{const i=t.fn(...n);return i&&(i.key=t.key),i}:t.fn)}return e}function Po(e,o,r={},t,n){if(xe.ce||xe.parent&&ir(xe.parent)&&xe.parent.ce){const c=Object.keys(r).length>0;return o!=="default"&&(r.name=o),be(),ar(De,null,[Je("slot",r,t&&t())],c?-2:64)}let i=e[o];i&&i._c&&(i._d=!1),be();const s=i&&ts(i(r)),l=r.key||s&&s.key,a=ar(De,{key:(l&&!Xe(l)?l:`_${o}`)+(!s&&t?"_fb":"")},s||(t?t():[]),s&&e._===1?64:-2);return a.scopeId&&(a.slotScopeIds=[a.scopeId+"-s"]),i&&i._c&&(i._d=!0),a}function ts(e){return e.some(o=>An(o)?!(o.type===Co||o.type===De&&!ts(o.children)):!0)?e:null}const _n=e=>e?Es(e)?Tt(e):_n(e.parent):null,Dr=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=>_n(e.parent),$root:e=>_n(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>ss(e),$forceUpdate:e=>e.f||(e.f=()=>{wn(e.update)}),$nextTick:e=>e.n||(e.n=Br.bind(e.proxy)),$watch:e=>ed.bind(e)}),Sn=(e,o)=>e!==oe&&!e.__isScriptSetup&&re(e,o),Pc={get({_:e},o){if(o==="__v_skip")return!0;const{ctx:r,setupState:t,data:n,props:i,accessCache:s,type:l,appContext:a}=e;let c;if(o[0]!=="$"){const g=s[o];if(g!==void 0)switch(g){case 1:return t[o];case 2:return n[o];case 4:return r[o];case 3:return i[o]}else{if(Sn(t,o))return s[o]=1,t[o];if(n!==oe&&re(n,o))return s[o]=2,n[o];if((c=e.propsOptions[0])&&re(c,o))return s[o]=3,i[o];if(r!==oe&&re(r,o))return s[o]=4,r[o];Bn&&(s[o]=0)}}const d=Dr[o];let u,p;if(d)return o==="$attrs"&&we(e.attrs,"get",""),d(e);if((u=l.__cssModules)&&(u=u[o]))return u;if(r!==oe&&re(r,o))return s[o]=4,r[o];if(p=a.config.globalProperties,re(p,o))return p[o]},set({_:e},o,r){const{data:t,setupState:n,ctx:i}=e;return Sn(n,o)?(n[o]=r,!0):t!==oe&&re(t,o)?(t[o]=r,!0):re(e.props,o)||o[0]==="$"&&o.slice(1)in e?!1:(i[o]=r,!0)},has({_:{data:e,setupState:o,accessCache:r,ctx:t,appContext:n,propsOptions:i,type:s}},l){let a,c;return!!(r[l]||e!==oe&&l[0]!=="$"&&re(e,l)||Sn(o,l)||(a=i[0])&&re(a,l)||re(t,l)||re(Dr,l)||re(n.config.globalProperties,l)||(c=s.__cssModules)&&c[l])},defineProperty(e,o,r){return r.get!=null?e._.accessCache[o]=0:re(r,"value")&&this.set(e,o,r.value,null),Reflect.defineProperty(e,o,r)}};function kt(e){return V(e)?e.reduce((o,r)=>(o[r]=null,o),{}):e}function wt(e,o){return!e||!o?e||o:V(e)&&V(o)?e.concat(o):fe({},kt(e),kt(o))}let Bn=!0;function Dc(e){const o=ss(e),r=e.proxy,t=e.ctx;Bn=!1,o.beforeCreate&&ns(o.beforeCreate,e,"bc");const{data:n,computed:i,methods:s,watch:l,provide:a,inject:c,created:d,beforeMount:u,mounted:p,beforeUpdate:g,updated:b,activated:m,deactivated:v,beforeDestroy:k,beforeUnmount:w,destroyed:M,unmounted:R,render:T,renderTracked:G,renderTriggered:L,errorCaptured:Y,serverPrefetch:X,expose:I,inheritAttrs:W,components:he,directives:ve,filters:j}=o;if(c&&Mc(c,t,null),s)for(const O in s){const C=s[O];K(C)&&(t[O]=C.bind(r))}if(n){const O=n.call(r,r);ne(O)&&(e.data=bn(O))}if(Bn=!0,i)for(const O in i){const C=i[O],N=K(C)?C.bind(r,r):K(C.get)?C.get.bind(r,r):io,F=!K(C)&&K(C.set)?C.set.bind(r):io,q=de({get:N,set:F});Object.defineProperty(t,O,{enumerable:!0,configurable:!0,get:()=>q.value,set:J=>q.value=J})}if(l)for(const O in l)is(l[O],t,r,O);if(a){const O=K(a)?a.call(r):a;Reflect.ownKeys(O).forEach(C=>{jc(C,O[C])})}d&&ns(d,e,"c");function S(O,C){V(C)?C.forEach(N=>O(N.bind(r))):C&&O(C.bind(r))}if(S(wc,u),S(sr,p),S(xc,g),S(Cc,b),S(vc,m),S(yc,v),S(Rc,Y),S(Bc,G),S(Sc,L),S($c,w),S(rs,R),S(_c,X),V(I))if(I.length){const O=e.exposed||(e.exposed={});I.forEach(C=>{Object.defineProperty(O,C,{get:()=>r[C],set:N=>r[C]=N,enumerable:!0})})}else e.exposed||(e.exposed={});T&&e.render===io&&(e.render=T),W!=null&&(e.inheritAttrs=W),he&&(e.components=he),ve&&(e.directives=ve),X&&Ji(e)}function Mc(e,o,r=io){V(e)&&(e=Rn(e));for(const t in e){const n=e[t];let i;ne(n)?"default"in n?i=Ct(n.from||t,n.default,!0):i=Ct(n.from||t):i=Ct(n),pe(i)?Object.defineProperty(o,t,{enumerable:!0,configurable:!0,get:()=>i.value,set:s=>i.value=s}):o[t]=i}}function ns(e,o,r){ao(V(e)?e.map(t=>t.bind(o.proxy)):e.bind(o.proxy),o,r)}function is(e,o,r,t){let n=t.includes(".")?ws(r,t):()=>r[t];if(ce(e)){const i=o[e];K(i)&&Ce(n,i)}else if(K(e))Ce(n,e.bind(r));else if(ne(e))if(V(e))e.forEach(i=>is(i,o,r,t));else{const i=K(e.handler)?e.handler.bind(r):o[e.handler];K(i)&&Ce(n,i,e)}}function ss(e){const o=e.type,{mixins:r,extends:t}=o,{mixins:n,optionsCache:i,config:{optionMergeStrategies:s}}=e.appContext,l=i.get(o);let a;return l?a=l:!n.length&&!r&&!t?a=o:(a={},n.length&&n.forEach(c=>xt(a,c,s,!0)),xt(a,o,s)),ne(o)&&i.set(o,a),a}function xt(e,o,r,t=!1){const{mixins:n,extends:i}=o;i&&xt(e,i,r,!0),n&&n.forEach(s=>xt(e,s,r,!0));for(const s in o)if(!(t&&s==="expose")){const l=Ec[s]||r&&r[s];e[s]=l?l(e[s],o[s]):o[s]}return e}const Ec={data:ls,props:as,emits:as,methods:Mr,computed:Mr,beforeCreate:Be,created:Be,beforeMount:Be,mounted:Be,beforeUpdate:Be,updated:Be,beforeDestroy:Be,beforeUnmount:Be,destroyed:Be,unmounted:Be,activated:Be,deactivated:Be,errorCaptured:Be,serverPrefetch:Be,components:Mr,directives:Mr,watch:zc,provide:ls,inject:Ac};function ls(e,o){return o?e?function(){return fe(K(e)?e.call(this,this):e,K(o)?o.call(this,this):o)}:o:e}function Ac(e,o){return Mr(Rn(e),Rn(o))}function Rn(e){if(V(e)){const o={};for(let r=0;r<e.length;r++)o[e[r]]=e[r];return o}return e}function Be(e,o){return e?[...new Set([].concat(e,o))]:o}function Mr(e,o){return e?fe(Object.create(null),e,o):o}function as(e,o){return e?V(e)&&V(o)?[...new Set([...e,...o])]:fe(Object.create(null),kt(e),kt(o??{})):o}function zc(e,o){if(!e)return o;if(!o)return e;const r=fe(Object.create(null),e);for(const t in o)r[t]=Be(e[t],o[t]);return r}function cs(){return{app:null,config:{isNativeTag:si,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 Lc=0;function Ic(e,o){return function(t,n=null){K(t)||(t=fe({},t)),n!=null&&!ne(n)&&(n=null);const i=cs(),s=new WeakSet,l=[];let a=!1;const c=i.app={_uid:Lc++,_component:t,_props:n,_container:null,_context:i,_instance:null,version:wd,get config(){return i.config},set config(d){},use(d,...u){return s.has(d)||(d&&K(d.install)?(s.add(d),d.install(c,...u)):K(d)&&(s.add(d),d(c,...u))),c},mixin(d){return i.mixins.includes(d)||i.mixins.push(d),c},component(d,u){return u?(i.components[d]=u,c):i.components[d]},directive(d,u){return u?(i.directives[d]=u,c):i.directives[d]},mount(d,u,p){if(!a){const g=c._ceVNode||Je(t,n);return g.appContext=i,p===!0?p="svg":p===!1&&(p=void 0),e(g,d,p),a=!0,c._container=d,d.__vue_app__=c,Tt(g.component)}},onUnmount(d){l.push(d)},unmount(){a&&(ao(l,c._instance,16),e(null,c._container),delete c._container.__vue_app__)},provide(d,u){return i.provides[d]=u,c},runWithContext(d){const u=lr;lr=c;try{return d()}finally{lr=u}}};return c}}let lr=null;function jc(e,o){if(Oe){let r=Oe.provides;const t=Oe.parent&&Oe.parent.provides;t===r&&(r=Oe.provides=Object.create(t)),r[e]=o}}function Ct(e,o,r=!1){const t=Vo();if(t||lr){let n=lr?lr._context.provides:t?t.parent==null||t.ce?t.vnode.appContext&&t.vnode.appContext.provides:t.parent.provides:void 0;if(n&&e in n)return n[e];if(arguments.length>1)return r&&K(o)?o.call(t&&t.proxy):o}}const ds={},us=()=>Object.create(ds),fs=e=>Object.getPrototypeOf(e)===ds;function Wc(e,o,r,t=!1){const n={},i=us();e.propsDefaults=Object.create(null),gs(e,o,n,i);for(const s in e.propsOptions[0])s in n||(n[s]=void 0);r?e.props=t?n:Ga(n):e.type.props?e.props=n:e.props=i,e.attrs=i}function Nc(e,o,r,t){const{props:n,attrs:i,vnode:{patchFlag:s}}=e,l=ee(n),[a]=e.propsOptions;let c=!1;if((t||s>0)&&!(s&16)){if(s&8){const d=e.vnode.dynamicProps;for(let u=0;u<d.length;u++){let p=d[u];if(St(e.emitsOptions,p))continue;const g=o[p];if(a)if(re(i,p))g!==i[p]&&(i[p]=g,c=!0);else{const b=He(p);n[b]=On(a,l,b,g,e,!1)}else g!==i[p]&&(i[p]=g,c=!0)}}}else{gs(e,o,n,i)&&(c=!0);let d;for(const u in l)(!o||!re(o,u)&&((d=ze(u))===u||!re(o,d)))&&(a?r&&(r[u]!==void 0||r[d]!==void 0)&&(n[u]=On(a,l,u,void 0,e,!0)):delete n[u]);if(i!==l)for(const u in i)(!o||!re(o,u))&&(delete i[u],c=!0)}c&&yo(e.attrs,"set","")}function gs(e,o,r,t){const[n,i]=e.propsOptions;let s=!1,l;if(o)for(let a in o){if(br(a))continue;const c=o[a];let d;n&&re(n,d=He(a))?!i||!i.includes(d)?r[d]=c:(l||(l={}))[d]=c:St(e.emitsOptions,a)||(!(a in t)||c!==t[a])&&(t[a]=c,s=!0)}if(i){const a=ee(r),c=l||oe;for(let d=0;d<i.length;d++){const u=i[d];r[u]=On(n,a,u,c[u],e,!re(c,u))}}return s}function On(e,o,r,t,n,i){const s=e[r];if(s!=null){const l=re(s,"default");if(l&&t===void 0){const a=s.default;if(s.type!==Function&&!s.skipFactory&&K(a)){const{propsDefaults:c}=n;if(r in c)t=c[r];else{const d=Lr(n);t=c[r]=a.call(null,o),d()}}else t=a;n.ce&&n.ce._setProp(r,t)}s[0]&&(i&&!l?t=!1:s[1]&&(t===""||t===ze(r))&&(t=!0))}return t}const Fc=new WeakMap;function ps(e,o,r=!1){const t=r?Fc:o.propsCache,n=t.get(e);if(n)return n;const i=e.props,s={},l=[];let a=!1;if(!K(e)){const d=u=>{a=!0;const[p,g]=ps(u,o,!0);fe(s,p),g&&l.push(...g)};!r&&o.mixins.length&&o.mixins.forEach(d),e.extends&&d(e.extends),e.mixins&&e.mixins.forEach(d)}if(!i&&!a)return ne(e)&&t.set(e,Zo),Zo;if(V(i))for(let d=0;d<i.length;d++){const u=He(i[d]);hs(u)&&(s[u]=oe)}else if(i)for(const d in i){const u=He(d);if(hs(u)){const p=i[d],g=s[u]=V(p)||K(p)?{type:p}:fe({},p),b=g.type;let m=!1,v=!0;if(V(b))for(let k=0;k<b.length;++k){const w=b[k],M=K(w)&&w.name;if(M==="Boolean"){m=!0;break}else M==="String"&&(v=!1)}else m=K(b)&&b.name==="Boolean";g[0]=m,g[1]=v,(m||re(g,"default"))&&l.push(u)}}const c=[s,l];return ne(e)&&t.set(e,c),c}function hs(e){return e[0]!=="$"&&!br(e)}const Tn=e=>e==="_"||e==="_ctx"||e==="$stable",Pn=e=>V(e)?e.map(uo):[uo(e)],Hc=(e,o,r)=>{if(o._n)return o;const t=xn((...n)=>Pn(o(...n)),r);return t._c=!1,t},ms=(e,o,r)=>{const t=e._ctx;for(const n in e){if(Tn(n))continue;const i=e[n];if(K(i))o[n]=Hc(n,i,t);else if(i!=null){const s=Pn(i);o[n]=()=>s}}},bs=(e,o)=>{const r=Pn(o);e.slots.default=()=>r},vs=(e,o,r)=>{for(const t in o)(r||!Tn(t))&&(e[t]=o[t])},Vc=(e,o,r)=>{const t=e.slots=us();if(e.vnode.shapeFlag&32){const n=o._;n?(vs(t,o,r),r&&ui(t,"_",n,!0)):ms(o,t)}else o&&bs(e,o)},Uc=(e,o,r)=>{const{vnode:t,slots:n}=e;let i=!0,s=oe;if(t.shapeFlag&32){const l=o._;l?r&&l===1?i=!1:vs(n,o,r):(i=!o.$stable,ms(o,n)),s=o}else o&&(bs(e,o),s={default:1});if(i)for(const l in n)!Tn(l)&&s[l]==null&&delete n[l]},Re=ld;function Yc(e){return Kc(e)}function Kc(e,o){const r=nt();r.__VUE__=!0;const{insert:t,remove:n,patchProp:i,createElement:s,createText:l,createComment:a,setText:c,setElementText:d,parentNode:u,nextSibling:p,setScopeId:g=io,insertStaticContent:b}=e,m=(f,h,y,B=null,x=null,$=null,A=void 0,D=null,P=!!h.dynamicChildren)=>{if(f===h)return;f&&!zr(f,h)&&(B=Me(f),J(f,x,$,!0),f=null),h.patchFlag===-2&&(P=!1,h.dynamicChildren=null);const{type:_,ref:U,shapeFlag:z}=h;switch(_){case Bt:v(f,h,y,B);break;case Co:k(f,h,y,B);break;case En:f==null&&w(h,y,B,A);break;case De:he(f,h,y,B,x,$,A,D,P);break;default:z&1?T(f,h,y,B,x,$,A,D,P):z&6?ve(f,h,y,B,x,$,A,D,P):(z&64||z&128)&&_.process(f,h,y,B,x,$,A,D,P,ue)}U!=null&&x?Pr(U,f&&f.ref,$,h||f,!h):U==null&&f&&f.ref!=null&&Pr(f.ref,null,$,f,!0)},v=(f,h,y,B)=>{if(f==null)t(h.el=l(h.children),y,B);else{const x=h.el=f.el;h.children!==f.children&&c(x,h.children)}},k=(f,h,y,B)=>{f==null?t(h.el=a(h.children||""),y,B):h.el=f.el},w=(f,h,y,B)=>{[f.el,f.anchor]=b(f.children,h,y,B,f.el,f.anchor)},M=({el:f,anchor:h},y,B)=>{let x;for(;f&&f!==h;)x=p(f),t(f,y,B),f=x;t(h,y,B)},R=({el:f,anchor:h})=>{let y;for(;f&&f!==h;)y=p(f),n(f),f=y;n(h)},T=(f,h,y,B,x,$,A,D,P)=>{if(h.type==="svg"?A="svg":h.type==="math"&&(A="mathml"),f==null)G(h,y,B,x,$,A,D,P);else{const _=f.el&&f.el._isVueCE?f.el:null;try{_&&_._beginPatch(),X(f,h,x,$,A,D,P)}finally{_&&_._endPatch()}}},G=(f,h,y,B,x,$,A,D)=>{let P,_;const{props:U,shapeFlag:z,transition:H,dirs:Z}=f;if(P=f.el=s(f.type,$,U&&U.is,U),z&8?d(P,f.children):z&16&&Y(f.children,P,null,B,x,Dn(f,$),A,D),Z&&Fo(f,null,B,"created"),L(P,f,f.scopeId,A,B),U){for(const le in U)le!=="value"&&!br(le)&&i(P,le,null,U[le],$,B);"value"in U&&i(P,"value",null,U.value,$),(_=U.onVnodeBeforeMount)&&fo(_,B,f)}Z&&Fo(f,null,B,"beforeMount");const Q=Gc(x,H);Q&&H.beforeEnter(P),t(P,h,y),((_=U&&U.onVnodeMounted)||Q||Z)&&Re(()=>{_&&fo(_,B,f),Q&&H.enter(P),Z&&Fo(f,null,B,"mounted")},x)},L=(f,h,y,B,x)=>{if(y&&g(f,y),B)for(let $=0;$<B.length;$++)g(f,B[$]);if(x){let $=x.subTree;if(h===$||Ss($.type)&&($.ssContent===h||$.ssFallback===h)){const A=x.vnode;L(f,A,A.scopeId,A.slotScopeIds,x.parent)}}},Y=(f,h,y,B,x,$,A,D,P=0)=>{for(let _=P;_<f.length;_++){const U=f[_]=D?Do(f[_]):uo(f[_]);m(null,U,h,y,B,x,$,A,D)}},X=(f,h,y,B,x,$,A)=>{const D=h.el=f.el;let{patchFlag:P,dynamicChildren:_,dirs:U}=h;P|=f.patchFlag&16;const z=f.props||oe,H=h.props||oe;let Z;if(y&&Ho(y,!1),(Z=H.onVnodeBeforeUpdate)&&fo(Z,y,h,f),U&&Fo(h,f,y,"beforeUpdate"),y&&Ho(y,!0),(z.innerHTML&&H.innerHTML==null||z.textContent&&H.textContent==null)&&d(D,""),_?I(f.dynamicChildren,_,D,y,B,Dn(h,x),$):A||C(f,h,D,null,y,B,Dn(h,x),$,!1),P>0){if(P&16)W(D,z,H,y,x);else if(P&2&&z.class!==H.class&&i(D,"class",null,H.class,x),P&4&&i(D,"style",z.style,H.style,x),P&8){const Q=h.dynamicProps;for(let le=0;le<Q.length;le++){const te=Q[le],Ee=z[te],Ae=H[te];(Ae!==Ee||te==="value")&&i(D,te,Ee,Ae,x,y)}}P&1&&f.children!==h.children&&d(D,h.children)}else!A&&_==null&&W(D,z,H,y,x);((Z=H.onVnodeUpdated)||U)&&Re(()=>{Z&&fo(Z,y,h,f),U&&Fo(h,f,y,"updated")},B)},I=(f,h,y,B,x,$,A)=>{for(let D=0;D<h.length;D++){const P=f[D],_=h[D],U=P.el&&(P.type===De||!zr(P,_)||P.shapeFlag&198)?u(P.el):y;m(P,_,U,null,B,x,$,A,!0)}},W=(f,h,y,B,x)=>{if(h!==y){if(h!==oe)for(const $ in h)!br($)&&!($ in y)&&i(f,$,h[$],null,x,B);for(const $ in y){if(br($))continue;const A=y[$],D=h[$];A!==D&&$!=="value"&&i(f,$,D,A,x,B)}"value"in y&&i(f,"value",h.value,y.value,x)}},he=(f,h,y,B,x,$,A,D,P)=>{const _=h.el=f?f.el:l(""),U=h.anchor=f?f.anchor:l("");let{patchFlag:z,dynamicChildren:H,slotScopeIds:Z}=h;Z&&(D=D?D.concat(Z):Z),f==null?(t(_,y,B),t(U,y,B),Y(h.children||[],y,U,x,$,A,D,P)):z>0&&z&64&&H&&f.dynamicChildren?(I(f.dynamicChildren,H,y,x,$,A,D),(h.key!=null||x&&h===x.subTree)&&Mn(f,h,!0)):C(f,h,y,U,x,$,A,D,P)},ve=(f,h,y,B,x,$,A,D,P)=>{h.slotScopeIds=D,f==null?h.shapeFlag&512?x.ctx.activate(h,y,B,A,P):j(h,y,B,x,$,A,P):E(f,h,P)},j=(f,h,y,B,x,$,A)=>{const D=f.component=fd(f,B,x);if(es(f)&&(D.ctx.renderer=ue),gd(D,!1,A),D.asyncDep){if(x&&x.registerDep(D,S,A),!f.el){const P=D.subTree=Je(Co);k(null,P,h,y),f.placeholder=P.el}}else S(D,f,h,y,x,$,A)},E=(f,h,y)=>{const B=h.component=f.component;if(id(f,h,y))if(B.asyncDep&&!B.asyncResolved){O(B,h,y);return}else B.next=h,B.update();else h.el=f.el,B.vnode=h},S=(f,h,y,B,x,$,A)=>{const D=()=>{if(f.isMounted){let{next:z,bu:H,u:Z,parent:Q,vnode:le}=f;{const bo=ys(f);if(bo){z&&(z.el=le.el,O(f,z,A)),bo.asyncDep.then(()=>{f.isUnmounted||D()});return}}let te=z,Ee;Ho(f,!1),z?(z.el=le.el,O(f,z,A)):z=le,H&&rt(H),(Ee=z.props&&z.props.onVnodeBeforeUpdate)&&fo(Ee,Q,z,le),Ho(f,!0);const Ae=$s(f),mo=f.subTree;f.subTree=Ae,m(mo,Ae,u(mo.el),Me(mo),f,x,$),z.el=Ae.el,te===null&&sd(f,Ae.el),Z&&Re(Z,x),(Ee=z.props&&z.props.onVnodeUpdated)&&Re(()=>fo(Ee,Q,z,le),x)}else{let z;const{el:H,props:Z}=h,{bm:Q,m:le,parent:te,root:Ee,type:Ae}=f,mo=ir(h);Ho(f,!1),Q&&rt(Q),!mo&&(z=Z&&Z.onVnodeBeforeMount)&&fo(z,te,h),Ho(f,!0);{Ee.ce&&Ee.ce._def.shadowRoot!==!1&&Ee.ce._injectChildStyle(Ae);const bo=f.subTree=$s(f);m(null,bo,y,B,f,x,$),h.el=bo.el}if(le&&Re(le,x),!mo&&(z=Z&&Z.onVnodeMounted)){const bo=h;Re(()=>fo(z,te,bo),x)}(h.shapeFlag&256||te&&ir(te.vnode)&&te.vnode.shapeFlag&256)&&f.a&&Re(f.a,x),f.isMounted=!0,h=y=B=null}};f.scope.on();const P=f.effect=new vi(D);f.scope.off();const _=f.update=P.run.bind(P),U=f.job=P.runIfDirty.bind(P);U.i=f,U.id=f.uid,P.scheduler=()=>wn(U),Ho(f,!0),_()},O=(f,h,y)=>{h.component=f;const B=f.vnode.props;f.vnode=h,f.next=null,Nc(f,h.props,B,y),Uc(f,h.children,y),so(),Fi(f),lo()},C=(f,h,y,B,x,$,A,D,P=!1)=>{const _=f&&f.children,U=f?f.shapeFlag:0,z=h.children,{patchFlag:H,shapeFlag:Z}=h;if(H>0){if(H&128){F(_,z,y,B,x,$,A,D,P);return}else if(H&256){N(_,z,y,B,x,$,A,D,P);return}}Z&8?(U&16&&Te(_,x,$),z!==_&&d(y,z)):U&16?Z&16?F(_,z,y,B,x,$,A,D,P):Te(_,x,$,!0):(U&8&&d(y,""),Z&16&&Y(z,y,B,x,$,A,D,P))},N=(f,h,y,B,x,$,A,D,P)=>{f=f||Zo,h=h||Zo;const _=f.length,U=h.length,z=Math.min(_,U);let H;for(H=0;H<z;H++){const Z=h[H]=P?Do(h[H]):uo(h[H]);m(f[H],Z,y,null,x,$,A,D,P)}_>U?Te(f,x,$,!0,!1,z):Y(h,y,B,x,$,A,D,P,z)},F=(f,h,y,B,x,$,A,D,P)=>{let _=0;const U=h.length;let z=f.length-1,H=U-1;for(;_<=z&&_<=H;){const Z=f[_],Q=h[_]=P?Do(h[_]):uo(h[_]);if(zr(Z,Q))m(Z,Q,y,null,x,$,A,D,P);else break;_++}for(;_<=z&&_<=H;){const Z=f[z],Q=h[H]=P?Do(h[H]):uo(h[H]);if(zr(Z,Q))m(Z,Q,y,null,x,$,A,D,P);else break;z--,H--}if(_>z){if(_<=H){const Z=H+1,Q=Z<U?h[Z].el:B;for(;_<=H;)m(null,h[_]=P?Do(h[_]):uo(h[_]),y,Q,x,$,A,D,P),_++}}else if(_>H)for(;_<=z;)J(f[_],x,$,!0),_++;else{const Z=_,Q=_,le=new Map;for(_=Q;_<=H;_++){const Fe=h[_]=P?Do(h[_]):uo(h[_]);Fe.key!=null&&le.set(Fe.key,_)}let te,Ee=0;const Ae=H-Q+1;let mo=!1,bo=0;const Jr=new Array(Ae);for(_=0;_<Ae;_++)Jr[_]=0;for(_=Z;_<=z;_++){const Fe=f[_];if(Ee>=Ae){J(Fe,x,$,!0);continue}let vo;if(Fe.key!=null)vo=le.get(Fe.key);else for(te=Q;te<=H;te++)if(Jr[te-Q]===0&&zr(Fe,h[te])){vo=te;break}vo===void 0?J(Fe,x,$,!0):(Jr[vo-Q]=_+1,vo>=bo?bo=vo:mo=!0,m(Fe,h[vo],y,null,x,$,A,D,P),Ee++)}const pa=mo?Xc(Jr):Zo;for(te=pa.length-1,_=Ae-1;_>=0;_--){const Fe=Q+_,vo=h[Fe],ha=h[Fe+1],ma=Fe+1<U?ha.el||ha.placeholder:B;Jr[_]===0?m(null,vo,y,ma,x,$,A,D,P):mo&&(te<0||_!==pa[te]?q(vo,y,ma,2):te--)}}},q=(f,h,y,B,x=null)=>{const{el:$,type:A,transition:D,children:P,shapeFlag:_}=f;if(_&6){q(f.component.subTree,h,y,B);return}if(_&128){f.suspense.move(h,y,B);return}if(_&64){A.move(f,h,y,ue);return}if(A===De){t($,h,y);for(let z=0;z<P.length;z++)q(P[z],h,y,B);t(f.anchor,h,y);return}if(A===En){M(f,h,y);return}if(B!==2&&_&1&&D)if(B===0)D.beforeEnter($),t($,h,y),Re(()=>D.enter($),x);else{const{leave:z,delayLeave:H,afterLeave:Z}=D,Q=()=>{f.ctx.isUnmounted?n($):t($,h,y)},le=()=>{$._isLeaving&&$[bc](!0),z($,()=>{Q(),Z&&Z()})};H?H($,Q,le):le()}else t($,h,y)},J=(f,h,y,B=!1,x=!1)=>{const{type:$,props:A,ref:D,children:P,dynamicChildren:_,shapeFlag:U,patchFlag:z,dirs:H,cacheIndex:Z}=f;if(z===-2&&(x=!1),D!=null&&(so(),Pr(D,null,y,f,!0),lo()),Z!=null&&(h.renderCache[Z]=void 0),U&256){h.ctx.deactivate(f);return}const Q=U&1&&H,le=!ir(f);let te;if(le&&(te=A&&A.onVnodeBeforeUnmount)&&fo(te,h,f),U&6)ye(f.component,y,B);else{if(U&128){f.suspense.unmount(y,B);return}Q&&Fo(f,null,h,"beforeUnmount"),U&64?f.type.remove(f,h,y,ue,B):_&&!_.hasOnce&&($!==De||z>0&&z&64)?Te(_,h,y,!1,!0):($===De&&z&384||!x&&U&16)&&Te(P,h,y),B&&se(f)}(le&&(te=A&&A.onVnodeUnmounted)||Q)&&Re(()=>{te&&fo(te,h,f),Q&&Fo(f,null,h,"unmounted")},y)},se=f=>{const{type:h,el:y,anchor:B,transition:x}=f;if(h===De){ae(y,B);return}if(h===En){R(f);return}const $=()=>{n(y),x&&!x.persisted&&x.afterLeave&&x.afterLeave()};if(f.shapeFlag&1&&x&&!x.persisted){const{leave:A,delayLeave:D}=x,P=()=>A(y,$);D?D(f.el,$,P):P()}else $()},ae=(f,h)=>{let y;for(;f!==h;)y=p(f),n(f),f=y;n(h)},ye=(f,h,y)=>{const{bum:B,scope:x,job:$,subTree:A,um:D,m:P,a:_}=f;ks(P),ks(_),B&&rt(B),x.stop(),$&&($.flags|=8,J(A,f,h,y)),D&&Re(D,h),Re(()=>{f.isUnmounted=!0},h)},Te=(f,h,y,B=!1,x=!1,$=0)=>{for(let A=$;A<f.length;A++)J(f[A],h,y,B,x)},Me=f=>{if(f.shapeFlag&6)return Me(f.component.subTree);if(f.shapeFlag&128)return f.suspense.next();const h=p(f.anchor||f.el),y=h&&h[Yi];return y?p(y):h};let to=!1;const Ge=(f,h,y)=>{f==null?h._vnode&&J(h._vnode,null,null,!0):m(h._vnode||null,f,h,null,null,null,y),h._vnode=f,to||(to=!0,Fi(),Hi(),to=!1)},ue={p:m,um:J,m:q,r:se,mt:j,mc:Y,pc:C,pbc:I,n:Me,o:e};return{render:Ge,hydrate:void 0,createApp:Ic(Ge)}}function Dn({type:e,props:o},r){return r==="svg"&&e==="foreignObject"||r==="mathml"&&e==="annotation-xml"&&o&&o.encoding&&o.encoding.includes("html")?void 0:r}function Ho({effect:e,job:o},r){r?(e.flags|=32,o.flags|=4):(e.flags&=-33,o.flags&=-5)}function Gc(e,o){return(!e||e&&!e.pendingBranch)&&o&&!o.persisted}function Mn(e,o,r=!1){const t=e.children,n=o.children;if(V(t)&&V(n))for(let i=0;i<t.length;i++){const s=t[i];let l=n[i];l.shapeFlag&1&&!l.dynamicChildren&&((l.patchFlag<=0||l.patchFlag===32)&&(l=n[i]=Do(n[i]),l.el=s.el),!r&&l.patchFlag!==-2&&Mn(s,l)),l.type===Bt&&l.patchFlag!==-1&&(l.el=s.el),l.type===Co&&!l.el&&(l.el=s.el)}}function Xc(e){const o=e.slice(),r=[0];let t,n,i,s,l;const a=e.length;for(t=0;t<a;t++){const c=e[t];if(c!==0){if(n=r[r.length-1],e[n]<c){o[t]=n,r.push(t);continue}for(i=0,s=r.length-1;i<s;)l=i+s>>1,e[r[l]]<c?i=l+1:s=l;c<e[r[i]]&&(i>0&&(o[t]=r[i-1]),r[i]=t)}}for(i=r.length,s=r[i-1];i-- >0;)r[i]=s,s=o[s];return r}function ys(e){const o=e.subTree.component;if(o)return o.asyncDep&&!o.asyncResolved?o:ys(o)}function ks(e){if(e)for(let o=0;o<e.length;o++)e[o].flags|=8}const qc=Symbol.for("v-scx"),Zc=()=>Ct(qc);function Jc(e,o){return $t(e,null,o)}function Qc(e,o){return $t(e,null,{flush:"sync"})}function Ce(e,o,r){return $t(e,o,r)}function $t(e,o,r=oe){const{immediate:t,deep:n,flush:i,once:s}=r,l=fe({},r),a=o&&t||!o&&i!=="post";let c;if(Ir){if(i==="sync"){const g=Zc();c=g.__watcherHandles||(g.__watcherHandles=[])}else if(!a){const g=()=>{};return g.stop=io,g.resume=io,g.pause=io,g}}const d=Oe;l.call=(g,b,m)=>ao(g,d,b,m);let u=!1;i==="post"?l.scheduler=g=>{Re(g,d&&d.suspense)}:i!=="sync"&&(u=!0,l.scheduler=(g,b)=>{b?g():wn(g)}),l.augmentJob=g=>{o&&(g.flags|=4),u&&(g.flags|=2,d&&(g.id=d.uid,g.i=d))};const p=sc(e,o,l);return Ir&&(c?c.push(p):a&&p()),p}function ed(e,o,r){const t=this.proxy,n=ce(e)?e.includes(".")?ws(t,e):()=>t[e]:e.bind(t,t);let i;K(o)?i=o:(i=o.handler,r=o);const s=Lr(this),l=$t(n,i.bind(t),r);return s(),l}function ws(e,o){const r=o.split(".");return()=>{let t=e;for(let n=0;n<r.length&&t;n++)t=t[r[n]];return t}}function _t(e,o,r=oe){const t=Vo(),n=He(o),i=ze(o),s=xs(e,n),l=Ii((a,c)=>{let d,u=oe,p;return Qc(()=>{const g=e[n];Pe(d,g)&&(d=g,c())}),{get(){return a(),r.get?r.get(d):d},set(g){const b=r.set?r.set(g):g;if(!Pe(b,d)&&!(u!==oe&&Pe(g,u)))return;const m=t.vnode.props;m&&(o in m||n in m||i in m)&&(`onUpdate:${o}`in m||`onUpdate:${n}`in m||`onUpdate:${i}`in m)||(d=g,c()),t.emit(`update:${o}`,b),Pe(g,b)&&Pe(g,u)&&!Pe(b,p)&&c(),u=g,p=b}}});return l[Symbol.iterator]=()=>{let a=0;return{next(){return a<2?{value:a++?s||oe:l,done:!1}:{done:!0}}}},l}const xs=(e,o)=>o==="modelValue"||o==="model-value"?e.modelModifiers:e[`${o}Modifiers`]||e[`${He(o)}Modifiers`]||e[`${ze(o)}Modifiers`];function od(e,o,...r){if(e.isUnmounted)return;const t=e.vnode.props||oe;let n=r;const i=o.startsWith("update:"),s=i&&xs(t,o.slice(7));s&&(s.trim&&(n=r.map(d=>ce(d)?d.trim():d)),s.number&&(n=r.map(tt)));let l,a=t[l=rn(o)]||t[l=rn(He(o))];!a&&i&&(a=t[l=rn(ze(o))]),a&&ao(a,e,6,n);const c=t[l+"Once"];if(c){if(!e.emitted)e.emitted={};else if(e.emitted[l])return;e.emitted[l]=!0,ao(c,e,6,n)}}const rd=new WeakMap;function Cs(e,o,r=!1){const t=r?rd:o.emitsCache,n=t.get(e);if(n!==void 0)return n;const i=e.emits;let s={},l=!1;if(!K(e)){const a=c=>{const d=Cs(c,o,!0);d&&(l=!0,fe(s,d))};!r&&o.mixins.length&&o.mixins.forEach(a),e.extends&&a(e.extends),e.mixins&&e.mixins.forEach(a)}return!i&&!l?(ne(e)&&t.set(e,null),null):(V(i)?i.forEach(a=>s[a]=null):fe(s,i),ne(e)&&t.set(e,s),s)}function St(e,o){return!e||!Qr(o)?!1:(o=o.slice(2).replace(/Once$/,""),re(e,o[0].toLowerCase()+o.slice(1))||re(e,ze(o))||re(e,o))}function Iw(){}function $s(e){const{type:o,vnode:r,proxy:t,withProxy:n,propsOptions:[i],slots:s,attrs:l,emit:a,render:c,renderCache:d,props:u,data:p,setupState:g,ctx:b,inheritAttrs:m}=e,v=ht(e);let k,w;try{if(r.shapeFlag&4){const R=n||t,T=R;k=uo(c.call(T,R,d,u,g,p,b)),w=l}else{const R=o;k=uo(R.length>1?R(u,{attrs:l,slots:s,emit:a}):R(u,null)),w=o.props?l:td(l)}}catch(R){Er.length=0,gt(R,e,1),k=Je(Co)}let M=k;if(w&&m!==!1){const R=Object.keys(w),{shapeFlag:T}=M;R.length&&T&7&&(i&&R.some(Qt)&&(w=nd(w,i)),M=cr(M,w,!1,!0))}return r.dirs&&(M=cr(M,null,!1,!0),M.dirs=M.dirs?M.dirs.concat(r.dirs):r.dirs),r.transition&&$n(M,r.transition),k=M,ht(v),k}const td=e=>{let o;for(const r in e)(r==="class"||r==="style"||Qr(r))&&((o||(o={}))[r]=e[r]);return o},nd=(e,o)=>{const r={};for(const t in e)(!Qt(t)||!(t.slice(9)in o))&&(r[t]=e[t]);return r};function id(e,o,r){const{props:t,children:n,component:i}=e,{props:s,children:l,patchFlag:a}=o,c=i.emitsOptions;if(o.dirs||o.transition)return!0;if(r&&a>=0){if(a&1024)return!0;if(a&16)return t?_s(t,s,c):!!s;if(a&8){const d=o.dynamicProps;for(let u=0;u<d.length;u++){const p=d[u];if(s[p]!==t[p]&&!St(c,p))return!0}}}else return(n||l)&&(!l||!l.$stable)?!0:t===s?!1:t?s?_s(t,s,c):!0:!!s;return!1}function _s(e,o,r){const t=Object.keys(o);if(t.length!==Object.keys(e).length)return!0;for(let n=0;n<t.length;n++){const i=t[n];if(o[i]!==e[i]&&!St(r,i))return!0}return!1}function sd({vnode:e,parent:o},r){for(;o;){const t=o.subTree;if(t.suspense&&t.suspense.activeBranch===e&&(t.el=e.el),t===e)(e=o.vnode).el=r,o=o.parent;else break}}const Ss=e=>e.__isSuspense;function ld(e,o){o&&o.pendingBranch?V(e)?o.effects.push(...e):o.effects.push(e):gc(e)}const De=Symbol.for("v-fgt"),Bt=Symbol.for("v-txt"),Co=Symbol.for("v-cmt"),En=Symbol.for("v-stc"),Er=[];let je=null;function be(e=!1){Er.push(je=e?null:[])}function ad(){Er.pop(),je=Er[Er.length-1]||null}let Ar=1;function Bs(e,o=!1){Ar+=e,e<0&&je&&o&&(je.hasOnce=!0)}function Rs(e){return e.dynamicChildren=Ar>0?je||Zo:null,ad(),Ar>0&&je&&je.push(e),e}function Ue(e,o,r,t,n,i){return Rs(Ye(e,o,r,t,n,i,!0))}function ar(e,o,r,t,n){return Rs(Je(e,o,r,t,n,!0))}function An(e){return e?e.__v_isVNode===!0:!1}function zr(e,o){return e.type===o.type&&e.key===o.key}const Os=({key:e})=>e??null,Rt=({ref:e,ref_key:o,ref_for:r})=>(typeof e=="number"&&(e=""+e),e!=null?ce(e)||pe(e)||K(e)?{i:xe,r:e,k:o,f:!!r}:e:null);function Ye(e,o=null,r=null,t=0,n=null,i=e===De?0:1,s=!1,l=!1){const a={__v_isVNode:!0,__v_skip:!0,type:e,props:o,key:o&&Os(o),ref:o&&Rt(o),scopeId:Ui,slotScopeIds:null,children:r,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:t,dynamicProps:n,dynamicChildren:null,appContext:null,ctx:xe};return l?(zn(a,r),i&128&&e.normalize(a)):r&&(a.shapeFlag|=ce(r)?8:16),Ar>0&&!s&&je&&(a.patchFlag>0||i&6)&&a.patchFlag!==32&&je.push(a),a}const Je=cd;function cd(e,o=null,r=null,t=0,n=null,i=!1){if((!e||e===Oc)&&(e=Co),An(e)){const l=cr(e,o,!0);return r&&zn(l,r),Ar>0&&!i&&je&&(l.shapeFlag&6?je[je.indexOf(e)]=l:je.push(l)),l.patchFlag=-2,l}if(kd(e)&&(e=e.__vccOpts),o){o=Ts(o);let{class:l,style:a}=o;l&&!ce(l)&&(o.class=Ve(l)),ne(a)&&(vn(a)&&!V(a)&&(a=fe({},a)),o.style=vr(a))}const s=ce(e)?1:Ss(e)?128:pc(e)?64:ne(e)?4:K(e)?2:0;return Ye(e,o,r,t,n,s,i,!0)}function Ts(e){return e?vn(e)||fs(e)?fe({},e):e:null}function cr(e,o,r=!1,t=!1){const{props:n,ref:i,patchFlag:s,children:l,transition:a}=e,c=o?Ds(n||{},o):n,d={__v_isVNode:!0,__v_skip:!0,type:e.type,props:c,key:c&&Os(c),ref:o&&o.ref?r&&i?V(i)?i.concat(Rt(o)):[i,Rt(o)]:Rt(o):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:o&&e.type!==De?s===-1?16:s|16:s,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:a,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&cr(e.ssContent),ssFallback:e.ssFallback&&cr(e.ssFallback),placeholder:e.placeholder,el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return a&&t&&$n(d,a.clone(d)),d}function Ps(e=" ",o=0){return Je(Bt,null,e,o)}function $o(e="",o=!1){return o?(be(),ar(Co,null,e)):Je(Co,null,e)}function uo(e){return e==null||typeof e=="boolean"?Je(Co):V(e)?Je(De,null,e.slice()):An(e)?Do(e):Je(Bt,null,String(e))}function Do(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:cr(e)}function zn(e,o){let r=0;const{shapeFlag:t}=e;if(o==null)o=null;else if(V(o))r=16;else if(typeof o=="object")if(t&65){const n=o.default;n&&(n._c&&(n._d=!1),zn(e,n()),n._c&&(n._d=!0));return}else{r=32;const n=o._;!n&&!fs(o)?o._ctx=xe:n===3&&xe&&(xe.slots._===1?o._=1:(o._=2,e.patchFlag|=1024))}else K(o)?(o={default:o,_ctx:xe},r=32):(o=String(o),t&64?(r=16,o=[Ps(o)]):r=8);e.children=o,e.shapeFlag|=r}function Ds(...e){const o={};for(let r=0;r<e.length;r++){const t=e[r];for(const n in t)if(n==="class")o.class!==t.class&&(o.class=Ve([o.class,t.class]));else if(n==="style")o.style=vr([o.style,t.style]);else if(Qr(n)){const i=o[n],s=t[n];s&&i!==s&&!(V(i)&&i.includes(s))&&(o[n]=i?[].concat(i,s):s)}else n!==""&&(o[n]=t[n])}return o}function fo(e,o,r,t=null){ao(e,o,7,[r,t])}const dd=cs();let ud=0;function fd(e,o,r){const t=e.type,n=(o?o.appContext:e.appContext)||dd,i={uid:ud++,vnode:e,type:t,parent:o,appContext:n,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new Ra(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:o?o.provides:Object.create(n.provides),ids:o?o.ids:["",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:ps(t,n),emitsOptions:Cs(t,n),emit:null,emitted:null,propsDefaults:oe,inheritAttrs:t.inheritAttrs,ctx:oe,data:oe,props:oe,attrs:oe,slots:oe,refs:oe,setupState:oe,setupContext:null,suspense:r,suspenseId:r?r.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=o?o.root:i,i.emit=od.bind(null,i),e.ce&&e.ce(i),i}let Oe=null;const Vo=()=>Oe||xe;let Ot,Ln;{const e=nt(),o=(r,t)=>{let n;return(n=e[r])||(n=e[r]=[]),n.push(t),i=>{n.length>1?n.forEach(s=>s(i)):n[0](i)}};Ot=o("__VUE_INSTANCE_SETTERS__",r=>Oe=r),Ln=o("__VUE_SSR_SETTERS__",r=>Ir=r)}const Lr=e=>{const o=Oe;return Ot(e),e.scope.on(),()=>{e.scope.off(),Ot(o)}},Ms=()=>{Oe&&Oe.scope.off(),Ot(null)};function Es(e){return e.vnode.shapeFlag&4}let Ir=!1;function gd(e,o=!1,r=!1){o&&Ln(o);const{props:t,children:n}=e.vnode,i=Es(e);Wc(e,t,i,o),Vc(e,n,r||o);const s=i?pd(e,o):void 0;return o&&Ln(!1),s}function pd(e,o){const r=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,Pc);const{setup:t}=r;if(t){so();const n=e.setupContext=t.length>1?md(e):null,i=Lr(e),s=rr(t,e,0,[e.props,n]),l=ai(s);if(lo(),i(),(l||e.sp)&&!ir(e)&&Ji(e),l){if(s.then(Ms,Ms),o)return s.then(a=>{As(e,a)}).catch(a=>{gt(a,e,0)});e.asyncDep=s}else As(e,s)}else zs(e)}function As(e,o,r){K(o)?e.type.__ssrInlineRender?e.ssrRender=o:e.render=o:ne(o)&&(e.setupState=Li(o)),zs(e)}function zs(e,o,r){const t=e.type;e.render||(e.render=t.render||io);{const n=Lr(e);so();try{Dc(e)}finally{lo(),n()}}}const hd={get(e,o){return we(e,"get",""),e[o]}};function md(e){const o=r=>{e.exposed=r||{}};return{attrs:new Proxy(e.attrs,hd),slots:e.slots,emit:e.emit,expose:o}}function Tt(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(Li(Xa(e.exposed)),{get(o,r){if(r in o)return o[r];if(r in Dr)return Dr[r](e)},has(o,r){return r in o||r in Dr}})):e.proxy}const bd=/(?:^|[-_])\w/g,vd=e=>e.replace(bd,o=>o.toUpperCase()).replace(/[-_]/g,"");function yd(e,o=!0){return K(e)?e.displayName||e.name:e.name||o&&e.__name}function Ls(e,o,r=!1){let t=yd(o);if(!t&&o.__file){const n=o.__file.match(/([^/\\]+)\.\w+$/);n&&(t=n[1])}if(!t&&e&&e.parent){const n=i=>{for(const s in i)if(i[s]===o)return s};t=n(e.components||e.parent.type.components)||n(e.appContext.components)}return t?vd(t):r?"App":"Anonymous"}function kd(e){return K(e)&&"__vccOpts"in e}const de=(e,o)=>nc(e,o,Ir),wd="3.5.24";/**
17
+ * @vue/runtime-dom v3.5.24
18
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
19
+ * @license MIT
20
+ **/let In;const Is=typeof window<"u"&&window.trustedTypes;if(Is)try{In=Is.createPolicy("vue",{createHTML:e=>e})}catch{}const js=In?e=>In.createHTML(e):e=>e,xd="http://www.w3.org/2000/svg",Cd="http://www.w3.org/1998/Math/MathML",_o=typeof document<"u"?document:null,Ws=_o&&_o.createElement("template"),$d={insert:(e,o,r)=>{o.insertBefore(e,r||null)},remove:e=>{const o=e.parentNode;o&&o.removeChild(e)},createElement:(e,o,r,t)=>{const n=o==="svg"?_o.createElementNS(xd,e):o==="mathml"?_o.createElementNS(Cd,e):r?_o.createElement(e,{is:r}):_o.createElement(e);return e==="select"&&t&&t.multiple!=null&&n.setAttribute("multiple",t.multiple),n},createText:e=>_o.createTextNode(e),createComment:e=>_o.createComment(e),setText:(e,o)=>{e.nodeValue=o},setElementText:(e,o)=>{e.textContent=o},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>_o.querySelector(e),setScopeId(e,o){e.setAttribute(o,"")},insertStaticContent(e,o,r,t,n,i){const s=r?r.previousSibling:o.lastChild;if(n&&(n===i||n.nextSibling))for(;o.insertBefore(n.cloneNode(!0),r),!(n===i||!(n=n.nextSibling)););else{Ws.innerHTML=js(t==="svg"?`<svg>${e}</svg>`:t==="mathml"?`<math>${e}</math>`:e);const l=Ws.content;if(t==="svg"||t==="mathml"){const a=l.firstChild;for(;a.firstChild;)l.appendChild(a.firstChild);l.removeChild(a)}o.insertBefore(l,r)}return[s?s.nextSibling:o.firstChild,r?r.previousSibling:o.lastChild]}},_d=Symbol("_vtc");function Sd(e,o,r){const t=e[_d];t&&(o=(o?[o,...t]:[...t]).join(" ")),o==null?e.removeAttribute("class"):r?e.setAttribute("class",o):e.className=o}const Pt=Symbol("_vod"),Ns=Symbol("_vsh"),Bd={name:"show",beforeMount(e,{value:o},{transition:r}){e[Pt]=e.style.display==="none"?"":e.style.display,r&&o?r.beforeEnter(e):jr(e,o)},mounted(e,{value:o},{transition:r}){r&&o&&r.enter(e)},updated(e,{value:o,oldValue:r},{transition:t}){!o!=!r&&(t?o?(t.beforeEnter(e),jr(e,!0),t.enter(e)):t.leave(e,()=>{jr(e,!1)}):jr(e,o))},beforeUnmount(e,{value:o}){jr(e,o)}};function jr(e,o){e.style.display=o?e[Pt]:"none",e[Ns]=!o}const Rd=Symbol(""),Od=/(?:^|;)\s*display\s*:/;function Td(e,o,r){const t=e.style,n=ce(r);let i=!1;if(r&&!n){if(o)if(ce(o))for(const s of o.split(";")){const l=s.slice(0,s.indexOf(":")).trim();r[l]==null&&Dt(t,l,"")}else for(const s in o)r[s]==null&&Dt(t,s,"");for(const s in r)s==="display"&&(i=!0),Dt(t,s,r[s])}else if(n){if(o!==r){const s=t[Rd];s&&(r+=";"+s),t.cssText=r,i=Od.test(r)}}else o&&e.removeAttribute("style");Pt in e&&(e[Pt]=i?t.display:"",e[Ns]&&(t.display="none"))}const Fs=/\s*!important$/;function Dt(e,o,r){if(V(r))r.forEach(t=>Dt(e,o,t));else if(r==null&&(r=""),o.startsWith("--"))e.setProperty(o,r);else{const t=Pd(e,o);Fs.test(r)?e.setProperty(ze(t),r.replace(Fs,""),"important"):e[t]=r}}const Hs=["Webkit","Moz","ms"],jn={};function Pd(e,o){const r=jn[o];if(r)return r;let t=He(o);if(t!=="filter"&&t in e)return jn[o]=t;t=di(t);for(let n=0;n<Hs.length;n++){const i=Hs[n]+t;if(i in e)return jn[o]=i}return o}const Vs="http://www.w3.org/1999/xlink";function Us(e,o,r,t,n,i=Sa(o)){t&&o.startsWith("xlink:")?r==null?e.removeAttributeNS(Vs,o.slice(6,o.length)):e.setAttributeNS(Vs,o,r):r==null||i&&!pi(r)?e.removeAttribute(o):e.setAttribute(o,i?"":Xe(r)?String(r):r)}function Ys(e,o,r,t,n){if(o==="innerHTML"||o==="textContent"){r!=null&&(e[o]=o==="innerHTML"?js(r):r);return}const i=e.tagName;if(o==="value"&&i!=="PROGRESS"&&!i.includes("-")){const l=i==="OPTION"?e.getAttribute("value")||"":e.value,a=r==null?e.type==="checkbox"?"on":"":String(r);(l!==a||!("_value"in e))&&(e.value=a),r==null&&e.removeAttribute(o),e._value=r;return}let s=!1;if(r===""||r==null){const l=typeof e[o];l==="boolean"?r=pi(r):r==null&&l==="string"?(r="",s=!0):l==="number"&&(r=0,s=!0)}try{e[o]=r}catch{}s&&e.removeAttribute(n||o)}function So(e,o,r,t){e.addEventListener(o,r,t)}function Dd(e,o,r,t){e.removeEventListener(o,r,t)}const Ks=Symbol("_vei");function Md(e,o,r,t,n=null){const i=e[Ks]||(e[Ks]={}),s=i[o];if(t&&s)s.value=t;else{const[l,a]=Ed(o);if(t){const c=i[o]=Ld(t,n);So(e,l,c,a)}else s&&(Dd(e,l,s,a),i[o]=void 0)}}const Gs=/(?:Once|Passive|Capture)$/;function Ed(e){let o;if(Gs.test(e)){o={};let t;for(;t=e.match(Gs);)e=e.slice(0,e.length-t[0].length),o[t[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):ze(e.slice(2)),o]}let Wn=0;const Ad=Promise.resolve(),zd=()=>Wn||(Ad.then(()=>Wn=0),Wn=Date.now());function Ld(e,o){const r=t=>{if(!t._vts)t._vts=Date.now();else if(t._vts<=r.attached)return;ao(Id(t,r.value),o,5,[t])};return r.value=e,r.attached=zd(),r}function Id(e,o){if(V(o)){const r=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{r.call(e),e._stopped=!0},o.map(t=>n=>!n._stopped&&t&&t(n))}else return o}const Xs=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,jd=(e,o,r,t,n,i)=>{const s=n==="svg";o==="class"?Sd(e,t,s):o==="style"?Td(e,r,t):Qr(o)?Qt(o)||Md(e,o,r,t,i):(o[0]==="."?(o=o.slice(1),!0):o[0]==="^"?(o=o.slice(1),!1):Wd(e,o,t,s))?(Ys(e,o,t),!e.tagName.includes("-")&&(o==="value"||o==="checked"||o==="selected")&&Us(e,o,t,s,i,o!=="value")):e._isVueCE&&(/[A-Z]/.test(o)||!ce(t))?Ys(e,He(o),t,i,o):(o==="true-value"?e._trueValue=t:o==="false-value"&&(e._falseValue=t),Us(e,o,t,s))};function Wd(e,o,r,t){if(t)return!!(o==="innerHTML"||o==="textContent"||o in e&&Xs(o)&&K(r));if(o==="spellcheck"||o==="draggable"||o==="translate"||o==="autocorrect"||o==="sandbox"&&e.tagName==="IFRAME"||o==="form"||o==="list"&&e.tagName==="INPUT"||o==="type"&&e.tagName==="TEXTAREA")return!1;if(o==="width"||o==="height"){const n=e.tagName;if(n==="IMG"||n==="VIDEO"||n==="CANVAS"||n==="SOURCE")return!1}return Xs(o)&&ce(r)?!1:o in e}const qs={};function Nd(e,o,r){let t=To(e,o);et(t)&&(t=fe({},t,o));class n extends Nn{constructor(s){super(t,s,r)}}return n.def=t,n}const Fd=typeof HTMLElement<"u"?HTMLElement:class{};class Nn extends Fd{constructor(o,r={},t=il){super(),this._def=o,this._props=r,this._createApp=t,this._isVueCE=!0,this._instance=null,this._app=null,this._nonce=this._def.nonce,this._connected=!1,this._resolved=!1,this._patching=!1,this._dirty=!1,this._numberProps=null,this._styleChildren=new WeakSet,this._ob=null,this.shadowRoot&&t!==il?this._root=this.shadowRoot:o.shadowRoot!==!1?(this.attachShadow(fe({},o.shadowRootOptions,{mode:"open"})),this._root=this.shadowRoot):this._root=this}connectedCallback(){if(!this.isConnected)return;!this.shadowRoot&&!this._resolved&&this._parseSlots(),this._connected=!0;let o=this;for(;o=o&&(o.parentNode||o.host);)if(o instanceof Nn){this._parent=o;break}this._instance||(this._resolved?this._mount(this._def):o&&o._pendingResolve?this._pendingResolve=o._pendingResolve.then(()=>{this._pendingResolve=void 0,this._resolveDef()}):this._resolveDef())}_setParent(o=this._parent){o&&(this._instance.parent=o._instance,this._inheritParentContext(o))}_inheritParentContext(o=this._parent){o&&this._app&&Object.setPrototypeOf(this._app._context.provides,o._instance.provides)}disconnectedCallback(){this._connected=!1,Br(()=>{this._connected||(this._ob&&(this._ob.disconnect(),this._ob=null),this._app&&this._app.unmount(),this._instance&&(this._instance.ce=void 0),this._app=this._instance=null,this._teleportTargets&&(this._teleportTargets.clear(),this._teleportTargets=void 0))})}_processMutations(o){for(const r of o)this._setAttr(r.attributeName)}_resolveDef(){if(this._pendingResolve)return;for(let t=0;t<this.attributes.length;t++)this._setAttr(this.attributes[t].name);this._ob=new MutationObserver(this._processMutations.bind(this)),this._ob.observe(this,{attributes:!0});const o=(t,n=!1)=>{this._resolved=!0,this._pendingResolve=void 0;const{props:i,styles:s}=t;let l;if(i&&!V(i))for(const a in i){const c=i[a];(c===Number||c&&c.type===Number)&&(a in this._props&&(this._props[a]=fi(this._props[a])),(l||(l=Object.create(null)))[He(a)]=!0)}this._numberProps=l,this._resolveProps(t),this.shadowRoot&&this._applyStyles(s),this._mount(t)},r=this._def.__asyncLoader;r?this._pendingResolve=r().then(t=>{t.configureApp=this._def.configureApp,o(this._def=t,!0)}):o(this._def)}_mount(o){this._app=this._createApp(o),this._inheritParentContext(),o.configureApp&&o.configureApp(this._app),this._app._ceVNode=this._createVNode(),this._app.mount(this._root);const r=this._instance&&this._instance.exposed;if(r)for(const t in r)re(this,t)||Object.defineProperty(this,t,{get:()=>Ie(r[t])})}_resolveProps(o){const{props:r}=o,t=V(r)?r:Object.keys(r||{});for(const n of Object.keys(this))n[0]!=="_"&&t.includes(n)&&this._setProp(n,this[n]);for(const n of t.map(He))Object.defineProperty(this,n,{get(){return this._getProp(n)},set(i){this._setProp(n,i,!0,!this._patching)}})}_setAttr(o){if(o.startsWith("data-v-"))return;const r=this.hasAttribute(o);let t=r?this.getAttribute(o):qs;const n=He(o);r&&this._numberProps&&this._numberProps[n]&&(t=fi(t)),this._setProp(n,t,!1,!0)}_getProp(o){return this._props[o]}_setProp(o,r,t=!0,n=!1){if(r!==this._props[o]&&(this._dirty=!0,r===qs?delete this._props[o]:(this._props[o]=r,o==="key"&&this._app&&(this._app._ceVNode.key=r)),n&&this._instance&&this._update(),t)){const i=this._ob;i&&(this._processMutations(i.takeRecords()),i.disconnect()),r===!0?this.setAttribute(ze(o),""):typeof r=="string"||typeof r=="number"?this.setAttribute(ze(o),r+""):r||this.removeAttribute(ze(o)),i&&i.observe(this,{attributes:!0})}}_update(){const o=this._createVNode();this._app&&(o.appContext=this._app._context),Xd(o,this._root)}_createVNode(){const o={};this.shadowRoot||(o.onVnodeMounted=o.onVnodeUpdated=this._renderSlots.bind(this));const r=Je(this._def,fe(o,this._props));return this._instance||(r.ce=t=>{this._instance=t,t.ce=this,t.isCE=!0;const n=(i,s)=>{this.dispatchEvent(new CustomEvent(i,et(s[0])?fe({detail:s},s[0]):{detail:s}))};t.emit=(i,...s)=>{n(i,s),ze(i)!==i&&n(ze(i),s)},this._setParent()}),r}_applyStyles(o,r){if(!o)return;if(r){if(r===this._def||this._styleChildren.has(r))return;this._styleChildren.add(r)}const t=this._nonce;for(let n=o.length-1;n>=0;n--){const i=document.createElement("style");t&&i.setAttribute("nonce",t),i.textContent=o[n],this.shadowRoot.prepend(i)}}_parseSlots(){const o=this._slots={};let r;for(;r=this.firstChild;){const t=r.nodeType===1&&r.getAttribute("slot")||"default";(o[t]||(o[t]=[])).push(r),this.removeChild(r)}}_renderSlots(){const o=this._getSlots(),r=this._instance.type.__scopeId;for(let t=0;t<o.length;t++){const n=o[t],i=n.getAttribute("name")||"default",s=this._slots[i],l=n.parentNode;if(s)for(const a of s){if(r&&a.nodeType===1){const c=r+"-s",d=document.createTreeWalker(a,1);a.setAttribute(c,"");let u;for(;u=d.nextNode();)u.setAttribute(c,"")}l.insertBefore(a,n)}else for(;n.firstChild;)l.insertBefore(n.firstChild,n);l.removeChild(n)}}_getSlots(){const o=[this];this._teleportTargets&&o.push(...this._teleportTargets);const r=new Set;for(const t of o){const n=t.querySelectorAll("slot");for(let i=0;i<n.length;i++)r.add(n[i])}return Array.from(r)}_injectChildStyle(o){this._applyStyles(o.styles,o)}_beginPatch(){this._patching=!0,this._dirty=!1}_endPatch(){this._patching=!1,this._dirty&&this._instance&&this._update()}_removeChildStyle(o){}}const Mo=e=>{const o=e.props["onUpdate:modelValue"]||!1;return V(o)?r=>rt(o,r):o};function Hd(e){e.target.composing=!0}function Zs(e){const o=e.target;o.composing&&(o.composing=!1,o.dispatchEvent(new Event("input")))}const Ke=Symbol("_assign");function Js(e,o,r){return o&&(e=e.trim()),r&&(e=tt(e)),e}const Fn={created(e,{modifiers:{lazy:o,trim:r,number:t}},n){e[Ke]=Mo(n);const i=t||n.props&&n.props.type==="number";So(e,o?"change":"input",s=>{s.target.composing||e[Ke](Js(e.value,r,i))}),(r||i)&&So(e,"change",()=>{e.value=Js(e.value,r,i)}),o||(So(e,"compositionstart",Hd),So(e,"compositionend",Zs),So(e,"change",Zs))},mounted(e,{value:o}){e.value=o??""},beforeUpdate(e,{value:o,oldValue:r,modifiers:{lazy:t,trim:n,number:i}},s){if(e[Ke]=Mo(s),e.composing)return;const l=(i||e.type==="number")&&!/^0\d/.test(e.value)?tt(e.value):e.value,a=o??"";l!==a&&(document.activeElement===e&&e.type!=="range"&&(t&&o===r||n&&e.value.trim()===a)||(e.value=a))}},Qs={deep:!0,created(e,o,r){e[Ke]=Mo(r),So(e,"change",()=>{const t=e._modelValue,n=dr(e),i=e.checked,s=e[Ke];if(V(t)){const l=tn(t,n),a=l!==-1;if(i&&!a)s(t.concat(n));else if(!i&&a){const c=[...t];c.splice(l,1),s(c)}}else if(Qo(t)){const l=new Set(t);i?l.add(n):l.delete(n),s(l)}else s(rl(e,i))})},mounted:el,beforeUpdate(e,o,r){e[Ke]=Mo(r),el(e,o,r)}};function el(e,{value:o,oldValue:r},t){e._modelValue=o;let n;if(V(o))n=tn(o,t.props.value)>-1;else if(Qo(o))n=o.has(t.props.value);else{if(o===r)return;n=Lo(o,rl(e,!0))}e.checked!==n&&(e.checked=n)}const Vd={created(e,{value:o},r){e.checked=Lo(o,r.props.value),e[Ke]=Mo(r),So(e,"change",()=>{e[Ke](dr(e))})},beforeUpdate(e,{value:o,oldValue:r},t){e[Ke]=Mo(t),o!==r&&(e.checked=Lo(o,t.props.value))}},Ud={deep:!0,created(e,{value:o,modifiers:{number:r}},t){const n=Qo(o);So(e,"change",()=>{const i=Array.prototype.filter.call(e.options,s=>s.selected).map(s=>r?tt(dr(s)):dr(s));e[Ke](e.multiple?n?new Set(i):i:i[0]),e._assigning=!0,Br(()=>{e._assigning=!1})}),e[Ke]=Mo(t)},mounted(e,{value:o}){ol(e,o)},beforeUpdate(e,o,r){e[Ke]=Mo(r)},updated(e,{value:o}){e._assigning||ol(e,o)}};function ol(e,o){const r=e.multiple,t=V(o);if(!(r&&!t&&!Qo(o))){for(let n=0,i=e.options.length;n<i;n++){const s=e.options[n],l=dr(s);if(r)if(t){const a=typeof l;a==="string"||a==="number"?s.selected=o.some(c=>String(c)===String(l)):s.selected=tn(o,l)>-1}else s.selected=o.has(l);else if(Lo(dr(s),o)){e.selectedIndex!==n&&(e.selectedIndex=n);return}}!r&&e.selectedIndex!==-1&&(e.selectedIndex=-1)}}function dr(e){return"_value"in e?e._value:e.value}function rl(e,o){const r=o?"_trueValue":"_falseValue";return r in e?e[r]:o}const Yd={created(e,o,r){Mt(e,o,r,null,"created")},mounted(e,o,r){Mt(e,o,r,null,"mounted")},beforeUpdate(e,o,r,t){Mt(e,o,r,t,"beforeUpdate")},updated(e,o,r,t){Mt(e,o,r,t,"updated")}};function Kd(e,o){switch(e){case"SELECT":return Ud;case"TEXTAREA":return Fn;default:switch(o){case"checkbox":return Qs;case"radio":return Vd;default:return Fn}}}function Mt(e,o,r,t,n){const s=Kd(e.tagName,r.props&&r.props.type)[n];s&&s(e,o,r,t)}const Gd=fe({patchProp:jd},$d);let tl;function nl(){return tl||(tl=Yc(Gd))}const Xd=((...e)=>{nl().render(...e)}),il=((...e)=>{const o=nl().createApp(...e),{mount:r}=o;return o.mount=t=>{const n=Zd(t);if(!n)return;const i=o._component;!K(i)&&!i.render&&!i.template&&(i.template=n.innerHTML),n.nodeType===1&&(n.textContent="");const s=r(n,!1,qd(n));return n instanceof Element&&(n.removeAttribute("v-cloak"),n.setAttribute("data-v-app","")),s},o});function qd(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function Zd(e){return ce(e)?document.querySelector(e):e}const Jd=[void 0,10,12,20,24,32,64],Qd=["xlink:href"],eu=To({__name:"PvIcon",props:{name:{type:String},size:{type:null}},setup(e){const o=e,r=_e(!1),t=_e(null),n=de(()=>({"pv-icon":!0,[`pv-icon-${o.size}`]:Jd.includes(o.size)})),i=de(()=>r.value&&t.value?`${t.value}#${o.name}`:`#${o.name}`);return globalThis.__PV_GLOBAL_SPRITE_PATH__&&(t.value=globalThis.__PV_GLOBAL_SPRITE_PATH__),sr(()=>{const s=Vo()?.root;r.value=s&&"isCE"in s&&s.isCE}),(s,l)=>(be(),Ue("svg",{"data-testid":"pv-icon","aria-hidden":"true",class:Ve(n.value)},[Ye("use",{"xlink:href":i.value},null,8,Qd)],2))}});function ur(e){return sn()?(bi(e),!0):!1}const Hn=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const ou=e=>e!=null,ru=Object.prototype.toString,sl=e=>ru.call(e)==="[object Object]",go=()=>{},Vn=tu();function tu(){var e,o;return Hn&&((e=window?.navigator)==null?void 0:e.userAgent)&&(/iP(?:ad|hone|od)/.test(window.navigator.userAgent)||((o=window?.navigator)==null?void 0:o.maxTouchPoints)>2&&/iPad|Macintosh/.test(window?.navigator.userAgent))}function nu(...e){if(e.length!==1)return oc(...e);const o=e[0];return typeof o=="function"?$r(Ii(()=>({get:o,set:go}))):_e(o)}function iu(e,o){function r(...t){return new Promise((n,i)=>{Promise.resolve(e(()=>o.apply(this,t),{fn:o,thisArg:this,args:t})).then(n).catch(i)})}return r}function su(e,o={}){let r,t,n=go;const i=a=>{clearTimeout(a),n(),n=go};let s;return a=>{const c=me(e),d=me(o.maxWait);return r&&i(r),c<=0||d!==void 0&&d<=0?(t&&(i(t),t=void 0),Promise.resolve(a())):new Promise((u,p)=>{n=o.rejectOnCancel?p:u,s=a,d&&!t&&(t=setTimeout(()=>{r&&i(r),t=void 0,u(s())},d)),r=setTimeout(()=>{t&&i(t),t=void 0,u(a())},c)})}}function Uo(e){return Array.isArray(e)?e:[e]}function lu(e){return Vo()}function ll(e,o=200,r={}){return iu(su(o,r),e)}function au(e,o=!0,r){lu()?sr(e,r):o?e():Br(e)}function al(e,o,r){return Ce(e,o,{...r,immediate:!0})}const Wr=Hn?window:void 0;function Eo(e){var o;const r=me(e);return(o=r?.$el)!=null?o:r}function Et(...e){const o=[],r=()=>{o.forEach(l=>l()),o.length=0},t=(l,a,c,d)=>(l.addEventListener(a,c,d),()=>l.removeEventListener(a,c,d)),n=de(()=>{const l=Uo(me(e[0])).filter(a=>a!=null);return l.every(a=>typeof a!="string")?l:void 0}),i=al(()=>{var l,a;return[(a=(l=n.value)==null?void 0:l.map(c=>Eo(c)))!=null?a:[Wr].filter(c=>c!=null),Uo(me(n.value?e[1]:e[0])),Uo(Ie(n.value?e[2]:e[1])),me(n.value?e[3]:e[2])]},([l,a,c,d])=>{if(r(),!l?.length||!a?.length||!c?.length)return;const u=sl(d)?{...d}:d;o.push(...l.flatMap(p=>a.flatMap(g=>c.map(b=>t(p,g,b,u)))))},{flush:"post"}),s=()=>{i(),r()};return ur(r),s}function cu(){const e=Le(!1),o=Vo();return o&&sr(()=>{e.value=!0},o),e}function cl(e){const o=cu();return de(()=>(o.value,!!e()))}function dl(e,o,r={}){const{window:t=Wr,...n}=r;let i;const s=cl(()=>t&&"MutationObserver"in t),l=()=>{i&&(i.disconnect(),i=void 0)},a=de(()=>{const p=me(e),g=Uo(p).map(Eo).filter(ou);return new Set(g)}),c=Ce(a,p=>{l(),s.value&&p.size&&(i=new MutationObserver(o),p.forEach(g=>i.observe(g,n)))},{immediate:!0,flush:"post"}),d=()=>i?.takeRecords(),u=()=>{c(),l()};return ur(u),{isSupported:s,stop:u,takeRecords:d}}function du(e,o,r={}){const{window:t=Wr,document:n=t?.document,flush:i="sync"}=r;if(!t||!n)return go;let s;const l=d=>{s?.(),s=d},a=Jc(()=>{const d=Eo(e);if(d){const{stop:u}=dl(n,p=>{p.map(b=>[...b.removedNodes]).flat().some(b=>b===d||b.contains(d))&&o(p)},{window:t,childList:!0,subtree:!0});l(u)}},{flush:i}),c=()=>{a(),l()};return ur(c),c}function uu(e,o,r={}){const{window:t=Wr,...n}=r;let i;const s=cl(()=>t&&"ResizeObserver"in t),l=()=>{i&&(i.disconnect(),i=void 0)},a=de(()=>{const u=me(e);return Array.isArray(u)?u.map(p=>Eo(p)):[Eo(u)]}),c=Ce(a,u=>{if(l(),s.value&&t){i=new ResizeObserver(o);for(const p of u)p&&i.observe(p,n)}},{immediate:!0,flush:"post"}),d=()=>{l(),c()};return ur(d),{isSupported:s,stop:d}}function fu(e,o={}){const{reset:r=!0,windowResize:t=!0,windowScroll:n=!0,immediate:i=!0,updateTiming:s="sync"}=o,l=Le(0),a=Le(0),c=Le(0),d=Le(0),u=Le(0),p=Le(0),g=Le(0),b=Le(0);function m(){const k=Eo(e);if(!k){r&&(l.value=0,a.value=0,c.value=0,d.value=0,u.value=0,p.value=0,g.value=0,b.value=0);return}const w=k.getBoundingClientRect();l.value=w.height,a.value=w.bottom,c.value=w.left,d.value=w.right,u.value=w.top,p.value=w.width,g.value=w.x,b.value=w.y}function v(){s==="sync"?m():s==="next-frame"&&requestAnimationFrame(()=>m())}return uu(e,v),Ce(()=>Eo(e),k=>!k&&v()),dl(e,v,{attributeFilter:["style","class"]}),n&&Et("scroll",v,{capture:!0,passive:!0}),t&&Et("resize",v,{passive:!0}),au(()=>{i&&v()}),{height:l,bottom:a,left:c,right:d,top:u,width:p,x:g,y:b,update:v}}function ul(e,o={}){const{delayEnter:r=0,delayLeave:t=0,triggerOnRemoval:n=!1,window:i=Wr}=o,s=Le(!1);let l;const a=c=>{const d=c?r:t;l&&(clearTimeout(l),l=void 0),d?l=setTimeout(()=>s.value=c,d):s.value=c};return i&&(Et(e,"mouseenter",()=>a(!0),{passive:!0}),Et(e,"mouseleave",()=>a(!1),{passive:!0}),n&&du(de(()=>Eo(e)),()=>a(!1))),s}const fl=Hn?window:void 0;function Nr(e){var o;const r=me(e);return(o=r?.$el)!=null?o:r}function At(...e){const o=[],r=()=>{o.forEach(l=>l()),o.length=0},t=(l,a,c,d)=>(l.addEventListener(a,c,d),()=>l.removeEventListener(a,c,d)),n=de(()=>{const l=Uo(me(e[0])).filter(a=>a!=null);return l.every(a=>typeof a!="string")?l:void 0}),i=al(()=>{var l,a;return[(a=(l=n.value)==null?void 0:l.map(c=>Nr(c)))!=null?a:[fl].filter(c=>c!=null),Uo(me(n.value?e[1]:e[0])),Uo(Ie(n.value?e[2]:e[1])),me(n.value?e[3]:e[2])]},([l,a,c,d])=>{if(r(),!l?.length||!a?.length||!c?.length)return;const u=sl(d)?{...d}:d;o.push(...l.flatMap(p=>a.flatMap(g=>c.map(b=>t(p,g,b,u)))))},{flush:"post"}),s=()=>{i(),r()};return ur(r),s}let gl=!1;function pl(e,o,r={}){const{window:t=fl,ignore:n=[],capture:i=!0,detectIframe:s=!1,controls:l=!1}=r;if(!t)return l?{stop:go,cancel:go,trigger:go}:go;if(Vn&&!gl){gl=!0;const v={passive:!0};Array.from(t.document.body.children).forEach(k=>k.addEventListener("click",go,v)),t.document.documentElement.addEventListener("click",go,v)}let a=!0;const c=v=>me(n).some(k=>{if(typeof k=="string")return Array.from(t.document.querySelectorAll(k)).some(w=>w===v.target||v.composedPath().includes(w));{const w=Nr(k);return w&&(v.target===w||v.composedPath().includes(w))}});function d(v){const k=me(v);return k&&k.$.subTree.shapeFlag===16}function u(v,k){const w=me(v),M=w.$.subTree&&w.$.subTree.children;return M==null||!Array.isArray(M)?!1:M.some(R=>R.el===k.target||k.composedPath().includes(R.el))}const p=v=>{const k=Nr(e);if(v.target!=null&&!(!(k instanceof Element)&&d(e)&&u(e,v))&&!(!k||k===v.target||v.composedPath().includes(k))){if("detail"in v&&v.detail===0&&(a=!c(v)),!a){a=!0;return}o(v)}};let g=!1;const b=[At(t,"click",v=>{g||(g=!0,setTimeout(()=>{g=!1},0),p(v))},{passive:!0,capture:i}),At(t,"pointerdown",v=>{const k=Nr(e);a=!c(v)&&!!(k&&!v.composedPath().includes(k))},{passive:!0}),s&&At(t,"blur",v=>{setTimeout(()=>{var k;const w=Nr(e);((k=t.document.activeElement)==null?void 0:k.tagName)==="IFRAME"&&!w?.contains(t.document.activeElement)&&o(v)},0)},{passive:!0})].filter(Boolean),m=()=>b.forEach(v=>v());return l?{stop:m,cancel:()=>{a=!1},trigger:v=>{a=!0,p(v),a=!1}}:m}const Un=new WeakMap,gu={mounted(e,o){const r=!o.modifiers.bubble;let t;if(typeof o.value=="function")t=pl(e,o.value,{capture:r});else{const[n,i]=o.value;t=pl(e,n,Object.assign({capture:r},i))}Un.set(e,t)},unmounted(e){const o=Un.get(e);o&&typeof o=="function"?o():o?.stop(),Un.delete(e)}};function Yn(e){return typeof Window<"u"&&e instanceof Window?e.document.documentElement:typeof Document<"u"&&e instanceof Document?e.documentElement:e}function hl(e){const o=window.getComputedStyle(e);if(o.overflowX==="scroll"||o.overflowY==="scroll"||o.overflowX==="auto"&&e.clientWidth<e.scrollWidth||o.overflowY==="auto"&&e.clientHeight<e.scrollHeight)return!0;{const r=e.parentNode;return!r||r.tagName==="BODY"?!1:hl(r)}}function pu(e){const o=e||window.event,r=o.target;return hl(r)?!1:o.touches.length>1?!0:(o.preventDefault&&o.preventDefault(),!1)}const Kn=new WeakMap;function hu(e,o=!1){const r=Le(o);let t=null,n="";Ce(nu(e),l=>{const a=Yn(me(l));if(a){const c=a;if(Kn.get(c)||Kn.set(c,c.style.overflow),c.style.overflow!=="hidden"&&(n=c.style.overflow),c.style.overflow==="hidden")return r.value=!0;if(r.value)return c.style.overflow="hidden"}},{immediate:!0});const i=()=>{const l=Yn(me(e));!l||r.value||(Vn&&(t=At(l,"touchmove",a=>{pu(a)},{passive:!1})),l.style.overflow="hidden",r.value=!0)},s=()=>{const l=Yn(me(e));!l||!r.value||(Vn&&t?.(),l.style.overflow=n,Kn.delete(l),r.value=!1)};return ur(s),de({get(){return r.value},set(l){l?i():s()}})}function mu(){let e=!1;const o=Le(!1);return(r,t)=>{if(o.value=t.value,e)return;e=!0;const n=hu(r,t.value);Ce(o,i=>n.value=i)}}mu();const bu=["top","right","bottom","left"],ml=["start","end"],bl=bu.reduce((e,o)=>e.concat(o,o+"-"+ml[0],o+"-"+ml[1]),[]),vl=Math.min,Fr=Math.max,zt=Math.round,po=e=>({x:e,y:e}),vu={left:"right",right:"left",bottom:"top",top:"bottom"},yu={start:"end",end:"start"};function yl(e,o){return typeof e=="function"?e(o):e}function Lt(e){return e.split("-")[0]}function Yo(e){return e.split("-")[1]}function ku(e){return e==="x"?"y":"x"}function kl(e){return e==="y"?"height":"width"}const wu=new Set(["top","bottom"]);function wl(e){return wu.has(Lt(e))?"y":"x"}function xl(e){return ku(wl(e))}function xu(e,o,r){r===void 0&&(r=!1);const t=Yo(e),n=xl(e),i=kl(n);let s=n==="x"?t===(r?"end":"start")?"right":"left":t==="start"?"bottom":"top";return o.reference[i]>o.floating[i]&&(s=Cl(s)),[s,Cl(s)]}function Cu(e){return e.replace(/start|end/g,o=>yu[o])}function Cl(e){return e.replace(/left|right|bottom|top/g,o=>vu[o])}function $u(e){return{top:0,right:0,bottom:0,left:0,...e}}function _u(e){return typeof e!="number"?$u(e):{top:e,right:e,bottom:e,left:e}}function It(e){const{x:o,y:r,width:t,height:n}=e;return{width:t,height:n,top:r,left:o,right:o+t,bottom:r+n,x:o,y:r}}function $l(e,o,r){let{reference:t,floating:n}=e;const i=wl(o),s=xl(o),l=kl(s),a=Lt(o),c=i==="y",d=t.x+t.width/2-n.width/2,u=t.y+t.height/2-n.height/2,p=t[l]/2-n[l]/2;let g;switch(a){case"top":g={x:d,y:t.y-n.height};break;case"bottom":g={x:d,y:t.y+t.height};break;case"right":g={x:t.x+t.width,y:u};break;case"left":g={x:t.x-n.width,y:u};break;default:g={x:t.x,y:t.y}}switch(Yo(o)){case"start":g[s]-=p*(r&&c?-1:1);break;case"end":g[s]+=p*(r&&c?-1:1);break}return g}const Su=async(e,o,r)=>{const{placement:t="bottom",strategy:n="absolute",middleware:i=[],platform:s}=r,l=i.filter(Boolean),a=await(s.isRTL==null?void 0:s.isRTL(o));let c=await s.getElementRects({reference:e,floating:o,strategy:n}),{x:d,y:u}=$l(c,t,a),p=t,g={},b=0;for(let m=0;m<l.length;m++){const{name:v,fn:k}=l[m],{x:w,y:M,data:R,reset:T}=await k({x:d,y:u,initialPlacement:t,placement:p,strategy:n,middlewareData:g,rects:c,platform:s,elements:{reference:e,floating:o}});d=w??d,u=M??u,g={...g,[v]:{...g[v],...R}},T&&b<=50&&(b++,typeof T=="object"&&(T.placement&&(p=T.placement),T.rects&&(c=T.rects===!0?await s.getElementRects({reference:e,floating:o,strategy:n}):T.rects),{x:d,y:u}=$l(c,p,a)),m=-1)}return{x:d,y:u,placement:p,strategy:n,middlewareData:g}};async function Bu(e,o){var r;o===void 0&&(o={});const{x:t,y:n,platform:i,rects:s,elements:l,strategy:a}=e,{boundary:c="clippingAncestors",rootBoundary:d="viewport",elementContext:u="floating",altBoundary:p=!1,padding:g=0}=yl(o,e),b=_u(g),v=l[p?u==="floating"?"reference":"floating":u],k=It(await i.getClippingRect({element:(r=await(i.isElement==null?void 0:i.isElement(v)))==null||r?v:v.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(l.floating)),boundary:c,rootBoundary:d,strategy:a})),w=u==="floating"?{x:t,y:n,width:s.floating.width,height:s.floating.height}:s.reference,M=await(i.getOffsetParent==null?void 0:i.getOffsetParent(l.floating)),R=await(i.isElement==null?void 0:i.isElement(M))?await(i.getScale==null?void 0:i.getScale(M))||{x:1,y:1}:{x:1,y:1},T=It(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:l,rect:w,offsetParent:M,strategy:a}):w);return{top:(k.top-T.top+b.top)/R.y,bottom:(T.bottom-k.bottom+b.bottom)/R.y,left:(k.left-T.left+b.left)/R.x,right:(T.right-k.right+b.right)/R.x}}function Ru(e,o,r){return(e?[...r.filter(n=>Yo(n)===e),...r.filter(n=>Yo(n)!==e)]:r.filter(n=>Lt(n)===n)).filter(n=>e?Yo(n)===e||(o?Cu(n)!==n:!1):!0)}const Ou=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(o){var r,t,n;const{rects:i,middlewareData:s,placement:l,platform:a,elements:c}=o,{crossAxis:d=!1,alignment:u,allowedPlacements:p=bl,autoAlignment:g=!0,...b}=yl(e,o),m=u!==void 0||p===bl?Ru(u||null,g,p):p,v=await Bu(o,b),k=((r=s.autoPlacement)==null?void 0:r.index)||0,w=m[k];if(w==null)return{};const M=xu(w,i,await(a.isRTL==null?void 0:a.isRTL(c.floating)));if(l!==w)return{reset:{placement:m[0]}};const R=[v[Lt(w)],v[M[0]],v[M[1]]],T=[...((t=s.autoPlacement)==null?void 0:t.overflows)||[],{placement:w,overflows:R}],G=m[k+1];if(G)return{data:{index:k+1,overflows:T},reset:{placement:G}};const L=T.map(I=>{const W=Yo(I.placement);return[I.placement,W&&d?I.overflows.slice(0,2).reduce((he,ve)=>he+ve,0):I.overflows[0],I.overflows]}).sort((I,W)=>I[1]-W[1]),X=((n=L.filter(I=>I[2].slice(0,Yo(I[0])?2:3).every(W=>W<=0))[0])==null?void 0:n[0])||L[0][0];return X!==l?{data:{index:k+1,overflows:T},reset:{placement:X}}:{}}}};function jt(){return typeof window<"u"}function Ko(e){return Gn(e)?(e.nodeName||"").toLowerCase():"#document"}function We(e){var o;return(e==null||(o=e.ownerDocument)==null?void 0:o.defaultView)||window}function Bo(e){var o;return(o=(Gn(e)?e.ownerDocument:e.document)||window.document)==null?void 0:o.documentElement}function Gn(e){return jt()?e instanceof Node||e instanceof We(e).Node:!1}function Qe(e){return jt()?e instanceof Element||e instanceof We(e).Element:!1}function ho(e){return jt()?e instanceof HTMLElement||e instanceof We(e).HTMLElement:!1}function _l(e){return!jt()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof We(e).ShadowRoot}const Tu=new Set(["inline","contents"]);function Hr(e){const{overflow:o,overflowX:r,overflowY:t,display:n}=eo(e);return/auto|scroll|overlay|hidden|clip/.test(o+t+r)&&!Tu.has(n)}const Pu=new Set(["table","td","th"]);function Du(e){return Pu.has(Ko(e))}const Mu=[":popover-open",":modal"];function Wt(e){return Mu.some(o=>{try{return e.matches(o)}catch{return!1}})}const Eu=["transform","translate","scale","rotate","perspective"],Au=["transform","translate","scale","rotate","perspective","filter"],zu=["paint","layout","strict","content"];function Xn(e){const o=qn(),r=Qe(e)?eo(e):e;return Eu.some(t=>r[t]?r[t]!=="none":!1)||(r.containerType?r.containerType!=="normal":!1)||!o&&(r.backdropFilter?r.backdropFilter!=="none":!1)||!o&&(r.filter?r.filter!=="none":!1)||Au.some(t=>(r.willChange||"").includes(t))||zu.some(t=>(r.contain||"").includes(t))}function Lu(e){let o=Ao(e);for(;ho(o)&&!fr(o);){if(Xn(o))return o;if(Wt(o))return null;o=Ao(o)}return null}function qn(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}const Iu=new Set(["html","body","#document"]);function fr(e){return Iu.has(Ko(e))}function eo(e){return We(e).getComputedStyle(e)}function Nt(e){return Qe(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Ao(e){if(Ko(e)==="html")return e;const o=e.assignedSlot||e.parentNode||_l(e)&&e.host||Bo(e);return _l(o)?o.host:o}function Sl(e){const o=Ao(e);return fr(o)?e.ownerDocument?e.ownerDocument.body:e.body:ho(o)&&Hr(o)?o:Sl(o)}function Bl(e,o,r){var t;o===void 0&&(o=[]);const n=Sl(e),i=n===((t=e.ownerDocument)==null?void 0:t.body),s=We(n);return i?(Zn(s),o.concat(s,s.visualViewport||[],Hr(n)?n:[],[])):o.concat(n,Bl(n,[]))}function Zn(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function Rl(e){const o=eo(e);let r=parseFloat(o.width)||0,t=parseFloat(o.height)||0;const n=ho(e),i=n?e.offsetWidth:r,s=n?e.offsetHeight:t,l=zt(r)!==i||zt(t)!==s;return l&&(r=i,t=s),{width:r,height:t,$:l}}function Ol(e){return Qe(e)?e:e.contextElement}function gr(e){const o=Ol(e);if(!ho(o))return po(1);const r=o.getBoundingClientRect(),{width:t,height:n,$:i}=Rl(o);let s=(i?zt(r.width):r.width)/t,l=(i?zt(r.height):r.height)/n;return(!s||!Number.isFinite(s))&&(s=1),(!l||!Number.isFinite(l))&&(l=1),{x:s,y:l}}const ju=po(0);function Tl(e){const o=We(e);return!qn()||!o.visualViewport?ju:{x:o.visualViewport.offsetLeft,y:o.visualViewport.offsetTop}}function Wu(e,o,r){return o===void 0&&(o=!1),!r||o&&r!==We(e)?!1:o}function Vr(e,o,r,t){o===void 0&&(o=!1),r===void 0&&(r=!1);const n=e.getBoundingClientRect(),i=Ol(e);let s=po(1);o&&(t?Qe(t)&&(s=gr(t)):s=gr(e));const l=Wu(i,r,t)?Tl(i):po(0);let a=(n.left+l.x)/s.x,c=(n.top+l.y)/s.y,d=n.width/s.x,u=n.height/s.y;if(i){const p=We(i),g=t&&Qe(t)?We(t):t;let b=p,m=Zn(b);for(;m&&t&&g!==b;){const v=gr(m),k=m.getBoundingClientRect(),w=eo(m),M=k.left+(m.clientLeft+parseFloat(w.paddingLeft))*v.x,R=k.top+(m.clientTop+parseFloat(w.paddingTop))*v.y;a*=v.x,c*=v.y,d*=v.x,u*=v.y,a+=M,c+=R,b=We(m),m=Zn(b)}}return It({width:d,height:u,x:a,y:c})}function Ft(e,o){const r=Nt(e).scrollLeft;return o?o.left+r:Vr(Bo(e)).left+r}function Pl(e,o){const r=e.getBoundingClientRect(),t=r.left+o.scrollLeft-Ft(e,r),n=r.top+o.scrollTop;return{x:t,y:n}}function Nu(e){let{elements:o,rect:r,offsetParent:t,strategy:n}=e;const i=n==="fixed",s=Bo(t),l=o?Wt(o.floating):!1;if(t===s||l&&i)return r;let a={scrollLeft:0,scrollTop:0},c=po(1);const d=po(0),u=ho(t);if((u||!u&&!i)&&((Ko(t)!=="body"||Hr(s))&&(a=Nt(t)),ho(t))){const g=Vr(t);c=gr(t),d.x=g.x+t.clientLeft,d.y=g.y+t.clientTop}const p=s&&!u&&!i?Pl(s,a):po(0);return{width:r.width*c.x,height:r.height*c.y,x:r.x*c.x-a.scrollLeft*c.x+d.x+p.x,y:r.y*c.y-a.scrollTop*c.y+d.y+p.y}}function Fu(e){return Array.from(e.getClientRects())}function Hu(e){const o=Bo(e),r=Nt(e),t=e.ownerDocument.body,n=Fr(o.scrollWidth,o.clientWidth,t.scrollWidth,t.clientWidth),i=Fr(o.scrollHeight,o.clientHeight,t.scrollHeight,t.clientHeight);let s=-r.scrollLeft+Ft(e);const l=-r.scrollTop;return eo(t).direction==="rtl"&&(s+=Fr(o.clientWidth,t.clientWidth)-n),{width:n,height:i,x:s,y:l}}const Dl=25;function Vu(e,o){const r=We(e),t=Bo(e),n=r.visualViewport;let i=t.clientWidth,s=t.clientHeight,l=0,a=0;if(n){i=n.width,s=n.height;const d=qn();(!d||d&&o==="fixed")&&(l=n.offsetLeft,a=n.offsetTop)}const c=Ft(t);if(c<=0){const d=t.ownerDocument,u=d.body,p=getComputedStyle(u),g=d.compatMode==="CSS1Compat"&&parseFloat(p.marginLeft)+parseFloat(p.marginRight)||0,b=Math.abs(t.clientWidth-u.clientWidth-g);b<=Dl&&(i-=b)}else c<=Dl&&(i+=c);return{width:i,height:s,x:l,y:a}}const Uu=new Set(["absolute","fixed"]);function Yu(e,o){const r=Vr(e,!0,o==="fixed"),t=r.top+e.clientTop,n=r.left+e.clientLeft,i=ho(e)?gr(e):po(1),s=e.clientWidth*i.x,l=e.clientHeight*i.y,a=n*i.x,c=t*i.y;return{width:s,height:l,x:a,y:c}}function Ml(e,o,r){let t;if(o==="viewport")t=Vu(e,r);else if(o==="document")t=Hu(Bo(e));else if(Qe(o))t=Yu(o,r);else{const n=Tl(e);t={x:o.x-n.x,y:o.y-n.y,width:o.width,height:o.height}}return It(t)}function El(e,o){const r=Ao(e);return r===o||!Qe(r)||fr(r)?!1:eo(r).position==="fixed"||El(r,o)}function Ku(e,o){const r=o.get(e);if(r)return r;let t=Bl(e,[]).filter(l=>Qe(l)&&Ko(l)!=="body"),n=null;const i=eo(e).position==="fixed";let s=i?Ao(e):e;for(;Qe(s)&&!fr(s);){const l=eo(s),a=Xn(s);!a&&l.position==="fixed"&&(n=null),(i?!a&&!n:!a&&l.position==="static"&&!!n&&Uu.has(n.position)||Hr(s)&&!a&&El(e,s))?t=t.filter(d=>d!==s):n=l,s=Ao(s)}return o.set(e,t),t}function Gu(e){let{element:o,boundary:r,rootBoundary:t,strategy:n}=e;const s=[...r==="clippingAncestors"?Wt(o)?[]:Ku(o,this._c):[].concat(r),t],l=s[0],a=s.reduce((c,d)=>{const u=Ml(o,d,n);return c.top=Fr(u.top,c.top),c.right=vl(u.right,c.right),c.bottom=vl(u.bottom,c.bottom),c.left=Fr(u.left,c.left),c},Ml(o,l,n));return{width:a.right-a.left,height:a.bottom-a.top,x:a.left,y:a.top}}function Xu(e){const{width:o,height:r}=Rl(e);return{width:o,height:r}}function qu(e,o,r){const t=ho(o),n=Bo(o),i=r==="fixed",s=Vr(e,!0,i,o);let l={scrollLeft:0,scrollTop:0};const a=po(0);function c(){a.x=Ft(n)}if(t||!t&&!i)if((Ko(o)!=="body"||Hr(n))&&(l=Nt(o)),t){const g=Vr(o,!0,i,o);a.x=g.x+o.clientLeft,a.y=g.y+o.clientTop}else n&&c();i&&!t&&n&&c();const d=n&&!t&&!i?Pl(n,l):po(0),u=s.left+l.scrollLeft-a.x-d.x,p=s.top+l.scrollTop-a.y-d.y;return{x:u,y:p,width:s.width,height:s.height}}function Jn(e){return eo(e).position==="static"}function Al(e,o){if(!ho(e)||eo(e).position==="fixed")return null;if(o)return o(e);let r=e.offsetParent;return Bo(e)===r&&(r=r.ownerDocument.body),r}function zl(e,o){const r=We(e);if(Wt(e))return r;if(!ho(e)){let n=Ao(e);for(;n&&!fr(n);){if(Qe(n)&&!Jn(n))return n;n=Ao(n)}return r}let t=Al(e,o);for(;t&&Du(t)&&Jn(t);)t=Al(t,o);return t&&fr(t)&&Jn(t)&&!Xn(t)?r:t||Lu(e)||r}const Zu=async function(e){const o=this.getOffsetParent||zl,r=this.getDimensions,t=await r(e.floating);return{reference:qu(e.reference,await o(e.floating),e.strategy),floating:{x:0,y:0,width:t.width,height:t.height}}};function Ju(e){return eo(e).direction==="rtl"}const Qu={convertOffsetParentRelativeRectToViewportRelativeRect:Nu,getDocumentElement:Bo,getClippingRect:Gu,getOffsetParent:zl,getElementRects:Zu,getClientRects:Fu,getDimensions:Xu,getScale:gr,isElement:Qe,isRTL:Ju},ef=Ou,of=(e,o,r)=>{const t=new Map,n={platform:Qu,...r},i={...n.platform,_c:t};return Su(e,o,{...n,platform:i})};function rf(e){return e!=null&&typeof e=="object"&&"$el"in e}function Ll(e){if(rf(e)){const o=e.$el;return Gn(o)&&Ko(o)==="#comment"?null:o}return e}function Ur(e){return typeof e=="function"?e():Ie(e)}function Il(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function jl(e,o){const r=Il(e);return Math.round(o*r)/r}function tf(e,o,r){r===void 0&&(r={});const t=r.whileElementsMounted,n=de(()=>{var L;return(L=Ur(r.open))!=null?L:!0}),i=de(()=>Ur(r.middleware)),s=de(()=>{var L;return(L=Ur(r.placement))!=null?L:"bottom"}),l=de(()=>{var L;return(L=Ur(r.strategy))!=null?L:"absolute"}),a=de(()=>{var L;return(L=Ur(r.transform))!=null?L:!0}),c=de(()=>Ll(e.value)),d=de(()=>Ll(o.value)),u=_e(0),p=_e(0),g=_e(l.value),b=_e(s.value),m=Le({}),v=_e(!1),k=de(()=>{const L={position:g.value,left:"0",top:"0"};if(!d.value)return L;const Y=jl(d.value,u.value),X=jl(d.value,p.value);return a.value?{...L,transform:"translate("+Y+"px, "+X+"px)",...Il(d.value)>=1.5&&{willChange:"transform"}}:{position:g.value,left:Y+"px",top:X+"px"}});let w;function M(){if(c.value==null||d.value==null)return;const L=n.value;of(c.value,d.value,{middleware:i.value,placement:s.value,strategy:l.value}).then(Y=>{u.value=Y.x,p.value=Y.y,g.value=Y.strategy,b.value=Y.placement,m.value=Y.middlewareData,v.value=L!==!1})}function R(){typeof w=="function"&&(w(),w=void 0)}function T(){if(R(),t===void 0){M();return}if(c.value!=null&&d.value!=null){w=t(c.value,d.value,M);return}}function G(){n.value||(v.value=!1)}return Ce([i,s,l,n],M,{flush:"sync"}),Ce([c,d],T,{flush:"sync"}),Ce(n,G,{flush:"sync"}),sn()&&bi(R),{x:or(u),y:or(p),strategy:or(g),placement:or(b),middlewareData:or(m),isPositioned:or(v),floatingStyles:k,update:M}}const nf={style:{width:"fit-content"}},sf=To({__name:"PvPopoverV2",props:wt({disableAutoPlacement:{type:Boolean,default:!1},allowedAutoPlacements:{default:()=>["top-left","top-right","bottom-left","bottom-right"],type:Array},position:{default:"bottom-center",type:String},positioningStrategy:{default:"absolute",type:String},showOnHover:{type:Boolean,default:!1},disableInteractive:{type:Boolean,default:!1},useTeleport:{type:Boolean,default:!1},disableClickOutsideToClose:{type:Boolean,default:!1},delay:{default:25,type:Number},zIndex:{default:10,type:Number},teleportLocation:{default:"body",type:String}},{modelValue:{type:Boolean},modelModifiers:{}}),emits:["update:modelValue"],setup(e){const o=e,r=_t(e,"modelValue"),t=_e(null),n=_e(null),i=_e(null),s=ul(t),l=ul(i),a={"top-center":"top","bottom-center":"bottom","center-left":"left","center-right":"right","top-left":"top-start","top-right":"top-end","bottom-left":"bottom-start","bottom-right":"bottom-end"},c=de(()=>o.allowedAutoPlacements?.map(T=>a[T])),d=de(()=>a[o.position]);sr(()=>{t.value&&(n.value=t.value.firstElementChild)});const u=o.disableAutoPlacement?[]:[ef({allowedPlacements:c.value})],{floatingStyles:p,update:g}=tf(n,i,{placement:d,strategy:o.positioningStrategy,middleware:u});Ce(r,T=>{T&&n.value&&i.value&&g()});const b=fu(n),m=ll(()=>{r.value&&g()},5);Ce([b.top,b.left,b.width,b.height],m);const v=de(()=>({...p.value,zIndex:o.zIndex??10})),k=ll(T=>{r.value=T},()=>o.delay),w=de(()=>o.showOnHover?o.disableInteractive?s.value:s.value||l.value:!1),M=()=>{o.showOnHover||k(!r.value)},R=()=>{o.disableClickOutsideToClose||k(!1)};return Ce(w,T=>{o.showOnHover&&k(T)}),(T,G)=>Or((be(),Ue("div",nf,[Ye("div",{ref_key:"triggerWrapper",ref:t,onClick:M},[Po(T.$slots,"trigger")],512),T.$slots.content?(be(),ar(mc,{key:0,to:e.teleportLocation,disabled:!o.useTeleport},[Or(Ye("div",{class:"pv-floating",ref_key:"floating",ref:i,style:vr(v.value)},[Po(T.$slots,"content")],4),[[Bd,r.value]])],8,["to","disabled"])):$o("v-if",!0)])),[[Ie(gu),[R,{ignore:[".pv-floating"]}]]])}});var Ht=(e=>(e.Vertical="Vertical",e.Horizontal="Horizontal",e))(Ht||{}),Yr=(e=>(e.Primary="Primary",e.Secondary="Secondary",e.Tertiary="Tertiary",e))(Yr||{});const lf={class:"pv-text-body-md pv-line-clamp",style:{"font-weight":"500","--lines":"2"}},af={key:0,class:"pv-flex"};Yr.Primary,Ht.Horizontal;function cf(e){if(e){let o=e.parentNode;return o&&o instanceof ShadowRoot&&o.host&&(o=o.host),o}return null}function df(e){return!!(e!==null&&typeof e<"u"&&e.nodeName&&cf(e))}function Wl(e){return typeof Element<"u"?e instanceof Element:e!==null&&typeof e=="object"&&e.nodeType===1&&typeof e.nodeName=="string"}function Qn(e,o={}){if(Wl(e)){let r=(t,n)=>{var i,s;let l=(i=e?.$attrs)!=null&&i[t]?[(s=e?.$attrs)==null?void 0:s[t]]:[];return[n].flat().reduce((a,c)=>{if(c!=null){let d=typeof c;if(d==="string"||d==="number")a.push(c);else if(d==="object"){let u=Array.isArray(c)?r(t,c):Object.entries(c).map(([p,g])=>t==="style"&&(g||g===0)?`${p.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase()}:${g}`:g?p:void 0);a=u.length?a.concat(u.filter(p=>!!p)):a}}return a},l)};Object.entries(o).forEach(([t,n])=>{if(n!=null){let i=t.match(/^on(.+)/);i?e.addEventListener(i[1].toLowerCase(),n):t==="p-bind"||t==="pBind"?Qn(e,n):(n=t==="class"?[...new Set(r("class",n))].join(" ").trim():t==="style"?r("style",n).join(";").trim():n,(e.$attrs=e.$attrs||{})&&(e.$attrs[t]=n),e.setAttribute(t,n))}})}}function uf(){return!!(typeof window<"u"&&window.document&&window.document.createElement)}function ff(e,o="",r){Wl(e)&&r!==null&&r!==void 0&&e.setAttribute(o,r)}function gf(){let e=new Map;return{on(o,r){let t=e.get(o);return t?t.push(r):t=[r],e.set(o,t),this},off(o,r){let t=e.get(o);return t&&t.splice(t.indexOf(r)>>>0,1),this},emit(o,r){let t=e.get(o);t&&t.forEach(n=>{n(r)})},clear(){e.clear()}}}function ei(e){return e==null||e===""||Array.isArray(e)&&e.length===0||!(e instanceof Date)&&typeof e=="object"&&Object.keys(e).length===0}function pf(e){return typeof e=="function"&&"call"in e&&"apply"in e}function ge(e){return!ei(e)}function Kr(e,o=!0){return e instanceof Object&&e.constructor===Object&&(o||Object.keys(e).length!==0)}function zo(e,...o){return pf(e)?e(...o):e}function pr(e,o=!0){return typeof e=="string"&&(o||e!=="")}function hf(e){return ge(e)&&!isNaN(e)}function Go(e,o){if(o){let r=o.test(e);return o.lastIndex=0,r}return!1}function Gr(e){return e&&e.replace(/\/\*(?:(?!\*\/)[\s\S])*\*\/|[\r\n\t]+/g,"").replace(/ {2,}/g," ").replace(/ ([{:}]) /g,"$1").replace(/([;,]) /g,"$1").replace(/ !/g,"!").replace(/: /g,":").trim()}function Nl(e){return pr(e)?e.replace(/(_)/g,"-").replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase():e}var mf=Object.defineProperty,bf=Object.defineProperties,vf=Object.getOwnPropertyDescriptors,Vt=Object.getOwnPropertySymbols,Fl=Object.prototype.hasOwnProperty,Hl=Object.prototype.propertyIsEnumerable,Vl=(e,o,r)=>o in e?mf(e,o,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[o]=r,oo=(e,o)=>{for(var r in o||(o={}))Fl.call(o,r)&&Vl(e,r,o[r]);if(Vt)for(var r of Vt(o))Hl.call(o,r)&&Vl(e,r,o[r]);return e},oi=(e,o)=>bf(e,vf(o)),Ro=(e,o)=>{var r={};for(var t in e)Fl.call(e,t)&&o.indexOf(t)<0&&(r[t]=e[t]);if(e!=null&&Vt)for(var t of Vt(e))o.indexOf(t)<0&&Hl.call(e,t)&&(r[t]=e[t]);return r},yf=gf(),Xo=yf,Xr=/{([^}]*)}/g,Ul=/(\d+\s+[\+\-\*\/]\s+\d+)/g,Yl=/var\([^)]+\)/g;function Kl(e){return pr(e)?e.replace(/[A-Z]/g,(o,r)=>r===0?o:"."+o.toLowerCase()).toLowerCase():e}function kf(e){return Kr(e)&&e.hasOwnProperty("$value")&&e.hasOwnProperty("$type")?e.$value:e}function wf(e){return e.replaceAll(/ /g,"").replace(/[^\w]/g,"-")}function ri(e="",o=""){return wf(`${pr(e,!1)&&pr(o,!1)?`${e}-`:e}${o}`)}function Gl(e="",o=""){return`--${ri(e,o)}`}function xf(e=""){let o=(e.match(/{/g)||[]).length,r=(e.match(/}/g)||[]).length;return(o+r)%2!==0}function Xl(e,o="",r="",t=[],n){if(pr(e)){let i=e.trim();if(xf(i))return;if(Go(i,Xr)){let s=i.replaceAll(Xr,l=>{let a=l.replace(/{|}/g,"").split(".").filter(c=>!t.some(d=>Go(c,d)));return`var(${Gl(r,Nl(a.join("-")))}${ge(n)?`, ${n}`:""})`});return Go(s.replace(Yl,"0"),Ul)?`calc(${s})`:s}return i}else if(hf(e))return e}function Cf(e,o,r){pr(o,!1)&&e.push(`${o}:${r};`)}function hr(e,o){return e?`${e}{${o}}`:""}function ql(e,o){if(e.indexOf("dt(")===-1)return e;function r(s,l){let a=[],c=0,d="",u=null,p=0;for(;c<=s.length;){let g=s[c];if((g==='"'||g==="'"||g==="`")&&s[c-1]!=="\\"&&(u=u===g?null:g),!u&&(g==="("&&p++,g===")"&&p--,(g===","||c===s.length)&&p===0)){let b=d.trim();b.startsWith("dt(")?a.push(ql(b,l)):a.push(t(b)),d="",c++;continue}g!==void 0&&(d+=g),c++}return a}function t(s){let l=s[0];if((l==='"'||l==="'"||l==="`")&&s[s.length-1]===l)return s.slice(1,-1);let a=Number(s);return isNaN(a)?s:a}let n=[],i=[];for(let s=0;s<e.length;s++)if(e[s]==="d"&&e.slice(s,s+3)==="dt(")i.push(s),s+=2;else if(e[s]===")"&&i.length>0){let l=i.pop();i.length===0&&n.push([l,s])}if(!n.length)return e;for(let s=n.length-1;s>=0;s--){let[l,a]=n[s],c=e.slice(l+3,a),d=r(c,o),u=o(...d);e=e.slice(0,l)+u+e.slice(a+1)}return e}var qo=(...e)=>$f(Ne.getTheme(),...e),$f=(e={},o,r,t)=>{if(o){let{variable:n,options:i}=Ne.defaults||{},{prefix:s,transform:l}=e?.options||i||{},a=Go(o,Xr)?o:`{${o}}`;return t==="value"||ei(t)&&l==="strict"?Ne.getTokenValue(o):Xl(a,void 0,s,[n.excludedKeyRegex],r)}return""};function Ut(e,...o){if(e instanceof Array){let r=e.reduce((t,n,i)=>{var s;return t+n+((s=zo(o[i],{dt:qo}))!=null?s:"")},"");return ql(r,qo)}return zo(e,{dt:qo})}function _f(e,o={}){let r=Ne.defaults.variable,{prefix:t=r.prefix,selector:n=r.selector,excludedKeyRegex:i=r.excludedKeyRegex}=o,s=[],l=[],a=[{node:e,path:t}];for(;a.length;){let{node:d,path:u}=a.pop();for(let p in d){let g=d[p],b=kf(g),m=Go(p,i)?ri(u):ri(u,Nl(p));if(Kr(b))a.push({node:b,path:m});else{let v=Gl(m),k=Xl(b,m,t,[i]);Cf(l,v,k);let w=m;t&&w.startsWith(t+"-")&&(w=w.slice(t.length+1)),s.push(w.replace(/-/g,"."))}}}let c=l.join("");return{value:l,tokens:s,declarations:c,css:hr(n,c)}}var ro={regex:{rules:{class:{pattern:/^\.([a-zA-Z][\w-]*)$/,resolve(e){return{type:"class",selector:e,matched:this.pattern.test(e.trim())}}},attr:{pattern:/^\[(.*)\]$/,resolve(e){return{type:"attr",selector:`:root${e},:host${e}`,matched:this.pattern.test(e.trim())}}},media:{pattern:/^@media (.*)$/,resolve(e){return{type:"media",selector:e,matched:this.pattern.test(e.trim())}}},system:{pattern:/^system$/,resolve(e){return{type:"system",selector:"@media (prefers-color-scheme: dark)",matched:this.pattern.test(e.trim())}}},custom:{resolve(e){return{type:"custom",selector:e,matched:!0}}}},resolve(e){let o=Object.keys(this.rules).filter(r=>r!=="custom").map(r=>this.rules[r]);return[e].flat().map(r=>{var t;return(t=o.map(n=>n.resolve(r)).find(n=>n.matched))!=null?t:this.rules.custom.resolve(r)})}},_toVariables(e,o){return _f(e,{prefix:o?.prefix})},getCommon({name:e="",theme:o={},params:r,set:t,defaults:n}){var i,s,l,a,c,d,u;let{preset:p,options:g}=o,b,m,v,k,w,M,R;if(ge(p)&&g.transform!=="strict"){let{primitive:T,semantic:G,extend:L}=p,Y=G||{},{colorScheme:X}=Y,I=Ro(Y,["colorScheme"]),W=L||{},{colorScheme:he}=W,ve=Ro(W,["colorScheme"]),j=X||{},{dark:E}=j,S=Ro(j,["dark"]),O=he||{},{dark:C}=O,N=Ro(O,["dark"]),F=ge(T)?this._toVariables({primitive:T},g):{},q=ge(I)?this._toVariables({semantic:I},g):{},J=ge(S)?this._toVariables({light:S},g):{},se=ge(E)?this._toVariables({dark:E},g):{},ae=ge(ve)?this._toVariables({semantic:ve},g):{},ye=ge(N)?this._toVariables({light:N},g):{},Te=ge(C)?this._toVariables({dark:C},g):{},[Me,to]=[(i=F.declarations)!=null?i:"",F.tokens],[Ge,ue]=[(s=q.declarations)!=null?s:"",q.tokens||[]],[no,f]=[(l=J.declarations)!=null?l:"",J.tokens||[]],[h,y]=[(a=se.declarations)!=null?a:"",se.tokens||[]],[B,x]=[(c=ae.declarations)!=null?c:"",ae.tokens||[]],[$,A]=[(d=ye.declarations)!=null?d:"",ye.tokens||[]],[D,P]=[(u=Te.declarations)!=null?u:"",Te.tokens||[]];b=this.transformCSS(e,Me,"light","variable",g,t,n),m=to;let _=this.transformCSS(e,`${Ge}${no}`,"light","variable",g,t,n),U=this.transformCSS(e,`${h}`,"dark","variable",g,t,n);v=`${_}${U}`,k=[...new Set([...ue,...f,...y])];let z=this.transformCSS(e,`${B}${$}color-scheme:light`,"light","variable",g,t,n),H=this.transformCSS(e,`${D}color-scheme:dark`,"dark","variable",g,t,n);w=`${z}${H}`,M=[...new Set([...x,...A,...P])],R=zo(p.css,{dt:qo})}return{primitive:{css:b,tokens:m},semantic:{css:v,tokens:k},global:{css:w,tokens:M},style:R}},getPreset({name:e="",preset:o={},options:r,params:t,set:n,defaults:i,selector:s}){var l,a,c;let d,u,p;if(ge(o)&&r.transform!=="strict"){let g=e.replace("-directive",""),b=o,{colorScheme:m,extend:v,css:k}=b,w=Ro(b,["colorScheme","extend","css"]),M=v||{},{colorScheme:R}=M,T=Ro(M,["colorScheme"]),G=m||{},{dark:L}=G,Y=Ro(G,["dark"]),X=R||{},{dark:I}=X,W=Ro(X,["dark"]),he=ge(w)?this._toVariables({[g]:oo(oo({},w),T)},r):{},ve=ge(Y)?this._toVariables({[g]:oo(oo({},Y),W)},r):{},j=ge(L)?this._toVariables({[g]:oo(oo({},L),I)},r):{},[E,S]=[(l=he.declarations)!=null?l:"",he.tokens||[]],[O,C]=[(a=ve.declarations)!=null?a:"",ve.tokens||[]],[N,F]=[(c=j.declarations)!=null?c:"",j.tokens||[]],q=this.transformCSS(g,`${E}${O}`,"light","variable",r,n,i,s),J=this.transformCSS(g,N,"dark","variable",r,n,i,s);d=`${q}${J}`,u=[...new Set([...S,...C,...F])],p=zo(k,{dt:qo})}return{css:d,tokens:u,style:p}},getPresetC({name:e="",theme:o={},params:r,set:t,defaults:n}){var i;let{preset:s,options:l}=o,a=(i=s?.components)==null?void 0:i[e];return this.getPreset({name:e,preset:a,options:l,params:r,set:t,defaults:n})},getPresetD({name:e="",theme:o={},params:r,set:t,defaults:n}){var i,s;let l=e.replace("-directive",""),{preset:a,options:c}=o,d=((i=a?.components)==null?void 0:i[l])||((s=a?.directives)==null?void 0:s[l]);return this.getPreset({name:l,preset:d,options:c,params:r,set:t,defaults:n})},applyDarkColorScheme(e){return!(e.darkModeSelector==="none"||e.darkModeSelector===!1)},getColorSchemeOption(e,o){var r;return this.applyDarkColorScheme(e)?this.regex.resolve(e.darkModeSelector===!0?o.options.darkModeSelector:(r=e.darkModeSelector)!=null?r:o.options.darkModeSelector):[]},getLayerOrder(e,o={},r,t){let{cssLayer:n}=o;return n?`@layer ${zo(n.order||n.name||"primeui",r)}`:""},getCommonStyleSheet({name:e="",theme:o={},params:r,props:t={},set:n,defaults:i}){let s=this.getCommon({name:e,theme:o,params:r,set:n,defaults:i}),l=Object.entries(t).reduce((a,[c,d])=>a.push(`${c}="${d}"`)&&a,[]).join(" ");return Object.entries(s||{}).reduce((a,[c,d])=>{if(Kr(d)&&Object.hasOwn(d,"css")){let u=Gr(d.css),p=`${c}-variables`;a.push(`<style type="text/css" data-primevue-style-id="${p}" ${l}>${u}</style>`)}return a},[]).join("")},getStyleSheet({name:e="",theme:o={},params:r,props:t={},set:n,defaults:i}){var s;let l={name:e,theme:o,params:r,set:n,defaults:i},a=(s=e.includes("-directive")?this.getPresetD(l):this.getPresetC(l))==null?void 0:s.css,c=Object.entries(t).reduce((d,[u,p])=>d.push(`${u}="${p}"`)&&d,[]).join(" ");return a?`<style type="text/css" data-primevue-style-id="${e}-variables" ${c}>${Gr(a)}</style>`:""},createTokens(e={},o,r="",t="",n={}){let i=function(l,a={},c=[]){if(c.includes(this.path))return console.warn(`Circular reference detected at ${this.path}`),{colorScheme:l,path:this.path,paths:a,value:void 0};c.push(this.path),a.name=this.path,a.binding||(a.binding={});let d=this.value;if(typeof this.value=="string"&&Xr.test(this.value)){let u=this.value.trim().replace(Xr,p=>{var g;let b=p.slice(1,-1),m=this.tokens[b];if(!m)return console.warn(`Token not found for path: ${b}`),"__UNRESOLVED__";let v=m.computed(l,a,c);return Array.isArray(v)&&v.length===2?`light-dark(${v[0].value},${v[1].value})`:(g=v?.value)!=null?g:"__UNRESOLVED__"});d=Ul.test(u.replace(Yl,"0"))?`calc(${u})`:u}return ei(a.binding)&&delete a.binding,c.pop(),{colorScheme:l,path:this.path,paths:a,value:d.includes("__UNRESOLVED__")?void 0:d}},s=(l,a,c)=>{Object.entries(l).forEach(([d,u])=>{let p=Go(d,o.variable.excludedKeyRegex)?a:a?`${a}.${Kl(d)}`:Kl(d),g=c?`${c}.${d}`:d;Kr(u)?s(u,p,g):(n[p]||(n[p]={paths:[],computed:(b,m={},v=[])=>{if(n[p].paths.length===1)return n[p].paths[0].computed(n[p].paths[0].scheme,m.binding,v);if(b&&b!=="none")for(let k=0;k<n[p].paths.length;k++){let w=n[p].paths[k];if(w.scheme===b)return w.computed(b,m.binding,v)}return n[p].paths.map(k=>k.computed(k.scheme,m[k.scheme],v))}}),n[p].paths.push({path:g,value:u,scheme:g.includes("colorScheme.light")?"light":g.includes("colorScheme.dark")?"dark":"none",computed:i,tokens:n}))})};return s(e,r,t),n},getTokenValue(e,o,r){var t;let n=(l=>l.split(".").filter(a=>!Go(a.toLowerCase(),r.variable.excludedKeyRegex)).join("."))(o),i=o.includes("colorScheme.light")?"light":o.includes("colorScheme.dark")?"dark":void 0,s=[(t=e[n])==null?void 0:t.computed(i)].flat().filter(l=>l);return s.length===1?s[0].value:s.reduce((l={},a)=>{let c=a,{colorScheme:d}=c,u=Ro(c,["colorScheme"]);return l[d]=u,l},void 0)},getSelectorRule(e,o,r,t){return r==="class"||r==="attr"?hr(ge(o)?`${e}${o},${e} ${o}`:e,t):hr(e,hr(o??":root,:host",t))},transformCSS(e,o,r,t,n={},i,s,l){if(ge(o)){let{cssLayer:a}=n;if(t!=="style"){let c=this.getColorSchemeOption(n,s);o=r==="dark"?c.reduce((d,{type:u,selector:p})=>(ge(p)&&(d+=p.includes("[CSS]")?p.replace("[CSS]",o):this.getSelectorRule(p,l,u,o)),d),""):hr(l??":root,:host",o)}if(a){let c={name:"primeui"};Kr(a)&&(c.name=zo(a.name,{name:e,type:t})),ge(c.name)&&(o=hr(`@layer ${c.name}`,o),i?.layerNames(c.name))}return o}return""}},Ne={defaults:{variable:{prefix:"p",selector:":root,:host",excludedKeyRegex:/^(primitive|semantic|components|directives|variables|colorscheme|light|dark|common|root|states|extend|css)$/gi},options:{prefix:"p",darkModeSelector:"system",cssLayer:!1}},_theme:void 0,_layerNames:new Set,_loadedStyleNames:new Set,_loadingStyles:new Set,_tokens:{},update(e={}){let{theme:o}=e;o&&(this._theme=oi(oo({},o),{options:oo(oo({},this.defaults.options),o.options)}),this._tokens=ro.createTokens(this.preset,this.defaults),this.clearLoadedStyleNames())},get theme(){return this._theme},get preset(){var e;return((e=this.theme)==null?void 0:e.preset)||{}},get options(){var e;return((e=this.theme)==null?void 0:e.options)||{}},get tokens(){return this._tokens},getTheme(){return this.theme},setTheme(e){this.update({theme:e}),Xo.emit("theme:change",e)},getPreset(){return this.preset},setPreset(e){this._theme=oi(oo({},this.theme),{preset:e}),this._tokens=ro.createTokens(e,this.defaults),this.clearLoadedStyleNames(),Xo.emit("preset:change",e),Xo.emit("theme:change",this.theme)},getOptions(){return this.options},setOptions(e){this._theme=oi(oo({},this.theme),{options:e}),this.clearLoadedStyleNames(),Xo.emit("options:change",e),Xo.emit("theme:change",this.theme)},getLayerNames(){return[...this._layerNames]},setLayerNames(e){this._layerNames.add(e)},getLoadedStyleNames(){return this._loadedStyleNames},isStyleNameLoaded(e){return this._loadedStyleNames.has(e)},setLoadedStyleName(e){this._loadedStyleNames.add(e)},deleteLoadedStyleName(e){this._loadedStyleNames.delete(e)},clearLoadedStyleNames(){this._loadedStyleNames.clear()},getTokenValue(e){return ro.getTokenValue(this.tokens,e,this.defaults)},getCommon(e="",o){return ro.getCommon({name:e,theme:this.theme,params:o,defaults:this.defaults,set:{layerNames:this.setLayerNames.bind(this)}})},getComponent(e="",o){let r={name:e,theme:this.theme,params:o,defaults:this.defaults,set:{layerNames:this.setLayerNames.bind(this)}};return ro.getPresetC(r)},getDirective(e="",o){let r={name:e,theme:this.theme,params:o,defaults:this.defaults,set:{layerNames:this.setLayerNames.bind(this)}};return ro.getPresetD(r)},getCustomPreset(e="",o,r,t){let n={name:e,preset:o,options:this.options,selector:r,params:t,defaults:this.defaults,set:{layerNames:this.setLayerNames.bind(this)}};return ro.getPreset(n)},getLayerOrderCSS(e=""){return ro.getLayerOrder(e,this.options,{names:this.getLayerNames()},this.defaults)},transformCSS(e="",o,r="style",t){return ro.transformCSS(e,o,t,r,this.options,{layerNames:this.setLayerNames.bind(this)},this.defaults)},getCommonStyleSheet(e="",o,r={}){return ro.getCommonStyleSheet({name:e,theme:this.theme,params:o,props:r,defaults:this.defaults,set:{layerNames:this.setLayerNames.bind(this)}})},getStyleSheet(e,o,r={}){return ro.getStyleSheet({name:e,theme:this.theme,params:o,props:r,defaults:this.defaults,set:{layerNames:this.setLayerNames.bind(this)}})},onStyleMounted(e){this._loadingStyles.add(e)},onStyleUpdated(e){this._loadingStyles.add(e)},onStyleLoaded(e,{name:o}){this._loadingStyles.size&&(this._loadingStyles.delete(o),Xo.emit(`theme:${o}:load`,e),!this._loadingStyles.size&&Xo.emit("theme:load"))}},Sf=`
21
+ *,
22
+ ::before,
23
+ ::after {
24
+ box-sizing: border-box;
25
+ }
26
+
27
+ /* Non vue overlay animations */
28
+ .p-connected-overlay {
29
+ opacity: 0;
30
+ transform: scaleY(0.8);
31
+ transition:
32
+ transform 0.12s cubic-bezier(0, 0, 0.2, 1),
33
+ opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
34
+ }
35
+
36
+ .p-connected-overlay-visible {
37
+ opacity: 1;
38
+ transform: scaleY(1);
39
+ }
40
+
41
+ .p-connected-overlay-hidden {
42
+ opacity: 0;
43
+ transform: scaleY(1);
44
+ transition: opacity 0.1s linear;
45
+ }
46
+
47
+ /* Vue based overlay animations */
48
+ .p-connected-overlay-enter-from {
49
+ opacity: 0;
50
+ transform: scaleY(0.8);
51
+ }
52
+
53
+ .p-connected-overlay-leave-to {
54
+ opacity: 0;
55
+ }
56
+
57
+ .p-connected-overlay-enter-active {
58
+ transition:
59
+ transform 0.12s cubic-bezier(0, 0, 0.2, 1),
60
+ opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
61
+ }
62
+
63
+ .p-connected-overlay-leave-active {
64
+ transition: opacity 0.1s linear;
65
+ }
66
+
67
+ /* Toggleable Content */
68
+ .p-toggleable-content-enter-from,
69
+ .p-toggleable-content-leave-to {
70
+ max-height: 0;
71
+ }
72
+
73
+ .p-toggleable-content-enter-to,
74
+ .p-toggleable-content-leave-from {
75
+ max-height: 1000px;
76
+ }
77
+
78
+ .p-toggleable-content-leave-active {
79
+ overflow: hidden;
80
+ transition: max-height 0.45s cubic-bezier(0, 1, 0, 1);
81
+ }
82
+
83
+ .p-toggleable-content-enter-active {
84
+ overflow: hidden;
85
+ transition: max-height 1s ease-in-out;
86
+ }
87
+
88
+ .p-disabled,
89
+ .p-disabled * {
90
+ cursor: default;
91
+ pointer-events: none;
92
+ user-select: none;
93
+ }
94
+
95
+ .p-disabled,
96
+ .p-component:disabled {
97
+ opacity: dt('disabled.opacity');
98
+ }
99
+
100
+ .pi {
101
+ font-size: dt('icon.size');
102
+ }
103
+
104
+ .p-icon {
105
+ width: dt('icon.size');
106
+ height: dt('icon.size');
107
+ }
108
+
109
+ .p-overlay-mask {
110
+ background: dt('mask.background');
111
+ color: dt('mask.color');
112
+ position: fixed;
113
+ top: 0;
114
+ left: 0;
115
+ width: 100%;
116
+ height: 100%;
117
+ }
118
+
119
+ .p-overlay-mask-enter {
120
+ animation: p-overlay-mask-enter-animation dt('mask.transition.duration') forwards;
121
+ }
122
+
123
+ .p-overlay-mask-leave {
124
+ animation: p-overlay-mask-leave-animation dt('mask.transition.duration') forwards;
125
+ }
126
+
127
+ @keyframes p-overlay-mask-enter-animation {
128
+ from {
129
+ background: transparent;
130
+ }
131
+ to {
132
+ background: dt('mask.background');
133
+ }
134
+ }
135
+ @keyframes p-overlay-mask-leave-animation {
136
+ from {
137
+ background: dt('mask.background');
138
+ }
139
+ to {
140
+ background: transparent;
141
+ }
142
+ }
143
+ `;function qr(e){"@babel/helpers - typeof";return qr=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(o){return typeof o}:function(o){return o&&typeof Symbol=="function"&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o},qr(e)}function Zl(e,o){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(e);o&&(t=t.filter(function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable})),r.push.apply(r,t)}return r}function Jl(e){for(var o=1;o<arguments.length;o++){var r=arguments[o]!=null?arguments[o]:{};o%2?Zl(Object(r),!0).forEach(function(t){Bf(e,t,r[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Zl(Object(r)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))})}return e}function Bf(e,o,r){return(o=Rf(o))in e?Object.defineProperty(e,o,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[o]=r,e}function Rf(e){var o=Of(e,"string");return qr(o)=="symbol"?o:o+""}function Of(e,o){if(qr(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var t=r.call(e,o);if(qr(t)!="object")return t;throw new TypeError("@@toPrimitive must return a primitive value.")}return(o==="string"?String:Number)(e)}function Tf(e){var o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;Vo()&&Vo().components?sr(e):o?e():Br(e)}var Pf=0;function Df(e){var o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=_e(!1),t=_e(e),n=_e(null),i=uf()?window.document:void 0,s=o.document,l=s===void 0?i:s,a=o.immediate,c=a===void 0?!0:a,d=o.manual,u=d===void 0?!1:d,p=o.name,g=p===void 0?"style_".concat(++Pf):p,b=o.id,m=b===void 0?void 0:b,v=o.media,k=v===void 0?void 0:v,w=o.nonce,M=w===void 0?void 0:w,R=o.first,T=R===void 0?!1:R,G=o.onMounted,L=G===void 0?void 0:G,Y=o.onUpdated,X=Y===void 0?void 0:Y,I=o.onLoad,W=I===void 0?void 0:I,he=o.props,ve=he===void 0?{}:he,j=function(){},E=function(C){var N=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(l){var F=Jl(Jl({},ve),N),q=F.name||g,J=F.id||m,se=F.nonce||M;n.value=l.querySelector('style[data-primevue-style-id="'.concat(q,'"]'))||l.getElementById(J)||l.createElement("style"),n.value.isConnected||(t.value=C||e,Qn(n.value,{type:"text/css",id:J,media:k,nonce:se}),T?l.head.prepend(n.value):l.head.appendChild(n.value),ff(n.value,"data-primevue-style-id",q),Qn(n.value,F),n.value.onload=function(ae){return W?.(ae,{name:q})},L?.(q)),!r.value&&(j=Ce(t,function(ae){n.value.textContent=ae,X?.(q)},{immediate:!0}),r.value=!0)}},S=function(){!l||!r.value||(j(),df(n.value)&&l.head.removeChild(n.value),r.value=!1,n.value=null)};return c&&!u&&Tf(E),{id:m,name:g,el:n,css:t,unload:S,load:E,isLoaded:$r(r)}}function Zr(e){"@babel/helpers - typeof";return Zr=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(o){return typeof o}:function(o){return o&&typeof Symbol=="function"&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o},Zr(e)}var Ql,ea,oa,ra;function ta(e,o){return zf(e)||Af(e,o)||Ef(e,o)||Mf()}function Mf(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
144
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Ef(e,o){if(e){if(typeof e=="string")return na(e,o);var r={}.toString.call(e).slice(8,-1);return r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set"?Array.from(e):r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?na(e,o):void 0}}function na(e,o){(o==null||o>e.length)&&(o=e.length);for(var r=0,t=Array(o);r<o;r++)t[r]=e[r];return t}function Af(e,o){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var t,n,i,s,l=[],a=!0,c=!1;try{if(i=(r=r.call(e)).next,o!==0)for(;!(a=(t=i.call(r)).done)&&(l.push(t.value),l.length!==o);a=!0);}catch(d){c=!0,n=d}finally{try{if(!a&&r.return!=null&&(s=r.return(),Object(s)!==s))return}finally{if(c)throw n}}return l}}function zf(e){if(Array.isArray(e))return e}function ia(e,o){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(e);o&&(t=t.filter(function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable})),r.push.apply(r,t)}return r}function ti(e){for(var o=1;o<arguments.length;o++){var r=arguments[o]!=null?arguments[o]:{};o%2?ia(Object(r),!0).forEach(function(t){Lf(e,t,r[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ia(Object(r)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))})}return e}function Lf(e,o,r){return(o=If(o))in e?Object.defineProperty(e,o,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[o]=r,e}function If(e){var o=jf(e,"string");return Zr(o)=="symbol"?o:o+""}function jf(e,o){if(Zr(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var t=r.call(e,o);if(Zr(t)!="object")return t;throw new TypeError("@@toPrimitive must return a primitive value.")}return(o==="string"?String:Number)(e)}function Yt(e,o){return o||(o=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(o)}}))}var Wf=function(o){var r=o.dt;return`
145
+ .p-hidden-accessible {
146
+ border: 0;
147
+ clip: rect(0 0 0 0);
148
+ height: 1px;
149
+ margin: -1px;
150
+ opacity: 0;
151
+ overflow: hidden;
152
+ padding: 0;
153
+ pointer-events: none;
154
+ position: absolute;
155
+ white-space: nowrap;
156
+ width: 1px;
157
+ }
158
+
159
+ .p-overflow-hidden {
160
+ overflow: hidden;
161
+ padding-right: `.concat(r("scrollbar.width"),`;
162
+ }
163
+ `)},Nf={},Ff={},sa={name:"base",css:Wf,style:Sf,classes:Nf,inlineStyles:Ff,load:function(o){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:function(i){return i},n=t(Ut(Ql||(Ql=Yt(["",""])),o));return ge(n)?Df(Gr(n),ti({name:this.name},r)):{}},loadCSS:function(){var o=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return this.load(this.css,o)},loadStyle:function(){var o=this,r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";return this.load(this.style,r,function(){var n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";return Ne.transformCSS(r.name||o.name,"".concat(n).concat(Ut(ea||(ea=Yt(["",""])),t)))})},getCommonTheme:function(o){return Ne.getCommon(this.name,o)},getComponentTheme:function(o){return Ne.getComponent(this.name,o)},getDirectiveTheme:function(o){return Ne.getDirective(this.name,o)},getPresetTheme:function(o,r,t){return Ne.getCustomPreset(this.name,o,r,t)},getLayerOrderThemeCSS:function(){return Ne.getLayerOrderCSS(this.name)},getStyleSheet:function(){var o=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"",r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(this.css){var t=zo(this.css,{dt:qo})||"",n=Gr(Ut(oa||(oa=Yt(["","",""])),t,o)),i=Object.entries(r).reduce(function(s,l){var a=ta(l,2),c=a[0],d=a[1];return s.push("".concat(c,'="').concat(d,'"'))&&s},[]).join(" ");return ge(n)?'<style type="text/css" data-primevue-style-id="'.concat(this.name,'" ').concat(i,">").concat(n,"</style>"):""}return""},getCommonThemeStyleSheet:function(o){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return Ne.getCommonStyleSheet(this.name,o,r)},getThemeStyleSheet:function(o){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},t=[Ne.getStyleSheet(this.name,o,r)];if(this.style){var n=this.name==="base"?"global-style":"".concat(this.name,"-style"),i=Ut(ra||(ra=Yt(["",""])),zo(this.style,{dt:qo})),s=Gr(Ne.transformCSS(n,i)),l=Object.entries(r).reduce(function(a,c){var d=ta(c,2),u=d[0],p=d[1];return a.push("".concat(u,'="').concat(p,'"'))&&a},[]).join(" ");ge(s)&&t.push('<style type="text/css" data-primevue-style-id="'.concat(n,'" ').concat(l,">").concat(s,"</style>"))}return t.join("")},extend:function(o){return ti(ti({},this),{},{css:void 0,style:void 0},o)}};sa.extend({name:"common"});function Kt(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Gt={exports:{}},Hf=Gt.exports,la;function Vf(){return la||(la=1,(function(e,o){(function(r,t){e.exports=t()})(Hf,(function(){var r=1e3,t=6e4,n=36e5,i="millisecond",s="second",l="minute",a="hour",c="day",d="week",u="month",p="quarter",g="year",b="date",m="Invalid Date",v=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,k=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,w={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(j){var E=["th","st","nd","rd"],S=j%100;return"["+j+(E[(S-20)%10]||E[S]||E[0])+"]"}},M=function(j,E,S){var O=String(j);return!O||O.length>=E?j:""+Array(E+1-O.length).join(S)+j},R={s:M,z:function(j){var E=-j.utcOffset(),S=Math.abs(E),O=Math.floor(S/60),C=S%60;return(E<=0?"+":"-")+M(O,2,"0")+":"+M(C,2,"0")},m:function j(E,S){if(E.date()<S.date())return-j(S,E);var O=12*(S.year()-E.year())+(S.month()-E.month()),C=E.clone().add(O,u),N=S-C<0,F=E.clone().add(O+(N?-1:1),u);return+(-(O+(S-C)/(N?C-F:F-C))||0)},a:function(j){return j<0?Math.ceil(j)||0:Math.floor(j)},p:function(j){return{M:u,y:g,w:d,d:c,D:b,h:a,m:l,s,ms:i,Q:p}[j]||String(j||"").toLowerCase().replace(/s$/,"")},u:function(j){return j===void 0}},T="en",G={};G[T]=w;var L="$isDayjsObject",Y=function(j){return j instanceof he||!(!j||!j[L])},X=function j(E,S,O){var C;if(!E)return T;if(typeof E=="string"){var N=E.toLowerCase();G[N]&&(C=N),S&&(G[N]=S,C=N);var F=E.split("-");if(!C&&F.length>1)return j(F[0])}else{var q=E.name;G[q]=E,C=q}return!O&&C&&(T=C),C||!O&&T},I=function(j,E){if(Y(j))return j.clone();var S=typeof E=="object"?E:{};return S.date=j,S.args=arguments,new he(S)},W=R;W.l=X,W.i=Y,W.w=function(j,E){return I(j,{locale:E.$L,utc:E.$u,x:E.$x,$offset:E.$offset})};var he=(function(){function j(S){this.$L=X(S.locale,null,!0),this.parse(S),this.$x=this.$x||S.x||{},this[L]=!0}var E=j.prototype;return E.parse=function(S){this.$d=(function(O){var C=O.date,N=O.utc;if(C===null)return new Date(NaN);if(W.u(C))return new Date;if(C instanceof Date)return new Date(C);if(typeof C=="string"&&!/Z$/i.test(C)){var F=C.match(v);if(F){var q=F[2]-1||0,J=(F[7]||"0").substring(0,3);return N?new Date(Date.UTC(F[1],q,F[3]||1,F[4]||0,F[5]||0,F[6]||0,J)):new Date(F[1],q,F[3]||1,F[4]||0,F[5]||0,F[6]||0,J)}}return new Date(C)})(S),this.init()},E.init=function(){var S=this.$d;this.$y=S.getFullYear(),this.$M=S.getMonth(),this.$D=S.getDate(),this.$W=S.getDay(),this.$H=S.getHours(),this.$m=S.getMinutes(),this.$s=S.getSeconds(),this.$ms=S.getMilliseconds()},E.$utils=function(){return W},E.isValid=function(){return this.$d.toString()!==m},E.isSame=function(S,O){var C=I(S);return this.startOf(O)<=C&&C<=this.endOf(O)},E.isAfter=function(S,O){return I(S)<this.startOf(O)},E.isBefore=function(S,O){return this.endOf(O)<I(S)},E.$g=function(S,O,C){return W.u(S)?this[O]:this.set(C,S)},E.unix=function(){return Math.floor(this.valueOf()/1e3)},E.valueOf=function(){return this.$d.getTime()},E.startOf=function(S,O){var C=this,N=!!W.u(O)||O,F=W.p(S),q=function(Ge,ue){var no=W.w(C.$u?Date.UTC(C.$y,ue,Ge):new Date(C.$y,ue,Ge),C);return N?no:no.endOf(c)},J=function(Ge,ue){return W.w(C.toDate()[Ge].apply(C.toDate("s"),(N?[0,0,0,0]:[23,59,59,999]).slice(ue)),C)},se=this.$W,ae=this.$M,ye=this.$D,Te="set"+(this.$u?"UTC":"");switch(F){case g:return N?q(1,0):q(31,11);case u:return N?q(1,ae):q(0,ae+1);case d:var Me=this.$locale().weekStart||0,to=(se<Me?se+7:se)-Me;return q(N?ye-to:ye+(6-to),ae);case c:case b:return J(Te+"Hours",0);case a:return J(Te+"Minutes",1);case l:return J(Te+"Seconds",2);case s:return J(Te+"Milliseconds",3);default:return this.clone()}},E.endOf=function(S){return this.startOf(S,!1)},E.$set=function(S,O){var C,N=W.p(S),F="set"+(this.$u?"UTC":""),q=(C={},C[c]=F+"Date",C[b]=F+"Date",C[u]=F+"Month",C[g]=F+"FullYear",C[a]=F+"Hours",C[l]=F+"Minutes",C[s]=F+"Seconds",C[i]=F+"Milliseconds",C)[N],J=N===c?this.$D+(O-this.$W):O;if(N===u||N===g){var se=this.clone().set(b,1);se.$d[q](J),se.init(),this.$d=se.set(b,Math.min(this.$D,se.daysInMonth())).$d}else q&&this.$d[q](J);return this.init(),this},E.set=function(S,O){return this.clone().$set(S,O)},E.get=function(S){return this[W.p(S)]()},E.add=function(S,O){var C,N=this;S=Number(S);var F=W.p(O),q=function(ae){var ye=I(N);return W.w(ye.date(ye.date()+Math.round(ae*S)),N)};if(F===u)return this.set(u,this.$M+S);if(F===g)return this.set(g,this.$y+S);if(F===c)return q(1);if(F===d)return q(7);var J=(C={},C[l]=t,C[a]=n,C[s]=r,C)[F]||1,se=this.$d.getTime()+S*J;return W.w(se,this)},E.subtract=function(S,O){return this.add(-1*S,O)},E.format=function(S){var O=this,C=this.$locale();if(!this.isValid())return C.invalidDate||m;var N=S||"YYYY-MM-DDTHH:mm:ssZ",F=W.z(this),q=this.$H,J=this.$m,se=this.$M,ae=C.weekdays,ye=C.months,Te=C.meridiem,Me=function(ue,no,f,h){return ue&&(ue[no]||ue(O,N))||f[no].slice(0,h)},to=function(ue){return W.s(q%12||12,ue,"0")},Ge=Te||function(ue,no,f){var h=ue<12?"AM":"PM";return f?h.toLowerCase():h};return N.replace(k,(function(ue,no){return no||(function(f){switch(f){case"YY":return String(O.$y).slice(-2);case"YYYY":return W.s(O.$y,4,"0");case"M":return se+1;case"MM":return W.s(se+1,2,"0");case"MMM":return Me(C.monthsShort,se,ye,3);case"MMMM":return Me(ye,se);case"D":return O.$D;case"DD":return W.s(O.$D,2,"0");case"d":return String(O.$W);case"dd":return Me(C.weekdaysMin,O.$W,ae,2);case"ddd":return Me(C.weekdaysShort,O.$W,ae,3);case"dddd":return ae[O.$W];case"H":return String(q);case"HH":return W.s(q,2,"0");case"h":return to(1);case"hh":return to(2);case"a":return Ge(q,J,!0);case"A":return Ge(q,J,!1);case"m":return String(J);case"mm":return W.s(J,2,"0");case"s":return String(O.$s);case"ss":return W.s(O.$s,2,"0");case"SSS":return W.s(O.$ms,3,"0");case"Z":return F}return null})(ue)||F.replace(":","")}))},E.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},E.diff=function(S,O,C){var N,F=this,q=W.p(O),J=I(S),se=(J.utcOffset()-this.utcOffset())*t,ae=this-J,ye=function(){return W.m(F,J)};switch(q){case g:N=ye()/12;break;case u:N=ye();break;case p:N=ye()/3;break;case d:N=(ae-se)/6048e5;break;case c:N=(ae-se)/864e5;break;case a:N=ae/n;break;case l:N=ae/t;break;case s:N=ae/r;break;default:N=ae}return C?N:W.a(N)},E.daysInMonth=function(){return this.endOf(u).$D},E.$locale=function(){return G[this.$L]},E.locale=function(S,O){if(!S)return this.$L;var C=this.clone(),N=X(S,O,!0);return N&&(C.$L=N),C},E.clone=function(){return W.w(this.$d,this)},E.toDate=function(){return new Date(this.valueOf())},E.toJSON=function(){return this.isValid()?this.toISOString():null},E.toISOString=function(){return this.$d.toISOString()},E.toString=function(){return this.$d.toUTCString()},j})(),ve=he.prototype;return I.prototype=ve,[["$ms",i],["$s",s],["$m",l],["$H",a],["$W",c],["$M",u],["$y",g],["$D",b]].forEach((function(j){ve[j[1]]=function(E){return this.$g(E,j[0],j[1])}})),I.extend=function(j,E){return j.$i||(j(E,he,I),j.$i=!0),I},I.locale=X,I.isDayjs=Y,I.unix=function(j){return I(1e3*j)},I.en=G[T],I.Ls=G,I.p={},I}))})(Gt)),Gt.exports}var Uf=Vf();const ni=Kt(Uf);var Xt={exports:{}},Yf=Xt.exports,aa;function Kf(){return aa||(aa=1,(function(e,o){(function(r,t){e.exports=t()})(Yf,(function(){var r="minute",t=/[+-]\d\d(?::?\d\d)?/g,n=/([+-]|\d\d)/g;return function(i,s,l){var a=s.prototype;l.utc=function(m){var v={date:m,utc:!0,args:arguments};return new s(v)},a.utc=function(m){var v=l(this.toDate(),{locale:this.$L,utc:!0});return m?v.add(this.utcOffset(),r):v},a.local=function(){return l(this.toDate(),{locale:this.$L,utc:!1})};var c=a.parse;a.parse=function(m){m.utc&&(this.$u=!0),this.$utils().u(m.$offset)||(this.$offset=m.$offset),c.call(this,m)};var d=a.init;a.init=function(){if(this.$u){var m=this.$d;this.$y=m.getUTCFullYear(),this.$M=m.getUTCMonth(),this.$D=m.getUTCDate(),this.$W=m.getUTCDay(),this.$H=m.getUTCHours(),this.$m=m.getUTCMinutes(),this.$s=m.getUTCSeconds(),this.$ms=m.getUTCMilliseconds()}else d.call(this)};var u=a.utcOffset;a.utcOffset=function(m,v){var k=this.$utils().u;if(k(m))return this.$u?0:k(this.$offset)?u.call(this):this.$offset;if(typeof m=="string"&&(m=(function(T){T===void 0&&(T="");var G=T.match(t);if(!G)return null;var L=(""+G[0]).match(n)||["-",0,0],Y=L[0],X=60*+L[1]+ +L[2];return X===0?0:Y==="+"?X:-X})(m),m===null))return this;var w=Math.abs(m)<=16?60*m:m;if(w===0)return this.utc(v);var M=this.clone();if(v)return M.$offset=w,M.$u=!1,M;var R=this.$u?this.toDate().getTimezoneOffset():-1*this.utcOffset();return(M=this.local().add(w+R,r)).$offset=w,M.$x.$localOffset=R,M};var p=a.format;a.format=function(m){var v=m||(this.$u?"YYYY-MM-DDTHH:mm:ss[Z]":"");return p.call(this,v)},a.valueOf=function(){var m=this.$utils().u(this.$offset)?0:this.$offset+(this.$x.$localOffset||this.$d.getTimezoneOffset());return this.$d.valueOf()-6e4*m},a.isUTC=function(){return!!this.$u},a.toISOString=function(){return this.toDate().toISOString()},a.toString=function(){return this.toDate().toUTCString()};var g=a.toDate;a.toDate=function(m){return m==="s"&&this.$offset?l(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate():g.call(this)};var b=a.diff;a.diff=function(m,v,k){if(m&&this.$u===m.$u)return b.call(this,m,v,k);var w=this.local(),M=l(m).local();return b.call(w,M,v,k)}}}))})(Xt)),Xt.exports}var Gf=Kf();const Xf=Kt(Gf);var qt={exports:{}},qf=qt.exports,ca;function Zf(){return ca||(ca=1,(function(e,o){(function(r,t){e.exports=t()})(qf,(function(){var r={year:0,month:1,day:2,hour:3,minute:4,second:5},t={};return function(n,i,s){var l,a=function(p,g,b){b===void 0&&(b={});var m=new Date(p),v=(function(k,w){w===void 0&&(w={});var M=w.timeZoneName||"short",R=k+"|"+M,T=t[R];return T||(T=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:k,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",timeZoneName:M}),t[R]=T),T})(g,b);return v.formatToParts(m)},c=function(p,g){for(var b=a(p,g),m=[],v=0;v<b.length;v+=1){var k=b[v],w=k.type,M=k.value,R=r[w];R>=0&&(m[R]=parseInt(M,10))}var T=m[3],G=T===24?0:T,L=m[0]+"-"+m[1]+"-"+m[2]+" "+G+":"+m[4]+":"+m[5]+":000",Y=+p;return(s.utc(L).valueOf()-(Y-=Y%1e3))/6e4},d=i.prototype;d.tz=function(p,g){p===void 0&&(p=l);var b,m=this.utcOffset(),v=this.toDate(),k=v.toLocaleString("en-US",{timeZone:p}),w=Math.round((v-new Date(k))/1e3/60),M=15*-Math.round(v.getTimezoneOffset()/15)-w;if(!Number(M))b=this.utcOffset(0,g);else if(b=s(k,{locale:this.$L}).$set("millisecond",this.$ms).utcOffset(M,!0),g){var R=b.utcOffset();b=b.add(m-R,"minute")}return b.$x.$timezone=p,b},d.offsetName=function(p){var g=this.$x.$timezone||s.tz.guess(),b=a(this.valueOf(),g,{timeZoneName:p}).find((function(m){return m.type.toLowerCase()==="timezonename"}));return b&&b.value};var u=d.startOf;d.startOf=function(p,g){if(!this.$x||!this.$x.$timezone)return u.call(this,p,g);var b=s(this.format("YYYY-MM-DD HH:mm:ss:SSS"),{locale:this.$L});return u.call(b,p,g).tz(this.$x.$timezone,!0)},s.tz=function(p,g,b){var m=b&&g,v=b||g||l,k=c(+s(),v);if(typeof p!="string")return s(p).tz(v);var w=(function(G,L,Y){var X=G-60*L*1e3,I=c(X,Y);if(L===I)return[X,L];var W=c(X-=60*(I-L)*1e3,Y);return I===W?[X,I]:[G-60*Math.min(I,W)*1e3,Math.max(I,W)]})(s.utc(p,m).valueOf(),k,v),M=w[0],R=w[1],T=s(M).utcOffset(R);return T.$x.$timezone=v,T},s.tz.guess=function(){return Intl.DateTimeFormat().resolvedOptions().timeZone},s.tz.setDefault=function(p){l=p}}}))})(qt)),qt.exports}var Jf=Zf();const Qf=Kt(Jf);var Zt={exports:{}},eg=Zt.exports,da;function og(){return da||(da=1,(function(e,o){(function(r,t){e.exports=t()})(eg,(function(){return function(r,t){var n=t.prototype,i=n.format;n.format=function(s){var l=this,a=this.$locale();if(!this.isValid())return i.bind(this)(s);var c=this.$utils(),d=(s||"YYYY-MM-DDTHH:mm:ssZ").replace(/\[([^\]]+)]|Q|wo|ww|w|WW|W|zzz|z|gggg|GGGG|Do|X|x|k{1,2}|S/g,(function(u){switch(u){case"Q":return Math.ceil((l.$M+1)/3);case"Do":return a.ordinal(l.$D);case"gggg":return l.weekYear();case"GGGG":return l.isoWeekYear();case"wo":return a.ordinal(l.week(),"W");case"w":case"ww":return c.s(l.week(),u==="w"?1:2,"0");case"W":case"WW":return c.s(l.isoWeek(),u==="W"?1:2,"0");case"k":case"kk":return c.s(String(l.$H===0?24:l.$H),u==="k"?1:2,"0");case"X":return Math.floor(l.$d.getTime()/1e3);case"x":return l.$d.getTime();case"z":return"["+l.offsetName()+"]";case"zzz":return"["+l.offsetName("long")+"]";default:return u}}));return i.bind(this)(d)}}}))})(Zt)),Zt.exports}var rg=og();const tg=Kt(rg);ni.extend(tg),ni.extend(Xf),ni.extend(Qf);const ng=["for"],ig=["disabled","type","placeholder","id","data-invalid"];Math.random().toString();const sg=["for"],lg={key:0},ag=["disabled","id"];Math.random().toString();const cg=["for"],dg=["rows","disabled","placeholder","id","data-invalid"];Math.random().toString(),sa.extend({name:"common"});var ug={transitionDuration:"{transition.duration}"},fg={borderWidth:"0 0 1px 0",borderColor:"{content.border.color}"},gg={color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{text.color}",activeHoverColor:"{text.color}",padding:"1.125rem",fontWeight:"600",borderRadius:"0",borderWidth:"0",borderColor:"{content.border.color}",background:"{content.background}",hoverBackground:"{content.background}",activeBackground:"{content.background}",activeHoverBackground:"{content.background}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"},toggleIcon:{color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{text.color}",activeHoverColor:"{text.color}"},first:{topBorderRadius:"{content.border.radius}",borderWidth:"0"},last:{bottomBorderRadius:"{content.border.radius}",activeBottomBorderRadius:"0"}},pg={borderWidth:"0",borderColor:"{content.border.color}",background:"{content.background}",color:"{text.color}",padding:"0 1.125rem 1.125rem 1.125rem"},hg={root:ug,panel:fg,header:gg,content:pg},mg={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",filledHoverBackground:"{form.field.filled.hover.background}",filledFocusBackground:"{form.field.filled.focus.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.focus.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",placeholderColor:"{form.field.placeholder.color}",invalidPlaceholderColor:"{form.field.invalid.placeholder.color}",shadow:"{form.field.shadow}",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{form.field.focus.ring.width}",style:"{form.field.focus.ring.style}",color:"{form.field.focus.ring.color}",offset:"{form.field.focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}"},bg={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},vg={padding:"{list.padding}",gap:"{list.gap}"},yg={focusBackground:"{list.option.focus.background}",selectedBackground:"{list.option.selected.background}",selectedFocusBackground:"{list.option.selected.focus.background}",color:"{list.option.color}",focusColor:"{list.option.focus.color}",selectedColor:"{list.option.selected.color}",selectedFocusColor:"{list.option.selected.focus.color}",padding:"{list.option.padding}",borderRadius:"{list.option.border.radius}"},kg={background:"{list.option.group.background}",color:"{list.option.group.color}",fontWeight:"{list.option.group.font.weight}",padding:"{list.option.group.padding}"},wg={width:"2.5rem",sm:{width:"2rem"},lg:{width:"3rem"},borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.border.color}",activeBorderColor:"{form.field.border.color}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},xg={borderRadius:"{border.radius.sm}"},Cg={padding:"{list.option.padding}"},$g={light:{chip:{focusBackground:"{surface.200}",focusColor:"{surface.800}"},dropdown:{background:"{surface.100}",hoverBackground:"{surface.200}",activeBackground:"{surface.300}",color:"{surface.600}",hoverColor:"{surface.700}",activeColor:"{surface.800}"}},dark:{chip:{focusBackground:"{surface.700}",focusColor:"{surface.0}"},dropdown:{background:"{surface.800}",hoverBackground:"{surface.700}",activeBackground:"{surface.600}",color:"{surface.300}",hoverColor:"{surface.200}",activeColor:"{surface.100}"}}},_g={root:mg,overlay:bg,list:vg,option:yg,optionGroup:kg,dropdown:wg,chip:xg,emptyMessage:Cg,colorScheme:$g},Sg={width:"2rem",height:"2rem",fontSize:"1rem",background:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}"},Bg={size:"1rem"},Rg={borderColor:"{content.background}",offset:"-0.75rem"},Og={width:"3rem",height:"3rem",fontSize:"1.5rem",icon:{size:"1.5rem"},group:{offset:"-1rem"}},Tg={width:"4rem",height:"4rem",fontSize:"2rem",icon:{size:"2rem"},group:{offset:"-1.5rem"}},Pg={root:Sg,icon:Bg,group:Rg,lg:Og,xl:Tg},Dg={borderRadius:"{border.radius.md}",padding:"0 0.5rem",fontSize:"0.75rem",fontWeight:"700",minWidth:"1.5rem",height:"1.5rem"},Mg={size:"0.5rem"},Eg={fontSize:"0.625rem",minWidth:"1.25rem",height:"1.25rem"},Ag={fontSize:"0.875rem",minWidth:"1.75rem",height:"1.75rem"},zg={fontSize:"1rem",minWidth:"2rem",height:"2rem"},Lg={light:{primary:{background:"{primary.color}",color:"{primary.contrast.color}"},secondary:{background:"{surface.100}",color:"{surface.600}"},success:{background:"{green.500}",color:"{surface.0}"},info:{background:"{sky.500}",color:"{surface.0}"},warn:{background:"{orange.500}",color:"{surface.0}"},danger:{background:"{red.500}",color:"{surface.0}"},contrast:{background:"{surface.950}",color:"{surface.0}"}},dark:{primary:{background:"{primary.color}",color:"{primary.contrast.color}"},secondary:{background:"{surface.800}",color:"{surface.300}"},success:{background:"{green.400}",color:"{green.950}"},info:{background:"{sky.400}",color:"{sky.950}"},warn:{background:"{orange.400}",color:"{orange.950}"},danger:{background:"{red.400}",color:"{red.950}"},contrast:{background:"{surface.0}",color:"{surface.950}"}}},Ig={root:Dg,dot:Mg,sm:Eg,lg:Ag,xl:zg,colorScheme:Lg},jg={borderRadius:{none:"0",xs:"2px",sm:"4px",md:"6px",lg:"8px",xl:"12px"},emerald:{50:"#ecfdf5",100:"#d1fae5",200:"#a7f3d0",300:"#6ee7b7",400:"#34d399",500:"#10b981",600:"#059669",700:"#047857",800:"#065f46",900:"#064e3b",950:"#022c22"},green:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d",950:"#052e16"},lime:{50:"#f7fee7",100:"#ecfccb",200:"#d9f99d",300:"#bef264",400:"#a3e635",500:"#84cc16",600:"#65a30d",700:"#4d7c0f",800:"#3f6212",900:"#365314",950:"#1a2e05"},red:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d",950:"#450a0a"},orange:{50:"#fff7ed",100:"#ffedd5",200:"#fed7aa",300:"#fdba74",400:"#fb923c",500:"#f97316",600:"#ea580c",700:"#c2410c",800:"#9a3412",900:"#7c2d12",950:"#431407"},amber:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f",950:"#451a03"},yellow:{50:"#fefce8",100:"#fef9c3",200:"#fef08a",300:"#fde047",400:"#facc15",500:"#eab308",600:"#ca8a04",700:"#a16207",800:"#854d0e",900:"#713f12",950:"#422006"},teal:{50:"#f0fdfa",100:"#ccfbf1",200:"#99f6e4",300:"#5eead4",400:"#2dd4bf",500:"#14b8a6",600:"#0d9488",700:"#0f766e",800:"#115e59",900:"#134e4a",950:"#042f2e"},cyan:{50:"#ecfeff",100:"#cffafe",200:"#a5f3fc",300:"#67e8f9",400:"#22d3ee",500:"#06b6d4",600:"#0891b2",700:"#0e7490",800:"#155e75",900:"#164e63",950:"#083344"},sky:{50:"#f0f9ff",100:"#e0f2fe",200:"#bae6fd",300:"#7dd3fc",400:"#38bdf8",500:"#0ea5e9",600:"#0284c7",700:"#0369a1",800:"#075985",900:"#0c4a6e",950:"#082f49"},blue:{50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a",950:"#172554"},indigo:{50:"#eef2ff",100:"#e0e7ff",200:"#c7d2fe",300:"#a5b4fc",400:"#818cf8",500:"#6366f1",600:"#4f46e5",700:"#4338ca",800:"#3730a3",900:"#312e81",950:"#1e1b4b"},violet:{50:"#f5f3ff",100:"#ede9fe",200:"#ddd6fe",300:"#c4b5fd",400:"#a78bfa",500:"#8b5cf6",600:"#7c3aed",700:"#6d28d9",800:"#5b21b6",900:"#4c1d95",950:"#2e1065"},purple:{50:"#faf5ff",100:"#f3e8ff",200:"#e9d5ff",300:"#d8b4fe",400:"#c084fc",500:"#a855f7",600:"#9333ea",700:"#7e22ce",800:"#6b21a8",900:"#581c87",950:"#3b0764"},fuchsia:{50:"#fdf4ff",100:"#fae8ff",200:"#f5d0fe",300:"#f0abfc",400:"#e879f9",500:"#d946ef",600:"#c026d3",700:"#a21caf",800:"#86198f",900:"#701a75",950:"#4a044e"},pink:{50:"#fdf2f8",100:"#fce7f3",200:"#fbcfe8",300:"#f9a8d4",400:"#f472b6",500:"#ec4899",600:"#db2777",700:"#be185d",800:"#9d174d",900:"#831843",950:"#500724"},rose:{50:"#fff1f2",100:"#ffe4e6",200:"#fecdd3",300:"#fda4af",400:"#fb7185",500:"#f43f5e",600:"#e11d48",700:"#be123c",800:"#9f1239",900:"#881337",950:"#4c0519"},slate:{50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a",950:"#020617"},gray:{50:"#f9fafb",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",400:"#9ca3af",500:"#6b7280",600:"#4b5563",700:"#374151",800:"#1f2937",900:"#111827",950:"#030712"},zinc:{50:"#fafafa",100:"#f4f4f5",200:"#e4e4e7",300:"#d4d4d8",400:"#a1a1aa",500:"#71717a",600:"#52525b",700:"#3f3f46",800:"#27272a",900:"#18181b",950:"#09090b"},neutral:{50:"#fafafa",100:"#f5f5f5",200:"#e5e5e5",300:"#d4d4d4",400:"#a3a3a3",500:"#737373",600:"#525252",700:"#404040",800:"#262626",900:"#171717",950:"#0a0a0a"},stone:{50:"#fafaf9",100:"#f5f5f4",200:"#e7e5e4",300:"#d6d3d1",400:"#a8a29e",500:"#78716c",600:"#57534e",700:"#44403c",800:"#292524",900:"#1c1917",950:"#0c0a09"}},Wg={transitionDuration:"0.2s",focusRing:{width:"1px",style:"solid",color:"{primary.color}",offset:"2px",shadow:"none"},disabledOpacity:"0.6",iconSize:"1rem",anchorGutter:"2px",primary:{50:"{emerald.50}",100:"{emerald.100}",200:"{emerald.200}",300:"{emerald.300}",400:"{emerald.400}",500:"{emerald.500}",600:"{emerald.600}",700:"{emerald.700}",800:"{emerald.800}",900:"{emerald.900}",950:"{emerald.950}"},formField:{paddingX:"0.75rem",paddingY:"0.5rem",sm:{fontSize:"0.875rem",paddingX:"0.625rem",paddingY:"0.375rem"},lg:{fontSize:"1.125rem",paddingX:"0.875rem",paddingY:"0.625rem"},borderRadius:"{border.radius.md}",focusRing:{width:"0",style:"none",color:"transparent",offset:"0",shadow:"none"},transitionDuration:"{transition.duration}"},list:{padding:"0.25rem 0.25rem",gap:"2px",header:{padding:"0.5rem 1rem 0.25rem 1rem"},option:{padding:"0.5rem 0.75rem",borderRadius:"{border.radius.sm}"},optionGroup:{padding:"0.5rem 0.75rem",fontWeight:"600"}},content:{borderRadius:"{border.radius.md}"},mask:{transitionDuration:"0.15s"},navigation:{list:{padding:"0.25rem 0.25rem",gap:"2px"},item:{padding:"0.5rem 0.75rem",borderRadius:"{border.radius.sm}",gap:"0.5rem"},submenuLabel:{padding:"0.5rem 0.75rem",fontWeight:"600"},submenuIcon:{size:"0.875rem"}},overlay:{select:{borderRadius:"{border.radius.md}",shadow:"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)"},popover:{borderRadius:"{border.radius.md}",padding:"0.75rem",shadow:"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)"},modal:{borderRadius:"{border.radius.xl}",padding:"1.25rem",shadow:"0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1)"},navigation:{shadow:"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)"}},colorScheme:{light:{surface:{0:"#ffffff",50:"{slate.50}",100:"{slate.100}",200:"{slate.200}",300:"{slate.300}",400:"{slate.400}",500:"{slate.500}",600:"{slate.600}",700:"{slate.700}",800:"{slate.800}",900:"{slate.900}",950:"{slate.950}"},primary:{color:"{primary.500}",contrastColor:"#ffffff",hoverColor:"{primary.600}",activeColor:"{primary.700}"},highlight:{background:"{primary.50}",focusBackground:"{primary.100}",color:"{primary.700}",focusColor:"{primary.800}"},mask:{background:"rgba(0,0,0,0.4)",color:"{surface.200}"},formField:{background:"{surface.0}",disabledBackground:"{surface.200}",filledBackground:"{surface.50}",filledHoverBackground:"{surface.50}",filledFocusBackground:"{surface.50}",borderColor:"{surface.300}",hoverBorderColor:"{surface.400}",focusBorderColor:"{primary.color}",invalidBorderColor:"{red.400}",color:"{surface.700}",disabledColor:"{surface.500}",placeholderColor:"{surface.500}",invalidPlaceholderColor:"{red.600}",floatLabelColor:"{surface.500}",floatLabelFocusColor:"{primary.600}",floatLabelActiveColor:"{surface.500}",floatLabelInvalidColor:"{form.field.invalid.placeholder.color}",iconColor:"{surface.400}",shadow:"0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05)"},text:{color:"{surface.700}",hoverColor:"{surface.800}",mutedColor:"{surface.500}",hoverMutedColor:"{surface.600}"},content:{background:"{surface.0}",hoverBackground:"{surface.100}",borderColor:"{surface.200}",color:"{text.color}",hoverColor:"{text.hover.color}"},overlay:{select:{background:"{surface.0}",borderColor:"{surface.200}",color:"{text.color}"},popover:{background:"{surface.0}",borderColor:"{surface.200}",color:"{text.color}"},modal:{background:"{surface.0}",borderColor:"{surface.200}",color:"{text.color}"}},list:{option:{focusBackground:"{surface.100}",selectedBackground:"{highlight.background}",selectedFocusBackground:"{highlight.focus.background}",color:"{text.color}",focusColor:"{text.hover.color}",selectedColor:"{highlight.color}",selectedFocusColor:"{highlight.focus.color}",icon:{color:"{surface.400}",focusColor:"{surface.500}"}},optionGroup:{background:"transparent",color:"{text.muted.color}"}},navigation:{item:{focusBackground:"{surface.100}",activeBackground:"{surface.100}",color:"{text.color}",focusColor:"{text.hover.color}",activeColor:"{text.hover.color}",icon:{color:"{surface.400}",focusColor:"{surface.500}",activeColor:"{surface.500}"}},submenuLabel:{background:"transparent",color:"{text.muted.color}"},submenuIcon:{color:"{surface.400}",focusColor:"{surface.500}",activeColor:"{surface.500}"}}},dark:{surface:{0:"#ffffff",50:"{zinc.50}",100:"{zinc.100}",200:"{zinc.200}",300:"{zinc.300}",400:"{zinc.400}",500:"{zinc.500}",600:"{zinc.600}",700:"{zinc.700}",800:"{zinc.800}",900:"{zinc.900}",950:"{zinc.950}"},primary:{color:"{primary.400}",contrastColor:"{surface.900}",hoverColor:"{primary.300}",activeColor:"{primary.200}"},highlight:{background:"color-mix(in srgb, {primary.400}, transparent 84%)",focusBackground:"color-mix(in srgb, {primary.400}, transparent 76%)",color:"rgba(255,255,255,.87)",focusColor:"rgba(255,255,255,.87)"},mask:{background:"rgba(0,0,0,0.6)",color:"{surface.200}"},formField:{background:"{surface.950}",disabledBackground:"{surface.700}",filledBackground:"{surface.800}",filledHoverBackground:"{surface.800}",filledFocusBackground:"{surface.800}",borderColor:"{surface.600}",hoverBorderColor:"{surface.500}",focusBorderColor:"{primary.color}",invalidBorderColor:"{red.300}",color:"{surface.0}",disabledColor:"{surface.400}",placeholderColor:"{surface.400}",invalidPlaceholderColor:"{red.400}",floatLabelColor:"{surface.400}",floatLabelFocusColor:"{primary.color}",floatLabelActiveColor:"{surface.400}",floatLabelInvalidColor:"{form.field.invalid.placeholder.color}",iconColor:"{surface.400}",shadow:"0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05)"},text:{color:"{surface.0}",hoverColor:"{surface.0}",mutedColor:"{surface.400}",hoverMutedColor:"{surface.300}"},content:{background:"{surface.900}",hoverBackground:"{surface.800}",borderColor:"{surface.700}",color:"{text.color}",hoverColor:"{text.hover.color}"},overlay:{select:{background:"{surface.900}",borderColor:"{surface.700}",color:"{text.color}"},popover:{background:"{surface.900}",borderColor:"{surface.700}",color:"{text.color}"},modal:{background:"{surface.900}",borderColor:"{surface.700}",color:"{text.color}"}},list:{option:{focusBackground:"{surface.800}",selectedBackground:"{highlight.background}",selectedFocusBackground:"{highlight.focus.background}",color:"{text.color}",focusColor:"{text.hover.color}",selectedColor:"{highlight.color}",selectedFocusColor:"{highlight.focus.color}",icon:{color:"{surface.500}",focusColor:"{surface.400}"}},optionGroup:{background:"transparent",color:"{text.muted.color}"}},navigation:{item:{focusBackground:"{surface.800}",activeBackground:"{surface.800}",color:"{text.color}",focusColor:"{text.hover.color}",activeColor:"{text.hover.color}",icon:{color:"{surface.500}",focusColor:"{surface.400}",activeColor:"{surface.400}"}},submenuLabel:{background:"transparent",color:"{text.muted.color}"},submenuIcon:{color:"{surface.500}",focusColor:"{surface.400}",activeColor:"{surface.400}"}}}}},Ng={primitive:jg,semantic:Wg},Fg={borderRadius:"{content.border.radius}"},Hg={root:Fg},Vg={padding:"1rem",background:"{content.background}",gap:"0.5rem",transitionDuration:"{transition.duration}"},Ug={color:"{text.muted.color}",hoverColor:"{text.color}",borderRadius:"{content.border.radius}",gap:"{navigation.item.gap}",icon:{color:"{navigation.item.icon.color}",hoverColor:"{navigation.item.icon.focus.color}"},focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Yg={color:"{navigation.item.icon.color}"},Kg={root:Vg,item:Ug,separator:Yg},Gg={borderRadius:"{form.field.border.radius}",roundedBorderRadius:"2rem",gap:"0.5rem",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",iconOnlyWidth:"2.5rem",sm:{fontSize:"{form.field.sm.font.size}",paddingX:"{form.field.sm.padding.x}",paddingY:"{form.field.sm.padding.y}",iconOnlyWidth:"2rem"},lg:{fontSize:"{form.field.lg.font.size}",paddingX:"{form.field.lg.padding.x}",paddingY:"{form.field.lg.padding.y}",iconOnlyWidth:"3rem"},label:{fontWeight:"500"},raisedShadow:"0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",offset:"{focus.ring.offset}"},badgeSize:"1rem",transitionDuration:"{form.field.transition.duration}"},Xg={light:{root:{primary:{background:"{primary.color}",hoverBackground:"{primary.hover.color}",activeBackground:"{primary.active.color}",borderColor:"{primary.color}",hoverBorderColor:"{primary.hover.color}",activeBorderColor:"{primary.active.color}",color:"{primary.contrast.color}",hoverColor:"{primary.contrast.color}",activeColor:"{primary.contrast.color}",focusRing:{color:"{primary.color}",shadow:"none"}},secondary:{background:"{surface.100}",hoverBackground:"{surface.200}",activeBackground:"{surface.300}",borderColor:"{surface.100}",hoverBorderColor:"{surface.200}",activeBorderColor:"{surface.300}",color:"{surface.600}",hoverColor:"{surface.700}",activeColor:"{surface.800}",focusRing:{color:"{surface.600}",shadow:"none"}},info:{background:"{sky.500}",hoverBackground:"{sky.600}",activeBackground:"{sky.700}",borderColor:"{sky.500}",hoverBorderColor:"{sky.600}",activeBorderColor:"{sky.700}",color:"#ffffff",hoverColor:"#ffffff",activeColor:"#ffffff",focusRing:{color:"{sky.500}",shadow:"none"}},success:{background:"{green.500}",hoverBackground:"{green.600}",activeBackground:"{green.700}",borderColor:"{green.500}",hoverBorderColor:"{green.600}",activeBorderColor:"{green.700}",color:"#ffffff",hoverColor:"#ffffff",activeColor:"#ffffff",focusRing:{color:"{green.500}",shadow:"none"}},warn:{background:"{orange.500}",hoverBackground:"{orange.600}",activeBackground:"{orange.700}",borderColor:"{orange.500}",hoverBorderColor:"{orange.600}",activeBorderColor:"{orange.700}",color:"#ffffff",hoverColor:"#ffffff",activeColor:"#ffffff",focusRing:{color:"{orange.500}",shadow:"none"}},help:{background:"{purple.500}",hoverBackground:"{purple.600}",activeBackground:"{purple.700}",borderColor:"{purple.500}",hoverBorderColor:"{purple.600}",activeBorderColor:"{purple.700}",color:"#ffffff",hoverColor:"#ffffff",activeColor:"#ffffff",focusRing:{color:"{purple.500}",shadow:"none"}},danger:{background:"{red.500}",hoverBackground:"{red.600}",activeBackground:"{red.700}",borderColor:"{red.500}",hoverBorderColor:"{red.600}",activeBorderColor:"{red.700}",color:"#ffffff",hoverColor:"#ffffff",activeColor:"#ffffff",focusRing:{color:"{red.500}",shadow:"none"}},contrast:{background:"{surface.950}",hoverBackground:"{surface.900}",activeBackground:"{surface.800}",borderColor:"{surface.950}",hoverBorderColor:"{surface.900}",activeBorderColor:"{surface.800}",color:"{surface.0}",hoverColor:"{surface.0}",activeColor:"{surface.0}",focusRing:{color:"{surface.950}",shadow:"none"}}},outlined:{primary:{hoverBackground:"{primary.50}",activeBackground:"{primary.100}",borderColor:"{primary.200}",color:"{primary.color}"},secondary:{hoverBackground:"{surface.50}",activeBackground:"{surface.100}",borderColor:"{surface.200}",color:"{surface.500}"},success:{hoverBackground:"{green.50}",activeBackground:"{green.100}",borderColor:"{green.200}",color:"{green.500}"},info:{hoverBackground:"{sky.50}",activeBackground:"{sky.100}",borderColor:"{sky.200}",color:"{sky.500}"},warn:{hoverBackground:"{orange.50}",activeBackground:"{orange.100}",borderColor:"{orange.200}",color:"{orange.500}"},help:{hoverBackground:"{purple.50}",activeBackground:"{purple.100}",borderColor:"{purple.200}",color:"{purple.500}"},danger:{hoverBackground:"{red.50}",activeBackground:"{red.100}",borderColor:"{red.200}",color:"{red.500}"},contrast:{hoverBackground:"{surface.50}",activeBackground:"{surface.100}",borderColor:"{surface.700}",color:"{surface.950}"},plain:{hoverBackground:"{surface.50}",activeBackground:"{surface.100}",borderColor:"{surface.200}",color:"{surface.700}"}},text:{primary:{hoverBackground:"{primary.50}",activeBackground:"{primary.100}",color:"{primary.color}"},secondary:{hoverBackground:"{surface.50}",activeBackground:"{surface.100}",color:"{surface.500}"},success:{hoverBackground:"{green.50}",activeBackground:"{green.100}",color:"{green.500}"},info:{hoverBackground:"{sky.50}",activeBackground:"{sky.100}",color:"{sky.500}"},warn:{hoverBackground:"{orange.50}",activeBackground:"{orange.100}",color:"{orange.500}"},help:{hoverBackground:"{purple.50}",activeBackground:"{purple.100}",color:"{purple.500}"},danger:{hoverBackground:"{red.50}",activeBackground:"{red.100}",color:"{red.500}"},contrast:{hoverBackground:"{surface.50}",activeBackground:"{surface.100}",color:"{surface.950}"},plain:{hoverBackground:"{surface.50}",activeBackground:"{surface.100}",color:"{surface.700}"}},link:{color:"{primary.color}",hoverColor:"{primary.color}",activeColor:"{primary.color}"}},dark:{root:{primary:{background:"{primary.color}",hoverBackground:"{primary.hover.color}",activeBackground:"{primary.active.color}",borderColor:"{primary.color}",hoverBorderColor:"{primary.hover.color}",activeBorderColor:"{primary.active.color}",color:"{primary.contrast.color}",hoverColor:"{primary.contrast.color}",activeColor:"{primary.contrast.color}",focusRing:{color:"{primary.color}",shadow:"none"}},secondary:{background:"{surface.800}",hoverBackground:"{surface.700}",activeBackground:"{surface.600}",borderColor:"{surface.800}",hoverBorderColor:"{surface.700}",activeBorderColor:"{surface.600}",color:"{surface.300}",hoverColor:"{surface.200}",activeColor:"{surface.100}",focusRing:{color:"{surface.300}",shadow:"none"}},info:{background:"{sky.400}",hoverBackground:"{sky.300}",activeBackground:"{sky.200}",borderColor:"{sky.400}",hoverBorderColor:"{sky.300}",activeBorderColor:"{sky.200}",color:"{sky.950}",hoverColor:"{sky.950}",activeColor:"{sky.950}",focusRing:{color:"{sky.400}",shadow:"none"}},success:{background:"{green.400}",hoverBackground:"{green.300}",activeBackground:"{green.200}",borderColor:"{green.400}",hoverBorderColor:"{green.300}",activeBorderColor:"{green.200}",color:"{green.950}",hoverColor:"{green.950}",activeColor:"{green.950}",focusRing:{color:"{green.400}",shadow:"none"}},warn:{background:"{orange.400}",hoverBackground:"{orange.300}",activeBackground:"{orange.200}",borderColor:"{orange.400}",hoverBorderColor:"{orange.300}",activeBorderColor:"{orange.200}",color:"{orange.950}",hoverColor:"{orange.950}",activeColor:"{orange.950}",focusRing:{color:"{orange.400}",shadow:"none"}},help:{background:"{purple.400}",hoverBackground:"{purple.300}",activeBackground:"{purple.200}",borderColor:"{purple.400}",hoverBorderColor:"{purple.300}",activeBorderColor:"{purple.200}",color:"{purple.950}",hoverColor:"{purple.950}",activeColor:"{purple.950}",focusRing:{color:"{purple.400}",shadow:"none"}},danger:{background:"{red.400}",hoverBackground:"{red.300}",activeBackground:"{red.200}",borderColor:"{red.400}",hoverBorderColor:"{red.300}",activeBorderColor:"{red.200}",color:"{red.950}",hoverColor:"{red.950}",activeColor:"{red.950}",focusRing:{color:"{red.400}",shadow:"none"}},contrast:{background:"{surface.0}",hoverBackground:"{surface.100}",activeBackground:"{surface.200}",borderColor:"{surface.0}",hoverBorderColor:"{surface.100}",activeBorderColor:"{surface.200}",color:"{surface.950}",hoverColor:"{surface.950}",activeColor:"{surface.950}",focusRing:{color:"{surface.0}",shadow:"none"}}},outlined:{primary:{hoverBackground:"color-mix(in srgb, {primary.color}, transparent 96%)",activeBackground:"color-mix(in srgb, {primary.color}, transparent 84%)",borderColor:"{primary.700}",color:"{primary.color}"},secondary:{hoverBackground:"rgba(255,255,255,0.04)",activeBackground:"rgba(255,255,255,0.16)",borderColor:"{surface.700}",color:"{surface.400}"},success:{hoverBackground:"color-mix(in srgb, {green.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {green.400}, transparent 84%)",borderColor:"{green.700}",color:"{green.400}"},info:{hoverBackground:"color-mix(in srgb, {sky.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {sky.400}, transparent 84%)",borderColor:"{sky.700}",color:"{sky.400}"},warn:{hoverBackground:"color-mix(in srgb, {orange.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {orange.400}, transparent 84%)",borderColor:"{orange.700}",color:"{orange.400}"},help:{hoverBackground:"color-mix(in srgb, {purple.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {purple.400}, transparent 84%)",borderColor:"{purple.700}",color:"{purple.400}"},danger:{hoverBackground:"color-mix(in srgb, {red.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {red.400}, transparent 84%)",borderColor:"{red.700}",color:"{red.400}"},contrast:{hoverBackground:"{surface.800}",activeBackground:"{surface.700}",borderColor:"{surface.500}",color:"{surface.0}"},plain:{hoverBackground:"{surface.800}",activeBackground:"{surface.700}",borderColor:"{surface.600}",color:"{surface.0}"}},text:{primary:{hoverBackground:"color-mix(in srgb, {primary.color}, transparent 96%)",activeBackground:"color-mix(in srgb, {primary.color}, transparent 84%)",color:"{primary.color}"},secondary:{hoverBackground:"{surface.800}",activeBackground:"{surface.700}",color:"{surface.400}"},success:{hoverBackground:"color-mix(in srgb, {green.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {green.400}, transparent 84%)",color:"{green.400}"},info:{hoverBackground:"color-mix(in srgb, {sky.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {sky.400}, transparent 84%)",color:"{sky.400}"},warn:{hoverBackground:"color-mix(in srgb, {orange.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {orange.400}, transparent 84%)",color:"{orange.400}"},help:{hoverBackground:"color-mix(in srgb, {purple.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {purple.400}, transparent 84%)",color:"{purple.400}"},danger:{hoverBackground:"color-mix(in srgb, {red.400}, transparent 96%)",activeBackground:"color-mix(in srgb, {red.400}, transparent 84%)",color:"{red.400}"},contrast:{hoverBackground:"{surface.800}",activeBackground:"{surface.700}",color:"{surface.0}"},plain:{hoverBackground:"{surface.800}",activeBackground:"{surface.700}",color:"{surface.0}"}},link:{color:"{primary.color}",hoverColor:"{primary.color}",activeColor:"{primary.color}"}}},qg={root:Gg,colorScheme:Xg},Zg={background:"{content.background}",borderRadius:"{border.radius.xl}",color:"{content.color}",shadow:"0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1)"},Jg={padding:"1.25rem",gap:"0.5rem"},Qg={gap:"0.5rem"},e0={fontSize:"1.25rem",fontWeight:"500"},o0={color:"{text.muted.color}"},r0={root:Zg,body:Jg,caption:Qg,title:e0,subtitle:o0},t0={transitionDuration:"{transition.duration}"},n0={gap:"0.25rem"},i0={padding:"1rem",gap:"0.5rem"},s0={width:"2rem",height:"0.5rem",borderRadius:"{content.border.radius}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},l0={light:{indicator:{background:"{surface.200}",hoverBackground:"{surface.300}",activeBackground:"{primary.color}"}},dark:{indicator:{background:"{surface.700}",hoverBackground:"{surface.600}",activeBackground:"{primary.color}"}}},a0={root:t0,content:n0,indicatorList:i0,indicator:s0,colorScheme:l0},c0={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",filledHoverBackground:"{form.field.filled.hover.background}",filledFocusBackground:"{form.field.filled.focus.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.focus.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",placeholderColor:"{form.field.placeholder.color}",invalidPlaceholderColor:"{form.field.invalid.placeholder.color}",shadow:"{form.field.shadow}",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{form.field.focus.ring.width}",style:"{form.field.focus.ring.style}",color:"{form.field.focus.ring.color}",offset:"{form.field.focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{fontSize:"{form.field.sm.font.size}",paddingX:"{form.field.sm.padding.x}",paddingY:"{form.field.sm.padding.y}"},lg:{fontSize:"{form.field.lg.font.size}",paddingX:"{form.field.lg.padding.x}",paddingY:"{form.field.lg.padding.y}"}},d0={width:"2.5rem",color:"{form.field.icon.color}"},u0={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},f0={padding:"{list.padding}",gap:"{list.gap}",mobileIndent:"1rem"},g0={focusBackground:"{list.option.focus.background}",selectedBackground:"{list.option.selected.background}",selectedFocusBackground:"{list.option.selected.focus.background}",color:"{list.option.color}",focusColor:"{list.option.focus.color}",selectedColor:"{list.option.selected.color}",selectedFocusColor:"{list.option.selected.focus.color}",padding:"{list.option.padding}",borderRadius:"{list.option.border.radius}",icon:{color:"{list.option.icon.color}",focusColor:"{list.option.icon.focus.color}",size:"0.875rem"}},p0={color:"{form.field.icon.color}"},h0={root:c0,dropdown:d0,overlay:u0,list:f0,option:g0,clearIcon:p0},m0={borderRadius:"{border.radius.sm}",width:"1.25rem",height:"1.25rem",background:"{form.field.background}",checkedBackground:"{primary.color}",checkedHoverBackground:"{primary.hover.color}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.border.color}",checkedBorderColor:"{primary.color}",checkedHoverBorderColor:"{primary.hover.color}",checkedFocusBorderColor:"{primary.color}",checkedDisabledBorderColor:"{form.field.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",shadow:"{form.field.shadow}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{width:"1rem",height:"1rem"},lg:{width:"1.5rem",height:"1.5rem"}},b0={size:"0.875rem",color:"{form.field.color}",checkedColor:"{primary.contrast.color}",checkedHoverColor:"{primary.contrast.color}",disabledColor:"{form.field.disabled.color}",sm:{size:"0.75rem"},lg:{size:"1rem"}},v0={root:m0,icon:b0},y0={borderRadius:"16px",paddingX:"0.75rem",paddingY:"0.5rem",gap:"0.5rem",transitionDuration:"{transition.duration}"},k0={width:"2rem",height:"2rem"},w0={size:"1rem"},x0={size:"1rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"}},C0={light:{root:{background:"{surface.100}",color:"{surface.800}"},icon:{color:"{surface.800}"},removeIcon:{color:"{surface.800}"}},dark:{root:{background:"{surface.800}",color:"{surface.0}"},icon:{color:"{surface.0}"},removeIcon:{color:"{surface.0}"}}},$0={root:y0,image:k0,icon:w0,removeIcon:x0,colorScheme:C0},_0={transitionDuration:"{transition.duration}"},S0={width:"1.5rem",height:"1.5rem",borderRadius:"{form.field.border.radius}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},B0={shadow:"{overlay.popover.shadow}",borderRadius:"{overlay.popover.borderRadius}"},R0={light:{panel:{background:"{surface.800}",borderColor:"{surface.900}"},handle:{color:"{surface.0}"}},dark:{panel:{background:"{surface.900}",borderColor:"{surface.700}"},handle:{color:"{surface.0}"}}},O0={root:_0,preview:S0,panel:B0,colorScheme:R0},T0={size:"2rem",color:"{overlay.modal.color}"},P0={gap:"1rem"},D0={icon:T0,content:P0},M0={background:"{overlay.popover.background}",borderColor:"{overlay.popover.border.color}",color:"{overlay.popover.color}",borderRadius:"{overlay.popover.border.radius}",shadow:"{overlay.popover.shadow}",gutter:"10px",arrowOffset:"1.25rem"},E0={padding:"{overlay.popover.padding}",gap:"1rem"},A0={size:"1.5rem",color:"{overlay.popover.color}"},z0={gap:"0.5rem",padding:"0 {overlay.popover.padding} {overlay.popover.padding} {overlay.popover.padding}"},L0={root:M0,content:E0,icon:A0,footer:z0},I0={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}",shadow:"{overlay.navigation.shadow}",transitionDuration:"{transition.duration}"},j0={padding:"{navigation.list.padding}",gap:"{navigation.list.gap}"},W0={focusBackground:"{navigation.item.focus.background}",activeBackground:"{navigation.item.active.background}",color:"{navigation.item.color}",focusColor:"{navigation.item.focus.color}",activeColor:"{navigation.item.active.color}",padding:"{navigation.item.padding}",borderRadius:"{navigation.item.border.radius}",gap:"{navigation.item.gap}",icon:{color:"{navigation.item.icon.color}",focusColor:"{navigation.item.icon.focus.color}",activeColor:"{navigation.item.icon.active.color}"}},N0={mobileIndent:"1rem"},F0={size:"{navigation.submenu.icon.size}",color:"{navigation.submenu.icon.color}",focusColor:"{navigation.submenu.icon.focus.color}",activeColor:"{navigation.submenu.icon.active.color}"},H0={borderColor:"{content.border.color}"},V0={root:I0,list:j0,item:W0,submenu:N0,submenuIcon:F0,separator:H0},U0={transitionDuration:"{transition.duration}"},Y0={background:"{content.background}",borderColor:"{datatable.border.color}",color:"{content.color}",borderWidth:"0 0 1px 0",padding:"0.75rem 1rem",sm:{padding:"0.375rem 0.5rem"},lg:{padding:"1rem 1.25rem"}},K0={background:"{content.background}",hoverBackground:"{content.hover.background}",selectedBackground:"{highlight.background}",borderColor:"{datatable.border.color}",color:"{content.color}",hoverColor:"{content.hover.color}",selectedColor:"{highlight.color}",gap:"0.5rem",padding:"0.75rem 1rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"},sm:{padding:"0.375rem 0.5rem"},lg:{padding:"1rem 1.25rem"}},G0={fontWeight:"600"},X0={background:"{content.background}",hoverBackground:"{content.hover.background}",selectedBackground:"{highlight.background}",color:"{content.color}",hoverColor:"{content.hover.color}",selectedColor:"{highlight.color}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"}},q0={borderColor:"{datatable.border.color}",padding:"0.75rem 1rem",sm:{padding:"0.375rem 0.5rem"},lg:{padding:"1rem 1.25rem"}},Z0={background:"{content.background}",borderColor:"{datatable.border.color}",color:"{content.color}",padding:"0.75rem 1rem",sm:{padding:"0.375rem 0.5rem"},lg:{padding:"1rem 1.25rem"}},J0={fontWeight:"600"},Q0={background:"{content.background}",borderColor:"{datatable.border.color}",color:"{content.color}",borderWidth:"0 0 1px 0",padding:"0.75rem 1rem",sm:{padding:"0.375rem 0.5rem"},lg:{padding:"1rem 1.25rem"}},ep={color:"{primary.color}"},op={width:"0.5rem"},rp={width:"1px",color:"{primary.color}"},tp={color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",size:"0.875rem"},np={size:"2rem"},ip={hoverBackground:"{content.hover.background}",selectedHoverBackground:"{content.background}",color:"{text.muted.color}",hoverColor:"{text.color}",selectedHoverColor:"{primary.color}",size:"1.75rem",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},sp={inlineGap:"0.5rem",overlaySelect:{background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},overlayPopover:{background:"{overlay.popover.background}",borderColor:"{overlay.popover.border.color}",borderRadius:"{overlay.popover.border.radius}",color:"{overlay.popover.color}",shadow:"{overlay.popover.shadow}",padding:"{overlay.popover.padding}",gap:"0.5rem"},rule:{borderColor:"{content.border.color}"},constraintList:{padding:"{list.padding}",gap:"{list.gap}"},constraint:{focusBackground:"{list.option.focus.background}",selectedBackground:"{list.option.selected.background}",selectedFocusBackground:"{list.option.selected.focus.background}",color:"{list.option.color}",focusColor:"{list.option.focus.color}",selectedColor:"{list.option.selected.color}",selectedFocusColor:"{list.option.selected.focus.color}",separator:{borderColor:"{content.border.color}"},padding:"{list.option.padding}",borderRadius:"{list.option.border.radius}"}},lp={borderColor:"{datatable.border.color}",borderWidth:"0 0 1px 0"},ap={borderColor:"{datatable.border.color}",borderWidth:"0 0 1px 0"},cp={light:{root:{borderColor:"{content.border.color}"},row:{stripedBackground:"{surface.50}"},bodyCell:{selectedBorderColor:"{primary.100}"}},dark:{root:{borderColor:"{surface.800}"},row:{stripedBackground:"{surface.950}"},bodyCell:{selectedBorderColor:"{primary.900}"}}},dp={root:U0,header:Y0,headerCell:K0,columnTitle:G0,row:X0,bodyCell:q0,footerCell:Z0,columnFooter:J0,footer:Q0,dropPoint:ep,columnResizer:op,resizeIndicator:rp,sortIcon:tp,loadingIcon:np,rowToggleButton:ip,filter:sp,paginatorTop:lp,paginatorBottom:ap,colorScheme:cp},up={borderColor:"transparent",borderWidth:"0",borderRadius:"0",padding:"0"},fp={background:"{content.background}",color:"{content.color}",borderColor:"{content.border.color}",borderWidth:"0 0 1px 0",padding:"0.75rem 1rem",borderRadius:"0"},gp={background:"{content.background}",color:"{content.color}",borderColor:"transparent",borderWidth:"0",padding:"0",borderRadius:"0"},pp={background:"{content.background}",color:"{content.color}",borderColor:"{content.border.color}",borderWidth:"1px 0 0 0",padding:"0.75rem 1rem",borderRadius:"0"},hp={borderColor:"{content.border.color}",borderWidth:"0 0 1px 0"},mp={borderColor:"{content.border.color}",borderWidth:"1px 0 0 0"},bp={root:up,header:fp,content:gp,footer:pp,paginatorTop:hp,paginatorBottom:mp},vp={transitionDuration:"{transition.duration}"},yp={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}",shadow:"{overlay.popover.shadow}",padding:"{overlay.popover.padding}"},kp={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",padding:"0 0 0.5rem 0"},wp={gap:"0.5rem",fontWeight:"500"},xp={width:"2.5rem",sm:{width:"2rem"},lg:{width:"3rem"},borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.border.color}",activeBorderColor:"{form.field.border.color}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Cp={color:"{form.field.icon.color}"},$p={hoverBackground:"{content.hover.background}",color:"{content.color}",hoverColor:"{content.hover.color}",padding:"0.25rem 0.5rem",borderRadius:"{content.border.radius}"},_p={hoverBackground:"{content.hover.background}",color:"{content.color}",hoverColor:"{content.hover.color}",padding:"0.25rem 0.5rem",borderRadius:"{content.border.radius}"},Sp={borderColor:"{content.border.color}",gap:"{overlay.popover.padding}"},Bp={margin:"0.5rem 0 0 0"},Rp={padding:"0.25rem",fontWeight:"500",color:"{content.color}"},Op={hoverBackground:"{content.hover.background}",selectedBackground:"{primary.color}",rangeSelectedBackground:"{highlight.background}",color:"{content.color}",hoverColor:"{content.hover.color}",selectedColor:"{primary.contrast.color}",rangeSelectedColor:"{highlight.color}",width:"2rem",height:"2rem",borderRadius:"50%",padding:"0.25rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Tp={margin:"0.5rem 0 0 0"},Pp={padding:"0.375rem",borderRadius:"{content.border.radius}"},Dp={margin:"0.5rem 0 0 0"},Mp={padding:"0.375rem",borderRadius:"{content.border.radius}"},Ep={padding:"0.5rem 0 0 0",borderColor:"{content.border.color}"},Ap={padding:"0.5rem 0 0 0",borderColor:"{content.border.color}",gap:"0.5rem",buttonGap:"0.25rem"},zp={light:{dropdown:{background:"{surface.100}",hoverBackground:"{surface.200}",activeBackground:"{surface.300}",color:"{surface.600}",hoverColor:"{surface.700}",activeColor:"{surface.800}"},today:{background:"{surface.200}",color:"{surface.900}"}},dark:{dropdown:{background:"{surface.800}",hoverBackground:"{surface.700}",activeBackground:"{surface.600}",color:"{surface.300}",hoverColor:"{surface.200}",activeColor:"{surface.100}"},today:{background:"{surface.700}",color:"{surface.0}"}}},Lp={root:vp,panel:yp,header:kp,title:wp,dropdown:xp,inputIcon:Cp,selectMonth:$p,selectYear:_p,group:Sp,dayView:Bp,weekDay:Rp,date:Op,monthView:Tp,month:Pp,yearView:Dp,year:Mp,buttonbar:Ep,timePicker:Ap,colorScheme:zp},Ip={background:"{overlay.modal.background}",borderColor:"{overlay.modal.border.color}",color:"{overlay.modal.color}",borderRadius:"{overlay.modal.border.radius}",shadow:"{overlay.modal.shadow}"},jp={padding:"{overlay.modal.padding}",gap:"0.5rem"},Wp={fontSize:"1.25rem",fontWeight:"600"},Np={padding:"0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}"},Fp={padding:"0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}",gap:"0.5rem"},Hp={root:Ip,header:jp,title:Wp,content:Np,footer:Fp},Vp={borderColor:"{content.border.color}"},Up={background:"{content.background}",color:"{text.color}"},Yp={margin:"1rem 0",padding:"0 1rem",content:{padding:"0 0.5rem"}},Kp={margin:"0 1rem",padding:"0.5rem 0",content:{padding:"0.5rem 0"}},Gp={root:Vp,content:Up,horizontal:Yp,vertical:Kp},Xp={background:"rgba(255, 255, 255, 0.1)",borderColor:"rgba(255, 255, 255, 0.2)",padding:"0.5rem",borderRadius:"{border.radius.xl}"},qp={borderRadius:"{content.border.radius}",padding:"0.5rem",size:"3rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Zp={root:Xp,item:qp},Jp={background:"{overlay.modal.background}",borderColor:"{overlay.modal.border.color}",color:"{overlay.modal.color}",shadow:"{overlay.modal.shadow}"},Qp={padding:"{overlay.modal.padding}"},eh={fontSize:"1.5rem",fontWeight:"600"},oh={padding:"0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}"},rh={padding:"{overlay.modal.padding}"},th={root:Jp,header:Qp,title:eh,content:oh,footer:rh},nh={background:"{content.background}",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}"},ih={color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{primary.color}"},sh={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}",padding:"{list.padding}"},lh={focusBackground:"{list.option.focus.background}",color:"{list.option.color}",focusColor:"{list.option.focus.color}",padding:"{list.option.padding}",borderRadius:"{list.option.border.radius}"},ah={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}"},ch={toolbar:nh,toolbarItem:ih,overlay:sh,overlayOption:lh,content:ah},dh={background:"{content.background}",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}",color:"{content.color}",padding:"0 1.125rem 1.125rem 1.125rem",transitionDuration:"{transition.duration}"},uh={background:"{content.background}",hoverBackground:"{content.hover.background}",color:"{content.color}",hoverColor:"{content.hover.color}",borderRadius:"{content.border.radius}",borderWidth:"1px",borderColor:"transparent",padding:"0.5rem 0.75rem",gap:"0.5rem",fontWeight:"600",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},fh={color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}"},gh={padding:"0"},ph={root:dh,legend:uh,toggleIcon:fh,content:gh},hh={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}",transitionDuration:"{transition.duration}"},mh={background:"transparent",color:"{text.color}",padding:"1.125rem",borderColor:"unset",borderWidth:"0",borderRadius:"0",gap:"0.5rem"},bh={highlightBorderColor:"{primary.color}",padding:"0 1.125rem 1.125rem 1.125rem",gap:"1rem"},vh={padding:"1rem",gap:"1rem",borderColor:"{content.border.color}",info:{gap:"0.5rem"}},yh={gap:"0.5rem"},kh={height:"0.25rem"},wh={gap:"0.5rem"},xh={root:hh,header:mh,content:bh,file:vh,fileList:yh,progressbar:kh,basic:wh},Ch={color:"{form.field.float.label.color}",focusColor:"{form.field.float.label.focus.color}",activeColor:"{form.field.float.label.active.color}",invalidColor:"{form.field.float.label.invalid.color}",transitionDuration:"0.2s",positionX:"{form.field.padding.x}",positionY:"{form.field.padding.y}",fontWeight:"500",active:{fontSize:"0.75rem",fontWeight:"400"}},$h={active:{top:"-1.25rem"}},_h={input:{paddingTop:"1.5rem",paddingBottom:"{form.field.padding.y}"},active:{top:"{form.field.padding.y}"}},Sh={borderRadius:"{border.radius.xs}",active:{background:"{form.field.background}",padding:"0 0.125rem"}},Bh={root:Ch,over:$h,in:_h,on:Sh},Rh={borderWidth:"1px",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}",transitionDuration:"{transition.duration}"},Oh={background:"rgba(255, 255, 255, 0.1)",hoverBackground:"rgba(255, 255, 255, 0.2)",color:"{surface.100}",hoverColor:"{surface.0}",size:"3rem",gutter:"0.5rem",prev:{borderRadius:"50%"},next:{borderRadius:"50%"},focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Th={size:"1.5rem"},Ph={background:"{content.background}",padding:"1rem 0.25rem"},Dh={size:"2rem",borderRadius:"{content.border.radius}",gutter:"0.5rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Mh={size:"1rem"},Eh={background:"rgba(0, 0, 0, 0.5)",color:"{surface.100}",padding:"1rem"},Ah={gap:"0.5rem",padding:"1rem"},zh={width:"1rem",height:"1rem",activeBackground:"{primary.color}",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Lh={background:"rgba(0, 0, 0, 0.5)"},Ih={background:"rgba(255, 255, 255, 0.4)",hoverBackground:"rgba(255, 255, 255, 0.6)",activeBackground:"rgba(255, 255, 255, 0.9)"},jh={size:"3rem",gutter:"0.5rem",background:"rgba(255, 255, 255, 0.1)",hoverBackground:"rgba(255, 255, 255, 0.2)",color:"{surface.50}",hoverColor:"{surface.0}",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Wh={size:"1.5rem"},Nh={light:{thumbnailNavButton:{hoverBackground:"{surface.100}",color:"{surface.600}",hoverColor:"{surface.700}"},indicatorButton:{background:"{surface.200}",hoverBackground:"{surface.300}"}},dark:{thumbnailNavButton:{hoverBackground:"{surface.700}",color:"{surface.400}",hoverColor:"{surface.0}"},indicatorButton:{background:"{surface.700}",hoverBackground:"{surface.600}"}}},Fh={root:Rh,navButton:Oh,navIcon:Th,thumbnailsContent:Ph,thumbnailNavButton:Dh,thumbnailNavButtonIcon:Mh,caption:Eh,indicatorList:Ah,indicatorButton:zh,insetIndicatorList:Lh,insetIndicatorButton:Ih,closeButton:jh,closeButtonIcon:Wh,colorScheme:Nh},Hh={color:"{form.field.icon.color}"},Vh={icon:Hh},Uh={color:"{form.field.float.label.color}",focusColor:"{form.field.float.label.focus.color}",invalidColor:"{form.field.float.label.invalid.color}",transitionDuration:"0.2s",positionX:"{form.field.padding.x}",top:"{form.field.padding.y}",fontSize:"0.75rem",fontWeight:"400"},Yh={paddingTop:"1.5rem",paddingBottom:"{form.field.padding.y}"},Kh={root:Uh,input:Yh},Gh={transitionDuration:"{transition.duration}"},Xh={icon:{size:"1.5rem"},mask:{background:"{mask.background}",color:"{mask.color}"}},qh={position:{left:"auto",right:"1rem",top:"1rem",bottom:"auto"},blur:"8px",background:"rgba(255,255,255,0.1)",borderColor:"rgba(255,255,255,0.2)",borderWidth:"1px",borderRadius:"30px",padding:".5rem",gap:"0.5rem"},Zh={hoverBackground:"rgba(255,255,255,0.1)",color:"{surface.50}",hoverColor:"{surface.0}",size:"3rem",iconSize:"1.5rem",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Jh={root:Gh,preview:Xh,toolbar:qh,action:Zh},Qh={size:"15px",hoverSize:"30px",background:"rgba(255,255,255,0.3)",hoverBackground:"rgba(255,255,255,0.3)",borderColor:"unset",hoverBorderColor:"unset",borderWidth:"0",borderRadius:"50%",transitionDuration:"{transition.duration}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"rgba(255,255,255,0.3)",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},em={handle:Qh},om={padding:"{form.field.padding.y} {form.field.padding.x}",borderRadius:"{content.border.radius}",gap:"0.5rem"},rm={fontWeight:"500"},tm={size:"1rem"},nm={light:{info:{background:"color-mix(in srgb, {blue.50}, transparent 5%)",borderColor:"{blue.200}",color:"{blue.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)"},success:{background:"color-mix(in srgb, {green.50}, transparent 5%)",borderColor:"{green.200}",color:"{green.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)"},warn:{background:"color-mix(in srgb,{yellow.50}, transparent 5%)",borderColor:"{yellow.200}",color:"{yellow.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)"},error:{background:"color-mix(in srgb, {red.50}, transparent 5%)",borderColor:"{red.200}",color:"{red.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)"},secondary:{background:"{surface.100}",borderColor:"{surface.200}",color:"{surface.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)"},contrast:{background:"{surface.900}",borderColor:"{surface.950}",color:"{surface.50}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)"}},dark:{info:{background:"color-mix(in srgb, {blue.500}, transparent 84%)",borderColor:"color-mix(in srgb, {blue.700}, transparent 64%)",color:"{blue.500}",shadow:"0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)"},success:{background:"color-mix(in srgb, {green.500}, transparent 84%)",borderColor:"color-mix(in srgb, {green.700}, transparent 64%)",color:"{green.500}",shadow:"0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)"},warn:{background:"color-mix(in srgb, {yellow.500}, transparent 84%)",borderColor:"color-mix(in srgb, {yellow.700}, transparent 64%)",color:"{yellow.500}",shadow:"0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)"},error:{background:"color-mix(in srgb, {red.500}, transparent 84%)",borderColor:"color-mix(in srgb, {red.700}, transparent 64%)",color:"{red.500}",shadow:"0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)"},secondary:{background:"{surface.800}",borderColor:"{surface.700}",color:"{surface.300}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)"},contrast:{background:"{surface.0}",borderColor:"{surface.100}",color:"{surface.950}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)"}}},im={root:om,text:rm,icon:tm,colorScheme:nm},sm={padding:"{form.field.padding.y} {form.field.padding.x}",borderRadius:"{content.border.radius}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"},transitionDuration:"{transition.duration}"},lm={hoverBackground:"{content.hover.background}",hoverColor:"{content.hover.color}"},am={root:sm,display:lm},cm={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",filledFocusBackground:"{form.field.filled.focus.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.focus.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",placeholderColor:"{form.field.placeholder.color}",shadow:"{form.field.shadow}",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{form.field.focus.ring.width}",style:"{form.field.focus.ring.style}",color:"{form.field.focus.ring.color}",offset:"{form.field.focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}"},dm={borderRadius:"{border.radius.sm}"},um={light:{chip:{focusBackground:"{surface.200}",color:"{surface.800}"}},dark:{chip:{focusBackground:"{surface.700}",color:"{surface.0}"}}},fm={root:cm,chip:dm,colorScheme:um},gm={background:"{form.field.background}",borderColor:"{form.field.border.color}",color:"{form.field.icon.color}",borderRadius:"{form.field.border.radius}",padding:"0.5rem",minWidth:"2.5rem"},pm={addon:gm},hm={transitionDuration:"{transition.duration}"},mm={width:"2.5rem",borderRadius:"{form.field.border.radius}",verticalPadding:"{form.field.padding.y}"},bm={light:{button:{background:"transparent",hoverBackground:"{surface.100}",activeBackground:"{surface.200}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.border.color}",activeBorderColor:"{form.field.border.color}",color:"{surface.400}",hoverColor:"{surface.500}",activeColor:"{surface.600}"}},dark:{button:{background:"transparent",hoverBackground:"{surface.800}",activeBackground:"{surface.700}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.border.color}",activeBorderColor:"{form.field.border.color}",color:"{surface.400}",hoverColor:"{surface.300}",activeColor:"{surface.200}"}}},vm={root:hm,button:mm,colorScheme:bm},ym={gap:"0.5rem"},km={width:"2.5rem",sm:{width:"2rem"},lg:{width:"3rem"}},wm={root:ym,input:km},xm={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",filledHoverBackground:"{form.field.filled.hover.background}",filledFocusBackground:"{form.field.filled.focus.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.focus.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",placeholderColor:"{form.field.placeholder.color}",invalidPlaceholderColor:"{form.field.invalid.placeholder.color}",shadow:"{form.field.shadow}",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{form.field.focus.ring.width}",style:"{form.field.focus.ring.style}",color:"{form.field.focus.ring.color}",offset:"{form.field.focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{fontSize:"{form.field.sm.font.size}",paddingX:"{form.field.sm.padding.x}",paddingY:"{form.field.sm.padding.y}"},lg:{fontSize:"{form.field.lg.font.size}",paddingX:"{form.field.lg.padding.x}",paddingY:"{form.field.lg.padding.y}"}},Cm={root:xm},$m={transitionDuration:"{transition.duration}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},_m={background:"{primary.color}"},Sm={background:"{content.border.color}"},Bm={color:"{text.muted.color}"},Rm={root:$m,value:_m,range:Sm,text:Bm},Om={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",borderColor:"{form.field.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",shadow:"{form.field.shadow}",borderRadius:"{form.field.border.radius}",transitionDuration:"{form.field.transition.duration}"},Tm={padding:"{list.padding}",gap:"{list.gap}",header:{padding:"{list.header.padding}"}},Pm={focusBackground:"{list.option.focus.background}",selectedBackground:"{list.option.selected.background}",selectedFocusBackground:"{list.option.selected.focus.background}",color:"{list.option.color}",focusColor:"{list.option.focus.color}",selectedColor:"{list.option.selected.color}",selectedFocusColor:"{list.option.selected.focus.color}",padding:"{list.option.padding}",borderRadius:"{list.option.border.radius}"},Dm={background:"{list.option.group.background}",color:"{list.option.group.color}",fontWeight:"{list.option.group.font.weight}",padding:"{list.option.group.padding}"},Mm={color:"{list.option.color}",gutterStart:"-0.375rem",gutterEnd:"0.375rem"},Em={padding:"{list.option.padding}"},Am={light:{option:{stripedBackground:"{surface.50}"}},dark:{option:{stripedBackground:"{surface.900}"}}},zm={root:Om,list:Tm,option:Pm,optionGroup:Dm,checkmark:Mm,emptyMessage:Em,colorScheme:Am},Lm={background:"{content.background}",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}",color:"{content.color}",gap:"0.5rem",verticalOrientation:{padding:"{navigation.list.padding}",gap:"{navigation.list.gap}"},horizontalOrientation:{padding:"0.5rem 0.75rem",gap:"0.5rem"},transitionDuration:"{transition.duration}"},Im={borderRadius:"{content.border.radius}",padding:"{navigation.item.padding}"},jm={focusBackground:"{navigation.item.focus.background}",activeBackground:"{navigation.item.active.background}",color:"{navigation.item.color}",focusColor:"{navigation.item.focus.color}",activeColor:"{navigation.item.active.color}",padding:"{navigation.item.padding}",borderRadius:"{navigation.item.border.radius}",gap:"{navigation.item.gap}",icon:{color:"{navigation.item.icon.color}",focusColor:"{navigation.item.icon.focus.color}",activeColor:"{navigation.item.icon.active.color}"}},Wm={padding:"0",background:"{content.background}",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}",color:"{content.color}",shadow:"{overlay.navigation.shadow}",gap:"0.5rem"},Nm={padding:"{navigation.list.padding}",gap:"{navigation.list.gap}"},Fm={padding:"{navigation.submenu.label.padding}",fontWeight:"{navigation.submenu.label.font.weight}",background:"{navigation.submenu.label.background}",color:"{navigation.submenu.label.color}"},Hm={size:"{navigation.submenu.icon.size}",color:"{navigation.submenu.icon.color}",focusColor:"{navigation.submenu.icon.focus.color}",activeColor:"{navigation.submenu.icon.active.color}"},Vm={borderColor:"{content.border.color}"},Um={borderRadius:"50%",size:"1.75rem",color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",hoverBackground:"{content.hover.background}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Ym={root:Lm,baseItem:Im,item:jm,overlay:Wm,submenu:Nm,submenuLabel:Fm,submenuIcon:Hm,separator:Vm,mobileButton:Um},Km={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}",shadow:"{overlay.navigation.shadow}",transitionDuration:"{transition.duration}"},Gm={padding:"{navigation.list.padding}",gap:"{navigation.list.gap}"},Xm={focusBackground:"{navigation.item.focus.background}",color:"{navigation.item.color}",focusColor:"{navigation.item.focus.color}",padding:"{navigation.item.padding}",borderRadius:"{navigation.item.border.radius}",gap:"{navigation.item.gap}",icon:{color:"{navigation.item.icon.color}",focusColor:"{navigation.item.icon.focus.color}"}},qm={padding:"{navigation.submenu.label.padding}",fontWeight:"{navigation.submenu.label.font.weight}",background:"{navigation.submenu.label.background}",color:"{navigation.submenu.label.color}"},Zm={borderColor:"{content.border.color}"},Jm={root:Km,list:Gm,item:Xm,submenuLabel:qm,separator:Zm},Qm={background:"{content.background}",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}",color:"{content.color}",gap:"0.5rem",padding:"0.5rem 0.75rem",transitionDuration:"{transition.duration}"},eb={borderRadius:"{content.border.radius}",padding:"{navigation.item.padding}"},ob={focusBackground:"{navigation.item.focus.background}",activeBackground:"{navigation.item.active.background}",color:"{navigation.item.color}",focusColor:"{navigation.item.focus.color}",activeColor:"{navigation.item.active.color}",padding:"{navigation.item.padding}",borderRadius:"{navigation.item.border.radius}",gap:"{navigation.item.gap}",icon:{color:"{navigation.item.icon.color}",focusColor:"{navigation.item.icon.focus.color}",activeColor:"{navigation.item.icon.active.color}"}},rb={padding:"{navigation.list.padding}",gap:"{navigation.list.gap}",background:"{content.background}",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}",shadow:"{overlay.navigation.shadow}",mobileIndent:"1rem",icon:{size:"{navigation.submenu.icon.size}",color:"{navigation.submenu.icon.color}",focusColor:"{navigation.submenu.icon.focus.color}",activeColor:"{navigation.submenu.icon.active.color}"}},tb={borderColor:"{content.border.color}"},nb={borderRadius:"50%",size:"1.75rem",color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",hoverBackground:"{content.hover.background}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},ib={root:Qm,baseItem:eb,item:ob,submenu:rb,separator:tb,mobileButton:nb},sb={borderRadius:"{content.border.radius}",borderWidth:"1px",transitionDuration:"{transition.duration}"},lb={padding:"0.5rem 0.75rem",gap:"0.5rem",sm:{padding:"0.375rem 0.625rem"},lg:{padding:"0.625rem 0.875rem"}},ab={fontSize:"1rem",fontWeight:"500",sm:{fontSize:"0.875rem"},lg:{fontSize:"1.125rem"}},cb={size:"1.125rem",sm:{size:"1rem"},lg:{size:"1.25rem"}},db={width:"1.75rem",height:"1.75rem",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",offset:"{focus.ring.offset}"}},ub={size:"1rem",sm:{size:"0.875rem"},lg:{size:"1.125rem"}},fb={root:{borderWidth:"1px"}},gb={content:{padding:"0"}},pb={light:{info:{background:"color-mix(in srgb, {blue.50}, transparent 5%)",borderColor:"{blue.200}",color:"{blue.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)",closeButton:{hoverBackground:"{blue.100}",focusRing:{color:"{blue.600}",shadow:"none"}},outlined:{color:"{blue.600}",borderColor:"{blue.600}"},simple:{color:"{blue.600}"}},success:{background:"color-mix(in srgb, {green.50}, transparent 5%)",borderColor:"{green.200}",color:"{green.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)",closeButton:{hoverBackground:"{green.100}",focusRing:{color:"{green.600}",shadow:"none"}},outlined:{color:"{green.600}",borderColor:"{green.600}"},simple:{color:"{green.600}"}},warn:{background:"color-mix(in srgb,{yellow.50}, transparent 5%)",borderColor:"{yellow.200}",color:"{yellow.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)",closeButton:{hoverBackground:"{yellow.100}",focusRing:{color:"{yellow.600}",shadow:"none"}},outlined:{color:"{yellow.600}",borderColor:"{yellow.600}"},simple:{color:"{yellow.600}"}},error:{background:"color-mix(in srgb, {red.50}, transparent 5%)",borderColor:"{red.200}",color:"{red.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)",closeButton:{hoverBackground:"{red.100}",focusRing:{color:"{red.600}",shadow:"none"}},outlined:{color:"{red.600}",borderColor:"{red.600}"},simple:{color:"{red.600}"}},secondary:{background:"{surface.100}",borderColor:"{surface.200}",color:"{surface.600}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)",closeButton:{hoverBackground:"{surface.200}",focusRing:{color:"{surface.600}",shadow:"none"}},outlined:{color:"{surface.500}",borderColor:"{surface.500}"},simple:{color:"{surface.500}"}},contrast:{background:"{surface.900}",borderColor:"{surface.950}",color:"{surface.50}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)",closeButton:{hoverBackground:"{surface.800}",focusRing:{color:"{surface.50}",shadow:"none"}},outlined:{color:"{surface.950}",borderColor:"{surface.950}"},simple:{color:"{surface.950}"}}},dark:{info:{background:"color-mix(in srgb, {blue.500}, transparent 84%)",borderColor:"color-mix(in srgb, {blue.700}, transparent 64%)",color:"{blue.500}",shadow:"0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)",closeButton:{hoverBackground:"rgba(255, 255, 255, 0.05)",focusRing:{color:"{blue.500}",shadow:"none"}},outlined:{color:"{blue.500}",borderColor:"{blue.500}"},simple:{color:"{blue.500}"}},success:{background:"color-mix(in srgb, {green.500}, transparent 84%)",borderColor:"color-mix(in srgb, {green.700}, transparent 64%)",color:"{green.500}",shadow:"0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)",closeButton:{hoverBackground:"rgba(255, 255, 255, 0.05)",focusRing:{color:"{green.500}",shadow:"none"}},outlined:{color:"{green.500}",borderColor:"{green.500}"},simple:{color:"{green.500}"}},warn:{background:"color-mix(in srgb, {yellow.500}, transparent 84%)",borderColor:"color-mix(in srgb, {yellow.700}, transparent 64%)",color:"{yellow.500}",shadow:"0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)",closeButton:{hoverBackground:"rgba(255, 255, 255, 0.05)",focusRing:{color:"{yellow.500}",shadow:"none"}},outlined:{color:"{yellow.500}",borderColor:"{yellow.500}"},simple:{color:"{yellow.500}"}},error:{background:"color-mix(in srgb, {red.500}, transparent 84%)",borderColor:"color-mix(in srgb, {red.700}, transparent 64%)",color:"{red.500}",shadow:"0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)",closeButton:{hoverBackground:"rgba(255, 255, 255, 0.05)",focusRing:{color:"{red.500}",shadow:"none"}},outlined:{color:"{red.500}",borderColor:"{red.500}"},simple:{color:"{red.500}"}},secondary:{background:"{surface.800}",borderColor:"{surface.700}",color:"{surface.300}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)",closeButton:{hoverBackground:"{surface.700}",focusRing:{color:"{surface.300}",shadow:"none"}},outlined:{color:"{surface.400}",borderColor:"{surface.400}"},simple:{color:"{surface.400}"}},contrast:{background:"{surface.0}",borderColor:"{surface.100}",color:"{surface.950}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)",closeButton:{hoverBackground:"{surface.100}",focusRing:{color:"{surface.950}",shadow:"none"}},outlined:{color:"{surface.0}",borderColor:"{surface.0}"},simple:{color:"{surface.0}"}}}},hb={root:sb,content:lb,text:ab,icon:cb,closeButton:db,closeIcon:ub,outlined:fb,simple:gb,colorScheme:pb},mb={borderRadius:"{content.border.radius}",gap:"1rem"},bb={background:"{content.border.color}",size:"0.5rem"},vb={gap:"0.5rem"},yb={size:"0.5rem"},kb={size:"1rem"},wb={verticalGap:"0.5rem",horizontalGap:"1rem"},xb={root:mb,meters:bb,label:vb,labelMarker:yb,labelIcon:kb,labelList:wb},Cb={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",filledHoverBackground:"{form.field.filled.hover.background}",filledFocusBackground:"{form.field.filled.focus.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.focus.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",placeholderColor:"{form.field.placeholder.color}",invalidPlaceholderColor:"{form.field.invalid.placeholder.color}",shadow:"{form.field.shadow}",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{form.field.focus.ring.width}",style:"{form.field.focus.ring.style}",color:"{form.field.focus.ring.color}",offset:"{form.field.focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{fontSize:"{form.field.sm.font.size}",paddingX:"{form.field.sm.padding.x}",paddingY:"{form.field.sm.padding.y}"},lg:{fontSize:"{form.field.lg.font.size}",paddingX:"{form.field.lg.padding.x}",paddingY:"{form.field.lg.padding.y}"}},$b={width:"2.5rem",color:"{form.field.icon.color}"},_b={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},Sb={padding:"{list.padding}",gap:"{list.gap}",header:{padding:"{list.header.padding}"}},Bb={focusBackground:"{list.option.focus.background}",selectedBackground:"{list.option.selected.background}",selectedFocusBackground:"{list.option.selected.focus.background}",color:"{list.option.color}",focusColor:"{list.option.focus.color}",selectedColor:"{list.option.selected.color}",selectedFocusColor:"{list.option.selected.focus.color}",padding:"{list.option.padding}",borderRadius:"{list.option.border.radius}",gap:"0.5rem"},Rb={background:"{list.option.group.background}",color:"{list.option.group.color}",fontWeight:"{list.option.group.font.weight}",padding:"{list.option.group.padding}"},Ob={color:"{form.field.icon.color}"},Tb={borderRadius:"{border.radius.sm}"},Pb={padding:"{list.option.padding}"},Db={root:Cb,dropdown:$b,overlay:_b,list:Sb,option:Bb,optionGroup:Rb,chip:Tb,clearIcon:Ob,emptyMessage:Pb},Mb={gap:"1.125rem"},Eb={gap:"0.5rem"},Ab={root:Mb,controls:Eb},zb={gutter:"0.75rem",transitionDuration:"{transition.duration}"},Lb={background:"{content.background}",hoverBackground:"{content.hover.background}",selectedBackground:"{highlight.background}",borderColor:"{content.border.color}",color:"{content.color}",selectedColor:"{highlight.color}",hoverColor:"{content.hover.color}",padding:"0.75rem 1rem",toggleablePadding:"0.75rem 1rem 1.25rem 1rem",borderRadius:"{content.border.radius}"},Ib={background:"{content.background}",hoverBackground:"{content.hover.background}",borderColor:"{content.border.color}",color:"{text.muted.color}",hoverColor:"{text.color}",size:"1.5rem",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},jb={color:"{content.border.color}",borderRadius:"{content.border.radius}",height:"24px"},Wb={root:zb,node:Lb,nodeToggleButton:Ib,connector:jb},Nb={outline:{width:"2px",color:"{content.background}"}},Fb={root:Nb},Hb={padding:"0.5rem 1rem",gap:"0.25rem",borderRadius:"{content.border.radius}",background:"{content.background}",color:"{content.color}",transitionDuration:"{transition.duration}"},Vb={background:"transparent",hoverBackground:"{content.hover.background}",selectedBackground:"{highlight.background}",color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",selectedColor:"{highlight.color}",width:"2.5rem",height:"2.5rem",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Ub={color:"{text.muted.color}"},Yb={maxWidth:"2.5rem"},Kb={root:Hb,navButton:Vb,currentPageReport:Ub,jumpToPageInput:Yb},Gb={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}"},Xb={background:"transparent",color:"{text.color}",padding:"1.125rem",borderColor:"{content.border.color}",borderWidth:"0",borderRadius:"0"},qb={padding:"0.375rem 1.125rem"},Zb={fontWeight:"600"},Jb={padding:"0 1.125rem 1.125rem 1.125rem"},Qb={padding:"0 1.125rem 1.125rem 1.125rem"},ev={root:Gb,header:Xb,toggleableHeader:qb,title:Zb,content:Jb,footer:Qb},ov={gap:"0.5rem",transitionDuration:"{transition.duration}"},rv={background:"{content.background}",borderColor:"{content.border.color}",borderWidth:"1px",color:"{content.color}",padding:"0.25rem 0.25rem",borderRadius:"{content.border.radius}",first:{borderWidth:"1px",topBorderRadius:"{content.border.radius}"},last:{borderWidth:"1px",bottomBorderRadius:"{content.border.radius}"}},tv={focusBackground:"{navigation.item.focus.background}",color:"{navigation.item.color}",focusColor:"{navigation.item.focus.color}",gap:"0.5rem",padding:"{navigation.item.padding}",borderRadius:"{content.border.radius}",icon:{color:"{navigation.item.icon.color}",focusColor:"{navigation.item.icon.focus.color}"}},nv={indent:"1rem"},iv={color:"{navigation.submenu.icon.color}",focusColor:"{navigation.submenu.icon.focus.color}"},sv={root:ov,panel:rv,item:tv,submenu:nv,submenuIcon:iv},lv={background:"{content.border.color}",borderRadius:"{content.border.radius}",height:".75rem"},av={color:"{form.field.icon.color}"},cv={background:"{overlay.popover.background}",borderColor:"{overlay.popover.border.color}",borderRadius:"{overlay.popover.border.radius}",color:"{overlay.popover.color}",padding:"{overlay.popover.padding}",shadow:"{overlay.popover.shadow}"},dv={gap:"0.5rem"},uv={light:{strength:{weakBackground:"{red.500}",mediumBackground:"{amber.500}",strongBackground:"{green.500}"}},dark:{strength:{weakBackground:"{red.400}",mediumBackground:"{amber.400}",strongBackground:"{green.400}"}}},fv={meter:lv,icon:av,overlay:cv,content:dv,colorScheme:uv},gv={gap:"1.125rem"},pv={gap:"0.5rem"},hv={root:gv,controls:pv},mv={background:"{overlay.popover.background}",borderColor:"{overlay.popover.border.color}",color:"{overlay.popover.color}",borderRadius:"{overlay.popover.border.radius}",shadow:"{overlay.popover.shadow}",gutter:"10px",arrowOffset:"1.25rem"},bv={padding:"{overlay.popover.padding}"},vv={root:mv,content:bv},yv={background:"{content.border.color}",borderRadius:"{content.border.radius}",height:"1.25rem"},kv={background:"{primary.color}"},wv={color:"{primary.contrast.color}",fontSize:"0.75rem",fontWeight:"600"},xv={root:yv,value:kv,label:wv},Cv={light:{root:{colorOne:"{red.500}",colorTwo:"{blue.500}",colorThree:"{green.500}",colorFour:"{yellow.500}"}},dark:{root:{colorOne:"{red.400}",colorTwo:"{blue.400}",colorThree:"{green.400}",colorFour:"{yellow.400}"}}},$v={colorScheme:Cv},_v={width:"1.25rem",height:"1.25rem",background:"{form.field.background}",checkedBackground:"{primary.color}",checkedHoverBackground:"{primary.hover.color}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.border.color}",checkedBorderColor:"{primary.color}",checkedHoverBorderColor:"{primary.hover.color}",checkedFocusBorderColor:"{primary.color}",checkedDisabledBorderColor:"{form.field.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",shadow:"{form.field.shadow}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{width:"1rem",height:"1rem"},lg:{width:"1.5rem",height:"1.5rem"}},Sv={size:"0.75rem",checkedColor:"{primary.contrast.color}",checkedHoverColor:"{primary.contrast.color}",disabledColor:"{form.field.disabled.color}",sm:{size:"0.5rem"},lg:{size:"1rem"}},Bv={root:_v,icon:Sv},Rv={gap:"0.25rem",transitionDuration:"{transition.duration}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Ov={size:"1rem",color:"{text.muted.color}",hoverColor:"{primary.color}",activeColor:"{primary.color}"},Tv={root:Rv,icon:Ov},Pv={light:{root:{background:"rgba(0,0,0,0.1)"}},dark:{root:{background:"rgba(255,255,255,0.3)"}}},Dv={colorScheme:Pv},Mv={transitionDuration:"{transition.duration}"},Ev={size:"9px",borderRadius:"{border.radius.sm}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Av={light:{bar:{background:"{surface.100}"}},dark:{bar:{background:"{surface.800}"}}},zv={root:Mv,bar:Ev,colorScheme:Av},Lv={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",filledHoverBackground:"{form.field.filled.hover.background}",filledFocusBackground:"{form.field.filled.focus.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.focus.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",placeholderColor:"{form.field.placeholder.color}",invalidPlaceholderColor:"{form.field.invalid.placeholder.color}",shadow:"{form.field.shadow}",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{form.field.focus.ring.width}",style:"{form.field.focus.ring.style}",color:"{form.field.focus.ring.color}",offset:"{form.field.focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{fontSize:"{form.field.sm.font.size}",paddingX:"{form.field.sm.padding.x}",paddingY:"{form.field.sm.padding.y}"},lg:{fontSize:"{form.field.lg.font.size}",paddingX:"{form.field.lg.padding.x}",paddingY:"{form.field.lg.padding.y}"}},Iv={width:"2.5rem",color:"{form.field.icon.color}"},jv={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},Wv={padding:"{list.padding}",gap:"{list.gap}",header:{padding:"{list.header.padding}"}},Nv={focusBackground:"{list.option.focus.background}",selectedBackground:"{list.option.selected.background}",selectedFocusBackground:"{list.option.selected.focus.background}",color:"{list.option.color}",focusColor:"{list.option.focus.color}",selectedColor:"{list.option.selected.color}",selectedFocusColor:"{list.option.selected.focus.color}",padding:"{list.option.padding}",borderRadius:"{list.option.border.radius}"},Fv={background:"{list.option.group.background}",color:"{list.option.group.color}",fontWeight:"{list.option.group.font.weight}",padding:"{list.option.group.padding}"},Hv={color:"{form.field.icon.color}"},Vv={color:"{list.option.color}",gutterStart:"-0.375rem",gutterEnd:"0.375rem"},Uv={padding:"{list.option.padding}"},Yv={root:Lv,dropdown:Iv,overlay:jv,list:Wv,option:Nv,optionGroup:Fv,clearIcon:Hv,checkmark:Vv,emptyMessage:Uv},Kv={borderRadius:"{form.field.border.radius}"},Gv={light:{root:{invalidBorderColor:"{form.field.invalid.border.color}"}},dark:{root:{invalidBorderColor:"{form.field.invalid.border.color}"}}},Xv={root:Kv,colorScheme:Gv},qv={borderRadius:"{content.border.radius}"},Zv={light:{root:{background:"{surface.200}",animationBackground:"rgba(255,255,255,0.4)"}},dark:{root:{background:"rgba(255, 255, 255, 0.06)",animationBackground:"rgba(255, 255, 255, 0.04)"}}},Jv={root:qv,colorScheme:Zv},Qv={transitionDuration:"{transition.duration}"},ey={background:"{content.border.color}",borderRadius:"{content.border.radius}",size:"3px"},oy={background:"{primary.color}"},ry={width:"20px",height:"20px",borderRadius:"50%",background:"{content.border.color}",hoverBackground:"{content.border.color}",content:{borderRadius:"50%",hoverBackground:"{content.background}",width:"16px",height:"16px",shadow:"0px 0.5px 0px 0px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.14)"},focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},ty={light:{handle:{content:{background:"{surface.0}"}}},dark:{handle:{content:{background:"{surface.950}"}}}},ny={root:Qv,track:ey,range:oy,handle:ry,colorScheme:ty},iy={gap:"0.5rem",transitionDuration:"{transition.duration}"},sy={root:iy},ly={borderRadius:"{form.field.border.radius}",roundedBorderRadius:"2rem",raisedShadow:"0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)"},ay={root:ly},cy={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",transitionDuration:"{transition.duration}"},dy={background:"{content.border.color}"},uy={size:"24px",background:"transparent",borderRadius:"{content.border.radius}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},fy={root:cy,gutter:dy,handle:uy},gy={transitionDuration:"{transition.duration}"},py={background:"{content.border.color}",activeBackground:"{primary.color}",margin:"0 0 0 1.625rem",size:"2px"},hy={padding:"0.5rem",gap:"1rem"},my={padding:"0",borderRadius:"{content.border.radius}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"},gap:"0.5rem"},by={color:"{text.muted.color}",activeColor:"{primary.color}",fontWeight:"500"},vy={background:"{content.background}",activeBackground:"{content.background}",borderColor:"{content.border.color}",activeBorderColor:"{content.border.color}",color:"{text.muted.color}",activeColor:"{primary.color}",size:"2rem",fontSize:"1.143rem",fontWeight:"500",borderRadius:"50%",shadow:"0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12)"},yy={padding:"0.875rem 0.5rem 1.125rem 0.5rem"},ky={background:"{content.background}",color:"{content.color}",padding:"0",indent:"1rem"},wy={root:gy,separator:py,step:hy,stepHeader:my,stepTitle:by,stepNumber:vy,steppanels:yy,steppanel:ky},xy={transitionDuration:"{transition.duration}"},Cy={background:"{content.border.color}"},$y={borderRadius:"{content.border.radius}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"},gap:"0.5rem"},_y={color:"{text.muted.color}",activeColor:"{primary.color}",fontWeight:"500"},Sy={background:"{content.background}",activeBackground:"{content.background}",borderColor:"{content.border.color}",activeBorderColor:"{content.border.color}",color:"{text.muted.color}",activeColor:"{primary.color}",size:"2rem",fontSize:"1.143rem",fontWeight:"500",borderRadius:"50%",shadow:"0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12)"},By={root:xy,separator:Cy,itemLink:$y,itemLabel:_y,itemNumber:Sy},Ry={transitionDuration:"{transition.duration}"},Oy={borderWidth:"0 0 1px 0",background:"{content.background}",borderColor:"{content.border.color}"},Ty={background:"transparent",hoverBackground:"transparent",activeBackground:"transparent",borderWidth:"0 0 1px 0",borderColor:"{content.border.color}",hoverBorderColor:"{content.border.color}",activeBorderColor:"{primary.color}",color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{primary.color}",padding:"1rem 1.125rem",fontWeight:"600",margin:"0 0 -1px 0",gap:"0.5rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Py={color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{primary.color}"},Dy={height:"1px",bottom:"-1px",background:"{primary.color}"},My={root:Ry,tablist:Oy,item:Ty,itemIcon:Py,activeBar:Dy},Ey={transitionDuration:"{transition.duration}"},Ay={borderWidth:"0 0 1px 0",background:"{content.background}",borderColor:"{content.border.color}"},zy={background:"transparent",hoverBackground:"transparent",activeBackground:"transparent",borderWidth:"0 0 1px 0",borderColor:"{content.border.color}",hoverBorderColor:"{content.border.color}",activeBorderColor:"{primary.color}",color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{primary.color}",padding:"1rem 1.125rem",fontWeight:"600",margin:"0 0 -1px 0",gap:"0.5rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"}},Ly={background:"{content.background}",color:"{content.color}",padding:"0.875rem 1.125rem 1.125rem 1.125rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"inset {focus.ring.shadow}"}},Iy={background:"{content.background}",color:"{text.muted.color}",hoverColor:"{text.color}",width:"2.5rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"}},jy={height:"1px",bottom:"-1px",background:"{primary.color}"},Wy={light:{navButton:{shadow:"0px 0px 10px 50px rgba(255, 255, 255, 0.6)"}},dark:{navButton:{shadow:"0px 0px 10px 50px color-mix(in srgb, {content.background}, transparent 50%)"}}},Ny={root:Ey,tablist:Ay,tab:zy,tabpanel:Ly,navButton:Iy,activeBar:jy,colorScheme:Wy},Fy={transitionDuration:"{transition.duration}"},Hy={background:"{content.background}",borderColor:"{content.border.color}"},Vy={borderColor:"{content.border.color}",activeBorderColor:"{primary.color}",color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{primary.color}"},Uy={background:"{content.background}",color:"{content.color}"},Yy={background:"{content.background}",color:"{text.muted.color}",hoverColor:"{text.color}"},Ky={light:{navButton:{shadow:"0px 0px 10px 50px rgba(255, 255, 255, 0.6)"}},dark:{navButton:{shadow:"0px 0px 10px 50px color-mix(in srgb, {content.background}, transparent 50%)"}}},Gy={root:Fy,tabList:Hy,tab:Vy,tabPanel:Uy,navButton:Yy,colorScheme:Ky},Xy={fontSize:"0.875rem",fontWeight:"700",padding:"0.25rem 0.5rem",gap:"0.25rem",borderRadius:"{content.border.radius}",roundedBorderRadius:"{border.radius.xl}"},qy={size:"0.75rem"},Zy={light:{primary:{background:"{primary.100}",color:"{primary.700}"},secondary:{background:"{surface.100}",color:"{surface.600}"},success:{background:"{green.100}",color:"{green.700}"},info:{background:"{sky.100}",color:"{sky.700}"},warn:{background:"{orange.100}",color:"{orange.700}"},danger:{background:"{red.100}",color:"{red.700}"},contrast:{background:"{surface.950}",color:"{surface.0}"}},dark:{primary:{background:"color-mix(in srgb, {primary.500}, transparent 84%)",color:"{primary.300}"},secondary:{background:"{surface.800}",color:"{surface.300}"},success:{background:"color-mix(in srgb, {green.500}, transparent 84%)",color:"{green.300}"},info:{background:"color-mix(in srgb, {sky.500}, transparent 84%)",color:"{sky.300}"},warn:{background:"color-mix(in srgb, {orange.500}, transparent 84%)",color:"{orange.300}"},danger:{background:"color-mix(in srgb, {red.500}, transparent 84%)",color:"{red.300}"},contrast:{background:"{surface.0}",color:"{surface.950}"}}},Jy={root:Xy,icon:qy,colorScheme:Zy},Qy={background:"{form.field.background}",borderColor:"{form.field.border.color}",color:"{form.field.color}",height:"18rem",padding:"{form.field.padding.y} {form.field.padding.x}",borderRadius:"{form.field.border.radius}"},ek={gap:"0.25rem"},ok={margin:"2px 0"},rk={root:Qy,prompt:ek,commandResponse:ok},tk={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",filledHoverBackground:"{form.field.filled.hover.background}",filledFocusBackground:"{form.field.filled.focus.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.focus.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",placeholderColor:"{form.field.placeholder.color}",invalidPlaceholderColor:"{form.field.invalid.placeholder.color}",shadow:"{form.field.shadow}",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{form.field.focus.ring.width}",style:"{form.field.focus.ring.style}",color:"{form.field.focus.ring.color}",offset:"{form.field.focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{fontSize:"{form.field.sm.font.size}",paddingX:"{form.field.sm.padding.x}",paddingY:"{form.field.sm.padding.y}"},lg:{fontSize:"{form.field.lg.font.size}",paddingX:"{form.field.lg.padding.x}",paddingY:"{form.field.lg.padding.y}"}},nk={root:tk},ik={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}",shadow:"{overlay.navigation.shadow}",transitionDuration:"{transition.duration}"},sk={padding:"{navigation.list.padding}",gap:"{navigation.list.gap}"},lk={focusBackground:"{navigation.item.focus.background}",activeBackground:"{navigation.item.active.background}",color:"{navigation.item.color}",focusColor:"{navigation.item.focus.color}",activeColor:"{navigation.item.active.color}",padding:"{navigation.item.padding}",borderRadius:"{navigation.item.border.radius}",gap:"{navigation.item.gap}",icon:{color:"{navigation.item.icon.color}",focusColor:"{navigation.item.icon.focus.color}",activeColor:"{navigation.item.icon.active.color}"}},ak={mobileIndent:"1rem"},ck={size:"{navigation.submenu.icon.size}",color:"{navigation.submenu.icon.color}",focusColor:"{navigation.submenu.icon.focus.color}",activeColor:"{navigation.submenu.icon.active.color}"},dk={borderColor:"{content.border.color}"},uk={root:ik,list:sk,item:lk,submenu:ak,submenuIcon:ck,separator:dk},fk={minHeight:"5rem"},gk={eventContent:{padding:"1rem 0"}},pk={eventContent:{padding:"0 1rem"}},hk={size:"1.125rem",borderRadius:"50%",borderWidth:"2px",background:"{content.background}",borderColor:"{content.border.color}",content:{borderRadius:"50%",size:"0.375rem",background:"{primary.color}",insetShadow:"0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12)"}},mk={color:"{content.border.color}",size:"2px"},bk={event:fk,horizontal:gk,vertical:pk,eventMarker:hk,eventConnector:mk},vk={width:"25rem",borderRadius:"{content.border.radius}",borderWidth:"1px",transitionDuration:"{transition.duration}"},yk={size:"1.125rem"},kk={padding:"{overlay.popover.padding}",gap:"0.5rem"},wk={gap:"0.5rem"},xk={fontWeight:"500",fontSize:"1rem"},Ck={fontWeight:"500",fontSize:"0.875rem"},$k={width:"1.75rem",height:"1.75rem",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",offset:"{focus.ring.offset}"}},_k={size:"1rem"},Sk={light:{root:{blur:"1.5px"},info:{background:"color-mix(in srgb, {blue.50}, transparent 5%)",borderColor:"{blue.200}",color:"{blue.600}",detailColor:"{surface.700}",shadow:"0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)",closeButton:{hoverBackground:"{blue.100}",focusRing:{color:"{blue.600}",shadow:"none"}}},success:{background:"color-mix(in srgb, {green.50}, transparent 5%)",borderColor:"{green.200}",color:"{green.600}",detailColor:"{surface.700}",shadow:"0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)",closeButton:{hoverBackground:"{green.100}",focusRing:{color:"{green.600}",shadow:"none"}}},warn:{background:"color-mix(in srgb,{yellow.50}, transparent 5%)",borderColor:"{yellow.200}",color:"{yellow.600}",detailColor:"{surface.700}",shadow:"0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)",closeButton:{hoverBackground:"{yellow.100}",focusRing:{color:"{yellow.600}",shadow:"none"}}},error:{background:"color-mix(in srgb, {red.50}, transparent 5%)",borderColor:"{red.200}",color:"{red.600}",detailColor:"{surface.700}",shadow:"0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)",closeButton:{hoverBackground:"{red.100}",focusRing:{color:"{red.600}",shadow:"none"}}},secondary:{background:"{surface.100}",borderColor:"{surface.200}",color:"{surface.600}",detailColor:"{surface.700}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)",closeButton:{hoverBackground:"{surface.200}",focusRing:{color:"{surface.600}",shadow:"none"}}},contrast:{background:"{surface.900}",borderColor:"{surface.950}",color:"{surface.50}",detailColor:"{surface.0}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)",closeButton:{hoverBackground:"{surface.800}",focusRing:{color:"{surface.50}",shadow:"none"}}}},dark:{root:{blur:"10px"},info:{background:"color-mix(in srgb, {blue.500}, transparent 84%)",borderColor:"color-mix(in srgb, {blue.700}, transparent 64%)",color:"{blue.500}",detailColor:"{surface.0}",shadow:"0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)",closeButton:{hoverBackground:"rgba(255, 255, 255, 0.05)",focusRing:{color:"{blue.500}",shadow:"none"}}},success:{background:"color-mix(in srgb, {green.500}, transparent 84%)",borderColor:"color-mix(in srgb, {green.700}, transparent 64%)",color:"{green.500}",detailColor:"{surface.0}",shadow:"0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)",closeButton:{hoverBackground:"rgba(255, 255, 255, 0.05)",focusRing:{color:"{green.500}",shadow:"none"}}},warn:{background:"color-mix(in srgb, {yellow.500}, transparent 84%)",borderColor:"color-mix(in srgb, {yellow.700}, transparent 64%)",color:"{yellow.500}",detailColor:"{surface.0}",shadow:"0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)",closeButton:{hoverBackground:"rgba(255, 255, 255, 0.05)",focusRing:{color:"{yellow.500}",shadow:"none"}}},error:{background:"color-mix(in srgb, {red.500}, transparent 84%)",borderColor:"color-mix(in srgb, {red.700}, transparent 64%)",color:"{red.500}",detailColor:"{surface.0}",shadow:"0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)",closeButton:{hoverBackground:"rgba(255, 255, 255, 0.05)",focusRing:{color:"{red.500}",shadow:"none"}}},secondary:{background:"{surface.800}",borderColor:"{surface.700}",color:"{surface.300}",detailColor:"{surface.0}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)",closeButton:{hoverBackground:"{surface.700}",focusRing:{color:"{surface.300}",shadow:"none"}}},contrast:{background:"{surface.0}",borderColor:"{surface.100}",color:"{surface.950}",detailColor:"{surface.950}",shadow:"0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)",closeButton:{hoverBackground:"{surface.100}",focusRing:{color:"{surface.950}",shadow:"none"}}}}},Bk={root:vk,icon:yk,content:kk,text:wk,summary:xk,detail:Ck,closeButton:$k,closeIcon:_k,colorScheme:Sk},Rk={padding:"0.25rem",borderRadius:"{content.border.radius}",gap:"0.5rem",fontWeight:"500",disabledBackground:"{form.field.disabled.background}",disabledBorderColor:"{form.field.disabled.background}",disabledColor:"{form.field.disabled.color}",invalidBorderColor:"{form.field.invalid.border.color}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{fontSize:"{form.field.sm.font.size}",padding:"0.25rem"},lg:{fontSize:"{form.field.lg.font.size}",padding:"0.25rem"}},Ok={disabledColor:"{form.field.disabled.color}"},Tk={padding:"0.25rem 0.75rem",borderRadius:"{content.border.radius}",checkedShadow:"0px 1px 2px 0px rgba(0, 0, 0, 0.02), 0px 1px 2px 0px rgba(0, 0, 0, 0.04)",sm:{padding:"0.25rem 0.75rem"},lg:{padding:"0.25rem 0.75rem"}},Pk={light:{root:{background:"{surface.100}",checkedBackground:"{surface.100}",hoverBackground:"{surface.100}",borderColor:"{surface.100}",color:"{surface.500}",hoverColor:"{surface.700}",checkedColor:"{surface.900}",checkedBorderColor:"{surface.100}"},content:{checkedBackground:"{surface.0}"},icon:{color:"{surface.500}",hoverColor:"{surface.700}",checkedColor:"{surface.900}"}},dark:{root:{background:"{surface.950}",checkedBackground:"{surface.950}",hoverBackground:"{surface.950}",borderColor:"{surface.950}",color:"{surface.400}",hoverColor:"{surface.300}",checkedColor:"{surface.0}",checkedBorderColor:"{surface.950}"},content:{checkedBackground:"{surface.800}"},icon:{color:"{surface.400}",hoverColor:"{surface.300}",checkedColor:"{surface.0}"}}},Dk={root:Rk,icon:Ok,content:Tk,colorScheme:Pk},Mk={width:"2.5rem",height:"1.5rem",borderRadius:"30px",gap:"0.25rem",shadow:"{form.field.shadow}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"},borderWidth:"1px",borderColor:"transparent",hoverBorderColor:"transparent",checkedBorderColor:"transparent",checkedHoverBorderColor:"transparent",invalidBorderColor:"{form.field.invalid.border.color}",transitionDuration:"{form.field.transition.duration}",slideDuration:"0.2s"},Ek={borderRadius:"50%",size:"1rem"},Ak={light:{root:{background:"{surface.300}",disabledBackground:"{form.field.disabled.background}",hoverBackground:"{surface.400}",checkedBackground:"{primary.color}",checkedHoverBackground:"{primary.hover.color}"},handle:{background:"{surface.0}",disabledBackground:"{form.field.disabled.color}",hoverBackground:"{surface.0}",checkedBackground:"{surface.0}",checkedHoverBackground:"{surface.0}",color:"{text.muted.color}",hoverColor:"{text.color}",checkedColor:"{primary.color}",checkedHoverColor:"{primary.hover.color}"}},dark:{root:{background:"{surface.700}",disabledBackground:"{surface.600}",hoverBackground:"{surface.600}",checkedBackground:"{primary.color}",checkedHoverBackground:"{primary.hover.color}"},handle:{background:"{surface.400}",disabledBackground:"{surface.900}",hoverBackground:"{surface.300}",checkedBackground:"{surface.900}",checkedHoverBackground:"{surface.900}",color:"{surface.900}",hoverColor:"{surface.800}",checkedColor:"{primary.color}",checkedHoverColor:"{primary.hover.color}"}}},zk={root:Mk,handle:Ek,colorScheme:Ak},Lk={background:"{content.background}",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}",color:"{content.color}",gap:"0.5rem",padding:"0.75rem"},Ik={root:Lk},jk={maxWidth:"12.5rem",gutter:"0.25rem",shadow:"{overlay.popover.shadow}",padding:"0.5rem 0.75rem",borderRadius:"{overlay.popover.border.radius}"},Wk={light:{root:{background:"{surface.700}",color:"{surface.0}"}},dark:{root:{background:"{surface.700}",color:"{surface.0}"}}},Nk={root:jk,colorScheme:Wk},Fk={background:"{content.background}",color:"{content.color}",padding:"1rem",gap:"2px",indent:"1rem",transitionDuration:"{transition.duration}"},Hk={padding:"0.25rem 0.5rem",borderRadius:"{content.border.radius}",hoverBackground:"{content.hover.background}",selectedBackground:"{highlight.background}",color:"{text.color}",hoverColor:"{text.hover.color}",selectedColor:"{highlight.color}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"},gap:"0.25rem"},Vk={color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",selectedColor:"{highlight.color}"},Uk={borderRadius:"50%",size:"1.75rem",hoverBackground:"{content.hover.background}",selectedHoverBackground:"{content.background}",color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",selectedHoverColor:"{primary.color}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Yk={size:"2rem"},Kk={margin:"0 0 0.5rem 0"},Gk={root:Fk,node:Hk,nodeIcon:Vk,nodeToggleButton:Uk,loadingIcon:Yk,filter:Kk},Xk={background:"{form.field.background}",disabledBackground:"{form.field.disabled.background}",filledBackground:"{form.field.filled.background}",filledHoverBackground:"{form.field.filled.hover.background}",filledFocusBackground:"{form.field.filled.focus.background}",borderColor:"{form.field.border.color}",hoverBorderColor:"{form.field.hover.border.color}",focusBorderColor:"{form.field.focus.border.color}",invalidBorderColor:"{form.field.invalid.border.color}",color:"{form.field.color}",disabledColor:"{form.field.disabled.color}",placeholderColor:"{form.field.placeholder.color}",invalidPlaceholderColor:"{form.field.invalid.placeholder.color}",shadow:"{form.field.shadow}",paddingX:"{form.field.padding.x}",paddingY:"{form.field.padding.y}",borderRadius:"{form.field.border.radius}",focusRing:{width:"{form.field.focus.ring.width}",style:"{form.field.focus.ring.style}",color:"{form.field.focus.ring.color}",offset:"{form.field.focus.ring.offset}",shadow:"{form.field.focus.ring.shadow}"},transitionDuration:"{form.field.transition.duration}",sm:{fontSize:"{form.field.sm.font.size}",paddingX:"{form.field.sm.padding.x}",paddingY:"{form.field.sm.padding.y}"},lg:{fontSize:"{form.field.lg.font.size}",paddingX:"{form.field.lg.padding.x}",paddingY:"{form.field.lg.padding.y}"}},qk={width:"2.5rem",color:"{form.field.icon.color}"},Zk={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},Jk={padding:"{list.padding}"},Qk={padding:"{list.option.padding}"},ew={borderRadius:"{border.radius.sm}"},ow={color:"{form.field.icon.color}"},rw={root:Xk,dropdown:qk,overlay:Zk,tree:Jk,emptyMessage:Qk,chip:ew,clearIcon:ow},tw={transitionDuration:"{transition.duration}"},nw={background:"{content.background}",borderColor:"{treetable.border.color}",color:"{content.color}",borderWidth:"0 0 1px 0",padding:"0.75rem 1rem"},iw={background:"{content.background}",hoverBackground:"{content.hover.background}",selectedBackground:"{highlight.background}",borderColor:"{treetable.border.color}",color:"{content.color}",hoverColor:"{content.hover.color}",selectedColor:"{highlight.color}",gap:"0.5rem",padding:"0.75rem 1rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"}},sw={fontWeight:"600"},lw={background:"{content.background}",hoverBackground:"{content.hover.background}",selectedBackground:"{highlight.background}",color:"{content.color}",hoverColor:"{content.hover.color}",selectedColor:"{highlight.color}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"}},aw={borderColor:"{treetable.border.color}",padding:"0.75rem 1rem",gap:"0.5rem"},cw={background:"{content.background}",borderColor:"{treetable.border.color}",color:"{content.color}",padding:"0.75rem 1rem"},dw={fontWeight:"600"},uw={background:"{content.background}",borderColor:"{treetable.border.color}",color:"{content.color}",borderWidth:"0 0 1px 0",padding:"0.75rem 1rem"},fw={width:"0.5rem"},gw={width:"1px",color:"{primary.color}"},pw={color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",size:"0.875rem"},hw={size:"2rem"},mw={hoverBackground:"{content.hover.background}",selectedHoverBackground:"{content.background}",color:"{text.muted.color}",hoverColor:"{text.color}",selectedHoverColor:"{primary.color}",size:"1.75rem",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},bw={borderColor:"{content.border.color}",borderWidth:"0 0 1px 0"},vw={borderColor:"{content.border.color}",borderWidth:"0 0 1px 0"},yw={light:{root:{borderColor:"{content.border.color}"},bodyCell:{selectedBorderColor:"{primary.100}"}},dark:{root:{borderColor:"{surface.800}"},bodyCell:{selectedBorderColor:"{primary.900}"}}},kw={root:tw,header:nw,headerCell:iw,columnTitle:sw,row:lw,bodyCell:aw,footerCell:cw,columnFooter:dw,footer:uw,columnResizer:fw,resizeIndicator:gw,sortIcon:pw,loadingIcon:hw,nodeToggleButton:mw,paginatorTop:bw,paginatorBottom:vw,colorScheme:yw},ww={mask:{background:"{content.background}",color:"{text.muted.color}"},icon:{size:"2rem"}},xw={loader:ww},Cw=Object.defineProperty,$w=Object.defineProperties,_w=Object.getOwnPropertyDescriptors,ua=Object.getOwnPropertySymbols,Sw=Object.prototype.hasOwnProperty,Bw=Object.prototype.propertyIsEnumerable,fa=(e,o,r)=>o in e?Cw(e,o,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[o]=r,ga;ga=((e,o)=>{for(var r in o||(o={}))Sw.call(o,r)&&fa(e,r,o[r]);if(ua)for(var r of ua(o))Bw.call(o,r)&&fa(e,r,o[r]);return e})({},Ng),$w(ga,_w({components:{accordion:hg,autocomplete:_g,avatar:Pg,badge:Ig,blockui:Hg,breadcrumb:Kg,button:qg,card:r0,carousel:a0,cascadeselect:h0,checkbox:v0,chip:$0,colorpicker:O0,confirmdialog:D0,confirmpopup:L0,contextmenu:V0,datatable:dp,dataview:bp,datepicker:Lp,dialog:Hp,divider:Gp,dock:Zp,drawer:th,editor:ch,fieldset:ph,fileupload:xh,floatlabel:Bh,galleria:Fh,iconfield:Vh,iftalabel:Kh,image:Jh,imagecompare:em,inlinemessage:im,inplace:am,inputchips:fm,inputgroup:pm,inputnumber:vm,inputotp:wm,inputtext:Cm,knob:Rm,listbox:zm,megamenu:Ym,menu:Jm,menubar:ib,message:hb,metergroup:xb,multiselect:Db,orderlist:Ab,organizationchart:Wb,overlaybadge:Fb,paginator:Kb,panel:ev,panelmenu:sv,password:fv,picklist:hv,popover:vv,progressbar:xv,progressspinner:$v,radiobutton:Bv,rating:Tv,ripple:Dv,scrollpanel:zv,select:Yv,selectbutton:Xv,skeleton:Jv,slider:ny,speeddial:sy,splitbutton:ay,splitter:fy,stepper:wy,steps:By,tabmenu:My,tabs:Ny,tabview:Gy,tag:Jy,terminal:rk,textarea:nk,tieredmenu:uk,timeline:bk,toast:Bk,togglebutton:Dk,toggleswitch:zk,toolbar:Ik,tooltip:Nk,tree:Gk,treeselect:rw,treetable:kw,virtualscroller:xw}}));const Rw=To({__name:"PvTooltipV2",props:{variant:{default:"dark",type:String},label:{type:String},description:{type:String},size:{default:"md",type:String},disableAutoPlacement:{type:Boolean},allowedAutoPlacements:{type:Array},position:{default:"top-center",type:String},positioningStrategy:{type:String},showOnHover:{type:Boolean,default:!0},disableInteractive:{type:Boolean,default:!1},useTeleport:{type:Boolean},disableClickOutsideToClose:{type:Boolean},delay:{default:0,type:Number},zIndex:{type:Number},teleportLocation:{type:String}},setup(e){return(o,r)=>(be(),ar(Ie(sf),_a(Ts(o.$props)),Tc({trigger:xn(()=>[Po(o.$slots,"trigger",{},()=>[Ye("p",null,Io(e.label),1)])]),_:2},[o.$slots.content||e.description?{name:"content",fn:xn(()=>[Ye("div",{class:Ve(["pv-tooltip-v2-content",{"pv-tooltip-v2-content-small":e.size==="sm"}]),role:"tooltip"},[Po(o.$slots,"content",{},()=>[Ps(Io(e.description),1)])],2)]),key:"0"}:void 0]),1040))}}),Ow=new Set(["PvIcon"]);function Tw(e){return!Ow.has(e)}function ii(e,o){const r=document.querySelector('link[href*="'+o+'"]');if(!e.shadowRoot)return!1;if(r&&e.shadowRoot){const t=r.href;if(e.shadowRoot.querySelector(`link[href="${t}"]`))return;const n=document.createElement("link");return n.rel="stylesheet",n.href=t,e.shadowRoot.prepend(n),!0}return!1}function Pw(e){if(!ii(e,"pit-viper-v2")){if(ii(e,"pit-viper")){ii(e,"pit-viper-v2-scoped");return}console.warn("No global styles found for Pit Viper components. Make sure to include pit-viper.css or pit-viper-v2.css in your project.")}}const Dw=e=>({shadowRoot:Tw(e)});function Mw(e){const o=e.__name||e.name;if(!o)throw new Error("Component must have a __name or name property");const r=Nd(e,Dw(o));class t extends r{connectedCallback(){super.connectedCallback?.(),Pw(this)}}return t}function Ew(e){return e.replace(/([A-Z])/g,"-$1").toLowerCase().replace(/^-/,"")}function Aw(e){const o=e.__name||e.name;if(!o)throw new Error("Component must have a __name or name property");const r=Ew(o),t=Mw(e);customElements.get(r)||customElements.define(r,t)}Aw(Rw)})();