@medway-ui/core 1.21.0 → 1.21.2

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.js CHANGED
@@ -1,4 +1,4 @@
1
- 'use strict';var R=require('react'),classVarianceAuthority=require('class-variance-authority'),icons=require('@medway-ui/icons'),clsx=require('clsx'),tailwindMerge=require('tailwind-merge'),jsxRuntime=require('react/jsx-runtime'),radixUi=require('radix-ui'),reactDom=require('react-dom');function _interopNamespace(e){if(e&&e.__esModule)return e;var n=Object.create(null);if(e){Object.keys(e).forEach(function(k){if(k!=='default'){var d=Object.getOwnPropertyDescriptor(e,k);Object.defineProperty(n,k,d.get?d:{enumerable:true,get:function(){return e[k]}});}})}n.default=e;return Object.freeze(n)}var R__namespace=/*#__PURE__*/_interopNamespace(R);var ml=Object.defineProperty,gl=Object.defineProperties;var xl=Object.getOwnPropertyDescriptors;var Qa=Object.getOwnPropertySymbols;var _o=Object.prototype.hasOwnProperty,Uo=Object.prototype.propertyIsEnumerable;var zo=(e,a,o)=>a in e?ml(e,a,{enumerable:true,configurable:true,writable:true,value:o}):e[a]=o,s=(e,a)=>{for(var o in a||(a={}))_o.call(a,o)&&zo(e,o,a[o]);if(Qa)for(var o of Qa(a))Uo.call(a,o)&&zo(e,o,a[o]);return e},f=(e,a)=>gl(e,xl(a));var n=(e,a)=>{var o={};for(var t in e)_o.call(e,t)&&a.indexOf(t)<0&&(o[t]=e[t]);if(e!=null&&Qa)for(var t of Qa(e))a.indexOf(t)<0&&Uo.call(e,t)&&(o[t]=e[t]);return o};var Ll=tailwindMerge.extendTailwindMerge({extend:{classGroups:{"font-size":["text-xxs","text-xs","text-sm","text-base","text-md","text-lg","text-xl","text-title-xs","text-title-sm","text-title-md","text-title-lg","text-title-xl","text-title-xxl","text-display-sm","text-display-md","text-display-lg"],leading:["leading-xxs","leading-xs","leading-sm","leading-md","leading-lg","leading-title-xs","leading-title-sm","leading-title-md","leading-title-lg","leading-title-xl","leading-title-xxl","leading-display-sm","leading-display-md","leading-display-lg"],"font-weight":["font-regular","font-medium","font-semibold","font-bold","font-extrabold"],rounded:["rounded-none","rounded-sm","rounded-md","rounded-lg","rounded-pill","rounded-circular","rounded-full"]}}});function l(...e){return Ll(clsx.clsx(e))}var Ot=R.createContext(null),Ko=classVarianceAuthority.cva("relative flex flex-col items-center justify-between gap-5 w-full rounded-md px-4 py-3 text-sm has-[>svg]:gap-x-9 gap-y-1 items-center [&>svg]:translate-y-0 [&>svg]:text-current lg:flex-row",{variants:{variant:{regular:"[background:linear-gradient(0deg,_var(--color-primary-background-soft)_0%,_var(--color-primary-background-soft)_100%),_var(--color-surface-card)] text-primary-foreground [&>svg]:text-primary-foreground",emphasis:"[background:linear-gradient(0deg,_var(--color-secondary-background-soft)_0%,_var(--color-secondary-background-soft)_100%),_var(--color-surface-card)] text-secondary-foreground [&>svg]:text-secondary-foreground",success:"[background:linear-gradient(0deg,_var(--color-green-background-soft)_0%,_var(--color-green-background-soft)_100%),_var(--color-surface-card)] text-green-foreground [&>svg]:text-green-foreground",warning:"[background:linear-gradient(0deg,_var(--color-yellow-background-soft)_0%,_var(--color-yellow-background-soft)_100%),_var(--color-surface-card)] text-yellow-foreground [&>svg]:text-yellow-foreground",error:"[background:linear-gradient(0deg,_var(--color-red-background-soft)_0%,_var(--color-red-background-soft)_100%),_var(--color-surface-card)] text-red-foreground [&>svg]:text-red-foreground"}},defaultVariants:{variant:"regular"}});function yl(d){var i=d,{className:e,variant:a="regular",onClose:o,children:t}=i,r=n(i,["className","variant","onClose","children"]);let u=R.Children.toArray(t),c=u.some(x=>R.isValidElement(x)&&x.type===jo),p=u.some(x=>R.isValidElement(x)&&x.type===Zo),m=R.useMemo(()=>({variant:a,hasDescription:c,hasTitle:p,onClose:o}),[a,c,p,o]);return jsxRuntime.jsx(Ot.Provider,{value:m,children:jsxRuntime.jsxs("div",f(s({"data-slot":"alert",role:"alert",className:l(Ko({variant:a}),e)},r),{children:[t,o&&jsxRuntime.jsx(icons.CloseMd,{"aria-label":"alert-close",onClick:o,className:"absolute right-4 top-2 !size-4 cursor-pointer !text-gray-foreground"})]}))})}function Sl(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"alert-container",className:l("flex gap-3",e)},a))}function Pl(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"alert-content",className:l("flex flex-col gap-1",e)},a))}function wl(t){var r=t,{className:e,icon:a}=r,o=n(r,["className","icon"]);return jsxRuntime.jsx("div",f(s({"data-slot":"alert-icon",className:l("size-6",e)},o),{children:a}))}function Zo(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"alert-title",className:l("line-clamp-1 min-h-4 text-md font-medium",e)},a))}function jo(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"alert-description",className:l("!line-clamp-3 grid justify-items-start gap-1 text-sm leading-5",e)},a))}function Tl(o){var t=o,{className:e}=t,a=n(t,["className"]);let r=R.useContext(Ot),d=(r==null?void 0:r.hasDescription)||false,i=(r==null?void 0:r.hasTitle)||false,u=r==null?void 0:r.onClose;return jsxRuntime.jsx("div",s({"data-slot":"alert-actions",className:l("relative mt-2 flex flex-wrap items-center gap-x-2 lg:mt-0 lg:flex-nowrap",(!d||!i)&&u&&"lg:right-5",e)},a))}var Qo=classVarianceAuthority.cva("inline-flex items-center justify-center rounded-pill px-3 py-2 min-h-10 text-sm font-semibold transition-colors whitespace-nowrap focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 hover:brightness-90",{variants:{variant:{regular:"text-current",basic:"text-current"},alertVariant:{regular:"",emphasis:"",success:"",warning:"",error:""}},compoundVariants:[{variant:"regular",alertVariant:"regular",class:"bg-primary-background-soft"},{variant:"regular",alertVariant:"emphasis",class:"bg-secondary-background-soft"},{variant:"regular",alertVariant:"success",class:"bg-green-background-soft"},{variant:"regular",alertVariant:"warning",class:"bg-yellow-background-soft"},{variant:"regular",alertVariant:"error",class:"bg-red-background-soft"}],defaultVariants:{variant:"regular",alertVariant:"regular"}});function Al(t){var r=t,{className:e,variant:a}=r,o=n(r,["className","variant"]);let d=R.useContext(Ot),i=(d==null?void 0:d.variant)||"regular";return jsxRuntime.jsx("button",s({className:l(Qo({variant:a,alertVariant:i}),e)},o))}function qt({size:e=24,className:a}){return jsxRuntime.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:e,height:e,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:l("animate-spin",a),children:jsxRuntime.jsx("path",{d:"M21 12a9 9 0 1 1-6.219-8.56"})})}var Nl={sm:"size-4 p-0 leading-none",md:"size-5 p-0 leading-none",lg:"size-6 p-0 leading-none",xl:"size-7 p-0 leading-none"},Fl={sm:"px-1",md:"px-1",lg:"px-1",xl:"px-1.5"},Jo=classVarianceAuthority.cva("inline-flex items-center justify-center rounded-pill border font-semibold w-fit whitespace-nowrap shrink-0 gap-1 [&>svg]:pointer-events-none overflow-hidden border-transparent px-2",{variants:{variant:{regular:"bg-secondary-background-fill text-secondary-foreground-onfill",error:"bg-red-background-soft text-red-stroke-emphasis",warning:"bg-yellow-background-soft text-yellow-foreground",freemium:"[background:radial-gradient(135.09%_111.8%_at_0%_50%,rgba(24,98,188,0.02)_0%,rgba(0,32,91,0)_100%),linear-gradient(46deg,rgba(62,218,199,0.56)_6.54%,rgba(24,98,188,0.17)_85.21%),var(--color-primary)] text-white"},size:{sm:"min-w-4 text-xxs [&>svg]:size-2.5",md:"min-w-5 text-xs [&>svg]:size-3",lg:"min-w-6 text-xs [&>svg]:size-3.5",xl:"min-w-7 text-sm [&>svg]:size-4"}},defaultVariants:{variant:"regular",size:"md"}});function Ue(u){var c=u,{className:e,variant:a,size:o,icon:t,animation:r,asChild:d=false}=c,i=n(c,["className","variant","size","icon","animation","asChild"]);let p=d?radixUi.Slot.Slot:"span",m=R.Children.count(i.children)>0,x=!!t&&!m,h=typeof i.children=="string"||typeof i.children=="number"?String(i.children).trim():"",y=/^[A-Za-z0-9]$/.test(h),L=/^[A-Za-z0-9]{2,3}$/.test(h),A=/^\d{1,2}\S$/.test(h),M=L||A;return jsxRuntime.jsxs(p,f(s({"data-slot":"badge",className:l(Jo({variant:a,size:o}),(x||y)&&Nl[o||"md"],!x&&M&&Fl[o||"md"],r==="shine"&&"animate-shine bg-[linear-gradient(135deg,transparent_25%,var(--color-white-24)_50%,transparent_75%,transparent_100%)] bg-[length:250%_250%,100%_100%] bg-no-repeat",e)},i),{children:[t,i.children]}))}var ql={sm:"!h-8 !min-h-8 !w-8 !px-3 !py-2",md:"!h-10 !min-h-10 !w-10 !px-[14px] !py-[10px]",lg:"!h-12 !min-h-12 !w-12 !p-3",xl:"!h-14 !min-h-14 !w-14 !p-3"},Yo={sm:"size-2",md:"size-2.5",lg:"size-2.5",xl:"size-3"},Vl={sm:"sm",md:"md",lg:"md",xl:"lg"},Sa=classVarianceAuthority.cva("inline-flex items-center justify-center place-items-center gap-2 rounded-pill text-sm font-semibold whitespace-nowrap transition-all disabled:pointer-events-none shrink-0 [&_svg]:shrink-0 hover:cursor-pointer focus:outline-0 [grid-template-areas:'stack']",{variants:{variant:{regular:"bg-primary-background-fill text-primary-foreground-onfill hover:bg-primary-background-fill-emphasis disabled:bg-gray-background-fill-muted disabled:text-gray-foreground-onfill","regular-soft":"bg-primary-background-soft text-primary-foreground hover:bg-primary-background-soft-emphasis hover:text-primary-foreground-emphasis disabled:bg-gray-background-soft-muted disabled:text-gray-foreground-muted","regular-basic":"bg-transparent text-primary-foreground hover:bg-primary-background-soft-emphasis hover:text-primary-foreground-emphasis disabled:bg-transparent disabled:text-gray-foreground-muted",emphasis:"bg-secondary-background-fill text-secondary-foreground-onfill hover:bg-secondary-background-fill-emphasis disabled:bg-gray-background-fill-muted disabled:text-gray-foreground-onfill","emphasis-soft":"bg-secondary-background-soft text-secondary-foreground hover:bg-secondary-background-soft-emphasis hover:text-secondary-foreground-emphasis disabled:bg-gray-background-soft-muted disabled:text-gray-foreground-muted","emphasis-basic":"bg-transparent text-secondary-foreground hover:bg-secondary-background-soft-emphasis hover:text-secondary-foreground-emphasis disabled:bg-transparent disabled:text-gray-foreground-muted",error:"bg-red-background-fill text-red-foreground-onfill hover:bg-red-background-fill-emphasis disabled:bg-gray-background-fill-muted disabled:text-gray-foreground-onfill","error-soft":"bg-red-background-soft text-red-foreground hover:bg-red-background-soft-emphasis hover:text-red-foreground-emphasis disabled:bg-gray-background-soft-muted disabled:text-gray-foreground-muted","error-basic":"bg-transparent text-red-foreground hover:bg-red-background-soft-emphasis hover:text-red-foreground-emphasis disabled:bg-transparent disabled:text-gray-foreground-muted",warning:"bg-yellow-background-fill text-yellow-foreground-onfill hover:bg-yellow-background-fill-emphasis disabled:bg-gray-background-fill-muted disabled:text-gray-foreground-onfill","warning-soft":"bg-yellow-background-soft text-yellow-foreground hover:bg-yellow-background-soft-emphasis hover:text-yellow-foreground-emphasis disabled:bg-gray-background-soft-muted disabled:text-gray-foreground-muted","warning-basic":"bg-transparent text-yellow-foreground hover:bg-yellow-background-soft-emphasis hover:text-yellow-foreground-emphasis disabled:bg-transparent disabled:text-gray-foreground-muted",success:"bg-green-background-fill text-green-foreground-onfill hover:bg-green-background-fill-emphasis disabled:bg-gray-background-fill-muted disabled:text-gray-foreground-onfill","success-soft":"bg-green-background-soft text-green-foreground hover:bg-green-background-soft-emphasis hover:text-green-foreground-emphasis disabled:bg-gray-background-soft-muted disabled:text-gray-foreground-muted","success-basic":"bg-transparent text-green-foreground hover:bg-green-background-soft-emphasis hover:text-green-foreground-emphasis disabled:bg-transparent disabled:text-gray-foreground-muted",outlined:"border border-gray-stroke-muted bg-transparent text-foreground hover:border-transparent hover:bg-gray-50 disabled:border-transparent dark:bg-transparent hover:dark:border-gray-400 disabled:border-gray-stroke-muted disabled:text-gray-foreground-muted",gradient:"text-white [background:linear-gradient(284deg,var(--color-primary)_2.11%,var(--color-secondary)_128.06%)] hover:[background:linear-gradient(284deg,var(--color-primary)2.11%,var(--color-secondary)102.63%)] disabled:[background:var(--color-gray-50)] disabled:bg-gray-background-fill-muted disabled:text-gray-foreground-onfill",medbrain:"border-2 border-transparent bg-clip-text [background:linear-gradient(var(--color-white),var(--color-white))_padding-box,linear-gradient(75deg,var(--color-secondary),var(--color-cm-lighten-3))_border-box] [box-shadow:-8px_0_8px_0_var(--color-prev-16)_inset,8px_0_8px_0_var(--color-secondary-24)_inset,0_0_8px_0_var(--color-cm-16)_inset] hover:[background:linear-gradient(var(--color-white),var(--color-white))_padding-box,linear-gradient(75deg,var(--color-cm-lighten-3),var(--color-secondary))_border-box] [&_span]:bg-clip-text [&_span]:text-transparent [&_span]:bg-gradient-to-r [&_span]:from-cm [&_span]:to-primary [&_span]:hover:to-secondary disabled:bg-gray-background-fill-muted disabled:text-gray-foreground-onfill [&_svg]:text-cm-darken-1"},size:{sm:"min-h-8 min-w-8 px-3 py-1 has-[>svg]:px-3 [&_svg:not([class*='size-'])]:size-[13px] text-xs",md:"min-h-10 min-w-10 px-3.5 py-2 has-[>svg]:px-3.5 [&_svg:not([class*='size-'])]:size-4 text-sm",lg:"min-h-12 min-w-12 px-4 py-3 has-[>svg]:px-4 [&_svg:not([class*='size-'])]:size-6 text-md",xl:"min-h-14 min-w-14 px-[18px] py-3.5 has-[>svg]:px-[18px] [&_svg:not([class*='size-'])]:size-7 text-lg"}},defaultVariants:{variant:"regular",size:"md"}});function Y(x){var h=x,{className:e,containerClassName:a,variant:o,size:t,asChild:r=false,iconRight:d,iconLeft:i,badge:u,loading:c=false,alert:p}=h,m=n(h,["className","containerClassName","variant","size","asChild","iconRight","iconLeft","badge","loading","alert"]);let y=r?radixUi.Slot.Slot:"button",L=I=>I!=null&&I!==0&&I!==""&&I!=="0",A=I=>I,M=!m.children&&(i||d||p),V=()=>p?jsxRuntime.jsxs("span",{className:l("relative mr-1 flex size-2.5",Yo[t||"md"]),children:[jsxRuntime.jsx("span",{className:"absolute inline-flex h-full w-full animate-ping rounded-full opacity-75",style:{backgroundColor:p}}),jsxRuntime.jsx("span",{className:l("relative inline-flex size-2.5 rounded-full",Yo[t||"md"]),style:{backgroundColor:p}})]}):null,k=()=>c?jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(qt,{className:"[grid-area:stack]"}),jsxRuntime.jsx("span",{className:l("[grid-area:stack]",c&&"invisible"),children:m.children})]}):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[p?V():i&&A(i),m.children&&jsxRuntime.jsx("span",{children:m.children}),d&&A(d)]});return jsxRuntime.jsxs("div",{className:l("relative",a),children:[L(u)&&jsxRuntime.jsx(Ue,{size:Vl[t||"md"],variant:"regular",className:l("absolute -right-2 -top-1 z-10"),role:"status","aria-label":`${u}-notifications`,children:String(u)}),jsxRuntime.jsx(y,f(s({disabled:c,"aria-busy":c,"aria-live":c?"polite":void 0,"data-slot":"button",className:l(M&&ql[t||"md"],c&&"!inline-grid",Sa({variant:o,size:t,className:e}))},m),{children:k()}))]})}var ar=classVarianceAuthority.cva("inline-flex items-center justify-center rounded-md px-2 py-1 text-xs font-semibold w-fit whitespace-nowrap shrink-0 gap-1.5 transition-colors overflow-hidden max-h-6",{variants:{variant:{regular:"bg-primary-background-fill text-primary-foreground-onfill fill-primary-foreground-onfill","regular-soft":"bg-primary-background-soft text-primary-foreground fill-primary-foreground","regular-basic":"bg-transparent text-primary-foreground fill-primary-foreground",emphasis:"bg-secondary-background-fill text-secondary-foreground-onfill fill-secondary-foreground-onfill","emphasis-soft":"bg-secondary-background-soft text-secondary-foreground fill-secondary-foreground","emphasis-basic":"bg-transparent text-secondary-foreground fill-secondary-foreground",gray:"bg-gray-background-fill text-gray-foreground-onfill fill-gray-foreground-onfill","gray-soft":"bg-gray-background-soft text-gray-foreground fill-gray-foreground","gray-basic":"bg-transparent text-gray-foreground fill-gray-foreground",success:"bg-green-background-fill text-green-foreground-onfill fill-green-foreground-onfill","success-soft":"bg-green-background-soft text-green-foreground fill-green-foreground","success-basic":"bg-transparent text-green-foreground fill-green-foreground",error:"bg-red-background-fill text-red-foreground-onfill fill-red-foreground-onfill","error-soft":"bg-red-background-soft text-red-foreground fill-red-foreground","error-basic":"bg-transparent text-red-foreground fill-red-foreground",warning:"bg-yellow-background-fill text-yellow-foreground-onfill fill-yellow-foreground-onfill","warning-soft":"bg-yellow-background-soft text-yellow-foreground fill-yellow-foreground","warning-basic":"bg-transparent text-yellow-foreground fill-yellow-foreground",cm:"bg-cm-background-fill text-cm-foreground-onfill fill-cm-foreground-onfill","cm-soft":"bg-cm-background-soft text-cm-foreground fill-cm-foreground","cm-basic":"bg-transparent text-cm-foreground fill-cm-foreground",go:"bg-go-background-fill text-go-foreground-onfill fill-go-foreground-onfill","go-soft":"bg-go-background-soft text-go-foreground fill-go-foreground","go-basic":"bg-transparent text-go-foreground fill-go-foreground",cir:"bg-cir-background-fill text-cir-foreground-onfill fill-cir-foreground-onfill","cir-soft":"bg-cir-background-soft text-cir-foreground fill-cir-foreground","cir-basic":"bg-transparent text-cir-foreground fill-cir-foreground",ped:"bg-ped-background-fill text-ped-foreground-onfill fill-ped-foreground-onfill","ped-soft":"bg-ped-background-soft text-ped-foreground fill-ped-foreground","ped-basic":"bg-transparent text-ped-foreground fill-ped-foreground",prev:"bg-prev-background-fill text-prev-foreground-onfill fill-prev-foreground-onfill","prev-soft":"bg-prev-background-soft text-prev-foreground fill-prev-foreground","prev-basic":"bg-transparent text-prev-foreground fill-prev-foreground",ia:"[background:linear-gradient(90deg,var(--color-secondary-darken-1)_0%,var(--color-cm)_100%)] text-primary-foreground-onfill fill-primary-foreground-onfill","ia-soft":"[background:linear-gradient(90deg,color-mix(in_srgb,var(--color-secondary-darken-1)_15%,transparent)_0%,color-mix(in_srgb,var(--color-cm)_15%,transparent)_100%)] text-secondary-foreground fill-secondary-foreground","ia-basic":"bg-transparent text-secondary-foreground [&_[data-slot=tag-text]]:bg-clip-text [&_[data-slot=tag-text]]:text-transparent [&_[data-slot=tag-text]]:[-webkit-background-clip:text] [&_[data-slot=tag-text]]:[background-image:linear-gradient(90deg,var(--color-secondary-darken-1)_0%,var(--color-cm)_100%)]"}},defaultVariants:{variant:"regular"}});function Ul(t){var r=t,{className:e,icon:a}=r,o=n(r,["className","icon"]);return jsxRuntime.jsx("div",f(s({"data-slot":"tag-icon",className:l("[&>svg]:size-3.5",e)},o),{children:a}))}function ne(i){var u=i,{className:e,variant:a,asChild:o=false,icon:t,children:r}=u,d=n(u,["className","variant","asChild","icon","children"]);let c=o?radixUi.Slot.Slot:"span";return jsxRuntime.jsxs(c,f(s({"data-slot":"tag",className:l(ar({variant:a}),e)},d),{children:[t&&jsxRuntime.jsx(Ul,{icon:t}),jsxRuntime.jsx("span",{"data-slot":"tag-text",children:r})]}))}var oa="regular",Ja=R.createContext(null),Zl=classVarianceAuthority.cva("flex w-full items-center justify-center px-8 py-8",{variants:{variant:{regular:"[background-image:radial-gradient(50%_100%_at_50%_0%,var(--color-primary-background-soft)_0%,transparent_100%)]",emphasis:"[background-image:radial-gradient(50%_100%_at_50%_0%,var(--color-secondary-background-soft)_0%,transparent_100%)]",warning:"[background-image:radial-gradient(50%_100%_at_50%_0%,var(--color-feedback-warning-background-soft)_0%,transparent_100%)]",error:"[background-image:radial-gradient(50%_100%_at_50%_0%,var(--color-feedback-error-background-soft)_0%,transparent_100%)]",success:"[background-image:radial-gradient(50%_100%_at_50%_0%,var(--color-feedback-success-background-soft)_0%,transparent_100%)]"}},defaultVariants:{variant:oa}}),jl=classVarianceAuthority.cva("flex items-center justify-center rounded-full p-4 [&_svg]:size-8",{variants:{variant:{regular:"bg-primary-background-fill text-primary-foreground-onfill",emphasis:"bg-secondary-background-fill text-secondary-foreground-onfill",warning:"bg-yellow-background-fill text-yellow-foreground-onfill",error:"bg-red-background-fill text-red-foreground-onfill",success:"bg-green-background-fill text-green-foreground-onfill"}},defaultVariants:{variant:oa}}),Ql={regular:"regular-soft",emphasis:"emphasis-soft",warning:"warning-soft",error:"error-soft",success:"success-soft"},$l={regular:"regular",emphasis:"emphasis",warning:"warning",error:"error",success:"success"};function Jl(o){var t=o,{variant:e=oa}=t,a=n(t,["variant"]);let r=R.useMemo(()=>({variant:e}),[e]);return jsxRuntime.jsx(Ja.Provider,{value:r,children:jsxRuntime.jsx(radixUi.AlertDialog.Root,s({"data-slot":"alert-dialog"},a))})}function Yl(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.AlertDialog.Trigger,s({"data-slot":"alert-dialog-trigger"},e))}function or(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.AlertDialog.Portal,s({"data-slot":"alert-dialog-portal"},e))}function rr(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(radixUi.AlertDialog.Overlay,s({"data-slot":"alert-dialog-overlay",className:l("fixed inset-0 z-50 bg-black-48 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",e)},a))}function ed(d){var i=d,{className:e,overlayClassName:a,showCloseButton:o=false,children:t}=i,r=n(i,["className","overlayClassName","showCloseButton","children"]);return jsxRuntime.jsxs(or,{children:[jsxRuntime.jsx(rr,{className:a}),jsxRuntime.jsxs(radixUi.AlertDialog.Content,f(s({"data-slot":"alert-dialog-content",className:l("fixed left-1/2 top-1/2 z-50 flex w-full max-w-[calc(100%-2rem)] -translate-x-1/2 -translate-y-1/2 flex-col overflow-hidden rounded-xl border bg-surface-elevated shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-1/2 data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-1/2 sm:max-w-lg",e)},r),{children:[t,o&&jsxRuntime.jsxs(radixUi.AlertDialog.Cancel,{"data-slot":"alert-dialog-close",className:"focus:outline-hidden absolute right-3 top-3 rounded-pill p-1.5 hover:bg-gray-background-soft disabled:pointer-events-none [&_svg:not([class*='size-'])]:size-4 [&_svg]:pointer-events-none [&_svg]:shrink-0",children:[jsxRuntime.jsx(icons.CloseMd,{}),jsxRuntime.jsx("span",{className:"sr-only",children:"Close"})]})]}))]})}function ad(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"alert-dialog-header",className:l("flex flex-col items-center gap-3 px-8 pt-8 text-center","[[data-slot=alert-dialog-content]:has([data-slot=alert-dialog-icon])_&]:pt-0",e)},a))}function td(t){var r=t,{className:e,icon:a}=r,o=n(r,["className","icon"]);var u;let d=R.useContext(Ja),i=(u=d==null?void 0:d.variant)!=null?u:oa;return jsxRuntime.jsx("div",f(s({"data-slot":"alert-dialog-icon",className:l(Zl({variant:i}),e)},o),{children:jsxRuntime.jsx("div",{className:jl({variant:i}),children:a})}))}function od({className:e,variant:a,children:o}){var d;let t=R.useContext(Ja),r=(d=a!=null?a:t==null?void 0:t.variant)!=null?d:oa;return jsxRuntime.jsx("div",{"data-slot":"alert-dialog-tag",className:"flex justify-center",children:jsxRuntime.jsx(ne,{variant:Ql[r],className:e,children:o})})}function rd(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(radixUi.AlertDialog.Title,s({"data-slot":"alert-dialog-title",className:l("text-title-sm font-semibold leading-title-sm text-content-title",e)},a))}function sd(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(radixUi.AlertDialog.Description,s({"data-slot":"alert-dialog-description",className:l("text-md leading-md text-content-paragraph",e)},a))}function ld(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"alert-dialog-footer",className:l("flex flex-row items-center justify-center gap-4 px-8 pb-8 pt-6",e)},a))}function dd(r){var d=r,{className:e,variant:a,size:o="lg"}=d,t=n(d,["className","variant","size"]);var c;let i=R.useContext(Ja),u=a!=null?a:$l[(c=i==null?void 0:i.variant)!=null?c:oa];return jsxRuntime.jsx(radixUi.AlertDialog.Action,s({className:l(Sa({variant:u,size:o}),e)},t))}function nd(r){var d=r,{className:e,variant:a="regular-soft",size:o="lg"}=d,t=n(d,["className","variant","size"]);return jsxRuntime.jsx(radixUi.AlertDialog.Cancel,s({className:l(Sa({variant:a,size:o}),e)},t))}var id=0;function ud(){return `medway-id-${++id}`}var fd=R__namespace.useId||(()=>{});function ve(){let e=fd(),[a]=R__namespace.useState(()=>e!=null?e:ud());return a}var cd=/[\\\/_+.#"@\[\(\{&]/,pd=/[\\\/_+.#"@\[\(\{&]/g,md=/[\s-]/,lr=/[\s-]/g;function Ut(e,a,o,t,r,d,i){if(d===a.length)return r===e.length?1:.99;let u=`${r},${d}`;if(i[u]!==void 0)return i[u];let c=t.charAt(d),p=o.indexOf(c,r),m=0,x,h,y,L;for(;p>=0;)x=Ut(e,a,o,t,p+1,d+1,i),x>m&&(p===r?x*=1:cd.test(e.charAt(p-1))?(x*=.8,y=e.slice(r,p-1).match(pd),y&&r>0&&(x*=Math.pow(.999,y.length))):md.test(e.charAt(p-1))?(x*=.9,L=e.slice(r,p-1).match(lr),L&&r>0&&(x*=Math.pow(.999,L.length))):(x*=.17,r>0&&(x*=Math.pow(.999,p-r))),e.charAt(p)!==a.charAt(d)&&(x*=.9999)),(x<.1&&o.charAt(p-1)===t.charAt(d+1)||t.charAt(d+1)===t.charAt(d)&&o.charAt(p-1)!==t.charAt(d))&&(h=Ut(e,a,o,t,p+1,d+2,i),h*.1>x&&(x=h*.1)),x>m&&(m=x),p=o.indexOf(c,p+1);return i[u]=m,m}function sr(e){return e.toLowerCase().replace(lr," ")}function dr(e,a,o){return e=o&&o.length>0?`${e+" "+o.join(" ")}`:e,Ut(e,a,sr(e),sr(a),0,0,{})}var Pa='[cmdk-group=""]',Gt='[cmdk-group-items=""]',gd='[cmdk-group-heading=""]',ir='[cmdk-item=""]',nr=`${ir}:not([aria-disabled="true"])`,Wt="cmdk-item-select",ra="data-value",xd=(e,a,o)=>dr(e,a,o),ur=R__namespace.createContext(void 0),Ta=()=>R__namespace.useContext(ur),fr=R__namespace.createContext(void 0),Xt=()=>R__namespace.useContext(fr),cr=R__namespace.createContext(void 0),pr=R__namespace.forwardRef((e,a)=>{let o=sa(()=>{var g,B;return {search:"",value:(B=(g=e.value)!=null?g:e.defaultValue)!=null?B:"",selectedItemId:void 0,filtered:{count:0,items:new Map,groups:new Set}}}),t=sa(()=>new Set),r=sa(()=>new Map),d=sa(()=>new Map),i=sa(()=>new Set),u=vr(e),ce=e,{label:c,children:p,value:m,onValueChange:x,filter:h,shouldFilter:y,loop:L,disablePointerSelection:A=false,vimBindings:M=true}=ce,V=n(ce,["label","children","value","onValueChange","filter","shouldFilter","loop","disablePointerSelection","vimBindings"]),k=ve(),I=ve(),U=ve(),E=R__namespace.useRef(null),b=Ld();Oe(()=>{if(m!==void 0){let g=m.trim();o.current.value=g,v.emit();}},[m]),Oe(()=>{b(6,we);},[]);let v=R__namespace.useMemo(()=>({subscribe:g=>(i.current.add(g),()=>i.current.delete(g)),snapshot:()=>o.current,setState:(g,B,D)=>{var w,O,$,J,oe,P;if(!Object.is(o.current[g],B)){if(o.current[g]=B,g==="search")Pe(),q(),b(1,Z);else if(g==="value"){if((w=document.activeElement)!=null&&w.hasAttribute("cmdk-input")||(O=document.activeElement)!=null&&O.hasAttribute("cmdk-root")){let C=document.getElementById(U);C?C.focus():($=document.getElementById(k))==null||$.focus();}if(b(7,()=>{var C;o.current.selectedItemId=(C=Ce())==null?void 0:C.id,v.emit();}),D||b(5,we),((J=u.current)==null?void 0:J.value)!==void 0){let C=B!=null?B:"";(P=(oe=u.current).onValueChange)==null||P.call(oe,C);return}}v.emit();}},emit:()=>{i.current.forEach(g=>g());}}),[]),N=R__namespace.useMemo(()=>({value:(g,B,D)=>{var w;B!==((w=d.current.get(g))==null?void 0:w.value)&&(d.current.set(g,{value:B,keywords:D}),o.current.filtered.items.set(g,W(B,D)),b(2,()=>{q(),v.emit();}));},item:(g,B)=>(t.current.add(g),B&&(r.current.has(B)?r.current.get(B).add(g):r.current.set(B,new Set([g]))),b(3,()=>{Pe(),q(),o.current.value||Z(),v.emit();}),()=>{d.current.delete(g),t.current.delete(g),o.current.filtered.items.delete(g);let D=Ce();b(4,()=>{Pe(),(D==null?void 0:D.getAttribute("id"))===g&&Z(),v.emit();});}),group:g=>(r.current.has(g)||r.current.set(g,new Set),()=>{d.current.delete(g),r.current.delete(g);}),filter:()=>u.current.shouldFilter!==false,label:c||e["aria-label"]||"",getDisablePointerSelection:()=>!!u.current.disablePointerSelection,listId:k,inputId:U,labelId:I,listInnerRef:E}),[]);function W(g,B){var w,O;let D=(O=(w=u.current)==null?void 0:w.filter)!=null?O:xd;return g?D(g,o.current.search,B):0}function q(){if(!o.current.search||u.current.shouldFilter===false)return;let g=o.current.filtered.items,B=[];o.current.filtered.groups.forEach(w=>{let O=r.current.get(w),$=0;O==null||O.forEach(J=>{let oe=g.get(J);$=Math.max(oe!=null?oe:0,$);}),B.push([w,$]);});let D=E.current;te().sort((w,O)=>{var oe,P;let $=w.getAttribute("id"),J=O.getAttribute("id");return ((oe=g.get(J))!=null?oe:0)-((P=g.get($))!=null?P:0)}).forEach(w=>{let O=w.closest(Gt);O?O.appendChild(w.parentElement===O?w:w.closest(`${Gt} > *`)):D==null||D.appendChild(w.parentElement===D?w:w.closest(`${Gt} > *`));}),B.sort((w,O)=>O[1]-w[1]).forEach(w=>{var $,J;let O=($=E.current)==null?void 0:$.querySelector(`${Pa}[${ra}="${encodeURIComponent(w[0])}"]`);(J=O==null?void 0:O.parentElement)==null||J.appendChild(O);});}function Z(){let g=te().find(D=>D.getAttribute("aria-disabled")!=="true"),B=g==null?void 0:g.getAttribute(ra);v.setState("value",B||void 0);}function Pe(){var B,D,w,O,$;if(!o.current.search||u.current.shouldFilter===false){o.current.filtered.count=t.current.size;return}o.current.filtered.groups=new Set;let g=0;for(let J of t.current){let oe=(D=(B=d.current.get(J))==null?void 0:B.value)!=null?D:"",P=(O=(w=d.current.get(J))==null?void 0:w.keywords)!=null?O:[],C=W(oe,P);o.current.filtered.items.set(J,C),C>0&&g++;}for(let[J,oe]of r.current)for(let P of oe)if((($=o.current.filtered.items.get(P))!=null?$:0)>0){o.current.filtered.groups.add(J);break}o.current.filtered.count=g;}function we(){var B,D,w;let g=Ce();g&&(((B=g.parentElement)==null?void 0:B.firstChild)===g&&((w=(D=g.closest(Pa))==null?void 0:D.querySelector(gd))==null||w.scrollIntoView({block:"nearest"})),g.scrollIntoView({block:"nearest"}));}function Ce(){var g;return (g=E.current)==null?void 0:g.querySelector(`${ir}[aria-selected="true"]`)}function te(){var g;return Array.from(((g=E.current)==null?void 0:g.querySelectorAll(nr))||[])}function Re(g){let D=te()[g];D&&v.setState("value",D.getAttribute(ra));}function xe(g){var $;let B=Ce(),D=te(),w=D.findIndex(J=>J===B),O=D[w+g];($=u.current)!=null&&$.loop&&(O=w+g<0?D[D.length-1]:w+g===D.length?D[0]:D[w+g]),O&&v.setState("value",O.getAttribute(ra));}function ea(g){let B=Ce(),D=B==null?void 0:B.closest(Pa),w;for(;D&&!w;)D=g>0?hd(D,Pa):bd(D,Pa),w=D==null?void 0:D.querySelector(nr);w?v.setState("value",w.getAttribute(ra)):xe(g);}let aa=()=>Re(te().length-1),ke=g=>{g.preventDefault(),g.metaKey?aa():g.altKey?ea(1):xe(1);},se=g=>{g.preventDefault(),g.metaKey?Re(0):g.altKey?ea(-1):xe(-1);};return jsxRuntime.jsxs("div",f(s({ref:a,tabIndex:-1},V),{"cmdk-root":"",onKeyDown:g=>{var D;(D=V.onKeyDown)==null||D.call(V,g);let B=g.nativeEvent.isComposing||g.keyCode===229;if(!(g.defaultPrevented||B))switch(g.key){case "n":case "j":{M&&g.ctrlKey&&ke(g);break}case "ArrowDown":{ke(g);break}case "p":case "k":{M&&g.ctrlKey&&se(g);break}case "ArrowUp":{se(g);break}case "Home":{g.preventDefault(),Re(0);break}case "End":{g.preventDefault(),aa();break}case "Enter":{g.preventDefault();let w=Ce();if(w){let O=new Event(Wt);w.dispatchEvent(O);}}}},children:[jsxRuntime.jsx("label",{"cmdk-label":"",htmlFor:N.inputId,id:N.labelId,style:vd,children:c}),et(e,g=>jsxRuntime.jsx(fr.Provider,{value:v,children:jsxRuntime.jsx(ur.Provider,{value:N,children:g})}))]}))});pr.displayName="Command";var mr=R__namespace.forwardRef((e,a)=>{var U,E;let o=ve(),t=R__namespace.useRef(null),r=R__namespace.useContext(cr),d=Ta(),i=vr(e),u=(E=(U=i.current)==null?void 0:U.forceMount)!=null?E:r==null?void 0:r.forceMount;Oe(()=>{if(!u)return d.item(o,r==null?void 0:r.id)},[u]);let c=Ir(o,t,[e.value,e.children,t],e.keywords),p=Xt(),m=qe(v=>v.value&&v.value===c.current),x=qe(v=>{var N;return u||d.filter()===false?true:v.search?((N=v.filtered.items.get(o))!=null?N:0)>0:true});R__namespace.useEffect(()=>{let v=t.current;if(!(!v||e.disabled))return v.addEventListener(Wt,h),()=>v.removeEventListener(Wt,h)},[x,e.onSelect,e.disabled]);function h(){var v,N,W;y(),(W=(N=i.current).onSelect)==null||W.call(N,(v=c.current)!=null?v:"");}function y(){var v;p.setState("value",(v=c.current)!=null?v:"",true);}if(!x)return null;let b=e,{disabled:L,value:A,onSelect:M,forceMount:V,keywords:k}=b,I=n(b,["disabled","value","onSelect","forceMount","keywords"]);return jsxRuntime.jsx("div",f(s({ref:wa(t,a)},I),{id:o,"cmdk-item":"",role:"option","aria-disabled":!!L,"aria-selected":!!m,"data-disabled":!!L,"data-selected":!!m,onPointerMove:L||d.getDisablePointerSelection()?void 0:y,onClick:L?void 0:h,children:e.children}))});mr.displayName="Item";var gr=R__namespace.forwardRef((e,a)=>{let y=e,{heading:o,children:t,forceMount:r}=y,d=n(y,["heading","children","forceMount"]),i=ve(),u=R__namespace.useRef(null),c=R__namespace.useRef(null),p=ve(),m=Ta(),x=qe(L=>r||m.filter()===false?true:L.search?L.filtered.groups.has(i):true);Oe(()=>m.group(i),[]),Ir(i,u,[e.value,e.heading,c]);let h=R__namespace.useMemo(()=>({id:i,forceMount:r}),[r]);return jsxRuntime.jsxs("div",f(s({ref:wa(u,a)},d),{"cmdk-group":"",role:"presentation",hidden:x?void 0:true,children:[o&&jsxRuntime.jsx("div",{ref:c,"cmdk-group-heading":"","aria-hidden":true,id:p,children:o}),et(e,L=>jsxRuntime.jsx("div",{"cmdk-group-items":"",role:"group","aria-labelledby":o?p:void 0,children:jsxRuntime.jsx(cr.Provider,{value:h,children:L})}))]}))});gr.displayName="Group";var xr=R__namespace.forwardRef((e,a)=>{let i=e,{alwaysRender:o}=i,t=n(i,["alwaysRender"]),r=R__namespace.useRef(null),d=qe(u=>!u.search);return !o&&!d?null:jsxRuntime.jsx("div",f(s({ref:wa(r,a)},t),{"cmdk-separator":"",role:"separator"}))});xr.displayName="Separator";var hr=R__namespace.forwardRef((e,a)=>{let p=e,{onValueChange:o}=p,t=n(p,["onValueChange"]),r=e.value!=null,d=Xt(),i=qe(m=>m.search),u=qe(m=>m.selectedItemId),c=Ta();return R__namespace.useEffect(()=>{e.value!=null&&d.setState("search",e.value);},[e.value]),jsxRuntime.jsx("input",f(s({ref:a},t),{"cmdk-input":"",autoComplete:"off",autoCorrect:"off",spellCheck:false,"aria-autocomplete":"list",role:"combobox","aria-expanded":true,"aria-controls":c.listId,"aria-labelledby":c.labelId,"aria-activedescendant":u,id:c.inputId,type:"text",value:r?e.value:i,onChange:m=>{r||d.setState("search",m.target.value),o==null||o(m.target.value);}}))});hr.displayName="Input";var br=R__namespace.forwardRef((e,a)=>{let p=e,{children:o,label:t="Suggestions"}=p,r=n(p,["children","label"]),d=R__namespace.useRef(null),i=R__namespace.useRef(null),u=qe(m=>m.selectedItemId),c=Ta();return R__namespace.useEffect(()=>{if(i.current&&d.current){let m=i.current,x=d.current,h,y=new ResizeObserver(()=>{h=requestAnimationFrame(()=>{let L=m.offsetHeight;x.style.setProperty("--cmdk-list-height",L.toFixed(1)+"px");});});return y.observe(m),()=>{cancelAnimationFrame(h),y.unobserve(m);}}},[]),R__namespace.useEffect(()=>{let m=d.current;if(!m)return;let x=h=>{m.contains(h.target)&&h.stopPropagation();};return document.addEventListener("wheel",x,{capture:true}),()=>{document.removeEventListener("wheel",x,{capture:true});}},[]),jsxRuntime.jsx("div",f(s({ref:wa(d,a)},r),{"cmdk-list":"",role:"listbox",tabIndex:-1,"aria-activedescendant":u,"aria-label":t,id:c.listId,children:et(e,m=>jsxRuntime.jsx("div",{ref:wa(i,c.listInnerRef),"cmdk-list-sizer":"",children:m}))}))});br.displayName="List";var Lr=R__namespace.forwardRef((e,a)=>qe(t=>t.filtered.count===0)?jsxRuntime.jsx("div",f(s({ref:a},e),{"cmdk-empty":"",role:"presentation"})):null);Lr.displayName="Empty";var Cr=R__namespace.forwardRef((e,a)=>{let i=e,{progress:o,children:t,label:r="Loading..."}=i,d=n(i,["progress","children","label"]);return jsxRuntime.jsx("div",f(s({ref:a},d),{"cmdk-loading":"",role:"progressbar","aria-valuenow":o,"aria-valuemin":0,"aria-valuemax":100,"aria-label":r,children:et(e,u=>jsxRuntime.jsx("div",{"aria-hidden":true,children:u}))}))});Cr.displayName="Loading";var We=Object.assign(pr,{List:br,Item:mr,Input:hr,Group:gr,Separator:xr,Empty:Lr,Loading:Cr});function hd(e,a){let o=e.nextElementSibling;for(;o;){if(o.matches(a))return o;o=o.nextElementSibling;}}function bd(e,a){let o=e.previousElementSibling;for(;o;){if(o.matches(a))return o;o=o.previousElementSibling;}}function vr(e){let a=R__namespace.useRef(e);return Oe(()=>{a.current=e;}),a}var Oe=typeof window=="undefined"?R__namespace.useEffect:R__namespace.useLayoutEffect;function sa(e){let a=R__namespace.useRef(void 0);return a.current===void 0&&(a.current=e()),a}function qe(e){let a=Xt(),[,o]=R__namespace.useState({}),t=R__namespace.useRef(e(a.snapshot()));return t.current=e(a.snapshot()),Oe(()=>a.subscribe(()=>{let r=e(a.snapshot());Object.is(r,t.current)||(t.current=r,o({}));}),[a,e]),t.current}function Ir(e,a,o,t=[]){let r=R__namespace.useRef(void 0),d=Ta();return Oe(()=>{var c;let i=(()=>{var p;for(let m of o){if(typeof m=="string")return m.trim();if(typeof m=="object"&&m!==null&&"current"in m)return m.current?(p=m.current.textContent)==null?void 0:p.trim():r.current}})(),u=t.map(p=>p.trim());d.value(e,i!=null?i:"",u),(c=a.current)==null||c.setAttribute(ra,i!=null?i:""),r.current=i;}),r}var Ld=()=>{let[e,a]=R__namespace.useState(),o=sa(()=>new Map);return Oe(()=>{o.current.forEach(t=>t()),o.current=new Map;},[e]),(t,r)=>{o.current.set(t,r),a({});}};function Cd(e){let a=e.type;return typeof a=="function"?a(e.props):"render"in a?a.render(e.props):e}function et({asChild:e,children:a},o){return e&&R__namespace.isValidElement(a)?R__namespace.cloneElement(Cd(a),{ref:a.ref},o(a.props.children)):o(a)}function wa(...e){return a=>{e.forEach(o=>{typeof o=="function"?o(a):o!=null&&typeof o=="object"&&(o.current=a);});}}var vd={position:"absolute",width:"1px",height:"1px",padding:"0",margin:"-1px",overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",borderWidth:"0"};function la(r){var d=r,{className:e,orientation:a="horizontal",decorative:o=true}=d,t=n(d,["className","orientation","decorative"]);return jsxRuntime.jsx(radixUi.Separator.Root,s({"data-slot":"separator-root",decorative:o,orientation:a,className:l("shrink-0 bg-gray-stroke-muted data-[orientation=horizontal]:h-px data-[orientation=vertical]:h-full data-[orientation=horizontal]:w-full data-[orientation=vertical]:w-px",e)},t))}function wd(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.Dialog.Root,s({"data-slot":"dialog"},e))}function Td(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.Dialog.Trigger,s({"data-slot":"dialog-trigger"},e))}function yr(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.Dialog.Portal,s({"data-slot":"dialog-portal"},e))}function Ad(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.Dialog.Close,s({"data-slot":"dialog-close"},e))}function Sr(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(radixUi.Dialog.Overlay,s({"data-slot":"dialog-overlay",className:l("fixed inset-0 z-50 bg-black-48 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",e)},a))}function Dd(d){var i=d,{className:e,overlayClassName:a,children:o,showCloseButton:t=true}=i,r=n(i,["className","overlayClassName","children","showCloseButton"]);return jsxRuntime.jsxs(yr,{"data-slot":"dialog-portal",children:[jsxRuntime.jsx(Sr,{className:a}),jsxRuntime.jsxs(radixUi.Dialog.Content,f(s({"data-slot":"dialog-container",className:l("fixed left-1/2 top-1/2 z-50 flex max-h-[calc(100%-2rem)] w-full max-w-[calc(100%-2rem)] -translate-x-1/2 -translate-y-1/2 flex-col gap-0 overflow-y-auto rounded-xl border bg-background p-0 shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-1/2 data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-1/2 sm:max-h-[85vh] sm:max-w-lg",e)},r),{children:[o,t&&jsxRuntime.jsxs(radixUi.Dialog.Close,{"data-slot":"dialog-close",className:"focus:outline-hidden absolute right-3 top-3 rounded-pill p-1.5 hover:bg-gray-background-soft disabled:pointer-events-none data-[state=open]:text-gray-foreground [&_svg:not([class*='size-'])]:size-4 [&_svg]:pointer-events-none [&_svg]:shrink-0",children:[jsxRuntime.jsx(icons.CloseMd,{}),jsxRuntime.jsx("span",{className:"sr-only",children:"Close"})]})]}))]})}function Rd({containerClassName:e,className:a,children:o}){return jsxRuntime.jsx("div",{className:l("mb-auto overflow-y-auto",e),children:jsxRuntime.jsx("div",{"data-slot":"dialog-content",className:l("px-8 py-6 text-md leading-md text-primary-foreground",a),children:o})})}function Md(t){var r=t,{className:e,separator:a=false}=r,o=n(r,["className","separator"]);return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",s({"data-slot":"dialog-header",className:l("flex flex-col gap-2 px-8 py-6 text-center sm:text-left",e)},o)),a&&jsxRuntime.jsx(la,{})]})}function Bd(t){var r=t,{className:e,separator:a=false}=r,o=n(r,["className","separator"]);return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[a&&jsxRuntime.jsx(la,{}),jsxRuntime.jsx("div",s({"data-slot":"dialog-footer",className:l("flex flex-col-reverse gap-2 px-8 py-6 sm:flex-row sm:justify-end",e)},o))]})}function Nd(d){var i=d,{className:e,iconLeft:a,iconRight:o,children:t}=i,r=n(i,["className","iconLeft","iconRight","children"]);let u=c=>R.isValidElement(c)?R.cloneElement(c,{size:32,strokeWidth:2.2,className:"flex-shrink-0"}):c;return jsxRuntime.jsxs(radixUi.Dialog.Title,f(s({"data-slot":"dialog-title",className:l("flex items-center gap-3 text-title-md font-semibold leading-title-md !text-content-title",e)},r),{children:[a&&u(a),t,o&&u(o)]}))}function Fd(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(radixUi.Dialog.Description,s({"data-slot":"dialog-description",className:l("text-md leading-md text-content-paragraph",e)},a))}function wr(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(We,s({className:l("flex size-full flex-col overflow-hidden rounded-md bg-surface-card text-gray-foreground",e),"data-slot":"command"},a))}function Tr(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsxs("div",{className:"flex items-center border-b border-gray-stroke-muted px-4","cmdk-input-wrapper":"",children:[jsxRuntime.jsx(We.Input,s({className:l("flex h-12 w-full bg-transparent py-3 text-md font-medium outline-none placeholder:text-gray-foreground-muted disabled:cursor-not-allowed disabled:opacity-50",e),"data-slot":"command-input-wrapper"},a)),jsxRuntime.jsx(icons.SearchMagnifyingGlass,{className:"text-gray-foreground-muted",size:24})]})}function Ar(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(We.List,s({className:l("max-h-80 flex-1 overflow-y-auto overflow-x-hidden",e),"data-slot":"command-list","data-radix-scroll-area":""},a))}function Dr(a){var e=n(a,[]);return jsxRuntime.jsx(We.Empty,s({className:"py-6 text-center text-sm","data-slot":"command-empty"},e))}function Rr(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(We.Group,s({className:l("overflow-hidden p-2 text-gray-foreground [&_[cmdk-group-heading]]:px-3 [&_[cmdk-group-heading]]:py-2 [&_[cmdk-group-heading]]:text-xs [&_[cmdk-group-heading]]:font-medium [&_[cmdk-group-heading]]:text-gray-foreground-muted",e),"data-slot":"command-group"},a))}function Mr(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(We.Item,s({className:l("outline-hidden relative flex cursor-default select-none items-center gap-3 rounded-md px-2 py-1.5 text-sm data-[disabled=true]:pointer-events-none data-[disabled=true]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0",e),"data-slot":"command-item"},a))}function Br(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.Popover.Root,s({"data-slot":"popover"},e))}function Nr(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.Popover.Trigger,s({"data-slot":"popover-trigger"},e))}function Fr(d){var i=d,{className:e,align:a="center",sideOffset:o=4,showArrow:t=false}=i,r=n(i,["className","align","sideOffset","showArrow"]);return jsxRuntime.jsx(radixUi.Popover.Portal,{children:jsxRuntime.jsxs(radixUi.Popover.Content,f(s({align:a,className:l("outline-hidden z-50 w-72 rounded-md border bg-surface-card p-4 text-gray-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",e),"data-slot":"popover-content",sideOffset:o},r),{children:[r.children,t&&jsxRuntime.jsx(radixUi.Popover.Arrow,{className:"-my-px fill-gray-foreground drop-shadow-[0_1px_0_var(--border)]"})]}))})}var ia=R.createContext({invalid:false,disabled:false,open:false,setOpen:()=>{},values:[],toggleValue:()=>{},onCancelSelection:()=>{},listId:""});function Ud({children:e,invalid:a=false,disabled:o=false,values:t,onValuesChange:r,open:d,onOpenChange:i,defaultValues:u=[]}){let[c,p]=R.useState(u),[m,x]=R.useState(false),[h,y]=R.useState([]),L=t!==void 0,A=d!==void 0,M=L?t:c,V=A?d:m,k=R.useCallback(v=>{let N=M.includes(v)?M.filter(W=>W!==v):[...M,v];L||p(N),r==null||r(N);},[M,L,r]),I=R.useCallback(v=>{o||(v&&y(M),A||x(v),i==null||i(v));},[o,M,A,i]),U=R.useCallback(()=>{L||p(h),r==null||r(h);},[L,h,r]),E=ve(),b=R.useMemo(()=>({invalid:a,disabled:o,open:V,setOpen:I,values:M,toggleValue:k,onCancelSelection:U,listId:E}),[a,o,V,I,M,k,U,E]);return jsxRuntime.jsx(ia.Provider,{value:b,children:jsxRuntime.jsx(Br,{open:V,onOpenChange:I,children:e})})}function Gd(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({className:l("group relative flex flex-col gap-2",e),"data-slot":"autocomplete-wrapper"},a))}function Wd(r){var d=r,{className:e,placeholder:a="Selecione uma op\xE7\xE3o",children:o}=d,t=n(d,["className","placeholder","children"]);let{invalid:i,disabled:u,open:c,values:p,listId:m}=R.useContext(ia),x=ve(),h=p.length>0;return jsxRuntime.jsx(Nr,{asChild:true,children:jsxRuntime.jsxs("button",f(s({"aria-controls":m,"aria-expanded":c,"aria-invalid":i||void 0,className:l("shadow-xs flex h-12 max-h-12 w-full items-center justify-between gap-2 rounded-md border-2 border-gray-stroke-muted bg-surface-card px-4 py-3 text-left text-md text-gray-foreground outline-none transition-[color,box-shadow] hover:border-gray-stroke-emphasis hover:ring-[3px] hover:ring-state-focus disabled:cursor-default disabled:bg-gray-background-soft-muted disabled:hover:border-gray-stroke-muted disabled:hover:ring-0 aria-[invalid]:border-feedback-error-stroke aria-[invalid]:hover:ring-[3px] aria-[invalid]:hover:ring-state-error [&>span]:line-clamp-1 [&_svg]:pointer-events-none [&_svg]:shrink-0",h&&!i&&"border-gray-stroke-emphasis",e),"data-slot":"autocomplete-trigger","data-placeholder":"",disabled:u,id:x,role:"combobox",type:"button"},t),{children:[jsxRuntime.jsx("span",{className:"truncate text-gray-foreground-emphasis",children:o!=null?o:a}),jsxRuntime.jsx(icons.ChevronDown,{"aria-hidden":"true",className:"shrink-0 text-gray-foreground",size:24,strokeWidth:1.6})]}))})}function jt({className:e,cancelLabel:a="Cancelar",confirmLabel:o="Concluir",onCancel:t,onConfirm:r}){let{setOpen:d,onCancelSelection:i,values:u}=R.useContext(ia);return jsxRuntime.jsxs("div",{className:l("flex items-center justify-between border-t border-gray-stroke-muted px-4 py-3",e),"data-slot":"autocomplete-content-footer",children:[jsxRuntime.jsx(Y,{size:"sm",variant:"regular-soft",onClick:()=>{i(),t==null||t(),d(false);},children:a}),jsxRuntime.jsx(Y,{size:"sm",variant:"emphasis",iconLeft:jsxRuntime.jsx(icons.Check,{strokeWidth:2.6}),onClick:()=>{r==null||r(u),d(false);},children:o})]})}function Xd({children:e,className:a,searchPlaceholder:o="Buscar...",emptyMessage:t="Nenhum resultado encontrado"}){let r=R.Children.toArray(e),d=r.filter(u=>R.isValidElement(u)&&u.type===jt),i=r.filter(u=>!(R.isValidElement(u)&&u.type===jt));return jsxRuntime.jsxs(Fr,{align:"start",className:l("w-full min-w-[var(--radix-popper-anchor-width)] border-gray-stroke-muted p-0",a),children:[jsxRuntime.jsxs(wr,{children:[jsxRuntime.jsx(Tr,{placeholder:o}),jsxRuntime.jsxs(Ar,{id:R.useContext(ia).listId,children:[jsxRuntime.jsx(Dr,{children:t}),i]})]}),d]})}function Kd({children:e,value:a,name:o,className:t,disabled:r=false}){let{values:d,toggleValue:i}=R.useContext(ia),u=d.includes(a);return jsxRuntime.jsxs(Mr,{className:l("relative flex w-full cursor-default select-none items-center gap-3 rounded px-2 py-2.5 text-base font-medium text-gray-foreground outline-none hover:cursor-pointer hover:bg-secondary-background-soft-emphasis data-[selected=true]:bg-secondary-background-soft-emphasis",t),disabled:r,onSelect:()=>{i(a);},value:a,keywords:o?[o]:void 0,children:[jsxRuntime.jsx("span",{className:l("inline-flex size-[18px] shrink-0 items-center justify-center rounded-sm border-2 transition-all",u?"border-primary-background-fill bg-primary-background-fill":"border-gray-stroke-muted bg-surface-card"),children:u&&jsxRuntime.jsx(icons.Check,{size:12,strokeWidth:2.6,className:"text-primary-foreground-onfill"})}),e]})}function Zd(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(Rr,s({className:e},a))}function jd(o){var t=o,{className:e}=t,a=n(t,["className"]);let{invalid:r}=R.useContext(ia);return jsxRuntime.jsx("span",s({className:l("-mt-1 text-xs",r?"text-feedback-error-foreground":"text-gray-foreground",e),"data-slot":"autocomplete-text"},a))}var Jd={sm:"sm",md:"md",lg:"md",xl:"lg"},Or=classVarianceAuthority.cva("relative flex shrink-0 overflow-hidden rounded-full",{variants:{size:{sm:"size-8",md:"size-10",lg:"size-12",xl:"size-14"}},defaultVariants:{size:"md"}});function $t(d){var i=d,{className:e,size:a,badge:o,children:t}=i,r=n(i,["className","size","badge","children"]);return jsxRuntime.jsxs("div",{className:"relative",children:[o&&jsxRuntime.jsx(Ue,{size:Jd[a||"md"],className:l("absolute -right-2 -top-1 z-10"),children:String(o)}),jsxRuntime.jsx(radixUi.Avatar.Root,f(s({"data-slot":"avatar",className:l(Or({size:a,className:e}))},r),{children:t}))]})}function Jt(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(radixUi.Avatar.Image,s({"data-slot":"avatar-image",className:l("size-full object-cover",e)},a))}function Yt(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(radixUi.Avatar.Fallback,f(s({"data-slot":"avatar-fallback",className:l("flex size-full items-center justify-center rounded-full bg-gray-background-soft text-sm font-semibold text-primary-foreground",e)},a),{children:a.children?a.children:jsxRuntime.jsx(icons.User,{className:"size-1/2"})}))}function Ma(a){var e=n(a,[]);return jsxRuntime.jsx("nav",s({"aria-label":"breadcrumb","data-slot":"breadcrumb"},e))}function Ba(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("ol",s({className:l("line-clamp-1 flex flex-wrap items-center gap-1.5 text-sm font-medium text-gray-foreground [&_svg]:shrink-0",e),"data-slot":"breadcrumb-list"},a))}function tt(r){var d=r,{className:e,icon:a,children:o}=d,t=n(d,["className","icon","children"]);return jsxRuntime.jsx("li",f(s({className:l("inline-flex items-center gap-1.5 [&_svg]:text-primary-foreground",e),"data-slot":"breadcrumb-item"},t),{children:jsxRuntime.jsxs("span",{className:"inline-flex items-center gap-2",children:[a&&a,o]})}))}function on(t){var r=t,{asChild:e,className:a}=r,o=n(r,["asChild","className"]);let d=e?radixUi.Slot.Root:"a";return jsxRuntime.jsx(d,s({className:l("transition-colors hover:underline",a),"data-slot":"breadcrumb-link"},o))}function eo(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("span",s({"aria-current":"page","aria-disabled":"true",className:l("font-semibold text-primary-foreground",e),"data-slot":"breadcrumb-page",role:"link"},a))}function ao(t){var r=t,{children:e,className:a}=r,o=n(r,["children","className"]);return jsxRuntime.jsx("li",f(s({"aria-hidden":"true",className:a,"data-slot":"breadcrumb-separator",role:"presentation"},o),{children:e!=null?e:jsxRuntime.jsx(icons.ChevronRightMd,{className:"text-gray-foreground",strokeWidth:1.33,size:20})}))}function rn(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsxs("span",f(s({"aria-hidden":"true",className:l("flex size-5 items-center justify-center",e),"data-slot":"breadcrumb-ellipsis",role:"presentation"},a),{children:[jsxRuntime.jsx(icons.MoreHorizontal,{className:"text-gray-foreground",size:18}),jsxRuntime.jsx("span",{className:"sr-only",children:"More"})]}))}function Ke(d){var i=d,{className:e,indicatorClassName:a,label:o,value:t}=i,r=n(i,["className","indicatorClassName","label","value"]);let u=Math.round(t||0);return jsxRuntime.jsxs("div",{className:"flex w-full flex-col gap-2",children:[o&&jsxRuntime.jsxs("div",{"data-slot":"progress-label",className:"text-xs font-medium text-gray-foreground-muted",children:[jsxRuntime.jsxs("span",{className:"font-semibold text-gray-foreground",children:[u,"%"]})," ",jsxRuntime.jsx("span",{children:o})]}),jsxRuntime.jsx(radixUi.Progress.Root,f(s({"data-slot":"progress",className:l("relative flex h-px w-full overflow-x-clip rounded-pill bg-gray-stroke-muted",e)},r),{children:jsxRuntime.jsx(radixUi.Progress.Indicator,{"data-slot":"progress-indicator",className:l("relative -top-[0.5px] flex h-0.5 w-full flex-1 bg-primary-stroke transition-all",a),style:{transform:`translateX(-${100-(t||0)}%)`}})}))]})}function ro(m){var x=m,{className:e,indicatorClassName:a,trackClassName:o,valueClassName:t,label:r,labelClassName:d,value:i=0,size:u=96,strokeWidth:c=2}=x,p=n(x,["className","indicatorClassName","trackClassName","valueClassName","label","labelClassName","value","size","strokeWidth"]);let h=typeof i=="string",y=h?0:Math.round(i),L=(u-c)/2,A=L*2*Math.PI,M=A-y/100*A,V=Math.max(18,Math.min(u/5)),k=Math.max(10,Math.min(u/9,16));return jsxRuntime.jsxs("div",f(s({"data-slot":"progress-circle",className:l("relative inline-flex items-center justify-center",e),style:{width:u,height:u}},p),{children:[jsxRuntime.jsxs("svg",{className:"absolute inset-0 -rotate-90",width:u,height:u,viewBox:`0 0 ${u} ${u}`,children:[jsxRuntime.jsx("circle",{"data-slot":"progress-circle-track",cx:u/2,cy:u/2,r:L,stroke:"currentColor",strokeWidth:c,fill:"none",className:l("text-gray-stroke-muted",o)}),jsxRuntime.jsx("circle",{"data-slot":"progress-circle-indicator",cx:u/2,cy:u/2,r:L,stroke:"currentColor",strokeWidth:c,fill:"none",strokeDasharray:A,strokeDashoffset:M,strokeLinecap:"round",className:l("text-primary-stroke transition-all duration-300 ease-in-out",a)})]}),jsxRuntime.jsxs("div",{"data-slot":"progress-circle-content",className:"relative z-10 flex flex-col items-center justify-center px-2 text-sm font-medium text-gray-foreground-muted",children:[jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("span",{className:l("mr-px font-semibold",t),style:{fontSize:`${V}px`},children:h?i:y}),!h&&"%"]}),r&&jsxRuntime.jsx("div",{"data-slot":"progress-circle-label",className:l("text-center font-medium leading-tight text-gray-foreground-muted",d),style:{fontSize:`${k}px`},children:r})]})]}))}var Na=R.createContext(null);function nn(d){var i=d,{className:e,done:a,postponed:o,skipped:t}=i,r=n(i,["className","done","postponed","skipped"]);let u=R.useMemo(()=>({done:a,postponed:o,skipped:t}),[a,o,t]);return jsxRuntime.jsx(Na.Provider,{value:u,children:jsxRuntime.jsx("div",s({"data-slot":"card-week",className:l("flex flex-col overflow-hidden rounded-xl border border-gray-stroke-muted text-gray-foreground-muted",e)},r))})}function un(d){var i=d,{className:e,children:a,tag:o,tagIcon:t}=i,r=n(i,["className","children","tag","tagIcon"]);return jsxRuntime.jsxs("div",f(s({"data-slot":"card-week-breadcrumb",className:l("flex min-h-12 items-center gap-4 bg-primary-background-soft-muted px-6 py-3",e)},r),{children:[jsxRuntime.jsx(Ma,{className:"flex-1 overflow-hidden",children:jsxRuntime.jsx(Ba,{className:"flex-nowrap gap-1.5 text-xs [&>[data-slot=breadcrumb-item]:last-of-type>span]:min-w-0 [&>[data-slot=breadcrumb-item]:last-of-type>span]:overflow-hidden [&>[data-slot=breadcrumb-item]:last-of-type]:min-w-0 [&>[data-slot=breadcrumb-item]:last-of-type]:flex-1 [&>[data-slot=breadcrumb-item]:last-of-type_[data-slot=breadcrumb-page]]:truncate [&_[data-slot=breadcrumb-page]]:block",children:a})}),o&&jsxRuntime.jsx(ne,{variant:"regular-soft",icon:t,children:o})]}))}function fn(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"card-week-container",className:l("flex flex-1 flex-col gap-5 bg-surface-card px-6 py-5",e)},a))}function cn(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"card-week-header",className:l("flex justify-between [&.border-b]:pb-6",e)},a))}function pn(o){var t=o,{className:e}=t,a=n(t,["className"]);let r=R.useContext(Na),d=r==null?void 0:r.done,i=r==null?void 0:r.postponed,u=r==null?void 0:r.skipped;return jsxRuntime.jsx("div",s({"data-slot":"card-week-title",className:l("text-lg font-semibold leading-lg text-primary-foreground",(d||i||u)&&"text-primary-foreground-muted line-through",e)},a))}function mn(o){var t=o,{className:e}=t,a=n(t,["className"]);let r=R.useContext(Na),d=r==null?void 0:r.done,i=r==null?void 0:r.postponed,u=r==null?void 0:r.skipped;return jsxRuntime.jsx("div",s({"data-slot":"card-week-description",className:l("text-xs font-semibold leading-xs text-gray-foreground",(d||i||u)&&"text-gray-foreground-muted",e)},a))}function gn(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"card-week-tags",className:l("flex flex-wrap items-center gap-2 [[data-slot=card-week-header]:not(:has([data-slot=card-week-progress]))+&]:mt-6",e)},a))}function xn(t){var r=t,{className:e,value:a}=r,o=n(r,["className","value"]);return jsxRuntime.jsx("div",{"data-slot":"card-week-progress-circle",className:l("flex flex-1 justify-end",e),children:jsxRuntime.jsx(ro,s({size:104,value:a},o))})}function hn(r){var d=r,{className:e,value:a,indicatorClassName:o}=d,t=n(d,["className","value","indicatorClassName"]);let i=R.useContext(Na),u=i==null?void 0:i.done;return jsxRuntime.jsx("div",{"data-slot":"card-week-progress",className:l("flex flex-1",e),children:jsxRuntime.jsx(Ke,f(s({},t),{value:u?100:a,indicatorClassName:l(u&&"bg-secondary-stroke-emphasis",o)}))})}function bn(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"card-week-footer",className:l("mt-auto flex flex-col gap-2",e)},a))}function Ln(t){var r=t,{className:e,children:a}=r,o=n(r,["className","children"]);return jsxRuntime.jsx("div",f(s({"data-slot":"card-week-content",className:l("flex flex-col text-xs font-medium",e)},o),{children:a}))}function Cn(r){var d=r,{className:e,children:a,isTime:o}=d,t=n(d,["className","children","isTime"]);return jsxRuntime.jsxs("div",f(s({"data-slot":"card-week-text",className:l("flex items-center gap-1.5",o?"text-secondary-foreground":"text-gray-foreground-muted",e)},t),{children:[o&&jsxRuntime.jsx(icons.TimeRemaining,{size:16}),jsxRuntime.jsx("span",{children:a})]}))}function vn(o){var t=o,{className:e}=t,a=n(t,["className"]);let r=R.useContext(Na),d=r==null?void 0:r.done,i=r==null?void 0:r.postponed,u=r==null?void 0:r.skipped;return !d&&!i&&!u?null:i||u?jsxRuntime.jsxs("div",f(s({"data-slot":"card-week-status",className:l("ml-auto flex items-center gap-1.5",e)},a),{children:[jsxRuntime.jsx("div",{className:"flex size-4 items-center justify-center rounded-full bg-yellow-24 text-feedback-warning-foreground",children:jsxRuntime.jsx(icons.Check,{size:12,strokeWidth:1.67})}),jsxRuntime.jsx("div",{className:"font-semibold text-feedback-warning-foreground",children:i?"Adiado":"Pulado"})]})):jsxRuntime.jsxs("div",f(s({"data-slot":"card-week-status",className:l("ml-auto flex items-center gap-1.5",e)},a),{children:[jsxRuntime.jsx("div",{className:"flex size-4 items-center justify-center rounded-full bg-secondary-background-soft text-secondary-foreground",children:jsxRuntime.jsx(icons.Check,{size:12,strokeWidth:1.67})}),jsxRuntime.jsx("div",{className:"font-semibold text-secondary-foreground",children:"Feito"})]}))}function In(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"card-week-actions",className:l("flex flex-wrap items-center justify-end gap-2 pt-4",e)},a))}var Ur=classVarianceAuthority.cva("flex flex-col gap-4 overflow-hidden rounded-lg border border-gray-stroke-muted p-6",{variants:{variant:{default:"bg-surface-card",blocked:"bg-gray-background-soft"}},defaultVariants:{variant:"default"}}),dt=classVarianceAuthority.cva("text-xs font-medium leading-xs text-gray-foreground-muted"),Gr=R.createContext(null);function nt(){var e;return (e=R.useContext(Gr))!=null?e:{}}function Tn(r){var d=r,{className:e,variant:a,availableDate:o}=d,t=n(d,["className","variant","availableDate"]);let i=R.useMemo(()=>({variant:a,availableDate:o}),[a,o]);return jsxRuntime.jsx(Gr.Provider,{value:i,children:jsxRuntime.jsx("div",s({"data-slot":"card-module",className:l(Ur({variant:a}),e)},t))})}function An(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"card-module-header",className:l("flex flex-col",e)},a))}function Dn(r){var d=r,{className:e,children:a,count:o}=d,t=n(d,["className","children","count"]);let{variant:i}=nt();return jsxRuntime.jsxs("div",f(s({"data-slot":"card-module-label",className:l("flex items-center justify-between gap-2 text-xs font-medium leading-xs",i==="blocked"?"text-gray-foreground-muted":"text-content-paragraph",e)},t),{children:[jsxRuntime.jsx("span",{children:a}),o&&jsxRuntime.jsx("span",{className:"text-sm leading-sm text-gray-foreground-muted",children:o})]}))}function Rn(o){var t=o,{className:e}=t,a=n(t,["className"]);let{variant:r}=nt();return jsxRuntime.jsx("div",s({"data-slot":"card-module-title",className:l("line-clamp-2 min-h-14 max-w-[70%] text-lg font-semibold",r==="blocked"?"text-primary-foreground-muted":"text-primary-foreground",e)},a))}function Mn(t){var r=t,{className:e,progress:a}=r,o=n(r,["className","progress"]);let{variant:d}=nt(),i=Number.isFinite(a)?Math.min(100,Math.max(0,a)):0,u=Math.round(i),c=d==="blocked"?jsxRuntime.jsx("div",{"data-slot":"card-module-status",className:dt(),children:"N\xE3o iniciado"}):i>=100?jsxRuntime.jsx("div",{"data-slot":"card-module-status",className:dt(),children:"Conclu\xEDdo"}):jsxRuntime.jsxs("div",{"data-slot":"card-module-status",className:dt(),children:[jsxRuntime.jsxs("span",{className:"font-semibold text-gray-foreground",children:[u,"%"]})," ","de progresso"]});return jsxRuntime.jsxs("div",f(s({"data-slot":"card-module-progress",className:l("flex flex-col gap-2",e)},o),{children:[c,d!=="blocked"&&jsxRuntime.jsx(Ke,{value:i,indicatorClassName:i===100?"bg-secondary-stroke-emphasis":"bg-primary-stroke"})]}))}function Bn(t){var r=t,{className:e,children:a}=r,o=n(r,["className","children"]);let{variant:d,availableDate:i}=nt();return d!=="blocked"||!i?null:jsxRuntime.jsxs("div",f(s({"data-slot":"card-module-footer",className:l("flex flex-col gap-3",e)},o),{children:[jsxRuntime.jsx("div",{className:"border-t border-gray-stroke-muted"}),jsxRuntime.jsxs("div",{className:"flex items-center justify-between",children:[jsxRuntime.jsxs(ne,{variant:"gray-soft",icon:jsxRuntime.jsx(icons.Lock,{}),children:["Dispon\xEDvel em ",i]}),a]})]}))}function Nn(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(Y,s({"data-slot":"card-module-button",size:"sm",iconLeft:jsxRuntime.jsx(icons.ArrowRightMd,{}),className:l(e)},a))}function Fn(t){var r=t,{className:e,children:a}=r,o=n(r,["className","children"]);return jsxRuntime.jsx("div",f(s({"data-slot":"card-module-action",className:l("flex items-center justify-end",e)},o),{children:a}))}var Wr=R.createContext({animation:void 0});function lo(o){var t=o,{animation:e}=t,a=n(t,["animation"]);return jsxRuntime.jsx(Wr.Provider,{value:R.useMemo(()=>({animation:e}),[e]),children:jsxRuntime.jsx(radixUi.Collapsible.Root,s({"data-slot":"collapsible"},a))})}function no(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.Collapsible.Trigger,s({"data-slot":"collapsible-trigger"},e))}function io(o){var t=o,{className:e}=t,a=n(t,["className"]);let{animation:r}=R.useContext(Wr),d={accordion:"overflow-hidden data-[state=closed]:animate-collapsible-up data-[state=open]:animate-collapsible-down",fade:"data-[state=closed]:animate-fade-out data-[state=open]:animate-fade-in"};return jsxRuntime.jsx(radixUi.Collapsible.Content,s({"data-slot":"collapsible-content",className:l(r&&d[r],e)},a))}var Wn=classVarianceAuthority.cva("flex flex-col overflow-hidden rounded-2xl border border-gray-stroke-muted",{variants:{variant:{default:"bg-surface-card",blocked:"bg-gray-background-soft"}},defaultVariants:{variant:"default"}}),Xr=R.createContext(null);function Ea(){var e;return (e=R.useContext(Xr))!=null?e:{}}function Xn(d){var i=d,{className:e,variant:a,availableDate:o,children:t}=i,r=n(i,["className","variant","availableDate","children"]);let u=R.useMemo(()=>({variant:a,availableDate:o}),[a,o]);return jsxRuntime.jsx(Xr.Provider,{value:u,children:jsxRuntime.jsx(lo,f(s({"data-slot":"card-topic",animation:"accordion",className:l(Wn({variant:a}),e)},r),{children:t}))})}function Kn(t){var r=t,{className:e,children:a}=r,o=n(r,["className","children"]);let{variant:d}=Ea(),i=d==="blocked";return jsxRuntime.jsx(no,f(s({"data-slot":"card-topic-trigger",disabled:i,className:l("group flex min-h-16 w-full select-none flex-wrap items-center gap-4 p-4 text-left","[&>*:first-child]:flex-1","disabled:pointer-events-none disabled:cursor-default",!i&&"cursor-pointer",e)},o),{children:a}))}function Zn(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"card-topic-column",className:l("flex flex-wrap items-center gap-4",e)},a))}function jn(t){var r=t,{className:e,children:a}=r,o=n(r,["className","children"]);let{variant:d}=Ea();return jsxRuntime.jsx("div",f(s({"data-slot":"card-topic-number",className:l("flex size-[30px] shrink-0 items-center justify-center rounded-full text-md font-medium text-primary-foreground-onfill",d==="blocked"?"bg-primary-foreground-muted":"bg-primary-foreground",e)},o),{children:a}))}function Qn(o){var t=o,{className:e}=t,a=n(t,["className"]);let{variant:r}=Ea();return jsxRuntime.jsx("div",s({"data-slot":"card-topic-title",className:l("min-w-0 flex-1 text-md font-semibold leading-md",r==="blocked"?"text-primary-foreground-muted":"text-primary-foreground",e)},a))}function $n(t){var r=t,{className:e,progress:a}=r,o=n(r,["className","progress"]);let{variant:d,availableDate:i}=Ea();if(d==="blocked")return i?jsxRuntime.jsx("div",f(s({"data-slot":"card-topic-progress",className:l("flex",e)},o),{children:jsxRuntime.jsxs(ne,{variant:"gray-soft",icon:jsxRuntime.jsx(icons.Lock,{"aria-hidden":true}),children:["Dispon\xEDvel em ",i]})})):null;if(a===void 0)return null;let u=Math.min(100,Math.max(0,a)),c=Math.round(u),p=u>=100;return jsxRuntime.jsxs("div",f(s({"data-slot":"card-topic-progress",className:l("flex min-w-[180px] flex-col gap-2",e)},o),{children:[jsxRuntime.jsx("div",{className:"text-xs font-medium leading-xs text-gray-foreground-muted",children:p?"Conclu\xEDdo":jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs("span",{className:"font-semibold text-gray-foreground",children:[c,"%"]})," de progresso"]})}),jsxRuntime.jsx(Ke,{value:u,indicatorClassName:p?"bg-secondary-stroke-emphasis":"bg-primary-stroke"})]}))}function Jn(t){var r=t,{className:e,children:a}=r,o=n(r,["className","children"]);let{variant:d}=Ea();return jsxRuntime.jsxs("div",f(s({"data-slot":"card-topic-count",className:l("flex shrink-0 items-center gap-2",e)},o),{children:[jsxRuntime.jsx("span",{className:"text-sm font-medium leading-sm text-gray-foreground-muted",children:a}),jsxRuntime.jsx(icons.ChevronDown,{"aria-hidden":true,size:18,strokeWidth:2.4,className:l("shrink-0 text-gray-foreground",d!=="blocked"&&"transition-transform duration-200 group-data-[state=open]:rotate-180")})]}))}function Yn(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(io,s({"data-slot":"card-topic-content",className:l("px-4 pb-4",e)},a))}function ri(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"card-continue",className:l("flex gap-3 bg-transparent",e)},a))}function si(d){var i=d,{className:e,src:a,alt:o="",children:t}=i,r=n(i,["className","src","alt","children"]);return jsxRuntime.jsx("div",f(s({"data-slot":"card-continue-image",className:l("relative h-[122px] w-[200px] shrink-0 overflow-hidden rounded-md bg-gray-background-soft",e)},r),{children:a?jsxRuntime.jsx("img",{src:a,alt:o,loading:"lazy",className:"absolute inset-0 size-full object-cover"}):t}))}function li(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"card-continue-content",className:l("flex min-w-0 flex-1 flex-col justify-between gap-2",e)},a))}function di(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"card-continue-header",className:l("flex min-w-0 flex-col gap-1",e)},a))}function ni({items:e,className:a}){return jsxRuntime.jsx(Ma,{"data-slot":"card-continue-breadcrumb",className:"overflow-hidden",children:jsxRuntime.jsx(Ba,{className:l("flex-nowrap gap-1 text-xs font-medium leading-xs [&>[data-slot=breadcrumb-item]:last-of-type>span]:min-w-0 [&>[data-slot=breadcrumb-item]:last-of-type>span]:overflow-hidden [&>[data-slot=breadcrumb-item]:last-of-type]:min-w-0 [&>[data-slot=breadcrumb-item]:last-of-type]:flex-1 [&>[data-slot=breadcrumb-item]:last-of-type_[data-slot=breadcrumb-page]]:truncate [&_[data-slot=breadcrumb-page]]:block",a),children:e.map((o,t)=>jsxRuntime.jsx(R.Fragment,{children:t<e.length-1?jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(tt,{className:"text-content-paragraph",children:o}),jsxRuntime.jsx(ao,{children:jsxRuntime.jsx(icons.ChevronRight,{size:12,className:"text-gray-foreground"})})]}):jsxRuntime.jsx(tt,{children:jsxRuntime.jsx(eo,{className:"font-medium text-content-paragraph",children:o})})},`${o}-${t}`))})})}function ii(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"card-continue-title",className:l("line-clamp-2 text-lg font-semibold leading-lg text-primary-foreground",e)},a))}function ui(t){var r=t,{className:e,children:a}=r,o=n(r,["className","children"]);return jsxRuntime.jsx(Y,f(s({"data-slot":"card-continue-button",variant:"emphasis-soft",size:"sm",iconRight:jsxRuntime.jsx(icons.ArrowRightSm,{}),className:l("self-start",e)},o),{children:a}))}var Kr=classVarianceAuthority.cva("relative z-0 flex rounded-2xl border border-gray-stroke-muted",{variants:{variant:{default:"bg-surface-card",blocked:"bg-gray-background-soft"},orientation:{vertical:"flex-col overflow-hidden",horizontal:"flex-col overflow-hidden lg:flex-row lg:items-center"}},defaultVariants:{variant:"default",orientation:"vertical"}}),Zr=R.createContext(null);function ua(){var e;return (e=R.useContext(Zr))!=null?e:{}}function Li(i){var u=i,{className:e,variant:a,availableDate:o,orientation:t,children:r}=u,d=n(u,["className","variant","availableDate","orientation","children"]);let c=R.useMemo(()=>({variant:a,availableDate:o,orientation:t}),[a,o,t]),p=jsxRuntime.jsx("div",f(s({"data-slot":"card-lesson",className:l(Kr({variant:a,orientation:t}),e)},d),{children:r})),m=a!=="blocked"&&t!=="horizontal";return jsxRuntime.jsx(Zr.Provider,{value:c,children:m?jsxRuntime.jsxs("div",{"data-slot":"card-lesson-stack",className:"relative pt-[17px]",children:[jsxRuntime.jsx("div",{"aria-hidden":true,className:"pointer-events-none absolute inset-x-[34px] bottom-0 top-0 z-0 max-h-[20%] rounded-2xl border border-gray-stroke-muted bg-surface-card"}),jsxRuntime.jsx("div",{"aria-hidden":true,className:"pointer-events-none absolute inset-x-4 bottom-0 top-2 z-0 max-h-[20%] rounded-2xl border border-gray-stroke-muted bg-surface-card"}),p]}):p})}function Ci(d){var i=d,{className:e,src:a,alt:o="",children:t}=i,r=n(i,["className","src","alt","children"]);let{variant:u,orientation:c}=ua(),p=c==="horizontal",m=l("h-[153px] w-full rounded-md",p&&"lg:h-[122px] lg:w-[200px]",u==="blocked"&&"opacity-20");return jsxRuntime.jsx("div",f(s({"data-slot":"card-lesson-image",className:l("px-3 pt-3",p&&"lg:shrink-0 lg:p-3",e)},r),{children:a?jsxRuntime.jsx("img",{src:a,alt:o,loading:"lazy",className:l(m,"object-cover")}):jsxRuntime.jsx("div",{className:l(m,"bg-gray-background-soft"),children:t})}))}function vi(o){var t=o,{className:e}=t,a=n(t,["className"]);let{orientation:r}=ua();return jsxRuntime.jsx("div",s({"data-slot":"card-lesson-content",className:l("flex flex-col gap-2 px-6 pt-4",r==="horizontal"&&"lg:min-w-[160px] lg:flex-1 lg:justify-center lg:gap-0 lg:px-0 lg:py-3",e)},a))}function Ii(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"card-lesson-header",className:l("flex flex-col",e)},a))}function ki(o){var t=o,{className:e}=t,a=n(t,["className"]);let{variant:r}=ua();return jsxRuntime.jsx("div",s({"data-slot":"card-lesson-label",className:l("text-xs font-medium leading-xs",r==="blocked"?"text-gray-foreground-muted":"text-content-paragraph",e)},a))}function yi(o){var t=o,{className:e}=t,a=n(t,["className"]);let{variant:r}=ua();return jsxRuntime.jsx("div",s({"data-slot":"card-lesson-title",className:l("line-clamp-2 text-lg font-semibold leading-lg",r==="blocked"?"text-primary-foreground-muted":"text-primary-foreground",e)},a))}function Si(t){var r=t,{className:e,children:a}=r,o=n(r,["className","children"]);return jsxRuntime.jsx("div",f(s({"data-slot":"card-lesson-duration",className:l("flex items-center gap-1 text-sm font-medium leading-sm text-gray-foreground-muted",e)},o),{children:a}))}function Pi(t){var r=t,{className:e,children:a}=r,o=n(r,["className","children"]);let{variant:d,availableDate:i,orientation:u}=ua();return jsxRuntime.jsxs("div",f(s({"data-slot":"card-lesson-footer",className:l("mt-auto flex flex-wrap items-center justify-between gap-4 px-6 pb-6 pt-4",u==="horizontal"&&"mt-0 lg:grow lg:basis-0 lg:flex-nowrap lg:justify-end lg:px-3 lg:py-3",e)},o),{children:[d==="blocked"&&i?jsxRuntime.jsxs(ne,{variant:"gray-soft",icon:jsxRuntime.jsx(icons.Lock,{}),children:["Dispon\xEDvel em ",i]}):null,a]}))}function wi(t){var r=t,{className:e,status:a}=r,o=n(r,["className","status"]);let d=a==="completed";return jsxRuntime.jsx(ne,f(s({"data-slot":"card-lesson-status",variant:d?"success-soft":"warning-soft",icon:d?jsxRuntime.jsx(icons.Check,{}):void 0,className:e},o),{children:d?"Conclu\xEDdo":"Iniciado"}))}function Ti(r){var d=r,{className:e,children:a,containerClassName:o}=d,t=n(d,["className","children","containerClassName"]);let{variant:i}=ua();return jsxRuntime.jsx(Y,f(s({"data-slot":"card-lesson-button",variant:"regular",size:"sm",disabled:i==="blocked",containerClassName:l("[&:only-child]:ml-auto",o),className:l("rounded-full disabled:bg-gray-background-soft-muted disabled:text-gray-foreground-muted",e)},t),{children:a}))}var Qr=classVarianceAuthority.cva("inline-flex items-center justify-center place-items-center gap-2 rounded-sm whitespace-nowrap transition-all disabled:pointer-events-none shrink-0 [&_svg]:shrink-0 hover:cursor-pointer focus:outline-0 [grid-template-areas:'stack']",{variants:{variant:{regular:"bg-surface-card border-2 border-gray-stroke-muted enabled:hover:ring-4 data-[state=unchecked]:enabled:hover:ring-state-hover data-[state=unchecked]:enabled:hover:border-gray-stroke disabled:bg-gray-background-soft-muted data-[state=checked]:bg-primary-background-fill data-[state=checked]:border-primary-background-fill data-[state=checked]:enabled:hover:bg-primary-background-fill-emphasis data-[state=checked]:enabled:hover:border-primary-background-fill-emphasis data-[state=checked]:enabled:hover:ring-state-active disabled:data-[state=checked]:bg-gray-background-soft-muted disabled:data-[state=checked]:border-gray-stroke-muted data-[state=unchecked]:enabled:hover:border-gray-stroke data-[state=checked]:enabled:hover:bg-primary-background-fill-emphasis [&:disabled_svg]:text-gray-background-fill-muted"},size:{sm:"size-4 [&_svg]:size-3",md:"size-5 [&_svg]:size-4",lg:"size-6 [&_svg]:size-5"}},defaultVariants:{variant:"regular",size:"md"}});function Mi(d){var i=d,{className:e,size:a,variant:o,uncheckIcon:t}=i,r=n(i,["className","size","variant","uncheckIcon"]);return jsxRuntime.jsx(radixUi.Checkbox.Root,f(s({"data-slot":"checkbox",className:l("group peer",Qr({size:a,variant:o}),e)},r),{children:jsxRuntime.jsx(radixUi.Checkbox.Indicator,{"data-slot":"checkbox-indicator",className:"relative flex items-center justify-center",children:t?jsxRuntime.jsx(icons.RemoveMinus,{className:l("absolute left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2 text-primary-foreground-onfill"),strokeWidth:2.6}):jsxRuntime.jsx(icons.Check,{className:l("absolute left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2 text-primary-foreground-onfill"),strokeWidth:2.6})})}))}var fo=768;function Ha(){let[e,a]=R.useState(void 0);return R.useEffect(()=>{let o=window.matchMedia(`(max-width: ${fo-1}px)`),t=()=>{a(window.innerWidth<fo);};return o.addEventListener("change",t),a(window.innerWidth<fo),()=>o.removeEventListener("change",t)},[]),!!e}function co(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.DropdownMenu.Root,s({"data-slot":"dropdown-menu"},e))}function Ei(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.DropdownMenu.Portal,s({"data-slot":"dropdown-menu-portal"},e))}function po(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.DropdownMenu.Trigger,s({className:l("cursor-pointer",e.className),"data-slot":"dropdown-menu-trigger"},e))}function mo(r){var d=r,{className:e,sideOffset:a=4,side:o}=d,t=n(d,["className","sideOffset","side"]);let i=Ha();return jsxRuntime.jsx(radixUi.DropdownMenu.Portal,{children:jsxRuntime.jsx(radixUi.DropdownMenu.Content,s({"data-slot":"dropdown-menu-content",sideOffset:a,side:i?"bottom":o,className:l("max-h-(--radix-dropdown-menu-content-available-height) origin-(--radix-dropdown-menu-content-transform-origin) z-50 max-h-screen min-w-[8rem] overflow-y-auto overflow-x-hidden rounded-md border bg-surface-elevated p-3 pb-2 text-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",e)},t))})}function Hi(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.DropdownMenu.Group,s({"data-slot":"dropdown-menu-group"},e))}function ft(r){var d=r,{className:e,inset:a,variant:o="default"}=d,t=n(d,["className","inset","variant"]);return jsxRuntime.jsx(radixUi.DropdownMenu.Item,s({"data-slot":"dropdown-menu-item","data-inset":a,"data-variant":o,className:l("data-[variant=destructive]:*:[svg]:!text-destructive outline-hidden relative flex cursor-pointer select-none items-center gap-2.5 rounded-sm px-2 py-2 text-sm font-medium text-gray-foreground hover:bg-secondary-background-soft-emphasis focus:outline-0 data-[disabled]:pointer-events-none data-[inset]:pl-8 data-[variant=destructive]:text-red-foreground data-[disabled]:opacity-50 data-[variant=destructive]:hover:bg-red-background-soft-emphasis dark:[&_img]:brightness-0 dark:[&_img]:invert [&_svg:not([class*='size-'])]:size-4 [&_svg]:pointer-events-none [&_svg]:shrink-0",e)},t))}function Oi(r){var d=r,{className:e,children:a,checked:o}=d,t=n(d,["className","children","checked"]);return jsxRuntime.jsxs(radixUi.DropdownMenu.CheckboxItem,f(s({"data-slot":"dropdown-menu-checkbox-item",className:l("outline-hidden relative flex cursor-pointer select-none items-center gap-2 rounded-md py-2 pl-2 pr-7 text-sm font-medium text-gray-foreground hover:bg-secondary-background-soft-emphasis focus:outline-0 data-[disabled]:pointer-events-none data-[disabled]:opacity-50 dark:[&_img]:brightness-0 dark:[&_img]:invert [&_svg:not([class*='size-'])]:size-4 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg]:text-secondary-foreground",e),checked:o},t),{children:[jsxRuntime.jsx("span",{className:"flex min-w-0 flex-1 gap-2 break-words",children:a}),jsxRuntime.jsx("span",{className:"pointer-events-none absolute right-2 flex size-3.5 items-center justify-center",children:jsxRuntime.jsx(radixUi.DropdownMenu.ItemIndicator,{children:jsxRuntime.jsx(icons.Check,{className:"size-4"})})})]}))}function ct(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.DropdownMenu.RadioGroup,s({"data-slot":"dropdown-menu-radio-group"},e))}function go(t){var r=t,{className:e,children:a}=r,o=n(r,["className","children"]);return jsxRuntime.jsxs(radixUi.DropdownMenu.RadioItem,f(s({"data-slot":"dropdown-menu-radio-item",className:l("outline-hidden relative flex cursor-pointer select-none items-center gap-2 rounded-md py-3 pl-2 pr-7 text-sm font-medium text-gray-foreground hover:bg-secondary-background-soft-emphasis focus:outline-0 aria-checked:text-secondary-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50 dark:[&_img]:brightness-0 dark:[&_img]:invert [&_svg:not([class*='size-'])]:size-4 [&_svg]:pointer-events-none [&_svg]:text-secondary-foreground",e)},o),{children:[jsxRuntime.jsx("span",{className:"flex min-w-0 flex-1 gap-2 break-words",children:a}),jsxRuntime.jsx("span",{className:"pointer-events-none absolute right-2 flex size-3.5 items-center justify-center",children:jsxRuntime.jsx(radixUi.DropdownMenu.ItemIndicator,{children:jsxRuntime.jsx(icons.Check,{className:"size-4"})})})]}))}function xo(t){var r=t,{className:e,inset:a}=r,o=n(r,["className","inset"]);return jsxRuntime.jsx(radixUi.DropdownMenu.Label,s({"data-slot":"dropdown-menu-label","data-inset":a,className:l("px-2 py-3 text-xs font-medium text-gray-foreground-muted data-[inset]:pl-8 [&:not(:first-child)]:mt-2.5",e)},o))}function ho(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(radixUi.DropdownMenu.Separator,s({"data-slot":"dropdown-menu-separator",className:l("-mx-3 my-2 h-px bg-gray-stroke-muted",e)},a))}function qi(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("span",s({"data-slot":"dropdown-menu-shortcut",className:l("ml-auto text-xs tracking-widest text-gray-foreground",e)},a))}function Vi(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.DropdownMenu.Sub,s({"data-slot":"dropdown-menu-sub"},e))}function zi(r){var d=r,{className:e,inset:a,children:o}=d,t=n(d,["className","inset","children"]);return jsxRuntime.jsxs(radixUi.DropdownMenu.SubTrigger,f(s({"data-slot":"dropdown-menu-sub-trigger","data-inset":a,className:l("flex cursor-pointer select-none items-center rounded-sm px-2 py-2 text-sm font-medium text-gray-foreground outline-0 focus:outline-0 data-[inset]:pl-8",e)},t),{children:[o,jsxRuntime.jsx(icons.ChevronRight,{className:"ml-auto size-3"})]}))}function _i(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(radixUi.DropdownMenu.SubContent,s({"data-slot":"dropdown-menu-sub-content",className:l("origin-(--radix-dropdown-menu-content-transform-origin) z-50 min-w-[8rem] overflow-hidden rounded-md border bg-surface-elevated p-1 text-gray-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",e)},a))}var Co=R.createContext({invalid:false}),ss={start:1950,end:new Date().getFullYear()};function mt(e,a){let o=e.getFullYear();return o<a.start?new Date(a.start,0,1):o>a.end?new Date(a.end,11,31):e}var vo=classVarianceAuthority.cva(["shadow-xs flex w-full items-center justify-between gap-2 rounded-md border-2 border-gray-stroke-muted bg-surface-card px-4 py-3 text-left text-gray-foreground outline-none transition-[color,box-shadow] enabled:hover:border-gray-stroke-emphasis enabled:hover:ring-[3px] enabled:hover:ring-state-focus disabled:pointer-events-none disabled:bg-gray-background-soft-muted disabled:text-gray-foreground-muted data-[invalid]:border-feedback-error-stroke data-[invalid]:enabled:hover:border-feedback-error-stroke data-[invalid]:enabled:hover:ring-[3px] data-[invalid]:enabled:hover:ring-state-error","group-has-[[data-slot=date-picker-label]]:data-[placeholder]:text-transparent"],{variants:{size:{lg:["h-12 max-h-12 text-md","max-sm:h-14 max-sm:text-base"],md:["h-10 max-h-10 text-sm","max-sm:h-11"]}},defaultVariants:{size:"lg"}});function Xi(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({className:l("group relative flex flex-col gap-2",e),"data-slot":"date-picker-wrapper"},a))}function Ki(t){var r=t,{className:e,children:a}=r,o=n(r,["className","children"]);return jsxRuntime.jsx("label",f(s({className:l("pointer-events-none absolute start-3 top-0 z-10 origin-left -translate-y-1/2 bg-surface-card px-1 text-xs font-medium text-gray-foreground transition-all duration-200 ease-out","group-has-[[data-slot=date-picker-trigger][data-placeholder]:not([data-state=open])]:start-4 group-has-[[data-slot=date-picker-trigger][data-placeholder]:not([data-state=open])]:top-6 group-has-[[data-slot=date-picker-trigger][data-placeholder]:not([data-state=open])]:bg-transparent group-has-[[data-slot=date-picker-trigger][data-placeholder]:not([data-state=open])]:px-0 group-has-[[data-slot=date-picker-trigger][data-placeholder]:not([data-state=open])]:text-md group-has-[[data-slot=date-picker-trigger][data-placeholder]:not([data-state=open])]:font-normal group-has-[[data-slot=date-picker-trigger][data-placeholder]:not([data-state=open])]:text-gray-foreground max-sm:group-has-[[data-slot=date-picker-trigger][data-placeholder]:not([data-state=open])]:top-7","group-has-[[data-slot=date-picker-trigger][data-size=md]]:group-has-[[data-slot=date-picker-trigger][data-placeholder]:not([data-state=open])]:top-5 group-has-[[data-slot=date-picker-trigger][data-size=md]]:group-has-[[data-slot=date-picker-trigger][data-placeholder]:not([data-state=open])]:!text-sm max-sm:group-has-[[data-slot=date-picker-trigger][data-size=md]]:group-has-[[data-slot=date-picker-trigger][data-placeholder]:not([data-state=open])]:top-[22px]",e),"data-slot":"date-picker-label"},o),{children:a}))}function Zi(o){var t=o,{className:e}=t,a=n(t,["className"]);let{invalid:r}=R.useContext(Co);return jsxRuntime.jsx("span",s({className:l("-mt-1 text-xs",r?"text-feedback-error-foreground":"text-gray-foreground",e),"data-slot":"date-picker-text"},a))}function ca(e){return new Date(e.getFullYear(),e.getMonth(),e.getDate())}function Oa(e,a){return e.getFullYear()===a.getFullYear()&&e.getMonth()===a.getMonth()&&e.getDate()===a.getDate()}function gt(e,a){return new Date(e.getFullYear(),e.getMonth()+a,1)}function xt(e){return new Date(e.getFullYear(),e.getMonth(),1)}function Lo(e,a){return ca(e).getTime()<ca(a).getTime()}function ls(e,a){return ca(e).getTime()>ca(a).getTime()}function qa(e,a,o){return !!(a&&Lo(e,a)||o&&ls(e,o))}function ds(e){return new Intl.DateTimeFormat("pt-BR",{year:"numeric",month:"2-digit",day:"2-digit"}).format(e)}var ns=20,is=18;function ji(V){var k=V,{value:e,defaultValue:a=null,onValueChange:o,placeholder:t="Pick a date",disabled:r,min:d,max:i,format:u=ds,className:c,inputClassName:p,contentClassName:m,size:x="lg",yearRange:h=ss,showYearSelector:y=true,invalid:L=false,children:A}=k,M=n(k,["value","defaultValue","onValueChange","placeholder","disabled","min","max","format","className","inputClassName","contentClassName","size","yearRange","showYearSelector","invalid","children"]);let I=e!==void 0,[U,E]=R.useState(a),b=I?e:U,[v,N]=R.useState(false),[W,q]=R.useState(()=>xt(mt(b!=null?b:new Date,h))),Z=R.useRef(null),Pe=R.useRef(null),we=R.useRef(null),Ce=R.useId(),[te,Re]=R.useState(null),xe=R.useCallback(P=>{I||E(P),o==null||o(P);},[I,o]);R.useEffect(()=>{v&&q(xt(mt(b!=null?b:new Date,h)));},[v,b,h]),R.useEffect(()=>{v||Re(null);},[v]),R.useEffect(()=>{if(!v)return;let P=document.body.style.overflow;return document.body.style.overflow="hidden",()=>{document.body.style.overflow=P;}},[v]),R.useEffect(()=>{if(!te)return;let P=()=>N(false);return window.addEventListener("scroll",P,{passive:true,capture:true}),()=>window.removeEventListener("scroll",P,{capture:true})},[te]),R.useEffect(()=>{if(!v)return;let P=H=>{let z=Z.current,ee=we.current;z&&H.target instanceof Node&&!z.contains(H.target)&&!(ee!=null&&ee.contains(H.target))&&N(false);},C=H=>{H.key==="Escape"&&N(false);};return window.addEventListener("pointerdown",P,{capture:true}),window.addEventListener("keydown",C),()=>{window.removeEventListener("pointerdown",P,{capture:true}),window.removeEventListener("keydown",C);}},[v]);let ea=290,aa=()=>{var P,C,H;if(v)N(false);else {let z=(H=(P=Pe.current)==null?void 0:P.getBoundingClientRect())!=null?H:(C=Z.current)==null?void 0:C.getBoundingClientRect();if(z){let ye=window.innerHeight-z.bottom<ea,_e=window.innerWidth,Ca=window.matchMedia("(max-width: 639px)").matches?Math.min(512,_e-16):Math.min(320,_e),va=8,Ia=va,ka=_e-Ca-va,He=z.left;He<Ia?He=Ia:He>ka&&(He=ka),Re(f(s({position:"fixed"},ye?{bottom:window.innerHeight-z.top+8}:{top:z.bottom+8}),{left:He,width:Ca,maxWidth:360}));}N(true);}},ke=ca(new Date),se=W.getFullYear(),ce=W.getMonth(),g=new Date(se,ce,1),B=new Date(se,ce+1,0).getDate(),D=g.getDay(),w=b?u(b):"",O=Array.from({length:12},(P,C)=>({value:C,label:new Intl.DateTimeFormat("pt-BR",{month:"long"}).format(new Date(2e3,C,1))})),$=Array.from({length:h.end-h.start+1},(P,C)=>h.start+C),J=P=>{q(new Date(se,P,1));},oe=P=>{q(new Date(P,ce,1));};return jsxRuntime.jsxs(Co.Provider,{value:R.useMemo(()=>({invalid:L}),[L]),children:[jsxRuntime.jsxs("div",{ref:Z,className:l("relative inline-flex w-full",c),children:[jsxRuntime.jsxs("button",f(s(f(s({ref:Pe,type:"button",disabled:r,"aria-haspopup":"dialog","aria-expanded":v,"aria-controls":v?Ce:void 0,"data-invalid":L||void 0,"data-slot":"date-picker-trigger","data-size":x,"data-state":v?"open":"closed"},!w&&{"data-placeholder":""}),{className:l(vo({size:x}),v&&"border-gray-stroke-emphasis ring-[3px] ring-state-focus",w&&!L&&"border-gray-stroke-emphasis ring-[3px] ring-state-focus",w&&L&&"border-feedback-error-stroke ring-[3px] ring-state-error",p),onClick:aa}),M),{children:[jsxRuntime.jsx("span",{className:"truncate",children:w||t}),jsxRuntime.jsx(icons.Calendar,{size:x==="md"?is:ns,strokeWidth:1.6,className:"shrink-0 !text-gray-foreground","aria-hidden":"true"})]})),v&&reactDom.createPortal(jsxRuntime.jsxs("div",{ref:we,id:Ce,role:"dialog","aria-label":"Calend\xE1rio","data-slot":"date-picker-content",style:te!=null?te:void 0,className:l("z-50 overflow-hidden rounded-md border border-gray-stroke-muted bg-surface-elevated p-3 shadow-md",m),children:[jsxRuntime.jsxs("div",{className:"mb-3 flex items-center justify-center gap-2",children:[jsxRuntime.jsx("button",{type:"button",className:"inline-flex size-8 items-center justify-center rounded-md hover:bg-secondary-background-soft-emphasis max-sm:size-10",onClick:()=>q(P=>gt(P,-1)),"aria-label":"M\xEAs anterior",children:jsxRuntime.jsx(icons.ChevronLeftMd,{size:18,strokeWidth:1.8})}),jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsxs("div",{className:"relative",children:[jsxRuntime.jsx("select",{value:ce,onChange:P=>J(Number(P.target.value)),className:"min-w-[7rem] appearance-none rounded-md border border-gray-stroke-muted bg-surface-card py-1 pl-2 pr-7 text-sm font-medium capitalize text-gray-foreground outline-none hover:border-gray-stroke-emphasis focus:border-gray-stroke-emphasis focus:ring-2 focus:ring-state-focus max-sm:min-w-[8rem] max-sm:py-2 max-sm:text-base","aria-label":"Selecionar m\xEAs",children:O.map(P=>jsxRuntime.jsx("option",{value:P.value,className:"capitalize",children:P.label},P.value))}),jsxRuntime.jsx(icons.ChevronDown,{size:14,strokeWidth:1.8,className:"pointer-events-none absolute right-2 top-1/2 -translate-y-1/2 text-gray-foreground","aria-hidden":true})]}),y?jsxRuntime.jsxs("div",{className:"relative",children:[jsxRuntime.jsx("select",{value:se,onChange:P=>oe(Number(P.target.value)),className:"min-w-[5rem] appearance-none rounded-md border border-gray-stroke-muted bg-surface-card py-1 pl-2 pr-7 text-sm font-medium text-gray-foreground outline-none hover:border-gray-stroke-emphasis focus:border-gray-stroke-emphasis focus:ring-2 focus:ring-state-focus max-sm:min-w-[5.5rem] max-sm:py-2 max-sm:text-base","aria-label":"Selecionar ano",children:$.map(P=>jsxRuntime.jsx("option",{value:P,children:P},P))}),jsxRuntime.jsx(icons.ChevronDown,{size:14,strokeWidth:1.8,className:"pointer-events-none absolute right-2 top-1/2 -translate-y-1/2 text-gray-foreground","aria-hidden":true})]}):jsxRuntime.jsx("div",{className:"text-sm font-semibold text-gray-foreground",children:se})]}),jsxRuntime.jsx("button",{type:"button",className:"inline-flex size-8 items-center justify-center rounded-md hover:bg-secondary-background-soft-emphasis max-sm:size-10",onClick:()=>q(P=>gt(P,1)),"aria-label":"Pr\xF3ximo m\xEAs",children:jsxRuntime.jsx(icons.ChevronRightMd,{size:18,strokeWidth:1.8})})]}),jsxRuntime.jsxs("div",{className:"grid grid-cols-7 gap-1 text-center text-xs font-medium text-gray-foreground-muted max-sm:text-sm",children:[jsxRuntime.jsx("div",{children:"Dom"}),jsxRuntime.jsx("div",{children:"Seg"}),jsxRuntime.jsx("div",{children:"Ter"}),jsxRuntime.jsx("div",{children:"Qua"}),jsxRuntime.jsx("div",{children:"Qui"}),jsxRuntime.jsx("div",{children:"Sex"}),jsxRuntime.jsx("div",{children:"S\xE1b"})]}),jsxRuntime.jsxs("div",{className:"mt-2 grid grid-cols-7 gap-1",children:[Array.from({length:D}).map((P,C)=>jsxRuntime.jsx("div",{},`empty-${C}`)),Array.from({length:B}).map((P,C)=>{let H=new Date(se,ce,C+1),z=b?Oa(H,b):false,ee=Oa(H,ke),ye=r||qa(H,d,i);return jsxRuntime.jsx("button",{type:"button",disabled:ye,onClick:()=>{xe(H),N(false);},className:l("inline-flex h-9 w-full items-center justify-center rounded-md text-sm font-medium outline-none transition-colors hover:bg-secondary-background-soft-emphasis disabled:pointer-events-none disabled:opacity-50 max-sm:h-11 max-sm:text-base",ee&&"ring-1 ring-gray-stroke-emphasis",z&&"bg-primary-background-fill text-primary-foreground-onfill hover:bg-primary-background-fill-emphasis"),"aria-pressed":z,children:C+1},H.toISOString())})]}),jsxRuntime.jsxs("div",{className:"mt-3 flex items-center justify-between gap-2",children:[jsxRuntime.jsx("button",{type:"button",className:"rounded-md px-2 py-1 text-xs font-medium text-gray-foreground hover:bg-secondary-background-soft-emphasis max-sm:px-3 max-sm:py-2 max-sm:text-sm",onClick:()=>{xe(ke),N(false);},disabled:r||qa(ke,d,i),children:"Hoje"}),jsxRuntime.jsx("button",{type:"button",className:"rounded-md px-2 py-1 text-xs font-medium text-gray-foreground hover:bg-secondary-background-soft-emphasis max-sm:px-3 max-sm:py-2 max-sm:text-sm",onClick:()=>xe(null),disabled:r||!b,children:"Limpar"})]})]}),document.body)]}),A]})}function Qi(V){var k=V,{value:e,defaultValue:a=null,onValueChange:o,placeholder:t="Selecionar per\xEDodo",disabled:r,min:d,max:i,format:u=ds,className:c,inputClassName:p,contentClassName:m,size:x="lg",yearRange:h=ss,showYearSelector:y=true,invalid:L=false,children:A}=k,M=n(k,["value","defaultValue","onValueChange","placeholder","disabled","min","max","format","className","inputClassName","contentClassName","size","yearRange","showYearSelector","invalid","children"]);let I=e!==void 0,[U,E]=R.useState(a),b=I?e:U,[v,N]=R.useState(false),[W,q]=R.useState(()=>{var C,H;return xt(mt((H=(C=b==null?void 0:b.start)!=null?C:b==null?void 0:b.end)!=null?H:new Date,h))}),Z=R.useRef(null),Pe=R.useRef(null),we=R.useRef(null),Ce=R.useId(),[te,Re]=R.useState(null),xe=R.useCallback(C=>{I||E(C),o==null||o(C);},[I,o]);R.useEffect(()=>{var C,H;v&&q(xt(mt((H=(C=b==null?void 0:b.start)!=null?C:b==null?void 0:b.end)!=null?H:new Date,h)));},[v,b,h]),R.useEffect(()=>{v||Re(null);},[v]),R.useEffect(()=>{if(!v)return;let C=document.body.style.overflow;return document.body.style.overflow="hidden",()=>{document.body.style.overflow=C;}},[v]),R.useEffect(()=>{if(!te)return;let C=()=>N(false);return window.addEventListener("scroll",C,{passive:true,capture:true}),()=>window.removeEventListener("scroll",C,{capture:true})},[te]),R.useEffect(()=>{if(!v)return;let C=z=>{let ee=Z.current,ye=we.current;ee&&z.target instanceof Node&&!ee.contains(z.target)&&!(ye!=null&&ye.contains(z.target))&&N(false);},H=z=>{z.key==="Escape"&&N(false);};return window.addEventListener("pointerdown",C,{capture:true}),window.addEventListener("keydown",H),()=>{window.removeEventListener("pointerdown",C,{capture:true}),window.removeEventListener("keydown",H);}},[v]);let ea=330,aa=()=>{var C,H,z;if(v)N(false);else {let ee=(z=(C=Pe.current)==null?void 0:C.getBoundingClientRect())!=null?z:(H=Z.current)==null?void 0:H.getBoundingClientRect();if(ee){let _e=window.innerHeight-ee.bottom<ea,ta=window.innerWidth,va=window.matchMedia("(max-width: 639px)").matches?Math.min(512,ta-16):Math.min(320,ta),Ia=8,ka=Ia,He=ta-va-Ia,ya=ee.left;ya<ka?ya=ka:ya>He&&(ya=He),Re(f(s({position:"fixed"},_e?{bottom:window.innerHeight-ee.top+8}:{top:ee.bottom+8}),{left:ya,width:va,maxWidth:360}));}N(true);}},ke=ca(new Date),se=W.getFullYear(),ce=W.getMonth(),g=new Date(se,ce,1),B=new Date(se,ce+1,0).getDate(),D=g.getDay(),w=Array.from({length:12},(C,H)=>({value:H,label:new Intl.DateTimeFormat("pt-BR",{month:"long"}).format(new Date(2e3,H,1))})),O=Array.from({length:h.end-h.start+1},(C,H)=>h.start+H),$=C=>{q(new Date(se,C,1));},J=C=>{q(new Date(C,ce,1));},oe=C=>{r||qa(C,d,i)||(!b||!b.start||b.end?xe({start:C,end:null}):(Lo(C,b.start)?xe({start:C,end:b.start}):xe({start:b.start,end:C}),N(false)));},P=b!=null&&b.start&&(b!=null&&b.end)?`${u(b.start)} - ${u(b.end)}`:b!=null&&b.start?u(b.start):"";return jsxRuntime.jsxs(Co.Provider,{value:R.useMemo(()=>({invalid:L}),[L]),children:[jsxRuntime.jsxs("div",{ref:Z,className:l("relative inline-flex w-full",c),children:[jsxRuntime.jsxs("button",f(s(f(s({ref:Pe,type:"button",disabled:r,"aria-haspopup":"dialog","aria-expanded":v,"aria-controls":v?Ce:void 0,"data-invalid":L||void 0,"data-slot":"date-picker-trigger","data-size":x,"data-state":v?"open":"closed"},!P&&{"data-placeholder":""}),{className:l(vo({size:x}),v&&"border-gray-stroke-emphasis ring-[3px] ring-state-focus",P&&!L&&"border-gray-stroke-emphasis ring-[3px] ring-state-focus",P&&L&&"border-feedback-error-stroke ring-[3px] ring-state-error",p),onClick:aa}),M),{children:[jsxRuntime.jsx("span",{className:"truncate",children:P||t}),jsxRuntime.jsx(icons.Calendar,{size:x==="md"?is:ns,strokeWidth:1.6,className:"shrink-0 !text-gray-foreground","aria-hidden":"true"})]})),v&&reactDom.createPortal(jsxRuntime.jsxs("div",{ref:we,id:Ce,role:"dialog","aria-label":"Calend\xE1rio","data-slot":"date-picker-content",style:te!=null?te:void 0,className:l("z-50 overflow-hidden rounded-md border border-gray-stroke-muted bg-surface-elevated p-3 shadow-md",m),children:[jsxRuntime.jsxs("div",{className:"mb-3 flex items-center justify-center gap-2",children:[jsxRuntime.jsx("button",{type:"button",className:"inline-flex size-8 items-center justify-center rounded-md hover:bg-secondary-background-soft-emphasis max-sm:size-10",onClick:()=>q(C=>gt(C,-1)),"aria-label":"M\xEAs anterior",children:jsxRuntime.jsx(icons.ChevronLeftMd,{size:18,strokeWidth:1.8})}),jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsxs("div",{className:"relative",children:[jsxRuntime.jsx("select",{value:ce,onChange:C=>$(Number(C.target.value)),className:"min-w-[7rem] appearance-none rounded-md border border-gray-stroke-muted bg-surface-card py-1 pl-2 pr-7 text-sm font-medium capitalize text-gray-foreground outline-none hover:border-gray-stroke-emphasis focus:border-gray-stroke-emphasis focus:ring-2 focus:ring-state-focus max-sm:min-w-[8rem] max-sm:py-2 max-sm:text-base","aria-label":"Selecionar m\xEAs",children:w.map(C=>jsxRuntime.jsx("option",{value:C.value,className:"capitalize",children:C.label},C.value))}),jsxRuntime.jsx(icons.ChevronDown,{size:14,strokeWidth:1.8,className:"pointer-events-none absolute right-2 top-1/2 -translate-y-1/2 text-gray-foreground","aria-hidden":true})]}),y?jsxRuntime.jsxs("div",{className:"relative",children:[jsxRuntime.jsx("select",{value:se,onChange:C=>J(Number(C.target.value)),className:"min-w-[5rem] appearance-none rounded-md border border-gray-stroke-muted bg-surface-card py-1 pl-2 pr-7 text-sm font-medium text-gray-foreground outline-none hover:border-gray-stroke-emphasis focus:border-gray-stroke-emphasis focus:ring-2 focus:ring-state-focus max-sm:min-w-[5.5rem] max-sm:py-2 max-sm:text-base","aria-label":"Selecionar ano",children:O.map(C=>jsxRuntime.jsx("option",{value:C,children:C},C))}),jsxRuntime.jsx(icons.ChevronDown,{size:14,strokeWidth:1.8,className:"pointer-events-none absolute right-2 top-1/2 -translate-y-1/2 text-gray-foreground","aria-hidden":true})]}):jsxRuntime.jsx("div",{className:"text-sm font-semibold text-gray-foreground",children:se})]}),jsxRuntime.jsx("button",{type:"button",className:"inline-flex size-8 items-center justify-center rounded-md hover:bg-secondary-background-soft-emphasis max-sm:size-10",onClick:()=>q(C=>gt(C,1)),"aria-label":"Pr\xF3ximo m\xEAs",children:jsxRuntime.jsx(icons.ChevronRightMd,{size:18,strokeWidth:1.8})})]}),jsxRuntime.jsxs("div",{className:"grid grid-cols-7 gap-1 text-center text-xs font-medium text-gray-foreground-muted max-sm:text-sm",children:[jsxRuntime.jsx("div",{children:"Dom"}),jsxRuntime.jsx("div",{children:"Seg"}),jsxRuntime.jsx("div",{children:"Ter"}),jsxRuntime.jsx("div",{children:"Qua"}),jsxRuntime.jsx("div",{children:"Qui"}),jsxRuntime.jsx("div",{children:"Sex"}),jsxRuntime.jsx("div",{children:"S\xE1b"})]}),jsxRuntime.jsxs("div",{className:"mt-2 grid grid-cols-7 gap-1",children:[Array.from({length:D}).map((C,H)=>jsxRuntime.jsx("div",{},`empty-${H}`)),Array.from({length:B}).map((C,H)=>{let z=new Date(se,ce,H+1),ee=(b==null?void 0:b.start)&&Oa(z,b.start),ye=(b==null?void 0:b.end)&&Oa(z,b.end),_e=(b==null?void 0:b.start)&&(b==null?void 0:b.end)&&ls(z,b.start)&&Lo(z,b.end),ta=Oa(z,ke),Ca=r||qa(z,d,i);return jsxRuntime.jsx("button",{type:"button",disabled:Ca,onClick:()=>oe(z),className:l("inline-flex h-9 w-full items-center justify-center rounded-md text-sm font-medium outline-none transition-colors hover:bg-secondary-background-soft-emphasis disabled:pointer-events-none disabled:opacity-50",ta&&"ring-1 ring-gray-stroke-emphasis",_e&&"bg-primary-background-soft",(ee||ye)&&"bg-primary-background-fill text-primary-foreground-onfill hover:bg-primary-background-fill-emphasis"),"aria-pressed":ee||ye||void 0,children:H+1},z.toISOString())})]}),jsxRuntime.jsxs("div",{className:"mt-3 flex items-center justify-between gap-2",children:[jsxRuntime.jsx("button",{type:"button",className:"rounded-md px-2 py-1 text-xs font-medium text-gray-foreground hover:bg-secondary-background-soft-emphasis",onClick:()=>{xe({start:ke,end:ke}),N(false);},disabled:r||qa(ke,d,i),children:"Hoje"}),jsxRuntime.jsx("button",{type:"button",className:"rounded-md px-2 py-1 text-xs font-medium text-gray-foreground hover:bg-secondary-background-soft-emphasis",onClick:()=>xe(null),disabled:r||!b,children:"Limpar"})]})]}),document.body)]}),A]})}var su=24,lu=20,du=1.6,fs=10,cs=8;function nu(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({className:l("group relative flex flex-col gap-2",e),"data-slot":"input-wrapper"},a))}function iu(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({className:l("relative",e),"data-slot":"input-field"},a))}function uu(t){var r=t,{className:e,children:a}=r,o=n(r,["className","children"]);return jsxRuntime.jsx("label",f(s({className:l("pointer-events-none absolute start-3 top-0 z-10 origin-left -translate-y-1/2 bg-surface-card px-1 text-xs font-medium text-gray-foreground transition-all duration-200 ease-out","group-has-[[data-slot=input][disabled]]:bg-transparent","group-has-[[data-slot=input]:placeholder-shown:not(:focus)]:start-4 group-has-[[data-slot=input]:placeholder-shown:not(:focus)]:top-6 group-has-[[data-slot=input]:placeholder-shown:not(:focus)]:bg-transparent group-has-[[data-slot=input]:placeholder-shown:not(:focus)]:px-0 group-has-[[data-slot=input]:placeholder-shown:not(:focus)]:text-md group-has-[[data-slot=input]:placeholder-shown:not(:focus)]:font-normal","group-has-[[data-slot=input][data-empty]:not(:focus)]:start-4 group-has-[[data-slot=input][data-empty]:not(:focus)]:top-6 group-has-[[data-slot=input][data-empty]:not(:focus)]:bg-transparent group-has-[[data-slot=input][data-empty]:not(:focus)]:px-0 group-has-[[data-slot=input][data-empty]:not(:focus)]:text-md group-has-[[data-slot=input][data-empty]:not(:focus)]:font-normal","group-has-[[data-slot=input][data-size=md]]:group-has-[[data-slot=input]:placeholder-shown:not(:focus)]:top-5 group-has-[[data-slot=input][data-size=md]]:group-has-[[data-slot=input]:placeholder-shown:not(:focus)]:!text-sm","group-has-[[data-slot=input][data-size=md]]:group-has-[[data-slot=input][data-empty]:not(:focus)]:top-5 group-has-[[data-slot=input][data-empty]:not(:focus)]:!text-sm","group-has-[[data-slot=input][aria-invalid=true]]:text-feedback-error-foreground","group-has-[[data-slot=input-start-icon]]:group-has-[[data-slot=input]:placeholder-shown:not(:focus)]:start-12","group-has-[[data-slot=input-start-icon]]:group-has-[[data-slot=input][data-empty]:not(:focus)]:start-12",e),"data-slot":"input-label"},o),{children:a}))}function fu(t){var r=t,{className:e,invalid:a=false}=r,o=n(r,["className","invalid"]);return jsxRuntime.jsx("span",s({className:l("-mt-1 text-xs",a?"text-feedback-error-foreground":"text-gray-foreground",e),"data-slot":"input-text"},o))}function Io(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({className:l("group/adornment relative flex w-full",e),"data-slot":"input-adornment"},a))}function Ct(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("span",s({className:l("pointer-events-none absolute start-4 top-1/2 z-10 flex -translate-y-1/2 items-center pr-3 text-gray-foreground",e),"data-slot":"input-start-icon"},a))}function ko(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("span",s({className:l("absolute end-4 top-1/2 z-10 flex -translate-y-1/2 items-center text-gray-foreground",e),"data-slot":"input-end-icon"},a))}var bt=classVarianceAuthority.cva(["shadow-xs w-full min-w-0 rounded-md border-2 border-gray-stroke-muted bg-surface-card px-4 py-3 text-gray-foreground outline-none transition-[color,box-shadow] selection:bg-secondary-background-soft-emphasis selection:text-gray-foreground placeholder:text-gray-foreground-emphasis hover:border-gray-stroke-emphasis hover:ring-[3px] hover:ring-state-focus disabled:cursor-default disabled:bg-gray-background-soft-muted disabled:placeholder:text-gray-foreground-muted disabled:hover:border-gray-stroke-muted disabled:hover:ring-0","focus-visible:border-gray-stroke-emphasis focus-visible:ring-[3px] focus-visible:ring-state-focus","aria-[invalid]:border-feedback-error-stroke aria-[invalid]:hover:ring-state-error aria-[invalid]:focus-visible:ring-state-error","aria-[invalid]:[&:not(:placeholder-shown):not(:disabled)]:border-feedback-error-stroke aria-[invalid]:[&:not(:placeholder-shown):not(:disabled)]:ring-[3px] aria-[invalid]:[&:not(:placeholder-shown):not(:disabled)]:ring-state-error","group-has-[[data-slot=input-label]]:py-3 group-has-[[data-slot=input-label]]:placeholder:text-transparent","[&:not(:placeholder-shown):not(:disabled)]:border-gray-stroke-emphasis [&:not(:placeholder-shown):not(:disabled)]:ring-[3px] [&:not(:placeholder-shown):not(:disabled)]:ring-state-focus","group-has-[[data-slot=input-end-icon]]/adornment:pr-10"],{variants:{size:{lg:["h-12 max-h-12 text-md","group-has-[[data-slot=input-label]]:h-14","group-has-[[data-slot=input-start-icon]]/adornment:pl-[48px]"],md:["h-10 max-h-10 text-sm","group-has-[[data-slot=input-label]]:h-11","group-has-[[data-slot=input-start-icon]]/adornment:pl-[44px]"]}},defaultVariants:{size:"lg"}}),cu={email:jsxRuntime.jsx(icons.Mail,{})},pu={};function pa(e,a="lg"){return R.cloneElement(e,{size:a==="md"?lu:su,strokeWidth:du})}function ms(d){var i=d,{className:e,invalid:a=false,size:o="lg",disabled:t}=i,r=n(i,["className","invalid","size","disabled"]);let[u,c]=R.useState(false);return jsxRuntime.jsxs(Io,{children:[jsxRuntime.jsx(Ct,{children:pa(jsxRuntime.jsx(icons.Lock,{}),o)}),jsxRuntime.jsx("input",s({type:u?"text":"password","data-slot":"input","data-size":o,disabled:t,className:l(bt({size:o,className:e})),"aria-invalid":a||r["aria-invalid"]?true:void 0},r)),jsxRuntime.jsx(ko,{children:jsxRuntime.jsx("button",{type:"button",tabIndex:-1,disabled:t,onClick:()=>c(p=>!p),className:l("text-gray-foreground transition-colors hover:text-gray-foreground-emphasis disabled:cursor-default disabled:opacity-50"),"data-invalid":a,"aria-label":u?"Hide password":"Show password",children:pa(u?jsxRuntime.jsx(icons.Hide,{}):jsxRuntime.jsx(icons.Show,{}),o)})})]})}function gs(m){var x=m,{className:e,invalid:a=false,size:o="lg",iconLeft:t,min:r,value:d,defaultValue:i,onChange:u,disabled:c}=x,p=n(x,["className","invalid","size","iconLeft","min","value","defaultValue","onChange","disabled"]);let h=d!==void 0,[y,L]=R.useState(()=>i!=null?i:""),A=R.useRef(null),M=h?d===""?"":String(d):y,V=M===""?NaN:Number(M),k=r!==void 0&&Number(r)<0,I=R.useCallback(N=>{let W=r!==void 0&&Number(r)<0,q=N.replace(/[^\d.-]/g,"");W?q=(q.startsWith("-")?"-":"")+q.replace(/-/g,""):q=q.replace(/-/g,"");let Z=q.indexOf(".");return Z===-1?q:q.slice(0,Z+1)+q.slice(Z+1).replace(/\./g,"")},[r]),U=R.useCallback(N=>{let W=I(N.target.value);if(W===N.target.value)h?u==null||u(N):(L(W),u==null||u(f(s({},N),{target:f(s({},N.target),{value:W})})));else {let q=f(s({},N),{target:f(s({},N.target),{value:W})});h||L(W),u==null||u(q);}},[h,u,I]),E=r!==void 0?Number(r):void 0,b=R.useCallback(N=>{let q=(Number.isNaN(V)?E!=null?E:0:V)+N;return E!==void 0&&q<E?E:q},[V,E]),v=R.useCallback(N=>{let W=b(N),q=String(W),Z=A.current,we={type:"change",target:Z?{value:q,name:Z.name,id:Z.id,form:Z.form,type:Z.type}:{value:q},currentTarget:Z,bubbles:true,cancelable:false,nativeEvent:{}};h||L(q),u==null||u(we);},[b,h,u]);return jsxRuntime.jsxs(Io,{children:[t!=null&&jsxRuntime.jsx(Ct,{children:pa(t,o)}),jsxRuntime.jsx("input",s({ref:A,type:"text",inputMode:"decimal",pattern:k?"-?[0-9]*":"[0-9]*","data-slot":"input","data-size":o,"data-empty":M===""?"":void 0,min:r,value:M,onChange:U,disabled:c,className:l(bt({size:o}),"pr-12","[appearance:textfield] [&::-webkit-inner-spin-button]:appearance-none [&::-webkit-outer-spin-button]:appearance-none",e),"aria-invalid":a||p["aria-invalid"]?true:void 0},p)),jsxRuntime.jsxs("div",{className:"absolute end-0 top-0 flex h-full flex-col items-center justify-center gap-0.5 px-4",children:[jsxRuntime.jsx("button",{type:"button",tabIndex:-1,disabled:c,onClick:()=>v(1),className:"flex items-center justify-center rounded-full !p-0.5 px-2 text-gray-foreground transition-colors disabled:cursor-default disabled:opacity-50 disabled:hover:bg-transparent","aria-label":"Increase value",children:jsxRuntime.jsx(icons.ChevronDown,{className:"rotate-180",size:o==="md"?cs:fs,strokeWidth:3})}),jsxRuntime.jsx("button",{type:"button",tabIndex:-1,disabled:c,onClick:()=>v(-1),className:"flex items-center justify-center rounded-full !p-0.5 px-2 text-gray-foreground transition-colors disabled:cursor-default disabled:opacity-50 disabled:hover:bg-transparent","aria-label":"Decrease value",children:jsxRuntime.jsx(icons.ChevronDown,{size:o==="md"?cs:fs,strokeWidth:3})})]})]})}function yo(u){var c=u,{className:e,type:a="text",size:o="lg",invalid:t=false,iconLeft:r,iconRight:d}=c,i=n(c,["className","type","size","invalid","iconLeft","iconRight"]);if(a==="numeric")return jsxRuntime.jsx(gs,s({className:e,size:o,invalid:t,iconLeft:r},i));if(a==="password")return jsxRuntime.jsx(ms,s({className:e,size:o,invalid:t},i));let p=r!=null?r:cu[a],m=(a==="text"||a==="email")&&t,x=m?jsxRuntime.jsx(icons.TriangleWarning,{}):d!=null?d:pu[a];return p!=null||x!=null?jsxRuntime.jsxs("div",{className:"group/adornment relative flex w-full","data-slot":"input-adornment",children:[p!=null&&jsxRuntime.jsx(Ct,{children:pa(p,o)}),jsxRuntime.jsx("input",s({type:"text","data-slot":"input","data-size":o,className:l(bt({size:o,className:e})),"aria-invalid":t||i["aria-invalid"]?true:void 0},i)),x!=null&&jsxRuntime.jsx(ko,{className:m?"text-feedback-error-foreground":void 0,children:pa(x,o)})]}):jsxRuntime.jsx("input",s({type:"text","data-slot":"input","data-size":o,className:l(bt({size:o,className:e})),"aria-invalid":t||i["aria-invalid"]?true:void 0},i))}var xs=classVarianceAuthority.cva("inline-flex select-none items-center gap-3 text-sm font-medium leading-none disabled:cursor-default disabled:text-gray-foreground-muted peer-disabled:cursor-default peer-disabled:text-gray-foreground-muted group-data-[disabled]:pointer-events-none group-data-[disabled]:text-gray-foreground-muted whitespace-nowrap transition-all shrink-0 [&_svg]:shrink-0 hover:cursor-pointer focus:outline-0",{variants:{variant:{regular:"text-gray-foreground hover:text-gray-foreground-emphasis"},size:{sm:"text-xs",md:"text-sm",lg:"text-md"}},defaultVariants:{variant:"regular",size:"md"}});function xu(d){var i=d,{className:e,variant:a,size:o,block:t}=i,r=n(i,["className","variant","size","block"]);return jsxRuntime.jsx(radixUi.Label.Root,s({"data-slot":"label",className:l(xs({size:o,variant:a}),e,t&&"flex flex-col items-start justify-center gap-4 whitespace-normal rounded-lg border border-gray-stroke-muted p-4 font-normal")},r))}function bu({width:e=171,height:a=36,className:o,svgClassName:t}){return jsxRuntime.jsxs("svg",{className:l("dark:brightness-0 dark:invert",o),xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 171 36",width:e,height:a,children:[jsxRuntime.jsx("path",{fill:"#01CFB5",d:"M170.246 8.366 158.874 34.77c-.317.744-1.131 1.23-2.038 1.23h-3.47c-1.552 0-2.606-1.377-2.011-2.628l2.875-6.066-8.476-18.918c-.563-1.246.492-2.59 2.027-2.59h3.541c.929 0 1.755.513 2.061 1.278l4.688 11.864h.093l4.464-11.836c.295-.782 1.126-1.306 2.066-1.306h3.514c1.524 0 2.573 1.322 2.038 2.568Zm-24.869 8.623v10.42a.823.823 0 0 1-.82.826h-3.956a.818.818 0 0 1-.82-.825v-.667a11.207 11.207 0 0 1-5.699 1.541c-6.235 0-11.295-5.054-11.295-11.295 0-6.24 5.06-11.295 11.295-11.295 2.076 0 4.027.557 5.694 1.541v-.006a11.295 11.295 0 0 1 5.601 9.76Zm-5.984.005c0-2.94-2.377-5.327-5.306-5.327-2.929 0-5.306 2.388-5.306 5.327 0 2.94 2.377 5.323 5.306 5.323 2.929 0 5.306-2.383 5.306-5.323Zm5.793.4c.005-.099.005-.192.005-.29 0-.098-.005-.191-.005-.284v.573Zm-26.17-11.722h-4.355a.977.977 0 0 0-.978.978v11.902a3.416 3.416 0 0 1-6.831 0V6.65a.977.977 0 0 0-.978-.978h-4.355a.977.977 0 0 0-.978.978v11.902a3.417 3.417 0 0 1-5.83 2.415c-.618-.617-1-1.47-1-2.415V6.65a.977.977 0 0 0-.979-.978h-4.355a.977.977 0 0 0-.978.978v13.088h-.006c0 .781.115 1.535.334 2.256 1.098 3.623 4.765 6.29 9.13 6.29 2.739 0 5.209-1.054 6.935-2.732 1.689 1.83 4.197 2.994 7 2.994 4.53 0 8.295-3.043 9.06-7.043.093-.487.143-.99.143-1.497V6.65a.978.978 0 0 0-.979-.978Z"}),jsxRuntime.jsx("path",{fill:"#00205B",className:t,d:"M65.557 7.694c-.639.399-1.235.863-1.781 1.388.54-.536 1.137-1 1.781-1.388ZM82.727.831v26.617a.82.82 0 0 1-.82.825h-3.956a.77.77 0 0 1-.415-.12.81.81 0 0 1-.405-.71v-.755a11.018 11.018 0 0 1-5.689 1.574c-5.47 0-10.01-3.967-10.923-9.191-.016-.098-.038-.197-.054-.3-.011-.088-.028-.18-.039-.268 0-.028-.005-.055-.01-.088-.006-.06-.012-.12-.023-.18-.005-.076-.01-.159-.021-.24v-.028c-.006-.093-.017-.18-.017-.273a9.516 9.516 0 0 1 0-1.11l.017-.273v-.027l.032-.311c0-.033.006-.066.006-.099a.665.665 0 0 0 .01-.104c.012-.087.023-.18.039-.267.016-.11.033-.213.055-.323a11.09 11.09 0 0 1 3.17-6.005 11.548 11.548 0 0 1 1.88-1.48 9.127 9.127 0 0 1 1.31-.646c1.039-.42 2.186-.65 3.405-.683-.071 0-.142.011-.213.011a9.587 9.587 0 0 0-3.203.672c-.453.18-.896.4-1.311.65.393-.245.809-.459 1.23-.655-.006 0-.011.005-.017.005l.033-.016c-.011.005-.022.005-.038.01a8.79 8.79 0 0 1 .519-.229c-.039.017-.071.033-.104.05.038-.017.07-.033.11-.05.087-.033.174-.065.267-.098.087-.038.175-.066.268-.099.033-.016.065-.021.098-.032.055-.017.104-.039.158-.055.11-.033.214-.066.323-.098a9.584 9.584 0 0 1 .607-.153c.092-.022.196-.044.295-.066.098-.016.196-.033.295-.055l.295-.049h.005a2.82 2.82 0 0 0 .197-.027c.07-.005.131-.022.202-.022.087-.01.18-.016.268-.022.082-.01.164-.01.246-.016.07 0 .142-.011.213-.011.136-.006.273-.006.415-.006.093 0 .191.006.284.006h.12c.083 0 .159.005.236.01.098.006.196.012.295.023.087.005.174.01.256.022.05.005.099.01.142.016.088.01.175.022.257.038l.312.05c1.06.185 2.07.519 3.005.983v.115c-.038-.022-.076-.038-.12-.06.038.022.077.038.12.065v-.12c.268.131.525.273.77.426V.825a.827.827 0 0 1 .82-.825h3.957a.838.838 0 0 1 .836.83Zm-5.694 16.213a5.32 5.32 0 0 0-5.312-5.323c-2.929 0-5.306 2.388-5.306 5.323 0 2.94 2.377 5.322 5.306 5.322a5.316 5.316 0 0 0 5.312-5.322Zm-19.59.431c0 .41-.017.765-.066 1.132a.597.597 0 0 1-.596.524H42.284a.598.598 0 0 0-.574.77c.623 1.94 2.46 3.192 4.749 3.192 1.607 0 2.678-.574 3.656-1.749a.614.614 0 0 1 .47-.213h5.191c.448 0 .738.47.53.869-2.093 4.033-5.705 6.372-9.847 6.372-6.06 0-11.137-5.055-11.137-11.088 0-6.033 4.847-11.235 11.022-11.235h.006c6.284 0 11.093 4.94 11.093 11.426Zm-6.563-3.393c-.738-1.683-2.437-2.754-4.541-2.754-1.973 0-3.721 1.027-4.47 2.754a.594.594 0 0 0 .552.825h7.907a.593.593 0 0 0 .552-.825ZM23.13 5.803c-2.738 0-5.207 1.055-6.934 2.733-1.689-1.831-4.197-2.995-7-2.995-4.53 0-8.295 3.044-9.06 7.044-.088.486-.137.989-.137 1.497v13.35c0 .54.437.978.978.978h4.355a.977.977 0 0 0 .978-.978V15.618c0-1.65 1.328-3.263 2.962-3.476a3.398 3.398 0 0 1 2.87.973c.617.617 1 1.47 1 2.415v11.902c0 .54.436.978.977.978h4.355a.977.977 0 0 0 .979-.978V15.618c0-1.65 1.327-3.263 2.961-3.476a3.398 3.398 0 0 1 2.87.973c.617.617 1 1.47 1 2.415v11.902c0 .54.436.978.977.978h4.355a.977.977 0 0 0 .979-.978V14.344a7.75 7.75 0 0 0-.334-2.257c-1.098-3.623-4.77-6.284-9.13-6.284Z"})]})}function Lu({width:e=60,height:a=67,className:o,svgClassName:t}){return jsxRuntime.jsx("svg",{className:l("dark:brightness-0 dark:invert",o),width:e,height:a,viewBox:"0 0 60 67",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:jsxRuntime.jsx("path",{fill:"#00205B",className:t,d:"M42.33 10.8959C37.32 10.8959 32.8 12.8259 29.64 15.8959C26.55 12.5459 21.96 10.4159 16.83 10.4159C8.54 10.4159 1.65 15.9859 0.25 23.3059C0.09 24.1959 0 25.1159 0 26.0459V50.4759C0 51.4659 0.8 52.2659 1.79 52.2659H9.76C10.75 52.2659 11.55 51.4659 11.55 50.4759V28.8559C11.55 25.8359 13.98 22.8859 16.97 22.4959C19.03 22.2259 20.91 22.9659 22.22 24.2759C23.35 25.4059 24.05 26.9659 24.05 28.6959V50.4759C24.05 51.4659 24.85 52.2659 25.84 52.2659H33.81C34.8 52.2659 35.6 51.4659 35.6 50.4759V28.8559C35.6 25.8359 38.03 22.8859 41.02 22.4959C43.08 22.2259 44.96 22.9659 46.27 24.2759C47.4 25.4059 48.1 26.9659 48.1 28.6959V50.4759C48.1 51.4659 48.9 52.2659 49.89 52.2659H57.86C58.85 52.2659 59.65 51.4659 59.65 50.4759V26.5259C59.65 25.0959 59.44 23.7159 59.04 22.3959C57.03 15.7659 50.31 10.8959 42.33 10.8959Z"})})}var ma={tablet:"600px",mobile:"320px"};function bs(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("nav",s({role:"navigation","aria-label":"pagination",className:l("flex w-full items-center justify-between",e)},a))}function Ls(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("ul",s({className:l("flex flex-row items-center gap-2",e)},a))}function So(r){var d=r,{count:e,label:a="itens",className:o}=d,t=n(d,["count","label","className"]);return jsxRuntime.jsx("p",f(s({className:l("text-xs font-medium text-gray-foreground-muted",o)},t),{children:a==="itens"?jsxRuntime.jsxs(jsxRuntime.Fragment,{children:["Mostrando"," ",jsxRuntime.jsx("span",{className:"font-semibold text-gray-foreground",children:e})," ",a]}):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("span",{className:"font-semibold text-gray-foreground",children:e})," ",a]})}))}function It(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("li",s({className:l("",e)},a))}function Cs(p){var m=p,{className:e,isActive:a,iconLeft:o,iconRight:t,size:r="md",variant:d="regular",activeVariant:i,inactiveVariant:u}=m,c=n(m,["className","isActive","iconLeft","iconRight","size","variant","activeVariant","inactiveVariant"]);return jsxRuntime.jsx(Y,f(s({"aria-current":a?"page":void 0,variant:a&&i?i:!a&&u?u:a?d:`${d}-soft`,className:l("",e),size:r,iconLeft:o,iconRight:t},c),{children:c.children}))}function vs(r){var d=r,{className:e,size:a="md",variant:o="regular-basic"}=d,t=n(d,["className","size","variant"]);return jsxRuntime.jsx(Y,f(s({"aria-label":"Go to previous page",className:l("",e),iconLeft:jsxRuntime.jsx(icons.ChevronLeftDuo,{}),variant:o,size:a},t),{children:t.children||"Anterior"}))}function Is(r){var d=r,{className:e,size:a="md",variant:o="regular-basic"}=d,t=n(d,["className","size","variant"]);return jsxRuntime.jsx(Y,f(s({"aria-label":"Go to next page",className:l("",e),variant:o,iconRight:jsxRuntime.jsx(icons.ChevronRightDuo,{}),size:a},t),{children:t.children||"Pr\xF3ximo"}))}function ks(t){var r=t,{className:e,size:a="md"}=r,o=n(r,["className","size"]);return jsxRuntime.jsx("span",f(s({"aria-hidden":true,className:l("flex items-center justify-center",{sm:"h-8 w-8",md:"h-9 w-9",lg:"h-10 w-10"}[a],e)},o),{children:jsxRuntime.jsx(icons.MoreHorizontal,{className:"h-4 w-4"})}))}function ys(e,a,o=2){let t=[];if(a<=o+2)for(let r=1;r<=a;r++)t.push(r);else {let r=Math.floor(o/2);if(e<=r+1){for(let d=1;d<=o+1;d++)t.push(d);o+1<a&&t.push(-1,a);}else if(e>=a-r){t.push(1),a-o>1&&t.push(-1);for(let d=a-o;d<=a;d++)t.push(d);}else {t.push(1,-1);for(let d=e-r;d<=e+r;d++)t.push(d);t.push(-1,a);}}return t}function Pu({currentPage:e,totalPages:a,maxVisibleItems:o,onPageChange:t,itemsPerPage:r,totalItems:d,className:i,responsive:u=true,size:c="md"}){let[p,m]=R.useState(()=>typeof window=="undefined"?false:window.innerWidth<=parseInt(ma.tablet));R.useEffect(()=>{if(typeof window=="undefined"||!u)return;let L=parseInt(ma.tablet),A=()=>{m(window.innerWidth<=L);};return window.addEventListener("resize",A),A(),()=>window.removeEventListener("resize",A)},[u]);let x=typeof o=="number"?o:u&&p?0:2,h=u&&p,y=()=>ys(e,a,x);return jsxRuntime.jsxs(bs,{className:l("",i),children:[r!==void 0&&!h?jsxRuntime.jsx(So,{count:r,label:"itens"}):jsxRuntime.jsx("div",{}),jsxRuntime.jsxs(Ls,{children:[jsxRuntime.jsx(It,{children:jsxRuntime.jsx(vs,{onClick:()=>t(Math.max(1,e-1)),disabled:e===1,size:c})}),y().map((L,A)=>jsxRuntime.jsx(It,{children:L===-1?jsxRuntime.jsx(ks,{size:c}):jsxRuntime.jsx(Cs,{onClick:()=>t(L),isActive:L===e,size:c,children:L})},A)),jsxRuntime.jsx(It,{children:jsxRuntime.jsx(Is,{onClick:()=>t(Math.min(a,e+1)),disabled:e===a,size:c})})]}),d!==void 0&&!h?jsxRuntime.jsx(So,{count:d,label:"total"}):jsxRuntime.jsx("div",{})]})}var Au={sm:"size-2 group-data-[disabled]:group-data-[state=checked]:size-1.5",md:"size-2.5 group-data-[disabled]:group-data-[state=checked]:size-1.5",lg:"size-3.5 group-data-[disabled]:group-data-[state=checked]:size-2"},Ss=classVarianceAuthority.cva("inline-flex items-center justify-center place-items-center gap-2 rounded-pill whitespace-nowrap transition-all disabled:pointer-events-none shrink-0 [&_svg]:shrink-0 hover:cursor-pointer focus:outline-0 [grid-template-areas:'stack']",{variants:{variant:{regular:"bg-surface-card border-2 border-gray-stroke-muted enabled:hover:ring-4 data-[state=unchecked]:enabled:hover:ring-state-hover data-[state=unchecked]:enabled:hover:border-gray-stroke disabled:bg-gray-background-soft-muted data-[state=checked]:bg-primary-background-fill data-[state=checked]:border-primary-background-fill data-[state=checked]:enabled:hover:bg-primary-background-fill-emphasis data-[state=checked]:enabled:hover:border-primary-background-fill-emphasis data-[state=checked]:enabled:hover:ring-state-active disabled:data-[state=checked]:bg-gray-background-soft-muted disabled:data-[state=checked]:border-gray-stroke-muted data-[state=unchecked]:enabled:hover:border-gray-stroke data-[state=checked]:enabled:hover:bg-primary-background-fill-emphasis [&:disabled_svg]:fill-gray-background-fill-muted"},size:{sm:"size-4",md:"size-5",lg:"size-6"}},defaultVariants:{variant:"regular",size:"md"}});function Du(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(radixUi.RadioGroup.Root,s({"data-slot":"radio-group",className:l("grid gap-3",e)},a))}function Ru(r){var d=r,{className:e,size:a,variant:o}=d,t=n(d,["className","size","variant"]);return jsxRuntime.jsx(radixUi.RadioGroup.Item,f(s({"data-slot":"radio-group-item",className:l("shadow-xs group peer aspect-square size-4 shrink-0 rounded-full outline-none transition-[color,box-shadow] disabled:cursor-not-allowed",Ss({size:a,variant:o}),e)},t),{children:jsxRuntime.jsx(radixUi.RadioGroup.Indicator,{"data-slot":"radio-group-indicator",className:"relative flex items-center justify-center",children:jsxRuntime.jsx(icons.Circle,{className:l("absolute left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2 fill-surface-card",Au[a||"md"])})})}))}function xa(o){var t=o,{delayDuration:e=0}=t,a=n(t,["delayDuration"]);return jsxRuntime.jsx(radixUi.Tooltip.Provider,s({"data-slot":"tooltip-provider",delayDuration:e},a))}function je(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.Tooltip.Root,s({"data-slot":"tooltip"},e))}function Qe(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.Tooltip.Trigger,s({"data-slot":"tooltip-trigger"},e))}function $e(r){var d=r,{className:e,sideOffset:a=0,children:o}=d,t=n(d,["className","sideOffset","children"]);return jsxRuntime.jsx(radixUi.Tooltip.Portal,{children:jsxRuntime.jsxs(radixUi.Tooltip.Content,f(s({"data-slot":"tooltip-content",sideOffset:a,className:l("origin-(--radix-tooltip-content-transform-origin) z-50 w-fit text-balance rounded-md bg-surface-elevated px-3 py-2 text-sm font-medium text-gray-foreground-emphasis animate-in fade-in-0 zoom-in-95 [filter:drop-shadow(0_0_1px_var(--color-drop-shadow-layer-a))_drop-shadow(0_2px_2px_var(--color-drop-shadow-layer-b))] data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",e)},t),{children:[o,jsxRuntime.jsx(radixUi.Tooltip.Arrow,{className:"z-50 size-3 translate-y-[calc(-50%_-_2px)] rotate-45 rounded-[2px] bg-surface-elevated fill-surface-elevated"})]}))})}function qu(t){var r=t,{children:e,className:a}=r,o=n(r,["children","className"]);return jsxRuntime.jsx("div",{className:"w-full overflow-x-auto rounded-lg border border-gray-stroke-muted",children:jsxRuntime.jsx("table",f(s({className:l("w-full border-collapse text-left",a)},o),{children:e}))})}function Vu(t){var r=t,{children:e,className:a}=r,o=n(r,["children","className"]);return jsxRuntime.jsx("thead",f(s({className:l("h-11 border-b border-gray-stroke-muted bg-surface-card",a)},o),{children:jsxRuntime.jsx("tr",{children:e})}))}function zu(d){var i=d,{children:e,className:a,tooltip:o,highlight:t}=i,r=n(i,["children","className","tooltip","highlight"]);return jsxRuntime.jsx("th",f(s({className:l("text-ellipsis whitespace-nowrap px-5 text-sm font-semibold text-gray-foreground first:pr-0",a)},r),{children:jsxRuntime.jsxs("div",{className:"flex items-center gap-1.5",children:[jsxRuntime.jsx("span",{className:l(t&&"flex size-7 shrink-0 items-center justify-center rounded-full bg-primary-foreground-onfill"),children:e}),o&&jsxRuntime.jsx(xa,{children:jsxRuntime.jsxs(je,{children:[jsxRuntime.jsx(Qe,{asChild:true,children:jsxRuntime.jsx(icons.Info,{className:"size-4"})}),jsxRuntime.jsx($e,{children:o})]})})]})}))}function _u(t){var r=t,{children:e,className:a}=r,o=n(r,["children","className"]);return jsxRuntime.jsx("tbody",f(s({className:l("bg-surface-card",a)},o),{children:e}))}function Uu(t){var r=t,{children:e,className:a}=r,o=n(r,["children","className"]);return jsxRuntime.jsx("tr",f(s({className:l("w-full border-t border-solid border-gray-stroke-muted first:border-t-0",a)},o),{children:e}))}function Gu(t){var r=t,{children:e,className:a}=r,o=n(r,["children","className"]);return jsxRuntime.jsx("td",{className:"py-4 pl-5 align-middle",children:jsxRuntime.jsx("div",f(s({className:l("flex size-7 shrink-0 items-center justify-center overflow-hidden whitespace-nowrap rounded-full bg-primary-foreground text-sm font-semibold text-primary-foreground-onfill",a)},o),{children:e}))})}function Wu(t){var r=t,{children:e,className:a}=r,o=n(r,["children","className"]);return jsxRuntime.jsx("td",f(s({className:"px-5 py-4 align-middle"},o),{children:jsxRuntime.jsx("div",{className:l("flex items-center gap-5",a),children:jsxRuntime.jsx("div",{className:"flex shrink-0 items-center gap-5 pr-8",children:e})})}))}function Xu(t){var r=t,{children:e,className:a}=r,o=n(r,["children","className"]);return jsxRuntime.jsx("div",f(s({className:l("flex shrink-0 flex-col items-start whitespace-nowrap text-gray-foreground",a)},o),{children:e}))}function Ku(t){var r=t,{children:e,className:a}=r,o=n(r,["children","className"]);return jsxRuntime.jsx("span",f(s({className:l("shrink-0 overflow-hidden text-ellipsis font-sans text-xxs font-medium leading-xxs",a)},o),{children:e}))}function Zu(t){var r=t,{children:e,className:a}=r,o=n(r,["children","className"]);return jsxRuntime.jsx("span",f(s({className:l("shrink-0 overflow-hidden text-ellipsis font-sans text-sm font-semibold leading-5",a)},o),{children:e}))}function ju(t){var r=t,{children:e,className:a}=r,o=n(r,["children","className"]);return jsxRuntime.jsx(ne,f(s({className:l("bg-gradient-to-r from-cm-24 to-secondary-24 text-primary-foreground",a)},o),{icon:jsxRuntime.jsx(icons.CheckboxFill,{className:"text-primary-foreground"}),children:e}))}function Qu(t){var r=t,{children:e,className:a}=r,o=n(r,["children","className"]);return jsxRuntime.jsx("td",f(s({className:"px-5 py-4 align-middle"},o),{children:jsxRuntime.jsx("div",{className:l("flex flex-col items-start gap-2",a),children:e})}))}function $u(t){var r=t,{children:e,className:a}=r,o=n(r,["children","className"]);return jsxRuntime.jsx("p",f(s({className:l("relative shrink-0 overflow-hidden text-ellipsis whitespace-nowrap text-[10px] font-medium leading-[12px] text-gray-foreground",a)},o),{children:e}))}function Ju(t){var r=t,{children:e,className:a}=r,o=n(r,["children","className"]);return jsxRuntime.jsx("div",f(s({className:l("avatar-group flex shrink-0 items-center gap-2",a)},o),{children:e}))}function Yu(i){var u=i,{src:e,alt:a,fallback:o="?",className:t,tooltip:r}=u,d=n(u,["src","alt","fallback","className","tooltip"]);let c=jsxRuntime.jsxs($t,f(s({size:"sm",className:l("ring-2 ring-background",t)},d),{children:[jsxRuntime.jsx(Jt,{src:e,alt:a}),jsxRuntime.jsx(Yt,{children:o})]}));return r?jsxRuntime.jsx(xa,{children:jsxRuntime.jsxs(je,{children:[jsxRuntime.jsx(Qe,{asChild:true,children:c}),jsxRuntime.jsx($e,{children:r})]})}):c}function ef(r){var d=r,{children:e,className:a,icon:o}=d,t=n(d,["children","className","icon"]);return jsxRuntime.jsx("td",f(s({className:"px-5 py-4 align-middle"},t),{children:jsxRuntime.jsx(ne,{variant:"regular-soft",className:a,icon:o,children:e})}))}function af({className:e,percentage:a}){let o=t=>t>=0&&t<=49||t>=50&&t<=80||t>=81&&t<=100?"bg-primary-stroke":"bg-gray-100";return jsxRuntime.jsx("div",{className:l("relative h-0.5 w-full overflow-hidden rounded-pill bg-gray-100",e),children:jsxRuntime.jsx("div",{className:l("absolute inset-y-0 left-0 rounded-pill transition-all duration-300",o(a)),style:{width:`${a}%`}})})}function tf(r){var d=r,{questions:e,answered:a,className:o}=d,t=n(d,["questions","answered","className"]);let i=a>0?a/e*100:0;return a===0?jsxRuntime.jsx("td",f(s({className:"px-5 py-4 align-middle"},t),{children:jsxRuntime.jsx("div",{className:l("flex min-w-[140px] flex-col items-start justify-center gap-2",o),children:jsxRuntime.jsxs("div",{className:"flex shrink-0 items-center justify-center gap-2 text-xs font-medium text-gray-foreground-muted",children:[jsxRuntime.jsx("div",{className:"flex size-4 items-center justify-center rounded-full bg-gray-background-soft",children:jsxRuntime.jsx(icons.RemoveMinus,{className:"size-3 text-gray-foreground",strokeWidth:2.6})}),jsxRuntime.jsx("span",{className:"whitespace-nowrap font-medium text-gray-foreground-muted",children:"N\xE3o iniciado"})]})})})):jsxRuntime.jsx("td",f(s({className:"px-5 py-4 align-middle"},t),{children:jsxRuntime.jsxs("div",{className:l("flex min-w-[140px] flex-col items-start justify-center gap-2",o),children:[jsxRuntime.jsx("div",{className:"flex shrink-0 items-center gap-0.5 text-xs leading-4",children:jsxRuntime.jsxs("span",{className:"relative shrink-0 whitespace-nowrap font-medium text-gray-foreground-muted",children:[jsxRuntime.jsx("span",{className:"font-semibold text-gray-foreground",children:a})," ",a>1?"respondidas":"respondida"]})}),jsxRuntime.jsx(af,{percentage:i})]})}))}var of={notStarted:{icon:icons.RemoveMinus,bgColor:"bg-gray-background-soft",iconColor:"text-gray-foreground",titleClassName:"font-medium text-gray-foreground-muted",title:()=>"N\xE3o iniciado",subtitle:()=>""},minNotReached:{icon:icons.Warning,bgColor:"bg-feedback-warning-background-soft",iconColor:"text-feedback-warning-foreground",titleClassName:"font-medium text-gray-foreground-muted",title:()=>"M\xEDnimo n\xE3o atingido",subtitle:({remainingQuestions:e})=>e>1?`Faltam ${e} quest\xF5es`:`Falta ${e} quest\xE3o`},dominated:{icon:icons.Check,bgColor:"bg-feedback-success-background-soft",iconColor:"text-feedback-success-foreground",titleClassName:"font-medium text-gray-foreground-muted",title:({progress:e})=>jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs("span",{className:"font-semibold text-gray-foreground",children:[Math.round(e),"%"]})," ","de ",e>1?"acertos":"acerto"]}),subtitle:({correct:e,answered:a})=>`${e} de ${a} acertos`},notDominated:{icon:icons.CloseMd,bgColor:"bg-feedback-error-background-soft",iconColor:"text-feedback-error-foreground",titleClassName:"font-medium text-gray-foreground-muted",title:({progress:e})=>jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs("span",{className:"font-semibold text-gray-foreground",children:[Math.round(e),"%"]})," ","de ",e>1?"acertos":"acerto"]}),subtitle:({correct:e,answered:a})=>`${e} de ${a} acertos`}};function rf(e,a,o){return [[e,"notStarted"],[a,"minNotReached"],[o>=80,"dominated"],[true,"notDominated"]].find(([r])=>r)[1]}function sf(d){var i=d,{answered:e,correct:a,minQuestions:o,className:t}=i,r=n(i,["answered","correct","minQuestions","className"]);let u=e>0?a/e*100:0,c=e===0,p=a<o,m=o-a,x=rf(c,p,u),{icon:h,bgColor:y,iconColor:L,titleClassName:A,title:M,subtitle:V}=of[x],k={progress:u,correct:a,answered:e,remainingQuestions:m};return jsxRuntime.jsx("td",f(s({className:"px-5 py-4 align-middle"},r),{children:jsxRuntime.jsx("div",{className:l("flex min-w-[140px] flex-col items-start justify-center gap-2",t),children:jsxRuntime.jsxs("div",{className:"flex shrink-0 items-center justify-center gap-2 text-xs font-medium text-gray-foreground-muted",children:[jsxRuntime.jsx("div",{className:l("flex size-4 items-center justify-center rounded-full",y),children:jsxRuntime.jsx(h,{className:l("size-3",L),strokeWidth:2.6})}),jsxRuntime.jsxs("div",{className:"flex flex-col items-start justify-center",children:[jsxRuntime.jsx("span",{className:l("whitespace-nowrap",A),children:M(k)}),jsxRuntime.jsx("span",{className:"whitespace-nowrap text-xxs font-semibold text-gray-foreground-muted",children:V(k)})]})]})})}))}function lf(r){var d=r,{children:e,className:a,onClick:o}=d,t=n(d,["children","className","onClick"]);return jsxRuntime.jsx("td",f(s({className:"px-5 py-4 align-middle"},t),{children:jsxRuntime.jsx(Y,{variant:"regular-soft",size:"sm",iconRight:jsxRuntime.jsx(icons.ArrowRightMd,{className:"size-4"}),onClick:o,className:a,children:e})}))}var As=classVarianceAuthority.cva("transition-all duration-150",{variants:{size:{sm:"size-6",md:"size-7",lg:"size-8"}},defaultVariants:{size:"md"}}),nf=classVarianceAuthority.cva("",{variants:{size:{sm:"size-7",md:"size-8",lg:"size-9"}},defaultVariants:{size:"md"}}),Ds=classVarianceAuthority.cva("inline-flex items-center justify-center",{variants:{size:{sm:"size-7",md:"size-8",lg:"size-9"},readOnly:{true:"cursor-default",false:"cursor-pointer"}},defaultVariants:{size:"md",readOnly:false}}),Rs=classVarianceAuthority.cva("flex w-full min-w-0 justify-between text-gray-foreground font-medium gap-2",{variants:{size:{sm:"text-xs",md:"text-xs",lg:"text-sm"}},defaultVariants:{size:"md"}});function uf({state:e,className:a}){let o=ve(),t=R.useRef(`rating-${Math.random().toString(36).slice(2)}`),r=o||t.current;return e==="full"?jsxRuntime.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 25 24",fill:"none",className:a,children:jsxRuntime.jsx("path",{d:"M0.888855 9.61676C0.523397 9.27879 0.721914 8.66782 1.21623 8.60921L8.2204 7.77843C8.42186 7.75455 8.59685 7.62803 8.68182 7.44381L11.6361 1.03906C11.8446 0.587053 12.4872 0.586967 12.6957 1.03898L15.6499 7.44368C15.7349 7.6279 15.9087 7.75475 16.1102 7.77864L23.1148 8.60921C23.6091 8.66782 23.807 9.27897 23.4416 9.61694L18.2638 14.4061C18.1148 14.5438 18.0485 14.7488 18.0881 14.9478L19.4622 21.8658C19.5593 22.354 19.0396 22.7323 18.6053 22.4892L12.4507 19.0432C12.2737 18.9441 12.0586 18.9446 11.8816 19.0437L5.72641 22.4883C5.29205 22.7314 4.7715 22.354 4.86851 21.8658L6.2429 14.9483C6.28244 14.7493 6.21629 14.5438 6.06735 14.406L0.888855 9.61676Z",className:"fill-feedback-warning-background-soft stroke-feedback-warning-stroke hover:stroke-feedback-warning-stroke-emphasis",strokeWidth:"1.4",strokeLinecap:"round",strokeLinejoin:"round"})}):e==="half"?jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 25 24",fill:"none",className:a,children:[jsxRuntime.jsx("defs",{children:jsxRuntime.jsxs("linearGradient",{id:r,x1:"0%",y1:"0%",x2:"100%",y2:"0%",children:[jsxRuntime.jsx("stop",{offset:"50%",className:"[stop-color:var(--color-feedback-warning-background-soft)]",stopOpacity:"1"}),jsxRuntime.jsx("stop",{offset:"50%",stopColor:"transparent",stopOpacity:"0"})]})}),jsxRuntime.jsx("path",{d:"M0.888855 9.61676C0.523397 9.27879 0.721914 8.66782 1.21623 8.60921L8.2204 7.77843C8.42186 7.75455 8.59685 7.62803 8.68182 7.44381L11.6361 1.03906C11.8446 0.587053 12.4872 0.586967 12.6957 1.03898L15.6499 7.44368C15.7349 7.6279 15.9087 7.75475 16.1102 7.77864L23.1148 8.60921C23.6091 8.66782 23.807 9.27897 23.4416 9.61694L18.2638 14.4061C18.1148 14.5438 18.0485 14.7488 18.0881 14.9478L19.4622 21.8658C19.5593 22.354 19.0396 22.7323 18.6053 22.4892L12.4507 19.0432C12.2737 18.9441 12.0586 18.9446 11.8816 19.0437L5.72641 22.4883C5.29205 22.7314 4.7715 22.354 4.86851 21.8658L6.2429 14.9483C6.28244 14.7493 6.21629 14.5438 6.06735 14.406L0.888855 9.61676Z",fill:`url(#${r})`,className:"stroke-feedback-warning-stroke hover:stroke-feedback-warning-stroke-emphasis",strokeWidth:"1.4",strokeLinecap:"round",strokeLinejoin:"round"})]}):jsxRuntime.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 25 24",fill:"none",className:a,children:jsxRuntime.jsx("path",{d:"M0.888855 9.61676C0.523397 9.27879 0.721914 8.66782 1.21623 8.60921L8.2204 7.77843C8.42186 7.75455 8.59685 7.62803 8.68182 7.44381L11.6361 1.03906C11.8446 0.587053 12.4872 0.586967 12.6957 1.03898L15.6499 7.44368C15.7349 7.6279 15.9087 7.75475 16.1102 7.77864L23.1148 8.60921C23.6091 8.66782 23.807 9.27897 23.4416 9.61694L18.2638 14.4061C18.1148 14.5438 18.0485 14.7488 18.0881 14.9478L19.4622 21.8658C19.5593 22.354 19.0396 22.7323 18.6053 22.4892L12.4507 19.0432C12.2737 18.9441 12.0586 18.9446 11.8816 19.0437L5.72641 22.4883C5.29205 22.7314 4.7715 22.354 4.86851 21.8658L6.2429 14.9483C6.28244 14.7493 6.21629 14.5438 6.06735 14.406L0.888855 9.61676Z",fill:"transparent",className:"stroke-gray-stroke-emphasis",strokeWidth:"1.4",strokeLinecap:"round",strokeLinejoin:"round"})})}function ff(e,a){let o=e+1;return a>=o?"full":a>=o-.5?"half":"empty"}function cf({value:e,onChange:a,maxStars:o=5,readOnly:t=false,labels:r,size:d="md",className:i,classNameContainer:u,classNameLabels:c}){let[p,m]=R.useState(e!=null?e:0),[x,h]=R.useState(null),y=e!==void 0,L=y?e:p,A=k=>{if(t)return;let I=k+1;y||m(I),a==null||a(I);},M=k=>{t||h(k);},V=()=>{t||h(null);};return jsxRuntime.jsxs("div",{"data-slot":"rating",className:l("inline-flex w-fit flex-col gap-2",i),children:[jsxRuntime.jsx("div",{className:l("inline-flex flex-row gap-1",u),onMouseLeave:V,children:Array.from({length:o},(k,I)=>{let U=x!==null,E=U&&I<=x,b=x===I,v=U?E?"full":"empty":ff(I,L);return jsxRuntime.jsx("button",{type:"button",disabled:t,onClick:()=>A(I),onMouseEnter:()=>M(I),className:Ds({size:d,readOnly:t}),"aria-label":`Rate ${I+1} out of ${o}`,children:jsxRuntime.jsx(uf,{state:v,className:b&&!t?nf({size:d}):As({size:d})})},I)})}),r&&r.length===2&&jsxRuntime.jsxs("div",{className:l(Rs({size:d}),c),children:[jsxRuntime.jsx("span",{className:"truncate",children:r[0]}),jsxRuntime.jsx("span",{className:"truncate text-right",children:r[1]})]})]})}function wo(t){var r=t,{className:e,children:a}=r,o=n(r,["className","children"]);return jsxRuntime.jsxs(radixUi.ScrollArea.Root,f(s({"data-slot":"scroll-area",className:l("relative",e)},o),{children:[jsxRuntime.jsx(radixUi.ScrollArea.Viewport,{"data-slot":"scroll-area-viewport",className:"size-full rounded-[inherit]",children:a}),jsxRuntime.jsx(_a,{}),jsxRuntime.jsx(_a,{orientation:"horizontal"}),jsxRuntime.jsx(radixUi.ScrollArea.Corner,{})]}))}function _a(t){var r=t,{className:e,orientation:a="vertical"}=r,o=n(r,["className","orientation"]);return jsxRuntime.jsx(radixUi.ScrollArea.ScrollAreaScrollbar,f(s({"data-slot":"scroll-area-scrollbar",orientation:a,className:l("flex touch-none select-none",a==="vertical"&&"h-full w-2.5 border-l border-l-transparent p-px",a==="horizontal"&&"h-2.5 flex-col border-t border-t-transparent p-px",e)},o),{children:jsxRuntime.jsx(radixUi.ScrollArea.ScrollAreaThumb,{"data-slot":"scroll-area-thumb",className:"relative flex-1 rounded-full bg-gray-stroke-muted"})}))}var wt=R.createContext({invalid:false,size:"lg"});function Cf(t){var r=t,{invalid:e=false,size:a="lg"}=r,o=n(r,["invalid","size"]);return jsxRuntime.jsx(wt.Provider,{value:R.useMemo(()=>({invalid:e,size:a}),[e,a]),children:jsxRuntime.jsx(radixUi.Select.Root,s({"data-slot":"select"},o))})}function vf(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({className:l("group relative flex flex-col gap-2",e),"data-slot":"select-wrapper"},a))}function If(t){var r=t,{className:e,children:a}=r,o=n(r,["className","children"]);return jsxRuntime.jsx("label",f(s({className:l("pointer-events-none absolute start-3 top-0 origin-left -translate-y-1/2 bg-surface-card px-1 text-xs font-medium text-gray-foreground transition-all duration-200 ease-out","group-has-[[data-slot=select-trigger][data-placeholder]:not([data-state=open])]:start-4 group-has-[[data-slot=select-trigger][data-placeholder]:not([data-state=open])]:top-6 group-has-[[data-slot=select-trigger][data-placeholder]:not([data-state=open])]:bg-transparent group-has-[[data-slot=select-trigger][data-placeholder]:not([data-state=open])]:px-0 group-has-[[data-slot=select-trigger][data-placeholder]:not([data-state=open])]:text-md group-has-[[data-slot=select-trigger][data-placeholder]:not([data-state=open])]:font-normal group-has-[[data-slot=select-trigger][data-placeholder]:not([data-state=open])]:text-gray-foreground","group-has-[[data-slot=select-trigger][data-size=md]]:group-has-[[data-slot=select-trigger][data-placeholder]:not([data-state=open])]:top-5 group-has-[[data-slot=select-trigger][data-size=md]]:group-has-[[data-slot=select-trigger][data-placeholder]:not([data-state=open])]:!text-sm",e),"data-slot":"select-label"},o),{children:a}))}function kf(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.Select.Group,s({"data-slot":"select-group"},e))}function yf(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.Select.Value,s({"data-slot":"select-value"},e))}var Sf=classVarianceAuthority.cva(["shadow-xs flex w-full items-center justify-between gap-2 rounded-md border-2 border-gray-stroke-muted bg-surface-card px-4 py-3 text-left text-gray-foreground outline-none transition-[color,box-shadow] hover:border-gray-stroke-emphasis hover:ring-[3px] hover:ring-state-focus disabled:cursor-default disabled:bg-gray-background-soft-muted disabled:hover:border-gray-stroke-muted disabled:hover:ring-0 aria-[invalid]:border-feedback-error-stroke aria-[invalid]:hover:ring-[3px] aria-[invalid]:hover:ring-state-error data-[placeholder]:text-gray-foreground-emphasis *:data-[slot=select-value]:flex *:data-[slot=select-value]:items-center *:data-[slot=select-value]:gap-2 disabled:data-[placeholder]:text-gray-foreground-muted [&>span]:line-clamp-1 [&_svg]:pointer-events-none [&_svg]:shrink-0"],{variants:{size:{lg:["h-12 max-h-12 text-md [&_svg]:size-6","group-has-[[data-slot=select-label]]:h-14"],md:["h-10 max-h-10 text-sm [&_svg]:size-5","group-has-[[data-slot=select-label]]:h-11"]}},defaultVariants:{size:"lg"}}),Pf=classVarianceAuthority.cva("data-disabled:pointer-events-none relative flex w-full cursor-default select-none items-center rounded px-2 font-medium text-gray-foreground outline-none hover:cursor-pointer hover:bg-secondary-background-soft-emphasis gap-3",{variants:{size:{lg:"py-2 text-sm [&_svg]:size-5",md:"py-2 text-sm [&_svg]:size-5"}},defaultVariants:{size:"lg"}});function wf(t){var r=t,{className:e,children:a}=r,o=n(r,["className","children"]);let{invalid:d,size:i}=R.useContext(wt);return jsxRuntime.jsxs(radixUi.Select.Trigger,f(s({className:l(Sf({size:i}),!d&&"[&:not([data-placeholder]):not(:disabled)]:border-gray-stroke-emphasis","group-has-[[data-slot=select-label]]:py-3 group-has-[[data-slot=select-label]]:data-[placeholder]:text-transparent",e),"data-slot":"select-trigger","data-size":i,"aria-invalid":d?"true":void 0},o),{children:[a,jsxRuntime.jsx(radixUi.Select.Icon,{asChild:true,children:jsxRuntime.jsx(icons.ChevronDown,{className:l("flex-shrink-0 text-gray-foreground"),strokeWidth:1.6})})]}))}function Tf(r){var d=r,{className:e,children:a,position:o="popper"}=d,t=n(d,["className","children","position"]);return jsxRuntime.jsx(radixUi.Select.Portal,{children:jsxRuntime.jsxs(radixUi.Select.Content,f(s({className:l("relative z-50 max-h-[min(24rem,var(--radix-select-content-available-height))] min-w-32 overflow-hidden rounded-md border border-gray-stroke-muted bg-surface-elevated text-gray-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 [&_[role=group]]:py-1",o==="popper"&&"w-full min-w-[var(--radix-select-trigger-width)] data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1",e),"data-slot":"select-content",position:o},t),{children:[jsxRuntime.jsx(Ns,{}),jsxRuntime.jsx(radixUi.Select.Viewport,{className:l("p-2",o==="popper"&&"h-[var(--radix-select-trigger-height)]"),children:a}),jsxRuntime.jsx(Fs,{})]}))})}function Af(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(radixUi.Select.Label,s({className:l("px-2 py-2 text-xs font-medium text-gray-foreground-muted",e),"data-slot":"select-header"},a))}function Df(r){var d=r,{className:e,children:a,icon:o}=d,t=n(d,["className","children","icon"]);let{size:i}=R.useContext(wt);return jsxRuntime.jsxs(radixUi.Select.Item,f(s({className:l(Pf({size:i}),e),"data-slot":"select-item"},t),{children:[o&&jsxRuntime.jsx("span",{className:"flex shrink-0 items-center justify-center text-gray-foreground",children:R.isValidElement(o)?R.cloneElement(o,{strokeWidth:1.6}):o}),jsxRuntime.jsx(radixUi.Select.ItemText,{children:a}),jsxRuntime.jsx("span",{className:"absolute end-2 flex size-3.5 items-center justify-center",children:jsxRuntime.jsx(radixUi.Select.ItemIndicator,{children:jsxRuntime.jsx(icons.Check,{strokeWidth:1.6,className:"text-secondary-foreground"})})})]}))}function Rf(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(radixUi.Select.Separator,s({className:l("-mx-1 my-1 h-px bg-gray-stroke-muted",e),"data-slot":"select-separator"},a))}function Ns(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(radixUi.Select.ScrollUpButton,f(s({className:l("flex cursor-default items-center justify-center py-1",e),"data-slot":"select-scroll-up-button"},a),{children:jsxRuntime.jsx(icons.ChevronUp,{size:16,strokeWidth:1.6,className:"text-gray-foreground"})}))}function Fs(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(radixUi.Select.ScrollDownButton,f(s({className:l("flex cursor-default items-center justify-center py-1",e),"data-slot":"select-scroll-down-button"},a),{children:jsxRuntime.jsx(icons.ChevronDown,{size:24,strokeWidth:1.6,className:"text-gray-foreground"})}))}function Mf(o){var t=o,{className:e}=t,a=n(t,["className"]);let{invalid:r}=R.useContext(wt);return jsxRuntime.jsx("span",s({className:l("-mt-1 text-xs",r?"text-feedback-error-foreground":"text-gray-foreground",e),"data-slot":"select-text"},a))}var Es=R.createContext(null);function Hf(r){var d=r,{className:e,size:a="md",children:o}=d,t=n(d,["className","size","children"]);return jsxRuntime.jsx(Es.Provider,{value:R.useMemo(()=>({size:a}),[a]),children:jsxRuntime.jsx(radixUi.Tabs.Root,f(s({"data-slot":"tabs",className:l("flex flex-col gap-2",e)},t),{children:o}))})}function Of(t){var r=t,{className:e,containerClassName:a}=r,o=n(r,["className","containerClassName"]);return jsxRuntime.jsxs(wo,{className:l("[&_[data-slot=scroll-area-scrollbar][data-orientation=horizontal]]:h-1",a),children:[jsxRuntime.jsx(radixUi.Tabs.List,s({"data-slot":"tabs-list",className:l("inline-flex w-fit items-center justify-center rounded-md bg-gray-background-soft p-0.5",e)},o)),jsxRuntime.jsx(_a,{orientation:"horizontal"})]})}var Hs=classVarianceAuthority.cva("shadow-transparent data-[state=active]:shadow-level-1 group inline-flex items-center justify-center gap-2.5 whitespace-nowrap rounded-[6px] font-medium text-gray-foreground outline-none data-[state=active]:bg-surface-card data-[state=active]:text-primary-foreground [&_svg]:shrink-0 [&_svg]:text-inherit disabled:text-gray-foreground-muted disabled:pointer-events-none",{variants:{size:{sm:"max-h-7 px-3 py-1.5 text-xs [&_svg]:size-4",md:"max-h-9 px-4 py-2 text-sm [&_svg]:size-5",lg:"max-h-11 px-4 py-2.5 text-md [&_svg]:size-6"}},defaultVariants:{size:"md"}});function qf(i){var u=i,{className:e,icon:a,badge:o,badgeVariant:t,children:r}=u,d=n(u,["className","icon","badge","badgeVariant","children"]);var x;let c=h=>h!=null&&h!==0&&h!==""&&h!=="0"&&!d.disabled,p=R.useContext(Es),m=(x=p==null?void 0:p.size)!=null?x:"md";return jsxRuntime.jsxs(radixUi.Tabs.Trigger,f(s({"data-slot":"tabs-trigger",className:l(Hs({size:m,className:e}))},d),{children:[a,r&&jsxRuntime.jsxs("span",{className:"inline-grid [grid-template-areas:'stack']",children:[jsxRuntime.jsx("span",{"aria-hidden":"true",className:"invisible font-semibold [grid-area:stack]",children:r}),jsxRuntime.jsx("span",{className:"font-medium [grid-area:stack] group-data-[state=active]:font-semibold",children:r})]}),c(o)&&jsxRuntime.jsx(Ue,{size:m,variant:t,children:String(o)})]}))}function Vf(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(radixUi.Tabs.Content,s({"data-slot":"tabs-content",className:l("flex-1 outline-none",e)},a))}var Os=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),zf=e=>e.replace(/^([A-Z])|[\s-_]+(\w)/g,(a,o,t)=>t?t.toUpperCase():o.toLowerCase()),Ro=e=>{let a=zf(e);return a.charAt(0).toUpperCase()+a.slice(1)},At=(...e)=>e.filter((a,o,t)=>!!a&&a.trim()!==""&&t.indexOf(a)===o).join(" ").trim(),qs=e=>{for(let a in e)if(a.startsWith("aria-")||a==="role"||a==="title")return true};var Vs={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};var _s=R.forwardRef((p,c)=>{var m=p,{color:e="currentColor",size:a=24,strokeWidth:o=2,absoluteStrokeWidth:t,className:r="",children:d,iconNode:i}=m,u=n(m,["color","size","strokeWidth","absoluteStrokeWidth","className","children","iconNode"]);return R.createElement("svg",s(s(f(s({ref:c},Vs),{width:a,height:a,stroke:e,strokeWidth:t?Number(o)*24/Number(a):o,className:At("lucide",r)}),!d&&!qs(u)&&{"aria-hidden":"true"}),u),[...i.map(([x,h])=>R.createElement(x,h)),...Array.isArray(d)?d:[d]])});var Us=(e,a)=>{let o=R.forwardRef((i,d)=>{var u=i,{className:t}=u,r=n(u,["className"]);return R.createElement(_s,s({ref:d,iconNode:a,className:At(`lucide-${Os(Ro(e))}`,`lucide-${e}`,t)},r))});return o.displayName=Ro(e),o};var Wf=[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]],Ua=Us("x",Wf);function Bo(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.Dialog.Root,s({"data-slot":"sheet"},e))}function Xf(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.Dialog.Trigger,s({"data-slot":"sheet-trigger"},e))}function Kf(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.Dialog.Close,s({"data-slot":"sheet-close"},e))}function Zf(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.Dialog.Portal,s({"data-slot":"sheet-portal"},e))}function jf(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(radixUi.Dialog.Overlay,s({"data-slot":"sheet-overlay",className:l("bg-black/50 fixed inset-0 z-50 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",e)},a))}function No(r){var d=r,{className:e,children:a,side:o="right"}=d,t=n(d,["className","children","side"]);return jsxRuntime.jsxs(Zf,{children:[jsxRuntime.jsx(jf,{}),jsxRuntime.jsxs(radixUi.Dialog.Content,f(s({"data-slot":"sheet-content",className:l("fixed z-50 flex flex-col gap-4 bg-background shadow-lg transition ease-in-out data-[state=closed]:duration-300 data-[state=open]:duration-500 data-[state=open]:animate-in data-[state=closed]:animate-out",o==="right"&&"inset-y-0 right-0 h-full w-3/4 border-l data-[state=closed]:slide-out-to-right data-[state=open]:slide-in-from-right sm:max-w-sm",o==="left"&&"inset-y-0 left-0 h-full w-3/4 border-r data-[state=closed]:slide-out-to-left data-[state=open]:slide-in-from-left sm:max-w-sm",o==="top"&&"inset-x-0 top-0 h-auto border-b data-[state=closed]:slide-out-to-top data-[state=open]:slide-in-from-top",o==="bottom"&&"inset-x-0 bottom-0 h-auto border-t data-[state=closed]:slide-out-to-bottom data-[state=open]:slide-in-from-bottom",e)},t),{children:[a,jsxRuntime.jsxs(radixUi.Dialog.Close,{className:"rounded-xs focus:outline-hidden absolute right-4 top-4 opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-secondary",children:[jsxRuntime.jsx(Ua,{className:"size-4"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Close"})]})]}))]})}function Qf(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"sheet-header",className:l("flex flex-col gap-1.5 p-4",e)},a))}function $f(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"sheet-footer",className:l("mt-auto flex flex-col gap-2 p-4",e)},a))}function Jf(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(radixUi.Dialog.Title,s({"data-slot":"sheet-title",className:l("font-semibold text-foreground",e)},a))}function Yf(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(radixUi.Dialog.Description,s({"data-slot":"sheet-description",className:l("text-muted-foreground text-sm",e)},a))}function Dt(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"skeleton",className:l("animate-pulse rounded-md bg-gray-150",e)},a))}var dc="sidebar_state",nc=3600*24*7,ic="b",Ks=R.createContext(null);function ba(){let e=R.useContext(Ks);if(!e)throw new Error("useSidebar must be used within a SidebarProvider.");return e}function uc(i){var u=i,{defaultOpen:e=true,open:a,onOpenChange:o,className:t,children:r}=u,d=n(u,["defaultOpen","open","onOpenChange","className","children"]);let c=Ha(),[p,m]=R.useState(false),[x,h]=R.useState(e),y=a!=null?a:x,L=R.useCallback(k=>{let I=typeof k=="function"?k(y):k;o?o(I):h(I),document.cookie=`${dc}=${I}; path=/; max-age=${nc}`;},[o,y]),A=R.useCallback(()=>c?m(k=>!k):L(k=>!k),[c,L,m]);R.useEffect(()=>{let k=I=>{I.key===ic&&(I.metaKey||I.ctrlKey)&&(I.preventDefault(),A());};return window.addEventListener("keydown",k),()=>window.removeEventListener("keydown",k)},[A]);let M=y?"expanded":"collapsed",V=R.useMemo(()=>({state:M,open:y,setOpen:L,isMobile:c,openMobile:p,setOpenMobile:m,toggleSidebar:A}),[M,y,L,c,p,m,A]);return jsxRuntime.jsx(Ks.Provider,{value:V,children:jsxRuntime.jsx(xa,{delayDuration:0,children:jsxRuntime.jsx("div",f(s({"data-slot":"sidebar-wrapper",className:l("group/sidebar-wrapper has-data-[variant=inset]:bg-surface-navigation flex min-h-svh w-full",t)},d),{children:r}))})})}function fc(u){var c=u,{side:e="left",variant:a="sidebar",collapsible:o="offcanvas",className:t,containerClassName:r,children:d}=c,i=n(c,["side","variant","collapsible","className","containerClassName","children"]);let{isMobile:p,state:m,openMobile:x,setOpenMobile:h}=ba();return o==="none"?jsxRuntime.jsx("div",f(s({"data-slot":"sidebar",className:l("flex h-full w-[var(--sidebar-width)] flex-col bg-surface-navigation text-gray-foreground",t)},i),{children:d})):p?jsxRuntime.jsx(Bo,f(s({open:x,onOpenChange:h},i),{children:jsxRuntime.jsx(No,{"data-sidebar":"sidebar","data-slot":"sidebar","data-mobile":"true",className:l("w-[var(--sidebar-width-mobile)] bg-surface-navigation p-0 text-gray-foreground [&>button]:hidden",t),side:e,children:jsxRuntime.jsx("div",{className:"flex h-full w-full flex-col",children:d})})})):jsxRuntime.jsxs("div",{className:l("group peer hidden text-gray-foreground md:block",t),"data-state":m,"data-collapsible":m==="collapsed"?o:"","data-variant":a,"data-side":e,"data-slot":"sidebar",children:[jsxRuntime.jsx("div",{"data-slot":"sidebar-gap",className:l("relative w-[var(--sidebar-width)] bg-transparent transition-[width] duration-200 ease-linear","group-data-[collapsible=offcanvas]:w-0","group-data-[side=right]:rotate-180",a==="floating"||a==="inset"?"group-data-[collapsible=icon]:w-[calc(var(--sidebar-width-icon)+(--spacing(4)))]":"group-data-[collapsible=icon]:w-[var(--sidebar-width-icon)]")}),jsxRuntime.jsx("div",f(s({"data-slot":"sidebar-container",className:l("fixed inset-y-0 z-10 hidden h-svh w-[var(--sidebar-width)] border-gray-stroke-muted transition-[left,right,width] duration-200 ease-linear md:flex",e==="left"?"left-0 group-data-[collapsible=offcanvas]:left-[calc(var(--sidebar-width)*-1)]":"right-0 group-data-[collapsible=offcanvas]:right-[calc(var(--sidebar-width)*-1)]",a==="floating"||a==="inset"?"p-2 group-data-[collapsible=icon]:w-[calc(var(--sidebar-width-icon)+(--spacing(4))+2px)]":"group-data-[collapsible=icon]:w-[var(--sidebar-width-icon)] group-data-[side=left]:border-r group-data-[side=right]:border-l",r)},i),{children:jsxRuntime.jsx("div",{"data-sidebar":"sidebar","data-slot":"sidebar-inner",className:"flex h-full w-full flex-col bg-surface-navigation group-data-[variant=floating]:rounded-lg group-data-[variant=floating]:border group-data-[variant=floating]:border-gray-stroke-muted group-data-[variant=floating]:shadow-sm",children:d})}))]})}function cc(c){var p=c,{className:e,onClick:a,sizeIcon:o="size-5",icon:t=jsxRuntime.jsx(icons.HamburgerMd,{className:o}),showTooltip:r=false,tooltipContent:d,enableHover:i=false}=p,u=n(p,["className","onClick","sizeIcon","icon","showTooltip","tooltipContent","enableHover"]);let{toggleSidebar:m,open:x,isMobile:h}=ba(),[y,L]=R.useState(false),M=d||{open:"Esconder",closed:"Mostrar"},V=()=>i&&y?x?jsxRuntime.jsx(icons.ChevronLeftMd,{className:o}):jsxRuntime.jsx(icons.ChevronRightMd,{className:o}):t,k=jsxRuntime.jsxs("button",f(s({"data-sidebar":"trigger","data-slot":"sidebar-trigger",className:l("flex min-h-8 min-w-8 items-center justify-center rounded-full bg-surface-elevated text-gray-foreground transition-all duration-200 hover:shadow-[0px_0px_2px_0px_rgba(24,26,30,0.16),0px_2px_4px_0px_rgba(24,26,30,0.08)] [&>svg]:text-gray-foreground",e),onClick:I=>{a==null||a(I),m();},onMouseEnter:!h&&i?()=>L(true):void 0,onMouseLeave:!h&&i?()=>L(false):void 0},u),{children:[V(),jsxRuntime.jsx("span",{className:"sr-only",children:"Toggle Sidebar"})]}));return !r||h?k:jsxRuntime.jsxs(je,{children:[jsxRuntime.jsx(Qe,{asChild:true,children:k}),jsxRuntime.jsx($e,{side:"right",align:"center",children:x?M.open:M.closed})]})}function pc(o){var t=o,{className:e}=t,a=n(t,["className"]);let{toggleSidebar:r}=ba();return jsxRuntime.jsx("button",s({"data-sidebar":"rail","data-slot":"sidebar-rail","aria-label":"Toggle Sidebar",tabIndex:-1,onClick:r,title:"Toggle Sidebar",className:l("absolute inset-y-0 z-20 hidden w-4 -translate-x-1/2 transition-all ease-linear after:absolute after:inset-y-0 after:left-1/2 after:w-[2px] hover:after:bg-gray-stroke-muted group-data-[side=left]:-right-4 group-data-[side=right]:left-0 sm:flex","in-data-[side=left]:cursor-w-resize in-data-[side=right]:cursor-e-resize","[[data-side=left][data-state=collapsed]_&]:cursor-e-resize [[data-side=right][data-state=collapsed]_&]:cursor-w-resize","group-data-[collapsible=offcanvas]:translate-x-0 group-data-[collapsible=offcanvas]:after:left-full hover:group-data-[collapsible=offcanvas]:bg-surface-navigation","[[data-side=left][data-collapsible=offcanvas]_&]:-right-2","[[data-side=right][data-collapsible=offcanvas]_&]:-left-2",e)},a))}function mc(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("main",s({"data-slot":"sidebar-inset",className:l("relative flex w-full flex-1 flex-col bg-surface-navigation","md:peer-data-[variant=inset]:m-2 md:peer-data-[variant=inset]:ml-0 md:peer-data-[variant=inset]:peer-data-[state=collapsed]:ml-2 md:peer-data-[variant=inset]:rounded-xl md:peer-data-[variant=inset]:shadow-sm",e)},a))}function gc(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(yo,s({"data-slot":"sidebar-input","data-sidebar":"input",className:l("bg-bg-surface-navigation h-8 w-full shadow-none",e)},a))}function xc(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"sidebar-header","data-sidebar":"header",className:l("flex flex-col gap-0.5 px-4 pt-3",e)},a))}function hc(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"sidebar-footer","data-sidebar":"footer",className:l("flex flex-col gap-0.5 px-4 pb-3 [[data-state=collapsed]_&]:px-2",e)},a))}function bc(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(la,s({"data-slot":"sidebar-separator","data-sidebar":"separator",className:l("mx-2 w-auto bg-gray-stroke-muted",e)},a))}function Lc(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"sidebar-content","data-sidebar":"content",className:l("flex min-h-0 flex-1 flex-col gap-0.5 overflow-auto group-data-[collapsible=icon]:overflow-hidden",e)},a))}function Cc(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"sidebar-group","data-sidebar":"group",className:l("relative flex w-full min-w-0 flex-col p-2 px-4",e)},a))}function vc(t){var r=t,{className:e,asChild:a=false}=r,o=n(r,["className","asChild"]);let d=a?radixUi.Slot.Slot:"div";return jsxRuntime.jsx(d,s({"data-slot":"sidebar-group-label","data-sidebar":"group-label",className:l("outline-hidden flex h-12 shrink-0 items-center whitespace-nowrap rounded-md px-2 text-xs font-semibold uppercase text-gray-foreground-muted ring-ring transition-[margin,opacity] duration-200 ease-linear focus-visible:ring-2 [&>svg]:size-4 [&>svg]:shrink-0","group-data-[collapsible=icon]:mt-0 group-data-[collapsible=icon]:hidden",e)},o))}function Ic(t){var r=t,{className:e,asChild:a=false}=r,o=n(r,["className","asChild"]);let d=a?radixUi.Slot.Slot:"button";return jsxRuntime.jsx(d,s({"data-slot":"sidebar-group-action","data-sidebar":"group-action",className:l("outline-hidden absolute right-3 top-3.5 flex aspect-square w-5 items-center justify-center rounded-md p-0 text-gray-foreground ring-ring transition-transform hover:bg-secondary-background-soft-emphasis focus-visible:ring-2 [&>svg]:size-4 [&>svg]:shrink-0","after:absolute after:-inset-2 md:after:hidden","group-data-[collapsible=icon]:hidden",e)},o))}function kc(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"sidebar-group-content","data-sidebar":"group-content",className:l("w-full text-sm",e)},a))}function yc(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("ul",s({"data-slot":"sidebar-menu","data-sidebar":"menu",className:l("flex w-full min-w-0 flex-col gap-1",e)},a))}function Sc(r){var d=r,{className:e,isActive:a,children:o}=d,t=n(d,["className","isActive","children"]);return jsxRuntime.jsxs("li",f(s({"data-slot":"sidebar-menu-item","data-sidebar":"menu-item",className:l("group/menu-item relative hover:cursor-pointer",e)},t),{children:[a&&jsxRuntime.jsx("span",{className:"absolute -left-4 top-0 h-full w-0.5 bg-secondary-stroke-emphasis","aria-hidden":"true"}),o]}))}var Pc=classVarianceAuthority.cva("peer/menu-button font-medium flex w-full items-center gap-2.5 overflow-hidden rounded-md p-[.55rem] text-left text-sm outline-hidden ring-ring transition-[width,height,padding] hover:bg-secondary-background-soft-emphasis focus-visible:ring-2 active:text-secondary-foreground active:font-semibold disabled:pointer-events-none disabled:opacity-50 group-has-data-[sidebar=menu-action]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:text-secondary-foreground data-[active=true]:font-semibold data-[active=true]:hover:bg-secondary-background-soft-emphasis data-[active=true]:hover:text-secondary-foreground group-data-[collapsible=icon]:size-10! group-data-[collapsible=icon]:p-2.5! [&>span:last-child]:truncate [&>svg] [&>svg]:size-5 [&>svg]:shrink-0 mx-auto",{variants:{variant:{default:"hover:bg-secondary-background-soft-emphasis",section:"[[data-state=collapsed]_&]:p-[5px]",outline:"bg-surface-navigation shadow-[0_0_0_1px_hsl(var(--color-border))] hover:bg-secondary-background-soft-emphasis hover:shadow-[0_0_0_1px_hsl(var(--secondary))]"},size:{sm:"h-8 text-xs",md:"h-10 text-sm",lg:"h-12 text-md group-data-[collapsible=icon]:p-0!"}},defaultVariants:{variant:"default",size:"md"}});function wc(u){var c=u,{asChild:e=false,isActive:a=false,variant:o="default",size:t="md",tooltip:r,className:d}=c,i=n(c,["asChild","isActive","variant","size","tooltip","className"]);let p=e?radixUi.Slot.Slot:"button",{isMobile:m,state:x}=ba(),h=jsxRuntime.jsx(p,s({"data-slot":"sidebar-menu-button","data-sidebar":"menu-button","data-size":t,"data-active":a,className:l(Pc({variant:o,size:t}),d)},i));return r?(typeof r=="string"&&(r={children:r}),jsxRuntime.jsxs(je,{children:[jsxRuntime.jsx(Qe,{asChild:true,children:h}),jsxRuntime.jsx($e,s({side:"right",align:"center",hidden:x!=="collapsed"||m},r))]})):h}function Tc(r){var d=r,{className:e,asChild:a=false,showOnHover:o=false}=d,t=n(d,["className","asChild","showOnHover"]);let i=a?radixUi.Slot.Slot:"button";return jsxRuntime.jsx(i,s({"data-slot":"sidebar-menu-action","data-sidebar":"menu-action",className:l("outline-hidden absolute right-1 top-1.5 flex aspect-square w-5 items-center justify-center rounded-md p-0 text-gray-foreground ring-ring transition-transform hover:bg-secondary-background-soft-emphasis focus-visible:ring-2 peer-hover/menu-button:text-secondary-stroke-emphasis [&>svg]:size-4 [&>svg]:shrink-0","after:absolute after:-inset-2 md:after:hidden","peer-data-[size=sm]/menu-button:top-1","peer-data-[size=default]/menu-button:top-1.5","peer-data-[size=lg]/menu-button:top-2.5","group-data-[collapsible=icon]:hidden",o&&"group-focus-within/menu-item:opacity-100 group-hover/menu-item:opacity-100 data-[state=open]:opacity-100 peer-data-[active=true]/menu-button:text-secondary md:opacity-0",e)},t))}function Ac(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"sidebar-menu-badge","data-sidebar":"menu-badge",className:l("pointer-events-none absolute right-1 flex h-5 min-w-5 select-none items-center justify-center rounded-md px-1 text-xs font-medium tabular-nums text-gray-foreground","peer-hover/menu-button:text-secondary peer-data-[active=true]/menu-button:text-secondary","peer-data-[size=sm]/menu-button:top-1","peer-data-[size=default]/menu-button:top-1.5","peer-data-[size=lg]/menu-button:top-2.5","group-data-[collapsible=icon]:hidden",e)},a))}function Dc(t){var r=t,{className:e,showIcon:a=false}=r,o=n(r,["className","showIcon"]);let d=R.useMemo(()=>`${Math.floor(Math.random()*40)+50}%`,[]);return jsxRuntime.jsxs("div",f(s({"data-slot":"sidebar-menu-skeleton","data-sidebar":"menu-skeleton",className:l("flex h-8 items-center gap-0.5 rounded-md px-2",e)},o),{children:[a&&jsxRuntime.jsx(Dt,{className:"size-4 rounded-md","data-sidebar":"menu-skeleton-icon"}),jsxRuntime.jsx(Dt,{className:"max-w-(--skeleton-width) h-4 flex-1","data-sidebar":"menu-skeleton-text",style:{"--skeleton-width":d}})]}))}function Rc(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("ul",s({"data-slot":"sidebar-menu-sub","data-sidebar":"menu-sub",className:l("mx-3.5 flex min-w-0 translate-x-px flex-col gap-1 border-l border-gray-stroke-muted px-2.5 py-0.5","group-data-[collapsible=icon]:hidden",e)},a))}function Mc(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("li",s({"data-slot":"sidebar-menu-sub-item","data-sidebar":"menu-sub-item",className:l("group/menu-sub-item relative",e)},a))}function Bc({icon:e,title:a}){let{state:o,isMobile:t}=ba();return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[e,jsxRuntime.jsx("span",{className:l("whitespace-nowrap",o==="collapsed"&&"opacity-0",t&&"opacity-100"),children:a})]})}function Nc(){return jsxRuntime.jsx("div",{className:"ml-auto transition-transform duration-200 group-data-[state=open]/collapsible:rotate-90",children:jsxRuntime.jsx(icons.ChevronRightMd,{size:20})})}function Fc(d){var i=d,{asChild:e=false,size:a="md",isActive:o=false,className:t}=i,r=n(i,["asChild","size","isActive","className"]);let u=e?radixUi.Slot.Slot:"a";return jsxRuntime.jsx(u,s({"data-slot":"sidebar-menu-sub-button","data-sidebar":"menu-sub-button","data-size":a,"data-active":o,className:l("outline-hidden flex h-9 min-w-0 -translate-x-px items-center gap-0.5 overflow-hidden rounded-md px-2 font-medium text-gray-foreground ring-ring hover:bg-secondary-background-soft-emphasis focus-visible:ring-2 active:font-semibold active:text-secondary-foreground disabled:pointer-events-none disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:opacity-50 [&>span:last-child]:truncate [&>svg]:size-4 [&>svg]:shrink-0 [&>svg]:text-gray-foreground","data-[active=true]:font-semibold data-[active=true]:text-secondary-foreground",a==="sm"&&"text-xs",a==="md"&&"text-sm","group-data-[collapsible=icon]:hidden",t)},r))}var qc={sm:"size-2",md:"size-3",lg:"size-4"},js={sm:"[&_svg]:size-2",md:"[&_svg]:size-3",lg:"[&_svg]:size-3.5"},Vc={sm:"data-[state=checked]:translate-x-[11px] data-[state=checked]:rtl:-translate-x-[11px] data-[state=checked]:data-[disabled]:translate-x-[10px] data-[state=checked]:data-[disabled]:rtl:-translate-x-[10px]",md:"data-[state=checked]:translate-x-[15px] data-[state=checked]:rtl:-translate-x-[15px] data-[state=checked]:data-[disabled]:translate-x-[14px] data-[state=checked]:data-[disabled]:rtl:-translate-x-[14px]",lg:"data-[state=checked]:translate-x-[19px] data-[state=checked]:rtl:-translate-x-[19px] data-[state=checked]:data-[disabled]:translate-x-[18px] data-[state=checked]:data-[disabled]:rtl:-translate-x-[18px]"},Qs=classVarianceAuthority.cva("peer inline-flex shrink-0 items-center rounded-pill outline-none transition-all disabled:pointer-events-none focus:outline-0",{variants:{variant:{regular:"border-2 border-gray-stroke-muted data-[disabled]:cursor-default data-[disabled]:!bg-gray-background-soft-muted data-[state=checked]:bg-primary-background-fill data-[state=unchecked]:bg-surface-card data-[state=checked]:border-transparent data-[disabled]:data-[state=checked]:bg-gray-background-soft-muted data-[disabled]:data-[state=checked]:border-gray-stroke-muted enabled:hover:ring-4 data-[state=unchecked]:enabled:hover:ring-state-hover data-[state=checked]:enabled:hover:ring-state-active data-[state=unchecked]:enabled:hover:border-gray-stroke data-[state=checked]:enabled:hover:bg-primary-background-fill-emphasis"},size:{sm:"h-4 w-6",md:"h-5 w-8",lg:"h-6 w-10"}},defaultVariants:{variant:"regular",size:"md"}});function zc(c){var p=c,{className:e,size:a,variant:o,checkedIcon:t,uncheckedIcon:r,checked:d,defaultChecked:i}=p,u=n(p,["className","size","variant","checkedIcon","uncheckedIcon","checked","defaultChecked"]);let[m,x]=R.useState(i||false),h=d!==void 0,y=h?d:m,L=t||r;return jsxRuntime.jsx(radixUi.Switch.Root,f(s({"data-slot":"switch",className:l("group",Qs({size:a,variant:o}),e),checked:d,defaultChecked:i,onCheckedChange:A=>{var M;h||x(A),(M=u.onCheckedChange)==null||M.call(u,A);}},u),{children:jsxRuntime.jsx(radixUi.Switch.Thumb,{"data-slot":"switch-thumb",className:l("pointer-events-none flex items-center justify-center rounded-full ring-0 transition-transform data-[state=unchecked]:translate-x-0.5 data-[disabled]:!bg-gray-background-fill-muted data-[state=checked]:bg-primary-foreground-onfill data-[state=unchecked]:bg-gray-foreground-muted data-[state=unchecked]:group-hover:bg-gray-foreground data-[state=unchecked]:group-data-[disabled]:group-hover:bg-gray-foreground-muted",L&&"!bg-transparent data-[disabled]:!bg-transparent",qc[a||"md"],Vc[a||"md"]),children:L&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[y&&t&&jsxRuntime.jsx("span",{className:l("flex items-center justify-center text-primary-foreground-onfill group-data-[disabled]:text-gray-300",js[a||"md"]),children:t}),!y&&r&&jsxRuntime.jsx("span",{className:l("flex items-center justify-center text-gray-foreground group-data-[disabled]:text-gray-300",js[a||"md"]),children:r})]})})}))}var $s=R.createContext({});function Kc({children:e,value:a,onValueChange:o,open:t,defaultOpen:r,onOpenChange:d}){let[i,u]=R.useState(a||""),c={value:a||i,onValueChange:o||u};return jsxRuntime.jsx($s.Provider,{value:c,children:jsxRuntime.jsx(co,{open:t,defaultOpen:r,onOpenChange:d,children:e})})}function Zc({children:e,asChild:a=true,className:o}){return jsxRuntime.jsx(po,{className:o,asChild:a,children:e})}function jc({children:e,align:a="center",side:o="right",className:t}){return jsxRuntime.jsx(mo,{className:t,align:a,side:o,children:e})}function Qc({children:e,label:a}){let{value:o,onValueChange:t}=R.useContext($s);return a?jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(xo,{children:a}),jsxRuntime.jsx(ct,{value:o,onValueChange:t,children:e})]}):jsxRuntime.jsx(ct,{value:o,onValueChange:t,children:e})}function $c({children:e,value:a,onClick:o,icon:t}){let r=()=>{o&&o();};return a?jsxRuntime.jsxs(go,{value:a,onClick:r,children:[typeof t=="string"?jsxRuntime.jsx("img",{src:t,alt:"",width:20,height:14}):t,e]}):jsxRuntime.jsxs(ft,{onClick:r,children:[typeof t=="string"?jsxRuntime.jsx("img",{src:t,alt:"",width:20,height:14}):t,e]})}function Jc({children:e,onClick:a,icon:o}){return jsxRuntime.jsxs(ft,{onClick:a,children:[o,e]})}function Yc(){return jsxRuntime.jsx(ho,{})}var el=R.createContext(null),lp=150,Js=16,dp="w-8";function Ho(){let e=R.useContext(el);if(!e)throw new Error("useTabsContext must be used within a Tabs component.");return e}function np(e,a){let o=R.useRef(null);return R.useEffect(()=>()=>{o.current&&clearTimeout(o.current);},[]),R.useCallback(((...t)=>{o.current&&clearTimeout(o.current),o.current=setTimeout(()=>e(...t),a);}),[e,a])}var al=classVarianceAuthority.cva("relative inline-flex min-w-full items-center justify-between gap-0 bg-surface-section",{variants:{variant:{standalone:"rounded-lg border border-gray-stroke-muted px-6",header:"border-b border-gray-stroke-muted px-3.5 sm:px-6 lg:px-8 bg-transparent"}},defaultVariants:{variant:"standalone"}}),tl=classVarianceAuthority.cva(["inline-flex min-w-fit flex-1 items-center justify-center gap-2 whitespace-nowrap font-medium transition-colors","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2","disabled:pointer-events-none disabled:text-gray-foreground-muted","[&_svg:not([class*='size-'])]:size-4 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg]:transition-all","relative font-medium text-gray-foreground hover:text-gray-foreground data-[state=active]:text-primary-foreground data-[state=active]:font-semibold"],{variants:{variant:{standalone:"px-3.5 md:px-10 lg:px-16",header:"px-4"},size:{md:"h-[46px] text-sm",lg:"h-[54px] text-base"}},defaultVariants:{variant:"standalone",size:"md"}}),ip=classVarianceAuthority.cva("relative min-w-0 max-w-full",{variants:{variant:{standalone:"",header:"px-3.5 sm:px-6 lg:px-8"}},defaultVariants:{variant:"standalone"}}),Ys=classVarianceAuthority.cva(["pointer-events-none absolute top-0 z-10 h-full transition-opacity duration-200",dp],{variants:{side:{left:"left-0 bg-gradient-to-r from-background to-transparent",right:"right-0 bg-gradient-to-l from-background to-transparent"},variant:{standalone:"",header:""}},compoundVariants:[{side:"left",variant:"header",class:"left-3.5 sm:left-6 lg:left-8"},{side:"right",variant:"header",class:"right-3.5 sm:right-6 lg:right-8"}],defaultVariants:{side:"left",variant:"standalone"}}),ol=classVarianceAuthority.cva("ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2",{variants:{variant:{standalone:"",header:""},size:{md:"",lg:""}},compoundVariants:[{variant:"standalone",size:"md",class:"m-4"},{variant:"standalone",size:"lg",class:"m-6"},{variant:"header",size:"md",class:"my-4"},{variant:"header",size:"lg",class:"my-6"}],defaultVariants:{variant:"standalone",size:"md"}});function up(i){var u=i,{className:e,variant:a="standalone",size:o="md",responsive:t=true,children:r}=u,d=n(u,["className","variant","size","responsive","children"]);let[c,p]=R.useState(o),m=R.useCallback(()=>{if(typeof window=="undefined")return;let h=parseInt(ma.tablet),y=parseInt(ma.mobile),L=window.innerWidth;L<=y||L<=h?p("md"):p(o);},[o]),x=np(m,lp);return R.useEffect(()=>{if(typeof window=="undefined"||!t){p(o);return}return m(),window.addEventListener("resize",x),()=>window.removeEventListener("resize",x)},[t,o,m,x]),jsxRuntime.jsx(el.Provider,{value:R.useMemo(()=>({variant:a,size:o,responsiveSize:c}),[a,o,c]),children:jsxRuntime.jsx(radixUi.Tabs.Root,f(s({"data-slot":"tabs","data-variant":a,"data-size":c,className:l("flex w-full max-w-full flex-col overflow-hidden",e)},d),{children:r}))})}function fp(t){var r=t,{className:e,children:a}=r,o=n(r,["className","children"]);let{variant:d,responsiveSize:i}=Ho(),u=R.useRef(null),c=R.useRef(null),[p,m]=R.useState(false),[x,h]=R.useState(false),[y,L]=R.useState(null),A=R.useCallback(()=>{let k=u.current;if(!k)return;let{scrollLeft:I,scrollWidth:U,clientWidth:E}=k,b=U>E;m(b&&I>0),h(b&&I<U-E-1);},[]),M=R.useCallback(()=>{let k=c.current;if(!k)return;let I=k.querySelector('[data-state="active"]');if(I){let U=k.getBoundingClientRect(),E=I.getBoundingClientRect();L({left:E.left-U.left,width:E.width});}},[]),V=R.useCallback(()=>{let k=u.current,I=c.current;if(!k||!I)return;let U=I.querySelector('[data-state="active"]');if(U){let E=k.getBoundingClientRect(),b=U.getBoundingClientRect();b.left<E.left?k.scrollBy({left:b.left-E.left-Js,behavior:"smooth"}):b.right>E.right&&k.scrollBy({left:b.right-E.right+Js,behavior:"smooth"});}},[]);return R.useEffect(()=>{let k=u.current;if(!k)return;A();let I=new ResizeObserver(()=>{A(),M();});return I.observe(k),k.addEventListener("scroll",A,{passive:true}),()=>{I.disconnect(),k.removeEventListener("scroll",A);}},[A,M]),R.useEffect(()=>{M();},[M,a]),R.useEffect(()=>{let k=c.current;if(!k)return;let I=new MutationObserver(U=>{for(let E of U)if(E.type==="attributes"&&E.attributeName==="data-state"){M(),V();break}});return I.observe(k,{attributes:true,subtree:true,attributeFilter:["data-state"]}),()=>I.disconnect()},[M,V]),jsxRuntime.jsxs("div",{"data-slot":"tabs-list-wrapper",className:ip({variant:d}),children:[jsxRuntime.jsx("div",{className:l(Ys({side:"left",variant:d}),p?"opacity-100":"opacity-0"),"aria-hidden":"true"}),jsxRuntime.jsx("div",{className:l(Ys({side:"right",variant:d}),x?"opacity-100":"opacity-0"),"aria-hidden":"true"}),jsxRuntime.jsx("div",{ref:u,className:"overflow-x-auto overflow-y-hidden [-ms-overflow-style:none] [scrollbar-width:none] [&::-webkit-scrollbar]:hidden",children:jsxRuntime.jsxs("div",{ref:c,className:"relative",children:[jsxRuntime.jsx(radixUi.Tabs.List,f(s({"data-slot":"tabs-list","data-variant":d,"data-size":i,className:l(al({variant:d}),e)},o),{children:a})),y&&jsxRuntime.jsx("div",{className:"pointer-events-none absolute bottom-0 h-0.5 bg-secondary-stroke-emphasis transition-all duration-300 ease-out",style:{left:y.left,width:y.width},"aria-hidden":"true"})]})})]})}function cp(d){var i=d,{className:e,children:a,icon:o,badge:t}=i,r=n(i,["className","children","icon","badge"]);let{variant:u,responsiveSize:c}=Ho(),p=R.useRef(null),[m,x]=R.useState(false);R.useEffect(()=>{let y=p.current;if(!y)return;let L=()=>{x(y.getAttribute("data-state")==="active");};L();let A=new MutationObserver(L);return A.observe(y,{attributes:true,attributeFilter:["data-state"]}),()=>A.disconnect()},[]);let h=()=>o?R.isValidElement(o)?R.cloneElement(o,{strokeWidth:m?2:1.6}):o:null;return jsxRuntime.jsxs(radixUi.Tabs.Trigger,f(s({ref:p,"data-slot":"tabs-trigger","data-variant":u,"data-size":c,className:l(tl({variant:u,size:c}),e)},r),{children:[o&&jsxRuntime.jsx("span",{"data-slot":"tabs-icon",className:"flex shrink-0 items-center","aria-hidden":"true",children:h()}),jsxRuntime.jsx("span",{children:a}),t&&jsxRuntime.jsx("span",{"data-slot":"tabs-badge",className:"flex shrink-0 items-center",role:"status",children:t})]}))}function pp(o){var t=o,{className:e}=t,a=n(t,["className"]);let{variant:r,responsiveSize:d}=Ho();return jsxRuntime.jsx(radixUi.Tabs.Content,s({"data-slot":"tabs-content","data-variant":r,"data-size":d,className:l(ol({variant:r,size:d}),e)},a))}var rl=classVarianceAuthority.cva("group/tile relative flex flex-col justify-center rounded-lg gap-0.5 px-5 py-4 cursor-default data-[disabled=true]:pointer-events-none",{variants:{variant:{regular:"bg-surface-settings-on text-primary-foreground fill-primary-foreground data-[disabled=false]:hover:[background:radial-gradient(51.96%_112.02%_at_50%_112.02%,_var(--color-surface-card)_0%,_var(--color-surface-settings-on)_100%)] data-[disabled=true]:bg-surface-disable data-[inactive=true]:bg-surface-settings-off data-[inactive=true]:hover:[background:radial-gradient(51.96%_112.02%_at_50%_112.02%,_var(--color-surface-card)_0%,_var(--color-surface-settings-off)_100%)]",cm:"bg-cm-background-fill text-cm-foreground-onfill fill-cm-foreground-onfill data-[disabled=false]:hover:[background:radial-gradient(63.78%_137.5%_at_50%_137.5%,_var(--color-cm-background-fill-emphasis)_0%,_var(--color-cm-background-fill)_100%)] data-[disabled=true]:opacity-70 data-[inactive=true]:[filter:brightness(.8)]",go:"bg-go-background-fill text-go-foreground-onfill fill-go-foreground-onfill data-[disabled=false]:hover:[background:radial-gradient(63.78%_137.5%_at_50%_137.5%,_var(--color-go-background-fill-emphasis)_0%,_var(--color-go-background-fill)_100%)] data-[disabled=true]:opacity-70 data-[inactive=true]:[filter:brightness(.8)]",cir:"bg-cir-background-fill text-cir-foreground-onfill fill-cir-foreground-onfill data-[disabled=false]:hover:[background:radial-gradient(63.78%_137.5%_at_50%_137.5%,_var(--color-cir-background-fill-emphasis)_0%,_var(--color-cir-background-fill)_100%)] data-[disabled=true]:opacity-70 data-[inactive=true]:[filter:brightness(.8)]",ped:"bg-ped-background-fill text-ped-foreground-onfill fill-ped-foreground-onfill data-[disabled=false]:hover:[background:radial-gradient(51.96%_112.02%_at_50%_112.02%,_var(--color-ped-background-fill-emphasis)_0%,_var(--color-ped-background-fill)_100%)] data-[disabled=true]:opacity-70 data-[inactive=true]:[filter:brightness(.8)]",prev:"bg-prev-background-fill text-prev-foreground-onfill fill-prev-foreground-onfill data-[disabled=false]:hover:[background:radial-gradient(63.78%_137.5%_at_50%_137.5%,_var(--color-prev-background-fill-emphasis)_0%,_var(--color-prev-background-fill)_100%)] data-[disabled=true]:opacity-70 data-[inactive=true]:[filter:brightness(.8)]"}},defaultVariants:{variant:"regular"}});function hp(i){var u=i,{className:e,variant:a="regular",asChild:o=false,disabled:t=false,inactive:r=false}=u,d=n(u,["className","variant","asChild","disabled","inactive"]);let c=o?radixUi.Slot.Slot:"div";return jsxRuntime.jsxs(c,f(s({"data-slot":"tile","data-variant":a,"data-inactive":r,"data-disabled":t,"aria-disabled":t||r,className:l(rl({variant:a,className:e}),d.onClick&&!t&&"cursor-pointer")},d),{children:[d.children,d.onClick&&!t&&jsxRuntime.jsx(icons.EditPencil,{className:"absolute right-5 top-4 size-5 opacity-0 transition-opacity group-hover/tile:opacity-100"})]}))}function bp(t){var r=t,{className:e,icon:a}=r,o=n(r,["className","icon"]);return jsxRuntime.jsx("div",f(s({"data-slot":"tile-icon",className:l("mb-2.5 last:mb-0 [&>svg]:size-5",e)},o),{children:a}))}function Lp(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"tile-title",className:l("line-clamp-1 flex w-fit text-xs font-medium",e)},a))}function Cp(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("span",s({"data-slot":"tile-description",className:l("line-clamp-1 flex w-fit text-sm font-semibold",e)},a))}var yp=3,Sp=5e3,Ee={ADD_TOAST:"ADD_TOAST",UPDATE_TOAST:"UPDATE_TOAST",DISMISS_TOAST:"DISMISS_TOAST",REMOVE_TOAST:"REMOVE_TOAST"},Oo=0;function Pp(){return Oo=(Oo+1)%Number.MAX_SAFE_INTEGER,Oo.toString()}var qo=new Map,sl=e=>{if(qo.has(e))return;let a=setTimeout(()=>{qo.delete(e),Za({type:Ee.REMOVE_TOAST,toastId:e});},Sp);qo.set(e,a);},wp=(e,a)=>{switch(a.type){case Ee.ADD_TOAST:return f(s({},e),{toasts:[a.toast,...e.toasts].slice(0,yp)});case Ee.UPDATE_TOAST:return f(s({},e),{toasts:e.toasts.map(o=>o.id===a.toast.id?s(s({},o),a.toast):o)});case Ee.DISMISS_TOAST:{let{toastId:o}=a;return o?sl(o):e.toasts.forEach(t=>{sl(t.id);}),f(s({},e),{toasts:e.toasts.map(t=>t.id===o||a.toastId===void 0?f(s({},t),{open:false}):t)})}case Ee.REMOVE_TOAST:return a.toastId===void 0?f(s({},e),{toasts:[]}):f(s({},e),{toasts:e.toasts.filter(o=>o.id!==a.toastId)})}},Et=[],Ht={toasts:[]};function Za(e){Ht=wp(Ht,e),[...Et].forEach(a=>{a(Ht);});}function Tp(a){var e=n(a,[]);let o=Pp(),t=d=>Za({type:Ee.UPDATE_TOAST,toast:f(s({},d),{id:o})}),r=()=>Za({type:Ee.DISMISS_TOAST,toastId:o});return Za({type:Ee.ADD_TOAST,toast:f(s({},e),{id:o,open:true,onOpenChange:d=>{d||r();}})}),{id:o,dismiss:r,update:t}}function Vo(){let[e,a]=R.useState(Ht);return R.useEffect(()=>(Et.push(a),()=>{let o=Et.indexOf(a);o>-1&&Et.splice(o,1);}),[]),f(s({},e),{toast:Tp,dismiss:o=>Za({type:Ee.DISMISS_TOAST,toastId:o})})}var nl=classVarianceAuthority.cva("group pointer-events-auto relative flex w-full items-center justify-between gap-4 overflow-hidden rounded-md bg-surface-elevated p-2 pl-4 shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=open]:slide-in-from-top-full data-[state=closed]:fade-out-0 data-[state=closed]:slide-out-to-top-4 data-[state=open]:duration-300 data-[state=closed]:duration-400 data-[swipe=move]:translate-x-[var(--radix-toast-swipe-move-x)] data-[swipe=cancel]:translate-x-0 data-[swipe=end]:translate-x-[var(--radix-toast-swipe-end-x)] data-[swipe=cancel]:transition-transform data-[swipe=end]:animate-out transition-[transform,opacity]",{variants:{variant:{primary:"text-primary-foreground",secondary:"text-secondary-foreground",success:"text-feedback-success-foreground",warning:"text-feedback-warning-foreground",error:"text-feedback-error-foreground"}},defaultVariants:{variant:"primary"}}),Bp=classVarianceAuthority.cva("size-6 shrink-0",{variants:{variant:{primary:"text-primary-foreground fill-primary-background-soft",secondary:"text-secondary-foreground fill-secondary-background-soft",success:"text-feedback-success-foreground fill-feedback-success-background-soft",warning:"text-feedback-warning-foreground fill-feedback-warning-background-soft",error:"text-feedback-error-foreground fill-feedback-error-background-soft"}},defaultVariants:{variant:"primary"}}),Np={primary:"regular-soft",secondary:"emphasis-soft",success:"success-soft",warning:"warning-soft",error:"error-soft"},Fp={primary:icons.Info,secondary:icons.Info,success:icons.CircleCheck,warning:icons.TriangleWarning,error:icons.OctagonWarning},Ep=radixUi.Toast.Provider;function il(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(radixUi.Toast.Viewport,s({"data-slot":"toast-viewport",className:l("fixed right-0 top-0 z-[100] flex max-h-screen w-full min-w-0 max-w-[500px] flex-col gap-2 p-4 md:w-[500px]",e)},a))}function ul(i){var u=i,{className:e,variant:a="primary",showIcon:o=true,duration:t=5e3,children:r}=u,d=n(u,["className","variant","showIcon","duration","children"]);let c=Fp[a||"primary"];return jsxRuntime.jsxs(radixUi.Toast.Root,f(s({duration:t,className:l(nl({variant:a}),e)},d),{children:[o&&jsxRuntime.jsx(c,{className:l(Bp({variant:a}))}),jsxRuntime.jsx("div",{className:"flex flex-1 items-center justify-between gap-4",children:r})]}))}function Hp(c){var p=c,{className:e,variant:a="primary",size:o="sm",iconLeft:t,iconRight:r,children:d,altText:i="Toast action"}=p,u=n(p,["className","variant","size","iconLeft","iconRight","children","altText"]);return jsxRuntime.jsx(radixUi.Toast.Action,f(s({asChild:true,altText:i,className:l("inline-flex items-center justify-center",e)},u),{children:jsxRuntime.jsx(Y,{iconLeft:t,iconRight:r,size:o,variant:Np[a],children:d})}))}function fl(t){var r=t,{className:e,label:a="Fechar"}=r,o=n(r,["className","label"]);return jsxRuntime.jsx(radixUi.Toast.Close,f(s({className:l("shrink-0",e)},o),{asChild:true,children:jsxRuntime.jsx(Y,{iconLeft:jsxRuntime.jsx(icons.CloseMd,{className:"size-4"}),size:"sm","aria-label":a,variant:"regular-basic"})}))}function cl(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(radixUi.Toast.Title,s({className:l("flex-1 text-md font-medium",e)},a))}function pl(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(radixUi.Toast.Description,s({className:l("text-xs",e)},a))}function Op(){let{toasts:e}=Vo();return jsxRuntime.jsxs(Ep,{children:[e.map(function(i){var u=i,{id:a,title:o,description:t,action:r}=u,d=n(u,["id","title","description","action"]);return jsxRuntime.jsxs(ul,f(s({},d),{children:[jsxRuntime.jsxs("div",{className:"grid",children:[o&&jsxRuntime.jsx(cl,{children:o}),t&&jsxRuntime.jsx(pl,{children:t})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[r,jsxRuntime.jsx(fl,{})]})]}),a)}),jsxRuntime.jsx(il,{})]})}/*! Bundled license information:
1
+ 'use strict';var R=require('react'),classVarianceAuthority=require('class-variance-authority'),icons=require('@medway-ui/icons'),clsx=require('clsx'),tailwindMerge=require('tailwind-merge'),jsxRuntime=require('react/jsx-runtime'),radixUi=require('radix-ui'),reactDom=require('react-dom');function _interopNamespace(e){if(e&&e.__esModule)return e;var n=Object.create(null);if(e){Object.keys(e).forEach(function(k){if(k!=='default'){var d=Object.getOwnPropertyDescriptor(e,k);Object.defineProperty(n,k,d.get?d:{enumerable:true,get:function(){return e[k]}});}})}n.default=e;return Object.freeze(n)}var R__namespace=/*#__PURE__*/_interopNamespace(R);var xl=Object.defineProperty,hl=Object.defineProperties;var bl=Object.getOwnPropertyDescriptors;var et=Object.getOwnPropertySymbols;var Go=Object.prototype.hasOwnProperty,Wo=Object.prototype.propertyIsEnumerable;var Uo=(e,a,o)=>a in e?xl(e,a,{enumerable:true,configurable:true,writable:true,value:o}):e[a]=o,s=(e,a)=>{for(var o in a||(a={}))Go.call(a,o)&&Uo(e,o,a[o]);if(et)for(var o of et(a))Wo.call(a,o)&&Uo(e,o,a[o]);return e},f=(e,a)=>hl(e,bl(a));var n=(e,a)=>{var o={};for(var t in e)Go.call(e,t)&&a.indexOf(t)<0&&(o[t]=e[t]);if(e!=null&&et)for(var t of et(e))a.indexOf(t)<0&&Wo.call(e,t)&&(o[t]=e[t]);return o};var vl=tailwindMerge.extendTailwindMerge({extend:{classGroups:{"font-size":["text-xxs","text-xs","text-sm","text-base","text-md","text-lg","text-xl","text-title-xs","text-title-sm","text-title-md","text-title-lg","text-title-xl","text-title-xxl","text-display-sm","text-display-md","text-display-lg"],leading:["leading-xxs","leading-xs","leading-sm","leading-md","leading-lg","leading-title-xs","leading-title-sm","leading-title-md","leading-title-lg","leading-title-xl","leading-title-xxl","leading-display-sm","leading-display-md","leading-display-lg"],"font-weight":["font-regular","font-medium","font-semibold","font-bold","font-extrabold"],rounded:["rounded-none","rounded-sm","rounded-md","rounded-lg","rounded-pill","rounded-circular","rounded-full"]}}});function l(...e){return vl(clsx.clsx(e))}var Ut=R.createContext(null),jo=classVarianceAuthority.cva("relative flex flex-col items-center justify-between gap-5 w-full rounded-md px-4 py-3 text-sm has-[>svg]:gap-x-9 gap-y-1 items-center [&>svg]:translate-y-0 [&>svg]:text-current lg:flex-row",{variants:{variant:{regular:"[background:linear-gradient(0deg,_var(--color-primary-background-soft)_0%,_var(--color-primary-background-soft)_100%),_var(--color-surface-card)] text-primary-foreground [&>svg]:text-primary-foreground",emphasis:"[background:linear-gradient(0deg,_var(--color-secondary-background-soft)_0%,_var(--color-secondary-background-soft)_100%),_var(--color-surface-card)] text-secondary-foreground [&>svg]:text-secondary-foreground",success:"[background:linear-gradient(0deg,_var(--color-green-background-soft)_0%,_var(--color-green-background-soft)_100%),_var(--color-surface-card)] text-green-foreground [&>svg]:text-green-foreground",warning:"[background:linear-gradient(0deg,_var(--color-yellow-background-soft)_0%,_var(--color-yellow-background-soft)_100%),_var(--color-surface-card)] text-yellow-foreground [&>svg]:text-yellow-foreground",error:"[background:linear-gradient(0deg,_var(--color-red-background-soft)_0%,_var(--color-red-background-soft)_100%),_var(--color-surface-card)] text-red-foreground [&>svg]:text-red-foreground"}},defaultVariants:{variant:"regular"}});function Pl(d){var i=d,{className:e,variant:a="regular",onClose:o,children:t}=i,r=n(i,["className","variant","onClose","children"]);let u=R.Children.toArray(t),c=u.some(x=>R.isValidElement(x)&&x.type===$o),p=u.some(x=>R.isValidElement(x)&&x.type===Qo),m=R.useMemo(()=>({variant:a,hasDescription:c,hasTitle:p,onClose:o}),[a,c,p,o]);return jsxRuntime.jsx(Ut.Provider,{value:m,children:jsxRuntime.jsxs("div",f(s({"data-slot":"alert",role:"alert",className:l(jo({variant:a}),e)},r),{children:[t,o&&jsxRuntime.jsx(icons.CloseMd,{"aria-label":"alert-close",onClick:o,className:"absolute right-4 top-2 !size-4 cursor-pointer !text-gray-foreground"})]}))})}function wl(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"alert-container",className:l("flex gap-3",e)},a))}function Tl(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"alert-content",className:l("flex flex-col gap-1",e)},a))}function Al(t){var r=t,{className:e,icon:a}=r,o=n(r,["className","icon"]);return jsxRuntime.jsx("div",f(s({"data-slot":"alert-icon",className:l("size-6",e)},o),{children:a}))}function Qo(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"alert-title",className:l("line-clamp-1 min-h-4 text-md font-medium",e)},a))}function $o(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"alert-description",className:l("!line-clamp-3 grid justify-items-start gap-1 text-sm leading-5",e)},a))}function Dl(o){var t=o,{className:e}=t,a=n(t,["className"]);let r=R.useContext(Ut),d=(r==null?void 0:r.hasDescription)||false,i=(r==null?void 0:r.hasTitle)||false,u=r==null?void 0:r.onClose;return jsxRuntime.jsx("div",s({"data-slot":"alert-actions",className:l("relative mt-2 flex flex-wrap items-center gap-x-2 lg:mt-0 lg:flex-nowrap",(!d||!i)&&u&&"lg:right-5",e)},a))}var Jo=classVarianceAuthority.cva("inline-flex items-center justify-center rounded-pill px-3 py-2 min-h-10 text-sm font-semibold transition-colors whitespace-nowrap focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 hover:brightness-90",{variants:{variant:{regular:"text-current",basic:"text-current"},alertVariant:{regular:"",emphasis:"",success:"",warning:"",error:""}},compoundVariants:[{variant:"regular",alertVariant:"regular",class:"bg-primary-background-soft"},{variant:"regular",alertVariant:"emphasis",class:"bg-secondary-background-soft"},{variant:"regular",alertVariant:"success",class:"bg-green-background-soft"},{variant:"regular",alertVariant:"warning",class:"bg-yellow-background-soft"},{variant:"regular",alertVariant:"error",class:"bg-red-background-soft"}],defaultVariants:{variant:"regular",alertVariant:"regular"}});function Rl(t){var r=t,{className:e,variant:a}=r,o=n(r,["className","variant"]);let d=R.useContext(Ut),i=(d==null?void 0:d.variant)||"regular";return jsxRuntime.jsx("button",s({className:l(Jo({variant:a,alertVariant:i}),e)},o))}function Gt({size:e=24,className:a}){return jsxRuntime.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:e,height:e,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:l("animate-spin",a),children:jsxRuntime.jsx("path",{d:"M21 12a9 9 0 1 1-6.219-8.56"})})}var El={sm:"size-4 p-0 leading-none",md:"size-5 p-0 leading-none",lg:"size-6 p-0 leading-none",xl:"size-7 p-0 leading-none"},Hl={sm:"px-1",md:"px-1",lg:"px-1",xl:"px-1.5"},er=classVarianceAuthority.cva("inline-flex items-center justify-center rounded-pill border font-semibold w-fit whitespace-nowrap shrink-0 gap-1 [&>svg]:pointer-events-none overflow-hidden border-transparent px-2",{variants:{variant:{regular:"bg-secondary-background-fill text-secondary-foreground-onfill",error:"bg-red-background-soft text-red-stroke-emphasis",warning:"bg-yellow-background-soft text-yellow-foreground",freemium:"[background:radial-gradient(135.09%_111.8%_at_0%_50%,rgba(24,98,188,0.02)_0%,rgba(0,32,91,0)_100%),linear-gradient(46deg,rgba(62,218,199,0.56)_6.54%,rgba(24,98,188,0.17)_85.21%),var(--color-primary)] text-white"},size:{sm:"min-w-4 text-xxs [&>svg]:size-2.5",md:"min-w-5 text-xs [&>svg]:size-3",lg:"min-w-6 text-xs [&>svg]:size-3.5",xl:"min-w-7 text-sm [&>svg]:size-4"}},defaultVariants:{variant:"regular",size:"md"}});function Ge(u){var c=u,{className:e,variant:a,size:o,icon:t,animation:r,asChild:d=false}=c,i=n(c,["className","variant","size","icon","animation","asChild"]);let p=d?radixUi.Slot.Slot:"span",m=R.Children.count(i.children)>0,x=!!t&&!m,h=typeof i.children=="string"||typeof i.children=="number"?String(i.children).trim():"",y=/^[A-Za-z0-9]$/.test(h),C=/^[A-Za-z0-9]{2,3}$/.test(h),A=/^\d{1,2}\S$/.test(h),M=C||A;return jsxRuntime.jsxs(p,f(s({"data-slot":"badge",className:l(er({variant:a,size:o}),(x||y)&&El[o||"md"],!x&&M&&Hl[o||"md"],r==="shine"&&"animate-shine bg-[linear-gradient(135deg,transparent_25%,var(--color-white-24)_50%,transparent_75%,transparent_100%)] bg-[length:250%_250%,100%_100%] bg-no-repeat",e)},i),{children:[t,i.children]}))}var zl={sm:"!h-8 !min-h-8 !w-8 !px-3 !py-2",md:"!h-10 !min-h-10 !w-10 !px-[14px] !py-[10px]",lg:"!h-12 !min-h-12 !w-12 !p-3",xl:"!h-14 !min-h-14 !w-14 !p-3"},ar={sm:"size-2",md:"size-2.5",lg:"size-2.5",xl:"size-3"},_l={sm:"sm",md:"md",lg:"md",xl:"lg"},Pa=classVarianceAuthority.cva("inline-flex items-center justify-center place-items-center gap-2 rounded-pill text-sm font-semibold whitespace-nowrap transition-all disabled:pointer-events-none min-w-0 max-w-full overflow-hidden [&_svg]:shrink-0 hover:cursor-pointer focus:outline-0 [grid-template-areas:'stack']",{variants:{variant:{regular:"bg-primary-background-fill text-primary-foreground-onfill hover:bg-primary-background-fill-emphasis disabled:bg-gray-background-fill-muted disabled:text-gray-foreground-onfill","regular-soft":"bg-primary-background-soft text-primary-foreground hover:bg-primary-background-soft-emphasis hover:text-primary-foreground-emphasis disabled:bg-gray-background-soft-muted disabled:text-gray-foreground-muted","regular-basic":"bg-transparent text-primary-foreground hover:bg-primary-background-soft-emphasis hover:text-primary-foreground-emphasis disabled:bg-transparent disabled:text-gray-foreground-muted",emphasis:"bg-secondary-background-fill text-secondary-foreground-onfill hover:bg-secondary-background-fill-emphasis disabled:bg-gray-background-fill-muted disabled:text-gray-foreground-onfill","emphasis-soft":"bg-secondary-background-soft text-secondary-foreground hover:bg-secondary-background-soft-emphasis hover:text-secondary-foreground-emphasis disabled:bg-gray-background-soft-muted disabled:text-gray-foreground-muted","emphasis-basic":"bg-transparent text-secondary-foreground hover:bg-secondary-background-soft-emphasis hover:text-secondary-foreground-emphasis disabled:bg-transparent disabled:text-gray-foreground-muted",error:"bg-red-background-fill text-red-foreground-onfill hover:bg-red-background-fill-emphasis disabled:bg-gray-background-fill-muted disabled:text-gray-foreground-onfill","error-soft":"bg-red-background-soft text-red-foreground hover:bg-red-background-soft-emphasis hover:text-red-foreground-emphasis disabled:bg-gray-background-soft-muted disabled:text-gray-foreground-muted","error-basic":"bg-transparent text-red-foreground hover:bg-red-background-soft-emphasis hover:text-red-foreground-emphasis disabled:bg-transparent disabled:text-gray-foreground-muted",warning:"bg-yellow-background-fill text-yellow-foreground-onfill hover:bg-yellow-background-fill-emphasis disabled:bg-gray-background-fill-muted disabled:text-gray-foreground-onfill","warning-soft":"bg-yellow-background-soft text-yellow-foreground hover:bg-yellow-background-soft-emphasis hover:text-yellow-foreground-emphasis disabled:bg-gray-background-soft-muted disabled:text-gray-foreground-muted","warning-basic":"bg-transparent text-yellow-foreground hover:bg-yellow-background-soft-emphasis hover:text-yellow-foreground-emphasis disabled:bg-transparent disabled:text-gray-foreground-muted",success:"bg-green-background-fill text-green-foreground-onfill hover:bg-green-background-fill-emphasis disabled:bg-gray-background-fill-muted disabled:text-gray-foreground-onfill","success-soft":"bg-green-background-soft text-green-foreground hover:bg-green-background-soft-emphasis hover:text-green-foreground-emphasis disabled:bg-gray-background-soft-muted disabled:text-gray-foreground-muted","success-basic":"bg-transparent text-green-foreground hover:bg-green-background-soft-emphasis hover:text-green-foreground-emphasis disabled:bg-transparent disabled:text-gray-foreground-muted",outlined:"border border-gray-stroke-muted bg-transparent text-foreground hover:border-transparent hover:bg-gray-50 disabled:border-transparent dark:bg-transparent hover:dark:border-gray-400 disabled:border-gray-stroke-muted disabled:text-gray-foreground-muted",gradient:"text-white [background:linear-gradient(284deg,var(--color-primary)_2.11%,var(--color-secondary)_128.06%)] hover:[background:linear-gradient(284deg,var(--color-primary)2.11%,var(--color-secondary)102.63%)] disabled:[background:var(--color-gray-50)] disabled:bg-gray-background-fill-muted disabled:text-gray-foreground-onfill",medbrain:"border-2 border-transparent bg-clip-text [background:linear-gradient(var(--color-white),var(--color-white))_padding-box,linear-gradient(75deg,var(--color-secondary),var(--color-cm-lighten-3))_border-box] [box-shadow:-8px_0_8px_0_var(--color-prev-16)_inset,8px_0_8px_0_var(--color-secondary-24)_inset,0_0_8px_0_var(--color-cm-16)_inset] hover:[background:linear-gradient(var(--color-white),var(--color-white))_padding-box,linear-gradient(75deg,var(--color-cm-lighten-3),var(--color-secondary))_border-box] [&_span]:bg-clip-text [&_span]:text-transparent [&_span]:bg-gradient-to-r [&_span]:from-cm [&_span]:to-primary [&_span]:hover:to-secondary disabled:bg-gray-background-fill-muted disabled:text-gray-foreground-onfill [&_svg]:text-cm-darken-1"},size:{sm:"min-h-8 min-w-8 px-3 py-1 has-[>svg]:px-3 [&_svg:not([class*='size-'])]:size-[13px] text-xs",md:"min-h-10 min-w-10 px-3.5 py-2 has-[>svg]:px-3.5 [&_svg:not([class*='size-'])]:size-4 text-sm",lg:"min-h-12 min-w-12 px-4 py-3 has-[>svg]:px-4 [&_svg:not([class*='size-'])]:size-6 text-md",xl:"min-h-14 min-w-14 px-[18px] py-3.5 has-[>svg]:px-[18px] [&_svg:not([class*='size-'])]:size-7 text-lg"}},defaultVariants:{variant:"regular",size:"md"}});function Y(x){var h=x,{className:e,containerClassName:a,variant:o,size:t,asChild:r=false,iconRight:d,iconLeft:i,badge:u,loading:c=false,alert:p}=h,m=n(h,["className","containerClassName","variant","size","asChild","iconRight","iconLeft","badge","loading","alert"]);let y=r?radixUi.Slot.Slot:"button",C=I=>I!=null&&I!==0&&I!==""&&I!=="0",A=I=>I,M=!m.children&&(i||d||p),V=()=>p?jsxRuntime.jsxs("span",{className:l("relative mr-1 flex size-2.5",ar[t||"md"]),children:[jsxRuntime.jsx("span",{className:"absolute inline-flex h-full w-full animate-ping rounded-full opacity-75",style:{backgroundColor:p}}),jsxRuntime.jsx("span",{className:l("relative inline-flex size-2.5 rounded-full",ar[t||"md"]),style:{backgroundColor:p}})]}):null,k=()=>c?jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(Gt,{className:"[grid-area:stack]"}),jsxRuntime.jsx("span",{className:l("[grid-area:stack]",c&&"invisible"),children:m.children})]}):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[p?V():i&&A(i),m.children&&jsxRuntime.jsx("span",{className:"truncate",children:m.children}),d&&A(d)]});return jsxRuntime.jsxs("div",{className:l("relative min-w-0",a),children:[C(u)&&jsxRuntime.jsx(Ge,{size:_l[t||"md"],variant:"regular",className:l("absolute -right-2 -top-1 z-10"),role:"status","aria-label":`${u}-notifications`,children:String(u)}),jsxRuntime.jsx(y,f(s({disabled:c,"aria-busy":c,"aria-live":c?"polite":void 0,"data-slot":"button",className:l(M&&zl[t||"md"],c&&"!inline-grid",Pa({variant:o,size:t,className:e}))},m),{children:k()}))]})}var or=classVarianceAuthority.cva("inline-flex items-center justify-center rounded-md px-2 py-1 text-xs font-semibold w-fit whitespace-nowrap shrink-0 gap-1.5 transition-colors overflow-hidden max-h-6",{variants:{variant:{regular:"bg-primary-background-fill text-primary-foreground-onfill fill-primary-foreground-onfill","regular-soft":"bg-primary-background-soft text-primary-foreground fill-primary-foreground","regular-basic":"bg-transparent text-primary-foreground fill-primary-foreground",emphasis:"bg-secondary-background-fill text-secondary-foreground-onfill fill-secondary-foreground-onfill","emphasis-soft":"bg-secondary-background-soft text-secondary-foreground fill-secondary-foreground","emphasis-basic":"bg-transparent text-secondary-foreground fill-secondary-foreground",gray:"bg-gray-background-fill text-gray-foreground-onfill fill-gray-foreground-onfill","gray-soft":"bg-gray-background-soft text-gray-foreground fill-gray-foreground","gray-basic":"bg-transparent text-gray-foreground fill-gray-foreground",success:"bg-green-background-fill text-green-foreground-onfill fill-green-foreground-onfill","success-soft":"bg-green-background-soft text-green-foreground fill-green-foreground","success-basic":"bg-transparent text-green-foreground fill-green-foreground",error:"bg-red-background-fill text-red-foreground-onfill fill-red-foreground-onfill","error-soft":"bg-red-background-soft text-red-foreground fill-red-foreground","error-basic":"bg-transparent text-red-foreground fill-red-foreground",warning:"bg-yellow-background-fill text-yellow-foreground-onfill fill-yellow-foreground-onfill","warning-soft":"bg-yellow-background-soft text-yellow-foreground fill-yellow-foreground","warning-basic":"bg-transparent text-yellow-foreground fill-yellow-foreground",cm:"bg-cm-background-fill text-cm-foreground-onfill fill-cm-foreground-onfill","cm-soft":"bg-cm-background-soft text-cm-foreground fill-cm-foreground","cm-basic":"bg-transparent text-cm-foreground fill-cm-foreground",go:"bg-go-background-fill text-go-foreground-onfill fill-go-foreground-onfill","go-soft":"bg-go-background-soft text-go-foreground fill-go-foreground","go-basic":"bg-transparent text-go-foreground fill-go-foreground",cir:"bg-cir-background-fill text-cir-foreground-onfill fill-cir-foreground-onfill","cir-soft":"bg-cir-background-soft text-cir-foreground fill-cir-foreground","cir-basic":"bg-transparent text-cir-foreground fill-cir-foreground",ped:"bg-ped-background-fill text-ped-foreground-onfill fill-ped-foreground-onfill","ped-soft":"bg-ped-background-soft text-ped-foreground fill-ped-foreground","ped-basic":"bg-transparent text-ped-foreground fill-ped-foreground",prev:"bg-prev-background-fill text-prev-foreground-onfill fill-prev-foreground-onfill","prev-soft":"bg-prev-background-soft text-prev-foreground fill-prev-foreground","prev-basic":"bg-transparent text-prev-foreground fill-prev-foreground",ia:"[background:linear-gradient(90deg,var(--color-secondary-darken-1)_0%,var(--color-cm)_100%)] text-primary-foreground-onfill fill-primary-foreground-onfill","ia-soft":"[background:linear-gradient(90deg,color-mix(in_srgb,var(--color-secondary-darken-1)_15%,transparent)_0%,color-mix(in_srgb,var(--color-cm)_15%,transparent)_100%)] text-secondary-foreground fill-secondary-foreground","ia-basic":"bg-transparent text-secondary-foreground [&_[data-slot=tag-text]]:bg-clip-text [&_[data-slot=tag-text]]:text-transparent [&_[data-slot=tag-text]]:[-webkit-background-clip:text] [&_[data-slot=tag-text]]:[background-image:linear-gradient(90deg,var(--color-secondary-darken-1)_0%,var(--color-cm)_100%)]"}},defaultVariants:{variant:"regular"}});function Wl(t){var r=t,{className:e,icon:a}=r,o=n(r,["className","icon"]);return jsxRuntime.jsx("div",f(s({"data-slot":"tag-icon",className:l("[&>svg]:size-3.5",e)},o),{children:a}))}function ie(i){var u=i,{className:e,variant:a,asChild:o=false,icon:t,children:r}=u,d=n(u,["className","variant","asChild","icon","children"]);let c=o?radixUi.Slot.Slot:"span";return jsxRuntime.jsxs(c,f(s({"data-slot":"tag",className:l(or({variant:a}),e)},d),{children:[t&&jsxRuntime.jsx(Wl,{icon:t}),jsxRuntime.jsx("span",{"data-slot":"tag-text",children:r})]}))}var ra="regular",tt=R.createContext(null),Ql=classVarianceAuthority.cva("flex w-full items-center justify-center px-8 py-8",{variants:{variant:{regular:"[background-image:radial-gradient(50%_100%_at_50%_0%,var(--color-primary-background-soft)_0%,transparent_100%)]",emphasis:"[background-image:radial-gradient(50%_100%_at_50%_0%,var(--color-secondary-background-soft)_0%,transparent_100%)]",warning:"[background-image:radial-gradient(50%_100%_at_50%_0%,var(--color-feedback-warning-background-soft)_0%,transparent_100%)]",error:"[background-image:radial-gradient(50%_100%_at_50%_0%,var(--color-feedback-error-background-soft)_0%,transparent_100%)]",success:"[background-image:radial-gradient(50%_100%_at_50%_0%,var(--color-feedback-success-background-soft)_0%,transparent_100%)]"}},defaultVariants:{variant:ra}}),$l=classVarianceAuthority.cva("flex items-center justify-center rounded-full p-4 [&_svg]:size-8",{variants:{variant:{regular:"bg-primary-background-fill text-primary-foreground-onfill",emphasis:"bg-secondary-background-fill text-secondary-foreground-onfill",warning:"bg-yellow-background-fill text-yellow-foreground-onfill",error:"bg-red-background-fill text-red-foreground-onfill",success:"bg-green-background-fill text-green-foreground-onfill"}},defaultVariants:{variant:ra}}),Jl={regular:"regular-soft",emphasis:"emphasis-soft",warning:"warning-soft",error:"error-soft",success:"success-soft"},Yl={regular:"regular",emphasis:"emphasis",warning:"warning",error:"error",success:"success"};function ed(o){var t=o,{variant:e=ra}=t,a=n(t,["variant"]);let r=R.useMemo(()=>({variant:e}),[e]);return jsxRuntime.jsx(tt.Provider,{value:r,children:jsxRuntime.jsx(radixUi.AlertDialog.Root,s({"data-slot":"alert-dialog"},a))})}function ad(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.AlertDialog.Trigger,s({"data-slot":"alert-dialog-trigger"},e))}function sr(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.AlertDialog.Portal,s({"data-slot":"alert-dialog-portal"},e))}function lr(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(radixUi.AlertDialog.Overlay,s({"data-slot":"alert-dialog-overlay",className:l("fixed inset-0 z-50 bg-black-48 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",e)},a))}function td(d){var i=d,{className:e,overlayClassName:a,showCloseButton:o=false,children:t}=i,r=n(i,["className","overlayClassName","showCloseButton","children"]);return jsxRuntime.jsxs(sr,{children:[jsxRuntime.jsx(lr,{className:a}),jsxRuntime.jsxs(radixUi.AlertDialog.Content,f(s({"data-slot":"alert-dialog-content",className:l("fixed left-1/2 top-1/2 z-50 flex w-full max-w-[calc(100%-2rem)] -translate-x-1/2 -translate-y-1/2 flex-col overflow-hidden rounded-xl border bg-surface-elevated shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-1/2 data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-1/2 sm:max-w-lg",e)},r),{children:[t,o&&jsxRuntime.jsxs(radixUi.AlertDialog.Cancel,{"data-slot":"alert-dialog-close",className:"focus:outline-hidden absolute right-3 top-3 rounded-pill p-1.5 hover:bg-gray-background-soft disabled:pointer-events-none [&_svg:not([class*='size-'])]:size-4 [&_svg]:pointer-events-none [&_svg]:shrink-0",children:[jsxRuntime.jsx(icons.CloseMd,{}),jsxRuntime.jsx("span",{className:"sr-only",children:"Close"})]})]}))]})}function od(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"alert-dialog-header",className:l("flex flex-col items-center gap-3 px-8 pt-8 text-center","[[data-slot=alert-dialog-content]:has([data-slot=alert-dialog-icon])_&]:pt-0",e)},a))}function rd(t){var r=t,{className:e,icon:a}=r,o=n(r,["className","icon"]);var u;let d=R.useContext(tt),i=(u=d==null?void 0:d.variant)!=null?u:ra;return jsxRuntime.jsx("div",f(s({"data-slot":"alert-dialog-icon",className:l(Ql({variant:i}),e)},o),{children:jsxRuntime.jsx("div",{className:$l({variant:i}),children:a})}))}function sd({className:e,variant:a,children:o}){var d;let t=R.useContext(tt),r=(d=a!=null?a:t==null?void 0:t.variant)!=null?d:ra;return jsxRuntime.jsx("div",{"data-slot":"alert-dialog-tag",className:"flex justify-center",children:jsxRuntime.jsx(ie,{variant:Jl[r],className:e,children:o})})}function ld(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(radixUi.AlertDialog.Title,s({"data-slot":"alert-dialog-title",className:l("text-title-sm font-semibold leading-title-sm text-content-title",e)},a))}function dd(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(radixUi.AlertDialog.Description,s({"data-slot":"alert-dialog-description",className:l("text-md leading-md text-content-paragraph",e)},a))}function nd(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"alert-dialog-footer",className:l("flex flex-row items-center justify-center gap-4 px-8 pb-8 pt-6",e)},a))}function id(r){var d=r,{className:e,variant:a,size:o="lg"}=d,t=n(d,["className","variant","size"]);var c;let i=R.useContext(tt),u=a!=null?a:Yl[(c=i==null?void 0:i.variant)!=null?c:ra];return jsxRuntime.jsx(radixUi.AlertDialog.Action,s({className:l(Pa({variant:u,size:o}),e)},t))}function ud(r){var d=r,{className:e,variant:a="regular-soft",size:o="lg"}=d,t=n(d,["className","variant","size"]);return jsxRuntime.jsx(radixUi.AlertDialog.Cancel,s({className:l(Pa({variant:a,size:o}),e)},t))}var fd=0;function cd(){return `medway-id-${++fd}`}var pd=R__namespace.useId||(()=>{});function Ie(){let e=pd(),[a]=R__namespace.useState(()=>e!=null?e:cd());return a}var md=/[\\\/_+.#"@\[\(\{&]/,gd=/[\\\/_+.#"@\[\(\{&]/g,xd=/[\s-]/,nr=/[\s-]/g;function Zt(e,a,o,t,r,d,i){if(d===a.length)return r===e.length?1:.99;let u=`${r},${d}`;if(i[u]!==void 0)return i[u];let c=t.charAt(d),p=o.indexOf(c,r),m=0,x,h,y,C;for(;p>=0;)x=Zt(e,a,o,t,p+1,d+1,i),x>m&&(p===r?x*=1:md.test(e.charAt(p-1))?(x*=.8,y=e.slice(r,p-1).match(gd),y&&r>0&&(x*=Math.pow(.999,y.length))):xd.test(e.charAt(p-1))?(x*=.9,C=e.slice(r,p-1).match(nr),C&&r>0&&(x*=Math.pow(.999,C.length))):(x*=.17,r>0&&(x*=Math.pow(.999,p-r))),e.charAt(p)!==a.charAt(d)&&(x*=.9999)),(x<.1&&o.charAt(p-1)===t.charAt(d+1)||t.charAt(d+1)===t.charAt(d)&&o.charAt(p-1)!==t.charAt(d))&&(h=Zt(e,a,o,t,p+1,d+2,i),h*.1>x&&(x=h*.1)),x>m&&(m=x),p=o.indexOf(c,p+1);return i[u]=m,m}function dr(e){return e.toLowerCase().replace(nr," ")}function ir(e,a,o){return e=o&&o.length>0?`${e+" "+o.join(" ")}`:e,Zt(e,a,dr(e),dr(a),0,0,{})}var wa='[cmdk-group=""]',jt='[cmdk-group-items=""]',hd='[cmdk-group-heading=""]',fr='[cmdk-item=""]',ur=`${fr}:not([aria-disabled="true"])`,Qt="cmdk-item-select",sa="data-value",bd=(e,a,o)=>ir(e,a,o),cr=R__namespace.createContext(void 0),Aa=()=>R__namespace.useContext(cr),pr=R__namespace.createContext(void 0),$t=()=>R__namespace.useContext(pr),mr=R__namespace.createContext(void 0),gr=R__namespace.forwardRef((e,a)=>{let o=la(()=>{var g,B;return {search:"",value:(B=(g=e.value)!=null?g:e.defaultValue)!=null?B:"",selectedItemId:void 0,filtered:{count:0,items:new Map,groups:new Set}}}),t=la(()=>new Set),r=la(()=>new Map),d=la(()=>new Map),i=la(()=>new Set),u=kr(e),pe=e,{label:c,children:p,value:m,onValueChange:x,filter:h,shouldFilter:y,loop:C,disablePointerSelection:A=false,vimBindings:M=true}=pe,V=n(pe,["label","children","value","onValueChange","filter","shouldFilter","loop","disablePointerSelection","vimBindings"]),k=Ie(),I=Ie(),U=Ie(),E=R__namespace.useRef(null),b=vd();qe(()=>{if(m!==void 0){let g=m.trim();o.current.value=g,v.emit();}},[m]),qe(()=>{b(6,Te);},[]);let v=R__namespace.useMemo(()=>({subscribe:g=>(i.current.add(g),()=>i.current.delete(g)),snapshot:()=>o.current,setState:(g,B,D)=>{var w,O,$,J,oe,P;if(!Object.is(o.current[g],B)){if(o.current[g]=B,g==="search")we(),q(),b(1,Z);else if(g==="value"){if((w=document.activeElement)!=null&&w.hasAttribute("cmdk-input")||(O=document.activeElement)!=null&&O.hasAttribute("cmdk-root")){let L=document.getElementById(U);L?L.focus():($=document.getElementById(k))==null||$.focus();}if(b(7,()=>{var L;o.current.selectedItemId=(L=ve())==null?void 0:L.id,v.emit();}),D||b(5,Te),((J=u.current)==null?void 0:J.value)!==void 0){let L=B!=null?B:"";(P=(oe=u.current).onValueChange)==null||P.call(oe,L);return}}v.emit();}},emit:()=>{i.current.forEach(g=>g());}}),[]),N=R__namespace.useMemo(()=>({value:(g,B,D)=>{var w;B!==((w=d.current.get(g))==null?void 0:w.value)&&(d.current.set(g,{value:B,keywords:D}),o.current.filtered.items.set(g,W(B,D)),b(2,()=>{q(),v.emit();}));},item:(g,B)=>(t.current.add(g),B&&(r.current.has(B)?r.current.get(B).add(g):r.current.set(B,new Set([g]))),b(3,()=>{we(),q(),o.current.value||Z(),v.emit();}),()=>{d.current.delete(g),t.current.delete(g),o.current.filtered.items.delete(g);let D=ve();b(4,()=>{we(),(D==null?void 0:D.getAttribute("id"))===g&&Z(),v.emit();});}),group:g=>(r.current.has(g)||r.current.set(g,new Set),()=>{d.current.delete(g),r.current.delete(g);}),filter:()=>u.current.shouldFilter!==false,label:c||e["aria-label"]||"",getDisablePointerSelection:()=>!!u.current.disablePointerSelection,listId:k,inputId:U,labelId:I,listInnerRef:E}),[]);function W(g,B){var w,O;let D=(O=(w=u.current)==null?void 0:w.filter)!=null?O:bd;return g?D(g,o.current.search,B):0}function q(){if(!o.current.search||u.current.shouldFilter===false)return;let g=o.current.filtered.items,B=[];o.current.filtered.groups.forEach(w=>{let O=r.current.get(w),$=0;O==null||O.forEach(J=>{let oe=g.get(J);$=Math.max(oe!=null?oe:0,$);}),B.push([w,$]);});let D=E.current;te().sort((w,O)=>{var oe,P;let $=w.getAttribute("id"),J=O.getAttribute("id");return ((oe=g.get(J))!=null?oe:0)-((P=g.get($))!=null?P:0)}).forEach(w=>{let O=w.closest(jt);O?O.appendChild(w.parentElement===O?w:w.closest(`${jt} > *`)):D==null||D.appendChild(w.parentElement===D?w:w.closest(`${jt} > *`));}),B.sort((w,O)=>O[1]-w[1]).forEach(w=>{var $,J;let O=($=E.current)==null?void 0:$.querySelector(`${wa}[${sa}="${encodeURIComponent(w[0])}"]`);(J=O==null?void 0:O.parentElement)==null||J.appendChild(O);});}function Z(){let g=te().find(D=>D.getAttribute("aria-disabled")!=="true"),B=g==null?void 0:g.getAttribute(sa);v.setState("value",B||void 0);}function we(){var B,D,w,O,$;if(!o.current.search||u.current.shouldFilter===false){o.current.filtered.count=t.current.size;return}o.current.filtered.groups=new Set;let g=0;for(let J of t.current){let oe=(D=(B=d.current.get(J))==null?void 0:B.value)!=null?D:"",P=(O=(w=d.current.get(J))==null?void 0:w.keywords)!=null?O:[],L=W(oe,P);o.current.filtered.items.set(J,L),L>0&&g++;}for(let[J,oe]of r.current)for(let P of oe)if((($=o.current.filtered.items.get(P))!=null?$:0)>0){o.current.filtered.groups.add(J);break}o.current.filtered.count=g;}function Te(){var B,D,w;let g=ve();g&&(((B=g.parentElement)==null?void 0:B.firstChild)===g&&((w=(D=g.closest(wa))==null?void 0:D.querySelector(hd))==null||w.scrollIntoView({block:"nearest"})),g.scrollIntoView({block:"nearest"}));}function ve(){var g;return (g=E.current)==null?void 0:g.querySelector(`${fr}[aria-selected="true"]`)}function te(){var g;return Array.from(((g=E.current)==null?void 0:g.querySelectorAll(ur))||[])}function Me(g){let D=te()[g];D&&v.setState("value",D.getAttribute(sa));}function he(g){var $;let B=ve(),D=te(),w=D.findIndex(J=>J===B),O=D[w+g];($=u.current)!=null&&$.loop&&(O=w+g<0?D[D.length-1]:w+g===D.length?D[0]:D[w+g]),O&&v.setState("value",O.getAttribute(sa));}function aa(g){let B=ve(),D=B==null?void 0:B.closest(wa),w;for(;D&&!w;)D=g>0?Cd(D,wa):Ld(D,wa),w=D==null?void 0:D.querySelector(ur);w?v.setState("value",w.getAttribute(sa)):he(g);}let ta=()=>Me(te().length-1),ye=g=>{g.preventDefault(),g.metaKey?ta():g.altKey?aa(1):he(1);},se=g=>{g.preventDefault(),g.metaKey?Me(0):g.altKey?aa(-1):he(-1);};return jsxRuntime.jsxs("div",f(s({ref:a,tabIndex:-1},V),{"cmdk-root":"",onKeyDown:g=>{var D;(D=V.onKeyDown)==null||D.call(V,g);let B=g.nativeEvent.isComposing||g.keyCode===229;if(!(g.defaultPrevented||B))switch(g.key){case "n":case "j":{M&&g.ctrlKey&&ye(g);break}case "ArrowDown":{ye(g);break}case "p":case "k":{M&&g.ctrlKey&&se(g);break}case "ArrowUp":{se(g);break}case "Home":{g.preventDefault(),Me(0);break}case "End":{g.preventDefault(),ta();break}case "Enter":{g.preventDefault();let w=ve();if(w){let O=new Event(Qt);w.dispatchEvent(O);}}}},children:[jsxRuntime.jsx("label",{"cmdk-label":"",htmlFor:N.inputId,id:N.labelId,style:kd,children:c}),rt(e,g=>jsxRuntime.jsx(pr.Provider,{value:v,children:jsxRuntime.jsx(cr.Provider,{value:N,children:g})}))]}))});gr.displayName="Command";var xr=R__namespace.forwardRef((e,a)=>{var U,E;let o=Ie(),t=R__namespace.useRef(null),r=R__namespace.useContext(mr),d=Aa(),i=kr(e),u=(E=(U=i.current)==null?void 0:U.forceMount)!=null?E:r==null?void 0:r.forceMount;qe(()=>{if(!u)return d.item(o,r==null?void 0:r.id)},[u]);let c=yr(o,t,[e.value,e.children,t],e.keywords),p=$t(),m=Ve(v=>v.value&&v.value===c.current),x=Ve(v=>{var N;return u||d.filter()===false?true:v.search?((N=v.filtered.items.get(o))!=null?N:0)>0:true});R__namespace.useEffect(()=>{let v=t.current;if(!(!v||e.disabled))return v.addEventListener(Qt,h),()=>v.removeEventListener(Qt,h)},[x,e.onSelect,e.disabled]);function h(){var v,N,W;y(),(W=(N=i.current).onSelect)==null||W.call(N,(v=c.current)!=null?v:"");}function y(){var v;p.setState("value",(v=c.current)!=null?v:"",true);}if(!x)return null;let b=e,{disabled:C,value:A,onSelect:M,forceMount:V,keywords:k}=b,I=n(b,["disabled","value","onSelect","forceMount","keywords"]);return jsxRuntime.jsx("div",f(s({ref:Ta(t,a)},I),{id:o,"cmdk-item":"",role:"option","aria-disabled":!!C,"aria-selected":!!m,"data-disabled":!!C,"data-selected":!!m,onPointerMove:C||d.getDisablePointerSelection()?void 0:y,onClick:C?void 0:h,children:e.children}))});xr.displayName="Item";var hr=R__namespace.forwardRef((e,a)=>{let y=e,{heading:o,children:t,forceMount:r}=y,d=n(y,["heading","children","forceMount"]),i=Ie(),u=R__namespace.useRef(null),c=R__namespace.useRef(null),p=Ie(),m=Aa(),x=Ve(C=>r||m.filter()===false?true:C.search?C.filtered.groups.has(i):true);qe(()=>m.group(i),[]),yr(i,u,[e.value,e.heading,c]);let h=R__namespace.useMemo(()=>({id:i,forceMount:r}),[r]);return jsxRuntime.jsxs("div",f(s({ref:Ta(u,a)},d),{"cmdk-group":"",role:"presentation",hidden:x?void 0:true,children:[o&&jsxRuntime.jsx("div",{ref:c,"cmdk-group-heading":"","aria-hidden":true,id:p,children:o}),rt(e,C=>jsxRuntime.jsx("div",{"cmdk-group-items":"",role:"group","aria-labelledby":o?p:void 0,children:jsxRuntime.jsx(mr.Provider,{value:h,children:C})}))]}))});hr.displayName="Group";var br=R__namespace.forwardRef((e,a)=>{let i=e,{alwaysRender:o}=i,t=n(i,["alwaysRender"]),r=R__namespace.useRef(null),d=Ve(u=>!u.search);return !o&&!d?null:jsxRuntime.jsx("div",f(s({ref:Ta(r,a)},t),{"cmdk-separator":"",role:"separator"}))});br.displayName="Separator";var Cr=R__namespace.forwardRef((e,a)=>{let p=e,{onValueChange:o}=p,t=n(p,["onValueChange"]),r=e.value!=null,d=$t(),i=Ve(m=>m.search),u=Ve(m=>m.selectedItemId),c=Aa();return R__namespace.useEffect(()=>{e.value!=null&&d.setState("search",e.value);},[e.value]),jsxRuntime.jsx("input",f(s({ref:a},t),{"cmdk-input":"",autoComplete:"off",autoCorrect:"off",spellCheck:false,"aria-autocomplete":"list",role:"combobox","aria-expanded":true,"aria-controls":c.listId,"aria-labelledby":c.labelId,"aria-activedescendant":u,id:c.inputId,type:"text",value:r?e.value:i,onChange:m=>{r||d.setState("search",m.target.value),o==null||o(m.target.value);}}))});Cr.displayName="Input";var Lr=R__namespace.forwardRef((e,a)=>{let p=e,{children:o,label:t="Suggestions"}=p,r=n(p,["children","label"]),d=R__namespace.useRef(null),i=R__namespace.useRef(null),u=Ve(m=>m.selectedItemId),c=Aa();return R__namespace.useEffect(()=>{if(i.current&&d.current){let m=i.current,x=d.current,h,y=new ResizeObserver(()=>{h=requestAnimationFrame(()=>{let C=m.offsetHeight;x.style.setProperty("--cmdk-list-height",C.toFixed(1)+"px");});});return y.observe(m),()=>{cancelAnimationFrame(h),y.unobserve(m);}}},[]),R__namespace.useEffect(()=>{let m=d.current;if(!m)return;let x=h=>{m.contains(h.target)&&h.stopPropagation();};return document.addEventListener("wheel",x,{capture:true}),()=>{document.removeEventListener("wheel",x,{capture:true});}},[]),jsxRuntime.jsx("div",f(s({ref:Ta(d,a)},r),{"cmdk-list":"",role:"listbox",tabIndex:-1,"aria-activedescendant":u,"aria-label":t,id:c.listId,children:rt(e,m=>jsxRuntime.jsx("div",{ref:Ta(i,c.listInnerRef),"cmdk-list-sizer":"",children:m}))}))});Lr.displayName="List";var vr=R__namespace.forwardRef((e,a)=>Ve(t=>t.filtered.count===0)?jsxRuntime.jsx("div",f(s({ref:a},e),{"cmdk-empty":"",role:"presentation"})):null);vr.displayName="Empty";var Ir=R__namespace.forwardRef((e,a)=>{let i=e,{progress:o,children:t,label:r="Loading..."}=i,d=n(i,["progress","children","label"]);return jsxRuntime.jsx("div",f(s({ref:a},d),{"cmdk-loading":"",role:"progressbar","aria-valuenow":o,"aria-valuemin":0,"aria-valuemax":100,"aria-label":r,children:rt(e,u=>jsxRuntime.jsx("div",{"aria-hidden":true,children:u}))}))});Ir.displayName="Loading";var Xe=Object.assign(gr,{List:Lr,Item:xr,Input:Cr,Group:hr,Separator:br,Empty:vr,Loading:Ir});function Cd(e,a){let o=e.nextElementSibling;for(;o;){if(o.matches(a))return o;o=o.nextElementSibling;}}function Ld(e,a){let o=e.previousElementSibling;for(;o;){if(o.matches(a))return o;o=o.previousElementSibling;}}function kr(e){let a=R__namespace.useRef(e);return qe(()=>{a.current=e;}),a}var qe=typeof window=="undefined"?R__namespace.useEffect:R__namespace.useLayoutEffect;function la(e){let a=R__namespace.useRef(void 0);return a.current===void 0&&(a.current=e()),a}function Ve(e){let a=$t(),[,o]=R__namespace.useState({}),t=R__namespace.useRef(e(a.snapshot()));return t.current=e(a.snapshot()),qe(()=>a.subscribe(()=>{let r=e(a.snapshot());Object.is(r,t.current)||(t.current=r,o({}));}),[a,e]),t.current}function yr(e,a,o,t=[]){let r=R__namespace.useRef(void 0),d=Aa();return qe(()=>{var c;let i=(()=>{var p;for(let m of o){if(typeof m=="string")return m.trim();if(typeof m=="object"&&m!==null&&"current"in m)return m.current?(p=m.current.textContent)==null?void 0:p.trim():r.current}})(),u=t.map(p=>p.trim());d.value(e,i!=null?i:"",u),(c=a.current)==null||c.setAttribute(sa,i!=null?i:""),r.current=i;}),r}var vd=()=>{let[e,a]=R__namespace.useState(),o=la(()=>new Map);return qe(()=>{o.current.forEach(t=>t()),o.current=new Map;},[e]),(t,r)=>{o.current.set(t,r),a({});}};function Id(e){let a=e.type;return typeof a=="function"?a(e.props):"render"in a?a.render(e.props):e}function rt({asChild:e,children:a},o){return e&&R__namespace.isValidElement(a)?R__namespace.cloneElement(Id(a),{ref:a.ref},o(a.props.children)):o(a)}function Ta(...e){return a=>{e.forEach(o=>{typeof o=="function"?o(a):o!=null&&typeof o=="object"&&(o.current=a);});}}var kd={position:"absolute",width:"1px",height:"1px",padding:"0",margin:"-1px",overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",borderWidth:"0"};function da(r){var d=r,{className:e,orientation:a="horizontal",decorative:o=true}=d,t=n(d,["className","orientation","decorative"]);return jsxRuntime.jsx(radixUi.Separator.Root,s({"data-slot":"separator-root",decorative:o,orientation:a,className:l("shrink-0 bg-gray-stroke-muted data-[orientation=horizontal]:h-px data-[orientation=vertical]:h-full data-[orientation=horizontal]:w-full data-[orientation=vertical]:w-px",e)},t))}function Ad(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.Dialog.Root,s({"data-slot":"dialog"},e))}function Dd(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.Dialog.Trigger,s({"data-slot":"dialog-trigger"},e))}function Pr(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.Dialog.Portal,s({"data-slot":"dialog-portal"},e))}function Rd(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.Dialog.Close,s({"data-slot":"dialog-close"},e))}function wr(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(radixUi.Dialog.Overlay,s({"data-slot":"dialog-overlay",className:l("fixed inset-0 z-50 bg-black-48 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",e)},a))}function Md(d){var i=d,{className:e,overlayClassName:a,children:o,showCloseButton:t=true}=i,r=n(i,["className","overlayClassName","children","showCloseButton"]);return jsxRuntime.jsxs(Pr,{"data-slot":"dialog-portal",children:[jsxRuntime.jsx(wr,{className:a}),jsxRuntime.jsxs(radixUi.Dialog.Content,f(s({"data-slot":"dialog-container",className:l("fixed left-1/2 top-1/2 z-50 flex max-h-[calc(100%-2rem)] w-full max-w-[calc(100%-2rem)] -translate-x-1/2 -translate-y-1/2 flex-col gap-0 overflow-y-auto rounded-xl border bg-background p-0 shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-1/2 data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-1/2 sm:max-h-[85vh] sm:max-w-lg",e)},r),{children:[o,t&&jsxRuntime.jsxs(radixUi.Dialog.Close,{"data-slot":"dialog-close",className:"focus:outline-hidden absolute right-3 top-3 rounded-pill p-1.5 hover:bg-gray-background-soft disabled:pointer-events-none data-[state=open]:text-gray-foreground [&_svg:not([class*='size-'])]:size-4 [&_svg]:pointer-events-none [&_svg]:shrink-0",children:[jsxRuntime.jsx(icons.CloseMd,{}),jsxRuntime.jsx("span",{className:"sr-only",children:"Close"})]})]}))]})}function Bd({containerClassName:e,className:a,children:o}){return jsxRuntime.jsx("div",{className:l("mb-auto overflow-y-auto",e),children:jsxRuntime.jsx("div",{"data-slot":"dialog-content",className:l("px-8 py-6 text-md leading-md text-primary-foreground",a),children:o})})}function Nd(t){var r=t,{className:e,separator:a=false}=r,o=n(r,["className","separator"]);return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",s({"data-slot":"dialog-header",className:l("flex flex-col gap-2 px-8 py-6 text-center sm:text-left",e)},o)),a&&jsxRuntime.jsx(da,{})]})}function Fd(t){var r=t,{className:e,separator:a=false}=r,o=n(r,["className","separator"]);return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[a&&jsxRuntime.jsx(da,{}),jsxRuntime.jsx("div",s({"data-slot":"dialog-footer",className:l("flex flex-col-reverse gap-2 px-8 py-6 sm:flex-row sm:justify-end",e)},o))]})}function Ed(d){var i=d,{className:e,iconLeft:a,iconRight:o,children:t}=i,r=n(i,["className","iconLeft","iconRight","children"]);let u=c=>R.isValidElement(c)?R.cloneElement(c,{size:32,strokeWidth:2.2,className:"flex-shrink-0"}):c;return jsxRuntime.jsxs(radixUi.Dialog.Title,f(s({"data-slot":"dialog-title",className:l("flex items-center gap-3 text-title-md font-semibold leading-title-md !text-content-title",e)},r),{children:[a&&u(a),t,o&&u(o)]}))}function Hd(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(radixUi.Dialog.Description,s({"data-slot":"dialog-description",className:l("text-md leading-md text-content-paragraph",e)},a))}function Ar(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(Xe,s({className:l("flex size-full flex-col overflow-hidden rounded-md bg-surface-card text-gray-foreground",e),"data-slot":"command"},a))}function Dr(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsxs("div",{className:"flex items-center border-b border-gray-stroke-muted px-4","cmdk-input-wrapper":"",children:[jsxRuntime.jsx(Xe.Input,s({className:l("flex h-12 w-full bg-transparent py-3 text-md font-medium outline-none placeholder:text-gray-foreground-muted disabled:cursor-not-allowed disabled:opacity-50",e),"data-slot":"command-input-wrapper"},a)),jsxRuntime.jsx(icons.SearchMagnifyingGlass,{className:"text-gray-foreground-muted",size:24})]})}function Rr(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(Xe.List,s({className:l("max-h-80 flex-1 overflow-y-auto overflow-x-hidden",e),"data-slot":"command-list","data-radix-scroll-area":""},a))}function Mr(a){var e=n(a,[]);return jsxRuntime.jsx(Xe.Empty,s({className:"py-6 text-center text-sm","data-slot":"command-empty"},e))}function Br(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(Xe.Group,s({className:l("overflow-hidden p-2 text-gray-foreground [&_[cmdk-group-heading]]:px-3 [&_[cmdk-group-heading]]:py-2 [&_[cmdk-group-heading]]:text-xs [&_[cmdk-group-heading]]:font-medium [&_[cmdk-group-heading]]:text-gray-foreground-muted",e),"data-slot":"command-group"},a))}function Nr(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(Xe.Item,s({className:l("outline-hidden relative flex cursor-default select-none items-center gap-3 rounded-md px-2 py-1.5 text-sm data-[disabled=true]:pointer-events-none data-[disabled=true]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0",e),"data-slot":"command-item"},a))}function Fr(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.Popover.Root,s({"data-slot":"popover"},e))}function Er(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.Popover.Trigger,s({"data-slot":"popover-trigger"},e))}function Hr(d){var i=d,{className:e,align:a="center",sideOffset:o=4,showArrow:t=false}=i,r=n(i,["className","align","sideOffset","showArrow"]);return jsxRuntime.jsx(radixUi.Popover.Portal,{children:jsxRuntime.jsxs(radixUi.Popover.Content,f(s({align:a,className:l("outline-hidden z-50 w-72 rounded-md border bg-surface-card p-4 text-gray-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",e),"data-slot":"popover-content",sideOffset:o},r),{children:[r.children,t&&jsxRuntime.jsx(radixUi.Popover.Arrow,{className:"-my-px fill-gray-foreground drop-shadow-[0_1px_0_var(--border)]"})]}))})}var ua=R.createContext({invalid:false,disabled:false,open:false,setOpen:()=>{},values:[],toggleValue:()=>{},onCancelSelection:()=>{},listId:""});function Wd({children:e,invalid:a=false,disabled:o=false,values:t,onValuesChange:r,open:d,onOpenChange:i,defaultValues:u=[]}){let[c,p]=R.useState(u),[m,x]=R.useState(false),[h,y]=R.useState([]),C=t!==void 0,A=d!==void 0,M=C?t:c,V=A?d:m,k=R.useCallback(v=>{let N=M.includes(v)?M.filter(W=>W!==v):[...M,v];C||p(N),r==null||r(N);},[M,C,r]),I=R.useCallback(v=>{o||(v&&y(M),A||x(v),i==null||i(v));},[o,M,A,i]),U=R.useCallback(()=>{C||p(h),r==null||r(h);},[C,h,r]),E=Ie(),b=R.useMemo(()=>({invalid:a,disabled:o,open:V,setOpen:I,values:M,toggleValue:k,onCancelSelection:U,listId:E}),[a,o,V,I,M,k,U,E]);return jsxRuntime.jsx(ua.Provider,{value:b,children:jsxRuntime.jsx(Fr,{open:V,onOpenChange:I,children:e})})}function Xd(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({className:l("group relative flex flex-col gap-2",e),"data-slot":"autocomplete-wrapper"},a))}function Kd(r){var d=r,{className:e,placeholder:a="Selecione uma op\xE7\xE3o",children:o}=d,t=n(d,["className","placeholder","children"]);let{invalid:i,disabled:u,open:c,values:p,listId:m}=R.useContext(ua),x=Ie(),h=p.length>0;return jsxRuntime.jsx(Er,{asChild:true,children:jsxRuntime.jsxs("button",f(s({"aria-controls":m,"aria-expanded":c,"aria-invalid":i||void 0,className:l("shadow-xs flex h-12 max-h-12 w-full items-center justify-between gap-2 rounded-md border-2 border-gray-stroke-muted bg-surface-card px-4 py-3 text-left text-md text-gray-foreground outline-none transition-[color,box-shadow] hover:border-gray-stroke-emphasis hover:ring-[3px] hover:ring-state-focus disabled:cursor-default disabled:bg-gray-background-soft-muted disabled:hover:border-gray-stroke-muted disabled:hover:ring-0 aria-[invalid]:border-feedback-error-stroke aria-[invalid]:hover:ring-[3px] aria-[invalid]:hover:ring-state-error [&>span]:line-clamp-1 [&_svg]:pointer-events-none [&_svg]:shrink-0",h&&!i&&"border-gray-stroke-emphasis",e),"data-slot":"autocomplete-trigger","data-placeholder":"",disabled:u,id:x,role:"combobox",type:"button"},t),{children:[jsxRuntime.jsx("span",{className:"truncate text-gray-foreground-emphasis",children:o!=null?o:a}),jsxRuntime.jsx(icons.ChevronDown,{"aria-hidden":"true",className:"shrink-0 text-gray-foreground",size:24,strokeWidth:1.6})]}))})}function eo({className:e,cancelLabel:a="Cancelar",confirmLabel:o="Concluir",onCancel:t,onConfirm:r}){let{setOpen:d,onCancelSelection:i,values:u}=R.useContext(ua);return jsxRuntime.jsxs("div",{className:l("flex items-center justify-between border-t border-gray-stroke-muted px-4 py-3",e),"data-slot":"autocomplete-content-footer",children:[jsxRuntime.jsx(Y,{size:"sm",variant:"regular-soft",onClick:()=>{i(),t==null||t(),d(false);},children:a}),jsxRuntime.jsx(Y,{size:"sm",variant:"emphasis",iconLeft:jsxRuntime.jsx(icons.Check,{strokeWidth:2.6}),onClick:()=>{r==null||r(u),d(false);},children:o})]})}function Zd({children:e,className:a,searchPlaceholder:o="Buscar...",emptyMessage:t="Nenhum resultado encontrado"}){let r=R.Children.toArray(e),d=r.filter(u=>R.isValidElement(u)&&u.type===eo),i=r.filter(u=>!(R.isValidElement(u)&&u.type===eo));return jsxRuntime.jsxs(Hr,{align:"start",className:l("w-full min-w-[var(--radix-popper-anchor-width)] border-gray-stroke-muted p-0",a),children:[jsxRuntime.jsxs(Ar,{children:[jsxRuntime.jsx(Dr,{placeholder:o}),jsxRuntime.jsxs(Rr,{id:R.useContext(ua).listId,children:[jsxRuntime.jsx(Mr,{children:t}),i]})]}),d]})}function jd({children:e,value:a,name:o,className:t,disabled:r=false}){let{values:d,toggleValue:i}=R.useContext(ua),u=d.includes(a);return jsxRuntime.jsxs(Nr,{className:l("relative flex w-full cursor-default select-none items-center gap-3 rounded px-2 py-2.5 text-base font-medium text-gray-foreground outline-none hover:cursor-pointer hover:bg-secondary-background-soft-emphasis data-[selected=true]:bg-secondary-background-soft-emphasis",t),disabled:r,onSelect:()=>{i(a);},value:a,keywords:o?[o]:void 0,children:[jsxRuntime.jsx("span",{className:l("inline-flex size-[18px] shrink-0 items-center justify-center rounded-sm border-2 transition-all",u?"border-primary-background-fill bg-primary-background-fill":"border-gray-stroke-muted bg-surface-card"),children:u&&jsxRuntime.jsx(icons.Check,{size:12,strokeWidth:2.6,className:"text-primary-foreground-onfill"})}),e]})}function Qd(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(Br,s({className:e},a))}function $d(o){var t=o,{className:e}=t,a=n(t,["className"]);let{invalid:r}=R.useContext(ua);return jsxRuntime.jsx("span",s({className:l("-mt-1 text-xs",r?"text-feedback-error-foreground":"text-gray-foreground",e),"data-slot":"autocomplete-text"},a))}var en={sm:"sm",md:"md",lg:"md",xl:"lg"},Vr=classVarianceAuthority.cva("relative flex shrink-0 overflow-hidden rounded-full",{variants:{size:{sm:"size-8",md:"size-10",lg:"size-12",xl:"size-14"}},defaultVariants:{size:"md"}});function Ba(d){var i=d,{className:e,size:a,badge:o,children:t}=i,r=n(i,["className","size","badge","children"]);return jsxRuntime.jsxs("div",{className:"relative",children:[o&&jsxRuntime.jsx(Ge,{size:en[a||"md"],className:l("absolute -right-2 -top-1 z-10"),children:String(o)}),jsxRuntime.jsx(radixUi.Avatar.Root,f(s({"data-slot":"avatar",className:l(Vr({size:a,className:e}))},r),{children:t}))]})}function Na(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(radixUi.Avatar.Image,s({"data-slot":"avatar-image",className:l("size-full object-cover",e)},a))}function Fa(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(radixUi.Avatar.Fallback,f(s({"data-slot":"avatar-fallback",className:l("flex size-full items-center justify-center rounded-full bg-gray-background-soft text-sm font-semibold text-primary-foreground",e)},a),{children:a.children?a.children:jsxRuntime.jsx(icons.User,{className:"size-1/2"})}))}function Ea(a){var e=n(a,[]);return jsxRuntime.jsx("nav",s({"aria-label":"breadcrumb","data-slot":"breadcrumb"},e))}function Ha(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("ol",s({className:l("line-clamp-1 flex flex-wrap items-center gap-1.5 text-sm font-medium text-gray-foreground [&_svg]:shrink-0",e),"data-slot":"breadcrumb-list"},a))}function lt(r){var d=r,{className:e,icon:a,children:o}=d,t=n(d,["className","icon","children"]);return jsxRuntime.jsx("li",f(s({className:l("inline-flex items-center gap-1.5 [&_svg]:text-primary-foreground",e),"data-slot":"breadcrumb-item"},t),{children:jsxRuntime.jsxs("span",{className:"inline-flex items-center gap-2",children:[a&&a,o]})}))}function sn(t){var r=t,{asChild:e,className:a}=r,o=n(r,["asChild","className"]);let d=e?radixUi.Slot.Root:"a";return jsxRuntime.jsx(d,s({className:l("transition-colors hover:underline",a),"data-slot":"breadcrumb-link"},o))}function to(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("span",s({"aria-current":"page","aria-disabled":"true",className:l("font-semibold text-primary-foreground",e),"data-slot":"breadcrumb-page",role:"link"},a))}function oo(t){var r=t,{children:e,className:a}=r,o=n(r,["children","className"]);return jsxRuntime.jsx("li",f(s({"aria-hidden":"true",className:a,"data-slot":"breadcrumb-separator",role:"presentation"},o),{children:e!=null?e:jsxRuntime.jsx(icons.ChevronRightMd,{className:"text-gray-foreground",strokeWidth:1.33,size:20})}))}function ln(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsxs("span",f(s({"aria-hidden":"true",className:l("flex size-5 items-center justify-center",e),"data-slot":"breadcrumb-ellipsis",role:"presentation"},a),{children:[jsxRuntime.jsx(icons.MoreHorizontal,{className:"text-gray-foreground",size:18}),jsxRuntime.jsx("span",{className:"sr-only",children:"More"})]}))}function Ze(d){var i=d,{className:e,indicatorClassName:a,label:o,value:t}=i,r=n(i,["className","indicatorClassName","label","value"]);let u=Math.round(t||0);return jsxRuntime.jsxs("div",{className:"flex w-full flex-col gap-2",children:[o&&jsxRuntime.jsxs("div",{"data-slot":"progress-label",className:"text-xs font-medium text-gray-foreground-muted",children:[jsxRuntime.jsxs("span",{className:"font-semibold text-gray-foreground",children:[u,"%"]})," ",jsxRuntime.jsx("span",{children:o})]}),jsxRuntime.jsx(radixUi.Progress.Root,f(s({"data-slot":"progress",className:l("relative flex h-px w-full overflow-x-clip rounded-pill bg-gray-stroke-muted",e)},r),{children:jsxRuntime.jsx(radixUi.Progress.Indicator,{"data-slot":"progress-indicator",className:l("relative -top-[0.5px] flex h-0.5 w-full flex-1 bg-primary-stroke transition-all",a),style:{transform:`translateX(-${100-(t||0)}%)`}})}))]})}function lo(m){var x=m,{className:e,indicatorClassName:a,trackClassName:o,valueClassName:t,label:r,labelClassName:d,value:i=0,size:u=96,strokeWidth:c=2}=x,p=n(x,["className","indicatorClassName","trackClassName","valueClassName","label","labelClassName","value","size","strokeWidth"]);let h=typeof i=="string",y=h?0:Math.round(i),C=(u-c)/2,A=C*2*Math.PI,M=A-y/100*A,V=Math.max(18,Math.min(u/5)),k=Math.max(10,Math.min(u/9,16));return jsxRuntime.jsxs("div",f(s({"data-slot":"progress-circle",className:l("relative inline-flex items-center justify-center",e),style:{width:u,height:u}},p),{children:[jsxRuntime.jsxs("svg",{className:"absolute inset-0 -rotate-90",width:u,height:u,viewBox:`0 0 ${u} ${u}`,children:[jsxRuntime.jsx("circle",{"data-slot":"progress-circle-track",cx:u/2,cy:u/2,r:C,stroke:"currentColor",strokeWidth:c,fill:"none",className:l("text-gray-stroke-muted",o)}),jsxRuntime.jsx("circle",{"data-slot":"progress-circle-indicator",cx:u/2,cy:u/2,r:C,stroke:"currentColor",strokeWidth:c,fill:"none",strokeDasharray:A,strokeDashoffset:M,strokeLinecap:"round",className:l("text-primary-stroke transition-all duration-300 ease-in-out",a)})]}),jsxRuntime.jsxs("div",{"data-slot":"progress-circle-content",className:"relative z-10 flex flex-col items-center justify-center px-2 text-sm font-medium text-gray-foreground-muted",children:[jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("span",{className:l("mr-px font-semibold",t),style:{fontSize:`${V}px`},children:h?i:y}),!h&&"%"]}),r&&jsxRuntime.jsx("div",{"data-slot":"progress-circle-label",className:l("text-center font-medium leading-tight text-gray-foreground-muted",d),style:{fontSize:`${k}px`},children:r})]})]}))}var Oa=R.createContext(null);function fn(d){var i=d,{className:e,done:a,postponed:o,skipped:t}=i,r=n(i,["className","done","postponed","skipped"]);let u=R.useMemo(()=>({done:a,postponed:o,skipped:t}),[a,o,t]);return jsxRuntime.jsx(Oa.Provider,{value:u,children:jsxRuntime.jsx("div",s({"data-slot":"card-week",className:l("flex flex-col overflow-hidden rounded-xl border border-gray-stroke-muted text-gray-foreground-muted",e)},r))})}function cn(d){var i=d,{className:e,children:a,tag:o,tagIcon:t}=i,r=n(i,["className","children","tag","tagIcon"]);return jsxRuntime.jsxs("div",f(s({"data-slot":"card-week-breadcrumb",className:l("flex min-h-12 items-center gap-4 bg-primary-background-soft-muted px-6 py-3",e)},r),{children:[jsxRuntime.jsx(Ea,{className:"flex-1 overflow-hidden",children:jsxRuntime.jsx(Ha,{className:"flex-nowrap gap-1.5 text-xs [&>[data-slot=breadcrumb-item]:last-of-type>span]:min-w-0 [&>[data-slot=breadcrumb-item]:last-of-type>span]:overflow-hidden [&>[data-slot=breadcrumb-item]:last-of-type]:min-w-0 [&>[data-slot=breadcrumb-item]:last-of-type]:flex-1 [&>[data-slot=breadcrumb-item]:last-of-type_[data-slot=breadcrumb-page]]:truncate [&_[data-slot=breadcrumb-page]]:block",children:a})}),o&&jsxRuntime.jsx(ie,{variant:"regular-soft",icon:t,children:o})]}))}function pn(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"card-week-container",className:l("flex flex-1 flex-col gap-5 bg-surface-card px-6 py-5",e)},a))}function mn(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"card-week-header",className:l("flex justify-between [&.border-b]:pb-6",e)},a))}function gn(o){var t=o,{className:e}=t,a=n(t,["className"]);let r=R.useContext(Oa),d=r==null?void 0:r.done,i=r==null?void 0:r.postponed,u=r==null?void 0:r.skipped;return jsxRuntime.jsx("div",s({"data-slot":"card-week-title",className:l("text-lg font-semibold leading-lg text-primary-foreground",(d||i||u)&&"text-primary-foreground-muted line-through",e)},a))}function xn(o){var t=o,{className:e}=t,a=n(t,["className"]);let r=R.useContext(Oa),d=r==null?void 0:r.done,i=r==null?void 0:r.postponed,u=r==null?void 0:r.skipped;return jsxRuntime.jsx("div",s({"data-slot":"card-week-description",className:l("text-xs font-semibold leading-xs text-gray-foreground",(d||i||u)&&"text-gray-foreground-muted",e)},a))}function hn(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"card-week-tags",className:l("flex flex-wrap items-center gap-2 [[data-slot=card-week-header]:not(:has([data-slot=card-week-progress]))+&]:mt-6",e)},a))}function bn(t){var r=t,{className:e,value:a}=r,o=n(r,["className","value"]);return jsxRuntime.jsx("div",{"data-slot":"card-week-progress-circle",className:l("flex flex-1 justify-end",e),children:jsxRuntime.jsx(lo,s({size:104,value:a},o))})}function Cn(r){var d=r,{className:e,value:a,indicatorClassName:o}=d,t=n(d,["className","value","indicatorClassName"]);let i=R.useContext(Oa),u=i==null?void 0:i.done;return jsxRuntime.jsx("div",{"data-slot":"card-week-progress",className:l("flex flex-1",e),children:jsxRuntime.jsx(Ze,f(s({},t),{value:u?100:a,indicatorClassName:l(u&&"bg-secondary-stroke-emphasis",o)}))})}function Ln(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"card-week-footer",className:l("mt-auto flex flex-col gap-2",e)},a))}function vn(t){var r=t,{className:e,children:a}=r,o=n(r,["className","children"]);return jsxRuntime.jsx("div",f(s({"data-slot":"card-week-content",className:l("flex flex-col text-xs font-medium",e)},o),{children:a}))}function In(r){var d=r,{className:e,children:a,isTime:o}=d,t=n(d,["className","children","isTime"]);return jsxRuntime.jsxs("div",f(s({"data-slot":"card-week-text",className:l("flex items-center gap-1.5",o?"text-secondary-foreground":"text-gray-foreground-muted",e)},t),{children:[o&&jsxRuntime.jsx(icons.TimeRemaining,{size:16}),jsxRuntime.jsx("span",{children:a})]}))}function kn(o){var t=o,{className:e}=t,a=n(t,["className"]);let r=R.useContext(Oa),d=r==null?void 0:r.done,i=r==null?void 0:r.postponed,u=r==null?void 0:r.skipped;return !d&&!i&&!u?null:i||u?jsxRuntime.jsxs("div",f(s({"data-slot":"card-week-status",className:l("ml-auto flex items-center gap-1.5",e)},a),{children:[jsxRuntime.jsx("div",{className:"flex size-4 items-center justify-center rounded-full bg-yellow-24 text-feedback-warning-foreground",children:jsxRuntime.jsx(icons.Check,{size:12,strokeWidth:1.67})}),jsxRuntime.jsx("div",{className:"font-semibold text-feedback-warning-foreground",children:i?"Adiado":"Pulado"})]})):jsxRuntime.jsxs("div",f(s({"data-slot":"card-week-status",className:l("ml-auto flex items-center gap-1.5",e)},a),{children:[jsxRuntime.jsx("div",{className:"flex size-4 items-center justify-center rounded-full bg-secondary-background-soft text-secondary-foreground",children:jsxRuntime.jsx(icons.Check,{size:12,strokeWidth:1.67})}),jsxRuntime.jsx("div",{className:"font-semibold text-secondary-foreground",children:"Feito"})]}))}function yn(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"card-week-actions",className:l("flex flex-wrap items-center justify-end gap-2 pt-4",e)},a))}var Wr=classVarianceAuthority.cva("flex flex-col gap-4 overflow-hidden rounded-lg border border-gray-stroke-muted p-6",{variants:{variant:{default:"bg-surface-card",blocked:"bg-gray-background-soft"}},defaultVariants:{variant:"default"}}),ft=classVarianceAuthority.cva("text-xs font-medium leading-xs text-gray-foreground-muted"),Xr=R.createContext(null);function ct(){var e;return (e=R.useContext(Xr))!=null?e:{}}function Dn(r){var d=r,{className:e,variant:a,availableDate:o}=d,t=n(d,["className","variant","availableDate"]);let i=R.useMemo(()=>({variant:a,availableDate:o}),[a,o]);return jsxRuntime.jsx(Xr.Provider,{value:i,children:jsxRuntime.jsx("div",s({"data-slot":"card-module",className:l(Wr({variant:a}),e)},t))})}function Rn(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"card-module-header",className:l("flex flex-col",e)},a))}function Mn(r){var d=r,{className:e,children:a,count:o}=d,t=n(d,["className","children","count"]);let{variant:i}=ct();return jsxRuntime.jsxs("div",f(s({"data-slot":"card-module-label",className:l("flex items-center justify-between gap-2 text-xs font-medium leading-xs",i==="blocked"?"text-gray-foreground-muted":"text-content-paragraph",e)},t),{children:[jsxRuntime.jsx("span",{children:a}),o&&jsxRuntime.jsx("span",{className:"text-sm leading-sm text-gray-foreground-muted",children:o})]}))}function Bn(o){var t=o,{className:e}=t,a=n(t,["className"]);let{variant:r}=ct();return jsxRuntime.jsx("div",s({"data-slot":"card-module-title",className:l("line-clamp-2 min-h-14 max-w-[70%] text-lg font-semibold",r==="blocked"?"text-primary-foreground-muted":"text-primary-foreground",e)},a))}function Nn(t){var r=t,{className:e,progress:a}=r,o=n(r,["className","progress"]);let{variant:d}=ct(),i=Number.isFinite(a)?Math.min(100,Math.max(0,a)):0,u=Math.round(i),c=d==="blocked"?jsxRuntime.jsx("div",{"data-slot":"card-module-status",className:ft(),children:"N\xE3o iniciado"}):i>=100?jsxRuntime.jsx("div",{"data-slot":"card-module-status",className:ft(),children:"Conclu\xEDdo"}):jsxRuntime.jsxs("div",{"data-slot":"card-module-status",className:ft(),children:[jsxRuntime.jsxs("span",{className:"font-semibold text-gray-foreground",children:[u,"%"]})," ","de progresso"]});return jsxRuntime.jsxs("div",f(s({"data-slot":"card-module-progress",className:l("flex flex-col gap-2",e)},o),{children:[c,d!=="blocked"&&jsxRuntime.jsx(Ze,{value:i,indicatorClassName:i===100?"bg-secondary-stroke-emphasis":"bg-primary-stroke"})]}))}function Fn(t){var r=t,{className:e,children:a}=r,o=n(r,["className","children"]);let{variant:d,availableDate:i}=ct();return d!=="blocked"||!i?null:jsxRuntime.jsxs("div",f(s({"data-slot":"card-module-footer",className:l("flex flex-col gap-3",e)},o),{children:[jsxRuntime.jsx("div",{className:"border-t border-gray-stroke-muted"}),jsxRuntime.jsxs("div",{className:"flex items-center justify-between",children:[jsxRuntime.jsxs(ie,{variant:"gray-soft",icon:jsxRuntime.jsx(icons.Lock,{}),children:["Dispon\xEDvel em ",i]}),a]})]}))}function En(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(Y,s({"data-slot":"card-module-button",size:"sm",iconLeft:jsxRuntime.jsx(icons.ArrowRightMd,{}),className:l(e)},a))}function Hn(t){var r=t,{className:e,children:a}=r,o=n(r,["className","children"]);return jsxRuntime.jsx("div",f(s({"data-slot":"card-module-action",className:l("flex items-center justify-end",e)},o),{children:a}))}var Kr=R.createContext({animation:void 0});function io(o){var t=o,{animation:e}=t,a=n(t,["animation"]);return jsxRuntime.jsx(Kr.Provider,{value:R.useMemo(()=>({animation:e}),[e]),children:jsxRuntime.jsx(radixUi.Collapsible.Root,s({"data-slot":"collapsible"},a))})}function uo(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.Collapsible.Trigger,s({"data-slot":"collapsible-trigger"},e))}function fo(o){var t=o,{className:e}=t,a=n(t,["className"]);let{animation:r}=R.useContext(Kr),d={accordion:"overflow-hidden data-[state=closed]:animate-collapsible-up data-[state=open]:animate-collapsible-down",fade:"data-[state=closed]:animate-fade-out data-[state=open]:animate-fade-in"};return jsxRuntime.jsx(radixUi.Collapsible.Content,s({"data-slot":"collapsible-content",className:l(r&&d[r],e)},a))}var Kn=classVarianceAuthority.cva("flex flex-col overflow-hidden rounded-2xl border border-gray-stroke-muted",{variants:{variant:{default:"bg-surface-card",blocked:"bg-gray-background-soft"}},defaultVariants:{variant:"default"}}),Zr=R.createContext(null);function Va(){var e;return (e=R.useContext(Zr))!=null?e:{}}function Zn(d){var i=d,{className:e,variant:a,availableDate:o,children:t}=i,r=n(i,["className","variant","availableDate","children"]);let u=R.useMemo(()=>({variant:a,availableDate:o}),[a,o]);return jsxRuntime.jsx(Zr.Provider,{value:u,children:jsxRuntime.jsx(io,f(s({"data-slot":"card-topic",animation:"accordion",className:l(Kn({variant:a}),e)},r),{children:t}))})}function jn(t){var r=t,{className:e,children:a}=r,o=n(r,["className","children"]);let{variant:d}=Va(),i=d==="blocked";return jsxRuntime.jsx(uo,f(s({"data-slot":"card-topic-trigger",disabled:i,className:l("group flex min-h-16 w-full select-none flex-wrap items-center gap-4 p-4 text-left","[&>*:first-child]:flex-1","disabled:pointer-events-none disabled:cursor-default",!i&&"cursor-pointer",e)},o),{children:a}))}function Qn(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"card-topic-column",className:l("flex flex-wrap items-center gap-4",e)},a))}function $n(t){var r=t,{className:e,children:a}=r,o=n(r,["className","children"]);let{variant:d}=Va();return jsxRuntime.jsx("div",f(s({"data-slot":"card-topic-number",className:l("flex size-[30px] shrink-0 items-center justify-center rounded-full text-md font-medium text-primary-foreground-onfill",d==="blocked"?"bg-primary-foreground-muted":"bg-primary-foreground",e)},o),{children:a}))}function Jn(o){var t=o,{className:e}=t,a=n(t,["className"]);let{variant:r}=Va();return jsxRuntime.jsx("div",s({"data-slot":"card-topic-title",className:l("min-w-0 flex-1 text-md font-semibold leading-md",r==="blocked"?"text-primary-foreground-muted":"text-primary-foreground",e)},a))}function Yn(t){var r=t,{className:e,progress:a}=r,o=n(r,["className","progress"]);let{variant:d,availableDate:i}=Va();if(d==="blocked")return i?jsxRuntime.jsx("div",f(s({"data-slot":"card-topic-progress",className:l("flex",e)},o),{children:jsxRuntime.jsxs(ie,{variant:"gray-soft",icon:jsxRuntime.jsx(icons.Lock,{"aria-hidden":true}),children:["Dispon\xEDvel em ",i]})})):null;if(a===void 0)return null;let u=Math.min(100,Math.max(0,a)),c=Math.round(u),p=u>=100;return jsxRuntime.jsxs("div",f(s({"data-slot":"card-topic-progress",className:l("flex min-w-[180px] flex-col gap-2",e)},o),{children:[jsxRuntime.jsx("div",{className:"text-xs font-medium leading-xs text-gray-foreground-muted",children:p?"Conclu\xEDdo":jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs("span",{className:"font-semibold text-gray-foreground",children:[c,"%"]})," de progresso"]})}),jsxRuntime.jsx(Ze,{value:u,indicatorClassName:p?"bg-secondary-stroke-emphasis":"bg-primary-stroke"})]}))}function ei(t){var r=t,{className:e,children:a}=r,o=n(r,["className","children"]);let{variant:d}=Va();return jsxRuntime.jsxs("div",f(s({"data-slot":"card-topic-count",className:l("flex shrink-0 items-center gap-2",e)},o),{children:[jsxRuntime.jsx("span",{className:"text-sm font-medium leading-sm text-gray-foreground-muted",children:a}),jsxRuntime.jsx(icons.ChevronDown,{"aria-hidden":true,size:18,strokeWidth:2.4,className:l("shrink-0 text-gray-foreground",d!=="blocked"&&"transition-transform duration-200 group-data-[state=open]:rotate-180")})]}))}function ai(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(fo,s({"data-slot":"card-topic-content",className:l("px-4 pb-4",e)},a))}function li(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"card-continue",className:l("flex gap-3 bg-transparent",e)},a))}function di(d){var i=d,{className:e,src:a,alt:o="",children:t}=i,r=n(i,["className","src","alt","children"]);return jsxRuntime.jsx("div",f(s({"data-slot":"card-continue-image",className:l("relative h-[122px] w-[200px] shrink-0 overflow-hidden rounded-md bg-gray-background-soft",e)},r),{children:a?jsxRuntime.jsx("img",{src:a,alt:o,loading:"lazy",className:"absolute inset-0 size-full object-cover"}):t}))}function ni(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"card-continue-content",className:l("flex min-w-0 flex-1 flex-col justify-between gap-2",e)},a))}function ii(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"card-continue-header",className:l("flex min-w-0 flex-col gap-1",e)},a))}function ui({items:e,className:a}){return jsxRuntime.jsx(Ea,{"data-slot":"card-continue-breadcrumb",className:"overflow-hidden",children:jsxRuntime.jsx(Ha,{className:l("flex-nowrap gap-1 text-xs font-medium leading-xs [&>[data-slot=breadcrumb-item]:last-of-type>span]:min-w-0 [&>[data-slot=breadcrumb-item]:last-of-type>span]:overflow-hidden [&>[data-slot=breadcrumb-item]:last-of-type]:min-w-0 [&>[data-slot=breadcrumb-item]:last-of-type]:flex-1 [&>[data-slot=breadcrumb-item]:last-of-type_[data-slot=breadcrumb-page]]:truncate [&_[data-slot=breadcrumb-page]]:block",a),children:e.map((o,t)=>jsxRuntime.jsx(R.Fragment,{children:t<e.length-1?jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(lt,{className:"text-content-paragraph",children:o}),jsxRuntime.jsx(oo,{children:jsxRuntime.jsx(icons.ChevronRight,{size:12,className:"text-gray-foreground"})})]}):jsxRuntime.jsx(lt,{children:jsxRuntime.jsx(to,{className:"font-medium text-content-paragraph",children:o})})},`${o}-${t}`))})})}function fi(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"card-continue-title",className:l("line-clamp-2 text-lg font-semibold leading-lg text-primary-foreground",e)},a))}function ci(t){var r=t,{className:e,children:a}=r,o=n(r,["className","children"]);return jsxRuntime.jsx(Y,f(s({"data-slot":"card-continue-button",variant:"emphasis-soft",size:"sm",iconRight:jsxRuntime.jsx(icons.ArrowRightSm,{}),className:l("self-start",e)},o),{children:a}))}var jr=classVarianceAuthority.cva("relative z-0 flex rounded-2xl border border-gray-stroke-muted",{variants:{variant:{default:"bg-surface-card",blocked:"bg-gray-background-soft"},orientation:{vertical:"flex-col overflow-hidden",horizontal:"flex-col overflow-hidden lg:flex-row lg:items-center"}},defaultVariants:{variant:"default",orientation:"vertical"}}),Qr=R.createContext(null);function fa(){var e;return (e=R.useContext(Qr))!=null?e:{}}function vi(i){var u=i,{className:e,variant:a,availableDate:o,orientation:t,children:r}=u,d=n(u,["className","variant","availableDate","orientation","children"]);let c=R.useMemo(()=>({variant:a,availableDate:o,orientation:t}),[a,o,t]),p=jsxRuntime.jsx("div",f(s({"data-slot":"card-lesson",className:l(jr({variant:a,orientation:t}),e)},d),{children:r})),m=a!=="blocked"&&t!=="horizontal";return jsxRuntime.jsx(Qr.Provider,{value:c,children:m?jsxRuntime.jsxs("div",{"data-slot":"card-lesson-stack",className:"relative pt-[17px]",children:[jsxRuntime.jsx("div",{"aria-hidden":true,className:"pointer-events-none absolute inset-x-[34px] bottom-0 top-0 z-0 max-h-[20%] rounded-2xl border border-gray-stroke-muted bg-surface-card"}),jsxRuntime.jsx("div",{"aria-hidden":true,className:"pointer-events-none absolute inset-x-4 bottom-0 top-2 z-0 max-h-[20%] rounded-2xl border border-gray-stroke-muted bg-surface-card"}),p]}):p})}function Ii(d){var i=d,{className:e,src:a,alt:o="",children:t}=i,r=n(i,["className","src","alt","children"]);let{variant:u,orientation:c}=fa(),p=c==="horizontal",m=l("h-[153px] w-full rounded-md",p&&"lg:h-[122px] lg:w-[200px]",u==="blocked"&&"opacity-20");return jsxRuntime.jsx("div",f(s({"data-slot":"card-lesson-image",className:l("px-3 pt-3",p&&"lg:shrink-0 lg:p-3",e)},r),{children:a?jsxRuntime.jsx("img",{src:a,alt:o,loading:"lazy",className:l(m,"object-cover")}):jsxRuntime.jsx("div",{className:l(m,"bg-gray-background-soft"),children:t})}))}function ki(o){var t=o,{className:e}=t,a=n(t,["className"]);let{orientation:r}=fa();return jsxRuntime.jsx("div",s({"data-slot":"card-lesson-content",className:l("flex flex-col gap-2 px-6 pt-4",r==="horizontal"&&"lg:min-w-[160px] lg:flex-1 lg:justify-center lg:gap-0 lg:px-0 lg:py-3",e)},a))}function yi(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"card-lesson-header",className:l("flex flex-col",e)},a))}function Si(o){var t=o,{className:e}=t,a=n(t,["className"]);let{variant:r}=fa();return jsxRuntime.jsx("div",s({"data-slot":"card-lesson-label",className:l("text-xs font-medium leading-xs",r==="blocked"?"text-gray-foreground-muted":"text-content-paragraph",e)},a))}function Pi(o){var t=o,{className:e}=t,a=n(t,["className"]);let{variant:r}=fa();return jsxRuntime.jsx("div",s({"data-slot":"card-lesson-title",className:l("line-clamp-2 text-lg font-semibold leading-lg",r==="blocked"?"text-primary-foreground-muted":"text-primary-foreground",e)},a))}function wi(t){var r=t,{className:e,children:a}=r,o=n(r,["className","children"]);return jsxRuntime.jsx("div",f(s({"data-slot":"card-lesson-duration",className:l("flex items-center gap-1 text-sm font-medium leading-sm text-gray-foreground-muted",e)},o),{children:a}))}function Ti(t){var r=t,{className:e,children:a}=r,o=n(r,["className","children"]);let{variant:d,availableDate:i,orientation:u}=fa();return jsxRuntime.jsxs("div",f(s({"data-slot":"card-lesson-footer",className:l("mt-auto flex flex-wrap items-center justify-between gap-4 px-6 pb-6 pt-4",u==="horizontal"&&"mt-0 lg:grow lg:basis-0 lg:flex-nowrap lg:justify-end lg:px-3 lg:py-3",e)},o),{children:[d==="blocked"&&i?jsxRuntime.jsxs(ie,{variant:"gray-soft",icon:jsxRuntime.jsx(icons.Lock,{}),children:["Dispon\xEDvel em ",i]}):null,a]}))}function Ai(t){var r=t,{className:e,status:a}=r,o=n(r,["className","status"]);let d=a==="completed";return jsxRuntime.jsx(ie,f(s({"data-slot":"card-lesson-status",variant:d?"success-soft":"warning-soft",icon:d?jsxRuntime.jsx(icons.Check,{}):void 0,className:e},o),{children:d?"Conclu\xEDdo":"Iniciado"}))}function Di(r){var d=r,{className:e,children:a,containerClassName:o}=d,t=n(d,["className","children","containerClassName"]);let{variant:i}=fa();return jsxRuntime.jsx(Y,f(s({"data-slot":"card-lesson-button",variant:"regular",size:"sm",disabled:i==="blocked",containerClassName:l("[&:only-child]:ml-auto",o),className:l("rounded-full disabled:bg-gray-background-soft-muted disabled:text-gray-foreground-muted",e)},t),{children:a}))}function Mi(t){var r=t,{className:e,isRead:a}=r,o=n(r,["className","isRead"]);return jsxRuntime.jsx("div",s({"data-slot":"card-news",className:l("flex flex-col gap-6 rounded-lg border p-8",a?"border-secondary-stroke bg-secondary-background-soft-muted":"border-gray-stroke-muted bg-surface-card",e)},o))}function Bi(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"card-news-header",className:l("flex w-full flex-col items-start justify-between gap-4 md:flex-row md:items-center",e)},a))}function Ni(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"card-news-tags",className:l("flex flex-wrap items-center gap-4 gap-y-2",e)},a))}function Fi(r){var d=r,{className:e,icon:a=jsxRuntime.jsx(icons.Calendar,{}),children:o}=d,t=n(d,["className","icon","children"]);return jsxRuntime.jsxs("div",f(s({"data-slot":"card-news-date",className:l("flex shrink-0 items-center gap-1.5 text-xs font-semibold leading-xs text-primary-foreground [&>svg]:size-4",e)},t),{children:[a,o&&jsxRuntime.jsx("span",{children:o})]}))}function Ei(d){var i=d,{className:e,src:a,alt:o="",children:t}=i,r=n(i,["className","src","alt","children"]);return jsxRuntime.jsx("div",f(s({"data-slot":"card-news-image",className:l("relative h-[300px] w-full shrink-0 overflow-hidden rounded-lg bg-gray-background-soft",e)},r),{children:a?jsxRuntime.jsx("img",{src:a,alt:o,loading:"lazy",className:"inset-0 size-full object-cover"}):t}))}function Hi(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"card-news-content",className:l("flex w-full flex-col gap-4",e)},a))}function Oi(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"card-news-title",className:l("-mb-2 line-clamp-2 text-title-xs font-semibold leading-title-xs text-primary-foreground",e)},a))}function qi(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"card-news-description",className:l("line-clamp-3 text-md font-medium leading-md text-primary-foreground",e)},a))}function Vi(e){return e.trim().split(/\s+/).slice(0,2).map(a=>{var o;return (o=a[0])!=null?o:""}).join("").toUpperCase()}function zi(u){var c=u,{className:e,src:a,alt:o,name:t,role:r,children:d}=c,i=n(c,["className","src","alt","name","role","children"]);var p;return jsxRuntime.jsx("div",f(s({"data-slot":"card-news-author",className:l("flex items-center gap-2",e)},i),{children:d!=null?d:jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs(Ba,{size:"md",children:[a&&jsxRuntime.jsx(Na,{src:a,alt:(p=o!=null?o:t)!=null?p:""}),jsxRuntime.jsx(Fa,{children:t?Vi(t):void 0})]}),jsxRuntime.jsxs("div",{className:"flex flex-col gap-0.5",children:[r&&jsxRuntime.jsx("span",{className:"text-xs font-medium leading-xs text-secondary-foreground",children:r}),t&&jsxRuntime.jsx("span",{className:"text-sm font-semibold leading-sm text-primary-foreground",children:t})]})]})}))}function _i(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"card-news-footer",className:l("flex w-full flex-wrap items-center gap-6",e)},a))}var Jr=classVarianceAuthority.cva("inline-flex items-center justify-center place-items-center gap-2 rounded-sm whitespace-nowrap transition-all disabled:pointer-events-none shrink-0 [&_svg]:shrink-0 hover:cursor-pointer focus:outline-0 [grid-template-areas:'stack']",{variants:{variant:{regular:"bg-surface-card border-2 border-gray-stroke-muted enabled:hover:ring-4 data-[state=unchecked]:enabled:hover:ring-state-hover data-[state=unchecked]:enabled:hover:border-gray-stroke disabled:bg-gray-background-soft-muted data-[state=checked]:bg-primary-background-fill data-[state=checked]:border-primary-background-fill data-[state=checked]:enabled:hover:bg-primary-background-fill-emphasis data-[state=checked]:enabled:hover:border-primary-background-fill-emphasis data-[state=checked]:enabled:hover:ring-state-active disabled:data-[state=checked]:bg-gray-background-soft-muted disabled:data-[state=checked]:border-gray-stroke-muted data-[state=unchecked]:enabled:hover:border-gray-stroke data-[state=checked]:enabled:hover:bg-primary-background-fill-emphasis [&:disabled_svg]:text-gray-background-fill-muted"},size:{sm:"size-4 [&_svg]:size-3",md:"size-5 [&_svg]:size-4",lg:"size-6 [&_svg]:size-5"}},defaultVariants:{variant:"regular",size:"md"}});function Ki(d){var i=d,{className:e,size:a,variant:o,uncheckIcon:t}=i,r=n(i,["className","size","variant","uncheckIcon"]);return jsxRuntime.jsx(radixUi.Checkbox.Root,f(s({"data-slot":"checkbox",className:l("group peer",Jr({size:a,variant:o}),e)},r),{children:jsxRuntime.jsx(radixUi.Checkbox.Indicator,{"data-slot":"checkbox-indicator",className:"relative flex items-center justify-center",children:t?jsxRuntime.jsx(icons.RemoveMinus,{className:l("absolute left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2 text-primary-foreground-onfill"),strokeWidth:2.6}):jsxRuntime.jsx(icons.Check,{className:l("absolute left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2 text-primary-foreground-onfill"),strokeWidth:2.6})})}))}var po=768;function za(){let[e,a]=R.useState(void 0);return R.useEffect(()=>{let o=window.matchMedia(`(max-width: ${po-1}px)`),t=()=>{a(window.innerWidth<po);};return o.addEventListener("change",t),a(window.innerWidth<po),()=>o.removeEventListener("change",t)},[]),!!e}function mo(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.DropdownMenu.Root,s({"data-slot":"dropdown-menu"},e))}function $i(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.DropdownMenu.Portal,s({"data-slot":"dropdown-menu-portal"},e))}function go(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.DropdownMenu.Trigger,s({className:l("cursor-pointer",e.className),"data-slot":"dropdown-menu-trigger"},e))}function xo(r){var d=r,{className:e,sideOffset:a=4,side:o}=d,t=n(d,["className","sideOffset","side"]);let i=za();return jsxRuntime.jsx(radixUi.DropdownMenu.Portal,{children:jsxRuntime.jsx(radixUi.DropdownMenu.Content,s({"data-slot":"dropdown-menu-content",sideOffset:a,side:i?"bottom":o,className:l("max-h-(--radix-dropdown-menu-content-available-height) origin-(--radix-dropdown-menu-content-transform-origin) z-50 max-h-screen min-w-[8rem] overflow-y-auto overflow-x-hidden rounded-md border bg-surface-elevated p-3 pb-2 text-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",e)},t))})}function Ji(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.DropdownMenu.Group,s({"data-slot":"dropdown-menu-group"},e))}function xt(r){var d=r,{className:e,inset:a,variant:o="default"}=d,t=n(d,["className","inset","variant"]);return jsxRuntime.jsx(radixUi.DropdownMenu.Item,s({"data-slot":"dropdown-menu-item","data-inset":a,"data-variant":o,className:l("data-[variant=destructive]:*:[svg]:!text-destructive outline-hidden relative flex cursor-pointer select-none items-center gap-2.5 rounded-sm px-2 py-2 text-sm font-medium text-gray-foreground hover:bg-secondary-background-soft-emphasis focus:outline-0 data-[disabled]:pointer-events-none data-[inset]:pl-8 data-[variant=destructive]:text-red-foreground data-[disabled]:opacity-50 data-[variant=destructive]:hover:bg-red-background-soft-emphasis dark:[&_img]:brightness-0 dark:[&_img]:invert [&_svg:not([class*='size-'])]:size-4 [&_svg]:pointer-events-none [&_svg]:shrink-0",e)},t))}function Yi(r){var d=r,{className:e,children:a,checked:o}=d,t=n(d,["className","children","checked"]);return jsxRuntime.jsxs(radixUi.DropdownMenu.CheckboxItem,f(s({"data-slot":"dropdown-menu-checkbox-item",className:l("outline-hidden relative flex cursor-pointer select-none items-center gap-2 rounded-md py-2 pl-2 pr-7 text-sm font-medium text-gray-foreground hover:bg-secondary-background-soft-emphasis focus:outline-0 data-[disabled]:pointer-events-none data-[disabled]:opacity-50 dark:[&_img]:brightness-0 dark:[&_img]:invert [&_svg:not([class*='size-'])]:size-4 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg]:text-secondary-foreground",e),checked:o},t),{children:[jsxRuntime.jsx("span",{className:"flex min-w-0 flex-1 gap-2 break-words",children:a}),jsxRuntime.jsx("span",{className:"pointer-events-none absolute right-2 flex size-3.5 items-center justify-center",children:jsxRuntime.jsx(radixUi.DropdownMenu.ItemIndicator,{children:jsxRuntime.jsx(icons.Check,{className:"size-4"})})})]}))}function ht(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.DropdownMenu.RadioGroup,s({"data-slot":"dropdown-menu-radio-group"},e))}function ho(t){var r=t,{className:e,children:a}=r,o=n(r,["className","children"]);return jsxRuntime.jsxs(radixUi.DropdownMenu.RadioItem,f(s({"data-slot":"dropdown-menu-radio-item",className:l("outline-hidden relative flex cursor-pointer select-none items-center gap-2 rounded-md py-3 pl-2 pr-7 text-sm font-medium text-gray-foreground hover:bg-secondary-background-soft-emphasis focus:outline-0 aria-checked:text-secondary-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50 dark:[&_img]:brightness-0 dark:[&_img]:invert [&_svg:not([class*='size-'])]:size-4 [&_svg]:pointer-events-none [&_svg]:text-secondary-foreground",e)},o),{children:[jsxRuntime.jsx("span",{className:"flex min-w-0 flex-1 gap-2 break-words",children:a}),jsxRuntime.jsx("span",{className:"pointer-events-none absolute right-2 flex size-3.5 items-center justify-center",children:jsxRuntime.jsx(radixUi.DropdownMenu.ItemIndicator,{children:jsxRuntime.jsx(icons.Check,{className:"size-4"})})})]}))}function bo(t){var r=t,{className:e,inset:a}=r,o=n(r,["className","inset"]);return jsxRuntime.jsx(radixUi.DropdownMenu.Label,s({"data-slot":"dropdown-menu-label","data-inset":a,className:l("px-2 py-3 text-xs font-medium text-gray-foreground-muted data-[inset]:pl-8 [&:not(:first-child)]:mt-2.5",e)},o))}function Co(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(radixUi.DropdownMenu.Separator,s({"data-slot":"dropdown-menu-separator",className:l("-mx-3 my-2 h-px bg-gray-stroke-muted",e)},a))}function eu(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("span",s({"data-slot":"dropdown-menu-shortcut",className:l("ml-auto text-xs tracking-widest text-gray-foreground",e)},a))}function au(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.DropdownMenu.Sub,s({"data-slot":"dropdown-menu-sub"},e))}function tu(r){var d=r,{className:e,inset:a,children:o}=d,t=n(d,["className","inset","children"]);return jsxRuntime.jsxs(radixUi.DropdownMenu.SubTrigger,f(s({"data-slot":"dropdown-menu-sub-trigger","data-inset":a,className:l("flex cursor-pointer select-none items-center rounded-sm px-2 py-2 text-sm font-medium text-gray-foreground outline-0 focus:outline-0 data-[inset]:pl-8",e)},t),{children:[o,jsxRuntime.jsx(icons.ChevronRight,{className:"ml-auto size-3"})]}))}function ou(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(radixUi.DropdownMenu.SubContent,s({"data-slot":"dropdown-menu-sub-content",className:l("origin-(--radix-dropdown-menu-content-transform-origin) z-50 min-w-[8rem] overflow-hidden rounded-md border bg-surface-elevated p-1 text-gray-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",e)},a))}var Io=R.createContext({invalid:false}),ds={start:1950,end:new Date().getFullYear()};function Ct(e,a){let o=e.getFullYear();return o<a.start?new Date(a.start,0,1):o>a.end?new Date(a.end,11,31):e}var ko=classVarianceAuthority.cva(["shadow-xs flex w-full items-center justify-between gap-2 rounded-md border-2 border-gray-stroke-muted bg-surface-card px-4 py-3 text-left text-gray-foreground outline-none transition-[color,box-shadow] enabled:hover:border-gray-stroke-emphasis enabled:hover:ring-[3px] enabled:hover:ring-state-focus disabled:pointer-events-none disabled:bg-gray-background-soft-muted disabled:text-gray-foreground-muted data-[invalid]:border-feedback-error-stroke data-[invalid]:enabled:hover:border-feedback-error-stroke data-[invalid]:enabled:hover:ring-[3px] data-[invalid]:enabled:hover:ring-state-error","group-has-[[data-slot=date-picker-label]]:data-[placeholder]:text-transparent"],{variants:{size:{lg:["h-12 max-h-12 text-md","max-sm:h-14 max-sm:text-base"],md:["h-10 max-h-10 text-sm","max-sm:h-11"]}},defaultVariants:{size:"lg"}});function du(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({className:l("group relative flex flex-col gap-2",e),"data-slot":"date-picker-wrapper"},a))}function nu(t){var r=t,{className:e,children:a}=r,o=n(r,["className","children"]);return jsxRuntime.jsx("label",f(s({className:l("pointer-events-none absolute start-3 top-0 z-10 origin-left -translate-y-1/2 bg-surface-card px-1 text-xs font-medium text-gray-foreground transition-all duration-200 ease-out","group-has-[[data-slot=date-picker-trigger][data-placeholder]:not([data-state=open])]:start-4 group-has-[[data-slot=date-picker-trigger][data-placeholder]:not([data-state=open])]:top-6 group-has-[[data-slot=date-picker-trigger][data-placeholder]:not([data-state=open])]:bg-transparent group-has-[[data-slot=date-picker-trigger][data-placeholder]:not([data-state=open])]:px-0 group-has-[[data-slot=date-picker-trigger][data-placeholder]:not([data-state=open])]:text-md group-has-[[data-slot=date-picker-trigger][data-placeholder]:not([data-state=open])]:font-normal group-has-[[data-slot=date-picker-trigger][data-placeholder]:not([data-state=open])]:text-gray-foreground max-sm:group-has-[[data-slot=date-picker-trigger][data-placeholder]:not([data-state=open])]:top-7","group-has-[[data-slot=date-picker-trigger][data-size=md]]:group-has-[[data-slot=date-picker-trigger][data-placeholder]:not([data-state=open])]:top-5 group-has-[[data-slot=date-picker-trigger][data-size=md]]:group-has-[[data-slot=date-picker-trigger][data-placeholder]:not([data-state=open])]:!text-sm max-sm:group-has-[[data-slot=date-picker-trigger][data-size=md]]:group-has-[[data-slot=date-picker-trigger][data-placeholder]:not([data-state=open])]:top-[22px]",e),"data-slot":"date-picker-label"},o),{children:a}))}function iu(o){var t=o,{className:e}=t,a=n(t,["className"]);let{invalid:r}=R.useContext(Io);return jsxRuntime.jsx("span",s({className:l("-mt-1 text-xs",r?"text-feedback-error-foreground":"text-gray-foreground",e),"data-slot":"date-picker-text"},a))}function pa(e){return new Date(e.getFullYear(),e.getMonth(),e.getDate())}function _a(e,a){return e.getFullYear()===a.getFullYear()&&e.getMonth()===a.getMonth()&&e.getDate()===a.getDate()}function Lt(e,a){return new Date(e.getFullYear(),e.getMonth()+a,1)}function vt(e){return new Date(e.getFullYear(),e.getMonth(),1)}function vo(e,a){return pa(e).getTime()<pa(a).getTime()}function ns(e,a){return pa(e).getTime()>pa(a).getTime()}function Ua(e,a,o){return !!(a&&vo(e,a)||o&&ns(e,o))}function is(e){return new Intl.DateTimeFormat("pt-BR",{year:"numeric",month:"2-digit",day:"2-digit"}).format(e)}var us=20,fs=18;function uu(V){var k=V,{value:e,defaultValue:a=null,onValueChange:o,placeholder:t="Pick a date",disabled:r,min:d,max:i,format:u=is,className:c,inputClassName:p,contentClassName:m,size:x="lg",yearRange:h=ds,showYearSelector:y=true,invalid:C=false,children:A}=k,M=n(k,["value","defaultValue","onValueChange","placeholder","disabled","min","max","format","className","inputClassName","contentClassName","size","yearRange","showYearSelector","invalid","children"]);let I=e!==void 0,[U,E]=R.useState(a),b=I?e:U,[v,N]=R.useState(false),[W,q]=R.useState(()=>vt(Ct(b!=null?b:new Date,h))),Z=R.useRef(null),we=R.useRef(null),Te=R.useRef(null),ve=R.useId(),[te,Me]=R.useState(null),he=R.useCallback(P=>{I||E(P),o==null||o(P);},[I,o]);R.useEffect(()=>{v&&q(vt(Ct(b!=null?b:new Date,h)));},[v,b,h]),R.useEffect(()=>{v||Me(null);},[v]),R.useEffect(()=>{if(!v)return;let P=document.body.style.overflow;return document.body.style.overflow="hidden",()=>{document.body.style.overflow=P;}},[v]),R.useEffect(()=>{if(!te)return;let P=()=>N(false);return window.addEventListener("scroll",P,{passive:true,capture:true}),()=>window.removeEventListener("scroll",P,{capture:true})},[te]),R.useEffect(()=>{if(!v)return;let P=H=>{let z=Z.current,ee=Te.current;z&&H.target instanceof Node&&!z.contains(H.target)&&!(ee!=null&&ee.contains(H.target))&&N(false);},L=H=>{H.key==="Escape"&&N(false);};return window.addEventListener("pointerdown",P,{capture:true}),window.addEventListener("keydown",L),()=>{window.removeEventListener("pointerdown",P,{capture:true}),window.removeEventListener("keydown",L);}},[v]);let aa=290,ta=()=>{var P,L,H;if(v)N(false);else {let z=(H=(P=we.current)==null?void 0:P.getBoundingClientRect())!=null?H:(L=Z.current)==null?void 0:L.getBoundingClientRect();if(z){let Se=window.innerHeight-z.bottom<aa,Ue=window.innerWidth,va=window.matchMedia("(max-width: 639px)").matches?Math.min(512,Ue-16):Math.min(320,Ue),Ia=8,ka=Ia,ya=Ue-va-Ia,Oe=z.left;Oe<ka?Oe=ka:Oe>ya&&(Oe=ya),Me(f(s({position:"fixed"},Se?{bottom:window.innerHeight-z.top+8}:{top:z.bottom+8}),{left:Oe,width:va,maxWidth:360}));}N(true);}},ye=pa(new Date),se=W.getFullYear(),pe=W.getMonth(),g=new Date(se,pe,1),B=new Date(se,pe+1,0).getDate(),D=g.getDay(),w=b?u(b):"",O=Array.from({length:12},(P,L)=>({value:L,label:new Intl.DateTimeFormat("pt-BR",{month:"long"}).format(new Date(2e3,L,1))})),$=Array.from({length:h.end-h.start+1},(P,L)=>h.start+L),J=P=>{q(new Date(se,P,1));},oe=P=>{q(new Date(P,pe,1));};return jsxRuntime.jsxs(Io.Provider,{value:R.useMemo(()=>({invalid:C}),[C]),children:[jsxRuntime.jsxs("div",{ref:Z,className:l("relative inline-flex w-full",c),children:[jsxRuntime.jsxs("button",f(s(f(s({ref:we,type:"button",disabled:r,"aria-haspopup":"dialog","aria-expanded":v,"aria-controls":v?ve:void 0,"data-invalid":C||void 0,"data-slot":"date-picker-trigger","data-size":x,"data-state":v?"open":"closed"},!w&&{"data-placeholder":""}),{className:l(ko({size:x}),v&&"border-gray-stroke-emphasis ring-[3px] ring-state-focus",w&&!C&&"border-gray-stroke-emphasis ring-[3px] ring-state-focus",w&&C&&"border-feedback-error-stroke ring-[3px] ring-state-error",p),onClick:ta}),M),{children:[jsxRuntime.jsx("span",{className:"truncate",children:w||t}),jsxRuntime.jsx(icons.Calendar,{size:x==="md"?fs:us,strokeWidth:1.6,className:"shrink-0 !text-gray-foreground","aria-hidden":"true"})]})),v&&reactDom.createPortal(jsxRuntime.jsxs("div",{ref:Te,id:ve,role:"dialog","aria-label":"Calend\xE1rio","data-slot":"date-picker-content",style:te!=null?te:void 0,className:l("z-50 overflow-hidden rounded-md border border-gray-stroke-muted bg-surface-elevated p-3 shadow-md",m),children:[jsxRuntime.jsxs("div",{className:"mb-3 flex items-center justify-center gap-2",children:[jsxRuntime.jsx("button",{type:"button",className:"inline-flex size-8 items-center justify-center rounded-md hover:bg-secondary-background-soft-emphasis max-sm:size-10",onClick:()=>q(P=>Lt(P,-1)),"aria-label":"M\xEAs anterior",children:jsxRuntime.jsx(icons.ChevronLeftMd,{size:18,strokeWidth:1.8})}),jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsxs("div",{className:"relative",children:[jsxRuntime.jsx("select",{value:pe,onChange:P=>J(Number(P.target.value)),className:"min-w-[7rem] appearance-none rounded-md border border-gray-stroke-muted bg-surface-card py-1 pl-2 pr-7 text-sm font-medium capitalize text-gray-foreground outline-none hover:border-gray-stroke-emphasis focus:border-gray-stroke-emphasis focus:ring-2 focus:ring-state-focus max-sm:min-w-[8rem] max-sm:py-2 max-sm:text-base","aria-label":"Selecionar m\xEAs",children:O.map(P=>jsxRuntime.jsx("option",{value:P.value,className:"capitalize",children:P.label},P.value))}),jsxRuntime.jsx(icons.ChevronDown,{size:14,strokeWidth:1.8,className:"pointer-events-none absolute right-2 top-1/2 -translate-y-1/2 text-gray-foreground","aria-hidden":true})]}),y?jsxRuntime.jsxs("div",{className:"relative",children:[jsxRuntime.jsx("select",{value:se,onChange:P=>oe(Number(P.target.value)),className:"min-w-[5rem] appearance-none rounded-md border border-gray-stroke-muted bg-surface-card py-1 pl-2 pr-7 text-sm font-medium text-gray-foreground outline-none hover:border-gray-stroke-emphasis focus:border-gray-stroke-emphasis focus:ring-2 focus:ring-state-focus max-sm:min-w-[5.5rem] max-sm:py-2 max-sm:text-base","aria-label":"Selecionar ano",children:$.map(P=>jsxRuntime.jsx("option",{value:P,children:P},P))}),jsxRuntime.jsx(icons.ChevronDown,{size:14,strokeWidth:1.8,className:"pointer-events-none absolute right-2 top-1/2 -translate-y-1/2 text-gray-foreground","aria-hidden":true})]}):jsxRuntime.jsx("div",{className:"text-sm font-semibold text-gray-foreground",children:se})]}),jsxRuntime.jsx("button",{type:"button",className:"inline-flex size-8 items-center justify-center rounded-md hover:bg-secondary-background-soft-emphasis max-sm:size-10",onClick:()=>q(P=>Lt(P,1)),"aria-label":"Pr\xF3ximo m\xEAs",children:jsxRuntime.jsx(icons.ChevronRightMd,{size:18,strokeWidth:1.8})})]}),jsxRuntime.jsxs("div",{className:"grid grid-cols-7 gap-1 text-center text-xs font-medium text-gray-foreground-muted max-sm:text-sm",children:[jsxRuntime.jsx("div",{children:"Dom"}),jsxRuntime.jsx("div",{children:"Seg"}),jsxRuntime.jsx("div",{children:"Ter"}),jsxRuntime.jsx("div",{children:"Qua"}),jsxRuntime.jsx("div",{children:"Qui"}),jsxRuntime.jsx("div",{children:"Sex"}),jsxRuntime.jsx("div",{children:"S\xE1b"})]}),jsxRuntime.jsxs("div",{className:"mt-2 grid grid-cols-7 gap-1",children:[Array.from({length:D}).map((P,L)=>jsxRuntime.jsx("div",{},`empty-${L}`)),Array.from({length:B}).map((P,L)=>{let H=new Date(se,pe,L+1),z=b?_a(H,b):false,ee=_a(H,ye),Se=r||Ua(H,d,i);return jsxRuntime.jsx("button",{type:"button",disabled:Se,onClick:()=>{he(H),N(false);},className:l("inline-flex h-9 w-full items-center justify-center rounded-md text-sm font-medium outline-none transition-colors hover:bg-secondary-background-soft-emphasis disabled:pointer-events-none disabled:opacity-50 max-sm:h-11 max-sm:text-base",ee&&"ring-1 ring-gray-stroke-emphasis",z&&"bg-primary-background-fill text-primary-foreground-onfill hover:bg-primary-background-fill-emphasis"),"aria-pressed":z,children:L+1},H.toISOString())})]}),jsxRuntime.jsxs("div",{className:"mt-3 flex items-center justify-between gap-2",children:[jsxRuntime.jsx("button",{type:"button",className:"rounded-md px-2 py-1 text-xs font-medium text-gray-foreground hover:bg-secondary-background-soft-emphasis max-sm:px-3 max-sm:py-2 max-sm:text-sm",onClick:()=>{he(ye),N(false);},disabled:r||Ua(ye,d,i),children:"Hoje"}),jsxRuntime.jsx("button",{type:"button",className:"rounded-md px-2 py-1 text-xs font-medium text-gray-foreground hover:bg-secondary-background-soft-emphasis max-sm:px-3 max-sm:py-2 max-sm:text-sm",onClick:()=>he(null),disabled:r||!b,children:"Limpar"})]})]}),document.body)]}),A]})}function fu(V){var k=V,{value:e,defaultValue:a=null,onValueChange:o,placeholder:t="Selecionar per\xEDodo",disabled:r,min:d,max:i,format:u=is,className:c,inputClassName:p,contentClassName:m,size:x="lg",yearRange:h=ds,showYearSelector:y=true,invalid:C=false,children:A}=k,M=n(k,["value","defaultValue","onValueChange","placeholder","disabled","min","max","format","className","inputClassName","contentClassName","size","yearRange","showYearSelector","invalid","children"]);let I=e!==void 0,[U,E]=R.useState(a),b=I?e:U,[v,N]=R.useState(false),[W,q]=R.useState(()=>{var L,H;return vt(Ct((H=(L=b==null?void 0:b.start)!=null?L:b==null?void 0:b.end)!=null?H:new Date,h))}),Z=R.useRef(null),we=R.useRef(null),Te=R.useRef(null),ve=R.useId(),[te,Me]=R.useState(null),he=R.useCallback(L=>{I||E(L),o==null||o(L);},[I,o]);R.useEffect(()=>{var L,H;v&&q(vt(Ct((H=(L=b==null?void 0:b.start)!=null?L:b==null?void 0:b.end)!=null?H:new Date,h)));},[v,b,h]),R.useEffect(()=>{v||Me(null);},[v]),R.useEffect(()=>{if(!v)return;let L=document.body.style.overflow;return document.body.style.overflow="hidden",()=>{document.body.style.overflow=L;}},[v]),R.useEffect(()=>{if(!te)return;let L=()=>N(false);return window.addEventListener("scroll",L,{passive:true,capture:true}),()=>window.removeEventListener("scroll",L,{capture:true})},[te]),R.useEffect(()=>{if(!v)return;let L=z=>{let ee=Z.current,Se=Te.current;ee&&z.target instanceof Node&&!ee.contains(z.target)&&!(Se!=null&&Se.contains(z.target))&&N(false);},H=z=>{z.key==="Escape"&&N(false);};return window.addEventListener("pointerdown",L,{capture:true}),window.addEventListener("keydown",H),()=>{window.removeEventListener("pointerdown",L,{capture:true}),window.removeEventListener("keydown",H);}},[v]);let aa=330,ta=()=>{var L,H,z;if(v)N(false);else {let ee=(z=(L=we.current)==null?void 0:L.getBoundingClientRect())!=null?z:(H=Z.current)==null?void 0:H.getBoundingClientRect();if(ee){let Ue=window.innerHeight-ee.bottom<aa,oa=window.innerWidth,Ia=window.matchMedia("(max-width: 639px)").matches?Math.min(512,oa-16):Math.min(320,oa),ka=8,ya=ka,Oe=oa-Ia-ka,Sa=ee.left;Sa<ya?Sa=ya:Sa>Oe&&(Sa=Oe),Me(f(s({position:"fixed"},Ue?{bottom:window.innerHeight-ee.top+8}:{top:ee.bottom+8}),{left:Sa,width:Ia,maxWidth:360}));}N(true);}},ye=pa(new Date),se=W.getFullYear(),pe=W.getMonth(),g=new Date(se,pe,1),B=new Date(se,pe+1,0).getDate(),D=g.getDay(),w=Array.from({length:12},(L,H)=>({value:H,label:new Intl.DateTimeFormat("pt-BR",{month:"long"}).format(new Date(2e3,H,1))})),O=Array.from({length:h.end-h.start+1},(L,H)=>h.start+H),$=L=>{q(new Date(se,L,1));},J=L=>{q(new Date(L,pe,1));},oe=L=>{r||Ua(L,d,i)||(!b||!b.start||b.end?he({start:L,end:null}):(vo(L,b.start)?he({start:L,end:b.start}):he({start:b.start,end:L}),N(false)));},P=b!=null&&b.start&&(b!=null&&b.end)?`${u(b.start)} - ${u(b.end)}`:b!=null&&b.start?u(b.start):"";return jsxRuntime.jsxs(Io.Provider,{value:R.useMemo(()=>({invalid:C}),[C]),children:[jsxRuntime.jsxs("div",{ref:Z,className:l("relative inline-flex w-full",c),children:[jsxRuntime.jsxs("button",f(s(f(s({ref:we,type:"button",disabled:r,"aria-haspopup":"dialog","aria-expanded":v,"aria-controls":v?ve:void 0,"data-invalid":C||void 0,"data-slot":"date-picker-trigger","data-size":x,"data-state":v?"open":"closed"},!P&&{"data-placeholder":""}),{className:l(ko({size:x}),v&&"border-gray-stroke-emphasis ring-[3px] ring-state-focus",P&&!C&&"border-gray-stroke-emphasis ring-[3px] ring-state-focus",P&&C&&"border-feedback-error-stroke ring-[3px] ring-state-error",p),onClick:ta}),M),{children:[jsxRuntime.jsx("span",{className:"truncate",children:P||t}),jsxRuntime.jsx(icons.Calendar,{size:x==="md"?fs:us,strokeWidth:1.6,className:"shrink-0 !text-gray-foreground","aria-hidden":"true"})]})),v&&reactDom.createPortal(jsxRuntime.jsxs("div",{ref:Te,id:ve,role:"dialog","aria-label":"Calend\xE1rio","data-slot":"date-picker-content",style:te!=null?te:void 0,className:l("z-50 overflow-hidden rounded-md border border-gray-stroke-muted bg-surface-elevated p-3 shadow-md",m),children:[jsxRuntime.jsxs("div",{className:"mb-3 flex items-center justify-center gap-2",children:[jsxRuntime.jsx("button",{type:"button",className:"inline-flex size-8 items-center justify-center rounded-md hover:bg-secondary-background-soft-emphasis max-sm:size-10",onClick:()=>q(L=>Lt(L,-1)),"aria-label":"M\xEAs anterior",children:jsxRuntime.jsx(icons.ChevronLeftMd,{size:18,strokeWidth:1.8})}),jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsxs("div",{className:"relative",children:[jsxRuntime.jsx("select",{value:pe,onChange:L=>$(Number(L.target.value)),className:"min-w-[7rem] appearance-none rounded-md border border-gray-stroke-muted bg-surface-card py-1 pl-2 pr-7 text-sm font-medium capitalize text-gray-foreground outline-none hover:border-gray-stroke-emphasis focus:border-gray-stroke-emphasis focus:ring-2 focus:ring-state-focus max-sm:min-w-[8rem] max-sm:py-2 max-sm:text-base","aria-label":"Selecionar m\xEAs",children:w.map(L=>jsxRuntime.jsx("option",{value:L.value,className:"capitalize",children:L.label},L.value))}),jsxRuntime.jsx(icons.ChevronDown,{size:14,strokeWidth:1.8,className:"pointer-events-none absolute right-2 top-1/2 -translate-y-1/2 text-gray-foreground","aria-hidden":true})]}),y?jsxRuntime.jsxs("div",{className:"relative",children:[jsxRuntime.jsx("select",{value:se,onChange:L=>J(Number(L.target.value)),className:"min-w-[5rem] appearance-none rounded-md border border-gray-stroke-muted bg-surface-card py-1 pl-2 pr-7 text-sm font-medium text-gray-foreground outline-none hover:border-gray-stroke-emphasis focus:border-gray-stroke-emphasis focus:ring-2 focus:ring-state-focus max-sm:min-w-[5.5rem] max-sm:py-2 max-sm:text-base","aria-label":"Selecionar ano",children:O.map(L=>jsxRuntime.jsx("option",{value:L,children:L},L))}),jsxRuntime.jsx(icons.ChevronDown,{size:14,strokeWidth:1.8,className:"pointer-events-none absolute right-2 top-1/2 -translate-y-1/2 text-gray-foreground","aria-hidden":true})]}):jsxRuntime.jsx("div",{className:"text-sm font-semibold text-gray-foreground",children:se})]}),jsxRuntime.jsx("button",{type:"button",className:"inline-flex size-8 items-center justify-center rounded-md hover:bg-secondary-background-soft-emphasis max-sm:size-10",onClick:()=>q(L=>Lt(L,1)),"aria-label":"Pr\xF3ximo m\xEAs",children:jsxRuntime.jsx(icons.ChevronRightMd,{size:18,strokeWidth:1.8})})]}),jsxRuntime.jsxs("div",{className:"grid grid-cols-7 gap-1 text-center text-xs font-medium text-gray-foreground-muted max-sm:text-sm",children:[jsxRuntime.jsx("div",{children:"Dom"}),jsxRuntime.jsx("div",{children:"Seg"}),jsxRuntime.jsx("div",{children:"Ter"}),jsxRuntime.jsx("div",{children:"Qua"}),jsxRuntime.jsx("div",{children:"Qui"}),jsxRuntime.jsx("div",{children:"Sex"}),jsxRuntime.jsx("div",{children:"S\xE1b"})]}),jsxRuntime.jsxs("div",{className:"mt-2 grid grid-cols-7 gap-1",children:[Array.from({length:D}).map((L,H)=>jsxRuntime.jsx("div",{},`empty-${H}`)),Array.from({length:B}).map((L,H)=>{let z=new Date(se,pe,H+1),ee=(b==null?void 0:b.start)&&_a(z,b.start),Se=(b==null?void 0:b.end)&&_a(z,b.end),Ue=(b==null?void 0:b.start)&&(b==null?void 0:b.end)&&ns(z,b.start)&&vo(z,b.end),oa=_a(z,ye),va=r||Ua(z,d,i);return jsxRuntime.jsx("button",{type:"button",disabled:va,onClick:()=>oe(z),className:l("inline-flex h-9 w-full items-center justify-center rounded-md text-sm font-medium outline-none transition-colors hover:bg-secondary-background-soft-emphasis disabled:pointer-events-none disabled:opacity-50",oa&&"ring-1 ring-gray-stroke-emphasis",Ue&&"bg-primary-background-soft",(ee||Se)&&"bg-primary-background-fill text-primary-foreground-onfill hover:bg-primary-background-fill-emphasis"),"aria-pressed":ee||Se||void 0,children:H+1},z.toISOString())})]}),jsxRuntime.jsxs("div",{className:"mt-3 flex items-center justify-between gap-2",children:[jsxRuntime.jsx("button",{type:"button",className:"rounded-md px-2 py-1 text-xs font-medium text-gray-foreground hover:bg-secondary-background-soft-emphasis",onClick:()=>{he({start:ye,end:ye}),N(false);},disabled:r||Ua(ye,d,i),children:"Hoje"}),jsxRuntime.jsx("button",{type:"button",className:"rounded-md px-2 py-1 text-xs font-medium text-gray-foreground hover:bg-secondary-background-soft-emphasis",onClick:()=>he(null),disabled:r||!b,children:"Limpar"})]})]}),document.body)]}),A]})}var Lu=24,vu=20,Iu=1.6,ps=10,ms=8;function ku(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({className:l("group relative flex flex-col gap-2",e),"data-slot":"input-wrapper"},a))}function yu(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({className:l("relative",e),"data-slot":"input-field"},a))}function Su(t){var r=t,{className:e,children:a}=r,o=n(r,["className","children"]);return jsxRuntime.jsx("label",f(s({className:l("pointer-events-none absolute start-3 top-0 z-10 origin-left -translate-y-1/2 bg-surface-card px-1 text-xs font-medium text-gray-foreground transition-all duration-200 ease-out","group-has-[[data-slot=input][disabled]]:bg-transparent","group-has-[[data-slot=input]:placeholder-shown:not(:focus)]:start-4 group-has-[[data-slot=input]:placeholder-shown:not(:focus)]:top-6 group-has-[[data-slot=input]:placeholder-shown:not(:focus)]:bg-transparent group-has-[[data-slot=input]:placeholder-shown:not(:focus)]:px-0 group-has-[[data-slot=input]:placeholder-shown:not(:focus)]:text-md group-has-[[data-slot=input]:placeholder-shown:not(:focus)]:font-normal","group-has-[[data-slot=input][data-empty]:not(:focus)]:start-4 group-has-[[data-slot=input][data-empty]:not(:focus)]:top-6 group-has-[[data-slot=input][data-empty]:not(:focus)]:bg-transparent group-has-[[data-slot=input][data-empty]:not(:focus)]:px-0 group-has-[[data-slot=input][data-empty]:not(:focus)]:text-md group-has-[[data-slot=input][data-empty]:not(:focus)]:font-normal","group-has-[[data-slot=input][data-size=md]]:group-has-[[data-slot=input]:placeholder-shown:not(:focus)]:top-5 group-has-[[data-slot=input][data-size=md]]:group-has-[[data-slot=input]:placeholder-shown:not(:focus)]:!text-sm","group-has-[[data-slot=input][data-size=md]]:group-has-[[data-slot=input][data-empty]:not(:focus)]:top-5 group-has-[[data-slot=input][data-empty]:not(:focus)]:!text-sm","group-has-[[data-slot=input][aria-invalid=true]]:text-feedback-error-foreground","group-has-[[data-slot=input-start-icon]]:group-has-[[data-slot=input]:placeholder-shown:not(:focus)]:start-12","group-has-[[data-slot=input-start-icon]]:group-has-[[data-slot=input][data-empty]:not(:focus)]:start-12",e),"data-slot":"input-label"},o),{children:a}))}function Pu(t){var r=t,{className:e,invalid:a=false}=r,o=n(r,["className","invalid"]);return jsxRuntime.jsx("span",s({className:l("-mt-1 text-xs",a?"text-feedback-error-foreground":"text-gray-foreground",e),"data-slot":"input-text"},o))}function yo(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({className:l("group/adornment relative flex w-full",e),"data-slot":"input-adornment"},a))}function St(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("span",s({className:l("pointer-events-none absolute start-4 top-1/2 z-10 flex -translate-y-1/2 items-center pr-3 text-gray-foreground",e),"data-slot":"input-start-icon"},a))}function So(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("span",s({className:l("absolute end-4 top-1/2 z-10 flex -translate-y-1/2 items-center text-gray-foreground",e),"data-slot":"input-end-icon"},a))}var kt=classVarianceAuthority.cva(["shadow-xs w-full min-w-0 rounded-md border-2 border-gray-stroke-muted bg-surface-card px-4 py-3 text-gray-foreground outline-none transition-[color,box-shadow] selection:bg-secondary-background-soft-emphasis selection:text-gray-foreground placeholder:text-gray-foreground-emphasis hover:border-gray-stroke-emphasis hover:ring-[3px] hover:ring-state-focus disabled:cursor-default disabled:bg-gray-background-soft-muted disabled:placeholder:text-gray-foreground-muted disabled:hover:border-gray-stroke-muted disabled:hover:ring-0","focus-visible:border-gray-stroke-emphasis focus-visible:ring-[3px] focus-visible:ring-state-focus","aria-[invalid]:border-feedback-error-stroke aria-[invalid]:hover:ring-state-error aria-[invalid]:focus-visible:ring-state-error","aria-[invalid]:[&:not(:placeholder-shown):not(:disabled)]:border-feedback-error-stroke aria-[invalid]:[&:not(:placeholder-shown):not(:disabled)]:ring-[3px] aria-[invalid]:[&:not(:placeholder-shown):not(:disabled)]:ring-state-error","group-has-[[data-slot=input-label]]:py-3 group-has-[[data-slot=input-label]]:placeholder:text-transparent","[&:not(:placeholder-shown):not(:disabled)]:border-gray-stroke-emphasis [&:not(:placeholder-shown):not(:disabled)]:ring-[3px] [&:not(:placeholder-shown):not(:disabled)]:ring-state-focus","group-has-[[data-slot=input-end-icon]]/adornment:pr-10"],{variants:{size:{lg:["h-12 max-h-12 text-md","group-has-[[data-slot=input-label]]:h-14","group-has-[[data-slot=input-start-icon]]/adornment:pl-[48px]"],md:["h-10 max-h-10 text-sm","group-has-[[data-slot=input-label]]:h-11","group-has-[[data-slot=input-start-icon]]/adornment:pl-[44px]"]}},defaultVariants:{size:"lg"}}),wu={email:jsxRuntime.jsx(icons.Mail,{})},Tu={};function ma(e,a="lg"){return R.cloneElement(e,{size:a==="md"?vu:Lu,strokeWidth:Iu})}function xs(d){var i=d,{className:e,invalid:a=false,size:o="lg",disabled:t}=i,r=n(i,["className","invalid","size","disabled"]);let[u,c]=R.useState(false);return jsxRuntime.jsxs(yo,{children:[jsxRuntime.jsx(St,{children:ma(jsxRuntime.jsx(icons.Lock,{}),o)}),jsxRuntime.jsx("input",s({type:u?"text":"password","data-slot":"input","data-size":o,disabled:t,className:l(kt({size:o,className:e})),"aria-invalid":a||r["aria-invalid"]?true:void 0},r)),jsxRuntime.jsx(So,{children:jsxRuntime.jsx("button",{type:"button",tabIndex:-1,disabled:t,onClick:()=>c(p=>!p),className:l("text-gray-foreground transition-colors hover:text-gray-foreground-emphasis disabled:cursor-default disabled:opacity-50"),"data-invalid":a,"aria-label":u?"Hide password":"Show password",children:ma(u?jsxRuntime.jsx(icons.Hide,{}):jsxRuntime.jsx(icons.Show,{}),o)})})]})}function hs(m){var x=m,{className:e,invalid:a=false,size:o="lg",iconLeft:t,min:r,value:d,defaultValue:i,onChange:u,disabled:c}=x,p=n(x,["className","invalid","size","iconLeft","min","value","defaultValue","onChange","disabled"]);let h=d!==void 0,[y,C]=R.useState(()=>i!=null?i:""),A=R.useRef(null),M=h?d===""?"":String(d):y,V=M===""?NaN:Number(M),k=r!==void 0&&Number(r)<0,I=R.useCallback(N=>{let W=r!==void 0&&Number(r)<0,q=N.replace(/[^\d.-]/g,"");W?q=(q.startsWith("-")?"-":"")+q.replace(/-/g,""):q=q.replace(/-/g,"");let Z=q.indexOf(".");return Z===-1?q:q.slice(0,Z+1)+q.slice(Z+1).replace(/\./g,"")},[r]),U=R.useCallback(N=>{let W=I(N.target.value);if(W===N.target.value)h?u==null||u(N):(C(W),u==null||u(f(s({},N),{target:f(s({},N.target),{value:W})})));else {let q=f(s({},N),{target:f(s({},N.target),{value:W})});h||C(W),u==null||u(q);}},[h,u,I]),E=r!==void 0?Number(r):void 0,b=R.useCallback(N=>{let q=(Number.isNaN(V)?E!=null?E:0:V)+N;return E!==void 0&&q<E?E:q},[V,E]),v=R.useCallback(N=>{let W=b(N),q=String(W),Z=A.current,Te={type:"change",target:Z?{value:q,name:Z.name,id:Z.id,form:Z.form,type:Z.type}:{value:q},currentTarget:Z,bubbles:true,cancelable:false,nativeEvent:{}};h||C(q),u==null||u(Te);},[b,h,u]);return jsxRuntime.jsxs(yo,{children:[t!=null&&jsxRuntime.jsx(St,{children:ma(t,o)}),jsxRuntime.jsx("input",s({ref:A,type:"text",inputMode:"decimal",pattern:k?"-?[0-9]*":"[0-9]*","data-slot":"input","data-size":o,"data-empty":M===""?"":void 0,min:r,value:M,onChange:U,disabled:c,className:l(kt({size:o}),"pr-12","[appearance:textfield] [&::-webkit-inner-spin-button]:appearance-none [&::-webkit-outer-spin-button]:appearance-none",e),"aria-invalid":a||p["aria-invalid"]?true:void 0},p)),jsxRuntime.jsxs("div",{className:"absolute end-0 top-0 flex h-full flex-col items-center justify-center gap-0.5 px-4",children:[jsxRuntime.jsx("button",{type:"button",tabIndex:-1,disabled:c,onClick:()=>v(1),className:"flex items-center justify-center rounded-full !p-0.5 px-2 text-gray-foreground transition-colors disabled:cursor-default disabled:opacity-50 disabled:hover:bg-transparent","aria-label":"Increase value",children:jsxRuntime.jsx(icons.ChevronDown,{className:"rotate-180",size:o==="md"?ms:ps,strokeWidth:3})}),jsxRuntime.jsx("button",{type:"button",tabIndex:-1,disabled:c,onClick:()=>v(-1),className:"flex items-center justify-center rounded-full !p-0.5 px-2 text-gray-foreground transition-colors disabled:cursor-default disabled:opacity-50 disabled:hover:bg-transparent","aria-label":"Decrease value",children:jsxRuntime.jsx(icons.ChevronDown,{size:o==="md"?ms:ps,strokeWidth:3})})]})]})}function Po(u){var c=u,{className:e,type:a="text",size:o="lg",invalid:t=false,iconLeft:r,iconRight:d}=c,i=n(c,["className","type","size","invalid","iconLeft","iconRight"]);if(a==="numeric")return jsxRuntime.jsx(hs,s({className:e,size:o,invalid:t,iconLeft:r},i));if(a==="password")return jsxRuntime.jsx(xs,s({className:e,size:o,invalid:t},i));let p=r!=null?r:wu[a],m=(a==="text"||a==="email")&&t,x=m?jsxRuntime.jsx(icons.TriangleWarning,{}):d!=null?d:Tu[a];return p!=null||x!=null?jsxRuntime.jsxs("div",{className:"group/adornment relative flex w-full","data-slot":"input-adornment",children:[p!=null&&jsxRuntime.jsx(St,{children:ma(p,o)}),jsxRuntime.jsx("input",s({type:"text","data-slot":"input","data-size":o,className:l(kt({size:o,className:e})),"aria-invalid":t||i["aria-invalid"]?true:void 0},i)),x!=null&&jsxRuntime.jsx(So,{className:m?"text-feedback-error-foreground":void 0,children:ma(x,o)})]}):jsxRuntime.jsx("input",s({type:"text","data-slot":"input","data-size":o,className:l(kt({size:o,className:e})),"aria-invalid":t||i["aria-invalid"]?true:void 0},i))}var bs=classVarianceAuthority.cva("inline-flex select-none items-center gap-3 text-sm font-medium leading-none disabled:cursor-default disabled:text-gray-foreground-muted peer-disabled:cursor-default peer-disabled:text-gray-foreground-muted group-data-[disabled]:pointer-events-none group-data-[disabled]:text-gray-foreground-muted whitespace-nowrap transition-all shrink-0 [&_svg]:shrink-0 hover:cursor-pointer focus:outline-0",{variants:{variant:{regular:"text-gray-foreground hover:text-gray-foreground-emphasis"},size:{sm:"text-xs",md:"text-sm",lg:"text-md"}},defaultVariants:{variant:"regular",size:"md"}});function Ru(d){var i=d,{className:e,variant:a,size:o,block:t}=i,r=n(i,["className","variant","size","block"]);return jsxRuntime.jsx(radixUi.Label.Root,s({"data-slot":"label",className:l(bs({size:o,variant:a}),e,t&&"flex flex-col items-start justify-center gap-4 whitespace-normal rounded-lg border border-gray-stroke-muted p-4 font-normal")},r))}function Bu({width:e=171,height:a=36,className:o,svgClassName:t}){return jsxRuntime.jsxs("svg",{className:l("dark:brightness-0 dark:invert",o),xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 171 36",width:e,height:a,children:[jsxRuntime.jsx("path",{fill:"#01CFB5",d:"M170.246 8.366 158.874 34.77c-.317.744-1.131 1.23-2.038 1.23h-3.47c-1.552 0-2.606-1.377-2.011-2.628l2.875-6.066-8.476-18.918c-.563-1.246.492-2.59 2.027-2.59h3.541c.929 0 1.755.513 2.061 1.278l4.688 11.864h.093l4.464-11.836c.295-.782 1.126-1.306 2.066-1.306h3.514c1.524 0 2.573 1.322 2.038 2.568Zm-24.869 8.623v10.42a.823.823 0 0 1-.82.826h-3.956a.818.818 0 0 1-.82-.825v-.667a11.207 11.207 0 0 1-5.699 1.541c-6.235 0-11.295-5.054-11.295-11.295 0-6.24 5.06-11.295 11.295-11.295 2.076 0 4.027.557 5.694 1.541v-.006a11.295 11.295 0 0 1 5.601 9.76Zm-5.984.005c0-2.94-2.377-5.327-5.306-5.327-2.929 0-5.306 2.388-5.306 5.327 0 2.94 2.377 5.323 5.306 5.323 2.929 0 5.306-2.383 5.306-5.323Zm5.793.4c.005-.099.005-.192.005-.29 0-.098-.005-.191-.005-.284v.573Zm-26.17-11.722h-4.355a.977.977 0 0 0-.978.978v11.902a3.416 3.416 0 0 1-6.831 0V6.65a.977.977 0 0 0-.978-.978h-4.355a.977.977 0 0 0-.978.978v11.902a3.417 3.417 0 0 1-5.83 2.415c-.618-.617-1-1.47-1-2.415V6.65a.977.977 0 0 0-.979-.978h-4.355a.977.977 0 0 0-.978.978v13.088h-.006c0 .781.115 1.535.334 2.256 1.098 3.623 4.765 6.29 9.13 6.29 2.739 0 5.209-1.054 6.935-2.732 1.689 1.83 4.197 2.994 7 2.994 4.53 0 8.295-3.043 9.06-7.043.093-.487.143-.99.143-1.497V6.65a.978.978 0 0 0-.979-.978Z"}),jsxRuntime.jsx("path",{fill:"#00205B",className:t,d:"M65.557 7.694c-.639.399-1.235.863-1.781 1.388.54-.536 1.137-1 1.781-1.388ZM82.727.831v26.617a.82.82 0 0 1-.82.825h-3.956a.77.77 0 0 1-.415-.12.81.81 0 0 1-.405-.71v-.755a11.018 11.018 0 0 1-5.689 1.574c-5.47 0-10.01-3.967-10.923-9.191-.016-.098-.038-.197-.054-.3-.011-.088-.028-.18-.039-.268 0-.028-.005-.055-.01-.088-.006-.06-.012-.12-.023-.18-.005-.076-.01-.159-.021-.24v-.028c-.006-.093-.017-.18-.017-.273a9.516 9.516 0 0 1 0-1.11l.017-.273v-.027l.032-.311c0-.033.006-.066.006-.099a.665.665 0 0 0 .01-.104c.012-.087.023-.18.039-.267.016-.11.033-.213.055-.323a11.09 11.09 0 0 1 3.17-6.005 11.548 11.548 0 0 1 1.88-1.48 9.127 9.127 0 0 1 1.31-.646c1.039-.42 2.186-.65 3.405-.683-.071 0-.142.011-.213.011a9.587 9.587 0 0 0-3.203.672c-.453.18-.896.4-1.311.65.393-.245.809-.459 1.23-.655-.006 0-.011.005-.017.005l.033-.016c-.011.005-.022.005-.038.01a8.79 8.79 0 0 1 .519-.229c-.039.017-.071.033-.104.05.038-.017.07-.033.11-.05.087-.033.174-.065.267-.098.087-.038.175-.066.268-.099.033-.016.065-.021.098-.032.055-.017.104-.039.158-.055.11-.033.214-.066.323-.098a9.584 9.584 0 0 1 .607-.153c.092-.022.196-.044.295-.066.098-.016.196-.033.295-.055l.295-.049h.005a2.82 2.82 0 0 0 .197-.027c.07-.005.131-.022.202-.022.087-.01.18-.016.268-.022.082-.01.164-.01.246-.016.07 0 .142-.011.213-.011.136-.006.273-.006.415-.006.093 0 .191.006.284.006h.12c.083 0 .159.005.236.01.098.006.196.012.295.023.087.005.174.01.256.022.05.005.099.01.142.016.088.01.175.022.257.038l.312.05c1.06.185 2.07.519 3.005.983v.115c-.038-.022-.076-.038-.12-.06.038.022.077.038.12.065v-.12c.268.131.525.273.77.426V.825a.827.827 0 0 1 .82-.825h3.957a.838.838 0 0 1 .836.83Zm-5.694 16.213a5.32 5.32 0 0 0-5.312-5.323c-2.929 0-5.306 2.388-5.306 5.323 0 2.94 2.377 5.322 5.306 5.322a5.316 5.316 0 0 0 5.312-5.322Zm-19.59.431c0 .41-.017.765-.066 1.132a.597.597 0 0 1-.596.524H42.284a.598.598 0 0 0-.574.77c.623 1.94 2.46 3.192 4.749 3.192 1.607 0 2.678-.574 3.656-1.749a.614.614 0 0 1 .47-.213h5.191c.448 0 .738.47.53.869-2.093 4.033-5.705 6.372-9.847 6.372-6.06 0-11.137-5.055-11.137-11.088 0-6.033 4.847-11.235 11.022-11.235h.006c6.284 0 11.093 4.94 11.093 11.426Zm-6.563-3.393c-.738-1.683-2.437-2.754-4.541-2.754-1.973 0-3.721 1.027-4.47 2.754a.594.594 0 0 0 .552.825h7.907a.593.593 0 0 0 .552-.825ZM23.13 5.803c-2.738 0-5.207 1.055-6.934 2.733-1.689-1.831-4.197-2.995-7-2.995-4.53 0-8.295 3.044-9.06 7.044-.088.486-.137.989-.137 1.497v13.35c0 .54.437.978.978.978h4.355a.977.977 0 0 0 .978-.978V15.618c0-1.65 1.328-3.263 2.962-3.476a3.398 3.398 0 0 1 2.87.973c.617.617 1 1.47 1 2.415v11.902c0 .54.436.978.977.978h4.355a.977.977 0 0 0 .979-.978V15.618c0-1.65 1.327-3.263 2.961-3.476a3.398 3.398 0 0 1 2.87.973c.617.617 1 1.47 1 2.415v11.902c0 .54.436.978.977.978h4.355a.977.977 0 0 0 .979-.978V14.344a7.75 7.75 0 0 0-.334-2.257c-1.098-3.623-4.77-6.284-9.13-6.284Z"})]})}function Nu({width:e=60,height:a=67,className:o,svgClassName:t}){return jsxRuntime.jsx("svg",{className:l("dark:brightness-0 dark:invert",o),width:e,height:a,viewBox:"0 0 60 67",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:jsxRuntime.jsx("path",{fill:"#00205B",className:t,d:"M42.33 10.8959C37.32 10.8959 32.8 12.8259 29.64 15.8959C26.55 12.5459 21.96 10.4159 16.83 10.4159C8.54 10.4159 1.65 15.9859 0.25 23.3059C0.09 24.1959 0 25.1159 0 26.0459V50.4759C0 51.4659 0.8 52.2659 1.79 52.2659H9.76C10.75 52.2659 11.55 51.4659 11.55 50.4759V28.8559C11.55 25.8359 13.98 22.8859 16.97 22.4959C19.03 22.2259 20.91 22.9659 22.22 24.2759C23.35 25.4059 24.05 26.9659 24.05 28.6959V50.4759C24.05 51.4659 24.85 52.2659 25.84 52.2659H33.81C34.8 52.2659 35.6 51.4659 35.6 50.4759V28.8559C35.6 25.8359 38.03 22.8859 41.02 22.4959C43.08 22.2259 44.96 22.9659 46.27 24.2759C47.4 25.4059 48.1 26.9659 48.1 28.6959V50.4759C48.1 51.4659 48.9 52.2659 49.89 52.2659H57.86C58.85 52.2659 59.65 51.4659 59.65 50.4759V26.5259C59.65 25.0959 59.44 23.7159 59.04 22.3959C57.03 15.7659 50.31 10.8959 42.33 10.8959Z"})})}var ga={tablet:"600px",mobile:"320px"};function Ls(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("nav",s({role:"navigation","aria-label":"pagination",className:l("flex w-full items-center justify-between",e)},a))}function vs(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("ul",s({className:l("flex flex-row items-center gap-2",e)},a))}function wo(r){var d=r,{count:e,label:a="itens",className:o}=d,t=n(d,["count","label","className"]);return jsxRuntime.jsx("p",f(s({className:l("text-xs font-medium text-gray-foreground-muted",o)},t),{children:a==="itens"?jsxRuntime.jsxs(jsxRuntime.Fragment,{children:["Mostrando"," ",jsxRuntime.jsx("span",{className:"font-semibold text-gray-foreground",children:e})," ",a]}):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("span",{className:"font-semibold text-gray-foreground",children:e})," ",a]})}))}function wt(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("li",s({className:l("",e)},a))}function Is(p){var m=p,{className:e,isActive:a,iconLeft:o,iconRight:t,size:r="md",variant:d="regular",activeVariant:i,inactiveVariant:u}=m,c=n(m,["className","isActive","iconLeft","iconRight","size","variant","activeVariant","inactiveVariant"]);return jsxRuntime.jsx(Y,f(s({"aria-current":a?"page":void 0,variant:a&&i?i:!a&&u?u:a?d:`${d}-soft`,className:l("",e),size:r,iconLeft:o,iconRight:t},c),{children:c.children}))}function ks(r){var d=r,{className:e,size:a="md",variant:o="regular-basic"}=d,t=n(d,["className","size","variant"]);return jsxRuntime.jsx(Y,f(s({"aria-label":"Go to previous page",className:l("",e),iconLeft:jsxRuntime.jsx(icons.ChevronLeftDuo,{}),variant:o,size:a},t),{children:t.children||"Anterior"}))}function ys(r){var d=r,{className:e,size:a="md",variant:o="regular-basic"}=d,t=n(d,["className","size","variant"]);return jsxRuntime.jsx(Y,f(s({"aria-label":"Go to next page",className:l("",e),variant:o,iconRight:jsxRuntime.jsx(icons.ChevronRightDuo,{}),size:a},t),{children:t.children||"Pr\xF3ximo"}))}function Ss(t){var r=t,{className:e,size:a="md"}=r,o=n(r,["className","size"]);return jsxRuntime.jsx("span",f(s({"aria-hidden":true,className:l("flex items-center justify-center",{sm:"h-8 w-8",md:"h-9 w-9",lg:"h-10 w-10"}[a],e)},o),{children:jsxRuntime.jsx(icons.MoreHorizontal,{className:"h-4 w-4"})}))}function Ps(e,a,o=2){let t=[];if(a<=o+2)for(let r=1;r<=a;r++)t.push(r);else {let r=Math.floor(o/2);if(e<=r+1){for(let d=1;d<=o+1;d++)t.push(d);o+1<a&&t.push(-1,a);}else if(e>=a-r){t.push(1),a-o>1&&t.push(-1);for(let d=a-o;d<=a;d++)t.push(d);}else {t.push(1,-1);for(let d=e-r;d<=e+r;d++)t.push(d);t.push(-1,a);}}return t}function zu({currentPage:e,totalPages:a,maxVisibleItems:o,onPageChange:t,itemsPerPage:r,totalItems:d,className:i,responsive:u=true,size:c="md"}){let[p,m]=R.useState(()=>typeof window=="undefined"?false:window.innerWidth<=parseInt(ga.tablet));R.useEffect(()=>{if(typeof window=="undefined"||!u)return;let C=parseInt(ga.tablet),A=()=>{m(window.innerWidth<=C);};return window.addEventListener("resize",A),A(),()=>window.removeEventListener("resize",A)},[u]);let x=typeof o=="number"?o:u&&p?0:2,h=u&&p,y=()=>Ps(e,a,x);return jsxRuntime.jsxs(Ls,{className:l("",i),children:[r!==void 0&&!h?jsxRuntime.jsx(wo,{count:r,label:"itens"}):jsxRuntime.jsx("div",{}),jsxRuntime.jsxs(vs,{children:[jsxRuntime.jsx(wt,{children:jsxRuntime.jsx(ks,{onClick:()=>t(Math.max(1,e-1)),disabled:e===1,size:c})}),y().map((C,A)=>jsxRuntime.jsx(wt,{children:C===-1?jsxRuntime.jsx(Ss,{size:c}):jsxRuntime.jsx(Is,{onClick:()=>t(C),isActive:C===e,size:c,children:C})},A)),jsxRuntime.jsx(wt,{children:jsxRuntime.jsx(ys,{onClick:()=>t(Math.min(a,e+1)),disabled:e===a,size:c})})]}),d!==void 0&&!h?jsxRuntime.jsx(wo,{count:d,label:"total"}):jsxRuntime.jsx("div",{})]})}var Gu={sm:"size-2 group-data-[disabled]:group-data-[state=checked]:size-1.5",md:"size-2.5 group-data-[disabled]:group-data-[state=checked]:size-1.5",lg:"size-3.5 group-data-[disabled]:group-data-[state=checked]:size-2"},ws=classVarianceAuthority.cva("inline-flex items-center justify-center place-items-center gap-2 rounded-pill whitespace-nowrap transition-all disabled:pointer-events-none shrink-0 [&_svg]:shrink-0 hover:cursor-pointer focus:outline-0 [grid-template-areas:'stack']",{variants:{variant:{regular:"bg-surface-card border-2 border-gray-stroke-muted enabled:hover:ring-4 data-[state=unchecked]:enabled:hover:ring-state-hover data-[state=unchecked]:enabled:hover:border-gray-stroke disabled:bg-gray-background-soft-muted data-[state=checked]:bg-primary-background-fill data-[state=checked]:border-primary-background-fill data-[state=checked]:enabled:hover:bg-primary-background-fill-emphasis data-[state=checked]:enabled:hover:border-primary-background-fill-emphasis data-[state=checked]:enabled:hover:ring-state-active disabled:data-[state=checked]:bg-gray-background-soft-muted disabled:data-[state=checked]:border-gray-stroke-muted data-[state=unchecked]:enabled:hover:border-gray-stroke data-[state=checked]:enabled:hover:bg-primary-background-fill-emphasis [&:disabled_svg]:fill-gray-background-fill-muted"},size:{sm:"size-4",md:"size-5",lg:"size-6"}},defaultVariants:{variant:"regular",size:"md"}});function Wu(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(radixUi.RadioGroup.Root,s({"data-slot":"radio-group",className:l("grid gap-3",e)},a))}function Xu(r){var d=r,{className:e,size:a,variant:o}=d,t=n(d,["className","size","variant"]);return jsxRuntime.jsx(radixUi.RadioGroup.Item,f(s({"data-slot":"radio-group-item",className:l("shadow-xs group peer aspect-square size-4 shrink-0 rounded-full outline-none transition-[color,box-shadow] disabled:cursor-not-allowed",ws({size:a,variant:o}),e)},t),{children:jsxRuntime.jsx(radixUi.RadioGroup.Indicator,{"data-slot":"radio-group-indicator",className:"relative flex items-center justify-center",children:jsxRuntime.jsx(icons.Circle,{className:l("absolute left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2 fill-surface-card",Gu[a||"md"])})})}))}function ha(o){var t=o,{delayDuration:e=0}=t,a=n(t,["delayDuration"]);return jsxRuntime.jsx(radixUi.Tooltip.Provider,s({"data-slot":"tooltip-provider",delayDuration:e},a))}function Qe(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.Tooltip.Root,s({"data-slot":"tooltip"},e))}function $e(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.Tooltip.Trigger,s({"data-slot":"tooltip-trigger"},e))}function Je(r){var d=r,{className:e,sideOffset:a=0,children:o}=d,t=n(d,["className","sideOffset","children"]);return jsxRuntime.jsx(radixUi.Tooltip.Portal,{children:jsxRuntime.jsxs(radixUi.Tooltip.Content,f(s({"data-slot":"tooltip-content",sideOffset:a,className:l("origin-(--radix-tooltip-content-transform-origin) z-50 w-fit text-balance rounded-md bg-surface-elevated px-3 py-2 text-sm font-medium text-gray-foreground-emphasis animate-in fade-in-0 zoom-in-95 [filter:drop-shadow(0_0_1px_var(--color-drop-shadow-layer-a))_drop-shadow(0_2px_2px_var(--color-drop-shadow-layer-b))] data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",e)},t),{children:[o,jsxRuntime.jsx(radixUi.Tooltip.Arrow,{className:"z-50 size-3 translate-y-[calc(-50%_-_2px)] rotate-45 rounded-[2px] bg-surface-elevated fill-surface-elevated"})]}))})}function ef(t){var r=t,{children:e,className:a}=r,o=n(r,["children","className"]);return jsxRuntime.jsx("div",{className:"w-full overflow-x-auto rounded-lg border border-gray-stroke-muted",children:jsxRuntime.jsx("table",f(s({className:l("w-full border-collapse text-left",a)},o),{children:e}))})}function af(t){var r=t,{children:e,className:a}=r,o=n(r,["children","className"]);return jsxRuntime.jsx("thead",f(s({className:l("h-11 border-b border-gray-stroke-muted bg-surface-card",a)},o),{children:jsxRuntime.jsx("tr",{children:e})}))}function tf(d){var i=d,{children:e,className:a,tooltip:o,highlight:t}=i,r=n(i,["children","className","tooltip","highlight"]);return jsxRuntime.jsx("th",f(s({className:l("text-ellipsis whitespace-nowrap px-5 text-sm font-semibold text-gray-foreground first:pr-0",a)},r),{children:jsxRuntime.jsxs("div",{className:"flex items-center gap-1.5",children:[jsxRuntime.jsx("span",{className:l(t&&"flex size-7 shrink-0 items-center justify-center rounded-full bg-primary-foreground-onfill"),children:e}),o&&jsxRuntime.jsx(ha,{children:jsxRuntime.jsxs(Qe,{children:[jsxRuntime.jsx($e,{asChild:true,children:jsxRuntime.jsx(icons.Info,{className:"size-4"})}),jsxRuntime.jsx(Je,{children:o})]})})]})}))}function of(t){var r=t,{children:e,className:a}=r,o=n(r,["children","className"]);return jsxRuntime.jsx("tbody",f(s({className:l("bg-surface-card",a)},o),{children:e}))}function rf(t){var r=t,{children:e,className:a}=r,o=n(r,["children","className"]);return jsxRuntime.jsx("tr",f(s({className:l("w-full border-t border-solid border-gray-stroke-muted first:border-t-0",a)},o),{children:e}))}function sf(t){var r=t,{children:e,className:a}=r,o=n(r,["children","className"]);return jsxRuntime.jsx("td",{className:"py-4 pl-5 align-middle",children:jsxRuntime.jsx("div",f(s({className:l("flex size-7 shrink-0 items-center justify-center overflow-hidden whitespace-nowrap rounded-full bg-primary-foreground text-sm font-semibold text-primary-foreground-onfill",a)},o),{children:e}))})}function lf(t){var r=t,{children:e,className:a}=r,o=n(r,["children","className"]);return jsxRuntime.jsx("td",f(s({className:"px-5 py-4 align-middle"},o),{children:jsxRuntime.jsx("div",{className:l("flex items-center gap-5",a),children:jsxRuntime.jsx("div",{className:"flex shrink-0 items-center gap-5 pr-8",children:e})})}))}function df(t){var r=t,{children:e,className:a}=r,o=n(r,["children","className"]);return jsxRuntime.jsx("div",f(s({className:l("flex shrink-0 flex-col items-start whitespace-nowrap text-gray-foreground",a)},o),{children:e}))}function nf(t){var r=t,{children:e,className:a}=r,o=n(r,["children","className"]);return jsxRuntime.jsx("span",f(s({className:l("shrink-0 overflow-hidden text-ellipsis font-sans text-xxs font-medium leading-xxs",a)},o),{children:e}))}function uf(t){var r=t,{children:e,className:a}=r,o=n(r,["children","className"]);return jsxRuntime.jsx("span",f(s({className:l("shrink-0 overflow-hidden text-ellipsis font-sans text-sm font-semibold leading-5",a)},o),{children:e}))}function ff(t){var r=t,{children:e,className:a}=r,o=n(r,["children","className"]);return jsxRuntime.jsx(ie,f(s({className:l("bg-gradient-to-r from-cm-24 to-secondary-24 text-primary-foreground",a)},o),{icon:jsxRuntime.jsx(icons.CheckboxFill,{className:"text-primary-foreground"}),children:e}))}function cf(t){var r=t,{children:e,className:a}=r,o=n(r,["children","className"]);return jsxRuntime.jsx("td",f(s({className:"px-5 py-4 align-middle"},o),{children:jsxRuntime.jsx("div",{className:l("flex flex-col items-start gap-2",a),children:e})}))}function pf(t){var r=t,{children:e,className:a}=r,o=n(r,["children","className"]);return jsxRuntime.jsx("p",f(s({className:l("relative shrink-0 overflow-hidden text-ellipsis whitespace-nowrap text-[10px] font-medium leading-[12px] text-gray-foreground",a)},o),{children:e}))}function mf(t){var r=t,{children:e,className:a}=r,o=n(r,["children","className"]);return jsxRuntime.jsx("div",f(s({className:l("avatar-group flex shrink-0 items-center gap-2",a)},o),{children:e}))}function gf(i){var u=i,{src:e,alt:a,fallback:o="?",className:t,tooltip:r}=u,d=n(u,["src","alt","fallback","className","tooltip"]);let c=jsxRuntime.jsxs(Ba,f(s({size:"sm",className:l("ring-2 ring-background",t)},d),{children:[jsxRuntime.jsx(Na,{src:e,alt:a}),jsxRuntime.jsx(Fa,{children:o})]}));return r?jsxRuntime.jsx(ha,{children:jsxRuntime.jsxs(Qe,{children:[jsxRuntime.jsx($e,{asChild:true,children:c}),jsxRuntime.jsx(Je,{children:r})]})}):c}function xf(r){var d=r,{children:e,className:a,icon:o}=d,t=n(d,["children","className","icon"]);return jsxRuntime.jsx("td",f(s({className:"px-5 py-4 align-middle"},t),{children:jsxRuntime.jsx(ie,{variant:"regular-soft",className:a,icon:o,children:e})}))}function hf({className:e,percentage:a}){let o=t=>t>=0&&t<=49||t>=50&&t<=80||t>=81&&t<=100?"bg-primary-stroke":"bg-gray-100";return jsxRuntime.jsx("div",{className:l("relative h-0.5 w-full overflow-hidden rounded-pill bg-gray-100",e),children:jsxRuntime.jsx("div",{className:l("absolute inset-y-0 left-0 rounded-pill transition-all duration-300",o(a)),style:{width:`${a}%`}})})}function bf(r){var d=r,{questions:e,answered:a,className:o}=d,t=n(d,["questions","answered","className"]);let i=a>0?a/e*100:0;return a===0?jsxRuntime.jsx("td",f(s({className:"px-5 py-4 align-middle"},t),{children:jsxRuntime.jsx("div",{className:l("flex min-w-[140px] flex-col items-start justify-center gap-2",o),children:jsxRuntime.jsxs("div",{className:"flex shrink-0 items-center justify-center gap-2 text-xs font-medium text-gray-foreground-muted",children:[jsxRuntime.jsx("div",{className:"flex size-4 items-center justify-center rounded-full bg-gray-background-soft",children:jsxRuntime.jsx(icons.RemoveMinus,{className:"size-3 text-gray-foreground",strokeWidth:2.6})}),jsxRuntime.jsx("span",{className:"whitespace-nowrap font-medium text-gray-foreground-muted",children:"N\xE3o iniciado"})]})})})):jsxRuntime.jsx("td",f(s({className:"px-5 py-4 align-middle"},t),{children:jsxRuntime.jsxs("div",{className:l("flex min-w-[140px] flex-col items-start justify-center gap-2",o),children:[jsxRuntime.jsx("div",{className:"flex shrink-0 items-center gap-0.5 text-xs leading-4",children:jsxRuntime.jsxs("span",{className:"relative shrink-0 whitespace-nowrap font-medium text-gray-foreground-muted",children:[jsxRuntime.jsx("span",{className:"font-semibold text-gray-foreground",children:a})," ",a>1?"respondidas":"respondida"]})}),jsxRuntime.jsx(hf,{percentage:i})]})}))}var Cf={notStarted:{icon:icons.RemoveMinus,bgColor:"bg-gray-background-soft",iconColor:"text-gray-foreground",titleClassName:"font-medium text-gray-foreground-muted",title:()=>"N\xE3o iniciado",subtitle:()=>""},minNotReached:{icon:icons.Warning,bgColor:"bg-feedback-warning-background-soft",iconColor:"text-feedback-warning-foreground",titleClassName:"font-medium text-gray-foreground-muted",title:()=>"M\xEDnimo n\xE3o atingido",subtitle:({remainingQuestions:e})=>e>1?`Faltam ${e} quest\xF5es`:`Falta ${e} quest\xE3o`},dominated:{icon:icons.Check,bgColor:"bg-feedback-success-background-soft",iconColor:"text-feedback-success-foreground",titleClassName:"font-medium text-gray-foreground-muted",title:({progress:e})=>jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs("span",{className:"font-semibold text-gray-foreground",children:[Math.round(e),"%"]})," ","de ",e>1?"acertos":"acerto"]}),subtitle:({correct:e,answered:a})=>`${e} de ${a} acertos`},notDominated:{icon:icons.CloseMd,bgColor:"bg-feedback-error-background-soft",iconColor:"text-feedback-error-foreground",titleClassName:"font-medium text-gray-foreground-muted",title:({progress:e})=>jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs("span",{className:"font-semibold text-gray-foreground",children:[Math.round(e),"%"]})," ","de ",e>1?"acertos":"acerto"]}),subtitle:({correct:e,answered:a})=>`${e} de ${a} acertos`}};function Lf(e,a,o){return [[e,"notStarted"],[a,"minNotReached"],[o>=80,"dominated"],[true,"notDominated"]].find(([r])=>r)[1]}function vf(d){var i=d,{answered:e,correct:a,minQuestions:o,className:t}=i,r=n(i,["answered","correct","minQuestions","className"]);let u=e>0?a/e*100:0,c=e===0,p=a<o,m=o-a,x=Lf(c,p,u),{icon:h,bgColor:y,iconColor:C,titleClassName:A,title:M,subtitle:V}=Cf[x],k={progress:u,correct:a,answered:e,remainingQuestions:m};return jsxRuntime.jsx("td",f(s({className:"px-5 py-4 align-middle"},r),{children:jsxRuntime.jsx("div",{className:l("flex min-w-[140px] flex-col items-start justify-center gap-2",t),children:jsxRuntime.jsxs("div",{className:"flex shrink-0 items-center justify-center gap-2 text-xs font-medium text-gray-foreground-muted",children:[jsxRuntime.jsx("div",{className:l("flex size-4 items-center justify-center rounded-full",y),children:jsxRuntime.jsx(h,{className:l("size-3",C),strokeWidth:2.6})}),jsxRuntime.jsxs("div",{className:"flex flex-col items-start justify-center",children:[jsxRuntime.jsx("span",{className:l("whitespace-nowrap",A),children:M(k)}),jsxRuntime.jsx("span",{className:"whitespace-nowrap text-xxs font-semibold text-gray-foreground-muted",children:V(k)})]})]})})}))}function If(r){var d=r,{children:e,className:a,onClick:o}=d,t=n(d,["children","className","onClick"]);return jsxRuntime.jsx("td",f(s({className:"px-5 py-4 align-middle"},t),{children:jsxRuntime.jsx(Y,{variant:"regular-soft",size:"sm",iconRight:jsxRuntime.jsx(icons.ArrowRightMd,{className:"size-4"}),onClick:o,className:a,children:e})}))}var Rs=classVarianceAuthority.cva("transition-all duration-150",{variants:{size:{sm:"size-6",md:"size-7",lg:"size-8"}},defaultVariants:{size:"md"}}),yf=classVarianceAuthority.cva("",{variants:{size:{sm:"size-7",md:"size-8",lg:"size-9"}},defaultVariants:{size:"md"}}),Ms=classVarianceAuthority.cva("inline-flex items-center justify-center",{variants:{size:{sm:"size-7",md:"size-8",lg:"size-9"},readOnly:{true:"cursor-default",false:"cursor-pointer"}},defaultVariants:{size:"md",readOnly:false}}),Bs=classVarianceAuthority.cva("flex w-full min-w-0 justify-between text-gray-foreground font-medium gap-2",{variants:{size:{sm:"text-xs",md:"text-xs",lg:"text-sm"}},defaultVariants:{size:"md"}});function Sf({state:e,className:a}){let o=Ie(),t=R.useRef(`rating-${Math.random().toString(36).slice(2)}`),r=o||t.current;return e==="full"?jsxRuntime.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 25 24",fill:"none",className:a,children:jsxRuntime.jsx("path",{d:"M0.888855 9.61676C0.523397 9.27879 0.721914 8.66782 1.21623 8.60921L8.2204 7.77843C8.42186 7.75455 8.59685 7.62803 8.68182 7.44381L11.6361 1.03906C11.8446 0.587053 12.4872 0.586967 12.6957 1.03898L15.6499 7.44368C15.7349 7.6279 15.9087 7.75475 16.1102 7.77864L23.1148 8.60921C23.6091 8.66782 23.807 9.27897 23.4416 9.61694L18.2638 14.4061C18.1148 14.5438 18.0485 14.7488 18.0881 14.9478L19.4622 21.8658C19.5593 22.354 19.0396 22.7323 18.6053 22.4892L12.4507 19.0432C12.2737 18.9441 12.0586 18.9446 11.8816 19.0437L5.72641 22.4883C5.29205 22.7314 4.7715 22.354 4.86851 21.8658L6.2429 14.9483C6.28244 14.7493 6.21629 14.5438 6.06735 14.406L0.888855 9.61676Z",className:"fill-feedback-warning-background-soft stroke-feedback-warning-stroke hover:stroke-feedback-warning-stroke-emphasis",strokeWidth:"1.4",strokeLinecap:"round",strokeLinejoin:"round"})}):e==="half"?jsxRuntime.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 25 24",fill:"none",className:a,children:[jsxRuntime.jsx("defs",{children:jsxRuntime.jsxs("linearGradient",{id:r,x1:"0%",y1:"0%",x2:"100%",y2:"0%",children:[jsxRuntime.jsx("stop",{offset:"50%",className:"[stop-color:var(--color-feedback-warning-background-soft)]",stopOpacity:"1"}),jsxRuntime.jsx("stop",{offset:"50%",stopColor:"transparent",stopOpacity:"0"})]})}),jsxRuntime.jsx("path",{d:"M0.888855 9.61676C0.523397 9.27879 0.721914 8.66782 1.21623 8.60921L8.2204 7.77843C8.42186 7.75455 8.59685 7.62803 8.68182 7.44381L11.6361 1.03906C11.8446 0.587053 12.4872 0.586967 12.6957 1.03898L15.6499 7.44368C15.7349 7.6279 15.9087 7.75475 16.1102 7.77864L23.1148 8.60921C23.6091 8.66782 23.807 9.27897 23.4416 9.61694L18.2638 14.4061C18.1148 14.5438 18.0485 14.7488 18.0881 14.9478L19.4622 21.8658C19.5593 22.354 19.0396 22.7323 18.6053 22.4892L12.4507 19.0432C12.2737 18.9441 12.0586 18.9446 11.8816 19.0437L5.72641 22.4883C5.29205 22.7314 4.7715 22.354 4.86851 21.8658L6.2429 14.9483C6.28244 14.7493 6.21629 14.5438 6.06735 14.406L0.888855 9.61676Z",fill:`url(#${r})`,className:"stroke-feedback-warning-stroke hover:stroke-feedback-warning-stroke-emphasis",strokeWidth:"1.4",strokeLinecap:"round",strokeLinejoin:"round"})]}):jsxRuntime.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 25 24",fill:"none",className:a,children:jsxRuntime.jsx("path",{d:"M0.888855 9.61676C0.523397 9.27879 0.721914 8.66782 1.21623 8.60921L8.2204 7.77843C8.42186 7.75455 8.59685 7.62803 8.68182 7.44381L11.6361 1.03906C11.8446 0.587053 12.4872 0.586967 12.6957 1.03898L15.6499 7.44368C15.7349 7.6279 15.9087 7.75475 16.1102 7.77864L23.1148 8.60921C23.6091 8.66782 23.807 9.27897 23.4416 9.61694L18.2638 14.4061C18.1148 14.5438 18.0485 14.7488 18.0881 14.9478L19.4622 21.8658C19.5593 22.354 19.0396 22.7323 18.6053 22.4892L12.4507 19.0432C12.2737 18.9441 12.0586 18.9446 11.8816 19.0437L5.72641 22.4883C5.29205 22.7314 4.7715 22.354 4.86851 21.8658L6.2429 14.9483C6.28244 14.7493 6.21629 14.5438 6.06735 14.406L0.888855 9.61676Z",fill:"transparent",className:"stroke-gray-stroke-emphasis",strokeWidth:"1.4",strokeLinecap:"round",strokeLinejoin:"round"})})}function Pf(e,a){let o=e+1;return a>=o?"full":a>=o-.5?"half":"empty"}function wf({value:e,onChange:a,maxStars:o=5,readOnly:t=false,labels:r,size:d="md",className:i,classNameContainer:u,classNameLabels:c}){let[p,m]=R.useState(e!=null?e:0),[x,h]=R.useState(null),y=e!==void 0,C=y?e:p,A=k=>{if(t)return;let I=k+1;y||m(I),a==null||a(I);},M=k=>{t||h(k);},V=()=>{t||h(null);};return jsxRuntime.jsxs("div",{"data-slot":"rating",className:l("inline-flex w-fit flex-col gap-2",i),children:[jsxRuntime.jsx("div",{className:l("inline-flex flex-row gap-1",u),onMouseLeave:V,children:Array.from({length:o},(k,I)=>{let U=x!==null,E=U&&I<=x,b=x===I,v=U?E?"full":"empty":Pf(I,C);return jsxRuntime.jsx("button",{type:"button",disabled:t,onClick:()=>A(I),onMouseEnter:()=>M(I),className:Ms({size:d,readOnly:t}),"aria-label":`Rate ${I+1} out of ${o}`,children:jsxRuntime.jsx(Sf,{state:v,className:b&&!t?yf({size:d}):Rs({size:d})})},I)})}),r&&r.length===2&&jsxRuntime.jsxs("div",{className:l(Bs({size:d}),c),children:[jsxRuntime.jsx("span",{className:"truncate",children:r[0]}),jsxRuntime.jsx("span",{className:"truncate text-right",children:r[1]})]})]})}function Ao(t){var r=t,{className:e,children:a}=r,o=n(r,["className","children"]);return jsxRuntime.jsxs(radixUi.ScrollArea.Root,f(s({"data-slot":"scroll-area",className:l("relative",e)},o),{children:[jsxRuntime.jsx(radixUi.ScrollArea.Viewport,{"data-slot":"scroll-area-viewport",className:"size-full rounded-[inherit]",children:a}),jsxRuntime.jsx(Xa,{}),jsxRuntime.jsx(Xa,{orientation:"horizontal"}),jsxRuntime.jsx(radixUi.ScrollArea.Corner,{})]}))}function Xa(t){var r=t,{className:e,orientation:a="vertical"}=r,o=n(r,["className","orientation"]);return jsxRuntime.jsx(radixUi.ScrollArea.ScrollAreaScrollbar,f(s({"data-slot":"scroll-area-scrollbar",orientation:a,className:l("flex touch-none select-none",a==="vertical"&&"h-full w-2.5 border-l border-l-transparent p-px",a==="horizontal"&&"h-2.5 flex-col border-t border-t-transparent p-px",e)},o),{children:jsxRuntime.jsx(radixUi.ScrollArea.ScrollAreaThumb,{"data-slot":"scroll-area-thumb",className:"relative flex-1 rounded-full bg-gray-stroke-muted"})}))}var Mt=R.createContext({invalid:false,size:"lg"});function Ff(t){var r=t,{invalid:e=false,size:a="lg"}=r,o=n(r,["invalid","size"]);return jsxRuntime.jsx(Mt.Provider,{value:R.useMemo(()=>({invalid:e,size:a}),[e,a]),children:jsxRuntime.jsx(radixUi.Select.Root,s({"data-slot":"select"},o))})}function Ef(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({className:l("group relative flex flex-col gap-2",e),"data-slot":"select-wrapper"},a))}function Hf(t){var r=t,{className:e,children:a}=r,o=n(r,["className","children"]);return jsxRuntime.jsx("label",f(s({className:l("pointer-events-none absolute start-3 top-0 origin-left -translate-y-1/2 bg-surface-card px-1 text-xs font-medium text-gray-foreground transition-all duration-200 ease-out","group-has-[[data-slot=select-trigger][data-placeholder]:not([data-state=open])]:start-4 group-has-[[data-slot=select-trigger][data-placeholder]:not([data-state=open])]:top-6 group-has-[[data-slot=select-trigger][data-placeholder]:not([data-state=open])]:bg-transparent group-has-[[data-slot=select-trigger][data-placeholder]:not([data-state=open])]:px-0 group-has-[[data-slot=select-trigger][data-placeholder]:not([data-state=open])]:text-md group-has-[[data-slot=select-trigger][data-placeholder]:not([data-state=open])]:font-normal group-has-[[data-slot=select-trigger][data-placeholder]:not([data-state=open])]:text-gray-foreground","group-has-[[data-slot=select-trigger][data-size=md]]:group-has-[[data-slot=select-trigger][data-placeholder]:not([data-state=open])]:top-5 group-has-[[data-slot=select-trigger][data-size=md]]:group-has-[[data-slot=select-trigger][data-placeholder]:not([data-state=open])]:!text-sm",e),"data-slot":"select-label"},o),{children:a}))}function Of(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.Select.Group,s({"data-slot":"select-group"},e))}function qf(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.Select.Value,s({"data-slot":"select-value"},e))}var Vf=classVarianceAuthority.cva(["shadow-xs flex w-full items-center justify-between gap-2 rounded-md border-2 border-gray-stroke-muted bg-surface-card px-4 py-3 text-left text-gray-foreground outline-none transition-[color,box-shadow] hover:border-gray-stroke-emphasis hover:ring-[3px] hover:ring-state-focus disabled:cursor-default disabled:bg-gray-background-soft-muted disabled:hover:border-gray-stroke-muted disabled:hover:ring-0 aria-[invalid]:border-feedback-error-stroke aria-[invalid]:hover:ring-[3px] aria-[invalid]:hover:ring-state-error data-[placeholder]:text-gray-foreground-emphasis *:data-[slot=select-value]:flex *:data-[slot=select-value]:items-center *:data-[slot=select-value]:gap-2 disabled:data-[placeholder]:text-gray-foreground-muted [&>span]:line-clamp-1 [&_svg]:pointer-events-none [&_svg]:shrink-0"],{variants:{size:{lg:["h-12 max-h-12 text-md [&_svg]:size-6","group-has-[[data-slot=select-label]]:h-14"],md:["h-10 max-h-10 text-sm [&_svg]:size-5","group-has-[[data-slot=select-label]]:h-11"]}},defaultVariants:{size:"lg"}}),zf=classVarianceAuthority.cva("data-disabled:pointer-events-none relative flex w-full cursor-default select-none items-center rounded px-2 font-medium text-gray-foreground outline-none hover:cursor-pointer hover:bg-secondary-background-soft-emphasis gap-3",{variants:{size:{lg:"py-2 text-sm [&_svg]:size-5",md:"py-2 text-sm [&_svg]:size-5"}},defaultVariants:{size:"lg"}});function _f(t){var r=t,{className:e,children:a}=r,o=n(r,["className","children"]);let{invalid:d,size:i}=R.useContext(Mt);return jsxRuntime.jsxs(radixUi.Select.Trigger,f(s({className:l(Vf({size:i}),!d&&"[&:not([data-placeholder]):not(:disabled)]:border-gray-stroke-emphasis","group-has-[[data-slot=select-label]]:py-3 group-has-[[data-slot=select-label]]:data-[placeholder]:text-transparent",e),"data-slot":"select-trigger","data-size":i,"aria-invalid":d?"true":void 0},o),{children:[a,jsxRuntime.jsx(radixUi.Select.Icon,{asChild:true,children:jsxRuntime.jsx(icons.ChevronDown,{className:l("flex-shrink-0 text-gray-foreground"),strokeWidth:1.6})})]}))}function Uf(r){var d=r,{className:e,children:a,position:o="popper"}=d,t=n(d,["className","children","position"]);return jsxRuntime.jsx(radixUi.Select.Portal,{children:jsxRuntime.jsxs(radixUi.Select.Content,f(s({className:l("relative z-50 max-h-[min(24rem,var(--radix-select-content-available-height))] min-w-32 overflow-hidden rounded-md border border-gray-stroke-muted bg-surface-elevated text-gray-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 [&_[role=group]]:py-1",o==="popper"&&"w-full min-w-[var(--radix-select-trigger-width)] data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1",e),"data-slot":"select-content",position:o},t),{children:[jsxRuntime.jsx(Es,{}),jsxRuntime.jsx(radixUi.Select.Viewport,{className:l("p-2",o==="popper"&&"h-[var(--radix-select-trigger-height)]"),children:a}),jsxRuntime.jsx(Hs,{})]}))})}function Gf(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(radixUi.Select.Label,s({className:l("px-2 py-2 text-xs font-medium text-gray-foreground-muted",e),"data-slot":"select-header"},a))}function Wf(r){var d=r,{className:e,children:a,icon:o}=d,t=n(d,["className","children","icon"]);let{size:i}=R.useContext(Mt);return jsxRuntime.jsxs(radixUi.Select.Item,f(s({className:l(zf({size:i}),e),"data-slot":"select-item"},t),{children:[o&&jsxRuntime.jsx("span",{className:"flex shrink-0 items-center justify-center text-gray-foreground",children:R.isValidElement(o)?R.cloneElement(o,{strokeWidth:1.6}):o}),jsxRuntime.jsx(radixUi.Select.ItemText,{children:a}),jsxRuntime.jsx("span",{className:"absolute end-2 flex size-3.5 items-center justify-center",children:jsxRuntime.jsx(radixUi.Select.ItemIndicator,{children:jsxRuntime.jsx(icons.Check,{strokeWidth:1.6,className:"text-secondary-foreground"})})})]}))}function Xf(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(radixUi.Select.Separator,s({className:l("-mx-1 my-1 h-px bg-gray-stroke-muted",e),"data-slot":"select-separator"},a))}function Es(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(radixUi.Select.ScrollUpButton,f(s({className:l("flex cursor-default items-center justify-center py-1",e),"data-slot":"select-scroll-up-button"},a),{children:jsxRuntime.jsx(icons.ChevronUp,{size:16,strokeWidth:1.6,className:"text-gray-foreground"})}))}function Hs(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(radixUi.Select.ScrollDownButton,f(s({className:l("flex cursor-default items-center justify-center py-1",e),"data-slot":"select-scroll-down-button"},a),{children:jsxRuntime.jsx(icons.ChevronDown,{size:24,strokeWidth:1.6,className:"text-gray-foreground"})}))}function Kf(o){var t=o,{className:e}=t,a=n(t,["className"]);let{invalid:r}=R.useContext(Mt);return jsxRuntime.jsx("span",s({className:l("-mt-1 text-xs",r?"text-feedback-error-foreground":"text-gray-foreground",e),"data-slot":"select-text"},a))}var Os=R.createContext(null);function Jf(r){var d=r,{className:e,size:a="md",children:o}=d,t=n(d,["className","size","children"]);return jsxRuntime.jsx(Os.Provider,{value:R.useMemo(()=>({size:a}),[a]),children:jsxRuntime.jsx(radixUi.Tabs.Root,f(s({"data-slot":"tabs",className:l("flex flex-col gap-2",e)},t),{children:o}))})}function Yf(t){var r=t,{className:e,containerClassName:a}=r,o=n(r,["className","containerClassName"]);return jsxRuntime.jsxs(Ao,{className:l("[&_[data-slot=scroll-area-scrollbar][data-orientation=horizontal]]:h-1",a),children:[jsxRuntime.jsx(radixUi.Tabs.List,s({"data-slot":"tabs-list",className:l("inline-flex w-fit items-center justify-center rounded-md bg-gray-background-soft p-0.5",e)},o)),jsxRuntime.jsx(Xa,{orientation:"horizontal"})]})}var qs=classVarianceAuthority.cva("shadow-transparent data-[state=active]:shadow-level-1 group inline-flex items-center justify-center gap-2.5 whitespace-nowrap rounded-[6px] font-medium text-gray-foreground outline-none data-[state=active]:bg-surface-card data-[state=active]:text-primary-foreground [&_svg]:shrink-0 [&_svg]:text-inherit disabled:text-gray-foreground-muted disabled:pointer-events-none",{variants:{size:{sm:"max-h-7 px-3 py-1.5 text-xs [&_svg]:size-4",md:"max-h-9 px-4 py-2 text-sm [&_svg]:size-5",lg:"max-h-11 px-4 py-2.5 text-md [&_svg]:size-6"}},defaultVariants:{size:"md"}});function ec(i){var u=i,{className:e,icon:a,badge:o,badgeVariant:t,children:r}=u,d=n(u,["className","icon","badge","badgeVariant","children"]);var x;let c=h=>h!=null&&h!==0&&h!==""&&h!=="0"&&!d.disabled,p=R.useContext(Os),m=(x=p==null?void 0:p.size)!=null?x:"md";return jsxRuntime.jsxs(radixUi.Tabs.Trigger,f(s({"data-slot":"tabs-trigger",className:l(qs({size:m,className:e}))},d),{children:[a,r&&jsxRuntime.jsxs("span",{className:"inline-grid [grid-template-areas:'stack']",children:[jsxRuntime.jsx("span",{"aria-hidden":"true",className:"invisible font-semibold [grid-area:stack]",children:r}),jsxRuntime.jsx("span",{className:"font-medium [grid-area:stack] group-data-[state=active]:font-semibold",children:r})]}),c(o)&&jsxRuntime.jsx(Ge,{size:m,variant:t,children:String(o)})]}))}function ac(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(radixUi.Tabs.Content,s({"data-slot":"tabs-content",className:l("flex-1 outline-none",e)},a))}var Vs=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),tc=e=>e.replace(/^([A-Z])|[\s-_]+(\w)/g,(a,o,t)=>t?t.toUpperCase():o.toLowerCase()),Bo=e=>{let a=tc(e);return a.charAt(0).toUpperCase()+a.slice(1)},Nt=(...e)=>e.filter((a,o,t)=>!!a&&a.trim()!==""&&t.indexOf(a)===o).join(" ").trim(),zs=e=>{for(let a in e)if(a.startsWith("aria-")||a==="role"||a==="title")return true};var _s={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};var Gs=R.forwardRef((p,c)=>{var m=p,{color:e="currentColor",size:a=24,strokeWidth:o=2,absoluteStrokeWidth:t,className:r="",children:d,iconNode:i}=m,u=n(m,["color","size","strokeWidth","absoluteStrokeWidth","className","children","iconNode"]);return R.createElement("svg",s(s(f(s({ref:c},_s),{width:a,height:a,stroke:e,strokeWidth:t?Number(o)*24/Number(a):o,className:Nt("lucide",r)}),!d&&!zs(u)&&{"aria-hidden":"true"}),u),[...i.map(([x,h])=>R.createElement(x,h)),...Array.isArray(d)?d:[d]])});var Ws=(e,a)=>{let o=R.forwardRef((i,d)=>{var u=i,{className:t}=u,r=n(u,["className"]);return R.createElement(Gs,s({ref:d,iconNode:a,className:Nt(`lucide-${Vs(Bo(e))}`,`lucide-${e}`,t)},r))});return o.displayName=Bo(e),o};var lc=[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]],Ka=Ws("x",lc);function Fo(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.Dialog.Root,s({"data-slot":"sheet"},e))}function dc(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.Dialog.Trigger,s({"data-slot":"sheet-trigger"},e))}function nc(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.Dialog.Close,s({"data-slot":"sheet-close"},e))}function ic(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.Dialog.Portal,s({"data-slot":"sheet-portal"},e))}function uc(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(radixUi.Dialog.Overlay,s({"data-slot":"sheet-overlay",className:l("bg-black/50 fixed inset-0 z-50 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",e)},a))}function Eo(r){var d=r,{className:e,children:a,side:o="right"}=d,t=n(d,["className","children","side"]);return jsxRuntime.jsxs(ic,{children:[jsxRuntime.jsx(uc,{}),jsxRuntime.jsxs(radixUi.Dialog.Content,f(s({"data-slot":"sheet-content",className:l("fixed z-50 flex flex-col gap-4 bg-background shadow-lg transition ease-in-out data-[state=closed]:duration-300 data-[state=open]:duration-500 data-[state=open]:animate-in data-[state=closed]:animate-out",o==="right"&&"inset-y-0 right-0 h-full w-3/4 border-l data-[state=closed]:slide-out-to-right data-[state=open]:slide-in-from-right sm:max-w-sm",o==="left"&&"inset-y-0 left-0 h-full w-3/4 border-r data-[state=closed]:slide-out-to-left data-[state=open]:slide-in-from-left sm:max-w-sm",o==="top"&&"inset-x-0 top-0 h-auto border-b data-[state=closed]:slide-out-to-top data-[state=open]:slide-in-from-top",o==="bottom"&&"inset-x-0 bottom-0 h-auto border-t data-[state=closed]:slide-out-to-bottom data-[state=open]:slide-in-from-bottom",e)},t),{children:[a,jsxRuntime.jsxs(radixUi.Dialog.Close,{className:"rounded-xs focus:outline-hidden absolute right-4 top-4 opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-secondary",children:[jsxRuntime.jsx(Ka,{className:"size-4"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Close"})]})]}))]})}function fc(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"sheet-header",className:l("flex flex-col gap-1.5 p-4",e)},a))}function cc(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"sheet-footer",className:l("mt-auto flex flex-col gap-2 p-4",e)},a))}function pc(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(radixUi.Dialog.Title,s({"data-slot":"sheet-title",className:l("font-semibold text-foreground",e)},a))}function mc(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(radixUi.Dialog.Description,s({"data-slot":"sheet-description",className:l("text-muted-foreground text-sm",e)},a))}function Ft(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"skeleton",className:l("animate-pulse rounded-md bg-gray-150",e)},a))}var Ic="sidebar_state",kc=3600*24*7,yc="b",js=R.createContext(null);function Ca(){let e=R.useContext(js);if(!e)throw new Error("useSidebar must be used within a SidebarProvider.");return e}function Sc(i){var u=i,{defaultOpen:e=true,open:a,onOpenChange:o,className:t,children:r}=u,d=n(u,["defaultOpen","open","onOpenChange","className","children"]);let c=za(),[p,m]=R.useState(false),[x,h]=R.useState(e),y=a!=null?a:x,C=R.useCallback(k=>{let I=typeof k=="function"?k(y):k;o?o(I):h(I),document.cookie=`${Ic}=${I}; path=/; max-age=${kc}`;},[o,y]),A=R.useCallback(()=>c?m(k=>!k):C(k=>!k),[c,C,m]);R.useEffect(()=>{let k=I=>{I.key===yc&&(I.metaKey||I.ctrlKey)&&(I.preventDefault(),A());};return window.addEventListener("keydown",k),()=>window.removeEventListener("keydown",k)},[A]);let M=y?"expanded":"collapsed",V=R.useMemo(()=>({state:M,open:y,setOpen:C,isMobile:c,openMobile:p,setOpenMobile:m,toggleSidebar:A}),[M,y,C,c,p,m,A]);return jsxRuntime.jsx(js.Provider,{value:V,children:jsxRuntime.jsx(ha,{delayDuration:0,children:jsxRuntime.jsx("div",f(s({"data-slot":"sidebar-wrapper",className:l("group/sidebar-wrapper has-data-[variant=inset]:bg-surface-navigation flex min-h-svh w-full",t)},d),{children:r}))})})}function Pc(u){var c=u,{side:e="left",variant:a="sidebar",collapsible:o="offcanvas",className:t,containerClassName:r,children:d}=c,i=n(c,["side","variant","collapsible","className","containerClassName","children"]);let{isMobile:p,state:m,openMobile:x,setOpenMobile:h}=Ca();return o==="none"?jsxRuntime.jsx("div",f(s({"data-slot":"sidebar",className:l("flex h-full w-[var(--sidebar-width)] flex-col bg-surface-navigation text-gray-foreground",t)},i),{children:d})):p?jsxRuntime.jsx(Fo,f(s({open:x,onOpenChange:h},i),{children:jsxRuntime.jsx(Eo,{"data-sidebar":"sidebar","data-slot":"sidebar","data-mobile":"true",className:l("w-[var(--sidebar-width-mobile)] bg-surface-navigation p-0 text-gray-foreground [&>button]:hidden",t),side:e,children:jsxRuntime.jsx("div",{className:"flex h-full w-full flex-col",children:d})})})):jsxRuntime.jsxs("div",{className:l("group peer hidden text-gray-foreground md:block",t),"data-state":m,"data-collapsible":m==="collapsed"?o:"","data-variant":a,"data-side":e,"data-slot":"sidebar",children:[jsxRuntime.jsx("div",{"data-slot":"sidebar-gap",className:l("relative w-[var(--sidebar-width)] bg-transparent transition-[width] duration-200 ease-linear","group-data-[collapsible=offcanvas]:w-0","group-data-[side=right]:rotate-180",a==="floating"||a==="inset"?"group-data-[collapsible=icon]:w-[calc(var(--sidebar-width-icon)+(--spacing(4)))]":"group-data-[collapsible=icon]:w-[var(--sidebar-width-icon)]")}),jsxRuntime.jsx("div",f(s({"data-slot":"sidebar-container",className:l("fixed inset-y-0 z-10 hidden h-svh w-[var(--sidebar-width)] border-gray-stroke-muted transition-[left,right,width] duration-200 ease-linear md:flex",e==="left"?"left-0 group-data-[collapsible=offcanvas]:left-[calc(var(--sidebar-width)*-1)]":"right-0 group-data-[collapsible=offcanvas]:right-[calc(var(--sidebar-width)*-1)]",a==="floating"||a==="inset"?"p-2 group-data-[collapsible=icon]:w-[calc(var(--sidebar-width-icon)+(--spacing(4))+2px)]":"group-data-[collapsible=icon]:w-[var(--sidebar-width-icon)] group-data-[side=left]:border-r group-data-[side=right]:border-l",r)},i),{children:jsxRuntime.jsx("div",{"data-sidebar":"sidebar","data-slot":"sidebar-inner",className:"flex h-full w-full flex-col bg-surface-navigation group-data-[variant=floating]:rounded-lg group-data-[variant=floating]:border group-data-[variant=floating]:border-gray-stroke-muted group-data-[variant=floating]:shadow-sm",children:d})}))]})}function wc(c){var p=c,{className:e,onClick:a,sizeIcon:o="size-5",icon:t=jsxRuntime.jsx(icons.HamburgerMd,{className:o}),showTooltip:r=false,tooltipContent:d,enableHover:i=false}=p,u=n(p,["className","onClick","sizeIcon","icon","showTooltip","tooltipContent","enableHover"]);let{toggleSidebar:m,open:x,isMobile:h}=Ca(),[y,C]=R.useState(false),M=d||{open:"Esconder",closed:"Mostrar"},V=()=>i&&y?x?jsxRuntime.jsx(icons.ChevronLeftMd,{className:o}):jsxRuntime.jsx(icons.ChevronRightMd,{className:o}):t,k=jsxRuntime.jsxs("button",f(s({"data-sidebar":"trigger","data-slot":"sidebar-trigger",className:l("flex min-h-8 min-w-8 items-center justify-center rounded-full bg-surface-elevated text-gray-foreground transition-all duration-200 hover:shadow-[0px_0px_2px_0px_rgba(24,26,30,0.16),0px_2px_4px_0px_rgba(24,26,30,0.08)] [&>svg]:text-gray-foreground",e),onClick:I=>{a==null||a(I),m();},onMouseEnter:!h&&i?()=>C(true):void 0,onMouseLeave:!h&&i?()=>C(false):void 0},u),{children:[V(),jsxRuntime.jsx("span",{className:"sr-only",children:"Toggle Sidebar"})]}));return !r||h?k:jsxRuntime.jsxs(Qe,{children:[jsxRuntime.jsx($e,{asChild:true,children:k}),jsxRuntime.jsx(Je,{side:"right",align:"center",children:x?M.open:M.closed})]})}function Tc(o){var t=o,{className:e}=t,a=n(t,["className"]);let{toggleSidebar:r}=Ca();return jsxRuntime.jsx("button",s({"data-sidebar":"rail","data-slot":"sidebar-rail","aria-label":"Toggle Sidebar",tabIndex:-1,onClick:r,title:"Toggle Sidebar",className:l("absolute inset-y-0 z-20 hidden w-4 -translate-x-1/2 transition-all ease-linear after:absolute after:inset-y-0 after:left-1/2 after:w-[2px] hover:after:bg-gray-stroke-muted group-data-[side=left]:-right-4 group-data-[side=right]:left-0 sm:flex","in-data-[side=left]:cursor-w-resize in-data-[side=right]:cursor-e-resize","[[data-side=left][data-state=collapsed]_&]:cursor-e-resize [[data-side=right][data-state=collapsed]_&]:cursor-w-resize","group-data-[collapsible=offcanvas]:translate-x-0 group-data-[collapsible=offcanvas]:after:left-full hover:group-data-[collapsible=offcanvas]:bg-surface-navigation","[[data-side=left][data-collapsible=offcanvas]_&]:-right-2","[[data-side=right][data-collapsible=offcanvas]_&]:-left-2",e)},a))}function Ac(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("main",s({"data-slot":"sidebar-inset",className:l("relative flex w-full flex-1 flex-col bg-surface-navigation","md:peer-data-[variant=inset]:m-2 md:peer-data-[variant=inset]:ml-0 md:peer-data-[variant=inset]:peer-data-[state=collapsed]:ml-2 md:peer-data-[variant=inset]:rounded-xl md:peer-data-[variant=inset]:shadow-sm",e)},a))}function Dc(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(Po,s({"data-slot":"sidebar-input","data-sidebar":"input",className:l("bg-bg-surface-navigation h-8 w-full shadow-none",e)},a))}function Rc(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"sidebar-header","data-sidebar":"header",className:l("flex flex-col gap-0.5 px-4 pt-3",e)},a))}function Mc(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"sidebar-footer","data-sidebar":"footer",className:l("flex flex-col gap-0.5 px-4 pb-3 [[data-state=collapsed]_&]:px-2",e)},a))}function Bc(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(da,s({"data-slot":"sidebar-separator","data-sidebar":"separator",className:l("mx-2 w-auto bg-gray-stroke-muted",e)},a))}function Nc(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"sidebar-content","data-sidebar":"content",className:l("flex min-h-0 flex-1 flex-col gap-0.5 overflow-auto group-data-[collapsible=icon]:overflow-hidden",e)},a))}function Fc(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"sidebar-group","data-sidebar":"group",className:l("relative flex w-full min-w-0 flex-col p-2 px-4",e)},a))}function Ec(t){var r=t,{className:e,asChild:a=false}=r,o=n(r,["className","asChild"]);let d=a?radixUi.Slot.Slot:"div";return jsxRuntime.jsx(d,s({"data-slot":"sidebar-group-label","data-sidebar":"group-label",className:l("outline-hidden flex h-12 shrink-0 items-center whitespace-nowrap rounded-md px-2 text-xs font-semibold uppercase text-gray-foreground-muted ring-ring transition-[margin,opacity] duration-200 ease-linear focus-visible:ring-2 [&>svg]:size-4 [&>svg]:shrink-0","group-data-[collapsible=icon]:mt-0 group-data-[collapsible=icon]:hidden",e)},o))}function Hc(t){var r=t,{className:e,asChild:a=false}=r,o=n(r,["className","asChild"]);let d=a?radixUi.Slot.Slot:"button";return jsxRuntime.jsx(d,s({"data-slot":"sidebar-group-action","data-sidebar":"group-action",className:l("outline-hidden absolute right-3 top-3.5 flex aspect-square w-5 items-center justify-center rounded-md p-0 text-gray-foreground ring-ring transition-transform hover:bg-secondary-background-soft-emphasis focus-visible:ring-2 [&>svg]:size-4 [&>svg]:shrink-0","after:absolute after:-inset-2 md:after:hidden","group-data-[collapsible=icon]:hidden",e)},o))}function Oc(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"sidebar-group-content","data-sidebar":"group-content",className:l("w-full text-sm",e)},a))}function qc(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("ul",s({"data-slot":"sidebar-menu","data-sidebar":"menu",className:l("flex w-full min-w-0 flex-col gap-1",e)},a))}function Vc(r){var d=r,{className:e,isActive:a,children:o}=d,t=n(d,["className","isActive","children"]);return jsxRuntime.jsxs("li",f(s({"data-slot":"sidebar-menu-item","data-sidebar":"menu-item",className:l("group/menu-item relative hover:cursor-pointer",e)},t),{children:[a&&jsxRuntime.jsx("span",{className:"absolute -left-4 top-0 h-full w-0.5 bg-secondary-stroke-emphasis","aria-hidden":"true"}),o]}))}var zc=classVarianceAuthority.cva("peer/menu-button font-medium flex w-full items-center gap-2.5 overflow-hidden rounded-md p-[.55rem] text-left text-sm outline-hidden ring-ring transition-[width,height,padding] hover:bg-secondary-background-soft-emphasis focus-visible:ring-2 active:text-secondary-foreground active:font-semibold disabled:pointer-events-none disabled:opacity-50 group-has-data-[sidebar=menu-action]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:text-secondary-foreground data-[active=true]:font-semibold data-[active=true]:hover:bg-secondary-background-soft-emphasis data-[active=true]:hover:text-secondary-foreground group-data-[collapsible=icon]:size-10! group-data-[collapsible=icon]:p-2.5! [&>span:last-child]:truncate [&>svg] [&>svg]:size-5 [&>svg]:shrink-0 mx-auto",{variants:{variant:{default:"hover:bg-secondary-background-soft-emphasis",section:"[[data-state=collapsed]_&]:p-[5px]",outline:"bg-surface-navigation shadow-[0_0_0_1px_hsl(var(--color-border))] hover:bg-secondary-background-soft-emphasis hover:shadow-[0_0_0_1px_hsl(var(--secondary))]"},size:{sm:"h-8 text-xs",md:"h-10 text-sm",lg:"h-12 text-md group-data-[collapsible=icon]:p-0!"}},defaultVariants:{variant:"default",size:"md"}});function _c(u){var c=u,{asChild:e=false,isActive:a=false,variant:o="default",size:t="md",tooltip:r,className:d}=c,i=n(c,["asChild","isActive","variant","size","tooltip","className"]);let p=e?radixUi.Slot.Slot:"button",{isMobile:m,state:x}=Ca(),h=jsxRuntime.jsx(p,s({"data-slot":"sidebar-menu-button","data-sidebar":"menu-button","data-size":t,"data-active":a,className:l(zc({variant:o,size:t}),d)},i));return r?(typeof r=="string"&&(r={children:r}),jsxRuntime.jsxs(Qe,{children:[jsxRuntime.jsx($e,{asChild:true,children:h}),jsxRuntime.jsx(Je,s({side:"right",align:"center",hidden:x!=="collapsed"||m},r))]})):h}function Uc(r){var d=r,{className:e,asChild:a=false,showOnHover:o=false}=d,t=n(d,["className","asChild","showOnHover"]);let i=a?radixUi.Slot.Slot:"button";return jsxRuntime.jsx(i,s({"data-slot":"sidebar-menu-action","data-sidebar":"menu-action",className:l("outline-hidden absolute right-1 top-1.5 flex aspect-square w-5 items-center justify-center rounded-md p-0 text-gray-foreground ring-ring transition-transform hover:bg-secondary-background-soft-emphasis focus-visible:ring-2 peer-hover/menu-button:text-secondary-stroke-emphasis [&>svg]:size-4 [&>svg]:shrink-0","after:absolute after:-inset-2 md:after:hidden","peer-data-[size=sm]/menu-button:top-1","peer-data-[size=default]/menu-button:top-1.5","peer-data-[size=lg]/menu-button:top-2.5","group-data-[collapsible=icon]:hidden",o&&"group-focus-within/menu-item:opacity-100 group-hover/menu-item:opacity-100 data-[state=open]:opacity-100 peer-data-[active=true]/menu-button:text-secondary md:opacity-0",e)},t))}function Gc(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"sidebar-menu-badge","data-sidebar":"menu-badge",className:l("pointer-events-none absolute right-1 flex h-5 min-w-5 select-none items-center justify-center rounded-md px-1 text-xs font-medium tabular-nums text-gray-foreground","peer-hover/menu-button:text-secondary peer-data-[active=true]/menu-button:text-secondary","peer-data-[size=sm]/menu-button:top-1","peer-data-[size=default]/menu-button:top-1.5","peer-data-[size=lg]/menu-button:top-2.5","group-data-[collapsible=icon]:hidden",e)},a))}function Wc(t){var r=t,{className:e,showIcon:a=false}=r,o=n(r,["className","showIcon"]);let d=R.useMemo(()=>`${Math.floor(Math.random()*40)+50}%`,[]);return jsxRuntime.jsxs("div",f(s({"data-slot":"sidebar-menu-skeleton","data-sidebar":"menu-skeleton",className:l("flex h-8 items-center gap-0.5 rounded-md px-2",e)},o),{children:[a&&jsxRuntime.jsx(Ft,{className:"size-4 rounded-md","data-sidebar":"menu-skeleton-icon"}),jsxRuntime.jsx(Ft,{className:"max-w-(--skeleton-width) h-4 flex-1","data-sidebar":"menu-skeleton-text",style:{"--skeleton-width":d}})]}))}function Xc(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("ul",s({"data-slot":"sidebar-menu-sub","data-sidebar":"menu-sub",className:l("mx-3.5 flex min-w-0 translate-x-px flex-col gap-1 border-l border-gray-stroke-muted px-2.5 py-0.5","group-data-[collapsible=icon]:hidden",e)},a))}function Kc(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("li",s({"data-slot":"sidebar-menu-sub-item","data-sidebar":"menu-sub-item",className:l("group/menu-sub-item relative",e)},a))}function Zc({icon:e,title:a}){let{state:o,isMobile:t}=Ca();return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[e,jsxRuntime.jsx("span",{className:l("whitespace-nowrap",o==="collapsed"&&"opacity-0",t&&"opacity-100"),children:a})]})}function jc(){return jsxRuntime.jsx("div",{className:"ml-auto transition-transform duration-200 group-data-[state=open]/collapsible:rotate-90",children:jsxRuntime.jsx(icons.ChevronRightMd,{size:20})})}function Qc(d){var i=d,{asChild:e=false,size:a="md",isActive:o=false,className:t}=i,r=n(i,["asChild","size","isActive","className"]);let u=e?radixUi.Slot.Slot:"a";return jsxRuntime.jsx(u,s({"data-slot":"sidebar-menu-sub-button","data-sidebar":"menu-sub-button","data-size":a,"data-active":o,className:l("outline-hidden flex h-9 min-w-0 -translate-x-px items-center gap-0.5 overflow-hidden rounded-md px-2 font-medium text-gray-foreground ring-ring hover:bg-secondary-background-soft-emphasis focus-visible:ring-2 active:font-semibold active:text-secondary-foreground disabled:pointer-events-none disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:opacity-50 [&>span:last-child]:truncate [&>svg]:size-4 [&>svg]:shrink-0 [&>svg]:text-gray-foreground","data-[active=true]:font-semibold data-[active=true]:text-secondary-foreground",a==="sm"&&"text-xs",a==="md"&&"text-sm","group-data-[collapsible=icon]:hidden",t)},r))}var ep={sm:"size-2",md:"size-3",lg:"size-4"},$s={sm:"[&_svg]:size-2",md:"[&_svg]:size-3",lg:"[&_svg]:size-3.5"},ap={sm:"data-[state=checked]:translate-x-[11px] data-[state=checked]:rtl:-translate-x-[11px] data-[state=checked]:data-[disabled]:translate-x-[10px] data-[state=checked]:data-[disabled]:rtl:-translate-x-[10px]",md:"data-[state=checked]:translate-x-[15px] data-[state=checked]:rtl:-translate-x-[15px] data-[state=checked]:data-[disabled]:translate-x-[14px] data-[state=checked]:data-[disabled]:rtl:-translate-x-[14px]",lg:"data-[state=checked]:translate-x-[19px] data-[state=checked]:rtl:-translate-x-[19px] data-[state=checked]:data-[disabled]:translate-x-[18px] data-[state=checked]:data-[disabled]:rtl:-translate-x-[18px]"},Js=classVarianceAuthority.cva("peer inline-flex shrink-0 items-center rounded-pill outline-none transition-all disabled:pointer-events-none focus:outline-0",{variants:{variant:{regular:"border-2 border-gray-stroke-muted data-[disabled]:cursor-default data-[disabled]:!bg-gray-background-soft-muted data-[state=checked]:bg-primary-background-fill data-[state=unchecked]:bg-surface-card data-[state=checked]:border-transparent data-[disabled]:data-[state=checked]:bg-gray-background-soft-muted data-[disabled]:data-[state=checked]:border-gray-stroke-muted enabled:hover:ring-4 data-[state=unchecked]:enabled:hover:ring-state-hover data-[state=checked]:enabled:hover:ring-state-active data-[state=unchecked]:enabled:hover:border-gray-stroke data-[state=checked]:enabled:hover:bg-primary-background-fill-emphasis"},size:{sm:"h-4 w-6",md:"h-5 w-8",lg:"h-6 w-10"}},defaultVariants:{variant:"regular",size:"md"}});function tp(c){var p=c,{className:e,size:a,variant:o,checkedIcon:t,uncheckedIcon:r,checked:d,defaultChecked:i}=p,u=n(p,["className","size","variant","checkedIcon","uncheckedIcon","checked","defaultChecked"]);let[m,x]=R.useState(i||false),h=d!==void 0,y=h?d:m,C=t||r;return jsxRuntime.jsx(radixUi.Switch.Root,f(s({"data-slot":"switch",className:l("group",Js({size:a,variant:o}),e),checked:d,defaultChecked:i,onCheckedChange:A=>{var M;h||x(A),(M=u.onCheckedChange)==null||M.call(u,A);}},u),{children:jsxRuntime.jsx(radixUi.Switch.Thumb,{"data-slot":"switch-thumb",className:l("pointer-events-none flex items-center justify-center rounded-full ring-0 transition-transform data-[state=unchecked]:translate-x-0.5 data-[disabled]:!bg-gray-background-fill-muted data-[state=checked]:bg-primary-foreground-onfill data-[state=unchecked]:bg-gray-foreground-muted data-[state=unchecked]:group-hover:bg-gray-foreground data-[state=unchecked]:group-data-[disabled]:group-hover:bg-gray-foreground-muted",C&&"!bg-transparent data-[disabled]:!bg-transparent",ep[a||"md"],ap[a||"md"]),children:C&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[y&&t&&jsxRuntime.jsx("span",{className:l("flex items-center justify-center text-primary-foreground-onfill group-data-[disabled]:text-gray-300",$s[a||"md"]),children:t}),!y&&r&&jsxRuntime.jsx("span",{className:l("flex items-center justify-center text-gray-foreground group-data-[disabled]:text-gray-300",$s[a||"md"]),children:r})]})})}))}var Ys=R.createContext({});function np({children:e,value:a,onValueChange:o,open:t,defaultOpen:r,onOpenChange:d}){let[i,u]=R.useState(a||""),c={value:a||i,onValueChange:o||u};return jsxRuntime.jsx(Ys.Provider,{value:c,children:jsxRuntime.jsx(mo,{open:t,defaultOpen:r,onOpenChange:d,children:e})})}function ip({children:e,asChild:a=true,className:o}){return jsxRuntime.jsx(go,{className:o,asChild:a,children:e})}function up({children:e,align:a="center",side:o="right",className:t}){return jsxRuntime.jsx(xo,{className:t,align:a,side:o,children:e})}function fp({children:e,label:a}){let{value:o,onValueChange:t}=R.useContext(Ys);return a?jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(bo,{children:a}),jsxRuntime.jsx(ht,{value:o,onValueChange:t,children:e})]}):jsxRuntime.jsx(ht,{value:o,onValueChange:t,children:e})}function cp({children:e,value:a,onClick:o,icon:t}){let r=()=>{o&&o();};return a?jsxRuntime.jsxs(ho,{value:a,onClick:r,children:[typeof t=="string"?jsxRuntime.jsx("img",{src:t,alt:"",width:20,height:14}):t,e]}):jsxRuntime.jsxs(xt,{onClick:r,children:[typeof t=="string"?jsxRuntime.jsx("img",{src:t,alt:"",width:20,height:14}):t,e]})}function pp({children:e,onClick:a,icon:o}){return jsxRuntime.jsxs(xt,{onClick:a,children:[o,e]})}function mp(){return jsxRuntime.jsx(Co,{})}var tl=R.createContext(null),vp=150,el=16,Ip="w-8";function qo(){let e=R.useContext(tl);if(!e)throw new Error("useTabsContext must be used within a Tabs component.");return e}function kp(e,a){let o=R.useRef(null);return R.useEffect(()=>()=>{o.current&&clearTimeout(o.current);},[]),R.useCallback(((...t)=>{o.current&&clearTimeout(o.current),o.current=setTimeout(()=>e(...t),a);}),[e,a])}var ol=classVarianceAuthority.cva("relative inline-flex min-w-full items-center justify-between gap-0 bg-surface-section",{variants:{variant:{standalone:"rounded-lg border border-gray-stroke-muted px-6",header:"border-b border-gray-stroke-muted px-3.5 sm:px-6 lg:px-8 bg-transparent"}},defaultVariants:{variant:"standalone"}}),rl=classVarianceAuthority.cva(["inline-flex min-w-fit flex-1 items-center justify-center gap-2 whitespace-nowrap font-medium transition-colors","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2","disabled:pointer-events-none disabled:text-gray-foreground-muted","[&_svg:not([class*='size-'])]:size-4 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg]:transition-all","relative font-medium text-gray-foreground hover:text-gray-foreground data-[state=active]:text-primary-foreground data-[state=active]:font-semibold"],{variants:{variant:{standalone:"px-3.5 md:px-10 lg:px-16",header:"px-4"},size:{md:"h-[46px] text-sm",lg:"h-[54px] text-base"}},defaultVariants:{variant:"standalone",size:"md"}}),yp=classVarianceAuthority.cva("relative min-w-0 max-w-full",{variants:{variant:{standalone:"",header:"px-3.5 sm:px-6 lg:px-8"}},defaultVariants:{variant:"standalone"}}),al=classVarianceAuthority.cva(["pointer-events-none absolute top-0 z-10 h-full transition-opacity duration-200",Ip],{variants:{side:{left:"left-0 bg-gradient-to-r from-background to-transparent",right:"right-0 bg-gradient-to-l from-background to-transparent"},variant:{standalone:"",header:""}},compoundVariants:[{side:"left",variant:"header",class:"left-3.5 sm:left-6 lg:left-8"},{side:"right",variant:"header",class:"right-3.5 sm:right-6 lg:right-8"}],defaultVariants:{side:"left",variant:"standalone"}}),sl=classVarianceAuthority.cva("ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2",{variants:{variant:{standalone:"",header:""},size:{md:"",lg:""}},compoundVariants:[{variant:"standalone",size:"md",class:"m-4"},{variant:"standalone",size:"lg",class:"m-6"},{variant:"header",size:"md",class:"my-4"},{variant:"header",size:"lg",class:"my-6"}],defaultVariants:{variant:"standalone",size:"md"}});function Sp(i){var u=i,{className:e,variant:a="standalone",size:o="md",responsive:t=true,children:r}=u,d=n(u,["className","variant","size","responsive","children"]);let[c,p]=R.useState(o),m=R.useCallback(()=>{if(typeof window=="undefined")return;let h=parseInt(ga.tablet),y=parseInt(ga.mobile),C=window.innerWidth;C<=y||C<=h?p("md"):p(o);},[o]),x=kp(m,vp);return R.useEffect(()=>{if(typeof window=="undefined"||!t){p(o);return}return m(),window.addEventListener("resize",x),()=>window.removeEventListener("resize",x)},[t,o,m,x]),jsxRuntime.jsx(tl.Provider,{value:R.useMemo(()=>({variant:a,size:o,responsiveSize:c}),[a,o,c]),children:jsxRuntime.jsx(radixUi.Tabs.Root,f(s({"data-slot":"tabs","data-variant":a,"data-size":c,className:l("flex w-full max-w-full flex-col overflow-hidden",e)},d),{children:r}))})}function Pp(t){var r=t,{className:e,children:a}=r,o=n(r,["className","children"]);let{variant:d,responsiveSize:i}=qo(),u=R.useRef(null),c=R.useRef(null),[p,m]=R.useState(false),[x,h]=R.useState(false),[y,C]=R.useState(null),A=R.useCallback(()=>{let k=u.current;if(!k)return;let{scrollLeft:I,scrollWidth:U,clientWidth:E}=k,b=U>E;m(b&&I>0),h(b&&I<U-E-1);},[]),M=R.useCallback(()=>{let k=c.current;if(!k)return;let I=k.querySelector('[data-state="active"]');if(I){let U=k.getBoundingClientRect(),E=I.getBoundingClientRect();C({left:E.left-U.left,width:E.width});}},[]),V=R.useCallback(()=>{let k=u.current,I=c.current;if(!k||!I)return;let U=I.querySelector('[data-state="active"]');if(U){let E=k.getBoundingClientRect(),b=U.getBoundingClientRect();b.left<E.left?k.scrollBy({left:b.left-E.left-el,behavior:"smooth"}):b.right>E.right&&k.scrollBy({left:b.right-E.right+el,behavior:"smooth"});}},[]);return R.useEffect(()=>{let k=u.current;if(!k)return;A();let I=new ResizeObserver(()=>{A(),M();});return I.observe(k),k.addEventListener("scroll",A,{passive:true}),()=>{I.disconnect(),k.removeEventListener("scroll",A);}},[A,M]),R.useEffect(()=>{M();},[M,a]),R.useEffect(()=>{let k=c.current;if(!k)return;let I=new MutationObserver(U=>{for(let E of U)if(E.type==="attributes"&&E.attributeName==="data-state"){M(),V();break}});return I.observe(k,{attributes:true,subtree:true,attributeFilter:["data-state"]}),()=>I.disconnect()},[M,V]),jsxRuntime.jsxs("div",{"data-slot":"tabs-list-wrapper",className:yp({variant:d}),children:[jsxRuntime.jsx("div",{className:l(al({side:"left",variant:d}),p?"opacity-100":"opacity-0"),"aria-hidden":"true"}),jsxRuntime.jsx("div",{className:l(al({side:"right",variant:d}),x?"opacity-100":"opacity-0"),"aria-hidden":"true"}),jsxRuntime.jsx("div",{ref:u,className:"overflow-x-auto overflow-y-hidden [-ms-overflow-style:none] [scrollbar-width:none] [&::-webkit-scrollbar]:hidden",children:jsxRuntime.jsxs("div",{ref:c,className:"relative",children:[jsxRuntime.jsx(radixUi.Tabs.List,f(s({"data-slot":"tabs-list","data-variant":d,"data-size":i,className:l(ol({variant:d}),e)},o),{children:a})),y&&jsxRuntime.jsx("div",{className:"pointer-events-none absolute bottom-0 h-0.5 bg-secondary-stroke-emphasis transition-all duration-300 ease-out",style:{left:y.left,width:y.width},"aria-hidden":"true"})]})})]})}function wp(d){var i=d,{className:e,children:a,icon:o,badge:t}=i,r=n(i,["className","children","icon","badge"]);let{variant:u,responsiveSize:c}=qo(),p=R.useRef(null),[m,x]=R.useState(false);R.useEffect(()=>{let y=p.current;if(!y)return;let C=()=>{x(y.getAttribute("data-state")==="active");};C();let A=new MutationObserver(C);return A.observe(y,{attributes:true,attributeFilter:["data-state"]}),()=>A.disconnect()},[]);let h=()=>o?R.isValidElement(o)?R.cloneElement(o,{strokeWidth:m?2:1.6}):o:null;return jsxRuntime.jsxs(radixUi.Tabs.Trigger,f(s({ref:p,"data-slot":"tabs-trigger","data-variant":u,"data-size":c,className:l(rl({variant:u,size:c}),e)},r),{children:[o&&jsxRuntime.jsx("span",{"data-slot":"tabs-icon",className:"flex shrink-0 items-center","aria-hidden":"true",children:h()}),jsxRuntime.jsx("span",{children:a}),t&&jsxRuntime.jsx("span",{"data-slot":"tabs-badge",className:"flex shrink-0 items-center",role:"status",children:t})]}))}function Tp(o){var t=o,{className:e}=t,a=n(t,["className"]);let{variant:r,responsiveSize:d}=qo();return jsxRuntime.jsx(radixUi.Tabs.Content,s({"data-slot":"tabs-content","data-variant":r,"data-size":d,className:l(sl({variant:r,size:d}),e)},a))}var ll=classVarianceAuthority.cva("group/tile relative flex flex-col justify-center rounded-lg gap-0.5 px-5 py-4 cursor-default data-[disabled=true]:pointer-events-none",{variants:{variant:{regular:"bg-surface-settings-on text-primary-foreground fill-primary-foreground data-[disabled=false]:hover:[background:radial-gradient(51.96%_112.02%_at_50%_112.02%,_var(--color-surface-card)_0%,_var(--color-surface-settings-on)_100%)] data-[disabled=true]:bg-surface-disable data-[inactive=true]:bg-surface-settings-off data-[inactive=true]:hover:[background:radial-gradient(51.96%_112.02%_at_50%_112.02%,_var(--color-surface-card)_0%,_var(--color-surface-settings-off)_100%)]",cm:"bg-cm-background-fill text-cm-foreground-onfill fill-cm-foreground-onfill data-[disabled=false]:hover:[background:radial-gradient(63.78%_137.5%_at_50%_137.5%,_var(--color-cm-background-fill-emphasis)_0%,_var(--color-cm-background-fill)_100%)] data-[disabled=true]:opacity-70 data-[inactive=true]:[filter:brightness(.8)]",go:"bg-go-background-fill text-go-foreground-onfill fill-go-foreground-onfill data-[disabled=false]:hover:[background:radial-gradient(63.78%_137.5%_at_50%_137.5%,_var(--color-go-background-fill-emphasis)_0%,_var(--color-go-background-fill)_100%)] data-[disabled=true]:opacity-70 data-[inactive=true]:[filter:brightness(.8)]",cir:"bg-cir-background-fill text-cir-foreground-onfill fill-cir-foreground-onfill data-[disabled=false]:hover:[background:radial-gradient(63.78%_137.5%_at_50%_137.5%,_var(--color-cir-background-fill-emphasis)_0%,_var(--color-cir-background-fill)_100%)] data-[disabled=true]:opacity-70 data-[inactive=true]:[filter:brightness(.8)]",ped:"bg-ped-background-fill text-ped-foreground-onfill fill-ped-foreground-onfill data-[disabled=false]:hover:[background:radial-gradient(51.96%_112.02%_at_50%_112.02%,_var(--color-ped-background-fill-emphasis)_0%,_var(--color-ped-background-fill)_100%)] data-[disabled=true]:opacity-70 data-[inactive=true]:[filter:brightness(.8)]",prev:"bg-prev-background-fill text-prev-foreground-onfill fill-prev-foreground-onfill data-[disabled=false]:hover:[background:radial-gradient(63.78%_137.5%_at_50%_137.5%,_var(--color-prev-background-fill-emphasis)_0%,_var(--color-prev-background-fill)_100%)] data-[disabled=true]:opacity-70 data-[inactive=true]:[filter:brightness(.8)]"}},defaultVariants:{variant:"regular"}});function Mp(i){var u=i,{className:e,variant:a="regular",asChild:o=false,disabled:t=false,inactive:r=false}=u,d=n(u,["className","variant","asChild","disabled","inactive"]);let c=o?radixUi.Slot.Slot:"div";return jsxRuntime.jsxs(c,f(s({"data-slot":"tile","data-variant":a,"data-inactive":r,"data-disabled":t,"aria-disabled":t||r,className:l(ll({variant:a,className:e}),d.onClick&&!t&&"cursor-pointer")},d),{children:[d.children,d.onClick&&!t&&jsxRuntime.jsx(icons.EditPencil,{className:"absolute right-5 top-4 size-5 opacity-0 transition-opacity group-hover/tile:opacity-100"})]}))}function Bp(t){var r=t,{className:e,icon:a}=r,o=n(r,["className","icon"]);return jsxRuntime.jsx("div",f(s({"data-slot":"tile-icon",className:l("mb-2.5 last:mb-0 [&>svg]:size-5",e)},o),{children:a}))}function Np(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"tile-title",className:l("line-clamp-1 flex w-fit text-xs font-medium",e)},a))}function Fp(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("span",s({"data-slot":"tile-description",className:l("line-clamp-1 flex w-fit text-sm font-semibold",e)},a))}var qp=3,Vp=5e3,He={ADD_TOAST:"ADD_TOAST",UPDATE_TOAST:"UPDATE_TOAST",DISMISS_TOAST:"DISMISS_TOAST",REMOVE_TOAST:"REMOVE_TOAST"},Vo=0;function zp(){return Vo=(Vo+1)%Number.MAX_SAFE_INTEGER,Vo.toString()}var zo=new Map,dl=e=>{if(zo.has(e))return;let a=setTimeout(()=>{zo.delete(e),Ja({type:He.REMOVE_TOAST,toastId:e});},Vp);zo.set(e,a);},_p=(e,a)=>{switch(a.type){case He.ADD_TOAST:return f(s({},e),{toasts:[a.toast,...e.toasts].slice(0,qp)});case He.UPDATE_TOAST:return f(s({},e),{toasts:e.toasts.map(o=>o.id===a.toast.id?s(s({},o),a.toast):o)});case He.DISMISS_TOAST:{let{toastId:o}=a;return o?dl(o):e.toasts.forEach(t=>{dl(t.id);}),f(s({},e),{toasts:e.toasts.map(t=>t.id===o||a.toastId===void 0?f(s({},t),{open:false}):t)})}case He.REMOVE_TOAST:return a.toastId===void 0?f(s({},e),{toasts:[]}):f(s({},e),{toasts:e.toasts.filter(o=>o.id!==a.toastId)})}},zt=[],_t={toasts:[]};function Ja(e){_t=_p(_t,e),[...zt].forEach(a=>{a(_t);});}function Up(a){var e=n(a,[]);let o=zp(),t=d=>Ja({type:He.UPDATE_TOAST,toast:f(s({},d),{id:o})}),r=()=>Ja({type:He.DISMISS_TOAST,toastId:o});return Ja({type:He.ADD_TOAST,toast:f(s({},e),{id:o,open:true,onOpenChange:d=>{d||r();}})}),{id:o,dismiss:r,update:t}}function _o(){let[e,a]=R.useState(_t);return R.useEffect(()=>(zt.push(a),()=>{let o=zt.indexOf(a);o>-1&&zt.splice(o,1);}),[]),f(s({},e),{toast:Up,dismiss:o=>Ja({type:He.DISMISS_TOAST,toastId:o})})}var ul=classVarianceAuthority.cva("group pointer-events-auto relative flex w-full items-center justify-between gap-4 overflow-hidden rounded-md bg-surface-elevated p-2 pl-4 shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=open]:slide-in-from-top-full data-[state=closed]:fade-out-0 data-[state=closed]:slide-out-to-top-4 data-[state=open]:duration-300 data-[state=closed]:duration-400 data-[swipe=move]:translate-x-[var(--radix-toast-swipe-move-x)] data-[swipe=cancel]:translate-x-0 data-[swipe=end]:translate-x-[var(--radix-toast-swipe-end-x)] data-[swipe=cancel]:transition-transform data-[swipe=end]:animate-out transition-[transform,opacity]",{variants:{variant:{primary:"text-primary-foreground",secondary:"text-secondary-foreground",success:"text-feedback-success-foreground",warning:"text-feedback-warning-foreground",error:"text-feedback-error-foreground"}},defaultVariants:{variant:"primary"}}),Zp=classVarianceAuthority.cva("size-6 shrink-0",{variants:{variant:{primary:"text-primary-foreground fill-primary-background-soft",secondary:"text-secondary-foreground fill-secondary-background-soft",success:"text-feedback-success-foreground fill-feedback-success-background-soft",warning:"text-feedback-warning-foreground fill-feedback-warning-background-soft",error:"text-feedback-error-foreground fill-feedback-error-background-soft"}},defaultVariants:{variant:"primary"}}),jp={primary:"regular-soft",secondary:"emphasis-soft",success:"success-soft",warning:"warning-soft",error:"error-soft"},Qp={primary:icons.Info,secondary:icons.Info,success:icons.CircleCheck,warning:icons.TriangleWarning,error:icons.OctagonWarning},$p=radixUi.Toast.Provider;function fl(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(radixUi.Toast.Viewport,s({"data-slot":"toast-viewport",className:l("fixed right-0 top-0 z-[100] flex max-h-screen w-full min-w-0 max-w-[500px] flex-col gap-2 p-4 md:w-[500px]",e)},a))}function cl(i){var u=i,{className:e,variant:a="primary",showIcon:o=true,duration:t=5e3,children:r}=u,d=n(u,["className","variant","showIcon","duration","children"]);let c=Qp[a||"primary"];return jsxRuntime.jsxs(radixUi.Toast.Root,f(s({duration:t,className:l(ul({variant:a}),e)},d),{children:[o&&jsxRuntime.jsx(c,{className:l(Zp({variant:a}))}),jsxRuntime.jsx("div",{className:"flex flex-1 items-center justify-between gap-4",children:r})]}))}function Jp(c){var p=c,{className:e,variant:a="primary",size:o="sm",iconLeft:t,iconRight:r,children:d,altText:i="Toast action"}=p,u=n(p,["className","variant","size","iconLeft","iconRight","children","altText"]);return jsxRuntime.jsx(radixUi.Toast.Action,f(s({asChild:true,altText:i,className:l("inline-flex items-center justify-center",e)},u),{children:jsxRuntime.jsx(Y,{iconLeft:t,iconRight:r,size:o,variant:jp[a],children:d})}))}function pl(t){var r=t,{className:e,label:a="Fechar"}=r,o=n(r,["className","label"]);return jsxRuntime.jsx(radixUi.Toast.Close,f(s({className:l("shrink-0",e)},o),{asChild:true,children:jsxRuntime.jsx(Y,{iconLeft:jsxRuntime.jsx(icons.CloseMd,{className:"size-4"}),size:"sm","aria-label":a,variant:"regular-basic"})}))}function ml(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(radixUi.Toast.Title,s({className:l("flex-1 text-md font-medium",e)},a))}function gl(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(radixUi.Toast.Description,s({className:l("text-xs",e)},a))}function Yp(){let{toasts:e}=_o();return jsxRuntime.jsxs($p,{children:[e.map(function(i){var u=i,{id:a,title:o,description:t,action:r}=u,d=n(u,["id","title","description","action"]);return jsxRuntime.jsxs(cl,f(s({},d),{children:[jsxRuntime.jsxs("div",{className:"grid",children:[o&&jsxRuntime.jsx(ml,{children:o}),t&&jsxRuntime.jsx(gl,{children:t})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[r,jsxRuntime.jsx(pl,{})]})]}),a)}),jsxRuntime.jsx(fl,{})]})}/*! Bundled license information:
2
2
 
3
3
  lucide-react/dist/esm/shared/src/utils.js:
4
4
  lucide-react/dist/esm/defaultAttributes.js:
@@ -12,5 +12,5 @@ lucide-react/dist/esm/lucide-react.js:
12
12
  * This source code is licensed under the ISC license.
13
13
  * See the LICENSE file in the root directory of this source tree.
14
14
  *)
15
- */exports.Alert=yl;exports.AlertActions=Tl;exports.AlertButton=Al;exports.AlertContainer=Sl;exports.AlertContent=Pl;exports.AlertDescription=jo;exports.AlertDialog=Jl;exports.AlertDialogAction=dd;exports.AlertDialogCancel=nd;exports.AlertDialogContent=ed;exports.AlertDialogDescription=sd;exports.AlertDialogFooter=ld;exports.AlertDialogHeader=ad;exports.AlertDialogIcon=td;exports.AlertDialogOverlay=rr;exports.AlertDialogPortal=or;exports.AlertDialogTag=od;exports.AlertDialogTitle=rd;exports.AlertDialogTrigger=Yl;exports.AlertIcon=wl;exports.AlertTitle=Zo;exports.Autocomplete=Ud;exports.AutocompleteContent=Xd;exports.AutocompleteContentFooter=jt;exports.AutocompleteGroup=Zd;exports.AutocompleteItem=Kd;exports.AutocompleteText=jd;exports.AutocompleteTrigger=Wd;exports.AutocompleteWrapper=Gd;exports.Avatar=$t;exports.AvatarFallback=Yt;exports.AvatarImage=Jt;exports.Badge=Ue;exports.Breadcrumb=Ma;exports.BreadcrumbEllipsis=rn;exports.BreadcrumbItem=tt;exports.BreadcrumbLink=on;exports.BreadcrumbList=Ba;exports.BreadcrumbPage=eo;exports.BreadcrumbSeparator=ao;exports.Button=Y;exports.CardContinue=ri;exports.CardContinueBreadcrumb=ni;exports.CardContinueButton=ui;exports.CardContinueContent=li;exports.CardContinueHeader=di;exports.CardContinueImage=si;exports.CardContinueTitle=ii;exports.CardLesson=Li;exports.CardLessonButton=Ti;exports.CardLessonContent=vi;exports.CardLessonDuration=Si;exports.CardLessonFooter=Pi;exports.CardLessonHeader=Ii;exports.CardLessonImage=Ci;exports.CardLessonLabel=ki;exports.CardLessonStatus=wi;exports.CardLessonTitle=yi;exports.CardModule=Tn;exports.CardModuleAction=Fn;exports.CardModuleButton=Nn;exports.CardModuleFooter=Bn;exports.CardModuleHeader=An;exports.CardModuleLabel=Dn;exports.CardModuleProgress=Mn;exports.CardModuleTitle=Rn;exports.CardTopic=Xn;exports.CardTopicColumn=Zn;exports.CardTopicContent=Yn;exports.CardTopicCount=Jn;exports.CardTopicNumber=jn;exports.CardTopicProgress=$n;exports.CardTopicTitle=Qn;exports.CardTopicTrigger=Kn;exports.CardWeek=nn;exports.CardWeekActions=In;exports.CardWeekBreadcrumb=un;exports.CardWeekContainer=fn;exports.CardWeekContent=Ln;exports.CardWeekDescription=mn;exports.CardWeekFooter=bn;exports.CardWeekHeader=cn;exports.CardWeekProgress=hn;exports.CardWeekProgressCircle=xn;exports.CardWeekStatus=vn;exports.CardWeekTags=gn;exports.CardWeekText=Cn;exports.CardWeekTitle=pn;exports.Checkbox=Mi;exports.Collapsible=lo;exports.CollapsibleContent=io;exports.CollapsibleTrigger=no;exports.DatePicker=ji;exports.DatePickerLabel=Ki;exports.DatePickerText=Zi;exports.DatePickerWrapper=Xi;exports.DateRangePicker=Qi;exports.Dialog=wd;exports.DialogClose=Ad;exports.DialogContainer=Dd;exports.DialogContent=Rd;exports.DialogDescription=Fd;exports.DialogFooter=Bd;exports.DialogHeader=Md;exports.DialogOverlay=Sr;exports.DialogPortal=yr;exports.DialogTitle=Nd;exports.DialogTrigger=Td;exports.DropdownMenu=co;exports.DropdownMenuCheckboxItem=Oi;exports.DropdownMenuContent=mo;exports.DropdownMenuGroup=Hi;exports.DropdownMenuItem=ft;exports.DropdownMenuLabel=xo;exports.DropdownMenuPortal=Ei;exports.DropdownMenuRadioGroup=ct;exports.DropdownMenuRadioItem=go;exports.DropdownMenuSeparator=ho;exports.DropdownMenuShortcut=qi;exports.DropdownMenuSub=Vi;exports.DropdownMenuSubContent=_i;exports.DropdownMenuSubTrigger=zi;exports.DropdownMenuTrigger=po;exports.Input=yo;exports.InputAdornment=Io;exports.InputEndIcon=ko;exports.InputField=iu;exports.InputLabel=uu;exports.InputNumeric=gs;exports.InputPassword=ms;exports.InputStartIcon=Ct;exports.InputText=fu;exports.InputWrapper=nu;exports.Label=xu;exports.Loading=qt;exports.Logo=bu;exports.LogoShort=Lu;exports.Pagination=Pu;exports.PaginationContent=Ls;exports.PaginationEllipsis=ks;exports.PaginationInfo=So;exports.PaginationItem=It;exports.PaginationLink=Cs;exports.PaginationNext=Is;exports.PaginationPrevious=vs;exports.PaginationRoot=bs;exports.Progress=Ke;exports.ProgressCircle=ro;exports.RadioGroup=Du;exports.RadioGroupItem=Ru;exports.Ranking=qu;exports.RankingAssigneeGroup=Ju;exports.RankingAssigneeItem=Yu;exports.RankingAssigneeLabel=$u;exports.RankingAssigneesColumn=Qu;exports.RankingBody=_u;exports.RankingButton=lf;exports.RankingHeader=Vu;exports.RankingHeaderCell=zu;exports.RankingItem=Uu;exports.RankingNumber=Gu;exports.RankingPerformance=sf;exports.RankingPriority=ef;exports.RankingQuestions=tf;exports.RankingSpecialty=Ku;exports.RankingSuperFocus=ju;exports.RankingTopic=Zu;exports.RankingTopicColumn=Wu;exports.RankingTopicContent=Xu;exports.Rating=cf;exports.RatingButtonVariants=Ds;exports.RatingLabelVariants=Rs;exports.RatingStarVariants=As;exports.ScrollArea=wo;exports.ScrollBar=_a;exports.SegmentControl=Hf;exports.SegmentControlContent=Vf;exports.SegmentControlList=Of;exports.SegmentControlTrigger=qf;exports.Select=Cf;exports.SelectContent=Tf;exports.SelectGroup=kf;exports.SelectHeader=Af;exports.SelectItem=Df;exports.SelectLabel=If;exports.SelectScrollDownButton=Fs;exports.SelectScrollUpButton=Ns;exports.SelectSeparator=Rf;exports.SelectText=Mf;exports.SelectTrigger=wf;exports.SelectValue=yf;exports.SelectWrapper=vf;exports.Separator=la;exports.Sheet=Bo;exports.SheetClose=Kf;exports.SheetContent=No;exports.SheetDescription=Yf;exports.SheetFooter=$f;exports.SheetHeader=Qf;exports.SheetTitle=Jf;exports.SheetTrigger=Xf;exports.Sidebar=fc;exports.SidebarContent=Lc;exports.SidebarFooter=hc;exports.SidebarGroup=Cc;exports.SidebarGroupAction=Ic;exports.SidebarGroupContent=kc;exports.SidebarGroupLabel=vc;exports.SidebarHeader=xc;exports.SidebarInput=gc;exports.SidebarInset=mc;exports.SidebarMenu=yc;exports.SidebarMenuAction=Tc;exports.SidebarMenuBadge=Ac;exports.SidebarMenuButton=wc;exports.SidebarMenuItem=Sc;exports.SidebarMenuItemCollapse=Nc;exports.SidebarMenuItemTitle=Bc;exports.SidebarMenuSkeleton=Dc;exports.SidebarMenuSub=Rc;exports.SidebarMenuSubButton=Fc;exports.SidebarMenuSubItem=Mc;exports.SidebarProvider=uc;exports.SidebarRail=pc;exports.SidebarSeparator=bc;exports.SidebarTrigger=cc;exports.Skeleton=Dt;exports.Switch=zc;exports.Switcher=Kc;exports.SwitcherContent=jc;exports.SwitcherFooter=Jc;exports.SwitcherGroup=Qc;exports.SwitcherItem=$c;exports.SwitcherSeparator=Yc;exports.SwitcherTrigger=Zc;exports.Tabs=up;exports.TabsContent=pp;exports.TabsList=fp;exports.TabsTrigger=cp;exports.Tag=ne;exports.Tile=hp;exports.TileDescription=Cp;exports.TileIcon=bp;exports.TileTitle=Lp;exports.Toast=ul;exports.ToastAction=Hp;exports.ToastClose=fl;exports.ToastDescription=pl;exports.ToastProvider=Op;exports.ToastTitle=cl;exports.ToastViewport=il;exports.Tooltip=je;exports.TooltipContent=$e;exports.TooltipProvider=xa;exports.TooltipTrigger=Qe;exports.alertButtonVariants=Qo;exports.alertVariants=Ko;exports.applyInputIconSize=pa;exports.avatarVariants=Or;exports.badgeVariants=Jo;exports.buttonVariants=Sa;exports.calculatePageNumbers=ys;exports.cardLessonVariants=Kr;exports.cardModuleStatusVariants=dt;exports.cardModuleVariants=Ur;exports.checkboxVariants=Qr;exports.datePickerTriggerVariants=vo;exports.labelVariants=xs;exports.radioGroupVariants=Ss;exports.segmentControlTriggerVariants=Hs;exports.switchVariants=Qs;exports.tabsContentVariants=ol;exports.tabsListVariants=al;exports.tabsTriggerVariants=tl;exports.tagVariants=ar;exports.tileVariants=rl;exports.toastVariants=nl;exports.useIsMobile=Ha;exports.useSidebar=ba;exports.useToast=Vo;//# sourceMappingURL=index.js.map
15
+ */exports.Alert=Pl;exports.AlertActions=Dl;exports.AlertButton=Rl;exports.AlertContainer=wl;exports.AlertContent=Tl;exports.AlertDescription=$o;exports.AlertDialog=ed;exports.AlertDialogAction=id;exports.AlertDialogCancel=ud;exports.AlertDialogContent=td;exports.AlertDialogDescription=dd;exports.AlertDialogFooter=nd;exports.AlertDialogHeader=od;exports.AlertDialogIcon=rd;exports.AlertDialogOverlay=lr;exports.AlertDialogPortal=sr;exports.AlertDialogTag=sd;exports.AlertDialogTitle=ld;exports.AlertDialogTrigger=ad;exports.AlertIcon=Al;exports.AlertTitle=Qo;exports.Autocomplete=Wd;exports.AutocompleteContent=Zd;exports.AutocompleteContentFooter=eo;exports.AutocompleteGroup=Qd;exports.AutocompleteItem=jd;exports.AutocompleteText=$d;exports.AutocompleteTrigger=Kd;exports.AutocompleteWrapper=Xd;exports.Avatar=Ba;exports.AvatarFallback=Fa;exports.AvatarImage=Na;exports.Badge=Ge;exports.Breadcrumb=Ea;exports.BreadcrumbEllipsis=ln;exports.BreadcrumbItem=lt;exports.BreadcrumbLink=sn;exports.BreadcrumbList=Ha;exports.BreadcrumbPage=to;exports.BreadcrumbSeparator=oo;exports.Button=Y;exports.CardContinue=li;exports.CardContinueBreadcrumb=ui;exports.CardContinueButton=ci;exports.CardContinueContent=ni;exports.CardContinueHeader=ii;exports.CardContinueImage=di;exports.CardContinueTitle=fi;exports.CardLesson=vi;exports.CardLessonButton=Di;exports.CardLessonContent=ki;exports.CardLessonDuration=wi;exports.CardLessonFooter=Ti;exports.CardLessonHeader=yi;exports.CardLessonImage=Ii;exports.CardLessonLabel=Si;exports.CardLessonStatus=Ai;exports.CardLessonTitle=Pi;exports.CardModule=Dn;exports.CardModuleAction=Hn;exports.CardModuleButton=En;exports.CardModuleFooter=Fn;exports.CardModuleHeader=Rn;exports.CardModuleLabel=Mn;exports.CardModuleProgress=Nn;exports.CardModuleTitle=Bn;exports.CardNews=Mi;exports.CardNewsAuthor=zi;exports.CardNewsContent=Hi;exports.CardNewsDate=Fi;exports.CardNewsDescription=qi;exports.CardNewsFooter=_i;exports.CardNewsHeader=Bi;exports.CardNewsImage=Ei;exports.CardNewsTags=Ni;exports.CardNewsTitle=Oi;exports.CardTopic=Zn;exports.CardTopicColumn=Qn;exports.CardTopicContent=ai;exports.CardTopicCount=ei;exports.CardTopicNumber=$n;exports.CardTopicProgress=Yn;exports.CardTopicTitle=Jn;exports.CardTopicTrigger=jn;exports.CardWeek=fn;exports.CardWeekActions=yn;exports.CardWeekBreadcrumb=cn;exports.CardWeekContainer=pn;exports.CardWeekContent=vn;exports.CardWeekDescription=xn;exports.CardWeekFooter=Ln;exports.CardWeekHeader=mn;exports.CardWeekProgress=Cn;exports.CardWeekProgressCircle=bn;exports.CardWeekStatus=kn;exports.CardWeekTags=hn;exports.CardWeekText=In;exports.CardWeekTitle=gn;exports.Checkbox=Ki;exports.Collapsible=io;exports.CollapsibleContent=fo;exports.CollapsibleTrigger=uo;exports.DatePicker=uu;exports.DatePickerLabel=nu;exports.DatePickerText=iu;exports.DatePickerWrapper=du;exports.DateRangePicker=fu;exports.Dialog=Ad;exports.DialogClose=Rd;exports.DialogContainer=Md;exports.DialogContent=Bd;exports.DialogDescription=Hd;exports.DialogFooter=Fd;exports.DialogHeader=Nd;exports.DialogOverlay=wr;exports.DialogPortal=Pr;exports.DialogTitle=Ed;exports.DialogTrigger=Dd;exports.DropdownMenu=mo;exports.DropdownMenuCheckboxItem=Yi;exports.DropdownMenuContent=xo;exports.DropdownMenuGroup=Ji;exports.DropdownMenuItem=xt;exports.DropdownMenuLabel=bo;exports.DropdownMenuPortal=$i;exports.DropdownMenuRadioGroup=ht;exports.DropdownMenuRadioItem=ho;exports.DropdownMenuSeparator=Co;exports.DropdownMenuShortcut=eu;exports.DropdownMenuSub=au;exports.DropdownMenuSubContent=ou;exports.DropdownMenuSubTrigger=tu;exports.DropdownMenuTrigger=go;exports.Input=Po;exports.InputAdornment=yo;exports.InputEndIcon=So;exports.InputField=yu;exports.InputLabel=Su;exports.InputNumeric=hs;exports.InputPassword=xs;exports.InputStartIcon=St;exports.InputText=Pu;exports.InputWrapper=ku;exports.Label=Ru;exports.Loading=Gt;exports.Logo=Bu;exports.LogoShort=Nu;exports.Pagination=zu;exports.PaginationContent=vs;exports.PaginationEllipsis=Ss;exports.PaginationInfo=wo;exports.PaginationItem=wt;exports.PaginationLink=Is;exports.PaginationNext=ys;exports.PaginationPrevious=ks;exports.PaginationRoot=Ls;exports.Progress=Ze;exports.ProgressCircle=lo;exports.RadioGroup=Wu;exports.RadioGroupItem=Xu;exports.Ranking=ef;exports.RankingAssigneeGroup=mf;exports.RankingAssigneeItem=gf;exports.RankingAssigneeLabel=pf;exports.RankingAssigneesColumn=cf;exports.RankingBody=of;exports.RankingButton=If;exports.RankingHeader=af;exports.RankingHeaderCell=tf;exports.RankingItem=rf;exports.RankingNumber=sf;exports.RankingPerformance=vf;exports.RankingPriority=xf;exports.RankingQuestions=bf;exports.RankingSpecialty=nf;exports.RankingSuperFocus=ff;exports.RankingTopic=uf;exports.RankingTopicColumn=lf;exports.RankingTopicContent=df;exports.Rating=wf;exports.RatingButtonVariants=Ms;exports.RatingLabelVariants=Bs;exports.RatingStarVariants=Rs;exports.ScrollArea=Ao;exports.ScrollBar=Xa;exports.SegmentControl=Jf;exports.SegmentControlContent=ac;exports.SegmentControlList=Yf;exports.SegmentControlTrigger=ec;exports.Select=Ff;exports.SelectContent=Uf;exports.SelectGroup=Of;exports.SelectHeader=Gf;exports.SelectItem=Wf;exports.SelectLabel=Hf;exports.SelectScrollDownButton=Hs;exports.SelectScrollUpButton=Es;exports.SelectSeparator=Xf;exports.SelectText=Kf;exports.SelectTrigger=_f;exports.SelectValue=qf;exports.SelectWrapper=Ef;exports.Separator=da;exports.Sheet=Fo;exports.SheetClose=nc;exports.SheetContent=Eo;exports.SheetDescription=mc;exports.SheetFooter=cc;exports.SheetHeader=fc;exports.SheetTitle=pc;exports.SheetTrigger=dc;exports.Sidebar=Pc;exports.SidebarContent=Nc;exports.SidebarFooter=Mc;exports.SidebarGroup=Fc;exports.SidebarGroupAction=Hc;exports.SidebarGroupContent=Oc;exports.SidebarGroupLabel=Ec;exports.SidebarHeader=Rc;exports.SidebarInput=Dc;exports.SidebarInset=Ac;exports.SidebarMenu=qc;exports.SidebarMenuAction=Uc;exports.SidebarMenuBadge=Gc;exports.SidebarMenuButton=_c;exports.SidebarMenuItem=Vc;exports.SidebarMenuItemCollapse=jc;exports.SidebarMenuItemTitle=Zc;exports.SidebarMenuSkeleton=Wc;exports.SidebarMenuSub=Xc;exports.SidebarMenuSubButton=Qc;exports.SidebarMenuSubItem=Kc;exports.SidebarProvider=Sc;exports.SidebarRail=Tc;exports.SidebarSeparator=Bc;exports.SidebarTrigger=wc;exports.Skeleton=Ft;exports.Switch=tp;exports.Switcher=np;exports.SwitcherContent=up;exports.SwitcherFooter=pp;exports.SwitcherGroup=fp;exports.SwitcherItem=cp;exports.SwitcherSeparator=mp;exports.SwitcherTrigger=ip;exports.Tabs=Sp;exports.TabsContent=Tp;exports.TabsList=Pp;exports.TabsTrigger=wp;exports.Tag=ie;exports.Tile=Mp;exports.TileDescription=Fp;exports.TileIcon=Bp;exports.TileTitle=Np;exports.Toast=cl;exports.ToastAction=Jp;exports.ToastClose=pl;exports.ToastDescription=gl;exports.ToastProvider=Yp;exports.ToastTitle=ml;exports.ToastViewport=fl;exports.Tooltip=Qe;exports.TooltipContent=Je;exports.TooltipProvider=ha;exports.TooltipTrigger=$e;exports.alertButtonVariants=Jo;exports.alertVariants=jo;exports.applyInputIconSize=ma;exports.avatarVariants=Vr;exports.badgeVariants=er;exports.buttonVariants=Pa;exports.calculatePageNumbers=Ps;exports.cardLessonVariants=jr;exports.cardModuleStatusVariants=ft;exports.cardModuleVariants=Wr;exports.checkboxVariants=Jr;exports.datePickerTriggerVariants=ko;exports.labelVariants=bs;exports.radioGroupVariants=ws;exports.segmentControlTriggerVariants=qs;exports.switchVariants=Js;exports.tabsContentVariants=sl;exports.tabsListVariants=ol;exports.tabsTriggerVariants=rl;exports.tagVariants=or;exports.tileVariants=ll;exports.toastVariants=ul;exports.useIsMobile=za;exports.useSidebar=Ca;exports.useToast=_o;//# sourceMappingURL=index.js.map
16
16
  //# sourceMappingURL=index.js.map