@stencitecnologia/front-kit 0.1.50 → 0.1.51

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.
package/dist/index.cjs CHANGED
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("vue"),U=require("primevue/autocomplete"),G=require("primevue/avatar"),Q=require("@fortawesome/vue-fontawesome"),K=require("primevue/chart"),J=require("primevue/checkbox"),O=require("primevue/inputtext"),q=require("primevue/datepicker"),Z=require("primevue/inputgroup"),_=require("primevue/inputgroupaddon"),oo=require("primevue/popover"),ro=require("primevue/inputmask"),P=require("primevue/dialog"),eo=require("primevue/drawer"),ao=require("primevue/multiselect"),to=require("primevue/panel"),no=require("primevue/radiobutton"),lo=require("vue-router"),io=require("primevue/select"),co=require("primevue/toggleswitch"),so=require("primevue/textarea"),uo=require("primevue/config"),fo=require("primevue/usetoast"),T={__name:"BaseAlert",props:{message:{type:String,default:""},variant:{type:String,default:"error"}},setup(r){const e=r,a=o.computed(()=>({"ui-alert-success":e.variant==="success","ui-alert-warning":e.variant==="warning","ui-alert-error":e.variant==="error","ui-alert-info":e.variant==="info"}));return(n,t)=>r.message?(o.openBlock(),o.createElementBlock("div",{key:0,class:o.normalizeClass(["ui-alert",a.value]),role:"alert"},o.toDisplayString(r.message),3)):o.createCommentVNode("",!0)}},go={__name:"BaseAutoComplete",props:{modelValue:{type:[String,Number,Object,null],default:null},suggestions:{type:Array,default:()=>[]},invalid:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},size:{type:String,default:"md",validator(r){return["sm","md"].includes(r)}}},emits:["update:modelValue","complete","item-select","clear"],setup(r,{emit:e}){const a=r,n=e,t=o.computed({get:()=>a.modelValue,set:s=>n("update:modelValue",s)}),l=s=>n("complete",s),i=s=>n("item-select",s),c=()=>n("clear");return(s,f)=>(o.openBlock(),o.createBlock(o.unref(U),o.mergeProps({modelValue:t.value,"onUpdate:modelValue":f[0]||(f[0]=p=>t.value=p),suggestions:r.suggestions,disabled:r.disabled,readonly:r.readonly,class:["w-full",{"p-invalid":r.invalid},{"p-sm":r.size==="sm"}]},s.$attrs,{onComplete:l,onItemSelect:i,onClear:c}),null,16,["modelValue","suggestions","disabled","readonly","class"]))}};function mo(r){return r?r.trim().split(/\s+/).slice(0,2).map(e=>e[0].toUpperCase()).join(""):""}const po={__name:"BaseAvatar",props:{name:{type:String,required:!0},variant:{type:String,default:"primary",validator:r=>["primary","secondary","tertiary","success","warning","danger","info"].includes(r)},size:{type:String,default:"md",validator:r=>["sm","md","lg"].includes(r)}},setup(r){const e=r,a=o.computed(()=>mo(e.name)),n=o.computed(()=>["base-avatar",`base-avatar--${e.variant}`,`base-avatar--${e.size}`]);return(t,l)=>(o.openBlock(),o.createBlock(o.unref(G),{label:a.value,shape:"circle",class:o.normalizeClass(n.value)},null,8,["label","class"]))}},C={__name:"FaIcon",props:{icon:{type:[Array,String,Object],required:!0}},setup(r){return(e,a)=>(o.openBlock(),o.createBlock(o.unref(Q.FontAwesomeIcon),o.mergeProps({icon:r.icon},e.$attrs),null,16,["icon"]))}},bo=["disabled","type"],ho={key:0,class:"loading",style:{color:"currentColor"}},vo={key:2},w={__name:"BaseButton",props:{label:{type:String,default:""},loading:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},variant:{type:String,default:"primary"},type:{type:String,default:"button",validator(r){return["button","submit","reset"].includes(r)}},size:{type:String,default:"md",validator(r){return["sm","md"].includes(r)}},icon:{type:Array,default:null}},setup(r){const e=r,a=o.computed(()=>["ui-btn",{"ui-btn-primary":e.variant==="primary","ui-btn-secondary":e.variant==="secondary","ui-btn-tertiary":e.variant==="tertiary","ui-btn-ghost":e.variant==="ghost","ui-btn-outline":e.variant==="outline","ui-btn-error":e.variant==="error","ui-btn-danger":e.variant==="danger","ui-btn-sm":e.size==="sm"}]),n=o.computed(()=>e.disabled||e.loading);return(t,l)=>(o.openBlock(),o.createElementBlock("button",o.mergeProps(t.$attrs,{disabled:n.value,class:a.value,type:r.type}),[r.loading?(o.openBlock(),o.createElementBlock("span",ho)):r.icon&&!r.loading?(o.openBlock(),o.createBlock(C,{key:1,icon:r.icon},null,8,["icon"])):o.createCommentVNode("",!0),r.label?(o.openBlock(),o.createElementBlock("span",vo,o.toDisplayString(r.label),1)):o.createCommentVNode("",!0),o.renderSlot(t.$slots,"default")],16,bo))}},ko={key:0,class:"ui-card-header"},yo={key:0,class:"ui-card-title"},Bo={key:1,class:"ui-card-subtitle"},Co={class:"ui-card-content"},xo={key:1,class:"ui-card-footer"},$o={class:"ui-card-footer-content"},wo={__name:"BaseCard",props:{title:{type:String,default:""},subtitle:{type:String,default:""},className:{type:String,default:""},hasFooter:{type:Boolean,default:!1},alertMessage:{type:String,default:""},alertVariant:{type:String,default:"error"}},setup(r){const e=r,a=o.computed(()=>!!(e.title||e.subtitle)),n=o.computed(()=>["ui-card",e.className,{"ui-card-has-footer":e.hasFooter}]);return(t,l)=>(o.openBlock(),o.createElementBlock("section",{class:o.normalizeClass(n.value)},[a.value?(o.openBlock(),o.createElementBlock("header",ko,[r.title?(o.openBlock(),o.createElementBlock("div",yo,o.toDisplayString(r.title),1)):o.createCommentVNode("",!0),r.subtitle?(o.openBlock(),o.createElementBlock("div",Bo,o.toDisplayString(r.subtitle),1)):o.createCommentVNode("",!0)])):o.createCommentVNode("",!0),o.createElementVNode("div",Co,[o.createVNode(T,{message:r.alertMessage,variant:r.alertVariant},null,8,["message","variant"]),o.renderSlot(t.$slots,"default")]),r.hasFooter?(o.openBlock(),o.createElementBlock("footer",xo,[o.createElementVNode("div",$o,[o.renderSlot(t.$slots,"footer")])])):o.createCommentVNode("",!0)],2))}},Ro={__name:"BaseChart",props:{type:{type:String,required:!0,validator:r=>["bar","line","pie","doughnut"].includes(r)},data:{type:Object,required:!0},options:{type:Object,default:()=>({})},height:{type:String,default:null}},setup(r){const e=Object.freeze([{borderColor:"#364bf5",backgroundColor:"rgba(54, 75, 245, 0.60)"},{borderColor:"#22c55e",backgroundColor:"rgba(34, 197, 94, 0.60)"},{borderColor:"#f59e0b",backgroundColor:"rgba(245, 158, 11, 0.60)"},{borderColor:"#ef4444",backgroundColor:"rgba(239, 68, 68, 0.60)"},{borderColor:"#38bdf8",backgroundColor:"rgba(56, 189, 248, 0.60)"},{borderColor:"#a855f7",backgroundColor:"rgba(168, 85, 247, 0.60)"}]),a=r,n=o.ref(null),t=o.ref(!1);function l(b,m){const y={...b};for(const v of Object.keys(m))m[v]!==null&&typeof m[v]=="object"&&!Array.isArray(m[v])&&typeof b[v]=="object"?y[v]=l(b[v]??{},m[v]):y[v]=m[v];return y}const i=o.computed(()=>!["pie","doughnut"].includes(a.type)),c=o.computed(()=>a.height?a.height:i.value?"300px":"400px"),s=o.computed(()=>{if(!a.data?.datasets)return a.data;const b=a.data.datasets.map((m,y)=>{const v=e[y%e.length];return["pie","doughnut"].includes(a.type)?{...m,backgroundColor:e.map(B=>B.backgroundColor),borderColor:e.map(B=>B.borderColor),borderWidth:1.5}:{...m,backgroundColor:m.backgroundColor??v.backgroundColor,borderColor:m.borderColor??v.borderColor,borderWidth:m.borderWidth??1.5,borderRadius:a.type==="bar"?4:0}});return{...a.data,datasets:b}}),f=o.computed(()=>({responsive:!0,maintainAspectRatio:!1,plugins:{legend:{labels:{color:"var(--p-text-color)",font:{family:"Nunito Sans"},boxWidth:12,boxHeight:12,borderRadius:3}}},scales:i.value?{x:{ticks:{color:"var(--p-text-muted-color)",font:{family:"Nunito Sans"}},grid:{color:"rgba(0, 0, 0, 0.06)"},border:{display:!1}},y:{ticks:{color:"var(--p-text-muted-color)",font:{family:"Nunito Sans"}},grid:{color:"rgba(0, 0, 0, 0.06)"},border:{display:!1}}}:void 0})),p=o.computed(()=>l(f.value,a.options));return o.onMounted(()=>{t.value=!0}),o.onBeforeUnmount(()=>{t.value=!1,n.value?.chart&&n.value.chart.destroy()}),(b,m)=>t.value?(o.openBlock(),o.createBlock(o.unref(K),{key:0,ref_key:"chartRef",ref:n,type:r.type,data:s.value,options:p.value,style:o.normalizeStyle({height:c.value,width:"100%"})},null,8,["type","data","options","style"])):o.createCommentVNode("",!0)}},So={__name:"BaseCheckbox",props:{modelValue:{type:[Boolean,Array,null],default:null},value:{type:[String,Number,Boolean,Object],default:void 0},inputId:{type:String,default:void 0},name:{type:String,default:void 0},invalid:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(r,{emit:e}){const a=r,n=e,t=o.computed({get:()=>a.modelValue,set:l=>n("update:modelValue",l)});return(l,i)=>(o.openBlock(),o.createBlock(o.unref(J),o.mergeProps({modelValue:t.value,"onUpdate:modelValue":i[0]||(i[0]=c=>t.value=c),value:r.value,"input-id":r.inputId,name:r.name,disabled:r.disabled,class:[{"p-invalid":r.invalid}]},l.$attrs),null,16,["modelValue","value","input-id","name","disabled","class"]))}},zo={class:"ui-currency"},Vo={__name:"BaseCurrency",props:{modelValue:{type:[Number,null],default:null},invalid:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},placeholder:{type:String,default:"0,00"},size:{type:String,default:"md",validator(r){return["sm","md"].includes(r)}}},emits:["update:modelValue"],setup(r,{emit:e}){const a=r,n=e,t=s=>s==null||s===""?"":Number(s).toLocaleString("pt-BR",{minimumFractionDigits:2,maximumFractionDigits:2}),l=s=>{if(!s)return null;const f=s.replace(/\D/g,"");return f?Number(f)/100:null},i=o.computed(()=>t(a.modelValue)),c=s=>{const f=l(s.target.value);n("update:modelValue",f),s.target.value=t(f)};return(s,f)=>(o.openBlock(),o.createElementBlock("div",zo,[o.createVNode(o.unref(O),o.mergeProps({value:i.value,placeholder:r.placeholder,disabled:r.disabled,readonly:r.readonly,class:["w-full",{"p-invalid":r.invalid},{"p-sm":r.size==="sm"}]},s.$attrs,{onInput:c}),null,16,["value","placeholder","disabled","readonly","class"])]))}},A={__name:"BaseInputMask",props:{modelValue:{type:[String,Number,null],default:""},invalid:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},mask:{type:String,required:!0},slotChar:{type:String,default:"_"},autoClear:{type:Boolean,default:!1},size:{type:String,default:"md",validator(r){return["sm","md"].includes(r)}}},emits:["update:modelValue"],setup(r,{emit:e}){const a=r,n=e,t=o.computed({get:()=>a.modelValue,set:l=>n("update:modelValue",l)});return(l,i)=>(o.openBlock(),o.createBlock(o.unref(ro),o.mergeProps({modelValue:t.value,"onUpdate:modelValue":i[0]||(i[0]=c=>t.value=c),mask:r.mask,"slot-char":r.slotChar,"auto-clear":r.autoClear,disabled:r.disabled,readonly:r.readonly,class:["w-full",{"p-invalid":r.invalid},{"p-sm":r.size==="sm"}]},l.$attrs),null,16,["modelValue","mask","slot-char","auto-clear","disabled","readonly","class"]))}},Do={__name:"BaseDate",props:{modelValue:{type:[Date,Array,null],default:null},invalid:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},selectionMode:{type:String,default:"single"},minDate:{type:Date,default:null},maxDate:{type:Date,default:null},placeholder:{type:String,default:"dd/mm/aaaa"},mask:{type:String,default:"99/99/9999"},showToday:{type:Boolean,default:!1},showClear:{type:Boolean,default:!1},calendarIcon:{type:[Array,Object,String],default:null},size:{type:String,default:"md",validator(r){return["sm","md"].includes(r)}}},emits:["update:modelValue","update:textValue","blur"],setup(r,{expose:e,emit:a}){const n=r,t=a,l=o.ref(null),i=o.ref(""),c=o.ref(null),s=o.ref(0),f=o.computed(()=>n.selectionMode==="range"),p=d=>String(d).padStart(2,"0"),b=d=>{if(!(d instanceof Date)||Number.isNaN(d.getTime()))return"";const u=p(d.getDate()),g=p(d.getMonth()+1),h=String(d.getFullYear());return`${u}/${g}/${h}`},m=d=>{if(!d||typeof d!="string")return null;const u=d.match(/^(\d{2})\/(\d{2})\/(\d{4})$/);if(!u)return null;const g=Number(u[1]),h=Number(u[2]),k=Number(u[3]);if(h<1||h>12||g<1||g>31||k<1e3||k>9999)return null;const $=new Date(k,h-1,g);return $.getFullYear()!==k||$.getMonth()!==h-1||$.getDate()!==g?null:$},y=d=>!(!(d instanceof Date)||Number.isNaN(d.getTime())||n.minDate&&d<n.minDate||n.maxDate&&d>n.maxDate),v=d=>{const[u,g]=d||[],h=u?b(u):"",k=g?b(g):"";return!h&&!k?"":h&&!k?`${h} - `:`${h} - ${k}`},V=d=>{if(!d||typeof d!="string")return null;const u=d.match(/^(.+?)\s*-\s*(.+?)$/);if(!u)return null;const g=m(u[1].trim()),h=m(u[2].trim());return!g||!h?null:[g,h]},B=d=>/^\d{2}\/\d{2}\/\d{4} - \d{2}\/\d{2}\/\d{4}$/.test((d||"").replace(/_/g,"").trim()),x=d=>{i.value=d,t("update:textValue",d)},S=d=>{x(b(d)),c.value=d},z=d=>{x(v(d)),c.value=d},D=d=>{if(!Array.isArray(d))return;const[u,g]=d;!(u instanceof Date)||!(g instanceof Date)||t("update:modelValue",[u,g])},W=()=>{x(""),c.value=null,s.value+=1,t("update:modelValue",null)},H=d=>{if(x(d),!d){c.value=null,t("update:modelValue",null);return}if(f.value){if(!B(d))return;const g=V(d);if(!g){t("update:modelValue",[null,null]);return}c.value=g,D(g);return}const u=m(d);u&&(c.value=u,t("update:modelValue",u))},j=d=>{if(d){if(f.value){c.value=d;const[u,g]=d||[];u instanceof Date&&g instanceof Date&&(z(d),D(d),l.value&&l.value.hide());return}S(d),t("update:modelValue",d),l.value&&l.value.hide()}},L=()=>{f.value&&I.value&&W(),t("blur")},Y=d=>{l.value&&l.value.toggle(d)},X=()=>{const d=new Date,u=new Date(d.getFullYear(),d.getMonth(),d.getDate());if(y(u)){if(f.value){const g=[u,u];z(g),t("update:modelValue",g);return}S(u),t("update:modelValue",u)}},N=o.computed({get:()=>i.value,set:d=>H(d)}),I=o.computed(()=>f.value&&!!i.value&&!B(i.value));return e({hasPartialInput:I}),o.watch(()=>n.modelValue,d=>{if(d===null){(i.value!==""||c.value!==null)&&(x(""),c.value=null);return}if(f.value){Array.isArray(d)&&d[0]instanceof Date&&d[1]instanceof Date&&z(d);return}d instanceof Date&&S(d)},{immediate:!0}),(d,u)=>(o.openBlock(),o.createBlock(o.unref(Z),{class:"ui-inputgroup"},{default:o.withCtx(()=>[(o.openBlock(),o.createBlock(A,o.mergeProps({key:s.value,modelValue:N.value,"onUpdate:modelValue":u[0]||(u[0]=g=>N.value=g),mask:f.value?"99/99/9999 - 99/99/9999":r.mask,placeholder:r.placeholder,disabled:r.disabled,invalid:r.invalid,size:r.size},d.$attrs,{onBlur:L}),null,16,["modelValue","mask","placeholder","disabled","invalid","size"])),o.createVNode(o.unref(_),{class:o.normalizeClass(["ui-inputgroup-addon",{"ui-inputgroup-addon--sm":r.size==="sm"}])},{default:o.withCtx(()=>[r.showClear?(o.openBlock(),o.createBlock(w,{key:0,type:"button",variant:"outline",size:r.size,disabled:r.disabled,"aria-label":"Limpar data",onClick:W},{default:o.withCtx(()=>[...u[2]||(u[2]=[o.createTextVNode(" Limpar ",-1)])]),_:1},8,["size","disabled"])):o.createCommentVNode("",!0),r.showToday?(o.openBlock(),o.createBlock(w,{key:1,type:"button",variant:"outline",size:r.size,disabled:r.disabled,"aria-label":"Selecionar hoje",onClick:X},{default:o.withCtx(()=>[...u[3]||(u[3]=[o.createTextVNode(" Hoje ",-1)])]),_:1},8,["size","disabled"])):o.createCommentVNode("",!0),o.createVNode(w,{type:"button",variant:"ghost",size:r.size,disabled:r.disabled,"aria-label":"Abrir calendário",onClick:Y},{default:o.withCtx(()=>[r.calendarIcon?(o.openBlock(),o.createBlock(C,{key:0,class:"text-lg",icon:r.calendarIcon},null,8,["icon"])):o.createCommentVNode("",!0)]),_:1},8,["size","disabled"])]),_:1},8,["class"]),o.createVNode(o.unref(oo),{ref_key:"popoverRef",ref:l},{default:o.withCtx(()=>[o.createVNode(o.unref(q),{modelValue:c.value,"onUpdate:modelValue":[u[1]||(u[1]=g=>c.value=g),j],inline:"","selection-mode":r.selectionMode,"min-date":r.minDate,"max-date":r.maxDate},null,8,["modelValue","selection-mode","min-date","max-date"])]),_:1},512)]),_:1}))}},Wo={__name:"BaseDatePicker",props:{modelValue:{type:[Date,String,Array,null],default:null},invalid:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},size:{type:String,default:"md",validator(r){return["sm","md"].includes(r)}}},emits:["update:modelValue"],setup(r,{emit:e}){const a=r,n=e,t=o.computed({get:()=>a.modelValue,set:l=>n("update:modelValue",l)});return(l,i)=>(o.openBlock(),o.createBlock(o.unref(q),o.mergeProps({modelValue:t.value,"onUpdate:modelValue":i[0]||(i[0]=c=>t.value=c),disabled:r.disabled,class:["w-full",{"p-invalid":r.invalid},{"p-sm":r.size==="sm"}]},l.$attrs),null,16,["modelValue","disabled","class"]))}},R=(r,e)=>{const a=r.__vccOpts||r;for(const[n,t]of e)a[n]=t;return a},No={key:0,class:"ui-dialog-body"},Io={key:1,class:"ui-dialog-content"},Fo={__name:"BaseDialog",props:{modelValue:{type:Boolean,required:!0},header:{type:String,default:""},icon:{type:Array,default:null},content:{type:String,default:""},size:{type:String,default:"md",validator:r=>["sm","md","lg","full"].includes(r)},closable:{type:Boolean,default:!0},dismissableMask:{type:Boolean,default:!0},closeOnEscape:{type:Boolean,default:!0}},emits:["update:modelValue","hide","show"],setup(r,{emit:e}){const a=r,n=e,t=o.computed({get:()=>a.modelValue,set:p=>n("update:modelValue",p)}),l={sm:"24rem",md:"32rem",lg:"48rem",full:"64rem"},i=o.computed(()=>({width:`min(92vw, ${l[a.size]})`})),c=o.computed(()=>!!(a.icon||a.content)),s=()=>n("hide"),f=()=>n("show");return(p,b)=>(o.openBlock(),o.createBlock(o.unref(P),{visible:t.value,"onUpdate:visible":b[0]||(b[0]=m=>t.value=m),modal:"",draggable:!1,header:r.header,closable:r.closable,"dismissable-mask":r.dismissableMask,"close-on-escape":r.closeOnEscape,style:o.normalizeStyle(i.value),onHide:s,onShow:f},o.createSlots({default:o.withCtx(()=>[c.value&&!p.$slots.default?(o.openBlock(),o.createElementBlock("div",No,[r.icon?(o.openBlock(),o.createBlock(C,{key:0,icon:r.icon,class:"ui-dialog-icon"},null,8,["icon"])):o.createCommentVNode("",!0),r.content?(o.openBlock(),o.createElementBlock("p",Io,o.toDisplayString(r.content),1)):o.createCommentVNode("",!0)])):o.createCommentVNode("",!0),o.renderSlot(p.$slots,"default",{},void 0,!0)]),_:2},[p.$slots.header?{name:"header",fn:o.withCtx(()=>[o.renderSlot(p.$slots,"header",{},void 0,!0)]),key:"0"}:void 0,p.$slots.footer?{name:"footer",fn:o.withCtx(()=>[o.renderSlot(p.$slots,"footer",{},void 0,!0)]),key:"1"}:void 0]),1032,["visible","header","closable","dismissable-mask","close-on-escape","style"]))}},Eo=R(Fo,[["__scopeId","data-v-d952cadc"]]),Mo={class:"ui-drawer-content"},Oo=Object.assign({inheritAttrs:!1},{__name:"BaseDrawer",props:{visible:{type:Boolean,default:!1},position:{type:String,default:"left"},title:{type:String,default:"Atenção"},modal:{type:Boolean,default:!0},dismissable:{type:Boolean,default:!0}},emits:["update:visible"],setup(r,{emit:e}){const a=r,n=e,t=o.computed(()=>a.visible),l=()=>n("update:visible",!1),i=s=>{s.target===s.currentTarget&&l()},c=s=>{n("update:visible",s)};return(s,f)=>(o.openBlock(),o.createElementBlock(o.Fragment,null,[(o.openBlock(),o.createBlock(o.Teleport,{to:"body"},[t.value?(o.openBlock(),o.createElementBlock("div",{key:0,class:"ui-drawer-backdrop",role:"presentation",onClick:i})):o.createCommentVNode("",!0)])),o.createVNode(o.unref(eo),o.mergeProps(s.$attrs,{modal:r.modal,dismissable:r.dismissable,header:r.title,"show-close-icon":!1,visible:t.value,position:r.position,class:"ui-drawer","onUpdate:visible":c}),{default:o.withCtx(()=>[o.createElementVNode("div",Mo,[o.renderSlot(s.$slots,"default")])]),_:3},16,["modal","dismissable","header","visible","position"])],64))}}),qo={class:"ui-empty"},Po={class:"ui-empty__media"},To=["src"],Ao={class:"ui-empty__content"},Ho={class:"ui-empty__title"},jo={key:0,class:"ui-empty__description"},Lo={class:"ui-empty__actions"},Yo={__name:"BaseEmpty",props:{icon:{type:Array,default:()=>["fal","info-circle"]},image:{type:String,default:null},title:{type:String,default:"Nenhum resultado encontrado"},description:{type:String,default:""}},setup(r){const e=r,a=o.computed(()=>!!e.image),n=o.computed(()=>!!e.description);return(t,l)=>(o.openBlock(),o.createElementBlock("div",qo,[o.createElementVNode("div",Po,[a.value?(o.openBlock(),o.createElementBlock("img",{key:0,src:r.image,alt:"",class:"ui-empty__image"},null,8,To)):(o.openBlock(),o.createBlock(C,{key:1,icon:r.icon,class:"ui-empty__icon"},null,8,["icon"]))]),o.createElementVNode("div",Ao,[o.createElementVNode("h3",Ho,o.toDisplayString(r.title),1),n.value?(o.openBlock(),o.createElementBlock("p",jo,o.toDisplayString(r.description),1)):o.createCommentVNode("",!0),o.createElementVNode("div",Lo,[o.renderSlot(t.$slots,"default",{},void 0,!0)])])]))}},Xo=R(Yo,[["__scopeId","data-v-91327e2b"]]),Uo={class:"ui-field"},Go=["for"],Qo={class:"ui-control"},Ko={key:1,class:"ui-error",role:"alert"},Jo={key:2,class:"ui-help"},Zo={__name:"BaseField",props:{label:{type:String,default:""},forId:{type:String,default:""},error:{type:String,default:""},help:{type:String,default:""}},setup(r){const e=r,a=o.computed(()=>!!e.label),n=o.computed(()=>!!e.error),t=o.computed(()=>!!e.help);return(l,i)=>(o.openBlock(),o.createElementBlock("div",Uo,[a.value?(o.openBlock(),o.createElementBlock("label",{key:0,class:"ui-label",for:r.forId},o.toDisplayString(r.label),9,Go)):o.createCommentVNode("",!0),o.createElementVNode("div",Qo,[o.renderSlot(l.$slots,"default")]),n.value?(o.openBlock(),o.createElementBlock("small",Ko,o.toDisplayString(r.error),1)):t.value?(o.openBlock(),o.createElementBlock("small",Jo,o.toDisplayString(r.help),1)):o.createCommentVNode("",!0)]))}},_o={class:"ui-forbidden"},or={class:"ui-forbidden__icon"},rr={class:"ui-forbidden__content"},er={class:"ui-forbidden__title"},ar={class:"ui-forbidden__description"},tr={key:0,class:"ui-forbidden__actions"},nr={__name:"BaseForbidden",props:{title:{type:String,default:"Acesso não autorizado"},description:{type:String,default:"Você não possui os privilégios necessários para realizar essa ação. Entre em contato com o administrador para solicitar o acesso."}},setup(r){return(e,a)=>(o.openBlock(),o.createElementBlock("div",_o,[o.createElementVNode("div",or,[o.createVNode(C,{icon:["fal","user-shield"]})]),o.createElementVNode("div",rr,[o.createElementVNode("h3",er,o.toDisplayString(r.title),1),o.createElementVNode("p",ar,o.toDisplayString(r.description),1),e.$slots.default?(o.openBlock(),o.createElementBlock("div",tr,[o.renderSlot(e.$slots,"default",{},void 0,!0)])):o.createCommentVNode("",!0)])]))}},dr=R(nr,[["__scopeId","data-v-1025847b"]]),lr={__name:"BaseInputText",props:{modelValue:{type:[String,Number,null],default:""},invalid:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},size:{type:String,default:"md",validator(r){return["sm","md"].includes(r)}}},emits:["update:modelValue"],setup(r,{expose:e,emit:a}){const n=r,t=a,l=o.computed({get:()=>n.modelValue,set:c=>t("update:modelValue",c)}),i=o.ref(null);return e({focus:()=>i.value?.$el?.focus()}),(c,s)=>(o.openBlock(),o.createBlock(o.unref(O),o.mergeProps({ref_key:"inputRef",ref:i,modelValue:l.value,"onUpdate:modelValue":s[0]||(s[0]=f=>l.value=f),disabled:r.disabled,readonly:r.readonly,class:["w-full",{"p-invalid":r.invalid},{"p-sm":r.size==="sm"}]},c.$attrs),null,16,["modelValue","disabled","readonly","class"]))}},ir={__name:"BaseModal",props:{modelValue:{type:Boolean,required:!0},header:{type:String,default:""},size:{type:String,default:"md",validator:r=>["sm","md","lg","full"].includes(r)},closable:{type:Boolean,default:!0},dismissableMask:{type:Boolean,default:!1},closeOnEscape:{type:Boolean,default:!0}},emits:["update:modelValue","hide","show"],setup(r,{emit:e}){const a=r,n=e,t=o.computed({get:()=>a.modelValue,set:f=>n("update:modelValue",f)}),l={sm:"24rem",md:"38rem",lg:"56rem",full:"72rem"},i=o.computed(()=>({width:`min(92vw, ${l[a.size]})`})),c=()=>n("hide"),s=()=>n("show");return(f,p)=>(o.openBlock(),o.createBlock(o.unref(P),{visible:t.value,"onUpdate:visible":p[0]||(p[0]=b=>t.value=b),modal:"",draggable:!1,header:r.header,closable:r.closable,"dismissable-mask":r.dismissableMask,"close-on-escape":r.closeOnEscape,style:o.normalizeStyle(i.value),onHide:c,onShow:s},o.createSlots({default:o.withCtx(()=>[o.renderSlot(f.$slots,"default")]),_:2},[f.$slots.header?{name:"header",fn:o.withCtx(()=>[o.renderSlot(f.$slots,"header")]),key:"0"}:void 0,f.$slots.footer?{name:"footer",fn:o.withCtx(()=>[o.renderSlot(f.$slots,"footer")]),key:"1"}:void 0]),1032,["visible","header","closable","dismissable-mask","close-on-escape","style"]))}},cr={__name:"BaseMultiSelect",props:{modelValue:{type:Array,default:()=>[]},options:{type:Array,required:!0},optionLabel:{type:String,default:"label"},optionValue:{type:String,default:null},placeholder:{type:String,default:"Selecione"},disabled:{type:Boolean,default:!1},loading:{type:Boolean,default:!1},invalid:{type:Boolean,default:!1},filter:{type:Boolean,default:!1},size:{type:String,default:"md",validator(r){return["sm","md"].includes(r)}}},emits:["update:modelValue"],setup(r,{emit:e}){const a=r,n=e,t=o.computed({get:()=>a.modelValue,set:l=>n("update:modelValue",l)});return(l,i)=>(o.openBlock(),o.createBlock(o.unref(ao),o.mergeProps({modelValue:t.value,"onUpdate:modelValue":i[0]||(i[0]=c=>t.value=c),fluid:"",options:r.options,"option-label":r.optionLabel,"option-value":r.optionValue,placeholder:r.placeholder,disabled:r.disabled,loading:r.loading,filter:r.filter,class:[{"p-invalid":r.invalid},{"p-sm":r.size==="sm"}]},l.$attrs),null,16,["modelValue","options","option-label","option-value","placeholder","disabled","loading","filter","class"]))}},sr={__name:"BasePanel",props:{header:{type:String,default:""},variant:{type:String,default:null,validator:r=>["success","warning","danger","info","gray"].includes(r)},toggleable:{type:Boolean,default:!1},collapsed:{type:Boolean,default:!1}},setup(r){const e=r,a=o.computed(()=>({"ui-panel":!0,[`ui-panel--${e.variant}`]:!!e.variant}));return(n,t)=>(o.openBlock(),o.createBlock(o.unref(to),{header:r.header,toggleable:r.toggleable,collapsed:r.collapsed,class:o.normalizeClass(a.value)},o.createSlots({default:o.withCtx(()=>[o.renderSlot(n.$slots,"default",{},void 0,!0)]),_:2},[n.$slots.header?{name:"header",fn:o.withCtx(()=>[o.renderSlot(n.$slots,"header",{},void 0,!0)]),key:"0"}:void 0,n.$slots.icons?{name:"icons",fn:o.withCtx(()=>[o.renderSlot(n.$slots,"icons",{},void 0,!0)]),key:"1"}:void 0]),1032,["header","toggleable","collapsed","class"]))}},ur=R(sr,[["__scopeId","data-v-cc034b6b"]]),fr={__name:"BaseRadioButton",props:{modelValue:{type:[String,Number,Boolean,Object,null],default:null},value:{type:[String,Number,Boolean,Object],required:!0},name:{type:String,default:void 0},inputId:{type:String,default:void 0},invalid:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(r,{emit:e}){const a=r,n=e,t=o.computed({get:()=>a.modelValue,set:l=>n("update:modelValue",l)});return(l,i)=>(o.openBlock(),o.createBlock(o.unref(no),o.mergeProps({modelValue:t.value,"onUpdate:modelValue":i[0]||(i[0]=c=>t.value=c),value:r.value,name:r.name,"input-id":r.inputId,disabled:r.disabled,class:[{"p-invalid":r.invalid}]},l.$attrs),null,16,["modelValue","value","name","input-id","disabled","class"]))}},gr=["href","target"],mr={__name:"BaseRouterLink",props:{to:{type:[String,Object],default:"/"},loading:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},variant:{type:String,default:"primary"},target:{type:String,default:null}},setup(r){const e=r,a=o.computed(()=>e.disabled||e.loading),n=o.computed(()=>["ui-btn",{"ui-btn-primary":e.variant==="primary","ui-btn-secondary":e.variant==="secondary","ui-btn-ghost":e.variant==="ghost","ui-btn-outline":e.variant==="outline","ui-btn-disabled":a.value}]);return(t,l)=>r.target==="_blank"?(o.openBlock(),o.createElementBlock("a",{key:0,href:typeof r.to=="string"?r.to:r.to.path,class:o.normalizeClass(n.value),target:r.target,rel:"noopener noreferrer"},[o.renderSlot(t.$slots,"default")],10,gr)):(o.openBlock(),o.createBlock(o.unref(lo.RouterLink),{key:1,to:a.value?void 0:r.to,class:o.normalizeClass(n.value),"aria-disabled":a.value,target:r.target,onClick:l[0]||(l[0]=o.withModifiers(i=>a.value&&i.preventDefault(),["prevent"]))},{default:o.withCtx(()=>[o.renderSlot(t.$slots,"default")]),_:3},8,["to","class","aria-disabled","target"]))}},pr={class:"ui-section-divider"},br={key:0,class:"ui-section-divider__label"},hr={__name:"BaseSectionDivider",props:{label:{type:String,default:null}},setup(r){const e=r,a=o.computed(()=>!!e.label);return(n,t)=>(o.openBlock(),o.createElementBlock("div",pr,[a.value?(o.openBlock(),o.createElementBlock("span",br,o.toDisplayString(r.label),1)):o.createCommentVNode("",!0),t[0]||(t[0]=o.createElementVNode("div",{class:"ui-section-divider__line"},null,-1))]))}},vr={__name:"BaseSelect",props:{modelValue:{type:[String,Number,Boolean,null],default:null},options:{type:Array,required:!0},optionLabel:{type:String,default:"label"},optionValue:{type:String,default:null},placeholder:{type:String,default:"Selecione"},disabled:{type:Boolean,default:!1},loading:{type:Boolean,default:!1},invalid:{type:Boolean,default:!1},optionEmpty:{type:Object,default:null},size:{type:String,default:"md",validator(r){return["sm","md"].includes(r)}}},emits:["update:modelValue"],setup(r,{emit:e}){const a=r,n=e,t=o.computed({get:()=>a.modelValue,set:i=>n("update:modelValue",i)}),l=o.computed(()=>a.optionEmpty?[a.optionEmpty,...a.options]:a.options);return(i,c)=>(o.openBlock(),o.createBlock(o.unref(io),o.mergeProps({modelValue:t.value,"onUpdate:modelValue":c[0]||(c[0]=s=>t.value=s),options:l.value,"option-label":r.optionLabel,"option-value":r.optionValue,placeholder:r.placeholder,disabled:r.disabled,loading:r.loading,class:["ui-select w-full",{"p-invalid":r.invalid},{"p-sm":r.size==="sm"}]},i.$attrs),null,16,["modelValue","options","option-label","option-value","placeholder","disabled","loading","class"]))}},kr={__name:"BaseSwitch",props:{modelValue:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},loading:{type:Boolean,default:!1},inputId:{type:String,default:null},size:{type:String,default:"md",validator(r){return["sm","md"].includes(r)}}},emits:["update:modelValue"],setup(r,{emit:e}){const a=r,n=e,t=o.computed({get:()=>a.modelValue,set:i=>{a.disabled||a.loading||n("update:modelValue",i)}}),l=o.computed(()=>a.disabled||a.loading);return(i,c)=>(o.openBlock(),o.createBlock(o.unref(co),{modelValue:t.value,"onUpdate:modelValue":c[0]||(c[0]=s=>t.value=s),"input-id":r.inputId,disabled:l.value,class:o.normalizeClass(["base-switch",{"base-switch--sm":r.size==="sm"}])},null,8,["modelValue","input-id","disabled","class"]))}},yr={__name:"BaseTextarea",props:{modelValue:{type:[String,null],default:""},invalid:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},rows:{type:Number,default:4},autoResize:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(r,{emit:e}){const a=r,n=e,t=o.computed({get:()=>a.modelValue,set:l=>n("update:modelValue",l)});return(l,i)=>(o.openBlock(),o.createBlock(o.unref(so),o.mergeProps({modelValue:t.value,"onUpdate:modelValue":i[0]||(i[0]=c=>t.value=c),rows:r.rows,"auto-resize":r.autoResize,disabled:r.disabled,readonly:r.readonly,class:["w-full",{"p-invalid":r.invalid}]},l.$attrs),null,16,["modelValue","rows","auto-resize","disabled","readonly","class"]))}},Br={mounted(r){const e=()=>{typeof r?.focus=="function"&&r.focus()};requestAnimationFrame(()=>{e(),setTimeout(()=>{document.activeElement!==r&&e()},350)})}};var Cr={transitionDuration:"{transition.duration}"},xr={borderWidth:"0 0 1px 0",borderColor:"{content.border.color}"},$r={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"}},wr={borderWidth:"0",borderColor:"{content.border.color}",background:"{content.background}",color:"{text.color}",padding:"0 1.125rem 1.125rem 1.125rem"},Rr={root:Cr,panel:xr,header:$r,content:wr},Sr={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}"},zr={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},Vr={padding:"{list.padding}",gap:"{list.gap}"},Dr={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}"},Wr={background:"{list.option.group.background}",color:"{list.option.group.color}",fontWeight:"{list.option.group.font.weight}",padding:"{list.option.group.padding}"},Nr={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}"}},Ir={borderRadius:"{border.radius.sm}"},Fr={padding:"{list.option.padding}"},Er={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}"}}},Mr={root:Sr,overlay:zr,list:Vr,option:Dr,optionGroup:Wr,dropdown:Nr,chip:Ir,emptyMessage:Fr,colorScheme:Er},Or={width:"2rem",height:"2rem",fontSize:"1rem",background:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}"},qr={size:"1rem"},Pr={borderColor:"{content.background}",offset:"-0.75rem"},Tr={width:"3rem",height:"3rem",fontSize:"1.5rem",icon:{size:"1.5rem"},group:{offset:"-1rem"}},Ar={width:"4rem",height:"4rem",fontSize:"2rem",icon:{size:"2rem"},group:{offset:"-1.5rem"}},Hr={root:Or,icon:qr,group:Pr,lg:Tr,xl:Ar},jr={borderRadius:"{border.radius.md}",padding:"0 0.5rem",fontSize:"0.75rem",fontWeight:"700",minWidth:"1.5rem",height:"1.5rem"},Lr={size:"0.5rem"},Yr={fontSize:"0.625rem",minWidth:"1.25rem",height:"1.25rem"},Xr={fontSize:"0.875rem",minWidth:"1.75rem",height:"1.75rem"},Ur={fontSize:"1rem",minWidth:"2rem",height:"2rem"},Gr={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}"}}},Qr={root:jr,dot:Lr,sm:Yr,lg:Xr,xl:Ur,colorScheme:Gr},Kr={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"}},Jr={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.3s"},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}"}}}}},Zr={primitive:Kr,semantic:Jr},_r={borderRadius:"{content.border.radius}"},oe={root:_r},re={padding:"1rem",background:"{content.background}",gap:"0.5rem",transitionDuration:"{transition.duration}"},ee={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}"}},ae={color:"{navigation.item.icon.color}"},te={root:re,item:ee,separator:ae},ne={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}"},de={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}"}}},le={root:ne,colorScheme:de},ie={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)"},ce={padding:"1.25rem",gap:"0.5rem"},se={gap:"0.5rem"},ue={fontSize:"1.25rem",fontWeight:"500"},fe={color:"{text.muted.color}"},ge={root:ie,body:ce,caption:se,title:ue,subtitle:fe},me={transitionDuration:"{transition.duration}"},pe={gap:"0.25rem"},be={padding:"1rem",gap:"0.5rem"},he={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}"}},ve={light:{indicator:{background:"{surface.200}",hoverBackground:"{surface.300}",activeBackground:"{primary.color}"}},dark:{indicator:{background:"{surface.700}",hoverBackground:"{surface.600}",activeBackground:"{primary.color}"}}},ke={root:me,content:pe,indicatorList:be,indicator:he,colorScheme:ve},ye={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}"}},Be={width:"2.5rem",color:"{form.field.icon.color}"},Ce={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},xe={padding:"{list.padding}",gap:"{list.gap}",mobileIndent:"1rem"},$e={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"}},we={color:"{form.field.icon.color}"},Re={root:ye,dropdown:Be,overlay:Ce,list:xe,option:$e,clearIcon:we},Se={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"}},ze={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"}},Ve={root:Se,icon:ze},De={borderRadius:"16px",paddingX:"0.75rem",paddingY:"0.5rem",gap:"0.5rem",transitionDuration:"{transition.duration}"},We={width:"2rem",height:"2rem"},Ne={size:"1rem"},Ie={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}"}},Fe={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}"}}},Ee={root:De,image:We,icon:Ne,removeIcon:Ie,colorScheme:Fe},Me={transitionDuration:"{transition.duration}"},Oe={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}"}},qe={shadow:"{overlay.popover.shadow}",borderRadius:"{overlay.popover.borderRadius}"},Pe={light:{panel:{background:"{surface.800}",borderColor:"{surface.900}"},handle:{color:"{surface.0}"}},dark:{panel:{background:"{surface.900}",borderColor:"{surface.700}"},handle:{color:"{surface.0}"}}},Te={root:Me,preview:Oe,panel:qe,colorScheme:Pe},Ae={size:"2rem",color:"{overlay.modal.color}"},He={gap:"1rem"},je={icon:Ae,content:He},Le={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"},Ye={padding:"{overlay.popover.padding}",gap:"1rem"},Xe={size:"1.5rem",color:"{overlay.popover.color}"},Ue={gap:"0.5rem",padding:"0 {overlay.popover.padding} {overlay.popover.padding} {overlay.popover.padding}"},Ge={root:Le,content:Ye,icon:Xe,footer:Ue},Qe={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}",shadow:"{overlay.navigation.shadow}",transitionDuration:"{transition.duration}"},Ke={padding:"{navigation.list.padding}",gap:"{navigation.list.gap}"},Je={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}"}},Ze={mobileIndent:"1rem"},_e={size:"{navigation.submenu.icon.size}",color:"{navigation.submenu.icon.color}",focusColor:"{navigation.submenu.icon.focus.color}",activeColor:"{navigation.submenu.icon.active.color}"},oa={borderColor:"{content.border.color}"},ra={root:Qe,list:Ke,item:Je,submenu:Ze,submenuIcon:_e,separator:oa},ea=`
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("vue"),mo=require("primevue/autocomplete"),po=require("primevue/avatar"),bo=require("@fortawesome/vue-fontawesome"),ho=require("primevue/chart"),vo=require("primevue/checkbox"),eo=require("primevue/inputtext"),ao=require("primevue/datepicker"),ko=require("primevue/inputgroup"),yo=require("primevue/inputgroupaddon"),Co=require("primevue/popover"),$o=require("primevue/inputmask"),to=require("primevue/dialog"),Bo=require("primevue/drawer"),xo=require("primevue/multiselect"),wo=require("primevue/panel"),Ro=require("primevue/radiobutton"),So=require("vue-router"),zo=require("primevue/select"),Vo=require("primevue/toggleswitch"),Do=require("primevue/textarea"),Eo=require("primevue/config"),Oo=require("primevue/usetoast"),no={__name:"BaseAlert",props:{message:{type:String,default:""},variant:{type:String,default:"error"}},setup(r){const t=r,a=o.computed(()=>({"ui-alert-success":t.variant==="success","ui-alert-warning":t.variant==="warning","ui-alert-error":t.variant==="error","ui-alert-info":t.variant==="info"}));return(e,n)=>r.message?(o.openBlock(),o.createElementBlock("div",{key:0,class:o.normalizeClass(["ui-alert",a.value]),role:"alert"},o.toDisplayString(r.message),3)):o.createCommentVNode("",!0)}},Io={__name:"BaseAutoComplete",props:{modelValue:{type:[String,Number,Object,null],default:null},suggestions:{type:Array,default:()=>[]},invalid:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},size:{type:String,default:"md",validator(r){return["sm","md"].includes(r)}}},emits:["update:modelValue","complete","item-select","clear"],setup(r,{emit:t}){const a=r,e=t,n=o.computed({get:()=>a.modelValue,set:s=>e("update:modelValue",s)}),l=s=>e("complete",s),u=s=>e("item-select",s),i=()=>e("clear");return(s,c)=>(o.openBlock(),o.createBlock(o.unref(mo),o.mergeProps({modelValue:n.value,"onUpdate:modelValue":c[0]||(c[0]=g=>n.value=g),suggestions:r.suggestions,disabled:r.disabled,readonly:r.readonly,class:["w-full",{"p-invalid":r.invalid},{"p-sm":r.size==="sm"}]},s.$attrs,{onComplete:l,onItemSelect:u,onClear:i}),null,16,["modelValue","suggestions","disabled","readonly","class"]))}};function Wo(r){return r?r.trim().split(/\s+/).slice(0,2).map(t=>t[0].toUpperCase()).join(""):""}const No={__name:"BaseAvatar",props:{name:{type:String,required:!0},variant:{type:String,default:"primary",validator:r=>["primary","secondary","tertiary","success","warning","danger","info"].includes(r)},size:{type:String,default:"md",validator:r=>["sm","md","lg"].includes(r)}},setup(r){const t=r,a=o.computed(()=>Wo(t.name)),e=o.computed(()=>["base-avatar",`base-avatar--${t.variant}`,`base-avatar--${t.size}`]);return(n,l)=>(o.openBlock(),o.createBlock(o.unref(po),{label:a.value,shape:"circle",class:o.normalizeClass(e.value)},null,8,["label","class"]))}},W={__name:"FaIcon",props:{icon:{type:[Array,String,Object],required:!0}},setup(r){return(t,a)=>(o.openBlock(),o.createBlock(o.unref(bo.FontAwesomeIcon),o.mergeProps({icon:r.icon},t.$attrs),null,16,["icon"]))}},Po=["disabled","type"],jo={key:0,class:"loading",style:{color:"currentColor"}},Fo={key:2},F={__name:"BaseButton",props:{label:{type:String,default:""},loading:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},variant:{type:String,default:"primary"},type:{type:String,default:"button",validator(r){return["button","submit","reset"].includes(r)}},size:{type:String,default:"md",validator(r){return["sm","md"].includes(r)}},icon:{type:Array,default:null}},setup(r){const t=r,a=o.computed(()=>["ui-btn",{"ui-btn-primary":t.variant==="primary","ui-btn-secondary":t.variant==="secondary","ui-btn-tertiary":t.variant==="tertiary","ui-btn-ghost":t.variant==="ghost","ui-btn-outline":t.variant==="outline","ui-btn-error":t.variant==="error","ui-btn-danger":t.variant==="danger","ui-btn-sm":t.size==="sm"}]),e=o.computed(()=>t.disabled||t.loading);return(n,l)=>(o.openBlock(),o.createElementBlock("button",o.mergeProps(n.$attrs,{disabled:e.value,class:a.value,type:r.type}),[r.loading?(o.openBlock(),o.createElementBlock("span",jo)):r.icon&&!r.loading?(o.openBlock(),o.createBlock(W,{key:1,icon:r.icon},null,8,["icon"])):o.createCommentVNode("",!0),r.label?(o.openBlock(),o.createElementBlock("span",Fo,o.toDisplayString(r.label),1)):o.createCommentVNode("",!0),o.renderSlot(n.$slots,"default")],16,Po))}},To={key:0,class:"ui-card-header"},Ao={key:0,class:"ui-card-title"},Mo={key:1,class:"ui-card-subtitle"},Lo={class:"ui-card-content"},qo={key:1,class:"ui-card-footer"},Ho={class:"ui-card-footer-content"},Yo={__name:"BaseCard",props:{title:{type:String,default:""},subtitle:{type:String,default:""},className:{type:String,default:""},hasFooter:{type:Boolean,default:!1},alertMessage:{type:String,default:""},alertVariant:{type:String,default:"error"}},setup(r){const t=r,a=o.computed(()=>!!(t.title||t.subtitle)),e=o.computed(()=>["ui-card",t.className,{"ui-card-has-footer":t.hasFooter}]);return(n,l)=>(o.openBlock(),o.createElementBlock("section",{class:o.normalizeClass(e.value)},[a.value?(o.openBlock(),o.createElementBlock("header",To,[r.title?(o.openBlock(),o.createElementBlock("div",Ao,o.toDisplayString(r.title),1)):o.createCommentVNode("",!0),r.subtitle?(o.openBlock(),o.createElementBlock("div",Mo,o.toDisplayString(r.subtitle),1)):o.createCommentVNode("",!0)])):o.createCommentVNode("",!0),o.createElementVNode("div",Lo,[o.createVNode(no,{message:r.alertMessage,variant:r.alertVariant},null,8,["message","variant"]),o.renderSlot(n.$slots,"default")]),r.hasFooter?(o.openBlock(),o.createElementBlock("footer",qo,[o.createElementVNode("div",Ho,[o.renderSlot(n.$slots,"footer")])])):o.createCommentVNode("",!0)],2))}},Xo={__name:"BaseChart",props:{type:{type:String,required:!0,validator:r=>["bar","line","pie","doughnut"].includes(r)},data:{type:Object,required:!0},options:{type:Object,default:()=>({})},height:{type:String,default:null}},setup(r){const t=Object.freeze([{borderColor:"#364bf5",backgroundColor:"rgba(54, 75, 245, 0.60)"},{borderColor:"#22c55e",backgroundColor:"rgba(34, 197, 94, 0.60)"},{borderColor:"#f59e0b",backgroundColor:"rgba(245, 158, 11, 0.60)"},{borderColor:"#ef4444",backgroundColor:"rgba(239, 68, 68, 0.60)"},{borderColor:"#38bdf8",backgroundColor:"rgba(56, 189, 248, 0.60)"},{borderColor:"#a855f7",backgroundColor:"rgba(168, 85, 247, 0.60)"}]),a=r,e=o.ref(null),n=o.ref(!1);function l(m,b){const k={...m};for(const d of Object.keys(b))b[d]!==null&&typeof b[d]=="object"&&!Array.isArray(b[d])&&typeof m[d]=="object"?k[d]=l(m[d]??{},b[d]):k[d]=b[d];return k}const u=o.computed(()=>!["pie","doughnut"].includes(a.type)),i=o.computed(()=>a.height?a.height:u.value?"300px":"400px"),s=o.computed(()=>{if(!a.data?.datasets)return a.data;const m=a.data.datasets.map((b,k)=>{const d=t[k%t.length];return["pie","doughnut"].includes(a.type)?{...b,backgroundColor:t.map(p=>p.backgroundColor),borderColor:t.map(p=>p.borderColor),borderWidth:1.5}:{...b,backgroundColor:b.backgroundColor??d.backgroundColor,borderColor:b.borderColor??d.borderColor,borderWidth:b.borderWidth??1.5,borderRadius:a.type==="bar"?4:0}});return{...a.data,datasets:m}}),c=o.computed(()=>({responsive:!0,maintainAspectRatio:!1,plugins:{legend:{labels:{color:"var(--p-text-color)",font:{family:"Nunito Sans"},boxWidth:12,boxHeight:12,borderRadius:3}}},scales:u.value?{x:{ticks:{color:"var(--p-text-muted-color)",font:{family:"Nunito Sans"}},grid:{color:"rgba(0, 0, 0, 0.06)"},border:{display:!1}},y:{ticks:{color:"var(--p-text-muted-color)",font:{family:"Nunito Sans"}},grid:{color:"rgba(0, 0, 0, 0.06)"},border:{display:!1}}}:void 0})),g=o.computed(()=>l(c.value,a.options));return o.onMounted(()=>{n.value=!0}),o.onBeforeUnmount(()=>{n.value=!1,e.value?.chart&&e.value.chart.destroy()}),(m,b)=>n.value?(o.openBlock(),o.createBlock(o.unref(ho),{key:0,ref_key:"chartRef",ref:e,type:r.type,data:s.value,options:g.value,style:o.normalizeStyle({height:i.value,width:"100%"})},null,8,["type","data","options","style"])):o.createCommentVNode("",!0)}},Go={__name:"BaseCheckbox",props:{modelValue:{type:[Boolean,Array,null],default:null},value:{type:[String,Number,Boolean,Object],default:void 0},inputId:{type:String,default:void 0},name:{type:String,default:void 0},invalid:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(r,{emit:t}){const a=r,e=t,n=o.computed({get:()=>a.modelValue,set:l=>e("update:modelValue",l)});return(l,u)=>(o.openBlock(),o.createBlock(o.unref(vo),o.mergeProps({modelValue:n.value,"onUpdate:modelValue":u[0]||(u[0]=i=>n.value=i),value:r.value,"input-id":r.inputId,name:r.name,disabled:r.disabled,class:[{"p-invalid":r.invalid}]},l.$attrs),null,16,["modelValue","value","input-id","name","disabled","class"]))}},Uo={class:"ui-currency"},Qo={__name:"BaseCurrency",props:{modelValue:{type:[Number,null],default:null},invalid:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},placeholder:{type:String,default:"0,00"},size:{type:String,default:"md",validator(r){return["sm","md"].includes(r)}}},emits:["update:modelValue"],setup(r,{emit:t}){const a=r,e=t,n=s=>s==null||s===""?"":Number(s).toLocaleString("pt-BR",{minimumFractionDigits:2,maximumFractionDigits:2}),l=s=>{if(!s)return null;const c=s.replace(/\D/g,"");return c?Number(c)/100:null},u=o.computed(()=>n(a.modelValue)),i=s=>{const c=l(s.target.value);e("update:modelValue",c),s.target.value=n(c)};return(s,c)=>(o.openBlock(),o.createElementBlock("div",Uo,[o.createVNode(o.unref(eo),o.mergeProps({value:u.value,placeholder:r.placeholder,disabled:r.disabled,readonly:r.readonly,class:["w-full",{"p-invalid":r.invalid},{"p-sm":r.size==="sm"}]},s.$attrs,{onInput:i}),null,16,["value","placeholder","disabled","readonly","class"])]))}},lo={__name:"BaseInputMask",props:{modelValue:{type:[String,Number,null],default:""},invalid:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},mask:{type:String,required:!0},slotChar:{type:String,default:"_"},autoClear:{type:Boolean,default:!1},size:{type:String,default:"md",validator(r){return["sm","md"].includes(r)}}},emits:["update:modelValue"],setup(r,{emit:t}){const a=r,e=t,n=o.computed({get:()=>a.modelValue,set:l=>e("update:modelValue",l)});return(l,u)=>(o.openBlock(),o.createBlock(o.unref($o),o.mergeProps({modelValue:n.value,"onUpdate:modelValue":u[0]||(u[0]=i=>n.value=i),mask:r.mask,"slot-char":r.slotChar,"auto-clear":r.autoClear,disabled:r.disabled,readonly:r.readonly,class:["w-full",{"p-invalid":r.invalid},{"p-sm":r.size==="sm"}]},l.$attrs),null,16,["modelValue","mask","slot-char","auto-clear","disabled","readonly","class"]))}},Ko={__name:"BaseDate",props:{modelValue:{type:[Date,Array,null],default:null},invalid:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},selectionMode:{type:String,default:"single"},minDate:{type:Date,default:null},maxDate:{type:Date,default:null},placeholder:{type:String,default:"dd/mm/aaaa"},mask:{type:String,default:"99/99/9999"},showToday:{type:Boolean,default:!1},showClear:{type:Boolean,default:!1},calendarIcon:{type:[Array,Object,String],default:null},size:{type:String,default:"md",validator(r){return["sm","md"].includes(r)}}},emits:["update:modelValue","update:textValue","blur"],setup(r,{expose:t,emit:a}){const e=r,n=a,l=o.ref(null),u=o.ref(""),i=o.ref(null),s=o.ref(0),c=o.computed(()=>e.selectionMode==="range"),g=f=>String(f).padStart(2,"0"),m=f=>{if(!(f instanceof Date)||Number.isNaN(f.getTime()))return"";const v=g(f.getDate()),y=g(f.getMonth()+1),B=String(f.getFullYear());return`${v}/${y}/${B}`},b=f=>{if(!f||typeof f!="string")return null;const v=f.match(/^(\d{2})\/(\d{2})\/(\d{4})$/);if(!v)return null;const y=Number(v[1]),B=Number(v[2]),w=Number(v[3]);if(B<1||B>12||y<1||y>31||w<1e3||w>9999)return null;const I=new Date(w,B-1,y);return I.getFullYear()!==w||I.getMonth()!==B-1||I.getDate()!==y?null:I},k=f=>!(!(f instanceof Date)||Number.isNaN(f.getTime())||e.minDate&&f<e.minDate||e.maxDate&&f>e.maxDate),d=f=>{const[v,y]=f||[],B=v?m(v):"",w=y?m(y):"";return!B&&!w?"":B&&!w?`${B} - `:`${B} - ${w}`},h=f=>{if(!f||typeof f!="string")return null;const v=f.match(/^(.+?)\s*-\s*(.+?)$/);if(!v)return null;const y=b(v[1].trim()),B=b(v[2].trim());return!y||!B?null:[y,B]},p=f=>/^\d{2}\/\d{2}\/\d{4} - \d{2}\/\d{2}\/\d{4}$/.test((f||"").replace(/_/g,"").trim()),C=f=>{u.value=f,n("update:textValue",f)},V=f=>{C(m(f)),i.value=f},D=f=>{C(d(f)),i.value=f},x=f=>{if(!Array.isArray(f))return;const[v,y]=f;!(v instanceof Date)||!(y instanceof Date)||n("update:modelValue",[v,y])},N=()=>{C(""),i.value=null,s.value+=1,n("update:modelValue",null)},P=f=>{if(C(f),!f){i.value=null,n("update:modelValue",null);return}if(c.value){if(!p(f))return;const y=h(f);if(!y){n("update:modelValue",[null,null]);return}i.value=y,x(y);return}const v=b(f);v&&(i.value=v,n("update:modelValue",v))},L=f=>{if(f){if(c.value){i.value=f;const[v,y]=f||[];v instanceof Date&&y instanceof Date&&(D(f),x(f),l.value&&l.value.hide());return}V(f),n("update:modelValue",f),l.value&&l.value.hide()}},j=()=>{c.value&&O.value&&N(),n("blur")},q=f=>{l.value&&l.value.toggle(f)},H=()=>{const f=new Date,v=new Date(f.getFullYear(),f.getMonth(),f.getDate());if(k(v)){if(c.value){const y=[v,v];D(y),n("update:modelValue",y);return}V(v),n("update:modelValue",v)}},E=o.computed({get:()=>u.value,set:f=>P(f)}),O=o.computed(()=>c.value&&!!u.value&&!p(u.value));return t({hasPartialInput:O}),o.watch(()=>e.modelValue,f=>{if(f===null){(u.value!==""||i.value!==null)&&(C(""),i.value=null);return}if(c.value){Array.isArray(f)&&f[0]instanceof Date&&f[1]instanceof Date&&D(f);return}f instanceof Date&&V(f)},{immediate:!0}),(f,v)=>(o.openBlock(),o.createBlock(o.unref(ko),{class:"ui-inputgroup"},{default:o.withCtx(()=>[(o.openBlock(),o.createBlock(lo,o.mergeProps({key:s.value,modelValue:E.value,"onUpdate:modelValue":v[0]||(v[0]=y=>E.value=y),mask:c.value?"99/99/9999 - 99/99/9999":r.mask,placeholder:r.placeholder,disabled:r.disabled,invalid:r.invalid,size:r.size},f.$attrs,{onBlur:j}),null,16,["modelValue","mask","placeholder","disabled","invalid","size"])),o.createVNode(o.unref(yo),{class:o.normalizeClass(["ui-inputgroup-addon",{"ui-inputgroup-addon--sm":r.size==="sm"}])},{default:o.withCtx(()=>[r.showClear?(o.openBlock(),o.createBlock(F,{key:0,type:"button",variant:"outline",size:r.size,disabled:r.disabled,"aria-label":"Limpar data",onClick:N},{default:o.withCtx(()=>[...v[2]||(v[2]=[o.createTextVNode(" Limpar ",-1)])]),_:1},8,["size","disabled"])):o.createCommentVNode("",!0),r.showToday?(o.openBlock(),o.createBlock(F,{key:1,type:"button",variant:"outline",size:r.size,disabled:r.disabled,"aria-label":"Selecionar hoje",onClick:H},{default:o.withCtx(()=>[...v[3]||(v[3]=[o.createTextVNode(" Hoje ",-1)])]),_:1},8,["size","disabled"])):o.createCommentVNode("",!0),o.createVNode(F,{type:"button",variant:"ghost",size:r.size,disabled:r.disabled,"aria-label":"Abrir calendário",onClick:q},{default:o.withCtx(()=>[r.calendarIcon?(o.openBlock(),o.createBlock(W,{key:0,class:"text-lg",icon:r.calendarIcon},null,8,["icon"])):o.createCommentVNode("",!0)]),_:1},8,["size","disabled"])]),_:1},8,["class"]),o.createVNode(o.unref(Co),{ref_key:"popoverRef",ref:l},{default:o.withCtx(()=>[o.createVNode(o.unref(ao),{modelValue:i.value,"onUpdate:modelValue":[v[1]||(v[1]=y=>i.value=y),L],inline:"","selection-mode":r.selectionMode,"min-date":r.minDate,"max-date":r.maxDate},null,8,["modelValue","selection-mode","min-date","max-date"])]),_:1},512)]),_:1}))}},Jo={__name:"BaseDatePicker",props:{modelValue:{type:[Date,String,Array,null],default:null},invalid:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},size:{type:String,default:"md",validator(r){return["sm","md"].includes(r)}}},emits:["update:modelValue"],setup(r,{emit:t}){const a=r,e=t,n=o.computed({get:()=>a.modelValue,set:l=>e("update:modelValue",l)});return(l,u)=>(o.openBlock(),o.createBlock(o.unref(ao),o.mergeProps({modelValue:n.value,"onUpdate:modelValue":u[0]||(u[0]=i=>n.value=i),disabled:r.disabled,class:["w-full",{"p-invalid":r.invalid},{"p-sm":r.size==="sm"}]},l.$attrs),null,16,["modelValue","disabled","class"]))}},M=(r,t)=>{const a=r.__vccOpts||r;for(const[e,n]of t)a[e]=n;return a},Zo={key:0,class:"ui-dialog-body"},_o={key:1,class:"ui-dialog-content"},or={__name:"BaseDialog",props:{modelValue:{type:Boolean,required:!0},header:{type:String,default:""},icon:{type:Array,default:null},content:{type:String,default:""},size:{type:String,default:"md",validator:r=>["sm","md","lg","full"].includes(r)},closable:{type:Boolean,default:!0},dismissableMask:{type:Boolean,default:!0},closeOnEscape:{type:Boolean,default:!0}},emits:["update:modelValue","hide","show"],setup(r,{emit:t}){const a=r,e=t,n=o.computed({get:()=>a.modelValue,set:g=>e("update:modelValue",g)}),l={sm:"24rem",md:"32rem",lg:"48rem",full:"64rem"},u=o.computed(()=>({width:`min(92vw, ${l[a.size]})`})),i=o.computed(()=>!!(a.icon||a.content)),s=()=>e("hide"),c=()=>e("show");return(g,m)=>(o.openBlock(),o.createBlock(o.unref(to),{visible:n.value,"onUpdate:visible":m[0]||(m[0]=b=>n.value=b),modal:"",draggable:!1,header:r.header,closable:r.closable,"dismissable-mask":r.dismissableMask,"close-on-escape":r.closeOnEscape,style:o.normalizeStyle(u.value),onHide:s,onShow:c},o.createSlots({default:o.withCtx(()=>[i.value&&!g.$slots.default?(o.openBlock(),o.createElementBlock("div",Zo,[r.icon?(o.openBlock(),o.createBlock(W,{key:0,icon:r.icon,class:"ui-dialog-icon"},null,8,["icon"])):o.createCommentVNode("",!0),r.content?(o.openBlock(),o.createElementBlock("p",_o,o.toDisplayString(r.content),1)):o.createCommentVNode("",!0)])):o.createCommentVNode("",!0),o.renderSlot(g.$slots,"default",{},void 0,!0)]),_:2},[g.$slots.header?{name:"header",fn:o.withCtx(()=>[o.renderSlot(g.$slots,"header",{},void 0,!0)]),key:"0"}:void 0,g.$slots.footer?{name:"footer",fn:o.withCtx(()=>[o.renderSlot(g.$slots,"footer",{},void 0,!0)]),key:"1"}:void 0]),1032,["visible","header","closable","dismissable-mask","close-on-escape","style"]))}},rr=M(or,[["__scopeId","data-v-d952cadc"]]),er={class:"ui-drawer-content"},ar=Object.assign({inheritAttrs:!1},{__name:"BaseDrawer",props:{visible:{type:Boolean,default:!1},position:{type:String,default:"left"},title:{type:String,default:"Atenção"},modal:{type:Boolean,default:!0},dismissable:{type:Boolean,default:!0}},emits:["update:visible"],setup(r,{emit:t}){const a=r,e=t,n=o.computed(()=>a.visible),l=()=>e("update:visible",!1),u=s=>{s.target===s.currentTarget&&l()},i=s=>{e("update:visible",s)};return(s,c)=>(o.openBlock(),o.createElementBlock(o.Fragment,null,[(o.openBlock(),o.createBlock(o.Teleport,{to:"body"},[n.value?(o.openBlock(),o.createElementBlock("div",{key:0,class:"ui-drawer-backdrop",role:"presentation",onClick:u})):o.createCommentVNode("",!0)])),o.createVNode(o.unref(Bo),o.mergeProps(s.$attrs,{modal:r.modal,dismissable:r.dismissable,header:r.title,"show-close-icon":!1,visible:n.value,position:r.position,class:"ui-drawer","onUpdate:visible":i}),{default:o.withCtx(()=>[o.createElementVNode("div",er,[o.renderSlot(s.$slots,"default")])]),_:3},16,["modal","dismissable","header","visible","position"])],64))}}),tr={class:"ui-empty"},nr={class:"ui-empty__media"},lr=["src"],dr={class:"ui-empty__content"},ir={class:"ui-empty__title"},cr={key:0,class:"ui-empty__description"},sr={class:"ui-empty__actions"},ur={__name:"BaseEmpty",props:{icon:{type:Array,default:()=>["fal","info-circle"]},image:{type:String,default:null},title:{type:String,default:"Nenhum resultado encontrado"},description:{type:String,default:""}},setup(r){const t=r,a=o.computed(()=>!!t.image),e=o.computed(()=>!!t.description);return(n,l)=>(o.openBlock(),o.createElementBlock("div",tr,[o.createElementVNode("div",nr,[a.value?(o.openBlock(),o.createElementBlock("img",{key:0,src:r.image,alt:"",class:"ui-empty__image"},null,8,lr)):(o.openBlock(),o.createBlock(W,{key:1,icon:r.icon,class:"ui-empty__icon"},null,8,["icon"]))]),o.createElementVNode("div",dr,[o.createElementVNode("h3",ir,o.toDisplayString(r.title),1),e.value?(o.openBlock(),o.createElementBlock("p",cr,o.toDisplayString(r.description),1)):o.createCommentVNode("",!0),o.createElementVNode("div",sr,[o.renderSlot(n.$slots,"default",{},void 0,!0)])])]))}},fr=M(ur,[["__scopeId","data-v-91327e2b"]]),gr={class:"ui-field"},mr=["for"],pr={class:"ui-control"},br={key:1,class:"ui-error",role:"alert"},hr={key:2,class:"ui-help"},vr={__name:"BaseField",props:{label:{type:String,default:""},forId:{type:String,default:""},error:{type:String,default:""},help:{type:String,default:""}},setup(r){const t=r,a=o.computed(()=>!!t.label),e=o.computed(()=>!!t.error),n=o.computed(()=>!!t.help);return(l,u)=>(o.openBlock(),o.createElementBlock("div",gr,[a.value?(o.openBlock(),o.createElementBlock("label",{key:0,class:"ui-label",for:r.forId},o.toDisplayString(r.label),9,mr)):o.createCommentVNode("",!0),o.createElementVNode("div",pr,[o.renderSlot(l.$slots,"default")]),e.value?(o.openBlock(),o.createElementBlock("small",br,o.toDisplayString(r.error),1)):n.value?(o.openBlock(),o.createElementBlock("small",hr,o.toDisplayString(r.help),1)):o.createCommentVNode("",!0)]))}},kr={class:"ui-forbidden"},yr={class:"ui-forbidden__icon"},Cr={class:"ui-forbidden__content"},$r={class:"ui-forbidden__title"},Br={class:"ui-forbidden__description"},xr={key:0,class:"ui-forbidden__actions"},wr={__name:"BaseForbidden",props:{title:{type:String,default:"Acesso não autorizado"},description:{type:String,default:"Você não possui os privilégios necessários para realizar essa ação. Entre em contato com o administrador para solicitar o acesso."}},setup(r){return(t,a)=>(o.openBlock(),o.createElementBlock("div",kr,[o.createElementVNode("div",yr,[o.createVNode(W,{icon:["fal","user-shield"]})]),o.createElementVNode("div",Cr,[o.createElementVNode("h3",$r,o.toDisplayString(r.title),1),o.createElementVNode("p",Br,o.toDisplayString(r.description),1),t.$slots.default?(o.openBlock(),o.createElementBlock("div",xr,[o.renderSlot(t.$slots,"default",{},void 0,!0)])):o.createCommentVNode("",!0)])]))}},Rr=M(wr,[["__scopeId","data-v-1025847b"]]),Sr={__name:"BaseInputText",props:{modelValue:{type:[String,Number,null],default:""},invalid:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},size:{type:String,default:"md",validator(r){return["sm","md"].includes(r)}}},emits:["update:modelValue"],setup(r,{expose:t,emit:a}){const e=r,n=a,l=o.computed({get:()=>e.modelValue,set:i=>n("update:modelValue",i)}),u=o.ref(null);return t({focus:()=>u.value?.$el?.focus()}),(i,s)=>(o.openBlock(),o.createBlock(o.unref(eo),o.mergeProps({ref_key:"inputRef",ref:u,modelValue:l.value,"onUpdate:modelValue":s[0]||(s[0]=c=>l.value=c),disabled:r.disabled,readonly:r.readonly,class:["w-full",{"p-invalid":r.invalid},{"p-sm":r.size==="sm"}]},i.$attrs),null,16,["modelValue","disabled","readonly","class"]))}},zr={__name:"BaseModal",props:{modelValue:{type:Boolean,required:!0},header:{type:String,default:""},size:{type:String,default:"md",validator:r=>["sm","md","lg","full"].includes(r)},closable:{type:Boolean,default:!0},dismissableMask:{type:Boolean,default:!1},closeOnEscape:{type:Boolean,default:!0}},emits:["update:modelValue","hide","show"],setup(r,{emit:t}){const a=r,e=t,n=o.computed({get:()=>a.modelValue,set:c=>e("update:modelValue",c)}),l={sm:"24rem",md:"38rem",lg:"56rem",full:"72rem"},u=o.computed(()=>({width:`min(92vw, ${l[a.size]})`})),i=()=>e("hide"),s=()=>e("show");return(c,g)=>(o.openBlock(),o.createBlock(o.unref(to),{visible:n.value,"onUpdate:visible":g[0]||(g[0]=m=>n.value=m),modal:"",draggable:!1,header:r.header,closable:r.closable,"dismissable-mask":r.dismissableMask,"close-on-escape":r.closeOnEscape,style:o.normalizeStyle(u.value),onHide:i,onShow:s},o.createSlots({default:o.withCtx(()=>[o.renderSlot(c.$slots,"default")]),_:2},[c.$slots.header?{name:"header",fn:o.withCtx(()=>[o.renderSlot(c.$slots,"header")]),key:"0"}:void 0,c.$slots.footer?{name:"footer",fn:o.withCtx(()=>[o.renderSlot(c.$slots,"footer")]),key:"1"}:void 0]),1032,["visible","header","closable","dismissable-mask","close-on-escape","style"]))}},Vr={__name:"BaseMultiSelect",props:{modelValue:{type:Array,default:()=>[]},options:{type:Array,required:!0},optionLabel:{type:String,default:"label"},optionValue:{type:String,default:null},placeholder:{type:String,default:"Selecione"},disabled:{type:Boolean,default:!1},loading:{type:Boolean,default:!1},invalid:{type:Boolean,default:!1},filter:{type:Boolean,default:!1},size:{type:String,default:"md",validator(r){return["sm","md"].includes(r)}}},emits:["update:modelValue"],setup(r,{emit:t}){const a=r,e=t,n=o.computed({get:()=>a.modelValue,set:l=>e("update:modelValue",l)});return(l,u)=>(o.openBlock(),o.createBlock(o.unref(xo),o.mergeProps({modelValue:n.value,"onUpdate:modelValue":u[0]||(u[0]=i=>n.value=i),fluid:"",options:r.options,"option-label":r.optionLabel,"option-value":r.optionValue,placeholder:r.placeholder,disabled:r.disabled,loading:r.loading,filter:r.filter,class:[{"p-invalid":r.invalid},{"p-sm":r.size==="sm"}]},l.$attrs),null,16,["modelValue","options","option-label","option-value","placeholder","disabled","loading","filter","class"]))}},Dr={__name:"BasePanel",props:{header:{type:String,default:""},variant:{type:String,default:null,validator:r=>["success","warning","danger","info","gray"].includes(r)},toggleable:{type:Boolean,default:!1},collapsed:{type:Boolean,default:!1}},setup(r){const t=r,a=o.computed(()=>({"ui-panel":!0,[`ui-panel--${t.variant}`]:!!t.variant}));return(e,n)=>(o.openBlock(),o.createBlock(o.unref(wo),{header:r.header,toggleable:r.toggleable,collapsed:r.collapsed,class:o.normalizeClass(a.value)},o.createSlots({default:o.withCtx(()=>[o.renderSlot(e.$slots,"default",{},void 0,!0)]),_:2},[e.$slots.header?{name:"header",fn:o.withCtx(()=>[o.renderSlot(e.$slots,"header",{},void 0,!0)]),key:"0"}:void 0,e.$slots.icons?{name:"icons",fn:o.withCtx(()=>[o.renderSlot(e.$slots,"icons",{},void 0,!0)]),key:"1"}:void 0]),1032,["header","toggleable","collapsed","class"]))}},Er=M(Dr,[["__scopeId","data-v-cc034b6b"]]),Or={__name:"BaseRadioButton",props:{modelValue:{type:[String,Number,Boolean,Object,null],default:null},value:{type:[String,Number,Boolean,Object],required:!0},name:{type:String,default:void 0},inputId:{type:String,default:void 0},invalid:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(r,{emit:t}){const a=r,e=t,n=o.computed({get:()=>a.modelValue,set:l=>e("update:modelValue",l)});return(l,u)=>(o.openBlock(),o.createBlock(o.unref(Ro),o.mergeProps({modelValue:n.value,"onUpdate:modelValue":u[0]||(u[0]=i=>n.value=i),value:r.value,name:r.name,"input-id":r.inputId,disabled:r.disabled,class:[{"p-invalid":r.invalid}]},l.$attrs),null,16,["modelValue","value","name","input-id","disabled","class"]))}},Ir=["href","target"],Wr={__name:"BaseRouterLink",props:{to:{type:[String,Object],default:"/"},loading:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},variant:{type:String,default:"primary"},target:{type:String,default:null}},setup(r){const t=r,a=o.computed(()=>t.disabled||t.loading),e=o.computed(()=>["ui-btn",{"ui-btn-primary":t.variant==="primary","ui-btn-secondary":t.variant==="secondary","ui-btn-ghost":t.variant==="ghost","ui-btn-outline":t.variant==="outline","ui-btn-disabled":a.value}]);return(n,l)=>r.target==="_blank"?(o.openBlock(),o.createElementBlock("a",{key:0,href:typeof r.to=="string"?r.to:r.to.path,class:o.normalizeClass(e.value),target:r.target,rel:"noopener noreferrer"},[o.renderSlot(n.$slots,"default")],10,Ir)):(o.openBlock(),o.createBlock(o.unref(So.RouterLink),{key:1,to:a.value?void 0:r.to,class:o.normalizeClass(e.value),"aria-disabled":a.value,target:r.target,onClick:l[0]||(l[0]=o.withModifiers(u=>a.value&&u.preventDefault(),["prevent"]))},{default:o.withCtx(()=>[o.renderSlot(n.$slots,"default")]),_:3},8,["to","class","aria-disabled","target"]))}},Nr={class:"ui-section-divider"},Pr={key:0,class:"ui-section-divider__label"},jr={__name:"BaseSectionDivider",props:{label:{type:String,default:null}},setup(r){const t=r,a=o.computed(()=>!!t.label);return(e,n)=>(o.openBlock(),o.createElementBlock("div",Nr,[a.value?(o.openBlock(),o.createElementBlock("span",Pr,o.toDisplayString(r.label),1)):o.createCommentVNode("",!0),n[0]||(n[0]=o.createElementVNode("div",{class:"ui-section-divider__line"},null,-1))]))}},Fr={__name:"BaseSelect",props:{modelValue:{type:[String,Number,Boolean,null],default:null},options:{type:Array,required:!0},optionLabel:{type:String,default:"label"},optionValue:{type:String,default:null},placeholder:{type:String,default:"Selecione"},disabled:{type:Boolean,default:!1},loading:{type:Boolean,default:!1},invalid:{type:Boolean,default:!1},optionEmpty:{type:Object,default:null},size:{type:String,default:"md",validator(r){return["sm","md"].includes(r)}}},emits:["update:modelValue"],setup(r,{emit:t}){const a=r,e=t,n=o.computed({get:()=>a.modelValue,set:u=>e("update:modelValue",u)}),l=o.computed(()=>a.optionEmpty?[a.optionEmpty,...a.options]:a.options);return(u,i)=>(o.openBlock(),o.createBlock(o.unref(zo),o.mergeProps({modelValue:n.value,"onUpdate:modelValue":i[0]||(i[0]=s=>n.value=s),options:l.value,"option-label":r.optionLabel,"option-value":r.optionValue,placeholder:r.placeholder,disabled:r.disabled,loading:r.loading,class:["ui-select w-full",{"p-invalid":r.invalid},{"p-sm":r.size==="sm"}]},u.$attrs),null,16,["modelValue","options","option-label","option-value","placeholder","disabled","loading","class"]))}},Tr={__name:"BaseSwitch",props:{modelValue:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},loading:{type:Boolean,default:!1},inputId:{type:String,default:null},size:{type:String,default:"md",validator(r){return["sm","md"].includes(r)}}},emits:["update:modelValue"],setup(r,{emit:t}){const a=r,e=t,n=o.computed({get:()=>a.modelValue,set:u=>{a.disabled||a.loading||e("update:modelValue",u)}}),l=o.computed(()=>a.disabled||a.loading);return(u,i)=>(o.openBlock(),o.createBlock(o.unref(Vo),{modelValue:n.value,"onUpdate:modelValue":i[0]||(i[0]=s=>n.value=s),"input-id":r.inputId,disabled:l.value,class:o.normalizeClass(["base-switch",{"base-switch--sm":r.size==="sm"}])},null,8,["modelValue","input-id","disabled","class"]))}},Ar={__name:"BaseTextarea",props:{modelValue:{type:[String,null],default:""},invalid:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},rows:{type:Number,default:4},autoResize:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(r,{emit:t}){const a=r,e=t,n=o.computed({get:()=>a.modelValue,set:l=>e("update:modelValue",l)});return(l,u)=>(o.openBlock(),o.createBlock(o.unref(Do),o.mergeProps({modelValue:n.value,"onUpdate:modelValue":u[0]||(u[0]=i=>n.value=i),rows:r.rows,"auto-resize":r.autoResize,disabled:r.disabled,readonly:r.readonly,class:["w-full",{"p-invalid":r.invalid}]},l.$attrs),null,16,["modelValue","rows","auto-resize","disabled","readonly","class"]))}},Mr={mounted(r){const t=()=>{typeof r?.focus=="function"&&r.focus()};requestAnimationFrame(()=>{t(),setTimeout(()=>{document.activeElement!==r&&t()},350)})}};var Lr={transitionDuration:"{transition.duration}"},qr={borderWidth:"0 0 1px 0",borderColor:"{content.border.color}"},Hr={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"}},Yr={borderWidth:"0",borderColor:"{content.border.color}",background:"{content.background}",color:"{text.color}",padding:"0 1.125rem 1.125rem 1.125rem"},Xr={root:Lr,panel:qr,header:Hr,content:Yr},Gr={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}"},Ur={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},Qr={padding:"{list.padding}",gap:"{list.gap}"},Kr={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}"},Jr={background:"{list.option.group.background}",color:"{list.option.group.color}",fontWeight:"{list.option.group.font.weight}",padding:"{list.option.group.padding}"},Zr={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}"}},_r={borderRadius:"{border.radius.sm}"},oe={padding:"{list.option.padding}"},re={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}"}}},ee={root:Gr,overlay:Ur,list:Qr,option:Kr,optionGroup:Jr,dropdown:Zr,chip:_r,emptyMessage:oe,colorScheme:re},ae={width:"2rem",height:"2rem",fontSize:"1rem",background:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}"},te={size:"1rem"},ne={borderColor:"{content.background}",offset:"-0.75rem"},le={width:"3rem",height:"3rem",fontSize:"1.5rem",icon:{size:"1.5rem"},group:{offset:"-1rem"}},de={width:"4rem",height:"4rem",fontSize:"2rem",icon:{size:"2rem"},group:{offset:"-1.5rem"}},ie={root:ae,icon:te,group:ne,lg:le,xl:de},ce={borderRadius:"{border.radius.md}",padding:"0 0.5rem",fontSize:"0.75rem",fontWeight:"700",minWidth:"1.5rem",height:"1.5rem"},se={size:"0.5rem"},ue={fontSize:"0.625rem",minWidth:"1.25rem",height:"1.25rem"},fe={fontSize:"0.875rem",minWidth:"1.75rem",height:"1.75rem"},ge={fontSize:"1rem",minWidth:"2rem",height:"2rem"},me={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}"}}},pe={root:ce,dot:se,sm:ue,lg:fe,xl:ge,colorScheme:me},be={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"}},he={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.3s"},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}"}}}}},ve={primitive:be,semantic:he},ke={borderRadius:"{content.border.radius}"},ye={root:ke},Ce={padding:"1rem",background:"{content.background}",gap:"0.5rem",transitionDuration:"{transition.duration}"},$e={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}"}},Be={color:"{navigation.item.icon.color}"},xe={root:Ce,item:$e,separator:Be},we={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}"},Re={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}"}}},Se={root:we,colorScheme:Re},ze={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)"},Ve={padding:"1.25rem",gap:"0.5rem"},De={gap:"0.5rem"},Ee={fontSize:"1.25rem",fontWeight:"500"},Oe={color:"{text.muted.color}"},Ie={root:ze,body:Ve,caption:De,title:Ee,subtitle:Oe},We={transitionDuration:"{transition.duration}"},Ne={gap:"0.25rem"},Pe={padding:"1rem",gap:"0.5rem"},je={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}"}},Fe={light:{indicator:{background:"{surface.200}",hoverBackground:"{surface.300}",activeBackground:"{primary.color}"}},dark:{indicator:{background:"{surface.700}",hoverBackground:"{surface.600}",activeBackground:"{primary.color}"}}},Te={root:We,content:Ne,indicatorList:Pe,indicator:je,colorScheme:Fe},Ae={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}"}},Me={width:"2.5rem",color:"{form.field.icon.color}"},Le={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},qe={padding:"{list.padding}",gap:"{list.gap}",mobileIndent:"1rem"},He={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"}},Ye={color:"{form.field.icon.color}"},Xe={root:Ae,dropdown:Me,overlay:Le,list:qe,option:He,clearIcon:Ye},Ge={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"}},Ue={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"}},Qe={root:Ge,icon:Ue},Ke={borderRadius:"16px",paddingX:"0.75rem",paddingY:"0.5rem",gap:"0.5rem",transitionDuration:"{transition.duration}"},Je={width:"2rem",height:"2rem"},Ze={size:"1rem"},_e={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}"}},oa={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}"}}},ra={root:Ke,image:Je,icon:Ze,removeIcon:_e,colorScheme:oa},ea={transitionDuration:"{transition.duration}"},aa={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}"}},ta={shadow:"{overlay.popover.shadow}",borderRadius:"{overlay.popover.borderRadius}"},na={light:{panel:{background:"{surface.800}",borderColor:"{surface.900}"},handle:{color:"{surface.0}"}},dark:{panel:{background:"{surface.900}",borderColor:"{surface.700}"},handle:{color:"{surface.0}"}}},la={root:ea,preview:aa,panel:ta,colorScheme:na},da={size:"2rem",color:"{overlay.modal.color}"},ia={gap:"1rem"},ca={icon:da,content:ia},sa={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"},ua={padding:"{overlay.popover.padding}",gap:"1rem"},fa={size:"1.5rem",color:"{overlay.popover.color}"},ga={gap:"0.5rem",padding:"0 {overlay.popover.padding} {overlay.popover.padding} {overlay.popover.padding}"},ma={root:sa,content:ua,icon:fa,footer:ga},pa={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}",shadow:"{overlay.navigation.shadow}",transitionDuration:"{transition.duration}"},ba={padding:"{navigation.list.padding}",gap:"{navigation.list.gap}"},ha={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}"}},va={mobileIndent:"1rem"},ka={size:"{navigation.submenu.icon.size}",color:"{navigation.submenu.icon.color}",focusColor:"{navigation.submenu.icon.focus.color}",activeColor:"{navigation.submenu.icon.active.color}"},ya={borderColor:"{content.border.color}"},Ca={root:pa,list:ba,item:ha,submenu:va,submenuIcon:ka,separator:ya},$a=`
2
2
  li.p-autocomplete-option,
