@stencitecnologia/front-kit 0.1.48 → 0.1.50

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"),P=require("primevue/datepicker"),Z=require("primevue/inputgroup"),_=require("primevue/inputgroupaddon"),oo=require("primevue/popover"),ro=require("primevue/inputmask"),q=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"]))}},x={__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},$={__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(x,{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"},wo={class:"ui-card-footer-content"},$o={__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",wo,[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 w=new Date(k,h-1,g);return w.getFullYear()!==k||w.getMonth()!==h-1||w.getDate()!==g?null:w},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()),C=d=>{i.value=d,t("update:textValue",d)},R=d=>{C(b(d)),c.value=d},S=d=>{C(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=()=>{C(""),c.value=null,s.value+=1,t("update:modelValue",null)},H=d=>{if(C(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&&(S(d),D(d),l.value&&l.value.hide());return}R(d),t("update:modelValue",d),l.value&&l.value.hide()}},L=()=>{f.value&&N.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];S(g),t("update:modelValue",g);return}R(u),t("update:modelValue",u)}},I=o.computed({get:()=>i.value,set:d=>H(d)}),N=o.computed(()=>f.value&&!!i.value&&!B(i.value));return e({hasPartialInput:N}),o.watch(()=>n.modelValue,d=>{if(d===null){(i.value!==""||c.value!==null)&&(C(""),c.value=null);return}if(f.value){Array.isArray(d)&&d[0]instanceof Date&&d[1]instanceof Date&&S(d);return}d instanceof Date&&R(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:I.value,"onUpdate:modelValue":u[0]||(u[0]=g=>I.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($,{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($,{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($,{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(x,{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(P),{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(P),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"]))}},z=(r,e)=>{const a=r.__vccOpts||r;for(const[n,t]of e)a[n]=t;return a},Io={key:0,class:"ui-dialog-body"},No={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(q),{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",Io,[r.icon?(o.openBlock(),o.createBlock(x,{key:0,icon:r.icon,class:"ui-dialog-icon"},null,8,["icon"])):o.createCommentVNode("",!0),r.content?(o.openBlock(),o.createElementBlock("p",No,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=z(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))}}),Po={class:"ui-empty"},qo={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",Po,[o.createElementVNode("div",qo,[a.value?(o.openBlock(),o.createElementBlock("img",{key:0,src:r.image,alt:"",class:"ui-empty__image"},null,8,To)):(o.openBlock(),o.createBlock(x,{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=z(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={__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"]))}},or={__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(q),{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"]))}},rr={__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"]))}},er={__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"]))}},ar=z(er,[["__scopeId","data-v-cc034b6b"]]),tr={__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"]))}},nr=["href","target"],dr={__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,nr)):(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"]))}},lr={class:"ui-section-divider"},ir={key:0,class:"ui-section-divider__label"},cr={__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",lr,[a.value?(o.openBlock(),o.createElementBlock("span",ir,o.toDisplayString(r.label),1)):o.createCommentVNode("",!0),t[0]||(t[0]=o.createElementVNode("div",{class:"ui-section-divider__line"},null,-1))]))}},sr={__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"]))}},ur={__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"]))}},fr={__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"]))}},gr={mounted(r){const e=()=>{typeof r?.focus=="function"&&r.focus()};requestAnimationFrame(()=>{e(),setTimeout(()=>{document.activeElement!==r&&e()},350)})}};var mr={transitionDuration:"{transition.duration}"},pr={borderWidth:"0 0 1px 0",borderColor:"{content.border.color}"},br={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"}},hr={borderWidth:"0",borderColor:"{content.border.color}",background:"{content.background}",color:"{text.color}",padding:"0 1.125rem 1.125rem 1.125rem"},vr={root:mr,panel:pr,header:br,content:hr},kr={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}"},yr={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},Br={padding:"{list.padding}",gap:"{list.gap}"},Cr={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}"},xr={background:"{list.option.group.background}",color:"{list.option.group.color}",fontWeight:"{list.option.group.font.weight}",padding:"{list.option.group.padding}"},wr={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}"},Rr={padding:"{list.option.padding}"},Sr={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}"}}},zr={root:kr,overlay:yr,list:Br,option:Cr,optionGroup:xr,dropdown:wr,chip:$r,emptyMessage:Rr,colorScheme:Sr},Vr={width:"2rem",height:"2rem",fontSize:"1rem",background:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}"},Dr={size:"1rem"},Wr={borderColor:"{content.background}",offset:"-0.75rem"},Ir={width:"3rem",height:"3rem",fontSize:"1.5rem",icon:{size:"1.5rem"},group:{offset:"-1rem"}},Nr={width:"4rem",height:"4rem",fontSize:"2rem",icon:{size:"2rem"},group:{offset:"-1.5rem"}},Fr={root:Vr,icon:Dr,group:Wr,lg:Ir,xl:Nr},Er={borderRadius:"{border.radius.md}",padding:"0 0.5rem",fontSize:"0.75rem",fontWeight:"700",minWidth:"1.5rem",height:"1.5rem"},Mr={size:"0.5rem"},Or={fontSize:"0.625rem",minWidth:"1.25rem",height:"1.25rem"},Pr={fontSize:"0.875rem",minWidth:"1.75rem",height:"1.75rem"},qr={fontSize:"1rem",minWidth:"2rem",height:"2rem"},Tr={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}"}}},Ar={root:Er,dot:Mr,sm:Or,lg:Pr,xl:qr,colorScheme:Tr},Hr={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}"}}}}},Lr={primitive:Hr,semantic:jr},Yr={borderRadius:"{content.border.radius}"},Xr={root:Yr},Ur={padding:"1rem",background:"{content.background}",gap:"0.5rem",transitionDuration:"{transition.duration}"},Gr={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}"}},Qr={color:"{navigation.item.icon.color}"},Kr={root:Ur,item:Gr,separator:Qr},Jr={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}"},Zr={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}"}}},_r={root:Jr,colorScheme:Zr},oe={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)"},re={padding:"1.25rem",gap:"0.5rem"},ee={gap:"0.5rem"},ae={fontSize:"1.25rem",fontWeight:"500"},te={color:"{text.muted.color}"},ne={root:oe,body:re,caption:ee,title:ae,subtitle:te},de={transitionDuration:"{transition.duration}"},le={gap:"0.25rem"},ie={padding:"1rem",gap:"0.5rem"},ce={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}"}},se={light:{indicator:{background:"{surface.200}",hoverBackground:"{surface.300}",activeBackground:"{primary.color}"}},dark:{indicator:{background:"{surface.700}",hoverBackground:"{surface.600}",activeBackground:"{primary.color}"}}},ue={root:de,content:le,indicatorList:ie,indicator:ce,colorScheme:se},fe={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}"}},ge={width:"2.5rem",color:"{form.field.icon.color}"},me={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},pe={padding:"{list.padding}",gap:"{list.gap}",mobileIndent:"1rem"},be={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"}},he={color:"{form.field.icon.color}"},ve={root:fe,dropdown:ge,overlay:me,list:pe,option:be,clearIcon:he},ke={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"}},ye={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"}},Be={root:ke,icon:ye},Ce={borderRadius:"16px",paddingX:"0.75rem",paddingY:"0.5rem",gap:"0.5rem",transitionDuration:"{transition.duration}"},xe={width:"2rem",height:"2rem"},we={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}"}},Re={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}"}}},Se={root:Ce,image:xe,icon:we,removeIcon:$e,colorScheme:Re},ze={transitionDuration:"{transition.duration}"},Ve={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}"}},De={shadow:"{overlay.popover.shadow}",borderRadius:"{overlay.popover.borderRadius}"},We={light:{panel:{background:"{surface.800}",borderColor:"{surface.900}"},handle:{color:"{surface.0}"}},dark:{panel:{background:"{surface.900}",borderColor:"{surface.700}"},handle:{color:"{surface.0}"}}},Ie={root:ze,preview:Ve,panel:De,colorScheme:We},Ne={size:"2rem",color:"{overlay.modal.color}"},Fe={gap:"1rem"},Ee={icon:Ne,content:Fe},Me={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"},Oe={padding:"{overlay.popover.padding}",gap:"1rem"},Pe={size:"1.5rem",color:"{overlay.popover.color}"},qe={gap:"0.5rem",padding:"0 {overlay.popover.padding} {overlay.popover.padding} {overlay.popover.padding}"},Te={root:Me,content:Oe,icon:Pe,footer:qe},Ae={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}",shadow:"{overlay.navigation.shadow}",transitionDuration:"{transition.duration}"},He={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}"}},Le={mobileIndent:"1rem"},Ye={size:"{navigation.submenu.icon.size}",color:"{navigation.submenu.icon.color}",focusColor:"{navigation.submenu.icon.focus.color}",activeColor:"{navigation.submenu.icon.active.color}"},Xe={borderColor:"{content.border.color}"},Ue={root:Ae,list:He,item:je,submenu:Le,submenuIcon:Ye,separator:Xe},Ge=`
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=`
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
- `,Qe={transitionDuration:"{transition.duration}"},Ke={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"}},Je={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"}},Ze={fontWeight:"600"},_e={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}"}},oa={borderColor:"{datatable.border.color}",padding:"0.75rem 1rem",sm:{padding:"0.375rem 0.5rem"},lg:{padding:"1rem 1.25rem"}},ra={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"}},ea={fontWeight:"600"},aa={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"}},ta={color:"{primary.color}"},na={width:"0.5rem"},da={width:"1px",color:"{primary.color}"},la={color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",size:"0.875rem"},ia={size:"2rem"},ca={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}"}},sa={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}"}},ua={borderColor:"{datatable.border.color}",borderWidth:"0 0 1px 0"},fa={borderColor:"{datatable.border.color}",borderWidth:"0 0 1px 0"},ga={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}"}}},ma=`
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=`
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
- `,pa={root:Qe,header:Ke,headerCell:Je,columnTitle:Ze,row:_e,bodyCell:oa,footerCell:ra,columnFooter:ea,footer:aa,dropPoint:ta,columnResizer:na,resizeIndicator:da,sortIcon:la,loadingIcon:ia,rowToggleButton:ca,filter:sa,paginatorTop:ua,paginatorBottom:fa,colorScheme:ga,css:ma},ba={borderColor:"transparent",borderWidth:"0",borderRadius:"0",padding:"0"},ha={background:"{content.background}",color:"{content.color}",borderColor:"{content.border.color}",borderWidth:"0 0 1px 0",padding:"0.75rem 1rem",borderRadius:"0"},va={background:"{content.background}",color:"{content.color}",borderColor:"transparent",borderWidth:"0",padding:"0",borderRadius:"0"},ka={background:"{content.background}",color:"{content.color}",borderColor:"{content.border.color}",borderWidth:"1px 0 0 0",padding:"0.75rem 1rem",borderRadius:"0"},ya={borderColor:"{content.border.color}",borderWidth:"0 0 1px 0"},Ba={borderColor:"{content.border.color}",borderWidth:"1px 0 0 0"},Ca={root:ba,header:ha,content:va,footer:ka,paginatorTop:ya,paginatorBottom:Ba},xa={transitionDuration:"{transition.duration}"},wa={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"},Ra={gap:"0.5rem",fontWeight:"500"},Sa={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}"}},za={color:"{form.field.icon.color}"},Va={hoverBackground:"{content.hover.background}",color:"{content.color}",hoverColor:"{content.hover.color}",padding:"0.25rem 0.5rem",borderRadius:"{content.border.radius}"},Da={hoverBackground:"{content.hover.background}",color:"{content.color}",hoverColor:"{content.hover.color}",padding:"0.25rem 0.5rem",borderRadius:"{content.border.radius}"},Wa={borderColor:"{content.border.color}",gap:"{overlay.popover.padding}"},Ia={margin:"0.5rem 0 0 0"},Na={padding:"0.25rem",fontWeight:"500",color:"{content.color}"},Fa={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}"}},Ea={margin:"0.5rem 0 0 0"},Ma={padding:"0.375rem",borderRadius:"{content.border.radius}"},Oa={margin:"0.5rem 0 0 0"},Pa={padding:"0.375rem",borderRadius:"{content.border.radius}"},qa={padding:"0.5rem 0 0 0",borderColor:"{content.border.color}"},Ta={padding:"0.5rem 0 0 0",borderColor:"{content.border.color}",gap:"0.5rem",buttonGap:"0.25rem"},Aa={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}"}}},Ha={root:xa,panel:wa,header:$a,title:Ra,dropdown:Sa,inputIcon:za,selectMonth:Va,selectYear:Da,group:Wa,dayView:Ia,weekDay:Na,date:Fa,monthView:Ea,month:Ma,yearView:Oa,year:Pa,buttonbar:qa,timePicker:Ta,colorScheme:Aa},ja={background:"{overlay.modal.background}",borderColor:"{overlay.modal.border.color}",color:"{overlay.modal.color}",borderRadius:"{overlay.modal.border.radius}",shadow:"{overlay.modal.shadow}"},La={padding:"{overlay.modal.padding}",gap:"0.5rem"},Ya={fontSize:"1.25rem",fontWeight:"600"},Xa={padding:"0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}"},Ua={padding:"0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}",gap:"0.5rem"},Ga={root:ja,header:La,title:Ya,content:Xa,footer:Ua},Qa={borderColor:"{content.border.color}"},Ka={background:"{content.background}",color:"{text.color}"},Ja={margin:"1rem 0",padding:"0 1rem",content:{padding:"0 0.5rem"}},Za={margin:"0 1rem",padding:"0.5rem 0",content:{padding:"0.5rem 0"}},_a={root:Qa,content:Ka,horizontal:Ja,vertical:Za},ot={background:"rgba(255, 255, 255, 0.1)",borderColor:"rgba(255, 255, 255, 0.2)",padding:"0.5rem",borderRadius:"{border.radius.xl}"},rt={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}"}},et={root:ot,item:rt},at={background:"{overlay.modal.background}",borderColor:"{overlay.modal.border.color}",color:"{overlay.modal.color}",shadow:"{overlay.modal.shadow}"},tt={padding:"{overlay.modal.padding}"},nt={fontSize:"1.5rem",fontWeight:"600"},dt={padding:"0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}"},lt={padding:"{overlay.modal.padding}"},it={root:at,header:tt,title:nt,content:dt,footer:lt},ct={background:"{content.background}",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}"},st={color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{primary.color}"},ut={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}"},ft={focusBackground:"{list.option.focus.background}",color:"{list.option.color}",focusColor:"{list.option.focus.color}",padding:"{list.option.padding}",borderRadius:"{list.option.border.radius}"},gt={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}"},mt={toolbar:ct,toolbarItem:st,overlay:ut,overlayOption:ft,content:gt},pt={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}"},bt={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}"}},ht={color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}"},vt={padding:"0"},kt={root:pt,legend:bt,toggleIcon:ht,content:vt},yt={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}",transitionDuration:"{transition.duration}"},Bt={background:"transparent",color:"{text.color}",padding:"1.125rem",borderColor:"unset",borderWidth:"0",borderRadius:"0",gap:"0.5rem"},Ct={highlightBorderColor:"{primary.color}",padding:"0 1.125rem 1.125rem 1.125rem",gap:"1rem"},xt={padding:"1rem",gap:"1rem",borderColor:"{content.border.color}",info:{gap:"0.5rem"}},wt={gap:"0.5rem"},$t={height:"0.25rem"},Rt={gap:"0.5rem"},St={root:yt,header:Bt,content:Ct,file:xt,fileList:wt,progressbar:$t,basic:Rt},zt={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"}},Vt={active:{top:"-1.25rem"}},Dt={input:{paddingTop:"1.5rem",paddingBottom:"{form.field.padding.y}"},active:{top:"{form.field.padding.y}"}},Wt={borderRadius:"{border.radius.xs}",active:{background:"{form.field.background}",padding:"0 0.125rem"}},It={root:zt,over:Vt,in:Dt,on:Wt},Nt={borderWidth:"1px",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}",transitionDuration:"{transition.duration}"},Ft={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}"}},Et={size:"1.5rem"},Mt={background:"{content.background}",padding:"1rem 0.25rem"},Ot={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}"}},Pt={size:"1rem"},qt={background:"rgba(0, 0, 0, 0.5)",color:"{surface.100}",padding:"1rem"},Tt={gap:"0.5rem",padding:"1rem"},At={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}"}},Ht={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)"},Lt={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}"}},Yt={size:"1.5rem"},Xt={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}"}}},Ut={root:Nt,navButton:Ft,navIcon:Et,thumbnailsContent:Mt,thumbnailNavButton:Ot,thumbnailNavButtonIcon:Pt,caption:qt,indicatorList:Tt,indicatorButton:At,insetIndicatorList:Ht,insetIndicatorButton:jt,closeButton:Lt,closeButtonIcon:Yt,colorScheme:Xt},Gt={color:"{form.field.icon.color}"},Qt={icon:Gt},Kt={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"},Jt={paddingTop:"1.5rem",paddingBottom:"{form.field.padding.y}"},Zt={root:Kt,input:Jt},_t={transitionDuration:"{transition.duration}"},on={icon:{size:"1.5rem"},mask:{background:"{mask.background}",color:"{mask.color}"}},rn={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}"}},an={root:_t,preview:on,toolbar:rn,action:en},tn={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}"}},nn={handle:tn},dn={padding:"{form.field.padding.y} {form.field.padding.x}",borderRadius:"{content.border.radius}",gap:"0.5rem"},ln={fontWeight:"500"},cn={size:"1rem"},sn={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%)"}}},un={root:dn,text:ln,icon:cn,colorScheme:sn},fn={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}"},gn={hoverBackground:"{content.hover.background}",hoverColor:"{content.hover.color}"},mn={root:fn,display:gn},pn={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}"},bn={borderRadius:"{border.radius.sm}"},hn={light:{chip:{focusBackground:"{surface.200}",color:"{surface.800}"}},dark:{chip:{focusBackground:"{surface.700}",color:"{surface.0}"}}},vn={root:pn,chip:bn,colorScheme:hn},kn={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"},yn={addon:kn},Bn={transitionDuration:"{transition.duration}"},Cn={width:"2.5rem",borderRadius:"{form.field.border.radius}",verticalPadding:"{form.field.padding.y}"},xn={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}"}}},wn={root:Bn,button:Cn,colorScheme:xn},$n={gap:"0.5rem"},Rn={width:"2.5rem",sm:{width:"2rem"},lg:{width:"3rem"}},Sn={root:$n,input:Rn},zn={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}"}},Vn={root:zn},Dn={transitionDuration:"{transition.duration}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},Wn={background:"{primary.color}"},In={background:"{content.border.color}"},Nn={color:"{text.muted.color}"},Fn={root:Dn,value:Wn,range:In,text:Nn},En={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}"},Mn={padding:"{list.padding}",gap:"{list.gap}",header:{padding:"{list.header.padding}"}},On={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}"},Pn={background:"{list.option.group.background}",color:"{list.option.group.color}",fontWeight:"{list.option.group.font.weight}",padding:"{list.option.group.padding}"},qn={color:"{list.option.color}",gutterStart:"-0.375rem",gutterEnd:"0.375rem"},Tn={padding:"{list.option.padding}"},An={light:{option:{stripedBackground:"{surface.50}"}},dark:{option:{stripedBackground:"{surface.900}"}}},Hn={root:En,list:Mn,option:On,optionGroup:Pn,checkmark:qn,emptyMessage:Tn,colorScheme:An},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}"},Ln={borderRadius:"{content.border.radius}",padding:"{navigation.item.padding}"},Yn={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}"}},Xn={padding:"0",background:"{content.background}",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}",color:"{content.color}",shadow:"{overlay.navigation.shadow}",gap:"0.5rem"},Un={padding:"{navigation.list.padding}",gap:"{navigation.list.gap}"},Gn={padding:"{navigation.submenu.label.padding}",fontWeight:"{navigation.submenu.label.font.weight}",background:"{navigation.submenu.label.background}",color:"{navigation.submenu.label.color}"},Qn={size:"{navigation.submenu.icon.size}",color:"{navigation.submenu.icon.color}",focusColor:"{navigation.submenu.icon.focus.color}",activeColor:"{navigation.submenu.icon.active.color}"},Kn={borderColor:"{content.border.color}"},Jn={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}"}},Zn={root:jn,baseItem:Ln,item:Yn,overlay:Xn,submenu:Un,submenuLabel:Gn,submenuIcon:Qn,separator:Kn,mobileButton:Jn},_n={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}",shadow:"{overlay.navigation.shadow}",transitionDuration:"{transition.duration}"},od={padding:"{navigation.list.padding}",gap:"{navigation.list.gap}"},rd={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}"}},ed={padding:"{navigation.submenu.label.padding}",fontWeight:"{navigation.submenu.label.font.weight}",background:"{navigation.submenu.label.background}",color:"{navigation.submenu.label.color}"},ad={borderColor:"{content.border.color}"},td={root:_n,list:od,item:rd,submenuLabel:ed,separator:ad},nd={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}"},dd={borderRadius:"{content.border.radius}",padding:"{navigation.item.padding}"},ld={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}"}},id={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}"}},cd={borderColor:"{content.border.color}"},sd={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}"}},ud={root:nd,baseItem:dd,item:ld,submenu:id,separator:cd,mobileButton:sd},fd={borderRadius:"{content.border.radius}",borderWidth:"1px",transitionDuration:"{transition.duration}"},gd={padding:"0.5rem 0.75rem",gap:"0.5rem",sm:{padding:"0.375rem 0.625rem"},lg:{padding:"0.625rem 0.875rem"}},md={fontSize:"1rem",fontWeight:"500",sm:{fontSize:"0.875rem"},lg:{fontSize:"1.125rem"}},pd={size:"1.125rem",sm:{size:"1rem"},lg:{size:"1.25rem"}},bd={width:"1.75rem",height:"1.75rem",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",offset:"{focus.ring.offset}"}},hd={size:"1rem",sm:{size:"0.875rem"},lg:{size:"1.125rem"}},vd={root:{borderWidth:"1px"}},kd={content:{padding:"0"}},yd={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}"}}}},Bd={root:fd,content:gd,text:md,icon:pd,closeButton:bd,closeIcon:hd,outlined:vd,simple:kd,colorScheme:yd},Cd={borderRadius:"{content.border.radius}",gap:"1rem"},xd={background:"{content.border.color}",size:"0.5rem"},wd={gap:"0.5rem"},$d={size:"0.5rem"},Rd={size:"1rem"},Sd={verticalGap:"0.5rem",horizontalGap:"1rem"},zd={root:Cd,meters:xd,label:wd,labelMarker:$d,labelIcon:Rd,labelList:Sd},Vd={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}"}},Dd={width:"2.5rem",color:"{form.field.icon.color}"},Wd={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},Id={padding:"{list.padding}",gap:"{list.gap}",header:{padding:"{list.header.padding}"}},Nd={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"},Fd={background:"{list.option.group.background}",color:"{list.option.group.color}",fontWeight:"{list.option.group.font.weight}",padding:"{list.option.group.padding}"},Ed={color:"{form.field.icon.color}"},Md={borderRadius:"{border.radius.sm}"},Od={padding:"{list.option.padding}"},Pd={root:Vd,dropdown:Dd,overlay:Wd,list:Id,option:Nd,optionGroup:Fd,chip:Md,clearIcon:Ed,emptyMessage:Od},qd={gap:"1.125rem"},Td={gap:"0.5rem"},Ad={root:qd,controls:Td},Hd={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}"},Ld={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}"}},Yd={color:"{content.border.color}",borderRadius:"{content.border.radius}",height:"24px"},Xd={root:Hd,node:jd,nodeToggleButton:Ld,connector:Yd},Ud={outline:{width:"2px",color:"{content.background}"}},Gd={root:Ud},Qd={padding:"0.5rem 1rem",gap:"0.25rem",borderRadius:"{content.border.radius}",background:"{content.background}",color:"{content.color}",transitionDuration:"{transition.duration}"},Kd={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}"}},Jd={color:"{text.muted.color}"},Zd={maxWidth:"2.5rem"},_d={root:Qd,navButton:Kd,currentPageReport:Jd,jumpToPageInput:Zd},ol={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}"},rl={background:"transparent",color:"{text.color}",padding:"1.125rem",borderColor:"{content.border.color}",borderWidth:"0",borderRadius:"0"},el={padding:"0.375rem 1.125rem"},al={fontWeight:"600"},tl={padding:"0 1.125rem 1.125rem 1.125rem"},nl={padding:"0 1.125rem 1.125rem 1.125rem"},dl={root:ol,header:rl,toggleableHeader:el,title:al,content:tl,footer:nl},ll={gap:"0.5rem",transitionDuration:"{transition.duration}"},il={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}"}},cl={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}"}},sl={indent:"1rem"},ul={color:"{navigation.submenu.icon.color}",focusColor:"{navigation.submenu.icon.focus.color}"},fl={root:ll,panel:il,item:cl,submenu:sl,submenuIcon:ul},gl={background:"{content.border.color}",borderRadius:"{content.border.radius}",height:".75rem"},ml={color:"{form.field.icon.color}"},pl={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}"},bl={gap:"0.5rem"},hl={light:{strength:{weakBackground:"{red.500}",mediumBackground:"{amber.500}",strongBackground:"{green.500}"}},dark:{strength:{weakBackground:"{red.400}",mediumBackground:"{amber.400}",strongBackground:"{green.400}"}}},vl={meter:gl,icon:ml,overlay:pl,content:bl,colorScheme:hl},kl={gap:"1.125rem"},yl={gap:"0.5rem"},Bl={root:kl,controls:yl},Cl={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"},xl={padding:"{overlay.popover.padding}"},wl={root:Cl,content:xl},$l={background:"{content.border.color}",borderRadius:"{content.border.radius}",height:"1.25rem"},Rl={background:"{primary.color}"},Sl={color:"{primary.contrast.color}",fontSize:"0.75rem",fontWeight:"600"},zl={root:$l,value:Rl,label:Sl},Vl={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}"}}},Dl={colorScheme:Vl},Wl={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"}},Il={size:"0.75rem",checkedColor:"{primary.contrast.color}",checkedHoverColor:"{primary.contrast.color}",disabledColor:"{form.field.disabled.color}",sm:{size:"0.5rem"},lg:{size:"1rem"}},Nl={root:Wl,icon:Il},Fl={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}"}},El={size:"1rem",color:"{text.muted.color}",hoverColor:"{primary.color}",activeColor:"{primary.color}"},Ml={root:Fl,icon:El},Ol={light:{root:{background:"rgba(0,0,0,0.1)"}},dark:{root:{background:"rgba(255,255,255,0.3)"}}},Pl={colorScheme:Ol},ql={transitionDuration:"{transition.duration}"},Tl={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}"}},Al={light:{bar:{background:"{surface.100}"}},dark:{bar:{background:"{surface.800}"}}},Hl={root:ql,bar:Tl,colorScheme:Al},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}"}},Ll={width:"2.5rem",color:"{form.field.icon.color}"},Yl={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},Xl={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}"},Gl={background:"{list.option.group.background}",color:"{list.option.group.color}",fontWeight:"{list.option.group.font.weight}",padding:"{list.option.group.padding}"},Ql={color:"{form.field.icon.color}"},Kl={color:"{list.option.color}",gutterStart:"-0.375rem",gutterEnd:"0.375rem"},Jl={padding:"{list.option.padding}"},Zl={root:jl,dropdown:Ll,overlay:Yl,list:Xl,option:Ul,optionGroup:Gl,clearIcon:Ql,checkmark:Kl,emptyMessage:Jl},_l={borderRadius:"{form.field.border.radius}"},oi={light:{root:{invalidBorderColor:"{form.field.invalid.border.color}"}},dark:{root:{invalidBorderColor:"{form.field.invalid.border.color}"}}},ri={root:_l,colorScheme:oi},ei={borderRadius:"{content.border.radius}"},ai={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)"}}},ti={root:ei,colorScheme:ai},ni={transitionDuration:"{transition.duration}"},di={background:"{content.border.color}",borderRadius:"{content.border.radius}",size:"3px"},li={background:"{primary.color}"},ii={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}"}},ci={light:{handle:{content:{background:"{surface.0}"}}},dark:{handle:{content:{background:"{surface.950}"}}}},si={root:ni,track:di,range:li,handle:ii,colorScheme:ci},ui={gap:"0.5rem",transitionDuration:"{transition.duration}"},fi={root:ui},gi={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)"},mi={root:gi},pi={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",transitionDuration:"{transition.duration}"},bi={background:"{content.border.color}"},hi={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}"}},vi={root:pi,gutter:bi,handle:hi},ki={transitionDuration:"{transition.duration}"},yi={background:"{content.border.color}",activeBackground:"{primary.color}",margin:"0 0 0 1.625rem",size:"2px"},Bi={padding:"0.5rem",gap:"1rem"},Ci={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"},xi={color:"{text.muted.color}",activeColor:"{primary.color}",fontWeight:"500"},wi={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"},Ri={background:"{content.background}",color:"{content.color}",padding:"0",indent:"1rem"},Si={root:ki,separator:yi,step:Bi,stepHeader:Ci,stepTitle:xi,stepNumber:wi,steppanels:$i,steppanel:Ri},zi={transitionDuration:"{transition.duration}"},Vi={background:"{content.border.color}"},Di={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"},Ii={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)"},Ni={root:zi,separator:Vi,itemLink:Di,itemLabel:Wi,itemNumber:Ii},Fi={transitionDuration:"{transition.duration}"},Ei={borderWidth:"0 0 1px 0",background:"{content.background}",borderColor:"{content.border.color}"},Mi={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}"}},Oi={color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{primary.color}"},Pi={height:"1px",bottom:"-1px",background:"{primary.color}"},qi={root:Fi,tablist:Ei,item:Mi,itemIcon:Oi,activeBar:Pi},Ti={transitionDuration:"{transition.duration}"},Ai={borderWidth:"0 0 1px 0",background:"{content.background}",borderColor:"{content.border.color}"},Hi={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}"}},Li={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}"}},Yi={height:"1px",bottom:"-1px",background:"{primary.color}"},Xi={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%)"}}},Ui={root:Ti,tablist:Ai,tab:Hi,tabpanel:ji,navButton:Li,activeBar:Yi,colorScheme:Xi},Gi={transitionDuration:"{transition.duration}"},Qi={background:"{content.background}",borderColor:"{content.border.color}"},Ki={borderColor:"{content.border.color}",activeBorderColor:"{primary.color}",color:"{text.muted.color}",hoverColor:"{text.color}",activeColor:"{primary.color}"},Ji={background:"{content.background}",color:"{content.color}"},Zi={background:"{content.background}",color:"{text.muted.color}",hoverColor:"{text.color}"},_i={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%)"}}},oc={root:Gi,tabList:Qi,tab:Ki,tabPanel:Ji,navButton:Zi,colorScheme:_i},rc={fontSize:"0.875rem",fontWeight:"700",padding:"0.25rem 0.5rem",gap:"0.25rem",borderRadius:"{content.border.radius}",roundedBorderRadius:"{border.radius.xl}"},ec={size:"0.75rem"},ac={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}"}}},tc={root:rc,icon:ec,colorScheme:ac},nc={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}"},dc={gap:"0.25rem"},lc={margin:"2px 0"},ic={root:nc,prompt:dc,commandResponse:lc},cc={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}"}},sc={root:cc},uc={background:"{content.background}",borderColor:"{content.border.color}",color:"{content.color}",borderRadius:"{content.border.radius}",shadow:"{overlay.navigation.shadow}",transitionDuration:"{transition.duration}"},fc={padding:"{navigation.list.padding}",gap:"{navigation.list.gap}"},gc={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}"}},mc={mobileIndent:"1rem"},pc={size:"{navigation.submenu.icon.size}",color:"{navigation.submenu.icon.color}",focusColor:"{navigation.submenu.icon.focus.color}",activeColor:"{navigation.submenu.icon.active.color}"},bc={borderColor:"{content.border.color}"},hc={root:uc,list:fc,item:gc,submenu:mc,submenuIcon:pc,separator:bc},vc={minHeight:"5rem"},kc={eventContent:{padding:"1rem 0"}},yc={eventContent:{padding:"0 1rem"}},Bc={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)"}},Cc={color:"{content.border.color}",size:"2px"},xc={event:vc,horizontal:kc,vertical:yc,eventMarker:Bc,eventConnector:Cc},wc={width:"25rem",borderRadius:"{content.border.radius}",borderWidth:"1px",transitionDuration:"{transition.duration}"},$c={size:"1.125rem"},Rc={padding:"{overlay.popover.padding}",gap:"0.5rem"},Sc={gap:"0.5rem"},zc={fontWeight:"500",fontSize:"1rem"},Vc={fontWeight:"500",fontSize:"0.875rem"},Dc={width:"1.75rem",height:"1.75rem",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",offset:"{focus.ring.offset}"}},Wc={size:"1rem"},Ic={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"}}}}},Nc={root:wc,icon:$c,content:Rc,text:Sc,summary:zc,detail:Vc,closeButton:Dc,closeIcon:Wc,colorScheme:Ic},Fc={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"}},Ec={disabledColor:"{form.field.disabled.color}"},Mc={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"}},Oc={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}"}}},Pc={root:Fc,icon:Ec,content:Mc,colorScheme:Oc},qc={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"},Tc={borderRadius:"50%",size:"1rem"},Ac={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}"}}},Hc={root:qc,handle:Tc,colorScheme:Ac},jc={background:"{content.background}",borderColor:"{content.border.color}",borderRadius:"{content.border.radius}",color:"{content.color}",gap:"0.5rem",padding:"0.75rem"},Lc={root:jc},Yc={maxWidth:"12.5rem",gutter:"0.25rem",shadow:"{overlay.popover.shadow}",padding:"0.5rem 0.75rem",borderRadius:"{overlay.popover.border.radius}"},Xc={light:{root:{background:"{surface.700}",color:"{surface.0}"}},dark:{root:{background:"{surface.700}",color:"{surface.0}"}}},Uc={root:Yc,colorScheme:Xc},Gc={background:"{content.background}",color:"{content.color}",padding:"1rem",gap:"2px",indent:"1rem",transitionDuration:"{transition.duration}"},Qc={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"},Kc={color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",selectedColor:"{highlight.color}"},Jc={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}"}},Zc={size:"2rem"},_c={margin:"0 0 0.5rem 0"},os=`
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=`
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
- `,rs={root:Gc,node:Qc,nodeIcon:Kc,nodeToggleButton:Jc,loadingIcon:Zc,filter:_c,css:os},es={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}"}},as={width:"2.5rem",color:"{form.field.icon.color}"},ts={background:"{overlay.select.background}",borderColor:"{overlay.select.border.color}",borderRadius:"{overlay.select.border.radius}",color:"{overlay.select.color}",shadow:"{overlay.select.shadow}"},ns={padding:"{list.padding}"},ds={padding:"{list.option.padding}"},ls={borderRadius:"{border.radius.sm}"},is={color:"{form.field.icon.color}"},cs={root:es,dropdown:as,overlay:ts,tree:ns,emptyMessage:ds,chip:ls,clearIcon:is},ss={transitionDuration:"{transition.duration}"},us={background:"{content.background}",borderColor:"{treetable.border.color}",color:"{content.color}",borderWidth:"0 0 1px 0",padding:"0.75rem 1rem"},fs={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}"}},gs={fontWeight:"600"},ms={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}"}},ps={borderColor:"{treetable.border.color}",padding:"0.75rem 1rem",gap:"0.5rem"},bs={background:"{content.background}",borderColor:"{treetable.border.color}",color:"{content.color}",padding:"0.75rem 1rem"},hs={fontWeight:"600"},vs={background:"{content.background}",borderColor:"{treetable.border.color}",color:"{content.color}",borderWidth:"0 0 1px 0",padding:"0.75rem 1rem"},ks={width:"0.5rem"},ys={width:"1px",color:"{primary.color}"},Bs={color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",size:"0.875rem"},Cs={size:"2rem"},xs={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}"}},ws={borderColor:"{content.border.color}",borderWidth:"0 0 1px 0"},$s={borderColor:"{content.border.color}",borderWidth:"0 0 1px 0"},Rs={light:{root:{borderColor:"{content.border.color}"},bodyCell:{selectedBorderColor:"{primary.100}"}},dark:{root:{borderColor:"{surface.800}"},bodyCell:{selectedBorderColor:"{primary.900}"}}},Ss=`
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=`
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
- `,zs={root:ss,header:us,headerCell:fs,columnTitle:gs,row:ms,bodyCell:ps,footerCell:bs,columnFooter:hs,footer:vs,columnResizer:ks,resizeIndicator:ys,sortIcon:Bs,loadingIcon:Cs,nodeToggleButton:xs,paginatorTop:ws,paginatorBottom:$s,colorScheme:Rs,css:Ss},Vs={mask:{background:"{content.background}",color:"{text.muted.color}"},icon:{size:"2rem"}},Ds={loader:Vs},Ws=Object.defineProperty,Is=Object.defineProperties,Ns=Object.getOwnPropertyDescriptors,F=Object.getOwnPropertySymbols,Fs=Object.prototype.hasOwnProperty,Es=Object.prototype.propertyIsEnumerable,E=(r,e,a)=>e in r?Ws(r,e,{enumerable:!0,configurable:!0,writable:!0,value:a}):r[e]=a,M,Ms=(M=((r,e)=>{for(var a in e||(e={}))Fs.call(e,a)&&E(r,a,e[a]);if(F)for(var a of F(e))Es.call(e,a)&&E(r,a,e[a]);return r})({},Lr),Is(M,Ns({components:{accordion:vr,autocomplete:zr,avatar:Fr,badge:Ar,blockui:Xr,breadcrumb:Kr,button:_r,card:ne,carousel:ue,cascadeselect:ve,checkbox:Be,chip:Se,colorpicker:Ie,confirmdialog:Ee,confirmpopup:Te,contextmenu:Ue,datatable:pa,dataview:Ca,datepicker:Ha,dialog:Ga,divider:_a,dock:et,drawer:it,editor:mt,fieldset:kt,fileupload:St,floatlabel:It,galleria:Ut,iconfield:Qt,iftalabel:Zt,image:an,imagecompare:nn,inlinemessage:un,inplace:mn,inputchips:vn,inputgroup:yn,inputnumber:wn,inputotp:Sn,inputtext:Vn,knob:Fn,listbox:Hn,megamenu:Zn,menu:td,menubar:ud,message:Bd,metergroup:zd,multiselect:Pd,orderlist:Ad,organizationchart:Xd,overlaybadge:Gd,paginator:_d,panel:dl,panelmenu:fl,password:vl,picklist:Bl,popover:wl,progressbar:zl,progressspinner:Dl,radiobutton:Nl,rating:Ml,ripple:Pl,scrollpanel:Hl,select:Zl,selectbutton:ri,skeleton:ti,slider:si,speeddial:fi,splitbutton:mi,splitter:vi,stepper:Si,steps:Ni,tabmenu:qi,tabs:Ui,tabview:oc,tag:tc,terminal:ic,textarea:sc,tieredmenu:hc,timeline:xc,toast:Nc,togglebutton:Pc,toggleswitch:Hc,toolbar:Lc,tooltip:Uc,tree:rs,treeselect:cs,treetable:zs,virtualscroller:Ds},css:Ge})));const Os={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 Ps(r){r.use(uo,{locale:Os,ripple:!0,theme:{preset:Ms,options:{darkModeSelector:"none",cssLayer:{name:"primevue",order:"base, primevue, components, utilities, app"}}}})}function qs(){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 Ts(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=$;exports.BaseCard=$o;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.BaseInputMask=A;exports.BaseInputText=_o;exports.BaseModal=or;exports.BaseMultiSelect=rr;exports.BasePanel=ar;exports.BaseRadioButton=tr;exports.BaseRouterLink=dr;exports.BaseSectionDivider=cr;exports.BaseSelect=sr;exports.BaseSwitch=ur;exports.BaseTextarea=fr;exports.FaIcon=x;exports.setupPrimeVue=Ps;exports.useAppToast=qs;exports.useClickOutside=Ts;exports.vFocus=gr;
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;