@stencitecnologia/front-kit 0.1.46 → 0.1.47

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