3
3
  div.p-cascadeselect-option-content,
4
4
  li.p-listbox-option,
@@ -22,16 +22,16 @@
22
22
  .p-treetable thead.p-treetable-thead>tr>th {
23
23
  transition: none;
24
24
  }
25
- `,aa={transitionDuration:"{transition.duration}"},ta={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"}},na={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"}},da={fontWeight:"600"},la={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}"}},ia={borderColor:"{datatable.border.color}",padding:"0.75rem 1rem",sm:{padding:"0.375rem 0.5rem"},lg:{padding:"1rem 1.25rem"}},ca={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"}},sa={fontWeight:"600"},ua={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"}},fa={color:"{primary.color}"},ga={width:"0.5rem"},ma={width:"1px",color:"{primary.color}"},pa={color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",size:"0.875rem"},ba={size:"2rem"},ha={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}"}},va={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}"}},ka={borderColor:"{datatable.border.color}",borderWidth:"0 0 1px 0"},ya={borderColor:"{datatable.border.color}",borderWidth:"0 0 1px 0"},Ba={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}"}}},Ca=`
25
+ `,Ba={transitionDuration:"{transition.duration}"},xa={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"}},wa={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"}},Ra={fontWeight:"600"},Sa={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}"}},za={borderColor:"{datatable.border.color}",padding:"0.75rem 1rem",sm:{padding:"0.375rem 0.5rem"},lg:{padding:"1rem 1.25rem"}},Va={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"}},Da={fontWeight:"600"},Ea={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"}},Oa={color:"{primary.color}"},Ia={width:"0.5rem"},Wa={width:"1px",color:"{primary.color}"},Na={color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",size:"0.875rem"},Pa={size:"2rem"},ja={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}"}},Fa={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}"}},Ta={borderColor:"{datatable.border.color}",borderWidth:"0 0 1px 0"},Aa={borderColor:"{datatable.border.color}",borderWidth:"0 0 1px 0"},Ma={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}"}}},La=`
26
26
  .p-datatable-mask.p-overlay-mask {
27
27
  --px-mask-background: light-dark(rgba(255,255,255,0.5),rgba(0,0,0,0.3));
28
28
  }
