@medway-ui/core 1.20.3 → 1.20.4

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 zo=Object.prototype.hasOwnProperty,Uo=Object.prototype.propertyIsEnumerable;var Vo=(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={}))zo.call(a,o)&&Vo(e,o,a[o]);if(Qa)for(var o of Qa(a))Uo.call(a,o)&&Vo(e,o,a[o]);return e},f=(e,a)=>gl(e,xl(a));var n=(e,a)=>{var o={};for(var t in e)zo.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 Ht=R.createContext(null),Xo=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===Zo),p=u.some(x=>R.isValidElement(x)&&x.type===Ko),m=R.useMemo(()=>({variant:a,hasDescription:c,hasTitle:p,onClose:o}),[a,c,p,o]);return jsxRuntime.jsx(Ht.Provider,{value:m,children:jsxRuntime.jsxs("div",f(s({"data-slot":"alert",role:"alert",className:l(Xo({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 Ko(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 Zo(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(Ht),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 Al(t){var r=t,{className:e,variant:a}=r,o=n(r,["className","variant"]);let d=R.useContext(Ht),i=(d==null?void 0:d.variant)||"regular";return jsxRuntime.jsx("button",s({className:l(jo({variant:a,alertVariant:i}),e)},o))}function Ot({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"},$o=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 _e(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($o({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"},Jo={sm:"size-2",md:"size-2.5",lg:"size-2.5",xl:"size-3"},Vl={sm:"sm",md:"md",lg:"md",xl:"lg"},ya=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",Jo[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",Jo[t||"md"]),style:{backgroundColor:p}})]}):null,k=()=>c?jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(Ot,{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(_e,{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",ya({variant:o,size:t,className:e}))},m),{children:k()}))]})}var Sa="regular",Vt=R.createContext(null),Gl=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%)]",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:Sa}}),Wl=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",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:Sa}}),Xl={regular:"regular",warning:"warning",error:"error",success:"success"};function Kl(o){var t=o,{variant:e=Sa}=t,a=n(t,["variant"]);let r=R.useMemo(()=>({variant:e}),[e]);return jsxRuntime.jsx(Vt.Provider,{value:r,children:jsxRuntime.jsx(radixUi.AlertDialog.Root,s({"data-slot":"alert-dialog"},a))})}function Zl(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.AlertDialog.Trigger,s({"data-slot":"alert-dialog-trigger"},e))}function tr(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.AlertDialog.Portal,s({"data-slot":"alert-dialog-portal"},e))}function or(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 jl(d){var i=d,{className:e,overlayClassName:a,showCloseButton:o=false,children:t}=i,r=n(i,["className","overlayClassName","showCloseButton","children"]);return jsxRuntime.jsxs(tr,{children:[jsxRuntime.jsx(or,{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 Ql(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 $l(t){var r=t,{className:e,children:a}=r,o=n(r,["className","children"]);var u;let d=R.useContext(Vt),i=(u=d==null?void 0:d.variant)!=null?u:Sa;return jsxRuntime.jsx("div",f(s({"data-slot":"alert-dialog-icon",className:l(Gl({variant:i}),e)},o),{children:jsxRuntime.jsx("div",{className:Wl({variant:i}),children:a})}))}function Jl(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx("div",s({"data-slot":"alert-dialog-tag",className:l("flex justify-center",e)},a))}function Yl(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 ed(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 ad(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 td(r){var d=r,{className:e,variant:a,size:o="lg"}=d,t=n(d,["className","variant","size"]);var c;let i=R.useContext(Vt);process.env.NODE_ENV!=="production"&&!i&&a===void 0&&console.warn("[AlertDialogAction] used outside of AlertDialogContent \u2014 variant context unavailable, falling back to 'regular'.");let u=a!=null?a:Xl[(c=i==null?void 0:i.variant)!=null?c:Sa];return jsxRuntime.jsx(radixUi.AlertDialog.Action,s({className:l(ya({variant:u,size:o}),e)},t))}function od(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(ya({variant:a,size:o}),e)},t))}var rd=0;function sd(){return `medway-id-${++rd}`}var ld=R__namespace.useId||(()=>{});function ve(){let e=ld(),[a]=R__namespace.useState(()=>e!=null?e:sd());return a}var dd=/[\\\/_+.#"@\[\(\{&]/,nd=/[\\\/_+.#"@\[\(\{&]/g,id=/[\s-]/,sr=/[\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,L;for(;p>=0;)x=zt(e,a,o,t,p+1,d+1,i),x>m&&(p===r?x*=1:dd.test(e.charAt(p-1))?(x*=.8,y=e.slice(r,p-1).match(nd),y&&r>0&&(x*=Math.pow(.999,y.length))):id.test(e.charAt(p-1))?(x*=.9,L=e.slice(r,p-1).match(sr),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=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 rr(e){return e.toLowerCase().replace(sr," ")}function lr(e,a,o){return e=o&&o.length>0?`${e+" "+o.join(" ")}`:e,zt(e,a,rr(e),rr(a),0,0,{})}var Pa='[cmdk-group=""]',Ut='[cmdk-group-items=""]',ud='[cmdk-group-heading=""]',nr='[cmdk-item=""]',dr=`${nr}:not([aria-disabled="true"])`,_t="cmdk-item-select",oa="data-value",fd=(e,a,o)=>lr(e,a,o),ir=R__namespace.createContext(void 0),Ta=()=>R__namespace.useContext(ir),ur=R__namespace.createContext(void 0),Gt=()=>R__namespace.useContext(ur),fr=R__namespace.createContext(void 0),cr=R__namespace.forwardRef((e,a)=>{let o=ra(()=>{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=ra(()=>new Set),r=ra(()=>new Map),d=ra(()=>new Map),i=ra(()=>new Set),u=Cr(e),fe=e,{label:c,children:p,value:m,onValueChange:x,filter:h,shouldFilter:y,loop:L,disablePointerSelection:A=false,vimBindings:M=true}=fe,V=n(fe,["label","children","value","onValueChange","filter","shouldFilter","loop","disablePointerSelection","vimBindings"]),k=ve(),I=ve(),_=ve(),E=R__namespace.useRef(null),b=md();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,te,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(_);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=(te=u.current).onValueChange)==null||P.call(te,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:_,labelId:I,listInnerRef:E}),[]);function W(g,B){var w,O;let D=(O=(w=u.current)==null?void 0:w.filter)!=null?O:fd;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 te=g.get(J);$=Math.max(te!=null?te:0,$);}),B.push([w,$]);});let D=E.current;ae().sort((w,O)=>{var te,P;let $=w.getAttribute("id"),J=O.getAttribute("id");return ((te=g.get(J))!=null?te:0)-((P=g.get($))!=null?P:0)}).forEach(w=>{let O=w.closest(Ut);O?O.appendChild(w.parentElement===O?w:w.closest(`${Ut} > *`)):D==null||D.appendChild(w.parentElement===D?w:w.closest(`${Ut} > *`));}),B.sort((w,O)=>O[1]-w[1]).forEach(w=>{var $,J;let O=($=E.current)==null?void 0:$.querySelector(`${Pa}[${oa}="${encodeURIComponent(w[0])}"]`);(J=O==null?void 0:O.parentElement)==null||J.appendChild(O);});}function Z(){let g=ae().find(D=>D.getAttribute("aria-disabled")!=="true"),B=g==null?void 0:g.getAttribute(oa);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 te=(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(te,P);o.current.filtered.items.set(J,C),C>0&&g++;}for(let[J,te]of r.current)for(let P of te)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(ud))==null||w.scrollIntoView({block:"nearest"})),g.scrollIntoView({block:"nearest"}));}function Ce(){var g;return (g=E.current)==null?void 0:g.querySelector(`${nr}[aria-selected="true"]`)}function ae(){var g;return Array.from(((g=E.current)==null?void 0:g.querySelectorAll(dr))||[])}function Re(g){let D=ae()[g];D&&v.setState("value",D.getAttribute(oa));}function ge(g){var $;let B=Ce(),D=ae(),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(oa));}function ea(g){let B=Ce(),D=B==null?void 0:B.closest(Pa),w;for(;D&&!w;)D=g>0?cd(D,Pa):pd(D,Pa),w=D==null?void 0:D.querySelector(dr);w?v.setState("value",w.getAttribute(oa)):ge(g);}let aa=()=>Re(ae().length-1),ke=g=>{g.preventDefault(),g.metaKey?aa():g.altKey?ea(1):ge(1);},se=g=>{g.preventDefault(),g.metaKey?Re(0):g.altKey?ea(-1):ge(-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(_t);w.dispatchEvent(O);}}}},children:[jsxRuntime.jsx("label",{"cmdk-label":"",htmlFor:N.inputId,id:N.labelId,style:xd,children:c}),Ya(e,g=>jsxRuntime.jsx(ur.Provider,{value:v,children:jsxRuntime.jsx(ir.Provider,{value:N,children:g})}))]}))});cr.displayName="Command";var pr=R__namespace.forwardRef((e,a)=>{var _,E;let o=ve(),t=R__namespace.useRef(null),r=R__namespace.useContext(fr),d=Ta(),i=Cr(e),u=(E=(_=i.current)==null?void 0:_.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=vr(o,t,[e.value,e.children,t],e.keywords),p=Gt(),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(_t,h),()=>v.removeEventListener(_t,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}))});pr.displayName="Item";var mr=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),[]),vr(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}),Ya(e,L=>jsxRuntime.jsx("div",{"cmdk-group-items":"",role:"group","aria-labelledby":o?p:void 0,children:jsxRuntime.jsx(fr.Provider,{value:h,children:L})}))]}))});mr.displayName="Group";var gr=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"}))});gr.displayName="Separator";var xr=R__namespace.forwardRef((e,a)=>{let p=e,{onValueChange:o}=p,t=n(p,["onValueChange"]),r=e.value!=null,d=Gt(),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);}}))});xr.displayName="Input";var hr=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:Ya(e,m=>jsxRuntime.jsx("div",{ref:wa(i,c.listInnerRef),"cmdk-list-sizer":"",children:m}))}))});hr.displayName="List";var br=R__namespace.forwardRef((e,a)=>qe(t=>t.filtered.count===0)?jsxRuntime.jsx("div",f(s({ref:a},e),{"cmdk-empty":"",role:"presentation"})):null);br.displayName="Empty";var Lr=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:Ya(e,u=>jsxRuntime.jsx("div",{"aria-hidden":true,children:u}))}))});Lr.displayName="Loading";var We=Object.assign(cr,{List:hr,Item:pr,Input:xr,Group:mr,Separator:gr,Empty:br,Loading:Lr});function cd(e,a){let o=e.nextElementSibling;for(;o;){if(o.matches(a))return o;o=o.nextElementSibling;}}function pd(e,a){let o=e.previousElementSibling;for(;o;){if(o.matches(a))return o;o=o.previousElementSibling;}}function Cr(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 ra(e){let a=R__namespace.useRef(void 0);return a.current===void 0&&(a.current=e()),a}function qe(e){let a=Gt(),[,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 vr(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(oa,i!=null?i:""),r.current=i;}),r}var md=()=>{let[e,a]=R__namespace.useState(),o=ra(()=>new Map);return Oe(()=>{o.current.forEach(t=>t()),o.current=new Map;},[e]),(t,r)=>{o.current.set(t,r),a({});}};function gd(e){let a=e.type;return typeof a=="function"?a(e.props):"render"in a?a.render(e.props):e}function Ya({asChild:e,children:a},o){return e&&R__namespace.isValidElement(a)?R__namespace.cloneElement(gd(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 xd={position:"absolute",width:"1px",height:"1px",padding:"0",margin:"-1px",overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",borderWidth:"0"};function sa(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 Id(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.Dialog.Root,s({"data-slot":"dialog"},e))}function kd(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.Dialog.Trigger,s({"data-slot":"dialog-trigger"},e))}function kr(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.Dialog.Portal,s({"data-slot":"dialog-portal"},e))}function yd(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.Dialog.Close,s({"data-slot":"dialog-close"},e))}function yr(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 Sd(d){var i=d,{className:e,overlayClassName:a,children:o,showCloseButton:t=true}=i,r=n(i,["className","overlayClassName","children","showCloseButton"]);return jsxRuntime.jsxs(kr,{"data-slot":"dialog-portal",children:[jsxRuntime.jsx(yr,{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 Pd({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 wd(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(sa,{})]})}function Td(t){var r=t,{className:e,separator:a=false}=r,o=n(r,["className","separator"]);return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[a&&jsxRuntime.jsx(sa,{}),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 Ad(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 Dd(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 Pr(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 wr(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 Tr(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 Ar(a){var e=n(a,[]);return jsxRuntime.jsx(We.Empty,s({className:"py-6 text-center text-sm","data-slot":"command-empty"},e))}function Dr(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 Rr(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 Mr(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.Popover.Root,s({"data-slot":"popover"},e))}function Br(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.Popover.Trigger,s({"data-slot":"popover-trigger"},e))}function Nr(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 na=R.createContext({invalid:false,disabled:false,open:false,setOpen:()=>{},values:[],toggleValue:()=>{},onCancelSelection:()=>{},listId:""});function Od({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]),_=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:_,listId:E}),[a,o,V,I,M,k,_,E]);return jsxRuntime.jsx(na.Provider,{value:b,children:jsxRuntime.jsx(Mr,{open:V,onOpenChange:I,children:e})})}function qd(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 Vd(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(na),x=ve(),h=p.length>0;return jsxRuntime.jsx(Br,{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 Kt({className:e,cancelLabel:a="Cancelar",confirmLabel:o="Concluir",onCancel:t,onConfirm:r}){let{setOpen:d,onCancelSelection:i,values:u}=R.useContext(na);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===Kt),i=r.filter(u=>!(R.isValidElement(u)&&u.type===Kt));return jsxRuntime.jsxs(Nr,{align:"start",className:l("w-full min-w-[var(--radix-popper-anchor-width)] border-gray-stroke-muted p-0",a),children:[jsxRuntime.jsxs(Pr,{children:[jsxRuntime.jsx(wr,{placeholder:o}),jsxRuntime.jsxs(Tr,{id:R.useContext(na).listId,children:[jsxRuntime.jsx(Ar,{children:t}),i]})]}),d]})}function Ud({children:e,value:a,name:o,className:t,disabled:r=false}){let{values:d,toggleValue:i}=R.useContext(na),u=d.includes(a);return jsxRuntime.jsxs(Rr,{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 _d(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(Dr,s({className:e},a))}function Gd(o){var t=o,{className:e}=t,a=n(t,["className"]);let{invalid:r}=R.useContext(na);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 Kd={sm:"sm",md:"md",lg:"md",xl:"lg"},Hr=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 jt(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(_e,{size:Kd[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(Hr({size:a,className:e}))},r),{children:t}))]})}function Qt(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 $t(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 at(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 Jd(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 Jt(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 Yt(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 Yd(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 to(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:i}),!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 Vr=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 tn(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 xe(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(Vr({variant:a}),e)},d),{children:[t&&jsxRuntime.jsx(tn,{icon:t}),jsxRuntime.jsx("span",{"data-slot":"tag-text",children:r})]}))}var Na=R.createContext(null);function dn(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 nn(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(xe,{variant:"regular-soft",icon:t,children:o})]}))}function un(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 fn(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 cn(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 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-description",className:l("text-xs font-semibold leading-xs text-gray-foreground",(d||i||u)&&"text-gray-foreground-muted",e)},a))}function mn(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 gn(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(to,s({size:104,value:a},o))})}function xn(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 hn(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 bn(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 Ln(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 Cn(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 vn(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 _r=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"}}),lt=classVarianceAuthority.cva("text-xs font-medium leading-xs text-gray-foreground-muted"),Gr=R.createContext(null);function dt(){var e;return (e=R.useContext(Gr))!=null?e:{}}function wn(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(_r({variant:a}),e)},t))})}function Tn(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 An(r){var d=r,{className:e,children:a,count:o}=d,t=n(d,["className","children","count"]);let{variant:i}=dt();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 Dn(o){var t=o,{className:e}=t,a=n(t,["className"]);let{variant:r}=dt();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 Rn(t){var r=t,{className:e,progress:a}=r,o=n(r,["className","progress"]);let{variant:d}=dt(),i=Number.isFinite(a)?Math.min(100,Math.max(0,a)):0,u=d==="blocked"?jsxRuntime.jsx("div",{"data-slot":"card-module-status",className:lt(),children:"N\xE3o iniciado"}):i>=100?jsxRuntime.jsx("div",{"data-slot":"card-module-status",className:lt(),children:"Conclu\xEDdo"}):jsxRuntime.jsxs("div",{"data-slot":"card-module-status",className:lt(),children:[jsxRuntime.jsxs("span",{className:"font-semibold text-gray-foreground",children:[i,"%"]})," ","de progresso"]});return jsxRuntime.jsxs("div",f(s({"data-slot":"card-module-progress",className:l("flex flex-col gap-2",e)},o),{children:[u,d!=="blocked"&&jsxRuntime.jsx(Ke,{value:i,indicatorClassName:i===100?"bg-secondary-stroke-emphasis":"bg-primary-stroke"})]}))}function Mn(t){var r=t,{className:e,children:a}=r,o=n(r,["className","children"]);let{variant:d,availableDate:i}=dt();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(xe,{variant:"gray-soft",icon:jsxRuntime.jsx(icons.Lock,{}),children:["Dispon\xEDvel em ",i]}),a]})]}))}function Bn(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 Nn(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 so(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 lo(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.Collapsible.Trigger,s({"data-slot":"collapsible-trigger"},e))}function no(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 Gn=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 Wn(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(so,f(s({"data-slot":"card-topic",animation:"accordion",className:l(Gn({variant:a}),e)},r),{children:t}))})}function Xn(t){var r=t,{className:e,children:a}=r,o=n(r,["className","children"]);let{variant:d}=Ea(),i=d==="blocked";return jsxRuntime.jsx(lo,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 Kn(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 Zn(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 jn(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 Qn(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(xe,{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=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:c?"Conclu\xEDdo":jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs("span",{className:"font-semibold text-gray-foreground",children:[u,"%"]})," de progresso"]})}),jsxRuntime.jsx(Ke,{value:u,indicatorClassName:c?"bg-secondary-stroke-emphasis":"bg-primary-stroke"})]}))}function $n(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 Jn(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(no,s({"data-slot":"card-topic-content",className:l("px-4 pb-4",e)},a))}function oi(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 ri(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 si(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 li(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 di({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(at,{className:"text-content-paragraph",children:o}),jsxRuntime.jsx(Yt,{children:jsxRuntime.jsx(icons.ChevronRight,{size:12,className:"text-gray-foreground"})})]}):jsxRuntime.jsx(at,{children:jsxRuntime.jsx(Jt,{className:"font-medium text-content-paragraph",children:o})})},`${o}-${t}`))})})}function ni(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 ii(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 ia(){var e;return (e=R.useContext(Zr))!=null?e:{}}function bi(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 Li(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}=ia(),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 Ci(o){var t=o,{className:e}=t,a=n(t,["className"]);let{orientation:r}=ia();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 vi(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 Ii(o){var t=o,{className:e}=t,a=n(t,["className"]);let{variant:r}=ia();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 ki(o){var t=o,{className:e}=t,a=n(t,["className"]);let{variant:r}=ia();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 yi(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 Si(t){var r=t,{className:e,children:a}=r,o=n(r,["className","children"]);let{variant:d,availableDate:i,orientation:u}=ia();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(xe,{variant:"gray-soft",icon:jsxRuntime.jsx(icons.Lock,{}),children:["Dispon\xEDvel em ",i]}):null,a]}))}function Pi(t){var r=t,{className:e,status:a}=r,o=n(r,["className","status"]);let d=a==="completed";return jsxRuntime.jsx(xe,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 wi(r){var d=r,{className:e,children:a,containerClassName:o}=d,t=n(d,["className","children","containerClassName"]);let{variant:i}=ia();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 Ri(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 uo=768;function Ha(){let[e,a]=R.useState(void 0);return R.useEffect(()=>{let o=window.matchMedia(`(max-width: ${uo-1}px)`),t=()=>{a(window.innerWidth<uo);};return o.addEventListener("change",t),a(window.innerWidth<uo),()=>o.removeEventListener("change",t)},[]),!!e}function fo(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.DropdownMenu.Root,s({"data-slot":"dropdown-menu"},e))}function Fi(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.DropdownMenu.Portal,s({"data-slot":"dropdown-menu-portal"},e))}function co(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 po(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 Ei(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.DropdownMenu.Group,s({"data-slot":"dropdown-menu-group"},e))}function ut(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 Hi(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 ft(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.DropdownMenu.RadioGroup,s({"data-slot":"dropdown-menu-radio-group"},e))}function mo(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 go(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 xo(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 Oi(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 qi(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.DropdownMenu.Sub,s({"data-slot":"dropdown-menu-sub"},e))}function Vi(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 zi(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 Lo=R.createContext({invalid:false}),ss={start:1950,end:new Date().getFullYear()};function pt(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 Co=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 Wi(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 Xi(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 Ki(o){var t=o,{className:e}=t,a=n(t,["className"]);let{invalid:r}=R.useContext(Lo);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 fa(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 mt(e,a){return new Date(e.getFullYear(),e.getMonth()+a,1)}function gt(e){return new Date(e.getFullYear(),e.getMonth(),1)}function bo(e,a){return fa(e).getTime()<fa(a).getTime()}function ls(e,a){return fa(e).getTime()>fa(a).getTime()}function qa(e,a,o){return !!(a&&bo(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 Zi(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,[_,E]=R.useState(a),b=I?e:_,[v,N]=R.useState(false),[W,q]=R.useState(()=>gt(pt(b!=null?b:new Date,h))),Z=R.useRef(null),Pe=R.useRef(null),we=R.useRef(null),Ce=R.useId(),[ae,Re]=R.useState(null),ge=R.useCallback(P=>{I||E(P),o==null||o(P);},[I,o]);R.useEffect(()=>{v&&q(gt(pt(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(!ae)return;let P=()=>N(false);return window.addEventListener("scroll",P,{passive:true,capture:true}),()=>window.removeEventListener("scroll",P,{capture:true})},[ae]),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,Ue=window.innerWidth,La=window.matchMedia("(max-width: 639px)").matches?Math.min(512,Ue-16):Math.min(320,Ue),Ca=8,va=Ca,Ia=Ue-La-Ca,He=z.left;He<va?He=va:He>Ia&&(He=Ia),Re(f(s({position:"fixed"},ye?{bottom:window.innerHeight-z.top+8}:{top:z.bottom+8}),{left:He,width:La,maxWidth:360}));}N(true);}},ke=fa(new Date),se=W.getFullYear(),fe=W.getMonth(),g=new Date(se,fe,1),B=new Date(se,fe+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));},te=P=>{q(new Date(P,fe,1));};return jsxRuntime.jsxs(Lo.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(Co({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:ae!=null?ae: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=>mt(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:fe,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=>te(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=>mt(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,fe,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:()=>{ge(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:()=>{ge(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:()=>ge(null),disabled:r||!b,children:"Limpar"})]})]}),document.body)]}),A]})}function ji(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,[_,E]=R.useState(a),b=I?e:_,[v,N]=R.useState(false),[W,q]=R.useState(()=>{var C,H;return gt(pt((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(),[ae,Re]=R.useState(null),ge=R.useCallback(C=>{I||E(C),o==null||o(C);},[I,o]);R.useEffect(()=>{var C,H;v&&q(gt(pt((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(!ae)return;let C=()=>N(false);return window.addEventListener("scroll",C,{passive:true,capture:true}),()=>window.removeEventListener("scroll",C,{capture:true})},[ae]),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 Ue=window.innerHeight-ee.bottom<ea,ta=window.innerWidth,Ca=window.matchMedia("(max-width: 639px)").matches?Math.min(512,ta-16):Math.min(320,ta),va=8,Ia=va,He=ta-Ca-va,ka=ee.left;ka<Ia?ka=Ia:ka>He&&(ka=He),Re(f(s({position:"fixed"},Ue?{bottom:window.innerHeight-ee.top+8}:{top:ee.bottom+8}),{left:ka,width:Ca,maxWidth:360}));}N(true);}},ke=fa(new Date),se=W.getFullYear(),fe=W.getMonth(),g=new Date(se,fe,1),B=new Date(se,fe+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,fe,1));},te=C=>{r||qa(C,d,i)||(!b||!b.start||b.end?ge({start:C,end:null}):(bo(C,b.start)?ge({start:C,end:b.start}):ge({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(Lo.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(Co({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:ae!=null?ae: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=>mt(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:fe,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=>mt(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,fe,H+1),ee=(b==null?void 0:b.start)&&Oa(z,b.start),ye=(b==null?void 0:b.end)&&Oa(z,b.end),Ue=(b==null?void 0:b.start)&&(b==null?void 0:b.end)&&ls(z,b.start)&&bo(z,b.end),ta=Oa(z,ke),La=r||qa(z,d,i);return jsxRuntime.jsx("button",{type:"button",disabled:La,onClick:()=>te(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",Ue&&"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:()=>{ge({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:()=>ge(null),disabled:r||!b,children:"Limpar"})]})]}),document.body)]}),A]})}var ru=24,su=20,lu=1.6,fs=10,cs=8;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":"input-wrapper"},a))}function nu(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 iu(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 uu(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 vo(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 Lt(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 Io(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 ht=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"}}),fu={email:jsxRuntime.jsx(icons.Mail,{})},cu={};function ca(e,a="lg"){return R.cloneElement(e,{size:a==="md"?su:ru,strokeWidth:lu})}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(vo,{children:[jsxRuntime.jsx(Lt,{children:ca(jsxRuntime.jsx(icons.Lock,{}),o)}),jsxRuntime.jsx("input",s({type:u?"text":"password","data-slot":"input","data-size":o,disabled:t,className:l(ht({size:o,className:e})),"aria-invalid":a||r["aria-invalid"]?true:void 0},r)),jsxRuntime.jsx(Io,{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:ca(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]),_=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(vo,{children:[t!=null&&jsxRuntime.jsx(Lt,{children:ca(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:_,disabled:c,className:l(ht({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 ko(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:fu[a],m=(a==="text"||a==="email")&&t,x=m?jsxRuntime.jsx(icons.TriangleWarning,{}):d!=null?d:cu[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(Lt,{children:ca(p,o)}),jsxRuntime.jsx("input",s({type:"text","data-slot":"input","data-size":o,className:l(ht({size:o,className:e})),"aria-invalid":t||i["aria-invalid"]?true:void 0},i)),x!=null&&jsxRuntime.jsx(Io,{className:m?"text-feedback-error-foreground":void 0,children:ca(x,o)})]}):jsxRuntime.jsx("input",s({type:"text","data-slot":"input","data-size":o,className:l(ht({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 gu(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 hu({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 bu({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 pa={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 yo(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 vt(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 Su({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(pa.tablet));R.useEffect(()=>{if(typeof window=="undefined"||!u)return;let L=parseInt(pa.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(yo,{count:r,label:"itens"}):jsxRuntime.jsx("div",{}),jsxRuntime.jsxs(Ls,{children:[jsxRuntime.jsx(vt,{children:jsxRuntime.jsx(vs,{onClick:()=>t(Math.max(1,e-1)),disabled:e===1,size:c})}),y().map((L,A)=>jsxRuntime.jsx(vt,{children:L===-1?jsxRuntime.jsx(ks,{size:c}):jsxRuntime.jsx(Cs,{onClick:()=>t(L),isActive:L===e,size:c,children:L})},A)),jsxRuntime.jsx(vt,{children:jsxRuntime.jsx(Is,{onClick:()=>t(Math.min(a,e+1)),disabled:e===a,size:c})})]}),d!==void 0&&!h?jsxRuntime.jsx(yo,{count:d,label:"total"}):jsxRuntime.jsx("div",{})]})}var Tu={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 Au(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 Du(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",Tu[a||"md"])})})}))}function ga(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 Ou(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 qu(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 Vu(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(ga,{children:jsxRuntime.jsxs(je,{children:[jsxRuntime.jsx(Qe,{asChild:true,children:jsxRuntime.jsx(icons.Info,{className:"size-4"})}),jsxRuntime.jsx($e,{children:o})]})})]})}))}function zu(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 _u(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 Gu(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 Wu(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 Xu(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 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-sm font-semibold leading-5",a)},o),{children:e}))}function Zu(t){var r=t,{children:e,className:a}=r,o=n(r,["children","className"]);return jsxRuntime.jsx(xe,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 ju(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 Qu(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 $u(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 Ju(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(jt,f(s({size:"sm",className:l("ring-2 ring-background",t)},d),{children:[jsxRuntime.jsx(Qt,{src:e,alt:a}),jsxRuntime.jsx($t,{children:o})]}));return r?jsxRuntime.jsx(ga,{children:jsxRuntime.jsxs(je,{children:[jsxRuntime.jsx(Qe,{asChild:true,children:c}),jsxRuntime.jsx($e,{children:r})]})}):c}function Yu(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(xe,{variant:"regular-soft",className:a,icon:o,children:e})}))}function ef({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 af(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(ef,{percentage:i})]})}))}var tf={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 of(e,a,o){return [[e,"notStarted"],[a,"minNotReached"],[o>=80,"dominated"],[true,"notDominated"]].find(([r])=>r)[1]}function rf(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=of(c,p,u),{icon:h,bgColor:y,iconColor:L,titleClassName:A,title:M,subtitle:V}=tf[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 sf(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"}}),df=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 nf({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 uf(e,a){let o=e+1;return a>=o?"full":a>=o-.5?"half":"empty"}function ff({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 _=x!==null,E=_&&I<=x,b=x===I,v=_?E?"full":"empty":uf(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(nf,{state:v,className:b&&!t?df({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 Po(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(Ua,{}),jsxRuntime.jsx(Ua,{orientation:"horizontal"}),jsxRuntime.jsx(radixUi.ScrollArea.Corner,{})]}))}function Ua(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 Pt=R.createContext({invalid:false,size:"lg"});function Lf(t){var r=t,{invalid:e=false,size:a="lg"}=r,o=n(r,["invalid","size"]);return jsxRuntime.jsx(Pt.Provider,{value:R.useMemo(()=>({invalid:e,size:a}),[e,a]),children:jsxRuntime.jsx(radixUi.Select.Root,s({"data-slot":"select"},o))})}function Cf(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 vf(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 If(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.Select.Group,s({"data-slot":"select-group"},e))}function kf(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.Select.Value,s({"data-slot":"select-value"},e))}var yf=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"}}),Sf=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 Pf(t){var r=t,{className:e,children:a}=r,o=n(r,["className","children"]);let{invalid:d,size:i}=R.useContext(Pt);return jsxRuntime.jsxs(radixUi.Select.Trigger,f(s({className:l(yf({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 wf(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 Tf(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 Af(r){var d=r,{className:e,children:a,icon:o}=d,t=n(d,["className","children","icon"]);let{size:i}=R.useContext(Pt);return jsxRuntime.jsxs(radixUi.Select.Item,f(s({className:l(Sf({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 Df(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 Rf(o){var t=o,{className:e}=t,a=n(t,["className"]);let{invalid:r}=R.useContext(Pt);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 Ef(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 Hf(t){var r=t,{className:e,containerClassName:a}=r,o=n(r,["className","containerClassName"]);return jsxRuntime.jsxs(Po,{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(Ua,{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 Of(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(_e,{size:m,variant:t,children:String(o)})]}))}function qf(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(),Vf=e=>e.replace(/^([A-Z])|[\s-_]+(\w)/g,(a,o,t)=>t?t.toUpperCase():o.toLowerCase()),Do=e=>{let a=Vf(e);return a.charAt(0).toUpperCase()+a.slice(1)},Tt=(...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 Us=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:Tt("lucide",r)}),!d&&!qs(u)&&{"aria-hidden":"true"}),u),[...i.map(([x,h])=>R.createElement(x,h)),...Array.isArray(d)?d:[d]])});var _s=(e,a)=>{let o=R.forwardRef((i,d)=>{var u=i,{className:t}=u,r=n(u,["className"]);return R.createElement(Us,s({ref:d,iconNode:a,className:Tt(`lucide-${Os(Do(e))}`,`lucide-${e}`,t)},r))});return o.displayName=Do(e),o};var Gf=[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]],_a=_s("x",Gf);function Mo(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.Dialog.Root,s({"data-slot":"sheet"},e))}function Wf(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.Dialog.Trigger,s({"data-slot":"sheet-trigger"},e))}function Xf(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.Dialog.Close,s({"data-slot":"sheet-close"},e))}function Kf(a){var e=n(a,[]);return jsxRuntime.jsx(radixUi.Dialog.Portal,s({"data-slot":"sheet-portal"},e))}function Zf(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 Bo(r){var d=r,{className:e,children:a,side:o="right"}=d,t=n(d,["className","children","side"]);return jsxRuntime.jsxs(Kf,{children:[jsxRuntime.jsx(Zf,{}),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(_a,{className:"size-4"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Close"})]})]}))]})}function jf(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 Qf(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 $f(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 Jf(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 At(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 lc="sidebar_state",dc=3600*24*7,nc="b",Ks=R.createContext(null);function ha(){let e=R.useContext(Ks);if(!e)throw new Error("useSidebar must be used within a SidebarProvider.");return e}function ic(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=`${lc}=${I}; path=/; max-age=${dc}`;},[o,y]),A=R.useCallback(()=>c?m(k=>!k):L(k=>!k),[c,L,m]);R.useEffect(()=>{let k=I=>{I.key===nc&&(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(ga,{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 uc(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}=ha();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(Mo,f(s({open:x,onOpenChange:h},i),{children:jsxRuntime.jsx(Bo,{"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 fc(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}=ha(),[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 cc(o){var t=o,{className:e}=t,a=n(t,["className"]);let{toggleSidebar:r}=ha();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 pc(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 mc(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(ko,s({"data-slot":"sidebar-input","data-sidebar":"input",className:l("bg-bg-surface-navigation h-8 w-full shadow-none",e)},a))}function gc(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 xc(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 hc(o){var t=o,{className:e}=t,a=n(t,["className"]);return jsxRuntime.jsx(sa,s({"data-slot":"sidebar-separator","data-sidebar":"separator",className:l("mx-2 w-auto bg-gray-stroke-muted",e)},a))}function bc(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 Lc(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 Cc(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 vc(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 Ic(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 kc(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 yc(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 Sc=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 Pc(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}=ha(),h=jsxRuntime.jsx(p,s({"data-slot":"sidebar-menu-button","data-sidebar":"menu-button","data-size":t,"data-active":a,className:l(Sc({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 wc(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 Tc(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 Ac(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(At,{className:"size-4 rounded-md","data-sidebar":"menu-skeleton-icon"}),jsxRuntime.jsx(At,{className:"max-w-(--skeleton-width) h-4 flex-1","data-sidebar":"menu-skeleton-text",style:{"--skeleton-width":d}})]}))}function Dc(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 Rc(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 Mc({icon:e,title:a}){let{state:o,isMobile:t}=ha();return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[e,jsxRuntime.jsx("span",{className:l("whitespace-nowrap",o==="collapsed"&&"opacity-0",t&&"opacity-100"),children:a})]})}function Bc(){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 Nc(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 Oc={sm:"size-2",md:"size-3",lg:"size-4"},js={sm:"[&_svg]:size-2",md:"[&_svg]:size-3",lg:"[&_svg]:size-3.5"},qc={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 Vc(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",Oc[a||"md"],qc[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 Xc({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(fo,{open:t,defaultOpen:r,onOpenChange:d,children:e})})}function Kc({children:e,asChild:a=true,className:o}){return jsxRuntime.jsx(co,{className:o,asChild:a,children:e})}function Zc({children:e,align:a="center",side:o="right",className:t}){return jsxRuntime.jsx(po,{className:t,align:a,side:o,children:e})}function jc({children:e,label:a}){let{value:o,onValueChange:t}=R.useContext($s);return a?jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(go,{children:a}),jsxRuntime.jsx(ft,{value:o,onValueChange:t,children:e})]}):jsxRuntime.jsx(ft,{value:o,onValueChange:t,children:e})}function Qc({children:e,value:a,onClick:o,icon:t}){let r=()=>{o&&o();};return a?jsxRuntime.jsxs(mo,{value:a,onClick:r,children:[typeof t=="string"?jsxRuntime.jsx("img",{src:t,alt:"",width:20,height:14}):t,e]}):jsxRuntime.jsxs(ut,{onClick:r,children:[typeof t=="string"?jsxRuntime.jsx("img",{src:t,alt:"",width:20,height:14}):t,e]})}function $c({children:e,onClick:a,icon:o}){return jsxRuntime.jsxs(ut,{onClick:a,children:[o,e]})}function Jc(){return jsxRuntime.jsx(xo,{})}var el=R.createContext(null),sp=150,Js=16,lp="w-8";function Eo(){let e=R.useContext(el);if(!e)throw new Error("useTabsContext must be used within a Tabs component.");return e}function dp(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"}}),np=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",lp],{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 ip(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(pa.tablet),y=parseInt(pa.mobile),L=window.innerWidth;L<=y||L<=h?p("md"):p(o);},[o]),x=dp(m,sp);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 up(t){var r=t,{className:e,children:a}=r,o=n(r,["className","children"]);let{variant:d,responsiveSize:i}=Eo(),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:_,clientWidth:E}=k,b=_>E;m(b&&I>0),h(b&&I<_-E-1);},[]),M=R.useCallback(()=>{let k=c.current;if(!k)return;let I=k.querySelector('[data-state="active"]');if(I){let _=k.getBoundingClientRect(),E=I.getBoundingClientRect();L({left:E.left-_.left,width:E.width});}},[]),V=R.useCallback(()=>{let k=u.current,I=c.current;if(!k||!I)return;let _=I.querySelector('[data-state="active"]');if(_){let E=k.getBoundingClientRect(),b=_.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(_=>{for(let E of _)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:np({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 fp(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}=Eo(),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 cp(o){var t=o,{className:e}=t,a=n(t,["className"]);let{variant:r,responsiveSize:d}=Eo();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 xp(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 hp(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 bp(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 Lp(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 kp=3,yp=5e3,Ee={ADD_TOAST:"ADD_TOAST",UPDATE_TOAST:"UPDATE_TOAST",DISMISS_TOAST:"DISMISS_TOAST",REMOVE_TOAST:"REMOVE_TOAST"},Ho=0;function Sp(){return Ho=(Ho+1)%Number.MAX_SAFE_INTEGER,Ho.toString()}var Oo=new Map,sl=e=>{if(Oo.has(e))return;let a=setTimeout(()=>{Oo.delete(e),Za({type:Ee.REMOVE_TOAST,toastId:e});},yp);Oo.set(e,a);},Pp=(e,a)=>{switch(a.type){case Ee.ADD_TOAST:return f(s({},e),{toasts:[a.toast,...e.toasts].slice(0,kp)});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)})}},Ft=[],Et={toasts:[]};function Za(e){Et=Pp(Et,e),[...Ft].forEach(a=>{a(Et);});}function wp(a){var e=n(a,[]);let o=Sp(),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 qo(){let[e,a]=R.useState(Et);return R.useEffect(()=>(Ft.push(a),()=>{let o=Ft.indexOf(a);o>-1&&Ft.splice(o,1);}),[]),f(s({},e),{toast:wp,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"}}),Mp=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"}}),Bp={primary:"regular-soft",secondary:"emphasis-soft",success:"success-soft",warning:"warning-soft",error:"error-soft"},Np={primary:icons.Info,secondary:icons.Info,success:icons.CircleCheck,warning:icons.TriangleWarning,error:icons.OctagonWarning},Fp=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=Np[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(Mp({variant:a}))}),jsxRuntime.jsx("div",{className:"flex flex-1 items-center justify-between gap-4",children:r})]}))}function Ep(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:Bp[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 Hp(){let{toasts:e}=qo();return jsxRuntime.jsxs(Fp,{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 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:i}),!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=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:[i,"%"]})," ","de progresso"]});return jsxRuntime.jsxs("div",f(s({"data-slot":"card-module-progress",className:l("flex flex-col gap-2",e)},o),{children:[u,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=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:c?"Conclu\xEDdo":jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs("span",{className:"font-semibold text-gray-foreground",children:[u,"%"]})," de progresso"]})}),jsxRuntime.jsx(Ke,{value:u,indicatorClassName:c?"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:
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=Zo;exports.AlertDialog=Kl;exports.AlertDialogAction=td;exports.AlertDialogCancel=od;exports.AlertDialogContent=jl;exports.AlertDialogDescription=ed;exports.AlertDialogFooter=ad;exports.AlertDialogHeader=Ql;exports.AlertDialogIcon=$l;exports.AlertDialogOverlay=or;exports.AlertDialogPortal=tr;exports.AlertDialogTag=Jl;exports.AlertDialogTitle=Yl;exports.AlertDialogTrigger=Zl;exports.AlertIcon=wl;exports.AlertTitle=Ko;exports.Autocomplete=Od;exports.AutocompleteContent=zd;exports.AutocompleteContentFooter=Kt;exports.AutocompleteGroup=_d;exports.AutocompleteItem=Ud;exports.AutocompleteText=Gd;exports.AutocompleteTrigger=Vd;exports.AutocompleteWrapper=qd;exports.Avatar=jt;exports.AvatarFallback=$t;exports.AvatarImage=Qt;exports.Badge=_e;exports.Breadcrumb=Ma;exports.BreadcrumbEllipsis=Yd;exports.BreadcrumbItem=at;exports.BreadcrumbLink=Jd;exports.BreadcrumbList=Ba;exports.BreadcrumbPage=Jt;exports.BreadcrumbSeparator=Yt;exports.Button=Y;exports.CardContinue=oi;exports.CardContinueBreadcrumb=di;exports.CardContinueButton=ii;exports.CardContinueContent=si;exports.CardContinueHeader=li;exports.CardContinueImage=ri;exports.CardContinueTitle=ni;exports.CardLesson=bi;exports.CardLessonButton=wi;exports.CardLessonContent=Ci;exports.CardLessonDuration=yi;exports.CardLessonFooter=Si;exports.CardLessonHeader=vi;exports.CardLessonImage=Li;exports.CardLessonLabel=Ii;exports.CardLessonStatus=Pi;exports.CardLessonTitle=ki;exports.CardModule=wn;exports.CardModuleAction=Nn;exports.CardModuleButton=Bn;exports.CardModuleFooter=Mn;exports.CardModuleHeader=Tn;exports.CardModuleLabel=An;exports.CardModuleProgress=Rn;exports.CardModuleTitle=Dn;exports.CardTopic=Wn;exports.CardTopicColumn=Kn;exports.CardTopicContent=Jn;exports.CardTopicCount=$n;exports.CardTopicNumber=Zn;exports.CardTopicProgress=Qn;exports.CardTopicTitle=jn;exports.CardTopicTrigger=Xn;exports.CardWeek=dn;exports.CardWeekActions=vn;exports.CardWeekBreadcrumb=nn;exports.CardWeekContainer=un;exports.CardWeekContent=bn;exports.CardWeekDescription=pn;exports.CardWeekFooter=hn;exports.CardWeekHeader=fn;exports.CardWeekProgress=xn;exports.CardWeekProgressCircle=gn;exports.CardWeekStatus=Cn;exports.CardWeekTags=mn;exports.CardWeekText=Ln;exports.CardWeekTitle=cn;exports.Checkbox=Ri;exports.Collapsible=so;exports.CollapsibleContent=no;exports.CollapsibleTrigger=lo;exports.DatePicker=Zi;exports.DatePickerLabel=Xi;exports.DatePickerText=Ki;exports.DatePickerWrapper=Wi;exports.DateRangePicker=ji;exports.Dialog=Id;exports.DialogClose=yd;exports.DialogContainer=Sd;exports.DialogContent=Pd;exports.DialogDescription=Dd;exports.DialogFooter=Td;exports.DialogHeader=wd;exports.DialogOverlay=yr;exports.DialogPortal=kr;exports.DialogTitle=Ad;exports.DialogTrigger=kd;exports.DropdownMenu=fo;exports.DropdownMenuCheckboxItem=Hi;exports.DropdownMenuContent=po;exports.DropdownMenuGroup=Ei;exports.DropdownMenuItem=ut;exports.DropdownMenuLabel=go;exports.DropdownMenuPortal=Fi;exports.DropdownMenuRadioGroup=ft;exports.DropdownMenuRadioItem=mo;exports.DropdownMenuSeparator=xo;exports.DropdownMenuShortcut=Oi;exports.DropdownMenuSub=qi;exports.DropdownMenuSubContent=zi;exports.DropdownMenuSubTrigger=Vi;exports.DropdownMenuTrigger=co;exports.Input=ko;exports.InputAdornment=vo;exports.InputEndIcon=Io;exports.InputField=nu;exports.InputLabel=iu;exports.InputNumeric=gs;exports.InputPassword=ms;exports.InputStartIcon=Lt;exports.InputText=uu;exports.InputWrapper=du;exports.Label=gu;exports.Loading=Ot;exports.Logo=hu;exports.LogoShort=bu;exports.Pagination=Su;exports.PaginationContent=Ls;exports.PaginationEllipsis=ks;exports.PaginationInfo=yo;exports.PaginationItem=vt;exports.PaginationLink=Cs;exports.PaginationNext=Is;exports.PaginationPrevious=vs;exports.PaginationRoot=bs;exports.Progress=Ke;exports.ProgressCircle=to;exports.RadioGroup=Au;exports.RadioGroupItem=Du;exports.Ranking=Ou;exports.RankingAssigneeGroup=$u;exports.RankingAssigneeItem=Ju;exports.RankingAssigneeLabel=Qu;exports.RankingAssigneesColumn=ju;exports.RankingBody=zu;exports.RankingButton=sf;exports.RankingHeader=qu;exports.RankingHeaderCell=Vu;exports.RankingItem=Uu;exports.RankingNumber=_u;exports.RankingPerformance=rf;exports.RankingPriority=Yu;exports.RankingQuestions=af;exports.RankingSpecialty=Xu;exports.RankingSuperFocus=Zu;exports.RankingTopic=Ku;exports.RankingTopicColumn=Gu;exports.RankingTopicContent=Wu;exports.Rating=ff;exports.RatingButtonVariants=Ds;exports.RatingLabelVariants=Rs;exports.RatingStarVariants=As;exports.ScrollArea=Po;exports.ScrollBar=Ua;exports.SegmentControl=Ef;exports.SegmentControlContent=qf;exports.SegmentControlList=Hf;exports.SegmentControlTrigger=Of;exports.Select=Lf;exports.SelectContent=wf;exports.SelectGroup=If;exports.SelectHeader=Tf;exports.SelectItem=Af;exports.SelectLabel=vf;exports.SelectScrollDownButton=Fs;exports.SelectScrollUpButton=Ns;exports.SelectSeparator=Df;exports.SelectText=Rf;exports.SelectTrigger=Pf;exports.SelectValue=kf;exports.SelectWrapper=Cf;exports.Separator=sa;exports.Sheet=Mo;exports.SheetClose=Xf;exports.SheetContent=Bo;exports.SheetDescription=Jf;exports.SheetFooter=Qf;exports.SheetHeader=jf;exports.SheetTitle=$f;exports.SheetTrigger=Wf;exports.Sidebar=uc;exports.SidebarContent=bc;exports.SidebarFooter=xc;exports.SidebarGroup=Lc;exports.SidebarGroupAction=vc;exports.SidebarGroupContent=Ic;exports.SidebarGroupLabel=Cc;exports.SidebarHeader=gc;exports.SidebarInput=mc;exports.SidebarInset=pc;exports.SidebarMenu=kc;exports.SidebarMenuAction=wc;exports.SidebarMenuBadge=Tc;exports.SidebarMenuButton=Pc;exports.SidebarMenuItem=yc;exports.SidebarMenuItemCollapse=Bc;exports.SidebarMenuItemTitle=Mc;exports.SidebarMenuSkeleton=Ac;exports.SidebarMenuSub=Dc;exports.SidebarMenuSubButton=Nc;exports.SidebarMenuSubItem=Rc;exports.SidebarProvider=ic;exports.SidebarRail=cc;exports.SidebarSeparator=hc;exports.SidebarTrigger=fc;exports.Skeleton=At;exports.Switch=Vc;exports.Switcher=Xc;exports.SwitcherContent=Zc;exports.SwitcherFooter=$c;exports.SwitcherGroup=jc;exports.SwitcherItem=Qc;exports.SwitcherSeparator=Jc;exports.SwitcherTrigger=Kc;exports.Tabs=ip;exports.TabsContent=cp;exports.TabsList=up;exports.TabsTrigger=fp;exports.Tag=xe;exports.Tile=xp;exports.TileDescription=Lp;exports.TileIcon=hp;exports.TileTitle=bp;exports.Toast=ul;exports.ToastAction=Ep;exports.ToastClose=fl;exports.ToastDescription=pl;exports.ToastProvider=Hp;exports.ToastTitle=cl;exports.ToastViewport=il;exports.Tooltip=je;exports.TooltipContent=$e;exports.TooltipProvider=ga;exports.TooltipTrigger=Qe;exports.alertButtonVariants=jo;exports.alertVariants=Xo;exports.applyInputIconSize=ca;exports.avatarVariants=Hr;exports.badgeVariants=$o;exports.buttonVariants=ya;exports.calculatePageNumbers=ys;exports.cardLessonVariants=Kr;exports.cardModuleStatusVariants=lt;exports.cardModuleVariants=_r;exports.checkboxVariants=Qr;exports.datePickerTriggerVariants=Co;exports.labelVariants=xs;exports.radioGroupVariants=Ss;exports.segmentControlTriggerVariants=Hs;exports.switchVariants=Qs;exports.tabsContentVariants=ol;exports.tabsListVariants=al;exports.tabsTriggerVariants=tl;exports.tagVariants=Vr;exports.tileVariants=rl;exports.toastVariants=nl;exports.useIsMobile=Ha;exports.useSidebar=ha;exports.useToast=qo;//# sourceMappingURL=index.js.map
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
16
16
  //# sourceMappingURL=index.js.map