29
- `,xa={root:aa,header:ta,headerCell:na,columnTitle:da,row:la,bodyCell:ia,footerCell:ca,columnFooter:sa,footer:ua,dropPoint:fa,columnResizer:ga,resizeIndicator:ma,sortIcon:pa,loadingIcon:ba,rowToggleButton:ha,filter:va,paginatorTop:ka,paginatorBottom:ya,colorScheme:Ba,css:Ca},$a={borderColor:"transparent",borderWidth:"0",borderRadius:"0",padding:"0"},wa={background:"{content.background}",color:"{content.color}",borderColor:"{content.border.color}",borderWidth:"0 0 1px 0",padding:"0.75rem 1rem",borderRadius:"0"},Ra={background:"{content.background}",color:"{content.color}",borderColor:"transparent",borderWidth:"0",padding:"0",borderRadius:"0"},Sa={background:"{content.background}",color:"{content.color}",borderColor:"{content.border.color}",borderWidth:"1px 0 0 0",padding:"0.75rem 1rem",borderRadius:"0"},za={borderColor:"{content.border.color}",borderWidth:"0 0 1px 0"},Va={borderColor:"{content.border.color}",borderWidth:"1px 0 0 0"},Da={root:$a,header:wa,content:Ra,footer:Sa,paginatorTop:za,paginatorBottom:Va},Wa={transitionDuration:"{transition.duration}"},Na={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}",shadow:"{overlay.popover.shadow}",padding:"{overlay.popover.padding}"},Ia={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",padding:"0 0 0.5rem 0"},Fa={gap:"0.5rem",fontWeight:"500"},Ea={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}"}},Ma={color:"{form.field.icon.color}"},Oa={hoverBackground:"{content.hover.background}",color:"{content.color}",hoverColor:"{content.hover.color}",padding:"0.25rem 0.5rem",borderRadius:"{content.border.radius}"},qa={hoverBackground:"{content.hover.background}",color:"{content.color}",hoverColor:"{content.hover.color}",padding:"0.25rem 0.5rem",borderRadius:"{content.border.radius}"},Pa={borderColor:"{content.border.color}",gap:"{overlay.popover.padding}"},Ta={margin:"0.5rem 0 0 0"},Aa={padding:"0.25rem",fontWeight:"500",color:"{content.color}"},Ha={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}"}},ja={margin:"0.5rem 0 0 0"},La={padding:"0.375rem",borderRadius:"{content.border.radius}"},Ya={margin:"0.5rem 0 0 0"},Xa={padding:"0.375rem",borderRadius:"{content.border.radius}"},Ua={padding:"0.5rem 0 0 0",borderColor:"{content.border.color}"},Ga={padding:"0.5rem 0 0 0",borderColor:"{content.border.color}",gap:"0.5rem",buttonGap:"0.25rem"},Qa={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}"}}},Ka={root:Wa,panel:Na,header:Ia,title:Fa,dropdown:Ea,inputIcon:Ma,selectMonth:Oa,selectYear:qa,group:Pa,dayView:Ta,weekDay:Aa,date:Ha,monthView:ja,month:La,yearView:Ya,year:Xa,buttonbar:Ua,timePicker:Ga,colorScheme:Qa},Ja={background:"{overlay.modal.background}",borderColor:"{overlay.modal.border.color}",color:"{overlay.modal.color}",borderRadius:"{overlay.modal.border.radius}",shadow:"{overlay.modal.shadow}"},Za={padding:"{overlay.modal.padding}",gap:"0.5rem"},_a={fontSize:"1.25rem",fontWeight:"600"},ot={padding:"0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}"},rt={padding:"0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}",gap:"0.5rem"},et={root:Ja,header:Za,title:_a,content:ot,footer:rt},at={borderColor:"{content.border.color}"},tt={background:"{content.background}",color:"{text.color}"},nt={margin:"1rem 0",padding:"0 1rem",content:{padding:"0 0.5rem"}},dt={margin:"0 1rem",padding:"0.5rem 0",content:{padding:"0.5rem 0"}},lt={root:at,content:tt,horizontal:nt,vertical:dt},it={background:"rgba(255, 255, 255, 0.1)",borderColor:"rgba(255, 255, 255, 0.2)",padding:"0.5rem",borderRadius:"{border.radius.xl}"},ct={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}"}},st={root:it,item:ct},ut={background:"{overlay.modal.background}",borderColor:"{overlay.modal.border.color}",color:"{overlay.modal.color}",shadow:"{overlay.modal.shadow}"},ft={padding:"{overlay.modal.padding}"},gt={fontSize:"1.5rem",fontWeight:"600"},mt={padding:"0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}"},pt={padding:"{overlay.modal.padding}"},bt={root:ut,header:ft,title:gt,content:mt,footer:pt},ht={background:"{content.background}",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}"},vt={color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{primary.color}"},kt={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}"},yt={focusBackground:"{list.option.focus.background}",color:"{list.option.color}",focusColor:"{list.option.focus.color}",padding:"{list.option.padding}",borderRadius:"{list.option.border.radius}"},Bt={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}"},Ct={toolbar:ht,toolbarItem:vt,overlay:kt,overlayOption:yt,content:Bt},xt={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}"},$t={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}"}},wt={color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}"},Rt={padding:"0"},St={root:xt,legend:$t,toggleIcon:wt,content:Rt},zt={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}",transitionDuration:"{transition.duration}"},Vt={background:"transparent",color:"{text.color}",padding:"1.125rem",borderColor:"unset",borderWidth:"0",borderRadius:"0",gap:"0.5rem"},Dt={highlightBorderColor:"{primary.color}",padding:"0 1.125rem 1.125rem 1.125rem",gap:"1rem"},Wt={padding:"1rem",gap:"1rem",borderColor:"{content.border.color}",info:{gap:"0.5rem"}},Nt={gap:"0.5rem"},It={height:"0.25rem"},Ft={gap:"0.5rem"},Et={root:zt,header:Vt,content:Dt,file:Wt,fileList:Nt,progressbar:It,basic:Ft},Mt={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"}},Ot={active:{top:"-1.25rem"}},qt={input:{paddingTop:"1.5rem",paddingBottom:"{form.field.padding.y}"},active:{top:"{form.field.padding.y}"}},Pt={borderRadius:"{border.radius.xs}",active:{background:"{form.field.background}",padding:"0 0.125rem"}},Tt={root:Mt,over:Ot,in:qt,on:Pt},At={borderWidth:"1px",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}",transitionDuration:"{transition.duration}"},Ht={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}"}},jt={size:"1.5rem"},Lt={background:"{content.background}",padding:"1rem 0.25rem"},Yt={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}"}},Xt={size:"1rem"},Ut={background:"rgba(0, 0, 0, 0.5)",color:"{surface.100}",padding:"1rem"},Gt={gap:"0.5rem",padding:"1rem"},Qt={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}"}},Kt={background:"rgba(0, 0, 0, 0.5)"},Jt={background:"rgba(255, 255, 255, 0.4)",hoverBackground:"rgba(255, 255, 255, 0.6)",activeBackground:"rgba(255, 255, 255, 0.9)"},Zt={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}"}},_t={size:"1.5rem"},on={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}"}}},rn={root:At,navButton:Ht,navIcon:jt,thumbnailsContent:Lt,thumbnailNavButton:Yt,thumbnailNavButtonIcon:Xt,caption:Ut,indicatorList:Gt,indicatorButton:Qt,insetIndicatorList:Kt,insetIndicatorButton:Jt,closeButton:Zt,closeButtonIcon:_t,colorScheme:on},en={color:"{form.field.icon.color}"},an={icon:en},tn={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"},nn={paddingTop:"1.5rem",paddingBottom:"{form.field.padding.y}"},dn={root:tn,input:nn},ln={transitionDuration:"{transition.duration}"},cn={icon:{size:"1.5rem"},mask:{background:"{mask.background}",color:"{mask.color}"}},sn={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"},un={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}"}},fn={root:ln,preview:cn,toolbar:sn,action:un},gn={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}"}},mn={handle:gn},pn={padding:"{form.field.padding.y} {form.field.padding.x}",borderRadius:"{content.border.radius}",gap:"0.5rem"},bn={fontWeight:"500"},hn={size:"1rem"},vn={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%)"}}},kn={root:pn,text:bn,icon:hn,colorScheme:vn},yn={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}"},Bn={hoverBackground:"{content.hover.background}",hoverColor:"{content.hover.color}"},Cn={root:yn,display:Bn},xn={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}"},$n={borderRadius:"{border.radius.sm}"},wn={light:{chip:{focusBackground:"{surface.200}",color:"{surface.800}"}},dark:{chip:{focusBackground:"{surface.700}",color:"{surface.0}"}}},Rn={root:xn,chip:$n,colorScheme:wn},Sn={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"},zn={addon:Sn},Vn={transitionDuration:"{transition.duration}"},Dn={width:"2.5rem",borderRadius:"{form.field.border.radius}",verticalPadding:"{form.field.padding.y}"},Wn={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}"}}},Nn={root:Vn,button:Dn,colorScheme:Wn},In={gap:"0.5rem"},Fn={width:"2.5rem",sm:{width:"2rem"},lg:{width:"3rem"}},En={root:In,input:Fn},Mn={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}"}},On={root:Mn},qn={transitionDuration:"{transition.duration}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Pn={background:"{primary.color}"},Tn={background:"{content.border.color}"},An={color:"{text.muted.color}"},Hn={root:qn,value:Pn,range:Tn,text:An},jn={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}"},Ln={padding:"{list.padding}",gap:"{list.gap}",header:{padding:"{list.header.padding}"}},Yn={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}"},Xn={background:"{list.option.group.background}",color:"{list.option.group.color}",fontWeight:"{list.option.group.font.weight}",padding:"{list.option.group.padding}"},Un={color:"{list.option.color}",gutterStart:"-0.375rem",gutterEnd:"0.375rem"},Gn={padding:"{list.option.padding}"},Qn={light:{option:{stripedBackground:"{surface.50}"}},dark:{option:{stripedBackground:"{surface.900}"}}},Kn={root:jn,list:Ln,option:Yn,optionGroup:Xn,checkmark:Un,emptyMessage:Gn,colorScheme:Qn},Jn={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}"},Zn={borderRadius:"{content.border.radius}",padding:"{navigation.item.padding}"},_n={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}"}},od={padding:"0",background:"{content.background}",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}",color:"{content.color}",shadow:"{overlay.navigation.shadow}",gap:"0.5rem"},rd={padding:"{navigation.list.padding}",gap:"{navigation.list.gap}"},ed={padding:"{navigation.submenu.label.padding}",fontWeight:"{navigation.submenu.label.font.weight}",background:"{navigation.submenu.label.background}",color:"{navigation.submenu.label.color}"},ad={size:"{navigation.submenu.icon.size}",color:"{navigation.submenu.icon.color}",focusColor:"{navigation.submenu.icon.focus.color}",activeColor:"{navigation.submenu.icon.active.color}"},td={borderColor:"{content.border.color}"},nd={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}"}},dd={root:Jn,baseItem:Zn,item:_n,overlay:od,submenu:rd,submenuLabel:ed,submenuIcon:ad,separator:td,mobileButton:nd},ld={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}",shadow:"{overlay.navigation.shadow}",transitionDuration:"{transition.duration}"},id={padding:"{navigation.list.padding}",gap:"{navigation.list.gap}"},cd={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}"}},sd={padding:"{navigation.submenu.label.padding}",fontWeight:"{navigation.submenu.label.font.weight}",background:"{navigation.submenu.label.background}",color:"{navigation.submenu.label.color}"},ud={borderColor:"{content.border.color}"},fd={root:ld,list:id,item:cd,submenuLabel:sd,separator:ud},gd={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}"},md={borderRadius:"{content.border.radius}",padding:"{navigation.item.padding}"},pd={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}"}},bd={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}"}},hd={borderColor:"{content.border.color}"},vd={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}"}},kd={root:gd,baseItem:md,item:pd,submenu:bd,separator:hd,mobileButton:vd},yd={borderRadius:"{content.border.radius}",borderWidth:"1px",transitionDuration:"{transition.duration}"},Bd={padding:"0.5rem 0.75rem",gap:"0.5rem",sm:{padding:"0.375rem 0.625rem"},lg:{padding:"0.625rem 0.875rem"}},Cd={fontSize:"1rem",fontWeight:"500",sm:{fontSize:"0.875rem"},lg:{fontSize:"1.125rem"}},xd={size:"1.125rem",sm:{size:"1rem"},lg:{size:"1.25rem"}},$d={width:"1.75rem",height:"1.75rem",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",offset:"{focus.ring.offset}"}},wd={size:"1rem",sm:{size:"0.875rem"},lg:{size:"1.125rem"}},Rd={root:{borderWidth:"1px"}},Sd={content:{padding:"0"}},zd={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}"}}}},Vd={root:yd,content:Bd,text:Cd,icon:xd,closeButton:$d,closeIcon:wd,outlined:Rd,simple:Sd,colorScheme:zd},Dd={borderRadius:"{content.border.radius}",gap:"1rem"},Wd={background:"{content.border.color}",size:"0.5rem"},Nd={gap:"0.5rem"},Id={size:"0.5rem"},Fd={size:"1rem"},Ed={verticalGap:"0.5rem",horizontalGap:"1rem"},Md={root:Dd,meters:Wd,label:Nd,labelMarker:Id,labelIcon:Fd,labelList:Ed},Od={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}"}},qd={width:"2.5rem",color:"{form.field.icon.color}"},Pd={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},Td={padding:"{list.padding}",gap:"{list.gap}",header:{padding:"{list.header.padding}"}},Ad={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"},Hd={background:"{list.option.group.background}",color:"{list.option.group.color}",fontWeight:"{list.option.group.font.weight}",padding:"{list.option.group.padding}"},jd={color:"{form.field.icon.color}"},Ld={borderRadius:"{border.radius.sm}"},Yd={padding:"{list.option.padding}"},Xd={root:Od,dropdown:qd,overlay:Pd,list:Td,option:Ad,optionGroup:Hd,chip:Ld,clearIcon:jd,emptyMessage:Yd},Ud={gap:"1.125rem"},Gd={gap:"0.5rem"},Qd={root:Ud,controls:Gd},Kd={gutter:"0.75rem",transitionDuration:"{transition.duration}"},Jd={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}"},Zd={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}"}},_d={color:"{content.border.color}",borderRadius:"{content.border.radius}",height:"24px"},ol={root:Kd,node:Jd,nodeToggleButton:Zd,connector:_d},rl={outline:{width:"2px",color:"{content.background}"}},el={root:rl},al={padding:"0.5rem 1rem",gap:"0.25rem",borderRadius:"{content.border.radius}",background:"{content.background}",color:"{content.color}",transitionDuration:"{transition.duration}"},tl={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}"}},nl={color:"{text.muted.color}"},dl={maxWidth:"2.5rem"},ll={root:al,navButton:tl,currentPageReport:nl,jumpToPageInput:dl},il={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}"},cl={background:"transparent",color:"{text.color}",padding:"1.125rem",borderColor:"{content.border.color}",borderWidth:"0",borderRadius:"0"},sl={padding:"0.375rem 1.125rem"},ul={fontWeight:"600"},fl={padding:"0 1.125rem 1.125rem 1.125rem"},gl={padding:"0 1.125rem 1.125rem 1.125rem"},ml={root:il,header:cl,toggleableHeader:sl,title:ul,content:fl,footer:gl},pl={gap:"0.5rem",transitionDuration:"{transition.duration}"},bl={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}"}},hl={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}"}},vl={indent:"1rem"},kl={color:"{navigation.submenu.icon.color}",focusColor:"{navigation.submenu.icon.focus.color}"},yl={root:pl,panel:bl,item:hl,submenu:vl,submenuIcon:kl},Bl={background:"{content.border.color}",borderRadius:"{content.border.radius}",height:".75rem"},Cl={color:"{form.field.icon.color}"},xl={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}"},$l={gap:"0.5rem"},wl={light:{strength:{weakBackground:"{red.500}",mediumBackground:"{amber.500}",strongBackground:"{green.500}"}},dark:{strength:{weakBackground:"{red.400}",mediumBackground:"{amber.400}",strongBackground:"{green.400}"}}},Rl={meter:Bl,icon:Cl,overlay:xl,content:$l,colorScheme:wl},Sl={gap:"1.125rem"},zl={gap:"0.5rem"},Vl={root:Sl,controls:zl},Dl={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"},Wl={padding:"{overlay.popover.padding}"},Nl={root:Dl,content:Wl},Il={background:"{content.border.color}",borderRadius:"{content.border.radius}",height:"1.25rem"},Fl={background:"{primary.color}"},El={color:"{primary.contrast.color}",fontSize:"0.75rem",fontWeight:"600"},Ml={root:Il,value:Fl,label:El},Ol={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}"}}},ql={colorScheme:Ol},Pl={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"}},Tl={size:"0.75rem",checkedColor:"{primary.contrast.color}",checkedHoverColor:"{primary.contrast.color}",disabledColor:"{form.field.disabled.color}",sm:{size:"0.5rem"},lg:{size:"1rem"}},Al={root:Pl,icon:Tl},Hl={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}"}},jl={size:"1rem",color:"{text.muted.color}",hoverColor:"{primary.color}",activeColor:"{primary.color}"},Ll={root:Hl,icon:jl},Yl={light:{root:{background:"rgba(0,0,0,0.1)"}},dark:{root:{background:"rgba(255,255,255,0.3)"}}},Xl={colorScheme:Yl},Ul={transitionDuration:"{transition.duration}"},Gl={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}"}},Ql={light:{bar:{background:"{surface.100}"}},dark:{bar:{background:"{surface.800}"}}},Kl={root:Ul,bar:Gl,colorScheme:Ql},Jl={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}"}},Zl={width:"2.5rem",color:"{form.field.icon.color}"},_l={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},oi={padding:"{list.padding}",gap:"{list.gap}",header:{padding:"{list.header.padding}"}},ri={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}"},ei={background:"{list.option.group.background}",color:"{list.option.group.color}",fontWeight:"{list.option.group.font.weight}",padding:"{list.option.group.padding}"},ai={color:"{form.field.icon.color}"},ti={color:"{list.option.color}",gutterStart:"-0.375rem",gutterEnd:"0.375rem"},ni={padding:"{list.option.padding}"},di={root:Jl,dropdown:Zl,overlay:_l,list:oi,option:ri,optionGroup:ei,clearIcon:ai,checkmark:ti,emptyMessage:ni},li={borderRadius:"{form.field.border.radius}"},ii={light:{root:{invalidBorderColor:"{form.field.invalid.border.color}"}},dark:{root:{invalidBorderColor:"{form.field.invalid.border.color}"}}},ci={root:li,colorScheme:ii},si={borderRadius:"{content.border.radius}"},ui={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)"}}},fi={root:si,colorScheme:ui},gi={transitionDuration:"{transition.duration}"},mi={background:"{content.border.color}",borderRadius:"{content.border.radius}",size:"3px"},pi={background:"{primary.color}"},bi={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}"}},hi={light:{handle:{content:{background:"{surface.0}"}}},dark:{handle:{content:{background:"{surface.950}"}}}},vi={root:gi,track:mi,range:pi,handle:bi,colorScheme:hi},ki={gap:"0.5rem",transitionDuration:"{transition.duration}"},yi={root:ki},Bi={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)"},Ci={root:Bi},xi={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",transitionDuration:"{transition.duration}"},$i={background:"{content.border.color}"},wi={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}"}},Ri={root:xi,gutter:$i,handle:wi},Si={transitionDuration:"{transition.duration}"},zi={background:"{content.border.color}",activeBackground:"{primary.color}",margin:"0 0 0 1.625rem",size:"2px"},Vi={padding:"0.5rem",gap:"1rem"},Di={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"},Wi={color:"{text.muted.color}",activeColor:"{primary.color}",fontWeight:"500"},Ni={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)"},Ii={padding:"0.875rem 0.5rem 1.125rem 0.5rem"},Fi={background:"{content.background}",color:"{content.color}",padding:"0",indent:"1rem"},Ei={root:Si,separator:zi,step:Vi,stepHeader:Di,stepTitle:Wi,stepNumber:Ni,steppanels:Ii,steppanel:Fi},Mi={transitionDuration:"{transition.duration}"},Oi={background:"{content.border.color}"},qi={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"},Pi={color:"{text.muted.color}",activeColor:"{primary.color}",fontWeight:"500"},Ti={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)"},Ai={root:Mi,separator:Oi,itemLink:qi,itemLabel:Pi,itemNumber:Ti},Hi={transitionDuration:"{transition.duration}"},ji={borderWidth:"0 0 1px 0",background:"{content.background}",borderColor:"{content.border.color}"},Li={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}"}},Yi={color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{primary.color}"},Xi={height:"1px",bottom:"-1px",background:"{primary.color}"},Ui={root:Hi,tablist:ji,item:Li,itemIcon:Yi,activeBar:Xi},Gi={transitionDuration:"{transition.duration}"},Qi={borderWidth:"0 0 1px 0",background:"{content.background}",borderColor:"{content.border.color}"},Ki={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}"}},Ji={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}"}},Zi={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}"}},_i={height:"1px",bottom:"-1px",background:"{primary.color}"},oc={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%)"}}},rc={root:Gi,tablist:Qi,tab:Ki,tabpanel:Ji,navButton:Zi,activeBar:_i,colorScheme:oc},ec={transitionDuration:"{transition.duration}"},ac={background:"{content.background}",borderColor:"{content.border.color}"},tc={borderColor:"{content.border.color}",activeBorderColor:"{primary.color}",color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{primary.color}"},nc={background:"{content.background}",color:"{content.color}"},dc={background:"{content.background}",color:"{text.muted.color}",hoverColor:"{text.color}"},lc={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%)"}}},ic={root:ec,tabList:ac,tab:tc,tabPanel:nc,navButton:dc,colorScheme:lc},cc={fontSize:"0.875rem",fontWeight:"700",padding:"0.25rem 0.5rem",gap:"0.25rem",borderRadius:"{content.border.radius}",roundedBorderRadius:"{border.radius.xl}"},sc={size:"0.75rem"},uc={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}"}}},fc={root:cc,icon:sc,colorScheme:uc},gc={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}"},mc={gap:"0.25rem"},pc={margin:"2px 0"},bc={root:gc,prompt:mc,commandResponse:pc},hc={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}"}},vc={root:hc},kc={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}",shadow:"{overlay.navigation.shadow}",transitionDuration:"{transition.duration}"},yc={padding:"{navigation.list.padding}",gap:"{navigation.list.gap}"},Bc={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}"}},Cc={mobileIndent:"1rem"},xc={size:"{navigation.submenu.icon.size}",color:"{navigation.submenu.icon.color}",focusColor:"{navigation.submenu.icon.focus.color}",activeColor:"{navigation.submenu.icon.active.color}"},$c={borderColor:"{content.border.color}"},wc={root:kc,list:yc,item:Bc,submenu:Cc,submenuIcon:xc,separator:$c},Rc={minHeight:"5rem"},Sc={eventContent:{padding:"1rem 0"}},zc={eventContent:{padding:"0 1rem"}},Vc={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)"}},Dc={color:"{content.border.color}",size:"2px"},Wc={event:Rc,horizontal:Sc,vertical:zc,eventMarker:Vc,eventConnector:Dc},Nc={width:"25rem",borderRadius:"{content.border.radius}",borderWidth:"1px",transitionDuration:"{transition.duration}"},Ic={size:"1.125rem"},Fc={padding:"{overlay.popover.padding}",gap:"0.5rem"},Ec={gap:"0.5rem"},Mc={fontWeight:"500",fontSize:"1rem"},Oc={fontWeight:"500",fontSize:"0.875rem"},qc={width:"1.75rem",height:"1.75rem",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",offset:"{focus.ring.offset}"}},Pc={size:"1rem"},Tc={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"}}}}},Ac={root:Nc,icon:Ic,content:Fc,text:Ec,summary:Mc,detail:Oc,closeButton:qc,closeIcon:Pc,colorScheme:Tc},Hc={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"}},jc={disabledColor:"{form.field.disabled.color}"},Lc={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"}},Yc={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}"}}},Xc={root:Hc,icon:jc,content:Lc,colorScheme:Yc},Uc={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"},Gc={borderRadius:"50%",size:"1rem"},Qc={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}"}}},Kc={root:Uc,handle:Gc,colorScheme:Qc},Jc={background:"{content.background}",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}",color:"{content.color}",gap:"0.5rem",padding:"0.75rem"},Zc={root:Jc},_c={maxWidth:"12.5rem",gutter:"0.25rem",shadow:"{overlay.popover.shadow}",padding:"0.5rem 0.75rem",borderRadius:"{overlay.popover.border.radius}"},os={light:{root:{background:"{surface.700}",color:"{surface.0}"}},dark:{root:{background:"{surface.700}",color:"{surface.0}"}}},rs={root:_c,colorScheme:os},es={background:"{content.background}",color:"{content.color}",padding:"1rem",gap:"2px",indent:"1rem",transitionDuration:"{transition.duration}"},as={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"},ts={color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",selectedColor:"{highlight.color}"},ns={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}"}},ds={size:"2rem"},ls={margin:"0 0 0.5rem 0"},is=`
29
+ `,qa={root:Ba,header:xa,headerCell:wa,columnTitle:Ra,row:Sa,bodyCell:za,footerCell:Va,columnFooter:Da,footer:Ea,dropPoint:Oa,columnResizer:Ia,resizeIndicator:Wa,sortIcon:Na,loadingIcon:Pa,rowToggleButton:ja,filter:Fa,paginatorTop:Ta,paginatorBottom:Aa,colorScheme:Ma,css:La},Ha={borderColor:"transparent",borderWidth:"0",borderRadius:"0",padding:"0"},Ya={background:"{content.background}",color:"{content.color}",borderColor:"{content.border.color}",borderWidth:"0 0 1px 0",padding:"0.75rem 1rem",borderRadius:"0"},Xa={background:"{content.background}",color:"{content.color}",borderColor:"transparent",borderWidth:"0",padding:"0",borderRadius:"0"},Ga={background:"{content.background}",color:"{content.color}",borderColor:"{content.border.color}",borderWidth:"1px 0 0 0",padding:"0.75rem 1rem",borderRadius:"0"},Ua={borderColor:"{content.border.color}",borderWidth:"0 0 1px 0"},Qa={borderColor:"{content.border.color}",borderWidth:"1px 0 0 0"},Ka={root:Ha,header:Ya,content:Xa,footer:Ga,paginatorTop:Ua,paginatorBottom:Qa},Ja={transitionDuration:"{transition.duration}"},Za={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}",shadow:"{overlay.popover.shadow}",padding:"{overlay.popover.padding}"},_a={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",padding:"0 0 0.5rem 0"},ot={gap:"0.5rem",fontWeight:"500"},rt={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}"}},et={color:"{form.field.icon.color}"},at={hoverBackground:"{content.hover.background}",color:"{content.color}",hoverColor:"{content.hover.color}",padding:"0.25rem 0.5rem",borderRadius:"{content.border.radius}"},tt={hoverBackground:"{content.hover.background}",color:"{content.color}",hoverColor:"{content.hover.color}",padding:"0.25rem 0.5rem",borderRadius:"{content.border.radius}"},nt={borderColor:"{content.border.color}",gap:"{overlay.popover.padding}"},lt={margin:"0.5rem 0 0 0"},dt={padding:"0.25rem",fontWeight:"500",color:"{content.color}"},it={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}"}},ct={margin:"0.5rem 0 0 0"},st={padding:"0.375rem",borderRadius:"{content.border.radius}"},ut={margin:"0.5rem 0 0 0"},ft={padding:"0.375rem",borderRadius:"{content.border.radius}"},gt={padding:"0.5rem 0 0 0",borderColor:"{content.border.color}"},mt={padding:"0.5rem 0 0 0",borderColor:"{content.border.color}",gap:"0.5rem",buttonGap:"0.25rem"},pt={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}"}}},bt={root:Ja,panel:Za,header:_a,title:ot,dropdown:rt,inputIcon:et,selectMonth:at,selectYear:tt,group:nt,dayView:lt,weekDay:dt,date:it,monthView:ct,month:st,yearView:ut,year:ft,buttonbar:gt,timePicker:mt,colorScheme:pt},ht={background:"{overlay.modal.background}",borderColor:"{overlay.modal.border.color}",color:"{overlay.modal.color}",borderRadius:"{overlay.modal.border.radius}",shadow:"{overlay.modal.shadow}"},vt={padding:"{overlay.modal.padding}",gap:"0.5rem"},kt={fontSize:"1.25rem",fontWeight:"600"},yt={padding:"0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}"},Ct={padding:"0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}",gap:"0.5rem"},$t={root:ht,header:vt,title:kt,content:yt,footer:Ct},Bt={borderColor:"{content.border.color}"},xt={background:"{content.background}",color:"{text.color}"},wt={margin:"1rem 0",padding:"0 1rem",content:{padding:"0 0.5rem"}},Rt={margin:"0 1rem",padding:"0.5rem 0",content:{padding:"0.5rem 0"}},St={root:Bt,content:xt,horizontal:wt,vertical:Rt},zt={background:"rgba(255, 255, 255, 0.1)",borderColor:"rgba(255, 255, 255, 0.2)",padding:"0.5rem",borderRadius:"{border.radius.xl}"},Vt={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}"}},Dt={root:zt,item:Vt},Et={background:"{overlay.modal.background}",borderColor:"{overlay.modal.border.color}",color:"{overlay.modal.color}",shadow:"{overlay.modal.shadow}"},Ot={padding:"{overlay.modal.padding}"},It={fontSize:"1.5rem",fontWeight:"600"},Wt={padding:"0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}"},Nt={padding:"{overlay.modal.padding}"},Pt={root:Et,header:Ot,title:It,content:Wt,footer:Nt},jt={background:"{content.background}",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}"},Ft={color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{primary.color}"},Tt={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}"},At={focusBackground:"{list.option.focus.background}",color:"{list.option.color}",focusColor:"{list.option.focus.color}",padding:"{list.option.padding}",borderRadius:"{list.option.border.radius}"},Mt={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}"},Lt={toolbar:jt,toolbarItem:Ft,overlay:Tt,overlayOption:At,content:Mt},qt={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}"},Ht={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}"}},Yt={color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}"},Xt={padding:"0"},Gt={root:qt,legend:Ht,toggleIcon:Yt,content:Xt},Ut={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}",transitionDuration:"{transition.duration}"},Qt={background:"transparent",color:"{text.color}",padding:"1.125rem",borderColor:"unset",borderWidth:"0",borderRadius:"0",gap:"0.5rem"},Kt={highlightBorderColor:"{primary.color}",padding:"0 1.125rem 1.125rem 1.125rem",gap:"1rem"},Jt={padding:"1rem",gap:"1rem",borderColor:"{content.border.color}",info:{gap:"0.5rem"}},Zt={gap:"0.5rem"},_t={height:"0.25rem"},on={gap:"0.5rem"},rn={root:Ut,header:Qt,content:Kt,file:Jt,fileList:Zt,progressbar:_t,basic:on},en={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"}},an={active:{top:"-1.25rem"}},tn={input:{paddingTop:"1.5rem",paddingBottom:"{form.field.padding.y}"},active:{top:"{form.field.padding.y}"}},nn={borderRadius:"{border.radius.xs}",active:{background:"{form.field.background}",padding:"0 0.125rem"}},ln={root:en,over:an,in:tn,on:nn},dn={borderWidth:"1px",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}",transitionDuration:"{transition.duration}"},cn={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}"}},sn={size:"1.5rem"},un={background:"{content.background}",padding:"1rem 0.25rem"},fn={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}"}},gn={size:"1rem"},mn={background:"rgba(0, 0, 0, 0.5)",color:"{surface.100}",padding:"1rem"},pn={gap:"0.5rem",padding:"1rem"},bn={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}"}},hn={background:"rgba(0, 0, 0, 0.5)"},vn={background:"rgba(255, 255, 255, 0.4)",hoverBackground:"rgba(255, 255, 255, 0.6)",activeBackground:"rgba(255, 255, 255, 0.9)"},kn={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}"}},yn={size:"1.5rem"},Cn={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}"}}},$n={root:dn,navButton:cn,navIcon:sn,thumbnailsContent:un,thumbnailNavButton:fn,thumbnailNavButtonIcon:gn,caption:mn,indicatorList:pn,indicatorButton:bn,insetIndicatorList:hn,insetIndicatorButton:vn,closeButton:kn,closeButtonIcon:yn,colorScheme:Cn},Bn={color:"{form.field.icon.color}"},xn={icon:Bn},wn={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"},Rn={paddingTop:"1.5rem",paddingBottom:"{form.field.padding.y}"},Sn={root:wn,input:Rn},zn={transitionDuration:"{transition.duration}"},Vn={icon:{size:"1.5rem"},mask:{background:"{mask.background}",color:"{mask.color}"}},Dn={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"},En={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}"}},On={root:zn,preview:Vn,toolbar:Dn,action:En},In={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}"}},Wn={handle:In},Nn={padding:"{form.field.padding.y} {form.field.padding.x}",borderRadius:"{content.border.radius}",gap:"0.5rem"},Pn={fontWeight:"500"},jn={size:"1rem"},Fn={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%)"}}},Tn={root:Nn,text:Pn,icon:jn,colorScheme:Fn},An={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}"},Mn={hoverBackground:"{content.hover.background}",hoverColor:"{content.hover.color}"},Ln={root:An,display:Mn},qn={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}"},Hn={borderRadius:"{border.radius.sm}"},Yn={light:{chip:{focusBackground:"{surface.200}",color:"{surface.800}"}},dark:{chip:{focusBackground:"{surface.700}",color:"{surface.0}"}}},Xn={root:qn,chip:Hn,colorScheme:Yn},Gn={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"},Un={addon:Gn},Qn={transitionDuration:"{transition.duration}"},Kn={width:"2.5rem",borderRadius:"{form.field.border.radius}",verticalPadding:"{form.field.padding.y}"},Jn={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}"}}},Zn={root:Qn,button:Kn,colorScheme:Jn},_n={gap:"0.5rem"},ol={width:"2.5rem",sm:{width:"2rem"},lg:{width:"3rem"}},rl={root:_n,input:ol},el={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}"}},al={root:el},tl={transitionDuration:"{transition.duration}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},nl={background:"{primary.color}"},ll={background:"{content.border.color}"},dl={color:"{text.muted.color}"},il={root:tl,value:nl,range:ll,text:dl},cl={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}"},sl={padding:"{list.padding}",gap:"{list.gap}",header:{padding:"{list.header.padding}"}},ul={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}"},fl={background:"{list.option.group.background}",color:"{list.option.group.color}",fontWeight:"{list.option.group.font.weight}",padding:"{list.option.group.padding}"},gl={color:"{list.option.color}",gutterStart:"-0.375rem",gutterEnd:"0.375rem"},ml={padding:"{list.option.padding}"},pl={light:{option:{stripedBackground:"{surface.50}"}},dark:{option:{stripedBackground:"{surface.900}"}}},bl={root:cl,list:sl,option:ul,optionGroup:fl,checkmark:gl,emptyMessage:ml,colorScheme:pl},hl={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}"},vl={borderRadius:"{content.border.radius}",padding:"{navigation.item.padding}"},kl={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}"}},yl={padding:"0",background:"{content.background}",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}",color:"{content.color}",shadow:"{overlay.navigation.shadow}",gap:"0.5rem"},Cl={padding:"{navigation.list.padding}",gap:"{navigation.list.gap}"},$l={padding:"{navigation.submenu.label.padding}",fontWeight:"{navigation.submenu.label.font.weight}",background:"{navigation.submenu.label.background}",color:"{navigation.submenu.label.color}"},Bl={size:"{navigation.submenu.icon.size}",color:"{navigation.submenu.icon.color}",focusColor:"{navigation.submenu.icon.focus.color}",activeColor:"{navigation.submenu.icon.active.color}"},xl={borderColor:"{content.border.color}"},wl={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}"}},Rl={root:hl,baseItem:vl,item:kl,overlay:yl,submenu:Cl,submenuLabel:$l,submenuIcon:Bl,separator:xl,mobileButton:wl},Sl={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}",shadow:"{overlay.navigation.shadow}",transitionDuration:"{transition.duration}"},zl={padding:"{navigation.list.padding}",gap:"{navigation.list.gap}"},Vl={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}"}},Dl={padding:"{navigation.submenu.label.padding}",fontWeight:"{navigation.submenu.label.font.weight}",background:"{navigation.submenu.label.background}",color:"{navigation.submenu.label.color}"},El={borderColor:"{content.border.color}"},Ol={root:Sl,list:zl,item:Vl,submenuLabel:Dl,separator:El},Il={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}"},Wl={borderRadius:"{content.border.radius}",padding:"{navigation.item.padding}"},Nl={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}"}},Pl={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}"}},jl={borderColor:"{content.border.color}"},Fl={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}"}},Tl={root:Il,baseItem:Wl,item:Nl,submenu:Pl,separator:jl,mobileButton:Fl},Al={borderRadius:"{content.border.radius}",borderWidth:"1px",transitionDuration:"{transition.duration}"},Ml={padding:"0.5rem 0.75rem",gap:"0.5rem",sm:{padding:"0.375rem 0.625rem"},lg:{padding:"0.625rem 0.875rem"}},Ll={fontSize:"1rem",fontWeight:"500",sm:{fontSize:"0.875rem"},lg:{fontSize:"1.125rem"}},ql={size:"1.125rem",sm:{size:"1rem"},lg:{size:"1.25rem"}},Hl={width:"1.75rem",height:"1.75rem",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",offset:"{focus.ring.offset}"}},Yl={size:"1rem",sm:{size:"0.875rem"},lg:{size:"1.125rem"}},Xl={root:{borderWidth:"1px"}},Gl={content:{padding:"0"}},Ul={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}"}}}},Ql={root:Al,content:Ml,text:Ll,icon:ql,closeButton:Hl,closeIcon:Yl,outlined:Xl,simple:Gl,colorScheme:Ul},Kl={borderRadius:"{content.border.radius}",gap:"1rem"},Jl={background:"{content.border.color}",size:"0.5rem"},Zl={gap:"0.5rem"},_l={size:"0.5rem"},od={size:"1rem"},rd={verticalGap:"0.5rem",horizontalGap:"1rem"},ed={root:Kl,meters:Jl,label:Zl,labelMarker:_l,labelIcon:od,labelList:rd},ad={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}"}},td={width:"2.5rem",color:"{form.field.icon.color}"},nd={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},ld={padding:"{list.padding}",gap:"{list.gap}",header:{padding:"{list.header.padding}"}},dd={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"},id={background:"{list.option.group.background}",color:"{list.option.group.color}",fontWeight:"{list.option.group.font.weight}",padding:"{list.option.group.padding}"},cd={color:"{form.field.icon.color}"},sd={borderRadius:"{border.radius.sm}"},ud={padding:"{list.option.padding}"},fd={root:ad,dropdown:td,overlay:nd,list:ld,option:dd,optionGroup:id,chip:sd,clearIcon:cd,emptyMessage:ud},gd={gap:"1.125rem"},md={gap:"0.5rem"},pd={root:gd,controls:md},bd={gutter:"0.75rem",transitionDuration:"{transition.duration}"},hd={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}"},vd={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}"}},kd={color:"{content.border.color}",borderRadius:"{content.border.radius}",height:"24px"},yd={root:bd,node:hd,nodeToggleButton:vd,connector:kd},Cd={outline:{width:"2px",color:"{content.background}"}},$d={root:Cd},Bd={padding:"0.5rem 1rem",gap:"0.25rem",borderRadius:"{content.border.radius}",background:"{content.background}",color:"{content.color}",transitionDuration:"{transition.duration}"},xd={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}"}},wd={color:"{text.muted.color}"},Rd={maxWidth:"2.5rem"},Sd={root:Bd,navButton:xd,currentPageReport:wd,jumpToPageInput:Rd},zd={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}"},Vd={background:"transparent",color:"{text.color}",padding:"1.125rem",borderColor:"{content.border.color}",borderWidth:"0",borderRadius:"0"},Dd={padding:"0.375rem 1.125rem"},Ed={fontWeight:"600"},Od={padding:"0 1.125rem 1.125rem 1.125rem"},Id={padding:"0 1.125rem 1.125rem 1.125rem"},Wd={root:zd,header:Vd,toggleableHeader:Dd,title:Ed,content:Od,footer:Id},Nd={gap:"0.5rem",transitionDuration:"{transition.duration}"},Pd={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}"}},jd={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}"}},Fd={indent:"1rem"},Td={color:"{navigation.submenu.icon.color}",focusColor:"{navigation.submenu.icon.focus.color}"},Ad={root:Nd,panel:Pd,item:jd,submenu:Fd,submenuIcon:Td},Md={background:"{content.border.color}",borderRadius:"{content.border.radius}",height:".75rem"},Ld={color:"{form.field.icon.color}"},qd={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}"},Hd={gap:"0.5rem"},Yd={light:{strength:{weakBackground:"{red.500}",mediumBackground:"{amber.500}",strongBackground:"{green.500}"}},dark:{strength:{weakBackground:"{red.400}",mediumBackground:"{amber.400}",strongBackground:"{green.400}"}}},Xd={meter:Md,icon:Ld,overlay:qd,content:Hd,colorScheme:Yd},Gd={gap:"1.125rem"},Ud={gap:"0.5rem"},Qd={root:Gd,controls:Ud},Kd={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"},Jd={padding:"{overlay.popover.padding}"},Zd={root:Kd,content:Jd},_d={background:"{content.border.color}",borderRadius:"{content.border.radius}",height:"1.25rem"},oi={background:"{primary.color}"},ri={color:"{primary.contrast.color}",fontSize:"0.75rem",fontWeight:"600"},ei={root:_d,value:oi,label:ri},ai={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}"}}},ti={colorScheme:ai},ni={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"}},li={size:"0.75rem",checkedColor:"{primary.contrast.color}",checkedHoverColor:"{primary.contrast.color}",disabledColor:"{form.field.disabled.color}",sm:{size:"0.5rem"},lg:{size:"1rem"}},di={root:ni,icon:li},ii={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}"}},ci={size:"1rem",color:"{text.muted.color}",hoverColor:"{primary.color}",activeColor:"{primary.color}"},si={root:ii,icon:ci},ui={light:{root:{background:"rgba(0,0,0,0.1)"}},dark:{root:{background:"rgba(255,255,255,0.3)"}}},fi={colorScheme:ui},gi={transitionDuration:"{transition.duration}"},mi={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}"}},pi={light:{bar:{background:"{surface.100}"}},dark:{bar:{background:"{surface.800}"}}},bi={root:gi,bar:mi,colorScheme:pi},hi={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}"}},vi={width:"2.5rem",color:"{form.field.icon.color}"},ki={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},yi={padding:"{list.padding}",gap:"{list.gap}",header:{padding:"{list.header.padding}"}},Ci={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}"},$i={background:"{list.option.group.background}",color:"{list.option.group.color}",fontWeight:"{list.option.group.font.weight}",padding:"{list.option.group.padding}"},Bi={color:"{form.field.icon.color}"},xi={color:"{list.option.color}",gutterStart:"-0.375rem",gutterEnd:"0.375rem"},wi={padding:"{list.option.padding}"},Ri={root:hi,dropdown:vi,overlay:ki,list:yi,option:Ci,optionGroup:$i,clearIcon:Bi,checkmark:xi,emptyMessage:wi},Si={borderRadius:"{form.field.border.radius}"},zi={light:{root:{invalidBorderColor:"{form.field.invalid.border.color}"}},dark:{root:{invalidBorderColor:"{form.field.invalid.border.color}"}}},Vi={root:Si,colorScheme:zi},Di={borderRadius:"{content.border.radius}"},Ei={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)"}}},Oi={root:Di,colorScheme:Ei},Ii={transitionDuration:"{transition.duration}"},Wi={background:"{content.border.color}",borderRadius:"{content.border.radius}",size:"3px"},Ni={background:"{primary.color}"},Pi={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}"}},ji={light:{handle:{content:{background:"{surface.0}"}}},dark:{handle:{content:{background:"{surface.950}"}}}},Fi={root:Ii,track:Wi,range:Ni,handle:Pi,colorScheme:ji},Ti={gap:"0.5rem",transitionDuration:"{transition.duration}"},Ai={root:Ti},Mi={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)"},Li={root:Mi},qi={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",transitionDuration:"{transition.duration}"},Hi={background:"{content.border.color}"},Yi={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}"}},Xi={root:qi,gutter:Hi,handle:Yi},Gi={transitionDuration:"{transition.duration}"},Ui={background:"{content.border.color}",activeBackground:"{primary.color}",margin:"0 0 0 1.625rem",size:"2px"},Qi={padding:"0.5rem",gap:"1rem"},Ki={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"},Ji={color:"{text.muted.color}",activeColor:"{primary.color}",fontWeight:"500"},Zi={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)"},_i={padding:"0.875rem 0.5rem 1.125rem 0.5rem"},oc={background:"{content.background}",color:"{content.color}",padding:"0",indent:"1rem"},rc={root:Gi,separator:Ui,step:Qi,stepHeader:Ki,stepTitle:Ji,stepNumber:Zi,steppanels:_i,steppanel:oc},ec={transitionDuration:"{transition.duration}"},ac={background:"{content.border.color}"},tc={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"},nc={color:"{text.muted.color}",activeColor:"{primary.color}",fontWeight:"500"},lc={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)"},dc={root:ec,separator:ac,itemLink:tc,itemLabel:nc,itemNumber:lc},ic={transitionDuration:"{transition.duration}"},cc={borderWidth:"0 0 1px 0",background:"{content.background}",borderColor:"{content.border.color}"},sc={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}"}},uc={color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{primary.color}"},fc={height:"1px",bottom:"-1px",background:"{primary.color}"},gc={root:ic,tablist:cc,item:sc,itemIcon:uc,activeBar:fc},mc={transitionDuration:"{transition.duration}"},pc={borderWidth:"0 0 1px 0",background:"{content.background}",borderColor:"{content.border.color}"},bc={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}"}},hc={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}"}},vc={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}"}},kc={height:"1px",bottom:"-1px",background:"{primary.color}"},yc={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%)"}}},Cc={root:mc,tablist:pc,tab:bc,tabpanel:hc,navButton:vc,activeBar:kc,colorScheme:yc},$c={transitionDuration:"{transition.duration}"},Bc={background:"{content.background}",borderColor:"{content.border.color}"},xc={borderColor:"{content.border.color}",activeBorderColor:"{primary.color}",color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{primary.color}"},wc={background:"{content.background}",color:"{content.color}"},Rc={background:"{content.background}",color:"{text.muted.color}",hoverColor:"{text.color}"},Sc={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%)"}}},zc={root:$c,tabList:Bc,tab:xc,tabPanel:wc,navButton:Rc,colorScheme:Sc},Vc={fontSize:"0.875rem",fontWeight:"700",padding:"0.25rem 0.5rem",gap:"0.25rem",borderRadius:"{content.border.radius}",roundedBorderRadius:"{border.radius.xl}"},Dc={size:"0.75rem"},Ec={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}"}}},Oc={root:Vc,icon:Dc,colorScheme:Ec},Ic={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}"},Wc={gap:"0.25rem"},Nc={margin:"2px 0"},Pc={root:Ic,prompt:Wc,commandResponse:Nc},jc={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}"}},Fc={root:jc},Tc={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}",shadow:"{overlay.navigation.shadow}",transitionDuration:"{transition.duration}"},Ac={padding:"{navigation.list.padding}",gap:"{navigation.list.gap}"},Mc={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}"}},Lc={mobileIndent:"1rem"},qc={size:"{navigation.submenu.icon.size}",color:"{navigation.submenu.icon.color}",focusColor:"{navigation.submenu.icon.focus.color}",activeColor:"{navigation.submenu.icon.active.color}"},Hc={borderColor:"{content.border.color}"},Yc={root:Tc,list:Ac,item:Mc,submenu:Lc,submenuIcon:qc,separator:Hc},Xc={minHeight:"5rem"},Gc={eventContent:{padding:"1rem 0"}},Uc={eventContent:{padding:"0 1rem"}},Qc={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)"}},Kc={color:"{content.border.color}",size:"2px"},Jc={event:Xc,horizontal:Gc,vertical:Uc,eventMarker:Qc,eventConnector:Kc},Zc={width:"25rem",borderRadius:"{content.border.radius}",borderWidth:"1px",transitionDuration:"{transition.duration}"},_c={size:"1.125rem"},os={padding:"{overlay.popover.padding}",gap:"0.5rem"},rs={gap:"0.5rem"},es={fontWeight:"500",fontSize:"1rem"},as={fontWeight:"500",fontSize:"0.875rem"},ts={width:"1.75rem",height:"1.75rem",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",offset:"{focus.ring.offset}"}},ns={size:"1rem"},ls={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"}}}}},ds={root:Zc,icon:_c,content:os,text:rs,summary:es,detail:as,closeButton:ts,closeIcon:ns,colorScheme:ls},is={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"}},cs={disabledColor:"{form.field.disabled.color}"},ss={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"}},us={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}"}}},fs={root:is,icon:cs,content:ss,colorScheme:us},gs={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"},ms={borderRadius:"50%",size:"1rem"},ps={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}"}}},bs={root:gs,handle:ms,colorScheme:ps},hs={background:"{content.background}",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}",color:"{content.color}",gap:"0.5rem",padding:"0.75rem"},vs={root:hs},ks={maxWidth:"12.5rem",gutter:"0.25rem",shadow:"{overlay.popover.shadow}",padding:"0.5rem 0.75rem",borderRadius:"{overlay.popover.border.radius}"},ys={light:{root:{background:"{surface.700}",color:"{surface.0}"}},dark:{root:{background:"{surface.700}",color:"{surface.0}"}}},Cs={root:ks,colorScheme:ys},$s={background:"{content.background}",color:"{content.color}",padding:"1rem",gap:"2px",indent:"1rem",transitionDuration:"{transition.duration}"},Bs={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"},xs={color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",selectedColor:"{highlight.color}"},ws={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}"}},Rs={size:"2rem"},Ss={margin:"0 0 0.5rem 0"},zs=`
30
30
  .p-tree-mask.p-overlay-mask {
31
31
  --px-mask-background: light-dark(rgba(255,255,255,0.5),rgba(0,0,0,0.3));
32
32
  }
33
- `,cs={root:es,node:as,nodeIcon:ts,nodeToggleButton:ns,loadingIcon:ds,filter:ls,css:is},ss={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}"}},us={width:"2.5rem",color:"{form.field.icon.color}"},fs={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},gs={padding:"{list.padding}"},ms={padding:"{list.option.padding}"},ps={borderRadius:"{border.radius.sm}"},bs={color:"{form.field.icon.color}"},hs={root:ss,dropdown:us,overlay:fs,tree:gs,emptyMessage:ms,chip:ps,clearIcon:bs},vs={transitionDuration:"{transition.duration}"},ks={background:"{content.background}",borderColor:"{treetable.border.color}",color:"{content.color}",borderWidth:"0 0 1px 0",padding:"0.75rem 1rem"},ys={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}"}},Bs={fontWeight:"600"},Cs={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}"}},xs={borderColor:"{treetable.border.color}",padding:"0.75rem 1rem",gap:"0.5rem"},$s={background:"{content.background}",borderColor:"{treetable.border.color}",color:"{content.color}",padding:"0.75rem 1rem"},ws={fontWeight:"600"},Rs={background:"{content.background}",borderColor:"{treetable.border.color}",color:"{content.color}",borderWidth:"0 0 1px 0",padding:"0.75rem 1rem"},Ss={width:"0.5rem"},zs={width:"1px",color:"{primary.color}"},Vs={color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",size:"0.875rem"},Ds={size:"2rem"},Ws={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}"}},Ns={borderColor:"{content.border.color}",borderWidth:"0 0 1px 0"},Is={borderColor:"{content.border.color}",borderWidth:"0 0 1px 0"},Fs={light:{root:{borderColor:"{content.border.color}"},bodyCell:{selectedBorderColor:"{primary.100}"}},dark:{root:{borderColor:"{surface.800}"},bodyCell:{selectedBorderColor:"{primary.900}"}}},Es=`
33
+ `,Vs={root:$s,node:Bs,nodeIcon:xs,nodeToggleButton:ws,loadingIcon:Rs,filter:Ss,css:zs},Ds={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}"}},Es={width:"2.5rem",color:"{form.field.icon.color}"},Os={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},Is={padding:"{list.padding}"},Ws={padding:"{list.option.padding}"},Ns={borderRadius:"{border.radius.sm}"},Ps={color:"{form.field.icon.color}"},js={root:Ds,dropdown:Es,overlay:Os,tree:Is,emptyMessage:Ws,chip:Ns,clearIcon:Ps},Fs={transitionDuration:"{transition.duration}"},Ts={background:"{content.background}",borderColor:"{treetable.border.color}",color:"{content.color}",borderWidth:"0 0 1px 0",padding:"0.75rem 1rem"},As={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}"}},Ms={fontWeight:"600"},Ls={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}"}},qs={borderColor:"{treetable.border.color}",padding:"0.75rem 1rem",gap:"0.5rem"},Hs={background:"{content.background}",borderColor:"{treetable.border.color}",color:"{content.color}",padding:"0.75rem 1rem"},Ys={fontWeight:"600"},Xs={background:"{content.background}",borderColor:"{treetable.border.color}",color:"{content.color}",borderWidth:"0 0 1px 0",padding:"0.75rem 1rem"},Gs={width:"0.5rem"},Us={width:"1px",color:"{primary.color}"},Qs={color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",size:"0.875rem"},Ks={size:"2rem"},Js={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}"}},Zs={borderColor:"{content.border.color}",borderWidth:"0 0 1px 0"},_s={borderColor:"{content.border.color}",borderWidth:"0 0 1px 0"},ou={light:{root:{borderColor:"{content.border.color}"},bodyCell:{selectedBorderColor:"{primary.100}"}},dark:{root:{borderColor:"{surface.800}"},bodyCell:{selectedBorderColor:"{primary.900}"}}},ru=`
34
34
  .p-treetable-mask.p-overlay-mask {
35
35
  --px-mask-background: light-dark(rgba(255,255,255,0.5),rgba(0,0,0,0.3));
36
36
  }
37
- `,Ms={root:vs,header:ks,headerCell:ys,columnTitle:Bs,row:Cs,bodyCell:xs,footerCell:$s,columnFooter:ws,footer:Rs,columnResizer:Ss,resizeIndicator:zs,sortIcon:Vs,loadingIcon:Ds,nodeToggleButton:Ws,paginatorTop:Ns,paginatorBottom:Is,colorScheme:Fs,css:Es},Os={mask:{background:"{content.background}",color:"{text.muted.color}"},icon:{size:"2rem"}},qs={loader:Os},Ps=Object.defineProperty,Ts=Object.defineProperties,As=Object.getOwnPropertyDescriptors,F=Object.getOwnPropertySymbols,Hs=Object.prototype.hasOwnProperty,js=Object.prototype.propertyIsEnumerable,E=(r,e,a)=>e in r?Ps(r,e,{enumerable:!0,configurable:!0,writable:!0,value:a}):r[e]=a,M,Ls=(M=((r,e)=>{for(var a in e||(e={}))Hs.call(e,a)&&E(r,a,e[a]);if(F)for(var a of F(e))js.call(e,a)&&E(r,a,e[a]);return r})({},Zr),Ts(M,As({components:{accordion:Rr,autocomplete:Mr,avatar:Hr,badge:Qr,blockui:oe,breadcrumb:te,button:le,card:ge,carousel:ke,cascadeselect:Re,checkbox:Ve,chip:Ee,colorpicker:Te,confirmdialog:je,confirmpopup:Ge,contextmenu:ra,datatable:xa,dataview:Da,datepicker:Ka,dialog:et,divider:lt,dock:st,drawer:bt,editor:Ct,fieldset:St,fileupload:Et,floatlabel:Tt,galleria:rn,iconfield:an,iftalabel:dn,image:fn,imagecompare:mn,inlinemessage:kn,inplace:Cn,inputchips:Rn,inputgroup:zn,inputnumber:Nn,inputotp:En,inputtext:On,knob:Hn,listbox:Kn,megamenu:dd,menu:fd,menubar:kd,message:Vd,metergroup:Md,multiselect:Xd,orderlist:Qd,organizationchart:ol,overlaybadge:el,paginator:ll,panel:ml,panelmenu:yl,password:Rl,picklist:Vl,popover:Nl,progressbar:Ml,progressspinner:ql,radiobutton:Al,rating:Ll,ripple:Xl,scrollpanel:Kl,select:di,selectbutton:ci,skeleton:fi,slider:vi,speeddial:yi,splitbutton:Ci,splitter:Ri,stepper:Ei,steps:Ai,tabmenu:Ui,tabs:rc,tabview:ic,tag:fc,terminal:bc,textarea:vc,tieredmenu:wc,timeline:Wc,toast:Ac,togglebutton:Xc,toggleswitch:Kc,toolbar:Zc,tooltip:rs,tree:cs,treeselect:hs,treetable:Ms,virtualscroller:qs},css:ea})));const Ys={startsWith:"Começa com",contains:"Contém",notContains:"Não contém",endsWith:"Termina com",equals:"Igual",notEquals:"Diferente",noFilter:"Sem filtro",lt:"Menor que",lte:"Menor ou igual a",gt:"Maior que",gte:"Maior ou igual a",dateIs:"Data é",dateIsNot:"Data não é",dateBefore:"Data antes de",dateAfter:"Data depois de",clear:"Limpar",apply:"Aplicar",matchAll:"Corresponder todos",matchAny:"Corresponder qualquer",addRule:"Adicionar regra",removeRule:"Remover regra",accept:"Sim",reject:"Não",choose:"Escolher",upload:"Enviar",cancel:"Cancelar",completed:"Concluído",pending:"Pendente",dayNames:["domingo","segunda","terça","quarta","quinta","sexta","sábado"],dayNamesShort:["dom","seg","ter","qua","qui","sex","sáb"],dayNamesMin:["D","S","T","Q","Q","S","S"],monthNames:["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"],monthNamesShort:["jan","fev","mar","abr","mai","jun","jul","ago","set","out","nov","dez"],today:"Hoje",weekHeader:"Sem",firstDayOfWeek:1,dateFormat:"dd/mm/yy"};function Xs(r){r.use(uo,{locale:Ys,ripple:!0,theme:{preset:Ls,options:{darkModeSelector:"none",cssLayer:{name:"primevue",order:"base, primevue, components, utilities, app"}}}})}function Us(){const r=fo.useToast();return{success:(n,t="Sucesso")=>{r.add({severity:"success",summary:t,detail:n||"Registro salvo",life:4e3})},error:(n,t="Erro")=>{r.add({severity:"error",summary:t,detail:n||"Ocorreu um erro",life:5e3})}}}function Gs(r,e){function a(n){r.value&&(r.value.contains(n.target)||e(n))}o.onMounted(()=>{document.addEventListener("pointerdown",a)}),o.onBeforeUnmount(()=>{document.removeEventListener("pointerdown",a)})}exports.BaseAlert=T;exports.BaseAutoComplete=go;exports.BaseAvatar=po;exports.BaseButton=w;exports.BaseCard=wo;exports.BaseChart=Ro;exports.BaseCheckbox=So;exports.BaseCurrency=Vo;exports.BaseDate=Do;exports.BaseDatePicker=Wo;exports.BaseDialog=Eo;exports.BaseDrawer=Oo;exports.BaseEmpty=Xo;exports.BaseField=Zo;exports.BaseForbidden=dr;exports.BaseInputMask=A;exports.BaseInputText=lr;exports.BaseModal=ir;exports.BaseMultiSelect=cr;exports.BasePanel=ur;exports.BaseRadioButton=fr;exports.BaseRouterLink=mr;exports.BaseSectionDivider=hr;exports.BaseSelect=vr;exports.BaseSwitch=kr;exports.BaseTextarea=yr;exports.FaIcon=C;exports.setupPrimeVue=Xs;exports.useAppToast=Us;exports.useClickOutside=Gs;exports.vFocus=Br;
37
+ `,eu={root:Fs,header:Ts,headerCell:As,columnTitle:Ms,row:Ls,bodyCell:qs,footerCell:Hs,columnFooter:Ys,footer:Xs,columnResizer:Gs,resizeIndicator:Us,sortIcon:Qs,loadingIcon:Ks,nodeToggleButton:Js,paginatorTop:Zs,paginatorBottom:_s,colorScheme:ou,css:ru},au={mask:{background:"{content.background}",color:"{text.muted.color}"},icon:{size:"2rem"}},tu={loader:au},nu=Object.defineProperty,lu=Object.defineProperties,du=Object.getOwnPropertyDescriptors,G=Object.getOwnPropertySymbols,iu=Object.prototype.hasOwnProperty,cu=Object.prototype.propertyIsEnumerable,U=(r,t,a)=>t in r?nu(r,t,{enumerable:!0,configurable:!0,writable:!0,value:a}):r[t]=a,Q,su=(Q=((r,t)=>{for(var a in t||(t={}))iu.call(t,a)&&U(r,a,t[a]);if(G)for(var a of G(t))cu.call(t,a)&&U(r,a,t[a]);return r})({},ve),lu(Q,du({components:{accordion:Xr,autocomplete:ee,avatar:ie,badge:pe,blockui:ye,breadcrumb:xe,button:Se,card:Ie,carousel:Te,cascadeselect:Xe,checkbox:Qe,chip:ra,colorpicker:la,confirmdialog:ca,confirmpopup:ma,contextmenu:Ca,datatable:qa,dataview:Ka,datepicker:bt,dialog:$t,divider:St,dock:Dt,drawer:Pt,editor:Lt,fieldset:Gt,fileupload:rn,floatlabel:ln,galleria:$n,iconfield:xn,iftalabel:Sn,image:On,imagecompare:Wn,inlinemessage:Tn,inplace:Ln,inputchips:Xn,inputgroup:Un,inputnumber:Zn,inputotp:rl,inputtext:al,knob:il,listbox:bl,megamenu:Rl,menu:Ol,menubar:Tl,message:Ql,metergroup:ed,multiselect:fd,orderlist:pd,organizationchart:yd,overlaybadge:$d,paginator:Sd,panel:Wd,panelmenu:Ad,password:Xd,picklist:Qd,popover:Zd,progressbar:ei,progressspinner:ti,radiobutton:di,rating:si,ripple:fi,scrollpanel:bi,select:Ri,selectbutton:Vi,skeleton:Oi,slider:Fi,speeddial:Ai,splitbutton:Li,splitter:Xi,stepper:rc,steps:dc,tabmenu:gc,tabs:Cc,tabview:zc,tag:Oc,terminal:Pc,textarea:Fc,tieredmenu:Yc,timeline:Jc,toast:ds,togglebutton:fs,toggleswitch:bs,toolbar:vs,tooltip:Cs,tree:Vs,treeselect:js,treetable:eu,virtualscroller:tu},css:$a})));const uu={startsWith:"Começa com",contains:"Contém",notContains:"Não contém",endsWith:"Termina com",equals:"Igual",notEquals:"Diferente",noFilter:"Sem filtro",lt:"Menor que",lte:"Menor ou igual a",gt:"Maior que",gte:"Maior ou igual a",dateIs:"Data é",dateIsNot:"Data não é",dateBefore:"Data antes de",dateAfter:"Data depois de",clear:"Limpar",apply:"Aplicar",matchAll:"Corresponder todos",matchAny:"Corresponder qualquer",addRule:"Adicionar regra",removeRule:"Remover regra",accept:"Sim",reject:"Não",choose:"Escolher",upload:"Enviar",cancel:"Cancelar",completed:"Concluído",pending:"Pendente",dayNames:["domingo","segunda","terça","quarta","quinta","sexta","sábado"],dayNamesShort:["dom","seg","ter","qua","qui","sex","sáb"],dayNamesMin:["D","S","T","Q","Q","S","S"],monthNames:["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"],monthNamesShort:["jan","fev","mar","abr","mai","jun","jul","ago","set","out","nov","dez"],today:"Hoje",weekHeader:"Sem",firstDayOfWeek:1,dateFormat:"dd/mm/yy"};function fu(r){r.use(Eo,{locale:uu,ripple:!0,theme:{preset:su,options:{darkModeSelector:"none",cssLayer:{name:"primevue",order:"base, primevue, components, utilities, app"}}}})}function gu(){const r=Oo.useToast();return{success:(e,n="Sucesso")=>{r.add({severity:"success",summary:n,detail:e||"Registro salvo",life:4e3})},error:(e,n="Erro")=>{r.add({severity:"error",summary:n,detail:e||"Ocorreu um erro",life:5e3})}}}function mu(r,t){function a(e){r.value&&(r.value.contains(e.target)||t(e))}o.onMounted(()=>{document.addEventListener("pointerdown",a)}),o.onBeforeUnmount(()=>{document.removeEventListener("pointerdown",a)})}function K(r,t){var a=Object.keys(r);if(Object.getOwnPropertySymbols){var e=Object.getOwnPropertySymbols(r);t&&(e=e.filter(function(n){return Object.getOwnPropertyDescriptor(r,n).enumerable})),a.push.apply(a,e)}return a}function S(r){for(var t=1;t<arguments.length;t++){var a=arguments[t]!=null?arguments[t]:{};t%2?K(Object(a),!0).forEach(function(e){pu(r,e,a[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(r,Object.getOwnPropertyDescriptors(a)):K(Object(a)).forEach(function(e){Object.defineProperty(r,e,Object.getOwnPropertyDescriptor(a,e))})}return r}function pu(r,t,a){return t in r?Object.defineProperty(r,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[t]=a,r}function J(r){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[];return Object.keys(r).reduce((a,e)=>(t.includes(e)||(a[e]=o.unref(r[e])),a),{})}function A(r){return typeof r=="function"}function bu(r){return o.isReactive(r)||o.isReadonly(r)}function io(r,t,a){let e=r;const n=t.split(".");for(let l=0;l<n.length;l++){if(!e[n[l]])return a;e=e[n[l]]}return e}function Y(r,t,a){return o.computed(()=>r.some(e=>io(t,e,{[a]:!1})[a]))}function Z(r,t,a){return o.computed(()=>r.reduce((e,n)=>{const l=io(t,n,{[a]:!1})[a]||[];return e.concat(l)},[]))}function co(r,t,a,e){return r.call(e,o.unref(t),o.unref(a),e)}function so(r){return r.$valid!==void 0?!r.$valid:!r}function hu(r,t,a,e,n,l,u){let{$lazy:i,$rewardEarly:s}=n,c=arguments.length>7&&arguments[7]!==void 0?arguments[7]:[],g=arguments.length>8?arguments[8]:void 0,m=arguments.length>9?arguments[9]:void 0,b=arguments.length>10?arguments[10]:void 0;const k=o.ref(!!e.value),d=o.ref(0);a.value=!1;const h=o.watch([t,e].concat(c,b),()=>{if(i&&!e.value||s&&!m.value&&!a.value)return;let p;try{p=co(r,t,g,u)}catch(C){p=Promise.reject(C)}d.value++,a.value=!!d.value,k.value=!1,Promise.resolve(p).then(C=>{d.value--,a.value=!!d.value,l.value=C,k.value=so(C)}).catch(C=>{d.value--,a.value=!!d.value,l.value=C,k.value=!0})},{immediate:!0,deep:typeof t=="object"});return{$invalid:k,$unwatch:h}}function vu(r,t,a,e,n,l,u,i){let{$lazy:s,$rewardEarly:c}=e;const g=()=>({}),m=o.computed(()=>{if(s&&!a.value||c&&!i.value)return!1;let b=!0;try{const k=co(r,t,u,l);n.value=k,b=so(k)}catch(k){n.value=k}return b});return{$unwatch:g,$invalid:m}}function ku(r,t,a,e,n,l,u,i,s,c,g){const m=o.ref(!1),b=r.$params||{},k=o.ref(null);let d,h;r.$async?{$invalid:d,$unwatch:h}=hu(r.$validator,t,m,a,e,k,n,r.$watchTargets,s,c,g):{$invalid:d,$unwatch:h}=vu(r.$validator,t,a,e,k,n,s,c);const p=r.$message;return{$message:A(p)?o.computed(()=>p(J({$pending:m,$invalid:d,$params:J(b),$model:t,$response:k,$validator:l,$propertyPath:i,$property:u}))):p||"",$params:b,$pending:m,$invalid:d,$response:k,$unwatch:h}}function yu(){let r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};const t=o.unref(r),a=Object.keys(t),e={},n={},l={};let u=null;return a.forEach(i=>{const s=t[i];switch(!0){case A(s.$validator):e[i]=s;break;case A(s):e[i]={$validator:s};break;case i==="$validationGroups":u=s;break;case i.startsWith("$"):l[i]=s;break;default:n[i]=s}}),{rules:e,nestedValidators:n,config:l,validationGroups:u}}const Cu="__root";function $u(r,t,a,e,n,l,u,i,s){const c=Object.keys(r),g=e.get(n,r),m=o.ref(!1),b=o.ref(!1),k=o.ref(0);if(g){if(!g.$partial)return g;g.$unwatch(),m.value=g.$dirty.value}const d={$dirty:m,$path:n,$touch:()=>{m.value||(m.value=!0)},$reset:()=>{m.value&&(m.value=!1)},$commit:()=>{}};return c.length?(c.forEach(h=>{d[h]=ku(r[h],t,d.$dirty,l,u,h,a,n,s,b,k)}),d.$externalResults=o.computed(()=>i.value?[].concat(i.value).map((h,p)=>({$propertyPath:n,$property:a,$validator:"$externalResults",$uid:`${n}-externalResult-${p}`,$message:h,$params:{},$response:null,$pending:!1})):[]),d.$invalid=o.computed(()=>{const h=c.some(p=>o.unref(d[p].$invalid));return b.value=h,!!d.$externalResults.value.length||h}),d.$pending=o.computed(()=>c.some(h=>o.unref(d[h].$pending))),d.$error=o.computed(()=>d.$dirty.value?d.$pending.value||d.$invalid.value:!1),d.$silentErrors=o.computed(()=>c.filter(h=>o.unref(d[h].$invalid)).map(h=>{const p=d[h];return o.reactive({$propertyPath:n,$property:a,$validator:h,$uid:`${n}-${h}`,$message:p.$message,$params:p.$params,$response:p.$response,$pending:p.$pending})}).concat(d.$externalResults.value)),d.$errors=o.computed(()=>d.$dirty.value?d.$silentErrors.value:[]),d.$unwatch=()=>c.forEach(h=>{d[h].$unwatch()}),d.$commit=()=>{b.value=!0,k.value=Date.now()},e.set(n,r,d),d):(g&&e.set(n,r,d),d)}function Bu(r,t,a,e,n,l,u){const i=Object.keys(r);return i.length?i.reduce((s,c)=>(s[c]=X({validations:r[c],state:t,key:c,parentKey:a,resultsCache:e,globalConfig:n,instance:l,externalResults:u}),s),{}):{}}function xu(r,t,a){const e=o.computed(()=>[t,a].filter(d=>d).reduce((d,h)=>d.concat(Object.values(o.unref(h))),[])),n=o.computed({get(){return r.$dirty.value||(e.value.length?e.value.every(d=>d.$dirty):!1)},set(d){r.$dirty.value=d}}),l=o.computed(()=>{const d=o.unref(r.$silentErrors)||[],h=e.value.filter(p=>(o.unref(p).$silentErrors||[]).length).reduce((p,C)=>p.concat(...C.$silentErrors),[]);return d.concat(h)}),u=o.computed(()=>{const d=o.unref(r.$errors)||[],h=e.value.filter(p=>(o.unref(p).$errors||[]).length).reduce((p,C)=>p.concat(...C.$errors),[]);return d.concat(h)}),i=o.computed(()=>e.value.some(d=>d.$invalid)||o.unref(r.$invalid)||!1),s=o.computed(()=>e.value.some(d=>o.unref(d.$pending))||o.unref(r.$pending)||!1),c=o.computed(()=>e.value.some(d=>d.$dirty)||e.value.some(d=>d.$anyDirty)||n.value),g=o.computed(()=>n.value?s.value||i.value:!1),m=()=>{r.$touch(),e.value.forEach(d=>{d.$touch()})},b=()=>{r.$commit(),e.value.forEach(d=>{d.$commit()})},k=()=>{r.$reset(),e.value.forEach(d=>{d.$reset()})};return e.value.length&&e.value.every(d=>d.$dirty)&&m(),{$dirty:n,$errors:u,$invalid:i,$anyDirty:c,$error:g,$pending:s,$touch:m,$reset:k,$silentErrors:l,$commit:b}}function X(r){let{validations:t,state:a,key:e,parentKey:n,childResults:l,resultsCache:u,globalConfig:i={},instance:s,externalResults:c}=r;const g=n?`${n}.${e}`:e,{rules:m,nestedValidators:b,config:k,validationGroups:d}=yu(t),h=S(S({},i),k),p=e?o.computed(()=>{const $=o.unref(a);return $?o.unref($[e]):void 0}):a,C=S({},o.unref(c)||{}),V=o.computed(()=>{const $=o.unref(c);return e?$?o.unref($[e]):void 0:$}),D=$u(m,p,e,u,g,h,s,V,a),x=Bu(b,p,g,u,h,s,V),N={};d&&Object.entries(d).forEach($=>{let[z,R]=$;N[z]={$invalid:Y(R,x,"$invalid"),$error:Y(R,x,"$error"),$pending:Y(R,x,"$pending"),$errors:Z(R,x,"$errors"),$silentErrors:Z(R,x,"$silentErrors")}});const{$dirty:P,$errors:L,$invalid:j,$anyDirty:q,$error:H,$pending:E,$touch:O,$reset:f,$silentErrors:v,$commit:y}=xu(D,x,l),B=e?o.computed({get:()=>o.unref(p),set:$=>{P.value=!0;const z=o.unref(a),R=o.unref(c);R&&(R[e]=C[e]),o.isRef(z[e])?z[e].value=$:z[e]=$}}):null;e&&h.$autoDirty&&o.watch(p,()=>{P.value||O();const $=o.unref(c);$&&($[e]=C[e])},{flush:"sync"});async function w(){return O(),h.$rewardEarly&&(y(),await o.nextTick()),await o.nextTick(),new Promise($=>{if(!E.value)return $(!j.value);const z=o.watch(E,()=>{$(!j.value),z()})})}function I($){return(l.value||{})[$]}function go(){o.isRef(c)?c.value=C:Object.keys(C).length===0?Object.keys(c).forEach($=>{delete c[$]}):Object.assign(c,C)}return o.reactive(S(S(S({},D),{},{$model:B,$dirty:P,$error:H,$errors:L,$invalid:j,$anyDirty:q,$pending:E,$touch:O,$reset:f,$path:g||Cu,$silentErrors:v,$validate:w,$commit:y},l&&{$getResultsForChild:I,$clearExternalResults:go,$validationGroups:N}),x))}class wu{constructor(){this.storage=new Map}set(t,a,e){this.storage.set(t,{rules:a,result:e})}checkRulesValidity(t,a,e){const n=Object.keys(e),l=Object.keys(a);return l.length!==n.length||!l.every(i=>n.includes(i))?!1:l.every(i=>a[i].$params?Object.keys(a[i].$params).every(s=>o.unref(e[i].$params[s])===o.unref(a[i].$params[s])):!0)}get(t,a){const e=this.storage.get(t);if(!e)return;const{rules:n,result:l}=e,u=this.checkRulesValidity(t,a,n),i=l.$unwatch?l.$unwatch:()=>({});return u?l:{$dirty:l.$dirty,$partial:!0,$unwatch:i}}}const T={COLLECT_ALL:!0,COLLECT_NONE:!1},_=Symbol("vuelidate#injectChildResults"),oo=Symbol("vuelidate#removeChildResults");function Ru(r){let{$scope:t,instance:a}=r;const e={},n=o.ref([]),l=o.computed(()=>n.value.reduce((g,m)=>(g[m]=o.unref(e[m]),g),{}));function u(g,m){let{$registerAs:b,$scope:k,$stopPropagation:d}=m;d||t===T.COLLECT_NONE||k===T.COLLECT_NONE||t!==T.COLLECT_ALL&&t!==k||(e[b]=g,n.value.push(b))}a.__vuelidateInjectInstances=[].concat(a.__vuelidateInjectInstances||[],u);function i(g){n.value=n.value.filter(m=>m!==g),delete e[g]}a.__vuelidateRemoveInstances=[].concat(a.__vuelidateRemoveInstances||[],i);const s=o.inject(_,[]);o.provide(_,a.__vuelidateInjectInstances);const c=o.inject(oo,[]);return o.provide(oo,a.__vuelidateRemoveInstances),{childResults:l,sendValidationResultsToParent:s,removeValidationResultsFromParent:c}}function uo(r){return new Proxy(r,{get(t,a){return typeof t[a]=="object"?uo(t[a]):o.computed(()=>t[a])}})}let ro=0;function Su(r,t){var a;let e=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};arguments.length===1&&(e=r,r=void 0,t=void 0);let{$registerAs:n,$scope:l=T.COLLECT_ALL,$stopPropagation:u,$externalResults:i,currentVueInstance:s}=e;const c=s||((a=o.getCurrentInstance())===null||a===void 0?void 0:a.proxy),g=c?c.$options:{};n||(ro+=1,n=`_vuelidate_${ro}`);const m=o.ref({}),b=new wu,{childResults:k,sendValidationResultsToParent:d,removeValidationResultsFromParent:h}=c?Ru({$scope:l,instance:c}):{childResults:o.ref({})};if(!r&&g.validations){const p=g.validations;t=o.ref({}),o.onBeforeMount(()=>{t.value=c,o.watch(()=>A(p)?p.call(t.value,new uo(t.value)):p,C=>{m.value=X({validations:C,state:t,childResults:k,resultsCache:b,globalConfig:e,instance:c,externalResults:i||c.vuelidateExternalResults})},{immediate:!0})}),e=g.validationsConfig||e}else{const p=o.isRef(r)||bu(r)?r:o.reactive(r||{});o.watch(p,C=>{m.value=X({validations:C,state:t,childResults:k,resultsCache:b,globalConfig:e,instance:c??{},externalResults:i})},{immediate:!0})}return c&&(d.forEach(p=>p(m,{$registerAs:n,$scope:l,$stopPropagation:u})),o.onBeforeUnmount(()=>h.forEach(p=>p(n)))),o.computed(()=>S(S({},o.unref(m.value)),k.value))}function fo(r){return new Proxy({},{get(t,a){if(typeof a=="symbol")return Reflect.get(t,a);const e=r()?.[a];return!e||!Array.isArray(e.$errors)?Reflect.get(t,a):Object.keys(e).some(l=>!l.startsWith("$")&&e[l]!==null&&typeof e[l]=="object"&&"$errors"in e[l])?fo(()=>e):e.$errors?.[0]?.$message??null}})}function zu(r={},t={}){const a=o.reactive(structuredClone(r)),e=o.ref(!1),n=Su(t,a,{$autoDirty:!0}),l=fo(()=>n.value);async function u(){return n.value.$validate()}function i(c){return async g=>{if(g?.preventDefault(),!!await u()){e.value=!0;try{await c(structuredClone(o.toRaw(a)))}finally{e.value=!1}}}}function s(){const c=structuredClone(o.toRaw(r));for(const g in a)delete a[g];Object.assign(a,c),n.value.$reset()}return{values:a,errors:l,isSubmitting:e,v$:n,validate:u,handleSubmit:i,reset:s}}exports.BaseAlert=no;exports.BaseAutoComplete=Io;exports.BaseAvatar=No;exports.BaseButton=F;exports.BaseCard=Yo;exports.BaseChart=Xo;exports.BaseCheckbox=Go;exports.BaseCurrency=Qo;exports.BaseDate=Ko;exports.BaseDatePicker=Jo;exports.BaseDialog=rr;exports.BaseDrawer=ar;exports.BaseEmpty=fr;exports.BaseField=vr;exports.BaseForbidden=Rr;exports.BaseInputMask=lo;exports.BaseInputText=Sr;exports.BaseModal=zr;exports.BaseMultiSelect=Vr;exports.BasePanel=Er;exports.BaseRadioButton=Or;exports.BaseRouterLink=Wr;exports.BaseSectionDivider=jr;exports.BaseSelect=Fr;exports.BaseSwitch=Tr;exports.BaseTextarea=Ar;exports.FaIcon=W;exports.setupPrimeVue=fu;exports.useAppToast=gu;exports.useClickOutside=mu;exports.useForm=zu;exports.vFocus=Mr;