@reeverdev/ui 0.2.70 → 0.2.71

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -1,7 +1,7 @@
1
- 'use strict';var $=require('react'),classVarianceAuthority=require('class-variance-authority'),lucideReact=require('lucide-react'),clsx=require('clsx'),tailwindMerge=require('tailwind-merge'),jsxRuntime=require('react/jsx-runtime'),No=require('react-dom'),sonner=require('sonner'),vaul=require('vaul'),reactDayPicker=require('react-day-picker'),dateFns=require('date-fns'),cmdk=require('cmdk'),reactResizablePanels=require('react-resizable-panels'),reactColorful=require('react-colorful'),recharts=require('recharts'),core=require('@dnd-kit/core'),sortable=require('@dnd-kit/sortable'),utilities=require('@dnd-kit/utilities'),iM=require('embla-carousel-react'),react=require('@tiptap/react'),bM=require('@tiptap/starter-kit'),vM=require('@tiptap/extension-link'),hM=require('@tiptap/extension-underline'),xM=require('@tiptap/extension-text-align'),yM=require('@tiptap/extension-placeholder'),GM=require('react-image-crop');require('react-image-crop/dist/ReactCrop.css');var XM=require('react-qr-code'),nextThemes=require('next-themes'),framerMotion=require('framer-motion'),fn=require('canvas-confetti');function _interopDefault(e){return e&&e.__esModule?e:{default:e}}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 $__namespace=/*#__PURE__*/_interopNamespace($);var No__namespace=/*#__PURE__*/_interopNamespace(No);var iM__default=/*#__PURE__*/_interopDefault(iM);var bM__default=/*#__PURE__*/_interopDefault(bM);var vM__default=/*#__PURE__*/_interopDefault(vM);var hM__default=/*#__PURE__*/_interopDefault(hM);var xM__default=/*#__PURE__*/_interopDefault(xM);var yM__default=/*#__PURE__*/_interopDefault(yM);var GM__default=/*#__PURE__*/_interopDefault(GM);var XM__default=/*#__PURE__*/_interopDefault(XM);var fn__default=/*#__PURE__*/_interopDefault(fn);function i(...e){return tailwindMerge.twMerge(clsx.clsx(e))}var dy=classVarianceAuthority.cva("relative w-full p-4",{variants:{variant:{solid:"border",bordered:"border bg-transparent",flat:""},type:{default:"",success:"",warning:"",error:""},radius:{none:"rounded-none",sm:"rounded-md",md:"rounded-lg",lg:"rounded-xl",full:"rounded-full"}},compoundVariants:[{variant:"solid",type:"default",className:"!border-primary bg-primary text-primary-foreground [&>svg]:text-primary-foreground"},{variant:"bordered",type:"default",className:"!border-primary text-primary [&>svg]:text-primary"},{variant:"flat",type:"default",className:"bg-primary/10 text-primary [&>svg]:text-primary"},{variant:"solid",type:"success",className:"!border-green-600 bg-green-600 text-white dark:!border-green-500 dark:bg-green-500 [&>svg]:text-white"},{variant:"bordered",type:"success",className:"!border-green-600 text-green-600 dark:!border-green-500 dark:text-green-500 [&>svg]:text-green-600 dark:[&>svg]:text-green-500"},{variant:"flat",type:"success",className:"bg-green-600/10 text-green-600 dark:bg-green-500/10 dark:text-green-500 [&>svg]:text-green-600 dark:[&>svg]:text-green-500"},{variant:"solid",type:"warning",className:"!border-amber-600 bg-amber-600 text-white dark:!border-amber-500 dark:bg-amber-500 [&>svg]:text-white"},{variant:"bordered",type:"warning",className:"!border-amber-600 text-amber-600 dark:!border-amber-500 dark:text-amber-500 [&>svg]:text-amber-600 dark:[&>svg]:text-amber-500"},{variant:"flat",type:"warning",className:"bg-amber-600/10 text-amber-600 dark:bg-amber-500/10 dark:text-amber-500 [&>svg]:text-amber-600 dark:[&>svg]:text-amber-500"},{variant:"solid",type:"error",className:"!border-red-600 bg-red-600 text-white dark:!border-red-500 dark:bg-red-500 [&>svg]:text-white"},{variant:"bordered",type:"error",className:"!border-red-600 text-red-600 dark:!border-red-500 dark:text-red-500 [&>svg]:text-red-600 dark:[&>svg]:text-red-500"},{variant:"flat",type:"error",className:"bg-red-600/10 text-red-600 dark:bg-red-500/10 dark:text-red-500 [&>svg]:text-red-600 dark:[&>svg]:text-red-500"}],defaultVariants:{variant:"solid",type:"default",radius:"md"}}),uy={default:lucideReact.Info,success:lucideReact.CheckCircle2,warning:lucideReact.AlertTriangle,error:lucideReact.AlertCircle},my=$__namespace.forwardRef(({className:e,variant:t="solid",type:r="default",radius:a="md",icon:n,hideIcon:o=false,endContent:s,children:l,...c},d)=>{let u=uy[r],m=!o,f=n!==void 0?n:u?jsxRuntime.jsx(u,{className:"h-4 w-4"}):null;return jsxRuntime.jsxs("div",{ref:d,role:"alert",className:i(dy({variant:t,type:r,radius:a}),s&&"flex items-center justify-between",e),...c,children:[jsxRuntime.jsxs("div",{className:"flex items-start gap-3",children:[m&&f&&jsxRuntime.jsx("span",{className:"mt-0.5 shrink-0",children:f}),jsxRuntime.jsx("div",{children:l})]}),s&&jsxRuntime.jsx("div",{className:"shrink-0 ml-4",children:s})]})});my.displayName="Alert";var py=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("h5",{ref:r,className:i("mb-1 font-medium leading-none tracking-tight",e),...t}));py.displayName="AlertTitle";var fy=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,className:i("text-sm [&_p]:leading-relaxed",e),...t}));fy.displayName="AlertDescription";var gy=classVarianceAuthority.cva("absolute rounded-full flex items-center justify-center font-semibold",{variants:{variant:{solid:"",bordered:"border-2"},color:{default:"",success:"",warning:"",danger:"",info:""},size:{sm:"",md:"",lg:""},placement:{"top-right":"-top-1 -right-1","top-left":"-top-1 -left-1","bottom-right":"-bottom-1 -right-1","bottom-left":"-bottom-1 -left-1"}},compoundVariants:[{variant:"solid",color:"default",className:"bg-zinc-800 text-white dark:bg-zinc-200 dark:text-zinc-900"},{variant:"solid",color:"success",className:"bg-green-600 text-white dark:bg-green-500"},{variant:"solid",color:"warning",className:"bg-amber-600 text-white dark:bg-amber-500"},{variant:"solid",color:"danger",className:"bg-red-600 text-white dark:bg-red-500"},{variant:"solid",color:"info",className:"bg-blue-600 text-white dark:bg-blue-500"},{variant:"bordered",color:"default",className:"bg-white border-zinc-800 text-zinc-800 dark:bg-zinc-900 dark:border-zinc-200 dark:text-zinc-200"},{variant:"bordered",color:"success",className:"bg-white border-green-600 text-green-600 dark:bg-zinc-900 dark:border-green-500 dark:text-green-500"},{variant:"bordered",color:"warning",className:"bg-white border-amber-600 text-amber-600 dark:bg-zinc-900 dark:border-amber-500 dark:text-amber-500"},{variant:"bordered",color:"danger",className:"bg-white border-red-600 text-red-600 dark:bg-zinc-900 dark:border-red-500 dark:text-red-500"},{variant:"bordered",color:"info",className:"bg-white border-blue-600 text-blue-600 dark:bg-zinc-900 dark:border-blue-500 dark:text-blue-500"},{size:"sm",className:"min-w-4 h-4 text-[10px] px-1"},{size:"md",className:"min-w-5 h-5 text-xs px-1"},{size:"lg",className:"min-w-6 h-6 text-sm px-1.5"}],defaultVariants:{variant:"solid",color:"default",size:"md",placement:"top-right"}}),by={sm:"w-2 h-2",md:"w-2.5 h-2.5",lg:"w-3 h-3"},vy=$__namespace.forwardRef(({className:e,children:t,content:r,variant:a="solid",color:n="default",size:o="md",placement:s="top-right",isDot:l=false,...c},d)=>jsxRuntime.jsxs("div",{ref:d,className:i("relative inline-flex",e),...c,children:[t,jsxRuntime.jsx("span",{className:i(gy({variant:a,color:n,size:l?void 0:o,placement:s}),l&&by[o||"md"],l&&"min-w-0 p-0"),children:!l&&r})]}));vy.displayName="Badge";var hy=classVarianceAuthority.cva("inline-flex items-center gap-1 font-medium rounded-full",{variants:{color:{default:"bg-zinc-100 text-zinc-900 dark:bg-zinc-800 dark:text-white",success:"bg-green-600/20 text-green-700 dark:bg-green-500/20 dark:text-green-500",warning:"bg-amber-600/20 text-amber-700 dark:bg-amber-500/20 dark:text-amber-500",danger:"bg-red-600/20 text-red-700 dark:bg-red-500/20 dark:text-red-500",info:"bg-blue-600/20 text-blue-700 dark:bg-blue-500/20 dark:text-blue-500"},size:{sm:"px-2 py-0.5 text-[10px]",md:"px-2.5 py-0.5 text-xs",lg:"px-3 py-1 text-sm"}},defaultVariants:{color:"default",size:"md"}}),Qs=$__namespace.forwardRef(({className:e,color:t,size:r,...a},n)=>jsxRuntime.jsx("span",{ref:n,className:i(hy({color:t,size:r}),e),...a}));Qs.displayName="TextBadge";var er=classVarianceAuthority.cva("inline-flex items-center justify-center gap-2 whitespace-nowrap text-sm font-medium ring-offset-background transition-all duration-200 ease-out cursor-pointer focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 disabled:cursor-not-allowed active:scale-[0.97] [&_svg]:pointer-events-none [&_svg]:shrink-0",{variants:{variant:{solid:"",bordered:"border-2 border-current bg-transparent hover:opacity-70",light:"bg-transparent hover:bg-zinc-100 dark:hover:bg-zinc-800",flat:"bg-zinc-100 dark:bg-zinc-800 hover:opacity-70",ghost:"border-2 bg-transparent"},color:{default:"",success:"",warning:"",danger:"",info:""},size:{sm:"h-9 px-3 text-xs",md:"h-10 px-4",lg:"h-11 px-5 text-base",icon:"h-10 w-10"},radius:{none:"rounded-none",sm:"rounded-md",md:"rounded-lg",lg:"rounded-xl",full:"rounded-full"}},compoundVariants:[{variant:"solid",color:"default",className:"bg-zinc-800 text-white hover:bg-zinc-700 dark:bg-zinc-200 dark:text-zinc-900 dark:hover:bg-zinc-300"},{variant:"bordered",color:"default",className:"text-zinc-900 dark:text-white"},{variant:"light",color:"default",className:"text-zinc-900 hover:bg-zinc-100 dark:text-white dark:hover:bg-zinc-800"},{variant:"flat",color:"default",className:"bg-zinc-100 text-zinc-900 dark:bg-zinc-800 dark:text-white"},{variant:"ghost",color:"default",className:"text-zinc-900 border-zinc-900 hover:bg-zinc-900 hover:text-white dark:text-white dark:border-white dark:hover:bg-white dark:hover:text-zinc-900"},{variant:"solid",color:"success",className:"bg-green-600 text-white hover:bg-green-700 dark:bg-green-700 dark:text-white dark:hover:bg-green-600"},{variant:"bordered",color:"success",className:"text-green-600 dark:text-green-500"},{variant:"light",color:"success",className:"text-green-600 hover:bg-green-600/10 dark:text-green-500 dark:hover:bg-green-500/10"},{variant:"flat",color:"success",className:"bg-green-600/20 text-green-700 dark:bg-green-500/20 dark:text-green-500"},{variant:"ghost",color:"success",className:"text-green-600 border-green-600 hover:bg-green-600 hover:text-white dark:text-green-500 dark:border-green-500 dark:hover:bg-green-500 dark:hover:text-white"},{variant:"solid",color:"warning",className:"bg-amber-600 text-white hover:bg-amber-700 dark:bg-amber-700 dark:text-white dark:hover:bg-amber-600"},{variant:"bordered",color:"warning",className:"text-amber-600 dark:text-amber-500"},{variant:"light",color:"warning",className:"text-amber-600 hover:bg-amber-600/10 dark:text-amber-500 dark:hover:bg-amber-500/10"},{variant:"flat",color:"warning",className:"bg-amber-600/20 text-amber-700 dark:bg-amber-500/20 dark:text-amber-500"},{variant:"ghost",color:"warning",className:"text-amber-600 border-amber-600 hover:bg-amber-600 hover:text-white dark:text-amber-500 dark:border-amber-500 dark:hover:bg-amber-500 dark:hover:text-white"},{variant:"solid",color:"danger",className:"bg-red-600 text-white hover:bg-red-700 dark:bg-red-700 dark:text-white dark:hover:bg-red-600"},{variant:"bordered",color:"danger",className:"text-red-600 dark:text-red-500"},{variant:"light",color:"danger",className:"text-red-600 hover:bg-red-600/10 dark:text-red-500 dark:hover:bg-red-500/10"},{variant:"flat",color:"danger",className:"bg-red-600/20 text-red-700 dark:bg-red-500/20 dark:text-red-500"},{variant:"ghost",color:"danger",className:"text-red-600 border-red-600 hover:bg-red-600 hover:text-white dark:text-red-500 dark:border-red-500 dark:hover:bg-red-500 dark:hover:text-white"},{variant:"solid",color:"info",className:"bg-blue-600 text-white hover:bg-blue-700 dark:bg-blue-700 dark:text-white dark:hover:bg-blue-600"},{variant:"bordered",color:"info",className:"text-blue-600 dark:text-blue-500"},{variant:"light",color:"info",className:"text-blue-600 hover:bg-blue-600/10 dark:text-blue-500 dark:hover:bg-blue-500/10"},{variant:"flat",color:"info",className:"bg-blue-600/20 text-blue-700 dark:bg-blue-500/20 dark:text-blue-500"},{variant:"ghost",color:"info",className:"text-blue-600 border-blue-600 hover:bg-blue-600 hover:text-white dark:text-blue-500 dark:border-blue-500 dark:hover:bg-blue-500 dark:hover:text-white"}],defaultVariants:{variant:"solid",color:"default",size:"md",radius:"md"}}),no=$__namespace.forwardRef(({children:e,...t},r)=>$__namespace.isValidElement(e)?$__namespace.cloneElement(e,{...t,...e.props,ref:r,className:i(t.className,e.props.className),style:{...t.style,...e.props.style}}):null);no.displayName="Slot";var U=$__namespace.forwardRef(({className:e,variant:t,color:r,size:a,radius:n,asChild:o=false,href:s,loading:l=false,startContent:c,endContent:d,children:u,disabled:m,style:f,...p},b)=>{let x=m||l,v=t==="bordered"?{borderColor:"currentColor",...f}:f,w=l?jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(lucideReact.Loader2,{className:"animate-spin"}),u]}):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[c,u,d]});return o?jsxRuntime.jsx(no,{className:i(er({variant:t,color:r,size:a,radius:n,className:e})),ref:b,style:v,...p,children:w}):s?jsxRuntime.jsx("a",{href:s,className:i(er({variant:t,color:r,size:a,radius:n,className:e}),x&&"pointer-events-none opacity-50"),style:v,...p,children:w}):jsxRuntime.jsx("button",{className:i(er({variant:t,color:r,size:a,radius:n,className:e})),ref:b,disabled:x,style:v,...p,children:w})});U.displayName="Button";var uc=classVarianceAuthority.cva("border bg-card text-card-foreground shadow-sm",{variants:{radius:{none:"rounded-none",sm:"rounded-sm",md:"rounded-md",lg:"rounded-lg"}},defaultVariants:{radius:"lg"}}),mc=$__namespace.forwardRef(({className:e,radius:t,...r},a)=>jsxRuntime.jsx("div",{ref:a,className:i(uc({radius:t,className:e})),...r}));mc.displayName="Card";var pc=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,className:i("p-6 text-2xl font-semibold leading-none tracking-tight",e),...t}));pc.displayName="CardHeader";var fc=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,className:i("p-6 pt-0",e),...t}));fc.displayName="CardContent";var gc=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,className:i("flex items-center p-6 pt-0",e),...t}));gc.displayName="CardFooter";var xn=$__namespace.forwardRef(({className:e,checked:t,defaultChecked:r=false,onCheckedChange:a,disabled:n,required:o,name:s,value:l="on",onKeyDown:c,...d},u)=>{let[m,f]=$__namespace.useState(r),p=t!==void 0,b=p?t:m,[x,g]=$__namespace.useState(false),v=()=>{if(n)return;let C=b==="indeterminate"?true:!b;p||f(C),a?.(C);},w=C=>{C.key==="Enter"&&C.preventDefault(),c?.(C);},y=b===true,h=b==="indeterminate";return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("button",{type:"button",role:"checkbox","aria-checked":h?"mixed":y,"aria-required":o,disabled:n,ref:u,className:i("peer h-4 w-4 shrink-0 rounded-sm border border-primary focus-visible:outline-none cursor-pointer disabled:cursor-not-allowed disabled:opacity-50 transition-colors",y&&"bg-primary text-primary-foreground",h&&"bg-background text-foreground",e),style:{borderColor:x?"var(--color-foreground)":void 0},onClick:v,onKeyDown:w,onFocus:()=>g(true),onBlur:()=>g(false),...d,children:(y||h)&&jsxRuntime.jsx("span",{className:"flex items-center justify-center text-current",children:h?jsxRuntime.jsx(lucideReact.Minus,{className:"h-4 w-4"}):jsxRuntime.jsx(lucideReact.Check,{className:"h-4 w-4"})})}),s&&jsxRuntime.jsx("input",{type:"checkbox","aria-hidden":true,tabIndex:-1,name:s,value:l,checked:y,required:o,disabled:n,onChange:()=>{},style:{position:"absolute",pointerEvents:"none",opacity:0,margin:0,width:0,height:0}})]})});xn.displayName="Checkbox";var vc=$__namespace.createContext(null),Ha=()=>{let e=$__namespace.useContext(vc);if(!e)throw new Error("Dialog components must be used within a Dialog");return e},so=({children:e,open:t,defaultOpen:r=false,onOpenChange:a})=>{let[n,o]=$__namespace.useState(r),s=t!==void 0,l=s?t:n,c=$__namespace.useId(),d=$__namespace.useId(),u=$__namespace.useId(),m=$__namespace.useCallback(f=>{s||o(f),a?.(f);},[s,a]);return jsxRuntime.jsx(vc.Provider,{value:{open:l,onOpenChange:m,contentId:c,titleId:d,descriptionId:u},children:e})};so.displayName="Dialog";var hc=$__namespace.forwardRef(({asChild:e,children:t,onClick:r,...a},n)=>{let{onOpenChange:o}=Ha(),s=l=>{r?.(l),o(true);};return e&&$__namespace.isValidElement(t)?$__namespace.cloneElement(t,{ref:n,onClick:l=>{t.props.onClick?.(l),o(true);},...a}):jsxRuntime.jsx("button",{ref:n,type:"button",onClick:s,...a,children:t})});hc.displayName="DialogTrigger";var xc=$__namespace.forwardRef(({asChild:e,children:t,onClick:r,...a},n)=>{let{onOpenChange:o}=Ha(),s=l=>{r?.(l),o(false);};return e&&$__namespace.isValidElement(t)?$__namespace.cloneElement(t,{ref:n,onClick:l=>{t.props.onClick?.(l),o(false);},...a}):jsxRuntime.jsx("button",{ref:n,type:"button",onClick:s,...a,children:t})});xc.displayName="DialogClose";var ti=({children:e,container:t})=>{let[r,a]=$__namespace.useState(false);return $__namespace.useEffect(()=>{a(true);},[]),r?No__namespace.createPortal(e,t||document.body):null};ti.displayName="DialogPortal";var ri=$__namespace.forwardRef(({className:e,...t},r)=>{let{open:a,onOpenChange:n}=Ha();return a?jsxRuntime.jsx("div",{ref:r,"data-state":a?"open":"closed",className:i("fixed inset-0 z-50 bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",e),onClick:()=>n(false),"aria-hidden":"true",...t}):null});ri.displayName="DialogOverlay";var io=$__namespace.forwardRef(({className:e,children:t,onEscapeKeyDown:r,onInteractOutside:a,...n},o)=>{let{open:s,onOpenChange:l,contentId:c,titleId:d,descriptionId:u}=Ha(),[m,f]=$__namespace.useState(false);return $__namespace.useEffect(()=>{f(true);},[]),$__namespace.useEffect(()=>(s&&(document.body.style.overflow="hidden"),()=>{document.body.style.overflow="";}),[s]),$__namespace.useEffect(()=>{if(!s)return;let p=b=>{b.key==="Escape"&&(r?.(),l(false));};return document.addEventListener("keydown",p),()=>document.removeEventListener("keydown",p)},[s,l,r]),!m||!s?null:jsxRuntime.jsxs(ti,{children:[jsxRuntime.jsx(ri,{}),jsxRuntime.jsxs("div",{ref:o,id:c,role:"dialog","aria-modal":"true","aria-labelledby":d,"aria-describedby":u,"data-state":s?"open":"closed",className:i("fixed left-[50%] top-[50%] z-50 grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 border bg-background p-6 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-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-lg",e),...n,children:[t,jsxRuntime.jsxs("button",{type:"button",onClick:()=>l(false),className:"absolute right-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none cursor-pointer",children:[jsxRuntime.jsx(lucideReact.X,{className:"h-4 w-4"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Close"})]})]})]})});io.displayName="DialogContent";var yc=({className:e,...t})=>jsxRuntime.jsx("div",{className:i("flex flex-col space-y-1.5 text-center sm:text-left",e),...t});yc.displayName="DialogHeader";var Rc=({className:e,...t})=>jsxRuntime.jsx("div",{className:i("flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2",e),...t});Rc.displayName="DialogFooter";var wc=$__namespace.forwardRef(({className:e,...t},r)=>{let{titleId:a}=Ha();return jsxRuntime.jsx("h2",{ref:r,id:a,className:i("text-lg font-semibold leading-none tracking-tight",e),...t})});wc.displayName="DialogTitle";var Cc=$__namespace.forwardRef(({className:e,...t},r)=>{let{descriptionId:a}=Ha();return jsxRuntime.jsx("p",{ref:r,id:a,className:i("text-sm text-muted-foreground",e),...t})});Cc.displayName="DialogDescription";var Ey=classVarianceAuthority.cva("flex h-10 w-full border border-input bg-background px-3 py-2 text-sm file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus:outline-none transition-colors disabled:cursor-not-allowed disabled:opacity-50",{variants:{radius:{none:"rounded-none",sm:"rounded-sm",md:"rounded-md",lg:"rounded-lg",full:"rounded-full"}},defaultVariants:{radius:"md"}}),co=$__namespace.forwardRef(({className:e,type:t,radius:r,onFocus:a,onBlur:n,style:o,...s},l)=>{let[c,d]=$__namespace.useState(false);return jsxRuntime.jsx("input",{type:t,className:i(Ey({radius:r,className:e})),ref:l,style:{...o,borderColor:c?"var(--color-foreground)":void 0},onFocus:u=>{d(true),a?.(u);},onBlur:u=>{d(false),n?.(u);},...s})});co.displayName="Input";var Sy=classVarianceAuthority.cva("text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70"),na=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("label",{ref:r,className:i(Sy(),e),...t}));na.displayName="Label";var Pr=$__namespace.forwardRef(({className:e,orientation:t="horizontal",decorative:r=true,text:a,...n},o)=>{let s=r?{role:"none"}:{role:"separator","aria-orientation":t};return a&&t==="horizontal"?jsxRuntime.jsxs("div",{className:i("flex items-center gap-4",e),children:[jsxRuntime.jsx("div",{...s,className:"shrink-0 bg-border h-[1px] flex-1"}),jsxRuntime.jsx("span",{className:"text-sm text-muted-foreground",children:a}),jsxRuntime.jsx("div",{...s,className:"shrink-0 bg-border h-[1px] flex-1"})]}):jsxRuntime.jsx("div",{ref:o,...s,className:i("shrink-0 bg-border",t==="horizontal"?"h-[1px] w-full":"h-full w-[1px]",e),...n})});Pr.displayName="Separator";var Tc=$__namespace.forwardRef(({className:e,checked:t,defaultChecked:r=false,onCheckedChange:a,disabled:n,required:o,name:s,value:l="on",onKeyDown:c,...d},u)=>{let[m,f]=$__namespace.useState(r),p=t!==void 0,b=p?t:m,x=()=>{if(n)return;let v=!b;p||f(v),a?.(v);},g=v=>{v.key==="Enter"&&v.preventDefault(),c?.(v);};return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("button",{type:"button",role:"switch","aria-checked":b,"aria-required":o,disabled:n,ref:u,className:i("peer inline-flex h-6 w-11 shrink-0 cursor-pointer items-center rounded-full border-2 border-transparent transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background disabled:cursor-not-allowed disabled:opacity-50",b?"bg-primary":"bg-input",e),onClick:x,onKeyDown:g,...d,children:jsxRuntime.jsx("span",{className:i("pointer-events-none block h-5 w-5 rounded-full bg-background shadow-lg ring-0 transition-transform",b?"translate-x-5":"translate-x-0")})}),s&&jsxRuntime.jsx("input",{type:"checkbox","aria-hidden":true,tabIndex:-1,name:s,value:l,checked:b,required:o,disabled:n,onChange:()=>{},style:{position:"absolute",pointerEvents:"none",opacity:0,margin:0,width:0,height:0}})]})});Tc.displayName="Switch";var By=classVarianceAuthority.cva("flex min-h-[80px] w-full border border-input bg-background px-3 py-2 text-sm placeholder:text-muted-foreground focus:outline-none transition-colors disabled:cursor-not-allowed disabled:opacity-50",{variants:{radius:{none:"rounded-none",sm:"rounded-sm",md:"rounded-md",lg:"rounded-lg"}},defaultVariants:{radius:"md"}}),Pc=$__namespace.forwardRef(({className:e,radius:t,onFocus:r,onBlur:a,style:n,...o},s)=>{let[l,c]=$__namespace.useState(false);return jsxRuntime.jsx("textarea",{className:i(By({radius:t,className:e})),ref:s,style:{...n,borderColor:l?"var(--color-foreground)":void 0},onFocus:d=>{c(true),r?.(d);},onBlur:d=>{c(false),a?.(d);},...o})});Pc.displayName="Textarea";var Ec=classVarianceAuthority.cva("rounded-md bg-muted",{variants:{variant:{pulse:"animate-pulse",shimmer:"skeleton-shimmer",static:""}},defaultVariants:{variant:"pulse"}}),fo=$__namespace.forwardRef(({className:e,variant:t,...r},a)=>jsxRuntime.jsx("div",{ref:a,className:i(Ec({variant:t,className:e})),...r}));fo.displayName="Skeleton";var Ky=classVarianceAuthority.cva("relative flex shrink-0 overflow-hidden cursor-pointer",{variants:{size:{sm:"h-8 w-8",md:"h-10 w-10",lg:"h-12 w-12"},radius:{none:"rounded-none",sm:"rounded-sm",md:"rounded-md",lg:"rounded-lg",full:"rounded-full"}},defaultVariants:{size:"md",radius:"full"}}),Lc=$__namespace.createContext(null),Dc=()=>{let e=$__namespace.useContext(Lc);if(!e)throw new Error("Avatar components must be used within an Avatar");return e},oa=$__namespace.forwardRef(({className:e,size:t,radius:r,...a},n)=>{let[o,s]=$__namespace.useState("idle");return jsxRuntime.jsx(Lc.Provider,{value:{imageLoadingStatus:o,onImageLoadingStatusChange:s},children:jsxRuntime.jsx("span",{ref:n,className:i(Ky({size:t,radius:r,className:e})),...a})})});oa.displayName="Avatar";var Va=$__namespace.forwardRef(({className:e,src:t,alt:r,onLoadingStatusChange:a,...n},o)=>{let{imageLoadingStatus:s,onImageLoadingStatusChange:l}=Dc();return $__namespace.useEffect(()=>{if(!t){l("error");return}l("loading"),a?.("loading");let c=new Image;c.src=t,c.onload=()=>{l("loaded"),a?.("loaded");},c.onerror=()=>{l("error"),a?.("error");};},[t,l,a]),s!=="loaded"?null:jsxRuntime.jsx("img",{ref:o,src:t,alt:r,className:i("aspect-square h-full w-full object-cover",e),...n})});Va.displayName="AvatarImage";var sa=$__namespace.forwardRef(({className:e,delayMs:t=0,children:r,...a},n)=>{let{imageLoadingStatus:o}=Dc(),[s,l]=$__namespace.useState(t===0);return $__namespace.useEffect(()=>{if(t>0){let c=setTimeout(()=>l(true),t);return ()=>clearTimeout(c)}},[t]),o==="loaded"||!s?null:jsxRuntime.jsx("span",{ref:n,className:i("flex h-full w-full items-center justify-center bg-muted",e),...a,children:r})});sa.displayName="AvatarFallback";var Hc=$__namespace.createContext({delayDuration:700,skipDelayDuration:300}),kr=({children:e,delayDuration:t=700,skipDelayDuration:r=300})=>jsxRuntime.jsx(Hc.Provider,{value:{delayDuration:t,skipDelayDuration:r},children:e});kr.displayName="TooltipProvider";var Vc=$__namespace.createContext(null),Ic=()=>{let e=$__namespace.useContext(Vc);if(!e)throw new Error("Tooltip components must be used within a Tooltip");return e},Er=({children:e,open:t,defaultOpen:r=false,onOpenChange:a,delayDuration:n})=>{let o=$__namespace.useContext(Hc),[s,l]=$__namespace.useState(r),c=t!==void 0,d=c?t:s,u=$__namespace.useRef(null),m=$__namespace.useId(),f=$__namespace.useRef(null),p=n??o.delayDuration,b=$__namespace.useCallback(x=>{f.current&&clearTimeout(f.current),x?f.current=setTimeout(()=>{c||l(true),a?.(true);},p):(c||l(false),a?.(false));},[c,a,p]);return $__namespace.useEffect(()=>()=>{f.current&&clearTimeout(f.current);},[]),jsxRuntime.jsx(Vc.Provider,{value:{open:d,onOpenChange:b,triggerRef:u,contentId:m},children:e})};Er.displayName="Tooltip";var Lr=$__namespace.forwardRef(({asChild:e,children:t,onMouseEnter:r,onMouseLeave:a,onFocus:n,onBlur:o,...s},l)=>{let{onOpenChange:c,triggerRef:d,contentId:u,open:m}=Ic(),f=g=>{r?.(g),c(true);},p=g=>{a?.(g),c(false);},b=g=>{n?.(g),c(true);},x=g=>{o?.(g),c(false);};return e&&$__namespace.isValidElement(t)?$__namespace.cloneElement(t,{ref:g=>{d.current=g,typeof l=="function"?l(g):l&&(l.current=g);},onMouseEnter:f,onMouseLeave:p,onFocus:b,onBlur:x,"aria-describedby":m?u:void 0,...s}):jsxRuntime.jsx("button",{ref:g=>{d.current=g,typeof l=="function"?l(g):l&&(l.current=g);},type:"button","aria-describedby":m?u:void 0,onMouseEnter:f,onMouseLeave:p,onFocus:b,onBlur:x,...s,children:t})});Lr.displayName="TooltipTrigger";var Dr=$__namespace.forwardRef(({className:e,side:t="top",sideOffset:r=4,align:a="center",alignOffset:n=0,children:o,...s},l)=>{let{open:c,triggerRef:d,contentId:u}=Ic(),[m,f]=$__namespace.useState({top:0,left:0}),[p,b]=$__namespace.useState(false),x=$__namespace.useRef(null);if($__namespace.useEffect(()=>{b(true);},[]),$__namespace.useEffect(()=>{if(!c||!d.current||!x.current)return;let v=d.current.getBoundingClientRect(),w=x.current.getBoundingClientRect(),y=0,h=0;switch(t){case "top":y=v.top-w.height-r;break;case "bottom":y=v.bottom+r;break;case "left":h=v.left-w.width-r;break;case "right":h=v.right+r;break}if(t==="top"||t==="bottom")switch(a){case "start":h=v.left+n;break;case "center":h=v.left+v.width/2-w.width/2;break;case "end":h=v.right-w.width-n;break}else switch(a){case "start":y=v.top+n;break;case "center":y=v.top+v.height/2-w.height/2;break;case "end":y=v.bottom-w.height-n;break}f({top:y,left:h});},[c,t,r,a,n,d]),!p||!c)return null;let g={top:"animate-in fade-in-0 zoom-in-95 slide-in-from-bottom-2",bottom:"animate-in fade-in-0 zoom-in-95 slide-in-from-top-2",left:"animate-in fade-in-0 zoom-in-95 slide-in-from-right-2",right:"animate-in fade-in-0 zoom-in-95 slide-in-from-left-2"}[t];return No__namespace.createPortal(jsxRuntime.jsx("div",{ref:v=>{x.current=v,typeof l=="function"?l(v):l&&(l.current=v);},id:u,role:"tooltip","data-side":t,className:i("fixed z-50 overflow-hidden rounded-md px-3 py-1.5 text-xs bg-zinc-100 text-zinc-900 dark:bg-zinc-900 dark:text-zinc-100",g,e),style:{top:m.top,left:m.left},...s,children:o}),document.body)});Dr.displayName="TooltipContent";var ke=$__namespace.forwardRef(({className:e,orientation:t="vertical",visibility:r="visible",children:a,style:n,...o},s)=>{let[l,c]=$__namespace.useState(false),d=$__namespace.useId().replace(/:/g,""),u=r==="visible"||r==="hover"&&l,m=u?"rgba(0,0,0,0.3)":"transparent",f=u?"rgba(255,255,255,0.3)":"transparent",p=`
1
+ 'use strict';var $=require('react'),classVarianceAuthority=require('class-variance-authority'),lucideReact=require('lucide-react'),clsx=require('clsx'),tailwindMerge=require('tailwind-merge'),jsxRuntime=require('react/jsx-runtime'),No=require('react-dom'),sonner=require('sonner'),vaul=require('vaul'),reactDayPicker=require('react-day-picker'),dateFns=require('date-fns'),cmdk=require('cmdk'),reactResizablePanels=require('react-resizable-panels'),reactColorful=require('react-colorful'),recharts=require('recharts'),core=require('@dnd-kit/core'),sortable=require('@dnd-kit/sortable'),utilities=require('@dnd-kit/utilities'),lM=require('embla-carousel-react'),react=require('@tiptap/react'),vM=require('@tiptap/starter-kit'),hM=require('@tiptap/extension-link'),xM=require('@tiptap/extension-underline'),yM=require('@tiptap/extension-text-align'),RM=require('@tiptap/extension-placeholder'),$M=require('react-image-crop');require('react-image-crop/dist/ReactCrop.css');var qM=require('react-qr-code'),nextThemes=require('next-themes'),framerMotion=require('framer-motion'),vn=require('canvas-confetti');function _interopDefault(e){return e&&e.__esModule?e:{default:e}}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 $__namespace=/*#__PURE__*/_interopNamespace($);var No__namespace=/*#__PURE__*/_interopNamespace(No);var lM__default=/*#__PURE__*/_interopDefault(lM);var vM__default=/*#__PURE__*/_interopDefault(vM);var hM__default=/*#__PURE__*/_interopDefault(hM);var xM__default=/*#__PURE__*/_interopDefault(xM);var yM__default=/*#__PURE__*/_interopDefault(yM);var RM__default=/*#__PURE__*/_interopDefault(RM);var $M__default=/*#__PURE__*/_interopDefault($M);var qM__default=/*#__PURE__*/_interopDefault(qM);var vn__default=/*#__PURE__*/_interopDefault(vn);function i(...e){return tailwindMerge.twMerge(clsx.clsx(e))}var py=classVarianceAuthority.cva("relative w-full p-4",{variants:{variant:{solid:"border",bordered:"border bg-transparent",flat:""},type:{default:"",success:"",warning:"",error:""},radius:{none:"rounded-none",sm:"rounded-md",md:"rounded-lg",lg:"rounded-xl",full:"rounded-full"}},compoundVariants:[{variant:"solid",type:"default",className:"!border-primary bg-primary text-primary-foreground [&>svg]:text-primary-foreground"},{variant:"bordered",type:"default",className:"!border-primary text-primary [&>svg]:text-primary"},{variant:"flat",type:"default",className:"bg-primary/10 text-primary [&>svg]:text-primary"},{variant:"solid",type:"success",className:"!border-green-600 bg-green-600 text-white dark:!border-green-500 dark:bg-green-500 [&>svg]:text-white"},{variant:"bordered",type:"success",className:"!border-green-600 text-green-600 dark:!border-green-500 dark:text-green-500 [&>svg]:text-green-600 dark:[&>svg]:text-green-500"},{variant:"flat",type:"success",className:"bg-green-600/10 text-green-600 dark:bg-green-500/10 dark:text-green-500 [&>svg]:text-green-600 dark:[&>svg]:text-green-500"},{variant:"solid",type:"warning",className:"!border-amber-600 bg-amber-600 text-white dark:!border-amber-500 dark:bg-amber-500 [&>svg]:text-white"},{variant:"bordered",type:"warning",className:"!border-amber-600 text-amber-600 dark:!border-amber-500 dark:text-amber-500 [&>svg]:text-amber-600 dark:[&>svg]:text-amber-500"},{variant:"flat",type:"warning",className:"bg-amber-600/10 text-amber-600 dark:bg-amber-500/10 dark:text-amber-500 [&>svg]:text-amber-600 dark:[&>svg]:text-amber-500"},{variant:"solid",type:"error",className:"!border-red-600 bg-red-600 text-white dark:!border-red-500 dark:bg-red-500 [&>svg]:text-white"},{variant:"bordered",type:"error",className:"!border-red-600 text-red-600 dark:!border-red-500 dark:text-red-500 [&>svg]:text-red-600 dark:[&>svg]:text-red-500"},{variant:"flat",type:"error",className:"bg-red-600/10 text-red-600 dark:bg-red-500/10 dark:text-red-500 [&>svg]:text-red-600 dark:[&>svg]:text-red-500"}],defaultVariants:{variant:"solid",type:"default",radius:"md"}}),fy={default:lucideReact.Info,success:lucideReact.CheckCircle2,warning:lucideReact.AlertTriangle,error:lucideReact.AlertCircle},gy=$__namespace.forwardRef(({className:e,variant:t="solid",type:r="default",radius:a="md",icon:n,hideIcon:o=false,endContent:s,children:l,...c},d)=>{let m=fy[r],u=!o,f=n!==void 0?n:m?jsxRuntime.jsx(m,{className:"h-4 w-4"}):null;return jsxRuntime.jsxs("div",{ref:d,role:"alert",className:i(py({variant:t,type:r,radius:a}),s&&"flex items-center justify-between",e),...c,children:[jsxRuntime.jsxs("div",{className:"flex items-start gap-3",children:[u&&f&&jsxRuntime.jsx("span",{className:"mt-0.5 shrink-0",children:f}),jsxRuntime.jsx("div",{children:l})]}),s&&jsxRuntime.jsx("div",{className:"shrink-0 ml-4",children:s})]})});gy.displayName="Alert";var by=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("h5",{ref:r,className:i("mb-1 font-medium leading-none tracking-tight",e),...t}));by.displayName="AlertTitle";var vy=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,className:i("text-sm [&_p]:leading-relaxed",e),...t}));vy.displayName="AlertDescription";var hy=classVarianceAuthority.cva("absolute rounded-full flex items-center justify-center font-semibold",{variants:{variant:{solid:"",bordered:"border-2"},color:{default:"",success:"",warning:"",danger:"",info:""},size:{sm:"",md:"",lg:""},placement:{"top-right":"-top-1 -right-1","top-left":"-top-1 -left-1","bottom-right":"-bottom-1 -right-1","bottom-left":"-bottom-1 -left-1"}},compoundVariants:[{variant:"solid",color:"default",className:"bg-zinc-800 text-white dark:bg-zinc-200 dark:text-zinc-900"},{variant:"solid",color:"success",className:"bg-green-600 text-white dark:bg-green-500"},{variant:"solid",color:"warning",className:"bg-amber-600 text-white dark:bg-amber-500"},{variant:"solid",color:"danger",className:"bg-red-600 text-white dark:bg-red-500"},{variant:"solid",color:"info",className:"bg-blue-600 text-white dark:bg-blue-500"},{variant:"bordered",color:"default",className:"bg-white border-zinc-800 text-zinc-800 dark:bg-zinc-900 dark:border-zinc-200 dark:text-zinc-200"},{variant:"bordered",color:"success",className:"bg-white border-green-600 text-green-600 dark:bg-zinc-900 dark:border-green-500 dark:text-green-500"},{variant:"bordered",color:"warning",className:"bg-white border-amber-600 text-amber-600 dark:bg-zinc-900 dark:border-amber-500 dark:text-amber-500"},{variant:"bordered",color:"danger",className:"bg-white border-red-600 text-red-600 dark:bg-zinc-900 dark:border-red-500 dark:text-red-500"},{variant:"bordered",color:"info",className:"bg-white border-blue-600 text-blue-600 dark:bg-zinc-900 dark:border-blue-500 dark:text-blue-500"},{size:"sm",className:"min-w-4 h-4 text-[10px] px-1"},{size:"md",className:"min-w-5 h-5 text-xs px-1"},{size:"lg",className:"min-w-6 h-6 text-sm px-1.5"}],defaultVariants:{variant:"solid",color:"default",size:"md",placement:"top-right"}}),xy={sm:"w-2 h-2",md:"w-2.5 h-2.5",lg:"w-3 h-3"},yy=$__namespace.forwardRef(({className:e,children:t,content:r,variant:a="solid",color:n="default",size:o="md",placement:s="top-right",isDot:l=false,...c},d)=>jsxRuntime.jsxs("div",{ref:d,className:i("relative inline-flex",e),...c,children:[t,jsxRuntime.jsx("span",{className:i(hy({variant:a,color:n,size:l?void 0:o,placement:s}),l&&xy[o||"md"],l&&"min-w-0 p-0"),children:!l&&r})]}));yy.displayName="Badge";var Ry=classVarianceAuthority.cva("inline-flex items-center gap-1 font-medium rounded-full",{variants:{color:{default:"bg-zinc-100 text-zinc-900 dark:bg-zinc-800 dark:text-white",success:"bg-green-600/20 text-green-700 dark:bg-green-500/20 dark:text-green-500",warning:"bg-amber-600/20 text-amber-700 dark:bg-amber-500/20 dark:text-amber-500",danger:"bg-red-600/20 text-red-700 dark:bg-red-500/20 dark:text-red-500",info:"bg-blue-600/20 text-blue-700 dark:bg-blue-500/20 dark:text-blue-500"},size:{sm:"px-2 py-0.5 text-[10px]",md:"px-2.5 py-0.5 text-xs",lg:"px-3 py-1 text-sm"}},defaultVariants:{color:"default",size:"md"}}),Qs=$__namespace.forwardRef(({className:e,color:t,size:r,...a},n)=>jsxRuntime.jsx("span",{ref:n,className:i(Ry({color:t,size:r}),e),...a}));Qs.displayName="TextBadge";var er=classVarianceAuthority.cva("inline-flex items-center justify-center gap-2 whitespace-nowrap text-sm font-medium ring-offset-background transition-all duration-200 ease-out cursor-pointer focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 disabled:cursor-not-allowed active:scale-[0.97] [&_svg]:pointer-events-none [&_svg]:shrink-0",{variants:{variant:{solid:"",bordered:"border-2 border-current bg-transparent hover:opacity-70",light:"bg-transparent hover:bg-zinc-100 dark:hover:bg-zinc-800",flat:"bg-zinc-100 dark:bg-zinc-800 hover:opacity-70",ghost:"border-2 bg-transparent"},color:{default:"",success:"",warning:"",danger:"",info:""},size:{sm:"h-9 px-3 text-xs",md:"h-10 px-4",lg:"h-11 px-5 text-base",icon:"h-10 w-10"},radius:{none:"rounded-none",sm:"rounded-md",md:"rounded-lg",lg:"rounded-xl",full:"rounded-full"}},compoundVariants:[{variant:"solid",color:"default",className:"bg-zinc-800 text-white hover:bg-zinc-700 dark:bg-zinc-200 dark:text-zinc-900 dark:hover:bg-zinc-300"},{variant:"bordered",color:"default",className:"text-zinc-900 dark:text-white"},{variant:"light",color:"default",className:"text-zinc-900 hover:bg-zinc-100 dark:text-white dark:hover:bg-zinc-800"},{variant:"flat",color:"default",className:"bg-zinc-100 text-zinc-900 dark:bg-zinc-800 dark:text-white"},{variant:"ghost",color:"default",className:"text-zinc-900 border-zinc-900 hover:bg-zinc-900 hover:text-white dark:text-white dark:border-white dark:hover:bg-white dark:hover:text-zinc-900"},{variant:"solid",color:"success",className:"bg-green-600 text-white hover:bg-green-700 dark:bg-green-700 dark:text-white dark:hover:bg-green-600"},{variant:"bordered",color:"success",className:"text-green-600 dark:text-green-500"},{variant:"light",color:"success",className:"text-green-600 hover:bg-green-600/10 dark:text-green-500 dark:hover:bg-green-500/10"},{variant:"flat",color:"success",className:"bg-green-600/20 text-green-700 dark:bg-green-500/20 dark:text-green-500"},{variant:"ghost",color:"success",className:"text-green-600 border-green-600 hover:bg-green-600 hover:text-white dark:text-green-500 dark:border-green-500 dark:hover:bg-green-500 dark:hover:text-white"},{variant:"solid",color:"warning",className:"bg-amber-600 text-white hover:bg-amber-700 dark:bg-amber-700 dark:text-white dark:hover:bg-amber-600"},{variant:"bordered",color:"warning",className:"text-amber-600 dark:text-amber-500"},{variant:"light",color:"warning",className:"text-amber-600 hover:bg-amber-600/10 dark:text-amber-500 dark:hover:bg-amber-500/10"},{variant:"flat",color:"warning",className:"bg-amber-600/20 text-amber-700 dark:bg-amber-500/20 dark:text-amber-500"},{variant:"ghost",color:"warning",className:"text-amber-600 border-amber-600 hover:bg-amber-600 hover:text-white dark:text-amber-500 dark:border-amber-500 dark:hover:bg-amber-500 dark:hover:text-white"},{variant:"solid",color:"danger",className:"bg-red-600 text-white hover:bg-red-700 dark:bg-red-700 dark:text-white dark:hover:bg-red-600"},{variant:"bordered",color:"danger",className:"text-red-600 dark:text-red-500"},{variant:"light",color:"danger",className:"text-red-600 hover:bg-red-600/10 dark:text-red-500 dark:hover:bg-red-500/10"},{variant:"flat",color:"danger",className:"bg-red-600/20 text-red-700 dark:bg-red-500/20 dark:text-red-500"},{variant:"ghost",color:"danger",className:"text-red-600 border-red-600 hover:bg-red-600 hover:text-white dark:text-red-500 dark:border-red-500 dark:hover:bg-red-500 dark:hover:text-white"},{variant:"solid",color:"info",className:"bg-blue-600 text-white hover:bg-blue-700 dark:bg-blue-700 dark:text-white dark:hover:bg-blue-600"},{variant:"bordered",color:"info",className:"text-blue-600 dark:text-blue-500"},{variant:"light",color:"info",className:"text-blue-600 hover:bg-blue-600/10 dark:text-blue-500 dark:hover:bg-blue-500/10"},{variant:"flat",color:"info",className:"bg-blue-600/20 text-blue-700 dark:bg-blue-500/20 dark:text-blue-500"},{variant:"ghost",color:"info",className:"text-blue-600 border-blue-600 hover:bg-blue-600 hover:text-white dark:text-blue-500 dark:border-blue-500 dark:hover:bg-blue-500 dark:hover:text-white"}],defaultVariants:{variant:"solid",color:"default",size:"md",radius:"md"}}),oo=$__namespace.forwardRef(({children:e,...t},r)=>$__namespace.isValidElement(e)?$__namespace.cloneElement(e,{...t,...e.props,ref:r,className:i(t.className,e.props.className),style:{...t.style,...e.props.style}}):null);oo.displayName="Slot";var U=$__namespace.forwardRef(({className:e,variant:t,color:r,size:a,radius:n,asChild:o=false,href:s,loading:l=false,startContent:c,endContent:d,children:m,disabled:u,style:f,...p},b)=>{let x=u||l,v=t==="bordered"?{borderColor:"currentColor",...f}:f,w=l?jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(lucideReact.Loader2,{className:"animate-spin"}),m]}):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[c,m,d]});return o?jsxRuntime.jsx(oo,{className:i(er({variant:t,color:r,size:a,radius:n,className:e})),ref:b,style:v,...p,children:w}):s?jsxRuntime.jsx("a",{href:s,className:i(er({variant:t,color:r,size:a,radius:n,className:e}),x&&"pointer-events-none opacity-50"),style:v,...p,children:w}):jsxRuntime.jsx("button",{className:i(er({variant:t,color:r,size:a,radius:n,className:e})),ref:b,disabled:x,style:v,...p,children:w})});U.displayName="Button";var pc=classVarianceAuthority.cva("border bg-card text-card-foreground shadow-sm",{variants:{radius:{none:"rounded-none",sm:"rounded-sm",md:"rounded-md",lg:"rounded-lg"}},defaultVariants:{radius:"lg"}}),fc=$__namespace.forwardRef(({className:e,radius:t,...r},a)=>jsxRuntime.jsx("div",{ref:a,className:i(pc({radius:t,className:e})),...r}));fc.displayName="Card";var gc=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,className:i("p-6 text-2xl font-semibold leading-none tracking-tight",e),...t}));gc.displayName="CardHeader";var bc=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,className:i("p-6 pt-0",e),...t}));bc.displayName="CardContent";var vc=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,className:i("flex items-center p-6 pt-0",e),...t}));vc.displayName="CardFooter";var yn=$__namespace.forwardRef(({className:e,checked:t,defaultChecked:r=false,onCheckedChange:a,disabled:n,required:o,name:s,value:l="on",text:c,description:d,onKeyDown:m,...u},f)=>{let[p,b]=$__namespace.useState(r),x=t!==void 0,g=x?t:p,[v,w]=$__namespace.useState(false),y=$__namespace.useId(),h=()=>{if(n)return;let P=g==="indeterminate"?true:!g;x||b(P),a?.(P);},C=P=>{P.key==="Enter"&&P.preventDefault(),m?.(P);},R=g===true,T=g==="indeterminate",M=jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("button",{type:"button",role:"checkbox",id:c?y:void 0,"aria-checked":T?"mixed":R,"aria-required":o,disabled:n,ref:f,className:i("peer h-4 w-4 shrink-0 rounded-sm border border-primary focus-visible:outline-none cursor-pointer disabled:cursor-not-allowed disabled:opacity-50 transition-colors",R&&"bg-primary text-primary-foreground",T&&"bg-background text-foreground",!c&&e),style:{borderColor:v?"var(--color-foreground)":void 0},onClick:h,onKeyDown:C,onFocus:()=>w(true),onBlur:()=>w(false),...u,children:(R||T)&&jsxRuntime.jsx("span",{className:"flex items-center justify-center text-current",children:T?jsxRuntime.jsx(lucideReact.Minus,{className:"h-4 w-4"}):jsxRuntime.jsx(lucideReact.Check,{className:"h-4 w-4"})})}),s&&jsxRuntime.jsx("input",{type:"checkbox","aria-hidden":true,tabIndex:-1,name:s,value:l,checked:R,required:o,disabled:n,onChange:()=>{},style:{position:"absolute",pointerEvents:"none",opacity:0,margin:0,width:0,height:0}})]});return c?jsxRuntime.jsxs("div",{className:i("flex items-start gap-2",e),children:[M,jsxRuntime.jsxs("div",{className:"flex flex-col gap-0.5",children:[jsxRuntime.jsx("label",{htmlFor:y,className:i("text-sm font-medium leading-none cursor-pointer",n&&"cursor-not-allowed opacity-50"),onClick:h,children:c}),d&&jsxRuntime.jsx("p",{className:"text-xs text-muted-foreground",children:d})]})]}):M});yn.displayName="Checkbox";var xc=$__namespace.createContext(null),Ia=()=>{let e=$__namespace.useContext(xc);if(!e)throw new Error("Dialog components must be used within a Dialog");return e},io=({children:e,open:t,defaultOpen:r=false,onOpenChange:a})=>{let[n,o]=$__namespace.useState(r),s=t!==void 0,l=s?t:n,c=$__namespace.useId(),d=$__namespace.useId(),m=$__namespace.useId(),u=$__namespace.useCallback(f=>{s||o(f),a?.(f);},[s,a]);return jsxRuntime.jsx(xc.Provider,{value:{open:l,onOpenChange:u,contentId:c,titleId:d,descriptionId:m},children:e})};io.displayName="Dialog";var yc=$__namespace.forwardRef(({asChild:e,children:t,onClick:r,...a},n)=>{let{onOpenChange:o}=Ia(),s=l=>{r?.(l),o(true);};return e&&$__namespace.isValidElement(t)?$__namespace.cloneElement(t,{ref:n,onClick:l=>{t.props.onClick?.(l),o(true);},...a}):jsxRuntime.jsx("button",{ref:n,type:"button",onClick:s,...a,children:t})});yc.displayName="DialogTrigger";var Rc=$__namespace.forwardRef(({asChild:e,children:t,onClick:r,...a},n)=>{let{onOpenChange:o}=Ia(),s=l=>{r?.(l),o(false);};return e&&$__namespace.isValidElement(t)?$__namespace.cloneElement(t,{ref:n,onClick:l=>{t.props.onClick?.(l),o(false);},...a}):jsxRuntime.jsx("button",{ref:n,type:"button",onClick:s,...a,children:t})});Rc.displayName="DialogClose";var ri=({children:e,container:t})=>{let[r,a]=$__namespace.useState(false);return $__namespace.useEffect(()=>{a(true);},[]),r?No__namespace.createPortal(e,t||document.body):null};ri.displayName="DialogPortal";var ai=$__namespace.forwardRef(({className:e,...t},r)=>{let{open:a,onOpenChange:n}=Ia();return a?jsxRuntime.jsx("div",{ref:r,"data-state":a?"open":"closed",className:i("fixed inset-0 z-50 bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",e),onClick:()=>n(false),"aria-hidden":"true",...t}):null});ai.displayName="DialogOverlay";var lo=$__namespace.forwardRef(({className:e,children:t,onEscapeKeyDown:r,onInteractOutside:a,...n},o)=>{let{open:s,onOpenChange:l,contentId:c,titleId:d,descriptionId:m}=Ia(),[u,f]=$__namespace.useState(false);return $__namespace.useEffect(()=>{f(true);},[]),$__namespace.useEffect(()=>(s&&(document.body.style.overflow="hidden"),()=>{document.body.style.overflow="";}),[s]),$__namespace.useEffect(()=>{if(!s)return;let p=b=>{b.key==="Escape"&&(r?.(),l(false));};return document.addEventListener("keydown",p),()=>document.removeEventListener("keydown",p)},[s,l,r]),!u||!s?null:jsxRuntime.jsxs(ri,{children:[jsxRuntime.jsx(ai,{}),jsxRuntime.jsxs("div",{ref:o,id:c,role:"dialog","aria-modal":"true","aria-labelledby":d,"aria-describedby":m,"data-state":s?"open":"closed",className:i("fixed left-[50%] top-[50%] z-50 grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 border bg-background p-6 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-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-lg",e),...n,children:[t,jsxRuntime.jsxs("button",{type:"button",onClick:()=>l(false),className:"absolute right-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none cursor-pointer",children:[jsxRuntime.jsx(lucideReact.X,{className:"h-4 w-4"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Close"})]})]})]})});lo.displayName="DialogContent";var wc=({className:e,...t})=>jsxRuntime.jsx("div",{className:i("flex flex-col space-y-1.5 text-center sm:text-left",e),...t});wc.displayName="DialogHeader";var Cc=({className:e,...t})=>jsxRuntime.jsx("div",{className:i("flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2",e),...t});Cc.displayName="DialogFooter";var Nc=$__namespace.forwardRef(({className:e,...t},r)=>{let{titleId:a}=Ia();return jsxRuntime.jsx("h2",{ref:r,id:a,className:i("text-lg font-semibold leading-none tracking-tight",e),...t})});Nc.displayName="DialogTitle";var Mc=$__namespace.forwardRef(({className:e,...t},r)=>{let{descriptionId:a}=Ia();return jsxRuntime.jsx("p",{ref:r,id:a,className:i("text-sm text-muted-foreground",e),...t})});Mc.displayName="DialogDescription";var Dy=classVarianceAuthority.cva("flex h-10 w-full border border-input bg-background px-3 py-2 text-sm file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus:outline-none transition-colors disabled:cursor-not-allowed disabled:opacity-50",{variants:{radius:{none:"rounded-none",sm:"rounded-sm",md:"rounded-md",lg:"rounded-lg",full:"rounded-full"}},defaultVariants:{radius:"md"}}),co=$__namespace.forwardRef(({className:e,type:t,radius:r,label:a,isRequired:n,description:o,errorMessage:s,isInvalid:l,onFocus:c,onBlur:d,style:m,...u},f)=>{let[p,b]=$__namespace.useState(false),x=$__namespace.useId(),g=u.id||x,v=l||!!s,w=jsxRuntime.jsx("input",{id:g,type:t,className:i(Dy({radius:r}),v&&"border-danger focus:border-danger",!a&&e),ref:f,required:n,"aria-invalid":v,"aria-describedby":o||s?`${g}-description`:void 0,style:{...m,borderColor:v?void 0:p?"var(--color-foreground)":void 0},onFocus:y=>{b(true),c?.(y);},onBlur:y=>{b(false),d?.(y);},...u});return !a&&!o&&!s?w:jsxRuntime.jsxs("div",{className:i("flex flex-col gap-1.5",e),children:[a&&jsxRuntime.jsxs("label",{htmlFor:g,className:"text-sm font-medium leading-none",children:[a,n&&jsxRuntime.jsx("span",{className:"text-danger ml-1",children:"*"})]}),w,(o||s)&&jsxRuntime.jsx("p",{id:`${g}-description`,className:i("text-xs",v?"text-danger":"text-muted-foreground"),children:s||o})]})});co.displayName="Input";var Hy=classVarianceAuthority.cva("text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70"),sa=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("label",{ref:r,className:i(Hy(),e),...t}));sa.displayName="Label";var Pr=$__namespace.forwardRef(({className:e,orientation:t="horizontal",decorative:r=true,text:a,...n},o)=>{let s=r?{role:"none"}:{role:"separator","aria-orientation":t};return a&&t==="horizontal"?jsxRuntime.jsxs("div",{className:i("flex items-center gap-4",e),children:[jsxRuntime.jsx("div",{...s,className:"shrink-0 bg-border h-[1px] flex-1"}),jsxRuntime.jsx("span",{className:"text-sm text-muted-foreground",children:a}),jsxRuntime.jsx("div",{...s,className:"shrink-0 bg-border h-[1px] flex-1"})]}):jsxRuntime.jsx("div",{ref:o,...s,className:i("shrink-0 bg-border",t==="horizontal"?"h-[1px] w-full":"h-full w-[1px]",e),...n})});Pr.displayName="Separator";var Ec=$__namespace.forwardRef(({className:e,checked:t,defaultChecked:r=false,onCheckedChange:a,disabled:n,required:o,name:s,value:l="on",onKeyDown:c,...d},m)=>{let[u,f]=$__namespace.useState(r),p=t!==void 0,b=p?t:u,x=()=>{if(n)return;let v=!b;p||f(v),a?.(v);},g=v=>{v.key==="Enter"&&v.preventDefault(),c?.(v);};return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("button",{type:"button",role:"switch","aria-checked":b,"aria-required":o,disabled:n,ref:m,className:i("peer inline-flex h-6 w-11 shrink-0 cursor-pointer items-center rounded-full border-2 border-transparent transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background disabled:cursor-not-allowed disabled:opacity-50",b?"bg-primary":"bg-input",e),onClick:x,onKeyDown:g,...d,children:jsxRuntime.jsx("span",{className:i("pointer-events-none block h-5 w-5 rounded-full bg-background shadow-lg ring-0 transition-transform",b?"translate-x-5":"translate-x-0")})}),s&&jsxRuntime.jsx("input",{type:"checkbox","aria-hidden":true,tabIndex:-1,name:s,value:l,checked:b,required:o,disabled:n,onChange:()=>{},style:{position:"absolute",pointerEvents:"none",opacity:0,margin:0,width:0,height:0}})]})});Ec.displayName="Switch";var Oy=classVarianceAuthority.cva("flex min-h-[80px] w-full border border-input bg-background px-3 py-2 text-sm placeholder:text-muted-foreground focus:outline-none transition-colors disabled:cursor-not-allowed disabled:opacity-50",{variants:{radius:{none:"rounded-none",sm:"rounded-sm",md:"rounded-md",lg:"rounded-lg"}},defaultVariants:{radius:"md"}}),Lc=$__namespace.forwardRef(({className:e,radius:t,onFocus:r,onBlur:a,style:n,...o},s)=>{let[l,c]=$__namespace.useState(false);return jsxRuntime.jsx("textarea",{className:i(Oy({radius:t,className:e})),ref:s,style:{...n,borderColor:l?"var(--color-foreground)":void 0},onFocus:d=>{c(true),r?.(d);},onBlur:d=>{c(false),a?.(d);},...o})});Lc.displayName="Textarea";var Sc=classVarianceAuthority.cva("rounded-md bg-muted",{variants:{variant:{pulse:"animate-pulse",shimmer:"skeleton-shimmer",static:""}},defaultVariants:{variant:"pulse"}}),fo=$__namespace.forwardRef(({className:e,variant:t,...r},a)=>jsxRuntime.jsx("div",{ref:a,className:i(Sc({variant:t,className:e})),...r}));fo.displayName="Skeleton";var _y=classVarianceAuthority.cva("relative flex shrink-0 overflow-hidden cursor-pointer",{variants:{size:{sm:"h-8 w-8",md:"h-10 w-10",lg:"h-12 w-12"},radius:{none:"rounded-none",sm:"rounded-sm",md:"rounded-md",lg:"rounded-lg",full:"rounded-full"}},defaultVariants:{size:"md",radius:"full"}}),Hc=$__namespace.createContext(null),Vc=()=>{let e=$__namespace.useContext(Hc);if(!e)throw new Error("Avatar components must be used within an Avatar");return e},ia=$__namespace.forwardRef(({className:e,size:t,radius:r,...a},n)=>{let[o,s]=$__namespace.useState("idle");return jsxRuntime.jsx(Hc.Provider,{value:{imageLoadingStatus:o,onImageLoadingStatusChange:s},children:jsxRuntime.jsx("span",{ref:n,className:i(_y({size:t,radius:r,className:e})),...a})})});ia.displayName="Avatar";var za=$__namespace.forwardRef(({className:e,src:t,alt:r,onLoadingStatusChange:a,...n},o)=>{let{imageLoadingStatus:s,onImageLoadingStatusChange:l}=Vc();return $__namespace.useEffect(()=>{if(!t){l("error");return}l("loading"),a?.("loading");let c=new Image;c.src=t,c.onload=()=>{l("loaded"),a?.("loaded");},c.onerror=()=>{l("error"),a?.("error");};},[t,l,a]),s!=="loaded"?null:jsxRuntime.jsx("img",{ref:o,src:t,alt:r,className:i("aspect-square h-full w-full object-cover",e),...n})});za.displayName="AvatarImage";var la=$__namespace.forwardRef(({className:e,delayMs:t=0,children:r,...a},n)=>{let{imageLoadingStatus:o}=Vc(),[s,l]=$__namespace.useState(t===0);return $__namespace.useEffect(()=>{if(t>0){let c=setTimeout(()=>l(true),t);return ()=>clearTimeout(c)}},[t]),o==="loaded"||!s?null:jsxRuntime.jsx("span",{ref:n,className:i("flex h-full w-full items-center justify-center bg-muted",e),...a,children:r})});la.displayName="AvatarFallback";var Ac=$__namespace.createContext({delayDuration:700,skipDelayDuration:300}),kr=({children:e,delayDuration:t=700,skipDelayDuration:r=300})=>jsxRuntime.jsx(Ac.Provider,{value:{delayDuration:t,skipDelayDuration:r},children:e});kr.displayName="TooltipProvider";var zc=$__namespace.createContext(null),Bc=()=>{let e=$__namespace.useContext(zc);if(!e)throw new Error("Tooltip components must be used within a Tooltip");return e},Er=({children:e,open:t,defaultOpen:r=false,onOpenChange:a,delayDuration:n})=>{let o=$__namespace.useContext(Ac),[s,l]=$__namespace.useState(r),c=t!==void 0,d=c?t:s,m=$__namespace.useRef(null),u=$__namespace.useId(),f=$__namespace.useRef(null),p=n??o.delayDuration,b=$__namespace.useCallback(x=>{f.current&&clearTimeout(f.current),x?f.current=setTimeout(()=>{c||l(true),a?.(true);},p):(c||l(false),a?.(false));},[c,a,p]);return $__namespace.useEffect(()=>()=>{f.current&&clearTimeout(f.current);},[]),jsxRuntime.jsx(zc.Provider,{value:{open:d,onOpenChange:b,triggerRef:m,contentId:u},children:e})};Er.displayName="Tooltip";var Lr=$__namespace.forwardRef(({asChild:e,children:t,onMouseEnter:r,onMouseLeave:a,onFocus:n,onBlur:o,...s},l)=>{let{onOpenChange:c,triggerRef:d,contentId:m,open:u}=Bc(),f=g=>{r?.(g),c(true);},p=g=>{a?.(g),c(false);},b=g=>{n?.(g),c(true);},x=g=>{o?.(g),c(false);};return e&&$__namespace.isValidElement(t)?$__namespace.cloneElement(t,{ref:g=>{d.current=g,typeof l=="function"?l(g):l&&(l.current=g);},onMouseEnter:f,onMouseLeave:p,onFocus:b,onBlur:x,"aria-describedby":u?m:void 0,...s}):jsxRuntime.jsx("button",{ref:g=>{d.current=g,typeof l=="function"?l(g):l&&(l.current=g);},type:"button","aria-describedby":u?m:void 0,onMouseEnter:f,onMouseLeave:p,onFocus:b,onBlur:x,...s,children:t})});Lr.displayName="TooltipTrigger";var Dr=$__namespace.forwardRef(({className:e,side:t="top",sideOffset:r=4,align:a="center",alignOffset:n=0,children:o,...s},l)=>{let{open:c,triggerRef:d,contentId:m}=Bc(),[u,f]=$__namespace.useState({top:0,left:0}),[p,b]=$__namespace.useState(false),x=$__namespace.useRef(null);if($__namespace.useEffect(()=>{b(true);},[]),$__namespace.useEffect(()=>{if(!c||!d.current||!x.current)return;let v=d.current.getBoundingClientRect(),w=x.current.getBoundingClientRect(),y=0,h=0;switch(t){case "top":y=v.top-w.height-r;break;case "bottom":y=v.bottom+r;break;case "left":h=v.left-w.width-r;break;case "right":h=v.right+r;break}if(t==="top"||t==="bottom")switch(a){case "start":h=v.left+n;break;case "center":h=v.left+v.width/2-w.width/2;break;case "end":h=v.right-w.width-n;break}else switch(a){case "start":y=v.top+n;break;case "center":y=v.top+v.height/2-w.height/2;break;case "end":y=v.bottom-w.height-n;break}f({top:y,left:h});},[c,t,r,a,n,d]),!p||!c)return null;let g={top:"animate-in fade-in-0 zoom-in-95 slide-in-from-bottom-2",bottom:"animate-in fade-in-0 zoom-in-95 slide-in-from-top-2",left:"animate-in fade-in-0 zoom-in-95 slide-in-from-right-2",right:"animate-in fade-in-0 zoom-in-95 slide-in-from-left-2"}[t];return No__namespace.createPortal(jsxRuntime.jsx("div",{ref:v=>{x.current=v,typeof l=="function"?l(v):l&&(l.current=v);},id:m,role:"tooltip","data-side":t,className:i("fixed z-50 overflow-hidden rounded-md px-3 py-1.5 text-xs bg-zinc-100 text-zinc-900 dark:bg-zinc-900 dark:text-zinc-100",g,e),style:{top:u.top,left:u.left},...s,children:o}),document.body)});Dr.displayName="TooltipContent";var ke=$__namespace.forwardRef(({className:e,orientation:t="vertical",visibility:r="visible",children:a,style:n,...o},s)=>{let[l,c]=$__namespace.useState(false),d=$__namespace.useId().replace(/:/g,""),m=r==="visible"||r==="hover"&&l,u=m?"rgba(0,0,0,0.3)":"transparent",f=m?"rgba(255,255,255,0.3)":"transparent",p=`
2
2
  #${d} {
3
3
  scrollbar-width: thin;
4
- scrollbar-color: ${m} transparent;
4
+ scrollbar-color: ${u} transparent;
5
5
  }
6
6
  .dark #${d},
7
7
  #${d}.dark {
@@ -18,7 +18,7 @@
18
18
  box-shadow: none;
19
19
  }
20
20
  #${d}::-webkit-scrollbar-thumb {
21
- background: ${m};
21
+ background: ${u};
22
22
  border-radius: 9999px;
23
23
  border: none;
24
24
  }
@@ -40,12 +40,12 @@
40
40
  scrollbar-width: none;
41
41
  }
42
42
  `:""}
43
- `;return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("style",{dangerouslySetInnerHTML:{__html:p}}),jsxRuntime.jsx("div",{ref:s,id:d,onMouseEnter:()=>c(true),onMouseLeave:()=>c(false),style:n,className:i("h-full w-full",t==="vertical"&&"overflow-y-auto overflow-x-hidden",t==="horizontal"&&"overflow-x-auto overflow-y-hidden",t==="both"&&"overflow-auto",e),...o,children:a})]})});ke.displayName="ScrollArea";var Fc=classVarianceAuthority.cva("flex min-h-10 w-full cursor-pointer items-center justify-between border border-zinc-300 dark:border-zinc-700 bg-background px-3 py-2 text-sm outline-none disabled:cursor-not-allowed disabled:opacity-50",{variants:{radius:{none:"rounded-none",sm:"rounded-sm",md:"rounded-md",lg:"rounded-lg",full:"rounded-full"}},defaultVariants:{radius:"md"}}),Gc=$__namespace.forwardRef(({options:e,multiple:t=false,value:r,defaultValue:a,onValueChange:n,placeholder:o="Select...",searchable:s=false,searchPlaceholder:l="Search...",emptyText:c="No results found.",disabled:d=false,clearable:u=false,maxDisplayItems:m=3,maxDropdownHeight:f=240,radius:p,className:b,...x},g)=>{let[v,w]=$__namespace.useState(false),[y,h]=$__namespace.useState(""),[C,R]=$__namespace.useState(a||""),[T,M]=$__namespace.useState(a||[]),[E,N]=$__namespace.useState({top:0,left:0,width:0}),P=$__namespace.useRef(null),k=$__namespace.useRef(null),L=$__namespace.useRef(null),H=$__namespace.useRef(null),S=r!==void 0?r:C,D=r!==void 0?r:T,I=r!==void 0,A=z=>{u&&S===z?(I||R(""),n?.("")):(I||R(z),n?.(z)),w(false),h("");},F=z=>{let J=D.includes(z)?D.filter(Z=>Z!==z):[...D,z];I||M(J),n?.(J);},V=(z,J)=>{J.stopPropagation();let Z=D.filter(ot=>ot!==z);I||M(Z),n?.(Z);},O=z=>{z.stopPropagation(),t?(I||M([]),n?.([])):(I||R(""),n?.(""));},B=e.find(z=>z.value===S),te=e.filter(z=>D.includes(z.value)),ae=te.slice(0,m),G=te.length-m,K=s?e.filter(z=>z.label.toLowerCase().includes(y.toLowerCase())):e;$__namespace.useEffect(()=>{if(v&&k.current){let z=k.current.getBoundingClientRect();N({top:z.bottom+4,left:z.left,width:z.width}),s&&setTimeout(()=>H.current?.focus(),0);}v||h("");},[v,s]),$__namespace.useEffect(()=>{let z=J=>{let Z=J.target,ot=P.current&&!P.current.contains(Z),je=L.current&&!L.current.contains(Z);ot&&je&&(w(false),h(""));};return document.addEventListener("mousedown",z),()=>document.removeEventListener("mousedown",z)},[]),$__namespace.useEffect(()=>{if(!v)return;let z=J=>{L.current?.contains(J.target)||(w(false),h(""));};return window.addEventListener("scroll",z,true),()=>window.removeEventListener("scroll",z,true)},[v]);let ne=t?D.length>0:!!S;return jsxRuntime.jsxs("div",{ref:P,className:i("relative",b),...x,children:[jsxRuntime.jsxs("div",{ref:z=>{k.current=z,typeof g=="function"?g(z):g&&(g.current=z);},role:"combobox","aria-expanded":v,"aria-haspopup":"listbox","aria-disabled":d,onClick:()=>!d&&w(!v),className:i(Fc({radius:p}),t&&"flex-wrap gap-1",d&&"cursor-not-allowed opacity-50"),children:[!t&&jsxRuntime.jsx("span",{className:i(!B&&"text-muted-foreground"),children:B?B.label:o}),t&&jsxRuntime.jsx(jsxRuntime.Fragment,{children:te.length===0?jsxRuntime.jsx("span",{className:"text-muted-foreground",children:o}):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[ae.map(z=>jsxRuntime.jsxs("span",{className:"inline-flex items-center gap-1 rounded-md bg-secondary px-2 py-0.5 text-xs font-medium text-secondary-foreground",children:[z.label,jsxRuntime.jsx("span",{role:"button",tabIndex:0,onClick:J=>V(z.value,J),onKeyDown:J=>{(J.key==="Enter"||J.key===" ")&&V(z.value,J);},className:"rounded-full hover:bg-secondary-foreground/20 cursor-pointer",children:jsxRuntime.jsx(lucideReact.X,{className:"h-3 w-3"})})]},z.value)),G>0&&jsxRuntime.jsxs("span",{className:"text-xs text-muted-foreground",children:["+",G," more"]})]})}),jsxRuntime.jsxs("div",{className:"ml-auto flex items-center gap-1",children:[u&&ne&&jsxRuntime.jsx("span",{role:"button",tabIndex:0,onClick:O,onKeyDown:z=>{(z.key==="Enter"||z.key===" ")&&O(z);},className:"rounded-full p-0.5 hover:bg-muted cursor-pointer",children:jsxRuntime.jsx(lucideReact.X,{className:"h-4 w-4 opacity-50"})}),jsxRuntime.jsx(lucideReact.ChevronDown,{className:i("h-4 w-4 opacity-50 transition-transform",v&&"rotate-180")})]})]}),v&&!d&&typeof document<"u"&&No__namespace.createPortal(jsxRuntime.jsxs("div",{ref:L,className:"fixed z-[9999] overflow-hidden rounded-md border border-zinc-300 dark:border-zinc-700 bg-background shadow-md",style:{top:E.top,left:E.left,minWidth:E.width},children:[s&&jsxRuntime.jsxs("div",{className:"flex items-center border-b border-zinc-300 dark:border-zinc-700 px-3",children:[jsxRuntime.jsx(lucideReact.Search,{className:"h-4 w-4 opacity-50 mr-2"}),jsxRuntime.jsx("input",{ref:H,type:"text",value:y,onChange:z=>h(z.target.value),placeholder:l,className:"flex h-10 w-full bg-transparent py-3 text-sm outline-none placeholder:text-muted-foreground"})]}),jsxRuntime.jsx(ke,{style:{maxHeight:f},onWheel:z=>z.stopPropagation(),children:jsxRuntime.jsx("div",{className:"p-1",children:K.length===0?jsxRuntime.jsx("div",{className:"py-6 text-center text-sm text-muted-foreground",children:c}):K.map(z=>{let J=t?D.includes(z.value):S===z.value;return jsxRuntime.jsxs("div",{role:"option","aria-selected":J,onClick:()=>{z.disabled||(t?F(z.value):A(z.value));},className:i("relative flex cursor-pointer select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none hover:bg-zinc-100 dark:hover:bg-zinc-800",z.disabled&&"pointer-events-none opacity-50"),children:[jsxRuntime.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:J&&jsxRuntime.jsx(lucideReact.Check,{className:"h-4 w-4"})}),z.label]},z.value)})})})]}),document.body)]})});Gc.displayName="Select";var $c=$__namespace.createContext(null),ia=()=>{let e=$__namespace.useContext($c);if(!e)throw new Error("Dropdown components must be used within a Dropdown");return e},oi=$__namespace.createContext(null),Kc=$__namespace.createContext(null),Sr=({children:e,open:t,defaultOpen:r=false,onOpenChange:a})=>{let[n,o]=$__namespace.useState(r),[s,l]=$__namespace.useState(-1),c=t!==void 0,d=c?t:n,u=$__namespace.useRef(null),m=$__namespace.useRef(null),f=$__namespace.useId(),p=$__namespace.useRef(new Map),b=$__namespace.useCallback(v=>{c||o(v),a?.(v),v||l(-1);},[c,a]),x=$__namespace.useCallback((v,w)=>{p.current.set(v,w);},[]),g=$__namespace.useCallback(v=>{p.current.delete(v);},[]);return jsxRuntime.jsx($c.Provider,{value:{open:d,onOpenChange:b,triggerRef:u,contentRef:m,contentId:f,activeIndex:s,setActiveIndex:l,items:p,registerItem:x,unregisterItem:g},children:e})};Sr.displayName="Dropdown";var Hr=$__namespace.forwardRef(({asChild:e,children:t,onClick:r,onKeyDown:a,...n},o)=>{let{open:s,onOpenChange:l,triggerRef:c,contentId:d}=ia(),u=f=>{r?.(f),l(!s);},m=f=>{a?.(f),(f.key==="ArrowDown"||f.key==="ArrowUp")&&(f.preventDefault(),l(true));};return e&&$__namespace.isValidElement(t)?$__namespace.cloneElement(t,{ref:f=>{c.current=f,typeof o=="function"?o(f):o&&(o.current=f);},onClick:f=>{t.props.onClick?.(f),l(!s);},onKeyDown:f=>{t.props.onKeyDown?.(f),(f.key==="ArrowDown"||f.key==="ArrowUp")&&(f.preventDefault(),l(true));},"aria-expanded":s,"aria-haspopup":"menu","aria-controls":s?d:void 0,...n}):jsxRuntime.jsx("button",{ref:f=>{c.current=f,typeof o=="function"?o(f):o&&(o.current=f);},type:"button","aria-expanded":s,"aria-haspopup":"menu","aria-controls":s?d:void 0,onClick:u,onKeyDown:m,...n,children:t})});Hr.displayName="DropdownTrigger";var Vr=$__namespace.forwardRef(({className:e,side:t="bottom",sideOffset:r=4,align:a="start",alignOffset:n=0,collisionPadding:o=8,onInteractOutside:s,onEscapeKeyDown:l,loop:c=true,children:d,...u},m)=>{let{open:f,onOpenChange:p,triggerRef:b,contentRef:x,contentId:g,activeIndex:v,setActiveIndex:w,items:y}=ia(),[h,C]=$__namespace.useState({top:0,left:0}),[R,T]=$__namespace.useState(t),[M,E]=$__namespace.useState(false),N=$__namespace.useRef(0);if($__namespace.useEffect(()=>{E(true);},[]),$__namespace.useEffect(()=>{f&&(N.current=y.current.size);},[f,y]),$__namespace.useEffect(()=>{if(!f||!b.current||!x.current)return;let k=()=>{if(!b.current||!x.current)return;let L=b.current.getBoundingClientRect(),H=x.current.getBoundingClientRect(),S=window.innerWidth,D=window.innerHeight,I=0,A=0,F=t;switch(t){case "top":I=L.top-H.height-r,I<o&&(I=L.bottom+r,F="bottom");break;case "bottom":I=L.bottom+r,I+H.height>D-o&&(I=L.top-H.height-r,F="top");break;case "left":A=L.left-H.width-r,A<o&&(A=L.right+r,F="right");break;case "right":A=L.right+r,A+H.width>S-o&&(A=L.left-H.width-r,F="left");break}if(F==="top"||F==="bottom"){switch(a){case "start":A=L.left+n;break;case "center":A=L.left+L.width/2-H.width/2;break;case "end":A=L.right-H.width-n;break}A<o?A=o:A+H.width>S-o&&(A=S-H.width-o);}else {switch(a){case "start":I=L.top+n;break;case "center":I=L.top+L.height/2-H.height/2;break;case "end":I=L.bottom-H.height-n;break}I<o?I=o:I+H.height>D-o&&(I=D-H.height-o);}C({top:I,left:A}),T(F);};return k(),window.addEventListener("resize",k),window.addEventListener("scroll",k,true),()=>{window.removeEventListener("resize",k),window.removeEventListener("scroll",k,true);}},[f,t,r,a,n,o,b]),$__namespace.useEffect(()=>{if(!f)return;let k=L=>{let H=L.target;x.current&&!x.current.contains(H)&&b.current&&!b.current.contains(H)&&(s?.(),p(false));};return document.addEventListener("mousedown",k),()=>document.removeEventListener("mousedown",k)},[f,p,s,b,x]),$__namespace.useEffect(()=>{if(!f)return;let k=L=>{let H=Array.from(y.current.entries()).sort(([D],[I])=>D-I).map(([,D])=>D),S=H.length;if(S!==0)switch(L.key){case "Escape":L.preventDefault(),l?.(),p(false),b.current?.focus();break;case "ArrowDown":L.preventDefault(),v===-1||v>=S-1?w(c?0:Math.min(v+1,S-1)):w(v+1);break;case "ArrowUp":L.preventDefault(),v<=0?w(c?S-1:0):w(v-1);break;case "Home":L.preventDefault(),w(0);break;case "End":L.preventDefault(),w(S-1);break;case "Enter":case " ":L.preventDefault(),v>=0&&v<S&&H[v]?.click();break;case "Tab":p(false);break}};return document.addEventListener("keydown",k),()=>document.removeEventListener("keydown",k)},[f,p,l,v,w,y,c,b]),$__namespace.useEffect(()=>{f&&v>=0&&Array.from(y.current.entries()).sort(([L],[H])=>L-H).map(([,L])=>L)[v]?.focus();},[f,v,y]),!M||!f)return null;let P={top:"animate-in fade-in-0 zoom-in-95 slide-in-from-bottom-2",bottom:"animate-in fade-in-0 zoom-in-95 slide-in-from-top-2",left:"animate-in fade-in-0 zoom-in-95 slide-in-from-right-2",right:"animate-in fade-in-0 zoom-in-95 slide-in-from-left-2"}[R];return No__namespace.createPortal(jsxRuntime.jsx("div",{ref:k=>{x.current=k,typeof m=="function"?m(k):m&&(m.current=k);},id:g,role:"menu","aria-orientation":"vertical","data-state":f?"open":"closed","data-side":R,className:i("fixed z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-md outline-none",P,e),style:{top:h.top,left:h.left},...u,children:d}),document.body)});Vr.displayName="DropdownContent";var vo=0,zt=$__namespace.forwardRef(({className:e,inset:t,disabled:r,onSelect:a,onClick:n,onMouseEnter:o,...s},l)=>{let{onOpenChange:c,activeIndex:d,setActiveIndex:u,registerItem:m,unregisterItem:f}=ia(),[p]=$__namespace.useState(()=>vo++),b=$__namespace.useRef(null);$__namespace.useEffect(()=>(!r&&b.current&&m(p,b.current),()=>{f(p);}),[r,p,m,f]);let x=w=>{if(r){w.preventDefault();return}n?.(w),a?.(),c(false);},g=w=>{o?.(w),r||u(p);};return jsxRuntime.jsx("div",{ref:w=>{b.current=w,typeof l=="function"?l(w):l&&(l.current=w);},role:"menuitem",tabIndex:r?-1:0,"aria-disabled":r,"data-disabled":r?"":void 0,"data-highlighted":d===p?"":void 0,className:i("relative flex cursor-default select-none items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-none transition-colors","focus:bg-accent focus:text-accent-foreground","data-[highlighted]:bg-accent data-[highlighted]:text-accent-foreground","data-[disabled]:pointer-events-none data-[disabled]:opacity-50",t&&"pl-8",!r&&"cursor-pointer",e),onClick:x,onMouseEnter:g,...s})});zt.displayName="DropdownItem";var _c=$__namespace.forwardRef(({className:e,children:t,checked:r=false,onCheckedChange:a,disabled:n,onClick:o,onMouseEnter:s,...l},c)=>{let{onOpenChange:d,activeIndex:u,setActiveIndex:m,registerItem:f,unregisterItem:p}=ia(),[b]=$__namespace.useState(()=>vo++),x=$__namespace.useRef(null);$__namespace.useEffect(()=>(!n&&x.current&&f(b,x.current),()=>{p(b);}),[n,b,f,p]);let g=y=>{if(n){y.preventDefault();return}o?.(y),a?.(!r),d(false);},v=y=>{s?.(y),n||m(b);};return jsxRuntime.jsxs("div",{ref:y=>{x.current=y,typeof c=="function"?c(y):c&&(c.current=y);},role:"menuitemcheckbox","aria-checked":r,tabIndex:n?-1:0,"aria-disabled":n,"data-disabled":n?"":void 0,"data-highlighted":u===b?"":void 0,"data-state":r?"checked":"unchecked",className:i("relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors","focus:bg-accent focus:text-accent-foreground","data-[highlighted]:bg-accent data-[highlighted]:text-accent-foreground","data-[disabled]:pointer-events-none data-[disabled]:opacity-50",!n&&"cursor-pointer",e),onClick:g,onMouseEnter:v,...l,children:[jsxRuntime.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:r&&jsxRuntime.jsx(lucideReact.Check,{className:"h-4 w-4"})}),t]})});_c.displayName="DropdownCheckboxItem";var Wc=$__namespace.forwardRef(({value:e="",onValueChange:t,className:r,...a},n)=>jsxRuntime.jsx(Kc.Provider,{value:{value:e,onValueChange:t||(()=>{})},children:jsxRuntime.jsx("div",{ref:n,role:"group",className:r,...a})}));Wc.displayName="DropdownRadioGroup";var jc=$__namespace.forwardRef(({className:e,children:t,value:r,disabled:a,onClick:n,onMouseEnter:o,...s},l)=>{let{onOpenChange:c,activeIndex:d,setActiveIndex:u,registerItem:m,unregisterItem:f}=ia(),p=$__namespace.useContext(Kc),b=p?.value===r,[x]=$__namespace.useState(()=>vo++),g=$__namespace.useRef(null);$__namespace.useEffect(()=>(!a&&g.current&&m(x,g.current),()=>{f(x);}),[a,x,m,f]);let v=h=>{if(a){h.preventDefault();return}n?.(h),p?.onValueChange(r),c(false);},w=h=>{o?.(h),a||u(x);};return jsxRuntime.jsxs("div",{ref:h=>{g.current=h,typeof l=="function"?l(h):l&&(l.current=h);},role:"menuitemradio","aria-checked":b,tabIndex:a?-1:0,"aria-disabled":a,"data-disabled":a?"":void 0,"data-highlighted":d===x?"":void 0,"data-state":b?"checked":"unchecked",className:i("relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors","focus:bg-accent focus:text-accent-foreground","data-[highlighted]:bg-accent data-[highlighted]:text-accent-foreground","data-[disabled]:pointer-events-none data-[disabled]:opacity-50",!a&&"cursor-pointer",e),onClick:v,onMouseEnter:w,...s,children:[jsxRuntime.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:b&&jsxRuntime.jsx(lucideReact.Circle,{className:"h-2 w-2 fill-current"})}),t]})});jc.displayName="DropdownRadioItem";var Yc=$__namespace.forwardRef(({className:e,inset:t,...r},a)=>jsxRuntime.jsx("div",{ref:a,className:i("px-2 py-1.5 text-sm font-semibold",t&&"pl-8",e),...r}));Yc.displayName="DropdownLabel";var ho=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,role:"separator",className:i("-mx-1 my-1 h-px bg-muted",e),...t}));ho.displayName="DropdownSeparator";var Uc=({className:e,...t})=>jsxRuntime.jsx("span",{className:i("ml-auto text-xs tracking-widest opacity-60",e),...t});Uc.displayName="DropdownShortcut";var Xc=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,role:"group",className:e,...t}));Xc.displayName="DropdownGroup";var qc=({children:e,open:t,defaultOpen:r=false,onOpenChange:a})=>{let[n,o]=$__namespace.useState(r),{contentRef:s}=ia(),l=t!==void 0,c=l?t:n,d=$__namespace.useRef(null),u=$__namespace.useCallback(m=>{l||o(m),a?.(m);},[l,a]);return jsxRuntime.jsx(oi.Provider,{value:{open:c,onOpenChange:u,triggerRef:d,parentMenuRef:s},children:e})};qc.displayName="DropdownSub";var Zc=$__namespace.forwardRef(({className:e,inset:t,disabled:r,children:a,onMouseEnter:n,onMouseLeave:o,onKeyDown:s,...l},c)=>{let d=$__namespace.useContext(oi),{setActiveIndex:u,registerItem:m,unregisterItem:f}=ia(),[p]=$__namespace.useState(()=>vo++),b=$__namespace.useRef(null);if(!d)throw new Error("DropdownSubTrigger must be used within DropdownSub");let{open:x,onOpenChange:g,triggerRef:v}=d;$__namespace.useEffect(()=>(!r&&b.current&&m(p,b.current),()=>{f(p);}),[r,p,m,f]);let w=C=>{n?.(C),r||(u(p),g(true));},y=C=>{o?.(C);},h=C=>{s?.(C),(C.key==="ArrowRight"||C.key==="Enter"||C.key===" ")&&(C.preventDefault(),g(true));};return jsxRuntime.jsxs("div",{ref:C=>{b.current=C,v.current=C,typeof c=="function"?c(C):c&&(c.current=C);},role:"menuitem","aria-haspopup":"menu","aria-expanded":x,tabIndex:r?-1:0,"aria-disabled":r,"data-state":x?"open":"closed","data-disabled":r?"":void 0,className:i("flex cursor-default select-none items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-none transition-colors","focus:bg-accent focus:text-accent-foreground","data-[state=open]:bg-accent","data-[disabled]:pointer-events-none data-[disabled]:opacity-50","[&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",t&&"pl-8",!r&&"cursor-pointer",e),onMouseEnter:w,onMouseLeave:y,onKeyDown:h,...l,children:[a,jsxRuntime.jsx(lucideReact.ChevronRight,{className:"ml-auto"})]})});Zc.displayName="DropdownSubTrigger";var Jc=$__namespace.forwardRef(({className:e,sideOffset:t=2,alignOffset:r=-4,collisionPadding:a=8,onMouseEnter:n,onMouseLeave:o,...s},l)=>{let c=$__namespace.useContext(oi);if(!c)throw new Error("DropdownSubContent must be used within DropdownSub");let{open:d,onOpenChange:u,triggerRef:m,parentMenuRef:f}=c,[p,b]=$__namespace.useState({top:0,left:0}),[x,g]=$__namespace.useState(false),v=$__namespace.useRef(null),w=$__namespace.useRef(null);$__namespace.useEffect(()=>{g(true);},[]),$__namespace.useEffect(()=>{if(!d||!m.current||!v.current)return;(()=>{if(!m.current||!v.current)return;let R=m.current.getBoundingClientRect(),T=v.current.getBoundingClientRect(),M=window.innerWidth,E=window.innerHeight,N=R.top+r,P=R.right+t;P+T.width>M-a&&(P=R.left-T.width-t),N+T.height>E-a&&(N=E-T.height-a),N<a&&(N=a),b({top:N,left:P});})();},[d,t,r,a,m]);let y=C=>{n?.(C),w.current&&(clearTimeout(w.current),w.current=null),u(true);},h=C=>{o?.(C);let R=C.relatedTarget;m.current?.contains(R)||f?.current?.contains(R)||(w.current=setTimeout(()=>{u(false);},100));};return $__namespace.useEffect(()=>()=>{w.current&&clearTimeout(w.current);},[]),!x||!d?null:No__namespace.createPortal(jsxRuntime.jsx("div",{ref:C=>{v.current=C,typeof l=="function"?l(C):l&&(l.current=C);},role:"menu","data-state":d?"open":"closed",className:i("fixed z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-lg","animate-in fade-in-0 zoom-in-95 slide-in-from-left-2",e),style:{top:p.top,left:p.left},onMouseEnter:y,onMouseLeave:h,...s}),document.body)});Jc.displayName="DropdownSubContent";var ed=$__namespace.createContext(null),ii=()=>{let e=$__namespace.useContext(ed);if(!e)throw new Error("Popover components must be used within a Popover");return e},Ie=({children:e,open:t,defaultOpen:r=false,onOpenChange:a})=>{let[n,o]=$__namespace.useState(r),s=t!==void 0,l=s?t:n,c=$__namespace.useRef(null),d=$__namespace.useId(),u=$__namespace.useCallback(m=>{s||o(m),a?.(m);},[s,a]);return jsxRuntime.jsx(ed.Provider,{value:{open:l,onOpenChange:u,triggerRef:c,contentId:d},children:e})};Ie.displayName="Popover";var Ye=$__namespace.forwardRef(({asChild:e,children:t,onClick:r,...a},n)=>{let{open:o,onOpenChange:s,triggerRef:l,contentId:c}=ii(),d=u=>{r?.(u),s(!o);};return e&&$__namespace.isValidElement(t)?$__namespace.cloneElement(t,{ref:u=>{l.current=u,typeof n=="function"?n(u):n&&(n.current=u);},onClick:u=>{t.props.onClick?.(u),s(!o);},"aria-expanded":o,"aria-haspopup":"dialog","aria-controls":o?c:void 0,...a}):jsxRuntime.jsx("button",{ref:u=>{l.current=u,typeof n=="function"?n(u):n&&(n.current=u);},type:"button","aria-expanded":o,"aria-haspopup":"dialog","aria-controls":o?c:void 0,onClick:d,...a,children:t})});Ye.displayName="PopoverTrigger";var xo=$__namespace.forwardRef(({asChild:e,children:t,...r},a)=>{let{triggerRef:n}=ii();return e&&$__namespace.isValidElement(t)?$__namespace.cloneElement(t,{ref:o=>{n.current=o,typeof a=="function"?a(o):a&&(a.current=o);},...r}):jsxRuntime.jsx("div",{ref:o=>{n.current=o,typeof a=="function"?a(o):a&&(a.current=o);},...r,children:t})});xo.displayName="PopoverAnchor";var Ae=$__namespace.forwardRef(({className:e,side:t="bottom",sideOffset:r=4,align:a="center",alignOffset:n=0,onInteractOutside:o,onEscapeKeyDown:s,onOpenAutoFocus:l,onCloseAutoFocus:c,children:d,...u},m)=>{let{open:f,onOpenChange:p,triggerRef:b,contentId:x}=ii(),[g,v]=$__namespace.useState({top:0,left:0}),[w,y]=$__namespace.useState(false),h=$__namespace.useRef(null);if($__namespace.useEffect(()=>{y(true);},[]),$__namespace.useEffect(()=>{if(!f||!b.current||!h.current)return;let R=()=>{if(!b.current||!h.current)return;let T=b.current.getBoundingClientRect(),M=h.current.getBoundingClientRect(),E=0,N=0;switch(t){case "top":E=T.top-M.height-r;break;case "bottom":E=T.bottom+r;break;case "left":N=T.left-M.width-r;break;case "right":N=T.right+r;break}if(t==="top"||t==="bottom")switch(a){case "start":N=T.left+n;break;case "center":N=T.left+T.width/2-M.width/2;break;case "end":N=T.right-M.width-n;break}else switch(a){case "start":E=T.top+n;break;case "center":E=T.top+T.height/2-M.height/2;break;case "end":E=T.bottom-M.height-n;break}v({top:E,left:N});};return R(),window.addEventListener("resize",R),window.addEventListener("scroll",R,true),()=>{window.removeEventListener("resize",R),window.removeEventListener("scroll",R,true);}},[f,t,r,a,n,b]),$__namespace.useEffect(()=>{if(!f)return;let R=T=>{let M=T.target;h.current&&!h.current.contains(M)&&b.current&&!b.current.contains(M)&&(o?.(),p(false));};return document.addEventListener("mousedown",R),()=>document.removeEventListener("mousedown",R)},[f,p,o,b]),$__namespace.useEffect(()=>{if(!f)return;let R=T=>{T.key==="Escape"&&(s?.(),p(false));};return document.addEventListener("keydown",R),()=>document.removeEventListener("keydown",R)},[f,p,s]),!w||!f)return null;let C={top:"animate-in fade-in-0 zoom-in-95 slide-in-from-bottom-2",bottom:"animate-in fade-in-0 zoom-in-95 slide-in-from-top-2",left:"animate-in fade-in-0 zoom-in-95 slide-in-from-right-2",right:"animate-in fade-in-0 zoom-in-95 slide-in-from-left-2"}[t];return No__namespace.createPortal(jsxRuntime.jsx("div",{ref:R=>{h.current=R,typeof m=="function"?m(R):m&&(m.current=R);},id:x,role:"dialog","data-state":f?"open":"closed","data-side":t,className:i("fixed z-50 w-72 rounded-md border bg-popover p-4 text-popover-foreground shadow-md outline-none",C,e),style:{top:g.top,left:g.left},...u,children:d}),document.body)});Ae.displayName="PopoverContent";var td=$__namespace.createContext(null),ci=()=>{let e=$__namespace.useContext(td);if(!e)throw new Error("Tabs components must be used within a Tabs");return e},rd=$__namespace.forwardRef(({className:e,value:t,defaultValue:r="",onValueChange:a,variant:n="solid",radius:o="md",orientation:s="horizontal",children:l,...c},d)=>{let[u,m]=$__namespace.useState(r),f=t!==void 0,p=f?t:u,b=x=>{f||m(x),a?.(x);};return jsxRuntime.jsx(td.Provider,{value:{value:p,onValueChange:b,variant:n,radius:o,orientation:s},children:jsxRuntime.jsx("div",{ref:d,"data-orientation":s,className:i(s==="vertical"&&"flex gap-4",e),...c,children:l})})});rd.displayName="Tabs";var li={none:{list:"rounded-none",trigger:"rounded-none",indicator:"rounded-none"},sm:{list:"rounded-md",trigger:"rounded-sm",indicator:"rounded-sm"},md:{list:"rounded-lg",trigger:"rounded-md",indicator:"rounded-md"},lg:{list:"rounded-xl",trigger:"rounded-lg",indicator:"rounded-lg"},full:{list:"rounded-full",trigger:"rounded-full",indicator:"rounded-full"}},ad=$__namespace.forwardRef(({className:e,children:t,...r},a)=>{let{variant:n,radius:o,orientation:s,value:l}=ci(),c=$__namespace.useRef(null),[d,u]=$__namespace.useState({opacity:0});$__namespace.useEffect(()=>{let b=c.current;if(!b)return;let x=()=>{let v=b.querySelector('[data-state="active"]');if(v){let w=b.getBoundingClientRect(),y=v.getBoundingClientRect(),h=s==="vertical";n==="underline"?u(h?{width:2,height:y.height,transform:`translateY(${y.top-w.top}px)`,opacity:1}:{width:y.width,height:2,transform:`translateX(${y.left-w.left}px)`,opacity:1}):n==="solid"&&u(h?{width:y.width,height:y.height,transform:`translateY(${y.top-w.top}px)`,opacity:1}:{width:y.width,height:y.height,transform:`translateX(${y.left-w.left}px)`,opacity:1});}};x();let g=new ResizeObserver(x);return g.observe(b),()=>{g.disconnect();}},[n,s,l]);let m={solid:"bg-muted p-1",underline:"border-b border-border bg-transparent p-0 !rounded-none",outline:"bg-transparent p-0 gap-1 !rounded-none"},f=s==="vertical",p=()=>n==="solid"?f?"top-0 left-1 bg-background shadow":"top-1 left-1 bg-background shadow":n==="underline"?f?"top-0 left-0 bg-primary !rounded-full":"bottom-0 left-0 bg-primary !rounded-full":"";return jsxRuntime.jsxs("div",{ref:b=>{c.current=b,typeof a=="function"?a(b):a&&(a.current=b);},role:"tablist","aria-orientation":s,className:i("relative inline-flex h-9 items-center justify-center text-muted-foreground",f&&"flex-col h-auto w-auto",li[o].list,m[n],e),...r,children:[(n==="solid"||n==="underline")&&jsxRuntime.jsx("span",{className:i("absolute transition-all duration-200 ease-out",li[o].indicator,p()),style:d,"aria-hidden":"true"}),t]})});ad.displayName="TabsList";var nd=$__namespace.forwardRef(({className:e,value:t,disabled:r,onClick:a,...n},o)=>{let{value:s,onValueChange:l,variant:c,radius:d}=ci(),u=s===t,m={solid:"data-[state=active]:text-foreground",underline:"!rounded-none border-b-2 border-transparent pb-2 data-[state=active]:text-foreground",outline:"border border-transparent data-[state=active]:border-border data-[state=active]:bg-background data-[state=active]:text-foreground data-[state=active]:shadow-sm"};return jsxRuntime.jsx("button",{type:"button",role:"tab",ref:o,"aria-selected":u,"data-state":u?"active":"inactive",disabled:r,className:i("relative z-10 inline-flex items-center justify-center whitespace-nowrap px-3 py-1 text-sm font-medium ring-offset-background transition-all cursor-pointer focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 disabled:cursor-not-allowed",li[d].trigger,m[c],e),onClick:f=>{a?.(f),l(t);},...n})});nd.displayName="TabsTrigger";var od=$__namespace.forwardRef(({className:e,value:t,children:r,...a},n)=>{let{value:o}=ci(),s=o===t;return s?jsxRuntime.jsx("div",{ref:n,role:"tabpanel","data-state":s?"active":"inactive",className:i("mt-2 ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2",e),...a,children:r}):null});od.displayName="TabsContent";var id=$__namespace.createContext(null),Ro=()=>{let e=$__namespace.useContext(id);if(!e)throw new Error("Sheet components must be used within a Sheet");return e},wo=({open:e,defaultOpen:t=false,onOpenChange:r,children:a})=>{let[n,o]=$__namespace.useState(t),s=e!==void 0,l=s?e:n,c=$__namespace.useCallback(d=>{s||o(d),r?.(d);},[s,r]);return jsxRuntime.jsx(id.Provider,{value:{open:l,onOpenChange:c},children:a})};wo.displayName="Sheet";var ld=$__namespace.forwardRef(({asChild:e,onClick:t,children:r,...a},n)=>{let{onOpenChange:o}=Ro(),s=l=>{t?.(l),o(true);};return e&&$__namespace.isValidElement(r)?$__namespace.cloneElement(r,{onClick:l=>{r.props.onClick?.(l),o(true);}}):jsxRuntime.jsx("button",{ref:n,type:"button",onClick:s,...a,children:r})});ld.displayName="SheetTrigger";var cd=$__namespace.forwardRef(({asChild:e,onClick:t,children:r,...a},n)=>{let{onOpenChange:o}=Ro(),s=l=>{t?.(l),o(false);};return e&&$__namespace.isValidElement(r)?$__namespace.cloneElement(r,{onClick:l=>{r.props.onClick?.(l),o(false);}}):jsxRuntime.jsx("button",{ref:n,type:"button",onClick:s,...a,children:r})});cd.displayName="SheetClose";var ui=({children:e,container:t})=>{let[r,a]=$__namespace.useState(false);return $__namespace.useEffect(()=>{a(true);},[]),r?No__namespace.createPortal(e,t||document.body):null};ui.displayName="SheetPortal";var dd=$__namespace.forwardRef(({className:e,...t},r)=>{let{open:a,onOpenChange:n}=Ro();return a?jsxRuntime.jsx("div",{ref:r,className:i("fixed inset-0 z-50 bg-black/80",a?"animate-in fade-in-0":"animate-out fade-out-0",e),onClick:()=>n(false),"aria-hidden":"true",...t}):null});dd.displayName="SheetOverlay";var ud=classVarianceAuthority.cva("fixed z-50 gap-4 bg-background p-6 shadow-lg transition-transform duration-300 ease-in-out",{variants:{side:{top:"inset-x-0 top-0 border-b",bottom:"inset-x-0 bottom-0 border-t",left:"inset-y-0 left-0 h-full w-3/4 border-r sm:max-w-sm",right:"inset-y-0 right-0 h-full w-3/4 border-l sm:max-w-sm"}},defaultVariants:{side:"right"}}),rR=(e,t)=>({top:t?"animate-in slide-in-from-top":"animate-out slide-out-to-top",bottom:t?"animate-in slide-in-from-bottom":"animate-out slide-out-to-bottom",left:t?"animate-in slide-in-from-left":"animate-out slide-out-to-left",right:t?"animate-in slide-in-from-right":"animate-out slide-out-to-right"})[e],Co=$__namespace.forwardRef(({side:e="right",className:t,children:r,hideCloseButton:a,onEscapeKeyDown:n,onInteractOutside:o,...s},l)=>{let{open:c,onOpenChange:d}=Ro(),[u,m]=$__namespace.useState(false),[,f]=$__namespace.useState(false);return $__namespace.useEffect(()=>{if(c)m(true),f(true),document.body.style.overflow="hidden";else {f(true);let p=setTimeout(()=>{m(false),f(false),document.body.style.overflow="";},300);return ()=>clearTimeout(p)}return ()=>{document.body.style.overflow="";}},[c]),$__namespace.useEffect(()=>{let p=b=>{b.key==="Escape"&&c&&(n?.(),d(false));};return document.addEventListener("keydown",p),()=>document.removeEventListener("keydown",p)},[c,d,n]),!u&&!c?null:jsxRuntime.jsxs(ui,{children:[jsxRuntime.jsx("div",{className:i("fixed inset-0 z-50 bg-black/80 transition-opacity duration-300",c?"opacity-100":"opacity-0"),onClick:()=>{o?.(),d(false);},"aria-hidden":"true"}),jsxRuntime.jsxs("div",{ref:l,role:"dialog","aria-modal":"true",className:i(ud({side:e}),rR(e,c),t),...s,children:[!a&&jsxRuntime.jsxs("button",{type:"button",onClick:()=>d(false),className:"absolute right-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none cursor-pointer",children:[jsxRuntime.jsx(lucideReact.X,{className:"h-4 w-4"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Close"})]}),r]})]})});Co.displayName="SheetContent";var md=({className:e,...t})=>jsxRuntime.jsx("div",{className:i("flex flex-col space-y-2 text-center sm:text-left",e),...t});md.displayName="SheetHeader";var pd=({className:e,...t})=>jsxRuntime.jsx("div",{className:i("flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2",e),...t});pd.displayName="SheetFooter";var fd=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("h2",{ref:r,className:i("text-lg font-semibold text-foreground",e),...t}));fd.displayName="SheetTitle";var gd=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("p",{ref:r,className:i("text-sm text-muted-foreground",e),...t}));gd.displayName="SheetDescription";var oR=({theme:e="system",...t})=>jsxRuntime.jsx(sonner.Toaster,{theme:e,className:"toaster group",toastOptions:{classNames:{toast:"group toast group-[.toaster]:bg-background group-[.toaster]:text-foreground group-[.toaster]:border-border group-[.toaster]:shadow-lg",description:"group-[.toast]:text-muted-foreground",actionButton:"group-[.toast]:bg-primary group-[.toast]:text-primary-foreground",cancelButton:"group-[.toast]:bg-muted group-[.toast]:text-muted-foreground"}},...t});var bd=$__namespace.createContext(null),Rn=()=>{let e=$__namespace.useContext(bd);if(!e)throw new Error("ContextMenu components must be used within a ContextMenu");return e},mi=$__namespace.createContext(null),vd=$__namespace.createContext(null),hd=({children:e,onOpenChange:t})=>{let[r,a]=$__namespace.useState(false),[n,o]=$__namespace.useState({x:0,y:0}),s=$__namespace.useId(),l=$__namespace.useCallback(c=>{a(c),t?.(c);},[t]);return jsxRuntime.jsx(bd.Provider,{value:{open:r,onOpenChange:l,position:n,setPosition:o,contentId:s},children:e})};hd.displayName="ContextMenu";var xd=$__namespace.forwardRef(({asChild:e,children:t,onContextMenu:r,...a},n)=>{let{onOpenChange:o,setPosition:s}=Rn(),l=c=>{c.preventDefault(),s({x:c.clientX,y:c.clientY}),o(true);};return e&&$__namespace.isValidElement(t)?$__namespace.cloneElement(t,{ref:n,onContextMenu:c=>{c.preventDefault(),t.props.onContextMenu?.(c),s({x:c.clientX,y:c.clientY}),o(true);},...a}):jsxRuntime.jsx("div",{ref:n,onContextMenu:c=>{r?.(c),l(c);},...a,children:t})});xd.displayName="ContextMenuTrigger";var yd=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,role:"group",className:e,...t}));yd.displayName="ContextMenuGroup";var Rd=({children:e,container:t})=>{let[r,a]=$__namespace.useState(false);return $__namespace.useEffect(()=>{a(true);},[]),r?No__namespace.createPortal(e,t||document.body):null};Rd.displayName="ContextMenuPortal";var wd=({children:e,open:t,defaultOpen:r=false,onOpenChange:a})=>{let[n,o]=$__namespace.useState(r),s=t!==void 0,l=s?t:n,c=$__namespace.useRef(null),d=$__namespace.useCallback(u=>{s||o(u),a?.(u);},[s,a]);return jsxRuntime.jsx(mi.Provider,{value:{open:l,onOpenChange:d,triggerRef:c},children:e})};wd.displayName="ContextMenuSub";var Cd=$__namespace.forwardRef(({value:e="",onValueChange:t,className:r,...a},n)=>jsxRuntime.jsx(vd.Provider,{value:{value:e,onValueChange:t||(()=>{})},children:jsxRuntime.jsx("div",{ref:n,role:"group",className:r,...a})}));Cd.displayName="ContextMenuRadioGroup";var Nd=$__namespace.forwardRef(({className:e,onInteractOutside:t,onEscapeKeyDown:r,children:a,...n},o)=>{let{open:s,onOpenChange:l,position:c,contentId:d}=Rn(),[u,m]=$__namespace.useState(false),[f,p]=$__namespace.useState(c),b=$__namespace.useRef(null);return $__namespace.useEffect(()=>{m(true);},[]),$__namespace.useEffect(()=>{if(!s||!b.current){p(c);return}let g=b.current.getBoundingClientRect(),{x:v,y:w}=c;v+g.width>window.innerWidth&&(v=window.innerWidth-g.width-8),w+g.height>window.innerHeight&&(w=window.innerHeight-g.height-8),p({x:v,y:w});},[s,c]),$__namespace.useEffect(()=>{if(!s)return;let x=g=>{let v=g.target;b.current&&!b.current.contains(v)&&(t?.(),l(false));};return document.addEventListener("mousedown",x),()=>document.removeEventListener("mousedown",x)},[s,l,t]),$__namespace.useEffect(()=>{if(!s)return;let x=g=>{g.key==="Escape"&&(r?.(),l(false));};return document.addEventListener("keydown",x),()=>document.removeEventListener("keydown",x)},[s,l,r]),!u||!s?null:No__namespace.createPortal(jsxRuntime.jsx("div",{ref:x=>{b.current=x,typeof o=="function"?o(x):o&&(o.current=x);},id:d,role:"menu","aria-orientation":"vertical","data-state":s?"open":"closed",className:i("fixed z-50 max-h-[calc(100vh-2rem)] min-w-[8rem] overflow-y-auto overflow-x-hidden rounded-md border border-zinc-200 dark:border-zinc-800 bg-white dark:bg-zinc-950 p-1 text-zinc-950 dark:text-zinc-50 shadow-md","animate-in fade-in-0 zoom-in-95",e),style:{top:f.y,left:f.x},...n,children:a}),document.body)});Nd.displayName="ContextMenuContent";var Md=$__namespace.forwardRef(({className:e,inset:t,children:r,onMouseEnter:a,onMouseLeave:n,...o},s)=>{let l=$__namespace.useContext(mi);if(!l)throw new Error("ContextMenuSubTrigger must be used within ContextMenuSub");let{open:c,onOpenChange:d,triggerRef:u}=l,m=p=>{a?.(p),d(true);},f=p=>{n?.(p),d(false);};return jsxRuntime.jsxs("div",{ref:p=>{u.current=p,typeof s=="function"?s(p):s&&(s.current=p);},role:"menuitem","aria-haspopup":"menu","aria-expanded":c,"data-state":c?"open":"closed",className:i("flex cursor-pointer select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none hover:bg-zinc-100 dark:hover:bg-zinc-800 focus:bg-zinc-100 dark:focus:bg-zinc-800 data-[state=open]:bg-zinc-100 dark:data-[state=open]:bg-zinc-800",t&&"pl-8",e),onMouseEnter:m,onMouseLeave:f,...o,children:[r,jsxRuntime.jsx(lucideReact.ChevronRight,{className:"ml-auto h-4 w-4"})]})});Md.displayName="ContextMenuSubTrigger";var Td=$__namespace.forwardRef(({className:e,sideOffset:t=2,onMouseEnter:r,onMouseLeave:a,...n},o)=>{let s=$__namespace.useContext(mi);if(!s)throw new Error("ContextMenuSubContent must be used within ContextMenuSub");let{open:l,onOpenChange:c,triggerRef:d}=s,[u,m]=$__namespace.useState({top:0,left:0}),[f,p]=$__namespace.useState(false),b=$__namespace.useRef(null);$__namespace.useEffect(()=>{p(true);},[]),$__namespace.useEffect(()=>{if(!l||!d.current||!b.current)return;(()=>{if(!d.current||!b.current)return;let w=d.current.getBoundingClientRect(),y=b.current.getBoundingClientRect(),h=w.top,C=w.right+t;C+y.width>window.innerWidth&&(C=w.left-y.width-t),m({top:h,left:C});})();},[l,t,d]);let x=v=>{r?.(v),c(true);},g=v=>{a?.(v),c(false);};return !f||!l?null:No__namespace.createPortal(jsxRuntime.jsx("div",{ref:v=>{b.current=v,typeof o=="function"?o(v):o&&(o.current=v);},role:"menu","data-state":l?"open":"closed",className:i("fixed z-50 min-w-[8rem] overflow-hidden rounded-md border border-zinc-200 dark:border-zinc-800 bg-white dark:bg-zinc-950 p-1 text-zinc-950 dark:text-zinc-50 shadow-lg","animate-in fade-in-0 zoom-in-95 slide-in-from-left-2",e),style:{top:u.top,left:u.left},onMouseEnter:x,onMouseLeave:g,...n}),document.body)});Td.displayName="ContextMenuSubContent";var Pd=$__namespace.forwardRef(({className:e,inset:t,disabled:r,onSelect:a,onClick:n,...o},s)=>{let{onOpenChange:l}=Rn(),c=d=>{if(r){d.preventDefault();return}n?.(d),a?.(),l(false);};return jsxRuntime.jsx("div",{ref:s,role:"menuitem",tabIndex:r?-1:0,"aria-disabled":r,"data-disabled":r?"":void 0,className:i("relative flex cursor-pointer select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none hover:bg-zinc-100 dark:hover:bg-zinc-800 focus:bg-zinc-100 dark:focus:bg-zinc-800 data-[disabled]:pointer-events-none data-[disabled]:opacity-50 data-[disabled]:cursor-not-allowed",t&&"pl-8",e),onClick:c,...o})});Pd.displayName="ContextMenuItem";var kd=$__namespace.forwardRef(({className:e,children:t,checked:r=false,onCheckedChange:a,disabled:n,onClick:o,...s},l)=>{let{onOpenChange:c}=Rn(),d=u=>{if(n){u.preventDefault();return}o?.(u),a?.(!r),c(false);};return jsxRuntime.jsxs("div",{ref:l,role:"menuitemcheckbox","aria-checked":r,tabIndex:n?-1:0,"aria-disabled":n,"data-disabled":n?"":void 0,"data-state":r?"checked":"unchecked",className:i("relative flex cursor-pointer select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none hover:bg-zinc-100 dark:hover:bg-zinc-800 focus:bg-zinc-100 dark:focus:bg-zinc-800 data-[disabled]:pointer-events-none data-[disabled]:opacity-50 data-[disabled]:cursor-not-allowed",e),onClick:d,...s,children:[jsxRuntime.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:r&&jsxRuntime.jsx(lucideReact.Check,{className:"h-4 w-4"})}),t]})});kd.displayName="ContextMenuCheckboxItem";var Ed=$__namespace.forwardRef(({className:e,children:t,value:r,disabled:a,onClick:n,...o},s)=>{let{onOpenChange:l}=Rn(),c=$__namespace.useContext(vd),d=c?.value===r,u=m=>{if(a){m.preventDefault();return}n?.(m),c?.onValueChange(r),l(false);};return jsxRuntime.jsxs("div",{ref:s,role:"menuitemradio","aria-checked":d,tabIndex:a?-1:0,"aria-disabled":a,"data-disabled":a?"":void 0,"data-state":d?"checked":"unchecked",className:i("relative flex cursor-pointer select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none hover:bg-zinc-100 dark:hover:bg-zinc-800 focus:bg-zinc-100 dark:focus:bg-zinc-800 data-[disabled]:pointer-events-none data-[disabled]:opacity-50 data-[disabled]:cursor-not-allowed",e),onClick:u,...o,children:[jsxRuntime.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:d&&jsxRuntime.jsx(lucideReact.Circle,{className:"h-4 w-4 fill-current"})}),t]})});Ed.displayName="ContextMenuRadioItem";var Ld=$__namespace.forwardRef(({className:e,inset:t,...r},a)=>jsxRuntime.jsx("div",{ref:a,className:i("px-2 py-1.5 text-sm font-semibold text-foreground",t&&"pl-8",e),...r}));Ld.displayName="ContextMenuLabel";var Dd=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,role:"separator",className:i("-mx-1 my-1 h-px bg-border",e),...t}));Dd.displayName="ContextMenuSeparator";var Sd=({className:e,...t})=>jsxRuntime.jsx("span",{className:i("ml-auto text-xs tracking-widest text-muted-foreground",e),...t});Sd.displayName="ContextMenuShortcut";var Hd=$__namespace.createContext(null),uR=()=>{let e=$__namespace.useContext(Hd);if(!e)throw new Error("RadioGroupItem must be used within a RadioGroup");return e},Vd=$__namespace.forwardRef(({className:e,value:t,defaultValue:r="",onValueChange:a,name:n,disabled:o,required:s,orientation:l="vertical",children:c,...d},u)=>{let[m,f]=$__namespace.useState(r),p=t!==void 0,b=p?t:m,x=$__namespace.useId(),g=v=>{p||f(v),a?.(v);};return jsxRuntime.jsx("div",{ref:u,role:"radiogroup","aria-required":s,"aria-orientation":l,className:i(l==="vertical"?"grid gap-2":"flex gap-4",e),...d,children:jsxRuntime.jsx(Hd.Provider,{value:{name:n||x,value:b,onValueChange:g,disabled:o,required:s},children:c})})});Vd.displayName="RadioGroup";var Id=$__namespace.forwardRef(({className:e,value:t,disabled:r,...a},n)=>{let o=uR(),s=o.value===t,l=r||o.disabled;return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("button",{type:"button",role:"radio","aria-checked":s,disabled:l,ref:n,className:i("aspect-square h-4 w-4 rounded-full border border-primary text-primary ring-offset-background focus:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 cursor-pointer",e),onClick:()=>o.onValueChange(t),...a,children:s&&jsxRuntime.jsx("span",{className:"flex items-center justify-center",children:jsxRuntime.jsx(lucideReact.Circle,{className:"h-2.5 w-2.5 fill-current text-current"})})}),jsxRuntime.jsx("input",{type:"radio","aria-hidden":true,tabIndex:-1,name:o.name,value:t,checked:s,required:o.required,disabled:l,onChange:()=>{},style:{position:"absolute",pointerEvents:"none",opacity:0,margin:0,width:0,height:0}})]})});Id.displayName="RadioGroupItem";var To=classVarianceAuthority.cva("inline-flex items-center justify-center rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0 gap-2",{variants:{variant:{solid:"bg-transparent hover:bg-muted data-[state=on]:bg-primary data-[state=on]:text-primary-foreground",outline:"border border-input bg-transparent hover:bg-accent data-[state=on]:bg-accent data-[state=on]:text-accent-foreground",ghost:"bg-transparent hover:bg-accent data-[state=on]:bg-accent data-[state=on]:text-accent-foreground",soft:"bg-transparent hover:bg-primary/10 data-[state=on]:bg-primary/15 data-[state=on]:text-primary",surface:"bg-muted/50 hover:bg-muted data-[state=on]:bg-muted data-[state=on]:text-foreground"},size:{sm:"h-9 px-2.5 min-w-9",md:"h-10 px-3 min-w-10",lg:"h-11 px-5 min-w-11"}},defaultVariants:{variant:"solid",size:"md"}}),Ad=$__namespace.forwardRef(({className:e,variant:t,size:r,pressed:a,defaultPressed:n=false,onPressedChange:o,disabled:s,onKeyDown:l,...c},d)=>{let[u,m]=$__namespace.useState(n),f=a!==void 0,p=f?a:u,b=()=>{if(s)return;let g=!p;f||m(g),o?.(g);},x=g=>{g.key==="Enter"&&g.preventDefault(),l?.(g);};return jsxRuntime.jsx("button",{type:"button","aria-pressed":p,"data-state":p?"on":"off",disabled:s,ref:d,className:i(To({variant:t,size:r,className:e})),onClick:b,onKeyDown:x,...c})});Ad.displayName="Toggle";var zd=$__namespace.createContext(null),bR=()=>{let e=$__namespace.useContext(zd);if(!e)throw new Error("ToggleGroupItem must be used within a ToggleGroup");return e},Bd=$__namespace.forwardRef(({className:e,variant:t,size:r,type:a,value:n,defaultValue:o,onValueChange:s,disabled:l,children:c,...d},u)=>{let[m,f]=$__namespace.useState(()=>a==="single"?o?[o]:[]:o||[]),p=n!==void 0,b=p?a==="single"?n?[n]:[]:n:m,x=g=>{if(a==="single"){let v=b.includes(g)?[]:[g];p||f(v),s?.(v[0]||"");}else {let v=b.includes(g)?b.filter(w=>w!==g):[...b,g];p||f(v),s?.(v);}};return jsxRuntime.jsx("div",{ref:u,role:"group",className:i("flex items-center justify-center gap-1",e),...d,children:jsxRuntime.jsx(zd.Provider,{value:{type:a,variant:t,size:r,value:b,onValueChange:x,disabled:l},children:c})})});Bd.displayName="ToggleGroup";var Od=$__namespace.forwardRef(({className:e,children:t,variant:r,size:a,value:n,disabled:o,...s},l)=>{let c=bR(),d=c.value.includes(n),u=o||c.disabled;return jsxRuntime.jsx("button",{type:"button",role:"radio","aria-checked":d,"aria-pressed":d,"data-state":d?"on":"off",disabled:u,ref:l,className:i(To({variant:c.variant||r,size:c.size||a}),e),onClick:()=>c.onValueChange(n),...s,children:t})});Od.displayName="ToggleGroupItem";var ko=$__namespace.forwardRef(({className:e,value:t,defaultValue:r=[0],onValueChange:a,onValueCommit:n,min:o=0,max:s=100,step:l=1,disabled:c=false,orientation:d="horizontal",name:u,...m},f)=>{let[p,b]=$__namespace.useState(r),x=t!==void 0,g=x?t:p,v=$__namespace.useRef(null),[w,y]=$__namespace.useState(false),[h,C]=$__namespace.useState(null),R=(H,S)=>{if(!v.current)return g[0];let D=v.current.getBoundingClientRect(),I;d==="horizontal"?I=(H-D.left)/D.width:I=1-(S-D.top)/D.height,I=Math.max(0,Math.min(1,I));let A=o+I*(s-o),F=Math.round(A/l)*l;return Math.max(o,Math.min(s,F))},T=(H,S)=>{let D=[...g];D[S]=H,S>0&&H<g[S-1]&&(D[S]=g[S-1]),S<g.length-1&&H>g[S+1]&&(D[S]=g[S+1]),x||b(D),a?.(D);},M=(H,S)=>{c||(H.preventDefault(),y(true),C(S),H.target.setPointerCapture(H.pointerId));},E=H=>{if(!w||h===null||c)return;let S=R(H.clientX,H.clientY);T(S,h);},N=()=>{w&&(y(false),C(null),n?.(g));},P=H=>{if(c)return;let S=R(H.clientX,H.clientY),D=0,I=Math.abs(g[0]-S);for(let A=1;A<g.length;A++){let F=Math.abs(g[A]-S);F<I&&(I=F,D=A);}T(S,D),n?.([...g.slice(0,D),S,...g.slice(D+1)]);},k=(H,S)=>{if(c)return;let D=g[S];switch(H.key){case "ArrowRight":case "ArrowUp":H.preventDefault(),D=Math.min(s,g[S]+l);break;case "ArrowLeft":case "ArrowDown":H.preventDefault(),D=Math.max(o,g[S]-l);break;case "Home":H.preventDefault(),D=o;break;case "End":H.preventDefault(),D=s;break;default:return}T(D,S),n?.([...g.slice(0,S),D,...g.slice(S+1)]);},L=H=>(H-o)/(s-o)*100;return jsxRuntime.jsxs("div",{ref:f,className:i("relative flex touch-none select-none items-center",d==="vertical"&&"flex-col h-full w-5",c&&"opacity-50 pointer-events-none",e),...m,children:[jsxRuntime.jsx("div",{ref:v,className:i("relative grow overflow-hidden rounded-full bg-secondary",d==="horizontal"?"h-2 w-full":"h-full w-2"),onClick:P,children:jsxRuntime.jsx("div",{className:"absolute bg-primary",style:d==="horizontal"?{left:g.length>1?`${L(g[0])}%`:0,right:`${100-L(g[g.length-1])}%`,top:0,bottom:0}:{bottom:g.length>1?`${L(g[0])}%`:0,top:`${100-L(g[g.length-1])}%`,left:0,right:0}})}),g.map((H,S)=>jsxRuntime.jsx("div",{role:"slider",tabIndex:c?-1:0,"aria-valuemin":o,"aria-valuemax":s,"aria-valuenow":H,"aria-orientation":d,"aria-disabled":c,className:i("absolute block h-5 w-5 rounded-full border-2 border-primary bg-background ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 cursor-grab",w&&h===S&&"cursor-grabbing"),style:d==="horizontal"?{left:`calc(${L(H)}% - 10px)`,top:"50%",transform:"translateY(-50%)"}:{bottom:`calc(${L(H)}% - 10px)`,left:"50%",transform:"translateX(-50%)"},onPointerDown:D=>M(D,S),onPointerMove:E,onPointerUp:N,onPointerCancel:N,onKeyDown:D=>k(D,S)},S)),u&&g.map((H,S)=>jsxRuntime.jsx("input",{type:"hidden",name:g.length>1?`${u}[${S}]`:u,value:H},S))]})});ko.displayName="Slider";var Fd=$__namespace.createContext(null),Gd=()=>{let e=$__namespace.useContext(Fd);if(!e)throw new Error("AccordionItem must be used within an Accordion");return e},gi=$__namespace.createContext(null),$d=()=>{let e=$__namespace.useContext(gi);if(!e)throw new Error("AccordionTrigger/AccordionContent must be used within an AccordionItem");return e},Kd=$__namespace.forwardRef(({className:e,type:t="multiple",value:r,defaultValue:a,onValueChange:n,collapsible:o=true,disabled:s,children:l,...c},d)=>{let[u,m]=$__namespace.useState(()=>t==="single"?a?[a]:[]:a||[]),f=$__namespace.useRef(new Map),p=$__namespace.useRef([]),b=r!==void 0,x=b?t==="single"?r?[r]:[]:r:u,g=h=>{if(t==="single"){let R=x.includes(h)&&o?[]:[h];b||m(R),n?.(R[0]||"");}else {let C=x.includes(h)?x.filter(R=>R!==h):[...x,h];b||m(C),n?.(C);}},v=$__namespace.useCallback((h,C)=>{f.current.set(h,C),p.current.includes(h)||p.current.push(h);},[]),w=$__namespace.useCallback(h=>{f.current.delete(h),p.current=p.current.filter(C=>C!==h);},[]),y=$__namespace.useCallback(h=>{let C=p.current;if(C.length===0)return;let R=document.activeElement,T;f.current.forEach((k,L)=>{k===R&&(T=L);});let M=T?C.indexOf(T):-1,E;switch(h){case "first":E=0;break;case "last":E=C.length-1;break;case "next":E=M===-1?0:(M+1)%C.length;break;case "prev":E=M===-1?C.length-1:(M-1+C.length)%C.length;break}let N=C[E];f.current.get(N)?.focus();},[]);return jsxRuntime.jsx(Fd.Provider,{value:{type:t,value:x,onValueChange:g,collapsible:o,disabled:s,registerTrigger:v,unregisterTrigger:w,focusTrigger:y},children:jsxRuntime.jsx("div",{ref:d,"data-orientation":"vertical",className:i("w-full",e),...c,children:l})})});Kd.displayName="Accordion";var _d=$__namespace.forwardRef(({className:e,value:t,disabled:r,title:a,subtitle:n,startContent:o,children:s,...l},c)=>{let d=Gd(),u=d.value.includes(t),m=r||d.disabled||false,f=$__namespace.useId(),p=$__namespace.useId();return a!==void 0?jsxRuntime.jsx(gi.Provider,{value:{value:t,isOpen:u,isDisabled:m,contentId:f,triggerId:p},children:jsxRuntime.jsxs("div",{ref:c,"data-state":u?"open":"closed","data-disabled":m?"":void 0,className:i("border-b",m&&"opacity-50",e),...l,children:[jsxRuntime.jsx(Wd,{children:jsxRuntime.jsxs("div",{className:"flex items-center gap-3",children:[o,jsxRuntime.jsxs("div",{className:"flex flex-col items-start",children:[jsxRuntime.jsx("span",{className:"text-sm font-medium",children:a}),n&&jsxRuntime.jsx("span",{className:"text-xs text-muted-foreground",children:n})]})]})}),jsxRuntime.jsx(jd,{children:s})]})}):jsxRuntime.jsx(gi.Provider,{value:{value:t,isOpen:u,isDisabled:m,contentId:f,triggerId:p},children:jsxRuntime.jsx("div",{ref:c,"data-state":u?"open":"closed","data-disabled":m?"":void 0,className:i("border-b",m&&"opacity-50",e),...l,children:s})})});_d.displayName="AccordionItem";var Wd=$__namespace.forwardRef(({className:e,children:t,onClick:r,onKeyDown:a,...n},o)=>{let s=Gd(),{value:l,isOpen:c,isDisabled:d,contentId:u,triggerId:m}=$d(),f=$__namespace.useRef(null);$__namespace.useEffect(()=>{let b=f.current;return b&&!d&&s.registerTrigger(l,b),()=>{s.unregisterTrigger(l);}},[l,d,s]);let p=b=>{switch(a?.(b),b.key){case "ArrowDown":b.preventDefault(),s.focusTrigger("next");break;case "ArrowUp":b.preventDefault(),s.focusTrigger("prev");break;case "Home":b.preventDefault(),s.focusTrigger("first");break;case "End":b.preventDefault(),s.focusTrigger("last");break}};return jsxRuntime.jsx("h3",{className:"flex",children:jsxRuntime.jsxs("button",{type:"button",ref:b=>{f.current=b,typeof o=="function"?o(b):o&&(o.current=b);},id:m,"aria-controls":u,"aria-expanded":c,disabled:d,"data-state":c?"open":"closed",className:i("flex flex-1 items-center justify-between py-4 font-medium transition-all text-left cursor-pointer disabled:pointer-events-none disabled:opacity-50 [&[data-state=open]>svg]:rotate-180",e),onClick:b=>{r?.(b),s.onValueChange(l);},onKeyDown:p,...n,children:[t,jsxRuntime.jsx(lucideReact.ChevronDown,{className:"h-4 w-4 shrink-0 transition-transform duration-200"})]})})});Wd.displayName="AccordionTrigger";var jd=$__namespace.forwardRef(({className:e,children:t,style:r,...a},n)=>{let{isOpen:o,contentId:s,triggerId:l,isDisabled:c}=$d();return jsxRuntime.jsx("div",{ref:n,id:s,role:"region","aria-labelledby":l,"data-state":o?"open":"closed","data-disabled":c?"":void 0,className:i("grid transition-[grid-template-rows] duration-200 ease-out",o?"grid-rows-[1fr]":"grid-rows-[0fr]",e),style:r,...a,children:jsxRuntime.jsx("div",{className:"overflow-hidden",children:jsxRuntime.jsx("div",{className:"pb-4 pt-0 text-sm",children:t})})})});jd.displayName="AccordionContent";var Ud=$__namespace.createContext(null),Xd=()=>{let e=$__namespace.useContext(Ud);if(!e)throw new Error("Collapsible components must be used within a Collapsible");return e},qd=$__namespace.forwardRef(({className:e,open:t,defaultOpen:r=false,onOpenChange:a,disabled:n,title:o,children:s,...l},c)=>{let[d,u]=$__namespace.useState(r),m=t!==void 0,f=m?t:d,p=$__namespace.useId(),b=$__namespace.useId(),x=g=>{n||(m||u(g),a?.(g));};return jsxRuntime.jsx(Ud.Provider,{value:{open:f,onOpenChange:x,disabled:n,contentId:p,triggerId:b},children:jsxRuntime.jsxs("div",{ref:c,"data-state":f?"open":"closed","data-disabled":n?"":void 0,className:i("space-y-2",e),...l,children:[o&&jsxRuntime.jsxs("div",{className:"flex items-center justify-between space-x-4 px-4",children:[jsxRuntime.jsx("h4",{className:"text-sm font-semibold",children:o}),jsxRuntime.jsx(bi,{})]}),s]})})});qd.displayName="Collapsible";var bi=$__namespace.forwardRef(({className:e,children:t,onClick:r,...a},n)=>{let{open:o,onOpenChange:s,disabled:l,contentId:c,triggerId:d}=Xd();return jsxRuntime.jsx("button",{ref:n,type:"button",id:d,"aria-controls":c,"aria-expanded":o,disabled:l,"data-state":o?"open":"closed","data-disabled":l?"":void 0,className:i("flex items-center justify-center h-9 w-9 rounded-lg bg-transparent hover:bg-zinc-100 dark:hover:bg-zinc-800 transition-colors cursor-pointer disabled:cursor-not-allowed disabled:opacity-50",e),onClick:u=>{r?.(u),s(!o);},...a,children:t??jsxRuntime.jsx(lucideReact.ChevronsUpDown,{className:"h-4 w-4"})})});bi.displayName="CollapsibleTrigger";var Zd=$__namespace.forwardRef(({className:e,children:t,style:r,...a},n)=>{let{open:o,contentId:s,triggerId:l,disabled:c}=Xd(),d=$__namespace.useRef(null),[u,m]=$__namespace.useState(void 0),[f,p]=$__namespace.useState(false),[b,x]=$__namespace.useState(o);$__namespace.useEffect(()=>{o?(x(true),p(true),requestAnimationFrame(()=>{d.current&&m(d.current.scrollHeight);})):(p(true),m(0));},[o]);let g=()=>{p(false),o||x(false),m(void 0);};return b?jsxRuntime.jsx("div",{ref:n,id:s,role:"region","aria-labelledby":l,"data-state":o?"open":"closed","data-disabled":c?"":void 0,className:i("overflow-hidden",e),style:{...r,height:f?u!==void 0?u:"auto":o?"auto":0,transition:f?"height 0.25s ease-out, opacity 0.25s ease-out":void 0,opacity:o?1:0},onTransitionEnd:g,...a,children:jsxRuntime.jsx("div",{ref:d,children:t})}):null});Zd.displayName="CollapsibleContent";var Lo=$__namespace.forwardRef(({className:e,value:t=0,max:r=100,...a},n)=>{let o=Math.min(Math.max(t/r*100,0),100);return jsxRuntime.jsx("div",{ref:n,role:"progressbar","aria-valuenow":t,"aria-valuemin":0,"aria-valuemax":r,className:i("relative h-4 w-full overflow-hidden rounded-full bg-secondary",e),...a,children:jsxRuntime.jsx("div",{className:"h-full w-full flex-1 bg-primary transition-all",style:{transform:`translateX(-${100-o}%)`}})})});Lo.displayName="Progress";var tu=$__namespace.createContext(null),ru=()=>{let e=$__namespace.useContext(tu);if(!e)throw new Error("HoverCard components must be used within a HoverCard");return e},au=({children:e,open:t,defaultOpen:r=false,onOpenChange:a,openDelay:n=700,closeDelay:o=300,closeOnScroll:s=true})=>{let[l,c]=$__namespace.useState(r),d=t!==void 0,u=d?t:l,m=$__namespace.useRef(null),f=$__namespace.useId(),p=$__namespace.useRef(null),b=$__namespace.useRef(null),x=$__namespace.useCallback(g=>{p.current&&clearTimeout(p.current),b.current&&clearTimeout(b.current),g?p.current=setTimeout(()=>{d||c(true),a?.(true);},n):b.current=setTimeout(()=>{d||c(false),a?.(false);},o);},[d,a,n,o]);return $__namespace.useEffect(()=>{if(!s||!u)return;let g=()=>{p.current&&clearTimeout(p.current),b.current&&clearTimeout(b.current),d||c(false),a?.(false);};return window.addEventListener("scroll",g,true),()=>window.removeEventListener("scroll",g,true)},[s,u,d,a]),$__namespace.useEffect(()=>()=>{p.current&&clearTimeout(p.current),b.current&&clearTimeout(b.current);},[]),jsxRuntime.jsx(tu.Provider,{value:{open:u,onOpenChange:x,triggerRef:m,contentId:f},children:e})};au.displayName="HoverCard";var nu=$__namespace.forwardRef(({asChild:e,children:t,onMouseEnter:r,onMouseLeave:a,onFocus:n,onBlur:o,...s},l)=>{let{onOpenChange:c,triggerRef:d}=ru(),u=b=>{r?.(b),c(true);},m=b=>{a?.(b),c(false);},f=b=>{n?.(b),c(true);},p=b=>{o?.(b),c(false);};return e&&$__namespace.isValidElement(t)?$__namespace.cloneElement(t,{ref:b=>{d.current=b,typeof l=="function"?l(b):l&&(l.current=b);},onMouseEnter:u,onMouseLeave:m,onFocus:f,onBlur:p,...s}):jsxRuntime.jsx("a",{ref:b=>{d.current=b,typeof l=="function"?l(b):l&&(l.current=b);},onMouseEnter:u,onMouseLeave:m,onFocus:f,onBlur:p,...s,children:t})});nu.displayName="HoverCardTrigger";var ou=$__namespace.forwardRef(({className:e,side:t="bottom",sideOffset:r=4,align:a="center",alignOffset:n=0,onMouseEnter:o,onMouseLeave:s,children:l,...c},d)=>{let{open:u,onOpenChange:m,triggerRef:f,contentId:p}=ru(),[b,x]=$__namespace.useState({top:0,left:0}),[g,v]=$__namespace.useState(false),w=$__namespace.useRef(null);$__namespace.useEffect(()=>{v(true);},[]),$__namespace.useEffect(()=>{if(!u||!f.current||!w.current)return;(()=>{if(!f.current||!w.current)return;let T=f.current.getBoundingClientRect(),M=w.current.getBoundingClientRect(),E=0,N=0;switch(t){case "top":E=T.top-M.height-r;break;case "bottom":E=T.bottom+r;break;case "left":N=T.left-M.width-r;break;case "right":N=T.right+r;break}if(t==="top"||t==="bottom")switch(a){case "start":N=T.left+n;break;case "center":N=T.left+T.width/2-M.width/2;break;case "end":N=T.right-M.width-n;break}else switch(a){case "start":E=T.top+n;break;case "center":E=T.top+T.height/2-M.height/2;break;case "end":E=T.bottom-M.height-n;break}x({top:E,left:N});})();},[u,t,r,a,n,f]);let y=R=>{o?.(R),m(true);},h=R=>{s?.(R),m(false);};if(!g||!u)return null;let C={top:"animate-in fade-in-0 zoom-in-95 slide-in-from-bottom-2",bottom:"animate-in fade-in-0 zoom-in-95 slide-in-from-top-2",left:"animate-in fade-in-0 zoom-in-95 slide-in-from-right-2",right:"animate-in fade-in-0 zoom-in-95 slide-in-from-left-2"}[t];return No__namespace.createPortal(jsxRuntime.jsx("div",{ref:R=>{w.current=R,typeof d=="function"?d(R):d&&(d.current=R);},id:p,"data-state":u?"open":"closed","data-side":t,className:i("fixed z-50 w-64 rounded-md border bg-popover p-4 text-popover-foreground shadow-md outline-none",C,e),style:{top:b.top,left:b.left},onMouseEnter:y,onMouseLeave:h,...c,children:l}),document.body)});ou.displayName="HoverCardContent";var su=$__namespace.createContext({size:"md",variant:"default",radius:"md"}),So=()=>$__namespace.useContext(su);classVarianceAuthority.cva("",{variants:{size:{sm:"",md:"",lg:""},variant:{default:"",bordered:"",filled:""},radius:{none:"",sm:"",md:"",lg:"",full:""}},defaultVariants:{size:"md",variant:"default",radius:"md"}});var wR=classVarianceAuthority.cva("flex flex-wrap items-center break-words",{variants:{size:{sm:"gap-1 text-xs",md:"gap-1.5 text-sm sm:gap-2",lg:"gap-2 text-base sm:gap-3"},variant:{default:"text-muted-foreground",bordered:"text-muted-foreground px-3 py-1.5 border",filled:"text-muted-foreground bg-muted px-3 py-1.5"},radius:{none:"rounded-none",sm:"rounded-sm",md:"rounded-md",lg:"rounded-lg",full:"rounded-full"}},defaultVariants:{size:"md",variant:"default",radius:"md"}}),CR=classVarianceAuthority.cva("",{variants:{size:{sm:"[&>svg]:h-3 [&>svg]:w-3",md:"[&>svg]:h-3.5 [&>svg]:w-3.5",lg:"[&>svg]:h-4 [&>svg]:w-4"}},defaultVariants:{size:"md"}}),NR=classVarianceAuthority.cva("flex items-center justify-center",{variants:{size:{sm:"h-6 w-6 [&>svg]:h-3 [&>svg]:w-3",md:"h-8 w-8 [&>svg]:h-4 [&>svg]:w-4",lg:"h-10 w-10 [&>svg]:h-5 [&>svg]:w-5"}},defaultVariants:{size:"md"}}),iu=$__namespace.forwardRef(({size:e="md",variant:t="default",radius:r="md",children:a,...n},o)=>jsxRuntime.jsx(su.Provider,{value:{size:e,variant:t,radius:r},children:jsxRuntime.jsx("nav",{ref:o,"aria-label":"breadcrumb",...n,children:a})}));iu.displayName="Breadcrumb";var lu=$__namespace.forwardRef(({className:e,...t},r)=>{let{size:a,variant:n,radius:o}=So();return jsxRuntime.jsx("ol",{ref:r,className:i(wR({size:a,variant:n,radius:n==="default"?void 0:o}),e),...t})});lu.displayName="BreadcrumbList";var cu=$__namespace.forwardRef(({className:e,...t},r)=>{let{size:a}=So();return jsxRuntime.jsx("li",{ref:r,className:i("inline-flex items-center",a==="sm"&&"gap-1",a==="md"&&"gap-1.5",a==="lg"&&"gap-2",e),...t})});cu.displayName="BreadcrumbItem";var du=$__namespace.forwardRef(({asChild:e,className:t,...r},a)=>jsxRuntime.jsx(e?no:"a",{ref:a,className:i("transition-colors hover:text-foreground cursor-pointer",t),...r}));du.displayName="BreadcrumbLink";var uu=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("span",{ref:r,role:"link","aria-disabled":"true","aria-current":"page",className:i("font-medium text-foreground",e),...t}));uu.displayName="BreadcrumbPage";var mu=({children:e,className:t,...r})=>{let{size:a}=So();return jsxRuntime.jsx("li",{role:"presentation","aria-hidden":"true",className:i(CR({size:a}),"text-muted-foreground/60",t),...r,children:e??jsxRuntime.jsx(lucideReact.ChevronRight,{})})};mu.displayName="BreadcrumbSeparator";var pu=({className:e,...t})=>{let{size:r}=So();return jsxRuntime.jsxs("span",{role:"presentation","aria-hidden":"true",className:i(NR({size:r}),e),...t,children:[jsxRuntime.jsx(lucideReact.MoreHorizontal,{}),jsxRuntime.jsx("span",{className:"sr-only",children:"More"})]})};pu.displayName="BreadcrumbEllipsis";var bu=$__namespace.forwardRef(({ratio:e=1,className:t,style:r,children:a,...n},o)=>jsxRuntime.jsx("div",{ref:o,className:i("relative w-full",t),style:{...r,paddingBottom:`${100/e}%`},...n,children:jsxRuntime.jsx("div",{className:"absolute inset-0",children:a})}));bu.displayName="AspectRatio";var vu=$__namespace.createContext(null),wn=()=>{let e=$__namespace.useContext(vu);if(!e)throw new Error("NavigationMenu components must be used within a NavigationMenu");return e},hi=$__namespace.createContext(null),hu=$__namespace.forwardRef(({className:e,children:t,value:r,defaultValue:a="",onValueChange:n,orientation:o="horizontal",...s},l)=>{let[c,d]=$__namespace.useState(a),u=r!==void 0,m=u?r:c,f=$__namespace.useCallback(p=>{u||d(p),n?.(p);},[u,n]);return jsxRuntime.jsx(vu.Provider,{value:{value:m,onValueChange:f,orientation:o},children:jsxRuntime.jsxs("nav",{ref:l,"aria-label":"Main","data-orientation":o,className:i("relative z-10 flex max-w-max flex-1 items-center justify-center",e),...s,children:[t,jsxRuntime.jsx(xi,{})]})})});hu.displayName="NavigationMenu";var xu=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("ul",{ref:r,className:i("group flex flex-1 list-none items-center justify-center space-x-1",e),...t}));xu.displayName="NavigationMenuList";var yu=$__namespace.forwardRef(({className:e,value:t,children:r,...a},n)=>{let o=t||$__namespace.useId(),s=$__namespace.useRef(null);return jsxRuntime.jsx(hi.Provider,{value:{value:o,triggerRef:s},children:jsxRuntime.jsx("li",{ref:n,className:i("relative",e),...a,children:r})})});yu.displayName="NavigationMenuItem";var Ru=classVarianceAuthority.cva("group inline-flex h-10 w-max items-center justify-center rounded-md bg-background px-4 py-2 text-sm font-medium transition-colors hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground focus:outline-none disabled:pointer-events-none disabled:opacity-50 data-[active]:bg-accent/50 data-[state=open]:bg-accent/50"),wu=$__namespace.forwardRef(({className:e,children:t,...r},a)=>{let{value:n,onValueChange:o}=wn(),s=$__namespace.useContext(hi);if(!s)throw new Error("NavigationMenuTrigger must be used within a NavigationMenuItem");let l=n===s.value,c=()=>{o(l?"":s.value);},d=()=>{o(s.value);};return jsxRuntime.jsxs("button",{ref:u=>{s.triggerRef.current=u,typeof a=="function"?a(u):a&&(a.current=u);},type:"button","aria-expanded":l,"aria-haspopup":"menu","data-state":l?"open":"closed",className:i(Ru(),"group",e),onClick:c,onMouseEnter:d,...r,children:[t," ",jsxRuntime.jsx(lucideReact.ChevronDown,{className:"relative top-[1px] ml-1 h-3 w-3 transition duration-200 group-data-[state=open]:rotate-180","aria-hidden":"true"})]})});wu.displayName="NavigationMenuTrigger";var Cu=$__namespace.forwardRef(({className:e,children:t,...r},a)=>{let{value:n}=wn(),o=$__namespace.useContext(hi);if(!o)throw new Error("NavigationMenuContent must be used within a NavigationMenuItem");let s=n===o.value;return s?jsxRuntime.jsx("div",{ref:a,"data-state":s?"open":"closed",className:i("left-0 top-0 w-full data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out data-[state=open]:fade-in data-[state=closed]:slide-out-to-left-52 data-[state=open]:slide-in-from-left-52 md:absolute md:w-auto",e),...r,children:t}):null});Cu.displayName="NavigationMenuContent";var Nu=$__namespace.forwardRef(({className:e,active:t,onSelect:r,onClick:a,...n},o)=>{let{onValueChange:s}=wn();return jsxRuntime.jsx("a",{ref:o,"data-active":t?"":void 0,className:e,onClick:c=>{a?.(c),r?.(),s("");},...n})});Nu.displayName="NavigationMenuLink";var xi=$__namespace.forwardRef(({className:e,...t},r)=>{let{value:a}=wn(),n=a!=="";return n?jsxRuntime.jsx("div",{className:i("absolute left-0 top-full flex justify-center"),children:jsxRuntime.jsx("div",{ref:r,"data-state":n?"open":"closed",className:i("origin-top-center relative mt-1.5 h-[var(--navigation-menu-viewport-height,auto)] w-full overflow-hidden rounded-md border bg-popover text-popover-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-90 md:w-[var(--navigation-menu-viewport-width,auto)]",e),...t})}):null});xi.displayName="NavigationMenuViewport";var Mu=$__namespace.forwardRef(({className:e,...t},r)=>{let{value:a}=wn();return jsxRuntime.jsx("div",{ref:r,"data-state":a!==""?"visible":"hidden",className:i("top-full z-[1] flex h-1.5 items-end justify-center overflow-hidden data-[state=visible]:animate-in data-[state=hidden]:animate-out data-[state=hidden]:fade-out data-[state=visible]:fade-in",e),...t,children:jsxRuntime.jsx("div",{className:"relative top-[60%] h-2 w-2 rotate-45 rounded-tl-sm bg-border shadow-md"})})});Mu.displayName="NavigationMenuIndicator";var Eu=classVarianceAuthority.cva("inline-flex items-center justify-center rounded-full transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50",{variants:{variant:{default:"hover:bg-muted",solid:"bg-muted hover:bg-muted/80",ghost:"hover:bg-accent hover:text-accent-foreground",light:"hover:bg-muted/50",outline:"border border-input hover:bg-accent hover:text-accent-foreground"},size:{sm:"h-6 w-6",md:"h-8 w-8",lg:"h-10 w-10"}},defaultVariants:{variant:"default",size:"md"}}),ar=$__namespace.forwardRef(({className:e,variant:t,size:r,iconSize:a,...n},o)=>{let l=a??{sm:14,md:16,lg:20}[r??"md"];return jsxRuntime.jsx("button",{ref:o,type:"button",className:i(Eu({variant:t,size:r}),e),"aria-label":"Close",...n,children:jsxRuntime.jsx(lucideReact.X,{style:{width:l,height:l}})})});ar.displayName="CloseButton";var Ho=$__namespace.createContext(null);function AR(){let e=$__namespace.useContext(Ho);if(!e)throw new Error("useDrawer must be used within a DrawerProvider.");return e}function Ar(){return $__namespace.useContext(Ho)}var zR="16rem",BR="18rem",OR="3rem",FR="b",GR={xs:"256px",sm:"320px",md:"384px",lg:"448px",xl:"512px","2xl":"576px","3xl":"672px","4xl":"768px","5xl":"896px",full:"100%"},$R={xs:"20vh",sm:"30vh",md:"40vh",lg:"50vh",xl:"60vh","2xl":"70vh","3xl":"75vh","4xl":"80vh","5xl":"90vh",full:"100vh"},yi=$__namespace.forwardRef(({defaultOpen:e=false,open:t,onOpenChange:r,placement:a="left",size:n="md",backdrop:o="opaque",isDismissable:s=true,hideCloseButton:l=false,collapsible:c="offcanvas",mode:d,className:u,style:m,children:f,...p},b)=>{let x=d??"overlay",g=x==="overlay",[v,w]=$__namespace.useState(false),[y,h]=$__namespace.useState(false),[C,R]=$__namespace.useState(e),T=t??C,M=$__namespace.useCallback(k=>{let L=typeof k=="function"?k(T):k;r?r(L):R(L);},[r,T]);$__namespace.useEffect(()=>{let k=()=>{w(window.innerWidth<768);};return k(),window.addEventListener("resize",k),()=>window.removeEventListener("resize",k)},[]);let E=$__namespace.useCallback(()=>g?M(k=>!k):v?h(k=>!k):M(k=>!k),[v,M,h,g]);$__namespace.useEffect(()=>{if(g)return;let k=L=>{L.key===FR&&(L.metaKey||L.ctrlKey)&&(L.preventDefault(),E());};return window.addEventListener("keydown",k),()=>window.removeEventListener("keydown",k)},[E,g]);let N=T?"expanded":"collapsed",P=$__namespace.useMemo(()=>({placement:a,state:N,open:T,setOpen:M,isMobile:v,openMobile:y,setOpenMobile:h,toggleDrawer:E,collapsible:c,mode:x,size:n,backdrop:o,isDismissable:s,hideCloseButton:l}),[a,N,T,M,v,y,h,E,c,x,n,o,s,l]);return g?jsxRuntime.jsx(Ho.Provider,{value:P,children:jsxRuntime.jsx(vaul.Drawer.Root,{open:T,onOpenChange:M,direction:a,dismissible:s,children:f})}):jsxRuntime.jsx(Ho.Provider,{value:P,children:jsxRuntime.jsx(kr,{delayDuration:0,children:jsxRuntime.jsx("div",{ref:b,style:{"--drawer-width":zR,"--drawer-width-icon":OR,...m},className:i("group/drawer-wrapper flex min-h-svh w-full has-[[data-variant=inset]]:bg-muted/50",u),...p,children:f})})})});yi.displayName="Drawer";var Du=$__namespace.forwardRef(({variant:e="default",embedded:t=false,className:r,children:a,...n},o)=>{let s=Ar();if(!s)return jsxRuntime.jsx("div",{ref:o,className:i("flex h-full flex-col bg-background text-foreground",r),...n,children:a});let{placement:l,collapsible:c,isMobile:d,state:u,openMobile:m,setOpenMobile:f}=s;if(l==="bottom"||l==="top")return jsxRuntime.jsx(jsxRuntime.Fragment,{children:a});if(c==="none")return jsxRuntime.jsx("div",{ref:o,className:i("flex h-full w-[--drawer-width] flex-col bg-background text-foreground border-r",l==="right"&&"border-l border-r-0",r),...n,children:a});if(d&&!t)return jsxRuntime.jsx(KR,{open:m,onOpenChange:f,placement:l,children:a});if(t){let b=u==="collapsed",x=c==="offcanvas",g=c==="icon";return jsxRuntime.jsx("div",{ref:o,className:i("group peer text-foreground relative"),"data-state":u,"data-collapsible":b?c:"","data-variant":e,"data-placement":l,"data-embedded":"true",children:jsxRuntime.jsx("div",{className:i("flex h-full flex-col overflow-hidden transition-[width,opacity] duration-200 ease-out",x?b?"w-0 opacity-0":"w-[--drawer-width] opacity-100":g&&b?"w-[--drawer-width-icon]":"w-[--drawer-width]",r),...n,children:jsxRuntime.jsx("div",{"data-drawer":"drawer",className:i("flex h-full w-full flex-col bg-background transition-opacity duration-200",e==="floating"&&"overflow-hidden rounded-lg border shadow-sm",e==="inset"&&"overflow-hidden rounded-lg border",e==="default"&&l==="left"&&"border-r",e==="default"&&l==="right"&&"border-l"),children:a})})})}return jsxRuntime.jsxs("div",{ref:o,className:"group peer hidden md:block text-foreground","data-state":u,"data-collapsible":u==="collapsed"?c:"","data-variant":e,"data-placement":l,children:[jsxRuntime.jsx("div",{className:i("duration-200 relative h-svh w-[--drawer-width] bg-transparent transition-[width] ease-linear","group-data-[collapsible=offcanvas]:w-0",l==="right"&&"group-data-[placement=right]:rotate-180",e==="floating"||e==="inset"?"group-data-[collapsible=icon]:w-[calc(var(--drawer-width-icon)_+_theme(spacing.4))]":"group-data-[collapsible=icon]:w-[--drawer-width-icon]")}),jsxRuntime.jsx("div",{className:i("duration-200 fixed inset-y-0 z-10 hidden h-svh w-[--drawer-width] transition-[left,right,width] ease-linear md:flex",l==="left"?"left-0 group-data-[collapsible=offcanvas]:left-[calc(var(--drawer-width)*-1)]":"right-0 group-data-[collapsible=offcanvas]:right-[calc(var(--drawer-width)*-1)]",e==="floating"||e==="inset"?"p-2 group-data-[collapsible=icon]:w-[calc(var(--drawer-width-icon)_+_theme(spacing.4)_+2px)]":"group-data-[collapsible=icon]:w-[--drawer-width-icon] group-data-[placement=left]:border-r group-data-[placement=right]:border-l",r),...n,children:jsxRuntime.jsx("div",{"data-drawer":"drawer",className:i("flex h-full w-full flex-col bg-background",e==="floating"&&"overflow-hidden rounded-lg border shadow-sm",e==="inset"&&"overflow-hidden rounded-lg border"),children:a})})]})});Du.displayName="DrawerSidebar";var KR=({children:e,open:t,onOpenChange:r,placement:a})=>{let[n,o]=$__namespace.useState(false);return $__namespace.useEffect(()=>{o(true);},[]),$__namespace.useEffect(()=>(t&&(document.body.style.overflow="hidden"),()=>{document.body.style.overflow="";}),[t]),!n||!t?null:No__namespace.createPortal(jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"fixed inset-0 z-50 bg-black/80 animate-in fade-in-0",onClick:()=>r(false)}),jsxRuntime.jsx("div",{className:i("fixed z-50 bg-background p-0 text-foreground shadow-lg","animate-in",a==="left"&&"inset-y-0 left-0 h-full w-[--drawer-width] slide-in-from-left",a==="right"&&"inset-y-0 right-0 h-full w-[--drawer-width] slide-in-from-right"),style:{"--drawer-width":BR},children:jsxRuntime.jsx("div",{className:"flex h-full w-full flex-col",children:e})})]}),document.body)},Su=$__namespace.forwardRef(({className:e,onClick:t,...r},a)=>{let n=Ar();if(n?.mode==="overlay")return jsxRuntime.jsx(vaul.Drawer.Trigger,{ref:a,className:e,onClick:t,...r});let o=n?.toggleDrawer;return jsxRuntime.jsxs("button",{ref:a,type:"button","data-drawer":"trigger",className:i("flex items-center justify-center h-9 w-9 rounded-lg bg-transparent hover:bg-accent transition-colors cursor-pointer",e),onClick:s=>{t?.(s),o?.();},...r,children:[jsxRuntime.jsx(lucideReact.PanelLeft,{className:"h-4 w-4"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Toggle Drawer"})]})});Su.displayName="DrawerTrigger";var Hu=$__namespace.forwardRef(({className:e,children:t,...r},a)=>{let n=Ar(),o=n?.mode==="overlay",s=n?.placement||"left",l=n?.size||"md",c=n?.backdrop||"opaque",d=n?.hideCloseButton||false;if(o){let u=s==="top"||s==="bottom",m=s==="left"||s==="right",f=m?GR[l]:$R[l],p={opaque:"bg-black/80",blur:"bg-black/50 backdrop-blur-sm",transparent:"bg-transparent"},b={top:"inset-x-0 top-0 rounded-b-[10px]",bottom:"inset-x-0 bottom-0 rounded-t-[10px]",left:"inset-y-0 left-0 rounded-r-[10px]",right:"inset-y-0 right-0 rounded-l-[10px]"};return jsxRuntime.jsxs(vaul.Drawer.Portal,{children:[jsxRuntime.jsx(vaul.Drawer.Overlay,{className:i("fixed inset-0 z-50",p[c])}),jsxRuntime.jsxs(vaul.Drawer.Content,{ref:a,className:i("fixed z-50 flex flex-col border bg-background",b[s],e),style:{...m?{width:f,height:"100%"}:{},...u?{maxHeight:f}:{},...r.style},...r,children:[m&&!d&&jsxRuntime.jsx(vaul.Drawer.Close,{asChild:true,children:jsxRuntime.jsx(ar,{variant:"light",className:"absolute right-4 top-4 z-10"})}),u&&jsxRuntime.jsx("div",{className:i("mx-auto h-2 w-[100px] rounded-full bg-muted",s==="top"?"mb-4 mt-auto":"mt-4")}),t]})]})}return jsxRuntime.jsx("div",{ref:a,className:i("flex flex-col h-full",e),...r,children:t})});Hu.displayName="DrawerContent";var Vu=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,"data-drawer":"header",className:i("flex flex-col gap-2 p-4",e),...t}));Vu.displayName="DrawerHeader";var Iu=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,"data-drawer":"body",className:i("flex min-h-0 flex-1 flex-col gap-2 overflow-auto p-4 group-data-[collapsible=icon]:overflow-hidden",e),...t}));Iu.displayName="DrawerBody";var Au=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,"data-drawer":"footer",className:i("flex flex-col gap-2 p-4 mt-auto",e),...t}));Au.displayName="DrawerFooter";var zu=$__namespace.forwardRef(({className:e,...t},r)=>Ar()?.mode==="overlay"?jsxRuntime.jsx(vaul.Drawer.Title,{ref:r,className:i("text-lg font-semibold leading-none tracking-tight",e),...t}):jsxRuntime.jsx("h2",{ref:r,className:i("text-lg font-semibold leading-none tracking-tight",e),...t}));zu.displayName="DrawerTitle";var Bu=$__namespace.forwardRef(({className:e,...t},r)=>Ar()?.mode==="overlay"?jsxRuntime.jsx(vaul.Drawer.Description,{ref:r,className:i("text-sm text-muted-foreground",e),...t}):jsxRuntime.jsx("p",{ref:r,className:i("text-sm text-muted-foreground",e),...t}));Bu.displayName="DrawerDescription";var Ou=$__namespace.forwardRef(({className:e,onClick:t,...r},a)=>{let n=Ar();return n?.mode==="overlay"?jsxRuntime.jsx(vaul.Drawer.Close,{ref:a,className:e,onClick:t,...r}):jsxRuntime.jsx(ar,{ref:a,variant:"light",className:e,onClick:s=>{t?.(s),n?.setOpen(false);},...r})});Ou.displayName="DrawerClose";var Fu=$__namespace.forwardRef(({className:e,onClick:t,showLabel:r=true,...a},n)=>{let o=Ar();if(!o)return null;let{toggleDrawer:s,state:l,placement:c}=o,d=l==="collapsed",u=c==="left",m=u?lucideReact.PanelLeftOpen:lucideReact.PanelRightOpen,f=u?lucideReact.PanelLeftClose:lucideReact.PanelRightClose;return jsxRuntime.jsxs("button",{ref:n,type:"button","data-drawer":"toggle","data-state":l,className:i("flex items-center gap-2 w-full px-2 py-2 rounded-md text-sm text-muted-foreground","hover:bg-accent hover:text-accent-foreground","transition-colors cursor-pointer","group-data-[collapsible=icon]:justify-center group-data-[collapsible=icon]:px-0",e),onClick:p=>{t?.(p),s();},...a,children:[d?jsxRuntime.jsx(m,{className:"h-4 w-4 shrink-0"}):jsxRuntime.jsx(f,{className:"h-4 w-4 shrink-0"}),r&&jsxRuntime.jsx("span",{className:"group-data-[collapsible=icon]:hidden truncate",children:d?"Expand":"Collapse"})]})});Fu.displayName="DrawerToggle";var Gu=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,"data-drawer":"separator",className:i("mx-4 h-px bg-border",e),...t}));Gu.displayName="DrawerSeparator";var $u=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("ul",{ref:r,"data-drawer":"menu",className:i("flex w-full min-w-0 flex-col gap-1",e),...t}));$u.displayName="DrawerMenu";var Ku=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("li",{ref:r,"data-drawer":"menu-item",className:i("group/menu-item relative",e),...t}));Ku.displayName="DrawerMenuItem";var _u=classVarianceAuthority.cva("peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left text-sm outline-none ring-ring transition-[width,height,padding] hover:bg-accent hover:text-accent-foreground focus-visible:ring-2 active:bg-accent active:text-accent-foreground disabled:pointer-events-none disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-accent data-[active=true]:font-medium data-[active=true]:text-accent-foreground group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&>span:last-child]:truncate [&>svg]:size-4 [&>svg]:shrink-0",{variants:{variant:{default:"hover:bg-accent hover:text-accent-foreground",outline:"bg-background shadow-[0_0_0_1px_hsl(var(--border))] hover:bg-accent hover:text-accent-foreground",ghost:"hover:bg-accent/50 hover:text-accent-foreground"},size:{sm:"h-7 text-xs",md:"h-8 text-sm",lg:"h-12 text-sm group-data-[collapsible=icon]:!p-0"}},defaultVariants:{variant:"default",size:"md"}}),Wu=$__namespace.forwardRef(({asChild:e=false,isActive:t=false,variant:r="default",size:a="md",tooltip:n,className:o,children:s,...l},c)=>{let d=Ar(),u=d?.isMobile??false,m=d?.state??"expanded",f=jsxRuntime.jsx("button",{ref:c,type:"button","data-drawer":"menu-button","data-size":a,"data-active":t,className:i(_u({variant:r,size:a}),o),...l,children:s});return n?jsxRuntime.jsxs(Er,{children:[jsxRuntime.jsx(Lr,{asChild:true,children:f}),jsxRuntime.jsx(Dr,{side:"right",align:"center",hidden:m!=="collapsed"||u,...typeof n=="string"?{children:n}:n})]}):f});Wu.displayName="DrawerMenuButton";var ju=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,"data-drawer":"group",className:i("relative flex w-full min-w-0 flex-col p-2",e),...t}));ju.displayName="DrawerGroup";var Yu=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,"data-drawer":"group-label",className:i("duration-200 flex h-8 shrink-0 items-center rounded-md px-2 text-xs font-medium text-muted-foreground outline-none transition-[margin,opacity] ease-linear","group-data-[collapsible=icon]:-mt-8 group-data-[collapsible=icon]:opacity-0",e),...t}));Yu.displayName="DrawerGroupLabel";var Uu=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("main",{ref:r,className:i("relative flex min-h-svh flex-1 flex-col bg-background","peer-data-[variant=inset]:min-h-[calc(100svh-theme(spacing.4))] md:peer-data-[variant=inset]:m-2 md:peer-data-[state=collapsed]:peer-data-[variant=inset]:ml-2 md:peer-data-[variant=inset]:ml-0 md:peer-data-[variant=inset]:rounded-xl md:peer-data-[variant=inset]:shadow",e),...t}));Uu.displayName="DrawerInset";var _R=yi;var qu=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{className:"relative w-full overflow-auto",children:jsxRuntime.jsx("table",{ref:r,className:i("w-full caption-bottom text-sm",e),...t})}));qu.displayName="Table";var Zu=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("thead",{ref:r,className:i("[&_tr]:border-b",e),...t}));Zu.displayName="TableHeader";var Ju=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("tbody",{ref:r,className:i("[&_tr:last-child]:border-0",e),...t}));Ju.displayName="TableBody";var Qu=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("tfoot",{ref:r,className:i("border-t bg-muted/50 font-medium [&>tr]:last:border-b-0",e),...t}));Qu.displayName="TableFooter";var em=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("tr",{ref:r,className:i("border-b transition-colors hover:bg-muted/50 data-[state=selected]:bg-muted",e),...t}));em.displayName="TableRow";var tm=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("th",{ref:r,className:i("h-12 px-4 text-left align-middle font-medium text-muted-foreground [&:has([role=checkbox])]:pr-0",e),...t}));tm.displayName="TableHead";var rm=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("td",{ref:r,className:i("p-4 align-middle [&:has([role=checkbox])]:pr-0",e),...t}));rm.displayName="TableCell";var am=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("caption",{ref:r,className:i("mt-4 text-sm text-muted-foreground",e),...t}));am.displayName="TableCaption";var om=classVarianceAuthority.cva("animate-spin text-muted-foreground",{variants:{size:{sm:"h-4 w-4",md:"h-6 w-6",lg:"h-8 w-8"}},defaultVariants:{size:"md"}}),sm=$__namespace.forwardRef(({className:e,size:t,...r},a)=>jsxRuntime.jsx(lucideReact.Loader2,{ref:a,className:i(om({size:t,className:e})),...r}));sm.displayName="Spinner";var Ri=["January","February","March","April","May","June","July","August","September","October","November","December"];function e0({currentMonth:e,onMonthChange:t,startYear:r,endYear:a}){let[n,o]=$__namespace.useState(false),[s,l]=$__namespace.useState(false),c=$__namespace.useRef(null),d=$__namespace.useRef(null),u=dateFns.getMonth(e),m=dateFns.getYear(e);$__namespace.useEffect(()=>{function x(g){c.current&&!c.current.contains(g.target)&&o(false),d.current&&!d.current.contains(g.target)&&l(false);}return document.addEventListener("mousedown",x),()=>document.removeEventListener("mousedown",x)},[]);let f=x=>{let g=dateFns.setMonth(e,x);t(g),o(false);},p=x=>{let g=dateFns.setYear(e,x);t(g),l(false);},b=$__namespace.useMemo(()=>{let x=[];for(let g=a;g>=r;g--)x.push(g);return x},[r,a]);return jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsxs("div",{ref:c,className:"relative",children:[jsxRuntime.jsxs("button",{type:"button",onClick:()=>{o(!n),l(false);},className:i("inline-flex items-center justify-between gap-2 px-3 py-1.5 rounded-md","text-sm font-medium w-[120px]","border border-border bg-background","hover:bg-muted transition-colors cursor-pointer",n&&"ring-2 ring-primary ring-offset-2 ring-offset-background"),children:[jsxRuntime.jsx("span",{children:Ri[u]}),jsxRuntime.jsx(lucideReact.ChevronDown,{className:i("h-4 w-4 text-muted-foreground transition-transform",n&&"rotate-180")})]}),n&&jsxRuntime.jsx("div",{className:"absolute top-full left-0 mt-1 z-50 min-w-[140px] rounded-md border border-border bg-background shadow-lg",children:jsxRuntime.jsx(ke,{className:"h-[200px]",children:jsxRuntime.jsx("div",{className:"p-1",children:Ri.map((x,g)=>jsxRuntime.jsx("button",{type:"button",onClick:()=>f(g),className:i("w-full text-left px-3 py-2 text-sm rounded-md","hover:bg-muted transition-colors cursor-pointer",u===g&&"bg-primary/10 text-primary font-medium"),children:x},x))})})})]}),jsxRuntime.jsxs("div",{ref:d,className:"relative",children:[jsxRuntime.jsxs("button",{type:"button",onClick:()=>{l(!s),o(false);},className:i("inline-flex items-center justify-between gap-2 px-3 py-1.5 rounded-md","text-sm font-medium w-[85px]","border border-border bg-background","hover:bg-muted transition-colors cursor-pointer",s&&"ring-2 ring-primary ring-offset-2 ring-offset-background"),children:[jsxRuntime.jsx("span",{children:m}),jsxRuntime.jsx(lucideReact.ChevronDown,{className:i("h-4 w-4 text-muted-foreground transition-transform",s&&"rotate-180")})]}),s&&jsxRuntime.jsx("div",{className:"absolute top-full left-0 mt-1 z-50 min-w-[100px] rounded-md border border-border bg-background shadow-lg",children:jsxRuntime.jsx(ke,{className:"h-[200px]",children:jsxRuntime.jsx("div",{className:"p-1",children:b.map(x=>jsxRuntime.jsx("button",{type:"button",onClick:()=>p(x),className:i("w-full text-left px-3 py-2 text-sm rounded-md","hover:bg-muted transition-colors cursor-pointer",m===x&&"bg-primary/10 text-primary font-medium"),children:x},x))})})})]})]})}function t0(e,t,r){return function({calendarMonth:n}){let{goToMonth:o,nextMonth:s,previousMonth:l}=reactDayPicker.useDayPicker();if(e)return jsxRuntime.jsxs("div",{className:"flex items-center justify-between gap-2 h-10 mb-2",children:[jsxRuntime.jsx(e0,{currentMonth:n.date,onMonthChange:o,startYear:t,endYear:r}),jsxRuntime.jsxs("div",{className:"flex items-center gap-1",children:[jsxRuntime.jsx("button",{type:"button",disabled:!l,onClick:()=>l&&o(l),className:i("h-8 w-8 inline-flex items-center justify-center rounded-md","text-muted-foreground hover:text-foreground hover:bg-muted","transition-colors cursor-pointer disabled:opacity-50 disabled:cursor-not-allowed"),"aria-label":"Previous month",children:jsxRuntime.jsx(lucideReact.ChevronLeft,{className:"h-4 w-4"})}),jsxRuntime.jsx("button",{type:"button",disabled:!s,onClick:()=>s&&o(s),className:i("h-8 w-8 inline-flex items-center justify-center rounded-md","text-muted-foreground hover:text-foreground hover:bg-muted","transition-colors cursor-pointer disabled:opacity-50 disabled:cursor-not-allowed"),"aria-label":"Next month",children:jsxRuntime.jsx(lucideReact.ChevronRight,{className:"h-4 w-4"})})]})]});let c=Ri[n.date.getMonth()],d=n.date.getFullYear();return jsxRuntime.jsxs("div",{className:"flex items-center justify-between gap-2 h-10 mb-2",children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsx("span",{className:"text-sm font-medium w-[90px]",children:c}),jsxRuntime.jsx("span",{className:"text-sm font-medium w-[50px]",children:d})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-1",children:[jsxRuntime.jsx("button",{type:"button",disabled:!l,onClick:()=>l&&o(l),className:i("h-8 w-8 inline-flex items-center justify-center rounded-md","text-muted-foreground hover:text-foreground hover:bg-muted","transition-colors cursor-pointer disabled:opacity-50 disabled:cursor-not-allowed"),"aria-label":"Previous month",children:jsxRuntime.jsx(lucideReact.ChevronLeft,{className:"h-4 w-4"})}),jsxRuntime.jsx("button",{type:"button",disabled:!s,onClick:()=>s&&o(s),className:i("h-8 w-8 inline-flex items-center justify-center rounded-md","text-muted-foreground hover:text-foreground hover:bg-muted","transition-colors cursor-pointer disabled:opacity-50 disabled:cursor-not-allowed"),"aria-label":"Next month",children:jsxRuntime.jsx(lucideReact.ChevronRight,{className:"h-4 w-4"})})]})]})}}function za({className:e,classNames:t,showOutsideDays:r=true,showMonthAndYearPickers:a=false,startYear:n=1900,endYear:o=new Date().getFullYear()+50,components:s,...l}){let c=$__namespace.useMemo(()=>t0(a,n,o),[a,n,o]);return jsxRuntime.jsx(reactDayPicker.DayPicker,{showOutsideDays:r,className:i("p-4",e),classNames:{months:"flex flex-col sm:flex-row gap-4",month:"flex flex-col gap-2",month_caption:"sr-only",nav:"hidden",month_grid:"w-full border-collapse",weekdays:"flex",weekday:"text-muted-foreground w-10 font-normal text-xs text-center",week:"flex w-full mt-1",day:i("relative h-10 w-10 p-0 text-center text-sm","flex items-center justify-center","focus-within:relative focus-within:z-20","[&:has([aria-selected]:not(.outside-day))]:bg-accent","first:[&:has([aria-selected]:not(.outside-day))]:rounded-l-md","last:[&:has([aria-selected]:not(.outside-day))]:rounded-r-md"),day_button:i("size-10 p-0 font-normal rounded-md text-sm","inline-flex items-center justify-center","hover:bg-primary/10 hover:text-primary","focus:outline-none","transition-colors cursor-pointer"),range_start:"rounded-l-md",range_end:"rounded-r-md",selected:i("bg-primary text-primary-foreground rounded-md","hover:bg-primary/90 hover:!text-primary-foreground","focus:bg-primary focus:text-primary-foreground","[&.outside-day]:bg-transparent [&.outside-day]:text-muted-foreground/50"),today:"bg-accent text-accent-foreground rounded-md",outside:"outside-day text-muted-foreground/50",disabled:"text-muted-foreground/30 cursor-not-allowed",range_middle:"rounded-none",hidden:"invisible",...t},modifiersStyles:{range_middle:{backgroundColor:"var(--color-muted)",color:"var(--color-foreground)",borderRadius:0},outside:{backgroundColor:"transparent"}},components:{...s,MonthCaption:c},...l})}za.displayName="Calendar";var dm=({className:e,...t})=>jsxRuntime.jsx("nav",{role:"navigation","aria-label":"pagination",className:i("mx-auto flex w-full justify-center",e),...t});dm.displayName="Pagination";var um=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("ul",{ref:r,className:i("flex flex-row items-center gap-1",e),...t}));um.displayName="PaginationContent";var mm=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("li",{ref:r,className:i("",e),...t}));mm.displayName="PaginationItem";var Vo=({className:e,isActive:t,size:r="icon",...a})=>jsxRuntime.jsx("a",{"aria-current":t?"page":void 0,className:i(er({variant:t?"bordered":"ghost",size:r}),e),...a});Vo.displayName="PaginationLink";var pm=({className:e,...t})=>jsxRuntime.jsxs(Vo,{"aria-label":"Go to previous page",size:"md",className:i("gap-1 pl-2.5",e),...t,children:[jsxRuntime.jsx(lucideReact.ChevronLeft,{className:"h-4 w-4"}),jsxRuntime.jsx("span",{children:"Previous"})]});pm.displayName="PaginationPrevious";var fm=({className:e,...t})=>jsxRuntime.jsxs(Vo,{"aria-label":"Go to next page",size:"md",className:i("gap-1 pr-2.5",e),...t,children:[jsxRuntime.jsx("span",{children:"Next"}),jsxRuntime.jsx(lucideReact.ChevronRight,{className:"h-4 w-4"})]});fm.displayName="PaginationNext";var gm=({className:e,...t})=>jsxRuntime.jsxs("span",{"aria-hidden":true,className:i("flex h-9 w-9 items-center justify-center",e),...t,children:[jsxRuntime.jsx(lucideReact.MoreHorizontal,{className:"h-4 w-4"}),jsxRuntime.jsx("span",{className:"sr-only",children:"More pages"})]});gm.displayName="PaginationEllipsis";var Ni=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx(cmdk.Command,{ref:r,className:i("flex h-full w-full flex-col overflow-hidden rounded-md bg-popover text-popover-foreground",e),...t}));Ni.displayName=cmdk.Command.displayName;var s0=({children:e,...t})=>jsxRuntime.jsx(so,{...t,children:jsxRuntime.jsx(io,{className:"overflow-hidden p-0 shadow-lg",children:jsxRuntime.jsx(Ni,{className:"[&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:font-medium [&_[cmdk-group-heading]]:text-muted-foreground [&_[cmdk-group]:not([hidden])_~[cmdk-group]]:pt-0 [&_[cmdk-group]]:px-2 [&_[cmdk-input-wrapper]_svg]:h-5 [&_[cmdk-input-wrapper]_svg]:w-5 [&_[cmdk-input]]:h-12 [&_[cmdk-item]]:px-2 [&_[cmdk-item]]:py-3 [&_[cmdk-item]_svg]:h-5 [&_[cmdk-item]_svg]:w-5",children:e})})}),bm=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsxs("div",{className:"flex items-center border-b px-3","cmdk-input-wrapper":"",children:[jsxRuntime.jsx(lucideReact.Search,{className:"mr-2 h-4 w-4 shrink-0 opacity-50"}),jsxRuntime.jsx(cmdk.Command.Input,{ref:r,className:i("flex h-11 w-full rounded-md bg-transparent py-3 text-sm outline-none placeholder:text-muted-foreground disabled:cursor-not-allowed disabled:opacity-50",e),...t})]}));bm.displayName=cmdk.Command.Input.displayName;var vm=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx(cmdk.Command.List,{ref:r,className:i("max-h-[300px] overflow-y-auto overflow-x-hidden",e),...t}));vm.displayName=cmdk.Command.List.displayName;var hm=$__namespace.forwardRef((e,t)=>jsxRuntime.jsx(cmdk.Command.Empty,{ref:t,className:"py-6 text-center text-sm",...e}));hm.displayName=cmdk.Command.Empty.displayName;var xm=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx(cmdk.Command.Group,{ref:r,className:i("overflow-hidden p-1 text-foreground [&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:py-1.5 [&_[cmdk-group-heading]]:text-xs [&_[cmdk-group-heading]]:font-medium [&_[cmdk-group-heading]]:text-muted-foreground",e),...t}));xm.displayName=cmdk.Command.Group.displayName;var ym=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx(cmdk.Command.Separator,{ref:r,className:i("-mx-1 h-px bg-border",e),...t}));ym.displayName=cmdk.Command.Separator.displayName;var Rm=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx(cmdk.Command.Item,{ref:r,className:i("relative flex cursor-default gap-2 select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none data-[disabled=true]:pointer-events-none data-[selected='true']:bg-accent data-[selected=true]:text-accent-foreground data-[disabled=true]:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",e),...t}));Rm.displayName=cmdk.Command.Item.displayName;var wm=({className:e,...t})=>jsxRuntime.jsx("span",{className:i("ml-auto text-xs tracking-widest text-muted-foreground",e),...t});wm.displayName="CommandShortcut";var Cm=$__namespace.forwardRef(({className:e,showToggle:t=true,disabled:r,onFocus:a,onBlur:n,style:o,...s},l)=>{let[c,d]=$__namespace.useState(false),[u,m]=$__namespace.useState(false);return jsxRuntime.jsxs("div",{className:"relative",children:[jsxRuntime.jsx("input",{type:c?"text":"password",className:i("flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-sm file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus:outline-none transition-colors disabled:cursor-not-allowed disabled:opacity-50",t&&"pr-10",e),ref:l,disabled:r,style:{...o,borderColor:u?"var(--color-foreground)":void 0},onFocus:f=>{m(true),a?.(f);},onBlur:f=>{m(false),n?.(f);},...s}),t&&jsxRuntime.jsx("button",{type:"button",className:"absolute right-0 top-0 h-10 w-10 px-3 flex items-center justify-center text-muted-foreground hover:text-foreground transition-colors cursor-pointer disabled:opacity-50 disabled:cursor-not-allowed",onClick:()=>d(!c),disabled:r,tabIndex:-1,"aria-label":c?"Hide password":"Show password",children:c?jsxRuntime.jsx(lucideReact.EyeOff,{className:"h-4 w-4"}):jsxRuntime.jsx(lucideReact.Eye,{className:"h-4 w-4"})})]})});Cm.displayName="PasswordInput";var Nm=$__namespace.forwardRef(({className:e,showButtons:t=true,step:r=1,min:a,max:n,value:o,defaultValue:s,onChange:l,disabled:c,...d},u)=>{let[m,f]=$__namespace.useState(s),[p,b]=$__namespace.useState(false),x=o!==void 0,g=x?o:m,v=M=>{M!==void 0&&(a!==void 0&&M<a&&(M=a),n!==void 0&&M>n&&(M=n)),x||f(M),l?.(M);},w=()=>{v((g??0)+r);},y=()=>{v((g??0)-r);},h=M=>{let E=M.target.value;if(E==="")v(void 0);else {let N=parseFloat(E);isNaN(N)||v(N);}},C=M=>{M.key==="ArrowUp"?(M.preventDefault(),w()):M.key==="ArrowDown"&&(M.preventDefault(),y());},R=a===void 0||(g??0)>a,T=n===void 0||(g??0)<n;return t?jsxRuntime.jsxs("div",{className:i("relative flex items-center rounded-md border transition-colors",p?"border-foreground":"border-input",c&&"opacity-50",e),children:[jsxRuntime.jsx("button",{type:"button",className:"h-10 w-10 shrink-0 flex items-center justify-center text-muted-foreground hover:text-foreground transition-colors cursor-pointer disabled:opacity-50 disabled:cursor-not-allowed",onClick:y,disabled:c||!R,tabIndex:-1,"aria-label":"Decrease value",children:jsxRuntime.jsx(lucideReact.Minus,{className:"h-4 w-4"})}),jsxRuntime.jsx("input",{type:"text",inputMode:"numeric",pattern:"[0-9]*",className:"min-w-0 flex-1 h-10 bg-background text-sm text-center focus:outline-none disabled:cursor-not-allowed",ref:u,value:g??"",onChange:h,onKeyDown:C,disabled:c,onFocus:()=>b(true),onBlur:()=>b(false),...d}),jsxRuntime.jsx("button",{type:"button",className:"h-10 w-10 shrink-0 flex items-center justify-center text-muted-foreground hover:text-foreground transition-colors cursor-pointer disabled:opacity-50 disabled:cursor-not-allowed",onClick:w,disabled:c||!T,tabIndex:-1,"aria-label":"Increase value",children:jsxRuntime.jsx(lucideReact.Plus,{className:"h-4 w-4"})})]}):jsxRuntime.jsx("input",{type:"text",inputMode:"numeric",pattern:"[0-9]*",className:i("flex h-10 w-full bg-background px-3 py-2 text-sm text-center border rounded-md placeholder:text-muted-foreground focus:outline-none transition-colors disabled:cursor-not-allowed disabled:opacity-50",p?"border-foreground":"border-input",e),ref:u,value:g??"",onChange:h,onKeyDown:C,disabled:c,onFocus:()=>b(true),onBlur:()=>b(false),...d})});Nm.displayName="NumberInput";var Tm=$__namespace.forwardRef(({value:e,defaultValue:t,onValueChange:r,placeholder:a="Pick a date",dateFormat:n="PPP",disabled:o=false,minDate:s,maxDate:l,className:c},d)=>{let[u,m]=$__namespace.useState(false),[f,p]=$__namespace.useState(t),b=e!==void 0,x=b?e:f,g=v=>{b||p(v),r?.(v),m(false);};return jsxRuntime.jsxs(Ie,{open:u,onOpenChange:m,children:[jsxRuntime.jsx(Ye,{asChild:true,children:jsxRuntime.jsxs(U,{ref:d,variant:"bordered",disabled:o,className:i("w-full justify-start text-left font-normal",!x&&"text-muted-foreground",c),children:[jsxRuntime.jsx(lucideReact.Calendar,{className:"mr-2 h-4 w-4"}),x?dateFns.format(x,n):a]})}),jsxRuntime.jsx(Ae,{className:"w-auto p-0",align:"start",children:jsxRuntime.jsx(za,{mode:"single",selected:x,onSelect:g,disabled:v=>!!(s&&v<s||l&&v>l),initialFocus:true})})]})});Tm.displayName="DatePicker";var Lm=classVarianceAuthority.cva("flex -space-x-2",{variants:{size:{sm:"-space-x-2",md:"-space-x-2.5",lg:"-space-x-3"}},defaultVariants:{size:"md"}}),Pm=classVarianceAuthority.cva("border-2 border-background ring-0 cursor-pointer transition-transform duration-200 hover:-translate-y-1",{variants:{size:{sm:"h-8 w-8 text-xs",md:"h-10 w-10 text-sm",lg:"h-12 w-12 text-base"}},defaultVariants:{size:"md"}}),Dm=$__namespace.forwardRef(({className:e,items:t,max:r=5,size:a,showTooltips:n=false,...o},s)=>{let l=t.slice(0,r),c=t.length-r,d=(m,f)=>{let p=jsxRuntime.jsxs(oa,{className:i(Pm({size:a})),children:[m.src&&jsxRuntime.jsx(Va,{src:m.src,alt:m.alt||""}),jsxRuntime.jsx(sa,{className:"text-xs",children:m.fallback||m.alt?.charAt(0)?.toUpperCase()||"?"})]},f);return n&&m.alt?jsxRuntime.jsxs(Er,{children:[jsxRuntime.jsx(Lr,{asChild:true,children:p}),jsxRuntime.jsx(Dr,{className:"bg-zinc-100 text-zinc-900 dark:bg-zinc-900 dark:text-zinc-100",children:m.alt})]},f):p},u=jsxRuntime.jsxs("div",{ref:s,className:i(Lm({size:a,className:e})),...o,children:[l.map((m,f)=>d(m,f)),c>0&&jsxRuntime.jsx(oa,{className:i(Pm({size:a})),children:jsxRuntime.jsxs(sa,{className:"bg-muted text-muted-foreground",children:["+",c]})})]});return n?jsxRuntime.jsx(kr,{delayDuration:300,children:u}):u});Dm.displayName="AvatarGroup";var Sm=classVarianceAuthority.cva("flex gap-0.5",{variants:{size:{sm:"[&_svg]:h-4 [&_svg]:w-4",md:"[&_svg]:h-5 [&_svg]:w-5",lg:"[&_svg]:h-6 [&_svg]:w-6"}},defaultVariants:{size:"md"}}),Hm=$__namespace.forwardRef(({className:e,value:t,defaultValue:r=0,onValueChange:a,max:n=5,size:o,icon:s="star",allowHalf:l=false,readOnly:c=false,disabled:d=false,filledColor:u,emptyColor:m,...f},p)=>{let[b,x]=$__namespace.useState(r),[g,v]=$__namespace.useState(null),w=t!==void 0,y=w?t:b,h=g!==null?g:y,C=L=>{c||d||(w||x(L),a?.(L));},R=(L,H=false)=>{let S=l&&H?L+.5:L+1;C(S);},T=(L,H)=>{if(c||d)return;let S=L.currentTarget.getBoundingClientRect(),D=l&&L.clientX<S.left+S.width/2;v(D?H+.5:H+1);},M=()=>{v(null);},E=s==="heart"?lucideReact.Heart:lucideReact.Star,N=L=>h>=L+1?"full":h>=L+.5?"half":"empty",P=u?{color:u,fill:u}:{},k=m?{color:m}:{};return jsxRuntime.jsx("div",{ref:p,className:i(Sm({size:o,className:e}),d&&"opacity-50 cursor-not-allowed"),onMouseLeave:M,role:"radiogroup","aria-label":"Rating",...f,children:Array.from({length:n},(L,H)=>{let S=N(H);return jsxRuntime.jsxs("button",{type:"button",className:i("relative focus:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 rounded-sm",!c&&!d&&"cursor-pointer hover:scale-110 transition-transform"),onClick:D=>{let I=D.currentTarget.getBoundingClientRect(),A=l&&D.clientX<I.left+I.width/2;R(H,A);},onMouseMove:D=>T(D,H),disabled:d||c,"aria-label":`Rate ${H+1} out of ${n}`,role:"radio","aria-checked":y===H+1,children:[jsxRuntime.jsx(E,{className:i("text-muted-foreground/30",S!=="empty"&&"absolute inset-0"),style:S==="empty"?k:void 0}),S!=="empty"&&jsxRuntime.jsx(E,{className:i("text-yellow-500 fill-yellow-500",s==="heart"&&"text-red-500 fill-red-500",S==="half"&&"clip-path-half"),style:{...P,clipPath:S==="half"?"inset(0 50% 0 0)":void 0}})]},H)})})});Hm.displayName="Rating";var Am=classVarianceAuthority.cva("inline-flex items-center justify-center gap-1.5 text-sm 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:opacity-50",{variants:{variant:{solid:"border-transparent text-primary-foreground",outline:"border bg-transparent",ghost:"border-transparent bg-transparent",soft:"border-transparent",surface:"border-transparent bg-muted text-muted-foreground"},color:{primary:"",secondary:"",success:"",warning:"",danger:"",info:""},size:{sm:"h-6 px-2 text-xs",md:"h-7 px-2.5 text-sm",lg:"h-8 px-3 text-sm"},radius:{none:"rounded-none",sm:"rounded-sm",md:"rounded-md",lg:"rounded-lg",full:"rounded-full"},clickable:{true:"cursor-pointer",false:""}},compoundVariants:[{variant:"solid",color:"primary",className:"bg-primary hover:bg-primary/90"},{variant:"solid",color:"secondary",className:"bg-secondary text-secondary-foreground hover:bg-secondary/80"},{variant:"solid",color:"success",className:"bg-success hover:bg-success/90"},{variant:"solid",color:"warning",className:"bg-warning text-warning-foreground hover:bg-warning/90"},{variant:"solid",color:"danger",className:"bg-danger hover:bg-danger/90"},{variant:"solid",color:"info",className:"bg-info hover:bg-info/90"},{variant:"outline",color:"primary",className:"border-primary text-primary hover:bg-primary/10"},{variant:"outline",color:"secondary",className:"border-secondary text-secondary-foreground hover:bg-secondary/10"},{variant:"outline",color:"success",className:"border-success text-success hover:bg-success/10"},{variant:"outline",color:"warning",className:"border-warning text-warning hover:bg-warning/10"},{variant:"outline",color:"danger",className:"border-danger text-danger hover:bg-danger/10"},{variant:"outline",color:"info",className:"border-info text-info hover:bg-info/10"},{variant:"ghost",color:"primary",className:"text-primary hover:bg-primary/10"},{variant:"ghost",color:"secondary",className:"text-secondary-foreground hover:bg-secondary"},{variant:"ghost",color:"success",className:"text-success hover:bg-success/10"},{variant:"ghost",color:"warning",className:"text-warning hover:bg-warning/10"},{variant:"ghost",color:"danger",className:"text-danger hover:bg-danger/10"},{variant:"ghost",color:"info",className:"text-info hover:bg-info/10"},{variant:"soft",color:"primary",className:"bg-primary/15 text-primary hover:bg-primary/20"},{variant:"soft",color:"secondary",className:"bg-secondary text-secondary-foreground hover:bg-secondary/80"},{variant:"soft",color:"success",className:"bg-success/15 text-success hover:bg-success/20"},{variant:"soft",color:"warning",className:"bg-warning/15 text-warning hover:bg-warning/20"},{variant:"soft",color:"danger",className:"bg-danger/15 text-danger hover:bg-danger/20"},{variant:"soft",color:"info",className:"bg-info/15 text-info hover:bg-info/20"}],defaultVariants:{variant:"solid",color:"primary",size:"md",radius:"full",clickable:false}}),R0=classVarianceAuthority.cva("ml-1 rounded-full p-0.5 transition-colors hover:bg-black/10 dark:hover:bg-white/10",{variants:{size:{sm:"[&_svg]:size-3",md:"[&_svg]:size-3.5",lg:"[&_svg]:size-4"}},defaultVariants:{size:"md"}}),zm=$__namespace.forwardRef(({className:e,variant:t,color:r,size:a,radius:n,clickable:o,startContent:s,endContent:l,closable:c,onClose:d,disabled:u,avatar:m,children:f,onClick:p,...b},x)=>{let g=o||!!p,v=w=>{w.stopPropagation(),d?.();};return jsxRuntime.jsxs("div",{ref:x,role:g?"button":void 0,tabIndex:g&&!u?0:void 0,"aria-disabled":u,onClick:u?void 0:p,onKeyDown:g&&!u?w=>{(w.key==="Enter"||w.key===" ")&&(w.preventDefault(),p?.(w));}:void 0,className:i(Am({variant:t,color:r,size:a,radius:n,clickable:g}),u&&"opacity-50 cursor-not-allowed",e),...b,children:[m&&jsxRuntime.jsx("span",{className:"-ml-1 [&>*]:size-5 [&>*]:rounded-full",children:m}),s&&jsxRuntime.jsx("span",{className:"shrink-0",children:s}),jsxRuntime.jsx("span",{className:"truncate",children:f}),l&&jsxRuntime.jsx("span",{className:"shrink-0",children:l}),c&&jsxRuntime.jsx("button",{type:"button","aria-label":"Remove",onClick:v,disabled:u,className:i(R0({size:a})),children:jsxRuntime.jsx(lucideReact.X,{})})]})});zm.displayName="Chip";var Bm=$.createContext({direction:"horizontal"}),E0=({className:e,direction:t="horizontal",children:r,...a})=>jsxRuntime.jsx(Bm.Provider,{value:{direction:t},children:jsxRuntime.jsx(reactResizablePanels.Group,{orientation:t,className:i("flex h-full w-full data-[orientation=vertical]:flex-col",e),...a,children:r})}),L0=reactResizablePanels.Panel,D0=({withHandle:e,className:t,...r})=>{let{direction:a}=$.useContext(Bm),n=a==="vertical";return jsxRuntime.jsx(reactResizablePanels.Separator,{className:i("relative flex shrink-0 items-center justify-center bg-border outline-none",n?"h-px w-full after:absolute after:inset-x-0 after:top-1/2 after:h-1 after:-translate-y-1/2":"w-px after:absolute after:inset-y-0 after:left-1/2 after:w-1 after:-translate-x-1/2",t),...r,children:e&&jsxRuntime.jsx("div",{className:i("z-10 flex items-center justify-center rounded-sm border bg-border",n?"h-3 w-4 rotate-90":"h-4 w-3"),children:jsxRuntime.jsx(lucideReact.GripVertical,{className:"h-2.5 w-2.5"})})})};var Gm=classVarianceAuthority.cva("inline-flex items-center gap-1",{variants:{size:{sm:"[&>span]:h-1 [&>span]:w-1",md:"[&>span]:h-1.5 [&>span]:w-1.5",lg:"[&>span]:h-2 [&>span]:w-2",xl:"[&>span]:h-3 [&>span]:w-3"}},defaultVariants:{size:"md"}}),$m=$__namespace.forwardRef(({className:e,size:t,count:r=3,...a},n)=>jsxRuntime.jsx("span",{ref:n,role:"status","aria-label":"Loading",className:i(Gm({size:t,className:e})),...a,children:Array.from({length:r}).map((o,s)=>jsxRuntime.jsx("span",{className:"rounded-full bg-current animate-dots-bounce",style:{animationDelay:`${s*.16}s`}},s))}));$m.displayName="Dots";var Wm=classVarianceAuthority.cva("relative inline-flex items-center justify-center",{variants:{size:{sm:"h-8 w-8",md:"h-10 w-10",lg:"h-14 w-14"},color:{default:"",success:"",warning:"",danger:""}},defaultVariants:{size:"md",color:"default"}}),V0={sm:{size:32,strokeWidth:3,fontSize:"text-[10px]"},md:{size:40,strokeWidth:4,fontSize:"text-xs"},lg:{size:56,strokeWidth:5,fontSize:"text-sm"}},Km={default:"#18181b",success:"#16a34a",warning:"#d97706",danger:"#dc2626"},jm=$__namespace.forwardRef(({className:e,size:t="md",color:r="default",value:a,showValue:n=false,trackClassName:o,...s},l)=>{let c=a===void 0,d=Math.min(100,Math.max(0,a??0)),u=V0[t],m=(u.size-u.strokeWidth)/2,f=2*Math.PI*m,p=f-d/100*f,b=f*.3;return jsxRuntime.jsxs("div",{ref:l,className:i(Wm({size:t,color:r}),e),role:"progressbar","aria-valuenow":c?void 0:d,"aria-valuemin":0,"aria-valuemax":100,...s,children:[jsxRuntime.jsxs("svg",{width:u.size,height:u.size,viewBox:`0 0 ${u.size} ${u.size}`,fill:"none",style:c?{animation:"circular-spin 0.8s linear infinite"}:void 0,children:[jsxRuntime.jsx("style",{children:`
43
+ `;return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("style",{dangerouslySetInnerHTML:{__html:p}}),jsxRuntime.jsx("div",{ref:s,id:d,onMouseEnter:()=>c(true),onMouseLeave:()=>c(false),style:n,className:i("h-full w-full",t==="vertical"&&"overflow-y-auto overflow-x-hidden",t==="horizontal"&&"overflow-x-auto overflow-y-hidden",t==="both"&&"overflow-auto",e),...o,children:a})]})});ke.displayName="ScrollArea";var Kc=classVarianceAuthority.cva("flex min-h-10 w-full cursor-pointer items-center justify-between border border-zinc-300 dark:border-zinc-700 bg-background px-3 py-2 text-sm outline-none disabled:cursor-not-allowed disabled:opacity-50",{variants:{radius:{none:"rounded-none",sm:"rounded-sm",md:"rounded-md",lg:"rounded-lg",full:"rounded-full"}},defaultVariants:{radius:"md"}}),_c=$__namespace.forwardRef(({options:e,multiple:t=false,value:r,defaultValue:a,onValueChange:n,placeholder:o="Select...",searchable:s=false,searchPlaceholder:l="Search...",emptyText:c="No results found.",disabled:d=false,clearable:m=false,maxDisplayItems:u=3,maxDropdownHeight:f=240,radius:p,className:b,...x},g)=>{let[v,w]=$__namespace.useState(false),[y,h]=$__namespace.useState(""),[C,R]=$__namespace.useState(a||""),[T,M]=$__namespace.useState(a||[]),[P,N]=$__namespace.useState({top:0,left:0,width:0}),k=$__namespace.useRef(null),E=$__namespace.useRef(null),L=$__namespace.useRef(null),H=$__namespace.useRef(null),S=r!==void 0?r:C,D=r!==void 0?r:T,I=r!==void 0,A=z=>{m&&S===z?(I||R(""),n?.("")):(I||R(z),n?.(z)),w(false),h("");},F=z=>{let J=D.includes(z)?D.filter(Z=>Z!==z):[...D,z];I||M(J),n?.(J);},V=(z,J)=>{J.stopPropagation();let Z=D.filter(ot=>ot!==z);I||M(Z),n?.(Z);},O=z=>{z.stopPropagation(),t?(I||M([]),n?.([])):(I||R(""),n?.(""));},B=e.find(z=>z.value===S),te=e.filter(z=>D.includes(z.value)),ae=te.slice(0,u),G=te.length-u,K=s?e.filter(z=>z.label.toLowerCase().includes(y.toLowerCase())):e;$__namespace.useEffect(()=>{if(v&&E.current){let z=E.current.getBoundingClientRect();N({top:z.bottom+4,left:z.left,width:z.width}),s&&setTimeout(()=>H.current?.focus(),0);}v||h("");},[v,s]),$__namespace.useEffect(()=>{let z=J=>{let Z=J.target,ot=k.current&&!k.current.contains(Z),je=L.current&&!L.current.contains(Z);ot&&je&&(w(false),h(""));};return document.addEventListener("mousedown",z),()=>document.removeEventListener("mousedown",z)},[]),$__namespace.useEffect(()=>{if(!v)return;let z=J=>{L.current?.contains(J.target)||(w(false),h(""));};return window.addEventListener("scroll",z,true),()=>window.removeEventListener("scroll",z,true)},[v]);let ne=t?D.length>0:!!S;return jsxRuntime.jsxs("div",{ref:k,className:i("relative",b),...x,children:[jsxRuntime.jsxs("div",{ref:z=>{E.current=z,typeof g=="function"?g(z):g&&(g.current=z);},role:"combobox","aria-expanded":v,"aria-haspopup":"listbox","aria-disabled":d,onClick:()=>!d&&w(!v),className:i(Kc({radius:p}),t&&"flex-wrap gap-1",d&&"cursor-not-allowed opacity-50"),children:[!t&&jsxRuntime.jsx("span",{className:i(!B&&"text-muted-foreground"),children:B?B.label:o}),t&&jsxRuntime.jsx(jsxRuntime.Fragment,{children:te.length===0?jsxRuntime.jsx("span",{className:"text-muted-foreground",children:o}):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[ae.map(z=>jsxRuntime.jsxs("span",{className:"inline-flex items-center gap-1 rounded-md bg-secondary px-2 py-0.5 text-xs font-medium text-secondary-foreground",children:[z.label,jsxRuntime.jsx("span",{role:"button",tabIndex:0,onClick:J=>V(z.value,J),onKeyDown:J=>{(J.key==="Enter"||J.key===" ")&&V(z.value,J);},className:"rounded-full hover:bg-secondary-foreground/20 cursor-pointer",children:jsxRuntime.jsx(lucideReact.X,{className:"h-3 w-3"})})]},z.value)),G>0&&jsxRuntime.jsxs("span",{className:"text-xs text-muted-foreground",children:["+",G," more"]})]})}),jsxRuntime.jsxs("div",{className:"ml-auto flex items-center gap-1",children:[m&&ne&&jsxRuntime.jsx("span",{role:"button",tabIndex:0,onClick:O,onKeyDown:z=>{(z.key==="Enter"||z.key===" ")&&O(z);},className:"rounded-full p-0.5 hover:bg-muted cursor-pointer",children:jsxRuntime.jsx(lucideReact.X,{className:"h-4 w-4 opacity-50"})}),jsxRuntime.jsx(lucideReact.ChevronDown,{className:i("h-4 w-4 opacity-50 transition-transform",v&&"rotate-180")})]})]}),v&&!d&&typeof document<"u"&&No__namespace.createPortal(jsxRuntime.jsxs("div",{ref:L,className:"fixed z-[9999] overflow-hidden rounded-md border border-zinc-300 dark:border-zinc-700 bg-background shadow-md",style:{top:P.top,left:P.left,minWidth:P.width},children:[s&&jsxRuntime.jsxs("div",{className:"flex items-center border-b border-zinc-300 dark:border-zinc-700 px-3",children:[jsxRuntime.jsx(lucideReact.Search,{className:"h-4 w-4 opacity-50 mr-2"}),jsxRuntime.jsx("input",{ref:H,type:"text",value:y,onChange:z=>h(z.target.value),placeholder:l,className:"flex h-10 w-full bg-transparent py-3 text-sm outline-none placeholder:text-muted-foreground"})]}),jsxRuntime.jsx(ke,{style:{maxHeight:f},onWheel:z=>z.stopPropagation(),children:jsxRuntime.jsx("div",{className:"p-1",children:K.length===0?jsxRuntime.jsx("div",{className:"py-6 text-center text-sm text-muted-foreground",children:c}):K.map(z=>{let J=t?D.includes(z.value):S===z.value;return jsxRuntime.jsxs("div",{role:"option","aria-selected":J,onClick:()=>{z.disabled||(t?F(z.value):A(z.value));},className:i("relative flex cursor-pointer select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none hover:bg-zinc-100 dark:hover:bg-zinc-800",z.disabled&&"pointer-events-none opacity-50"),children:[jsxRuntime.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:J&&jsxRuntime.jsx(lucideReact.Check,{className:"h-4 w-4"})}),z.label]},z.value)})})})]}),document.body)]})});_c.displayName="Select";var Wc=$__namespace.createContext(null),ca=()=>{let e=$__namespace.useContext(Wc);if(!e)throw new Error("Dropdown components must be used within a Dropdown");return e},ii=$__namespace.createContext(null),jc=$__namespace.createContext(null),Sr=({children:e,open:t,defaultOpen:r=false,onOpenChange:a})=>{let[n,o]=$__namespace.useState(r),[s,l]=$__namespace.useState(-1),c=t!==void 0,d=c?t:n,m=$__namespace.useRef(null),u=$__namespace.useRef(null),f=$__namespace.useId(),p=$__namespace.useRef(new Map),b=$__namespace.useCallback(v=>{c||o(v),a?.(v),v||l(-1);},[c,a]),x=$__namespace.useCallback((v,w)=>{p.current.set(v,w);},[]),g=$__namespace.useCallback(v=>{p.current.delete(v);},[]);return jsxRuntime.jsx(Wc.Provider,{value:{open:d,onOpenChange:b,triggerRef:m,contentRef:u,contentId:f,activeIndex:s,setActiveIndex:l,items:p,registerItem:x,unregisterItem:g},children:e})};Sr.displayName="Dropdown";var Hr=$__namespace.forwardRef(({asChild:e,children:t,onClick:r,onKeyDown:a,...n},o)=>{let{open:s,onOpenChange:l,triggerRef:c,contentId:d}=ca(),m=f=>{r?.(f),l(!s);},u=f=>{a?.(f),(f.key==="ArrowDown"||f.key==="ArrowUp")&&(f.preventDefault(),l(true));};return e&&$__namespace.isValidElement(t)?$__namespace.cloneElement(t,{ref:f=>{c.current=f,typeof o=="function"?o(f):o&&(o.current=f);},onClick:f=>{t.props.onClick?.(f),l(!s);},onKeyDown:f=>{t.props.onKeyDown?.(f),(f.key==="ArrowDown"||f.key==="ArrowUp")&&(f.preventDefault(),l(true));},"aria-expanded":s,"aria-haspopup":"menu","aria-controls":s?d:void 0,...n}):jsxRuntime.jsx("button",{ref:f=>{c.current=f,typeof o=="function"?o(f):o&&(o.current=f);},type:"button","aria-expanded":s,"aria-haspopup":"menu","aria-controls":s?d:void 0,onClick:m,onKeyDown:u,...n,children:t})});Hr.displayName="DropdownTrigger";var Vr=$__namespace.forwardRef(({className:e,side:t="bottom",sideOffset:r=4,align:a="start",alignOffset:n=0,collisionPadding:o=8,onInteractOutside:s,onEscapeKeyDown:l,loop:c=true,children:d,...m},u)=>{let{open:f,onOpenChange:p,triggerRef:b,contentRef:x,contentId:g,activeIndex:v,setActiveIndex:w,items:y}=ca(),[h,C]=$__namespace.useState({top:0,left:0}),[R,T]=$__namespace.useState(t),[M,P]=$__namespace.useState(false),N=$__namespace.useRef(0);if($__namespace.useEffect(()=>{P(true);},[]),$__namespace.useEffect(()=>{f&&(N.current=y.current.size);},[f,y]),$__namespace.useEffect(()=>{if(!f||!b.current||!x.current)return;let E=()=>{if(!b.current||!x.current)return;let L=b.current.getBoundingClientRect(),H=x.current.getBoundingClientRect(),S=window.innerWidth,D=window.innerHeight,I=0,A=0,F=t;switch(t){case "top":I=L.top-H.height-r,I<o&&(I=L.bottom+r,F="bottom");break;case "bottom":I=L.bottom+r,I+H.height>D-o&&(I=L.top-H.height-r,F="top");break;case "left":A=L.left-H.width-r,A<o&&(A=L.right+r,F="right");break;case "right":A=L.right+r,A+H.width>S-o&&(A=L.left-H.width-r,F="left");break}if(F==="top"||F==="bottom"){switch(a){case "start":A=L.left+n;break;case "center":A=L.left+L.width/2-H.width/2;break;case "end":A=L.right-H.width-n;break}A<o?A=o:A+H.width>S-o&&(A=S-H.width-o);}else {switch(a){case "start":I=L.top+n;break;case "center":I=L.top+L.height/2-H.height/2;break;case "end":I=L.bottom-H.height-n;break}I<o?I=o:I+H.height>D-o&&(I=D-H.height-o);}C({top:I,left:A}),T(F);};return E(),window.addEventListener("resize",E),window.addEventListener("scroll",E,true),()=>{window.removeEventListener("resize",E),window.removeEventListener("scroll",E,true);}},[f,t,r,a,n,o,b]),$__namespace.useEffect(()=>{if(!f)return;let E=L=>{let H=L.target;x.current&&!x.current.contains(H)&&b.current&&!b.current.contains(H)&&(s?.(),p(false));};return document.addEventListener("mousedown",E),()=>document.removeEventListener("mousedown",E)},[f,p,s,b,x]),$__namespace.useEffect(()=>{if(!f)return;let E=L=>{let H=Array.from(y.current.entries()).sort(([D],[I])=>D-I).map(([,D])=>D),S=H.length;if(S!==0)switch(L.key){case "Escape":L.preventDefault(),l?.(),p(false),b.current?.focus();break;case "ArrowDown":L.preventDefault(),v===-1||v>=S-1?w(c?0:Math.min(v+1,S-1)):w(v+1);break;case "ArrowUp":L.preventDefault(),v<=0?w(c?S-1:0):w(v-1);break;case "Home":L.preventDefault(),w(0);break;case "End":L.preventDefault(),w(S-1);break;case "Enter":case " ":L.preventDefault(),v>=0&&v<S&&H[v]?.click();break;case "Tab":p(false);break}};return document.addEventListener("keydown",E),()=>document.removeEventListener("keydown",E)},[f,p,l,v,w,y,c,b]),$__namespace.useEffect(()=>{f&&v>=0&&Array.from(y.current.entries()).sort(([L],[H])=>L-H).map(([,L])=>L)[v]?.focus();},[f,v,y]),!M||!f)return null;let k={top:"animate-in fade-in-0 zoom-in-95 slide-in-from-bottom-2",bottom:"animate-in fade-in-0 zoom-in-95 slide-in-from-top-2",left:"animate-in fade-in-0 zoom-in-95 slide-in-from-right-2",right:"animate-in fade-in-0 zoom-in-95 slide-in-from-left-2"}[R];return No__namespace.createPortal(jsxRuntime.jsx("div",{ref:E=>{x.current=E,typeof u=="function"?u(E):u&&(u.current=E);},id:g,role:"menu","aria-orientation":"vertical","data-state":f?"open":"closed","data-side":R,className:i("fixed z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-md outline-none",k,e),style:{top:h.top,left:h.left},...m,children:d}),document.body)});Vr.displayName="DropdownContent";var vo=0,zt=$__namespace.forwardRef(({className:e,inset:t,disabled:r,onSelect:a,onClick:n,onMouseEnter:o,...s},l)=>{let{onOpenChange:c,activeIndex:d,setActiveIndex:m,registerItem:u,unregisterItem:f}=ca(),[p]=$__namespace.useState(()=>vo++),b=$__namespace.useRef(null);$__namespace.useEffect(()=>(!r&&b.current&&u(p,b.current),()=>{f(p);}),[r,p,u,f]);let x=w=>{if(r){w.preventDefault();return}n?.(w),a?.(),c(false);},g=w=>{o?.(w),r||m(p);};return jsxRuntime.jsx("div",{ref:w=>{b.current=w,typeof l=="function"?l(w):l&&(l.current=w);},role:"menuitem",tabIndex:r?-1:0,"aria-disabled":r,"data-disabled":r?"":void 0,"data-highlighted":d===p?"":void 0,className:i("relative flex cursor-default select-none items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-none transition-colors","focus:bg-accent focus:text-accent-foreground","data-[highlighted]:bg-accent data-[highlighted]:text-accent-foreground","data-[disabled]:pointer-events-none data-[disabled]:opacity-50",t&&"pl-8",!r&&"cursor-pointer",e),onClick:x,onMouseEnter:g,...s})});zt.displayName="DropdownItem";var Yc=$__namespace.forwardRef(({className:e,children:t,checked:r=false,onCheckedChange:a,disabled:n,onClick:o,onMouseEnter:s,...l},c)=>{let{onOpenChange:d,activeIndex:m,setActiveIndex:u,registerItem:f,unregisterItem:p}=ca(),[b]=$__namespace.useState(()=>vo++),x=$__namespace.useRef(null);$__namespace.useEffect(()=>(!n&&x.current&&f(b,x.current),()=>{p(b);}),[n,b,f,p]);let g=y=>{if(n){y.preventDefault();return}o?.(y),a?.(!r),d(false);},v=y=>{s?.(y),n||u(b);};return jsxRuntime.jsxs("div",{ref:y=>{x.current=y,typeof c=="function"?c(y):c&&(c.current=y);},role:"menuitemcheckbox","aria-checked":r,tabIndex:n?-1:0,"aria-disabled":n,"data-disabled":n?"":void 0,"data-highlighted":m===b?"":void 0,"data-state":r?"checked":"unchecked",className:i("relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors","focus:bg-accent focus:text-accent-foreground","data-[highlighted]:bg-accent data-[highlighted]:text-accent-foreground","data-[disabled]:pointer-events-none data-[disabled]:opacity-50",!n&&"cursor-pointer",e),onClick:g,onMouseEnter:v,...l,children:[jsxRuntime.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:r&&jsxRuntime.jsx(lucideReact.Check,{className:"h-4 w-4"})}),t]})});Yc.displayName="DropdownCheckboxItem";var Uc=$__namespace.forwardRef(({value:e="",onValueChange:t,className:r,...a},n)=>jsxRuntime.jsx(jc.Provider,{value:{value:e,onValueChange:t||(()=>{})},children:jsxRuntime.jsx("div",{ref:n,role:"group",className:r,...a})}));Uc.displayName="DropdownRadioGroup";var Xc=$__namespace.forwardRef(({className:e,children:t,value:r,disabled:a,onClick:n,onMouseEnter:o,...s},l)=>{let{onOpenChange:c,activeIndex:d,setActiveIndex:m,registerItem:u,unregisterItem:f}=ca(),p=$__namespace.useContext(jc),b=p?.value===r,[x]=$__namespace.useState(()=>vo++),g=$__namespace.useRef(null);$__namespace.useEffect(()=>(!a&&g.current&&u(x,g.current),()=>{f(x);}),[a,x,u,f]);let v=h=>{if(a){h.preventDefault();return}n?.(h),p?.onValueChange(r),c(false);},w=h=>{o?.(h),a||m(x);};return jsxRuntime.jsxs("div",{ref:h=>{g.current=h,typeof l=="function"?l(h):l&&(l.current=h);},role:"menuitemradio","aria-checked":b,tabIndex:a?-1:0,"aria-disabled":a,"data-disabled":a?"":void 0,"data-highlighted":d===x?"":void 0,"data-state":b?"checked":"unchecked",className:i("relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors","focus:bg-accent focus:text-accent-foreground","data-[highlighted]:bg-accent data-[highlighted]:text-accent-foreground","data-[disabled]:pointer-events-none data-[disabled]:opacity-50",!a&&"cursor-pointer",e),onClick:v,onMouseEnter:w,...s,children:[jsxRuntime.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:b&&jsxRuntime.jsx(lucideReact.Circle,{className:"h-2 w-2 fill-current"})}),t]})});Xc.displayName="DropdownRadioItem";var qc=$__namespace.forwardRef(({className:e,inset:t,...r},a)=>jsxRuntime.jsx("div",{ref:a,className:i("px-2 py-1.5 text-sm font-semibold",t&&"pl-8",e),...r}));qc.displayName="DropdownLabel";var ho=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,role:"separator",className:i("-mx-1 my-1 h-px bg-muted",e),...t}));ho.displayName="DropdownSeparator";var Zc=({className:e,...t})=>jsxRuntime.jsx("span",{className:i("ml-auto text-xs tracking-widest opacity-60",e),...t});Zc.displayName="DropdownShortcut";var Jc=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,role:"group",className:e,...t}));Jc.displayName="DropdownGroup";var Qc=({children:e,open:t,defaultOpen:r=false,onOpenChange:a})=>{let[n,o]=$__namespace.useState(r),{contentRef:s}=ca(),l=t!==void 0,c=l?t:n,d=$__namespace.useRef(null),m=$__namespace.useCallback(u=>{l||o(u),a?.(u);},[l,a]);return jsxRuntime.jsx(ii.Provider,{value:{open:c,onOpenChange:m,triggerRef:d,parentMenuRef:s},children:e})};Qc.displayName="DropdownSub";var ed=$__namespace.forwardRef(({className:e,inset:t,disabled:r,children:a,onMouseEnter:n,onMouseLeave:o,onKeyDown:s,...l},c)=>{let d=$__namespace.useContext(ii),{setActiveIndex:m,registerItem:u,unregisterItem:f}=ca(),[p]=$__namespace.useState(()=>vo++),b=$__namespace.useRef(null);if(!d)throw new Error("DropdownSubTrigger must be used within DropdownSub");let{open:x,onOpenChange:g,triggerRef:v}=d;$__namespace.useEffect(()=>(!r&&b.current&&u(p,b.current),()=>{f(p);}),[r,p,u,f]);let w=C=>{n?.(C),r||(m(p),g(true));},y=C=>{o?.(C);},h=C=>{s?.(C),(C.key==="ArrowRight"||C.key==="Enter"||C.key===" ")&&(C.preventDefault(),g(true));};return jsxRuntime.jsxs("div",{ref:C=>{b.current=C,v.current=C,typeof c=="function"?c(C):c&&(c.current=C);},role:"menuitem","aria-haspopup":"menu","aria-expanded":x,tabIndex:r?-1:0,"aria-disabled":r,"data-state":x?"open":"closed","data-disabled":r?"":void 0,className:i("flex cursor-default select-none items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-none transition-colors","focus:bg-accent focus:text-accent-foreground","data-[state=open]:bg-accent","data-[disabled]:pointer-events-none data-[disabled]:opacity-50","[&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",t&&"pl-8",!r&&"cursor-pointer",e),onMouseEnter:w,onMouseLeave:y,onKeyDown:h,...l,children:[a,jsxRuntime.jsx(lucideReact.ChevronRight,{className:"ml-auto"})]})});ed.displayName="DropdownSubTrigger";var td=$__namespace.forwardRef(({className:e,sideOffset:t=2,alignOffset:r=-4,collisionPadding:a=8,onMouseEnter:n,onMouseLeave:o,...s},l)=>{let c=$__namespace.useContext(ii);if(!c)throw new Error("DropdownSubContent must be used within DropdownSub");let{open:d,onOpenChange:m,triggerRef:u,parentMenuRef:f}=c,[p,b]=$__namespace.useState({top:0,left:0}),[x,g]=$__namespace.useState(false),v=$__namespace.useRef(null),w=$__namespace.useRef(null);$__namespace.useEffect(()=>{g(true);},[]),$__namespace.useEffect(()=>{if(!d||!u.current||!v.current)return;(()=>{if(!u.current||!v.current)return;let R=u.current.getBoundingClientRect(),T=v.current.getBoundingClientRect(),M=window.innerWidth,P=window.innerHeight,N=R.top+r,k=R.right+t;k+T.width>M-a&&(k=R.left-T.width-t),N+T.height>P-a&&(N=P-T.height-a),N<a&&(N=a),b({top:N,left:k});})();},[d,t,r,a,u]);let y=C=>{n?.(C),w.current&&(clearTimeout(w.current),w.current=null),m(true);},h=C=>{o?.(C);let R=C.relatedTarget;u.current?.contains(R)||f?.current?.contains(R)||(w.current=setTimeout(()=>{m(false);},100));};return $__namespace.useEffect(()=>()=>{w.current&&clearTimeout(w.current);},[]),!x||!d?null:No__namespace.createPortal(jsxRuntime.jsx("div",{ref:C=>{v.current=C,typeof l=="function"?l(C):l&&(l.current=C);},role:"menu","data-state":d?"open":"closed",className:i("fixed z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-lg","animate-in fade-in-0 zoom-in-95 slide-in-from-left-2",e),style:{top:p.top,left:p.left},onMouseEnter:y,onMouseLeave:h,...s}),document.body)});td.displayName="DropdownSubContent";var ad=$__namespace.createContext(null),ci=()=>{let e=$__namespace.useContext(ad);if(!e)throw new Error("Popover components must be used within a Popover");return e},Ie=({children:e,open:t,defaultOpen:r=false,onOpenChange:a})=>{let[n,o]=$__namespace.useState(r),s=t!==void 0,l=s?t:n,c=$__namespace.useRef(null),d=$__namespace.useId(),m=$__namespace.useCallback(u=>{s||o(u),a?.(u);},[s,a]);return jsxRuntime.jsx(ad.Provider,{value:{open:l,onOpenChange:m,triggerRef:c,contentId:d},children:e})};Ie.displayName="Popover";var Ye=$__namespace.forwardRef(({asChild:e,children:t,onClick:r,...a},n)=>{let{open:o,onOpenChange:s,triggerRef:l,contentId:c}=ci(),d=m=>{r?.(m),s(!o);};return e&&$__namespace.isValidElement(t)?$__namespace.cloneElement(t,{ref:m=>{l.current=m,typeof n=="function"?n(m):n&&(n.current=m);},onClick:m=>{t.props.onClick?.(m),s(!o);},"aria-expanded":o,"aria-haspopup":"dialog","aria-controls":o?c:void 0,...a}):jsxRuntime.jsx("button",{ref:m=>{l.current=m,typeof n=="function"?n(m):n&&(n.current=m);},type:"button","aria-expanded":o,"aria-haspopup":"dialog","aria-controls":o?c:void 0,onClick:d,...a,children:t})});Ye.displayName="PopoverTrigger";var xo=$__namespace.forwardRef(({asChild:e,children:t,...r},a)=>{let{triggerRef:n}=ci();return e&&$__namespace.isValidElement(t)?$__namespace.cloneElement(t,{ref:o=>{n.current=o,typeof a=="function"?a(o):a&&(a.current=o);},...r}):jsxRuntime.jsx("div",{ref:o=>{n.current=o,typeof a=="function"?a(o):a&&(a.current=o);},...r,children:t})});xo.displayName="PopoverAnchor";var Ae=$__namespace.forwardRef(({className:e,side:t="bottom",sideOffset:r=4,align:a="center",alignOffset:n=0,onInteractOutside:o,onEscapeKeyDown:s,onOpenAutoFocus:l,onCloseAutoFocus:c,children:d,...m},u)=>{let{open:f,onOpenChange:p,triggerRef:b,contentId:x}=ci(),[g,v]=$__namespace.useState({top:0,left:0}),[w,y]=$__namespace.useState(false),h=$__namespace.useRef(null);if($__namespace.useEffect(()=>{y(true);},[]),$__namespace.useEffect(()=>{if(!f||!b.current||!h.current)return;let R=()=>{if(!b.current||!h.current)return;let T=b.current.getBoundingClientRect(),M=h.current.getBoundingClientRect(),P=0,N=0;switch(t){case "top":P=T.top-M.height-r;break;case "bottom":P=T.bottom+r;break;case "left":N=T.left-M.width-r;break;case "right":N=T.right+r;break}if(t==="top"||t==="bottom")switch(a){case "start":N=T.left+n;break;case "center":N=T.left+T.width/2-M.width/2;break;case "end":N=T.right-M.width-n;break}else switch(a){case "start":P=T.top+n;break;case "center":P=T.top+T.height/2-M.height/2;break;case "end":P=T.bottom-M.height-n;break}v({top:P,left:N});};return R(),window.addEventListener("resize",R),window.addEventListener("scroll",R,true),()=>{window.removeEventListener("resize",R),window.removeEventListener("scroll",R,true);}},[f,t,r,a,n,b]),$__namespace.useEffect(()=>{if(!f)return;let R=T=>{let M=T.target;h.current&&!h.current.contains(M)&&b.current&&!b.current.contains(M)&&(o?.(),p(false));};return document.addEventListener("mousedown",R),()=>document.removeEventListener("mousedown",R)},[f,p,o,b]),$__namespace.useEffect(()=>{if(!f)return;let R=T=>{T.key==="Escape"&&(s?.(),p(false));};return document.addEventListener("keydown",R),()=>document.removeEventListener("keydown",R)},[f,p,s]),!w||!f)return null;let C={top:"animate-in fade-in-0 zoom-in-95 slide-in-from-bottom-2",bottom:"animate-in fade-in-0 zoom-in-95 slide-in-from-top-2",left:"animate-in fade-in-0 zoom-in-95 slide-in-from-right-2",right:"animate-in fade-in-0 zoom-in-95 slide-in-from-left-2"}[t];return No__namespace.createPortal(jsxRuntime.jsx("div",{ref:R=>{h.current=R,typeof u=="function"?u(R):u&&(u.current=R);},id:x,role:"dialog","data-state":f?"open":"closed","data-side":t,className:i("fixed z-50 w-72 rounded-md border bg-popover p-4 text-popover-foreground shadow-md outline-none",C,e),style:{top:g.top,left:g.left},...m,children:d}),document.body)});Ae.displayName="PopoverContent";var nd=$__namespace.createContext(null),ui=()=>{let e=$__namespace.useContext(nd);if(!e)throw new Error("Tabs components must be used within a Tabs");return e},od=$__namespace.forwardRef(({className:e,value:t,defaultValue:r="",onValueChange:a,variant:n="solid",radius:o="md",orientation:s="horizontal",children:l,...c},d)=>{let[m,u]=$__namespace.useState(r),f=t!==void 0,p=f?t:m,b=x=>{f||u(x),a?.(x);};return jsxRuntime.jsx(nd.Provider,{value:{value:p,onValueChange:b,variant:n,radius:o,orientation:s},children:jsxRuntime.jsx("div",{ref:d,"data-orientation":s,className:i(s==="vertical"&&"flex gap-4",e),...c,children:l})})});od.displayName="Tabs";var di={none:{list:"rounded-none",trigger:"rounded-none",indicator:"rounded-none"},sm:{list:"rounded-md",trigger:"rounded-sm",indicator:"rounded-sm"},md:{list:"rounded-lg",trigger:"rounded-md",indicator:"rounded-md"},lg:{list:"rounded-xl",trigger:"rounded-lg",indicator:"rounded-lg"},full:{list:"rounded-full",trigger:"rounded-full",indicator:"rounded-full"}},sd=$__namespace.forwardRef(({className:e,children:t,...r},a)=>{let{variant:n,radius:o,orientation:s,value:l}=ui(),c=$__namespace.useRef(null),[d,m]=$__namespace.useState({opacity:0});$__namespace.useEffect(()=>{let b=c.current;if(!b)return;let x=()=>{let v=b.querySelector('[data-state="active"]');if(v){let w=b.getBoundingClientRect(),y=v.getBoundingClientRect(),h=s==="vertical";n==="underline"?m(h?{width:2,height:y.height,transform:`translateY(${y.top-w.top}px)`,opacity:1}:{width:y.width,height:2,transform:`translateX(${y.left-w.left}px)`,opacity:1}):n==="solid"&&m(h?{width:y.width,height:y.height,transform:`translateY(${y.top-w.top}px)`,opacity:1}:{width:y.width,height:y.height,transform:`translateX(${y.left-w.left}px)`,opacity:1});}};x();let g=new ResizeObserver(x);return g.observe(b),()=>{g.disconnect();}},[n,s,l]);let u={solid:"bg-muted p-1",underline:"border-b border-border bg-transparent p-0 !rounded-none",outline:"bg-transparent p-0 gap-1 !rounded-none"},f=s==="vertical",p=()=>n==="solid"?f?"top-0 left-1 bg-background shadow":"top-1 left-1 bg-background shadow":n==="underline"?f?"top-0 left-0 bg-primary !rounded-full":"bottom-0 left-0 bg-primary !rounded-full":"";return jsxRuntime.jsxs("div",{ref:b=>{c.current=b,typeof a=="function"?a(b):a&&(a.current=b);},role:"tablist","aria-orientation":s,className:i("relative inline-flex h-9 items-center justify-center text-muted-foreground",f&&"flex-col h-auto w-auto",di[o].list,u[n],e),...r,children:[(n==="solid"||n==="underline")&&jsxRuntime.jsx("span",{className:i("absolute transition-all duration-200 ease-out",di[o].indicator,p()),style:d,"aria-hidden":"true"}),t]})});sd.displayName="TabsList";var id=$__namespace.forwardRef(({className:e,value:t,disabled:r,onClick:a,...n},o)=>{let{value:s,onValueChange:l,variant:c,radius:d}=ui(),m=s===t,u={solid:"data-[state=active]:text-foreground",underline:"!rounded-none border-b-2 border-transparent pb-2 data-[state=active]:text-foreground",outline:"border border-transparent data-[state=active]:border-border data-[state=active]:bg-background data-[state=active]:text-foreground data-[state=active]:shadow-sm"};return jsxRuntime.jsx("button",{type:"button",role:"tab",ref:o,"aria-selected":m,"data-state":m?"active":"inactive",disabled:r,className:i("relative z-10 inline-flex items-center justify-center whitespace-nowrap px-3 py-1 text-sm font-medium ring-offset-background transition-all cursor-pointer focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 disabled:cursor-not-allowed",di[d].trigger,u[c],e),onClick:f=>{a?.(f),l(t);},...n})});id.displayName="TabsTrigger";var ld=$__namespace.forwardRef(({className:e,value:t,children:r,...a},n)=>{let{value:o}=ui(),s=o===t;return s?jsxRuntime.jsx("div",{ref:n,role:"tabpanel","data-state":s?"active":"inactive",className:i("mt-2 ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2",e),...a,children:r}):null});ld.displayName="TabsContent";var dd=$__namespace.createContext(null),Ro=()=>{let e=$__namespace.useContext(dd);if(!e)throw new Error("Sheet components must be used within a Sheet");return e},wo=({open:e,defaultOpen:t=false,onOpenChange:r,children:a})=>{let[n,o]=$__namespace.useState(t),s=e!==void 0,l=s?e:n,c=$__namespace.useCallback(d=>{s||o(d),r?.(d);},[s,r]);return jsxRuntime.jsx(dd.Provider,{value:{open:l,onOpenChange:c},children:a})};wo.displayName="Sheet";var ud=$__namespace.forwardRef(({asChild:e,onClick:t,children:r,...a},n)=>{let{onOpenChange:o}=Ro(),s=l=>{t?.(l),o(true);};return e&&$__namespace.isValidElement(r)?$__namespace.cloneElement(r,{onClick:l=>{r.props.onClick?.(l),o(true);}}):jsxRuntime.jsx("button",{ref:n,type:"button",onClick:s,...a,children:r})});ud.displayName="SheetTrigger";var md=$__namespace.forwardRef(({asChild:e,onClick:t,children:r,...a},n)=>{let{onOpenChange:o}=Ro(),s=l=>{t?.(l),o(false);};return e&&$__namespace.isValidElement(r)?$__namespace.cloneElement(r,{onClick:l=>{r.props.onClick?.(l),o(false);}}):jsxRuntime.jsx("button",{ref:n,type:"button",onClick:s,...a,children:r})});md.displayName="SheetClose";var pi=({children:e,container:t})=>{let[r,a]=$__namespace.useState(false);return $__namespace.useEffect(()=>{a(true);},[]),r?No__namespace.createPortal(e,t||document.body):null};pi.displayName="SheetPortal";var pd=$__namespace.forwardRef(({className:e,...t},r)=>{let{open:a,onOpenChange:n}=Ro();return a?jsxRuntime.jsx("div",{ref:r,className:i("fixed inset-0 z-50 bg-black/80",a?"animate-in fade-in-0":"animate-out fade-out-0",e),onClick:()=>n(false),"aria-hidden":"true",...t}):null});pd.displayName="SheetOverlay";var fd=classVarianceAuthority.cva("fixed z-50 gap-4 bg-background p-6 shadow-lg transition-transform duration-300 ease-in-out",{variants:{side:{top:"inset-x-0 top-0 border-b",bottom:"inset-x-0 bottom-0 border-t",left:"inset-y-0 left-0 h-full w-3/4 border-r sm:max-w-sm",right:"inset-y-0 right-0 h-full w-3/4 border-l sm:max-w-sm"}},defaultVariants:{side:"right"}}),aR=(e,t)=>({top:t?"animate-in slide-in-from-top":"animate-out slide-out-to-top",bottom:t?"animate-in slide-in-from-bottom":"animate-out slide-out-to-bottom",left:t?"animate-in slide-in-from-left":"animate-out slide-out-to-left",right:t?"animate-in slide-in-from-right":"animate-out slide-out-to-right"})[e],Co=$__namespace.forwardRef(({side:e="right",className:t,children:r,hideCloseButton:a,onEscapeKeyDown:n,onInteractOutside:o,...s},l)=>{let{open:c,onOpenChange:d}=Ro(),[m,u]=$__namespace.useState(false),[,f]=$__namespace.useState(false);return $__namespace.useEffect(()=>{if(c)u(true),f(true),document.body.style.overflow="hidden";else {f(true);let p=setTimeout(()=>{u(false),f(false),document.body.style.overflow="";},300);return ()=>clearTimeout(p)}return ()=>{document.body.style.overflow="";}},[c]),$__namespace.useEffect(()=>{let p=b=>{b.key==="Escape"&&c&&(n?.(),d(false));};return document.addEventListener("keydown",p),()=>document.removeEventListener("keydown",p)},[c,d,n]),!m&&!c?null:jsxRuntime.jsxs(pi,{children:[jsxRuntime.jsx("div",{className:i("fixed inset-0 z-50 bg-black/80 transition-opacity duration-300",c?"opacity-100":"opacity-0"),onClick:()=>{o?.(),d(false);},"aria-hidden":"true"}),jsxRuntime.jsxs("div",{ref:l,role:"dialog","aria-modal":"true",className:i(fd({side:e}),aR(e,c),t),...s,children:[!a&&jsxRuntime.jsxs("button",{type:"button",onClick:()=>d(false),className:"absolute right-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none cursor-pointer",children:[jsxRuntime.jsx(lucideReact.X,{className:"h-4 w-4"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Close"})]}),r]})]})});Co.displayName="SheetContent";var gd=({className:e,...t})=>jsxRuntime.jsx("div",{className:i("flex flex-col space-y-2 text-center sm:text-left",e),...t});gd.displayName="SheetHeader";var bd=({className:e,...t})=>jsxRuntime.jsx("div",{className:i("flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2",e),...t});bd.displayName="SheetFooter";var vd=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("h2",{ref:r,className:i("text-lg font-semibold text-foreground",e),...t}));vd.displayName="SheetTitle";var hd=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("p",{ref:r,className:i("text-sm text-muted-foreground",e),...t}));hd.displayName="SheetDescription";var sR=({theme:e="system",...t})=>jsxRuntime.jsx(sonner.Toaster,{theme:e,className:"toaster group",toastOptions:{classNames:{toast:"group toast group-[.toaster]:bg-background group-[.toaster]:text-foreground group-[.toaster]:border-border group-[.toaster]:shadow-lg",description:"group-[.toast]:text-muted-foreground",actionButton:"group-[.toast]:bg-primary group-[.toast]:text-primary-foreground",cancelButton:"group-[.toast]:bg-muted group-[.toast]:text-muted-foreground"}},...t});var xd=$__namespace.createContext(null),wn=()=>{let e=$__namespace.useContext(xd);if(!e)throw new Error("ContextMenu components must be used within a ContextMenu");return e},fi=$__namespace.createContext(null),yd=$__namespace.createContext(null),Rd=({children:e,onOpenChange:t})=>{let[r,a]=$__namespace.useState(false),[n,o]=$__namespace.useState({x:0,y:0}),s=$__namespace.useId(),l=$__namespace.useCallback(c=>{a(c),t?.(c);},[t]);return jsxRuntime.jsx(xd.Provider,{value:{open:r,onOpenChange:l,position:n,setPosition:o,contentId:s},children:e})};Rd.displayName="ContextMenu";var wd=$__namespace.forwardRef(({asChild:e,children:t,onContextMenu:r,...a},n)=>{let{onOpenChange:o,setPosition:s}=wn(),l=c=>{c.preventDefault(),s({x:c.clientX,y:c.clientY}),o(true);};return e&&$__namespace.isValidElement(t)?$__namespace.cloneElement(t,{ref:n,onContextMenu:c=>{c.preventDefault(),t.props.onContextMenu?.(c),s({x:c.clientX,y:c.clientY}),o(true);},...a}):jsxRuntime.jsx("div",{ref:n,onContextMenu:c=>{r?.(c),l(c);},...a,children:t})});wd.displayName="ContextMenuTrigger";var Cd=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,role:"group",className:e,...t}));Cd.displayName="ContextMenuGroup";var Nd=({children:e,container:t})=>{let[r,a]=$__namespace.useState(false);return $__namespace.useEffect(()=>{a(true);},[]),r?No__namespace.createPortal(e,t||document.body):null};Nd.displayName="ContextMenuPortal";var Md=({children:e,open:t,defaultOpen:r=false,onOpenChange:a})=>{let[n,o]=$__namespace.useState(r),s=t!==void 0,l=s?t:n,c=$__namespace.useRef(null),d=$__namespace.useCallback(m=>{s||o(m),a?.(m);},[s,a]);return jsxRuntime.jsx(fi.Provider,{value:{open:l,onOpenChange:d,triggerRef:c},children:e})};Md.displayName="ContextMenuSub";var Td=$__namespace.forwardRef(({value:e="",onValueChange:t,className:r,...a},n)=>jsxRuntime.jsx(yd.Provider,{value:{value:e,onValueChange:t||(()=>{})},children:jsxRuntime.jsx("div",{ref:n,role:"group",className:r,...a})}));Td.displayName="ContextMenuRadioGroup";var Pd=$__namespace.forwardRef(({className:e,onInteractOutside:t,onEscapeKeyDown:r,children:a,...n},o)=>{let{open:s,onOpenChange:l,position:c,contentId:d}=wn(),[m,u]=$__namespace.useState(false),[f,p]=$__namespace.useState(c),b=$__namespace.useRef(null);return $__namespace.useEffect(()=>{u(true);},[]),$__namespace.useEffect(()=>{if(!s||!b.current){p(c);return}let g=b.current.getBoundingClientRect(),{x:v,y:w}=c;v+g.width>window.innerWidth&&(v=window.innerWidth-g.width-8),w+g.height>window.innerHeight&&(w=window.innerHeight-g.height-8),p({x:v,y:w});},[s,c]),$__namespace.useEffect(()=>{if(!s)return;let x=g=>{let v=g.target;b.current&&!b.current.contains(v)&&(t?.(),l(false));};return document.addEventListener("mousedown",x),()=>document.removeEventListener("mousedown",x)},[s,l,t]),$__namespace.useEffect(()=>{if(!s)return;let x=g=>{g.key==="Escape"&&(r?.(),l(false));};return document.addEventListener("keydown",x),()=>document.removeEventListener("keydown",x)},[s,l,r]),!m||!s?null:No__namespace.createPortal(jsxRuntime.jsx("div",{ref:x=>{b.current=x,typeof o=="function"?o(x):o&&(o.current=x);},id:d,role:"menu","aria-orientation":"vertical","data-state":s?"open":"closed",className:i("fixed z-50 max-h-[calc(100vh-2rem)] min-w-[8rem] overflow-y-auto overflow-x-hidden rounded-md border border-zinc-200 dark:border-zinc-800 bg-white dark:bg-zinc-950 p-1 text-zinc-950 dark:text-zinc-50 shadow-md","animate-in fade-in-0 zoom-in-95",e),style:{top:f.y,left:f.x},...n,children:a}),document.body)});Pd.displayName="ContextMenuContent";var kd=$__namespace.forwardRef(({className:e,inset:t,children:r,onMouseEnter:a,onMouseLeave:n,...o},s)=>{let l=$__namespace.useContext(fi);if(!l)throw new Error("ContextMenuSubTrigger must be used within ContextMenuSub");let{open:c,onOpenChange:d,triggerRef:m}=l,u=p=>{a?.(p),d(true);},f=p=>{n?.(p),d(false);};return jsxRuntime.jsxs("div",{ref:p=>{m.current=p,typeof s=="function"?s(p):s&&(s.current=p);},role:"menuitem","aria-haspopup":"menu","aria-expanded":c,"data-state":c?"open":"closed",className:i("flex cursor-pointer select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none hover:bg-zinc-100 dark:hover:bg-zinc-800 focus:bg-zinc-100 dark:focus:bg-zinc-800 data-[state=open]:bg-zinc-100 dark:data-[state=open]:bg-zinc-800",t&&"pl-8",e),onMouseEnter:u,onMouseLeave:f,...o,children:[r,jsxRuntime.jsx(lucideReact.ChevronRight,{className:"ml-auto h-4 w-4"})]})});kd.displayName="ContextMenuSubTrigger";var Ed=$__namespace.forwardRef(({className:e,sideOffset:t=2,onMouseEnter:r,onMouseLeave:a,...n},o)=>{let s=$__namespace.useContext(fi);if(!s)throw new Error("ContextMenuSubContent must be used within ContextMenuSub");let{open:l,onOpenChange:c,triggerRef:d}=s,[m,u]=$__namespace.useState({top:0,left:0}),[f,p]=$__namespace.useState(false),b=$__namespace.useRef(null);$__namespace.useEffect(()=>{p(true);},[]),$__namespace.useEffect(()=>{if(!l||!d.current||!b.current)return;(()=>{if(!d.current||!b.current)return;let w=d.current.getBoundingClientRect(),y=b.current.getBoundingClientRect(),h=w.top,C=w.right+t;C+y.width>window.innerWidth&&(C=w.left-y.width-t),u({top:h,left:C});})();},[l,t,d]);let x=v=>{r?.(v),c(true);},g=v=>{a?.(v),c(false);};return !f||!l?null:No__namespace.createPortal(jsxRuntime.jsx("div",{ref:v=>{b.current=v,typeof o=="function"?o(v):o&&(o.current=v);},role:"menu","data-state":l?"open":"closed",className:i("fixed z-50 min-w-[8rem] overflow-hidden rounded-md border border-zinc-200 dark:border-zinc-800 bg-white dark:bg-zinc-950 p-1 text-zinc-950 dark:text-zinc-50 shadow-lg","animate-in fade-in-0 zoom-in-95 slide-in-from-left-2",e),style:{top:m.top,left:m.left},onMouseEnter:x,onMouseLeave:g,...n}),document.body)});Ed.displayName="ContextMenuSubContent";var Ld=$__namespace.forwardRef(({className:e,inset:t,disabled:r,onSelect:a,onClick:n,...o},s)=>{let{onOpenChange:l}=wn(),c=d=>{if(r){d.preventDefault();return}n?.(d),a?.(),l(false);};return jsxRuntime.jsx("div",{ref:s,role:"menuitem",tabIndex:r?-1:0,"aria-disabled":r,"data-disabled":r?"":void 0,className:i("relative flex cursor-pointer select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none hover:bg-zinc-100 dark:hover:bg-zinc-800 focus:bg-zinc-100 dark:focus:bg-zinc-800 data-[disabled]:pointer-events-none data-[disabled]:opacity-50 data-[disabled]:cursor-not-allowed",t&&"pl-8",e),onClick:c,...o})});Ld.displayName="ContextMenuItem";var Dd=$__namespace.forwardRef(({className:e,children:t,checked:r=false,onCheckedChange:a,disabled:n,onClick:o,...s},l)=>{let{onOpenChange:c}=wn(),d=m=>{if(n){m.preventDefault();return}o?.(m),a?.(!r),c(false);};return jsxRuntime.jsxs("div",{ref:l,role:"menuitemcheckbox","aria-checked":r,tabIndex:n?-1:0,"aria-disabled":n,"data-disabled":n?"":void 0,"data-state":r?"checked":"unchecked",className:i("relative flex cursor-pointer select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none hover:bg-zinc-100 dark:hover:bg-zinc-800 focus:bg-zinc-100 dark:focus:bg-zinc-800 data-[disabled]:pointer-events-none data-[disabled]:opacity-50 data-[disabled]:cursor-not-allowed",e),onClick:d,...s,children:[jsxRuntime.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:r&&jsxRuntime.jsx(lucideReact.Check,{className:"h-4 w-4"})}),t]})});Dd.displayName="ContextMenuCheckboxItem";var Sd=$__namespace.forwardRef(({className:e,children:t,value:r,disabled:a,onClick:n,...o},s)=>{let{onOpenChange:l}=wn(),c=$__namespace.useContext(yd),d=c?.value===r,m=u=>{if(a){u.preventDefault();return}n?.(u),c?.onValueChange(r),l(false);};return jsxRuntime.jsxs("div",{ref:s,role:"menuitemradio","aria-checked":d,tabIndex:a?-1:0,"aria-disabled":a,"data-disabled":a?"":void 0,"data-state":d?"checked":"unchecked",className:i("relative flex cursor-pointer select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none hover:bg-zinc-100 dark:hover:bg-zinc-800 focus:bg-zinc-100 dark:focus:bg-zinc-800 data-[disabled]:pointer-events-none data-[disabled]:opacity-50 data-[disabled]:cursor-not-allowed",e),onClick:m,...o,children:[jsxRuntime.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:d&&jsxRuntime.jsx(lucideReact.Circle,{className:"h-4 w-4 fill-current"})}),t]})});Sd.displayName="ContextMenuRadioItem";var Hd=$__namespace.forwardRef(({className:e,inset:t,...r},a)=>jsxRuntime.jsx("div",{ref:a,className:i("px-2 py-1.5 text-sm font-semibold text-foreground",t&&"pl-8",e),...r}));Hd.displayName="ContextMenuLabel";var Vd=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,role:"separator",className:i("-mx-1 my-1 h-px bg-border",e),...t}));Vd.displayName="ContextMenuSeparator";var Id=({className:e,...t})=>jsxRuntime.jsx("span",{className:i("ml-auto text-xs tracking-widest text-muted-foreground",e),...t});Id.displayName="ContextMenuShortcut";var Ad=$__namespace.createContext(null),mR=()=>{let e=$__namespace.useContext(Ad);if(!e)throw new Error("RadioGroupItem must be used within a RadioGroup");return e},zd=$__namespace.forwardRef(({className:e,value:t,defaultValue:r="",onValueChange:a,name:n,disabled:o,required:s,orientation:l="vertical",children:c,...d},m)=>{let[u,f]=$__namespace.useState(r),p=t!==void 0,b=p?t:u,x=$__namespace.useId(),g=v=>{p||f(v),a?.(v);};return jsxRuntime.jsx("div",{ref:m,role:"radiogroup","aria-required":s,"aria-orientation":l,className:i(l==="vertical"?"grid gap-2":"flex gap-4",e),...d,children:jsxRuntime.jsx(Ad.Provider,{value:{name:n||x,value:b,onValueChange:g,disabled:o,required:s},children:c})})});zd.displayName="RadioGroup";var Bd=$__namespace.forwardRef(({className:e,value:t,disabled:r,...a},n)=>{let o=mR(),s=o.value===t,l=r||o.disabled;return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("button",{type:"button",role:"radio","aria-checked":s,disabled:l,ref:n,className:i("aspect-square h-4 w-4 rounded-full border border-primary text-primary ring-offset-background focus:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 cursor-pointer",e),onClick:()=>o.onValueChange(t),...a,children:s&&jsxRuntime.jsx("span",{className:"flex items-center justify-center",children:jsxRuntime.jsx(lucideReact.Circle,{className:"h-2.5 w-2.5 fill-current text-current"})})}),jsxRuntime.jsx("input",{type:"radio","aria-hidden":true,tabIndex:-1,name:o.name,value:t,checked:s,required:o.required,disabled:l,onChange:()=>{},style:{position:"absolute",pointerEvents:"none",opacity:0,margin:0,width:0,height:0}})]})});Bd.displayName="RadioGroupItem";var To=classVarianceAuthority.cva("inline-flex items-center justify-center rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0 gap-2",{variants:{variant:{solid:"bg-transparent hover:bg-muted data-[state=on]:bg-primary data-[state=on]:text-primary-foreground",outline:"border border-input bg-transparent hover:bg-accent data-[state=on]:bg-accent data-[state=on]:text-accent-foreground",ghost:"bg-transparent hover:bg-accent data-[state=on]:bg-accent data-[state=on]:text-accent-foreground",soft:"bg-transparent hover:bg-primary/10 data-[state=on]:bg-primary/15 data-[state=on]:text-primary",surface:"bg-muted/50 hover:bg-muted data-[state=on]:bg-muted data-[state=on]:text-foreground"},size:{sm:"h-9 px-2.5 min-w-9",md:"h-10 px-3 min-w-10",lg:"h-11 px-5 min-w-11"}},defaultVariants:{variant:"solid",size:"md"}}),Od=$__namespace.forwardRef(({className:e,variant:t,size:r,pressed:a,defaultPressed:n=false,onPressedChange:o,disabled:s,onKeyDown:l,...c},d)=>{let[m,u]=$__namespace.useState(n),f=a!==void 0,p=f?a:m,b=()=>{if(s)return;let g=!p;f||u(g),o?.(g);},x=g=>{g.key==="Enter"&&g.preventDefault(),l?.(g);};return jsxRuntime.jsx("button",{type:"button","aria-pressed":p,"data-state":p?"on":"off",disabled:s,ref:d,className:i(To({variant:t,size:r,className:e})),onClick:b,onKeyDown:x,...c})});Od.displayName="Toggle";var Fd=$__namespace.createContext(null),vR=()=>{let e=$__namespace.useContext(Fd);if(!e)throw new Error("ToggleGroupItem must be used within a ToggleGroup");return e},Gd=$__namespace.forwardRef(({className:e,variant:t,size:r,type:a,value:n,defaultValue:o,onValueChange:s,disabled:l,children:c,...d},m)=>{let[u,f]=$__namespace.useState(()=>a==="single"?o?[o]:[]:o||[]),p=n!==void 0,b=p?a==="single"?n?[n]:[]:n:u,x=g=>{if(a==="single"){let v=b.includes(g)?[]:[g];p||f(v),s?.(v[0]||"");}else {let v=b.includes(g)?b.filter(w=>w!==g):[...b,g];p||f(v),s?.(v);}};return jsxRuntime.jsx("div",{ref:m,role:"group",className:i("flex items-center justify-center gap-1",e),...d,children:jsxRuntime.jsx(Fd.Provider,{value:{type:a,variant:t,size:r,value:b,onValueChange:x,disabled:l},children:c})})});Gd.displayName="ToggleGroup";var $d=$__namespace.forwardRef(({className:e,children:t,variant:r,size:a,value:n,disabled:o,...s},l)=>{let c=vR(),d=c.value.includes(n),m=o||c.disabled;return jsxRuntime.jsx("button",{type:"button",role:"radio","aria-checked":d,"aria-pressed":d,"data-state":d?"on":"off",disabled:m,ref:l,className:i(To({variant:c.variant||r,size:c.size||a}),e),onClick:()=>c.onValueChange(n),...s,children:t})});$d.displayName="ToggleGroupItem";var ko=$__namespace.forwardRef(({className:e,value:t,defaultValue:r=[0],onValueChange:a,onValueCommit:n,min:o=0,max:s=100,step:l=1,disabled:c=false,orientation:d="horizontal",name:m,...u},f)=>{let[p,b]=$__namespace.useState(r),x=t!==void 0,g=x?t:p,v=$__namespace.useRef(null),[w,y]=$__namespace.useState(false),[h,C]=$__namespace.useState(null),R=(H,S)=>{if(!v.current)return g[0];let D=v.current.getBoundingClientRect(),I;d==="horizontal"?I=(H-D.left)/D.width:I=1-(S-D.top)/D.height,I=Math.max(0,Math.min(1,I));let A=o+I*(s-o),F=Math.round(A/l)*l;return Math.max(o,Math.min(s,F))},T=(H,S)=>{let D=[...g];D[S]=H,S>0&&H<g[S-1]&&(D[S]=g[S-1]),S<g.length-1&&H>g[S+1]&&(D[S]=g[S+1]),x||b(D),a?.(D);},M=(H,S)=>{c||(H.preventDefault(),y(true),C(S),H.target.setPointerCapture(H.pointerId));},P=H=>{if(!w||h===null||c)return;let S=R(H.clientX,H.clientY);T(S,h);},N=()=>{w&&(y(false),C(null),n?.(g));},k=H=>{if(c)return;let S=R(H.clientX,H.clientY),D=0,I=Math.abs(g[0]-S);for(let A=1;A<g.length;A++){let F=Math.abs(g[A]-S);F<I&&(I=F,D=A);}T(S,D),n?.([...g.slice(0,D),S,...g.slice(D+1)]);},E=(H,S)=>{if(c)return;let D=g[S];switch(H.key){case "ArrowRight":case "ArrowUp":H.preventDefault(),D=Math.min(s,g[S]+l);break;case "ArrowLeft":case "ArrowDown":H.preventDefault(),D=Math.max(o,g[S]-l);break;case "Home":H.preventDefault(),D=o;break;case "End":H.preventDefault(),D=s;break;default:return}T(D,S),n?.([...g.slice(0,S),D,...g.slice(S+1)]);},L=H=>(H-o)/(s-o)*100;return jsxRuntime.jsxs("div",{ref:f,className:i("relative flex touch-none select-none items-center",d==="vertical"&&"flex-col h-full w-5",c&&"opacity-50 pointer-events-none",e),...u,children:[jsxRuntime.jsx("div",{ref:v,className:i("relative grow overflow-hidden rounded-full bg-secondary",d==="horizontal"?"h-2 w-full":"h-full w-2"),onClick:k,children:jsxRuntime.jsx("div",{className:"absolute bg-primary",style:d==="horizontal"?{left:g.length>1?`${L(g[0])}%`:0,right:`${100-L(g[g.length-1])}%`,top:0,bottom:0}:{bottom:g.length>1?`${L(g[0])}%`:0,top:`${100-L(g[g.length-1])}%`,left:0,right:0}})}),g.map((H,S)=>jsxRuntime.jsx("div",{role:"slider",tabIndex:c?-1:0,"aria-valuemin":o,"aria-valuemax":s,"aria-valuenow":H,"aria-orientation":d,"aria-disabled":c,className:i("absolute block h-5 w-5 rounded-full border-2 border-primary bg-background ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 cursor-grab",w&&h===S&&"cursor-grabbing"),style:d==="horizontal"?{left:`calc(${L(H)}% - 10px)`,top:"50%",transform:"translateY(-50%)"}:{bottom:`calc(${L(H)}% - 10px)`,left:"50%",transform:"translateX(-50%)"},onPointerDown:D=>M(D,S),onPointerMove:P,onPointerUp:N,onPointerCancel:N,onKeyDown:D=>E(D,S)},S)),m&&g.map((H,S)=>jsxRuntime.jsx("input",{type:"hidden",name:g.length>1?`${m}[${S}]`:m,value:H},S))]})});ko.displayName="Slider";var Kd=$__namespace.createContext(null),_d=()=>{let e=$__namespace.useContext(Kd);if(!e)throw new Error("AccordionItem must be used within an Accordion");return e},vi=$__namespace.createContext(null),Wd=()=>{let e=$__namespace.useContext(vi);if(!e)throw new Error("AccordionTrigger/AccordionContent must be used within an AccordionItem");return e},jd=$__namespace.forwardRef(({className:e,type:t="multiple",value:r,defaultValue:a,onValueChange:n,collapsible:o=true,disabled:s,children:l,...c},d)=>{let[m,u]=$__namespace.useState(()=>t==="single"?a?[a]:[]:a||[]),f=$__namespace.useRef(new Map),p=$__namespace.useRef([]),b=r!==void 0,x=b?t==="single"?r?[r]:[]:r:m,g=h=>{if(t==="single"){let R=x.includes(h)&&o?[]:[h];b||u(R),n?.(R[0]||"");}else {let C=x.includes(h)?x.filter(R=>R!==h):[...x,h];b||u(C),n?.(C);}},v=$__namespace.useCallback((h,C)=>{f.current.set(h,C),p.current.includes(h)||p.current.push(h);},[]),w=$__namespace.useCallback(h=>{f.current.delete(h),p.current=p.current.filter(C=>C!==h);},[]),y=$__namespace.useCallback(h=>{let C=p.current;if(C.length===0)return;let R=document.activeElement,T;f.current.forEach((E,L)=>{E===R&&(T=L);});let M=T?C.indexOf(T):-1,P;switch(h){case "first":P=0;break;case "last":P=C.length-1;break;case "next":P=M===-1?0:(M+1)%C.length;break;case "prev":P=M===-1?C.length-1:(M-1+C.length)%C.length;break}let N=C[P];f.current.get(N)?.focus();},[]);return jsxRuntime.jsx(Kd.Provider,{value:{type:t,value:x,onValueChange:g,collapsible:o,disabled:s,registerTrigger:v,unregisterTrigger:w,focusTrigger:y},children:jsxRuntime.jsx("div",{ref:d,"data-orientation":"vertical",className:i("w-full",e),...c,children:l})})});jd.displayName="Accordion";var Yd=$__namespace.forwardRef(({className:e,value:t,disabled:r,title:a,subtitle:n,startContent:o,children:s,...l},c)=>{let d=_d(),m=d.value.includes(t),u=r||d.disabled||false,f=$__namespace.useId(),p=$__namespace.useId();return a!==void 0?jsxRuntime.jsx(vi.Provider,{value:{value:t,isOpen:m,isDisabled:u,contentId:f,triggerId:p},children:jsxRuntime.jsxs("div",{ref:c,"data-state":m?"open":"closed","data-disabled":u?"":void 0,className:i("border-b",u&&"opacity-50",e),...l,children:[jsxRuntime.jsx(Ud,{children:jsxRuntime.jsxs("div",{className:"flex items-center gap-3",children:[o,jsxRuntime.jsxs("div",{className:"flex flex-col items-start",children:[jsxRuntime.jsx("span",{className:"text-sm font-medium",children:a}),n&&jsxRuntime.jsx("span",{className:"text-xs text-muted-foreground",children:n})]})]})}),jsxRuntime.jsx(Xd,{children:s})]})}):jsxRuntime.jsx(vi.Provider,{value:{value:t,isOpen:m,isDisabled:u,contentId:f,triggerId:p},children:jsxRuntime.jsx("div",{ref:c,"data-state":m?"open":"closed","data-disabled":u?"":void 0,className:i("border-b",u&&"opacity-50",e),...l,children:s})})});Yd.displayName="AccordionItem";var Ud=$__namespace.forwardRef(({className:e,children:t,onClick:r,onKeyDown:a,...n},o)=>{let s=_d(),{value:l,isOpen:c,isDisabled:d,contentId:m,triggerId:u}=Wd(),f=$__namespace.useRef(null);$__namespace.useEffect(()=>{let b=f.current;return b&&!d&&s.registerTrigger(l,b),()=>{s.unregisterTrigger(l);}},[l,d,s]);let p=b=>{switch(a?.(b),b.key){case "ArrowDown":b.preventDefault(),s.focusTrigger("next");break;case "ArrowUp":b.preventDefault(),s.focusTrigger("prev");break;case "Home":b.preventDefault(),s.focusTrigger("first");break;case "End":b.preventDefault(),s.focusTrigger("last");break}};return jsxRuntime.jsx("h3",{className:"flex",children:jsxRuntime.jsxs("button",{type:"button",ref:b=>{f.current=b,typeof o=="function"?o(b):o&&(o.current=b);},id:u,"aria-controls":m,"aria-expanded":c,disabled:d,"data-state":c?"open":"closed",className:i("flex flex-1 items-center justify-between py-4 font-medium transition-all text-left cursor-pointer disabled:pointer-events-none disabled:opacity-50 [&[data-state=open]>svg]:rotate-180",e),onClick:b=>{r?.(b),s.onValueChange(l);},onKeyDown:p,...n,children:[t,jsxRuntime.jsx(lucideReact.ChevronDown,{className:"h-4 w-4 shrink-0 transition-transform duration-200"})]})})});Ud.displayName="AccordionTrigger";var Xd=$__namespace.forwardRef(({className:e,children:t,style:r,...a},n)=>{let{isOpen:o,contentId:s,triggerId:l,isDisabled:c}=Wd();return jsxRuntime.jsx("div",{ref:n,id:s,role:"region","aria-labelledby":l,"data-state":o?"open":"closed","data-disabled":c?"":void 0,className:i("grid transition-[grid-template-rows] duration-200 ease-out",o?"grid-rows-[1fr]":"grid-rows-[0fr]",e),style:r,...a,children:jsxRuntime.jsx("div",{className:"overflow-hidden",children:jsxRuntime.jsx("div",{className:"pb-4 pt-0 text-sm",children:t})})})});Xd.displayName="AccordionContent";var Zd=$__namespace.createContext(null),Jd=()=>{let e=$__namespace.useContext(Zd);if(!e)throw new Error("Collapsible components must be used within a Collapsible");return e},Qd=$__namespace.forwardRef(({className:e,open:t,defaultOpen:r=false,onOpenChange:a,disabled:n,title:o,children:s,...l},c)=>{let[d,m]=$__namespace.useState(r),u=t!==void 0,f=u?t:d,p=$__namespace.useId(),b=$__namespace.useId(),x=g=>{n||(u||m(g),a?.(g));};return jsxRuntime.jsx(Zd.Provider,{value:{open:f,onOpenChange:x,disabled:n,contentId:p,triggerId:b},children:jsxRuntime.jsxs("div",{ref:c,"data-state":f?"open":"closed","data-disabled":n?"":void 0,className:i("space-y-2",e),...l,children:[o&&jsxRuntime.jsxs("div",{className:"flex items-center justify-between space-x-4 px-4",children:[jsxRuntime.jsx("h4",{className:"text-sm font-semibold",children:o}),jsxRuntime.jsx(hi,{})]}),s]})})});Qd.displayName="Collapsible";var hi=$__namespace.forwardRef(({className:e,children:t,onClick:r,...a},n)=>{let{open:o,onOpenChange:s,disabled:l,contentId:c,triggerId:d}=Jd();return jsxRuntime.jsx("button",{ref:n,type:"button",id:d,"aria-controls":c,"aria-expanded":o,disabled:l,"data-state":o?"open":"closed","data-disabled":l?"":void 0,className:i("flex items-center justify-center h-9 w-9 rounded-lg bg-transparent hover:bg-zinc-100 dark:hover:bg-zinc-800 transition-colors cursor-pointer disabled:cursor-not-allowed disabled:opacity-50",e),onClick:m=>{r?.(m),s(!o);},...a,children:t??jsxRuntime.jsx(lucideReact.ChevronsUpDown,{className:"h-4 w-4"})})});hi.displayName="CollapsibleTrigger";var eu=$__namespace.forwardRef(({className:e,children:t,style:r,...a},n)=>{let{open:o,contentId:s,triggerId:l,disabled:c}=Jd(),d=$__namespace.useRef(null),[m,u]=$__namespace.useState(void 0),[f,p]=$__namespace.useState(false),[b,x]=$__namespace.useState(o);$__namespace.useEffect(()=>{o?(x(true),p(true),requestAnimationFrame(()=>{d.current&&u(d.current.scrollHeight);})):(p(true),u(0));},[o]);let g=()=>{p(false),o||x(false),u(void 0);};return b?jsxRuntime.jsx("div",{ref:n,id:s,role:"region","aria-labelledby":l,"data-state":o?"open":"closed","data-disabled":c?"":void 0,className:i("overflow-hidden",e),style:{...r,height:f?m!==void 0?m:"auto":o?"auto":0,transition:f?"height 0.25s ease-out, opacity 0.25s ease-out":void 0,opacity:o?1:0},onTransitionEnd:g,...a,children:jsxRuntime.jsx("div",{ref:d,children:t})}):null});eu.displayName="CollapsibleContent";var Lo=$__namespace.forwardRef(({className:e,value:t=0,max:r=100,...a},n)=>{let o=Math.min(Math.max(t/r*100,0),100);return jsxRuntime.jsx("div",{ref:n,role:"progressbar","aria-valuenow":t,"aria-valuemin":0,"aria-valuemax":r,className:i("relative h-4 w-full overflow-hidden rounded-full bg-secondary",e),...a,children:jsxRuntime.jsx("div",{className:"h-full w-full flex-1 bg-primary transition-all",style:{transform:`translateX(-${100-o}%)`}})})});Lo.displayName="Progress";var nu=$__namespace.createContext(null),ou=()=>{let e=$__namespace.useContext(nu);if(!e)throw new Error("HoverCard components must be used within a HoverCard");return e},su=({children:e,open:t,defaultOpen:r=false,onOpenChange:a,openDelay:n=700,closeDelay:o=300,closeOnScroll:s=true})=>{let[l,c]=$__namespace.useState(r),d=t!==void 0,m=d?t:l,u=$__namespace.useRef(null),f=$__namespace.useId(),p=$__namespace.useRef(null),b=$__namespace.useRef(null),x=$__namespace.useCallback(g=>{p.current&&clearTimeout(p.current),b.current&&clearTimeout(b.current),g?p.current=setTimeout(()=>{d||c(true),a?.(true);},n):b.current=setTimeout(()=>{d||c(false),a?.(false);},o);},[d,a,n,o]);return $__namespace.useEffect(()=>{if(!s||!m)return;let g=()=>{p.current&&clearTimeout(p.current),b.current&&clearTimeout(b.current),d||c(false),a?.(false);};return window.addEventListener("scroll",g,true),()=>window.removeEventListener("scroll",g,true)},[s,m,d,a]),$__namespace.useEffect(()=>()=>{p.current&&clearTimeout(p.current),b.current&&clearTimeout(b.current);},[]),jsxRuntime.jsx(nu.Provider,{value:{open:m,onOpenChange:x,triggerRef:u,contentId:f},children:e})};su.displayName="HoverCard";var iu=$__namespace.forwardRef(({asChild:e,children:t,onMouseEnter:r,onMouseLeave:a,onFocus:n,onBlur:o,...s},l)=>{let{onOpenChange:c,triggerRef:d}=ou(),m=b=>{r?.(b),c(true);},u=b=>{a?.(b),c(false);},f=b=>{n?.(b),c(true);},p=b=>{o?.(b),c(false);};return e&&$__namespace.isValidElement(t)?$__namespace.cloneElement(t,{ref:b=>{d.current=b,typeof l=="function"?l(b):l&&(l.current=b);},onMouseEnter:m,onMouseLeave:u,onFocus:f,onBlur:p,...s}):jsxRuntime.jsx("a",{ref:b=>{d.current=b,typeof l=="function"?l(b):l&&(l.current=b);},onMouseEnter:m,onMouseLeave:u,onFocus:f,onBlur:p,...s,children:t})});iu.displayName="HoverCardTrigger";var lu=$__namespace.forwardRef(({className:e,side:t="bottom",sideOffset:r=4,align:a="center",alignOffset:n=0,onMouseEnter:o,onMouseLeave:s,children:l,...c},d)=>{let{open:m,onOpenChange:u,triggerRef:f,contentId:p}=ou(),[b,x]=$__namespace.useState({top:0,left:0}),[g,v]=$__namespace.useState(false),w=$__namespace.useRef(null);$__namespace.useEffect(()=>{v(true);},[]),$__namespace.useEffect(()=>{if(!m||!f.current||!w.current)return;(()=>{if(!f.current||!w.current)return;let T=f.current.getBoundingClientRect(),M=w.current.getBoundingClientRect(),P=0,N=0;switch(t){case "top":P=T.top-M.height-r;break;case "bottom":P=T.bottom+r;break;case "left":N=T.left-M.width-r;break;case "right":N=T.right+r;break}if(t==="top"||t==="bottom")switch(a){case "start":N=T.left+n;break;case "center":N=T.left+T.width/2-M.width/2;break;case "end":N=T.right-M.width-n;break}else switch(a){case "start":P=T.top+n;break;case "center":P=T.top+T.height/2-M.height/2;break;case "end":P=T.bottom-M.height-n;break}x({top:P,left:N});})();},[m,t,r,a,n,f]);let y=R=>{o?.(R),u(true);},h=R=>{s?.(R),u(false);};if(!g||!m)return null;let C={top:"animate-in fade-in-0 zoom-in-95 slide-in-from-bottom-2",bottom:"animate-in fade-in-0 zoom-in-95 slide-in-from-top-2",left:"animate-in fade-in-0 zoom-in-95 slide-in-from-right-2",right:"animate-in fade-in-0 zoom-in-95 slide-in-from-left-2"}[t];return No__namespace.createPortal(jsxRuntime.jsx("div",{ref:R=>{w.current=R,typeof d=="function"?d(R):d&&(d.current=R);},id:p,"data-state":m?"open":"closed","data-side":t,className:i("fixed z-50 w-64 rounded-md border bg-popover p-4 text-popover-foreground shadow-md outline-none",C,e),style:{top:b.top,left:b.left},onMouseEnter:y,onMouseLeave:h,...c,children:l}),document.body)});lu.displayName="HoverCardContent";var cu=$__namespace.createContext({size:"md",variant:"default",radius:"md"}),So=()=>$__namespace.useContext(cu);classVarianceAuthority.cva("",{variants:{size:{sm:"",md:"",lg:""},variant:{default:"",bordered:"",filled:""},radius:{none:"",sm:"",md:"",lg:"",full:""}},defaultVariants:{size:"md",variant:"default",radius:"md"}});var CR=classVarianceAuthority.cva("flex flex-wrap items-center break-words",{variants:{size:{sm:"gap-1 text-xs",md:"gap-1.5 text-sm sm:gap-2",lg:"gap-2 text-base sm:gap-3"},variant:{default:"text-muted-foreground",bordered:"text-muted-foreground px-3 py-1.5 border",filled:"text-muted-foreground bg-muted px-3 py-1.5"},radius:{none:"rounded-none",sm:"rounded-sm",md:"rounded-md",lg:"rounded-lg",full:"rounded-full"}},defaultVariants:{size:"md",variant:"default",radius:"md"}}),NR=classVarianceAuthority.cva("",{variants:{size:{sm:"[&>svg]:h-3 [&>svg]:w-3",md:"[&>svg]:h-3.5 [&>svg]:w-3.5",lg:"[&>svg]:h-4 [&>svg]:w-4"}},defaultVariants:{size:"md"}}),MR=classVarianceAuthority.cva("flex items-center justify-center",{variants:{size:{sm:"h-6 w-6 [&>svg]:h-3 [&>svg]:w-3",md:"h-8 w-8 [&>svg]:h-4 [&>svg]:w-4",lg:"h-10 w-10 [&>svg]:h-5 [&>svg]:w-5"}},defaultVariants:{size:"md"}}),du=$__namespace.forwardRef(({size:e="md",variant:t="default",radius:r="md",children:a,...n},o)=>jsxRuntime.jsx(cu.Provider,{value:{size:e,variant:t,radius:r},children:jsxRuntime.jsx("nav",{ref:o,"aria-label":"breadcrumb",...n,children:a})}));du.displayName="Breadcrumb";var uu=$__namespace.forwardRef(({className:e,...t},r)=>{let{size:a,variant:n,radius:o}=So();return jsxRuntime.jsx("ol",{ref:r,className:i(CR({size:a,variant:n,radius:n==="default"?void 0:o}),e),...t})});uu.displayName="BreadcrumbList";var mu=$__namespace.forwardRef(({className:e,...t},r)=>{let{size:a}=So();return jsxRuntime.jsx("li",{ref:r,className:i("inline-flex items-center",a==="sm"&&"gap-1",a==="md"&&"gap-1.5",a==="lg"&&"gap-2",e),...t})});mu.displayName="BreadcrumbItem";var pu=$__namespace.forwardRef(({asChild:e,className:t,...r},a)=>jsxRuntime.jsx(e?oo:"a",{ref:a,className:i("transition-colors hover:text-foreground cursor-pointer",t),...r}));pu.displayName="BreadcrumbLink";var fu=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("span",{ref:r,role:"link","aria-disabled":"true","aria-current":"page",className:i("font-medium text-foreground",e),...t}));fu.displayName="BreadcrumbPage";var gu=({children:e,className:t,...r})=>{let{size:a}=So();return jsxRuntime.jsx("li",{role:"presentation","aria-hidden":"true",className:i(NR({size:a}),"text-muted-foreground/60",t),...r,children:e??jsxRuntime.jsx(lucideReact.ChevronRight,{})})};gu.displayName="BreadcrumbSeparator";var bu=({className:e,...t})=>{let{size:r}=So();return jsxRuntime.jsxs("span",{role:"presentation","aria-hidden":"true",className:i(MR({size:r}),e),...t,children:[jsxRuntime.jsx(lucideReact.MoreHorizontal,{}),jsxRuntime.jsx("span",{className:"sr-only",children:"More"})]})};bu.displayName="BreadcrumbEllipsis";var xu=$__namespace.forwardRef(({ratio:e=1,className:t,style:r,children:a,...n},o)=>jsxRuntime.jsx("div",{ref:o,className:i("relative w-full",t),style:{...r,paddingBottom:`${100/e}%`},...n,children:jsxRuntime.jsx("div",{className:"absolute inset-0",children:a})}));xu.displayName="AspectRatio";var yu=$__namespace.createContext(null),Cn=()=>{let e=$__namespace.useContext(yu);if(!e)throw new Error("NavigationMenu components must be used within a NavigationMenu");return e},yi=$__namespace.createContext(null),Ru=$__namespace.forwardRef(({className:e,children:t,value:r,defaultValue:a="",onValueChange:n,orientation:o="horizontal",...s},l)=>{let[c,d]=$__namespace.useState(a),m=r!==void 0,u=m?r:c,f=$__namespace.useCallback(p=>{m||d(p),n?.(p);},[m,n]);return jsxRuntime.jsx(yu.Provider,{value:{value:u,onValueChange:f,orientation:o},children:jsxRuntime.jsxs("nav",{ref:l,"aria-label":"Main","data-orientation":o,className:i("relative z-10 flex max-w-max flex-1 items-center justify-center",e),...s,children:[t,jsxRuntime.jsx(Ri,{})]})})});Ru.displayName="NavigationMenu";var wu=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("ul",{ref:r,className:i("group flex flex-1 list-none items-center justify-center space-x-1",e),...t}));wu.displayName="NavigationMenuList";var Cu=$__namespace.forwardRef(({className:e,value:t,children:r,...a},n)=>{let o=t||$__namespace.useId(),s=$__namespace.useRef(null);return jsxRuntime.jsx(yi.Provider,{value:{value:o,triggerRef:s},children:jsxRuntime.jsx("li",{ref:n,className:i("relative",e),...a,children:r})})});Cu.displayName="NavigationMenuItem";var Nu=classVarianceAuthority.cva("group inline-flex h-10 w-max items-center justify-center rounded-md bg-background px-4 py-2 text-sm font-medium transition-colors hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground focus:outline-none disabled:pointer-events-none disabled:opacity-50 data-[active]:bg-accent/50 data-[state=open]:bg-accent/50"),Mu=$__namespace.forwardRef(({className:e,children:t,...r},a)=>{let{value:n,onValueChange:o}=Cn(),s=$__namespace.useContext(yi);if(!s)throw new Error("NavigationMenuTrigger must be used within a NavigationMenuItem");let l=n===s.value,c=()=>{o(l?"":s.value);},d=()=>{o(s.value);};return jsxRuntime.jsxs("button",{ref:m=>{s.triggerRef.current=m,typeof a=="function"?a(m):a&&(a.current=m);},type:"button","aria-expanded":l,"aria-haspopup":"menu","data-state":l?"open":"closed",className:i(Nu(),"group",e),onClick:c,onMouseEnter:d,...r,children:[t," ",jsxRuntime.jsx(lucideReact.ChevronDown,{className:"relative top-[1px] ml-1 h-3 w-3 transition duration-200 group-data-[state=open]:rotate-180","aria-hidden":"true"})]})});Mu.displayName="NavigationMenuTrigger";var Tu=$__namespace.forwardRef(({className:e,children:t,...r},a)=>{let{value:n}=Cn(),o=$__namespace.useContext(yi);if(!o)throw new Error("NavigationMenuContent must be used within a NavigationMenuItem");let s=n===o.value;return s?jsxRuntime.jsx("div",{ref:a,"data-state":s?"open":"closed",className:i("left-0 top-0 w-full data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out data-[state=open]:fade-in data-[state=closed]:slide-out-to-left-52 data-[state=open]:slide-in-from-left-52 md:absolute md:w-auto",e),...r,children:t}):null});Tu.displayName="NavigationMenuContent";var Pu=$__namespace.forwardRef(({className:e,active:t,onSelect:r,onClick:a,...n},o)=>{let{onValueChange:s}=Cn();return jsxRuntime.jsx("a",{ref:o,"data-active":t?"":void 0,className:e,onClick:c=>{a?.(c),r?.(),s("");},...n})});Pu.displayName="NavigationMenuLink";var Ri=$__namespace.forwardRef(({className:e,...t},r)=>{let{value:a}=Cn(),n=a!=="";return n?jsxRuntime.jsx("div",{className:i("absolute left-0 top-full flex justify-center"),children:jsxRuntime.jsx("div",{ref:r,"data-state":n?"open":"closed",className:i("origin-top-center relative mt-1.5 h-[var(--navigation-menu-viewport-height,auto)] w-full overflow-hidden rounded-md border bg-popover text-popover-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-90 md:w-[var(--navigation-menu-viewport-width,auto)]",e),...t})}):null});Ri.displayName="NavigationMenuViewport";var ku=$__namespace.forwardRef(({className:e,...t},r)=>{let{value:a}=Cn();return jsxRuntime.jsx("div",{ref:r,"data-state":a!==""?"visible":"hidden",className:i("top-full z-[1] flex h-1.5 items-end justify-center overflow-hidden data-[state=visible]:animate-in data-[state=hidden]:animate-out data-[state=hidden]:fade-out data-[state=visible]:fade-in",e),...t,children:jsxRuntime.jsx("div",{className:"relative top-[60%] h-2 w-2 rotate-45 rounded-tl-sm bg-border shadow-md"})})});ku.displayName="NavigationMenuIndicator";var Su=classVarianceAuthority.cva("inline-flex items-center justify-center rounded-full transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50",{variants:{variant:{default:"hover:bg-muted",solid:"bg-muted hover:bg-muted/80",ghost:"hover:bg-accent hover:text-accent-foreground",light:"hover:bg-muted/50",outline:"border border-input hover:bg-accent hover:text-accent-foreground"},size:{sm:"h-6 w-6",md:"h-8 w-8",lg:"h-10 w-10"}},defaultVariants:{variant:"default",size:"md"}}),ar=$__namespace.forwardRef(({className:e,variant:t,size:r,iconSize:a,...n},o)=>{let l=a??{sm:14,md:16,lg:20}[r??"md"];return jsxRuntime.jsx("button",{ref:o,type:"button",className:i(Su({variant:t,size:r}),e),"aria-label":"Close",...n,children:jsxRuntime.jsx(lucideReact.X,{style:{width:l,height:l}})})});ar.displayName="CloseButton";var Ho=$__namespace.createContext(null);function zR(){let e=$__namespace.useContext(Ho);if(!e)throw new Error("useDrawer must be used within a DrawerProvider.");return e}function Ar(){return $__namespace.useContext(Ho)}var BR="16rem",OR="18rem",FR="3rem",GR="b",$R={xs:"256px",sm:"320px",md:"384px",lg:"448px",xl:"512px","2xl":"576px","3xl":"672px","4xl":"768px","5xl":"896px",full:"100%"},KR={xs:"20vh",sm:"30vh",md:"40vh",lg:"50vh",xl:"60vh","2xl":"70vh","3xl":"75vh","4xl":"80vh","5xl":"90vh",full:"100vh"},wi=$__namespace.forwardRef(({defaultOpen:e=false,open:t,onOpenChange:r,placement:a="left",size:n="md",backdrop:o="opaque",isDismissable:s=true,hideCloseButton:l=false,collapsible:c="offcanvas",mode:d,className:m,style:u,children:f,...p},b)=>{let x=d??"overlay",g=x==="overlay",[v,w]=$__namespace.useState(false),[y,h]=$__namespace.useState(false),[C,R]=$__namespace.useState(e),T=t??C,M=$__namespace.useCallback(E=>{let L=typeof E=="function"?E(T):E;r?r(L):R(L);},[r,T]);$__namespace.useEffect(()=>{let E=()=>{w(window.innerWidth<768);};return E(),window.addEventListener("resize",E),()=>window.removeEventListener("resize",E)},[]);let P=$__namespace.useCallback(()=>g?M(E=>!E):v?h(E=>!E):M(E=>!E),[v,M,h,g]);$__namespace.useEffect(()=>{if(g)return;let E=L=>{L.key===GR&&(L.metaKey||L.ctrlKey)&&(L.preventDefault(),P());};return window.addEventListener("keydown",E),()=>window.removeEventListener("keydown",E)},[P,g]);let N=T?"expanded":"collapsed",k=$__namespace.useMemo(()=>({placement:a,state:N,open:T,setOpen:M,isMobile:v,openMobile:y,setOpenMobile:h,toggleDrawer:P,collapsible:c,mode:x,size:n,backdrop:o,isDismissable:s,hideCloseButton:l}),[a,N,T,M,v,y,h,P,c,x,n,o,s,l]);return g?jsxRuntime.jsx(Ho.Provider,{value:k,children:jsxRuntime.jsx(vaul.Drawer.Root,{open:T,onOpenChange:M,direction:a,dismissible:s,children:f})}):jsxRuntime.jsx(Ho.Provider,{value:k,children:jsxRuntime.jsx(kr,{delayDuration:0,children:jsxRuntime.jsx("div",{ref:b,style:{"--drawer-width":BR,"--drawer-width-icon":FR,...u},className:i("group/drawer-wrapper flex min-h-svh w-full has-[[data-variant=inset]]:bg-muted/50",m),...p,children:f})})})});wi.displayName="Drawer";var Vu=$__namespace.forwardRef(({variant:e="default",embedded:t=false,className:r,children:a,...n},o)=>{let s=Ar();if(!s)return jsxRuntime.jsx("div",{ref:o,className:i("flex h-full flex-col bg-background text-foreground",r),...n,children:a});let{placement:l,collapsible:c,isMobile:d,state:m,openMobile:u,setOpenMobile:f}=s;if(l==="bottom"||l==="top")return jsxRuntime.jsx(jsxRuntime.Fragment,{children:a});if(c==="none")return jsxRuntime.jsx("div",{ref:o,className:i("flex h-full w-[--drawer-width] flex-col bg-background text-foreground border-r",l==="right"&&"border-l border-r-0",r),...n,children:a});if(d&&!t)return jsxRuntime.jsx(_R,{open:u,onOpenChange:f,placement:l,children:a});if(t){let b=m==="collapsed",x=c==="offcanvas",g=c==="icon";return jsxRuntime.jsx("div",{ref:o,className:i("group peer text-foreground relative"),"data-state":m,"data-collapsible":b?c:"","data-variant":e,"data-placement":l,"data-embedded":"true",children:jsxRuntime.jsx("div",{className:i("flex h-full flex-col overflow-hidden transition-[width,opacity] duration-200 ease-out",x?b?"w-0 opacity-0":"w-[--drawer-width] opacity-100":g&&b?"w-[--drawer-width-icon]":"w-[--drawer-width]",r),...n,children:jsxRuntime.jsx("div",{"data-drawer":"drawer",className:i("flex h-full w-full flex-col bg-background transition-opacity duration-200",e==="floating"&&"overflow-hidden rounded-lg border shadow-sm",e==="inset"&&"overflow-hidden rounded-lg border",e==="default"&&l==="left"&&"border-r",e==="default"&&l==="right"&&"border-l"),children:a})})})}return jsxRuntime.jsxs("div",{ref:o,className:"group peer hidden md:block text-foreground","data-state":m,"data-collapsible":m==="collapsed"?c:"","data-variant":e,"data-placement":l,children:[jsxRuntime.jsx("div",{className:i("duration-200 relative h-svh w-[--drawer-width] bg-transparent transition-[width] ease-linear","group-data-[collapsible=offcanvas]:w-0",l==="right"&&"group-data-[placement=right]:rotate-180",e==="floating"||e==="inset"?"group-data-[collapsible=icon]:w-[calc(var(--drawer-width-icon)_+_theme(spacing.4))]":"group-data-[collapsible=icon]:w-[--drawer-width-icon]")}),jsxRuntime.jsx("div",{className:i("duration-200 fixed inset-y-0 z-10 hidden h-svh w-[--drawer-width] transition-[left,right,width] ease-linear md:flex",l==="left"?"left-0 group-data-[collapsible=offcanvas]:left-[calc(var(--drawer-width)*-1)]":"right-0 group-data-[collapsible=offcanvas]:right-[calc(var(--drawer-width)*-1)]",e==="floating"||e==="inset"?"p-2 group-data-[collapsible=icon]:w-[calc(var(--drawer-width-icon)_+_theme(spacing.4)_+2px)]":"group-data-[collapsible=icon]:w-[--drawer-width-icon] group-data-[placement=left]:border-r group-data-[placement=right]:border-l",r),...n,children:jsxRuntime.jsx("div",{"data-drawer":"drawer",className:i("flex h-full w-full flex-col bg-background",e==="floating"&&"overflow-hidden rounded-lg border shadow-sm",e==="inset"&&"overflow-hidden rounded-lg border"),children:a})})]})});Vu.displayName="DrawerSidebar";var _R=({children:e,open:t,onOpenChange:r,placement:a})=>{let[n,o]=$__namespace.useState(false);return $__namespace.useEffect(()=>{o(true);},[]),$__namespace.useEffect(()=>(t&&(document.body.style.overflow="hidden"),()=>{document.body.style.overflow="";}),[t]),!n||!t?null:No__namespace.createPortal(jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"fixed inset-0 z-50 bg-black/80 animate-in fade-in-0",onClick:()=>r(false)}),jsxRuntime.jsx("div",{className:i("fixed z-50 bg-background p-0 text-foreground shadow-lg","animate-in",a==="left"&&"inset-y-0 left-0 h-full w-[--drawer-width] slide-in-from-left",a==="right"&&"inset-y-0 right-0 h-full w-[--drawer-width] slide-in-from-right"),style:{"--drawer-width":OR},children:jsxRuntime.jsx("div",{className:"flex h-full w-full flex-col",children:e})})]}),document.body)},Iu=$__namespace.forwardRef(({className:e,onClick:t,...r},a)=>{let n=Ar();if(n?.mode==="overlay")return jsxRuntime.jsx(vaul.Drawer.Trigger,{ref:a,className:e,onClick:t,...r});let o=n?.toggleDrawer;return jsxRuntime.jsxs("button",{ref:a,type:"button","data-drawer":"trigger",className:i("flex items-center justify-center h-9 w-9 rounded-lg bg-transparent hover:bg-accent transition-colors cursor-pointer",e),onClick:s=>{t?.(s),o?.();},...r,children:[jsxRuntime.jsx(lucideReact.PanelLeft,{className:"h-4 w-4"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Toggle Drawer"})]})});Iu.displayName="DrawerTrigger";var Au=$__namespace.forwardRef(({className:e,children:t,...r},a)=>{let n=Ar(),o=n?.mode==="overlay",s=n?.placement||"left",l=n?.size||"md",c=n?.backdrop||"opaque",d=n?.hideCloseButton||false;if(o){let m=s==="top"||s==="bottom",u=s==="left"||s==="right",f=u?$R[l]:KR[l],p={opaque:"bg-black/80",blur:"bg-black/50 backdrop-blur-sm",transparent:"bg-transparent"},b={top:"inset-x-0 top-0 rounded-b-[10px]",bottom:"inset-x-0 bottom-0 rounded-t-[10px]",left:"inset-y-0 left-0 rounded-r-[10px]",right:"inset-y-0 right-0 rounded-l-[10px]"};return jsxRuntime.jsxs(vaul.Drawer.Portal,{children:[jsxRuntime.jsx(vaul.Drawer.Overlay,{className:i("fixed inset-0 z-50",p[c])}),jsxRuntime.jsxs(vaul.Drawer.Content,{ref:a,className:i("fixed z-50 flex flex-col border bg-background",b[s],e),style:{...u?{width:f,height:"100%"}:{},...m?{maxHeight:f}:{},...r.style},...r,children:[u&&!d&&jsxRuntime.jsx(vaul.Drawer.Close,{asChild:true,children:jsxRuntime.jsx(ar,{variant:"light",className:"absolute right-4 top-4 z-10"})}),m&&jsxRuntime.jsx("div",{className:i("mx-auto h-2 w-[100px] rounded-full bg-muted",s==="top"?"mb-4 mt-auto":"mt-4")}),t]})]})}return jsxRuntime.jsx("div",{ref:a,className:i("flex flex-col h-full",e),...r,children:t})});Au.displayName="DrawerContent";var zu=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,"data-drawer":"header",className:i("flex flex-col gap-2 p-4",e),...t}));zu.displayName="DrawerHeader";var Bu=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,"data-drawer":"body",className:i("flex min-h-0 flex-1 flex-col gap-2 overflow-auto p-4 group-data-[collapsible=icon]:overflow-hidden",e),...t}));Bu.displayName="DrawerBody";var Ou=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,"data-drawer":"footer",className:i("flex flex-col gap-2 p-4 mt-auto",e),...t}));Ou.displayName="DrawerFooter";var Fu=$__namespace.forwardRef(({className:e,...t},r)=>Ar()?.mode==="overlay"?jsxRuntime.jsx(vaul.Drawer.Title,{ref:r,className:i("text-lg font-semibold leading-none tracking-tight",e),...t}):jsxRuntime.jsx("h2",{ref:r,className:i("text-lg font-semibold leading-none tracking-tight",e),...t}));Fu.displayName="DrawerTitle";var Gu=$__namespace.forwardRef(({className:e,...t},r)=>Ar()?.mode==="overlay"?jsxRuntime.jsx(vaul.Drawer.Description,{ref:r,className:i("text-sm text-muted-foreground",e),...t}):jsxRuntime.jsx("p",{ref:r,className:i("text-sm text-muted-foreground",e),...t}));Gu.displayName="DrawerDescription";var $u=$__namespace.forwardRef(({className:e,onClick:t,...r},a)=>{let n=Ar();return n?.mode==="overlay"?jsxRuntime.jsx(vaul.Drawer.Close,{ref:a,className:e,onClick:t,...r}):jsxRuntime.jsx(ar,{ref:a,variant:"light",className:e,onClick:s=>{t?.(s),n?.setOpen(false);},...r})});$u.displayName="DrawerClose";var Ku=$__namespace.forwardRef(({className:e,onClick:t,showLabel:r=true,...a},n)=>{let o=Ar();if(!o)return null;let{toggleDrawer:s,state:l,placement:c}=o,d=l==="collapsed",m=c==="left",u=m?lucideReact.PanelLeftOpen:lucideReact.PanelRightOpen,f=m?lucideReact.PanelLeftClose:lucideReact.PanelRightClose;return jsxRuntime.jsxs("button",{ref:n,type:"button","data-drawer":"toggle","data-state":l,className:i("flex items-center gap-2 w-full px-2 py-2 rounded-md text-sm text-muted-foreground","hover:bg-accent hover:text-accent-foreground","transition-colors cursor-pointer","group-data-[collapsible=icon]:justify-center group-data-[collapsible=icon]:px-0",e),onClick:p=>{t?.(p),s();},...a,children:[d?jsxRuntime.jsx(u,{className:"h-4 w-4 shrink-0"}):jsxRuntime.jsx(f,{className:"h-4 w-4 shrink-0"}),r&&jsxRuntime.jsx("span",{className:"group-data-[collapsible=icon]:hidden truncate",children:d?"Expand":"Collapse"})]})});Ku.displayName="DrawerToggle";var _u=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,"data-drawer":"separator",className:i("mx-4 h-px bg-border",e),...t}));_u.displayName="DrawerSeparator";var Wu=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("ul",{ref:r,"data-drawer":"menu",className:i("flex w-full min-w-0 flex-col gap-1",e),...t}));Wu.displayName="DrawerMenu";var ju=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("li",{ref:r,"data-drawer":"menu-item",className:i("group/menu-item relative",e),...t}));ju.displayName="DrawerMenuItem";var Yu=classVarianceAuthority.cva("peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left text-sm outline-none ring-ring transition-[width,height,padding] hover:bg-accent hover:text-accent-foreground focus-visible:ring-2 active:bg-accent active:text-accent-foreground disabled:pointer-events-none disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-accent data-[active=true]:font-medium data-[active=true]:text-accent-foreground group-data-[collapsible=icon]:!size-8 group-data-[collapsible=icon]:!p-2 [&>span:last-child]:truncate [&>svg]:size-4 [&>svg]:shrink-0",{variants:{variant:{default:"hover:bg-accent hover:text-accent-foreground",outline:"bg-background shadow-[0_0_0_1px_hsl(var(--border))] hover:bg-accent hover:text-accent-foreground",ghost:"hover:bg-accent/50 hover:text-accent-foreground"},size:{sm:"h-7 text-xs",md:"h-8 text-sm",lg:"h-12 text-sm group-data-[collapsible=icon]:!p-0"}},defaultVariants:{variant:"default",size:"md"}}),Uu=$__namespace.forwardRef(({asChild:e=false,isActive:t=false,variant:r="default",size:a="md",tooltip:n,className:o,children:s,...l},c)=>{let d=Ar(),m=d?.isMobile??false,u=d?.state??"expanded",f=jsxRuntime.jsx("button",{ref:c,type:"button","data-drawer":"menu-button","data-size":a,"data-active":t,className:i(Yu({variant:r,size:a}),o),...l,children:s});return n?jsxRuntime.jsxs(Er,{children:[jsxRuntime.jsx(Lr,{asChild:true,children:f}),jsxRuntime.jsx(Dr,{side:"right",align:"center",hidden:u!=="collapsed"||m,...typeof n=="string"?{children:n}:n})]}):f});Uu.displayName="DrawerMenuButton";var Xu=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,"data-drawer":"group",className:i("relative flex w-full min-w-0 flex-col p-2",e),...t}));Xu.displayName="DrawerGroup";var qu=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,"data-drawer":"group-label",className:i("duration-200 flex h-8 shrink-0 items-center rounded-md px-2 text-xs font-medium text-muted-foreground outline-none transition-[margin,opacity] ease-linear","group-data-[collapsible=icon]:-mt-8 group-data-[collapsible=icon]:opacity-0",e),...t}));qu.displayName="DrawerGroupLabel";var Zu=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("main",{ref:r,className:i("relative flex min-h-svh flex-1 flex-col bg-background","peer-data-[variant=inset]:min-h-[calc(100svh-theme(spacing.4))] md:peer-data-[variant=inset]:m-2 md:peer-data-[state=collapsed]:peer-data-[variant=inset]:ml-2 md:peer-data-[variant=inset]:ml-0 md:peer-data-[variant=inset]:rounded-xl md:peer-data-[variant=inset]:shadow",e),...t}));Zu.displayName="DrawerInset";var WR=wi;var Qu=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{className:"relative w-full overflow-auto",children:jsxRuntime.jsx("table",{ref:r,className:i("w-full caption-bottom text-sm",e),...t})}));Qu.displayName="Table";var em=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("thead",{ref:r,className:i("[&_tr]:border-b",e),...t}));em.displayName="TableHeader";var tm=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("tbody",{ref:r,className:i("[&_tr:last-child]:border-0",e),...t}));tm.displayName="TableBody";var rm=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("tfoot",{ref:r,className:i("border-t bg-muted/50 font-medium [&>tr]:last:border-b-0",e),...t}));rm.displayName="TableFooter";var am=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("tr",{ref:r,className:i("border-b transition-colors hover:bg-muted/50 data-[state=selected]:bg-muted",e),...t}));am.displayName="TableRow";var nm=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("th",{ref:r,className:i("h-12 px-4 text-left align-middle font-medium text-muted-foreground [&:has([role=checkbox])]:pr-0",e),...t}));nm.displayName="TableHead";var om=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("td",{ref:r,className:i("p-4 align-middle [&:has([role=checkbox])]:pr-0",e),...t}));om.displayName="TableCell";var sm=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("caption",{ref:r,className:i("mt-4 text-sm text-muted-foreground",e),...t}));sm.displayName="TableCaption";var lm=classVarianceAuthority.cva("animate-spin text-muted-foreground",{variants:{size:{sm:"h-4 w-4",md:"h-6 w-6",lg:"h-8 w-8"}},defaultVariants:{size:"md"}}),cm=$__namespace.forwardRef(({className:e,size:t,...r},a)=>jsxRuntime.jsx(lucideReact.Loader2,{ref:a,className:i(lm({size:t,className:e})),...r}));cm.displayName="Spinner";var Ci=["January","February","March","April","May","June","July","August","September","October","November","December"];function t0({currentMonth:e,onMonthChange:t,startYear:r,endYear:a}){let[n,o]=$__namespace.useState(false),[s,l]=$__namespace.useState(false),c=$__namespace.useRef(null),d=$__namespace.useRef(null),m=dateFns.getMonth(e),u=dateFns.getYear(e);$__namespace.useEffect(()=>{function x(g){c.current&&!c.current.contains(g.target)&&o(false),d.current&&!d.current.contains(g.target)&&l(false);}return document.addEventListener("mousedown",x),()=>document.removeEventListener("mousedown",x)},[]);let f=x=>{let g=dateFns.setMonth(e,x);t(g),o(false);},p=x=>{let g=dateFns.setYear(e,x);t(g),l(false);},b=$__namespace.useMemo(()=>{let x=[];for(let g=a;g>=r;g--)x.push(g);return x},[r,a]);return jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsxs("div",{ref:c,className:"relative",children:[jsxRuntime.jsxs("button",{type:"button",onClick:()=>{o(!n),l(false);},className:i("inline-flex items-center justify-between gap-2 px-3 py-1.5 rounded-md","text-sm font-medium w-[120px]","border border-border bg-background","hover:bg-muted transition-colors cursor-pointer",n&&"ring-2 ring-primary ring-offset-2 ring-offset-background"),children:[jsxRuntime.jsx("span",{children:Ci[m]}),jsxRuntime.jsx(lucideReact.ChevronDown,{className:i("h-4 w-4 text-muted-foreground transition-transform",n&&"rotate-180")})]}),n&&jsxRuntime.jsx("div",{className:"absolute top-full left-0 mt-1 z-50 min-w-[140px] rounded-md border border-border bg-background shadow-lg",children:jsxRuntime.jsx(ke,{className:"h-[200px]",children:jsxRuntime.jsx("div",{className:"p-1",children:Ci.map((x,g)=>jsxRuntime.jsx("button",{type:"button",onClick:()=>f(g),className:i("w-full text-left px-3 py-2 text-sm rounded-md","hover:bg-muted transition-colors cursor-pointer",m===g&&"bg-primary/10 text-primary font-medium"),children:x},x))})})})]}),jsxRuntime.jsxs("div",{ref:d,className:"relative",children:[jsxRuntime.jsxs("button",{type:"button",onClick:()=>{l(!s),o(false);},className:i("inline-flex items-center justify-between gap-2 px-3 py-1.5 rounded-md","text-sm font-medium w-[85px]","border border-border bg-background","hover:bg-muted transition-colors cursor-pointer",s&&"ring-2 ring-primary ring-offset-2 ring-offset-background"),children:[jsxRuntime.jsx("span",{children:u}),jsxRuntime.jsx(lucideReact.ChevronDown,{className:i("h-4 w-4 text-muted-foreground transition-transform",s&&"rotate-180")})]}),s&&jsxRuntime.jsx("div",{className:"absolute top-full left-0 mt-1 z-50 min-w-[100px] rounded-md border border-border bg-background shadow-lg",children:jsxRuntime.jsx(ke,{className:"h-[200px]",children:jsxRuntime.jsx("div",{className:"p-1",children:b.map(x=>jsxRuntime.jsx("button",{type:"button",onClick:()=>p(x),className:i("w-full text-left px-3 py-2 text-sm rounded-md","hover:bg-muted transition-colors cursor-pointer",u===x&&"bg-primary/10 text-primary font-medium"),children:x},x))})})})]})]})}function r0(e,t,r){return function({calendarMonth:n}){let{goToMonth:o,nextMonth:s,previousMonth:l}=reactDayPicker.useDayPicker();if(e)return jsxRuntime.jsxs("div",{className:"flex items-center justify-between gap-2 h-10 mb-2",children:[jsxRuntime.jsx(t0,{currentMonth:n.date,onMonthChange:o,startYear:t,endYear:r}),jsxRuntime.jsxs("div",{className:"flex items-center gap-1",children:[jsxRuntime.jsx("button",{type:"button",disabled:!l,onClick:()=>l&&o(l),className:i("h-8 w-8 inline-flex items-center justify-center rounded-md","text-muted-foreground hover:text-foreground hover:bg-muted","transition-colors cursor-pointer disabled:opacity-50 disabled:cursor-not-allowed"),"aria-label":"Previous month",children:jsxRuntime.jsx(lucideReact.ChevronLeft,{className:"h-4 w-4"})}),jsxRuntime.jsx("button",{type:"button",disabled:!s,onClick:()=>s&&o(s),className:i("h-8 w-8 inline-flex items-center justify-center rounded-md","text-muted-foreground hover:text-foreground hover:bg-muted","transition-colors cursor-pointer disabled:opacity-50 disabled:cursor-not-allowed"),"aria-label":"Next month",children:jsxRuntime.jsx(lucideReact.ChevronRight,{className:"h-4 w-4"})})]})]});let c=Ci[n.date.getMonth()],d=n.date.getFullYear();return jsxRuntime.jsxs("div",{className:"flex items-center justify-between gap-2 h-10 mb-2",children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsx("span",{className:"text-sm font-medium w-[90px]",children:c}),jsxRuntime.jsx("span",{className:"text-sm font-medium w-[50px]",children:d})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-1",children:[jsxRuntime.jsx("button",{type:"button",disabled:!l,onClick:()=>l&&o(l),className:i("h-8 w-8 inline-flex items-center justify-center rounded-md","text-muted-foreground hover:text-foreground hover:bg-muted","transition-colors cursor-pointer disabled:opacity-50 disabled:cursor-not-allowed"),"aria-label":"Previous month",children:jsxRuntime.jsx(lucideReact.ChevronLeft,{className:"h-4 w-4"})}),jsxRuntime.jsx("button",{type:"button",disabled:!s,onClick:()=>s&&o(s),className:i("h-8 w-8 inline-flex items-center justify-center rounded-md","text-muted-foreground hover:text-foreground hover:bg-muted","transition-colors cursor-pointer disabled:opacity-50 disabled:cursor-not-allowed"),"aria-label":"Next month",children:jsxRuntime.jsx(lucideReact.ChevronRight,{className:"h-4 w-4"})})]})]})}}function Fa({className:e,classNames:t,showOutsideDays:r=true,showMonthAndYearPickers:a=false,startYear:n=1900,endYear:o=new Date().getFullYear()+50,components:s,...l}){let c=$__namespace.useMemo(()=>r0(a,n,o),[a,n,o]);return jsxRuntime.jsx(reactDayPicker.DayPicker,{showOutsideDays:r,className:i("p-4",e),classNames:{months:"flex flex-col sm:flex-row gap-4",month:"flex flex-col gap-2",month_caption:"sr-only",nav:"hidden",month_grid:"w-full border-collapse",weekdays:"flex",weekday:"text-muted-foreground w-10 font-normal text-xs text-center",week:"flex w-full mt-1",day:i("relative h-10 w-10 p-0 text-center text-sm","flex items-center justify-center","focus-within:relative focus-within:z-20","[&:has([aria-selected]:not(.outside-day))]:bg-accent","first:[&:has([aria-selected]:not(.outside-day))]:rounded-l-md","last:[&:has([aria-selected]:not(.outside-day))]:rounded-r-md"),day_button:i("size-10 p-0 font-normal rounded-md text-sm","inline-flex items-center justify-center","hover:bg-primary/10 hover:text-primary","focus:outline-none","transition-colors cursor-pointer"),range_start:"rounded-l-md",range_end:"rounded-r-md",selected:i("bg-primary text-primary-foreground rounded-md","hover:bg-primary/90 hover:!text-primary-foreground","focus:bg-primary focus:text-primary-foreground","[&.outside-day]:bg-transparent [&.outside-day]:text-muted-foreground/50"),today:"bg-accent text-accent-foreground rounded-md",outside:"outside-day text-muted-foreground/50",disabled:"text-muted-foreground/30 cursor-not-allowed",range_middle:"rounded-none",hidden:"invisible",...t},modifiersStyles:{range_middle:{backgroundColor:"var(--color-muted)",color:"var(--color-foreground)",borderRadius:0},outside:{backgroundColor:"transparent"}},components:{...s,MonthCaption:c},...l})}Fa.displayName="Calendar";var pm=({className:e,...t})=>jsxRuntime.jsx("nav",{role:"navigation","aria-label":"pagination",className:i("mx-auto flex w-full justify-center",e),...t});pm.displayName="Pagination";var fm=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("ul",{ref:r,className:i("flex flex-row items-center gap-1",e),...t}));fm.displayName="PaginationContent";var gm=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("li",{ref:r,className:i("",e),...t}));gm.displayName="PaginationItem";var Vo=({className:e,isActive:t,size:r="icon",...a})=>jsxRuntime.jsx("a",{"aria-current":t?"page":void 0,className:i(er({variant:t?"bordered":"ghost",size:r}),e),...a});Vo.displayName="PaginationLink";var bm=({className:e,...t})=>jsxRuntime.jsxs(Vo,{"aria-label":"Go to previous page",size:"md",className:i("gap-1 pl-2.5",e),...t,children:[jsxRuntime.jsx(lucideReact.ChevronLeft,{className:"h-4 w-4"}),jsxRuntime.jsx("span",{children:"Previous"})]});bm.displayName="PaginationPrevious";var vm=({className:e,...t})=>jsxRuntime.jsxs(Vo,{"aria-label":"Go to next page",size:"md",className:i("gap-1 pr-2.5",e),...t,children:[jsxRuntime.jsx("span",{children:"Next"}),jsxRuntime.jsx(lucideReact.ChevronRight,{className:"h-4 w-4"})]});vm.displayName="PaginationNext";var hm=({className:e,...t})=>jsxRuntime.jsxs("span",{"aria-hidden":true,className:i("flex h-9 w-9 items-center justify-center",e),...t,children:[jsxRuntime.jsx(lucideReact.MoreHorizontal,{className:"h-4 w-4"}),jsxRuntime.jsx("span",{className:"sr-only",children:"More pages"})]});hm.displayName="PaginationEllipsis";var Ti=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx(cmdk.Command,{ref:r,className:i("flex h-full w-full flex-col overflow-hidden rounded-md bg-popover text-popover-foreground",e),...t}));Ti.displayName=cmdk.Command.displayName;var i0=({children:e,...t})=>jsxRuntime.jsx(io,{...t,children:jsxRuntime.jsx(lo,{className:"overflow-hidden p-0 shadow-lg",children:jsxRuntime.jsx(Ti,{className:"[&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:font-medium [&_[cmdk-group-heading]]:text-muted-foreground [&_[cmdk-group]:not([hidden])_~[cmdk-group]]:pt-0 [&_[cmdk-group]]:px-2 [&_[cmdk-input-wrapper]_svg]:h-5 [&_[cmdk-input-wrapper]_svg]:w-5 [&_[cmdk-input]]:h-12 [&_[cmdk-item]]:px-2 [&_[cmdk-item]]:py-3 [&_[cmdk-item]_svg]:h-5 [&_[cmdk-item]_svg]:w-5",children:e})})}),xm=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsxs("div",{className:"flex items-center border-b px-3","cmdk-input-wrapper":"",children:[jsxRuntime.jsx(lucideReact.Search,{className:"mr-2 h-4 w-4 shrink-0 opacity-50"}),jsxRuntime.jsx(cmdk.Command.Input,{ref:r,className:i("flex h-11 w-full rounded-md bg-transparent py-3 text-sm outline-none placeholder:text-muted-foreground disabled:cursor-not-allowed disabled:opacity-50",e),...t})]}));xm.displayName=cmdk.Command.Input.displayName;var ym=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx(cmdk.Command.List,{ref:r,className:i("max-h-[300px] overflow-y-auto overflow-x-hidden",e),...t}));ym.displayName=cmdk.Command.List.displayName;var Rm=$__namespace.forwardRef((e,t)=>jsxRuntime.jsx(cmdk.Command.Empty,{ref:t,className:"py-6 text-center text-sm",...e}));Rm.displayName=cmdk.Command.Empty.displayName;var wm=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx(cmdk.Command.Group,{ref:r,className:i("overflow-hidden p-1 text-foreground [&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:py-1.5 [&_[cmdk-group-heading]]:text-xs [&_[cmdk-group-heading]]:font-medium [&_[cmdk-group-heading]]:text-muted-foreground",e),...t}));wm.displayName=cmdk.Command.Group.displayName;var Cm=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx(cmdk.Command.Separator,{ref:r,className:i("-mx-1 h-px bg-border",e),...t}));Cm.displayName=cmdk.Command.Separator.displayName;var Nm=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx(cmdk.Command.Item,{ref:r,className:i("relative flex cursor-default gap-2 select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none data-[disabled=true]:pointer-events-none data-[selected='true']:bg-accent data-[selected=true]:text-accent-foreground data-[disabled=true]:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",e),...t}));Nm.displayName=cmdk.Command.Item.displayName;var Mm=({className:e,...t})=>jsxRuntime.jsx("span",{className:i("ml-auto text-xs tracking-widest text-muted-foreground",e),...t});Mm.displayName="CommandShortcut";var Tm=$__namespace.forwardRef(({className:e,showToggle:t=true,disabled:r,onFocus:a,onBlur:n,style:o,...s},l)=>{let[c,d]=$__namespace.useState(false),[m,u]=$__namespace.useState(false);return jsxRuntime.jsxs("div",{className:"relative",children:[jsxRuntime.jsx("input",{type:c?"text":"password",className:i("flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-sm file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus:outline-none transition-colors disabled:cursor-not-allowed disabled:opacity-50",t&&"pr-10",e),ref:l,disabled:r,style:{...o,borderColor:m?"var(--color-foreground)":void 0},onFocus:f=>{u(true),a?.(f);},onBlur:f=>{u(false),n?.(f);},...s}),t&&jsxRuntime.jsx("button",{type:"button",className:"absolute right-0 top-0 h-10 w-10 px-3 flex items-center justify-center text-muted-foreground hover:text-foreground transition-colors cursor-pointer disabled:opacity-50 disabled:cursor-not-allowed",onClick:()=>d(!c),disabled:r,tabIndex:-1,"aria-label":c?"Hide password":"Show password",children:c?jsxRuntime.jsx(lucideReact.EyeOff,{className:"h-4 w-4"}):jsxRuntime.jsx(lucideReact.Eye,{className:"h-4 w-4"})})]})});Tm.displayName="PasswordInput";var Pm=$__namespace.forwardRef(({className:e,showButtons:t=true,step:r=1,min:a,max:n,value:o,defaultValue:s,onChange:l,disabled:c,...d},m)=>{let[u,f]=$__namespace.useState(s),[p,b]=$__namespace.useState(false),x=o!==void 0,g=x?o:u,v=M=>{M!==void 0&&(a!==void 0&&M<a&&(M=a),n!==void 0&&M>n&&(M=n)),x||f(M),l?.(M);},w=()=>{v((g??0)+r);},y=()=>{v((g??0)-r);},h=M=>{let P=M.target.value;if(P==="")v(void 0);else {let N=parseFloat(P);isNaN(N)||v(N);}},C=M=>{M.key==="ArrowUp"?(M.preventDefault(),w()):M.key==="ArrowDown"&&(M.preventDefault(),y());},R=a===void 0||(g??0)>a,T=n===void 0||(g??0)<n;return t?jsxRuntime.jsxs("div",{className:i("relative flex items-center rounded-md border transition-colors",p?"border-foreground":"border-input",c&&"opacity-50",e),children:[jsxRuntime.jsx("button",{type:"button",className:"h-10 w-10 shrink-0 flex items-center justify-center text-muted-foreground hover:text-foreground transition-colors cursor-pointer disabled:opacity-50 disabled:cursor-not-allowed",onClick:y,disabled:c||!R,tabIndex:-1,"aria-label":"Decrease value",children:jsxRuntime.jsx(lucideReact.Minus,{className:"h-4 w-4"})}),jsxRuntime.jsx("input",{type:"text",inputMode:"numeric",pattern:"[0-9]*",className:"min-w-0 flex-1 h-10 bg-background text-sm text-center focus:outline-none disabled:cursor-not-allowed",ref:m,value:g??"",onChange:h,onKeyDown:C,disabled:c,onFocus:()=>b(true),onBlur:()=>b(false),...d}),jsxRuntime.jsx("button",{type:"button",className:"h-10 w-10 shrink-0 flex items-center justify-center text-muted-foreground hover:text-foreground transition-colors cursor-pointer disabled:opacity-50 disabled:cursor-not-allowed",onClick:w,disabled:c||!T,tabIndex:-1,"aria-label":"Increase value",children:jsxRuntime.jsx(lucideReact.Plus,{className:"h-4 w-4"})})]}):jsxRuntime.jsx("input",{type:"text",inputMode:"numeric",pattern:"[0-9]*",className:i("flex h-10 w-full bg-background px-3 py-2 text-sm text-center border rounded-md placeholder:text-muted-foreground focus:outline-none transition-colors disabled:cursor-not-allowed disabled:opacity-50",p?"border-foreground":"border-input",e),ref:m,value:g??"",onChange:h,onKeyDown:C,disabled:c,onFocus:()=>b(true),onBlur:()=>b(false),...d})});Pm.displayName="NumberInput";var Em=$__namespace.forwardRef(({value:e,defaultValue:t,onValueChange:r,placeholder:a="Pick a date",dateFormat:n="PPP",disabled:o=false,minDate:s,maxDate:l,className:c},d)=>{let[m,u]=$__namespace.useState(false),[f,p]=$__namespace.useState(t),b=e!==void 0,x=b?e:f,g=v=>{b||p(v),r?.(v),u(false);};return jsxRuntime.jsxs(Ie,{open:m,onOpenChange:u,children:[jsxRuntime.jsx(Ye,{asChild:true,children:jsxRuntime.jsxs(U,{ref:d,variant:"bordered",disabled:o,className:i("w-full justify-start text-left font-normal",!x&&"text-muted-foreground",c),children:[jsxRuntime.jsx(lucideReact.Calendar,{className:"mr-2 h-4 w-4"}),x?dateFns.format(x,n):a]})}),jsxRuntime.jsx(Ae,{className:"w-auto p-0",align:"start",children:jsxRuntime.jsx(Fa,{mode:"single",selected:x,onSelect:g,disabled:v=>!!(s&&v<s||l&&v>l),initialFocus:true})})]})});Em.displayName="DatePicker";var Hm=classVarianceAuthority.cva("flex -space-x-2",{variants:{size:{sm:"-space-x-2",md:"-space-x-2.5",lg:"-space-x-3"}},defaultVariants:{size:"md"}}),Lm=classVarianceAuthority.cva("border-2 border-background ring-0 cursor-pointer transition-transform duration-200 hover:-translate-y-1",{variants:{size:{sm:"h-8 w-8 text-xs",md:"h-10 w-10 text-sm",lg:"h-12 w-12 text-base"}},defaultVariants:{size:"md"}}),Vm=$__namespace.forwardRef(({className:e,items:t,max:r=5,size:a,showTooltips:n=false,...o},s)=>{let l=t.slice(0,r),c=t.length-r,d=(u,f)=>{let p=jsxRuntime.jsxs(ia,{className:i(Lm({size:a})),children:[u.src&&jsxRuntime.jsx(za,{src:u.src,alt:u.alt||""}),jsxRuntime.jsx(la,{className:"text-xs",children:u.fallback||u.alt?.charAt(0)?.toUpperCase()||"?"})]},f);return n&&u.alt?jsxRuntime.jsxs(Er,{children:[jsxRuntime.jsx(Lr,{asChild:true,children:p}),jsxRuntime.jsx(Dr,{className:"bg-zinc-100 text-zinc-900 dark:bg-zinc-900 dark:text-zinc-100",children:u.alt})]},f):p},m=jsxRuntime.jsxs("div",{ref:s,className:i(Hm({size:a,className:e})),...o,children:[l.map((u,f)=>d(u,f)),c>0&&jsxRuntime.jsx(ia,{className:i(Lm({size:a})),children:jsxRuntime.jsxs(la,{className:"bg-muted text-muted-foreground",children:["+",c]})})]});return n?jsxRuntime.jsx(kr,{delayDuration:300,children:m}):m});Vm.displayName="AvatarGroup";var Im=classVarianceAuthority.cva("flex gap-0.5",{variants:{size:{sm:"[&_svg]:h-4 [&_svg]:w-4",md:"[&_svg]:h-5 [&_svg]:w-5",lg:"[&_svg]:h-6 [&_svg]:w-6"}},defaultVariants:{size:"md"}}),Am=$__namespace.forwardRef(({className:e,value:t,defaultValue:r=0,onValueChange:a,max:n=5,size:o,icon:s="star",allowHalf:l=false,readOnly:c=false,disabled:d=false,filledColor:m,emptyColor:u,...f},p)=>{let[b,x]=$__namespace.useState(r),[g,v]=$__namespace.useState(null),w=t!==void 0,y=w?t:b,h=g!==null?g:y,C=L=>{c||d||(w||x(L),a?.(L));},R=(L,H=false)=>{let S=l&&H?L+.5:L+1;C(S);},T=(L,H)=>{if(c||d)return;let S=L.currentTarget.getBoundingClientRect(),D=l&&L.clientX<S.left+S.width/2;v(D?H+.5:H+1);},M=()=>{v(null);},P=s==="heart"?lucideReact.Heart:lucideReact.Star,N=L=>h>=L+1?"full":h>=L+.5?"half":"empty",k=m?{color:m,fill:m}:{},E=u?{color:u}:{};return jsxRuntime.jsx("div",{ref:p,className:i(Im({size:o,className:e}),d&&"opacity-50 cursor-not-allowed"),onMouseLeave:M,role:"radiogroup","aria-label":"Rating",...f,children:Array.from({length:n},(L,H)=>{let S=N(H);return jsxRuntime.jsxs("button",{type:"button",className:i("relative focus:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 rounded-sm",!c&&!d&&"cursor-pointer hover:scale-110 transition-transform"),onClick:D=>{let I=D.currentTarget.getBoundingClientRect(),A=l&&D.clientX<I.left+I.width/2;R(H,A);},onMouseMove:D=>T(D,H),disabled:d||c,"aria-label":`Rate ${H+1} out of ${n}`,role:"radio","aria-checked":y===H+1,children:[jsxRuntime.jsx(P,{className:i("text-muted-foreground/30",S!=="empty"&&"absolute inset-0"),style:S==="empty"?E:void 0}),S!=="empty"&&jsxRuntime.jsx(P,{className:i("text-yellow-500 fill-yellow-500",s==="heart"&&"text-red-500 fill-red-500",S==="half"&&"clip-path-half"),style:{...k,clipPath:S==="half"?"inset(0 50% 0 0)":void 0}})]},H)})})});Am.displayName="Rating";var Om=classVarianceAuthority.cva("inline-flex items-center justify-center gap-1.5 text-sm 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:opacity-50",{variants:{variant:{solid:"border-transparent text-primary-foreground",outline:"border bg-transparent",ghost:"border-transparent bg-transparent",soft:"border-transparent",surface:"border-transparent bg-muted text-muted-foreground"},color:{primary:"",secondary:"",success:"",warning:"",danger:"",info:""},size:{sm:"h-6 px-2 text-xs",md:"h-7 px-2.5 text-sm",lg:"h-8 px-3 text-sm"},radius:{none:"rounded-none",sm:"rounded-sm",md:"rounded-md",lg:"rounded-lg",full:"rounded-full"},clickable:{true:"cursor-pointer",false:""}},compoundVariants:[{variant:"solid",color:"primary",className:"bg-primary hover:bg-primary/90"},{variant:"solid",color:"secondary",className:"bg-secondary text-secondary-foreground hover:bg-secondary/80"},{variant:"solid",color:"success",className:"bg-success hover:bg-success/90"},{variant:"solid",color:"warning",className:"bg-warning text-warning-foreground hover:bg-warning/90"},{variant:"solid",color:"danger",className:"bg-danger hover:bg-danger/90"},{variant:"solid",color:"info",className:"bg-info hover:bg-info/90"},{variant:"outline",color:"primary",className:"border-primary text-primary hover:bg-primary/10"},{variant:"outline",color:"secondary",className:"border-secondary text-secondary-foreground hover:bg-secondary/10"},{variant:"outline",color:"success",className:"border-success text-success hover:bg-success/10"},{variant:"outline",color:"warning",className:"border-warning text-warning hover:bg-warning/10"},{variant:"outline",color:"danger",className:"border-danger text-danger hover:bg-danger/10"},{variant:"outline",color:"info",className:"border-info text-info hover:bg-info/10"},{variant:"ghost",color:"primary",className:"text-primary hover:bg-primary/10"},{variant:"ghost",color:"secondary",className:"text-secondary-foreground hover:bg-secondary"},{variant:"ghost",color:"success",className:"text-success hover:bg-success/10"},{variant:"ghost",color:"warning",className:"text-warning hover:bg-warning/10"},{variant:"ghost",color:"danger",className:"text-danger hover:bg-danger/10"},{variant:"ghost",color:"info",className:"text-info hover:bg-info/10"},{variant:"soft",color:"primary",className:"bg-primary/15 text-primary hover:bg-primary/20"},{variant:"soft",color:"secondary",className:"bg-secondary text-secondary-foreground hover:bg-secondary/80"},{variant:"soft",color:"success",className:"bg-success/15 text-success hover:bg-success/20"},{variant:"soft",color:"warning",className:"bg-warning/15 text-warning hover:bg-warning/20"},{variant:"soft",color:"danger",className:"bg-danger/15 text-danger hover:bg-danger/20"},{variant:"soft",color:"info",className:"bg-info/15 text-info hover:bg-info/20"}],defaultVariants:{variant:"solid",color:"primary",size:"md",radius:"full",clickable:false}}),w0=classVarianceAuthority.cva("ml-1 rounded-full p-0.5 transition-colors hover:bg-black/10 dark:hover:bg-white/10",{variants:{size:{sm:"[&_svg]:size-3",md:"[&_svg]:size-3.5",lg:"[&_svg]:size-4"}},defaultVariants:{size:"md"}}),Fm=$__namespace.forwardRef(({className:e,variant:t,color:r,size:a,radius:n,clickable:o,startContent:s,endContent:l,closable:c,onClose:d,disabled:m,avatar:u,children:f,onClick:p,...b},x)=>{let g=o||!!p,v=w=>{w.stopPropagation(),d?.();};return jsxRuntime.jsxs("div",{ref:x,role:g?"button":void 0,tabIndex:g&&!m?0:void 0,"aria-disabled":m,onClick:m?void 0:p,onKeyDown:g&&!m?w=>{(w.key==="Enter"||w.key===" ")&&(w.preventDefault(),p?.(w));}:void 0,className:i(Om({variant:t,color:r,size:a,radius:n,clickable:g}),m&&"opacity-50 cursor-not-allowed",e),...b,children:[u&&jsxRuntime.jsx("span",{className:"-ml-1 [&>*]:size-5 [&>*]:rounded-full",children:u}),s&&jsxRuntime.jsx("span",{className:"shrink-0",children:s}),jsxRuntime.jsx("span",{className:"truncate",children:f}),l&&jsxRuntime.jsx("span",{className:"shrink-0",children:l}),c&&jsxRuntime.jsx("button",{type:"button","aria-label":"Remove",onClick:v,disabled:m,className:i(w0({size:a})),children:jsxRuntime.jsx(lucideReact.X,{})})]})});Fm.displayName="Chip";var Gm=$.createContext({direction:"horizontal"}),L0=({className:e,direction:t="horizontal",children:r,...a})=>jsxRuntime.jsx(Gm.Provider,{value:{direction:t},children:jsxRuntime.jsx(reactResizablePanels.Group,{orientation:t,className:i("flex h-full w-full data-[orientation=vertical]:flex-col",e),...a,children:r})}),D0=reactResizablePanels.Panel,S0=({withHandle:e,className:t,...r})=>{let{direction:a}=$.useContext(Gm),n=a==="vertical";return jsxRuntime.jsx(reactResizablePanels.Separator,{className:i("relative flex shrink-0 items-center justify-center bg-border outline-none",n?"h-px w-full after:absolute after:inset-x-0 after:top-1/2 after:h-1 after:-translate-y-1/2":"w-px after:absolute after:inset-y-0 after:left-1/2 after:w-1 after:-translate-x-1/2",t),...r,children:e&&jsxRuntime.jsx("div",{className:i("z-10 flex items-center justify-center rounded-sm border bg-border",n?"h-3 w-4 rotate-90":"h-4 w-3"),children:jsxRuntime.jsx(lucideReact.GripVertical,{className:"h-2.5 w-2.5"})})})};var _m=classVarianceAuthority.cva("inline-flex items-center gap-1",{variants:{size:{sm:"[&>span]:h-1 [&>span]:w-1",md:"[&>span]:h-1.5 [&>span]:w-1.5",lg:"[&>span]:h-2 [&>span]:w-2",xl:"[&>span]:h-3 [&>span]:w-3"}},defaultVariants:{size:"md"}}),Wm=$__namespace.forwardRef(({className:e,size:t,count:r=3,...a},n)=>jsxRuntime.jsx("span",{ref:n,role:"status","aria-label":"Loading",className:i(_m({size:t,className:e})),...a,children:Array.from({length:r}).map((o,s)=>jsxRuntime.jsx("span",{className:"rounded-full bg-current animate-dots-bounce",style:{animationDelay:`${s*.16}s`}},s))}));Wm.displayName="Dots";var Um=classVarianceAuthority.cva("relative inline-flex items-center justify-center",{variants:{size:{sm:"h-8 w-8",md:"h-10 w-10",lg:"h-14 w-14"},color:{default:"",success:"",warning:"",danger:""}},defaultVariants:{size:"md",color:"default"}}),I0={sm:{size:32,strokeWidth:3,fontSize:"text-[10px]"},md:{size:40,strokeWidth:4,fontSize:"text-xs"},lg:{size:56,strokeWidth:5,fontSize:"text-sm"}},jm={default:"#18181b",success:"#16a34a",warning:"#d97706",danger:"#dc2626"},Xm=$__namespace.forwardRef(({className:e,size:t="md",color:r="default",value:a,showValue:n=false,trackClassName:o,...s},l)=>{let c=a===void 0,d=Math.min(100,Math.max(0,a??0)),m=I0[t],u=(m.size-m.strokeWidth)/2,f=2*Math.PI*u,p=f-d/100*f,b=f*.3;return jsxRuntime.jsxs("div",{ref:l,className:i(Um({size:t,color:r}),e),role:"progressbar","aria-valuenow":c?void 0:d,"aria-valuemin":0,"aria-valuemax":100,...s,children:[jsxRuntime.jsxs("svg",{width:m.size,height:m.size,viewBox:`0 0 ${m.size} ${m.size}`,fill:"none",style:c?{animation:"circular-spin 0.8s linear infinite"}:void 0,children:[jsxRuntime.jsx("style",{children:`
44
44
  @keyframes circular-spin {
45
45
  0% { transform: rotate(0deg); }
46
46
  100% { transform: rotate(360deg); }
47
47
  }
48
- `}),jsxRuntime.jsx("circle",{className:i("stroke-muted",o),cx:u.size/2,cy:u.size/2,r:m,strokeWidth:u.strokeWidth,fill:"none"}),jsxRuntime.jsx("circle",{cx:u.size/2,cy:u.size/2,r:m,strokeWidth:u.strokeWidth,fill:"none",strokeLinecap:"round",stroke:Km[r]||Km.default,strokeDasharray:c?`${b} ${f-b}`:`${f} ${f}`,strokeDashoffset:c?0:p,style:{transformOrigin:"center",transform:"rotate(-90deg)",transition:c?void 0:"stroke-dashoffset 0.3s ease-in-out"}})]}),n&&!c&&jsxRuntime.jsxs("span",{className:i("absolute font-medium text-foreground",u.fontSize),children:[Math.round(d),"%"]})]})});jm.displayName="CircularProgress";var Ym=$__namespace.createContext(null),z0=()=>{let e=$__namespace.useContext(Ym);if(!e)throw new Error("OTP components must be used within InputOTP");return e},Um=classVarianceAuthority.cva("flex items-center gap-2 has-[:disabled]:opacity-50",{variants:{size:{sm:"[&_[data-otp-slot]]:h-8 [&_[data-otp-slot]]:w-8 [&_[data-otp-slot]]:text-xs",md:"[&_[data-otp-slot]]:h-10 [&_[data-otp-slot]]:w-10 [&_[data-otp-slot]]:text-sm",lg:"[&_[data-otp-slot]]:h-12 [&_[data-otp-slot]]:w-12 [&_[data-otp-slot]]:text-base"}},defaultVariants:{size:"md"}}),Xm=$__namespace.forwardRef(({className:e,containerClassName:t,maxLength:r,value:a,defaultValue:n="",onChange:o,onComplete:s,pattern:l,disabled:c=false,size:d,children:u,...m},f)=>{let[p,b]=$__namespace.useState(n),[x,g]=$__namespace.useState(0),[v,w]=$__namespace.useState(false),y=$__namespace.useRef(null),h=a!==void 0?a:p;$__namespace.useImperativeHandle(f,()=>y.current),$__namespace.useEffect(()=>{g(Math.min(h.length,r-1));},[h,r]),$__namespace.useEffect(()=>{h.length===r&&s&&s(h);},[h,r,s]);let C=P=>{let k=P.target.value;if(l&&k){let L=new RegExp(l.replace("^","").replace("$","").replace("+",""));k=k.split("").filter(H=>L.test(H)).join("");}k=k.slice(0,r),a===void 0&&b(k),o?.(k);},R=P=>{P.key==="ArrowLeft"?g(k=>Math.max(0,k-1)):P.key==="ArrowRight"&&g(k=>Math.min(h.length,r-1,k+1));},T=()=>{y.current?.focus();},M=()=>{w(true),g(Math.min(h.length,r-1));},E=()=>{w(false);},N={value:h,activeIndex:v?x:-1,maxLength:r,disabled:c};return jsxRuntime.jsx(Ym.Provider,{value:N,children:jsxRuntime.jsxs("div",{className:i(Um({size:d}),t),onClick:T,"data-otp-container":true,children:[jsxRuntime.jsx("input",{ref:y,type:"text",inputMode:"numeric",autoComplete:"one-time-code",value:h,onChange:C,onKeyDown:R,onFocus:M,onBlur:E,disabled:c,maxLength:r,className:i("absolute opacity-0 pointer-events-none w-0 h-0",e),...m}),u]})})});Xm.displayName="InputOTP";var qm=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,className:i("flex items-center",e),...t}));qm.displayName="InputOTPGroup";var Zm=$__namespace.forwardRef(({index:e,className:t,...r},a)=>{let{value:n,activeIndex:o,disabled:s}=z0(),l=n[e]||"",c=o===e,d=c&&n.length===e;return jsxRuntime.jsxs("div",{ref:a,"data-otp-slot":true,"data-active":c,"data-filled":!!l,className:i("relative flex h-10 w-10 items-center justify-center border-y border-r border-input text-sm font-medium transition-all first:rounded-l-md first:border-l last:rounded-r-md",c&&"z-10 border-foreground",s&&"cursor-not-allowed opacity-50",t),...r,children:[l,d&&jsxRuntime.jsx("div",{className:"pointer-events-none absolute inset-0 flex items-center justify-center",children:jsxRuntime.jsx("div",{className:"h-4 w-px animate-caret-blink bg-foreground duration-1000"})})]})});Zm.displayName="InputOTPSlot";var Jm=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,role:"separator",className:i("text-muted-foreground",e),...t,children:jsxRuntime.jsx(lucideReact.Minus,{className:"h-4 w-4"})}));Jm.displayName="InputOTPSeparator";var tp=classVarianceAuthority.cva("inline-flex items-center gap-1 rounded-full text-xs font-medium transition-colors",{variants:{variant:{solid:"bg-primary text-primary-foreground",outline:"border border-input bg-transparent",ghost:"bg-transparent text-foreground",soft:"bg-primary/15 text-primary",surface:"bg-muted text-muted-foreground"},size:{sm:"h-5 px-2 text-xs",md:"h-6 px-2.5 text-xs",lg:"h-7 px-3 text-sm"}},defaultVariants:{variant:"soft",size:"md"}}),rp=$__namespace.forwardRef(({className:e,variant:t,size:r,value:a=[],onChange:n,placeholder:o="Add tag...",maxTags:s,minTagLength:l=1,maxTagLength:c=50,triggerKeys:d=["Enter",",","Tab"],allowDuplicates:u=false,disabled:m,readOnly:f,renderTag:p,...b},x)=>{let[g,v]=$__namespace.useState(""),w=$__namespace.useRef(null);$__namespace.useImperativeHandle(x,()=>w.current);let y=N=>{let P=N.trim();if(P.length<l||P.length>c||s&&a.length>=s||!u&&a.some(L=>L.text.toLowerCase()===P.toLowerCase()))return;let k={id:crypto.randomUUID(),text:P};n?.([...a,k]),v("");},h=N=>{m||f||n?.(a.filter(P=>P.id!==N));},C=N=>{if(d.includes(N.key)){if(N.key==="Tab"&&!g)return;N.preventDefault(),y(g);}N.key==="Backspace"&&!g&&a.length>0&&h(a[a.length-1].id);},R=N=>{let P=N.target.value;if(P.includes(",")){P.split(",").forEach(L=>{L.trim()&&y(L);});return}v(P);},T=N=>{N.preventDefault(),N.clipboardData.getData("text").split(/[,\n\t]/).filter(Boolean).forEach(L=>{y(L);});},M=()=>{w.current?.focus();},E=s?a.length>=s:false;return jsxRuntime.jsxs("div",{className:i("flex min-h-10 w-full flex-wrap gap-1.5 rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background focus-within:ring-2 focus-within:ring-ring focus-within:ring-offset-2",m&&"cursor-not-allowed opacity-50",e),onClick:M,children:[a.map(N=>p?p(N,()=>h(N.id)):jsxRuntime.jsxs("span",{className:i(tp({variant:t,size:r})),children:[N.text,!m&&!f&&jsxRuntime.jsx("button",{type:"button",onClick:P=>{P.stopPropagation(),h(N.id);},className:"ml-0.5 rounded-full p-0.5 hover:bg-black/10 dark:hover:bg-white/10","aria-label":`Remove ${N.text}`,children:jsxRuntime.jsx(lucideReact.X,{className:"h-3 w-3"})})]},N.id)),!E&&!f&&jsxRuntime.jsx("input",{ref:w,type:"text",value:g,onChange:R,onKeyDown:C,onPaste:T,placeholder:a.length===0?o:"",disabled:m,className:i("flex-1 bg-transparent outline-none placeholder:text-muted-foreground disabled:cursor-not-allowed","min-w-[80px]"),...b})]})});rp.displayName="TagInput";var np=classVarianceAuthority.cva("flex flex-col items-center justify-center text-center",{variants:{size:{sm:"gap-2 py-6",md:"gap-3 py-10",lg:"gap-4 py-16"}},defaultVariants:{size:"md"}}),op=$__namespace.forwardRef(({className:e,size:t,icon:r,title:a,description:n,action:o,children:s,...l},c)=>jsxRuntime.jsxs("div",{ref:c,className:i(np({size:t,className:e})),...l,children:[r&&jsxRuntime.jsx("div",{className:"text-muted-foreground [&>svg]:h-10 [&>svg]:w-10",children:r}),a&&jsxRuntime.jsx("h3",{className:"text-lg font-semibold text-foreground",children:a}),n&&jsxRuntime.jsx("p",{className:"max-w-sm text-sm text-muted-foreground",children:n}),o&&jsxRuntime.jsx("div",{className:"mt-2",children:o}),s]}));op.displayName="EmptyState";var ip=classVarianceAuthority.cva("rounded-lg border bg-card p-6 text-card-foreground shadow-sm",{variants:{variant:{solid:"bg-primary text-primary-foreground border-primary",outline:"bg-transparent",ghost:"border-transparent shadow-none",soft:"bg-primary/10 border-primary/20",surface:"bg-muted border-muted"}},defaultVariants:{variant:"outline"}}),lp=$__namespace.forwardRef(({className:e,variant:t,label:r,value:a,icon:n,trend:o,trendValue:s,description:l,...c},d)=>{let u=o==="up"?lucideReact.TrendingUp:o==="down"?lucideReact.TrendingDown:lucideReact.Minus,m=o==="up"?"text-green-500":o==="down"?"text-red-500":"text-muted-foreground";return jsxRuntime.jsxs("div",{ref:d,className:i(ip({variant:t,className:e})),...c,children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between",children:[jsxRuntime.jsx("p",{className:"text-sm font-medium text-muted-foreground",children:r}),n&&jsxRuntime.jsx("div",{className:"text-muted-foreground [&>svg]:h-4 [&>svg]:w-4",children:n})]}),jsxRuntime.jsxs("div",{className:"mt-2 flex items-baseline gap-2",children:[jsxRuntime.jsx("p",{className:"text-2xl font-bold",children:a}),o&&s&&jsxRuntime.jsxs("span",{className:i("flex items-center gap-0.5 text-sm",m),children:[jsxRuntime.jsx(u,{className:"h-3 w-3"}),s]})]}),l&&jsxRuntime.jsx("p",{className:"mt-1 text-xs text-muted-foreground",children:l})]})});lp.displayName="StatCard";var dp=classVarianceAuthority.cva("flex flex-col",{variants:{variant:{default:"",bordered:"divide-y divide-border rounded-lg border",striped:"[&>*:nth-child(odd)]:bg-muted/50"},size:{sm:"gap-1 [&>*]:py-2 [&>*]:px-3",md:"gap-2 [&>*]:py-3 [&>*]:px-4",lg:"gap-3 [&>*]:py-4 [&>*]:px-5"}},defaultVariants:{variant:"default",size:"md"}}),up=$__namespace.forwardRef(({className:e,variant:t,size:r,...a},n)=>jsxRuntime.jsx("div",{ref:n,role:"list",className:i(dp({variant:t,size:r,className:e})),...a}));up.displayName="List";var mp=classVarianceAuthority.cva("flex items-center gap-3 transition-colors",{variants:{interactive:{true:"cursor-pointer hover:bg-muted/50",false:""}},defaultVariants:{interactive:false}}),pp=$__namespace.forwardRef(({className:e,interactive:t,leading:r,trailing:a,children:n,...o},s)=>jsxRuntime.jsxs("div",{ref:s,role:"listitem",className:i(mp({interactive:t,className:e})),...o,children:[r&&jsxRuntime.jsx("div",{className:"flex-shrink-0 text-muted-foreground",children:r}),jsxRuntime.jsx("div",{className:"flex-1 min-w-0",children:n}),a&&jsxRuntime.jsx("div",{className:"flex-shrink-0",children:a})]}));pp.displayName="ListItem";var fp=$__namespace.forwardRef(({className:e,primary:t,secondary:r,children:a,...n},o)=>jsxRuntime.jsxs("div",{ref:o,className:i("min-w-0",e),...n,children:[t&&jsxRuntime.jsx("p",{className:"text-sm font-medium leading-none truncate",children:t}),r&&jsxRuntime.jsx("p",{className:"mt-1 text-sm text-muted-foreground truncate",children:r}),a]}));fp.displayName="ListItemText";var vp=classVarianceAuthority.cva("flex flex-col",{variants:{position:{left:"",right:"",alternate:""}},defaultVariants:{position:"left"}}),hp=$__namespace.forwardRef(({className:e,position:t,...r},a)=>jsxRuntime.jsx("div",{ref:a,"data-position":t,className:i(vp({position:t,className:e})),...r}));hp.displayName="Timeline";var xp=classVarianceAuthority.cva("relative flex gap-4 pb-8 last:pb-0",{variants:{variant:{default:"",success:"[&_[data-timeline-dot]]:bg-green-500 [&_[data-timeline-dot]]:border-green-500",warning:"[&_[data-timeline-dot]]:bg-yellow-500 [&_[data-timeline-dot]]:border-yellow-500",error:"[&_[data-timeline-dot]]:bg-red-500 [&_[data-timeline-dot]]:border-red-500",info:"[&_[data-timeline-dot]]:bg-blue-500 [&_[data-timeline-dot]]:border-blue-500"}},defaultVariants:{variant:"default"}}),yp=$__namespace.forwardRef(({className:e,variant:t,...r},a)=>jsxRuntime.jsx("div",{ref:a,className:i(xp({variant:t,className:e})),...r}));yp.displayName="TimelineItem";var Rp=$__namespace.forwardRef(({className:e,dot:t,showConnector:r=true,...a},n)=>jsxRuntime.jsxs("div",{ref:n,className:i("flex flex-col items-center",e),...a,children:[jsxRuntime.jsx("div",{"data-timeline-dot":true,className:"flex h-3 w-3 items-center justify-center rounded-full border-2 border-primary bg-primary",children:t}),r&&jsxRuntime.jsx("div",{className:"w-0.5 flex-1 bg-border"})]}));Rp.displayName="TimelineSeparator";var wp=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,className:i("flex-1 pt-0.5",e),...t}));wp.displayName="TimelineContent";var Cp=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,className:i("flex-1 text-sm text-muted-foreground pt-0.5",e),...t}));Cp.displayName="TimelineOpposite";var Mp=classVarianceAuthority.cva("inline-flex items-center rounded-lg bg-muted p-1 text-muted-foreground",{variants:{size:{sm:"h-8",md:"h-10",lg:"h-12"},fullWidth:{true:"w-full",false:""}},defaultVariants:{size:"md",fullWidth:false}}),Tp=classVarianceAuthority.cva("inline-flex items-center justify-center whitespace-nowrap rounded-md px-3 font-medium ring-offset-background transition-all focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50",{variants:{size:{sm:"h-6 text-xs px-2.5",md:"h-8 text-sm px-3",lg:"h-10 text-base px-4"},selected:{true:"bg-background text-foreground shadow-sm",false:""}},defaultVariants:{size:"md",selected:false}}),Pp=$__namespace.createContext({}),kp=$__namespace.forwardRef(({className:e,size:t="md",fullWidth:r,children:a,value:n,defaultValue:o,onValueChange:s,disabled:l,...c},d)=>{let[u,m]=$__namespace.useState(o),f=n!==void 0?n:u,p=$__namespace.useCallback(b=>{n===void 0&&m(b),s?.(b);},[n,s]);return jsxRuntime.jsx(Pp.Provider,{value:{size:t??"md",value:f,onValueChange:p,disabled:l},children:jsxRuntime.jsx("div",{ref:d,role:"group",className:i(Mp({size:t,fullWidth:r,className:e})),...c,children:a})})});kp.displayName="SegmentedControl";var Ep=$__namespace.forwardRef(({className:e,children:t,value:r,disabled:a,...n},o)=>{let s=$__namespace.useContext(Pp),l=s.value===r,c=a||s.disabled;return jsxRuntime.jsx("button",{ref:o,type:"button",role:"radio","aria-checked":l,"data-state":l?"on":"off",disabled:c,onClick:()=>{c||s.onValueChange?.(r);},className:i(Tp({size:s.size,selected:l}),"flex-1",e),...n,children:t})});Ep.displayName="SegmentedControlItem";var Lp=classVarianceAuthority.cva("relative flex flex-col items-center justify-center rounded-lg border-2 border-dashed transition-colors",{variants:{variant:{default:"border-input bg-background hover:bg-accent/50",active:"border-primary bg-primary/5",error:"border-danger bg-danger/5"},size:{sm:"p-4 min-h-[120px]",md:"p-6 min-h-[160px]",lg:"p-8 min-h-[200px]"}},defaultVariants:{variant:"default",size:"md"}}),Dp=e=>{let t=e.type;return t.startsWith("image/")?lucideReact.Image:t.startsWith("video/")?lucideReact.FileVideo:t.startsWith("audio/")?lucideReact.FileAudio:t.includes("pdf")||t.includes("document")?lucideReact.FileText:t.includes("zip")||t.includes("rar")||t.includes("archive")?lucideReact.FileArchive:lucideReact.File},Go=e=>{if(e===0)return "0 Bytes";let t=1024,r=["Bytes","KB","MB","GB"],a=Math.floor(Math.log(e)/Math.log(t));return parseFloat((e/Math.pow(t,a)).toFixed(2))+" "+r[a]},Sp=(e,t,r)=>{let a=[];return t&&e.size>t&&a.push({code:"file-too-large",message:`File is larger than ${Go(t)}`}),r&&r.length>0&&(r.some(o=>{if(o.startsWith("."))return e.name.toLowerCase().endsWith(o.toLowerCase());if(o.endsWith("/*")){let s=o.slice(0,-2);return e.type.startsWith(s)}return e.type===o})||a.push({code:"file-invalid-type",message:`File type not accepted. Accepted: ${r.join(", ")}`})),a},Hp=$__namespace.forwardRef(({className:e,variant:t,size:r,onFilesChange:a,onFilesRejected:n,onFileRemove:o,files:s=[],showFileList:l=true,children:c,maxSize:d=10*1024*1024,accept:u,multiple:m=true,disabled:f,...p},b)=>{let[x,g]=$__namespace.useState(false),[v,w]=$__namespace.useState(false),[y,h]=$__namespace.useState([]),C=$__namespace.useRef(null),R=$__namespace.useCallback(D=>{if(!D||D.length===0)return;let I=Array.from(D),A=[],F=[];(m?I:[I[0]]).forEach(O=>{let B=Sp(O,d,u);B.length>0?F.push({file:O,errors:B}):A.push(O);}),h(F),A.length>0&&a?.(A),F.length>0&&n?.(F);},[d,u,m,a,n]),T=$__namespace.useCallback(D=>{if(D.preventDefault(),D.stopPropagation(),!f&&(g(true),D.dataTransfer.items)){let A=Array.from(D.dataTransfer.items).some(F=>{if(F.kind!=="file")return true;if(u&&u.length>0){let V=F.type;return !u.some(O=>O.endsWith("/*")?V.startsWith(O.slice(0,-2)):V===O)}return false});w(A);}},[f,u]),M=$__namespace.useCallback(D=>{D.preventDefault(),D.stopPropagation(),!f&&(D.dataTransfer.dropEffect="copy");},[f]),E=$__namespace.useCallback(D=>{D.preventDefault(),D.stopPropagation();let I=D.currentTarget.getBoundingClientRect(),A=D.clientX,F=D.clientY;(A<I.left||A>I.right||F<I.top||F>I.bottom)&&(g(false),w(false));},[]),N=$__namespace.useCallback(D=>{D.preventDefault(),D.stopPropagation(),g(false),w(false),!f&&R(D.dataTransfer.files);},[f,R]),P=$__namespace.useCallback(()=>{f||C.current?.click();},[f]),k=$__namespace.useCallback(D=>{R(D.target.files),D.target.value="";},[R]),L=$__namespace.useCallback(D=>{f||(D.key==="Enter"||D.key===" ")&&(D.preventDefault(),C.current?.click());},[f]),H=v?"error":x?"active":t,S=u?.join(",");return jsxRuntime.jsxs("div",{ref:b,className:i("space-y-4",e),...p,children:[jsxRuntime.jsxs("div",{role:"button",tabIndex:f?-1:0,onDragEnter:T,onDragOver:M,onDragLeave:E,onDrop:N,onClick:P,onKeyDown:L,className:i(Lp({variant:H,size:r}),f&&"opacity-50 cursor-not-allowed",!f&&"cursor-pointer focus:outline-none"),"aria-disabled":f,children:[jsxRuntime.jsx("input",{ref:C,type:"file",accept:S,multiple:m,disabled:f,onChange:k,className:"sr-only",tabIndex:-1}),c||jsxRuntime.jsxs("div",{className:"flex flex-col items-center gap-2 text-center",children:[jsxRuntime.jsx("div",{className:"rounded-full bg-muted p-3",children:jsxRuntime.jsx(lucideReact.Upload,{className:"h-6 w-6 text-muted-foreground"})}),jsxRuntime.jsxs("div",{className:"space-y-1",children:[jsxRuntime.jsx("p",{className:"text-sm font-medium",children:x?"Drop files here":"Drop files or click to upload"}),jsxRuntime.jsxs("p",{className:"text-xs text-muted-foreground",children:[d&&`Max ${Go(d)}`,u&&u.length>0&&` \u2022 ${u.join(", ")}`]})]})]})]}),y.length>0&&jsxRuntime.jsx("div",{className:"rounded-md bg-danger/10 p-3 text-sm text-danger",children:y.map(({file:D,errors:I})=>jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("span",{className:"font-medium",children:D.name}),":"," ",I.map(A=>A.message).join(", ")]},D.name))}),l&&s.length>0&&jsxRuntime.jsx("div",{className:"space-y-2",children:s.map(D=>{let I=Dp(D.file);return jsxRuntime.jsxs("div",{className:i("flex items-center gap-3 rounded-lg border p-3",D.error&&"border-danger bg-danger/5"),children:[jsxRuntime.jsx("div",{className:"flex h-10 w-10 shrink-0 items-center justify-center rounded-lg bg-muted",children:jsxRuntime.jsx(I,{className:"h-5 w-5 text-muted-foreground"})}),jsxRuntime.jsxs("div",{className:"flex-1 min-w-0",children:[jsxRuntime.jsx("p",{className:"truncate text-sm font-medium",children:D.file.name}),jsxRuntime.jsxs("p",{className:"text-xs text-muted-foreground",children:[Go(D.file.size),D.error&&jsxRuntime.jsx("span",{className:"ml-2 text-danger",children:D.error})]}),D.progress!==void 0&&D.progress<100&&jsxRuntime.jsx(Lo,{value:D.progress,className:"mt-2 h-1"})]}),jsxRuntime.jsxs(U,{variant:"ghost",size:"sm",className:"h-8 w-8 p-0 text-muted-foreground hover:text-foreground",onClick:A=>{A.stopPropagation(),o?.(D.file);},children:[jsxRuntime.jsx(lucideReact.X,{className:"h-4 w-4"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Remove"})]})]},D.id)})})]})});Hp.displayName="FileUpload";var rw=`url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cg fill='%23ccc'%3E%3Crect width='4' height='4'/%3E%3Crect x='4' y='4' width='4' height='4'/%3E%3C/g%3E%3C/svg%3E")`,Ip=classVarianceAuthority.cva("relative rounded-md border border-input shadow-sm transition-all focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",{variants:{size:{xs:"h-4 w-4",sm:"h-6 w-6",md:"h-8 w-8",lg:"h-10 w-10",xl:"h-12 w-12"},shape:{square:"rounded-md",circle:"rounded-full"},interactive:{true:"cursor-pointer hover:scale-110 active:scale-105",false:"cursor-default"}},defaultVariants:{size:"md",shape:"square",interactive:false}}),En=$__namespace.forwardRef(({color:e,isSelected:t,showTransparency:r=true,onSelect:a,size:n,shape:o,interactive:s,className:l,onClick:c,disabled:d,...u},m)=>jsxRuntime.jsx("button",{ref:m,type:"button",disabled:d,onClick:b=>{c?.(b),a?.(e);},className:i(Ip({size:n,shape:o,interactive:s??(!!a||!!c)}),t&&"ring-2 ring-ring ring-offset-2",l),style:{backgroundImage:r?rw:void 0,backgroundSize:r?"8px 8px":void 0},"aria-label":`Color ${e}`,"aria-pressed":t,...u,children:jsxRuntime.jsx("span",{className:"absolute inset-0 rounded-[inherit]",style:{backgroundColor:e}})}));En.displayName="ColorSwatch";var Ap=classVarianceAuthority.cva("",{variants:{layout:{grid:"grid gap-2",stack:"flex flex-wrap gap-2"}},defaultVariants:{layout:"stack"}}),zp=$__namespace.forwardRef(({value:e,defaultValue:t,onChange:r,layout:a,columns:n=6,colors:o,swatchSize:s="md",swatchShape:l="square",disabled:c,className:d,style:u,...m},f)=>{let[p,b]=$__namespace.useState(t),x=e??p,g=$__namespace.useCallback(w=>{c||(e===void 0&&b(w),r?.(w));},[e,r,c]),v=w=>w.toLowerCase();return jsxRuntime.jsx("div",{ref:f,role:"listbox","aria-label":"Color options",className:i(Ap({layout:a}),d),style:{...a==="grid"?{gridTemplateColumns:`repeat(${n}, 1fr)`}:{},...u},...m,children:o.map(w=>{let y=x?v(x)===v(w):false;return jsxRuntime.jsx(En,{role:"option",color:w,size:s,shape:l,isSelected:y,onSelect:g,disabled:c,"aria-selected":y},w)})})});zp.displayName="ColorSwatchPicker";var ow=["#000000","#ffffff","#ef4444","#f97316","#eab308","#22c55e","#06b6d4","#3b82f6","#8b5cf6","#ec4899"],Bp={sm:"h-6 w-6",md:"h-8 w-8",lg:"h-10 w-10"},Op=$__namespace.forwardRef(({value:e,defaultValue:t="#3b82f6",onChange:r,disabled:a,presets:n=ow,showInput:o=true,size:s="md",className:l,variant:c="full"},d)=>{let[u,m]=$__namespace.useState(e??t),f=$__namespace.useId();$__namespace.useEffect(()=>{e!==void 0&&m(e);},[e]);let p=g=>{m(g),r?.(g);},b=g=>{m(g),r?.(g);},x=g=>{let v=g.target.value.toUpperCase();m(v),r?.(v);};return c==="simple"?jsxRuntime.jsxs("label",{className:i("relative rounded-md border border-input shadow-sm transition-colors cursor-pointer hover:border-foreground focus-within:border-foreground overflow-hidden",a&&"opacity-50 cursor-not-allowed",Bp[s],l),children:[jsxRuntime.jsx("input",{type:"color",value:u,onChange:x,disabled:a,className:"absolute inset-0 h-full w-full cursor-pointer opacity-0 disabled:cursor-not-allowed",id:f}),jsxRuntime.jsx("div",{className:"h-full w-full",style:{backgroundColor:u}})]}):jsxRuntime.jsxs(Ie,{children:[jsxRuntime.jsx(Ye,{asChild:true,children:jsxRuntime.jsx("button",{ref:d,disabled:a,className:i("rounded-md border border-input shadow-sm transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",Bp[s],l),style:{backgroundColor:u},"aria-label":`Color picker, current color: ${u}`})}),jsxRuntime.jsx(Ae,{className:"w-auto p-3",align:"start",children:jsxRuntime.jsxs("div",{className:"space-y-3",children:[jsxRuntime.jsx(reactColorful.HexColorPicker,{color:u,onChange:p,className:"!w-[200px]"}),o&&jsxRuntime.jsxs("div",{className:"space-y-1.5",children:[jsxRuntime.jsx(na,{htmlFor:"color-input",className:"text-xs",children:"Hex Color"}),jsxRuntime.jsxs("div",{className:"flex gap-2",children:[jsxRuntime.jsx("div",{className:"h-9 w-9 shrink-0 rounded-md border",style:{backgroundColor:u}}),jsxRuntime.jsx(reactColorful.HexColorInput,{id:"color-input",color:u,onChange:p,prefixed:true,className:"flex h-9 w-full rounded-md border border-input bg-background px-3 py-2 font-mono text-sm uppercase ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50"})]})]}),n.length>0&&jsxRuntime.jsxs("div",{className:"space-y-1.5",children:[jsxRuntime.jsx(na,{className:"text-xs",children:"Presets"}),jsxRuntime.jsx("div",{className:"flex flex-wrap gap-1.5",children:n.map(g=>jsxRuntime.jsx(En,{color:g,size:"sm",isSelected:u.toLowerCase()===g.toLowerCase(),onSelect:b},g))})]})]})})]})});Op.displayName="ColorPicker";var Fp=classVarianceAuthority.cva("flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",{variants:{size:{sm:"h-8 px-2 text-xs",md:"h-10 px-3 text-sm",lg:"h-12 px-4 text-base"}},defaultVariants:{size:"md"}}),Li=e=>String(e).padStart(2,"0"),dw=e=>{let[t,r]=e.split(":").map(Number);return {hours:t||0,minutes:r||0}},uw=(e,t)=>`${Li(e)}:${Li(t)}`,Gp=$__namespace.forwardRef(({className:e,size:t,value:r,onChange:a,use24Hour:n=true,minuteStep:o=1,showPicker:s=true,minTime:l,maxTime:c,disabled:d,...u},m)=>{let[f,p]=$__namespace.useState(r??""),[b,x]=$__namespace.useState(false);$__namespace.useEffect(()=>{r!==void 0&&p(r);},[r]);let{hours:g,minutes:v}=dw(f||"00:00"),w=E=>{let N=E.target.value;p(N),/^([0-1]?[0-9]|2[0-3]):[0-5][0-9]$/.test(N)&&a?.(N);},y=(E,N)=>{let P=Math.max(0,Math.min(23,E)),k=Math.max(0,Math.min(59,N)),L=uw(P,k);p(L),a?.(L);},h=()=>y(g+1,v),C=()=>y(g-1,v),R=()=>y(g,v+o),T=()=>y(g,v-o),M=({value:E,onIncrement:N,onDecrement:P})=>jsxRuntime.jsxs("div",{className:"flex flex-col items-center",children:[jsxRuntime.jsx(U,{variant:"ghost",size:"sm",className:"h-8 w-8 p-0",onClick:N,disabled:d,children:jsxRuntime.jsx(lucideReact.ChevronUp,{className:"h-4 w-4"})}),jsxRuntime.jsx("div",{className:"flex h-10 w-12 items-center justify-center rounded-md bg-muted text-lg font-semibold",children:Li(E)}),jsxRuntime.jsx(U,{variant:"ghost",size:"sm",className:"h-8 w-8 p-0",onClick:P,disabled:d,children:jsxRuntime.jsx(lucideReact.ChevronDown,{className:"h-4 w-4"})})]});return jsxRuntime.jsxs("div",{className:"relative flex items-center",children:[jsxRuntime.jsx("input",{ref:m,type:"time",value:f,onChange:w,disabled:d,className:i(Fp({size:t}),s&&"pr-10","[&::-webkit-calendar-picker-indicator]:hidden",e),...u}),s&&jsxRuntime.jsxs(Ie,{open:b,onOpenChange:x,children:[jsxRuntime.jsx(Ye,{asChild:true,children:jsxRuntime.jsxs(U,{type:"button",variant:"ghost",size:"sm",className:"absolute right-1 h-7 w-7 p-0",disabled:d,children:[jsxRuntime.jsx(lucideReact.Clock,{className:"h-4 w-4"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Pick time"})]})}),jsxRuntime.jsxs(Ae,{className:"w-auto p-4",align:"end",children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsx(M,{value:g,onIncrement:h,onDecrement:C,max:23}),jsxRuntime.jsx("div",{className:"text-2xl font-bold text-muted-foreground",children:":"}),jsxRuntime.jsx(M,{value:v,onIncrement:R,onDecrement:T,max:59})]}),jsxRuntime.jsxs("div",{className:"mt-4 flex justify-end gap-2",children:[jsxRuntime.jsx(U,{variant:"bordered",size:"sm",onClick:()=>{let E=new Date;y(E.getHours(),E.getMinutes());},children:"Now"}),jsxRuntime.jsx(U,{size:"sm",onClick:()=>x(false),children:"Done"})]})]})]})]})});Gp.displayName="TimeInput";var $p=classVarianceAuthority.cva("flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-sm file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground focus:outline-none transition-colors disabled:cursor-not-allowed disabled:opacity-50",{variants:{size:{sm:"h-8 px-2 text-xs",md:"h-10 px-3 text-sm",lg:"h-12 px-4 text-base"}},defaultVariants:{size:"md"}}),pw=(e,t)=>{try{return new Intl.NumberFormat(t,{style:"currency",currency:e,currencyDisplay:"narrowSymbol"}).formatToParts(0).find(o=>o.type==="currency")?.value??e}catch{return e}},Di=(e,t,r,a)=>{let n=e.toFixed(t),[o,s]=n.split("."),l=o.replace(/\B(?=(\d{3})+(?!\d))/g,r);return s?`${l}${a}${s}`:l},Kp=(e,t,r)=>{if(!e)return;let a=e.replace(new RegExp(`\\${t}`,"g"),"");a=a.replace(r,"."),a=a.replace(/[^0-9.-]/g,"");let n=parseFloat(a);return isNaN(n)?void 0:n},_p=$__namespace.forwardRef(({className:e,size:t,value:r,defaultValue:a,onChange:n,currency:o="USD",locale:s="en-US",decimals:l=2,min:c,max:d,showCurrency:u=true,currencyPosition:m="prefix",currencySymbol:f,thousandSeparator:p=",",decimalSeparator:b=".",disabled:x,placeholder:g,...v},w)=>{let[y,h]=$__namespace.useState(a),[C,R]=$__namespace.useState(""),[T,M]=$__namespace.useState(false),E=r!==void 0?r:y,N=f??pw(o,s);$__namespace.useEffect(()=>{!T&&E!==void 0&&R(Di(E,l,p,b));},[E,l,p,b,T]);let P=D=>{let I=D.target.value;if(!I){R(""),r===void 0&&h(void 0),n?.(void 0);return}if(!new RegExp(`^[0-9${p}${b}.-]*$`).test(I))return;R(I);let F=Kp(I,p,b);if(F!==void 0){let V=F;c!==void 0&&F<c&&(V=c),d!==void 0&&F>d&&(V=d),r===void 0&&h(V),n?.(V);}},k=()=>{M(true),E!==void 0&&R(E.toString().replace(".",b));},L=()=>{M(false),R(E!==void 0?Di(E,l,p,b):"");},H=u&&m==="prefix"&&jsxRuntime.jsx("span",{className:"flex items-center text-muted-foreground pr-1",children:N}),S=u&&m==="suffix"&&jsxRuntime.jsx("span",{className:"flex items-center text-muted-foreground pl-1",children:N});return jsxRuntime.jsxs("div",{className:"relative flex items-center",children:[H&&jsxRuntime.jsx("div",{className:"absolute left-3 pointer-events-none",children:H}),jsxRuntime.jsx("input",{ref:w,type:"text",inputMode:"decimal",value:C,onChange:P,onFocus:k,onBlur:L,disabled:x,placeholder:g??`0${b}${"0".repeat(l)}`,className:i($p({size:t}),H&&"pl-8",S&&"pr-8","text-right",e),style:{borderColor:T?"var(--color-foreground)":void 0},...v}),S&&jsxRuntime.jsx("div",{className:"absolute right-3 pointer-events-none",children:S})]})});_p.displayName="CurrencyInput";var Wp=classVarianceAuthority.cva("flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-sm file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground focus:outline-none transition-colors disabled:cursor-not-allowed disabled:opacity-50 font-mono",{variants:{size:{sm:"h-8 px-2 text-xs",md:"h-10 px-3 text-sm",lg:"h-12 px-4 text-base"}},defaultVariants:{size:"md"}}),Si={creditCard:{mask:"#### #### #### ####"},creditCardAmex:{mask:"#### ###### #####"},cvv:{mask:"###"},expiry:{mask:"##/##"},date:{mask:"##/##/####"},dateISO:{mask:"####-##-##"},time:{mask:"##:##"},ip:{mask:"###.###.###.###"},mac:{mask:"AA:AA:AA:AA:AA:AA"},id11:{mask:"###########"},id9:{mask:"#########"},id10:{mask:"##########"},postal5:{mask:"#####"},postal9:{mask:"#####-####"}},bw=(e,t)=>{switch(t){case "#":return /\d/.test(e);case "A":return /[a-zA-Z]/.test(e);case "*":return /[a-zA-Z0-9]/.test(e);default:return e===t}},Gr=e=>["#","A","*"].includes(e),Ko=(e,t,r)=>{let a="",n=0;for(let o=0;o<t.length&&n<=e.length;o++){let s=t[o];if(Gr(s)){if(n<e.length){let l=e[n];bw(l,s)?(a+=l,n++):(n++,o--);}}else (n<e.length||r)&&(a+=s);}return a},Hi=(e,t)=>{let r="";for(let a=0;a<e.length&&a<t.length;a++){let n=t[a];Gr(n)&&(r+=e[a]);}return r},jp=(e,t)=>e.split("").map(r=>Gr(r)?t:r).join(""),vw=(e,t,r)=>{let a=0;for(let l=0;l<r&&l<e.length&&l<t.length;l++)Gr(t[l])&&a++;let o=0,s=0;for(let l=0;l<t.length&&s<a;l++)o++,Gr(t[l])&&s++;for(;o<t.length&&!Gr(t[o]);)o++;return Math.min(o,e.length)},Yp=$__namespace.forwardRef(({className:e,size:t,value:r,defaultValue:a="",onChange:n,mask:o,maskPlaceholder:s="_",showMaskPlaceholder:l=false,includeMaskChars:c=false,disabled:d,placeholder:u,...m},f)=>{let p=typeof o=="string"&&o in Si?Si[o].mask:o,[b,x]=$__namespace.useState(a),[g,v]=$__namespace.useState(""),[w,y]=$__namespace.useState(false),h=$__namespace.useRef(null),C=r!==void 0?r:b;$__namespace.useImperativeHandle(f,()=>h.current),$__namespace.useEffect(()=>{let E=Ko(C,p,true);v(E);},[C,p]);let R=E=>{let N=E.target.value,P=E.target.selectionStart??0,k=N.replace(/[^\w]/g,""),L=Ko(k,p,true),H=Hi(L,p);v(L),r===void 0&&x(c?L:H),n?.(H,L),requestAnimationFrame(()=>{if(h.current){let S=vw(L,p,P);h.current.setSelectionRange(S,S);}});},T=E=>{if(["ArrowLeft","ArrowRight","Home","End","Tab"].includes(E.key)||E.ctrlKey||E.metaKey)return;let N=h.current;if(!N)return;let P=N.selectionStart??0;if(E.key==="Backspace"&&P>0){let k=P-1;for(;k>0&&!Gr(p[k]);)k--;let L=Hi(g,p),H=0;for(let I=0;I<k&&I<p.length;I++)Gr(p[I])&&H++;let S=L.slice(0,Math.max(0,H-1))+L.slice(H),D=Ko(S,p,true);v(D),r===void 0&&x(c?D:S),n?.(S,D),E.preventDefault(),requestAnimationFrame(()=>{h.current&&h.current.setSelectionRange(k,k);});}},M=l?jp(p,s):u;return jsxRuntime.jsx("input",{ref:h,type:"text",value:g,onChange:R,onKeyDown:T,onFocus:()=>y(true),onBlur:()=>y(false),disabled:d,placeholder:M,className:i(Wp({size:t}),e),style:{borderColor:w?"var(--color-foreground)":void 0},...m})});Yp.displayName="MaskedInput";var Up=classVarianceAuthority.cva("flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",{variants:{size:{sm:"h-8 px-2 text-xs",md:"h-10 px-3 text-sm",lg:"h-12 px-4 text-base"}},defaultVariants:{size:"md"}}),jo={"DD/MM/YYYY":"/","MM/DD/YYYY":"/","YYYY-MM-DD":"-","DD.MM.YYYY":"."},Ii={"DD/MM/YYYY":["day","month","year"],"MM/DD/YYYY":["month","day","year"],"YYYY-MM-DD":["year","month","day"],"DD.MM.YYYY":["day","month","year"]},Vi=(e,t)=>String(e).padStart(t,"0"),Wo=(e,t)=>{let r=Vi(e.getDate(),2),a=Vi(e.getMonth()+1,2),n=Vi(e.getFullYear(),4),o=jo[t],s=Ii[t],l={day:r,month:a,year:n};return s.map(c=>l[c]).join(o)},Xp=(e,t)=>{let r=jo[t],a=e.split(r);if(a.length!==3)return null;let n=Ii[t],o={};if(n.forEach((l,c)=>{o[l]=parseInt(a[c],10);}),isNaN(o.day)||isNaN(o.month)||isNaN(o.year)||o.month<1||o.month>12||o.day<1||o.day>31||o.year<1e3||o.year>9999)return null;let s=new Date(o.year,o.month-1,o.day);return s.getFullYear()!==o.year||s.getMonth()!==o.month-1||s.getDate()!==o.day?null:s},Rw=e=>e.toLowerCase(),ww=e=>{let t=jo[e];return Ii[e].map(a=>a==="year"?"####":"##").join(t)},qp=$__namespace.forwardRef(({className:e,size:t,value:r,defaultValue:a,onChange:n,format:o="DD/MM/YYYY",minDate:s,maxDate:l,showIcon:c=true,disabled:d,placeholder:u,...m},f)=>{let[p,b]=$__namespace.useState(a??null),[x,g]=$__namespace.useState(""),[v,w]=$__namespace.useState(null),y=$__namespace.useRef(null),h=r!==void 0?r:p;$__namespace.useImperativeHandle(f,()=>y.current),$__namespace.useEffect(()=>{h?(g(Wo(h,o)),w(null)):g("");},[h,o]);let C=jo[o],R=ww(o),T=N=>{let P=N.target.value;P=P.replace(new RegExp(`[^0-9\\${C}]`,"g"),"");let k=P.replace(new RegExp(`\\${C}`,"g"),""),L="",H=0;for(let S=0;S<R.length&&H<k.length;S++)R[S]==="#"?(L+=k[H],H++):L+=R[S];if(g(L),L.length===R.length){let S=Xp(L,o);if(S){if(s&&S<s){w(`Date must be after ${Wo(s,o)}`);return}if(l&&S>l){w(`Date must be before ${Wo(l,o)}`);return}w(null),r===void 0&&b(S),n?.(S);}else w("Invalid date");}else r===void 0&&b(null),n?.(null),w(null);},M=()=>{x&&x.length!==R.length&&(g(""),w(null),r===void 0&&b(null),n?.(null));},E=t==="sm"?"h-3 w-3":t==="lg"?"h-5 w-5":"h-4 w-4";return jsxRuntime.jsxs("div",{className:"relative",children:[jsxRuntime.jsx("input",{ref:y,type:"text",inputMode:"numeric",value:x,onChange:T,onBlur:M,disabled:d,placeholder:u??Rw(o),className:i(Up({size:t}),c&&"pr-10",v&&"border-danger focus-visible:ring-danger",e),"aria-invalid":!!v,"aria-describedby":v?"date-error":void 0,...m}),c&&jsxRuntime.jsx("div",{className:"pointer-events-none absolute right-3 top-1/2 -translate-y-1/2",children:jsxRuntime.jsx(lucideReact.Calendar,{className:i(E,"text-muted-foreground")})}),v&&jsxRuntime.jsx("p",{id:"date-error",className:"mt-1 text-xs text-danger",children:v})]})});qp.displayName="DateInput";var Jp=classVarianceAuthority.cva("flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-sm file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground focus:outline-none transition-colors disabled:cursor-not-allowed disabled:opacity-50",{variants:{size:{sm:"h-8 px-2 text-xs",md:"h-10 px-3 text-sm",lg:"h-12 px-4 text-base"}},defaultVariants:{size:"md"}}),Qp=[{code:"AR",name:"Argentina",dialCode:"+54",flag:"\u{1F1E6}\u{1F1F7}",format:"## ####-####"},{code:"AU",name:"Australia",dialCode:"+61",flag:"\u{1F1E6}\u{1F1FA}",format:"### ### ###"},{code:"AT",name:"Austria",dialCode:"+43",flag:"\u{1F1E6}\u{1F1F9}",format:"### #######"},{code:"BE",name:"Belgium",dialCode:"+32",flag:"\u{1F1E7}\u{1F1EA}",format:"### ## ## ##"},{code:"BR",name:"Brazil",dialCode:"+55",flag:"\u{1F1E7}\u{1F1F7}",format:"(##) #####-####"},{code:"BG",name:"Bulgaria",dialCode:"+359",flag:"\u{1F1E7}\u{1F1EC}",format:"### ### ###"},{code:"CA",name:"Canada",dialCode:"+1",flag:"\u{1F1E8}\u{1F1E6}",format:"(###) ###-####"},{code:"CN",name:"China",dialCode:"+86",flag:"\u{1F1E8}\u{1F1F3}",format:"### #### ####"},{code:"HR",name:"Croatia",dialCode:"+385",flag:"\u{1F1ED}\u{1F1F7}",format:"## ### ####"},{code:"CZ",name:"Czech Republic",dialCode:"+420",flag:"\u{1F1E8}\u{1F1FF}",format:"### ### ###"},{code:"DK",name:"Denmark",dialCode:"+45",flag:"\u{1F1E9}\u{1F1F0}",format:"## ## ## ##"},{code:"EG",name:"Egypt",dialCode:"+20",flag:"\u{1F1EA}\u{1F1EC}",format:"### ### ####"},{code:"FI",name:"Finland",dialCode:"+358",flag:"\u{1F1EB}\u{1F1EE}",format:"## ### ####"},{code:"FR",name:"France",dialCode:"+33",flag:"\u{1F1EB}\u{1F1F7}",format:"# ## ## ## ##"},{code:"DE",name:"Germany",dialCode:"+49",flag:"\u{1F1E9}\u{1F1EA}",format:"#### #######"},{code:"GR",name:"Greece",dialCode:"+30",flag:"\u{1F1EC}\u{1F1F7}",format:"### ### ####"},{code:"HK",name:"Hong Kong",dialCode:"+852",flag:"\u{1F1ED}\u{1F1F0}",format:"#### ####"},{code:"HU",name:"Hungary",dialCode:"+36",flag:"\u{1F1ED}\u{1F1FA}",format:"## ### ####"},{code:"IN",name:"India",dialCode:"+91",flag:"\u{1F1EE}\u{1F1F3}",format:"##### #####"},{code:"IL",name:"Israel",dialCode:"+972",flag:"\u{1F1EE}\u{1F1F1}",format:"##-###-####"},{code:"IT",name:"Italy",dialCode:"+39",flag:"\u{1F1EE}\u{1F1F9}",format:"### ### ####"},{code:"JP",name:"Japan",dialCode:"+81",flag:"\u{1F1EF}\u{1F1F5}",format:"##-####-####"},{code:"MX",name:"Mexico",dialCode:"+52",flag:"\u{1F1F2}\u{1F1FD}",format:"### ### ####"},{code:"NL",name:"Netherlands",dialCode:"+31",flag:"\u{1F1F3}\u{1F1F1}",format:"## ########"},{code:"NZ",name:"New Zealand",dialCode:"+64",flag:"\u{1F1F3}\u{1F1FF}",format:"## ### ####"},{code:"NG",name:"Nigeria",dialCode:"+234",flag:"\u{1F1F3}\u{1F1EC}",format:"### ### ####"},{code:"NO",name:"Norway",dialCode:"+47",flag:"\u{1F1F3}\u{1F1F4}",format:"### ## ###"},{code:"PK",name:"Pakistan",dialCode:"+92",flag:"\u{1F1F5}\u{1F1F0}",format:"### #######"},{code:"PL",name:"Poland",dialCode:"+48",flag:"\u{1F1F5}\u{1F1F1}",format:"### ### ###"},{code:"PT",name:"Portugal",dialCode:"+351",flag:"\u{1F1F5}\u{1F1F9}",format:"### ### ###"},{code:"RO",name:"Romania",dialCode:"+40",flag:"\u{1F1F7}\u{1F1F4}",format:"### ### ###"},{code:"RU",name:"Russia",dialCode:"+7",flag:"\u{1F1F7}\u{1F1FA}",format:"(###) ###-##-##"},{code:"SA",name:"Saudi Arabia",dialCode:"+966",flag:"\u{1F1F8}\u{1F1E6}",format:"## ### ####"},{code:"RS",name:"Serbia",dialCode:"+381",flag:"\u{1F1F7}\u{1F1F8}",format:"## ### ####"},{code:"SG",name:"Singapore",dialCode:"+65",flag:"\u{1F1F8}\u{1F1EC}",format:"#### ####"},{code:"SK",name:"Slovakia",dialCode:"+421",flag:"\u{1F1F8}\u{1F1F0}",format:"### ### ###"},{code:"SI",name:"Slovenia",dialCode:"+386",flag:"\u{1F1F8}\u{1F1EE}",format:"## ### ###"},{code:"ZA",name:"South Africa",dialCode:"+27",flag:"\u{1F1FF}\u{1F1E6}",format:"## ### ####"},{code:"KR",name:"South Korea",dialCode:"+82",flag:"\u{1F1F0}\u{1F1F7}",format:"##-####-####"},{code:"ES",name:"Spain",dialCode:"+34",flag:"\u{1F1EA}\u{1F1F8}",format:"### ### ###"},{code:"SE",name:"Sweden",dialCode:"+46",flag:"\u{1F1F8}\u{1F1EA}",format:"##-### ## ##"},{code:"CH",name:"Switzerland",dialCode:"+41",flag:"\u{1F1E8}\u{1F1ED}",format:"## ### ## ##"},{code:"TW",name:"Taiwan",dialCode:"+886",flag:"\u{1F1F9}\u{1F1FC}",format:"### ### ###"},{code:"TR",name:"Turkey",dialCode:"+90",flag:"\u{1F1F9}\u{1F1F7}",format:"(###) ### ## ##"},{code:"UA",name:"Ukraine",dialCode:"+380",flag:"\u{1F1FA}\u{1F1E6}",format:"## ### ## ##"},{code:"AE",name:"United Arab Emirates",dialCode:"+971",flag:"\u{1F1E6}\u{1F1EA}",format:"## ### ####"},{code:"GB",name:"United Kingdom",dialCode:"+44",flag:"\u{1F1EC}\u{1F1E7}",format:"#### ### ####"},{code:"US",name:"United States",dialCode:"+1",flag:"\u{1F1FA}\u{1F1F8}",format:"(###) ###-####"}],Yo=(e,t)=>{let r=e.replace(/\D/g,""),a="",n=0;for(let o=0;o<t.length&&n<r.length;o++)t[o]==="#"?(a+=r[n],n++):a+=t[o];return a},Pw=e=>e.replace(/#/g,"_"),ef=$__namespace.forwardRef(({className:e,size:t,value:r,defaultValue:a="",onChange:n,country:o,defaultCountry:s="TR",onCountryChange:l,countries:c=Qp,showCountrySelect:d=true,showDialCode:u=false,disabled:m,placeholder:f,...p},b)=>{let[x,g]=$__namespace.useState(a),[v,w]=$__namespace.useState(o??s),[y,h]=$__namespace.useState(false),[C,R]=$__namespace.useState(false),[T,M]=$__namespace.useState(false),[E,N]=$__namespace.useState({top:0,left:0,width:0}),P=$__namespace.useRef(null),k=$__namespace.useRef(null),L=r!==void 0?r:x,H=o??v,S=c.find(V=>V.code===H)??c[0],D=Yo(L,S.format);$__namespace.useEffect(()=>{M(true);},[]),$__namespace.useEffect(()=>{if(C&&P.current){let V=P.current.getBoundingClientRect();N({top:V.bottom+4,left:V.left,width:Math.max(V.width,280)});}},[C]),$__namespace.useEffect(()=>{if(!C)return;let V=O=>{P.current&&!P.current.contains(O.target)&&k.current&&!k.current.contains(O.target)&&R(false);};return document.addEventListener("mousedown",V),()=>document.removeEventListener("mousedown",V)},[C]),$__namespace.useEffect(()=>{if(!C)return;let V=O=>{O.key==="Escape"&&R(false);};return document.addEventListener("keydown",V),()=>document.removeEventListener("keydown",V)},[C]);let I=V=>{let B=V.target.value.replace(/\D/g,"");r===void 0&&g(B);let te=Yo(B,S.format),ae=`${S.dialCode} ${te}`;n?.(B,ae,S);},A=V=>{let O=c.find(ae=>ae.code===V);if(!O)return;o===void 0&&w(V),l?.(O);let B=Yo(L,O.format),te=`${O.dialCode} ${B}`;n?.(L,te,O),R(false);};return jsxRuntime.jsxs("div",{className:"flex",children:[d&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs("button",{ref:P,type:"button",disabled:m,onClick:()=>R(!C),className:i("flex items-center justify-between rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50","w-[100px] rounded-r-none border-r-0 shrink-0",t==="sm"?"h-8":t==="lg"?"h-12":"h-10"),children:[jsxRuntime.jsxs("span",{className:"flex items-center gap-1.5",children:[jsxRuntime.jsx("span",{children:S.flag}),jsxRuntime.jsx("span",{className:"text-xs text-muted-foreground",children:S.dialCode})]}),jsxRuntime.jsx(lucideReact.ChevronDown,{className:i("h-4 w-4 opacity-50 transition-transform",C&&"rotate-180")})]}),T&&C&&No__namespace.createPortal(jsxRuntime.jsx("div",{ref:k,className:"fixed z-50 overflow-hidden rounded-md border bg-popover text-popover-foreground shadow-md animate-in fade-in-0 zoom-in-95",style:{top:E.top,left:E.left,minWidth:E.width},children:jsxRuntime.jsx(ke,{style:{maxHeight:300},children:jsxRuntime.jsx("div",{className:"p-1",children:c.map(V=>jsxRuntime.jsxs("div",{role:"option","aria-selected":V.code===H,onClick:()=>A(V.code),className:"relative flex w-full cursor-pointer select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground",children:[jsxRuntime.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:V.code===H&&jsxRuntime.jsx(lucideReact.Check,{className:"h-4 w-4"})}),jsxRuntime.jsxs("span",{className:"flex items-center gap-2",children:[jsxRuntime.jsx("span",{children:V.flag}),jsxRuntime.jsx("span",{className:"flex-1",children:V.name}),jsxRuntime.jsx("span",{className:"text-xs text-muted-foreground",children:V.dialCode})]})]},V.code))})})}),document.body)]}),jsxRuntime.jsxs("div",{className:"relative flex-1",children:[u&&!d&&jsxRuntime.jsx("span",{className:"absolute left-3 top-1/2 -translate-y-1/2 text-muted-foreground",children:S.dialCode}),jsxRuntime.jsx("input",{ref:b,type:"tel",inputMode:"tel",value:D,onChange:I,onFocus:()=>h(true),onBlur:()=>h(false),disabled:m,placeholder:f??Pw(S.format),className:i(Jp({size:t}),d&&"rounded-l-none",u&&!d&&"pl-12",e),style:{borderColor:y?"var(--color-foreground)":void 0},...p})]})]})});ef.displayName="PhoneInput";var rf=classVarianceAuthority.cva("flex items-center justify-between w-full px-4 py-3 border-b bg-background",{variants:{variant:{solid:"bg-primary text-primary-foreground border-primary",outline:"bg-background border-border",ghost:"bg-transparent border-transparent",soft:"bg-primary/10 border-primary/20",surface:"bg-muted border-border"},size:{sm:"h-12 px-3 py-2",md:"h-14 px-4 py-3",lg:"h-16 px-6 py-4"},sticky:{true:"sticky top-0 z-50",false:""}},defaultVariants:{variant:"outline",size:"md",sticky:false}}),af=$__namespace.forwardRef(({className:e,variant:t,size:r,sticky:a,brand:n,children:o,mobileBreakpoint:s="md",...l},c)=>{let[d,u]=$__namespace.useState(false),m={sm:"hidden sm:flex",md:"hidden md:flex",lg:"hidden lg:flex"}[s],f={sm:"sm:hidden",md:"md:hidden",lg:"lg:hidden"}[s];return jsxRuntime.jsxs("nav",{ref:c,className:i(rf({variant:t,size:r,sticky:a,className:e})),...l,children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between w-full",children:[n&&jsxRuntime.jsx("div",{className:"flex-shrink-0",children:n}),jsxRuntime.jsx("div",{className:i("items-center gap-4 flex-1 justify-end",m),children:o}),jsxRuntime.jsx("button",{type:"button",className:i("p-2 rounded-md hover:bg-accent hover:text-accent-foreground transition-colors",f),onClick:()=>u(!d),"aria-label":d?"Close menu":"Open menu","aria-expanded":d,children:d?jsxRuntime.jsx(lucideReact.X,{className:"h-5 w-5"}):jsxRuntime.jsx(lucideReact.Menu,{className:"h-5 w-5"})})]}),d&&jsxRuntime.jsx("div",{className:i("absolute top-full left-0 right-0 flex flex-col gap-2 p-4 bg-background border-b border-border shadow-lg",f),children:o})]})});af.displayName="Navbar";var nf=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,className:i("flex items-center gap-2 font-semibold text-lg",e),...t}));nf.displayName="NavbarBrand";var of=$__namespace.forwardRef(({className:e,justify:t="start",...r},a)=>{let n={start:"justify-start",center:"justify-center",end:"justify-end"}[t];return jsxRuntime.jsx("div",{ref:a,className:i("flex items-center gap-4",n,e),...r})});of.displayName="NavbarContent";var sf=$__namespace.forwardRef(({className:e,isActive:t,...r},a)=>jsxRuntime.jsx("div",{ref:a,className:i("flex items-center",t&&"text-primary font-medium",e),...r}));sf.displayName="NavbarItem";var lf=$__namespace.forwardRef(({className:e,isActive:t,...r},a)=>jsxRuntime.jsx("a",{ref:a,className:i("text-sm font-medium transition-colors hover:text-primary",t?"text-primary":"text-muted-foreground",e),...r}));lf.displayName="NavbarLink";var df=classVarianceAuthority.cva("inline-flex items-center gap-1 transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50",{variants:{variant:{solid:"text-primary-foreground bg-primary px-2 py-0.5 rounded hover:bg-primary/90",outline:"text-primary underline-offset-4 hover:underline",ghost:"text-foreground hover:text-primary",soft:"text-primary bg-primary/10 px-2 py-0.5 rounded hover:bg-primary/20",surface:"text-foreground bg-muted px-2 py-0.5 rounded hover:bg-muted/80"},size:{sm:"text-xs",md:"text-sm",lg:"text-base"},underline:{none:"",hover:"hover:underline underline-offset-4",always:"underline underline-offset-4"}},defaultVariants:{variant:"outline",size:"md",underline:"hover"}}),uf=$__namespace.forwardRef(({className:e,variant:t,size:r,underline:a,isExternal:n,showExternalIcon:o=true,isDisabled:s,children:l,...c},d)=>{let u=n?{target:"_blank",rel:"noopener noreferrer"}:{};return jsxRuntime.jsxs("a",{ref:d,className:i(df({variant:t,size:r,underline:a,className:e}),s&&"pointer-events-none opacity-50"),"aria-disabled":s,...u,...c,children:[l,n&&o&&jsxRuntime.jsx(lucideReact.ExternalLink,{className:"h-3 w-3 ml-0.5","aria-hidden":"true"})]})});uf.displayName="Link";var mf=classVarianceAuthority.cva("fixed z-50 transition-all duration-300",{variants:{position:{"bottom-right":"bottom-6 right-6","bottom-left":"bottom-6 left-6","bottom-center":"bottom-6 left-1/2 -translate-x-1/2"}},defaultVariants:{position:"bottom-right"}}),pf=$__namespace.forwardRef(({className:e,position:t,threshold:r=400,icon:a,behavior:n="smooth",variant:o="solid",color:s="default",size:l="md",radius:c="full",target:d,onVisibilityChange:u,onClick:m,...f},p)=>{let[b,x]=$__namespace.useState(false);$__namespace.useEffect(()=>{let w=d?.current||window,y=()=>{let C=(d?.current?d.current.scrollTop:window.scrollY||document.documentElement.scrollTop)>r;C!==b&&(x(C),u?.(C));};return w.addEventListener("scroll",y,{passive:true}),y(),()=>{w.removeEventListener("scroll",y);}},[r,d,b,u]);let g=w=>{d?.current?d.current.scrollTo({top:0,behavior:n}):window.scrollTo({top:0,behavior:n}),m?.(w);},v=l==="sm"?"h-4 w-4":l==="lg"?"h-6 w-6":"h-5 w-5";return jsxRuntime.jsx("div",{className:i(mf({position:t}),b?"opacity-100 translate-y-0 pointer-events-auto":"opacity-0 translate-y-4 pointer-events-none",e),children:jsxRuntime.jsx(U,{ref:p,type:"button",variant:o,color:s,size:"icon",radius:c,onClick:g,"aria-label":"Back to top",className:i("shadow-lg",l==="sm"&&"h-9 w-9",l==="md"&&"h-10 w-10",l==="lg"&&"h-12 w-12"),...f,children:a||jsxRuntime.jsx(lucideReact.ArrowUp,{className:v})})})});pf.displayName="BackTop";var ff=$__namespace.createContext(null),gf=()=>{let e=$__namespace.useContext(ff);if(!e)throw new Error("Menubar components must be used within a Menubar");return e},bf=$__namespace.createContext(null),Dn=()=>{let e=$__namespace.useContext(bf);if(!e)throw new Error("Menu components must be used within a MenubarMenu");return e},zi=$__namespace.createContext(null),vf=$__namespace.createContext(null),hf=$__namespace.forwardRef(({className:e,children:t,...r},a)=>{let[n,o]=$__namespace.useState(null);return jsxRuntime.jsx(ff.Provider,{value:{activeMenu:n,setActiveMenu:o},children:jsxRuntime.jsx("div",{ref:a,role:"menubar",className:i("flex h-10 items-center space-x-1 rounded-md border bg-background p-1",e),...r,children:t})})});hf.displayName="Menubar";var xf=({children:e})=>{let{activeMenu:t,setActiveMenu:r}=gf(),a=$__namespace.useId(),n=$__namespace.useRef(null),o=t===a,s=$__namespace.useCallback(l=>{r(l?a:null);},[a,r]);return jsxRuntime.jsx(bf.Provider,{value:{menuId:a,triggerRef:n,open:o,onOpenChange:s},children:e})};xf.displayName="MenubarMenu";var yf=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,role:"group",className:e,...t}));yf.displayName="MenubarGroup";var Rf=({children:e,container:t})=>{let[r,a]=$__namespace.useState(false);return $__namespace.useEffect(()=>{a(true);},[]),r?No__namespace.createPortal(e,t||document.body):null};Rf.displayName="MenubarPortal";var wf=({children:e,open:t,defaultOpen:r=false,onOpenChange:a})=>{let[n,o]=$__namespace.useState(r),s=t!==void 0,l=s?t:n,c=$__namespace.useRef(null),d=$__namespace.useCallback(u=>{s||o(u),a?.(u);},[s,a]);return jsxRuntime.jsx(zi.Provider,{value:{open:l,onOpenChange:d,triggerRef:c},children:e})};wf.displayName="MenubarSub";var Cf=$__namespace.forwardRef(({value:e="",onValueChange:t,className:r,...a},n)=>jsxRuntime.jsx(vf.Provider,{value:{value:e,onValueChange:t||(()=>{})},children:jsxRuntime.jsx("div",{ref:n,role:"group",className:r,...a})}));Cf.displayName="MenubarRadioGroup";var Nf=$__namespace.forwardRef(({className:e,onClick:t,onMouseEnter:r,...a},n)=>{let{activeMenu:o,setActiveMenu:s}=gf(),{menuId:l,triggerRef:c,open:d,onOpenChange:u}=Dn(),m=p=>{t?.(p),u(!d);},f=p=>{r?.(p),o&&o!==l&&s(l);};return jsxRuntime.jsx("button",{ref:p=>{c.current=p,typeof n=="function"?n(p):n&&(n.current=p);},type:"button",role:"menuitem","aria-haspopup":"menu","aria-expanded":d,"data-state":d?"open":"closed",className:i("flex cursor-default select-none items-center rounded-sm px-3 py-1.5 text-sm font-medium outline-none focus:bg-accent focus:text-accent-foreground data-[state=open]:bg-accent data-[state=open]:text-accent-foreground",e),onClick:m,onMouseEnter:f,...a})});Nf.displayName="MenubarTrigger";var Mf=$__namespace.forwardRef(({className:e,inset:t,children:r,onMouseEnter:a,onMouseLeave:n,...o},s)=>{let l=$__namespace.useContext(zi);if(!l)throw new Error("MenubarSubTrigger must be used within MenubarSub");let{open:c,onOpenChange:d,triggerRef:u}=l,m=p=>{a?.(p),d(true);},f=p=>{n?.(p),d(false);};return jsxRuntime.jsxs("div",{ref:p=>{u.current=p,typeof s=="function"?s(p):s&&(s.current=p);},role:"menuitem","aria-haspopup":"menu","aria-expanded":c,"data-state":c?"open":"closed",className:i("flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[state=open]:bg-accent data-[state=open]:text-accent-foreground",t&&"pl-8",e),onMouseEnter:m,onMouseLeave:f,...o,children:[r,jsxRuntime.jsx(lucideReact.ChevronRight,{className:"ml-auto h-4 w-4"})]})});Mf.displayName="MenubarSubTrigger";var Tf=$__namespace.forwardRef(({className:e,sideOffset:t=2,onMouseEnter:r,onMouseLeave:a,...n},o)=>{let s=$__namespace.useContext(zi);if(!s)throw new Error("MenubarSubContent must be used within MenubarSub");let{open:l,onOpenChange:c,triggerRef:d}=s,[u,m]=$__namespace.useState({top:0,left:0}),[f,p]=$__namespace.useState(false),b=$__namespace.useRef(null);$__namespace.useEffect(()=>{p(true);},[]),$__namespace.useEffect(()=>{if(!l||!d.current||!b.current)return;(()=>{if(!d.current||!b.current)return;let w=d.current.getBoundingClientRect(),y=b.current.getBoundingClientRect(),h=w.top,C=w.right+t;C+y.width>window.innerWidth&&(C=w.left-y.width-t),m({top:h,left:C});})();},[l,t,d]);let x=v=>{r?.(v),c(true);},g=v=>{a?.(v),c(false);};return !f||!l?null:No__namespace.createPortal(jsxRuntime.jsx("div",{ref:v=>{b.current=v,typeof o=="function"?o(v):o&&(o.current=v);},role:"menu","data-state":l?"open":"closed",className:i("fixed z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-lg","animate-in fade-in-0 zoom-in-95 slide-in-from-left-2",e),style:{top:u.top,left:u.left},onMouseEnter:x,onMouseLeave:g,...n}),document.body)});Tf.displayName="MenubarSubContent";var Pf=$__namespace.forwardRef(({className:e,align:t="start",alignOffset:r=-4,sideOffset:a=8,children:n,...o},s)=>{let{triggerRef:l,open:c,onOpenChange:d}=Dn(),[u,m]=$__namespace.useState({top:0,left:0}),[f,p]=$__namespace.useState(false),b=$__namespace.useRef(null);return $__namespace.useEffect(()=>{p(true);},[]),$__namespace.useEffect(()=>{if(!c||!l.current||!b.current)return;let x=()=>{if(!l.current||!b.current)return;let g=l.current.getBoundingClientRect(),v=b.current.getBoundingClientRect(),w=g.bottom+a,y=g.left+r;t==="center"?y=g.left+g.width/2-v.width/2:t==="end"&&(y=g.right-v.width-r),m({top:w,left:y});};return x(),window.addEventListener("resize",x),window.addEventListener("scroll",x,true),()=>{window.removeEventListener("resize",x),window.removeEventListener("scroll",x,true);}},[c,t,r,a,l]),$__namespace.useEffect(()=>{if(!c)return;let x=g=>{let v=g.target;b.current&&!b.current.contains(v)&&l.current&&!l.current.contains(v)&&d(false);};return document.addEventListener("mousedown",x),()=>document.removeEventListener("mousedown",x)},[c,d,l]),$__namespace.useEffect(()=>{if(!c)return;let x=g=>{g.key==="Escape"&&d(false);};return document.addEventListener("keydown",x),()=>document.removeEventListener("keydown",x)},[c,d]),!f||!c?null:No__namespace.createPortal(jsxRuntime.jsx("div",{ref:x=>{b.current=x,typeof s=="function"?s(x):s&&(s.current=x);},role:"menu","data-state":c?"open":"closed",className:i("fixed z-50 min-w-[12rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-md","animate-in fade-in-0 zoom-in-95 slide-in-from-top-2",e),style:{top:u.top,left:u.left},...o,children:n}),document.body)});Pf.displayName="MenubarContent";var kf=$__namespace.forwardRef(({className:e,inset:t,disabled:r,onSelect:a,onClick:n,...o},s)=>{let{onOpenChange:l}=Dn(),c=d=>{if(r){d.preventDefault();return}n?.(d),a?.(),l(false);};return jsxRuntime.jsx("div",{ref:s,role:"menuitem",tabIndex:r?-1:0,"aria-disabled":r,"data-disabled":r?"":void 0,className:i("relative flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",t&&"pl-8",!r&&"cursor-pointer",e),onClick:c,...o})});kf.displayName="MenubarItem";var Ef=$__namespace.forwardRef(({className:e,children:t,checked:r=false,onCheckedChange:a,disabled:n,onClick:o,...s},l)=>{let{onOpenChange:c}=Dn(),d=u=>{if(n){u.preventDefault();return}o?.(u),a?.(!r),c(false);};return jsxRuntime.jsxs("div",{ref:l,role:"menuitemcheckbox","aria-checked":r,tabIndex:n?-1:0,"aria-disabled":n,"data-disabled":n?"":void 0,"data-state":r?"checked":"unchecked",className:i("relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",!n&&"cursor-pointer",e),onClick:d,...s,children:[jsxRuntime.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:r&&jsxRuntime.jsx(lucideReact.Check,{className:"h-4 w-4"})}),t]})});Ef.displayName="MenubarCheckboxItem";var Lf=$__namespace.forwardRef(({className:e,children:t,value:r,disabled:a,onClick:n,...o},s)=>{let{onOpenChange:l}=Dn(),c=$__namespace.useContext(vf),d=c?.value===r,u=m=>{if(a){m.preventDefault();return}n?.(m),c?.onValueChange(r),l(false);};return jsxRuntime.jsxs("div",{ref:s,role:"menuitemradio","aria-checked":d,tabIndex:a?-1:0,"aria-disabled":a,"data-disabled":a?"":void 0,"data-state":d?"checked":"unchecked",className:i("relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",!a&&"cursor-pointer",e),onClick:u,...o,children:[jsxRuntime.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:d&&jsxRuntime.jsx(lucideReact.Circle,{className:"h-2 w-2 fill-current"})}),t]})});Lf.displayName="MenubarRadioItem";var Df=$__namespace.forwardRef(({className:e,inset:t,...r},a)=>jsxRuntime.jsx("div",{ref:a,className:i("px-2 py-1.5 text-sm font-semibold",t&&"pl-8",e),...r}));Df.displayName="MenubarLabel";var Sf=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,role:"separator",className:i("-mx-1 my-1 h-px bg-muted",e),...t}));Sf.displayName="MenubarSeparator";var Hf=({className:e,...t})=>jsxRuntime.jsx("span",{className:i("ml-auto text-xs tracking-widest text-muted-foreground",e),...t});Hf.displayName="MenubarShortcut";var Vf=classVarianceAuthority.cva("flex",{variants:{orientation:{horizontal:"flex-row items-center",vertical:"flex-col"},size:{sm:"gap-2",md:"gap-4",lg:"gap-6"}},defaultVariants:{orientation:"horizontal",size:"md"}}),If=$__namespace.forwardRef(({className:e,orientation:t,size:r,currentStep:a=0,children:n,...o},s)=>{let l=$__namespace.Children.toArray(n);return jsxRuntime.jsx("div",{ref:s,className:i(Vf({orientation:t,size:r,className:e})),...o,children:l.map((c,d)=>$__namespace.isValidElement(c)?$__namespace.cloneElement(c,{...c.props,stepNumber:d+1,status:c.props.status||(d<a?"completed":d===a?"current":"upcoming"),isLast:d===l.length-1,orientation:t,size:r}):c)})});If.displayName="Steps";var Af=classVarianceAuthority.cva("flex items-center",{variants:{orientation:{horizontal:"flex-row",vertical:"flex-col items-start"},size:{sm:"gap-2",md:"gap-3",lg:"gap-4"}},defaultVariants:{orientation:"horizontal",size:"md"}}),$w=classVarianceAuthority.cva("flex items-center justify-center rounded-full font-medium transition-colors",{variants:{status:{completed:"bg-primary text-primary-foreground",current:"bg-primary text-primary-foreground ring-2 ring-primary ring-offset-2 ring-offset-background",upcoming:"bg-muted text-muted-foreground border-2 border-muted-foreground/30"},size:{sm:"h-6 w-6 text-xs",md:"h-8 w-8 text-sm",lg:"h-10 w-10 text-base"}},defaultVariants:{status:"upcoming",size:"md"}}),Kw=classVarianceAuthority.cva("bg-muted transition-colors",{variants:{orientation:{horizontal:"h-0.5 flex-1 min-w-8",vertical:"w-0.5 min-h-8 ml-4"},status:{completed:"bg-primary",current:"bg-muted",upcoming:"bg-muted"}},defaultVariants:{orientation:"horizontal",status:"upcoming"}}),zf=$__namespace.forwardRef(({className:e,orientation:t="horizontal",size:r="md",title:a,description:n,icon:o,status:s="upcoming",stepNumber:l,isLast:c,...d},u)=>jsxRuntime.jsxs("div",{ref:u,className:i(Af({orientation:t,size:r,className:e}),!c&&t==="horizontal"&&"flex-1"),...d,children:[jsxRuntime.jsx("div",{className:i("flex items-center",t==="vertical"&&"flex-col items-start"),children:jsxRuntime.jsxs("div",{className:"flex items-center gap-3",children:[jsxRuntime.jsx("div",{className:i($w({status:s,size:r})),children:s==="completed"?jsxRuntime.jsx(lucideReact.Check,{className:r==="sm"?"h-3 w-3":r==="lg"?"h-5 w-5":"h-4 w-4"}):o||l}),(a||n)&&jsxRuntime.jsxs("div",{className:"flex flex-col",children:[a&&jsxRuntime.jsx("span",{className:i("font-medium",r==="sm"&&"text-sm",r==="lg"&&"text-lg",s==="upcoming"&&"text-muted-foreground"),children:a}),n&&jsxRuntime.jsx("span",{className:i("text-muted-foreground",r==="sm"&&"text-xs",r==="md"&&"text-sm",r==="lg"&&"text-base"),children:n})]})]})}),!c&&jsxRuntime.jsx("div",{className:i(Kw({orientation:t,status:s==="completed"?"completed":"upcoming"}),t==="vertical"&&"my-2")})]}));zf.displayName="Step";function Xw({className:e,data:t,columns:r,selectable:a=false,selectedKeys:n,onSelectionChange:o,getRowKey:s=(h,C)=>String(C),sortable:l=false,sortState:c,onSortChange:d,paginated:u=false,pageSizeOptions:m=[10,20,50],paginationState:f,onPaginationChange:p,emptyContent:b="No data",loading:x=false,striped:g=false,hoverable:v=true,...w},y){let[h,C]=$__namespace.useState(new Set),[R,T]=$__namespace.useState({columnId:null,direction:null}),[M,E]=$__namespace.useState({pageIndex:0,pageSize:m[0]||10}),N=n??h,P=c??R,k=f??M,L=G=>{o?o(G):C(G);},H=G=>{d?d(G):T(G);},S=G=>{p?p(G):E(G);},D=$__namespace.useMemo(()=>{if(!P.columnId||!P.direction)return t;let G=r.find(K=>K.id===P.columnId);return G?[...t].sort((K,ne)=>{let z=G.accessor(K),J=G.accessor(ne);if(z===J)return 0;if(z==null)return 1;if(J==null)return -1;let Z=String(z).localeCompare(String(J),void 0,{numeric:true});return P.direction==="asc"?Z:-Z}):t},[t,P,r]),I=$__namespace.useMemo(()=>{if(!u)return D;let G=k.pageIndex*k.pageSize;return D.slice(G,G+k.pageSize)},[D,u,k]),A=Math.ceil(D.length/k.pageSize),F=G=>{if(G===true){let K=new Set(I.map((ne,z)=>s(ne,z)));L(K);}else L(new Set);},V=(G,K)=>{let ne=new Set(N);K?ne.add(G):ne.delete(G),L(ne);},O=I.length>0&&I.every((G,K)=>N.has(s(G,K))),B=I.some((G,K)=>N.has(s(G,K))),te=G=>{if(!r.find(z=>z.id===G)?.sortable&&!l)return;let ne="asc";P.columnId===G&&(P.direction==="asc"?ne="desc":P.direction==="desc"&&(ne=null)),H({columnId:ne?G:null,direction:ne});},ae=G=>P.columnId!==G?jsxRuntime.jsx(lucideReact.ChevronsUpDown,{className:"h-4 w-4 text-muted-foreground/50"}):P.direction==="asc"?jsxRuntime.jsx(lucideReact.ChevronUp,{className:"h-4 w-4"}):jsxRuntime.jsx(lucideReact.ChevronDown,{className:"h-4 w-4"});return jsxRuntime.jsxs("div",{ref:y,className:i("w-full",e),...w,children:[jsxRuntime.jsx("div",{className:"relative w-full overflow-auto rounded-md border",children:jsxRuntime.jsxs("table",{className:"w-full caption-bottom text-sm",children:[jsxRuntime.jsx("thead",{className:"[&_tr]:border-b bg-muted/50",children:jsxRuntime.jsxs("tr",{children:[a&&jsxRuntime.jsx("th",{className:"h-12 w-12 px-4",children:jsxRuntime.jsx(xn,{checked:O?true:B?"indeterminate":false,onCheckedChange:F,"aria-label":"Select all"})}),r.map(G=>{let K=G.sortable??l;return jsxRuntime.jsx("th",{className:i("h-12 px-4 text-left align-middle font-medium text-muted-foreground",K&&"cursor-pointer select-none hover:text-foreground"),style:{width:G.width},onClick:()=>K&&te(G.id),children:jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[G.header,K&&ae(G.id)]})},G.id)})]})}),jsxRuntime.jsx("tbody",{className:"[&_tr:last-child]:border-0",children:x?jsxRuntime.jsx("tr",{children:jsxRuntime.jsx("td",{colSpan:r.length+(a?1:0),className:"h-24 text-center text-muted-foreground",children:"Loading..."})}):I.length===0?jsxRuntime.jsx("tr",{children:jsxRuntime.jsx("td",{colSpan:r.length+(a?1:0),className:"h-24 text-center text-muted-foreground",children:b})}):I.map((G,K)=>{let ne=s(G,K),z=N.has(ne);return jsxRuntime.jsxs("tr",{className:i("border-b transition-colors",v&&"hover:bg-muted/50",g&&K%2===1&&"bg-muted/30",z&&"bg-muted"),"data-state":z?"selected":void 0,children:[a&&jsxRuntime.jsx("td",{className:"w-12 px-4",children:jsxRuntime.jsx(xn,{checked:z,onCheckedChange:J=>V(ne,!!J),"aria-label":`Select row ${K+1}`})}),r.map(J=>jsxRuntime.jsx("td",{className:"p-4 align-middle",children:J.cell?J.cell(G,K):J.accessor(G)},J.id))]},ne)})})]})}),u&&jsxRuntime.jsxs("div",{className:"flex items-center justify-between px-2 py-4",children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2 text-sm text-muted-foreground",children:[jsxRuntime.jsx("span",{children:"Rows per page:"}),jsxRuntime.jsx("select",{value:k.pageSize,onChange:G=>S({pageIndex:0,pageSize:Number(G.target.value)}),className:"h-8 rounded-md border bg-transparent px-2",children:m.map(G=>jsxRuntime.jsx("option",{value:G,children:G},G))})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsxs("span",{className:"text-sm text-muted-foreground",children:["Page ",k.pageIndex+1," of ",A||1]}),jsxRuntime.jsxs("div",{className:"flex gap-1",children:[jsxRuntime.jsx(U,{variant:"light",size:"icon",className:"h-8 w-8",onClick:()=>S({...k,pageIndex:k.pageIndex-1}),disabled:k.pageIndex===0,"aria-label":"Previous page",children:jsxRuntime.jsx(lucideReact.ChevronLeft,{className:"h-4 w-4"})}),jsxRuntime.jsx(U,{variant:"light",size:"icon",className:"h-8 w-8",onClick:()=>S({...k,pageIndex:k.pageIndex+1}),disabled:k.pageIndex>=A-1,"aria-label":"Next page",children:jsxRuntime.jsx(lucideReact.ChevronRight,{className:"h-4 w-4"})})]})]})]})]})}var qw=$__namespace.forwardRef(Xw);var Of=classVarianceAuthority.cva("",{variants:{size:{sm:"[--tree-indent:12px] [--tree-item-height:28px] text-xs",md:"[--tree-indent:16px] [--tree-item-height:32px] text-sm",lg:"[--tree-indent:20px] [--tree-item-height:40px] text-base"}},defaultVariants:{size:"md"}}),Ff=$__namespace.forwardRef(({className:e,size:t,data:r,defaultExpandedIds:a=[],expandedIds:n,onExpandedChange:o,selectedId:s,onSelect:l,showIcons:c=true,leafIcon:d=jsxRuntime.jsx(lucideReact.File,{className:"h-4 w-4"}),folderIcon:u=jsxRuntime.jsx(lucideReact.Folder,{className:"h-4 w-4"}),folderOpenIcon:m=jsxRuntime.jsx(lucideReact.FolderOpen,{className:"h-4 w-4"}),defaultExpandAll:f=false,...p},b)=>{let x=$__namespace.useCallback(R=>R.reduce((T,M)=>M.children?.length?[...T,M.id,...x(M.children)]:T,[]),[]),[g,v]=$__namespace.useState(()=>f?x(r):a),w=n??g,y=R=>{o?o(R):v(R);},h=R=>{w.includes(R)?y(w.filter(T=>T!==R)):y([...w,R]);},C=(R,T=0)=>{let M=R.children&&R.children.length>0,E=w.includes(R.id),N=s===R.id,P=()=>{R.disabled||l?.(R);},k=H=>{H.stopPropagation(),M&&h(R.id);},L=()=>R.icon?R.icon:M?E?m:u:d;return jsxRuntime.jsxs("div",{role:"treeitem","aria-expanded":M?E:void 0,children:[jsxRuntime.jsxs("div",{className:i("flex items-center gap-1 rounded-md px-2 cursor-pointer transition-colors","h-[var(--tree-item-height)]","hover:bg-muted/50",N&&"bg-primary/10 text-primary",R.disabled&&"opacity-50 cursor-not-allowed"),style:{paddingLeft:`calc(${T} * var(--tree-indent) + 8px)`},onClick:P,children:[jsxRuntime.jsx("button",{type:"button",className:i("flex h-5 w-5 items-center justify-center rounded hover:bg-muted",!M&&"invisible"),onClick:k,tabIndex:-1,"aria-label":E?"Collapse":"Expand",children:E?jsxRuntime.jsx(lucideReact.ChevronDown,{className:"h-4 w-4"}):jsxRuntime.jsx(lucideReact.ChevronRight,{className:"h-4 w-4"})}),c&&jsxRuntime.jsx("span",{className:"flex-shrink-0 text-muted-foreground",children:L()}),jsxRuntime.jsx("span",{className:"truncate",children:R.name})]}),M&&E&&jsxRuntime.jsx("div",{role:"group",children:R.children.map(H=>C(H,T+1))})]},R.id)};return jsxRuntime.jsx("div",{ref:b,role:"tree",className:i(Of({size:t,className:e})),...p,children:r.map(R=>C(R))})});Ff.displayName="TreeView";var $f=classVarianceAuthority.cva("flex rounded-md border border-input bg-background text-sm placeholder:text-muted-foreground focus:outline-none transition-colors disabled:cursor-not-allowed disabled:opacity-50",{variants:{size:{sm:"h-8 px-2 text-xs",md:"h-10 px-3 text-sm",lg:"h-12 px-4 text-base"},fullWidth:{true:"w-full",false:"w-fit min-w-48"}},defaultVariants:{size:"md",fullWidth:false}}),iC=({text:e,query:t})=>{if(!t)return jsxRuntime.jsx(jsxRuntime.Fragment,{children:e});let r=new RegExp(`(${t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")})`,"gi"),a=e.split(r);return jsxRuntime.jsx(jsxRuntime.Fragment,{children:a.map((n,o)=>r.test(n)?jsxRuntime.jsx("mark",{className:"bg-primary/20 text-foreground rounded-sm",children:n},o):jsxRuntime.jsx("span",{children:n},o))})},lC=(e,t)=>{let[r,a]=$__namespace.useState(e);return $__namespace.useEffect(()=>{let n=setTimeout(()=>{a(e);},t);return ()=>{clearTimeout(n);}},[e,t]),r},Kf=$__namespace.forwardRef(({className:e,size:t,value:r,defaultValue:a="",onChange:n,onSelect:o,options:s=[],loadOptions:l,debounceMs:c=300,minChars:d=0,placeholder:u="Type to search...",emptyText:m="No results found.",loadingText:f="Loading...",clearable:p=false,freeSolo:b=true,maxHeight:x=200,highlightMatch:g=true,fullWidth:v=false,disabled:w,...y},h)=>{let[C,R]=$__namespace.useState(false),[T,M]=$__namespace.useState(a),[E,N]=$__namespace.useState([]),[P,k]=$__namespace.useState(false),[L,H]=$__namespace.useState(false),S=$__namespace.useRef(null),D=r!==void 0?r:T,I=lC(D,c);$__namespace.useImperativeHandle(h,()=>S.current);let A=l?E:s,F=$__namespace.useMemo(()=>l?A:A.filter(Z=>Z.label.toLowerCase().includes(D.toLowerCase())),[A,D,l]);$__namespace.useEffect(()=>{if(!l)return;if(I.length<d){N([]);return}let Z=false;return (async()=>{k(true);try{let je=await l(I);Z||N(je);}catch{Z||N([]);}finally{Z||k(false);}})(),()=>{Z=true;}},[I,l,d]);let V=Z=>{r===void 0&&M(Z),n?.(Z);},O=Z=>{let ot=Z.target.value;V(ot),ot.length>=d&&R(true);},B=Z=>{V(Z.label),o?.(Z),R(false);},te=()=>{V(""),S.current?.focus();},ae=()=>{H(true),D.length>=d&&(F.length>0||P)&&R(true);},G=()=>{H(false);},K=Z=>{Z.key==="Escape"&&R(false),Z.key==="ArrowDown"&&!C&&F.length>0&&R(true);},ne=C&&D.length>=d,z=t==="sm"?"h-3 w-3":t==="lg"?"h-5 w-5":"h-4 w-4",J=p&&D?"pr-8":"pr-3";return jsxRuntime.jsxs(Ie,{open:ne,onOpenChange:R,children:[jsxRuntime.jsx(xo,{asChild:true,children:jsxRuntime.jsxs("div",{className:i("relative",v?"w-full":"w-fit"),children:[jsxRuntime.jsx("input",{ref:S,type:"text",value:D,onChange:O,onFocus:ae,onBlur:G,onKeyDown:K,disabled:w,placeholder:u,className:i($f({size:t,fullWidth:v}),J,e),style:{borderColor:L?"var(--color-foreground)":void 0},role:"combobox","aria-expanded":ne,"aria-autocomplete":"list","aria-controls":"autocomplete-list",...y}),p&&D&&!w&&jsxRuntime.jsx("button",{type:"button",onClick:te,className:"absolute right-2 top-1/2 -translate-y-1/2 text-muted-foreground hover:text-foreground","aria-label":"Clear",children:jsxRuntime.jsx(lucideReact.X,{className:z})})]})}),jsxRuntime.jsx(Ae,{className:"w-[--radix-popover-trigger-width] p-0",align:"start",onOpenAutoFocus:Z=>Z.preventDefault(),children:jsxRuntime.jsx(cmdk.Command,{className:"overflow-hidden rounded-md",shouldFilter:false,children:jsxRuntime.jsx(cmdk.Command.List,{id:"autocomplete-list",className:"overflow-y-auto p-1",style:{maxHeight:x},children:P?jsxRuntime.jsxs("div",{className:"flex items-center justify-center gap-2 py-6 text-sm text-muted-foreground",children:[jsxRuntime.jsx(lucideReact.Loader2,{className:i(z,"animate-spin")}),f]}):F.length===0?jsxRuntime.jsx("div",{className:"py-6 text-center text-sm text-muted-foreground",children:m}):F.map(Z=>jsxRuntime.jsxs(cmdk.Command.Item,{value:Z.value,disabled:Z.disabled,onSelect:()=>B(Z),className:i("relative flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none","data-[disabled=true]:pointer-events-none data-[disabled=true]:opacity-50","data-[selected=true]:bg-accent data-[selected=true]:text-accent-foreground"),children:[jsxRuntime.jsx(lucideReact.Check,{className:i("mr-2 h-4 w-4 shrink-0",D===Z.label?"opacity-100":"opacity-0")}),jsxRuntime.jsx("span",{className:"flex-1",children:g?jsxRuntime.jsx(iC,{text:Z.label,query:D}):Z.label})]},Z.value))})})})]})});Kf.displayName="Autocomplete";var Gi=$__namespace.createContext(null),$i=$__namespace.createContext(null),Ki=()=>{let e=$__namespace.useContext(Gi);if(!e)throw new Error("useFormContext must be used within a Form");return e},Zo=()=>{let e=$__namespace.useContext($i);if(!e)throw new Error("useFieldContext must be used within a FormField");return e},cC={required:(e="This field is required")=>({validate:t=>typeof t=="string"?t.trim().length>0:Array.isArray(t)?t.length>0:t!=null,message:e}),minLength:(e,t)=>({validate:r=>typeof r=="string"&&r.length>=e,message:t??`Must be at least ${e} characters`}),maxLength:(e,t)=>({validate:r=>typeof r=="string"&&r.length<=e,message:t??`Must be at most ${e} characters`}),min:(e,t)=>({validate:r=>typeof r=="number"&&r>=e,message:t??`Must be at least ${e}`}),max:(e,t)=>({validate:r=>typeof r=="number"&&r<=e,message:t??`Must be at most ${e}`}),email:(e="Invalid email address")=>({validate:t=>typeof t=="string"&&/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(t),message:e}),pattern:(e,t="Invalid format")=>({validate:r=>typeof r=="string"&&e.test(r),message:t}),custom:(e,t)=>({validate:e,message:t})},_f=$__namespace.forwardRef(({defaultValues:e={},onSubmit:t,onError:r,validateOnBlur:a=true,validateOnChange:n=false,children:o,className:s,...l},c)=>{let[d,u]=$__namespace.useState(e),[m,f]=$__namespace.useState({}),[p,b]=$__namespace.useState({}),[x,g]=$__namespace.useState({}),[v,w]=$__namespace.useState(false),y=$__namespace.useRef(new Map),h=$__namespace.useCallback((S,D)=>{y.current.set(S,D);},[]),C=$__namespace.useCallback(S=>{y.current.delete(S);},[]),R=$__namespace.useCallback(S=>{let D=y.current.get(S)||[],I=d[S];for(let A of D)if(!A.validate(I))return f(F=>({...F,[S]:A.message})),false;return f(A=>({...A,[S]:null})),true},[d]),T=$__namespace.useCallback(()=>{let S=true,D={};return y.current.forEach((I,A)=>{let F=d[A];for(let V of I)if(!V.validate(F)){D[A]=V.message,S=false;break}D[A]||(D[A]=null);}),f(D),S},[d]),M=$__namespace.useCallback((S,D)=>{u(I=>({...I,[S]:D})),g(I=>({...I,[S]:true})),n&&setTimeout(()=>{R(S);},0);},[n,R]),E=$__namespace.useCallback((S,D)=>{f(I=>({...I,[S]:D}));},[]),N=$__namespace.useCallback((S,D)=>{b(I=>({...I,[S]:D})),D&&a&&R(S);},[a,R]),P=$__namespace.useCallback(S=>({value:d[S],error:m[S]??null,touched:p[S]??false,dirty:x[S]??false}),[d,m,p,x]),k=$__namespace.useCallback(()=>{u(e),f({}),b({}),g({});},[e]),L=async S=>{S.preventDefault();let D={};if(y.current.forEach((A,F)=>{D[F]=true;}),b(D),!T()){r?.(m);return}if(t){w(true);try{await t(d);}finally{w(false);}}},H={values:d,errors:m,touched:p,dirty:x,isSubmitting:v,setValue:M,setError:E,setTouched:N,validateField:R,validateAll:T,registerField:h,unregisterField:C,getFieldState:P,reset:k};return jsxRuntime.jsx(Gi.Provider,{value:H,children:jsxRuntime.jsx("form",{ref:c,onSubmit:L,className:i("space-y-4",s),...l,children:o})})});_f.displayName="Form";var Wf=({name:e,rules:t=[],defaultValue:r,children:a})=>{let n=Ki(),o=$__namespace.useId();$__namespace.useEffect(()=>(n.registerField(e,t),r!==void 0&&n.values[e]===void 0&&n.setValue(e,r),()=>{n.unregisterField(e);}),[e,t,r,n]);let s=n.getFieldState(e),l={name:e,id:`${o}-${e}`,value:s.value,error:s.error,touched:s.touched,dirty:s.dirty};return jsxRuntime.jsx($i.Provider,{value:l,children:a})};Wf.displayName="FormField";var jf=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,className:i("space-y-1.5",e),...t}));jf.displayName="FormItem";var Yf=$__namespace.forwardRef(({className:e,required:t,children:r,...a},n)=>{let{id:o,error:s,touched:l}=Zo();return jsxRuntime.jsxs(na,{ref:n,htmlFor:o,className:i(s&&l&&"text-danger",e),...a,children:[r,t&&jsxRuntime.jsx("span",{className:"ml-1 text-danger",children:"*"})]})});Yf.displayName="FormLabel";var Uf=({children:e})=>{let{name:t,id:r,error:a,touched:n}=Zo(),o=Ki(),s=o.getFieldState(t),l=d=>{let u=d.target,m=u.type==="checkbox"?u.checked:u.value;o.setValue(t,m);},c=()=>{o.setTouched(t,true);};return $__namespace.cloneElement(e,{id:r,name:t,value:s.value??"",onChange:l,onBlur:c,"aria-invalid":a&&n?"true":void 0,"aria-describedby":a&&n?`${r}-error`:void 0})};Uf.displayName="FormControl";var Xf=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("p",{ref:r,className:i("text-xs text-muted-foreground",e),...t}));Xf.displayName="FormDescription";var qf=$__namespace.forwardRef(({className:e,message:t,...r},a)=>{let{id:n,error:o,touched:s}=Zo(),l=t??(s?o:null);return l?jsxRuntime.jsx("p",{ref:a,id:`${n}-error`,className:i("text-xs text-danger",e),role:"alert",...r,children:l}):null});qf.displayName="FormMessage";var Jf=classVarianceAuthority.cva("inline-flex items-center gap-3",{variants:{size:{sm:"[&_[data-user-avatar]]:h-8 [&_[data-user-avatar]]:w-8",md:"[&_[data-user-avatar]]:h-10 [&_[data-user-avatar]]:w-10",lg:"[&_[data-user-avatar]]:h-12 [&_[data-user-avatar]]:w-12"}},defaultVariants:{size:"md"}}),Qf=$__namespace.forwardRef(({className:e,size:t,name:r,description:a,avatarUrl:n,avatarFallback:o,trailing:s,...l},c)=>{let d=o||r.split(" ").map(u=>u[0]).join("").toUpperCase().slice(0,2);return jsxRuntime.jsxs("div",{ref:c,className:i(Jf({size:t,className:e})),...l,children:[jsxRuntime.jsxs(oa,{"data-user-avatar":true,children:[n&&jsxRuntime.jsx(Va,{src:n,alt:r}),jsxRuntime.jsx(sa,{children:d})]}),jsxRuntime.jsxs("div",{className:"flex flex-col min-w-0",children:[jsxRuntime.jsx("span",{className:"text-sm font-medium leading-none truncate",children:r}),a&&jsxRuntime.jsx("span",{className:"text-sm text-muted-foreground truncate",children:a})]}),s&&jsxRuntime.jsx("div",{className:"ml-auto flex-shrink-0",children:s})]})});Qf.displayName="User";var tg=classVarianceAuthority.cva("font-mono rounded",{variants:{variant:{solid:"bg-primary text-primary-foreground",outline:"border border-input bg-transparent",ghost:"bg-transparent",soft:"bg-muted text-foreground",surface:"bg-muted/50 text-foreground border border-border"},size:{sm:"px-1 py-0.5 text-xs",md:"px-1.5 py-0.5 text-sm",lg:"px-2 py-1 text-base"}},defaultVariants:{variant:"soft",size:"md"}}),rg=$__namespace.forwardRef(({className:e,variant:t,size:r,...a},n)=>jsxRuntime.jsx("code",{ref:n,className:i(tg({variant:t,size:r,className:e})),...a}));rg.displayName="Code";var ag=classVarianceAuthority.cva("relative flex items-center gap-2 font-mono rounded-lg border",{variants:{variant:{solid:"bg-primary text-primary-foreground border-primary",outline:"bg-transparent border-input",ghost:"bg-transparent border-transparent",soft:"bg-muted border-muted",surface:"bg-muted/50 border-border"},size:{sm:"px-3 py-1.5 text-xs",md:"px-4 py-2 text-sm",lg:"px-5 py-3 text-base"}},defaultVariants:{variant:"surface",size:"md"}}),ng=$__namespace.forwardRef(({className:e,variant:t,size:r,code:a,copyable:n=true,copyLabel:o="Copy",onCopy:s,symbol:l="$",hideSymbol:c=false,...d},u)=>{let[m,f]=$__namespace.useState(false),p=async()=>{try{await navigator.clipboard.writeText(a),f(!0),s?.(),setTimeout(()=>f(!1),2e3);}catch(b){console.error("Failed to copy:",b);}};return jsxRuntime.jsxs("div",{ref:u,className:i(ag({variant:t,size:r,className:e})),...d,children:[!c&&jsxRuntime.jsx("span",{className:"text-muted-foreground select-none",children:l}),jsxRuntime.jsx("code",{className:"flex-1 truncate",children:a}),n&&jsxRuntime.jsx("button",{type:"button",onClick:p,className:i("flex-shrink-0 rounded p-1 transition-colors","hover:bg-black/10 dark:hover:bg-white/10","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring"),"aria-label":m?"Copied":o,children:m?jsxRuntime.jsx(lucideReact.Check,{className:"h-4 w-4 text-green-500"}):jsxRuntime.jsx(lucideReact.Copy,{className:"h-4 w-4 text-muted-foreground"})})]})});ng.displayName="Snippet";var ji=classVarianceAuthority.cva("overflow-hidden",{variants:{radius:{none:"rounded-none",sm:"rounded-sm",md:"rounded-md",lg:"rounded-lg",full:"rounded-full"}},defaultVariants:{radius:"md"}}),og=$__namespace.forwardRef(({className:e,radius:t,src:r,alt:a,fallback:n,showSkeleton:o=true,onLoad:s,onError:l,fit:c="cover",aspectRatio:d,style:u,...m},f)=>{let[p,b]=$__namespace.useState("loading");$__namespace.useEffect(()=>{r&&b("loading");},[r]);let x=()=>{b("loaded"),s?.();},g=()=>{b("error"),l?.();},v={contain:"object-contain",cover:"object-cover",fill:"object-fill",none:"object-none","scale-down":"object-scale-down"}[c];return p==="error"&&n?jsxRuntime.jsx("div",{className:i(ji({radius:t}),"flex items-center justify-center bg-muted",e),style:{aspectRatio:d,...u},children:n}):jsxRuntime.jsxs("div",{className:i(ji({radius:t}),"relative",e),style:{aspectRatio:d,...u},children:[p==="loading"&&o&&jsxRuntime.jsx(fo,{className:"absolute inset-0 h-full w-full"}),jsxRuntime.jsx("img",{ref:f,src:r,alt:a,onLoad:x,onError:g,className:i("h-full w-full transition-opacity duration-300",v,p==="loading"?"opacity-0":"opacity-100"),...m})]})});og.displayName="Image";var lg=classVarianceAuthority.cva("flex flex-col rounded-lg border bg-background",{variants:{size:{sm:"p-1 gap-0.5",md:"p-1.5 gap-1",lg:"p-2 gap-1.5"}},defaultVariants:{size:"md"}}),cg=classVarianceAuthority.cva("relative flex cursor-pointer select-none items-center rounded-md outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",{variants:{size:{sm:"px-2 py-1 text-xs",md:"px-3 py-1.5 text-sm",lg:"px-4 py-2 text-base"}},defaultVariants:{size:"md"}}),dg=$__namespace.createContext({value:"",onValueChange:()=>{},multiple:false,size:"md"}),ug=$__namespace.forwardRef(({className:e,size:t="md",value:r,defaultValue:a="",onValueChange:n,multiple:o=false,children:s,...l},c)=>{let[d,u]=$__namespace.useState(a),m=r??d,f=p=>{let b;if(o){let x=Array.isArray(m)?m:[m].filter(Boolean);x.includes(p)?b=x.filter(g=>g!==p):b=[...x,p];}else b=p;n?n(b):u(b);};return jsxRuntime.jsx(dg.Provider,{value:{value:m,onValueChange:f,multiple:o,size:t??"md"},children:jsxRuntime.jsx("div",{ref:c,role:"listbox","aria-multiselectable":o,className:i(lg({size:t,className:e})),...l,children:s})})});ug.displayName="Listbox";var mg=$__namespace.forwardRef(({className:e,value:t,disabled:r,icon:a,description:n,children:o,...s},l)=>{let{value:c,onValueChange:d,multiple:u,size:m}=$__namespace.useContext(dg),f=u?Array.isArray(c)&&c.includes(t):c===t,p=()=>{r||d(t);},b=x=>{(x.key==="Enter"||x.key===" ")&&!r&&(x.preventDefault(),d(t));};return jsxRuntime.jsxs("div",{ref:l,role:"option","aria-selected":f,"data-disabled":r?"":void 0,tabIndex:r?-1:0,className:i(cg({size:m}),f&&"bg-accent text-accent-foreground",e),onClick:p,onKeyDown:b,...s,children:[a&&jsxRuntime.jsx("span",{className:"mr-2 flex-shrink-0",children:a}),jsxRuntime.jsxs("div",{className:"flex-1 min-w-0",children:[jsxRuntime.jsx("div",{className:"truncate",children:o}),n&&jsxRuntime.jsx("div",{className:"text-xs text-muted-foreground truncate",children:n})]}),f&&jsxRuntime.jsx(lucideReact.Check,{className:"ml-2 h-4 w-4 flex-shrink-0"})]})});mg.displayName="ListboxItem";var fg=classVarianceAuthority.cva("flex flex-col",{variants:{variant:{default:"gap-2",bordered:"divide-y divide-border rounded-lg border",cards:"gap-2"},size:{sm:"",md:"",lg:""}},defaultVariants:{variant:"default",size:"md"}}),gg=classVarianceAuthority.cva("flex items-center gap-3 bg-background transition-all",{variants:{variant:{default:"rounded-lg border p-3",bordered:"p-3",cards:"rounded-lg border p-3 shadow-sm"},size:{sm:"p-2 text-sm",md:"p-3 text-sm",lg:"p-4 text-base"},isDragging:{true:"opacity-50 scale-[1.02] shadow-lg z-10",false:""},isDragOver:{true:"border-primary border-dashed",false:""}},defaultVariants:{variant:"default",size:"md",isDragging:false,isDragOver:false}});function wC({className:e,variant:t,size:r,items:a,onReorder:n,renderItem:o,showHandle:s=true,disabled:l=false,...c},d){let[u,m]=$__namespace.useState(null),[f,p]=$__namespace.useState(null),b=(y,h)=>{l||(m(h),y.dataTransfer.effectAllowed="move",y.dataTransfer.setData("text/plain",String(h)));},x=(y,h)=>{y.preventDefault(),!(l||u===null||u===h)&&p(h);},g=()=>{p(null);},v=(y,h)=>{if(y.preventDefault(),l||u===null||u===h){m(null),p(null);return}let C=[...a],[R]=C.splice(u,1);C.splice(h,0,R),n?.(C),m(null),p(null);},w=()=>{m(null),p(null);};return jsxRuntime.jsx("div",{ref:d,className:i(fg({variant:t,size:r,className:e})),...c,children:a.map((y,h)=>jsxRuntime.jsxs("div",{draggable:!l,onDragStart:C=>b(C,h),onDragOver:C=>x(C,h),onDragLeave:g,onDrop:C=>v(C,h),onDragEnd:w,className:i(gg({variant:t,size:r,isDragging:u===h,isDragOver:f===h}),!l&&"cursor-move"),children:[s&&jsxRuntime.jsx("div",{className:i("flex-shrink-0 text-muted-foreground",l?"opacity-30":"cursor-grab active:cursor-grabbing"),children:jsxRuntime.jsx(lucideReact.GripVertical,{className:"h-5 w-5"})}),jsxRuntime.jsx("div",{className:"flex-1 min-w-0",children:o(y,h)})]},y.id))})}var CC=$__namespace.forwardRef(wC);var hg=classVarianceAuthority.cva("absolute inset-0 z-50 flex items-center justify-center transition-opacity",{variants:{variant:{solid:"bg-background",soft:"bg-background/80 backdrop-blur-sm",ghost:"bg-background/50"},visible:{true:"opacity-100 pointer-events-auto",false:"opacity-0 pointer-events-none"}},defaultVariants:{variant:"soft",visible:true}}),PC={sm:"h-4 w-4",md:"h-6 w-6",lg:"h-8 w-8"},xg=$__namespace.forwardRef(({className:e,variant:t,loading:r=true,size:a="md",spinner:n,text:o,children:s,...l},c)=>jsxRuntime.jsxs("div",{ref:c,className:i("relative",e),...l,children:[s,jsxRuntime.jsx("div",{className:i(hg({variant:t,visible:r})),"aria-hidden":!r,children:jsxRuntime.jsxs("div",{className:"flex flex-col items-center gap-2",children:[n||jsxRuntime.jsx(lucideReact.Loader2,{className:i(PC[a],"animate-spin text-primary")}),o&&jsxRuntime.jsx("span",{className:"text-sm text-muted-foreground",children:o})]})})]}));xg.displayName="LoadingOverlay";var yg=classVarianceAuthority.cva("fixed top-0 left-0 z-[9999] h-0.5 transition-all duration-200 ease-out",{variants:{color:{primary:"bg-primary",secondary:"bg-secondary",success:"bg-success",warning:"bg-warning",danger:"bg-danger",info:"bg-info"}},defaultVariants:{color:"primary"}}),Rg=$__namespace.forwardRef(({className:e,color:t,isLoading:r=false,progress:a,showSpinner:n=false,...o},s)=>{let[l,c]=$__namespace.useState(0),[d,u]=$__namespace.useState(false),m=$__namespace.useRef(null);return $__namespace.useEffect(()=>{if(a!==void 0){c(a),u(a>0&&a<100);return}return r?(u(true),c(10),m.current=setInterval(()=>{c(f=>{if(f>=90)return f;let p=Math.random()*10;return Math.min(f+p,90)});},500)):l>0&&(c(100),setTimeout(()=>{u(false),c(0);},200)),()=>{m.current&&clearInterval(m.current);}},[r,a]),!d&&a===void 0||a!==void 0&&(a<=0||a>=100)?null:jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{ref:s,className:i(yg({color:t,className:e})),style:{width:`${l}%`},role:"progressbar","aria-valuenow":l,"aria-valuemin":0,"aria-valuemax":100,...o,children:jsxRuntime.jsx("div",{className:"absolute right-0 h-full w-24 -translate-y-1 rotate-3 bg-inherit opacity-50 blur-sm"})}),n&&d&&jsxRuntime.jsx("div",{className:"fixed top-4 right-4 z-[9999]",children:jsxRuntime.jsx("div",{className:i("h-4 w-4 animate-spin rounded-full border-2 border-transparent",t==="primary"&&"border-t-primary",t==="secondary"&&"border-t-secondary",t==="success"&&"border-t-success",t==="warning"&&"border-t-warning",t==="danger"&&"border-t-danger",t==="info"&&"border-t-info")})})]})});Rg.displayName="NProgress";var Mg=classVarianceAuthority.cva("flex items-center justify-center",{variants:{variant:{spinner:"",dots:"",pulse:"",skeleton:""},size:{sm:"gap-1",md:"gap-2",lg:"gap-3"},fullScreen:{true:"fixed inset-0 z-50 bg-background/80 backdrop-blur-sm",false:""}},defaultVariants:{variant:"spinner",size:"md",fullScreen:false}}),wg={sm:"h-4 w-4",md:"h-6 w-6",lg:"h-8 w-8"},HC={sm:"h-1.5 w-1.5",md:"h-2 w-2",lg:"h-3 w-3"},Tg=$__namespace.forwardRef(({className:e,variant:t="spinner",size:r="md",fullScreen:a,text:n,color:o="primary",...s},l)=>{let c={primary:"text-primary",secondary:"text-secondary",muted:"text-muted-foreground"}[o],d=()=>{switch(t){case "dots":return jsxRuntime.jsx("div",{className:"flex items-center gap-1",children:[0,1,2].map(u=>jsxRuntime.jsx("div",{className:i(HC[r||"md"],"animate-bounce rounded-full bg-current",c),style:{animationDelay:`${u*.15}s`}},u))});case "pulse":return jsxRuntime.jsx("div",{className:i(wg[r||"md"],"animate-pulse rounded-full bg-current",c)});case "skeleton":return jsxRuntime.jsxs("div",{className:"w-full space-y-2",children:[jsxRuntime.jsx("div",{className:"h-4 w-3/4 animate-pulse rounded bg-muted"}),jsxRuntime.jsx("div",{className:"h-4 w-1/2 animate-pulse rounded bg-muted"}),jsxRuntime.jsx("div",{className:"h-4 w-5/6 animate-pulse rounded bg-muted"})]});default:return jsxRuntime.jsx(lucideReact.Loader2,{className:i(wg[r||"md"],"animate-spin",c)})}};return jsxRuntime.jsx("div",{ref:l,className:i(Mg({variant:t,size:r,fullScreen:a,className:e})),role:"status","aria-label":n||"Loading",...s,children:jsxRuntime.jsxs("div",{className:"flex flex-col items-center gap-2",children:[d(),n&&jsxRuntime.jsx("span",{className:i("text-sm",c),children:n})]})})});Tg.displayName="Loading";var Xi=class extends $__namespace.Component{constructor(t){super(t),this.state={hasError:false,error:null};}static getDerivedStateFromError(t){return {hasError:true,error:t}}componentDidCatch(t,r){this.props.onError?.(t,r);}componentDidUpdate(t){this.state.hasError&&this.props.resetKeys&&this.props.resetKeys.some((a,n)=>a!==t.resetKeys?.[n])&&this.reset();}reset=()=>{this.props.onReset?.(),this.setState({hasError:false,error:null});};render(){return this.state.hasError?this.props.fallback?this.props.fallback:jsxRuntime.jsx(qi,{error:this.state.error,onReset:this.reset}):this.props.children}},qi=$__namespace.forwardRef(({error:e,onReset:t,className:r},a)=>jsxRuntime.jsxs("div",{ref:a,className:i("flex min-h-[200px] flex-col items-center justify-center gap-4 rounded-lg border border-danger/20 bg-danger/5 p-6 text-center",r),role:"alert",children:[jsxRuntime.jsx("div",{className:"flex h-12 w-12 items-center justify-center rounded-full bg-danger/10",children:jsxRuntime.jsx(lucideReact.AlertTriangle,{className:"h-6 w-6 text-danger"})}),jsxRuntime.jsxs("div",{className:"space-y-2",children:[jsxRuntime.jsx("h3",{className:"text-lg font-semibold text-foreground",children:"Something went wrong"}),e&&jsxRuntime.jsx("p",{className:"text-sm text-muted-foreground max-w-md",children:e.message||"An unexpected error occurred"})]}),t&&jsxRuntime.jsxs("button",{onClick:t,className:"inline-flex items-center gap-2 rounded-md bg-danger px-4 py-2 text-sm font-medium text-danger-foreground hover:bg-danger/90 transition-colors",children:[jsxRuntime.jsx(lucideReact.RefreshCw,{className:"h-4 w-4"}),"Try again"]})]}));qi.displayName="DefaultErrorFallback";var AC=Xi;var kg=$__namespace.forwardRef(({value:e,defaultValue:t,onValueChange:r,placeholder:a="Pick a date range",dateFormat:n="LLL dd, y",disabled:o=false,minDate:s,maxDate:l,numberOfMonths:c=2,className:d,align:u="start"},m)=>{let[f,p]=$__namespace.useState(false),[b,x]=$__namespace.useState(t),g=e!==void 0,v=g?e:b,w=h=>{g||x(h),r?.(h);},y=h=>{if(!h)return a;let{from:C,to:R}=h;return C&&R?`${dateFns.format(C,n)} - ${dateFns.format(R,n)}`:C?dateFns.format(C,n):a};return jsxRuntime.jsxs(Ie,{open:f,onOpenChange:p,children:[jsxRuntime.jsx(Ye,{asChild:true,children:jsxRuntime.jsxs(U,{ref:m,variant:"bordered",disabled:o,className:i("w-full justify-start text-left font-normal",!v?.from&&"text-muted-foreground",d),children:[jsxRuntime.jsx(lucideReact.Calendar,{className:"mr-2 h-4 w-4"}),y(v)]})}),jsxRuntime.jsx(Ae,{className:"w-auto p-0",align:u,children:jsxRuntime.jsx(za,{mode:"range",defaultMonth:v?.from,selected:v,onSelect:w,numberOfMonths:c,disabled:h=>!!(s&&h<s||l&&h>l),initialFocus:true})})]})});kg.displayName="DateRangePicker";var qa=e=>String(e).padStart(2,"0"),Eg=$__namespace.forwardRef(({value:e,onValueChange:t,placeholder:r="Pick a time",use24Hour:a=true,minuteStep:n=1,disabled:o=false,className:s},l)=>{let[c,d]=$__namespace.useState(false),u=a?Array.from({length:24},(y,h)=>h):Array.from({length:12},(y,h)=>h+1),m=Array.from({length:Math.floor(60/n)},(y,h)=>h*n),f=y=>{if(!y)return r;if(a)return `${qa(y.hours)}:${qa(y.minutes)}`;let h=y.hours%12||12,C=y.hours>=12?"PM":"AM";return `${qa(h)}:${qa(y.minutes)} ${C}`},p=y=>{let h=e?.minutes??0,C=y;if(!a&&e){let R=e.hours>=12;R&&y!==12?C=y+12:!R&&y===12&&(C=0);}t?.({hours:C,minutes:h});},b=y=>{let h=e?.hours??0;t?.({hours:h,minutes:y});},x=y=>{if(!e)return;let h=e.hours;y==="AM"&&e.hours>=12?h=e.hours-12:y==="PM"&&e.hours<12&&(h=e.hours+12),t?.({hours:h,minutes:e.minutes});},g=()=>{let y=new Date;t?.({hours:y.getHours(),minutes:y.getMinutes()});},v=e?e.hours>=12?"PM":"AM":void 0,w=e?a?e.hours:e.hours%12||12:void 0;return jsxRuntime.jsxs(Ie,{open:c,onOpenChange:d,children:[jsxRuntime.jsx(Ye,{asChild:true,children:jsxRuntime.jsxs(U,{ref:l,variant:"bordered",disabled:o,className:i("w-full justify-start text-left font-normal",!e&&"text-muted-foreground",s),children:[jsxRuntime.jsx(lucideReact.Clock,{className:"mr-2 h-4 w-4"}),f(e)]})}),jsxRuntime.jsxs(Ae,{className:"w-auto p-0",align:"start",children:[jsxRuntime.jsxs("div",{className:"flex",children:[jsxRuntime.jsxs("div",{className:"flex flex-col",children:[jsxRuntime.jsx("div",{className:"border-b px-3 py-2 text-center text-xs font-medium text-muted-foreground",children:"Hour"}),jsxRuntime.jsx(ke,{className:"h-[200px]",children:jsxRuntime.jsx("div",{className:"flex flex-col p-1",children:u.map(y=>jsxRuntime.jsx(U,{variant:w===y?"solid":"ghost",size:"sm",className:"h-8 w-12 justify-center",onClick:()=>p(y),children:qa(y)},y))})})]}),jsxRuntime.jsxs("div",{className:"flex flex-col border-l",children:[jsxRuntime.jsx("div",{className:"border-b px-3 py-2 text-center text-xs font-medium text-muted-foreground",children:"Min"}),jsxRuntime.jsx(ke,{className:"h-[200px]",children:jsxRuntime.jsx("div",{className:"flex flex-col p-1",children:m.map(y=>jsxRuntime.jsx(U,{variant:e?.minutes===y?"solid":"ghost",size:"sm",className:"h-8 w-12 justify-center",onClick:()=>b(y),children:qa(y)},y))})})]}),!a&&jsxRuntime.jsxs("div",{className:"flex flex-col border-l",children:[jsxRuntime.jsx("div",{className:"border-b px-3 py-2 text-center text-xs font-medium text-muted-foreground",children:"\xA0"}),jsxRuntime.jsxs("div",{className:"flex flex-col gap-1 p-1",children:[jsxRuntime.jsx(U,{variant:v==="AM"?"solid":"ghost",size:"sm",className:"h-8 w-12",onClick:()=>x("AM"),children:"AM"}),jsxRuntime.jsx(U,{variant:v==="PM"?"solid":"ghost",size:"sm",className:"h-8 w-12",onClick:()=>x("PM"),children:"PM"})]})]})]}),jsxRuntime.jsxs("div",{className:"flex justify-between border-t p-2",children:[jsxRuntime.jsx(U,{variant:"ghost",size:"sm",onClick:g,children:"Now"}),jsxRuntime.jsx(U,{size:"sm",onClick:()=>d(false),children:"Done"})]})]})]})});Eg.displayName="TimePicker";var Lg=classVarianceAuthority.cva("overflow-auto",{variants:{variant:{default:"",bordered:"border rounded-lg",cards:""}},defaultVariants:{variant:"default"}});function FC({className:e,variant:t,items:r,itemHeight:a,height:n,overscan:o=3,renderItem:s,getItemKey:l,gap:c=0,onScrollChange:d,...u},m){let f=$__namespace.useRef(null),[p,b]=$__namespace.useState(0);$__namespace.useImperativeHandle(m,()=>f.current);let x=r.length*(a+c)-c,g=a+c,v=Math.max(0,Math.floor(p/g)-o),w=Math.ceil(n/g)+2*o,y=Math.min(r.length-1,v+w),h=R=>{let T=R.currentTarget.scrollTop;b(T),d?.(T);},C=$__namespace.useMemo(()=>{let R=[];for(let T=v;T<=y;T++)r[T]!==void 0&&R.push({item:r[T],index:T,style:{position:"absolute",top:T*g,left:0,right:0,height:a}});return R},[r,v,y,g,a]);return jsxRuntime.jsx("div",{ref:f,className:i(Lg({variant:t,className:e})),style:{height:n,position:"relative"},onScroll:h,...u,children:jsxRuntime.jsx("div",{style:{height:x,position:"relative"},children:C.map(({item:R,index:T,style:M})=>jsxRuntime.jsx("div",{style:M,children:s(R,T)},l?l(R,T):T))})})}var GC=$__namespace.forwardRef(FC);var Sg=classVarianceAuthority.cva("",{variants:{variant:{default:"",bordered:"border rounded-lg overflow-hidden"}},defaultVariants:{variant:"default"}}),Qi=classVarianceAuthority.cva("flex items-center justify-center py-4",{variants:{size:{sm:"py-2",md:"py-4",lg:"py-6"}},defaultVariants:{size:"md"}}),Hg=$__namespace.forwardRef(({className:e,variant:t,size:r,children:a,onLoadMore:n,hasMore:o,isLoading:s=false,loader:l,threshold:c=100,rootMargin:d,useWindow:u=false,endMessage:m,...f},p)=>{let b=$__namespace.useRef(null),x=$__namespace.useRef(null),g=$__namespace.useRef(false);$__namespace.useImperativeHandle(p,()=>b.current),$__namespace.useEffect(()=>{let w=x.current;if(!w)return;let y=new IntersectionObserver(h=>{let[C]=h;C.isIntersecting&&o&&!s&&!g.current&&(g.current=true,Promise.resolve(n()).finally(()=>{g.current=false;}));},{root:u?null:b.current,rootMargin:d||`${c}px`,threshold:0});return y.observe(w),()=>{y.disconnect();}},[o,s,n,c,d,u]);let v=jsxRuntime.jsx("div",{className:i(Qi({size:r})),children:jsxRuntime.jsx(lucideReact.Loader2,{className:"h-6 w-6 animate-spin text-muted-foreground"})});return jsxRuntime.jsxs("div",{ref:b,className:i(Sg({variant:t,className:e})),...f,children:[a,jsxRuntime.jsx("div",{ref:x,className:"h-px w-full"}),s&&(l||v),!o&&!s&&m&&jsxRuntime.jsx("div",{className:i(Qi({size:r}),"text-muted-foreground text-sm"),children:m})]})});Hg.displayName="InfiniteScroll";var An=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("span",{ref:r,className:i("absolute h-px w-px p-0 -m-px overflow-hidden whitespace-nowrap border-0","[clip:rect(0,0,0,0)]",e),...t}));An.displayName="VisuallyHidden";var Ig={opaque:"bg-black/80",blur:"bg-black/50 backdrop-blur-sm",transparent:"bg-transparent"},WC={auto:"top-[50%] translate-y-[-50%]",center:"top-[50%] translate-y-[-50%]",top:"top-4 translate-y-0",bottom:"top-auto bottom-4 translate-y-0","top-center":"top-[20%] translate-y-0","bottom-center":"top-auto bottom-[20%] translate-y-0"},Ag=classVarianceAuthority.cva("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"),el=classVarianceAuthority.cva("fixed left-[50%] z-50 grid translate-x-[-50%] gap-4 border bg-background p-6 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 sm:rounded-lg",{variants:{size:{xs:"w-full max-w-xs",sm:"w-full max-w-sm",md:"w-full max-w-md",lg:"w-full max-w-lg",xl:"w-full max-w-xl","2xl":"w-full max-w-2xl","3xl":"w-full max-w-3xl","4xl":"w-full max-w-4xl","5xl":"w-full max-w-5xl",full:"w-[calc(100vw-2rem)] h-[calc(100vh-2rem)] max-w-none"}},defaultVariants:{size:"md"}}),ss=$__namespace.createContext(null),va=()=>{let e=$__namespace.useContext(ss);if(!e)throw new Error("Modal components must be used within a Modal");return e},Bg=$__namespace.forwardRef(({open:e,onOpenChange:t,trigger:r,title:a="Modal",children:n,hideCloseButton:o=false,isDismissable:s=true,isKeyboardDismissDisabled:l=false,backdrop:c="opaque",placement:d="center",scrollBehavior:u="inside",size:m,className:f},p)=>{let[b,x]=$__namespace.useState(false),g=e!==void 0,v=g?e:b,[w,y]=$__namespace.useState(false),h=$__namespace.useRef(null),C=$__namespace.useId(),R=$__namespace.useId();$__namespace.useEffect(()=>{y(true);},[]);let T=$__namespace.useCallback(P=>{g||x(P),t?.(P);},[g,t]);$__namespace.useEffect(()=>(v&&(document.body.style.overflow="hidden"),()=>{document.body.style.overflow="";}),[v]),$__namespace.useEffect(()=>{if(!v||l)return;let P=k=>{k.key==="Escape"&&T(false);};return document.addEventListener("keydown",P),()=>document.removeEventListener("keydown",P)},[v,l,T]);let M=P=>{s&&P.target===P.currentTarget&&T(false);},E=r?$__namespace.isValidElement(r)?$__namespace.cloneElement(r,{onClick:P=>{r.props.onClick?.(P),T(true);}}):jsxRuntime.jsx("button",{type:"button",onClick:()=>T(true),children:r}):null,N=()=>!w||!v?null:u==="outside"?No__namespace.createPortal(jsxRuntime.jsx("div",{"data-state":v?"open":"closed",className:i(Ag(),Ig[c],"overflow-y-auto flex items-start justify-center py-4"),onClick:M,children:jsxRuntime.jsxs("div",{ref:P=>{h.current=P,typeof p=="function"?p(P):p&&(p.current=P);},role:"dialog","aria-modal":"true","aria-labelledby":C,"aria-describedby":R,"data-state":v?"open":"closed",className:i("relative z-50 grid gap-4 border bg-background p-6 shadow-lg sm:rounded-lg dark:border-0",m==="xs"&&"w-full max-w-xs",m==="sm"&&"w-full max-w-sm",m==="md"&&"w-full max-w-md",m==="lg"&&"w-full max-w-lg",m==="xl"&&"w-full max-w-xl",m==="2xl"&&"w-full max-w-2xl",m==="3xl"&&"w-full max-w-3xl",m==="4xl"&&"w-full max-w-4xl",m==="5xl"&&"w-full max-w-5xl",m==="full"&&"w-[calc(100vw-2rem)] min-h-[calc(100vh-2rem)]",!m&&"w-full max-w-md",f),children:[jsxRuntime.jsx(An,{children:jsxRuntime.jsx("h2",{id:C,children:a})}),n,!o&&jsxRuntime.jsx(ar,{variant:"light",className:"absolute right-4 top-4 z-10",onClick:()=>T(false)})]})}),document.body):No__namespace.createPortal(jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{"data-state":v?"open":"closed",className:i(Ag(),Ig[c]),onClick:M,"aria-hidden":"true"}),jsxRuntime.jsxs("div",{ref:P=>{h.current=P,typeof p=="function"?p(P):p&&(p.current=P);},role:"dialog","aria-modal":"true","aria-labelledby":C,"aria-describedby":R,"data-state":v?"open":"closed",className:i(el({size:m}),WC[d],"dark:border-0 max-h-[calc(100vh-2rem)] !flex !flex-col overflow-hidden gap-4",f),children:[jsxRuntime.jsx(An,{children:jsxRuntime.jsx("h2",{id:C,children:a})}),n,!o&&jsxRuntime.jsx(ar,{variant:"light",className:"absolute right-4 top-4 z-10",onClick:()=>T(false)})]})]}),document.body);return jsxRuntime.jsxs(ss.Provider,{value:{open:v,onOpenChange:T,scrollBehavior:u,titleId:C,descriptionId:R},children:[E,N()]})});Bg.displayName="Modal";var Og=({children:e,open:t,defaultOpen:r=false,onOpenChange:a,scrollBehavior:n="inside"})=>{let[o,s]=$__namespace.useState(r),l=t!==void 0,c=l?t:o,d=$__namespace.useId(),u=$__namespace.useId(),m=$__namespace.useCallback(f=>{l||s(f),a?.(f);},[l,a]);return jsxRuntime.jsx(ss.Provider,{value:{open:c,onOpenChange:m,scrollBehavior:n,titleId:d,descriptionId:u},children:e})};Og.displayName="ModalRoot";var Fg=$__namespace.forwardRef(({asChild:e,children:t,onClick:r,...a},n)=>{let{onOpenChange:o}=va(),s=l=>{r?.(l),o(true);};return e&&$__namespace.isValidElement(t)?$__namespace.cloneElement(t,{ref:n,onClick:l=>{t.props.onClick?.(l),o(true);},...a}):jsxRuntime.jsx("button",{ref:n,type:"button",onClick:s,...a,children:t})});Fg.displayName="ModalTrigger";var tl=({children:e,container:t})=>{let[r,a]=$__namespace.useState(false);return $__namespace.useEffect(()=>{a(true);},[]),r?No__namespace.createPortal(e,t||document.body):null};tl.displayName="ModalPortal";var rl=$__namespace.forwardRef(({className:e,...t},r)=>{let{open:a,onOpenChange:n}=va();return a?jsxRuntime.jsx("div",{ref:r,"data-state":a?"open":"closed",className:i("fixed inset-0 z-50 bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",e),onClick:()=>n(false),"aria-hidden":"true",...t}):null});rl.displayName="ModalOverlay";var al=$__namespace.forwardRef(({asChild:e,children:t,onClick:r,...a},n)=>{let{onOpenChange:o}=va(),s=l=>{r?.(l),o(false);};return e&&$__namespace.isValidElement(t)?$__namespace.cloneElement(t,{ref:n,onClick:l=>{t.props.onClick?.(l),o(false);},...a}):jsxRuntime.jsx("button",{ref:n,type:"button",onClick:s,...a,children:t})});al.displayName="ModalClose";var Gg=$__namespace.forwardRef(({className:e,children:t,size:r,showCloseButton:a=true,onEscapeKeyDown:n,onInteractOutside:o,...s},l)=>{let{open:c,onOpenChange:d,titleId:u,descriptionId:m}=va(),[f,p]=$__namespace.useState(false);return $__namespace.useEffect(()=>{p(true);},[]),$__namespace.useEffect(()=>(c&&(document.body.style.overflow="hidden"),()=>{document.body.style.overflow="";}),[c]),$__namespace.useEffect(()=>{if(!c)return;let b=x=>{x.key==="Escape"&&(n?.(),d(false));};return document.addEventListener("keydown",b),()=>document.removeEventListener("keydown",b)},[c,d,n]),!f||!c?null:jsxRuntime.jsxs(tl,{children:[jsxRuntime.jsx(rl,{}),jsxRuntime.jsxs("div",{ref:l,role:"dialog","aria-modal":"true","aria-labelledby":u,"aria-describedby":m,"data-state":c?"open":"closed",className:i(el({size:r}),"top-[50%] translate-y-[-50%]",e),...s,children:[t,a&&jsxRuntime.jsx(al,{asChild:true,children:jsxRuntime.jsx(ar,{variant:"light",className:"absolute right-4 top-4 z-10"})})]})]})});Gg.displayName="ModalContent";var $g=({className:e,...t})=>jsxRuntime.jsx("div",{className:i("flex-shrink-0 flex flex-col space-y-1.5 text-center sm:text-left",e),...t});$g.displayName="ModalHeader";var Kg=({className:e,children:t})=>($__namespace.useContext(ss)?.scrollBehavior??"inside")==="inside"?jsxRuntime.jsx(ke,{className:i("flex-1 min-h-0 -mx-6 px-6",e),children:t}):jsxRuntime.jsx("div",{className:i(e),children:t});Kg.displayName="ModalBody";var _g=({className:e,children:t,...r})=>{let{onOpenChange:a}=va();return jsxRuntime.jsx("div",{className:i("flex-shrink-0 flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2",e),...r,children:$__namespace.Children.map(t,n=>$__namespace.isValidElement(n)?$__namespace.cloneElement(n,{onClick:o=>{n.props.onClick?.(o),a(false);}}):n)})};_g.displayName="ModalFooter";var Wg=$__namespace.forwardRef(({className:e,...t},r)=>{let{titleId:a}=va();return jsxRuntime.jsx("h2",{ref:r,id:a,className:i("text-lg font-semibold leading-none tracking-tight",e),...t})});Wg.displayName="ModalTitle";var jg=$__namespace.forwardRef(({className:e,...t},r)=>{let{descriptionId:a}=va();return jsxRuntime.jsx("p",{ref:r,id:a,className:i("text-sm text-muted-foreground",e),...t})});jg.displayName="ModalDescription";var Xg=classVarianceAuthority.cva("h-10 w-10 rounded-full p-2",{variants:{variant:{default:"bg-muted text-foreground",danger:"bg-danger/10 text-danger",warning:"bg-warning/10 text-warning",success:"bg-success/10 text-success",info:"bg-info/10 text-info"}},defaultVariants:{variant:"default"}}),JC=classVarianceAuthority.cva("",{variants:{variant:{default:"",danger:"bg-danger text-danger-foreground hover:bg-danger/90",warning:"bg-warning text-warning-foreground hover:bg-warning/90",success:"bg-success text-success-foreground hover:bg-success/90",info:"bg-info text-info-foreground hover:bg-info/90"}},defaultVariants:{variant:"default"}}),QC=$__namespace.createContext(null),eN={default:lucideReact.HelpCircle,danger:lucideReact.XCircle,warning:lucideReact.AlertTriangle,success:lucideReact.CheckCircle,info:lucideReact.Info},nl=$__namespace.forwardRef(({open:e,onOpenChange:t,trigger:r,title:a,description:n,confirmText:o="Confirm",cancelText:s="Cancel",onConfirm:l,onCancel:c,showIcon:d=true,icon:u,variant:m="default",loading:f=false,disabled:p=false,className:b},x)=>{let[g,v]=$__namespace.useState(false),[w,y]=$__namespace.useState(false),[h,C]=$__namespace.useState(false),R=e!==void 0,T=R?e:g,M=eN[m||"default"],E=$__namespace.useId(),N=$__namespace.useId();$__namespace.useEffect(()=>{C(true);},[]);let P=$__namespace.useCallback(I=>{R||v(I),t?.(I);},[R,t]);$__namespace.useEffect(()=>(T&&(document.body.style.overflow="hidden"),()=>{document.body.style.overflow="";}),[T]);let k=async()=>{if(l){let I=l();if(I instanceof Promise){y(true);try{await I;}finally{y(false);}}}P(false);},L=()=>{c?.(),P(false);},H=f||w,S=r?$__namespace.isValidElement(r)?$__namespace.cloneElement(r,{onClick:I=>{r.props.onClick?.(I),P(true);}}):jsxRuntime.jsx("button",{type:"button",onClick:()=>P(true),children:r}):null,D=()=>!h||!T?null:No__namespace.createPortal(jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{"data-state":T?"open":"closed",className:"fixed inset-0 z-50 bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0","aria-hidden":"true"}),jsxRuntime.jsxs("div",{ref:x,role:"alertdialog","aria-modal":"true","aria-labelledby":E,"aria-describedby":n?N:void 0,"data-state":T?"open":"closed",className:i("fixed left-[50%] top-[50%] z-50 grid w-full max-w-md translate-x-[-50%] translate-y-[-50%] gap-4 border bg-background p-6 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-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-lg",b),children:[jsxRuntime.jsxs("div",{className:"flex flex-col items-center gap-4 sm:flex-row sm:items-start",children:[d&&jsxRuntime.jsx("div",{className:i(Xg({variant:m})),children:u||jsxRuntime.jsx(M,{className:"h-6 w-6"})}),jsxRuntime.jsxs("div",{className:"flex flex-col space-y-2 text-center sm:text-left",children:[jsxRuntime.jsx("h2",{id:E,className:"text-lg font-semibold",children:a}),n&&jsxRuntime.jsx("p",{id:N,className:"text-sm text-muted-foreground",children:n})]})]}),jsxRuntime.jsxs("div",{className:"flex flex-col-reverse gap-2 sm:flex-row sm:justify-end",children:[jsxRuntime.jsx("button",{type:"button",className:i(er({variant:"bordered"})),onClick:L,disabled:H,children:s}),jsxRuntime.jsx("button",{type:"button",className:i(er(),JC({variant:m}),H&&"opacity-50 cursor-not-allowed"),onClick:k,disabled:p||H,children:H?jsxRuntime.jsxs("span",{className:"flex items-center gap-2",children:[jsxRuntime.jsxs("svg",{className:"h-4 w-4 animate-spin",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",children:[jsxRuntime.jsx("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),jsxRuntime.jsx("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})]}),"Loading..."]}):o})]})]})]}),document.body);return jsxRuntime.jsxs(QC.Provider,{value:{open:T,onOpenChange:P,titleId:E,descriptionId:N},children:[S,D()]})});nl.displayName="ConfirmDialog";function tN(){let[e,t]=$__namespace.useState({open:false,options:null,resolve:null}),r=$__namespace.useCallback(l=>new Promise(c=>{t({open:true,options:l,resolve:c});}),[]),a=$__namespace.useCallback(()=>{e.resolve?.(true),t({open:false,options:null,resolve:null});},[e.resolve]),n=$__namespace.useCallback(()=>{e.resolve?.(false),t({open:false,options:null,resolve:null});},[e.resolve]),o=$__namespace.useCallback(l=>{l||(e.resolve?.(false),t({open:false,options:null,resolve:null}));},[e.resolve]),s=$__namespace.useMemo(()=>e.options?jsxRuntime.jsx(nl,{open:e.open,onOpenChange:o,title:e.options.title,description:e.options.description,confirmText:e.options.confirmText,cancelText:e.options.cancelText,variant:e.options.variant,onConfirm:a,onCancel:n}):null,[e,a,n,o]);return {confirm:r,ConfirmDialog:s}}var mN=e=>e.map(t=>typeof t=="string"?{src:t}:t),ol=$__namespace.forwardRef(({images:e,open:t,onOpenChange:r,initialIndex:a=0,onIndexChange:n,trigger:o,showThumbnails:s=true,showZoom:l=true,showRotate:c=true,showDownload:d=true,showFullscreen:u=true,showNavigation:m=true,showCounter:f=true,closeOnBackdropClick:p=true,className:b},x)=>{let g=$__namespace.useMemo(()=>mN(e),[e]),[v,w]=$__namespace.useState(a),[y,h]=$__namespace.useState(1),[C,R]=$__namespace.useState(0),[T,M]=$__namespace.useState(false),[E,N]=$__namespace.useState(false),[P,k]=$__namespace.useState({x:0,y:0}),[L,H]=$__namespace.useState({x:0,y:0}),[S,D]=$__namespace.useState(false),I=$__namespace.useRef(null),A=g[v];$__namespace.useEffect(()=>{D(true);},[]),$__namespace.useEffect(()=>{w(a);},[a]),$__namespace.useEffect(()=>{n?.(v);},[v,n]),$__namespace.useEffect(()=>{h(1),R(0),k({x:0,y:0});},[v]),$__namespace.useEffect(()=>(t&&(document.body.style.overflow="hidden"),()=>{document.body.style.overflow="";}),[t]);let F=$__namespace.useCallback(()=>{w(oe=>oe>0?oe-1:g.length-1);},[g.length]),V=$__namespace.useCallback(()=>{w(oe=>oe<g.length-1?oe+1:0);},[g.length]),O=()=>{h(oe=>Math.min(oe+.5,4));},B=()=>{h(oe=>{let Nt=Math.max(oe-.5,.5);return Nt===1&&k({x:0,y:0}),Nt});},te=()=>{R(oe=>(oe+90)%360);},ae=async()=>{if(A)try{let Nt=await(await fetch(A.src)).blob(),to=URL.createObjectURL(Nt),ra=document.createElement("a");ra.href=to,ra.download=A.alt||`image-${v+1}`,document.body.appendChild(ra),ra.click(),document.body.removeChild(ra),URL.revokeObjectURL(to);}catch{window.open(A.src,"_blank");}},G=async()=>{if(I.current)if(T)try{await document.exitFullscreen(),M(!1);}catch{}else try{await I.current.requestFullscreen(),M(!0);}catch{}},K=oe=>{y>1&&(N(true),H({x:oe.clientX-P.x,y:oe.clientY-P.y}));},ne=oe=>{E&&y>1&&k({x:oe.clientX-L.x,y:oe.clientY-L.y});},z=()=>{N(false);},J=()=>{r?.(false);},Z=oe=>{p&&oe.target===oe.currentTarget&&J();},ot=$__namespace.useCallback(oe=>{switch(oe.key){case "ArrowLeft":F();break;case "ArrowRight":V();break;case "Escape":r?.(false);break;case "+":case "=":O();break;case "-":B();break}},[F,V,r]);if($__namespace.useEffect(()=>{if(t)return window.addEventListener("keydown",ot),()=>window.removeEventListener("keydown",ot)},[t,ot]),$__namespace.useEffect(()=>{let oe=()=>{M(!!document.fullscreenElement);};return document.addEventListener("fullscreenchange",oe),()=>document.removeEventListener("fullscreenchange",oe)},[]),g.length===0)return null;let je=o?$__namespace.isValidElement(o)?$__namespace.cloneElement(o,{onClick:oe=>{o.props.onClick?.(oe),r?.(true);}}):jsxRuntime.jsx("button",{type:"button",onClick:()=>r?.(true),children:o}):null;return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[je,!S||!t?null:No__namespace.createPortal(jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"fixed inset-0 z-50 bg-black/90 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0","data-state":t?"open":"closed",onClick:Z}),jsxRuntime.jsxs("div",{ref:x,className:i("fixed inset-0 z-50 flex flex-col outline-none",b),children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between p-4 text-white",children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[f&&g.length>1&&jsxRuntime.jsxs("span",{className:"text-sm",children:[v+1," / ",g.length]}),A?.title&&jsxRuntime.jsx("span",{className:"ml-4 text-sm font-medium",children:A.title})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-1",children:[l&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("button",{onClick:B,className:"rounded-full p-2 hover:bg-white/10 transition-colors",title:"Zoom out",children:jsxRuntime.jsx(lucideReact.ZoomOut,{className:"h-5 w-5"})}),jsxRuntime.jsxs("span",{className:"min-w-[3rem] text-center text-sm",children:[Math.round(y*100),"%"]}),jsxRuntime.jsx("button",{onClick:O,className:"rounded-full p-2 hover:bg-white/10 transition-colors",title:"Zoom in",children:jsxRuntime.jsx(lucideReact.ZoomIn,{className:"h-5 w-5"})})]}),c&&jsxRuntime.jsx("button",{onClick:te,className:"rounded-full p-2 hover:bg-white/10 transition-colors",title:"Rotate",children:jsxRuntime.jsx(lucideReact.RotateCw,{className:"h-5 w-5"})}),d&&jsxRuntime.jsx("button",{onClick:ae,className:"rounded-full p-2 hover:bg-white/10 transition-colors",title:"Download",children:jsxRuntime.jsx(lucideReact.Download,{className:"h-5 w-5"})}),u&&jsxRuntime.jsx("button",{onClick:G,className:"rounded-full p-2 hover:bg-white/10 transition-colors",title:T?"Exit fullscreen":"Fullscreen",children:T?jsxRuntime.jsx(lucideReact.Minimize2,{className:"h-5 w-5"}):jsxRuntime.jsx(lucideReact.Maximize2,{className:"h-5 w-5"})}),jsxRuntime.jsxs("button",{onClick:J,className:"rounded-full p-2 hover:bg-white/10 transition-colors ml-2",children:[jsxRuntime.jsx(lucideReact.X,{className:"h-5 w-5"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Close"})]})]})]}),jsxRuntime.jsxs("div",{ref:I,className:"relative flex-1 flex items-center justify-center overflow-hidden",onMouseDown:K,onMouseMove:ne,onMouseUp:z,onMouseLeave:z,children:[m&&g.length>1&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("button",{onClick:F,className:"absolute left-4 z-10 rounded-full bg-black/50 p-3 text-white hover:bg-black/70 transition-colors",children:jsxRuntime.jsx(lucideReact.ChevronLeft,{className:"h-6 w-6"})}),jsxRuntime.jsx("button",{onClick:V,className:"absolute right-4 z-10 rounded-full bg-black/50 p-3 text-white hover:bg-black/70 transition-colors",children:jsxRuntime.jsx(lucideReact.ChevronRight,{className:"h-6 w-6"})})]}),jsxRuntime.jsx("img",{src:A?.src,alt:A?.alt||"",className:i("max-h-full max-w-full object-contain transition-transform duration-200",E?"cursor-grabbing":y>1?"cursor-grab":""),style:{transform:`translate(${P.x}px, ${P.y}px) scale(${y}) rotate(${C}deg)`},draggable:false})]}),A?.description&&jsxRuntime.jsx("div",{className:"p-4 text-center text-white text-sm",children:A.description}),s&&g.length>1&&jsxRuntime.jsx("div",{className:"flex justify-center gap-2 p-4 overflow-x-auto",children:g.map((oe,Nt)=>jsxRuntime.jsx("button",{onClick:()=>w(Nt),className:i("h-16 w-16 flex-shrink-0 overflow-hidden rounded border-2 transition-all",v===Nt?"border-white opacity-100":"border-transparent opacity-50 hover:opacity-75"),children:jsxRuntime.jsx("img",{src:oe.src,alt:oe.alt||`Thumbnail ${Nt+1}`,className:"h-full w-full object-cover"})},Nt))})]})]}),document.body)]})});ol.displayName="ImageViewer";var Zg=({children:e,images:t,index:r=0,className:a})=>{let[n,o]=$__namespace.useState(false);return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("button",{onClick:()=>o(true),className:i("cursor-zoom-in",a),children:e}),jsxRuntime.jsx(ol,{images:t,open:n,onOpenChange:o,initialIndex:r})]})};Zg.displayName="ImageViewerTrigger";var Qg=classVarianceAuthority.cva("inline-flex items-center justify-center rounded-md transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50",{variants:{variant:{solid:"bg-primary text-primary-foreground hover:bg-primary/90",outline:"border border-input bg-background hover:bg-accent hover:text-accent-foreground",ghost:"hover:bg-accent hover:text-accent-foreground",soft:"bg-primary/10 text-primary hover:bg-primary/20",surface:"bg-muted hover:bg-muted/80"},size:{sm:"h-7 w-7",md:"h-9 w-9",lg:"h-11 w-11"},color:{default:"",primary:"",secondary:"",success:"",warning:"",danger:""},radius:{none:"rounded-none",sm:"rounded-sm",md:"rounded-md",lg:"rounded-lg",full:"rounded-full"}},compoundVariants:[{variant:"solid",color:"primary",className:"bg-primary text-primary-foreground hover:bg-primary/90"},{variant:"solid",color:"secondary",className:"bg-secondary text-secondary-foreground hover:bg-secondary/90"},{variant:"solid",color:"success",className:"bg-success text-success-foreground hover:bg-success/90"},{variant:"solid",color:"warning",className:"bg-warning text-warning-foreground hover:bg-warning/90"},{variant:"solid",color:"danger",className:"bg-danger text-danger-foreground hover:bg-danger/90"},{variant:"soft",color:"primary",className:"bg-primary/10 text-primary hover:bg-primary/20"},{variant:"soft",color:"secondary",className:"bg-secondary/10 text-secondary-foreground hover:bg-secondary/20"},{variant:"soft",color:"success",className:"bg-success/10 text-success hover:bg-success/20"},{variant:"soft",color:"warning",className:"bg-warning/10 text-warning hover:bg-warning/20"},{variant:"soft",color:"danger",className:"bg-danger/10 text-danger hover:bg-danger/20"},{variant:"outline",color:"primary",className:"border-primary text-primary hover:bg-primary/10"},{variant:"outline",color:"success",className:"border-success text-success hover:bg-success/10"},{variant:"outline",color:"warning",className:"border-warning text-warning hover:bg-warning/10"},{variant:"outline",color:"danger",className:"border-danger text-danger hover:bg-danger/10"}],defaultVariants:{variant:"ghost",size:"md",color:"default",radius:"md"}}),eb=$__namespace.forwardRef(({className:e,variant:t,size:r,color:a,radius:n,loading:o,disabled:s,children:l,...c},d)=>jsxRuntime.jsx("button",{ref:d,type:"button",className:i(Qg({variant:t,size:r,color:a,radius:n}),e),disabled:s||o,...c,children:o?jsxRuntime.jsxs("svg",{className:"animate-spin",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",style:{width:"1em",height:"1em"},children:[jsxRuntime.jsx("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),jsxRuntime.jsx("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})]}):l}));eb.displayName="ActionIcon";var ab=({children:e,container:t,disabled:r=false})=>{let[a,n]=$__namespace.useState(false);if($__namespace.useEffect(()=>{n(true);},[]),r||!a)return jsxRuntime.jsx(jsxRuntime.Fragment,{children:e});let o=null;return typeof t=="string"?o=document.querySelector(t):t instanceof Element?o=t:o=document.body,o?No.createPortal(e,o):jsxRuntime.jsx(jsxRuntime.Fragment,{children:e})};ab.displayName="Portal";var nb=classVarianceAuthority.cva("absolute rounded-full border-2 border-background",{variants:{color:{default:"bg-muted-foreground",primary:"bg-primary",secondary:"bg-secondary",success:"bg-success",warning:"bg-warning",danger:"bg-danger"},size:{sm:"h-2 w-2",md:"h-2.5 w-2.5",lg:"h-3 w-3"},position:{"top-right":"top-0 right-0 -translate-y-1/3 translate-x-1/3","top-left":"top-0 left-0 -translate-y-1/3 -translate-x-1/3","bottom-right":"bottom-0 right-0 translate-y-1/3 translate-x-1/3","bottom-left":"bottom-0 left-0 translate-y-1/3 -translate-x-1/3"},ping:{true:"",false:""}},defaultVariants:{color:"primary",size:"md",position:"top-right",ping:false}}),ob=$__namespace.forwardRef(({className:e,color:t,size:r,position:a,ping:n,content:o,show:s=true,offset:l,style:c,...d},u)=>{if(!s)return null;let m=o!=null;return jsxRuntime.jsxs("span",{ref:u,className:i(nb({color:t,size:m?void 0:r,position:a,ping:n}),m&&"flex h-auto w-auto min-w-[1.25rem] items-center justify-center px-1 py-0.5 text-[10px] font-medium text-white",e),style:{...c,...l!==void 0&&{transform:`translate(${a?.includes("right")?l:-l}px, ${a?.includes("top")?-l:l}px)`}},...d,children:[n&&jsxRuntime.jsx("span",{className:i("absolute inline-flex h-full w-full animate-ping rounded-full opacity-75",t==="default"&&"bg-muted-foreground",t==="primary"&&"bg-primary",t==="secondary"&&"bg-secondary",t==="success"&&"bg-success",t==="warning"&&"bg-warning",t==="danger"&&"bg-danger")}),o]})});ob.displayName="Indicator";var sb=$__namespace.forwardRef(({className:e,children:t,...r},a)=>jsxRuntime.jsx("div",{ref:a,className:i("relative inline-flex",e),...r,children:t}));sb.displayName="IndicatorWrapper";var lb=classVarianceAuthority.cva("relative overflow-auto",{variants:{orientation:{vertical:"",horizontal:"",both:""},size:{sm:"",md:"",lg:""}},defaultVariants:{orientation:"vertical",size:"md"}}),cb=$__namespace.forwardRef(({className:e,orientation:t,size:r,hideScrollbar:a=false,shadowColor:n="rgba(0, 0, 0, 0.1)",children:o,...s},l)=>{let c=$__namespace.useRef(null),[d,u]=$__namespace.useState({top:false,bottom:false,left:false,right:false});$__namespace.useImperativeHandle(l,()=>c.current);let m=$__namespace.useCallback(()=>{let v=c.current;if(!v)return;let{scrollTop:w,scrollLeft:y,scrollHeight:h,scrollWidth:C,clientHeight:R,clientWidth:T}=v;u({top:w>0,bottom:w<h-R-1,left:y>0,right:y<C-T-1});},[]);$__namespace.useEffect(()=>{let v=c.current;if(v)return m(),v.addEventListener("scroll",m),window.addEventListener("resize",m),()=>{v.removeEventListener("scroll",m),window.removeEventListener("resize",m);}},[m]);let p={sm:"20px",md:"40px",lg:"60px"}[r??"md"],b=t==="vertical"||t==="both",x=t==="horizontal"||t==="both",g={maskImage:[b&&d.top&&`linear-gradient(to bottom, transparent, black ${p})`,b&&d.bottom&&`linear-gradient(to top, transparent, black ${p})`,x&&d.left&&`linear-gradient(to right, transparent, black ${p})`,x&&d.right&&`linear-gradient(to left, transparent, black ${p})`].filter(Boolean).join(", ")||void 0,maskComposite:"intersect",WebkitMaskComposite:"source-in"};return jsxRuntime.jsx("div",{ref:c,className:i(lb({orientation:t,size:r}),a&&"scrollbar-hide [&::-webkit-scrollbar]:hidden [-ms-overflow-style:none] [scrollbar-width:none]",e),style:g,...s,children:o})});cb.displayName="ScrollShadow";var db=classVarianceAuthority.cva("inline-flex items-center justify-center font-mono font-medium",{variants:{variant:{default:"rounded border border-border bg-muted text-muted-foreground shadow-sm",outline:"rounded border border-border text-foreground",ghost:"text-muted-foreground"},size:{sm:"min-w-[1.25rem] px-1 py-0.5 text-[10px]",md:"min-w-[1.5rem] px-1.5 py-0.5 text-xs",lg:"min-w-[2rem] px-2 py-1 text-sm"}},defaultVariants:{variant:"default",size:"md"}}),RN={cmd:"\u2318",command:"\u2318",meta:"\u2318",ctrl:"\u2303",control:"\u2303",alt:"\u2325",option:"\u2325",shift:"\u21E7",enter:"\u21B5",return:"\u21B5",backspace:"\u232B",delete:"\u2326",escape:"\u238B",esc:"\u238B",tab:"\u21E5",space:"\u2423",up:"\u2191",down:"\u2193",left:"\u2190",right:"\u2192",pageup:"\u21DE",pagedown:"\u21DF",home:"\u2912",end:"\u2913",capslock:"\u21EA"},wN={cmd:"meta",command:"meta",ctrl:"control",alt:"alt",option:"alt",shift:"shift",enter:"enter",return:"enter",backspace:"backspace",delete:"delete",escape:"escape",esc:"escape",tab:"tab",space:" ",up:"arrowup",down:"arrowdown",left:"arrowleft",right:"arrowright",pageup:"pageup",pagedown:"pagedown",home:"home",end:"end"},CN=e=>{let t=e.toLowerCase();return RN[t]||e.toUpperCase()},Bn=e=>{let t=e.toLowerCase();return wN[t]||t},ls=e=>{let t=Bn(e);return ["meta","control","alt","shift"].includes(t)},ub=$__namespace.forwardRef(({className:e,variant:t,size:r,keys:a,children:n,onPress:o,disabled:s,preventDefault:l=true,...c},d)=>{$__namespace.useEffect(()=>{if(!o||!a||s)return;let m=Array.isArray(a)?a:[a],f=m.filter(ls).map(Bn),p=m.filter(x=>!ls(x)).map(Bn),b=x=>{let g=f.includes("meta")===x.metaKey,v=f.includes("control")===x.ctrlKey,w=f.includes("alt")===x.altKey,y=f.includes("shift")===x.shiftKey,h=p.length===0||p.includes(x.key.toLowerCase());g&&v&&w&&y&&h&&(l&&x.preventDefault(),o(x));};return window.addEventListener("keydown",b),()=>window.removeEventListener("keydown",b)},[a,o,s,l]);let u=()=>a?(Array.isArray(a)?a:[a]).map((f,p)=>jsxRuntime.jsxs($__namespace.Fragment,{children:[p>0&&jsxRuntime.jsx("span",{className:"mx-0.5 text-muted-foreground",children:"+"}),jsxRuntime.jsx("span",{children:CN(f)})]},p)):n;return jsxRuntime.jsx("kbd",{ref:d,className:i(db({variant:t,size:r}),s&&"opacity-50",e),...c,children:u()})});ub.displayName="Kbd";function NN(e,t,r={}){let{disabled:a=false,preventDefault:n=true}=r;$__namespace.useEffect(()=>{if(a)return;let o=Array.isArray(e)?e:[e],s=o.filter(ls).map(Bn),l=o.filter(d=>!ls(d)).map(Bn),c=d=>{let u=s.includes("meta")===d.metaKey,m=s.includes("control")===d.ctrlKey,f=s.includes("alt")===d.altKey,p=s.includes("shift")===d.shiftKey,b=l.length===0||l.includes(d.key.toLowerCase());u&&m&&f&&p&&b&&(n&&d.preventDefault(),t(d));};return window.addEventListener("keydown",c),()=>window.removeEventListener("keydown",c)},[e,t,a,n]);}var pb=$__namespace.forwardRef(({className:e,size:t,axis:r="both",style:a,...n},o)=>{let s=typeof t=="number"?`${t}px`:t,l={...a,...t?{width:r==="vertical"?void 0:s,height:r==="horizontal"?void 0:s,minWidth:r==="vertical"?void 0:s,minHeight:r==="horizontal"?void 0:s,flexShrink:0}:{flex:"1 1 auto"}};return jsxRuntime.jsx("div",{ref:o,"aria-hidden":"true",className:i(e),style:l,...n})});pb.displayName="Spacer";var fb=classVarianceAuthority.cva("inline-flex items-center justify-center rounded-md transition-all focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50",{variants:{variant:{default:"hover:bg-muted",solid:"bg-muted hover:bg-muted/80",ghost:"hover:bg-accent hover:text-accent-foreground",outline:"border border-input hover:bg-accent hover:text-accent-foreground"},size:{sm:"h-7 w-7",md:"h-8 w-8",lg:"h-10 w-10"}},defaultVariants:{variant:"default",size:"md"}}),gb=$__namespace.forwardRef(({className:e,variant:t,size:r,value:a,successDuration:n=2e3,onCopySuccess:o,onCopyError:s,copyIcon:l,successIcon:c,...d},u)=>{let[m,f]=$__namespace.useState(false),p={sm:14,md:16,lg:20}[r??"md"],b=async()=>{try{await navigator.clipboard.writeText(a),f(!0),o?.(),setTimeout(()=>{f(!1);},n);}catch(x){s?.(x);}};return jsxRuntime.jsx("button",{ref:u,type:"button",className:i(fb({variant:t,size:r}),e),onClick:b,"aria-label":m?"Copied":"Copy to clipboard",...d,children:m?c??jsxRuntime.jsx(lucideReact.Check,{className:"text-success",style:{width:p,height:p}}):l??jsxRuntime.jsx(lucideReact.Copy,{style:{width:p,height:p}})})});gb.displayName="CopyButton";var vb=classVarianceAuthority.cva("flex flex-col bg-background",{variants:{variant:{default:"border rounded-lg",bordered:"border-2 rounded-lg",ghost:""},size:{sm:"text-xs",md:"text-sm",lg:"text-base"}},defaultVariants:{variant:"default",size:"md"}}),HN=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],VN=["Mon","Tue","Wed","Thu","Fri","Sat","Sun"];function IN(e,t,r){let a=new Date(e,t,1),n=new Date(e,t+1,0),o=[],s=a.getDay()-r;s<0&&(s+=7);for(let c=s-1;c>=0;c--)o.push(new Date(e,t,-c));for(let c=1;c<=n.getDate();c++)o.push(new Date(e,t,c));let l=42-o.length;for(let c=1;c<=l;c++)o.push(new Date(e,t+1,c));return o}function AN(e,t){let r=[],n=e.getDay()-t;n<0&&(n+=7);let o=new Date(e);o.setDate(e.getDate()-n);for(let s=0;s<7;s++){let l=new Date(o);l.setDate(o.getDate()+s),r.push(l);}return r}function us(e,t){return e.getFullYear()===t.getFullYear()&&e.getMonth()===t.getMonth()&&e.getDate()===t.getDate()}function ds(e){return us(e,new Date)}function bb(e,t){return e.filter(r=>{let a=new Date(r.start),n=new Date(r.end);return us(a,t)||us(n,t)||a<t&&n>t})}var hb=$__namespace.forwardRef(({className:e,variant:t,size:r,events:a=[],view:n="month",onViewChange:o,date:s,onDateChange:l,onEventClick:c,onSlotClick:d,weekStartsOn:u=0,locale:m="en-US",...f},p)=>{let[b,x]=$__namespace.useState(new Date),g=s??b,v=N=>{l?l(N):x(N);},w=u===1?VN:HN,y=()=>{let N=new Date(g);n==="month"?N.setMonth(N.getMonth()-1):n==="week"?N.setDate(N.getDate()-7):N.setDate(N.getDate()-1),v(N);},h=()=>{let N=new Date(g);n==="month"?N.setMonth(N.getMonth()+1):n==="week"?N.setDate(N.getDate()+7):N.setDate(N.getDate()+1),v(N);},C=()=>{v(new Date);},R=()=>n==="day"?g.toLocaleDateString(m,{weekday:"long",year:"numeric",month:"long",day:"numeric"}):g.toLocaleDateString(m,{year:"numeric",month:"long"}),T=()=>{let N=IN(g.getFullYear(),g.getMonth(),u);return jsxRuntime.jsxs("div",{className:"flex-1 flex flex-col",children:[jsxRuntime.jsx("div",{className:"grid grid-cols-7 border-b",children:w.map(P=>jsxRuntime.jsx("div",{className:"p-2 text-center font-medium text-muted-foreground",children:P},P))}),jsxRuntime.jsx("div",{className:"flex-1 grid grid-cols-7 grid-rows-6",children:N.map((P,k)=>{let L=bb(a,P),H=P.getMonth()===g.getMonth();return jsxRuntime.jsxs("div",{className:i("min-h-[80px] border-b border-r p-1 cursor-pointer hover:bg-accent/50 transition-colors",!H&&"bg-muted/30"),onClick:()=>d?.(P),children:[jsxRuntime.jsx("div",{className:i("flex items-center justify-center w-7 h-7 rounded-full text-sm mb-1",ds(P)&&"bg-primary text-primary-foreground",!H&&"text-muted-foreground"),children:P.getDate()}),jsxRuntime.jsxs("div",{className:"space-y-0.5",children:[L.slice(0,3).map(S=>jsxRuntime.jsx("div",{className:"text-xs px-1 py-0.5 rounded truncate cursor-pointer hover:opacity-80",style:{backgroundColor:S.color||"hsl(var(--primary))",color:"white"},onClick:D=>{D.stopPropagation(),c?.(S);},children:S.title},S.id)),L.length>3&&jsxRuntime.jsxs("div",{className:"text-xs text-muted-foreground px-1",children:["+",L.length-3," more"]})]})]},k)})})]})},M=()=>{let N=AN(g,u),P=Array.from({length:24},(k,L)=>L);return jsxRuntime.jsxs("div",{className:"flex-1 flex flex-col overflow-hidden",children:[jsxRuntime.jsxs("div",{className:"grid grid-cols-[60px_repeat(7,1fr)] border-b",children:[jsxRuntime.jsx("div",{className:"p-2"}),N.map((k,L)=>jsxRuntime.jsxs("div",{className:i("p-2 text-center border-l",ds(k)&&"bg-primary/10"),children:[jsxRuntime.jsx("div",{className:"text-xs text-muted-foreground",children:w[L]}),jsxRuntime.jsx("div",{className:i("text-lg font-semibold",ds(k)&&"text-primary"),children:k.getDate()})]},L))]}),jsxRuntime.jsx("div",{className:"flex-1 overflow-auto",children:jsxRuntime.jsx("div",{className:"grid grid-cols-[60px_repeat(7,1fr)]",children:P.map(k=>jsxRuntime.jsxs($__namespace.Fragment,{children:[jsxRuntime.jsxs("div",{className:"h-12 text-xs text-muted-foreground text-right pr-2 pt-0 border-b",children:[k.toString().padStart(2,"0"),":00"]}),N.map((L,H)=>{let S=new Date(L);S.setHours(k,0,0,0);let D=a.filter(I=>{let A=new Date(I.start);return us(A,L)&&A.getHours()===k});return jsxRuntime.jsx("div",{className:"h-12 border-b border-l cursor-pointer hover:bg-accent/50 relative",onClick:()=>d?.(S),children:D.map(I=>jsxRuntime.jsx("div",{className:"absolute inset-x-0.5 top-0.5 text-xs px-1 py-0.5 rounded truncate cursor-pointer",style:{backgroundColor:I.color||"hsl(var(--primary))",color:"white"},onClick:A=>{A.stopPropagation(),c?.(I);},children:I.title},I.id))},H)})]},k))})})]})},E=()=>{let N=Array.from({length:24},(k,L)=>L),P=bb(a,g);return jsxRuntime.jsxs("div",{className:"flex-1 flex flex-col overflow-hidden",children:[jsxRuntime.jsx("div",{className:"p-4 border-b text-center",children:jsxRuntime.jsx("div",{className:i("inline-flex items-center justify-center w-12 h-12 rounded-full text-2xl font-semibold",ds(g)&&"bg-primary text-primary-foreground"),children:g.getDate()})}),jsxRuntime.jsx("div",{className:"flex-1 overflow-auto",children:jsxRuntime.jsx("div",{className:"grid grid-cols-[60px_1fr]",children:N.map(k=>{let L=new Date(g);L.setHours(k,0,0,0);let H=P.filter(S=>new Date(S.start).getHours()===k);return jsxRuntime.jsxs($__namespace.Fragment,{children:[jsxRuntime.jsxs("div",{className:"h-12 text-xs text-muted-foreground text-right pr-2 pt-0 border-b",children:[k.toString().padStart(2,"0"),":00"]}),jsxRuntime.jsx("div",{className:"h-12 border-b border-l cursor-pointer hover:bg-accent/50 relative",onClick:()=>d?.(L),children:H.map(S=>jsxRuntime.jsx("div",{className:"absolute inset-x-1 top-0.5 text-xs px-2 py-1 rounded truncate cursor-pointer",style:{backgroundColor:S.color||"hsl(var(--primary))",color:"white"},onClick:D=>{D.stopPropagation(),c?.(S);},children:S.title},S.id))})]},k)})})})]})};return jsxRuntime.jsxs("div",{ref:p,className:i(vb({variant:t,size:r,className:e})),...f,children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between p-4 border-b",children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsx(U,{variant:"bordered",size:"sm",onClick:C,children:"Today"}),jsxRuntime.jsx(U,{variant:"ghost",size:"icon",onClick:y,children:jsxRuntime.jsx(lucideReact.ChevronLeft,{className:"h-4 w-4"})}),jsxRuntime.jsx(U,{variant:"ghost",size:"icon",onClick:h,children:jsxRuntime.jsx(lucideReact.ChevronRight,{className:"h-4 w-4"})}),jsxRuntime.jsx("h2",{className:"text-lg font-semibold ml-2",children:R()})]}),jsxRuntime.jsx("div",{className:"flex items-center gap-1 border rounded-lg p-1",children:["month","week","day"].map(N=>jsxRuntime.jsx(U,{variant:n===N?"solid":"ghost",size:"sm",onClick:()=>o?.(N),children:N.charAt(0).toUpperCase()+N.slice(1)},N))})]}),n==="month"&&T(),n==="week"&&M(),n==="day"&&E()]})});hb.displayName="FullCalendar";var Fn=classVarianceAuthority.cva("w-full",{variants:{size:{sm:"h-48",md:"h-64",lg:"h-96"}},defaultVariants:{size:"md"}}),Gn=["hsl(var(--primary))","hsl(var(--chart-1, 220 70% 50%))","hsl(var(--chart-2, 160 60% 45%))","hsl(var(--chart-3, 30 80% 55%))","hsl(var(--chart-4, 280 65% 60%))"],xb=$__namespace.forwardRef(({className:e,size:t,data:r,dataKeys:a,colors:n=Gn,showGrid:o=true,showLegend:s=true,showTooltip:l=true,xAxisKey:c="name",curveType:d="monotone",...u},m)=>jsxRuntime.jsx("div",{ref:m,className:i(Fn({size:t,className:e})),...u,children:jsxRuntime.jsx(recharts.ResponsiveContainer,{width:"100%",height:"100%",children:jsxRuntime.jsxs(recharts.LineChart,{data:r,children:[o&&jsxRuntime.jsx(recharts.CartesianGrid,{strokeDasharray:"3 3",className:"stroke-muted"}),jsxRuntime.jsx(recharts.XAxis,{dataKey:c,className:"text-xs fill-muted-foreground",tickLine:false,axisLine:false}),jsxRuntime.jsx(recharts.YAxis,{className:"text-xs fill-muted-foreground",tickLine:false,axisLine:false}),l&&jsxRuntime.jsx(recharts.Tooltip,{contentStyle:{backgroundColor:"hsl(var(--popover))",border:"1px solid hsl(var(--border))",borderRadius:"var(--radius)"},labelStyle:{color:"hsl(var(--popover-foreground))"}}),s&&jsxRuntime.jsx(recharts.Legend,{}),a.map((f,p)=>jsxRuntime.jsx(recharts.Line,{type:d,dataKey:f,stroke:n[p%n.length],strokeWidth:2,dot:{fill:n[p%n.length],strokeWidth:0},activeDot:{r:6}},f))]})})}));xb.displayName="LineChart";var yb=$__namespace.forwardRef(({className:e,size:t,data:r,dataKeys:a,colors:n=Gn,showGrid:o=true,showLegend:s=true,showTooltip:l=true,xAxisKey:c="name",stacked:d=false,layout:u="horizontal",...m},f)=>jsxRuntime.jsx("div",{ref:f,className:i(Fn({size:t,className:e})),...m,children:jsxRuntime.jsx(recharts.ResponsiveContainer,{width:"100%",height:"100%",children:jsxRuntime.jsxs(recharts.BarChart,{data:r,layout:u,children:[o&&jsxRuntime.jsx(recharts.CartesianGrid,{strokeDasharray:"3 3",className:"stroke-muted"}),jsxRuntime.jsx(recharts.XAxis,{dataKey:u==="horizontal"?c:void 0,type:u==="horizontal"?"category":"number",className:"text-xs fill-muted-foreground",tickLine:false,axisLine:false}),jsxRuntime.jsx(recharts.YAxis,{dataKey:u==="vertical"?c:void 0,type:u==="vertical"?"category":"number",className:"text-xs fill-muted-foreground",tickLine:false,axisLine:false}),l&&jsxRuntime.jsx(recharts.Tooltip,{contentStyle:{backgroundColor:"hsl(var(--popover))",border:"1px solid hsl(var(--border))",borderRadius:"var(--radius)"},labelStyle:{color:"hsl(var(--popover-foreground))"}}),s&&jsxRuntime.jsx(recharts.Legend,{}),a.map((p,b)=>jsxRuntime.jsx(recharts.Bar,{dataKey:p,fill:n[b%n.length],stackId:d?"stack":void 0,radius:[4,4,0,0]},p))]})})}));yb.displayName="BarChart";var Rb=$__namespace.forwardRef(({className:e,size:t,data:r,dataKey:a="value",nameKey:n="name",colors:o=Gn,innerRadius:s=0,outerRadius:l=80,showLegend:c=true,showTooltip:d=true,showLabels:u=false,...m},f)=>jsxRuntime.jsx("div",{ref:f,className:i(Fn({size:t,className:e})),...m,children:jsxRuntime.jsx(recharts.ResponsiveContainer,{width:"100%",height:"100%",children:jsxRuntime.jsxs(recharts.PieChart,{children:[d&&jsxRuntime.jsx(recharts.Tooltip,{contentStyle:{backgroundColor:"hsl(var(--popover))",border:"1px solid hsl(var(--border))",borderRadius:"var(--radius)"}}),c&&jsxRuntime.jsx(recharts.Legend,{}),jsxRuntime.jsx(recharts.Pie,{data:r,dataKey:a,nameKey:n,cx:"50%",cy:"50%",innerRadius:s,outerRadius:l,label:u,labelLine:u,children:r.map((p,b)=>jsxRuntime.jsx(recharts.Cell,{fill:o[b%o.length]},`cell-${b}`))})]})})}));Rb.displayName="PieChart";var wb=$__namespace.forwardRef(({className:e,size:t,data:r,dataKeys:a,colors:n=Gn,showGrid:o=true,showLegend:s=true,showTooltip:l=true,xAxisKey:c="name",stacked:d=false,curveType:u="monotone",...m},f)=>jsxRuntime.jsx("div",{ref:f,className:i(Fn({size:t,className:e})),...m,children:jsxRuntime.jsx(recharts.ResponsiveContainer,{width:"100%",height:"100%",children:jsxRuntime.jsxs(recharts.AreaChart,{data:r,children:[o&&jsxRuntime.jsx(recharts.CartesianGrid,{strokeDasharray:"3 3",className:"stroke-muted"}),jsxRuntime.jsx(recharts.XAxis,{dataKey:c,className:"text-xs fill-muted-foreground",tickLine:false,axisLine:false}),jsxRuntime.jsx(recharts.YAxis,{className:"text-xs fill-muted-foreground",tickLine:false,axisLine:false}),l&&jsxRuntime.jsx(recharts.Tooltip,{contentStyle:{backgroundColor:"hsl(var(--popover))",border:"1px solid hsl(var(--border))",borderRadius:"var(--radius)"},labelStyle:{color:"hsl(var(--popover-foreground))"}}),s&&jsxRuntime.jsx(recharts.Legend,{}),a.map((p,b)=>jsxRuntime.jsx(recharts.Area,{type:u,dataKey:p,stroke:n[b%n.length],fill:n[b%n.length],fillOpacity:.3,stackId:d?"stack":void 0},p))]})})}));wb.displayName="AreaChart";var Mb=classVarianceAuthority.cva("flex gap-4 overflow-x-auto p-4",{variants:{variant:{default:"bg-muted/30",bordered:"border rounded-lg bg-background",ghost:""}},defaultVariants:{variant:"default"}}),Tb=classVarianceAuthority.cva("flex flex-col min-w-[280px] w-[280px] rounded-lg",{variants:{variant:{default:"bg-muted/50",bordered:"border bg-background",ghost:"bg-transparent"}},defaultVariants:{variant:"default"}}),fl=classVarianceAuthority.cva("rounded-lg p-3 cursor-grab active:cursor-grabbing transition-all",{variants:{variant:{default:"bg-background border shadow-sm hover:shadow-md",bordered:"border-2 bg-background hover:border-primary/50",ghost:"bg-muted/50 hover:bg-muted"},isDragging:{true:"opacity-50 scale-[1.02] shadow-lg",false:""}},defaultVariants:{variant:"default",isDragging:false}});function oM({card:e,columnId:t,variant:r,renderCard:a,onCardClick:n}){let{attributes:o,listeners:s,setNodeRef:l,transform:c,transition:d,isDragging:u}=sortable.useSortable({id:e.id,data:{columnId:t}}),m={transform:utilities.CSS.Transform.toString(c),transition:d};return jsxRuntime.jsx("div",{ref:l,style:m,className:i(fl({variant:r,isDragging:u})),onClick:()=>n?.(e,t),...o,...s,children:a?a(e,t):jsxRuntime.jsxs("div",{className:"flex items-start gap-2",children:[jsxRuntime.jsx(lucideReact.GripVertical,{className:"h-4 w-4 text-muted-foreground flex-shrink-0 mt-0.5"}),jsxRuntime.jsxs("div",{className:"flex-1 min-w-0",children:[jsxRuntime.jsx("p",{className:"font-medium text-sm truncate",children:e.title}),e.description&&jsxRuntime.jsx("p",{className:"text-xs text-muted-foreground mt-1 line-clamp-2",children:e.description})]})]})})}function sM({column:e,variant:t,renderCard:r,onCardClick:a,onAddCard:n,showAddCard:o,columnHeight:s}){return jsxRuntime.jsxs("div",{className:i(Tb({variant:t})),children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between p-3 border-b",children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[e.color&&jsxRuntime.jsx("div",{className:"w-3 h-3 rounded-full",style:{backgroundColor:e.color}}),jsxRuntime.jsx("h3",{className:"font-semibold text-sm",children:e.title}),jsxRuntime.jsx("span",{className:"text-xs text-muted-foreground bg-muted px-2 py-0.5 rounded-full",children:e.cards.length})]}),o&&jsxRuntime.jsx(U,{variant:"ghost",size:"icon",className:"h-7 w-7",onClick:()=>n?.(e.id),children:jsxRuntime.jsx(lucideReact.Plus,{className:"h-4 w-4"})})]}),jsxRuntime.jsx(ke,{style:{height:s},children:jsxRuntime.jsxs("div",{className:"p-2 space-y-2",children:[jsxRuntime.jsx(sortable.SortableContext,{items:e.cards.map(l=>l.id),strategy:sortable.verticalListSortingStrategy,children:e.cards.map(l=>jsxRuntime.jsx(oM,{card:l,columnId:e.id,variant:t,renderCard:r,onCardClick:a},l.id))}),e.cards.length===0&&jsxRuntime.jsx("div",{className:"h-20 border-2 border-dashed rounded-lg flex items-center justify-center text-muted-foreground text-sm",children:"Drop here"})]})})]})}var Pb=$__namespace.forwardRef(({className:e,variant:t,columns:r,onCardMove:a,onCardClick:n,onAddCard:o,renderCard:s,showAddCard:l=true,columnHeight:c=500,...d},u)=>{let[m,f]=$__namespace.useState(null),[p,b]=$__namespace.useState(null),x=core.useSensors(core.useSensor(core.PointerSensor,{activationConstraint:{distance:8}}),core.useSensor(core.KeyboardSensor,{coordinateGetter:sortable.sortableKeyboardCoordinates})),g=h=>r.find(C=>C.cards.some(R=>R.id===h));return jsxRuntime.jsxs(core.DndContext,{sensors:x,collisionDetection:core.closestCorners,onDragStart:h=>{let{active:C}=h,R=g(C.id);if(R){let T=R.cards.find(M=>M.id===C.id);T&&(f(T),b(R.id));}},onDragOver:h=>{let{active:C,over:R}=h;if(!R)return;let T=C.id,M=R.id,E=g(T),N=g(M)||r.find(L=>L.id===M);if(!E||!N||E.id===N.id)return;let P=N.cards.findIndex(L=>L.id===M),k=P===-1?N.cards.length:P;a?.(T,E.id,N.id,k);},onDragEnd:h=>{let{active:C,over:R}=h;if(R&&C.id!==R.id){let T=g(C.id),M=g(R.id)||r.find(E=>E.id===R.id);if(T&&M){let E=M.cards.findIndex(P=>P.id===R.id),N=E===-1?M.cards.length:E;a?.(C.id,T.id,M.id,N);}}f(null),b(null);},children:[jsxRuntime.jsx("div",{ref:u,className:i(Mb({variant:t,className:e})),...d,children:r.map(h=>jsxRuntime.jsx(sM,{column:h,variant:t,renderCard:s,onCardClick:n,onAddCard:o,showAddCard:l,columnHeight:c},h.id))}),jsxRuntime.jsx(core.DragOverlay,{children:m&&p&&jsxRuntime.jsx("div",{className:i(fl({variant:t,isDragging:true})),children:s?s(m,p):jsxRuntime.jsxs("div",{className:"flex items-start gap-2",children:[jsxRuntime.jsx(lucideReact.GripVertical,{className:"h-4 w-4 text-muted-foreground flex-shrink-0 mt-0.5"}),jsxRuntime.jsxs("div",{className:"flex-1 min-w-0",children:[jsxRuntime.jsx("p",{className:"font-medium text-sm truncate",children:m.title}),m.description&&jsxRuntime.jsx("p",{className:"text-xs text-muted-foreground mt-1 line-clamp-2",children:m.description})]})]})})})]})});Pb.displayName="KanbanBoard";var kb=classVarianceAuthority.cva("relative",{variants:{variant:{default:"",bordered:"border rounded-lg p-4",cards:"rounded-lg"}},defaultVariants:{variant:"default"}}),Eb=$__namespace.createContext(null);function gl(){let e=$__namespace.useContext(Eb);if(!e)throw new Error("useCarousel must be used within a <Carousel />");return e}var Lb=$__namespace.forwardRef(({className:e,variant:t,children:r,opts:a,plugins:n,orientation:o="horizontal",showArrows:s=true,showDots:l=true,setApi:c,...d},u)=>{let[m,f]=iM__default.default({...a,axis:o==="horizontal"?"x":"y"},n),[p,b]=$__namespace.useState(false),[x,g]=$__namespace.useState(false),[v,w]=$__namespace.useState(0),[y,h]=$__namespace.useState([]),C=$__namespace.useCallback(N=>{N&&(w(N.selectedScrollSnap()),b(N.canScrollPrev()),g(N.canScrollNext()));},[]),R=$__namespace.useCallback(()=>{f?.scrollPrev();},[f]),T=$__namespace.useCallback(()=>{f?.scrollNext();},[f]),M=$__namespace.useCallback(N=>{f?.scrollTo(N);},[f]),E=$__namespace.useCallback(N=>{N.key==="ArrowLeft"?(N.preventDefault(),R()):N.key==="ArrowRight"&&(N.preventDefault(),T());},[R,T]);return $__namespace.useEffect(()=>{!f||!c||c(f);},[f,c]),$__namespace.useEffect(()=>{if(f)return h(f.scrollSnapList()),C(f),f.on("reInit",C),f.on("select",C),()=>{f?.off("select",C);}},[f,C]),jsxRuntime.jsx(Eb.Provider,{value:{carouselRef:m,api:f,scrollPrev:R,scrollNext:T,canScrollPrev:p,canScrollNext:x,selectedIndex:v,scrollSnaps:y,scrollTo:M},children:jsxRuntime.jsxs("div",{ref:u,className:i(kb({variant:t,className:e})),onKeyDownCapture:E,role:"region","aria-roledescription":"carousel",...d,children:[jsxRuntime.jsx("div",{ref:m,className:"overflow-hidden",children:jsxRuntime.jsx("div",{className:i("flex",o==="horizontal"?"-ml-4":"-mt-4 flex-col"),children:r})}),s&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(bl,{}),jsxRuntime.jsx(vl,{})]}),l&&y.length>1&&jsxRuntime.jsx("div",{className:"flex justify-center gap-1.5 mt-4",children:y.map((N,P)=>jsxRuntime.jsx("button",{className:i("w-2 h-2 rounded-full transition-all",P===v?"bg-primary w-4":"bg-muted-foreground/30 hover:bg-muted-foreground/50"),onClick:()=>M(P),"aria-label":`Go to slide ${P+1}`},P))})]})})});Lb.displayName="Carousel";var Db=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,className:i("flex",e),...t}));Db.displayName="CarouselContent";var Sb=$__namespace.forwardRef(({className:e,basis:t="basis-full",...r},a)=>jsxRuntime.jsx("div",{ref:a,role:"group","aria-roledescription":"slide",className:i("min-w-0 shrink-0 grow-0 pl-4",t,e),...r}));Sb.displayName="CarouselItem";var bl=$__namespace.forwardRef(({className:e,variant:t="bordered",size:r="icon",...a},n)=>{let{scrollPrev:o,canScrollPrev:s}=gl();return jsxRuntime.jsxs(U,{ref:n,variant:t,size:r,className:i("absolute left-2 top-1/2 -translate-y-1/2 h-8 w-8 rounded-full",e),disabled:!s,onClick:o,...a,children:[jsxRuntime.jsx(lucideReact.ChevronLeft,{className:"h-4 w-4"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Previous slide"})]})});bl.displayName="CarouselPrevious";var vl=$__namespace.forwardRef(({className:e,variant:t="bordered",size:r="icon",...a},n)=>{let{scrollNext:o,canScrollNext:s}=gl();return jsxRuntime.jsxs(U,{ref:n,variant:t,size:r,className:i("absolute right-2 top-1/2 -translate-y-1/2 h-8 w-8 rounded-full",e),disabled:!s,onClick:o,...a,children:[jsxRuntime.jsx(lucideReact.ChevronRight,{className:"h-4 w-4"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Next slide"})]})});vl.displayName="CarouselNext";var Hb=classVarianceAuthority.cva("flex flex-col bg-popover border rounded-lg shadow-md",{variants:{size:{sm:"w-64 h-72",md:"w-80 h-96",lg:"w-96 h-[480px]"}},defaultVariants:{size:"md"}}),vs={recent:{icon:"\u{1F550}",name:"Recent"},smileys:{icon:"\u{1F600}",name:"Smileys & Emotion"},people:{icon:"\u{1F44B}",name:"People & Body"},animals:{icon:"\u{1F43B}",name:"Animals & Nature"},food:{icon:"\u{1F354}",name:"Food & Drink"},travel:{icon:"\u{1F697}",name:"Travel & Places"},activities:{icon:"\u26BD",name:"Activities"},objects:{icon:"\u{1F4A1}",name:"Objects"},symbols:{icon:"\u2764\uFE0F",name:"Symbols"},flags:{icon:"\u{1F3F3}\uFE0F",name:"Flags"}},xl={smileys:["\u{1F600}","\u{1F603}","\u{1F604}","\u{1F601}","\u{1F606}","\u{1F605}","\u{1F923}","\u{1F602}","\u{1F642}","\u{1F643}","\u{1F609}","\u{1F60A}","\u{1F607}","\u{1F970}","\u{1F60D}","\u{1F929}","\u{1F618}","\u{1F617}","\u263A\uFE0F","\u{1F61A}","\u{1F60B}","\u{1F61B}","\u{1F61C}","\u{1F92A}","\u{1F61D}","\u{1F911}","\u{1F917}","\u{1F92D}","\u{1F92B}","\u{1F914}","\u{1F910}","\u{1F928}","\u{1F610}","\u{1F611}","\u{1F636}","\u{1F60F}","\u{1F612}","\u{1F644}","\u{1F62C}","\u{1F925}","\u{1F60C}","\u{1F614}","\u{1F62A}","\u{1F924}","\u{1F634}","\u{1F637}","\u{1F912}","\u{1F915}","\u{1F922}","\u{1F92E}","\u{1F927}","\u{1F975}","\u{1F976}","\u{1F974}","\u{1F635}","\u{1F92F}","\u{1F920}","\u{1F973}","\u{1F978}","\u{1F60E}","\u{1F913}","\u{1F9D0}","\u{1F615}","\u{1F61F}","\u{1F641}","\u2639\uFE0F","\u{1F62E}","\u{1F62F}","\u{1F632}","\u{1F633}","\u{1F97A}","\u{1F626}","\u{1F627}","\u{1F628}","\u{1F630}","\u{1F625}","\u{1F622}","\u{1F62D}","\u{1F631}","\u{1F616}","\u{1F623}","\u{1F61E}","\u{1F613}","\u{1F629}","\u{1F62B}","\u{1F971}","\u{1F624}","\u{1F621}","\u{1F620}","\u{1F92C}","\u{1F608}","\u{1F47F}","\u{1F480}","\u2620\uFE0F","\u{1F4A9}","\u{1F921}","\u{1F479}","\u{1F47A}","\u{1F47B}","\u{1F47D}"],people:["\u{1F44B}","\u{1F91A}","\u{1F590}\uFE0F","\u270B","\u{1F596}","\u{1F44C}","\u{1F90C}","\u{1F90F}","\u270C\uFE0F","\u{1F91E}","\u{1F91F}","\u{1F918}","\u{1F919}","\u{1F448}","\u{1F449}","\u{1F446}","\u{1F595}","\u{1F447}","\u261D\uFE0F","\u{1F44D}","\u{1F44E}","\u270A","\u{1F44A}","\u{1F91B}","\u{1F91C}","\u{1F44F}","\u{1F64C}","\u{1F450}","\u{1F932}","\u{1F91D}","\u{1F64F}","\u270D\uFE0F","\u{1F485}","\u{1F933}","\u{1F4AA}","\u{1F9BE}","\u{1F9BF}","\u{1F9B5}","\u{1F9B6}","\u{1F442}","\u{1F9BB}","\u{1F443}","\u{1F9E0}","\u{1FAC0}","\u{1FAC1}","\u{1F9B7}","\u{1F9B4}","\u{1F440}","\u{1F441}\uFE0F","\u{1F445}","\u{1F444}","\u{1F476}","\u{1F9D2}","\u{1F466}","\u{1F467}","\u{1F9D1}","\u{1F471}","\u{1F468}","\u{1F9D4}","\u{1F469}","\u{1F9D3}","\u{1F474}","\u{1F475}","\u{1F64D}","\u{1F64E}","\u{1F645}","\u{1F646}","\u{1F481}","\u{1F64B}","\u{1F9CF}","\u{1F647}","\u{1F926}","\u{1F937}","\u{1F46E}","\u{1F575}\uFE0F","\u{1F482}","\u{1F977}","\u{1F477}","\u{1F934}","\u{1F478}"],animals:["\u{1F436}","\u{1F431}","\u{1F42D}","\u{1F439}","\u{1F430}","\u{1F98A}","\u{1F43B}","\u{1F43C}","\u{1F428}","\u{1F42F}","\u{1F981}","\u{1F42E}","\u{1F437}","\u{1F43D}","\u{1F438}","\u{1F435}","\u{1F648}","\u{1F649}","\u{1F64A}","\u{1F412}","\u{1F414}","\u{1F427}","\u{1F426}","\u{1F424}","\u{1F423}","\u{1F425}","\u{1F986}","\u{1F985}","\u{1F989}","\u{1F987}","\u{1F43A}","\u{1F417}","\u{1F434}","\u{1F984}","\u{1F41D}","\u{1FAB1}","\u{1F41B}","\u{1F98B}","\u{1F40C}","\u{1F41E}","\u{1F41C}","\u{1FAB0}","\u{1FAB2}","\u{1FAB3}","\u{1F99F}","\u{1F997}","\u{1F577}\uFE0F","\u{1F578}\uFE0F","\u{1F982}","\u{1F422}","\u{1F40D}","\u{1F98E}","\u{1F996}","\u{1F995}","\u{1F419}","\u{1F991}","\u{1F990}","\u{1F99E}","\u{1F980}","\u{1F421}","\u{1F420}","\u{1F41F}","\u{1F42C}","\u{1F433}","\u{1F40B}","\u{1F988}","\u{1F40A}","\u{1F405}","\u{1F406}","\u{1F993}","\u{1F98D}","\u{1F9A7}","\u{1F9A3}","\u{1F418}","\u{1F99B}","\u{1F98F}","\u{1F42A}","\u{1F42B}","\u{1F992}","\u{1F998}"],food:["\u{1F347}","\u{1F348}","\u{1F349}","\u{1F34A}","\u{1F34B}","\u{1F34C}","\u{1F34D}","\u{1F96D}","\u{1F34E}","\u{1F34F}","\u{1F350}","\u{1F351}","\u{1F352}","\u{1F353}","\u{1FAD0}","\u{1F95D}","\u{1F345}","\u{1FAD2}","\u{1F965}","\u{1F951}","\u{1F346}","\u{1F954}","\u{1F955}","\u{1F33D}","\u{1F336}\uFE0F","\u{1FAD1}","\u{1F952}","\u{1F96C}","\u{1F966}","\u{1F9C4}","\u{1F9C5}","\u{1F344}","\u{1F95C}","\u{1F330}","\u{1F35E}","\u{1F950}","\u{1F956}","\u{1FAD3}","\u{1F968}","\u{1F96F}","\u{1F95E}","\u{1F9C7}","\u{1F9C0}","\u{1F356}","\u{1F357}","\u{1F969}","\u{1F953}","\u{1F354}","\u{1F35F}","\u{1F355}","\u{1F32D}","\u{1F96A}","\u{1F32E}","\u{1F32F}","\u{1FAD4}","\u{1F959}","\u{1F9C6}","\u{1F95A}","\u{1F373}","\u{1F958}","\u{1F372}","\u{1FAD5}","\u{1F963}","\u{1F957}","\u{1F37F}","\u{1F9C8}","\u{1F9C2}","\u{1F96B}","\u{1F371}","\u{1F358}","\u{1F359}","\u{1F35A}","\u{1F35B}","\u{1F35C}","\u{1F35D}","\u{1F360}","\u{1F362}","\u{1F363}","\u{1F364}","\u{1F365}"],travel:["\u{1F697}","\u{1F695}","\u{1F699}","\u{1F68C}","\u{1F68E}","\u{1F3CE}\uFE0F","\u{1F693}","\u{1F691}","\u{1F692}","\u{1F690}","\u{1F6FB}","\u{1F69A}","\u{1F69B}","\u{1F69C}","\u{1F9AF}","\u{1F9BD}","\u{1F9BC}","\u{1F6F4}","\u{1F6B2}","\u{1F6F5}","\u{1F3CD}\uFE0F","\u{1F6FA}","\u{1F6A8}","\u{1F694}","\u{1F68D}","\u{1F698}","\u{1F696}","\u{1F6A1}","\u{1F6A0}","\u{1F69F}","\u{1F683}","\u{1F68B}","\u{1F69E}","\u{1F69D}","\u{1F684}","\u{1F685}","\u{1F688}","\u{1F682}","\u{1F686}","\u{1F687}","\u{1F68A}","\u{1F689}","\u2708\uFE0F","\u{1F6EB}","\u{1F6EC}","\u{1F6E9}\uFE0F","\u{1F4BA}","\u{1F6F0}\uFE0F","\u{1F680}","\u{1F6F8}","\u{1F681}","\u{1F6F6}","\u26F5","\u{1F6A4}","\u{1F6E5}\uFE0F","\u{1F6F3}\uFE0F","\u26F4\uFE0F","\u{1F6A2}","\u2693","\u{1FA9D}","\u26FD","\u{1F6A7}","\u{1F6A6}","\u{1F6A5}","\u{1F68F}","\u{1F5FA}\uFE0F","\u{1F5FF}","\u{1F5FD}","\u{1F5FC}","\u{1F3F0}","\u{1F3EF}","\u{1F3DF}\uFE0F","\u{1F3A1}","\u{1F3A2}","\u{1F3A0}","\u26F2","\u26F1\uFE0F","\u{1F3D6}\uFE0F","\u{1F3DD}\uFE0F","\u{1F3DC}\uFE0F"],activities:["\u26BD","\u{1F3C0}","\u{1F3C8}","\u26BE","\u{1F94E}","\u{1F3BE}","\u{1F3D0}","\u{1F3C9}","\u{1F94F}","\u{1F3B1}","\u{1FA80}","\u{1F3D3}","\u{1F3F8}","\u{1F3D2}","\u{1F3D1}","\u{1F94D}","\u{1F3CF}","\u{1FA83}","\u{1F945}","\u26F3","\u{1FA81}","\u{1F3F9}","\u{1F3A3}","\u{1F93F}","\u{1F94A}","\u{1F94B}","\u{1F3BD}","\u{1F6F9}","\u{1F6FC}","\u{1F6F7}","\u26F8\uFE0F","\u{1F94C}","\u{1F3BF}","\u26F7\uFE0F","\u{1F3C2}","\u{1FA82}","\u{1F3CB}\uFE0F","\u{1F93C}","\u{1F938}","\u26F9\uFE0F","\u{1F93A}","\u{1F93E}","\u{1F3CC}\uFE0F","\u{1F3C7}","\u26D1\uFE0F","\u{1F9D8}","\u{1F3C4}","\u{1F3CA}","\u{1F93D}","\u{1F6A3}","\u{1F9D7}","\u{1F6B5}","\u{1F6B4}","\u{1F3C6}","\u{1F947}","\u{1F948}","\u{1F949}","\u{1F3C5}","\u{1F396}\uFE0F","\u{1F3F5}\uFE0F","\u{1F397}\uFE0F","\u{1F3AB}","\u{1F39F}\uFE0F","\u{1F3AA}","\u{1F939}","\u{1F3AD}","\u{1FA70}","\u{1F3A8}","\u{1F3AC}","\u{1F3A4}","\u{1F3A7}","\u{1F3BC}","\u{1F3B9}","\u{1F941}","\u{1FA98}","\u{1F3B7}","\u{1F3BA}","\u{1FA97}","\u{1F3B8}","\u{1FA95}"],objects:["\u231A","\u{1F4F1}","\u{1F4F2}","\u{1F4BB}","\u2328\uFE0F","\u{1F5A5}\uFE0F","\u{1F5A8}\uFE0F","\u{1F5B1}\uFE0F","\u{1F5B2}\uFE0F","\u{1F579}\uFE0F","\u{1F5DC}\uFE0F","\u{1F4BD}","\u{1F4BE}","\u{1F4BF}","\u{1F4C0}","\u{1F4FC}","\u{1F4F7}","\u{1F4F8}","\u{1F4F9}","\u{1F3A5}","\u{1F4FD}\uFE0F","\u{1F39E}\uFE0F","\u{1F4DE}","\u260E\uFE0F","\u{1F4DF}","\u{1F4E0}","\u{1F4FA}","\u{1F4FB}","\u{1F399}\uFE0F","\u{1F39A}\uFE0F","\u{1F39B}\uFE0F","\u{1F9ED}","\u23F1\uFE0F","\u23F2\uFE0F","\u23F0","\u{1F570}\uFE0F","\u231B","\u23F3","\u{1F4E1}","\u{1F50B}","\u{1F50C}","\u{1F4A1}","\u{1F526}","\u{1F56F}\uFE0F","\u{1FA94}","\u{1F9EF}","\u{1F6E2}\uFE0F","\u{1F4B8}","\u{1F4B5}","\u{1F4B4}","\u{1F4B6}","\u{1F4B7}","\u{1FA99}","\u{1F4B0}","\u{1F4B3}","\u{1F48E}","\u2696\uFE0F","\u{1FA9C}","\u{1F9F0}","\u{1FA9B}","\u{1F527}","\u{1F528}","\u2692\uFE0F","\u{1F6E0}\uFE0F","\u26CF\uFE0F","\u{1FA9A}","\u{1F529}","\u2699\uFE0F","\u{1FAA4}","\u{1F9F1}","\u26D3\uFE0F","\u{1F9F2}","\u{1F52B}","\u{1F4A3}","\u{1F9E8}","\u{1FA93}","\u{1F52A}","\u{1F5E1}\uFE0F","\u2694\uFE0F","\u{1F6E1}\uFE0F"],symbols:["\u2764\uFE0F","\u{1F9E1}","\u{1F49B}","\u{1F49A}","\u{1F499}","\u{1F49C}","\u{1F5A4}","\u{1F90D}","\u{1F90E}","\u{1F494}","\u2763\uFE0F","\u{1F495}","\u{1F49E}","\u{1F493}","\u{1F497}","\u{1F496}","\u{1F498}","\u{1F49D}","\u{1F49F}","\u262E\uFE0F","\u271D\uFE0F","\u262A\uFE0F","\u{1F549}\uFE0F","\u2638\uFE0F","\u2721\uFE0F","\u{1F52F}","\u{1F54E}","\u262F\uFE0F","\u2626\uFE0F","\u{1F6D0}","\u26CE","\u2648","\u2649","\u264A","\u264B","\u264C","\u264D","\u264E","\u264F","\u2650","\u2651","\u2652","\u2653","\u{1F194}","\u269B\uFE0F","\u{1F251}","\u2622\uFE0F","\u2623\uFE0F","\u{1F4F4}","\u{1F4F3}","\u{1F236}","\u{1F21A}","\u{1F238}","\u{1F23A}","\u{1F237}\uFE0F","\u2734\uFE0F","\u{1F19A}","\u{1F4AE}","\u{1F250}","\u3299\uFE0F","\u3297\uFE0F","\u{1F234}","\u{1F235}","\u{1F239}","\u{1F232}","\u{1F170}\uFE0F","\u{1F171}\uFE0F","\u{1F18E}","\u{1F191}","\u{1F17E}\uFE0F","\u{1F198}","\u274C","\u2B55","\u{1F6D1}","\u26D4","\u{1F4DB}","\u{1F6AB}","\u{1F4AF}","\u{1F4A2}","\u2668\uFE0F"],flags:["\u{1F3F3}\uFE0F","\u{1F3F4}","\u{1F3C1}","\u{1F6A9}","\u{1F3F3}\uFE0F\u200D\u{1F308}","\u{1F3F3}\uFE0F\u200D\u26A7\uFE0F","\u{1F1FA}\u{1F1F3}","\u{1F1E6}\u{1F1EB}","\u{1F1E6}\u{1F1F1}","\u{1F1E9}\u{1F1FF}","\u{1F1E6}\u{1F1F8}","\u{1F1E6}\u{1F1E9}","\u{1F1E6}\u{1F1F4}","\u{1F1E6}\u{1F1EE}","\u{1F1E6}\u{1F1F6}","\u{1F1E6}\u{1F1EC}","\u{1F1E6}\u{1F1F7}","\u{1F1E6}\u{1F1F2}","\u{1F1E6}\u{1F1FC}","\u{1F1E6}\u{1F1FA}","\u{1F1E6}\u{1F1F9}","\u{1F1E6}\u{1F1FF}","\u{1F1E7}\u{1F1F8}","\u{1F1E7}\u{1F1ED}","\u{1F1E7}\u{1F1E9}","\u{1F1E7}\u{1F1E7}","\u{1F1E7}\u{1F1FE}","\u{1F1E7}\u{1F1EA}","\u{1F1E7}\u{1F1FF}","\u{1F1E7}\u{1F1EF}","\u{1F1E7}\u{1F1F2}","\u{1F1E7}\u{1F1F9}","\u{1F1E7}\u{1F1F4}","\u{1F1E7}\u{1F1E6}","\u{1F1E7}\u{1F1FC}","\u{1F1E7}\u{1F1F7}","\u{1F1E7}\u{1F1F3}","\u{1F1E7}\u{1F1EC}","\u{1F1E7}\u{1F1EB}","\u{1F1E7}\u{1F1EE}","\u{1F1E8}\u{1F1FB}","\u{1F1F0}\u{1F1ED}","\u{1F1E8}\u{1F1F2}","\u{1F1E8}\u{1F1E6}","\u{1F1E8}\u{1F1EB}","\u{1F1F9}\u{1F1E9}","\u{1F1E8}\u{1F1F1}","\u{1F1E8}\u{1F1F3}","\u{1F1E8}\u{1F1F4}","\u{1F1F0}\u{1F1F2}","\u{1F1E8}\u{1F1EC}","\u{1F1E8}\u{1F1E9}","\u{1F1E8}\u{1F1F7}","\u{1F1ED}\u{1F1F7}","\u{1F1E8}\u{1F1FA}","\u{1F1E8}\u{1F1FE}","\u{1F1E8}\u{1F1FF}","\u{1F1E9}\u{1F1F0}","\u{1F1E9}\u{1F1EF}","\u{1F1E9}\u{1F1F2}","\u{1F1E9}\u{1F1F4}","\u{1F1EA}\u{1F1E8}","\u{1F1EA}\u{1F1EC}","\u{1F1F8}\u{1F1FB}","\u{1F1EC}\u{1F1F6}","\u{1F1EA}\u{1F1F7}","\u{1F1EA}\u{1F1EA}","\u{1F1EA}\u{1F1F9}","\u{1F1EA}\u{1F1FA}","\u{1F1EB}\u{1F1EF}","\u{1F1EB}\u{1F1EE}","\u{1F1EB}\u{1F1F7}","\u{1F1EC}\u{1F1E6}","\u{1F1EC}\u{1F1F2}","\u{1F1EC}\u{1F1EA}","\u{1F1E9}\u{1F1EA}","\u{1F1EC}\u{1F1ED}","\u{1F1EC}\u{1F1F7}","\u{1F1EC}\u{1F1F9}","\u{1F1EC}\u{1F1F3}"]},Vb=$__namespace.forwardRef(({className:e,size:t,onEmojiSelect:r,recentEmojis:a=[],defaultCategory:n="smileys",showSearch:o=true,showCategories:s=true,...l},c)=>{let[d,u]=$__namespace.useState(a.length>0?"recent":n),[m,f]=$__namespace.useState(""),b=m?Object.values(xl).flat().filter(g=>g.toLowerCase().includes(m.toLowerCase())):d==="recent"?a:xl[d]||[],x=g=>{r?.(g);};return jsxRuntime.jsxs("div",{ref:c,className:i(Hb({size:t,className:e})),...l,children:[o&&jsxRuntime.jsx("div",{className:"p-2 border-b",children:jsxRuntime.jsxs("div",{className:"relative",children:[jsxRuntime.jsx(lucideReact.Search,{className:"absolute left-2.5 top-1/2 -translate-y-1/2 h-4 w-4 text-muted-foreground"}),jsxRuntime.jsx(co,{placeholder:"Search emojis...",value:m,onChange:g=>f(g.target.value),className:"pl-8 h-8"})]})}),s&&!m&&jsxRuntime.jsx("div",{className:"flex border-b px-1",children:Object.entries(vs).map(([g,{icon:v}])=>g==="recent"&&a.length===0?null:jsxRuntime.jsx("button",{className:i("flex-1 p-2 text-lg hover:bg-accent rounded transition-colors",d===g&&"bg-accent"),onClick:()=>u(g),title:vs[g].name,children:v},g))}),!m&&jsxRuntime.jsx("div",{className:"px-3 py-1.5 text-xs font-medium text-muted-foreground",children:vs[d].name}),jsxRuntime.jsx(ke,{className:"flex-1",children:jsxRuntime.jsxs("div",{className:"grid grid-cols-8 gap-1 p-2",children:[b.map((g,v)=>jsxRuntime.jsx("button",{className:"w-8 h-8 flex items-center justify-center text-xl hover:bg-accent rounded transition-colors",onClick:()=>x(g),children:g},`${g}-${v}`)),b.length===0&&jsxRuntime.jsx("div",{className:"col-span-8 py-8 text-center text-muted-foreground text-sm",children:"No emojis found"})]})})]})});Vb.displayName="EmojiPicker";var Ib=classVarianceAuthority.cva("flex flex-col border rounded-lg bg-background overflow-hidden",{variants:{variant:{default:"",bordered:"border-2",ghost:"border-transparent"},size:{sm:"",md:"",lg:""}},defaultVariants:{variant:"default",size:"md"}}),OM=classVarianceAuthority.cva("flex flex-wrap items-center gap-0.5 p-1 border-b",{variants:{size:{sm:"p-0.5",md:"p-1",lg:"p-1.5"}},defaultVariants:{size:"md"}}),FM=classVarianceAuthority.cva("flex-1 overflow-auto prose prose-sm max-w-none dark:prose-invert [&_.ProseMirror]:outline-none [&_.ProseMirror]:min-h-[inherit] [&_.ProseMirror.is-editor-empty:first-child::before]:text-muted-foreground [&_.ProseMirror.is-editor-empty:first-child::before]:content-[attr(data-placeholder)] [&_.ProseMirror.is-editor-empty:first-child::before]:float-left [&_.ProseMirror.is-editor-empty:first-child::before]:pointer-events-none [&_.ProseMirror.is-editor-empty:first-child::before]:h-0",{variants:{size:{sm:"min-h-[100px] [&_.ProseMirror]:p-2 text-sm",md:"min-h-[150px] [&_.ProseMirror]:p-3 text-sm",lg:"min-h-[200px] [&_.ProseMirror]:p-4 text-base"}},defaultVariants:{size:"md"}}),Be=({icon:e,title:t,isActive:r,onClick:a,disabled:n})=>jsxRuntime.jsxs(Er,{children:[jsxRuntime.jsx(Lr,{asChild:true,children:jsxRuntime.jsx(U,{type:"button",variant:r?"solid":"ghost",size:"icon",className:"h-7 w-7",onClick:a,disabled:n,children:e})}),jsxRuntime.jsx(Dr,{side:"top",className:"text-xs",children:t})]}),Ab=$__namespace.forwardRef(({className:e,variant:t,size:r,value:a="",onChange:n,placeholder:o="Start writing...",readOnly:s=false,showToolbar:l=true,minHeight:c,maxHeight:d,onEditorReady:u,...m},f)=>{let p=react.useEditor({extensions:[bM__default.default.configure({heading:{levels:[1,2,3]}}),vM__default.default.configure({openOnClick:false,HTMLAttributes:{class:"text-primary underline"}}),hM__default.default,xM__default.default.configure({types:["heading","paragraph"]}),yM__default.default.configure({placeholder:o})],content:a,editable:!s,onUpdate:({editor:x})=>{n?.(x.getHTML());},onCreate:({editor:x})=>{u?.(x);}});$__namespace.useEffect(()=>{p&&a!==p.getHTML()&&p.commands.setContent(a);},[a,p]),$__namespace.useEffect(()=>{p&&p.setEditable(!s);},[s,p]);let b=()=>{if(!p)return;let x=p.getAttributes("link").href,g=window.prompt("URL",x);if(g!==null){if(g===""){p.chain().focus().extendMarkRange("link").unsetLink().run();return}p.chain().focus().extendMarkRange("link").setLink({href:g}).run();}};return p?jsxRuntime.jsx(kr,{children:jsxRuntime.jsxs("div",{ref:f,className:i(Ib({variant:t,size:r,className:e})),...m,children:[l&&!s&&jsxRuntime.jsxs("div",{className:i(OM({size:r})),children:[jsxRuntime.jsx(Be,{icon:jsxRuntime.jsx(lucideReact.Undo,{className:"h-4 w-4"}),title:"Undo",onClick:()=>p.chain().focus().undo().run(),disabled:!p.can().undo()}),jsxRuntime.jsx(Be,{icon:jsxRuntime.jsx(lucideReact.Redo,{className:"h-4 w-4"}),title:"Redo",onClick:()=>p.chain().focus().redo().run(),disabled:!p.can().redo()}),jsxRuntime.jsx(Pr,{orientation:"vertical",className:"h-6 mx-1"}),jsxRuntime.jsx(Be,{icon:jsxRuntime.jsx(lucideReact.Heading1,{className:"h-4 w-4"}),title:"Heading 1",isActive:p.isActive("heading",{level:1}),onClick:()=>p.chain().focus().toggleHeading({level:1}).run()}),jsxRuntime.jsx(Be,{icon:jsxRuntime.jsx(lucideReact.Heading2,{className:"h-4 w-4"}),title:"Heading 2",isActive:p.isActive("heading",{level:2}),onClick:()=>p.chain().focus().toggleHeading({level:2}).run()}),jsxRuntime.jsx(Be,{icon:jsxRuntime.jsx(lucideReact.Heading3,{className:"h-4 w-4"}),title:"Heading 3",isActive:p.isActive("heading",{level:3}),onClick:()=>p.chain().focus().toggleHeading({level:3}).run()}),jsxRuntime.jsx(Pr,{orientation:"vertical",className:"h-6 mx-1"}),jsxRuntime.jsx(Be,{icon:jsxRuntime.jsx(lucideReact.Bold,{className:"h-4 w-4"}),title:"Bold (Ctrl+B)",isActive:p.isActive("bold"),onClick:()=>p.chain().focus().toggleBold().run()}),jsxRuntime.jsx(Be,{icon:jsxRuntime.jsx(lucideReact.Italic,{className:"h-4 w-4"}),title:"Italic (Ctrl+I)",isActive:p.isActive("italic"),onClick:()=>p.chain().focus().toggleItalic().run()}),jsxRuntime.jsx(Be,{icon:jsxRuntime.jsx(lucideReact.Underline,{className:"h-4 w-4"}),title:"Underline (Ctrl+U)",isActive:p.isActive("underline"),onClick:()=>p.chain().focus().toggleUnderline().run()}),jsxRuntime.jsx(Be,{icon:jsxRuntime.jsx(lucideReact.Strikethrough,{className:"h-4 w-4"}),title:"Strikethrough",isActive:p.isActive("strike"),onClick:()=>p.chain().focus().toggleStrike().run()}),jsxRuntime.jsx(Pr,{orientation:"vertical",className:"h-6 mx-1"}),jsxRuntime.jsx(Be,{icon:jsxRuntime.jsx(lucideReact.List,{className:"h-4 w-4"}),title:"Bullet List",isActive:p.isActive("bulletList"),onClick:()=>p.chain().focus().toggleBulletList().run()}),jsxRuntime.jsx(Be,{icon:jsxRuntime.jsx(lucideReact.ListOrdered,{className:"h-4 w-4"}),title:"Numbered List",isActive:p.isActive("orderedList"),onClick:()=>p.chain().focus().toggleOrderedList().run()}),jsxRuntime.jsx(Pr,{orientation:"vertical",className:"h-6 mx-1"}),jsxRuntime.jsx(Be,{icon:jsxRuntime.jsx(lucideReact.AlignLeft,{className:"h-4 w-4"}),title:"Align Left",isActive:p.isActive({textAlign:"left"}),onClick:()=>p.chain().focus().setTextAlign("left").run()}),jsxRuntime.jsx(Be,{icon:jsxRuntime.jsx(lucideReact.AlignCenter,{className:"h-4 w-4"}),title:"Align Center",isActive:p.isActive({textAlign:"center"}),onClick:()=>p.chain().focus().setTextAlign("center").run()}),jsxRuntime.jsx(Be,{icon:jsxRuntime.jsx(lucideReact.AlignRight,{className:"h-4 w-4"}),title:"Align Right",isActive:p.isActive({textAlign:"right"}),onClick:()=>p.chain().focus().setTextAlign("right").run()}),jsxRuntime.jsx(Pr,{orientation:"vertical",className:"h-6 mx-1"}),jsxRuntime.jsx(Be,{icon:jsxRuntime.jsx(lucideReact.Quote,{className:"h-4 w-4"}),title:"Blockquote",isActive:p.isActive("blockquote"),onClick:()=>p.chain().focus().toggleBlockquote().run()}),jsxRuntime.jsx(Be,{icon:jsxRuntime.jsx(lucideReact.Code,{className:"h-4 w-4"}),title:"Code Block",isActive:p.isActive("codeBlock"),onClick:()=>p.chain().focus().toggleCodeBlock().run()}),jsxRuntime.jsx(Pr,{orientation:"vertical",className:"h-6 mx-1"}),jsxRuntime.jsx(Be,{icon:jsxRuntime.jsx(lucideReact.Link,{className:"h-4 w-4"}),title:"Insert Link",isActive:p.isActive("link"),onClick:b}),jsxRuntime.jsx(Be,{icon:jsxRuntime.jsx(lucideReact.Unlink,{className:"h-4 w-4"}),title:"Remove Link",onClick:()=>p.chain().focus().unsetLink().run(),disabled:!p.isActive("link")})]}),jsxRuntime.jsx(react.EditorContent,{editor:p,className:i(FM({size:r})),style:{minHeight:c,maxHeight:d}})]})}):null});Ab.displayName="RichTextEditor";var Bb=classVarianceAuthority.cva("flex flex-col border rounded-lg bg-background overflow-hidden",{variants:{variant:{default:"",bordered:"border-2",ghost:"border-none bg-transparent"}},defaultVariants:{variant:"default"}});function UM(e,t,r){return GM.centerCrop(GM.makeAspectCrop({unit:"%",width:90},r,e,t),e,t)}async function zb(e,t,r=0,a=1){let n=document.createElement("canvas"),o=n.getContext("2d");if(!o)return null;let s=e.naturalWidth/e.width,l=e.naturalHeight/e.height,c=window.devicePixelRatio||1;n.width=Math.floor(t.width*s*c),n.height=Math.floor(t.height*l*c),o.scale(c,c),o.imageSmoothingQuality="high";let d=t.x*s,u=t.y*l,m=r*Math.PI/180,f=e.naturalWidth/2,p=e.naturalHeight/2;return o.save(),o.translate(-d,-u),o.translate(f,p),o.rotate(m),o.scale(a,a),o.translate(-f,-p),o.drawImage(e,0,0,e.naturalWidth,e.naturalHeight,0,0,e.naturalWidth,e.naturalHeight),o.restore(),new Promise(b=>{n.toBlob(x=>{b(x);},"image/png");})}var Ob=$__namespace.forwardRef(({className:e,variant:t,src:r,aspectRatio:a,onCropChange:n,onCropComplete:o,showZoom:s=true,showRotation:l=true,minZoom:c=1,maxZoom:d=3,circularCrop:u=false,initialCrop:m,...f},p)=>{let b=$__namespace.useRef(null),[x,g]=$__namespace.useState(),[v,w]=$__namespace.useState(),[y,h]=$__namespace.useState(1),[C,R]=$__namespace.useState(0),T=P=>{let{width:k,height:L}=P.currentTarget;if(a){let H=UM(k,L,a);g(H);}else g(m||{unit:"%",x:10,y:10,width:80,height:80});},M=P=>{g(P),n?.(P);},E=async P=>{if(w(P),o&&b.current&&P.width&&P.height){let k=await zb(b.current,P,C,y);o(k);}},N=()=>{R(P=>(P+90)%360);};return $__namespace.useEffect(()=>{v&&b.current&&o&&zb(b.current,v,C,y).then(P=>{o(P);});},[y,C,v,o]),jsxRuntime.jsxs("div",{ref:p,className:i(Bb({variant:t,className:e})),...f,children:[jsxRuntime.jsx("div",{className:"flex-1 flex items-center justify-center p-4 bg-muted/30 min-h-[300px]",children:jsxRuntime.jsx(GM__default.default,{crop:x,onChange:M,onComplete:E,aspect:a,circularCrop:u,className:"max-h-[400px]",children:jsxRuntime.jsx("img",{ref:b,src:r,alt:"Crop preview",onLoad:T,style:{transform:`scale(${y}) rotate(${C}deg)`,maxHeight:"400px"}})})}),jsxRuntime.jsxs("div",{className:"flex items-center gap-4 p-3 border-t",children:[s&&jsxRuntime.jsxs("div",{className:"flex items-center gap-2 flex-1",children:[jsxRuntime.jsx(lucideReact.ZoomOut,{className:"h-4 w-4 text-muted-foreground"}),jsxRuntime.jsx(ko,{value:[y],onValueChange:([P])=>h(P),min:c,max:d,step:.1,className:"flex-1"}),jsxRuntime.jsx(lucideReact.ZoomIn,{className:"h-4 w-4 text-muted-foreground"})]}),l&&jsxRuntime.jsx(U,{variant:"bordered",size:"icon",onClick:N,children:jsxRuntime.jsx(lucideReact.RotateCw,{className:"h-4 w-4"})})]})]})});Ob.displayName="ImageCropper";var Cl=classVarianceAuthority.cva("inline-block",{variants:{variant:{default:"",bordered:"border rounded-lg p-2",card:"border rounded-lg p-4 bg-card shadow-sm"},size:{sm:"",md:"",lg:""}},defaultVariants:{variant:"default",size:"md"}}),ZM={sm:96,md:128,lg:192},Gb=$__namespace.forwardRef(({className:e,variant:t,size:r,value:a,qrSize:n,fgColor:o="currentColor",bgColor:s="transparent",level:l="M",includeMargin:c=false,title:d,logo:u,logoSize:m=40,logoPadding:f=4,logoBackgroundColor:p="white",...b},x)=>{let g=n??ZM[r??"md"];return a?jsxRuntime.jsx("div",{ref:x,className:i(Cl({variant:t,size:r,className:e})),...b,children:jsxRuntime.jsxs("div",{className:"relative inline-block",children:[jsxRuntime.jsx(XM__default.default,{value:a,size:g,fgColor:o,bgColor:s,level:l,title:d,style:{padding:c?16:0}}),u&&jsxRuntime.jsx("div",{className:"absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 rounded",style:{padding:f,backgroundColor:p},children:jsxRuntime.jsx("img",{src:u,alt:"Logo",style:{width:m,height:m,objectFit:"contain"}})})]})}):jsxRuntime.jsx("div",{ref:x,className:i(Cl({variant:t,size:r,className:e})),...b,children:jsxRuntime.jsx("div",{className:"flex items-center justify-center bg-muted text-muted-foreground text-xs rounded",style:{width:g,height:g},children:"No data"})})});Gb.displayName="QRCode";var $b=({children:e,defaultTheme:t="system",storageKey:r="reever-ui-theme",enableSystem:a=true,disableTransitionOnChange:n=false,attribute:o="class",forcedTheme:s,themes:l=["light","dark"]})=>jsxRuntime.jsx(nextThemes.ThemeProvider,{defaultTheme:t,storageKey:r,enableSystem:a,disableTransitionOnChange:n,attribute:o,forcedTheme:s,themes:l,children:e});$b.displayName="ThemeProvider";var nT=classVarianceAuthority.cva("",{variants:{variant:{default:"",bordered:"",ghost:""},size:{sm:"",md:"",lg:""}},defaultVariants:{variant:"ghost",size:"md"}}),Kb=$__namespace.forwardRef(({className:e,variant:t="ghost",size:r="md",mode:a="dropdown"},n)=>{let{theme:o,setTheme:s,resolvedTheme:l}=nextThemes.useTheme(),[c,d]=$__namespace.useState(false);$__namespace.useEffect(()=>{d(true);},[]);let u=()=>{let m=["light","dark","system"],p=(m.indexOf(o||"system")+1)%m.length;s(m[p]);};return c?a==="cycle"?jsxRuntime.jsxs(U,{ref:n,variant:t==="default"?"bordered":t,size:"icon",className:i("h-9 w-9",e),onClick:u,children:[l==="dark"?jsxRuntime.jsx(lucideReact.Moon,{className:"h-4 w-4"}):jsxRuntime.jsx(lucideReact.Sun,{className:"h-4 w-4"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Toggle theme"})]}):jsxRuntime.jsxs(Sr,{children:[jsxRuntime.jsx(Hr,{asChild:true,children:jsxRuntime.jsxs(U,{ref:n,variant:t==="default"?"bordered":t,size:"icon",className:i("h-9 w-9",e),children:[jsxRuntime.jsx(lucideReact.Sun,{className:"h-4 w-4 rotate-0 scale-100 transition-all dark:-rotate-90 dark:scale-0"}),jsxRuntime.jsx(lucideReact.Moon,{className:"absolute h-4 w-4 rotate-90 scale-0 transition-all dark:rotate-0 dark:scale-100"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Toggle theme"})]})}),jsxRuntime.jsxs(Vr,{align:"end",children:[jsxRuntime.jsxs(zt,{onClick:()=>s("light"),children:[jsxRuntime.jsx(lucideReact.Sun,{className:"mr-2 h-4 w-4"}),"Light"]}),jsxRuntime.jsxs(zt,{onClick:()=>s("dark"),children:[jsxRuntime.jsx(lucideReact.Moon,{className:"mr-2 h-4 w-4"}),"Dark"]}),jsxRuntime.jsxs(zt,{onClick:()=>s("system"),children:[jsxRuntime.jsx(lucideReact.Monitor,{className:"mr-2 h-4 w-4"}),"System"]})]})]}):jsxRuntime.jsxs(U,{ref:n,variant:t==="default"?"bordered":t,size:"icon",className:i("h-9 w-9",e),disabled:true,children:[jsxRuntime.jsx(lucideReact.Sun,{className:"h-4 w-4"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Toggle theme"})]})});Kb.displayName="ThemeToggle";var _b=classVarianceAuthority.cva("flex flex-col gap-1.5",{variants:{size:{sm:"",md:"",lg:""}},defaultVariants:{size:"md"}}),Wb=classVarianceAuthority.cva("flex w-full rounded-md border border-input bg-background ring-offset-background file:border-0 file:bg-transparent file:font-medium file:text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",{variants:{size:{sm:"h-8 px-2.5 py-1.5 text-xs",md:"h-10 px-3 py-2 text-sm",lg:"h-12 px-4 py-3 text-base"},isInvalid:{true:"border-danger focus-visible:ring-danger",false:""}},defaultVariants:{size:"md",isInvalid:false}}),jb=classVarianceAuthority.cva("font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",{variants:{size:{sm:"text-xs",md:"text-sm",lg:"text-base"}},defaultVariants:{size:"md"}}),Yb=$__namespace.forwardRef(({className:e,label:t,description:r,errorMessage:a,isRequired:n,isInvalid:o,size:s,labelClassName:l,inputClassName:c,descriptionClassName:d,errorClassName:u,startContent:m,endContent:f,id:p,...b},x)=>{let g=$__namespace.useId(),v=p||g,w=`${v}-description`,y=`${v}-error`,h=o&&a;return jsxRuntime.jsxs("div",{className:i(_b({size:s}),e),children:[t&&jsxRuntime.jsxs("label",{htmlFor:v,className:i(jb({size:s}),l),children:[t,n&&jsxRuntime.jsx("span",{className:"text-danger ml-0.5","aria-hidden":"true",children:"*"})]}),jsxRuntime.jsxs("div",{className:"relative",children:[m&&jsxRuntime.jsx("div",{className:"absolute left-3 top-1/2 -translate-y-1/2 text-muted-foreground",children:m}),jsxRuntime.jsx("input",{ref:x,id:v,"aria-invalid":o,"aria-describedby":h?y:r?w:void 0,"aria-required":n,className:i(Wb({size:s,isInvalid:o}),m&&"pl-10",f&&"pr-10",c),...b}),f&&jsxRuntime.jsx("div",{className:"absolute right-3 top-1/2 -translate-y-1/2 text-muted-foreground",children:f})]}),r&&!h&&jsxRuntime.jsx("p",{id:w,className:i("text-muted-foreground",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",d),children:r}),h&&jsxRuntime.jsx("p",{id:y,role:"alert",className:i("text-danger",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",u),children:a})]})});Yb.displayName="TextField";var qb=classVarianceAuthority.cva("flex flex-col gap-1.5",{variants:{size:{sm:"",md:"",lg:""}},defaultVariants:{size:"md"}}),iT=classVarianceAuthority.cva("flex rounded-md border border-input bg-background placeholder:text-muted-foreground focus:outline-none transition-colors disabled:cursor-not-allowed disabled:opacity-50 text-center [appearance:textfield] [&::-webkit-outer-spin-button]:appearance-none [&::-webkit-inner-spin-button]:appearance-none",{variants:{size:{sm:"h-8 px-8 py-1.5 text-xs",md:"h-10 px-10 py-2 text-sm",lg:"h-12 px-12 py-3 text-base"},isInvalid:{true:"border-danger focus:border-danger",false:""},fullWidth:{true:"w-full",false:"w-fit min-w-24"}},defaultVariants:{size:"md",isInvalid:false,fullWidth:false}}),Ub=classVarianceAuthority.cva("absolute top-1/2 -translate-y-1/2 flex items-center justify-center rounded-md text-muted-foreground hover:text-foreground hover:bg-muted disabled:opacity-50 disabled:cursor-not-allowed transition-colors",{variants:{size:{sm:"h-6 w-6",md:"h-8 w-8",lg:"h-10 w-10"}},defaultVariants:{size:"md"}}),Xb=classVarianceAuthority.cva("",{variants:{size:{sm:"h-3 w-3",md:"h-4 w-4",lg:"h-5 w-5"}},defaultVariants:{size:"md"}}),lT=classVarianceAuthority.cva("font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",{variants:{size:{sm:"text-xs",md:"text-sm",lg:"text-base"}},defaultVariants:{size:"md"}}),Zb=$__namespace.forwardRef(({className:e,label:t,description:r,errorMessage:a,isRequired:n,isInvalid:o,size:s,labelClassName:l,inputClassName:c,descriptionClassName:d,errorClassName:u,min:m,max:f,step:p=1,value:b,defaultValue:x,onChange:g,showButtons:v=true,formatOptions:w,fullWidth:y=false,disabled:h,id:C,...R},T)=>{let M=$__namespace.useId(),E=C||M,N=`${E}-description`,P=`${E}-error`,[k,L]=$__namespace.useState(x),[H,S]=$__namespace.useState(false),D=b!==void 0?b:k,I=o&&a,A=$__namespace.useCallback(K=>{K!==void 0&&(m!==void 0&&K<m&&(K=m),f!==void 0&&K>f&&(K=f)),b===void 0&&L(K),g?.(K);},[b,m,f,g]),F=()=>{let K=(D??0)+p;A(K);},V=()=>{let K=(D??0)-p;A(K);},O=K=>{let ne=K.target.value;if(ne==="")A(void 0);else {let z=parseFloat(ne);isNaN(z)||A(z);}},B=K=>{K.key==="ArrowUp"?(K.preventDefault(),F()):K.key==="ArrowDown"&&(K.preventDefault(),V());},te=$__namespace.useMemo(()=>D===void 0?"":w?new Intl.NumberFormat(void 0,w).format(D):D.toString(),[D,w]),ae=m!==void 0&&D!==void 0&&D<=m,G=f!==void 0&&D!==void 0&&D>=f;return jsxRuntime.jsxs("div",{className:i(qb({size:s}),e),children:[t&&jsxRuntime.jsxs("label",{htmlFor:E,className:i(lT({size:s}),l),children:[t,n&&jsxRuntime.jsx("span",{className:"text-danger ml-0.5","aria-hidden":"true",children:"*"})]}),jsxRuntime.jsxs("div",{className:"relative",children:[v&&jsxRuntime.jsx("button",{type:"button",onClick:V,disabled:h||ae,className:i(Ub({size:s}),"left-1"),tabIndex:-1,"aria-label":"Decrease value",children:jsxRuntime.jsx(lucideReact.Minus,{className:i(Xb({size:s}))})}),jsxRuntime.jsx("input",{ref:T,id:E,type:"text",inputMode:"decimal",value:te,onChange:O,onKeyDown:B,onFocus:()=>S(true),onBlur:()=>S(false),"aria-invalid":o,"aria-describedby":I?P:r?N:void 0,"aria-required":n,"aria-valuemin":m,"aria-valuemax":f,"aria-valuenow":D,disabled:h,className:i(iT({size:s,isInvalid:o,fullWidth:y}),!v&&"px-3",c),style:{borderColor:H?"var(--color-foreground)":void 0},...R}),v&&jsxRuntime.jsx("button",{type:"button",onClick:F,disabled:h||G,className:i(Ub({size:s}),"right-1"),tabIndex:-1,"aria-label":"Increase value",children:jsxRuntime.jsx(lucideReact.Plus,{className:i(Xb({size:s}))})})]}),r&&!I&&jsxRuntime.jsx("p",{id:N,className:i("text-muted-foreground",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",d),children:r}),I&&jsxRuntime.jsx("p",{id:P,role:"alert",className:i("text-danger",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",u),children:a})]})});Zb.displayName="NumberField";var Qb=classVarianceAuthority.cva("flex flex-col gap-1.5",{variants:{size:{sm:"",md:"",lg:""}},defaultVariants:{size:"md"}}),uT=classVarianceAuthority.cva("flex w-full rounded-md border border-input bg-background ring-offset-background placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",{variants:{size:{sm:"h-8 pl-8 pr-8 py-1.5 text-xs",md:"h-10 pl-10 pr-10 py-2 text-sm",lg:"h-12 pl-12 pr-12 py-3 text-base"},isInvalid:{true:"border-danger focus-visible:ring-danger",false:""}},defaultVariants:{size:"md",isInvalid:false}}),Jb=classVarianceAuthority.cva("text-muted-foreground",{variants:{size:{sm:"h-3.5 w-3.5",md:"h-4 w-4",lg:"h-5 w-5"}},defaultVariants:{size:"md"}}),mT=classVarianceAuthority.cva("font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",{variants:{size:{sm:"text-xs",md:"text-sm",lg:"text-base"}},defaultVariants:{size:"md"}}),pT=classVarianceAuthority.cva("absolute top-1/2 -translate-y-1/2 flex items-center justify-center rounded-full text-muted-foreground hover:text-foreground hover:bg-muted transition-colors",{variants:{size:{sm:"h-5 w-5 right-1.5",md:"h-6 w-6 right-2",lg:"h-7 w-7 right-2.5"}},defaultVariants:{size:"md"}}),ev=$__namespace.forwardRef(({className:e,label:t,description:r,errorMessage:a,isRequired:n,isInvalid:o,size:s,labelClassName:l,inputClassName:c,descriptionClassName:d,errorClassName:u,value:m,defaultValue:f="",onChange:p,onClear:b,onSearch:x,showClearButton:g=true,showSearchIcon:v=true,disabled:w,placeholder:y="Search...",id:h,...C},R)=>{let T=$__namespace.useId(),M=h||T,E=`${M}-description`,N=`${M}-error`,[P,k]=$__namespace.useState(f),L=m!==void 0?m:P,H=o&&a,S=L.length>0,D=F=>{let V=F.target.value;m===void 0&&k(V),p?.(V);},I=()=>{m===void 0&&k(""),p?.(""),b?.();},A=F=>{F.key==="Enter"?(F.preventDefault(),x?.(L)):F.key==="Escape"&&S&&(F.preventDefault(),I());};return jsxRuntime.jsxs("div",{className:i(Qb({size:s}),e),children:[t&&jsxRuntime.jsxs("label",{htmlFor:M,className:i(mT({size:s}),l),children:[t,n&&jsxRuntime.jsx("span",{className:"text-danger ml-0.5","aria-hidden":"true",children:"*"})]}),jsxRuntime.jsxs("div",{className:"relative",children:[v&&jsxRuntime.jsx(lucideReact.Search,{className:i(Jb({size:s}),"absolute left-3 top-1/2 -translate-y-1/2")}),jsxRuntime.jsx("input",{ref:R,id:M,type:"search",value:L,onChange:D,onKeyDown:A,placeholder:y,"aria-invalid":o,"aria-describedby":H?N:r?E:void 0,"aria-required":n,disabled:w,className:i(uT({size:s,isInvalid:o}),!v&&"pl-3",!g&&"pr-3",c),...C}),g&&S&&!w&&jsxRuntime.jsx("button",{type:"button",onClick:I,className:i(pT({size:s})),tabIndex:-1,"aria-label":"Clear search",children:jsxRuntime.jsx(lucideReact.X,{className:i(Jb({size:s}))})})]}),r&&!H&&jsxRuntime.jsx("p",{id:E,className:i("text-muted-foreground",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",d),children:r}),H&&jsxRuntime.jsx("p",{id:N,role:"alert",className:i("text-danger",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",u),children:a})]})});ev.displayName="SearchField";var tv=classVarianceAuthority.cva("flex flex-col gap-1.5",{variants:{size:{sm:"",md:"",lg:""}},defaultVariants:{size:"md"}}),gT=classVarianceAuthority.cva("flex rounded-md border border-input bg-background placeholder:text-muted-foreground focus:outline-none transition-colors disabled:cursor-not-allowed disabled:opacity-50 [&::-webkit-calendar-picker-indicator]:hidden",{variants:{size:{sm:"h-8 pl-3 pr-8 py-1.5 text-xs",md:"h-10 pl-3 pr-10 py-2 text-sm",lg:"h-12 pl-4 pr-12 py-3 text-base"},isInvalid:{true:"border-danger focus:border-danger",false:""},fullWidth:{true:"w-full",false:"w-fit"}},defaultVariants:{size:"md",isInvalid:false,fullWidth:false}}),bT=classVarianceAuthority.cva("text-muted-foreground",{variants:{size:{sm:"h-3.5 w-3.5",md:"h-4 w-4",lg:"h-5 w-5"}},defaultVariants:{size:"md"}}),vT=classVarianceAuthority.cva("font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",{variants:{size:{sm:"text-xs",md:"text-sm",lg:"text-base"}},defaultVariants:{size:"md"}}),El=(e,t="yyyy-MM-dd")=>{if(!e)return "";let r=e.getFullYear(),a=String(e.getMonth()+1).padStart(2,"0"),n=String(e.getDate()).padStart(2,"0");return t.replace("yyyy",String(r)).replace("MM",a).replace("dd",n)},hT=e=>{if(!e)return null;let t=new Date(e);return isNaN(t.getTime())?null:t},rv=$__namespace.forwardRef(({className:e,label:t,description:r,errorMessage:a,isRequired:n,isInvalid:o,size:s,labelClassName:l,inputClassName:c,descriptionClassName:d,errorClassName:u,value:m,defaultValue:f,onChange:p,minDate:b,maxDate:x,dateFormat:g="yyyy-MM-dd",showIcon:v=true,fullWidth:w=false,disabled:y,id:h,...C},R)=>{let T=$__namespace.useId(),M=h||T,E=`${M}-description`,N=`${M}-error`,P=$__namespace.useRef(null),k=R||P,[L,H]=$__namespace.useState(f??null),[S,D]=$__namespace.useState(false),I=()=>{!y&&k.current&&k.current.showPicker?.();},A=m!==void 0?m:L,F=o&&a,V=ae=>{let G=hT(ae.target.value);m===void 0&&H(G),p?.(G);},O=A?El(A,"yyyy-MM-dd"):"",B=b?El(b,"yyyy-MM-dd"):void 0,te=x?El(x,"yyyy-MM-dd"):void 0;return jsxRuntime.jsxs("div",{className:i(tv({size:s}),e),children:[t&&jsxRuntime.jsxs("label",{htmlFor:M,className:i(vT({size:s}),l),children:[t,n&&jsxRuntime.jsx("span",{className:"text-danger ml-0.5","aria-hidden":"true",children:"*"})]}),jsxRuntime.jsxs("div",{className:i("relative",w?"w-full":"w-fit"),children:[jsxRuntime.jsx("input",{ref:k,id:M,type:"date",value:O,onChange:V,onFocus:()=>D(true),onBlur:()=>D(false),min:B,max:te,"aria-invalid":o,"aria-describedby":F?N:r?E:void 0,"aria-required":n,disabled:y,className:i(gT({size:s,isInvalid:o,fullWidth:w}),!v&&"pr-3",c),style:{borderColor:S?"var(--color-foreground)":void 0},...C}),v&&jsxRuntime.jsx("button",{type:"button",onClick:I,disabled:y,className:"absolute right-3 top-1/2 -translate-y-1/2 cursor-pointer disabled:cursor-not-allowed disabled:opacity-50",tabIndex:-1,"aria-label":"Open calendar",children:jsxRuntime.jsx(lucideReact.Calendar,{className:i(bT({size:s}))})})]}),r&&!F&&jsxRuntime.jsx("p",{id:E,className:i("text-muted-foreground",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",d),children:r}),F&&jsxRuntime.jsx("p",{id:N,role:"alert",className:i("text-danger",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",u),children:a})]})});rv.displayName="DateField";var av=classVarianceAuthority.cva("flex flex-col gap-1.5",{variants:{size:{sm:"",md:"",lg:""}},defaultVariants:{size:"md"}}),xT=classVarianceAuthority.cva("inline-flex items-center rounded-md border border-input bg-background transition-colors",{variants:{size:{sm:"h-8 px-2 gap-0.5 text-xs",md:"h-10 px-3 gap-1 text-sm",lg:"h-12 px-4 gap-1.5 text-base"},isInvalid:{true:"border-danger",false:""},disabled:{true:"cursor-not-allowed opacity-50",false:""},fullWidth:{true:"w-full justify-center",false:"w-fit"}},defaultVariants:{size:"md",isInvalid:false,disabled:false,fullWidth:false}}),yT=classVarianceAuthority.cva("font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",{variants:{size:{sm:"text-xs",md:"text-sm",lg:"text-base"}},defaultVariants:{size:"md"}}),nv=$__namespace.forwardRef(({className:e,label:t,description:r,errorMessage:a,isRequired:n,isInvalid:o,size:s,labelClassName:l,inputClassName:c,descriptionClassName:d,errorClassName:u,value:m,defaultValue:f,onChange:p,minTime:b,maxTime:x,showSeconds:g=false,hourCycle:v=24,disabled:w,fullWidth:y=false,id:h,...C},R)=>{let T=$__namespace.useId(),M=h||T,E=`${M}-description`,N=`${M}-error`,P=$__namespace.useRef(null),k=$__namespace.useRef(null),L=$__namespace.useRef(null),H=$__namespace.useRef(null),[S,D]=$__namespace.useState(f??null),I=m!==void 0?m:S,A=o&&a,F=_=>v===24?_:_===0?12:_>12?_-12:_,V=_=>_>=12?"PM":"AM",O=(_,ee)=>ee==="AM"?_===12?0:_:_===12?12:_+12,[B,te]=$__namespace.useState(I?String(F(I.hour)).padStart(2,"0"):""),[ae,G]=$__namespace.useState(I?String(I.minute).padStart(2,"0"):""),[K,ne]=$__namespace.useState(I?.second!==void 0?String(I.second).padStart(2,"0"):""),[z,J]=$__namespace.useState(I?V(I.hour):"AM"),[Z,ot]=$__namespace.useState(false);$__namespace.useEffect(()=>{m!==void 0&&(m?(te(String(F(m.hour)).padStart(2,"0")),G(String(m.minute).padStart(2,"0")),m.second!==void 0&&ne(String(m.second).padStart(2,"0")),J(V(m.hour))):(te(""),G(""),ne("")));},[m,v]);let je=(_,ee,Fe,Jt)=>{let ye=parseInt(_,10),Mt=parseInt(ee,10),Qt=g?parseInt(Fe,10):void 0;if(isNaN(ye)||isNaN(Mt)||g&&isNaN(Qt)){m===void 0&&D(null),p?.(null);return}let oc={hour:v===12?O(ye,Jt):ye,minute:Mt,...g&&Qt!==void 0&&{second:Qt}};m===void 0&&D(oc),p?.(oc);},ac=_=>{let ee=_.target.value.replace(/\D/g,"").slice(0,2);te(ee);let Fe=v===24?23:12,Jt=v===24?0:1;if(ee.length===2){let ye=parseInt(ee,10);ye>=Jt&&ye<=Fe&&(k.current?.focus(),k.current?.select());}},oe=_=>{let ee=_.target.value.replace(/\D/g,"").slice(0,2);if(G(ee),ee.length===2){let Fe=parseInt(ee,10);Fe>=0&&Fe<=59&&(g?(L.current?.focus(),L.current?.select()):v===12&&H.current?.focus());}},Nt=_=>{let ee=_.target.value.replace(/\D/g,"").slice(0,2);ne(ee),ee.length===2&&v===12&&H.current?.focus();},to=()=>{if(B){let _=parseInt(B,10),ee=v===24?23:12,Jt=Math.min(Math.max(_,v===24?0:1),ee),ye=String(Jt).padStart(2,"0");te(ye),je(ye,ae,K,z);}},ra=()=>{if(ae){let _=parseInt(ae,10),ee=Math.min(Math.max(_,0),59),Fe=String(ee).padStart(2,"0");G(Fe),je(B,Fe,K,z);}},ty=()=>{if(K){let _=parseInt(K,10),ee=Math.min(Math.max(_,0),59),Fe=String(ee).padStart(2,"0");ne(Fe),je(B,ae,Fe,z);}},nc=()=>{let _=z==="AM"?"PM":"AM";J(_),je(B,ae,K,_);},ry=_=>{let ee=_.key.toLowerCase();ee==="a"?(_.preventDefault(),z!=="AM"&&(J("AM"),je(B,ae,K,"AM"))):ee==="p"?(_.preventDefault(),z!=="PM"&&(J("PM"),je(B,ae,K,"PM"))):ee==="arrowup"||ee==="arrowdown"?(_.preventDefault(),nc()):ee==="arrowleft"&&(_.preventDefault(),g?(L.current?.focus(),L.current?.select()):(k.current?.focus(),k.current?.select()));},Xs=(_,ee)=>{if(_.key==="ArrowUp"||_.key==="ArrowDown"){_.preventDefault();let Fe=_.key==="ArrowUp"?1:-1;if(ee==="hour"){let Jt=parseInt(B,10)||0,ye=v===24?23:12,Mt=v===24?0:1,Qt=Jt+Fe;Qt>ye&&(Qt=Mt),Qt<Mt&&(Qt=ye);let Zs=String(Qt).padStart(2,"0");te(Zs),je(Zs,ae,K,z);}else if(ee==="minute"){let ye=(parseInt(ae,10)||0)+Fe;ye>59&&(ye=0),ye<0&&(ye=59);let Mt=String(ye).padStart(2,"0");G(Mt),je(B,Mt,K,z);}else if(ee==="second"){let ye=(parseInt(K,10)||0)+Fe;ye>59&&(ye=0),ye<0&&(ye=59);let Mt=String(ye).padStart(2,"0");ne(Mt),je(B,ae,Mt,z);}}_.key==="ArrowRight"&&(_.preventDefault(),ee==="hour"?(k.current?.focus(),k.current?.select()):ee==="minute"&&g?(L.current?.focus(),L.current?.select()):(ee==="minute"&&!g&&v===12||ee==="second"&&v===12)&&H.current?.focus()),_.key==="ArrowLeft"&&(_.preventDefault(),ee==="minute"?(P.current?.focus(),P.current?.select()):ee==="second"&&(k.current?.focus(),k.current?.select())),_.key==="Backspace"&&_.currentTarget.value===""&&(ee==="minute"?P.current?.focus():ee==="second"&&k.current?.focus());},qs=i((()=>{switch(s){case "sm":return "w-5";case "lg":return "w-7";default:return "w-6"}})(),"bg-transparent text-center outline-none placeholder:text-muted-foreground tabular-nums",w&&"cursor-not-allowed");return jsxRuntime.jsxs("div",{ref:R,className:i(av({size:s}),e),...C,children:[t&&jsxRuntime.jsxs("label",{htmlFor:M,className:i(yT({size:s}),l),children:[t,n&&jsxRuntime.jsx("span",{className:"text-danger ml-0.5","aria-hidden":"true",children:"*"})]}),jsxRuntime.jsxs("div",{className:i(xT({size:s,isInvalid:o,disabled:w,fullWidth:y}),c),style:{borderColor:Z?"var(--color-foreground)":void 0},onFocus:()=>ot(true),onBlur:_=>{_.currentTarget.contains(_.relatedTarget)||ot(false);},children:[jsxRuntime.jsx("input",{ref:P,id:M,type:"text",inputMode:"numeric",placeholder:v===24?"HH":"hh",value:B,onChange:ac,onBlur:to,onKeyDown:_=>Xs(_,"hour"),onFocus:_=>_.target.select(),"aria-label":"Hour","aria-invalid":o,"aria-describedby":A?N:r?E:void 0,"aria-required":n,disabled:w,className:qs}),jsxRuntime.jsx("span",{className:"text-muted-foreground",children:":"}),jsxRuntime.jsx("input",{ref:k,type:"text",inputMode:"numeric",placeholder:"mm",value:ae,onChange:oe,onBlur:ra,onKeyDown:_=>Xs(_,"minute"),onFocus:_=>_.target.select(),"aria-label":"Minute",disabled:w,className:qs}),g&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("span",{className:"text-muted-foreground",children:":"}),jsxRuntime.jsx("input",{ref:L,type:"text",inputMode:"numeric",placeholder:"ss",value:K,onChange:Nt,onBlur:ty,onKeyDown:_=>Xs(_,"second"),onFocus:_=>_.target.select(),"aria-label":"Second",disabled:w,className:qs})]}),v===12&&jsxRuntime.jsx("button",{ref:H,type:"button",onClick:nc,onKeyDown:ry,disabled:w,className:i("ml-0.5 rounded text-muted-foreground hover:text-foreground focus:outline-none focus:text-foreground transition-colors tabular-nums",s==="sm"?"w-6":s==="lg"?"w-8":"w-7",w&&"cursor-not-allowed"),"aria-label":"AM/PM",children:z})]}),r&&!A&&jsxRuntime.jsx("p",{id:E,className:i("text-muted-foreground",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",d),children:r}),A&&jsxRuntime.jsx("p",{id:N,role:"alert",className:i("text-danger",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",u),children:a})]})});nv.displayName="TimeField";var sv=classVarianceAuthority.cva("flex flex-col gap-1.5",{variants:{size:{sm:"",md:"",lg:""}},defaultVariants:{size:"md"}}),wT=classVarianceAuthority.cva("flex rounded-md border border-input bg-background placeholder:text-muted-foreground focus:outline-none transition-colors disabled:cursor-not-allowed disabled:opacity-50 font-mono uppercase",{variants:{size:{sm:"h-8 pl-10 pr-3 py-1.5 text-xs",md:"h-10 pl-12 pr-3 py-2 text-sm",lg:"h-12 pl-14 pr-4 py-3 text-base"},isInvalid:{true:"border-danger focus:border-danger",false:""},fullWidth:{true:"w-full",false:"w-fit"}},defaultVariants:{size:"md",isInvalid:false,fullWidth:false}}),CT=classVarianceAuthority.cva("absolute left-2 top-1/2 -translate-y-1/2 rounded border border-input overflow-hidden",{variants:{size:{sm:"h-5 w-5",md:"h-6 w-6",lg:"h-8 w-8"}},defaultVariants:{size:"md"}}),NT=classVarianceAuthority.cva("font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",{variants:{size:{sm:"text-xs",md:"text-sm",lg:"text-base"}},defaultVariants:{size:"md"}}),ov=e=>/^#([A-Fa-f0-9]{3}|[A-Fa-f0-9]{6}|[A-Fa-f0-9]{8})$/.test(e),MT=e=>(e.startsWith("#")||(e="#"+e),e.length===4&&(e="#"+e[1]+e[1]+e[2]+e[2]+e[3]+e[3]),e.toUpperCase()),iv=$__namespace.forwardRef(({className:e,label:t,description:r,errorMessage:a,isRequired:n,isInvalid:o,size:s,labelClassName:l,inputClassName:c,descriptionClassName:d,errorClassName:u,value:m,defaultValue:f="#000000",onChange:p,showSwatch:b=true,showPicker:x=true,allowAlpha:g=false,fullWidth:v=false,disabled:w,id:y,...h},C)=>{let R=$__namespace.useId(),T=y||R,M=`${T}-picker`,E=`${T}-description`,N=`${T}-error`,[P,k]=$__namespace.useState(f),[L,H]=$__namespace.useState(false),S=m!==void 0?m:P,D=o&&a,I=O=>{let B=O.target.value;B&&!B.startsWith("#")&&(B="#"+B),m===void 0&&k(B),p?.(B);},A=O=>{let B=O.target.value.toUpperCase();m===void 0&&k(B),p?.(B);},F=()=>{if(S&&ov(S)){let O=MT(S);O!==S&&(m===void 0&&k(O),p?.(O));}},V=ov(S)?S:"#000000";return jsxRuntime.jsxs("div",{className:i(sv({size:s}),e),children:[t&&jsxRuntime.jsxs("label",{htmlFor:T,className:i(NT({size:s}),l),children:[t,n&&jsxRuntime.jsx("span",{className:"text-danger ml-0.5","aria-hidden":"true",children:"*"})]}),jsxRuntime.jsxs("div",{className:"relative",children:[b&&jsxRuntime.jsx("div",{className:i(CT({size:s})),children:x?jsxRuntime.jsxs("label",{htmlFor:M,className:"block h-full w-full cursor-pointer",children:[jsxRuntime.jsx("input",{id:M,type:"color",value:V,onChange:A,disabled:w,className:"absolute inset-0 h-full w-full cursor-pointer opacity-0",tabIndex:-1}),jsxRuntime.jsx("div",{className:"h-full w-full",style:{backgroundColor:V}})]}):jsxRuntime.jsx("div",{className:"h-full w-full",style:{backgroundColor:V}})}),jsxRuntime.jsx("input",{ref:C,id:T,type:"text",value:S,onChange:I,onFocus:()=>H(true),onBlur:()=>{H(false),F();},placeholder:"#000000",maxLength:g?9:7,"aria-invalid":o,"aria-describedby":D?N:r?E:void 0,"aria-required":n,disabled:w,className:i(wT({size:s,isInvalid:o,fullWidth:v}),!b&&"pl-3",c),style:{borderColor:L?"var(--color-foreground)":void 0},...h})]}),r&&!D&&jsxRuntime.jsx("p",{id:E,className:i("text-muted-foreground",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",d),children:r}),D&&jsxRuntime.jsx("p",{id:N,role:"alert",className:i("text-danger",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",u),children:a})]})});iv.displayName="ColorField";var cv=classVarianceAuthority.cva("inline-flex",{variants:{variant:{default:"",attached:"[&>*:not(:first-child):not(:last-child)]:rounded-none [&>*:first-child]:rounded-r-none [&>*:last-child]:rounded-l-none [&>*:not(:first-child)]:-ml-px"},orientation:{horizontal:"flex-row",vertical:"flex-col [&>*:not(:first-child):not(:last-child)]:rounded-none [&>*:first-child]:rounded-b-none [&>*:last-child]:rounded-t-none [&>*:not(:first-child)]:-mt-px [&>*:not(:first-child)]:ml-0"},spacing:{none:"gap-0",sm:"gap-1",md:"gap-2",lg:"gap-3"}},compoundVariants:[{variant:"attached",spacing:["sm","md","lg"],className:"gap-0"}],defaultVariants:{variant:"default",orientation:"horizontal",spacing:"sm"}}),dv=$__namespace.createContext({});function PT(){return $__namespace.useContext(dv)}var uv=$__namespace.forwardRef(({className:e,variant:t,orientation:r,spacing:a,disabled:n,children:o,...s},l)=>jsxRuntime.jsx(dv.Provider,{value:{disabled:n},children:jsxRuntime.jsx("div",{ref:l,role:"group",className:i(cv({variant:t,orientation:r,spacing:a,className:e})),...s,children:o})}));uv.displayName="ButtonGroup";var pv=classVarianceAuthority.cva("inline-flex items-center justify-center transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50",{variants:{variant:{solid:"bg-primary text-primary-foreground hover:bg-primary/90",outline:"border border-input bg-background hover:bg-accent hover:text-accent-foreground",ghost:"hover:bg-accent hover:text-accent-foreground",soft:"bg-primary/10 text-primary hover:bg-primary/20",surface:"bg-muted text-muted-foreground hover:bg-muted/80"},size:{sm:"h-8 w-8",md:"h-9 w-9",lg:"h-10 w-10",xl:"h-12 w-12"},radius:{none:"rounded-none",sm:"rounded-sm",md:"rounded-md",lg:"rounded-lg",full:"rounded-full"}},defaultVariants:{variant:"ghost",size:"md",radius:"md"}}),fv=$__namespace.forwardRef(({className:e,variant:t,size:r,radius:a,isLoading:n,disabled:o,children:s,...l},c)=>{let d={sm:"h-4 w-4",md:"h-4 w-4",lg:"h-5 w-5",xl:"h-6 w-6"}[r??"md"];return jsxRuntime.jsx("button",{ref:c,type:"button",disabled:o||n,className:i(pv({variant:t,size:r,radius:a,className:e})),...l,children:n?jsxRuntime.jsxs("svg",{className:i("animate-spin",d),xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",children:[jsxRuntime.jsx("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),jsxRuntime.jsx("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})]}):jsxRuntime.jsx("span",{className:i("[&>svg]:h-full [&>svg]:w-full",d),children:s})})});fv.displayName="IconButton";var bv=classVarianceAuthority.cva("inline-flex items-center",{variants:{variant:{default:"gap-1",compact:"gap-0.5",attached:"[&>*:not(:first-child):not(:last-child)]:rounded-none [&>*:first-child]:rounded-r-none [&>*:last-child]:rounded-l-none [&>*:not(:first-child)]:-ml-px gap-0"},orientation:{horizontal:"flex-row",vertical:"flex-col [&>*:not(:first-child):not(:last-child)]:rounded-none [&>*:first-child]:rounded-b-none [&>*:last-child]:rounded-t-none [&>*:not(:first-child)]:-mt-px [&>*:not(:first-child)]:ml-0"},size:{sm:"",md:"",lg:""},density:{compact:"gap-0.5",regular:"gap-1",spacious:"gap-2"}},defaultVariants:{variant:"default",orientation:"horizontal",size:"md",density:"regular"}}),vv=$__namespace.forwardRef(({className:e,variant:t,orientation:r,size:a,density:n,items:o,maxVisibleItems:s,isDisabled:l,onAction:c,showLabels:d=false,renderItem:u,...m},f)=>{let p=s&&s<o.length?o.slice(0,s):o,b=s&&s<o.length?o.slice(s):[],x={sm:"h-8 px-2 text-xs",md:"h-9 px-3 text-sm",lg:"h-10 px-4 text-base"}[a??"md"],g={sm:"h-8 w-8",md:"h-9 w-9",lg:"h-10 w-10"}[a??"md"],v={sm:"h-4 w-4",md:"h-4 w-4",lg:"h-5 w-5"}[a??"md"],w=(h,C)=>{C&&C(),c&&c(h);},y=h=>jsxRuntime.jsxs("button",{type:"button",disabled:l||h.isDisabled,onClick:()=>w(h.key,h.onPress),className:i("inline-flex items-center justify-center gap-2 rounded-md transition-colors","hover:bg-accent hover:text-accent-foreground","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2","disabled:pointer-events-none disabled:opacity-50",d?x:g),"aria-label":h.label,children:[h.icon&&jsxRuntime.jsx("span",{className:v,children:h.icon}),d&&jsxRuntime.jsx("span",{children:h.label})]},h.key);return jsxRuntime.jsxs("div",{ref:f,role:"group",className:i(bv({variant:t,orientation:r,size:a,density:n,className:e})),...m,children:[p.map(h=>u?u(h):y(h)),b.length>0&&jsxRuntime.jsxs(Sr,{children:[jsxRuntime.jsx(Hr,{asChild:true,children:jsxRuntime.jsx("button",{type:"button",disabled:l,className:i("inline-flex items-center justify-center rounded-md transition-colors","hover:bg-accent hover:text-accent-foreground","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2","disabled:pointer-events-none disabled:opacity-50",g),"aria-label":"More actions",children:jsxRuntime.jsx(lucideReact.MoreHorizontal,{className:v})})}),jsxRuntime.jsx(Vr,{align:"end",children:b.map(h=>jsxRuntime.jsxs(zt,{disabled:h.isDisabled,onClick:()=>w(h.key,h.onPress),children:[h.icon&&jsxRuntime.jsx("span",{className:i(v,"mr-2"),children:h.icon}),h.label]},h.key))})]})]})});vv.displayName="ActionGroup";var Rv=classVarianceAuthority.cva("inline-flex items-center gap-2",{variants:{variant:{neutral:"[--status-color:theme(colors.muted.foreground)]",info:"[--status-color:theme(colors.blue.500)]",positive:"[--status-color:theme(colors.green.500)]",notice:"[--status-color:theme(colors.yellow.500)]",negative:"[--status-color:theme(colors.red.500)]"},size:{sm:"text-xs",md:"text-sm",lg:"text-base"}},defaultVariants:{variant:"neutral",size:"md"}}),ST=classVarianceAuthority.cva("rounded-full bg-[--status-color] flex-shrink-0",{variants:{size:{sm:"h-1.5 w-1.5",md:"h-2 w-2",lg:"h-2.5 w-2.5"},pulse:{true:"animate-pulse",false:""}},defaultVariants:{size:"md",pulse:false}}),wv=$__namespace.forwardRef(({className:e,variant:t,size:r,pulse:a=false,hideLabel:n=false,children:o,...s},l)=>jsxRuntime.jsxs("span",{ref:l,role:"status",className:i(Rv({variant:t,size:r,className:e})),...s,children:[jsxRuntime.jsx("span",{className:i(ST({size:r,pulse:a})),"aria-hidden":"true"}),!n&&o&&jsxRuntime.jsx("span",{className:"text-foreground",children:o})]}));wv.displayName="StatusLight";var Nv=classVarianceAuthority.cva("flex flex-col items-center justify-center text-center",{variants:{size:{sm:"gap-3 max-w-xs",md:"gap-4 max-w-sm",lg:"gap-5 max-w-md"}},defaultVariants:{size:"md"}}),VT=classVarianceAuthority.cva("text-muted-foreground",{variants:{size:{sm:"[&>svg]:h-16 [&>svg]:w-16",md:"[&>svg]:h-24 [&>svg]:w-24",lg:"[&>svg]:h-32 [&>svg]:w-32"}},defaultVariants:{size:"md"}}),IT=classVarianceAuthority.cva("font-semibold text-foreground",{variants:{size:{sm:"text-base",md:"text-lg",lg:"text-xl"}},defaultVariants:{size:"md"}}),AT=classVarianceAuthority.cva("text-muted-foreground",{variants:{size:{sm:"text-xs",md:"text-sm",lg:"text-base"}},defaultVariants:{size:"md"}}),Mv=$__namespace.forwardRef(({className:e,size:t,illustration:r,heading:a,description:n,children:o,...s},l)=>jsxRuntime.jsxs("div",{ref:l,className:i(Nv({size:t,className:e})),...s,children:[r&&jsxRuntime.jsx("div",{className:i(VT({size:t})),"aria-hidden":"true",children:r}),a&&jsxRuntime.jsx("h3",{className:i(IT({size:t})),children:a}),n&&jsxRuntime.jsx("p",{className:i(AT({size:t})),children:n}),o&&jsxRuntime.jsx("div",{className:"mt-2",children:o})]}));Mv.displayName="IllustratedMessage";var kv=classVarianceAuthority.cva("relative flex gap-3 rounded-lg border p-4 text-sm",{variants:{variant:{info:"border-blue-200 bg-blue-50 text-blue-900 dark:border-blue-800 dark:bg-blue-950 dark:text-blue-100 [&>svg]:text-blue-600 dark:[&>svg]:text-blue-400",success:"border-green-200 bg-green-50 text-green-900 dark:border-green-800 dark:bg-green-950 dark:text-green-100 [&>svg]:text-green-600 dark:[&>svg]:text-green-400",warning:"border-amber-200 bg-amber-50 text-amber-900 dark:border-amber-800 dark:bg-amber-950 dark:text-amber-100 [&>svg]:text-amber-600 dark:[&>svg]:text-amber-400",error:"border-red-200 bg-red-50 text-red-900 dark:border-red-800 dark:bg-red-950 dark:text-red-100 [&>svg]:text-red-600 dark:[&>svg]:text-red-400",neutral:"border-border bg-muted text-foreground [&>svg]:text-muted-foreground"}},defaultVariants:{variant:"info"}}),KT={info:lucideReact.Info,success:lucideReact.CheckCircle2,warning:lucideReact.AlertTriangle,error:lucideReact.AlertCircle,neutral:lucideReact.Info},Ev=$__namespace.forwardRef(({className:e,variant:t,title:r,icon:a,hideIcon:n=false,isDismissible:o=false,onDismiss:s,actions:l,children:c,...d},u)=>{let[m,f]=$__namespace.useState(true);if(!m)return null;let p=KT[t??"info"],b=()=>{f(false),s?.();};return jsxRuntime.jsxs("div",{ref:u,role:"alert",className:i(kv({variant:t,className:e})),...d,children:[!n&&jsxRuntime.jsx("div",{className:"flex-shrink-0",children:a||jsxRuntime.jsx(p,{className:"h-5 w-5"})}),jsxRuntime.jsxs("div",{className:"flex-1 space-y-1",children:[r&&jsxRuntime.jsx("div",{className:"font-medium",children:r}),c&&jsxRuntime.jsx("div",{className:"opacity-90",children:c}),l&&jsxRuntime.jsx("div",{className:"mt-3 flex gap-2",children:l})]}),o&&jsxRuntime.jsx("button",{type:"button",onClick:b,className:"absolute right-2 top-2 rounded-md p-1 opacity-70 transition-opacity hover:opacity-100 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring","aria-label":"Dismiss",children:jsxRuntime.jsx(lucideReact.X,{className:"h-4 w-4"})})]})});Ev.displayName="InlineAlert";var Lv=classVarianceAuthority.cva("fixed flex items-center gap-2 rounded-lg border bg-background shadow-lg transition-all duration-200",{variants:{position:{bottom:"bottom-4 left-1/2 -translate-x-1/2",top:"top-4 left-1/2 -translate-x-1/2","bottom-right":"bottom-4 right-4","bottom-left":"bottom-4 left-4"},size:{sm:"px-3 py-2 gap-1.5",md:"px-4 py-2.5 gap-2",lg:"px-5 py-3 gap-3"}},defaultVariants:{position:"bottom",size:"md"}}),Dv=$__namespace.forwardRef(({className:e,position:t,size:r,selectedCount:a=0,isOpen:n=true,onClose:o,showClose:s=true,selectedText:l,children:c,...d},u)=>{if(!n||a===0)return null;let m=()=>typeof l=="function"?l(a):l||`${a} item${a>1?"s":""} selected`;return jsxRuntime.jsxs("div",{ref:u,role:"toolbar","aria-label":"Actions for selected items",className:i(Lv({position:t,size:r,className:e})),...d,children:[jsxRuntime.jsx("span",{className:"text-sm font-medium text-muted-foreground whitespace-nowrap",children:m()}),jsxRuntime.jsx("div",{className:"h-4 w-px bg-border"}),jsxRuntime.jsx("div",{className:"flex items-center gap-1",children:c}),s&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"h-4 w-px bg-border"}),jsxRuntime.jsx("button",{type:"button",onClick:o,className:"rounded-md p-1 text-muted-foreground hover:bg-accent hover:text-accent-foreground transition-colors","aria-label":"Close action bar",children:jsxRuntime.jsx(lucideReact.X,{className:"h-4 w-4"})})]})]})});Dv.displayName="ActionBar";var Sv=$__namespace.forwardRef(({className:e,icon:t,children:r,...a},n)=>jsxRuntime.jsxs("button",{ref:n,type:"button",className:i("inline-flex items-center gap-1.5 rounded-md px-2.5 py-1.5 text-sm font-medium transition-colors","hover:bg-accent hover:text-accent-foreground","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring","disabled:pointer-events-none disabled:opacity-50",e),...a,children:[t&&jsxRuntime.jsx("span",{className:"h-4 w-4 [&>svg]:h-full [&>svg]:w-full",children:t}),r]}));Sv.displayName="ActionBarButton";var Hv=classVarianceAuthority.cva("inline-flex items-center justify-center rounded-md transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50",{variants:{variant:{ghost:"hover:bg-accent hover:text-accent-foreground",outline:"border border-input bg-background hover:bg-accent hover:text-accent-foreground",subtle:"text-muted-foreground hover:text-foreground hover:bg-muted"},size:{sm:"h-7 w-7",md:"h-8 w-8",lg:"h-9 w-9"}},defaultVariants:{variant:"ghost",size:"md"}});function qT(e){return "items"in e}var Vv=$__namespace.forwardRef(({items:e,align:t="end",side:r="bottom",iconOrientation:a="vertical",trigger:n,variant:o,size:s,onAction:l,"aria-label":c="More actions",triggerClassName:d,disabled:u},m)=>{let f={sm:"h-3.5 w-3.5",md:"h-4 w-4",lg:"h-5 w-5"}[s??"md"],p=a==="horizontal"?lucideReact.MoreHorizontal:lucideReact.MoreVertical,b=g=>{g.onSelect?.(),l?.(g.key);},x=g=>jsxRuntime.jsxs(zt,{disabled:g.isDisabled,onClick:()=>b(g),className:i(g.isDestructive&&"text-destructive focus:text-destructive"),children:[g.icon&&jsxRuntime.jsx("span",{className:"mr-2 h-4 w-4 [&>svg]:h-full [&>svg]:w-full",children:g.icon}),jsxRuntime.jsx("span",{className:"flex-1",children:g.label}),g.shortcut&&jsxRuntime.jsx("span",{className:"ml-auto text-xs text-muted-foreground",children:g.shortcut})]},g.key);return jsxRuntime.jsxs(Sr,{children:[jsxRuntime.jsx(Hr,{asChild:true,children:n||jsxRuntime.jsx("button",{ref:m,type:"button",disabled:u,className:i(Hv({variant:o,size:s}),d),"aria-label":c,children:jsxRuntime.jsx(p,{className:f})})}),jsxRuntime.jsx(Vr,{align:t,side:r,children:e.map((g,v)=>qT(g)?jsxRuntime.jsxs($__namespace.Fragment,{children:[v>0&&jsxRuntime.jsx(ho,{}),g.items.map(x)]},g.key):x(g))})]})});Vv.displayName="ActionMenu";var zv=classVarianceAuthority.cva("flex flex-col",{variants:{variant:{default:"gap-1",bordered:"border rounded-lg divide-y",cards:"gap-2"},size:{sm:"",md:"",lg:""}},defaultVariants:{variant:"default",size:"md"}}),Bv=classVarianceAuthority.cva("flex items-center gap-3 transition-colors cursor-pointer",{variants:{variant:{default:"rounded-md hover:bg-accent",bordered:"hover:bg-accent",cards:"rounded-lg border hover:border-primary/50 hover:bg-accent/50"},size:{sm:"px-2 py-1.5 text-sm",md:"px-3 py-2",lg:"px-4 py-3 text-lg"},isSelected:{true:"bg-accent",false:""},isDisabled:{true:"opacity-50 pointer-events-none",false:""}},compoundVariants:[{variant:"cards",isSelected:true,className:"border-primary bg-accent"}],defaultVariants:{variant:"default",size:"md",isSelected:false,isDisabled:false}});function Ov({className:e,variant:t,size:r,items:a,selectedKeys:n,selectionMode:o="none",onSelectionChange:s,allowsDragging:l=false,onReorder:c,showCheckbox:d=false,renderItem:u,emptyContent:m,...f}){let[p,b]=$__namespace.useState(new Set),[x,g]=$__namespace.useState(null),[v,w]=$__namespace.useState(null),y=$__namespace.useMemo(()=>n?n instanceof Set?n:new Set(n):p,[n,p]),h=M=>{if(o==="none")return;let E;o==="single"?E=y.has(M)?new Set:new Set([M]):(E=new Set(y),E.has(M)?E.delete(M):E.add(M)),n||b(E),s?.(E);},C=(M,E)=>{g(E),M.dataTransfer.effectAllowed="move";},R=(M,E)=>{M.preventDefault(),x!==E&&w(E);},T=()=>{if(x&&v&&x!==v){let M=a.findIndex(k=>k.key===x),E=a.findIndex(k=>k.key===v),N=[...a],[P]=N.splice(M,1);N.splice(E,0,P),c?.(N);}g(null),w(null);};return a.length===0?jsxRuntime.jsx("div",{className:i("flex items-center justify-center p-8 text-muted-foreground",e),children:m||"No items"}):jsxRuntime.jsx("div",{role:"listbox","aria-multiselectable":o==="multiple",className:i(zv({variant:t,size:r,className:e})),...f,children:a.map(M=>{let E=y.has(M.key),N=x===M.key,P=v===M.key;return u?jsxRuntime.jsx("div",{role:"option","aria-selected":E,onClick:()=>h(M.key),children:u(M,E)},M.key):jsxRuntime.jsxs("div",{role:"option","aria-selected":E,"aria-disabled":M.isDisabled,draggable:l&&!M.isDisabled,onDragStart:k=>C(k,M.key),onDragOver:k=>R(k,M.key),onDragEnd:T,onClick:()=>!M.isDisabled&&h(M.key),className:i(Bv({variant:t,size:r,isSelected:E,isDisabled:M.isDisabled}),N&&"opacity-50",P&&"border-t-2 border-t-primary"),children:[l&&jsxRuntime.jsx(lucideReact.GripVertical,{className:"h-4 w-4 text-muted-foreground cursor-grab"}),d&&o!=="none"&&jsxRuntime.jsx("div",{className:i("flex h-4 w-4 items-center justify-center rounded border",E?"bg-primary border-primary text-primary-foreground":"border-input"),children:E&&jsxRuntime.jsx(lucideReact.Check,{className:"h-3 w-3"})}),M.icon&&jsxRuntime.jsx("span",{className:"h-5 w-5 text-muted-foreground [&>svg]:h-full [&>svg]:w-full",children:M.icon}),jsxRuntime.jsxs("div",{className:"flex-1 min-w-0",children:[jsxRuntime.jsx("div",{className:"truncate",children:M.label}),M.description&&jsxRuntime.jsx("div",{className:"text-sm text-muted-foreground truncate",children:M.description})]})]},M.key)})})}Ov.displayName="ListView";var Fv=classVarianceAuthority.cva("relative flex w-full touch-none select-none",{variants:{orientation:{horizontal:"items-center",vertical:"flex-col justify-center h-full"},size:{sm:"",md:"",lg:""}},defaultVariants:{orientation:"horizontal",size:"md"}}),QT=classVarianceAuthority.cva("relative grow overflow-hidden rounded-full bg-secondary",{variants:{orientation:{horizontal:"w-full",vertical:"w-2 h-full"},size:{sm:"h-1",md:"h-2",lg:"h-3"}},compoundVariants:[{orientation:"vertical",size:"sm",className:"w-1 h-full"},{orientation:"vertical",size:"md",className:"w-2 h-full"},{orientation:"vertical",size:"lg",className:"w-3 h-full"}],defaultVariants:{orientation:"horizontal",size:"md"}}),eP=classVarianceAuthority.cva("block rounded-full border-2 border-primary bg-background ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 cursor-grab",{variants:{size:{sm:"h-3.5 w-3.5",md:"h-5 w-5",lg:"h-6 w-6"}},defaultVariants:{size:"md"}}),Gv=$__namespace.forwardRef(({className:e,orientation:t="horizontal",size:r="md",value:a,defaultValue:n=[25,75],onValueChange:o,onValueCommit:s,min:l=0,max:c=100,step:d=1,disabled:u=false,showLabels:m=false,formatLabel:f=v=>String(v),trackColor:p="primary",name:b,...x},g)=>{let[v,w]=$__namespace.useState(n),y=a!==void 0,h=y?a:v,C=$__namespace.useRef(null),[R,T]=$__namespace.useState(false),[M,E]=$__namespace.useState(null),N=(V,O)=>{if(!C.current)return h[0];let B=C.current.getBoundingClientRect(),te;t==="horizontal"?te=(V-B.left)/B.width:te=1-(O-B.top)/B.height,te=Math.max(0,Math.min(1,te));let ae=l+te*(c-l),G=Math.round(ae/d)*d;return Math.max(l,Math.min(c,G))},P=(V,O)=>{let B=[...h];B[O]=V,O===0&&V>h[1]&&(B[0]=h[1]),O===1&&V<h[0]&&(B[1]=h[0]),y||w(B),o?.(B);},k=(V,O)=>{u||(V.preventDefault(),T(true),E(O),V.target.setPointerCapture(V.pointerId));},L=V=>{if(!R||M===null||u)return;let O=N(V.clientX,V.clientY);P(O,M);},H=()=>{R&&(T(false),E(null),s?.(h));},S=V=>{if(u)return;let O=N(V.clientX,V.clientY),B=Math.abs(h[0]-O),te=Math.abs(h[1]-O),ae=B<=te?0:1;P(O,ae);let G=[...h];G[ae]=O,s?.(G);},D=(V,O)=>{if(u)return;let B=h[O];switch(V.key){case "ArrowRight":case "ArrowUp":V.preventDefault(),B=Math.min(c,h[O]+d);break;case "ArrowLeft":case "ArrowDown":V.preventDefault(),B=Math.max(l,h[O]-d);break;case "Home":V.preventDefault(),B=l;break;case "End":V.preventDefault(),B=c;break;default:return}P(B,O);let te=[...h];te[O]=B,s?.(te);},I=V=>(V-l)/(c-l)*100,A={primary:"bg-primary",success:"bg-green-500",warning:"bg-yellow-500",danger:"bg-red-500"}[p],F={sm:14,md:20,lg:24}[r||"md"];return jsxRuntime.jsxs("div",{className:"relative w-full",children:[m&&jsxRuntime.jsxs("div",{className:"flex justify-between mb-2 text-sm text-muted-foreground",children:[jsxRuntime.jsx("span",{children:f(h[0])}),jsxRuntime.jsx("span",{children:f(h[1])})]}),jsxRuntime.jsxs("div",{ref:g,className:i(Fv({orientation:t,size:r}),u&&"opacity-50 pointer-events-none",e),...x,children:[jsxRuntime.jsx("div",{ref:C,className:i(QT({orientation:t,size:r})),onClick:S,children:jsxRuntime.jsx("div",{className:i("absolute rounded-full",A,{"h-full":t==="horizontal","w-full":t==="vertical"}),style:t==="horizontal"?{left:`${I(h[0])}%`,right:`${100-I(h[1])}%`,top:0,bottom:0}:{bottom:`${I(h[0])}%`,top:`${100-I(h[1])}%`,left:0,right:0}})}),h.map((V,O)=>jsxRuntime.jsx("div",{role:"slider",tabIndex:u?-1:0,"aria-valuemin":l,"aria-valuemax":c,"aria-valuenow":V,"aria-orientation":t||void 0,"aria-disabled":u,className:i(eP({size:r}),R&&M===O&&"cursor-grabbing"),style:t==="horizontal"?{position:"absolute",left:`calc(${I(V)}% - ${F/2}px)`,top:"50%",transform:"translateY(-50%)"}:{position:"absolute",bottom:`calc(${I(V)}% - ${F/2}px)`,left:"50%",transform:"translateX(-50%)"},onPointerDown:B=>k(B,O),onPointerMove:L,onPointerUp:H,onPointerCancel:H,onKeyDown:B=>D(B,O)},O)),b&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("input",{type:"hidden",name:`${b}[0]`,value:h[0]}),jsxRuntime.jsx("input",{type:"hidden",name:`${b}[1]`,value:h[1]})]})]})]})});Gv.displayName="RangeSlider";var zl=classVarianceAuthority.cva("inline-flex items-center justify-center rounded-full transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",{variants:{variant:{help:"text-muted-foreground hover:text-foreground",info:"text-blue-500 hover:text-blue-600",warning:"text-yellow-500 hover:text-yellow-600"},size:{sm:"h-4 w-4",md:"h-5 w-5",lg:"h-6 w-6"}},defaultVariants:{variant:"help",size:"md"}}),oP=classVarianceAuthority.cva("z-50 rounded-md border bg-popover p-4 text-popover-foreground shadow-md outline-none animate-in fade-in-0 zoom-in-95",{variants:{size:{sm:"w-56 text-xs",md:"w-72 text-sm",lg:"w-80 text-base"}},defaultVariants:{size:"md"}}),sP={help:lucideReact.HelpCircle,info:lucideReact.Info,warning:lucideReact.AlertCircle},_v=$__namespace.forwardRef(({variant:e="help",size:t,title:r,children:a,trigger:n,side:o="top",align:s="center",open:l,onOpenChange:c,learnMoreUrl:d,learnMoreText:u="Learn more",triggerClassName:m,contentClassName:f},p)=>{let[b,x]=$__namespace.useState(false),[g,v]=$__namespace.useState(false),[w,y]=$__namespace.useState({top:0,left:0}),h=$__namespace.useRef(null),C=$__namespace.useRef(null),R=l!==void 0?l:b,T=$__namespace.useCallback(P=>{l===void 0&&x(P),c?.(P);},[l,c]);$__namespace.useEffect(()=>{v(true);},[]),$__namespace.useEffect(()=>{if(!R||!h.current)return;let P=()=>{let k=h.current.getBoundingClientRect(),L=288,H=8,S=0,D=0;switch(o){case "top":S=k.top-H,D=k.left+k.width/2;break;case "bottom":S=k.bottom+H,D=k.left+k.width/2;break;case "left":S=k.top+k.height/2,D=k.left-H;break;case "right":S=k.top+k.height/2,D=k.right+H;break}if(o==="top"||o==="bottom")switch(s){case "start":D=k.left;break;case "center":D=k.left+k.width/2-L/2;break;case "end":D=k.right-L;break}D=Math.max(8,Math.min(D,window.innerWidth-L-8)),y({top:S,left:D});};return P(),window.addEventListener("resize",P),window.addEventListener("scroll",P,true),()=>{window.removeEventListener("resize",P),window.removeEventListener("scroll",P,true);}},[R,o,s]),$__namespace.useEffect(()=>{if(!R)return;let P=k=>{C.current&&!C.current.contains(k.target)&&h.current&&!h.current.contains(k.target)&&T(false);};return document.addEventListener("mousedown",P),()=>document.removeEventListener("mousedown",P)},[R,T]),$__namespace.useEffect(()=>{if(!R)return;let P=k=>{k.key==="Escape"&&T(false);};return document.addEventListener("keydown",P),()=>document.removeEventListener("keydown",P)},[R,T]);let M=sP[e??"help"],E=()=>{T(!R);},N=()=>{switch(o){case "top":return "bottom center";case "bottom":return "top center";case "left":return "right center";case "right":return "left center";default:return "center center"}};return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[n?$__namespace.isValidElement(n)?$__namespace.cloneElement(n,{ref:h,onClick:P=>{n.props.onClick?.(P),E();}}):jsxRuntime.jsx("button",{ref:h,type:"button",onClick:E,className:i(zl({variant:e,size:t}),m),"aria-label":"Help",children:n}):jsxRuntime.jsx("button",{ref:P=>{h.current=P,typeof p=="function"?p(P):p&&(p.current=P);},type:"button",onClick:E,className:i(zl({variant:e,size:t}),m),"aria-label":"Help",children:jsxRuntime.jsx(M,{className:"h-full w-full"})}),g&&R&&No__namespace.createPortal(jsxRuntime.jsxs("div",{ref:C,className:i(oP({size:t}),f),style:{position:"fixed",top:w.top,left:w.left,transformOrigin:N()},role:"tooltip",children:[r&&jsxRuntime.jsx("div",{className:"mb-2 font-semibold text-foreground",children:r}),jsxRuntime.jsx("div",{className:"text-muted-foreground",children:a}),d&&jsxRuntime.jsxs("a",{href:d,target:"_blank",rel:"noopener noreferrer",className:"mt-3 inline-block text-primary hover:underline",children:[u," \u2192"]}),jsxRuntime.jsx("div",{className:"absolute h-2 w-2 rotate-45 border bg-popover",style:{...o==="top"&&{bottom:-4,left:"50%",marginLeft:-4,borderTop:"none",borderLeft:"none"},...o==="bottom"&&{top:-4,left:"50%",marginLeft:-4,borderBottom:"none",borderRight:"none"},...o==="left"&&{right:-4,top:"50%",marginTop:-4,borderBottom:"none",borderLeft:"none"},...o==="right"&&{left:-4,top:"50%",marginTop:-4,borderTop:"none",borderRight:"none"}}})]}),document.body)]})});_v.displayName="ContextualHelp";var jv=classVarianceAuthority.cva("flex flex-wrap",{variants:{spacing:{sm:"gap-1",md:"gap-2",lg:"gap-3"}},defaultVariants:{spacing:"md"}}),Bl=classVarianceAuthority.cva("inline-flex items-center gap-1 rounded-md font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",{variants:{variant:{solid:"bg-primary text-primary-foreground",outline:"border border-input bg-background hover:bg-accent",soft:"bg-primary/10 text-primary",surface:"bg-muted text-muted-foreground"},size:{sm:"px-2 py-0.5 text-xs",md:"px-2.5 py-1 text-sm",lg:"px-3 py-1.5 text-base"},isSelected:{true:"",false:""},isDisabled:{true:"opacity-50 pointer-events-none",false:""}},compoundVariants:[{variant:"outline",isSelected:true,className:"border-primary bg-primary/5"},{variant:"soft",isSelected:true,className:"bg-primary/20"},{variant:"surface",isSelected:true,className:"bg-muted/80 ring-2 ring-primary/20"}],defaultVariants:{variant:"soft",size:"md",isSelected:false,isDisabled:false}});function Yv({className:e,spacing:t,variant:r,size:a,items:n,selectedKeys:o,selectionMode:s="none",onSelectionChange:l,allowsRemoving:c=false,onRemove:d,label:u,description:m,errorMessage:f,maxTags:p,...b}){let[x,g]=$__namespace.useState(new Set),v=$__namespace.useMemo(()=>o?o instanceof Set?o:new Set(o):x,[o,x]),w=R=>{if(s==="none")return;let T;s==="single"?T=v.has(R)?new Set:new Set([R]):(T=new Set(v),T.has(R)?T.delete(R):T.add(R)),o||g(T),l?.(T);},y=(R,T)=>{T.stopPropagation(),d?.(R);},h=p?n.slice(0,p):n,C=p?Math.max(0,n.length-p):0;return jsxRuntime.jsxs("div",{className:"flex flex-col gap-1.5",children:[u&&jsxRuntime.jsx("span",{className:"text-sm font-medium text-foreground",children:u}),m&&jsxRuntime.jsx("span",{className:"text-sm text-muted-foreground",children:m}),jsxRuntime.jsxs("div",{role:"group","aria-label":u,className:i(jv({spacing:t}),e),...b,children:[h.map(R=>{let T=v.has(R.key),M=s!=="none";return jsxRuntime.jsxs("span",{role:M?"button":void 0,tabIndex:M&&!R.isDisabled?0:void 0,"aria-pressed":M?T:void 0,onClick:()=>!R.isDisabled&&w(R.key),onKeyDown:E=>{(E.key==="Enter"||E.key===" ")&&!R.isDisabled&&(E.preventDefault(),w(R.key));},style:R.color?{backgroundColor:R.color}:void 0,className:i(Bl({variant:R.color?void 0:r,size:a,isSelected:T,isDisabled:R.isDisabled}),M&&!R.isDisabled&&"cursor-pointer hover:opacity-80",R.color&&"text-white"),children:[R.icon&&jsxRuntime.jsx("span",{className:"h-3.5 w-3.5 [&>svg]:h-full [&>svg]:w-full",children:R.icon}),R.label,c&&!R.isDisabled&&jsxRuntime.jsx("button",{type:"button",onClick:E=>y(R.key,E),className:"ml-0.5 rounded-full p-0.5 hover:bg-black/10 dark:hover:bg-white/10","aria-label":`Remove ${R.label}`,children:jsxRuntime.jsx(lucideReact.X,{className:"h-3 w-3"})})]},R.key)}),C>0&&jsxRuntime.jsxs("span",{className:i(Bl({variant:"surface",size:a}),"cursor-default"),children:["+",C," more"]})]}),f&&jsxRuntime.jsx("span",{className:"text-sm text-destructive",children:f})]})}Yv.displayName="TagGroup";var qv=classVarianceAuthority.cva("grid",{variants:{columns:{1:"grid-cols-1",2:"grid-cols-2",3:"grid-cols-3",4:"grid-cols-4",5:"grid-cols-5",6:"grid-cols-6",auto:"grid-cols-[repeat(auto-fill,minmax(150px,1fr))]"},gap:{sm:"gap-2",md:"gap-4",lg:"gap-6"}},defaultVariants:{columns:"auto",gap:"md"}}),Zv=classVarianceAuthority.cva("relative flex flex-col rounded-lg border transition-all cursor-pointer",{variants:{variant:{default:"hover:border-primary/50 hover:bg-accent/50",card:"bg-card shadow-sm hover:shadow-md hover:border-primary/50"},size:{sm:"p-2",md:"p-3",lg:"p-4"},isSelected:{true:"border-primary bg-accent ring-2 ring-primary/20",false:""},isDisabled:{true:"opacity-50 pointer-events-none",false:""}},defaultVariants:{variant:"default",size:"md",isSelected:false,isDisabled:false}});function Jv({className:e,columns:t,gap:r,items:a,selectedKeys:n,selectionMode:o="none",onSelectionChange:s,showSelectionIndicator:l=true,itemVariant:c="default",itemSize:d="md",renderItem:u,emptyContent:m,...f}){let[p,b]=$__namespace.useState(new Set),x=$__namespace.useMemo(()=>n?n instanceof Set?n:new Set(n):p,[n,p]),g=v=>{if(o==="none")return;let w;o==="single"?w=x.has(v)?new Set:new Set([v]):(w=new Set(x),w.has(v)?w.delete(v):w.add(v)),n||b(w),s?.(w);};return a.length===0?jsxRuntime.jsx("div",{className:i("flex items-center justify-center p-8 text-muted-foreground",e),children:m||"No items"}):jsxRuntime.jsx("div",{role:"grid","aria-multiselectable":o==="multiple",className:i(qv({columns:t,gap:r,className:e})),...f,children:a.map(v=>{let w=x.has(v.key);return u?jsxRuntime.jsx("div",{role:"gridcell","aria-selected":w,onClick:()=>g(v.key),children:u(v,w)},v.key):jsxRuntime.jsxs("div",{role:"gridcell","aria-selected":w,"aria-disabled":v.isDisabled,onClick:()=>!v.isDisabled&&g(v.key),className:i(Zv({variant:c,size:d,isSelected:w,isDisabled:v.isDisabled})),children:[l&&o!=="none"&&w&&jsxRuntime.jsx("div",{className:"absolute top-2 right-2 flex h-5 w-5 items-center justify-center rounded-full bg-primary text-primary-foreground",children:jsxRuntime.jsx(lucideReact.Check,{className:"h-3 w-3"})}),v.thumbnail&&jsxRuntime.jsx("div",{className:"mb-2 aspect-square w-full overflow-hidden rounded-md bg-muted",children:v.thumbnail}),jsxRuntime.jsxs("div",{className:"min-w-0",children:[jsxRuntime.jsx("div",{className:"truncate font-medium",children:v.label}),v.description&&jsxRuntime.jsx("div",{className:"mt-1 truncate text-sm text-muted-foreground",children:v.description})]})]},v.key)})})}Jv.displayName="GridList";var eh=classVarianceAuthority.cva("relative w-full",{variants:{size:{sm:"h-1.5",md:"h-2",lg:"h-3"}},defaultVariants:{size:"md"}}),dP=classVarianceAuthority.cva("w-full h-full rounded-full overflow-hidden",{variants:{variant:{default:"bg-secondary",subtle:"bg-muted"}},defaultVariants:{variant:"default"}}),uP=classVarianceAuthority.cva("h-full transition-all duration-300 ease-out",{variants:{color:{primary:"bg-primary",success:"bg-green-500",warning:"bg-yellow-500",danger:"bg-red-500",info:"bg-blue-500",auto:""},rounded:{true:"rounded-full",false:"rounded-l-full"}},defaultVariants:{color:"primary",rounded:true}}),Is=$__namespace.forwardRef(({className:e,size:t,value:r,min:a=0,max:n=100,optimum:o,low:s,high:l,label:c,showValueLabel:d=false,formatValue:u,color:m="primary",trackVariant:f="default",...p},b)=>{let x=Math.min(100,Math.max(0,(r-a)/(n-a)*100)),g=()=>{if(m!=="auto")return "";let w=(r-a)/(n-a),y=s!==void 0?(s-a)/(n-a):.25,h=l!==void 0?(l-a)/(n-a):.75;return (o!==void 0?(o-a)/(n-a):1)>=.5?w<=y?"bg-red-500":w<=h?"bg-yellow-500":"bg-green-500":w>=h?"bg-red-500":w>=y?"bg-yellow-500":"bg-green-500"},v=u?u(r,x):`${Math.round(x)}%`;return jsxRuntime.jsxs("div",{ref:b,className:i("w-full",e),...p,children:[(c||d)&&jsxRuntime.jsxs("div",{className:"flex items-center justify-between mb-1.5",children:[c&&jsxRuntime.jsx("span",{className:"text-sm font-medium text-foreground",children:c}),d&&jsxRuntime.jsx("span",{className:"text-sm text-muted-foreground",children:v})]}),jsxRuntime.jsx("div",{role:"meter","aria-valuenow":r,"aria-valuemin":a,"aria-valuemax":n,"aria-label":c,className:i(eh({size:t})),children:jsxRuntime.jsx("div",{className:i(dP({variant:f})),children:jsxRuntime.jsx("div",{className:i(uP({color:m==="auto"?void 0:m,rounded:x>=100}),m==="auto"&&g()),style:{width:`${x}%`}})})})]})});Is.displayName="Meter";var th=$__namespace.forwardRef((e,t)=>jsxRuntime.jsx(Is,{ref:t,color:"auto",low:50,high:80,optimum:0,...e}));th.displayName="DiskUsageMeter";var rh=$__namespace.forwardRef((e,t)=>jsxRuntime.jsx(Is,{ref:t,color:"auto",low:20,high:50,optimum:100,...e}));rh.displayName="BatteryMeter";var ah=classVarianceAuthority.cva("relative rounded-lg overflow-hidden cursor-crosshair touch-none select-none",{variants:{size:{sm:"h-32 w-32",md:"h-48 w-48",lg:"h-64 w-64",full:"h-full w-full min-h-48"}},defaultVariants:{size:"md"}}),zs=(e,t,r)=>{let a=n=>{let o=(n+e/60)%6;return r-r*t*Math.max(Math.min(o,4-o,1),0)};return [Math.round(a(5)*255),Math.round(a(3)*255),Math.round(a(1)*255)]},nh=(e,t,r)=>{e/=255,t/=255,r/=255;let a=Math.max(e,t,r),n=Math.min(e,t,r),o=a-n,s=0,l=a===0?0:o/a,c=a;if(o!==0)switch(a){case e:s=((t-r)/o+(t<r?6:0))*60;break;case t:s=((r-e)/o+2)*60;break;case r:s=((e-t)/o+4)*60;break}return [s,l,c]},oh=e=>{let t=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(e);return t?[parseInt(t[1],16),parseInt(t[2],16),parseInt(t[3],16)]:null},sh=(e,t,r)=>"#"+[e,t,r].map(a=>a.toString(16).padStart(2,"0")).join(""),ih=$__namespace.forwardRef(({hue:e,saturation:t,brightness:r,value:a,defaultValue:n="#ff0000",onChange:o,onColorChange:s,size:l,disabled:c,thumbSize:d=18,className:u,...m},f)=>{let p=$__namespace.useRef(null),[b,x]=$__namespace.useState(false),g=$__namespace.useCallback(V=>{let O=oh(V);return O?nh(...O):[0,1,1]},[]),[v,w]=$__namespace.useState(()=>g(a||n)),y=e??v[0],h=t??v[1],C=r??v[2];$__namespace.useEffect(()=>{if(a){let V=g(a);w(V);}},[a,g]);let R=$__namespace.useCallback((V,O)=>{if(c||!p.current)return;let B=p.current.getBoundingClientRect(),te=Math.max(0,Math.min(1,(V-B.left)/B.width)),ae=Math.max(0,Math.min(1,(O-B.top)/B.height)),G=te,K=1-ae;t===void 0&&r===void 0&&w([y,G,K]),o?.({hue:y,saturation:G,brightness:K});let ne=zs(y,G,K);s?.(sh(...ne));},[c,y,t,r,o,s]),T=V=>{c||(V.preventDefault(),x(true),V.target.setPointerCapture(V.pointerId),R(V.clientX,V.clientY));},M=V=>{b&&R(V.clientX,V.clientY);},E=V=>{x(false),V.target.releasePointerCapture(V.pointerId);},[N,P,k]=zs(y,1,1),L=`rgb(${N}, ${P}, ${k})`,H=h*100,S=(1-C)*100,[D,I,A]=zs(y,h,C),F=`rgb(${D}, ${I}, ${A})`;return jsxRuntime.jsx("div",{ref:f,className:i(ah({size:l}),c&&"cursor-not-allowed opacity-50",u),...m,children:jsxRuntime.jsxs("div",{ref:p,className:"absolute inset-0",style:{backgroundColor:L},onPointerDown:T,onPointerMove:M,onPointerUp:E,onPointerLeave:E,children:[jsxRuntime.jsx("div",{className:"absolute inset-0",style:{background:"linear-gradient(to right, white, transparent)"}}),jsxRuntime.jsx("div",{className:"absolute inset-0",style:{background:"linear-gradient(to bottom, transparent, black)"}}),jsxRuntime.jsx("div",{className:"absolute rounded-full border-2 border-white pointer-events-none",style:{width:d,height:d,left:`calc(${H}% - ${d/2}px)`,top:`calc(${S}% - ${d/2}px)`,backgroundColor:F,boxShadow:"0 0 0 1px rgba(0,0,0,0.1), 0 2px 4px rgba(0,0,0,0.2)"}})]})})});ih.displayName="ColorArea";var ch=classVarianceAuthority.cva("relative rounded-full cursor-pointer touch-none select-none",{variants:{orientation:{horizontal:"w-full",vertical:"h-full"},size:{sm:"",md:"",lg:""}},compoundVariants:[{orientation:"horizontal",size:"sm",className:"h-3"},{orientation:"horizontal",size:"md",className:"h-4"},{orientation:"horizontal",size:"lg",className:"h-5"},{orientation:"vertical",size:"sm",className:"w-3"},{orientation:"vertical",size:"md",className:"w-4"},{orientation:"vertical",size:"lg",className:"w-5"}],defaultVariants:{orientation:"horizontal",size:"md"}}),gP=`url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cg fill='%23ccc'%3E%3Crect width='4' height='4'/%3E%3Crect x='4' y='4' width='4' height='4'/%3E%3C/g%3E%3C/svg%3E")`,lh="linear-gradient(to right, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000)",dh=$__namespace.forwardRef(({value:e,defaultValue:t,onChange:r,channel:a="hue",baseColor:n="#ff0000",orientation:o,size:s,disabled:l,thumbSize:c=18,showBorder:d=true,className:u,...m},f)=>{let p=$__namespace.useRef(null),[b,x]=$__namespace.useState(false),g=()=>{switch(a){case "hue":return 0;case "alpha":case "saturation":case "brightness":return 1;default:return 0}},[v,w]=$__namespace.useState(t??g()),y=e??v,h=a==="hue"?y/360:y,C=$__namespace.useCallback((L,H)=>{if(l||!p.current)return;let S=p.current.getBoundingClientRect(),D=o!=="vertical",I;D?I=Math.max(0,Math.min(1,(L-S.left)/S.width)):I=Math.max(0,Math.min(1,1-(H-S.top)/S.height));let A=a==="hue"?I*360:I;e===void 0&&w(A),r?.(A);},[l,o,a,e,r]),R=L=>{l||(L.preventDefault(),x(true),L.target.setPointerCapture(L.pointerId),C(L.clientX,L.clientY));},T=L=>{b&&C(L.clientX,L.clientY);},M=L=>{x(false),L.target.releasePointerCapture(L.pointerId);},E=()=>{let L=o!=="vertical",H=L?"to right":"to top";switch(a){case "hue":return L?lh:"linear-gradient(to top, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000)";case "alpha":return `linear-gradient(${H}, transparent, ${n})`;case "saturation":return `linear-gradient(${H}, #808080, ${n})`;case "brightness":return `linear-gradient(${H}, #000000, ${n})`;default:return lh}},N=()=>a==="hue"?`hsl(${y}, 100%, 50%)`:n,P=o!=="vertical",k=h*100;return jsxRuntime.jsx("div",{ref:f,className:i(ch({orientation:o,size:s}),l&&"cursor-not-allowed opacity-50",u),...m,children:jsxRuntime.jsxs("div",{ref:p,className:i("absolute inset-0 rounded-full overflow-hidden",d&&"border border-input"),style:{backgroundImage:a==="alpha"?gP:void 0,backgroundSize:a==="alpha"?"8px 8px":void 0},onPointerDown:R,onPointerMove:T,onPointerUp:M,onPointerLeave:M,children:[jsxRuntime.jsx("div",{className:"absolute inset-0 rounded-full",style:{background:E()}}),jsxRuntime.jsx("div",{className:"absolute rounded-full border-2 border-white shadow-md pointer-events-none",style:{width:c,height:c,...P?{left:`calc(${k}% - ${c/2}px)`,top:"50%",transform:"translateY(-50%)"}:{bottom:`calc(${k}% - ${c/2}px)`,left:"50%",transform:"translateX(-50%)"},backgroundColor:N(),boxShadow:"0 0 0 1px rgba(0,0,0,0.2), 0 2px 4px rgba(0,0,0,0.2)"}})]})})});dh.displayName="ColorSlider";var uh=classVarianceAuthority.cva("relative cursor-crosshair touch-none select-none",{variants:{size:{sm:"h-32 w-32",md:"h-48 w-48",lg:"h-64 w-64"}},defaultVariants:{size:"md"}}),hP=(e,t,r)=>{let a=e-r,n=t-r,o=Math.atan2(n,a)*180/Math.PI+90;return o<0&&(o+=360),o},mh=$__namespace.forwardRef(({value:e,defaultValue:t=0,onChange:r,size:a,disabled:n,innerRadius:o=.6,thumbSize:s=20,showCenter:l=true,className:c,...d},u)=>{let m=$__namespace.useRef(null),[f,p]=$__namespace.useState(false),[b,x]=$__namespace.useState(t),g=e??b,v=$__namespace.useCallback((R,T)=>{if(n||!m.current)return;let M=m.current.getBoundingClientRect(),E=M.width/2,N=R-M.left,P=T-M.top,k=hP(N,P,E);e===void 0&&x(k),r?.(k);},[n,e,r]),w=R=>{n||(R.preventDefault(),p(true),R.target.setPointerCapture(R.pointerId),v(R.clientX,R.clientY));},y=R=>{f&&v(R.clientX,R.clientY);},h=R=>{p(false),R.target.releasePointerCapture(R.pointerId);},C=()=>{let R=[];for(let T=0;T<=360;T+=30)R.push(`hsl(${T}, 100%, 50%) ${T}deg`);return `conic-gradient(from 270deg, ${R.join(", ")})`};return jsxRuntime.jsx("div",{ref:u,className:i(uh({size:a}),n&&"cursor-not-allowed opacity-50",c),...d,children:jsxRuntime.jsxs("div",{ref:m,className:"absolute inset-0 rounded-full",style:{background:C()},onPointerDown:w,onPointerMove:y,onPointerUp:h,onPointerLeave:h,children:[o<1&&jsxRuntime.jsx("div",{className:"absolute bg-background rounded-full",style:{top:`${(1-o)*50}%`,left:`${(1-o)*50}%`,width:`${o*100}%`,height:`${o*100}%`}}),l&&o<1&&jsxRuntime.jsx("div",{className:"absolute rounded-full border-2 border-input bg-background",style:{width:8,height:8,top:"50%",left:"50%",transform:"translate(-50%, -50%)"}}),jsxRuntime.jsx(xP,{hue:g,innerRadius:o,thumbSize:s})]})})});mh.displayName="ColorWheel";var xP=({hue:e,innerRadius:t,thumbSize:r})=>{let a=(1-(1-t)/2)*50,n=(e-90)*Math.PI/180,o=50+a*Math.cos(n),s=50+a*Math.sin(n);return jsxRuntime.jsx("div",{className:"absolute rounded-full border-2 border-white shadow-md pointer-events-none",style:{width:r,height:r,left:`calc(${o}% - ${r/2}px)`,top:`calc(${s}% - ${r/2}px)`,backgroundColor:`hsl(${e}, 100%, 50%)`,boxShadow:"0 0 0 1px rgba(0,0,0,0.2), 0 2px 4px rgba(0,0,0,0.2)"}})};var ph=classVarianceAuthority.cva("flex",{variants:{direction:{row:"flex-row","row-reverse":"flex-row-reverse",column:"flex-col","column-reverse":"flex-col-reverse"},align:{start:"items-start",center:"items-center",end:"items-end",stretch:"items-stretch",baseline:"items-baseline"},justify:{start:"justify-start",center:"justify-center",end:"justify-end",between:"justify-between",around:"justify-around",evenly:"justify-evenly"},wrap:{nowrap:"flex-nowrap",wrap:"flex-wrap","wrap-reverse":"flex-wrap-reverse"},gap:{0:"gap-0",1:"gap-1",2:"gap-2",3:"gap-3",4:"gap-4",5:"gap-5",6:"gap-6",8:"gap-8",10:"gap-10",12:"gap-12"},inline:{true:"inline-flex",false:"flex"}},defaultVariants:{direction:"row",align:"stretch",justify:"start",wrap:"nowrap",gap:0,inline:false}}),Xn=$__namespace.forwardRef(({className:e,direction:t,align:r,justify:a,wrap:n,gap:o,inline:s,as:l="div",...c},d)=>jsxRuntime.jsx(l,{ref:d,className:i(ph({direction:t,align:r,justify:a,wrap:n,gap:o,inline:s,className:e})),...c}));Xn.displayName="Flex";var fh=$__namespace.forwardRef(({gap:e=2,align:t="center",...r},a)=>jsxRuntime.jsx(Xn,{ref:a,direction:"row",gap:e,align:t,...r}));fh.displayName="HStack";var gh=$__namespace.forwardRef(({gap:e=2,align:t="stretch",...r},a)=>jsxRuntime.jsx(Xn,{ref:a,direction:"column",gap:e,align:t,...r}));gh.displayName="VStack";var bh=$__namespace.forwardRef((e,t)=>jsxRuntime.jsx(Xn,{ref:t,align:"center",justify:"center",...e}));bh.displayName="Center";var hh=classVarianceAuthority.cva("grid",{variants:{columns:{1:"grid-cols-1",2:"grid-cols-2",3:"grid-cols-3",4:"grid-cols-4",5:"grid-cols-5",6:"grid-cols-6",7:"grid-cols-7",8:"grid-cols-8",9:"grid-cols-9",10:"grid-cols-10",11:"grid-cols-11",12:"grid-cols-12",none:"grid-cols-none",auto:"grid-cols-[repeat(auto-fill,minmax(200px,1fr))]"},rows:{1:"grid-rows-1",2:"grid-rows-2",3:"grid-rows-3",4:"grid-rows-4",5:"grid-rows-5",6:"grid-rows-6",none:"grid-rows-none"},gap:{0:"gap-0",1:"gap-1",2:"gap-2",3:"gap-3",4:"gap-4",5:"gap-5",6:"gap-6",8:"gap-8",10:"gap-10",12:"gap-12"},gapX:{0:"gap-x-0",1:"gap-x-1",2:"gap-x-2",3:"gap-x-3",4:"gap-x-4",5:"gap-x-5",6:"gap-x-6",8:"gap-x-8",10:"gap-x-10",12:"gap-x-12"},gapY:{0:"gap-y-0",1:"gap-y-1",2:"gap-y-2",3:"gap-y-3",4:"gap-y-4",5:"gap-y-5",6:"gap-y-6",8:"gap-y-8",10:"gap-y-10",12:"gap-y-12"},flow:{row:"grid-flow-row",col:"grid-flow-col",dense:"grid-flow-dense","row-dense":"grid-flow-row-dense","col-dense":"grid-flow-col-dense"},align:{start:"items-start",center:"items-center",end:"items-end",stretch:"items-stretch",baseline:"items-baseline"},justify:{start:"justify-items-start",center:"justify-items-center",end:"justify-items-end",stretch:"justify-items-stretch"},placeItems:{start:"place-items-start",center:"place-items-center",end:"place-items-end",stretch:"place-items-stretch"}},defaultVariants:{columns:1,gap:4,flow:"row",align:"stretch",justify:"stretch"}}),Os=$__namespace.forwardRef(({className:e,columns:t,rows:r,gap:a,gapX:n,gapY:o,flow:s,align:l,justify:c,placeItems:d,as:u="div",minChildWidth:m,style:f,...p},b)=>{let x=m?{...f,gridTemplateColumns:`repeat(auto-fill, minmax(${m}, 1fr))`}:f;return jsxRuntime.jsx(u,{ref:b,className:i(hh({columns:m?void 0:t,rows:r,gap:a,gapX:n,gapY:o,flow:s,align:l,justify:c,placeItems:d,className:e})),style:x,...p})});Os.displayName="Grid";var xh=classVarianceAuthority.cva("",{variants:{colSpan:{1:"col-span-1",2:"col-span-2",3:"col-span-3",4:"col-span-4",5:"col-span-5",6:"col-span-6",7:"col-span-7",8:"col-span-8",9:"col-span-9",10:"col-span-10",11:"col-span-11",12:"col-span-12",full:"col-span-full"},rowSpan:{1:"row-span-1",2:"row-span-2",3:"row-span-3",4:"row-span-4",5:"row-span-5",6:"row-span-6",full:"row-span-full"},colStart:{1:"col-start-1",2:"col-start-2",3:"col-start-3",4:"col-start-4",5:"col-start-5",6:"col-start-6",7:"col-start-7",8:"col-start-8",9:"col-start-9",10:"col-start-10",11:"col-start-11",12:"col-start-12",13:"col-start-13",auto:"col-start-auto"},colEnd:{1:"col-end-1",2:"col-end-2",3:"col-end-3",4:"col-end-4",5:"col-end-5",6:"col-end-6",7:"col-end-7",8:"col-end-8",9:"col-end-9",10:"col-end-10",11:"col-end-11",12:"col-end-12",13:"col-end-13",auto:"col-end-auto"},rowStart:{1:"row-start-1",2:"row-start-2",3:"row-start-3",4:"row-start-4",5:"row-start-5",6:"row-start-6",7:"row-start-7",auto:"row-start-auto"},rowEnd:{1:"row-end-1",2:"row-end-2",3:"row-end-3",4:"row-end-4",5:"row-end-5",6:"row-end-6",7:"row-end-7",auto:"row-end-auto"}}}),yh=$__namespace.forwardRef(({className:e,colSpan:t,rowSpan:r,colStart:a,colEnd:n,rowStart:o,rowEnd:s,as:l="div",...c},d)=>jsxRuntime.jsx(l,{ref:d,className:i(xh({colSpan:t,rowSpan:r,colStart:a,colEnd:n,rowStart:o,rowEnd:s,className:e})),...c}));yh.displayName="GridItem";var Rh=$__namespace.forwardRef(({columns:e=2,className:t,...r},a)=>{if(typeof e=="number")return jsxRuntime.jsx(Os,{ref:a,columns:e,className:t,...r});let n=i(e.sm&&`sm:grid-cols-${e.sm}`,e.md&&`md:grid-cols-${e.md}`,e.lg&&`lg:grid-cols-${e.lg}`,e.xl&&`xl:grid-cols-${e.xl}`);return jsxRuntime.jsx(Os,{ref:a,columns:1,className:i(n,t),...r})});Rh.displayName="SimpleGrid";var Ch=classVarianceAuthority.cva("rounded-lg",{variants:{variant:{default:"bg-muted",subtle:"bg-muted/50",outline:"border border-border bg-transparent",filled:"bg-accent",sunken:"bg-muted shadow-inner"},size:{sm:"p-3",md:"p-4",lg:"p-6",xl:"p-8"},radius:{none:"rounded-none",sm:"rounded-sm",md:"rounded-md",lg:"rounded-lg",xl:"rounded-xl",full:"rounded-3xl"}},defaultVariants:{variant:"default",size:"md",radius:"lg"}}),Nh=$__namespace.forwardRef(({className:e,variant:t,size:r,radius:a,as:n="div",...o},s)=>jsxRuntime.jsx(n,{ref:s,className:i(Ch({variant:t,size:r,radius:a,className:e})),...o}));Nh.displayName="Well";var Th=classVarianceAuthority.cva("flex",{variants:{orientation:{horizontal:"flex-row items-center gap-2",vertical:"flex-col gap-1"},size:{sm:"",md:"",lg:""},align:{start:"items-start",center:"items-center",end:"items-end"}},compoundVariants:[{orientation:"horizontal",align:"start",className:"items-start"},{orientation:"horizontal",align:"center",className:"items-center"},{orientation:"horizontal",align:"end",className:"items-end"}],defaultVariants:{orientation:"vertical",size:"md",align:"start"}}),NP=classVarianceAuthority.cva("text-muted-foreground font-medium",{variants:{size:{sm:"text-xs",md:"text-sm",lg:"text-base"}},defaultVariants:{size:"md"}}),MP=classVarianceAuthority.cva("text-foreground",{variants:{size:{sm:"text-sm",md:"text-base",lg:"text-lg"},weight:{normal:"font-normal",medium:"font-medium",semibold:"font-semibold",bold:"font-bold"},mono:{true:"font-mono",false:""}},defaultVariants:{size:"md",weight:"normal",mono:false}}),Ph=$__namespace.forwardRef(({className:e,orientation:t,size:r,align:a,label:n,value:o,valueWeight:s,mono:l,labelWidth:c,labelClassName:d,valueClassName:u,showColon:m=false,copyable:f=false,onCopy:p,...b},x)=>{let g=async()=>{if(!(!f||o===null||o===void 0))try{let v=typeof o=="string"?o:String(o);await navigator.clipboard.writeText(v),p?.();}catch{}};return jsxRuntime.jsxs("div",{ref:x,className:i(Th({orientation:t,size:r,align:a,className:e})),...b,children:[jsxRuntime.jsxs("span",{className:i(NP({size:r}),d),style:c?{width:c,flexShrink:0}:void 0,children:[n,m&&":"]}),jsxRuntime.jsx("span",{className:i(MP({size:r,weight:s,mono:l}),f&&"cursor-pointer hover:bg-accent/50 rounded px-1 -mx-1 transition-colors",u),onClick:f?g:void 0,role:f?"button":void 0,tabIndex:f?0:void 0,onKeyDown:f?v=>{(v.key==="Enter"||v.key===" ")&&(v.preventDefault(),g());}:void 0,children:o})]})});Ph.displayName="LabeledValue";var kh=classVarianceAuthority.cva("",{variants:{orientation:{horizontal:"flex flex-row flex-wrap",vertical:"flex flex-col"},gap:{sm:"gap-2",md:"gap-4",lg:"gap-6"}},defaultVariants:{orientation:"vertical",gap:"md"}}),Eh=$__namespace.forwardRef(({className:e,orientation:t,gap:r,...a},n)=>jsxRuntime.jsx("div",{ref:n,className:i(kh({orientation:t,gap:r,className:e})),...a}));Eh.displayName="LabeledValueGroup";var Hh=classVarianceAuthority.cva("flex items-center rounded-md border border-input bg-background ring-offset-background transition-colors focus-within:ring-2 focus-within:ring-ring focus-within:ring-offset-2",{variants:{size:{sm:"h-8 text-xs",md:"h-10 text-sm",lg:"h-12 text-base"},variant:{default:"",filled:"bg-muted border-transparent",ghost:"border-transparent hover:bg-muted"}},defaultVariants:{size:"md",variant:"default"}}),ln=classVarianceAuthority.cva("text-muted-foreground shrink-0",{variants:{size:{sm:"h-3.5 w-3.5",md:"h-4 w-4",lg:"h-5 w-5"}},defaultVariants:{size:"md"}}),Vh=$__namespace.forwardRef(({value:e,defaultValue:t="",onChange:r,onSearch:a,onSelect:n,suggestions:o=[],recentSearches:s=[],onClearRecentSearches:l,trendingSearches:c=[],isLoading:d,showClear:u=true,showIcon:m=true,popoverWidth:f="trigger",emptyMessage:p="No results found",size:b,variant:x,className:g,placeholder:v="Search...",disabled:w,...y},h)=>{let[C,R]=$__namespace.useState(false),[T,M]=$__namespace.useState(t),E=e!==void 0?e:T,N=$__namespace.useRef(null);$__namespace.useImperativeHandle(h,()=>N.current);let P=E.length>0,k=C&&(o.length>0||s.length>0||c.length>0||P),L=V=>{e===void 0&&M(V),r?.(V);},H=()=>{L(""),N.current?.focus();},S=V=>{V?.preventDefault(),E.trim()&&(a?.(E.trim()),R(false));},D=V=>{L(V.label),n?.(V),R(false);},I=V=>{L(V),a?.(V),R(false);},A=V=>{L(V),a?.(V),R(false);},F=$__namespace.useMemo(()=>{let V={};return o.forEach(O=>{let B=O.category||"Results";V[B]||(V[B]=[]),V[B].push(O);}),V},[o]);return jsxRuntime.jsxs(Ie,{open:k,onOpenChange:R,children:[jsxRuntime.jsx(Ye,{asChild:true,children:jsxRuntime.jsxs("form",{onSubmit:S,className:i(Hh({size:b,variant:x}),g),children:[m&&jsxRuntime.jsx(lucideReact.Search,{className:i(ln({size:b}),"ml-3")}),jsxRuntime.jsx("input",{ref:N,type:"text",value:E,onChange:V=>L(V.target.value),onFocus:()=>R(true),placeholder:v,disabled:w,className:i("flex-1 bg-transparent px-3 py-2 outline-none placeholder:text-muted-foreground disabled:cursor-not-allowed disabled:opacity-50",!m&&"pl-3"),...y}),u&&P&&!w&&jsxRuntime.jsx("button",{type:"button",onClick:H,className:i("mr-2 rounded-sm p-1 text-muted-foreground hover:text-foreground hover:bg-muted transition-colors",ln({size:b})),children:jsxRuntime.jsx(lucideReact.X,{className:"h-full w-full"})})]})}),jsxRuntime.jsx(Ae,{className:"p-0",style:{width:f==="trigger"?"var(--radix-popover-trigger-width)":f},align:"start",onOpenAutoFocus:V=>V.preventDefault(),children:jsxRuntime.jsxs(cmdk.Command,{className:"rounded-lg border-0",children:[s.length>0&&!P&&jsxRuntime.jsxs("div",{className:"p-2",children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between px-2 py-1.5",children:[jsxRuntime.jsx("span",{className:"text-xs font-medium text-muted-foreground",children:"Recent"}),l&&jsxRuntime.jsx("button",{type:"button",onClick:l,className:"text-xs text-muted-foreground hover:text-foreground",children:"Clear"})]}),s.map((V,O)=>jsxRuntime.jsxs("button",{type:"button",onClick:()=>I(V),className:"flex w-full items-center gap-2 rounded-sm px-2 py-1.5 text-sm hover:bg-muted",children:[jsxRuntime.jsx(lucideReact.Clock,{className:i(ln({size:b}))}),jsxRuntime.jsx("span",{className:"flex-1 text-left truncate",children:V}),jsxRuntime.jsx(lucideReact.ArrowRight,{className:i(ln({size:b}),"opacity-0 group-hover:opacity-100")})]},O))]}),c.length>0&&!P&&jsxRuntime.jsxs("div",{className:"border-t p-2",children:[jsxRuntime.jsx("div",{className:"px-2 py-1.5",children:jsxRuntime.jsx("span",{className:"text-xs font-medium text-muted-foreground",children:"Trending"})}),c.map((V,O)=>jsxRuntime.jsxs("button",{type:"button",onClick:()=>A(V),className:"flex w-full items-center gap-2 rounded-sm px-2 py-1.5 text-sm hover:bg-muted",children:[jsxRuntime.jsx(lucideReact.TrendingUp,{className:i(ln({size:b}))}),jsxRuntime.jsx("span",{className:"flex-1 text-left truncate",children:V})]},O))]}),P&&jsxRuntime.jsx("div",{className:"p-2",children:d?jsxRuntime.jsx("div",{className:"flex items-center justify-center py-6",children:jsxRuntime.jsx("div",{className:"h-4 w-4 animate-spin rounded-full border-2 border-primary border-t-transparent"})}):o.length>0?Object.entries(F).map(([V,O])=>jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("div",{className:"px-2 py-1.5",children:jsxRuntime.jsx("span",{className:"text-xs font-medium text-muted-foreground",children:V})}),O.map(B=>jsxRuntime.jsxs("button",{type:"button",onClick:()=>D(B),className:"flex w-full items-center gap-2 rounded-sm px-2 py-1.5 text-sm hover:bg-muted",children:[B.icon||jsxRuntime.jsx(lucideReact.Search,{className:i(ln({size:b}))}),jsxRuntime.jsxs("div",{className:"flex-1 text-left",children:[jsxRuntime.jsx("div",{className:"truncate",children:B.label}),B.description&&jsxRuntime.jsx("div",{className:"text-xs text-muted-foreground truncate",children:B.description})]})]},B.id))]},V)):jsxRuntime.jsx("div",{className:"py-6 text-center text-sm text-muted-foreground",children:p})})]})})]})});Vh.displayName="SearchBar";var Ih={Pages:jsxRuntime.jsx(lucideReact.File,{className:"h-4 w-4"}),Files:jsxRuntime.jsx(lucideReact.Folder,{className:"h-4 w-4"}),Settings:jsxRuntime.jsx(lucideReact.Settings,{className:"h-4 w-4"}),Users:jsxRuntime.jsx(lucideReact.User,{className:"h-4 w-4"}),Tags:jsxRuntime.jsx(lucideReact.Hash,{className:"h-4 w-4"})},Bh=$__namespace.forwardRef(({open:e,onOpenChange:t,items:r=[],recentItems:a=[],placeholder:n="Search...",isLoading:o,emptyMessage:s="No results found.",filter:l,shortcut:c="\u2318K",onSelect:d,footer:u},m)=>{let[f,p]=$__namespace.useState(""),b=$__namespace.useRef(null),[x,g]=$__namespace.useState(false);$__namespace.useEffect(()=>{g(true);},[]),$__namespace.useEffect(()=>{e||p("");},[e]),$__namespace.useEffect(()=>{if(!e)return;let R=T=>{T.key==="Escape"&&t?.(false);};return document.addEventListener("keydown",R),()=>document.removeEventListener("keydown",R)},[e,t]),$__namespace.useEffect(()=>(e&&(document.body.style.overflow="hidden"),()=>{document.body.style.overflow="";}),[e]);let v=$__namespace.useMemo(()=>{let R={};return r.forEach(T=>{let M=T.category||"Results";R[M]||(R[M]=[]),R[M].push(T);}),R},[r]),w=R=>{R.onSelect?.(),d?.(R),t?.(false);},y=()=>{t?.(false);},h=f.length>0,C=!h&&a.length>0;return !x||!e?null:No__namespace.createPortal(jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"fixed inset-0 z-50 bg-black/50 backdrop-blur-sm data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0","data-state":e?"open":"closed",onClick:y}),jsxRuntime.jsx("div",{ref:m,className:"fixed left-1/2 top-[20%] z-50 w-full max-w-2xl -translate-x-1/2 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=open]:slide-in-from-left-1/2","data-state":e?"open":"closed",children:jsxRuntime.jsxs(cmdk.Command,{className:"overflow-hidden rounded-xl border bg-background shadow-2xl",filter:l,shouldFilter:!l,children:[jsxRuntime.jsxs("div",{className:"flex items-center border-b px-4",children:[jsxRuntime.jsx(lucideReact.Search,{className:"h-5 w-5 shrink-0 text-muted-foreground"}),jsxRuntime.jsx(cmdk.Command.Input,{ref:b,value:f,onValueChange:p,placeholder:n,className:"flex h-14 w-full bg-transparent px-4 py-4 text-base outline-none placeholder:text-muted-foreground disabled:cursor-not-allowed disabled:opacity-50"}),f&&jsxRuntime.jsx("button",{type:"button",onClick:()=>p(""),className:"rounded-sm p-1 text-muted-foreground hover:text-foreground",children:jsxRuntime.jsx(lucideReact.X,{className:"h-4 w-4"})})]}),jsxRuntime.jsx(cmdk.Command.List,{className:"max-h-[400px] overflow-y-auto p-2",children:o?jsxRuntime.jsx("div",{className:"flex items-center justify-center py-10",children:jsxRuntime.jsx("div",{className:"h-6 w-6 animate-spin rounded-full border-2 border-primary border-t-transparent"})}):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[C&&jsxRuntime.jsxs(cmdk.Command.Group,{heading:"Recent",children:[jsxRuntime.jsx("div",{className:"px-2 py-1.5 text-xs font-medium text-muted-foreground",children:"Recent"}),a.map(R=>jsxRuntime.jsxs(cmdk.Command.Item,{value:R.label,onSelect:()=>w(R),className:"flex cursor-pointer items-center gap-3 rounded-lg px-3 py-2.5 text-sm aria-selected:bg-muted",children:[jsxRuntime.jsx("span",{className:"flex h-8 w-8 shrink-0 items-center justify-center rounded-md bg-muted",children:R.icon||Ih[R.category||""]||jsxRuntime.jsx(lucideReact.File,{className:"h-4 w-4"})}),jsxRuntime.jsxs("div",{className:"flex-1 overflow-hidden",children:[jsxRuntime.jsx("div",{className:"truncate font-medium",children:R.label}),R.description&&jsxRuntime.jsx("div",{className:"truncate text-xs text-muted-foreground",children:R.description})]}),R.shortcut&&jsxRuntime.jsx("div",{className:"flex items-center gap-1",children:R.shortcut.map((T,M)=>jsxRuntime.jsx("kbd",{className:"rounded bg-muted px-1.5 py-0.5 text-xs font-medium",children:T},M))})]},R.id))]}),h&&Object.entries(v).map(([R,T])=>jsxRuntime.jsxs(cmdk.Command.Group,{heading:R,children:[jsxRuntime.jsx("div",{className:"px-2 py-1.5 text-xs font-medium text-muted-foreground",children:R}),T.map(M=>jsxRuntime.jsxs(cmdk.Command.Item,{value:`${M.label} ${M.keywords?.join(" ")||""}`,onSelect:()=>w(M),className:"flex cursor-pointer items-center gap-3 rounded-lg px-3 py-2.5 text-sm aria-selected:bg-muted",children:[jsxRuntime.jsx("span",{className:"flex h-8 w-8 shrink-0 items-center justify-center rounded-md bg-muted",children:M.icon||Ih[R]||jsxRuntime.jsx(lucideReact.File,{className:"h-4 w-4"})}),jsxRuntime.jsxs("div",{className:"flex-1 overflow-hidden",children:[jsxRuntime.jsx("div",{className:"truncate font-medium",children:M.label}),M.description&&jsxRuntime.jsx("div",{className:"truncate text-xs text-muted-foreground",children:M.description})]}),jsxRuntime.jsx(lucideReact.ArrowRight,{className:"h-4 w-4 text-muted-foreground opacity-0 group-aria-selected:opacity-100"})]},M.id))]},R)),jsxRuntime.jsx(cmdk.Command.Empty,{className:"py-10 text-center text-sm text-muted-foreground",children:s})]})}),u?jsxRuntime.jsx("div",{className:"border-t px-4 py-3",children:u}):jsxRuntime.jsxs("div",{className:"flex items-center justify-between border-t px-4 py-3 text-xs text-muted-foreground",children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-4",children:[jsxRuntime.jsxs("span",{className:"flex items-center gap-1",children:[jsxRuntime.jsx("kbd",{className:"rounded bg-muted px-1.5 py-0.5 font-medium",children:"\u2191\u2193"}),"Navigate"]}),jsxRuntime.jsxs("span",{className:"flex items-center gap-1",children:[jsxRuntime.jsx("kbd",{className:"rounded bg-muted px-1.5 py-0.5 font-medium",children:"\u21B5"}),"Select"]}),jsxRuntime.jsxs("span",{className:"flex items-center gap-1",children:[jsxRuntime.jsx("kbd",{className:"rounded bg-muted px-1.5 py-0.5 font-medium",children:"Esc"}),"Close"]})]}),jsxRuntime.jsxs("span",{className:"flex items-center gap-1",children:["Press ",jsxRuntime.jsx("kbd",{className:"rounded bg-muted px-1.5 py-0.5 font-medium",children:c})," to open"]})]})]})})]}),document.body)});Bh.displayName="SpotlightSearch";function BP(e="k"){let[t,r]=$__namespace.useState(false);return $__namespace.useEffect(()=>{let a=n=>{(n.metaKey||n.ctrlKey)&&n.key===e&&(n.preventDefault(),r(o=>!o));};return document.addEventListener("keydown",a),()=>document.removeEventListener("keydown",a)},[e]),{open:t,setOpen:r,toggle:()=>r(a=>!a)}}var WP=classVarianceAuthority.cva("",{variants:{size:{sm:"",md:"",lg:""}},defaultVariants:{size:"md"}}),jP={default:"bg-muted",info:"bg-blue-500/10 text-blue-600 dark:text-blue-400",success:"bg-green-500/10 text-green-600 dark:text-green-400",warning:"bg-yellow-500/10 text-yellow-600 dark:text-yellow-400",error:"bg-red-500/10 text-red-600 dark:text-red-400"},YP=e=>{let t=typeof e=="string"?new Date(e):e,a=new Date().getTime()-t.getTime(),n=Math.floor(a/6e4),o=Math.floor(a/36e5),s=Math.floor(a/864e5);return n<1?"Just now":n<60?`${n}m ago`:o<24?`${o}h ago`:s<7?`${s}d ago`:t.toLocaleDateString()},Oh=$__namespace.forwardRef(({notifications:e=[],onNotificationClick:t,onMarkAsRead:r,onMarkAllAsRead:a,onDismiss:n,onClearAll:o,showSettings:s,onSettingsClick:l,trigger:c,align:d="end",emptyMessage:u="No notifications",maxHeight:m=400,className:f},p)=>{let[b,x]=$__namespace.useState(false),g=e.filter(y=>!y.read).length,v=e.length>0,w=y=>{y.read||r?.(y.id),t?.(y);};return jsxRuntime.jsxs(Ie,{open:b,onOpenChange:x,children:[jsxRuntime.jsx(Ye,{asChild:true,children:c||jsxRuntime.jsxs("button",{ref:p,className:i("relative inline-flex h-10 w-10 items-center justify-center rounded-md text-muted-foreground hover:bg-muted hover:text-foreground transition-colors",f),children:[jsxRuntime.jsx(lucideReact.Bell,{className:"h-5 w-5"}),g>0&&jsxRuntime.jsx("span",{className:"absolute -right-1 -top-1 flex h-5 min-w-5 items-center justify-center rounded-full bg-primary px-1 text-[10px] font-medium text-primary-foreground",children:g>99?"99+":g})]})}),jsxRuntime.jsxs(Ae,{className:"w-80 p-0 sm:w-96",align:d,sideOffset:8,children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between border-b px-4 py-3",children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsx("h3",{className:"font-semibold",children:"Notifications"}),g>0&&jsxRuntime.jsxs(Qs,{size:"sm",children:[g," new"]})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-1",children:[v&&a&&g>0&&jsxRuntime.jsx("button",{type:"button",onClick:a,className:"rounded-sm p-1.5 text-muted-foreground hover:bg-muted hover:text-foreground",title:"Mark all as read",children:jsxRuntime.jsx(lucideReact.CheckCheck,{className:"h-4 w-4"})}),v&&o&&jsxRuntime.jsx("button",{type:"button",onClick:o,className:"rounded-sm p-1.5 text-muted-foreground hover:bg-muted hover:text-foreground",title:"Clear all",children:jsxRuntime.jsx(lucideReact.Trash2,{className:"h-4 w-4"})}),s&&l&&jsxRuntime.jsx("button",{type:"button",onClick:l,className:"rounded-sm p-1.5 text-muted-foreground hover:bg-muted hover:text-foreground",title:"Settings",children:jsxRuntime.jsx(lucideReact.Settings,{className:"h-4 w-4"})})]})]}),v?jsxRuntime.jsx(ke,{style:{maxHeight:m},children:jsxRuntime.jsx("div",{className:"divide-y",children:e.map(y=>jsxRuntime.jsxs("div",{className:i("group relative flex gap-3 px-4 py-3 transition-colors hover:bg-muted/50",!y.read&&"bg-muted/30"),children:[jsxRuntime.jsx("div",{className:i("flex h-9 w-9 shrink-0 items-center justify-center rounded-full",y.avatar?"overflow-hidden":jP[y.type||"default"]),children:y.avatar?jsxRuntime.jsx("img",{src:y.avatar,alt:"",className:"h-full w-full object-cover"}):y.icon?y.icon:jsxRuntime.jsx(lucideReact.Bell,{className:"h-4 w-4"})}),jsxRuntime.jsxs("button",{type:"button",onClick:()=>w(y),className:"flex-1 text-left",children:[jsxRuntime.jsxs("div",{className:"flex items-start justify-between gap-2",children:[jsxRuntime.jsx("p",{className:i("text-sm",!y.read&&"font-medium"),children:y.title}),!y.read&&jsxRuntime.jsx("span",{className:"mt-1.5 h-2 w-2 shrink-0 rounded-full bg-primary"})]}),y.description&&jsxRuntime.jsx("p",{className:"mt-0.5 text-xs text-muted-foreground line-clamp-2",children:y.description}),jsxRuntime.jsx("p",{className:"mt-1 text-[10px] text-muted-foreground",children:YP(y.timestamp)})]}),jsxRuntime.jsxs("div",{className:"absolute right-2 top-2 flex gap-1 opacity-0 transition-opacity group-hover:opacity-100",children:[!y.read&&r&&jsxRuntime.jsx("button",{type:"button",onClick:h=>{h.stopPropagation(),r(y.id);},className:"rounded-sm p-1 text-muted-foreground hover:bg-background hover:text-foreground",title:"Mark as read",children:jsxRuntime.jsx(lucideReact.Check,{className:"h-3.5 w-3.5"})}),(n||y.onDismiss)&&jsxRuntime.jsx("button",{type:"button",onClick:h=>{h.stopPropagation(),y.onDismiss?.(),n?.(y.id);},className:"rounded-sm p-1 text-muted-foreground hover:bg-background hover:text-foreground",title:"Dismiss",children:jsxRuntime.jsx(lucideReact.X,{className:"h-3.5 w-3.5"})})]})]},y.id))})}):jsxRuntime.jsxs("div",{className:"flex flex-col items-center justify-center py-10 text-center",children:[jsxRuntime.jsx(lucideReact.Bell,{className:"h-10 w-10 text-muted-foreground/50"}),jsxRuntime.jsx("p",{className:"mt-3 text-sm text-muted-foreground",children:u})]})]})]})});Oh.displayName="NotificationCenter";var Fh=classVarianceAuthority.cva("relative flex items-center justify-center gap-3 px-4 py-2.5 text-sm",{variants:{variant:{solid:"",flat:""},type:{default:"",success:"",warning:"",error:""},position:{top:"fixed top-0 left-0 right-0 z-50",relative:"relative"}},compoundVariants:[{variant:"solid",type:"default",className:"bg-primary text-primary-foreground [&>svg]:text-primary-foreground"},{variant:"flat",type:"default",className:"bg-primary/10 text-primary [&>svg]:text-primary"},{variant:"solid",type:"success",className:"bg-green-600 text-white dark:bg-green-500 [&>svg]:text-white"},{variant:"flat",type:"success",className:"bg-green-600/10 text-green-600 dark:bg-green-500/10 dark:text-green-500 [&>svg]:text-green-600 dark:[&>svg]:text-green-500"},{variant:"solid",type:"warning",className:"bg-amber-600 text-white dark:bg-amber-500 [&>svg]:text-white"},{variant:"flat",type:"warning",className:"bg-amber-600/10 text-amber-600 dark:bg-amber-500/10 dark:text-amber-500 [&>svg]:text-amber-600 dark:[&>svg]:text-amber-500"},{variant:"solid",type:"error",className:"bg-red-600 text-white dark:bg-red-500 [&>svg]:text-white"},{variant:"flat",type:"error",className:"bg-red-600/10 text-red-600 dark:bg-red-500/10 dark:text-red-500 [&>svg]:text-red-600 dark:[&>svg]:text-red-500"}],defaultVariants:{variant:"solid",type:"default",position:"relative"}}),ek={default:lucideReact.Info,success:lucideReact.CheckCircle2,warning:lucideReact.AlertTriangle,error:lucideReact.AlertCircle},Gh=$__namespace.forwardRef(({message:e,type:t="default",variant:r="solid",showIcon:a=false,icon:n,dismissible:o=true,onDismiss:s,endContent:l,position:c,animate:d,autoDismiss:u,storageKey:m,className:f,...p},b)=>{let[x,g]=$__namespace.useState(true),[v,w]=$__namespace.useState(false);$__namespace.useEffect(()=>{m&&localStorage.getItem(`banner-${m}`)==="true"&&g(false);},[m]),$__namespace.useEffect(()=>{if(u&&x){let R=setTimeout(()=>{y();},u);return ()=>clearTimeout(R)}},[u,x]);let y=()=>{w(true),setTimeout(()=>{g(false),m&&localStorage.setItem(`banner-${m}`,"true"),s?.();},200);};if(!x)return null;let h=ek[t],C=a?n!==void 0?n:h?jsxRuntime.jsx(h,{className:"h-4 w-4"}):null:null;return jsxRuntime.jsxs("div",{ref:b,className:i(Fh({variant:r,type:t,position:c}),d&&"animate-pulse",v&&"animate-out fade-out slide-out-to-top duration-200",f),role:"banner",...p,children:[C&&jsxRuntime.jsx("span",{className:"shrink-0",children:C}),jsxRuntime.jsx("span",{className:"text-center font-medium",children:e}),l&&jsxRuntime.jsx("div",{className:"shrink-0 ml-2",children:l}),o&&jsxRuntime.jsx("button",{type:"button",onClick:y,className:i("absolute right-2 top-1/2 -translate-y-1/2 rounded-sm p-1 transition-opacity hover:opacity-70 cursor-pointer",c==="relative"&&"right-4"),"aria-label":"Dismiss banner",children:jsxRuntime.jsx(lucideReact.X,{className:"h-4 w-4"})})]})});Gh.displayName="Banner";var qn=classVarianceAuthority.cva("inline-flex items-center justify-center rounded-full shadow-lg transition-all focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50",{variants:{variant:{solid:"bg-primary text-primary-foreground hover:bg-primary/90",bordered:"border-2 border-primary bg-transparent text-primary hover:opacity-70",light:"bg-transparent text-primary hover:bg-primary/10",flat:"bg-primary/20 text-primary hover:opacity-70",ghost:"border-2 border-primary bg-transparent text-primary hover:bg-primary hover:text-primary-foreground"},size:{sm:"h-10 w-10",md:"h-14 w-14",lg:"h-16 w-16"},position:{"bottom-right":"fixed bottom-6 right-6","bottom-left":"fixed bottom-6 left-6","bottom-center":"fixed bottom-6 left-1/2 -translate-x-1/2",relative:"relative"}},defaultVariants:{variant:"solid",size:"md",position:"bottom-right"}}),ak=classVarianceAuthority.cva("transition-transform duration-200 [&>svg]:h-full [&>svg]:w-full",{variants:{size:{sm:"h-5 w-5",md:"h-6 w-6",lg:"h-8 w-8"}},defaultVariants:{size:"md"}}),Wl=$__namespace.forwardRef(({icon:e,label:t="Action button",extended:r,extendedLabel:a,actions:n,direction:o="up",showTooltip:s=true,closeIcon:l,animation:c="rotate",variant:d,size:u,position:m,className:f,onClick:p,disabled:b,...x},g)=>{let[v,w]=$__namespace.useState(false),y=n&&n.length>0,h=E=>{y&&w(!v),p?.(E);},C=E=>{E.onClick?.(),w(false);},R={up:{container:"flex-col-reverse bottom-full mb-3 gap-3",item:""},down:{container:"flex-col top-full mt-3 gap-3",item:""},left:{container:"flex-row-reverse right-full mr-3 gap-3",item:""},right:{container:"flex-row left-full ml-3 gap-3",item:""}},T=c==="rotate"&&v?"rotate-45":"",M=c==="scale"&&v?"scale-0":"scale-100";return jsxRuntime.jsxs("div",{className:i("relative z-50",m!=="relative"&&m&&qn({position:m})),children:[y&&v&&jsxRuntime.jsx("div",{className:i("absolute left-1/2 -translate-x-1/2 flex items-center",R[o].container),children:n.map((E,N)=>jsxRuntime.jsxs("div",{className:i("flex items-center gap-2 animate-in fade-in zoom-in duration-200",o==="up"||o==="down"?"flex-row":"flex-col"),style:{animationDelay:`${N*50}ms`},children:[s&&(o==="up"||o==="down")&&jsxRuntime.jsx("span",{className:"rounded-md bg-popover px-2 py-1 text-xs font-medium text-popover-foreground shadow-md whitespace-nowrap",children:E.label}),E.href?jsxRuntime.jsx("a",{href:E.href,className:i(qn({variant:E.variant||"flat",size:u==="lg"?"md":"sm",position:"relative"}),"[&>svg]:h-5 [&>svg]:w-5"),"aria-label":E.label,children:E.icon}):jsxRuntime.jsx("button",{type:"button",onClick:()=>C(E),className:i(qn({variant:E.variant||"flat",size:u==="lg"?"md":"sm",position:"relative"}),"[&>svg]:h-5 [&>svg]:w-5"),"aria-label":E.label,children:E.icon}),s&&(o==="left"||o==="right")&&jsxRuntime.jsx("span",{className:"rounded-md bg-popover px-2 py-1 text-xs font-medium text-popover-foreground shadow-md whitespace-nowrap",children:E.label})]},E.id))}),jsxRuntime.jsxs("button",{ref:g,type:"button",onClick:h,disabled:b,className:i(qn({variant:d,size:u,position:"relative"}),r&&"w-auto px-6 gap-2",f),"aria-label":t,"aria-expanded":y?v:void 0,...x,children:[v&&l?l:jsxRuntime.jsx("span",{className:i(ak({size:u}),T,M,"transition-all duration-200"),children:e||jsxRuntime.jsx(lucideReact.Plus,{})}),r&&a&&jsxRuntime.jsx("span",{className:"font-medium",children:a})]}),y&&v&&jsxRuntime.jsx("div",{className:"fixed inset-0 -z-10",onClick:()=>w(false)})]})});Wl.displayName="FloatingActionButton";var nk=Wl;var jh=classVarianceAuthority.cva("fixed bottom-0 left-0 right-0 z-50 flex items-center justify-around border-t bg-background safe-area-pb",{variants:{variant:{default:"border-border",elevated:"border-transparent shadow-[0_-4px_6px_-1px_rgba(0,0,0,0.1)]",filled:"border-transparent bg-primary text-primary-foreground"},size:{sm:"h-14",md:"h-16",lg:"h-20"}},defaultVariants:{variant:"default",size:"md"}}),Kh=classVarianceAuthority.cva("flex flex-1 flex-col items-center justify-center gap-1 transition-colors cursor-pointer",{variants:{variant:{default:"",elevated:"",filled:""}},defaultVariants:{variant:"default"}}),Yh=$__namespace.forwardRef(({className:e,variant:t,size:r,items:a,value:n,defaultValue:o,onValueChange:s,hideLabels:l=false,showActiveLabel:c=false,renderItem:d,...u},m)=>{let[f,p]=$__namespace.useState(o||a[0]?.key),b=n!==void 0,x=b?n:f,g=h=>{h.disabled||(b||p(h.key),s?.(h.key));},v=h=>t==="filled"?h?"text-primary-foreground":"text-primary-foreground/60 hover:text-primary-foreground/80":h?"text-primary":"text-muted-foreground hover:text-foreground",w=()=>{switch(r){case "sm":return "h-5 w-5";case "lg":return "h-7 w-7";default:return "h-6 w-6"}},y=()=>{switch(r){case "sm":return "text-[10px]";case "lg":return "text-sm";default:return "text-xs"}};return jsxRuntime.jsx("nav",{ref:m,className:i(jh({variant:t,size:r}),e),role:"navigation","aria-label":"Bottom navigation",...u,children:a.map(h=>{let C=x===h.key,R=!l&&(c?C:true),T=C&&h.activeIcon?h.activeIcon:h.icon;if(d)return jsxRuntime.jsx("div",{onClick:()=>g(h),className:i(Kh({variant:t}),h.disabled&&"opacity-50 cursor-not-allowed"),children:d(h,C)},h.key);let M=jsxRuntime.jsxs("div",{onClick:()=>!h.href&&g(h),className:i(Kh({variant:t}),v(C),h.disabled&&"opacity-50 cursor-not-allowed"),role:"button","aria-current":C?"page":void 0,"aria-disabled":h.disabled,tabIndex:h.disabled?-1:0,onKeyDown:E=>{(E.key==="Enter"||E.key===" ")&&(E.preventDefault(),g(h));},children:[jsxRuntime.jsxs("div",{className:"relative",children:[jsxRuntime.jsx("span",{className:i(w(),"[&>svg]:h-full [&>svg]:w-full"),children:T}),h.badge!==void 0&&h.badge>0&&jsxRuntime.jsx("span",{className:"absolute -top-1 -right-1 flex h-4 min-w-4 items-center justify-center rounded-full bg-red-500 px-1 text-[10px] font-medium text-white",children:h.badge>99?"99+":h.badge}),h.showDot&&jsxRuntime.jsx("span",{className:"absolute -top-0.5 -right-0.5 h-2 w-2 rounded-full bg-red-500"})]}),R&&h.label&&jsxRuntime.jsx("span",{className:i(y(),"font-medium truncate max-w-full px-1"),children:h.label})]},h.key);return h.href&&!h.disabled?jsxRuntime.jsx("a",{href:h.href,onClick:()=>g(h),className:i("flex flex-1 flex-col items-center justify-center gap-1 no-underline",v(C)),children:M},h.key):M})})});Yh.displayName="BottomNavigation";var sk="fixed inset-x-0 bottom-0 z-50 mt-24 flex h-fit max-h-[90vh] flex-col rounded-t-[20px] border-t border-border/40 dark:border-border/20 bg-background",Xh=classVarianceAuthority.cva("flex w-full items-center gap-3 px-4 py-3.5 text-left transition-colors focus-visible:outline-none focus-visible:bg-accent disabled:pointer-events-none disabled:opacity-50",{variants:{variant:{default:"hover:bg-accent",destructive:"text-destructive hover:bg-destructive/10"}},defaultVariants:{variant:"default"}}),qh=$__namespace.forwardRef(({open:e,onOpenChange:t,trigger:r,title:a,description:n,items:o,cancelLabel:s="Cancel",onCancel:l,showCancel:c=true,children:d,closeOnSelect:u=true,onAction:m},f)=>{let p=b=>{b.isDisabled||(b.onSelect?.(),m?.(b.key),u&&t?.(false));};return jsxRuntime.jsxs(vaul.Drawer.Root,{open:e,onOpenChange:t,children:[r&&jsxRuntime.jsx(vaul.Drawer.Trigger,{asChild:true,children:r}),jsxRuntime.jsxs(vaul.Drawer.Portal,{children:[jsxRuntime.jsx(vaul.Drawer.Overlay,{className:"fixed inset-0 z-50 bg-black/40"}),jsxRuntime.jsxs(vaul.Drawer.Content,{ref:f,className:sk,children:[jsxRuntime.jsx("div",{className:"mx-auto mt-4 h-1.5 w-12 flex-shrink-0 rounded-full bg-muted"}),(a||n)&&jsxRuntime.jsxs("div",{className:"px-4 py-3 text-center",children:[a&&jsxRuntime.jsx(vaul.Drawer.Title,{className:"text-base font-semibold",children:a}),n&&jsxRuntime.jsx(vaul.Drawer.Description,{className:"mt-1 text-sm text-muted-foreground",children:n})]}),jsxRuntime.jsx("div",{className:"flex-1 overflow-y-auto",children:d||jsxRuntime.jsx("div",{className:"divide-y divide-border/40 dark:divide-border/20",children:o?.map(b=>jsxRuntime.jsxs("button",{type:"button",disabled:b.isDisabled,onClick:()=>p(b),className:i(Xh({variant:b.isDestructive?"destructive":"default"})),children:[b.icon&&jsxRuntime.jsx("span",{className:"h-5 w-5 flex-shrink-0 [&>svg]:h-full [&>svg]:w-full",children:b.icon}),jsxRuntime.jsxs("div",{className:"flex-1 min-w-0",children:[jsxRuntime.jsx("div",{className:"font-medium",children:b.label}),b.description&&jsxRuntime.jsx("div",{className:"text-sm text-muted-foreground truncate",children:b.description})]})]},b.key))})}),c&&jsxRuntime.jsx("div",{className:"border-t border-border/40 dark:border-border/20 p-2 pb-safe",children:jsxRuntime.jsx(vaul.Drawer.Close,{asChild:true,children:jsxRuntime.jsx("button",{type:"button",onClick:l,className:"w-full rounded-lg bg-muted py-3.5 text-center font-semibold transition-colors hover:bg-muted/80",children:s})})})]})]})]})});qh.displayName="ActionSheet";var Jh=classVarianceAuthority.cva("relative overflow-hidden touch-pan-y",{variants:{variant:{default:"",card:"rounded-lg border bg-card"}},defaultVariants:{variant:"default"}}),Yl=classVarianceAuthority.cva("flex h-full items-center justify-center px-4 text-white font-medium transition-opacity",{variants:{variant:{primary:"bg-primary",secondary:"bg-secondary text-secondary-foreground",success:"bg-green-500",warning:"bg-yellow-500",danger:"bg-red-500",info:"bg-blue-500"},size:{sm:"min-w-16",md:"min-w-20",lg:"min-w-24"}},defaultVariants:{variant:"primary",size:"md"}}),Qh=$__namespace.forwardRef(({className:e,variant:t,leftActions:r=[],rightActions:a=[],actionSize:n="md",threshold:o=.3,onSwipeEnd:s,disabled:l=false,fullSwipeAction:c,children:d,...u},m)=>{let f=$__namespace.useRef(null),[p,b]=$__namespace.useState(0),[x,g]=$__namespace.useState(false),v=$__namespace.useRef(0),w=$__namespace.useRef(0),y=r.length*(n==="sm"?64:n==="lg"?96:80),h=a.length*(n==="sm"?64:n==="lg"?96:80),C=N=>{l||(g(true),v.current=N.touches[0].clientX,w.current=p);},R=N=>{if(!x||l)return;let k=N.touches[0].clientX-v.current,L=w.current+k;(L>0&&r.length===0||L<0&&a.length===0)&&(L=0),L>y?L=y+(L-y)*.3:L<-h&&(L=-h+(L+h)*.3),b(L);},T=()=>{if(!x)return;g(false);let N=f.current?.offsetWidth||0,P=Math.abs(p)/N;if(c&&P>.6){c==="right"&&p>0&&r[0]?(r[0].onAction?.(),s?.("right",r[0].key)):c==="left"&&p<0&&a[0]&&(a[0].onAction?.(),s?.("left",a[0].key)),b(0);return}p>y*o&&r.length>0?(b(y),s?.("right")):p<-h*o&&a.length>0?(b(-h),s?.("left")):b(0);},M=(N,P)=>{N.onAction?.(),s?.(P,N.key),b(0);},E=()=>{b(0);};return jsxRuntime.jsxs("div",{ref:m,className:i(Jh({variant:t,className:e})),...u,children:[r.length>0&&jsxRuntime.jsx("div",{className:"absolute left-0 top-0 bottom-0 flex",style:{width:y},children:r.map(N=>jsxRuntime.jsxs("button",{type:"button",onClick:()=>M(N,"right"),className:i(Yl({variant:N.variant,size:n})),style:{opacity:Math.min(1,p/y)},children:[N.icon&&jsxRuntime.jsx("span",{className:"h-5 w-5 [&>svg]:h-full [&>svg]:w-full",children:N.icon}),!N.icon&&N.label]},N.key))}),a.length>0&&jsxRuntime.jsx("div",{className:"absolute right-0 top-0 bottom-0 flex",style:{width:h},children:a.map(N=>jsxRuntime.jsxs("button",{type:"button",onClick:()=>M(N,"left"),className:i(Yl({variant:N.variant,size:n})),style:{opacity:Math.min(1,Math.abs(p)/h)},children:[N.icon&&jsxRuntime.jsx("span",{className:"h-5 w-5 [&>svg]:h-full [&>svg]:w-full",children:N.icon}),!N.icon&&N.label]},N.key))}),jsxRuntime.jsx("div",{ref:f,className:i("relative bg-background",x?"":"transition-transform duration-200"),style:{transform:`translateX(${p}px)`},onTouchStart:C,onTouchMove:R,onTouchEnd:T,onClick:p!==0?E:void 0,children:d})]})});Qh.displayName="SwipeActions";var tx=classVarianceAuthority.cva("relative overflow-hidden",{variants:{variant:{default:"",contained:"h-full"}},defaultVariants:{variant:"default"}}),ck=classVarianceAuthority.cva("absolute left-1/2 -translate-x-1/2 flex items-center justify-center transition-all duration-200",{variants:{size:{sm:"h-8 w-8",md:"h-10 w-10",lg:"h-12 w-12"}},defaultVariants:{size:"md"}}),rx=$__namespace.forwardRef(({className:e,variant:t,onRefresh:r,pullThreshold:a=80,maxPullDistance:n=120,loadingIndicator:o,pullIndicator:s,indicatorSize:l="md",disabled:c=false,pullText:d="Pull to refresh",releaseText:u="Release to refresh",refreshingText:m="Refreshing...",children:f,...p},b)=>{let x=$__namespace.useRef(null),[g,v]=$__namespace.useState(0),[w,y]=$__namespace.useState("idle"),h=$__namespace.useRef(0),C=$__namespace.useRef(false),R=()=>c||w==="refreshing"?false:(x.current?.scrollTop??window.scrollY)<=0,T=k=>{R()&&(h.current=k.touches[0].clientY,C.current=true);},M=k=>{if(!C.current||!R())return;let H=k.touches[0].clientY-h.current;if(H<0){v(0),y("idle");return}let D=Math.min(H*.5,n);v(D),y(D>=a?"ready":"pulling");},E=async()=>{if(C.current)if(C.current=false,w==="ready"){y("refreshing"),v(a*.6);try{await r();}finally{y("idle"),v(0);}}else y("idle"),v(0);},N={sm:"h-4 w-4",md:"h-5 w-5",lg:"h-6 w-6"}[l],P=()=>{if(w==="refreshing")return o||jsxRuntime.jsxs("div",{className:"flex flex-col items-center gap-1",children:[jsxRuntime.jsx(lucideReact.Loader2,{className:i(N,"animate-spin text-primary")}),jsxRuntime.jsx("span",{className:"text-xs text-muted-foreground",children:m})]});let k=Math.min(g/a*180,180);return s||jsxRuntime.jsxs("div",{className:"flex flex-col items-center gap-1",children:[jsxRuntime.jsx(lucideReact.ArrowDown,{className:i(N,"text-muted-foreground transition-transform"),style:{transform:`rotate(${k}deg)`}}),jsxRuntime.jsx("span",{className:"text-xs text-muted-foreground",children:w==="ready"?u:d})]})};return jsxRuntime.jsxs("div",{ref:b,className:i(tx({variant:t,className:e})),...p,children:[jsxRuntime.jsx("div",{className:i(ck({size:l}),"z-10",w==="idle"&&g===0&&"opacity-0"),style:{top:Math.max(g-60,-60),opacity:Math.min(g/(a*.5),1)},children:P()}),jsxRuntime.jsx("div",{ref:x,className:i("transition-transform duration-200",w==="refreshing"&&"ease-out"),style:{transform:`translateY(${g}px)`,transition:C.current?"none":void 0},onTouchStart:T,onTouchMove:M,onTouchEnd:E,children:f})]})});rx.displayName="PullToRefresh";var nx=classVarianceAuthority.cva("flex min-h-screen w-full",{variants:{layout:{default:"flex-col",sidebar:"flex-row"}},defaultVariants:{layout:"default"}}),ox=$__namespace.forwardRef(({className:e,layout:t="default",header:r,footer:a,sidebar:n,aside:o,sidebarCollapsed:s=false,sidebarWidth:l="16rem",sidebarCollapsedWidth:c="4rem",asideWidth:d="16rem",fixed:u=false,children:m,...f},p)=>{let b=s?c:l;return jsxRuntime.jsxs("div",{ref:p,className:i(nx({layout:t}),e),style:{"--app-shell-sidebar-width":b,"--app-shell-aside-width":d},...f,children:[r&&jsxRuntime.jsx(Xl,{fixed:u,hasSidebar:!!n,children:r}),jsxRuntime.jsxs("div",{className:"flex flex-1",children:[n&&jsxRuntime.jsx(ql,{collapsed:s,fixed:u,children:n}),jsxRuntime.jsx("main",{className:i("flex-1 flex flex-col min-h-0",u&&r&&"pt-14",u&&a&&"pb-14"),children:m}),o&&jsxRuntime.jsx(Zl,{fixed:u,children:o})]}),a&&jsxRuntime.jsx(Jl,{fixed:u,hasSidebar:!!n,children:a})]})});ox.displayName="AppShell";var Xl=$__namespace.forwardRef(({className:e,fixed:t,hasSidebar:r,children:a,...n},o)=>jsxRuntime.jsx("header",{ref:o,className:i("flex h-14 items-center border-b bg-background px-4",t&&"fixed top-0 right-0 z-40",t&&r&&"left-[var(--app-shell-sidebar-width)]",t&&!r&&"left-0",e),...n,children:a}));Xl.displayName="AppShellHeader";var ql=$__namespace.forwardRef(({className:e,collapsed:t,fixed:r,children:a,...n},o)=>jsxRuntime.jsx("aside",{ref:o,className:i("w-[var(--app-shell-sidebar-width)] shrink-0 border-r bg-background transition-[width] duration-200",r&&"fixed left-0 top-0 bottom-0 z-50",e),"data-collapsed":t,...n,children:a}));ql.displayName="AppShellSidebar";var Zl=$__namespace.forwardRef(({className:e,fixed:t,children:r,...a},n)=>jsxRuntime.jsx("aside",{ref:n,className:i("w-[var(--app-shell-aside-width)] shrink-0 border-l bg-background",t&&"fixed right-0 top-14 bottom-0 z-40",e),...a,children:r}));Zl.displayName="AppShellAside";var Jl=$__namespace.forwardRef(({className:e,fixed:t,hasSidebar:r,children:a,...n},o)=>jsxRuntime.jsx("footer",{ref:o,className:i("flex h-14 items-center border-t bg-background px-4",t&&"fixed bottom-0 right-0 z-40",t&&r&&"left-[var(--app-shell-sidebar-width)]",t&&!r&&"left-0",e),...n,children:a}));Jl.displayName="AppShellFooter";var sx=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,className:i("flex-1 overflow-auto p-4",e),...t}));sx.displayName="AppShellMain";var lx=classVarianceAuthority.cva("flex min-h-screen w-full bg-muted/40",{variants:{variant:{default:"",bordered:"[&_[data-slot=sidebar]]:border-r [&_[data-slot=header]]:border-b",filled:"[&_[data-slot=sidebar]]:bg-background [&_[data-slot=header]]:bg-background"}},defaultVariants:{variant:"bordered"}}),cx=$__namespace.forwardRef(({className:e,variant:t,navigation:r,logo:a,userMenu:n,headerActions:o,breadcrumb:s,defaultCollapsed:l=false,collapsed:c,onCollapsedChange:d,children:u,...m},f)=>{let[p,b]=$__namespace.useState(l),[x,g]=$__namespace.useState(false),v=c??p,w=$__namespace.useCallback(y=>{b(y),d?.(y);},[d]);return jsxRuntime.jsxs("div",{ref:f,className:i(lx({variant:t}),e),...m,children:[jsxRuntime.jsxs("aside",{"data-slot":"sidebar","data-collapsed":v,className:i("hidden lg:flex flex-col fixed inset-y-0 left-0 z-50 bg-background transition-[width] duration-200",v?"w-16":"w-64"),children:[jsxRuntime.jsx("div",{className:"flex h-14 items-center border-b px-4",children:a}),jsxRuntime.jsx("nav",{className:"flex-1 overflow-auto py-4",children:r}),n&&jsxRuntime.jsx("div",{className:"border-t p-4",children:n})]}),jsxRuntime.jsx(wo,{open:x,onOpenChange:g,children:jsxRuntime.jsxs(Co,{side:"left",className:"w-64 p-0",children:[jsxRuntime.jsx("div",{className:"flex h-14 items-center border-b px-4",children:a}),jsxRuntime.jsx("nav",{className:"flex-1 overflow-auto py-4",children:r}),n&&jsxRuntime.jsx("div",{className:"border-t p-4",children:n})]})}),jsxRuntime.jsxs("div",{className:i("flex flex-1 flex-col transition-[margin-left] duration-200",v?"lg:ml-16":"lg:ml-64"),children:[jsxRuntime.jsxs("header",{"data-slot":"header",className:"sticky top-0 z-40 flex h-14 items-center gap-4 bg-background px-4 lg:px-6",children:[jsxRuntime.jsxs(U,{variant:"ghost",size:"icon",className:"lg:hidden",onClick:()=>g(true),children:[jsxRuntime.jsx(lucideReact.Menu,{className:"h-5 w-5"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Toggle menu"})]}),jsxRuntime.jsxs(U,{variant:"ghost",size:"icon",className:"hidden lg:flex",onClick:()=>w(!v),children:[jsxRuntime.jsx(lucideReact.Menu,{className:"h-5 w-5"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Toggle sidebar"})]}),s&&jsxRuntime.jsx("div",{className:"flex-1",children:s}),o&&jsxRuntime.jsx("div",{className:"flex items-center gap-2",children:o})]}),jsxRuntime.jsx("main",{className:"flex-1 p-4 lg:p-6",children:u})]})]})});cx.displayName="DashboardLayout";var dx=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,className:i("space-y-6",e),...t}));dx.displayName="DashboardPage";var ux=$__namespace.forwardRef(({className:e,title:t,description:r,actions:a,children:n,...o},s)=>jsxRuntime.jsxs("div",{ref:s,className:i("flex flex-col gap-4 sm:flex-row sm:items-center sm:justify-between",e),...o,children:[jsxRuntime.jsxs("div",{className:"space-y-1",children:[t&&jsxRuntime.jsx("h1",{className:"text-2xl font-bold tracking-tight",children:t}),r&&jsxRuntime.jsx("p",{className:"text-muted-foreground",children:r}),n]}),a&&jsxRuntime.jsx("div",{className:"flex items-center gap-2",children:a})]}));ux.displayName="DashboardPageHeader";var mx=$__namespace.forwardRef(({className:e,columns:t=4,...r},a)=>jsxRuntime.jsx("div",{ref:a,className:i("grid gap-4",{1:"grid-cols-1",2:"grid-cols-1 md:grid-cols-2",3:"grid-cols-1 md:grid-cols-2 lg:grid-cols-3",4:"grid-cols-1 md:grid-cols-2 lg:grid-cols-4"}[t],e),...r}));mx.displayName="DashboardGrid";var js=classVarianceAuthority.cva("min-h-screen w-full",{variants:{variant:{centered:"flex items-center justify-center bg-muted/40",split:"flex flex-col lg:flex-row",cover:"relative flex items-center justify-center"}},defaultVariants:{variant:"centered"}}),px=$__namespace.forwardRef(({className:e,variant:t="centered",logo:r,sideContent:a,backgroundImage:n,sidePosition:o="left",footer:s,children:l,...c},d)=>t==="split"?jsxRuntime.jsxs("div",{ref:d,className:i(js({variant:t}),e),...c,children:[jsxRuntime.jsx("div",{className:i("hidden lg:flex lg:w-1/2 flex-col bg-primary text-primary-foreground",o==="right"&&"order-2"),children:a||jsxRuntime.jsxs("div",{className:"flex flex-1 flex-col items-center justify-center p-8",children:[r&&jsxRuntime.jsx("div",{className:"mb-8",children:r}),jsxRuntime.jsxs("div",{className:"max-w-md text-center",children:[jsxRuntime.jsx("h2",{className:"text-3xl font-bold",children:"Welcome back"}),jsxRuntime.jsx("p",{className:"mt-4 text-primary-foreground/80",children:"Sign in to your account to continue"})]})]})}),jsxRuntime.jsxs("div",{className:i("flex flex-1 flex-col lg:w-1/2",o==="right"&&"order-1"),children:[r&&jsxRuntime.jsx("div",{className:"flex items-center justify-center p-6 lg:hidden",children:r}),jsxRuntime.jsx("div",{className:"flex flex-1 items-center justify-center p-6",children:jsxRuntime.jsx("div",{className:"w-full max-w-md space-y-6",children:l})}),s&&jsxRuntime.jsx("div",{className:"p-6 text-center text-sm text-muted-foreground",children:s})]})]}):t==="cover"?jsxRuntime.jsxs("div",{ref:d,className:i(js({variant:t}),e),style:n?{backgroundImage:`url(${n})`,backgroundSize:"cover",backgroundPosition:"center"}:void 0,...c,children:[n&&jsxRuntime.jsx("div",{className:"absolute inset-0 bg-background/80 backdrop-blur-sm"}),jsxRuntime.jsxs("div",{className:"relative z-10 w-full max-w-md p-6",children:[r&&jsxRuntime.jsx("div",{className:"mb-8 flex justify-center",children:r}),jsxRuntime.jsx("div",{className:"rounded-lg border bg-card p-6 shadow-lg",children:l}),s&&jsxRuntime.jsx("div",{className:"mt-6 text-center text-sm text-muted-foreground",children:s})]})]}):jsxRuntime.jsx("div",{ref:d,className:i(js({variant:t}),e),...c,children:jsxRuntime.jsxs("div",{className:"w-full max-w-md p-6",children:[r&&jsxRuntime.jsx("div",{className:"mb-8 flex justify-center",children:r}),jsxRuntime.jsx("div",{className:"rounded-lg border bg-card p-6 shadow-sm",children:l}),s&&jsxRuntime.jsx("div",{className:"mt-6 text-center text-sm text-muted-foreground",children:s})]})}));px.displayName="AuthLayout";var fx=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("form",{ref:r,className:i("space-y-4",e),...t}));fx.displayName="AuthForm";var gx=$__namespace.forwardRef(({className:e,title:t,description:r,children:a,...n},o)=>jsxRuntime.jsxs("div",{ref:o,className:i("space-y-2 text-center",e),...n,children:[t&&jsxRuntime.jsx("h1",{className:"text-2xl font-bold",children:t}),r&&jsxRuntime.jsx("p",{className:"text-muted-foreground",children:r}),a]}));gx.displayName="AuthHeader";var bx=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,className:i("flex flex-col gap-2 text-center text-sm",e),...t}));bx.displayName="AuthFooterLinks";var vx=$__namespace.forwardRef(({className:e,text:t="or continue with",...r},a)=>jsxRuntime.jsxs("div",{ref:a,className:i("relative my-4",e),...r,children:[jsxRuntime.jsx("div",{className:"absolute inset-0 flex items-center",children:jsxRuntime.jsx("span",{className:"w-full border-t"})}),jsxRuntime.jsx("div",{className:"relative flex justify-center text-xs uppercase",children:jsxRuntime.jsx("span",{className:"bg-card px-2 text-muted-foreground",children:t})})]}));vx.displayName="AuthDivider";var hx=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,className:i("grid grid-cols-2 gap-2",e),...t}));hx.displayName="AuthSocialButtons";var Ys=classVarianceAuthority.cva("w-full",{variants:{variant:{sidebar:"flex flex-col lg:flex-row gap-8",tabs:"space-y-6",stacked:"space-y-8"}},defaultVariants:{variant:"sidebar"}}),xx=$__namespace.forwardRef(({className:e,variant:t="sidebar",navigation:r,title:a,description:n,children:o,...s},l)=>t==="sidebar"?jsxRuntime.jsxs("div",{ref:l,className:i(Ys({variant:t}),e),...s,children:[r&&jsxRuntime.jsx("aside",{className:"lg:w-64 shrink-0",children:jsxRuntime.jsx("nav",{className:"flex flex-col gap-1",children:r})}),jsxRuntime.jsxs("div",{className:"flex-1 space-y-6",children:[(a||n)&&jsxRuntime.jsx(Jn,{title:a,description:n}),o]})]}):t==="tabs"?jsxRuntime.jsxs("div",{ref:l,className:i(Ys({variant:t}),e),...s,children:[(a||n)&&jsxRuntime.jsx(Jn,{title:a,description:n}),r,jsxRuntime.jsx("div",{className:"pt-4",children:o})]}):jsxRuntime.jsxs("div",{ref:l,className:i(Ys({variant:t}),e),...s,children:[(a||n)&&jsxRuntime.jsx(Jn,{title:a,description:n}),o]}));xx.displayName="SettingsLayout";var Jn=$__namespace.forwardRef(({className:e,title:t,description:r,children:a,...n},o)=>jsxRuntime.jsxs("div",{ref:o,className:i("space-y-1",e),...n,children:[t&&jsxRuntime.jsx("h1",{className:"text-2xl font-bold",children:t}),r&&jsxRuntime.jsx("p",{className:"text-muted-foreground",children:r}),a]}));Jn.displayName="SettingsHeader";var yx=$__namespace.forwardRef(({className:e,title:t,description:r,children:a,...n},o)=>jsxRuntime.jsxs("div",{ref:o,className:i("space-y-4",e),...n,children:[(t||r)&&jsxRuntime.jsxs("div",{className:"space-y-1",children:[t&&jsxRuntime.jsx("h2",{className:"text-lg font-medium",children:t}),r&&jsxRuntime.jsx("p",{className:"text-sm text-muted-foreground",children:r})]}),a]}));yx.displayName="SettingsSection";var Rx=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,className:i("rounded-lg border bg-card p-6",e),...t}));Rx.displayName="SettingsCard";var wx=$__namespace.forwardRef(({className:e,label:t,description:r,htmlFor:a,children:n,...o},s)=>jsxRuntime.jsxs("div",{ref:s,className:i("flex flex-col gap-4 py-4 sm:flex-row sm:items-center sm:justify-between","border-b last:border-0 first:pt-0 last:pb-0",e),...o,children:[jsxRuntime.jsxs("div",{className:"space-y-0.5",children:[t&&jsxRuntime.jsx("label",{htmlFor:a,className:"text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",children:t}),r&&jsxRuntime.jsx("p",{className:"text-sm text-muted-foreground",children:r})]}),jsxRuntime.jsx("div",{className:"shrink-0",children:n})]}));wx.displayName="SettingsRow";var Cx=$__namespace.forwardRef(({className:e,active:t,icon:r,children:a,...n},o)=>jsxRuntime.jsxs("button",{ref:o,type:"button",className:i("flex items-center gap-3 rounded-md px-3 py-2 text-sm font-medium transition-colors","hover:bg-muted",t&&"bg-muted",e),...n,children:[r&&jsxRuntime.jsx("span",{className:"h-4 w-4 [&>svg]:h-full [&>svg]:w-full",children:r}),a]}));Cx.displayName="SettingsNavItem";var Nx=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,className:i("h-px bg-border my-4",e),...t}));Nx.displayName="SettingsSeparator";var Da=(e,t,r)=>({duration:e,delay:t,ease:r||[.4,0,.2,1]}),fk={hidden:e=>({opacity:e}),visible:{opacity:1},exit:e=>({opacity:e})},Mx=$__namespace.forwardRef(({show:e=true,children:t,duration:r=.3,delay:a=0,ease:n,className:o,unmountOnExit:s=true,initialOpacity:l=0,onAnimationStart:c,onAnimationComplete:d},u)=>{let m=jsxRuntime.jsx(framerMotion.motion.div,{ref:u,initial:"hidden",animate:e?"visible":"hidden",exit:s?"exit":void 0,variants:fk,custom:l,transition:Da(r,a,n),className:i(o),onAnimationStart:c,onAnimationComplete:d,children:t});return s?jsxRuntime.jsx(framerMotion.AnimatePresence,{children:e&&m}):m});Mx.displayName="Fade";var gk=(e,t)=>{let r=typeof t=="number"?`${t}px`:t,a={up:{y:r},down:{y:`-${r}`},left:{x:r},right:{x:`-${r}`}};return {hidden:{opacity:0,...a[e]},visible:{opacity:1,x:0,y:0},exit:{opacity:0,...a[e]}}},Tx=$__namespace.forwardRef(({show:e=true,children:t,duration:r=.3,delay:a=0,ease:n,className:o,unmountOnExit:s=true,direction:l="up",offset:c=20,onAnimationStart:d,onAnimationComplete:u},m)=>{let f=$__namespace.useMemo(()=>gk(l,c),[l,c]),p=jsxRuntime.jsx(framerMotion.motion.div,{ref:m,initial:"hidden",animate:e?"visible":"hidden",exit:s?"exit":void 0,variants:f,transition:Da(r,a,n),className:i(o),onAnimationStart:d,onAnimationComplete:u,children:t});return s?jsxRuntime.jsx(framerMotion.AnimatePresence,{children:e&&p}):p});Tx.displayName="Slide";var bk={center:"center center",top:"center top",bottom:"center bottom",left:"left center",right:"right center","top-left":"left top","top-right":"right top","bottom-left":"left bottom","bottom-right":"right bottom"},vk={hidden:e=>({opacity:0,scale:e}),visible:{opacity:1,scale:1},exit:e=>({opacity:0,scale:e})},Px=$__namespace.forwardRef(({show:e=true,children:t,duration:r=.3,delay:a=0,ease:n,className:o,unmountOnExit:s=true,initialScale:l=.9,origin:c="center",onAnimationStart:d,onAnimationComplete:u},m)=>{let f=jsxRuntime.jsx(framerMotion.motion.div,{ref:m,initial:"hidden",animate:e?"visible":"hidden",exit:s?"exit":void 0,variants:vk,custom:l,transition:Da(r,a,n),className:i(o),style:{transformOrigin:bk[c]},onAnimationStart:d,onAnimationComplete:u,children:t});return s?jsxRuntime.jsx(framerMotion.AnimatePresence,{children:e&&f}):f});Px.displayName="Scale";var kx=$__namespace.forwardRef(({show:e=true,children:t,duration:r=.3,delay:a=0,ease:n,className:o,horizontal:s=false,startingSize:l=0,animateOpacity:c=true,onAnimationStart:d,onAnimationComplete:u},m)=>{let f=s?"width":"height",p={hidden:{[f]:l,opacity:c?0:1},visible:{[f]:"auto",opacity:1},exit:{[f]:l,opacity:c?0:1}};return jsxRuntime.jsx(framerMotion.AnimatePresence,{initial:false,children:e&&jsxRuntime.jsx(framerMotion.motion.div,{ref:m,initial:"hidden",animate:"visible",exit:"exit",variants:p,transition:Da(r,a,n),className:i("overflow-hidden",o),onAnimationStart:d,onAnimationComplete:u,children:t})})});kx.displayName="Collapse";var Ex=$__namespace.forwardRef(({show:e=true,children:t,duration:r=.4,delay:a=0,ease:n,className:o,initialWidth:s=0,initialHeight:l=0,animateOpacity:c=true,onAnimationStart:d,onAnimationComplete:u},m)=>{let f={hidden:{width:s,height:l,opacity:c?0:1},visible:{width:"auto",height:"auto",opacity:1},exit:{width:s,height:l,opacity:c?0:1}};return jsxRuntime.jsx(framerMotion.AnimatePresence,{initial:false,children:e&&jsxRuntime.jsx(framerMotion.motion.div,{ref:m,initial:"hidden",animate:"visible",exit:"exit",variants:f,transition:Da(r,a,n),className:i("overflow-hidden",o),onAnimationStart:d,onAnimationComplete:u,children:t})})});Ex.displayName="Expand";var Lx=$__namespace.forwardRef(({show:e=true,children:t,duration:r=.3,delay:a=0,ease:n,className:o,unmountOnExit:s=true,initialRotation:l=-180,finalRotation:c=0,onAnimationStart:d,onAnimationComplete:u},m)=>{let f={hidden:{opacity:0,rotate:l},visible:{opacity:1,rotate:c},exit:{opacity:0,rotate:l}},p=jsxRuntime.jsx(framerMotion.motion.div,{ref:m,initial:"hidden",animate:e?"visible":"hidden",exit:s?"exit":void 0,variants:f,transition:Da(r,a,n),className:i(o),onAnimationStart:d,onAnimationComplete:u,children:t});return s?jsxRuntime.jsx(framerMotion.AnimatePresence,{children:e&&p}):p});Lx.displayName="Rotate";var Dx=$__namespace.forwardRef(({front:e,back:t,direction:r="horizontal",flipped:a=false,duration:n=.6,delay:o=0,ease:s,className:l,onAnimationStart:c,onAnimationComplete:d},u)=>{let m=r==="horizontal"?"rotateY":"rotateX";return jsxRuntime.jsx("div",{ref:u,className:i("relative",l),style:{perspective:1e3},children:jsxRuntime.jsxs(framerMotion.motion.div,{animate:{[m]:a?180:0},transition:Da(n,o,s),style:{transformStyle:"preserve-3d"},onAnimationStart:c,onAnimationComplete:d,children:[jsxRuntime.jsx("div",{className:"absolute inset-0",style:{backfaceVisibility:"hidden"},children:e}),jsxRuntime.jsx("div",{className:"absolute inset-0",style:{backfaceVisibility:"hidden",transform:`${m}(180deg)`},children:t})]})})});Dx.displayName="Flip";var Sx=$__namespace.forwardRef(({color:e="currentColor",duration:t=.6,children:r,className:a,disabled:n=false},o)=>{let[s,l]=$__namespace.useState([]),c=$__namespace.useRef(null),d=m=>{if(n)return;let f=c.current;if(!f)return;let p=f.getBoundingClientRect(),b=m.clientX-p.left,x=m.clientY-p.top,g=Math.max(p.width,p.height)*2,v={id:Date.now(),x:b,y:x,size:g};l(w=>[...w,v]);},u=m=>{l(f=>f.filter(p=>p.id!==m));};return jsxRuntime.jsxs("div",{ref:o,className:i("relative overflow-hidden",a),onClick:d,children:[jsxRuntime.jsx("div",{ref:c,className:"relative z-0",children:r}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:s.map(m=>jsxRuntime.jsx(framerMotion.motion.span,{initial:{scale:0,opacity:.35},animate:{scale:1,opacity:0},exit:{opacity:0},transition:{duration:t,ease:"easeOut"},onAnimationComplete:()=>u(m.id),className:"pointer-events-none absolute rounded-full",style:{left:m.x-m.size/2,top:m.y-m.size/2,width:m.size,height:m.size,backgroundColor:e}},m.id))})]})});Sx.displayName="Ripple";var Hx=$__namespace.forwardRef(({children:e,animate:t=true,height:r=10,duration:a=.5,count:n=0,className:o,triggerOnHover:s=false},l)=>{let[c,d]=$__namespace.useState(false),u=s?c:t,m={idle:{y:0},bounce:{y:[0,-r,0],transition:{duration:a,ease:"easeInOut",repeat:n===0?1/0:n-1,repeatType:"loop"}}};return jsxRuntime.jsx(framerMotion.motion.div,{ref:l,variants:m,initial:"idle",animate:u?"bounce":"idle",className:i(o),onMouseEnter:()=>s&&d(true),onMouseLeave:()=>s&&d(false),children:e})});Hx.displayName="Bounce";var yk={subtle:[0,-2,2,-2,2,-1,1,0],normal:[0,-5,5,-5,5,-3,3,0],strong:[0,-10,10,-10,10,-5,5,0]},Vx=$__namespace.forwardRef(({children:e,animate:t=true,intensity:r="normal",duration:a=.5,count:n=1,className:o,triggerOnHover:s=false},l)=>{let[c,d]=$__namespace.useState(false),u=s?c:t,m={idle:{x:0},shake:{x:yk[r],transition:{duration:a,ease:"easeInOut",repeat:n-1}}};return jsxRuntime.jsx(framerMotion.motion.div,{ref:l,variants:m,initial:"idle",animate:u?"shake":"idle",className:i(o),onMouseEnter:()=>s&&d(true),onMouseLeave:()=>s&&d(false),children:e})});Vx.displayName="Shake";var Rk={slow:"animate-[pulse_3s_ease-in-out_infinite]",normal:"animate-[pulse_2s_ease-in-out_infinite]",fast:"animate-[pulse_1s_ease-in-out_infinite]"},Ix=$__namespace.forwardRef(({children:e,animate:t=true,speed:r="normal",className:a},n)=>jsxRuntime.jsx("div",{ref:n,className:i(t&&Rk[r],a),children:e}));Ix.displayName="Pulse";var Ax=$__namespace.forwardRef(({children:e,animate:t=true,angle:r=10,duration:a=.3,count:n=0,className:o,triggerOnHover:s=false},l)=>{let[c,d]=$__namespace.useState(false),u=s?c:t,m={idle:{rotate:0},wiggle:{rotate:[0,-r,r,-r,r,0],transition:{duration:a,ease:"easeInOut",repeat:n===0?1/0:n-1,repeatType:"loop"}}};return jsxRuntime.jsx(framerMotion.motion.div,{ref:l,variants:m,initial:"idle",animate:u?"wiggle":"idle",className:i(o),onMouseEnter:()=>s&&d(true),onMouseLeave:()=>s&&d(false),children:e})});Ax.displayName="Wiggle";var zx=$__namespace.forwardRef(({children:e,animate:t=false,scale:r=1.2,duration:a=.2,className:n,triggerOnHover:o=false,triggerOnClick:s=false},l)=>{let[c,d]=$__namespace.useState(false),u=t||c,m={type:"spring",stiffness:400,damping:17,duration:a},f=()=>{s&&(d(true),setTimeout(()=>d(false),a*1e3));};return jsxRuntime.jsx(framerMotion.motion.div,{ref:l,animate:{scale:u?r:1},transition:m,className:i(n),onMouseEnter:()=>o&&d(true),onMouseLeave:()=>o&&d(false),onClick:f,children:e})});zx.displayName="Pop";var Tk=(e,t,r,a)=>{let n=e.toFixed(t),[o,s]=n.split("."),l=o.replace(/\B(?=(\d{3})+(?!\d))/g,r);return s?`${l}${a}${s}`:l},Bx=$__namespace.forwardRef(({value:e,from:t=0,duration:r=2,decimals:a=0,prefix:n="",suffix:o="",separator:s=",",decimalSeparator:l=".",animateOnView:c=true,delay:d=0,className:u,onComplete:m},f)=>{let p=$__namespace.useRef(null),b=framerMotion.useInView(p,{once:true}),[x,g]=$__namespace.useState(!c);$__namespace.useEffect(()=>{if(c&&b){let h=setTimeout(()=>g(true),d*1e3);return ()=>clearTimeout(h)}},[c,b,d]);let v={damping:30,stiffness:100,duration:r*1e3},w=framerMotion.useSpring(x?e:t,v),y=framerMotion.useTransform(w,h=>Tk(h,a,s,l));return $__namespace.useEffect(()=>{x&&w.set(e);},[x,e,w]),$__namespace.useEffect(()=>{let h=w.on("change",C=>{Math.abs(C-e)<.01&&m&&m();});return ()=>h()},[w,e,m]),jsxRuntime.jsx("span",{ref:p,className:i(u),children:jsxRuntime.jsxs("span",{ref:f,children:[n,jsxRuntime.jsx(framerMotion.motion.span,{children:y}),o]})})});Bx.displayName="Counter";var Ox=$__namespace.forwardRef(({text:e,speed:t=50,delay:r=0,pauseBetween:a=1500,cursor:n=true,cursorChar:o="|",loop:s=false,deleteSpeed:l=30,animateOnView:c=true,className:d,cursorClassName:u,onComplete:m},f)=>{let p=Array.isArray(e)?e:[e],[b,x]=$__namespace.useState(""),[g,v]=$__namespace.useState(0),[w,y]=$__namespace.useState(false),[h,C]=$__namespace.useState(false),R=$__namespace.useRef(null),T=framerMotion.useInView(R,{once:true}),[M,E]=$__namespace.useState(!c);return $__namespace.useEffect(()=>{if(c&&T){let N=setTimeout(()=>E(true),r*1e3);return ()=>clearTimeout(N)}},[c,T,r]),$__namespace.useEffect(()=>{if(!M||h)return;let N=p[g],P;return w?b.length>0?P=setTimeout(()=>{x(b.slice(0,-1));},l):(y(false),v(k=>(k+1)%p.length)):b.length<N.length?P=setTimeout(()=>{x(N.slice(0,b.length+1));},t):g<p.length-1||s?P=setTimeout(()=>{y(true);},a):(C(true),m?.()),()=>clearTimeout(P)},[M,b,g,w,h,p,t,l,a,s,m]),jsxRuntime.jsxs("span",{ref:R,className:i(d),children:[jsxRuntime.jsx("span",{ref:f,children:b}),n&&jsxRuntime.jsx(framerMotion.motion.span,{animate:{opacity:[1,0]},transition:{duration:.8,repeat:1/0,repeatType:"reverse"},className:i("ml-0.5",u),children:o})]})});Ox.displayName="Typewriter";var Fx=$__namespace.forwardRef(({children:e,direction:t="up",stagger:r=.05,duration:a=.5,delay:n=0,splitBy:o="word",animateOnView:s=true,className:l},c)=>{let d=$__namespace.useRef(null),u=framerMotion.useInView(d,{once:true,amount:.5}),m=s?u:true,f=typeof e=="string"?e:"",p=o==="word"?f.split(" "):f.split(""),b={up:{y:20},down:{y:-20},left:{x:20},right:{x:-20}},x={hidden:{},visible:{transition:{staggerChildren:r,delayChildren:n}}},g={hidden:{opacity:0,...b[t]},visible:{opacity:1,x:0,y:0,transition:{duration:a,ease:"easeInOut"}}};return jsxRuntime.jsx(framerMotion.motion.div,{ref:c,className:i("inline-flex flex-wrap",l),variants:x,initial:"hidden",animate:m?"visible":"hidden",children:jsxRuntime.jsx("span",{ref:d,children:p.map((v,w)=>jsxRuntime.jsxs(framerMotion.motion.span,{variants:g,className:"inline-block",children:[v,o==="word"&&w<p.length-1&&"\xA0"]},w))})})});Fx.displayName="TextReveal";var Gx=$__namespace.forwardRef(({words:e,duration:t=2,animation:r="slide",animationDuration:a=.5,className:n,loop:o=true},s)=>{let[l,c]=$__namespace.useState(0);$__namespace.useEffect(()=>{if(!o&&l===e.length-1)return;let u=setInterval(()=>{c(m=>(m+1)%e.length);},t*1e3);return ()=>clearInterval(u)},[e.length,t,o,l]);let d=()=>{switch(r){case "fade":return {initial:{opacity:0},animate:{opacity:1},exit:{opacity:0}};case "slide":return {initial:{opacity:0,y:20},animate:{opacity:1,y:0},exit:{opacity:0,y:-20}};case "scale":return {initial:{opacity:0,scale:.8},animate:{opacity:1,scale:1},exit:{opacity:0,scale:1.2}};case "blur":return {initial:{opacity:0,filter:"blur(10px)"},animate:{opacity:1,filter:"blur(0px)"},exit:{opacity:0,filter:"blur(10px)"}}}};return jsxRuntime.jsx("span",{ref:s,className:i("relative inline-block",n),children:jsxRuntime.jsx(framerMotion.AnimatePresence,{mode:"wait",children:jsxRuntime.jsx(framerMotion.motion.span,{variants:d(),initial:"initial",animate:"animate",exit:"exit",transition:{duration:a},className:"inline-block",children:e[l]},e[l])})})});Gx.displayName="WordRotate";var Wx=$__namespace.forwardRef(({children:e,direction:t="up",distance:r=50,duration:a=.6,delay:n=0,once:o=true,threshold:s=.1,className:l,scale:c,rotate:d,blur:u,ease:m=[.4,0,.2,1]},f)=>{let p=$__namespace.useRef(null),b=framerMotion.useInView(p,{once:o,amount:s}),g={up:{x:0,y:r},down:{x:0,y:-r},left:{x:r,y:0},right:{x:-r,y:0},none:{x:0,y:0}}[t],v={hidden:{opacity:0,x:g.x,y:g.y,scale:c??1,rotate:d??0,filter:u?`blur(${u}px)`:"blur(0px)"},visible:{opacity:1,x:0,y:0,scale:1,rotate:0,filter:"blur(0px)",transition:{duration:a,delay:n,ease:m}}};return jsxRuntime.jsx("div",{ref:p,children:jsxRuntime.jsx(framerMotion.motion.div,{ref:f,variants:v,initial:"hidden",animate:b?"visible":"hidden",className:i(l),children:e})})});Wx.displayName="ScrollReveal";var jx=$__namespace.forwardRef(({position:e="top",size:t=4,color:r="hsl(var(--primary))",backgroundColor:a="transparent",zIndex:n=50,className:o,container:s,showPercentage:l=false,useSpring:c=true},d)=>{let{scrollYProgress:u}=framerMotion.useScroll({container:s}),m=framerMotion.useSpring(u,{stiffness:100,damping:30,restDelta:.001}),f=c?m:u,p=e==="top"||e==="bottom",b={top:{top:0,left:0,right:0,height:t},bottom:{bottom:0,left:0,right:0,height:t},left:{top:0,left:0,bottom:0,width:t},right:{top:0,right:0,bottom:0,width:t}},x=p?"scaleX":"scaleY",g=p?"left":"top";return jsxRuntime.jsxs("div",{ref:d,className:i("fixed",o),style:{...b[e],zIndex:n,backgroundColor:a},children:[jsxRuntime.jsx(framerMotion.motion.div,{className:"h-full w-full",style:{[x]:f,transformOrigin:g,backgroundColor:r}}),l&&jsxRuntime.jsx(kk,{progress:f,position:e})]})});jx.displayName="ScrollProgress";var kk=({progress:e,position:t})=>{let r=framerMotion.useTransform(e,s=>Math.round(s*100)),[a,n]=$__namespace.useState(0);return $__namespace.useEffect(()=>{let s=r.on("change",n);return ()=>s()},[r]),jsxRuntime.jsxs("span",{className:i("fixed rounded bg-background/80 px-2 py-1 text-xs font-medium backdrop-blur-sm",{top:"top-2 right-4",bottom:"bottom-2 right-4",left:"top-4 left-2",right:"top-4 right-2"}[t]),children:[a,"%"]})},Yx=$__namespace.forwardRef(({children:e,speed:t=.5,direction:r="vertical",className:a,container:n},o)=>{let s=$__namespace.useRef(null),{scrollYProgress:l}=framerMotion.useScroll({target:s,container:n,offset:["start end","end start"]}),c=[-100*t,100*t],d=framerMotion.useTransform(l,[0,1],c),u=framerMotion.useSpring(d,{stiffness:100,damping:30}),m=r==="horizontal"?u:0,f=r==="vertical"?u:0;return jsxRuntime.jsx("div",{ref:s,className:i("overflow-hidden",a),children:jsxRuntime.jsx(framerMotion.motion.div,{ref:o,style:{x:m,y:f},children:e})})});Yx.displayName="Parallax";var qx=$__namespace.forwardRef(({children:e,width:t,height:r,duration:a=1.5,direction:n="right",baseColor:o="hsl(var(--muted))",highlightColor:s="hsl(var(--muted-foreground) / 0.1)",borderRadius:l,className:c,active:d=true},u)=>{let m={left:"to left",right:"to right",top:"to top",bottom:"to bottom"},f={left:"shimmer-left",right:"shimmer-right",top:"shimmer-top",bottom:"shimmer-bottom"};return jsxRuntime.jsxs("div",{ref:u,className:i("relative overflow-hidden",c),style:{width:t,height:r,borderRadius:l,backgroundColor:o},children:[e,d&&jsxRuntime.jsx("div",{className:"absolute inset-0",style:{background:`linear-gradient(${m[n]}, transparent, ${s}, transparent)`,animation:`${f[n]} ${a}s infinite`}}),jsxRuntime.jsx("style",{children:`
48
+ `}),jsxRuntime.jsx("circle",{className:i("stroke-muted",o),cx:m.size/2,cy:m.size/2,r:u,strokeWidth:m.strokeWidth,fill:"none"}),jsxRuntime.jsx("circle",{cx:m.size/2,cy:m.size/2,r:u,strokeWidth:m.strokeWidth,fill:"none",strokeLinecap:"round",stroke:jm[r]||jm.default,strokeDasharray:c?`${b} ${f-b}`:`${f} ${f}`,strokeDashoffset:c?0:p,style:{transformOrigin:"center",transform:"rotate(-90deg)",transition:c?void 0:"stroke-dashoffset 0.3s ease-in-out"}})]}),n&&!c&&jsxRuntime.jsxs("span",{className:i("absolute font-medium text-foreground",m.fontSize),children:[Math.round(d),"%"]})]})});Xm.displayName="CircularProgress";var qm=$__namespace.createContext(null),B0=()=>{let e=$__namespace.useContext(qm);if(!e)throw new Error("OTP components must be used within InputOTP");return e},Zm=classVarianceAuthority.cva("flex items-center gap-2 has-[:disabled]:opacity-50",{variants:{size:{sm:"[&_[data-otp-slot]]:h-8 [&_[data-otp-slot]]:w-8 [&_[data-otp-slot]]:text-xs",md:"[&_[data-otp-slot]]:h-10 [&_[data-otp-slot]]:w-10 [&_[data-otp-slot]]:text-sm",lg:"[&_[data-otp-slot]]:h-12 [&_[data-otp-slot]]:w-12 [&_[data-otp-slot]]:text-base"}},defaultVariants:{size:"md"}}),Jm=$__namespace.forwardRef(({className:e,containerClassName:t,maxLength:r,value:a,defaultValue:n="",onChange:o,onComplete:s,pattern:l,disabled:c=false,size:d,children:m,...u},f)=>{let[p,b]=$__namespace.useState(n),[x,g]=$__namespace.useState(0),[v,w]=$__namespace.useState(false),y=$__namespace.useRef(null),h=a!==void 0?a:p;$__namespace.useImperativeHandle(f,()=>y.current),$__namespace.useEffect(()=>{g(Math.min(h.length,r-1));},[h,r]),$__namespace.useEffect(()=>{h.length===r&&s&&s(h);},[h,r,s]);let C=k=>{let E=k.target.value;if(l&&E){let L=new RegExp(l.replace("^","").replace("$","").replace("+",""));E=E.split("").filter(H=>L.test(H)).join("");}E=E.slice(0,r),a===void 0&&b(E),o?.(E);},R=k=>{k.key==="ArrowLeft"?g(E=>Math.max(0,E-1)):k.key==="ArrowRight"&&g(E=>Math.min(h.length,r-1,E+1));},T=()=>{y.current?.focus();},M=()=>{w(true),g(Math.min(h.length,r-1));},P=()=>{w(false);},N={value:h,activeIndex:v?x:-1,maxLength:r,disabled:c};return jsxRuntime.jsx(qm.Provider,{value:N,children:jsxRuntime.jsxs("div",{className:i(Zm({size:d}),t),onClick:T,"data-otp-container":true,children:[jsxRuntime.jsx("input",{ref:y,type:"text",inputMode:"numeric",autoComplete:"one-time-code",value:h,onChange:C,onKeyDown:R,onFocus:M,onBlur:P,disabled:c,maxLength:r,className:i("absolute opacity-0 pointer-events-none w-0 h-0",e),...u}),m]})})});Jm.displayName="InputOTP";var Qm=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,className:i("flex items-center",e),...t}));Qm.displayName="InputOTPGroup";var ep=$__namespace.forwardRef(({index:e,className:t,...r},a)=>{let{value:n,activeIndex:o,disabled:s}=B0(),l=n[e]||"",c=o===e,d=c&&n.length===e;return jsxRuntime.jsxs("div",{ref:a,"data-otp-slot":true,"data-active":c,"data-filled":!!l,className:i("relative flex h-10 w-10 items-center justify-center border-y border-r border-input text-sm font-medium transition-all first:rounded-l-md first:border-l last:rounded-r-md",c&&"z-10 border-foreground",s&&"cursor-not-allowed opacity-50",t),...r,children:[l,d&&jsxRuntime.jsx("div",{className:"pointer-events-none absolute inset-0 flex items-center justify-center",children:jsxRuntime.jsx("div",{className:"h-4 w-px animate-caret-blink bg-foreground duration-1000"})})]})});ep.displayName="InputOTPSlot";var tp=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,role:"separator",className:i("text-muted-foreground",e),...t,children:jsxRuntime.jsx(lucideReact.Minus,{className:"h-4 w-4"})}));tp.displayName="InputOTPSeparator";var np=classVarianceAuthority.cva("inline-flex items-center gap-1 rounded-full text-xs font-medium transition-colors",{variants:{variant:{solid:"bg-primary text-primary-foreground",outline:"border border-input bg-transparent",ghost:"bg-transparent text-foreground",soft:"bg-primary/15 text-primary",surface:"bg-muted text-muted-foreground"},size:{sm:"h-5 px-2 text-xs",md:"h-6 px-2.5 text-xs",lg:"h-7 px-3 text-sm"}},defaultVariants:{variant:"soft",size:"md"}}),op=$__namespace.forwardRef(({className:e,variant:t,size:r,value:a=[],onChange:n,placeholder:o="Add tag...",maxTags:s,minTagLength:l=1,maxTagLength:c=50,triggerKeys:d=["Enter",",","Tab"],allowDuplicates:m=false,disabled:u,readOnly:f,renderTag:p,...b},x)=>{let[g,v]=$__namespace.useState(""),w=$__namespace.useRef(null);$__namespace.useImperativeHandle(x,()=>w.current);let y=N=>{let k=N.trim();if(k.length<l||k.length>c||s&&a.length>=s||!m&&a.some(L=>L.text.toLowerCase()===k.toLowerCase()))return;let E={id:crypto.randomUUID(),text:k};n?.([...a,E]),v("");},h=N=>{u||f||n?.(a.filter(k=>k.id!==N));},C=N=>{if(d.includes(N.key)){if(N.key==="Tab"&&!g)return;N.preventDefault(),y(g);}N.key==="Backspace"&&!g&&a.length>0&&h(a[a.length-1].id);},R=N=>{let k=N.target.value;if(k.includes(",")){k.split(",").forEach(L=>{L.trim()&&y(L);});return}v(k);},T=N=>{N.preventDefault(),N.clipboardData.getData("text").split(/[,\n\t]/).filter(Boolean).forEach(L=>{y(L);});},M=()=>{w.current?.focus();},P=s?a.length>=s:false;return jsxRuntime.jsxs("div",{className:i("flex min-h-10 w-full flex-wrap gap-1.5 rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background focus-within:ring-2 focus-within:ring-ring focus-within:ring-offset-2",u&&"cursor-not-allowed opacity-50",e),onClick:M,children:[a.map(N=>p?p(N,()=>h(N.id)):jsxRuntime.jsxs("span",{className:i(np({variant:t,size:r})),children:[N.text,!u&&!f&&jsxRuntime.jsx("button",{type:"button",onClick:k=>{k.stopPropagation(),h(N.id);},className:"ml-0.5 rounded-full p-0.5 hover:bg-black/10 dark:hover:bg-white/10","aria-label":`Remove ${N.text}`,children:jsxRuntime.jsx(lucideReact.X,{className:"h-3 w-3"})})]},N.id)),!P&&!f&&jsxRuntime.jsx("input",{ref:w,type:"text",value:g,onChange:R,onKeyDown:C,onPaste:T,placeholder:a.length===0?o:"",disabled:u,className:i("flex-1 bg-transparent outline-none placeholder:text-muted-foreground disabled:cursor-not-allowed","min-w-[80px]"),...b})]})});op.displayName="TagInput";var ip=classVarianceAuthority.cva("flex flex-col items-center justify-center text-center",{variants:{size:{sm:"gap-2 py-6",md:"gap-3 py-10",lg:"gap-4 py-16"}},defaultVariants:{size:"md"}}),lp=$__namespace.forwardRef(({className:e,size:t,icon:r,title:a,description:n,action:o,children:s,...l},c)=>jsxRuntime.jsxs("div",{ref:c,className:i(ip({size:t,className:e})),...l,children:[r&&jsxRuntime.jsx("div",{className:"text-muted-foreground [&>svg]:h-10 [&>svg]:w-10",children:r}),a&&jsxRuntime.jsx("h3",{className:"text-lg font-semibold text-foreground",children:a}),n&&jsxRuntime.jsx("p",{className:"max-w-sm text-sm text-muted-foreground",children:n}),o&&jsxRuntime.jsx("div",{className:"mt-2",children:o}),s]}));lp.displayName="EmptyState";var dp=classVarianceAuthority.cva("rounded-lg border bg-card p-6 text-card-foreground shadow-sm",{variants:{variant:{solid:"bg-primary text-primary-foreground border-primary",outline:"bg-transparent",ghost:"border-transparent shadow-none",soft:"bg-primary/10 border-primary/20",surface:"bg-muted border-muted"}},defaultVariants:{variant:"outline"}}),up=$__namespace.forwardRef(({className:e,variant:t,label:r,value:a,icon:n,trend:o,trendValue:s,description:l,...c},d)=>{let m=o==="up"?lucideReact.TrendingUp:o==="down"?lucideReact.TrendingDown:lucideReact.Minus,u=o==="up"?"text-green-500":o==="down"?"text-red-500":"text-muted-foreground";return jsxRuntime.jsxs("div",{ref:d,className:i(dp({variant:t,className:e})),...c,children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between",children:[jsxRuntime.jsx("p",{className:"text-sm font-medium text-muted-foreground",children:r}),n&&jsxRuntime.jsx("div",{className:"text-muted-foreground [&>svg]:h-4 [&>svg]:w-4",children:n})]}),jsxRuntime.jsxs("div",{className:"mt-2 flex items-baseline gap-2",children:[jsxRuntime.jsx("p",{className:"text-2xl font-bold",children:a}),o&&s&&jsxRuntime.jsxs("span",{className:i("flex items-center gap-0.5 text-sm",u),children:[jsxRuntime.jsx(m,{className:"h-3 w-3"}),s]})]}),l&&jsxRuntime.jsx("p",{className:"mt-1 text-xs text-muted-foreground",children:l})]})});up.displayName="StatCard";var pp=classVarianceAuthority.cva("flex flex-col",{variants:{variant:{default:"",bordered:"divide-y divide-border rounded-lg border",striped:"[&>*:nth-child(odd)]:bg-muted/50"},size:{sm:"gap-1 [&>*]:py-2 [&>*]:px-3",md:"gap-2 [&>*]:py-3 [&>*]:px-4",lg:"gap-3 [&>*]:py-4 [&>*]:px-5"}},defaultVariants:{variant:"default",size:"md"}}),fp=$__namespace.forwardRef(({className:e,variant:t,size:r,...a},n)=>jsxRuntime.jsx("div",{ref:n,role:"list",className:i(pp({variant:t,size:r,className:e})),...a}));fp.displayName="List";var gp=classVarianceAuthority.cva("flex items-center gap-3 transition-colors",{variants:{interactive:{true:"cursor-pointer hover:bg-muted/50",false:""}},defaultVariants:{interactive:false}}),bp=$__namespace.forwardRef(({className:e,interactive:t,leading:r,trailing:a,children:n,...o},s)=>jsxRuntime.jsxs("div",{ref:s,role:"listitem",className:i(gp({interactive:t,className:e})),...o,children:[r&&jsxRuntime.jsx("div",{className:"flex-shrink-0 text-muted-foreground",children:r}),jsxRuntime.jsx("div",{className:"flex-1 min-w-0",children:n}),a&&jsxRuntime.jsx("div",{className:"flex-shrink-0",children:a})]}));bp.displayName="ListItem";var vp=$__namespace.forwardRef(({className:e,primary:t,secondary:r,children:a,...n},o)=>jsxRuntime.jsxs("div",{ref:o,className:i("min-w-0",e),...n,children:[t&&jsxRuntime.jsx("p",{className:"text-sm font-medium leading-none truncate",children:t}),r&&jsxRuntime.jsx("p",{className:"mt-1 text-sm text-muted-foreground truncate",children:r}),a]}));vp.displayName="ListItemText";var yp=classVarianceAuthority.cva("flex flex-col",{variants:{position:{left:"",right:"",alternate:""}},defaultVariants:{position:"left"}}),Rp=$__namespace.forwardRef(({className:e,position:t,...r},a)=>jsxRuntime.jsx("div",{ref:a,"data-position":t,className:i(yp({position:t,className:e})),...r}));Rp.displayName="Timeline";var wp=classVarianceAuthority.cva("relative flex gap-4 pb-8 last:pb-0",{variants:{variant:{default:"",success:"[&_[data-timeline-dot]]:bg-green-500 [&_[data-timeline-dot]]:border-green-500",warning:"[&_[data-timeline-dot]]:bg-yellow-500 [&_[data-timeline-dot]]:border-yellow-500",error:"[&_[data-timeline-dot]]:bg-red-500 [&_[data-timeline-dot]]:border-red-500",info:"[&_[data-timeline-dot]]:bg-blue-500 [&_[data-timeline-dot]]:border-blue-500"}},defaultVariants:{variant:"default"}}),Cp=$__namespace.forwardRef(({className:e,variant:t,...r},a)=>jsxRuntime.jsx("div",{ref:a,className:i(wp({variant:t,className:e})),...r}));Cp.displayName="TimelineItem";var Np=$__namespace.forwardRef(({className:e,dot:t,showConnector:r=true,...a},n)=>jsxRuntime.jsxs("div",{ref:n,className:i("flex flex-col items-center",e),...a,children:[jsxRuntime.jsx("div",{"data-timeline-dot":true,className:"flex h-3 w-3 items-center justify-center rounded-full border-2 border-primary bg-primary",children:t}),r&&jsxRuntime.jsx("div",{className:"w-0.5 flex-1 bg-border"})]}));Np.displayName="TimelineSeparator";var Mp=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,className:i("flex-1 pt-0.5",e),...t}));Mp.displayName="TimelineContent";var Tp=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,className:i("flex-1 text-sm text-muted-foreground pt-0.5",e),...t}));Tp.displayName="TimelineOpposite";var kp=classVarianceAuthority.cva("inline-flex items-center rounded-lg bg-muted p-1 text-muted-foreground",{variants:{size:{sm:"h-8",md:"h-10",lg:"h-12"},fullWidth:{true:"w-full",false:""}},defaultVariants:{size:"md",fullWidth:false}}),Ep=classVarianceAuthority.cva("inline-flex items-center justify-center whitespace-nowrap rounded-md px-3 font-medium ring-offset-background transition-all focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50",{variants:{size:{sm:"h-6 text-xs px-2.5",md:"h-8 text-sm px-3",lg:"h-10 text-base px-4"},selected:{true:"bg-background text-foreground shadow-sm",false:""}},defaultVariants:{size:"md",selected:false}}),Lp=$__namespace.createContext({}),Dp=$__namespace.forwardRef(({className:e,size:t="md",fullWidth:r,children:a,value:n,defaultValue:o,onValueChange:s,disabled:l,...c},d)=>{let[m,u]=$__namespace.useState(o),f=n!==void 0?n:m,p=$__namespace.useCallback(b=>{n===void 0&&u(b),s?.(b);},[n,s]);return jsxRuntime.jsx(Lp.Provider,{value:{size:t??"md",value:f,onValueChange:p,disabled:l},children:jsxRuntime.jsx("div",{ref:d,role:"group",className:i(kp({size:t,fullWidth:r,className:e})),...c,children:a})})});Dp.displayName="SegmentedControl";var Sp=$__namespace.forwardRef(({className:e,children:t,value:r,disabled:a,...n},o)=>{let s=$__namespace.useContext(Lp),l=s.value===r,c=a||s.disabled;return jsxRuntime.jsx("button",{ref:o,type:"button",role:"radio","aria-checked":l,"data-state":l?"on":"off",disabled:c,onClick:()=>{c||s.onValueChange?.(r);},className:i(Ep({size:s.size,selected:l}),"flex-1",e),...n,children:t})});Sp.displayName="SegmentedControlItem";var Hp=classVarianceAuthority.cva("relative flex flex-col items-center justify-center rounded-lg border-2 border-dashed transition-colors",{variants:{variant:{default:"border-input bg-background hover:bg-accent/50",active:"border-primary bg-primary/5",error:"border-danger bg-danger/5"},size:{sm:"p-4 min-h-[120px]",md:"p-6 min-h-[160px]",lg:"p-8 min-h-[200px]"}},defaultVariants:{variant:"default",size:"md"}}),Vp=e=>{let t=e.type;return t.startsWith("image/")?lucideReact.Image:t.startsWith("video/")?lucideReact.FileVideo:t.startsWith("audio/")?lucideReact.FileAudio:t.includes("pdf")||t.includes("document")?lucideReact.FileText:t.includes("zip")||t.includes("rar")||t.includes("archive")?lucideReact.FileArchive:lucideReact.File},Go=e=>{if(e===0)return "0 Bytes";let t=1024,r=["Bytes","KB","MB","GB"],a=Math.floor(Math.log(e)/Math.log(t));return parseFloat((e/Math.pow(t,a)).toFixed(2))+" "+r[a]},Ip=(e,t,r)=>{let a=[];return t&&e.size>t&&a.push({code:"file-too-large",message:`File is larger than ${Go(t)}`}),r&&r.length>0&&(r.some(o=>{if(o.startsWith("."))return e.name.toLowerCase().endsWith(o.toLowerCase());if(o.endsWith("/*")){let s=o.slice(0,-2);return e.type.startsWith(s)}return e.type===o})||a.push({code:"file-invalid-type",message:`File type not accepted. Accepted: ${r.join(", ")}`})),a},Ap=$__namespace.forwardRef(({className:e,variant:t,size:r,onFilesChange:a,onFilesRejected:n,onFileRemove:o,files:s=[],showFileList:l=true,children:c,maxSize:d=10*1024*1024,accept:m,multiple:u=true,disabled:f,...p},b)=>{let[x,g]=$__namespace.useState(false),[v,w]=$__namespace.useState(false),[y,h]=$__namespace.useState([]),C=$__namespace.useRef(null),R=$__namespace.useCallback(D=>{if(!D||D.length===0)return;let I=Array.from(D),A=[],F=[];(u?I:[I[0]]).forEach(O=>{let B=Ip(O,d,m);B.length>0?F.push({file:O,errors:B}):A.push(O);}),h(F),A.length>0&&a?.(A),F.length>0&&n?.(F);},[d,m,u,a,n]),T=$__namespace.useCallback(D=>{if(D.preventDefault(),D.stopPropagation(),!f&&(g(true),D.dataTransfer.items)){let A=Array.from(D.dataTransfer.items).some(F=>{if(F.kind!=="file")return true;if(m&&m.length>0){let V=F.type;return !m.some(O=>O.endsWith("/*")?V.startsWith(O.slice(0,-2)):V===O)}return false});w(A);}},[f,m]),M=$__namespace.useCallback(D=>{D.preventDefault(),D.stopPropagation(),!f&&(D.dataTransfer.dropEffect="copy");},[f]),P=$__namespace.useCallback(D=>{D.preventDefault(),D.stopPropagation();let I=D.currentTarget.getBoundingClientRect(),A=D.clientX,F=D.clientY;(A<I.left||A>I.right||F<I.top||F>I.bottom)&&(g(false),w(false));},[]),N=$__namespace.useCallback(D=>{D.preventDefault(),D.stopPropagation(),g(false),w(false),!f&&R(D.dataTransfer.files);},[f,R]),k=$__namespace.useCallback(()=>{f||C.current?.click();},[f]),E=$__namespace.useCallback(D=>{R(D.target.files),D.target.value="";},[R]),L=$__namespace.useCallback(D=>{f||(D.key==="Enter"||D.key===" ")&&(D.preventDefault(),C.current?.click());},[f]),H=v?"error":x?"active":t,S=m?.join(",");return jsxRuntime.jsxs("div",{ref:b,className:i("space-y-4",e),...p,children:[jsxRuntime.jsxs("div",{role:"button",tabIndex:f?-1:0,onDragEnter:T,onDragOver:M,onDragLeave:P,onDrop:N,onClick:k,onKeyDown:L,className:i(Hp({variant:H,size:r}),f&&"opacity-50 cursor-not-allowed",!f&&"cursor-pointer focus:outline-none"),"aria-disabled":f,children:[jsxRuntime.jsx("input",{ref:C,type:"file",accept:S,multiple:u,disabled:f,onChange:E,className:"sr-only",tabIndex:-1}),c||jsxRuntime.jsxs("div",{className:"flex flex-col items-center gap-2 text-center",children:[jsxRuntime.jsx("div",{className:"rounded-full bg-muted p-3",children:jsxRuntime.jsx(lucideReact.Upload,{className:"h-6 w-6 text-muted-foreground"})}),jsxRuntime.jsxs("div",{className:"space-y-1",children:[jsxRuntime.jsx("p",{className:"text-sm font-medium",children:x?"Drop files here":"Drop files or click to upload"}),jsxRuntime.jsxs("p",{className:"text-xs text-muted-foreground",children:[d&&`Max ${Go(d)}`,m&&m.length>0&&` \u2022 ${m.join(", ")}`]})]})]})]}),y.length>0&&jsxRuntime.jsx("div",{className:"rounded-md bg-danger/10 p-3 text-sm text-danger",children:y.map(({file:D,errors:I})=>jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("span",{className:"font-medium",children:D.name}),":"," ",I.map(A=>A.message).join(", ")]},D.name))}),l&&s.length>0&&jsxRuntime.jsx("div",{className:"space-y-2",children:s.map(D=>{let I=Vp(D.file);return jsxRuntime.jsxs("div",{className:i("flex items-center gap-3 rounded-lg border p-3",D.error&&"border-danger bg-danger/5"),children:[jsxRuntime.jsx("div",{className:"flex h-10 w-10 shrink-0 items-center justify-center rounded-lg bg-muted",children:jsxRuntime.jsx(I,{className:"h-5 w-5 text-muted-foreground"})}),jsxRuntime.jsxs("div",{className:"flex-1 min-w-0",children:[jsxRuntime.jsx("p",{className:"truncate text-sm font-medium",children:D.file.name}),jsxRuntime.jsxs("p",{className:"text-xs text-muted-foreground",children:[Go(D.file.size),D.error&&jsxRuntime.jsx("span",{className:"ml-2 text-danger",children:D.error})]}),D.progress!==void 0&&D.progress<100&&jsxRuntime.jsx(Lo,{value:D.progress,className:"mt-2 h-1"})]}),jsxRuntime.jsxs(U,{variant:"ghost",size:"sm",className:"h-8 w-8 p-0 text-muted-foreground hover:text-foreground",onClick:A=>{A.stopPropagation(),o?.(D.file);},children:[jsxRuntime.jsx(lucideReact.X,{className:"h-4 w-4"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Remove"})]})]},D.id)})})]})});Ap.displayName="FileUpload";var aw=`url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cg fill='%23ccc'%3E%3Crect width='4' height='4'/%3E%3Crect x='4' y='4' width='4' height='4'/%3E%3C/g%3E%3C/svg%3E")`,Bp=classVarianceAuthority.cva("relative rounded-md border border-input shadow-sm transition-all focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",{variants:{size:{xs:"h-4 w-4",sm:"h-6 w-6",md:"h-8 w-8",lg:"h-10 w-10",xl:"h-12 w-12"},shape:{square:"rounded-md",circle:"rounded-full"},interactive:{true:"cursor-pointer hover:scale-110 active:scale-105",false:"cursor-default"}},defaultVariants:{size:"md",shape:"square",interactive:false}}),Ln=$__namespace.forwardRef(({color:e,isSelected:t,showTransparency:r=true,onSelect:a,size:n,shape:o,interactive:s,className:l,onClick:c,disabled:d,...m},u)=>jsxRuntime.jsx("button",{ref:u,type:"button",disabled:d,onClick:b=>{c?.(b),a?.(e);},className:i(Bp({size:n,shape:o,interactive:s??(!!a||!!c)}),t&&"ring-2 ring-ring ring-offset-2",l),style:{backgroundImage:r?aw:void 0,backgroundSize:r?"8px 8px":void 0},"aria-label":`Color ${e}`,"aria-pressed":t,...m,children:jsxRuntime.jsx("span",{className:"absolute inset-0 rounded-[inherit]",style:{backgroundColor:e}})}));Ln.displayName="ColorSwatch";var Op=classVarianceAuthority.cva("",{variants:{layout:{grid:"grid gap-2",stack:"flex flex-wrap gap-2"}},defaultVariants:{layout:"stack"}}),Fp=$__namespace.forwardRef(({value:e,defaultValue:t,onChange:r,layout:a,columns:n=6,colors:o,swatchSize:s="md",swatchShape:l="square",disabled:c,className:d,style:m,...u},f)=>{let[p,b]=$__namespace.useState(t),x=e??p,g=$__namespace.useCallback(w=>{c||(e===void 0&&b(w),r?.(w));},[e,r,c]),v=w=>w.toLowerCase();return jsxRuntime.jsx("div",{ref:f,role:"listbox","aria-label":"Color options",className:i(Op({layout:a}),d),style:{...a==="grid"?{gridTemplateColumns:`repeat(${n}, 1fr)`}:{},...m},...u,children:o.map(w=>{let y=x?v(x)===v(w):false;return jsxRuntime.jsx(Ln,{role:"option",color:w,size:s,shape:l,isSelected:y,onSelect:g,disabled:c,"aria-selected":y},w)})})});Fp.displayName="ColorSwatchPicker";var sw=["#000000","#ffffff","#ef4444","#f97316","#eab308","#22c55e","#06b6d4","#3b82f6","#8b5cf6","#ec4899"],Gp={sm:"h-6 w-6",md:"h-8 w-8",lg:"h-10 w-10"},$p=$__namespace.forwardRef(({value:e,defaultValue:t="#3b82f6",onChange:r,disabled:a,presets:n=sw,showInput:o=true,size:s="md",className:l,variant:c="full"},d)=>{let[m,u]=$__namespace.useState(e??t),f=$__namespace.useId();$__namespace.useEffect(()=>{e!==void 0&&u(e);},[e]);let p=g=>{u(g),r?.(g);},b=g=>{u(g),r?.(g);},x=g=>{let v=g.target.value.toUpperCase();u(v),r?.(v);};return c==="simple"?jsxRuntime.jsxs("label",{className:i("relative rounded-md border border-input shadow-sm transition-colors cursor-pointer hover:border-foreground focus-within:border-foreground overflow-hidden",a&&"opacity-50 cursor-not-allowed",Gp[s],l),children:[jsxRuntime.jsx("input",{type:"color",value:m,onChange:x,disabled:a,className:"absolute inset-0 h-full w-full cursor-pointer opacity-0 disabled:cursor-not-allowed",id:f}),jsxRuntime.jsx("div",{className:"h-full w-full",style:{backgroundColor:m}})]}):jsxRuntime.jsxs(Ie,{children:[jsxRuntime.jsx(Ye,{asChild:true,children:jsxRuntime.jsx("button",{ref:d,disabled:a,className:i("rounded-md border border-input shadow-sm transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",Gp[s],l),style:{backgroundColor:m},"aria-label":`Color picker, current color: ${m}`})}),jsxRuntime.jsx(Ae,{className:"w-auto p-3",align:"start",children:jsxRuntime.jsxs("div",{className:"space-y-3",children:[jsxRuntime.jsx(reactColorful.HexColorPicker,{color:m,onChange:p,className:"!w-[200px]"}),o&&jsxRuntime.jsxs("div",{className:"space-y-1.5",children:[jsxRuntime.jsx(sa,{htmlFor:"color-input",className:"text-xs",children:"Hex Color"}),jsxRuntime.jsxs("div",{className:"flex gap-2",children:[jsxRuntime.jsx("div",{className:"h-9 w-9 shrink-0 rounded-md border",style:{backgroundColor:m}}),jsxRuntime.jsx(reactColorful.HexColorInput,{id:"color-input",color:m,onChange:p,prefixed:true,className:"flex h-9 w-full rounded-md border border-input bg-background px-3 py-2 font-mono text-sm uppercase ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50"})]})]}),n.length>0&&jsxRuntime.jsxs("div",{className:"space-y-1.5",children:[jsxRuntime.jsx(sa,{className:"text-xs",children:"Presets"}),jsxRuntime.jsx("div",{className:"flex flex-wrap gap-1.5",children:n.map(g=>jsxRuntime.jsx(Ln,{color:g,size:"sm",isSelected:m.toLowerCase()===g.toLowerCase(),onSelect:b},g))})]})]})})]})});$p.displayName="ColorPicker";var Kp=classVarianceAuthority.cva("flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",{variants:{size:{sm:"h-8 px-2 text-xs",md:"h-10 px-3 text-sm",lg:"h-12 px-4 text-base"}},defaultVariants:{size:"md"}}),Si=e=>String(e).padStart(2,"0"),uw=e=>{let[t,r]=e.split(":").map(Number);return {hours:t||0,minutes:r||0}},mw=(e,t)=>`${Si(e)}:${Si(t)}`,_p=$__namespace.forwardRef(({className:e,size:t,value:r,onChange:a,use24Hour:n=true,minuteStep:o=1,showPicker:s=true,minTime:l,maxTime:c,disabled:d,...m},u)=>{let[f,p]=$__namespace.useState(r??""),[b,x]=$__namespace.useState(false);$__namespace.useEffect(()=>{r!==void 0&&p(r);},[r]);let{hours:g,minutes:v}=uw(f||"00:00"),w=P=>{let N=P.target.value;p(N),/^([0-1]?[0-9]|2[0-3]):[0-5][0-9]$/.test(N)&&a?.(N);},y=(P,N)=>{let k=Math.max(0,Math.min(23,P)),E=Math.max(0,Math.min(59,N)),L=mw(k,E);p(L),a?.(L);},h=()=>y(g+1,v),C=()=>y(g-1,v),R=()=>y(g,v+o),T=()=>y(g,v-o),M=({value:P,onIncrement:N,onDecrement:k})=>jsxRuntime.jsxs("div",{className:"flex flex-col items-center",children:[jsxRuntime.jsx(U,{variant:"ghost",size:"sm",className:"h-8 w-8 p-0",onClick:N,disabled:d,children:jsxRuntime.jsx(lucideReact.ChevronUp,{className:"h-4 w-4"})}),jsxRuntime.jsx("div",{className:"flex h-10 w-12 items-center justify-center rounded-md bg-muted text-lg font-semibold",children:Si(P)}),jsxRuntime.jsx(U,{variant:"ghost",size:"sm",className:"h-8 w-8 p-0",onClick:k,disabled:d,children:jsxRuntime.jsx(lucideReact.ChevronDown,{className:"h-4 w-4"})})]});return jsxRuntime.jsxs("div",{className:"relative flex items-center",children:[jsxRuntime.jsx("input",{ref:u,type:"time",value:f,onChange:w,disabled:d,className:i(Kp({size:t}),s&&"pr-10","[&::-webkit-calendar-picker-indicator]:hidden",e),...m}),s&&jsxRuntime.jsxs(Ie,{open:b,onOpenChange:x,children:[jsxRuntime.jsx(Ye,{asChild:true,children:jsxRuntime.jsxs(U,{type:"button",variant:"ghost",size:"sm",className:"absolute right-1 h-7 w-7 p-0",disabled:d,children:[jsxRuntime.jsx(lucideReact.Clock,{className:"h-4 w-4"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Pick time"})]})}),jsxRuntime.jsxs(Ae,{className:"w-auto p-4",align:"end",children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsx(M,{value:g,onIncrement:h,onDecrement:C,max:23}),jsxRuntime.jsx("div",{className:"text-2xl font-bold text-muted-foreground",children:":"}),jsxRuntime.jsx(M,{value:v,onIncrement:R,onDecrement:T,max:59})]}),jsxRuntime.jsxs("div",{className:"mt-4 flex justify-end gap-2",children:[jsxRuntime.jsx(U,{variant:"bordered",size:"sm",onClick:()=>{let P=new Date;y(P.getHours(),P.getMinutes());},children:"Now"}),jsxRuntime.jsx(U,{size:"sm",onClick:()=>x(false),children:"Done"})]})]})]})]})});_p.displayName="TimeInput";var Wp=classVarianceAuthority.cva("flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-sm file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground focus:outline-none transition-colors disabled:cursor-not-allowed disabled:opacity-50",{variants:{size:{sm:"h-8 px-2 text-xs",md:"h-10 px-3 text-sm",lg:"h-12 px-4 text-base"}},defaultVariants:{size:"md"}}),fw=(e,t)=>{try{return new Intl.NumberFormat(t,{style:"currency",currency:e,currencyDisplay:"narrowSymbol"}).formatToParts(0).find(o=>o.type==="currency")?.value??e}catch{return e}},Hi=(e,t,r,a)=>{let n=e.toFixed(t),[o,s]=n.split("."),l=o.replace(/\B(?=(\d{3})+(?!\d))/g,r);return s?`${l}${a}${s}`:l},jp=(e,t,r)=>{if(!e)return;let a=e.replace(new RegExp(`\\${t}`,"g"),"");a=a.replace(r,"."),a=a.replace(/[^0-9.-]/g,"");let n=parseFloat(a);return isNaN(n)?void 0:n},Yp=$__namespace.forwardRef(({className:e,size:t,value:r,defaultValue:a,onChange:n,currency:o="USD",locale:s="en-US",decimals:l=2,min:c,max:d,showCurrency:m=true,currencyPosition:u="prefix",currencySymbol:f,thousandSeparator:p=",",decimalSeparator:b=".",disabled:x,placeholder:g,...v},w)=>{let[y,h]=$__namespace.useState(a),[C,R]=$__namespace.useState(""),[T,M]=$__namespace.useState(false),P=r!==void 0?r:y,N=f??fw(o,s);$__namespace.useEffect(()=>{!T&&P!==void 0&&R(Hi(P,l,p,b));},[P,l,p,b,T]);let k=D=>{let I=D.target.value;if(!I){R(""),r===void 0&&h(void 0),n?.(void 0);return}if(!new RegExp(`^[0-9${p}${b}.-]*$`).test(I))return;R(I);let F=jp(I,p,b);if(F!==void 0){let V=F;c!==void 0&&F<c&&(V=c),d!==void 0&&F>d&&(V=d),r===void 0&&h(V),n?.(V);}},E=()=>{M(true),P!==void 0&&R(P.toString().replace(".",b));},L=()=>{M(false),R(P!==void 0?Hi(P,l,p,b):"");},H=m&&u==="prefix"&&jsxRuntime.jsx("span",{className:"flex items-center text-muted-foreground pr-1",children:N}),S=m&&u==="suffix"&&jsxRuntime.jsx("span",{className:"flex items-center text-muted-foreground pl-1",children:N});return jsxRuntime.jsxs("div",{className:"relative flex items-center",children:[H&&jsxRuntime.jsx("div",{className:"absolute left-3 pointer-events-none",children:H}),jsxRuntime.jsx("input",{ref:w,type:"text",inputMode:"decimal",value:C,onChange:k,onFocus:E,onBlur:L,disabled:x,placeholder:g??`0${b}${"0".repeat(l)}`,className:i(Wp({size:t}),H&&"pl-8",S&&"pr-8","text-right",e),style:{borderColor:T?"var(--color-foreground)":void 0},...v}),S&&jsxRuntime.jsx("div",{className:"absolute right-3 pointer-events-none",children:S})]})});Yp.displayName="CurrencyInput";var Up=classVarianceAuthority.cva("flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-sm file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground focus:outline-none transition-colors disabled:cursor-not-allowed disabled:opacity-50 font-mono",{variants:{size:{sm:"h-8 px-2 text-xs",md:"h-10 px-3 text-sm",lg:"h-12 px-4 text-base"}},defaultVariants:{size:"md"}}),Vi={creditCard:{mask:"#### #### #### ####"},creditCardAmex:{mask:"#### ###### #####"},cvv:{mask:"###"},expiry:{mask:"##/##"},date:{mask:"##/##/####"},dateISO:{mask:"####-##-##"},time:{mask:"##:##"},ip:{mask:"###.###.###.###"},mac:{mask:"AA:AA:AA:AA:AA:AA"},id11:{mask:"###########"},id9:{mask:"#########"},id10:{mask:"##########"},postal5:{mask:"#####"},postal9:{mask:"#####-####"}},vw=(e,t)=>{switch(t){case "#":return /\d/.test(e);case "A":return /[a-zA-Z]/.test(e);case "*":return /[a-zA-Z0-9]/.test(e);default:return e===t}},Gr=e=>["#","A","*"].includes(e),Ko=(e,t,r)=>{let a="",n=0;for(let o=0;o<t.length&&n<=e.length;o++){let s=t[o];if(Gr(s)){if(n<e.length){let l=e[n];vw(l,s)?(a+=l,n++):(n++,o--);}}else (n<e.length||r)&&(a+=s);}return a},Ii=(e,t)=>{let r="";for(let a=0;a<e.length&&a<t.length;a++){let n=t[a];Gr(n)&&(r+=e[a]);}return r},Xp=(e,t)=>e.split("").map(r=>Gr(r)?t:r).join(""),hw=(e,t,r)=>{let a=0;for(let l=0;l<r&&l<e.length&&l<t.length;l++)Gr(t[l])&&a++;let o=0,s=0;for(let l=0;l<t.length&&s<a;l++)o++,Gr(t[l])&&s++;for(;o<t.length&&!Gr(t[o]);)o++;return Math.min(o,e.length)},qp=$__namespace.forwardRef(({className:e,size:t,value:r,defaultValue:a="",onChange:n,mask:o,maskPlaceholder:s="_",showMaskPlaceholder:l=false,includeMaskChars:c=false,disabled:d,placeholder:m,...u},f)=>{let p=typeof o=="string"&&o in Vi?Vi[o].mask:o,[b,x]=$__namespace.useState(a),[g,v]=$__namespace.useState(""),[w,y]=$__namespace.useState(false),h=$__namespace.useRef(null),C=r!==void 0?r:b;$__namespace.useImperativeHandle(f,()=>h.current),$__namespace.useEffect(()=>{let P=Ko(C,p,true);v(P);},[C,p]);let R=P=>{let N=P.target.value,k=P.target.selectionStart??0,E=N.replace(/[^\w]/g,""),L=Ko(E,p,true),H=Ii(L,p);v(L),r===void 0&&x(c?L:H),n?.(H,L),requestAnimationFrame(()=>{if(h.current){let S=hw(L,p,k);h.current.setSelectionRange(S,S);}});},T=P=>{if(["ArrowLeft","ArrowRight","Home","End","Tab"].includes(P.key)||P.ctrlKey||P.metaKey)return;let N=h.current;if(!N)return;let k=N.selectionStart??0;if(P.key==="Backspace"&&k>0){let E=k-1;for(;E>0&&!Gr(p[E]);)E--;let L=Ii(g,p),H=0;for(let I=0;I<E&&I<p.length;I++)Gr(p[I])&&H++;let S=L.slice(0,Math.max(0,H-1))+L.slice(H),D=Ko(S,p,true);v(D),r===void 0&&x(c?D:S),n?.(S,D),P.preventDefault(),requestAnimationFrame(()=>{h.current&&h.current.setSelectionRange(E,E);});}},M=l?Xp(p,s):m;return jsxRuntime.jsx("input",{ref:h,type:"text",value:g,onChange:R,onKeyDown:T,onFocus:()=>y(true),onBlur:()=>y(false),disabled:d,placeholder:M,className:i(Up({size:t}),e),style:{borderColor:w?"var(--color-foreground)":void 0},...u})});qp.displayName="MaskedInput";var Zp=classVarianceAuthority.cva("flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",{variants:{size:{sm:"h-8 px-2 text-xs",md:"h-10 px-3 text-sm",lg:"h-12 px-4 text-base"}},defaultVariants:{size:"md"}}),jo={"DD/MM/YYYY":"/","MM/DD/YYYY":"/","YYYY-MM-DD":"-","DD.MM.YYYY":"."},zi={"DD/MM/YYYY":["day","month","year"],"MM/DD/YYYY":["month","day","year"],"YYYY-MM-DD":["year","month","day"],"DD.MM.YYYY":["day","month","year"]},Ai=(e,t)=>String(e).padStart(t,"0"),Wo=(e,t)=>{let r=Ai(e.getDate(),2),a=Ai(e.getMonth()+1,2),n=Ai(e.getFullYear(),4),o=jo[t],s=zi[t],l={day:r,month:a,year:n};return s.map(c=>l[c]).join(o)},Jp=(e,t)=>{let r=jo[t],a=e.split(r);if(a.length!==3)return null;let n=zi[t],o={};if(n.forEach((l,c)=>{o[l]=parseInt(a[c],10);}),isNaN(o.day)||isNaN(o.month)||isNaN(o.year)||o.month<1||o.month>12||o.day<1||o.day>31||o.year<1e3||o.year>9999)return null;let s=new Date(o.year,o.month-1,o.day);return s.getFullYear()!==o.year||s.getMonth()!==o.month-1||s.getDate()!==o.day?null:s},ww=e=>e.toLowerCase(),Cw=e=>{let t=jo[e];return zi[e].map(a=>a==="year"?"####":"##").join(t)},Qp=$__namespace.forwardRef(({className:e,size:t,value:r,defaultValue:a,onChange:n,format:o="DD/MM/YYYY",minDate:s,maxDate:l,showIcon:c=true,disabled:d,placeholder:m,...u},f)=>{let[p,b]=$__namespace.useState(a??null),[x,g]=$__namespace.useState(""),[v,w]=$__namespace.useState(null),y=$__namespace.useRef(null),h=r!==void 0?r:p;$__namespace.useImperativeHandle(f,()=>y.current),$__namespace.useEffect(()=>{h?(g(Wo(h,o)),w(null)):g("");},[h,o]);let C=jo[o],R=Cw(o),T=N=>{let k=N.target.value;k=k.replace(new RegExp(`[^0-9\\${C}]`,"g"),"");let E=k.replace(new RegExp(`\\${C}`,"g"),""),L="",H=0;for(let S=0;S<R.length&&H<E.length;S++)R[S]==="#"?(L+=E[H],H++):L+=R[S];if(g(L),L.length===R.length){let S=Jp(L,o);if(S){if(s&&S<s){w(`Date must be after ${Wo(s,o)}`);return}if(l&&S>l){w(`Date must be before ${Wo(l,o)}`);return}w(null),r===void 0&&b(S),n?.(S);}else w("Invalid date");}else r===void 0&&b(null),n?.(null),w(null);},M=()=>{x&&x.length!==R.length&&(g(""),w(null),r===void 0&&b(null),n?.(null));},P=t==="sm"?"h-3 w-3":t==="lg"?"h-5 w-5":"h-4 w-4";return jsxRuntime.jsxs("div",{className:"relative",children:[jsxRuntime.jsx("input",{ref:y,type:"text",inputMode:"numeric",value:x,onChange:T,onBlur:M,disabled:d,placeholder:m??ww(o),className:i(Zp({size:t}),c&&"pr-10",v&&"border-danger focus-visible:ring-danger",e),"aria-invalid":!!v,"aria-describedby":v?"date-error":void 0,...u}),c&&jsxRuntime.jsx("div",{className:"pointer-events-none absolute right-3 top-1/2 -translate-y-1/2",children:jsxRuntime.jsx(lucideReact.Calendar,{className:i(P,"text-muted-foreground")})}),v&&jsxRuntime.jsx("p",{id:"date-error",className:"mt-1 text-xs text-danger",children:v})]})});Qp.displayName="DateInput";var tf=classVarianceAuthority.cva("flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-sm file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground focus:outline-none transition-colors disabled:cursor-not-allowed disabled:opacity-50",{variants:{size:{sm:"h-8 px-2 text-xs",md:"h-10 px-3 text-sm",lg:"h-12 px-4 text-base"}},defaultVariants:{size:"md"}}),rf=[{code:"AR",name:"Argentina",dialCode:"+54",flag:"\u{1F1E6}\u{1F1F7}",format:"## ####-####"},{code:"AU",name:"Australia",dialCode:"+61",flag:"\u{1F1E6}\u{1F1FA}",format:"### ### ###"},{code:"AT",name:"Austria",dialCode:"+43",flag:"\u{1F1E6}\u{1F1F9}",format:"### #######"},{code:"BE",name:"Belgium",dialCode:"+32",flag:"\u{1F1E7}\u{1F1EA}",format:"### ## ## ##"},{code:"BR",name:"Brazil",dialCode:"+55",flag:"\u{1F1E7}\u{1F1F7}",format:"(##) #####-####"},{code:"BG",name:"Bulgaria",dialCode:"+359",flag:"\u{1F1E7}\u{1F1EC}",format:"### ### ###"},{code:"CA",name:"Canada",dialCode:"+1",flag:"\u{1F1E8}\u{1F1E6}",format:"(###) ###-####"},{code:"CN",name:"China",dialCode:"+86",flag:"\u{1F1E8}\u{1F1F3}",format:"### #### ####"},{code:"HR",name:"Croatia",dialCode:"+385",flag:"\u{1F1ED}\u{1F1F7}",format:"## ### ####"},{code:"CZ",name:"Czech Republic",dialCode:"+420",flag:"\u{1F1E8}\u{1F1FF}",format:"### ### ###"},{code:"DK",name:"Denmark",dialCode:"+45",flag:"\u{1F1E9}\u{1F1F0}",format:"## ## ## ##"},{code:"EG",name:"Egypt",dialCode:"+20",flag:"\u{1F1EA}\u{1F1EC}",format:"### ### ####"},{code:"FI",name:"Finland",dialCode:"+358",flag:"\u{1F1EB}\u{1F1EE}",format:"## ### ####"},{code:"FR",name:"France",dialCode:"+33",flag:"\u{1F1EB}\u{1F1F7}",format:"# ## ## ## ##"},{code:"DE",name:"Germany",dialCode:"+49",flag:"\u{1F1E9}\u{1F1EA}",format:"#### #######"},{code:"GR",name:"Greece",dialCode:"+30",flag:"\u{1F1EC}\u{1F1F7}",format:"### ### ####"},{code:"HK",name:"Hong Kong",dialCode:"+852",flag:"\u{1F1ED}\u{1F1F0}",format:"#### ####"},{code:"HU",name:"Hungary",dialCode:"+36",flag:"\u{1F1ED}\u{1F1FA}",format:"## ### ####"},{code:"IN",name:"India",dialCode:"+91",flag:"\u{1F1EE}\u{1F1F3}",format:"##### #####"},{code:"IL",name:"Israel",dialCode:"+972",flag:"\u{1F1EE}\u{1F1F1}",format:"##-###-####"},{code:"IT",name:"Italy",dialCode:"+39",flag:"\u{1F1EE}\u{1F1F9}",format:"### ### ####"},{code:"JP",name:"Japan",dialCode:"+81",flag:"\u{1F1EF}\u{1F1F5}",format:"##-####-####"},{code:"MX",name:"Mexico",dialCode:"+52",flag:"\u{1F1F2}\u{1F1FD}",format:"### ### ####"},{code:"NL",name:"Netherlands",dialCode:"+31",flag:"\u{1F1F3}\u{1F1F1}",format:"## ########"},{code:"NZ",name:"New Zealand",dialCode:"+64",flag:"\u{1F1F3}\u{1F1FF}",format:"## ### ####"},{code:"NG",name:"Nigeria",dialCode:"+234",flag:"\u{1F1F3}\u{1F1EC}",format:"### ### ####"},{code:"NO",name:"Norway",dialCode:"+47",flag:"\u{1F1F3}\u{1F1F4}",format:"### ## ###"},{code:"PK",name:"Pakistan",dialCode:"+92",flag:"\u{1F1F5}\u{1F1F0}",format:"### #######"},{code:"PL",name:"Poland",dialCode:"+48",flag:"\u{1F1F5}\u{1F1F1}",format:"### ### ###"},{code:"PT",name:"Portugal",dialCode:"+351",flag:"\u{1F1F5}\u{1F1F9}",format:"### ### ###"},{code:"RO",name:"Romania",dialCode:"+40",flag:"\u{1F1F7}\u{1F1F4}",format:"### ### ###"},{code:"RU",name:"Russia",dialCode:"+7",flag:"\u{1F1F7}\u{1F1FA}",format:"(###) ###-##-##"},{code:"SA",name:"Saudi Arabia",dialCode:"+966",flag:"\u{1F1F8}\u{1F1E6}",format:"## ### ####"},{code:"RS",name:"Serbia",dialCode:"+381",flag:"\u{1F1F7}\u{1F1F8}",format:"## ### ####"},{code:"SG",name:"Singapore",dialCode:"+65",flag:"\u{1F1F8}\u{1F1EC}",format:"#### ####"},{code:"SK",name:"Slovakia",dialCode:"+421",flag:"\u{1F1F8}\u{1F1F0}",format:"### ### ###"},{code:"SI",name:"Slovenia",dialCode:"+386",flag:"\u{1F1F8}\u{1F1EE}",format:"## ### ###"},{code:"ZA",name:"South Africa",dialCode:"+27",flag:"\u{1F1FF}\u{1F1E6}",format:"## ### ####"},{code:"KR",name:"South Korea",dialCode:"+82",flag:"\u{1F1F0}\u{1F1F7}",format:"##-####-####"},{code:"ES",name:"Spain",dialCode:"+34",flag:"\u{1F1EA}\u{1F1F8}",format:"### ### ###"},{code:"SE",name:"Sweden",dialCode:"+46",flag:"\u{1F1F8}\u{1F1EA}",format:"##-### ## ##"},{code:"CH",name:"Switzerland",dialCode:"+41",flag:"\u{1F1E8}\u{1F1ED}",format:"## ### ## ##"},{code:"TW",name:"Taiwan",dialCode:"+886",flag:"\u{1F1F9}\u{1F1FC}",format:"### ### ###"},{code:"TR",name:"Turkey",dialCode:"+90",flag:"\u{1F1F9}\u{1F1F7}",format:"(###) ### ## ##"},{code:"UA",name:"Ukraine",dialCode:"+380",flag:"\u{1F1FA}\u{1F1E6}",format:"## ### ## ##"},{code:"AE",name:"United Arab Emirates",dialCode:"+971",flag:"\u{1F1E6}\u{1F1EA}",format:"## ### ####"},{code:"GB",name:"United Kingdom",dialCode:"+44",flag:"\u{1F1EC}\u{1F1E7}",format:"#### ### ####"},{code:"US",name:"United States",dialCode:"+1",flag:"\u{1F1FA}\u{1F1F8}",format:"(###) ###-####"}],Yo=(e,t)=>{let r=e.replace(/\D/g,""),a="",n=0;for(let o=0;o<t.length&&n<r.length;o++)t[o]==="#"?(a+=r[n],n++):a+=t[o];return a},kw=e=>e.replace(/#/g,"_"),af=$__namespace.forwardRef(({className:e,size:t,value:r,defaultValue:a="",onChange:n,country:o,defaultCountry:s="TR",onCountryChange:l,countries:c=rf,showCountrySelect:d=true,showDialCode:m=false,disabled:u,placeholder:f,...p},b)=>{let[x,g]=$__namespace.useState(a),[v,w]=$__namespace.useState(o??s),[y,h]=$__namespace.useState(false),[C,R]=$__namespace.useState(false),[T,M]=$__namespace.useState(false),[P,N]=$__namespace.useState({top:0,left:0,width:0}),k=$__namespace.useRef(null),E=$__namespace.useRef(null),L=r!==void 0?r:x,H=o??v,S=c.find(V=>V.code===H)??c[0],D=Yo(L,S.format);$__namespace.useEffect(()=>{M(true);},[]),$__namespace.useEffect(()=>{if(C&&k.current){let V=k.current.getBoundingClientRect();N({top:V.bottom+4,left:V.left,width:Math.max(V.width,280)});}},[C]),$__namespace.useEffect(()=>{if(!C)return;let V=O=>{k.current&&!k.current.contains(O.target)&&E.current&&!E.current.contains(O.target)&&R(false);};return document.addEventListener("mousedown",V),()=>document.removeEventListener("mousedown",V)},[C]),$__namespace.useEffect(()=>{if(!C)return;let V=O=>{O.key==="Escape"&&R(false);};return document.addEventListener("keydown",V),()=>document.removeEventListener("keydown",V)},[C]);let I=V=>{let B=V.target.value.replace(/\D/g,"");r===void 0&&g(B);let te=Yo(B,S.format),ae=`${S.dialCode} ${te}`;n?.(B,ae,S);},A=V=>{let O=c.find(ae=>ae.code===V);if(!O)return;o===void 0&&w(V),l?.(O);let B=Yo(L,O.format),te=`${O.dialCode} ${B}`;n?.(L,te,O),R(false);};return jsxRuntime.jsxs("div",{className:"flex",children:[d&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs("button",{ref:k,type:"button",disabled:u,onClick:()=>R(!C),className:i("flex items-center justify-between rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50","w-[100px] rounded-r-none border-r-0 shrink-0",t==="sm"?"h-8":t==="lg"?"h-12":"h-10"),children:[jsxRuntime.jsxs("span",{className:"flex items-center gap-1.5",children:[jsxRuntime.jsx("span",{children:S.flag}),jsxRuntime.jsx("span",{className:"text-xs text-muted-foreground",children:S.dialCode})]}),jsxRuntime.jsx(lucideReact.ChevronDown,{className:i("h-4 w-4 opacity-50 transition-transform",C&&"rotate-180")})]}),T&&C&&No__namespace.createPortal(jsxRuntime.jsx("div",{ref:E,className:"fixed z-50 overflow-hidden rounded-md border bg-popover text-popover-foreground shadow-md animate-in fade-in-0 zoom-in-95",style:{top:P.top,left:P.left,minWidth:P.width},children:jsxRuntime.jsx(ke,{style:{maxHeight:300},children:jsxRuntime.jsx("div",{className:"p-1",children:c.map(V=>jsxRuntime.jsxs("div",{role:"option","aria-selected":V.code===H,onClick:()=>A(V.code),className:"relative flex w-full cursor-pointer select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground",children:[jsxRuntime.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:V.code===H&&jsxRuntime.jsx(lucideReact.Check,{className:"h-4 w-4"})}),jsxRuntime.jsxs("span",{className:"flex items-center gap-2",children:[jsxRuntime.jsx("span",{children:V.flag}),jsxRuntime.jsx("span",{className:"flex-1",children:V.name}),jsxRuntime.jsx("span",{className:"text-xs text-muted-foreground",children:V.dialCode})]})]},V.code))})})}),document.body)]}),jsxRuntime.jsxs("div",{className:"relative flex-1",children:[m&&!d&&jsxRuntime.jsx("span",{className:"absolute left-3 top-1/2 -translate-y-1/2 text-muted-foreground",children:S.dialCode}),jsxRuntime.jsx("input",{ref:b,type:"tel",inputMode:"tel",value:D,onChange:I,onFocus:()=>h(true),onBlur:()=>h(false),disabled:u,placeholder:f??kw(S.format),className:i(tf({size:t}),d&&"rounded-l-none",m&&!d&&"pl-12",e),style:{borderColor:y?"var(--color-foreground)":void 0},...p})]})]})});af.displayName="PhoneInput";var of=classVarianceAuthority.cva("flex items-center justify-between w-full px-4 py-3 border-b bg-background",{variants:{variant:{solid:"bg-primary text-primary-foreground border-primary",outline:"bg-background border-border",ghost:"bg-transparent border-transparent",soft:"bg-primary/10 border-primary/20",surface:"bg-muted border-border"},size:{sm:"h-12 px-3 py-2",md:"h-14 px-4 py-3",lg:"h-16 px-6 py-4"},sticky:{true:"sticky top-0 z-50",false:""}},defaultVariants:{variant:"outline",size:"md",sticky:false}}),sf=$__namespace.forwardRef(({className:e,variant:t,size:r,sticky:a,brand:n,children:o,mobileBreakpoint:s="md",...l},c)=>{let[d,m]=$__namespace.useState(false),u={sm:"hidden sm:flex",md:"hidden md:flex",lg:"hidden lg:flex"}[s],f={sm:"sm:hidden",md:"md:hidden",lg:"lg:hidden"}[s];return jsxRuntime.jsxs("nav",{ref:c,className:i(of({variant:t,size:r,sticky:a,className:e})),...l,children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between w-full",children:[n&&jsxRuntime.jsx("div",{className:"flex-shrink-0",children:n}),jsxRuntime.jsx("div",{className:i("items-center gap-4 flex-1 justify-end",u),children:o}),jsxRuntime.jsx("button",{type:"button",className:i("p-2 rounded-md hover:bg-accent hover:text-accent-foreground transition-colors",f),onClick:()=>m(!d),"aria-label":d?"Close menu":"Open menu","aria-expanded":d,children:d?jsxRuntime.jsx(lucideReact.X,{className:"h-5 w-5"}):jsxRuntime.jsx(lucideReact.Menu,{className:"h-5 w-5"})})]}),d&&jsxRuntime.jsx("div",{className:i("absolute top-full left-0 right-0 flex flex-col gap-2 p-4 bg-background border-b border-border shadow-lg",f),children:o})]})});sf.displayName="Navbar";var lf=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,className:i("flex items-center gap-2 font-semibold text-lg",e),...t}));lf.displayName="NavbarBrand";var cf=$__namespace.forwardRef(({className:e,justify:t="start",...r},a)=>{let n={start:"justify-start",center:"justify-center",end:"justify-end"}[t];return jsxRuntime.jsx("div",{ref:a,className:i("flex items-center gap-4",n,e),...r})});cf.displayName="NavbarContent";var df=$__namespace.forwardRef(({className:e,isActive:t,...r},a)=>jsxRuntime.jsx("div",{ref:a,className:i("flex items-center",t&&"text-primary font-medium",e),...r}));df.displayName="NavbarItem";var uf=$__namespace.forwardRef(({className:e,isActive:t,...r},a)=>jsxRuntime.jsx("a",{ref:a,className:i("text-sm font-medium transition-colors hover:text-primary",t?"text-primary":"text-muted-foreground",e),...r}));uf.displayName="NavbarLink";var pf=classVarianceAuthority.cva("inline-flex items-center gap-1 transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50",{variants:{variant:{solid:"text-primary-foreground bg-primary px-2 py-0.5 rounded hover:bg-primary/90",outline:"text-primary underline-offset-4 hover:underline",ghost:"text-foreground hover:text-primary",soft:"text-primary bg-primary/10 px-2 py-0.5 rounded hover:bg-primary/20",surface:"text-foreground bg-muted px-2 py-0.5 rounded hover:bg-muted/80"},size:{sm:"text-xs",md:"text-sm",lg:"text-base"},underline:{none:"",hover:"hover:underline underline-offset-4",always:"underline underline-offset-4"}},defaultVariants:{variant:"outline",size:"md",underline:"hover"}}),ff=$__namespace.forwardRef(({className:e,variant:t,size:r,underline:a,isExternal:n,showExternalIcon:o=true,isDisabled:s,children:l,...c},d)=>{let m=n?{target:"_blank",rel:"noopener noreferrer"}:{};return jsxRuntime.jsxs("a",{ref:d,className:i(pf({variant:t,size:r,underline:a,className:e}),s&&"pointer-events-none opacity-50"),"aria-disabled":s,...m,...c,children:[l,n&&o&&jsxRuntime.jsx(lucideReact.ExternalLink,{className:"h-3 w-3 ml-0.5","aria-hidden":"true"})]})});ff.displayName="Link";var gf=classVarianceAuthority.cva("fixed z-50 transition-all duration-300",{variants:{position:{"bottom-right":"bottom-6 right-6","bottom-left":"bottom-6 left-6","bottom-center":"bottom-6 left-1/2 -translate-x-1/2"}},defaultVariants:{position:"bottom-right"}}),bf=$__namespace.forwardRef(({className:e,position:t,threshold:r=400,icon:a,behavior:n="smooth",variant:o="solid",color:s="default",size:l="md",radius:c="full",target:d,onVisibilityChange:m,onClick:u,...f},p)=>{let[b,x]=$__namespace.useState(false);$__namespace.useEffect(()=>{let w=d?.current||window,y=()=>{let C=(d?.current?d.current.scrollTop:window.scrollY||document.documentElement.scrollTop)>r;C!==b&&(x(C),m?.(C));};return w.addEventListener("scroll",y,{passive:true}),y(),()=>{w.removeEventListener("scroll",y);}},[r,d,b,m]);let g=w=>{d?.current?d.current.scrollTo({top:0,behavior:n}):window.scrollTo({top:0,behavior:n}),u?.(w);},v=l==="sm"?"h-4 w-4":l==="lg"?"h-6 w-6":"h-5 w-5";return jsxRuntime.jsx("div",{className:i(gf({position:t}),b?"opacity-100 translate-y-0 pointer-events-auto":"opacity-0 translate-y-4 pointer-events-none",e),children:jsxRuntime.jsx(U,{ref:p,type:"button",variant:o,color:s,size:"icon",radius:c,onClick:g,"aria-label":"Back to top",className:i("shadow-lg",l==="sm"&&"h-9 w-9",l==="md"&&"h-10 w-10",l==="lg"&&"h-12 w-12"),...f,children:a||jsxRuntime.jsx(lucideReact.ArrowUp,{className:v})})})});bf.displayName="BackTop";var vf=$__namespace.createContext(null),hf=()=>{let e=$__namespace.useContext(vf);if(!e)throw new Error("Menubar components must be used within a Menubar");return e},xf=$__namespace.createContext(null),Sn=()=>{let e=$__namespace.useContext(xf);if(!e)throw new Error("Menu components must be used within a MenubarMenu");return e},Oi=$__namespace.createContext(null),yf=$__namespace.createContext(null),Rf=$__namespace.forwardRef(({className:e,children:t,...r},a)=>{let[n,o]=$__namespace.useState(null);return jsxRuntime.jsx(vf.Provider,{value:{activeMenu:n,setActiveMenu:o},children:jsxRuntime.jsx("div",{ref:a,role:"menubar",className:i("flex h-10 items-center space-x-1 rounded-md border bg-background p-1",e),...r,children:t})})});Rf.displayName="Menubar";var wf=({children:e})=>{let{activeMenu:t,setActiveMenu:r}=hf(),a=$__namespace.useId(),n=$__namespace.useRef(null),o=t===a,s=$__namespace.useCallback(l=>{r(l?a:null);},[a,r]);return jsxRuntime.jsx(xf.Provider,{value:{menuId:a,triggerRef:n,open:o,onOpenChange:s},children:e})};wf.displayName="MenubarMenu";var Cf=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,role:"group",className:e,...t}));Cf.displayName="MenubarGroup";var Nf=({children:e,container:t})=>{let[r,a]=$__namespace.useState(false);return $__namespace.useEffect(()=>{a(true);},[]),r?No__namespace.createPortal(e,t||document.body):null};Nf.displayName="MenubarPortal";var Mf=({children:e,open:t,defaultOpen:r=false,onOpenChange:a})=>{let[n,o]=$__namespace.useState(r),s=t!==void 0,l=s?t:n,c=$__namespace.useRef(null),d=$__namespace.useCallback(m=>{s||o(m),a?.(m);},[s,a]);return jsxRuntime.jsx(Oi.Provider,{value:{open:l,onOpenChange:d,triggerRef:c},children:e})};Mf.displayName="MenubarSub";var Tf=$__namespace.forwardRef(({value:e="",onValueChange:t,className:r,...a},n)=>jsxRuntime.jsx(yf.Provider,{value:{value:e,onValueChange:t||(()=>{})},children:jsxRuntime.jsx("div",{ref:n,role:"group",className:r,...a})}));Tf.displayName="MenubarRadioGroup";var Pf=$__namespace.forwardRef(({className:e,onClick:t,onMouseEnter:r,...a},n)=>{let{activeMenu:o,setActiveMenu:s}=hf(),{menuId:l,triggerRef:c,open:d,onOpenChange:m}=Sn(),u=p=>{t?.(p),m(!d);},f=p=>{r?.(p),o&&o!==l&&s(l);};return jsxRuntime.jsx("button",{ref:p=>{c.current=p,typeof n=="function"?n(p):n&&(n.current=p);},type:"button",role:"menuitem","aria-haspopup":"menu","aria-expanded":d,"data-state":d?"open":"closed",className:i("flex cursor-default select-none items-center rounded-sm px-3 py-1.5 text-sm font-medium outline-none focus:bg-accent focus:text-accent-foreground data-[state=open]:bg-accent data-[state=open]:text-accent-foreground",e),onClick:u,onMouseEnter:f,...a})});Pf.displayName="MenubarTrigger";var kf=$__namespace.forwardRef(({className:e,inset:t,children:r,onMouseEnter:a,onMouseLeave:n,...o},s)=>{let l=$__namespace.useContext(Oi);if(!l)throw new Error("MenubarSubTrigger must be used within MenubarSub");let{open:c,onOpenChange:d,triggerRef:m}=l,u=p=>{a?.(p),d(true);},f=p=>{n?.(p),d(false);};return jsxRuntime.jsxs("div",{ref:p=>{m.current=p,typeof s=="function"?s(p):s&&(s.current=p);},role:"menuitem","aria-haspopup":"menu","aria-expanded":c,"data-state":c?"open":"closed",className:i("flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[state=open]:bg-accent data-[state=open]:text-accent-foreground",t&&"pl-8",e),onMouseEnter:u,onMouseLeave:f,...o,children:[r,jsxRuntime.jsx(lucideReact.ChevronRight,{className:"ml-auto h-4 w-4"})]})});kf.displayName="MenubarSubTrigger";var Ef=$__namespace.forwardRef(({className:e,sideOffset:t=2,onMouseEnter:r,onMouseLeave:a,...n},o)=>{let s=$__namespace.useContext(Oi);if(!s)throw new Error("MenubarSubContent must be used within MenubarSub");let{open:l,onOpenChange:c,triggerRef:d}=s,[m,u]=$__namespace.useState({top:0,left:0}),[f,p]=$__namespace.useState(false),b=$__namespace.useRef(null);$__namespace.useEffect(()=>{p(true);},[]),$__namespace.useEffect(()=>{if(!l||!d.current||!b.current)return;(()=>{if(!d.current||!b.current)return;let w=d.current.getBoundingClientRect(),y=b.current.getBoundingClientRect(),h=w.top,C=w.right+t;C+y.width>window.innerWidth&&(C=w.left-y.width-t),u({top:h,left:C});})();},[l,t,d]);let x=v=>{r?.(v),c(true);},g=v=>{a?.(v),c(false);};return !f||!l?null:No__namespace.createPortal(jsxRuntime.jsx("div",{ref:v=>{b.current=v,typeof o=="function"?o(v):o&&(o.current=v);},role:"menu","data-state":l?"open":"closed",className:i("fixed z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-lg","animate-in fade-in-0 zoom-in-95 slide-in-from-left-2",e),style:{top:m.top,left:m.left},onMouseEnter:x,onMouseLeave:g,...n}),document.body)});Ef.displayName="MenubarSubContent";var Lf=$__namespace.forwardRef(({className:e,align:t="start",alignOffset:r=-4,sideOffset:a=8,children:n,...o},s)=>{let{triggerRef:l,open:c,onOpenChange:d}=Sn(),[m,u]=$__namespace.useState({top:0,left:0}),[f,p]=$__namespace.useState(false),b=$__namespace.useRef(null);return $__namespace.useEffect(()=>{p(true);},[]),$__namespace.useEffect(()=>{if(!c||!l.current||!b.current)return;let x=()=>{if(!l.current||!b.current)return;let g=l.current.getBoundingClientRect(),v=b.current.getBoundingClientRect(),w=g.bottom+a,y=g.left+r;t==="center"?y=g.left+g.width/2-v.width/2:t==="end"&&(y=g.right-v.width-r),u({top:w,left:y});};return x(),window.addEventListener("resize",x),window.addEventListener("scroll",x,true),()=>{window.removeEventListener("resize",x),window.removeEventListener("scroll",x,true);}},[c,t,r,a,l]),$__namespace.useEffect(()=>{if(!c)return;let x=g=>{let v=g.target;b.current&&!b.current.contains(v)&&l.current&&!l.current.contains(v)&&d(false);};return document.addEventListener("mousedown",x),()=>document.removeEventListener("mousedown",x)},[c,d,l]),$__namespace.useEffect(()=>{if(!c)return;let x=g=>{g.key==="Escape"&&d(false);};return document.addEventListener("keydown",x),()=>document.removeEventListener("keydown",x)},[c,d]),!f||!c?null:No__namespace.createPortal(jsxRuntime.jsx("div",{ref:x=>{b.current=x,typeof s=="function"?s(x):s&&(s.current=x);},role:"menu","data-state":c?"open":"closed",className:i("fixed z-50 min-w-[12rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-md","animate-in fade-in-0 zoom-in-95 slide-in-from-top-2",e),style:{top:m.top,left:m.left},...o,children:n}),document.body)});Lf.displayName="MenubarContent";var Df=$__namespace.forwardRef(({className:e,inset:t,disabled:r,onSelect:a,onClick:n,...o},s)=>{let{onOpenChange:l}=Sn(),c=d=>{if(r){d.preventDefault();return}n?.(d),a?.(),l(false);};return jsxRuntime.jsx("div",{ref:s,role:"menuitem",tabIndex:r?-1:0,"aria-disabled":r,"data-disabled":r?"":void 0,className:i("relative flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",t&&"pl-8",!r&&"cursor-pointer",e),onClick:c,...o})});Df.displayName="MenubarItem";var Sf=$__namespace.forwardRef(({className:e,children:t,checked:r=false,onCheckedChange:a,disabled:n,onClick:o,...s},l)=>{let{onOpenChange:c}=Sn(),d=m=>{if(n){m.preventDefault();return}o?.(m),a?.(!r),c(false);};return jsxRuntime.jsxs("div",{ref:l,role:"menuitemcheckbox","aria-checked":r,tabIndex:n?-1:0,"aria-disabled":n,"data-disabled":n?"":void 0,"data-state":r?"checked":"unchecked",className:i("relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",!n&&"cursor-pointer",e),onClick:d,...s,children:[jsxRuntime.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:r&&jsxRuntime.jsx(lucideReact.Check,{className:"h-4 w-4"})}),t]})});Sf.displayName="MenubarCheckboxItem";var Hf=$__namespace.forwardRef(({className:e,children:t,value:r,disabled:a,onClick:n,...o},s)=>{let{onOpenChange:l}=Sn(),c=$__namespace.useContext(yf),d=c?.value===r,m=u=>{if(a){u.preventDefault();return}n?.(u),c?.onValueChange(r),l(false);};return jsxRuntime.jsxs("div",{ref:s,role:"menuitemradio","aria-checked":d,tabIndex:a?-1:0,"aria-disabled":a,"data-disabled":a?"":void 0,"data-state":d?"checked":"unchecked",className:i("relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",!a&&"cursor-pointer",e),onClick:m,...o,children:[jsxRuntime.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:d&&jsxRuntime.jsx(lucideReact.Circle,{className:"h-2 w-2 fill-current"})}),t]})});Hf.displayName="MenubarRadioItem";var Vf=$__namespace.forwardRef(({className:e,inset:t,...r},a)=>jsxRuntime.jsx("div",{ref:a,className:i("px-2 py-1.5 text-sm font-semibold",t&&"pl-8",e),...r}));Vf.displayName="MenubarLabel";var If=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,role:"separator",className:i("-mx-1 my-1 h-px bg-muted",e),...t}));If.displayName="MenubarSeparator";var Af=({className:e,...t})=>jsxRuntime.jsx("span",{className:i("ml-auto text-xs tracking-widest text-muted-foreground",e),...t});Af.displayName="MenubarShortcut";var zf=classVarianceAuthority.cva("flex",{variants:{orientation:{horizontal:"flex-row items-center",vertical:"flex-col"},size:{sm:"gap-2",md:"gap-4",lg:"gap-6"}},defaultVariants:{orientation:"horizontal",size:"md"}}),Bf=$__namespace.forwardRef(({className:e,orientation:t,size:r,currentStep:a=0,children:n,...o},s)=>{let l=$__namespace.Children.toArray(n);return jsxRuntime.jsx("div",{ref:s,className:i(zf({orientation:t,size:r,className:e})),...o,children:l.map((c,d)=>$__namespace.isValidElement(c)?$__namespace.cloneElement(c,{...c.props,stepNumber:d+1,status:c.props.status||(d<a?"completed":d===a?"current":"upcoming"),isLast:d===l.length-1,orientation:t,size:r}):c)})});Bf.displayName="Steps";var Of=classVarianceAuthority.cva("flex items-center",{variants:{orientation:{horizontal:"flex-row",vertical:"flex-col items-start"},size:{sm:"gap-2",md:"gap-3",lg:"gap-4"}},defaultVariants:{orientation:"horizontal",size:"md"}}),Kw=classVarianceAuthority.cva("flex items-center justify-center rounded-full font-medium transition-colors",{variants:{status:{completed:"bg-primary text-primary-foreground",current:"bg-primary text-primary-foreground ring-2 ring-primary ring-offset-2 ring-offset-background",upcoming:"bg-muted text-muted-foreground border-2 border-muted-foreground/30"},size:{sm:"h-6 w-6 text-xs",md:"h-8 w-8 text-sm",lg:"h-10 w-10 text-base"}},defaultVariants:{status:"upcoming",size:"md"}}),_w=classVarianceAuthority.cva("bg-muted transition-colors",{variants:{orientation:{horizontal:"h-0.5 flex-1 min-w-8",vertical:"w-0.5 min-h-8 ml-4"},status:{completed:"bg-primary",current:"bg-muted",upcoming:"bg-muted"}},defaultVariants:{orientation:"horizontal",status:"upcoming"}}),Ff=$__namespace.forwardRef(({className:e,orientation:t="horizontal",size:r="md",title:a,description:n,icon:o,status:s="upcoming",stepNumber:l,isLast:c,...d},m)=>jsxRuntime.jsxs("div",{ref:m,className:i(Of({orientation:t,size:r,className:e}),!c&&t==="horizontal"&&"flex-1"),...d,children:[jsxRuntime.jsx("div",{className:i("flex items-center",t==="vertical"&&"flex-col items-start"),children:jsxRuntime.jsxs("div",{className:"flex items-center gap-3",children:[jsxRuntime.jsx("div",{className:i(Kw({status:s,size:r})),children:s==="completed"?jsxRuntime.jsx(lucideReact.Check,{className:r==="sm"?"h-3 w-3":r==="lg"?"h-5 w-5":"h-4 w-4"}):o||l}),(a||n)&&jsxRuntime.jsxs("div",{className:"flex flex-col",children:[a&&jsxRuntime.jsx("span",{className:i("font-medium",r==="sm"&&"text-sm",r==="lg"&&"text-lg",s==="upcoming"&&"text-muted-foreground"),children:a}),n&&jsxRuntime.jsx("span",{className:i("text-muted-foreground",r==="sm"&&"text-xs",r==="md"&&"text-sm",r==="lg"&&"text-base"),children:n})]})]})}),!c&&jsxRuntime.jsx("div",{className:i(_w({orientation:t,status:s==="completed"?"completed":"upcoming"}),t==="vertical"&&"my-2")})]}));Ff.displayName="Step";function qw({className:e,data:t,columns:r,selectable:a=false,selectedKeys:n,onSelectionChange:o,getRowKey:s=(h,C)=>String(C),sortable:l=false,sortState:c,onSortChange:d,paginated:m=false,pageSizeOptions:u=[10,20,50],paginationState:f,onPaginationChange:p,emptyContent:b="No data",loading:x=false,striped:g=false,hoverable:v=true,...w},y){let[h,C]=$__namespace.useState(new Set),[R,T]=$__namespace.useState({columnId:null,direction:null}),[M,P]=$__namespace.useState({pageIndex:0,pageSize:u[0]||10}),N=n??h,k=c??R,E=f??M,L=G=>{o?o(G):C(G);},H=G=>{d?d(G):T(G);},S=G=>{p?p(G):P(G);},D=$__namespace.useMemo(()=>{if(!k.columnId||!k.direction)return t;let G=r.find(K=>K.id===k.columnId);return G?[...t].sort((K,ne)=>{let z=G.accessor(K),J=G.accessor(ne);if(z===J)return 0;if(z==null)return 1;if(J==null)return -1;let Z=String(z).localeCompare(String(J),void 0,{numeric:true});return k.direction==="asc"?Z:-Z}):t},[t,k,r]),I=$__namespace.useMemo(()=>{if(!m)return D;let G=E.pageIndex*E.pageSize;return D.slice(G,G+E.pageSize)},[D,m,E]),A=Math.ceil(D.length/E.pageSize),F=G=>{if(G===true){let K=new Set(I.map((ne,z)=>s(ne,z)));L(K);}else L(new Set);},V=(G,K)=>{let ne=new Set(N);K?ne.add(G):ne.delete(G),L(ne);},O=I.length>0&&I.every((G,K)=>N.has(s(G,K))),B=I.some((G,K)=>N.has(s(G,K))),te=G=>{if(!r.find(z=>z.id===G)?.sortable&&!l)return;let ne="asc";k.columnId===G&&(k.direction==="asc"?ne="desc":k.direction==="desc"&&(ne=null)),H({columnId:ne?G:null,direction:ne});},ae=G=>k.columnId!==G?jsxRuntime.jsx(lucideReact.ChevronsUpDown,{className:"h-4 w-4 text-muted-foreground/50"}):k.direction==="asc"?jsxRuntime.jsx(lucideReact.ChevronUp,{className:"h-4 w-4"}):jsxRuntime.jsx(lucideReact.ChevronDown,{className:"h-4 w-4"});return jsxRuntime.jsxs("div",{ref:y,className:i("w-full",e),...w,children:[jsxRuntime.jsx("div",{className:"relative w-full overflow-auto rounded-md border",children:jsxRuntime.jsxs("table",{className:"w-full caption-bottom text-sm",children:[jsxRuntime.jsx("thead",{className:"[&_tr]:border-b bg-muted/50",children:jsxRuntime.jsxs("tr",{children:[a&&jsxRuntime.jsx("th",{className:"h-12 w-12 px-4",children:jsxRuntime.jsx(yn,{checked:O?true:B?"indeterminate":false,onCheckedChange:F,"aria-label":"Select all"})}),r.map(G=>{let K=G.sortable??l;return jsxRuntime.jsx("th",{className:i("h-12 px-4 text-left align-middle font-medium text-muted-foreground",K&&"cursor-pointer select-none hover:text-foreground"),style:{width:G.width},onClick:()=>K&&te(G.id),children:jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[G.header,K&&ae(G.id)]})},G.id)})]})}),jsxRuntime.jsx("tbody",{className:"[&_tr:last-child]:border-0",children:x?jsxRuntime.jsx("tr",{children:jsxRuntime.jsx("td",{colSpan:r.length+(a?1:0),className:"h-24 text-center text-muted-foreground",children:"Loading..."})}):I.length===0?jsxRuntime.jsx("tr",{children:jsxRuntime.jsx("td",{colSpan:r.length+(a?1:0),className:"h-24 text-center text-muted-foreground",children:b})}):I.map((G,K)=>{let ne=s(G,K),z=N.has(ne);return jsxRuntime.jsxs("tr",{className:i("border-b transition-colors",v&&"hover:bg-muted/50",g&&K%2===1&&"bg-muted/30",z&&"bg-muted"),"data-state":z?"selected":void 0,children:[a&&jsxRuntime.jsx("td",{className:"w-12 px-4",children:jsxRuntime.jsx(yn,{checked:z,onCheckedChange:J=>V(ne,!!J),"aria-label":`Select row ${K+1}`})}),r.map(J=>jsxRuntime.jsx("td",{className:"p-4 align-middle",children:J.cell?J.cell(G,K):J.accessor(G)},J.id))]},ne)})})]})}),m&&jsxRuntime.jsxs("div",{className:"flex items-center justify-between px-2 py-4",children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2 text-sm text-muted-foreground",children:[jsxRuntime.jsx("span",{children:"Rows per page:"}),jsxRuntime.jsx("select",{value:E.pageSize,onChange:G=>S({pageIndex:0,pageSize:Number(G.target.value)}),className:"h-8 rounded-md border bg-transparent px-2",children:u.map(G=>jsxRuntime.jsx("option",{value:G,children:G},G))})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsxs("span",{className:"text-sm text-muted-foreground",children:["Page ",E.pageIndex+1," of ",A||1]}),jsxRuntime.jsxs("div",{className:"flex gap-1",children:[jsxRuntime.jsx(U,{variant:"light",size:"icon",className:"h-8 w-8",onClick:()=>S({...E,pageIndex:E.pageIndex-1}),disabled:E.pageIndex===0,"aria-label":"Previous page",children:jsxRuntime.jsx(lucideReact.ChevronLeft,{className:"h-4 w-4"})}),jsxRuntime.jsx(U,{variant:"light",size:"icon",className:"h-8 w-8",onClick:()=>S({...E,pageIndex:E.pageIndex+1}),disabled:E.pageIndex>=A-1,"aria-label":"Next page",children:jsxRuntime.jsx(lucideReact.ChevronRight,{className:"h-4 w-4"})})]})]})]})]})}var Zw=$__namespace.forwardRef(qw);var $f=classVarianceAuthority.cva("",{variants:{size:{sm:"[--tree-indent:12px] [--tree-item-height:28px] text-xs",md:"[--tree-indent:16px] [--tree-item-height:32px] text-sm",lg:"[--tree-indent:20px] [--tree-item-height:40px] text-base"}},defaultVariants:{size:"md"}}),Kf=$__namespace.forwardRef(({className:e,size:t,data:r,defaultExpandedIds:a=[],expandedIds:n,onExpandedChange:o,selectedId:s,onSelect:l,showIcons:c=true,leafIcon:d=jsxRuntime.jsx(lucideReact.File,{className:"h-4 w-4"}),folderIcon:m=jsxRuntime.jsx(lucideReact.Folder,{className:"h-4 w-4"}),folderOpenIcon:u=jsxRuntime.jsx(lucideReact.FolderOpen,{className:"h-4 w-4"}),defaultExpandAll:f=false,...p},b)=>{let x=$__namespace.useCallback(R=>R.reduce((T,M)=>M.children?.length?[...T,M.id,...x(M.children)]:T,[]),[]),[g,v]=$__namespace.useState(()=>f?x(r):a),w=n??g,y=R=>{o?o(R):v(R);},h=R=>{w.includes(R)?y(w.filter(T=>T!==R)):y([...w,R]);},C=(R,T=0)=>{let M=R.children&&R.children.length>0,P=w.includes(R.id),N=s===R.id,k=()=>{R.disabled||l?.(R);},E=H=>{H.stopPropagation(),M&&h(R.id);},L=()=>R.icon?R.icon:M?P?u:m:d;return jsxRuntime.jsxs("div",{role:"treeitem","aria-expanded":M?P:void 0,children:[jsxRuntime.jsxs("div",{className:i("flex items-center gap-1 rounded-md px-2 cursor-pointer transition-colors","h-[var(--tree-item-height)]","hover:bg-muted/50",N&&"bg-primary/10 text-primary",R.disabled&&"opacity-50 cursor-not-allowed"),style:{paddingLeft:`calc(${T} * var(--tree-indent) + 8px)`},onClick:k,children:[jsxRuntime.jsx("button",{type:"button",className:i("flex h-5 w-5 items-center justify-center rounded hover:bg-muted",!M&&"invisible"),onClick:E,tabIndex:-1,"aria-label":P?"Collapse":"Expand",children:P?jsxRuntime.jsx(lucideReact.ChevronDown,{className:"h-4 w-4"}):jsxRuntime.jsx(lucideReact.ChevronRight,{className:"h-4 w-4"})}),c&&jsxRuntime.jsx("span",{className:"flex-shrink-0 text-muted-foreground",children:L()}),jsxRuntime.jsx("span",{className:"truncate",children:R.name})]}),M&&P&&jsxRuntime.jsx("div",{role:"group",children:R.children.map(H=>C(H,T+1))})]},R.id)};return jsxRuntime.jsx("div",{ref:b,role:"tree",className:i($f({size:t,className:e})),...p,children:r.map(R=>C(R))})});Kf.displayName="TreeView";var Wf=classVarianceAuthority.cva("flex rounded-md border border-input bg-background text-sm placeholder:text-muted-foreground focus:outline-none transition-colors disabled:cursor-not-allowed disabled:opacity-50",{variants:{size:{sm:"h-8 px-2 text-xs",md:"h-10 px-3 text-sm",lg:"h-12 px-4 text-base"},fullWidth:{true:"w-full",false:"w-fit min-w-48"}},defaultVariants:{size:"md",fullWidth:false}}),lC=({text:e,query:t})=>{if(!t)return jsxRuntime.jsx(jsxRuntime.Fragment,{children:e});let r=new RegExp(`(${t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")})`,"gi"),a=e.split(r);return jsxRuntime.jsx(jsxRuntime.Fragment,{children:a.map((n,o)=>r.test(n)?jsxRuntime.jsx("mark",{className:"bg-primary/20 text-foreground rounded-sm",children:n},o):jsxRuntime.jsx("span",{children:n},o))})},cC=(e,t)=>{let[r,a]=$__namespace.useState(e);return $__namespace.useEffect(()=>{let n=setTimeout(()=>{a(e);},t);return ()=>{clearTimeout(n);}},[e,t]),r},jf=$__namespace.forwardRef(({className:e,size:t,value:r,defaultValue:a="",onChange:n,onSelect:o,options:s=[],loadOptions:l,debounceMs:c=300,minChars:d=0,placeholder:m="Type to search...",emptyText:u="No results found.",loadingText:f="Loading...",clearable:p=false,freeSolo:b=true,maxHeight:x=200,highlightMatch:g=true,fullWidth:v=false,disabled:w,...y},h)=>{let[C,R]=$__namespace.useState(false),[T,M]=$__namespace.useState(a),[P,N]=$__namespace.useState([]),[k,E]=$__namespace.useState(false),[L,H]=$__namespace.useState(false),S=$__namespace.useRef(null),D=r!==void 0?r:T,I=cC(D,c);$__namespace.useImperativeHandle(h,()=>S.current);let A=l?P:s,F=$__namespace.useMemo(()=>l?A:A.filter(Z=>Z.label.toLowerCase().includes(D.toLowerCase())),[A,D,l]);$__namespace.useEffect(()=>{if(!l)return;if(I.length<d){N([]);return}let Z=false;return (async()=>{E(true);try{let je=await l(I);Z||N(je);}catch{Z||N([]);}finally{Z||E(false);}})(),()=>{Z=true;}},[I,l,d]);let V=Z=>{r===void 0&&M(Z),n?.(Z);},O=Z=>{let ot=Z.target.value;V(ot),ot.length>=d&&R(true);},B=Z=>{V(Z.label),o?.(Z),R(false);},te=()=>{V(""),S.current?.focus();},ae=()=>{H(true),D.length>=d&&(F.length>0||k)&&R(true);},G=()=>{H(false);},K=Z=>{Z.key==="Escape"&&R(false),Z.key==="ArrowDown"&&!C&&F.length>0&&R(true);},ne=C&&D.length>=d,z=t==="sm"?"h-3 w-3":t==="lg"?"h-5 w-5":"h-4 w-4",J=p&&D?"pr-8":"pr-3";return jsxRuntime.jsxs(Ie,{open:ne,onOpenChange:R,children:[jsxRuntime.jsx(xo,{asChild:true,children:jsxRuntime.jsxs("div",{className:i("relative",v?"w-full":"w-fit"),children:[jsxRuntime.jsx("input",{ref:S,type:"text",value:D,onChange:O,onFocus:ae,onBlur:G,onKeyDown:K,disabled:w,placeholder:m,className:i(Wf({size:t,fullWidth:v}),J,e),style:{borderColor:L?"var(--color-foreground)":void 0},role:"combobox","aria-expanded":ne,"aria-autocomplete":"list","aria-controls":"autocomplete-list",...y}),p&&D&&!w&&jsxRuntime.jsx("button",{type:"button",onClick:te,className:"absolute right-2 top-1/2 -translate-y-1/2 text-muted-foreground hover:text-foreground","aria-label":"Clear",children:jsxRuntime.jsx(lucideReact.X,{className:z})})]})}),jsxRuntime.jsx(Ae,{className:"w-[--radix-popover-trigger-width] p-0",align:"start",onOpenAutoFocus:Z=>Z.preventDefault(),children:jsxRuntime.jsx(cmdk.Command,{className:"overflow-hidden rounded-md",shouldFilter:false,children:jsxRuntime.jsx(cmdk.Command.List,{id:"autocomplete-list",className:"overflow-y-auto p-1",style:{maxHeight:x},children:k?jsxRuntime.jsxs("div",{className:"flex items-center justify-center gap-2 py-6 text-sm text-muted-foreground",children:[jsxRuntime.jsx(lucideReact.Loader2,{className:i(z,"animate-spin")}),f]}):F.length===0?jsxRuntime.jsx("div",{className:"py-6 text-center text-sm text-muted-foreground",children:u}):F.map(Z=>jsxRuntime.jsxs(cmdk.Command.Item,{value:Z.value,disabled:Z.disabled,onSelect:()=>B(Z),className:i("relative flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none","data-[disabled=true]:pointer-events-none data-[disabled=true]:opacity-50","data-[selected=true]:bg-accent data-[selected=true]:text-accent-foreground"),children:[jsxRuntime.jsx(lucideReact.Check,{className:i("mr-2 h-4 w-4 shrink-0",D===Z.label?"opacity-100":"opacity-0")}),jsxRuntime.jsx("span",{className:"flex-1",children:g?jsxRuntime.jsx(lC,{text:Z.label,query:D}):Z.label})]},Z.value))})})})]})});jf.displayName="Autocomplete";var Ki=$__namespace.createContext(null),_i=$__namespace.createContext(null),Wi=()=>{let e=$__namespace.useContext(Ki);if(!e)throw new Error("useFormContext must be used within a Form");return e},Zo=()=>{let e=$__namespace.useContext(_i);if(!e)throw new Error("useFieldContext must be used within a FormField");return e},dC={required:(e="This field is required")=>({validate:t=>typeof t=="string"?t.trim().length>0:Array.isArray(t)?t.length>0:t!=null,message:e}),minLength:(e,t)=>({validate:r=>typeof r=="string"&&r.length>=e,message:t??`Must be at least ${e} characters`}),maxLength:(e,t)=>({validate:r=>typeof r=="string"&&r.length<=e,message:t??`Must be at most ${e} characters`}),min:(e,t)=>({validate:r=>typeof r=="number"&&r>=e,message:t??`Must be at least ${e}`}),max:(e,t)=>({validate:r=>typeof r=="number"&&r<=e,message:t??`Must be at most ${e}`}),email:(e="Invalid email address")=>({validate:t=>typeof t=="string"&&/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(t),message:e}),pattern:(e,t="Invalid format")=>({validate:r=>typeof r=="string"&&e.test(r),message:t}),custom:(e,t)=>({validate:e,message:t})},Yf=$__namespace.forwardRef(({defaultValues:e={},onSubmit:t,onError:r,validateOnBlur:a=true,validateOnChange:n=false,children:o,className:s,...l},c)=>{let[d,m]=$__namespace.useState(e),[u,f]=$__namespace.useState({}),[p,b]=$__namespace.useState({}),[x,g]=$__namespace.useState({}),[v,w]=$__namespace.useState(false),y=$__namespace.useRef(new Map),h=$__namespace.useCallback((S,D)=>{y.current.set(S,D);},[]),C=$__namespace.useCallback(S=>{y.current.delete(S);},[]),R=$__namespace.useCallback(S=>{let D=y.current.get(S)||[],I=d[S];for(let A of D)if(!A.validate(I))return f(F=>({...F,[S]:A.message})),false;return f(A=>({...A,[S]:null})),true},[d]),T=$__namespace.useCallback(()=>{let S=true,D={};return y.current.forEach((I,A)=>{let F=d[A];for(let V of I)if(!V.validate(F)){D[A]=V.message,S=false;break}D[A]||(D[A]=null);}),f(D),S},[d]),M=$__namespace.useCallback((S,D)=>{m(I=>({...I,[S]:D})),g(I=>({...I,[S]:true})),n&&setTimeout(()=>{R(S);},0);},[n,R]),P=$__namespace.useCallback((S,D)=>{f(I=>({...I,[S]:D}));},[]),N=$__namespace.useCallback((S,D)=>{b(I=>({...I,[S]:D})),D&&a&&R(S);},[a,R]),k=$__namespace.useCallback(S=>({value:d[S],error:u[S]??null,touched:p[S]??false,dirty:x[S]??false}),[d,u,p,x]),E=$__namespace.useCallback(()=>{m(e),f({}),b({}),g({});},[e]),L=async S=>{S.preventDefault();let D={};if(y.current.forEach((A,F)=>{D[F]=true;}),b(D),!T()){r?.(u);return}if(t){w(true);try{await t(d);}finally{w(false);}}},H={values:d,errors:u,touched:p,dirty:x,isSubmitting:v,setValue:M,setError:P,setTouched:N,validateField:R,validateAll:T,registerField:h,unregisterField:C,getFieldState:k,reset:E};return jsxRuntime.jsx(Ki.Provider,{value:H,children:jsxRuntime.jsx("form",{ref:c,onSubmit:L,className:i("space-y-4",s),...l,children:o})})});Yf.displayName="Form";var Uf=({name:e,rules:t=[],defaultValue:r,children:a})=>{let n=Wi(),o=$__namespace.useId();$__namespace.useEffect(()=>(n.registerField(e,t),r!==void 0&&n.values[e]===void 0&&n.setValue(e,r),()=>{n.unregisterField(e);}),[e,t,r,n]);let s=n.getFieldState(e),l={name:e,id:`${o}-${e}`,value:s.value,error:s.error,touched:s.touched,dirty:s.dirty};return jsxRuntime.jsx(_i.Provider,{value:l,children:a})};Uf.displayName="FormField";var Xf=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,className:i("space-y-1.5",e),...t}));Xf.displayName="FormItem";var qf=$__namespace.forwardRef(({className:e,required:t,children:r,...a},n)=>{let{id:o,error:s,touched:l}=Zo();return jsxRuntime.jsxs(sa,{ref:n,htmlFor:o,className:i(s&&l&&"text-danger",e),...a,children:[r,t&&jsxRuntime.jsx("span",{className:"ml-1 text-danger",children:"*"})]})});qf.displayName="FormLabel";var Zf=({children:e})=>{let{name:t,id:r,error:a,touched:n}=Zo(),o=Wi(),s=o.getFieldState(t),l=d=>{let m=d.target,u=m.type==="checkbox"?m.checked:m.value;o.setValue(t,u);},c=()=>{o.setTouched(t,true);};return $__namespace.cloneElement(e,{id:r,name:t,value:s.value??"",onChange:l,onBlur:c,"aria-invalid":a&&n?"true":void 0,"aria-describedby":a&&n?`${r}-error`:void 0})};Zf.displayName="FormControl";var Jf=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("p",{ref:r,className:i("text-xs text-muted-foreground",e),...t}));Jf.displayName="FormDescription";var Qf=$__namespace.forwardRef(({className:e,message:t,...r},a)=>{let{id:n,error:o,touched:s}=Zo(),l=t??(s?o:null);return l?jsxRuntime.jsx("p",{ref:a,id:`${n}-error`,className:i("text-xs text-danger",e),role:"alert",...r,children:l}):null});Qf.displayName="FormMessage";var tg=classVarianceAuthority.cva("inline-flex items-center gap-3",{variants:{size:{sm:"[&_[data-user-avatar]]:h-8 [&_[data-user-avatar]]:w-8",md:"[&_[data-user-avatar]]:h-10 [&_[data-user-avatar]]:w-10",lg:"[&_[data-user-avatar]]:h-12 [&_[data-user-avatar]]:w-12"}},defaultVariants:{size:"md"}}),rg=$__namespace.forwardRef(({className:e,size:t,name:r,description:a,avatarUrl:n,avatarFallback:o,trailing:s,...l},c)=>{let d=o||r.split(" ").map(m=>m[0]).join("").toUpperCase().slice(0,2);return jsxRuntime.jsxs("div",{ref:c,className:i(tg({size:t,className:e})),...l,children:[jsxRuntime.jsxs(ia,{"data-user-avatar":true,children:[n&&jsxRuntime.jsx(za,{src:n,alt:r}),jsxRuntime.jsx(la,{children:d})]}),jsxRuntime.jsxs("div",{className:"flex flex-col min-w-0",children:[jsxRuntime.jsx("span",{className:"text-sm font-medium leading-none truncate",children:r}),a&&jsxRuntime.jsx("span",{className:"text-sm text-muted-foreground truncate",children:a})]}),s&&jsxRuntime.jsx("div",{className:"ml-auto flex-shrink-0",children:s})]})});rg.displayName="User";var ng=classVarianceAuthority.cva("font-mono rounded",{variants:{variant:{solid:"bg-primary text-primary-foreground",outline:"border border-input bg-transparent",ghost:"bg-transparent",soft:"bg-muted text-foreground",surface:"bg-muted/50 text-foreground border border-border"},size:{sm:"px-1 py-0.5 text-xs",md:"px-1.5 py-0.5 text-sm",lg:"px-2 py-1 text-base"}},defaultVariants:{variant:"soft",size:"md"}}),og=$__namespace.forwardRef(({className:e,variant:t,size:r,...a},n)=>jsxRuntime.jsx("code",{ref:n,className:i(ng({variant:t,size:r,className:e})),...a}));og.displayName="Code";var sg=classVarianceAuthority.cva("relative flex items-center gap-2 font-mono rounded-lg border",{variants:{variant:{solid:"bg-primary text-primary-foreground border-primary",outline:"bg-transparent border-input",ghost:"bg-transparent border-transparent",soft:"bg-muted border-muted",surface:"bg-muted/50 border-border"},size:{sm:"px-3 py-1.5 text-xs",md:"px-4 py-2 text-sm",lg:"px-5 py-3 text-base"}},defaultVariants:{variant:"surface",size:"md"}}),ig=$__namespace.forwardRef(({className:e,variant:t,size:r,code:a,copyable:n=true,copyLabel:o="Copy",onCopy:s,symbol:l="$",hideSymbol:c=false,...d},m)=>{let[u,f]=$__namespace.useState(false),p=async()=>{try{await navigator.clipboard.writeText(a),f(!0),s?.(),setTimeout(()=>f(!1),2e3);}catch(b){console.error("Failed to copy:",b);}};return jsxRuntime.jsxs("div",{ref:m,className:i(sg({variant:t,size:r,className:e})),...d,children:[!c&&jsxRuntime.jsx("span",{className:"text-muted-foreground select-none",children:l}),jsxRuntime.jsx("code",{className:"flex-1 truncate",children:a}),n&&jsxRuntime.jsx("button",{type:"button",onClick:p,className:i("flex-shrink-0 rounded p-1 transition-colors","hover:bg-black/10 dark:hover:bg-white/10","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring"),"aria-label":u?"Copied":o,children:u?jsxRuntime.jsx(lucideReact.Check,{className:"h-4 w-4 text-green-500"}):jsxRuntime.jsx(lucideReact.Copy,{className:"h-4 w-4 text-muted-foreground"})})]})});ig.displayName="Snippet";var Ui=classVarianceAuthority.cva("overflow-hidden",{variants:{radius:{none:"rounded-none",sm:"rounded-sm",md:"rounded-md",lg:"rounded-lg",full:"rounded-full"}},defaultVariants:{radius:"md"}}),lg=$__namespace.forwardRef(({className:e,radius:t,src:r,alt:a,fallback:n,showSkeleton:o=true,onLoad:s,onError:l,fit:c="cover",aspectRatio:d,style:m,...u},f)=>{let[p,b]=$__namespace.useState("loading");$__namespace.useEffect(()=>{r&&b("loading");},[r]);let x=()=>{b("loaded"),s?.();},g=()=>{b("error"),l?.();},v={contain:"object-contain",cover:"object-cover",fill:"object-fill",none:"object-none","scale-down":"object-scale-down"}[c];return p==="error"&&n?jsxRuntime.jsx("div",{className:i(Ui({radius:t}),"flex items-center justify-center bg-muted",e),style:{aspectRatio:d,...m},children:n}):jsxRuntime.jsxs("div",{className:i(Ui({radius:t}),"relative",e),style:{aspectRatio:d,...m},children:[p==="loading"&&o&&jsxRuntime.jsx(fo,{className:"absolute inset-0 h-full w-full"}),jsxRuntime.jsx("img",{ref:f,src:r,alt:a,onLoad:x,onError:g,className:i("h-full w-full transition-opacity duration-300",v,p==="loading"?"opacity-0":"opacity-100"),...u})]})});lg.displayName="Image";var ug=classVarianceAuthority.cva("flex flex-col rounded-lg border bg-background",{variants:{size:{sm:"p-1 gap-0.5",md:"p-1.5 gap-1",lg:"p-2 gap-1.5"}},defaultVariants:{size:"md"}}),mg=classVarianceAuthority.cva("relative flex cursor-pointer select-none items-center rounded-md outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",{variants:{size:{sm:"px-2 py-1 text-xs",md:"px-3 py-1.5 text-sm",lg:"px-4 py-2 text-base"}},defaultVariants:{size:"md"}}),pg=$__namespace.createContext({value:"",onValueChange:()=>{},multiple:false,size:"md"}),fg=$__namespace.forwardRef(({className:e,size:t="md",value:r,defaultValue:a="",onValueChange:n,multiple:o=false,children:s,...l},c)=>{let[d,m]=$__namespace.useState(a),u=r??d,f=p=>{let b;if(o){let x=Array.isArray(u)?u:[u].filter(Boolean);x.includes(p)?b=x.filter(g=>g!==p):b=[...x,p];}else b=p;n?n(b):m(b);};return jsxRuntime.jsx(pg.Provider,{value:{value:u,onValueChange:f,multiple:o,size:t??"md"},children:jsxRuntime.jsx("div",{ref:c,role:"listbox","aria-multiselectable":o,className:i(ug({size:t,className:e})),...l,children:s})})});fg.displayName="Listbox";var gg=$__namespace.forwardRef(({className:e,value:t,disabled:r,icon:a,description:n,children:o,...s},l)=>{let{value:c,onValueChange:d,multiple:m,size:u}=$__namespace.useContext(pg),f=m?Array.isArray(c)&&c.includes(t):c===t,p=()=>{r||d(t);},b=x=>{(x.key==="Enter"||x.key===" ")&&!r&&(x.preventDefault(),d(t));};return jsxRuntime.jsxs("div",{ref:l,role:"option","aria-selected":f,"data-disabled":r?"":void 0,tabIndex:r?-1:0,className:i(mg({size:u}),f&&"bg-accent text-accent-foreground",e),onClick:p,onKeyDown:b,...s,children:[a&&jsxRuntime.jsx("span",{className:"mr-2 flex-shrink-0",children:a}),jsxRuntime.jsxs("div",{className:"flex-1 min-w-0",children:[jsxRuntime.jsx("div",{className:"truncate",children:o}),n&&jsxRuntime.jsx("div",{className:"text-xs text-muted-foreground truncate",children:n})]}),f&&jsxRuntime.jsx(lucideReact.Check,{className:"ml-2 h-4 w-4 flex-shrink-0"})]})});gg.displayName="ListboxItem";var vg=classVarianceAuthority.cva("flex flex-col",{variants:{variant:{default:"gap-2",bordered:"divide-y divide-border rounded-lg border",cards:"gap-2"},size:{sm:"",md:"",lg:""}},defaultVariants:{variant:"default",size:"md"}}),hg=classVarianceAuthority.cva("flex items-center gap-3 bg-background transition-all",{variants:{variant:{default:"rounded-lg border p-3",bordered:"p-3",cards:"rounded-lg border p-3 shadow-sm"},size:{sm:"p-2 text-sm",md:"p-3 text-sm",lg:"p-4 text-base"},isDragging:{true:"opacity-50 scale-[1.02] shadow-lg z-10",false:""},isDragOver:{true:"border-primary border-dashed",false:""}},defaultVariants:{variant:"default",size:"md",isDragging:false,isDragOver:false}});function CC({className:e,variant:t,size:r,items:a,onReorder:n,renderItem:o,showHandle:s=true,disabled:l=false,...c},d){let[m,u]=$__namespace.useState(null),[f,p]=$__namespace.useState(null),b=(y,h)=>{l||(u(h),y.dataTransfer.effectAllowed="move",y.dataTransfer.setData("text/plain",String(h)));},x=(y,h)=>{y.preventDefault(),!(l||m===null||m===h)&&p(h);},g=()=>{p(null);},v=(y,h)=>{if(y.preventDefault(),l||m===null||m===h){u(null),p(null);return}let C=[...a],[R]=C.splice(m,1);C.splice(h,0,R),n?.(C),u(null),p(null);},w=()=>{u(null),p(null);};return jsxRuntime.jsx("div",{ref:d,className:i(vg({variant:t,size:r,className:e})),...c,children:a.map((y,h)=>jsxRuntime.jsxs("div",{draggable:!l,onDragStart:C=>b(C,h),onDragOver:C=>x(C,h),onDragLeave:g,onDrop:C=>v(C,h),onDragEnd:w,className:i(hg({variant:t,size:r,isDragging:m===h,isDragOver:f===h}),!l&&"cursor-move"),children:[s&&jsxRuntime.jsx("div",{className:i("flex-shrink-0 text-muted-foreground",l?"opacity-30":"cursor-grab active:cursor-grabbing"),children:jsxRuntime.jsx(lucideReact.GripVertical,{className:"h-5 w-5"})}),jsxRuntime.jsx("div",{className:"flex-1 min-w-0",children:o(y,h)})]},y.id))})}var NC=$__namespace.forwardRef(CC);var Rg=classVarianceAuthority.cva("absolute inset-0 z-50 flex items-center justify-center transition-opacity",{variants:{variant:{solid:"bg-background",soft:"bg-background/80 backdrop-blur-sm",ghost:"bg-background/50"},visible:{true:"opacity-100 pointer-events-auto",false:"opacity-0 pointer-events-none"}},defaultVariants:{variant:"soft",visible:true}}),kC={sm:"h-4 w-4",md:"h-6 w-6",lg:"h-8 w-8"},wg=$__namespace.forwardRef(({className:e,variant:t,loading:r=true,size:a="md",spinner:n,text:o,children:s,...l},c)=>jsxRuntime.jsxs("div",{ref:c,className:i("relative",e),...l,children:[s,jsxRuntime.jsx("div",{className:i(Rg({variant:t,visible:r})),"aria-hidden":!r,children:jsxRuntime.jsxs("div",{className:"flex flex-col items-center gap-2",children:[n||jsxRuntime.jsx(lucideReact.Loader2,{className:i(kC[a],"animate-spin text-primary")}),o&&jsxRuntime.jsx("span",{className:"text-sm text-muted-foreground",children:o})]})})]}));wg.displayName="LoadingOverlay";var Cg=classVarianceAuthority.cva("fixed top-0 left-0 z-[9999] h-0.5 transition-all duration-200 ease-out",{variants:{color:{primary:"bg-primary",secondary:"bg-secondary",success:"bg-success",warning:"bg-warning",danger:"bg-danger",info:"bg-info"}},defaultVariants:{color:"primary"}}),Ng=$__namespace.forwardRef(({className:e,color:t,isLoading:r=false,progress:a,showSpinner:n=false,...o},s)=>{let[l,c]=$__namespace.useState(0),[d,m]=$__namespace.useState(false),u=$__namespace.useRef(null);return $__namespace.useEffect(()=>{if(a!==void 0){c(a),m(a>0&&a<100);return}return r?(m(true),c(10),u.current=setInterval(()=>{c(f=>{if(f>=90)return f;let p=Math.random()*10;return Math.min(f+p,90)});},500)):l>0&&(c(100),setTimeout(()=>{m(false),c(0);},200)),()=>{u.current&&clearInterval(u.current);}},[r,a]),!d&&a===void 0||a!==void 0&&(a<=0||a>=100)?null:jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{ref:s,className:i(Cg({color:t,className:e})),style:{width:`${l}%`},role:"progressbar","aria-valuenow":l,"aria-valuemin":0,"aria-valuemax":100,...o,children:jsxRuntime.jsx("div",{className:"absolute right-0 h-full w-24 -translate-y-1 rotate-3 bg-inherit opacity-50 blur-sm"})}),n&&d&&jsxRuntime.jsx("div",{className:"fixed top-4 right-4 z-[9999]",children:jsxRuntime.jsx("div",{className:i("h-4 w-4 animate-spin rounded-full border-2 border-transparent",t==="primary"&&"border-t-primary",t==="secondary"&&"border-t-secondary",t==="success"&&"border-t-success",t==="warning"&&"border-t-warning",t==="danger"&&"border-t-danger",t==="info"&&"border-t-info")})})]})});Ng.displayName="NProgress";var kg=classVarianceAuthority.cva("flex items-center justify-center",{variants:{variant:{spinner:"",dots:"",pulse:"",skeleton:""},size:{sm:"gap-1",md:"gap-2",lg:"gap-3"},fullScreen:{true:"fixed inset-0 z-50 bg-background/80 backdrop-blur-sm",false:""}},defaultVariants:{variant:"spinner",size:"md",fullScreen:false}}),Mg={sm:"h-4 w-4",md:"h-6 w-6",lg:"h-8 w-8"},VC={sm:"h-1.5 w-1.5",md:"h-2 w-2",lg:"h-3 w-3"},Eg=$__namespace.forwardRef(({className:e,variant:t="spinner",size:r="md",fullScreen:a,text:n,color:o="primary",...s},l)=>{let c={primary:"text-primary",secondary:"text-secondary",muted:"text-muted-foreground"}[o],d=()=>{switch(t){case "dots":return jsxRuntime.jsx("div",{className:"flex items-center gap-1",children:[0,1,2].map(m=>jsxRuntime.jsx("div",{className:i(VC[r||"md"],"animate-bounce rounded-full bg-current",c),style:{animationDelay:`${m*.15}s`}},m))});case "pulse":return jsxRuntime.jsx("div",{className:i(Mg[r||"md"],"animate-pulse rounded-full bg-current",c)});case "skeleton":return jsxRuntime.jsxs("div",{className:"w-full space-y-2",children:[jsxRuntime.jsx("div",{className:"h-4 w-3/4 animate-pulse rounded bg-muted"}),jsxRuntime.jsx("div",{className:"h-4 w-1/2 animate-pulse rounded bg-muted"}),jsxRuntime.jsx("div",{className:"h-4 w-5/6 animate-pulse rounded bg-muted"})]});default:return jsxRuntime.jsx(lucideReact.Loader2,{className:i(Mg[r||"md"],"animate-spin",c)})}};return jsxRuntime.jsx("div",{ref:l,className:i(kg({variant:t,size:r,fullScreen:a,className:e})),role:"status","aria-label":n||"Loading",...s,children:jsxRuntime.jsxs("div",{className:"flex flex-col items-center gap-2",children:[d(),n&&jsxRuntime.jsx("span",{className:i("text-sm",c),children:n})]})})});Eg.displayName="Loading";var Zi=class extends $__namespace.Component{constructor(t){super(t),this.state={hasError:false,error:null};}static getDerivedStateFromError(t){return {hasError:true,error:t}}componentDidCatch(t,r){this.props.onError?.(t,r);}componentDidUpdate(t){this.state.hasError&&this.props.resetKeys&&this.props.resetKeys.some((a,n)=>a!==t.resetKeys?.[n])&&this.reset();}reset=()=>{this.props.onReset?.(),this.setState({hasError:false,error:null});};render(){return this.state.hasError?this.props.fallback?this.props.fallback:jsxRuntime.jsx(Ji,{error:this.state.error,onReset:this.reset}):this.props.children}},Ji=$__namespace.forwardRef(({error:e,onReset:t,className:r},a)=>jsxRuntime.jsxs("div",{ref:a,className:i("flex min-h-[200px] flex-col items-center justify-center gap-4 rounded-lg border border-danger/20 bg-danger/5 p-6 text-center",r),role:"alert",children:[jsxRuntime.jsx("div",{className:"flex h-12 w-12 items-center justify-center rounded-full bg-danger/10",children:jsxRuntime.jsx(lucideReact.AlertTriangle,{className:"h-6 w-6 text-danger"})}),jsxRuntime.jsxs("div",{className:"space-y-2",children:[jsxRuntime.jsx("h3",{className:"text-lg font-semibold text-foreground",children:"Something went wrong"}),e&&jsxRuntime.jsx("p",{className:"text-sm text-muted-foreground max-w-md",children:e.message||"An unexpected error occurred"})]}),t&&jsxRuntime.jsxs("button",{onClick:t,className:"inline-flex items-center gap-2 rounded-md bg-danger px-4 py-2 text-sm font-medium text-danger-foreground hover:bg-danger/90 transition-colors",children:[jsxRuntime.jsx(lucideReact.RefreshCw,{className:"h-4 w-4"}),"Try again"]})]}));Ji.displayName="DefaultErrorFallback";var zC=Zi;var Dg=$__namespace.forwardRef(({value:e,defaultValue:t,onValueChange:r,placeholder:a="Pick a date range",dateFormat:n="LLL dd, y",disabled:o=false,minDate:s,maxDate:l,numberOfMonths:c=2,className:d,align:m="start"},u)=>{let[f,p]=$__namespace.useState(false),[b,x]=$__namespace.useState(t),g=e!==void 0,v=g?e:b,w=h=>{g||x(h),r?.(h);},y=h=>{if(!h)return a;let{from:C,to:R}=h;return C&&R?`${dateFns.format(C,n)} - ${dateFns.format(R,n)}`:C?dateFns.format(C,n):a};return jsxRuntime.jsxs(Ie,{open:f,onOpenChange:p,children:[jsxRuntime.jsx(Ye,{asChild:true,children:jsxRuntime.jsxs(U,{ref:u,variant:"bordered",disabled:o,className:i("w-full justify-start text-left font-normal",!v?.from&&"text-muted-foreground",d),children:[jsxRuntime.jsx(lucideReact.Calendar,{className:"mr-2 h-4 w-4"}),y(v)]})}),jsxRuntime.jsx(Ae,{className:"w-auto p-0",align:m,children:jsxRuntime.jsx(Fa,{mode:"range",defaultMonth:v?.from,selected:v,onSelect:w,numberOfMonths:c,disabled:h=>!!(s&&h<s||l&&h>l),initialFocus:true})})]})});Dg.displayName="DateRangePicker";var Qa=e=>String(e).padStart(2,"0"),Sg=$__namespace.forwardRef(({value:e,onValueChange:t,placeholder:r="Pick a time",use24Hour:a=true,minuteStep:n=1,disabled:o=false,className:s},l)=>{let[c,d]=$__namespace.useState(false),m=a?Array.from({length:24},(y,h)=>h):Array.from({length:12},(y,h)=>h+1),u=Array.from({length:Math.floor(60/n)},(y,h)=>h*n),f=y=>{if(!y)return r;if(a)return `${Qa(y.hours)}:${Qa(y.minutes)}`;let h=y.hours%12||12,C=y.hours>=12?"PM":"AM";return `${Qa(h)}:${Qa(y.minutes)} ${C}`},p=y=>{let h=e?.minutes??0,C=y;if(!a&&e){let R=e.hours>=12;R&&y!==12?C=y+12:!R&&y===12&&(C=0);}t?.({hours:C,minutes:h});},b=y=>{let h=e?.hours??0;t?.({hours:h,minutes:y});},x=y=>{if(!e)return;let h=e.hours;y==="AM"&&e.hours>=12?h=e.hours-12:y==="PM"&&e.hours<12&&(h=e.hours+12),t?.({hours:h,minutes:e.minutes});},g=()=>{let y=new Date;t?.({hours:y.getHours(),minutes:y.getMinutes()});},v=e?e.hours>=12?"PM":"AM":void 0,w=e?a?e.hours:e.hours%12||12:void 0;return jsxRuntime.jsxs(Ie,{open:c,onOpenChange:d,children:[jsxRuntime.jsx(Ye,{asChild:true,children:jsxRuntime.jsxs(U,{ref:l,variant:"bordered",disabled:o,className:i("w-full justify-start text-left font-normal",!e&&"text-muted-foreground",s),children:[jsxRuntime.jsx(lucideReact.Clock,{className:"mr-2 h-4 w-4"}),f(e)]})}),jsxRuntime.jsxs(Ae,{className:"w-auto p-0",align:"start",children:[jsxRuntime.jsxs("div",{className:"flex",children:[jsxRuntime.jsxs("div",{className:"flex flex-col",children:[jsxRuntime.jsx("div",{className:"border-b px-3 py-2 text-center text-xs font-medium text-muted-foreground",children:"Hour"}),jsxRuntime.jsx(ke,{className:"h-[200px]",children:jsxRuntime.jsx("div",{className:"flex flex-col p-1",children:m.map(y=>jsxRuntime.jsx(U,{variant:w===y?"solid":"ghost",size:"sm",className:"h-8 w-12 justify-center",onClick:()=>p(y),children:Qa(y)},y))})})]}),jsxRuntime.jsxs("div",{className:"flex flex-col border-l",children:[jsxRuntime.jsx("div",{className:"border-b px-3 py-2 text-center text-xs font-medium text-muted-foreground",children:"Min"}),jsxRuntime.jsx(ke,{className:"h-[200px]",children:jsxRuntime.jsx("div",{className:"flex flex-col p-1",children:u.map(y=>jsxRuntime.jsx(U,{variant:e?.minutes===y?"solid":"ghost",size:"sm",className:"h-8 w-12 justify-center",onClick:()=>b(y),children:Qa(y)},y))})})]}),!a&&jsxRuntime.jsxs("div",{className:"flex flex-col border-l",children:[jsxRuntime.jsx("div",{className:"border-b px-3 py-2 text-center text-xs font-medium text-muted-foreground",children:"\xA0"}),jsxRuntime.jsxs("div",{className:"flex flex-col gap-1 p-1",children:[jsxRuntime.jsx(U,{variant:v==="AM"?"solid":"ghost",size:"sm",className:"h-8 w-12",onClick:()=>x("AM"),children:"AM"}),jsxRuntime.jsx(U,{variant:v==="PM"?"solid":"ghost",size:"sm",className:"h-8 w-12",onClick:()=>x("PM"),children:"PM"})]})]})]}),jsxRuntime.jsxs("div",{className:"flex justify-between border-t p-2",children:[jsxRuntime.jsx(U,{variant:"ghost",size:"sm",onClick:g,children:"Now"}),jsxRuntime.jsx(U,{size:"sm",onClick:()=>d(false),children:"Done"})]})]})]})});Sg.displayName="TimePicker";var Hg=classVarianceAuthority.cva("overflow-auto",{variants:{variant:{default:"",bordered:"border rounded-lg",cards:""}},defaultVariants:{variant:"default"}});function GC({className:e,variant:t,items:r,itemHeight:a,height:n,overscan:o=3,renderItem:s,getItemKey:l,gap:c=0,onScrollChange:d,...m},u){let f=$__namespace.useRef(null),[p,b]=$__namespace.useState(0);$__namespace.useImperativeHandle(u,()=>f.current);let x=r.length*(a+c)-c,g=a+c,v=Math.max(0,Math.floor(p/g)-o),w=Math.ceil(n/g)+2*o,y=Math.min(r.length-1,v+w),h=R=>{let T=R.currentTarget.scrollTop;b(T),d?.(T);},C=$__namespace.useMemo(()=>{let R=[];for(let T=v;T<=y;T++)r[T]!==void 0&&R.push({item:r[T],index:T,style:{position:"absolute",top:T*g,left:0,right:0,height:a}});return R},[r,v,y,g,a]);return jsxRuntime.jsx("div",{ref:f,className:i(Hg({variant:t,className:e})),style:{height:n,position:"relative"},onScroll:h,...m,children:jsxRuntime.jsx("div",{style:{height:x,position:"relative"},children:C.map(({item:R,index:T,style:M})=>jsxRuntime.jsx("div",{style:M,children:s(R,T)},l?l(R,T):T))})})}var $C=$__namespace.forwardRef(GC);var Ig=classVarianceAuthority.cva("",{variants:{variant:{default:"",bordered:"border rounded-lg overflow-hidden"}},defaultVariants:{variant:"default"}}),tl=classVarianceAuthority.cva("flex items-center justify-center py-4",{variants:{size:{sm:"py-2",md:"py-4",lg:"py-6"}},defaultVariants:{size:"md"}}),Ag=$__namespace.forwardRef(({className:e,variant:t,size:r,children:a,onLoadMore:n,hasMore:o,isLoading:s=false,loader:l,threshold:c=100,rootMargin:d,useWindow:m=false,endMessage:u,...f},p)=>{let b=$__namespace.useRef(null),x=$__namespace.useRef(null),g=$__namespace.useRef(false);$__namespace.useImperativeHandle(p,()=>b.current),$__namespace.useEffect(()=>{let w=x.current;if(!w)return;let y=new IntersectionObserver(h=>{let[C]=h;C.isIntersecting&&o&&!s&&!g.current&&(g.current=true,Promise.resolve(n()).finally(()=>{g.current=false;}));},{root:m?null:b.current,rootMargin:d||`${c}px`,threshold:0});return y.observe(w),()=>{y.disconnect();}},[o,s,n,c,d,m]);let v=jsxRuntime.jsx("div",{className:i(tl({size:r})),children:jsxRuntime.jsx(lucideReact.Loader2,{className:"h-6 w-6 animate-spin text-muted-foreground"})});return jsxRuntime.jsxs("div",{ref:b,className:i(Ig({variant:t,className:e})),...f,children:[a,jsxRuntime.jsx("div",{ref:x,className:"h-px w-full"}),s&&(l||v),!o&&!s&&u&&jsxRuntime.jsx("div",{className:i(tl({size:r}),"text-muted-foreground text-sm"),children:u})]})});Ag.displayName="InfiniteScroll";var zn=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("span",{ref:r,className:i("absolute h-px w-px p-0 -m-px overflow-hidden whitespace-nowrap border-0","[clip:rect(0,0,0,0)]",e),...t}));zn.displayName="VisuallyHidden";var Bg={opaque:"bg-black/80",blur:"bg-black/50 backdrop-blur-sm",transparent:"bg-transparent"},jC={auto:"top-[50%] translate-y-[-50%]",center:"top-[50%] translate-y-[-50%]",top:"top-4 translate-y-0",bottom:"top-auto bottom-4 translate-y-0","top-center":"top-[20%] translate-y-0","bottom-center":"top-auto bottom-[20%] translate-y-0"},Og=classVarianceAuthority.cva("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"),rl=classVarianceAuthority.cva("fixed left-[50%] z-50 grid translate-x-[-50%] gap-4 border bg-background p-6 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 sm:rounded-lg",{variants:{size:{xs:"w-full max-w-xs",sm:"w-full max-w-sm",md:"w-full max-w-md",lg:"w-full max-w-lg",xl:"w-full max-w-xl","2xl":"w-full max-w-2xl","3xl":"w-full max-w-3xl","4xl":"w-full max-w-4xl","5xl":"w-full max-w-5xl",full:"w-[calc(100vw-2rem)] h-[calc(100vh-2rem)] max-w-none"}},defaultVariants:{size:"md"}}),ss=$__namespace.createContext(null),xa=()=>{let e=$__namespace.useContext(ss);if(!e)throw new Error("Modal components must be used within a Modal");return e},Gg=$__namespace.forwardRef(({open:e,onOpenChange:t,trigger:r,title:a="Modal",children:n,hideCloseButton:o=false,isDismissable:s=true,isKeyboardDismissDisabled:l=false,backdrop:c="opaque",placement:d="center",scrollBehavior:m="inside",size:u,className:f},p)=>{let[b,x]=$__namespace.useState(false),g=e!==void 0,v=g?e:b,[w,y]=$__namespace.useState(false),h=$__namespace.useRef(null),C=$__namespace.useId(),R=$__namespace.useId();$__namespace.useEffect(()=>{y(true);},[]);let T=$__namespace.useCallback(k=>{g||x(k),t?.(k);},[g,t]);$__namespace.useEffect(()=>(v&&(document.body.style.overflow="hidden"),()=>{document.body.style.overflow="";}),[v]),$__namespace.useEffect(()=>{if(!v||l)return;let k=E=>{E.key==="Escape"&&T(false);};return document.addEventListener("keydown",k),()=>document.removeEventListener("keydown",k)},[v,l,T]);let M=k=>{s&&k.target===k.currentTarget&&T(false);},P=r?$__namespace.isValidElement(r)?$__namespace.cloneElement(r,{onClick:k=>{r.props.onClick?.(k),T(true);}}):jsxRuntime.jsx("button",{type:"button",onClick:()=>T(true),children:r}):null,N=()=>!w||!v?null:m==="outside"?No__namespace.createPortal(jsxRuntime.jsx("div",{"data-state":v?"open":"closed",className:i(Og(),Bg[c],"overflow-y-auto flex items-start justify-center py-4"),onClick:M,children:jsxRuntime.jsxs("div",{ref:k=>{h.current=k,typeof p=="function"?p(k):p&&(p.current=k);},role:"dialog","aria-modal":"true","aria-labelledby":C,"aria-describedby":R,"data-state":v?"open":"closed",className:i("relative z-50 grid gap-4 border bg-background p-6 shadow-lg sm:rounded-lg dark:border-0",u==="xs"&&"w-full max-w-xs",u==="sm"&&"w-full max-w-sm",u==="md"&&"w-full max-w-md",u==="lg"&&"w-full max-w-lg",u==="xl"&&"w-full max-w-xl",u==="2xl"&&"w-full max-w-2xl",u==="3xl"&&"w-full max-w-3xl",u==="4xl"&&"w-full max-w-4xl",u==="5xl"&&"w-full max-w-5xl",u==="full"&&"w-[calc(100vw-2rem)] min-h-[calc(100vh-2rem)]",!u&&"w-full max-w-md",f),children:[jsxRuntime.jsx(zn,{children:jsxRuntime.jsx("h2",{id:C,children:a})}),n,!o&&jsxRuntime.jsx(ar,{variant:"light",className:"absolute right-4 top-4 z-10",onClick:()=>T(false)})]})}),document.body):No__namespace.createPortal(jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{"data-state":v?"open":"closed",className:i(Og(),Bg[c]),onClick:M,"aria-hidden":"true"}),jsxRuntime.jsxs("div",{ref:k=>{h.current=k,typeof p=="function"?p(k):p&&(p.current=k);},role:"dialog","aria-modal":"true","aria-labelledby":C,"aria-describedby":R,"data-state":v?"open":"closed",className:i(rl({size:u}),jC[d],"dark:border-0 max-h-[calc(100vh-2rem)] !flex !flex-col overflow-hidden gap-4",f),children:[jsxRuntime.jsx(zn,{children:jsxRuntime.jsx("h2",{id:C,children:a})}),n,!o&&jsxRuntime.jsx(ar,{variant:"light",className:"absolute right-4 top-4 z-10",onClick:()=>T(false)})]})]}),document.body);return jsxRuntime.jsxs(ss.Provider,{value:{open:v,onOpenChange:T,scrollBehavior:m,titleId:C,descriptionId:R},children:[P,N()]})});Gg.displayName="Modal";var $g=({children:e,open:t,defaultOpen:r=false,onOpenChange:a,scrollBehavior:n="inside"})=>{let[o,s]=$__namespace.useState(r),l=t!==void 0,c=l?t:o,d=$__namespace.useId(),m=$__namespace.useId(),u=$__namespace.useCallback(f=>{l||s(f),a?.(f);},[l,a]);return jsxRuntime.jsx(ss.Provider,{value:{open:c,onOpenChange:u,scrollBehavior:n,titleId:d,descriptionId:m},children:e})};$g.displayName="ModalRoot";var Kg=$__namespace.forwardRef(({asChild:e,children:t,onClick:r,...a},n)=>{let{onOpenChange:o}=xa(),s=l=>{r?.(l),o(true);};return e&&$__namespace.isValidElement(t)?$__namespace.cloneElement(t,{ref:n,onClick:l=>{t.props.onClick?.(l),o(true);},...a}):jsxRuntime.jsx("button",{ref:n,type:"button",onClick:s,...a,children:t})});Kg.displayName="ModalTrigger";var al=({children:e,container:t})=>{let[r,a]=$__namespace.useState(false);return $__namespace.useEffect(()=>{a(true);},[]),r?No__namespace.createPortal(e,t||document.body):null};al.displayName="ModalPortal";var nl=$__namespace.forwardRef(({className:e,...t},r)=>{let{open:a,onOpenChange:n}=xa();return a?jsxRuntime.jsx("div",{ref:r,"data-state":a?"open":"closed",className:i("fixed inset-0 z-50 bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",e),onClick:()=>n(false),"aria-hidden":"true",...t}):null});nl.displayName="ModalOverlay";var ol=$__namespace.forwardRef(({asChild:e,children:t,onClick:r,...a},n)=>{let{onOpenChange:o}=xa(),s=l=>{r?.(l),o(false);};return e&&$__namespace.isValidElement(t)?$__namespace.cloneElement(t,{ref:n,onClick:l=>{t.props.onClick?.(l),o(false);},...a}):jsxRuntime.jsx("button",{ref:n,type:"button",onClick:s,...a,children:t})});ol.displayName="ModalClose";var _g=$__namespace.forwardRef(({className:e,children:t,size:r,showCloseButton:a=true,onEscapeKeyDown:n,onInteractOutside:o,...s},l)=>{let{open:c,onOpenChange:d,titleId:m,descriptionId:u}=xa(),[f,p]=$__namespace.useState(false);return $__namespace.useEffect(()=>{p(true);},[]),$__namespace.useEffect(()=>(c&&(document.body.style.overflow="hidden"),()=>{document.body.style.overflow="";}),[c]),$__namespace.useEffect(()=>{if(!c)return;let b=x=>{x.key==="Escape"&&(n?.(),d(false));};return document.addEventListener("keydown",b),()=>document.removeEventListener("keydown",b)},[c,d,n]),!f||!c?null:jsxRuntime.jsxs(al,{children:[jsxRuntime.jsx(nl,{}),jsxRuntime.jsxs("div",{ref:l,role:"dialog","aria-modal":"true","aria-labelledby":m,"aria-describedby":u,"data-state":c?"open":"closed",className:i(rl({size:r}),"top-[50%] translate-y-[-50%]",e),...s,children:[t,a&&jsxRuntime.jsx(ol,{asChild:true,children:jsxRuntime.jsx(ar,{variant:"light",className:"absolute right-4 top-4 z-10"})})]})]})});_g.displayName="ModalContent";var Wg=({className:e,...t})=>jsxRuntime.jsx("div",{className:i("flex-shrink-0 flex flex-col space-y-1.5 text-center sm:text-left",e),...t});Wg.displayName="ModalHeader";var jg=({className:e,children:t})=>($__namespace.useContext(ss)?.scrollBehavior??"inside")==="inside"?jsxRuntime.jsx(ke,{className:i("flex-1 min-h-0 -mx-6 px-6",e),children:t}):jsxRuntime.jsx("div",{className:i(e),children:t});jg.displayName="ModalBody";var Yg=({className:e,children:t,...r})=>{let{onOpenChange:a}=xa();return jsxRuntime.jsx("div",{className:i("flex-shrink-0 flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2",e),...r,children:$__namespace.Children.map(t,n=>$__namespace.isValidElement(n)?$__namespace.cloneElement(n,{onClick:o=>{n.props.onClick?.(o),a(false);}}):n)})};Yg.displayName="ModalFooter";var Ug=$__namespace.forwardRef(({className:e,...t},r)=>{let{titleId:a}=xa();return jsxRuntime.jsx("h2",{ref:r,id:a,className:i("text-lg font-semibold leading-none tracking-tight",e),...t})});Ug.displayName="ModalTitle";var Xg=$__namespace.forwardRef(({className:e,...t},r)=>{let{descriptionId:a}=xa();return jsxRuntime.jsx("p",{ref:r,id:a,className:i("text-sm text-muted-foreground",e),...t})});Xg.displayName="ModalDescription";var Jg=classVarianceAuthority.cva("h-10 w-10 rounded-full p-2",{variants:{variant:{default:"bg-muted text-foreground",danger:"bg-danger/10 text-danger",warning:"bg-warning/10 text-warning",success:"bg-success/10 text-success",info:"bg-info/10 text-info"}},defaultVariants:{variant:"default"}}),QC=classVarianceAuthority.cva("",{variants:{variant:{default:"",danger:"bg-danger text-danger-foreground hover:bg-danger/90",warning:"bg-warning text-warning-foreground hover:bg-warning/90",success:"bg-success text-success-foreground hover:bg-success/90",info:"bg-info text-info-foreground hover:bg-info/90"}},defaultVariants:{variant:"default"}}),eN=$__namespace.createContext(null),tN={default:lucideReact.HelpCircle,danger:lucideReact.XCircle,warning:lucideReact.AlertTriangle,success:lucideReact.CheckCircle,info:lucideReact.Info},sl=$__namespace.forwardRef(({open:e,onOpenChange:t,trigger:r,title:a,description:n,confirmText:o="Confirm",cancelText:s="Cancel",onConfirm:l,onCancel:c,showIcon:d=true,icon:m,variant:u="default",loading:f=false,disabled:p=false,className:b},x)=>{let[g,v]=$__namespace.useState(false),[w,y]=$__namespace.useState(false),[h,C]=$__namespace.useState(false),R=e!==void 0,T=R?e:g,M=tN[u||"default"],P=$__namespace.useId(),N=$__namespace.useId();$__namespace.useEffect(()=>{C(true);},[]);let k=$__namespace.useCallback(I=>{R||v(I),t?.(I);},[R,t]);$__namespace.useEffect(()=>(T&&(document.body.style.overflow="hidden"),()=>{document.body.style.overflow="";}),[T]);let E=async()=>{if(l){let I=l();if(I instanceof Promise){y(true);try{await I;}finally{y(false);}}}k(false);},L=()=>{c?.(),k(false);},H=f||w,S=r?$__namespace.isValidElement(r)?$__namespace.cloneElement(r,{onClick:I=>{r.props.onClick?.(I),k(true);}}):jsxRuntime.jsx("button",{type:"button",onClick:()=>k(true),children:r}):null,D=()=>!h||!T?null:No__namespace.createPortal(jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{"data-state":T?"open":"closed",className:"fixed inset-0 z-50 bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0","aria-hidden":"true"}),jsxRuntime.jsxs("div",{ref:x,role:"alertdialog","aria-modal":"true","aria-labelledby":P,"aria-describedby":n?N:void 0,"data-state":T?"open":"closed",className:i("fixed left-[50%] top-[50%] z-50 grid w-full max-w-md translate-x-[-50%] translate-y-[-50%] gap-4 border bg-background p-6 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-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-lg",b),children:[jsxRuntime.jsxs("div",{className:"flex flex-col items-center gap-4 sm:flex-row sm:items-start",children:[d&&jsxRuntime.jsx("div",{className:i(Jg({variant:u})),children:m||jsxRuntime.jsx(M,{className:"h-6 w-6"})}),jsxRuntime.jsxs("div",{className:"flex flex-col space-y-2 text-center sm:text-left",children:[jsxRuntime.jsx("h2",{id:P,className:"text-lg font-semibold",children:a}),n&&jsxRuntime.jsx("p",{id:N,className:"text-sm text-muted-foreground",children:n})]})]}),jsxRuntime.jsxs("div",{className:"flex flex-col-reverse gap-2 sm:flex-row sm:justify-end",children:[jsxRuntime.jsx("button",{type:"button",className:i(er({variant:"bordered"})),onClick:L,disabled:H,children:s}),jsxRuntime.jsx("button",{type:"button",className:i(er(),QC({variant:u}),H&&"opacity-50 cursor-not-allowed"),onClick:E,disabled:p||H,children:H?jsxRuntime.jsxs("span",{className:"flex items-center gap-2",children:[jsxRuntime.jsxs("svg",{className:"h-4 w-4 animate-spin",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",children:[jsxRuntime.jsx("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),jsxRuntime.jsx("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})]}),"Loading..."]}):o})]})]})]}),document.body);return jsxRuntime.jsxs(eN.Provider,{value:{open:T,onOpenChange:k,titleId:P,descriptionId:N},children:[S,D()]})});sl.displayName="ConfirmDialog";function rN(){let[e,t]=$__namespace.useState({open:false,options:null,resolve:null}),r=$__namespace.useCallback(l=>new Promise(c=>{t({open:true,options:l,resolve:c});}),[]),a=$__namespace.useCallback(()=>{e.resolve?.(true),t({open:false,options:null,resolve:null});},[e.resolve]),n=$__namespace.useCallback(()=>{e.resolve?.(false),t({open:false,options:null,resolve:null});},[e.resolve]),o=$__namespace.useCallback(l=>{l||(e.resolve?.(false),t({open:false,options:null,resolve:null}));},[e.resolve]),s=$__namespace.useMemo(()=>e.options?jsxRuntime.jsx(sl,{open:e.open,onOpenChange:o,title:e.options.title,description:e.options.description,confirmText:e.options.confirmText,cancelText:e.options.cancelText,variant:e.options.variant,onConfirm:a,onCancel:n}):null,[e,a,n,o]);return {confirm:r,ConfirmDialog:s}}var pN=e=>e.map(t=>typeof t=="string"?{src:t}:t),il=$__namespace.forwardRef(({images:e,open:t,onOpenChange:r,initialIndex:a=0,onIndexChange:n,trigger:o,showThumbnails:s=true,showZoom:l=true,showRotate:c=true,showDownload:d=true,showFullscreen:m=true,showNavigation:u=true,showCounter:f=true,closeOnBackdropClick:p=true,className:b},x)=>{let g=$__namespace.useMemo(()=>pN(e),[e]),[v,w]=$__namespace.useState(a),[y,h]=$__namespace.useState(1),[C,R]=$__namespace.useState(0),[T,M]=$__namespace.useState(false),[P,N]=$__namespace.useState(false),[k,E]=$__namespace.useState({x:0,y:0}),[L,H]=$__namespace.useState({x:0,y:0}),[S,D]=$__namespace.useState(false),I=$__namespace.useRef(null),A=g[v];$__namespace.useEffect(()=>{D(true);},[]),$__namespace.useEffect(()=>{w(a);},[a]),$__namespace.useEffect(()=>{n?.(v);},[v,n]),$__namespace.useEffect(()=>{h(1),R(0),E({x:0,y:0});},[v]),$__namespace.useEffect(()=>(t&&(document.body.style.overflow="hidden"),()=>{document.body.style.overflow="";}),[t]);let F=$__namespace.useCallback(()=>{w(oe=>oe>0?oe-1:g.length-1);},[g.length]),V=$__namespace.useCallback(()=>{w(oe=>oe<g.length-1?oe+1:0);},[g.length]),O=()=>{h(oe=>Math.min(oe+.5,4));},B=()=>{h(oe=>{let Nt=Math.max(oe-.5,.5);return Nt===1&&E({x:0,y:0}),Nt});},te=()=>{R(oe=>(oe+90)%360);},ae=async()=>{if(A)try{let Nt=await(await fetch(A.src)).blob(),ro=URL.createObjectURL(Nt),ra=document.createElement("a");ra.href=ro,ra.download=A.alt||`image-${v+1}`,document.body.appendChild(ra),ra.click(),document.body.removeChild(ra),URL.revokeObjectURL(ro);}catch{window.open(A.src,"_blank");}},G=async()=>{if(I.current)if(T)try{await document.exitFullscreen(),M(!1);}catch{}else try{await I.current.requestFullscreen(),M(!0);}catch{}},K=oe=>{y>1&&(N(true),H({x:oe.clientX-k.x,y:oe.clientY-k.y}));},ne=oe=>{P&&y>1&&E({x:oe.clientX-L.x,y:oe.clientY-L.y});},z=()=>{N(false);},J=()=>{r?.(false);},Z=oe=>{p&&oe.target===oe.currentTarget&&J();},ot=$__namespace.useCallback(oe=>{switch(oe.key){case "ArrowLeft":F();break;case "ArrowRight":V();break;case "Escape":r?.(false);break;case "+":case "=":O();break;case "-":B();break}},[F,V,r]);if($__namespace.useEffect(()=>{if(t)return window.addEventListener("keydown",ot),()=>window.removeEventListener("keydown",ot)},[t,ot]),$__namespace.useEffect(()=>{let oe=()=>{M(!!document.fullscreenElement);};return document.addEventListener("fullscreenchange",oe),()=>document.removeEventListener("fullscreenchange",oe)},[]),g.length===0)return null;let je=o?$__namespace.isValidElement(o)?$__namespace.cloneElement(o,{onClick:oe=>{o.props.onClick?.(oe),r?.(true);}}):jsxRuntime.jsx("button",{type:"button",onClick:()=>r?.(true),children:o}):null;return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[je,!S||!t?null:No__namespace.createPortal(jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"fixed inset-0 z-50 bg-black/90 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0","data-state":t?"open":"closed",onClick:Z}),jsxRuntime.jsxs("div",{ref:x,className:i("fixed inset-0 z-50 flex flex-col outline-none",b),children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between p-4 text-white",children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[f&&g.length>1&&jsxRuntime.jsxs("span",{className:"text-sm",children:[v+1," / ",g.length]}),A?.title&&jsxRuntime.jsx("span",{className:"ml-4 text-sm font-medium",children:A.title})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-1",children:[l&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("button",{onClick:B,className:"rounded-full p-2 hover:bg-white/10 transition-colors",title:"Zoom out",children:jsxRuntime.jsx(lucideReact.ZoomOut,{className:"h-5 w-5"})}),jsxRuntime.jsxs("span",{className:"min-w-[3rem] text-center text-sm",children:[Math.round(y*100),"%"]}),jsxRuntime.jsx("button",{onClick:O,className:"rounded-full p-2 hover:bg-white/10 transition-colors",title:"Zoom in",children:jsxRuntime.jsx(lucideReact.ZoomIn,{className:"h-5 w-5"})})]}),c&&jsxRuntime.jsx("button",{onClick:te,className:"rounded-full p-2 hover:bg-white/10 transition-colors",title:"Rotate",children:jsxRuntime.jsx(lucideReact.RotateCw,{className:"h-5 w-5"})}),d&&jsxRuntime.jsx("button",{onClick:ae,className:"rounded-full p-2 hover:bg-white/10 transition-colors",title:"Download",children:jsxRuntime.jsx(lucideReact.Download,{className:"h-5 w-5"})}),m&&jsxRuntime.jsx("button",{onClick:G,className:"rounded-full p-2 hover:bg-white/10 transition-colors",title:T?"Exit fullscreen":"Fullscreen",children:T?jsxRuntime.jsx(lucideReact.Minimize2,{className:"h-5 w-5"}):jsxRuntime.jsx(lucideReact.Maximize2,{className:"h-5 w-5"})}),jsxRuntime.jsxs("button",{onClick:J,className:"rounded-full p-2 hover:bg-white/10 transition-colors ml-2",children:[jsxRuntime.jsx(lucideReact.X,{className:"h-5 w-5"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Close"})]})]})]}),jsxRuntime.jsxs("div",{ref:I,className:"relative flex-1 flex items-center justify-center overflow-hidden",onMouseDown:K,onMouseMove:ne,onMouseUp:z,onMouseLeave:z,children:[u&&g.length>1&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("button",{onClick:F,className:"absolute left-4 z-10 rounded-full bg-black/50 p-3 text-white hover:bg-black/70 transition-colors",children:jsxRuntime.jsx(lucideReact.ChevronLeft,{className:"h-6 w-6"})}),jsxRuntime.jsx("button",{onClick:V,className:"absolute right-4 z-10 rounded-full bg-black/50 p-3 text-white hover:bg-black/70 transition-colors",children:jsxRuntime.jsx(lucideReact.ChevronRight,{className:"h-6 w-6"})})]}),jsxRuntime.jsx("img",{src:A?.src,alt:A?.alt||"",className:i("max-h-full max-w-full object-contain transition-transform duration-200",P?"cursor-grabbing":y>1?"cursor-grab":""),style:{transform:`translate(${k.x}px, ${k.y}px) scale(${y}) rotate(${C}deg)`},draggable:false})]}),A?.description&&jsxRuntime.jsx("div",{className:"p-4 text-center text-white text-sm",children:A.description}),s&&g.length>1&&jsxRuntime.jsx("div",{className:"flex justify-center gap-2 p-4 overflow-x-auto",children:g.map((oe,Nt)=>jsxRuntime.jsx("button",{onClick:()=>w(Nt),className:i("h-16 w-16 flex-shrink-0 overflow-hidden rounded border-2 transition-all",v===Nt?"border-white opacity-100":"border-transparent opacity-50 hover:opacity-75"),children:jsxRuntime.jsx("img",{src:oe.src,alt:oe.alt||`Thumbnail ${Nt+1}`,className:"h-full w-full object-cover"})},Nt))})]})]}),document.body)]})});il.displayName="ImageViewer";var eb=({children:e,images:t,index:r=0,className:a})=>{let[n,o]=$__namespace.useState(false);return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("button",{onClick:()=>o(true),className:i("cursor-zoom-in",a),children:e}),jsxRuntime.jsx(il,{images:t,open:n,onOpenChange:o,initialIndex:r})]})};eb.displayName="ImageViewerTrigger";var rb=classVarianceAuthority.cva("inline-flex items-center justify-center rounded-md transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50",{variants:{variant:{solid:"bg-primary text-primary-foreground hover:bg-primary/90",outline:"border border-input bg-background hover:bg-accent hover:text-accent-foreground",ghost:"hover:bg-accent hover:text-accent-foreground",soft:"bg-primary/10 text-primary hover:bg-primary/20",surface:"bg-muted hover:bg-muted/80"},size:{sm:"h-7 w-7",md:"h-9 w-9",lg:"h-11 w-11"},color:{default:"",primary:"",secondary:"",success:"",warning:"",danger:""},radius:{none:"rounded-none",sm:"rounded-sm",md:"rounded-md",lg:"rounded-lg",full:"rounded-full"}},compoundVariants:[{variant:"solid",color:"primary",className:"bg-primary text-primary-foreground hover:bg-primary/90"},{variant:"solid",color:"secondary",className:"bg-secondary text-secondary-foreground hover:bg-secondary/90"},{variant:"solid",color:"success",className:"bg-success text-success-foreground hover:bg-success/90"},{variant:"solid",color:"warning",className:"bg-warning text-warning-foreground hover:bg-warning/90"},{variant:"solid",color:"danger",className:"bg-danger text-danger-foreground hover:bg-danger/90"},{variant:"soft",color:"primary",className:"bg-primary/10 text-primary hover:bg-primary/20"},{variant:"soft",color:"secondary",className:"bg-secondary/10 text-secondary-foreground hover:bg-secondary/20"},{variant:"soft",color:"success",className:"bg-success/10 text-success hover:bg-success/20"},{variant:"soft",color:"warning",className:"bg-warning/10 text-warning hover:bg-warning/20"},{variant:"soft",color:"danger",className:"bg-danger/10 text-danger hover:bg-danger/20"},{variant:"outline",color:"primary",className:"border-primary text-primary hover:bg-primary/10"},{variant:"outline",color:"success",className:"border-success text-success hover:bg-success/10"},{variant:"outline",color:"warning",className:"border-warning text-warning hover:bg-warning/10"},{variant:"outline",color:"danger",className:"border-danger text-danger hover:bg-danger/10"}],defaultVariants:{variant:"ghost",size:"md",color:"default",radius:"md"}}),ab=$__namespace.forwardRef(({className:e,variant:t,size:r,color:a,radius:n,loading:o,disabled:s,children:l,...c},d)=>jsxRuntime.jsx("button",{ref:d,type:"button",className:i(rb({variant:t,size:r,color:a,radius:n}),e),disabled:s||o,...c,children:o?jsxRuntime.jsxs("svg",{className:"animate-spin",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",style:{width:"1em",height:"1em"},children:[jsxRuntime.jsx("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),jsxRuntime.jsx("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})]}):l}));ab.displayName="ActionIcon";var sb=({children:e,container:t,disabled:r=false})=>{let[a,n]=$__namespace.useState(false);if($__namespace.useEffect(()=>{n(true);},[]),r||!a)return jsxRuntime.jsx(jsxRuntime.Fragment,{children:e});let o=null;return typeof t=="string"?o=document.querySelector(t):t instanceof Element?o=t:o=document.body,o?No.createPortal(e,o):jsxRuntime.jsx(jsxRuntime.Fragment,{children:e})};sb.displayName="Portal";var ib=classVarianceAuthority.cva("absolute rounded-full border-2 border-background",{variants:{color:{default:"bg-muted-foreground",primary:"bg-primary",secondary:"bg-secondary",success:"bg-success",warning:"bg-warning",danger:"bg-danger"},size:{sm:"h-2 w-2",md:"h-2.5 w-2.5",lg:"h-3 w-3"},position:{"top-right":"top-0 right-0 -translate-y-1/3 translate-x-1/3","top-left":"top-0 left-0 -translate-y-1/3 -translate-x-1/3","bottom-right":"bottom-0 right-0 translate-y-1/3 translate-x-1/3","bottom-left":"bottom-0 left-0 translate-y-1/3 -translate-x-1/3"},ping:{true:"",false:""}},defaultVariants:{color:"primary",size:"md",position:"top-right",ping:false}}),lb=$__namespace.forwardRef(({className:e,color:t,size:r,position:a,ping:n,content:o,show:s=true,offset:l,style:c,...d},m)=>{if(!s)return null;let u=o!=null;return jsxRuntime.jsxs("span",{ref:m,className:i(ib({color:t,size:u?void 0:r,position:a,ping:n}),u&&"flex h-auto w-auto min-w-[1.25rem] items-center justify-center px-1 py-0.5 text-[10px] font-medium text-white",e),style:{...c,...l!==void 0&&{transform:`translate(${a?.includes("right")?l:-l}px, ${a?.includes("top")?-l:l}px)`}},...d,children:[n&&jsxRuntime.jsx("span",{className:i("absolute inline-flex h-full w-full animate-ping rounded-full opacity-75",t==="default"&&"bg-muted-foreground",t==="primary"&&"bg-primary",t==="secondary"&&"bg-secondary",t==="success"&&"bg-success",t==="warning"&&"bg-warning",t==="danger"&&"bg-danger")}),o]})});lb.displayName="Indicator";var cb=$__namespace.forwardRef(({className:e,children:t,...r},a)=>jsxRuntime.jsx("div",{ref:a,className:i("relative inline-flex",e),...r,children:t}));cb.displayName="IndicatorWrapper";var ub=classVarianceAuthority.cva("relative overflow-auto",{variants:{orientation:{vertical:"",horizontal:"",both:""},size:{sm:"",md:"",lg:""}},defaultVariants:{orientation:"vertical",size:"md"}}),mb=$__namespace.forwardRef(({className:e,orientation:t,size:r,hideScrollbar:a=false,shadowColor:n="rgba(0, 0, 0, 0.1)",children:o,...s},l)=>{let c=$__namespace.useRef(null),[d,m]=$__namespace.useState({top:false,bottom:false,left:false,right:false});$__namespace.useImperativeHandle(l,()=>c.current);let u=$__namespace.useCallback(()=>{let v=c.current;if(!v)return;let{scrollTop:w,scrollLeft:y,scrollHeight:h,scrollWidth:C,clientHeight:R,clientWidth:T}=v;m({top:w>0,bottom:w<h-R-1,left:y>0,right:y<C-T-1});},[]);$__namespace.useEffect(()=>{let v=c.current;if(v)return u(),v.addEventListener("scroll",u),window.addEventListener("resize",u),()=>{v.removeEventListener("scroll",u),window.removeEventListener("resize",u);}},[u]);let p={sm:"20px",md:"40px",lg:"60px"}[r??"md"],b=t==="vertical"||t==="both",x=t==="horizontal"||t==="both",g={maskImage:[b&&d.top&&`linear-gradient(to bottom, transparent, black ${p})`,b&&d.bottom&&`linear-gradient(to top, transparent, black ${p})`,x&&d.left&&`linear-gradient(to right, transparent, black ${p})`,x&&d.right&&`linear-gradient(to left, transparent, black ${p})`].filter(Boolean).join(", ")||void 0,maskComposite:"intersect",WebkitMaskComposite:"source-in"};return jsxRuntime.jsx("div",{ref:c,className:i(ub({orientation:t,size:r}),a&&"scrollbar-hide [&::-webkit-scrollbar]:hidden [-ms-overflow-style:none] [scrollbar-width:none]",e),style:g,...s,children:o})});mb.displayName="ScrollShadow";var pb=classVarianceAuthority.cva("inline-flex items-center justify-center font-mono font-medium",{variants:{variant:{default:"rounded border border-border bg-muted text-muted-foreground shadow-sm",outline:"rounded border border-border text-foreground",ghost:"text-muted-foreground"},size:{sm:"min-w-[1.25rem] px-1 py-0.5 text-[10px]",md:"min-w-[1.5rem] px-1.5 py-0.5 text-xs",lg:"min-w-[2rem] px-2 py-1 text-sm"}},defaultVariants:{variant:"default",size:"md"}}),wN={cmd:"\u2318",command:"\u2318",meta:"\u2318",ctrl:"\u2303",control:"\u2303",alt:"\u2325",option:"\u2325",shift:"\u21E7",enter:"\u21B5",return:"\u21B5",backspace:"\u232B",delete:"\u2326",escape:"\u238B",esc:"\u238B",tab:"\u21E5",space:"\u2423",up:"\u2191",down:"\u2193",left:"\u2190",right:"\u2192",pageup:"\u21DE",pagedown:"\u21DF",home:"\u2912",end:"\u2913",capslock:"\u21EA"},CN={cmd:"meta",command:"meta",ctrl:"control",alt:"alt",option:"alt",shift:"shift",enter:"enter",return:"enter",backspace:"backspace",delete:"delete",escape:"escape",esc:"escape",tab:"tab",space:" ",up:"arrowup",down:"arrowdown",left:"arrowleft",right:"arrowright",pageup:"pageup",pagedown:"pagedown",home:"home",end:"end"},NN=e=>{let t=e.toLowerCase();return wN[t]||e.toUpperCase()},On=e=>{let t=e.toLowerCase();return CN[t]||t},ls=e=>{let t=On(e);return ["meta","control","alt","shift"].includes(t)},fb=$__namespace.forwardRef(({className:e,variant:t,size:r,keys:a,children:n,onPress:o,disabled:s,preventDefault:l=true,...c},d)=>{$__namespace.useEffect(()=>{if(!o||!a||s)return;let u=Array.isArray(a)?a:[a],f=u.filter(ls).map(On),p=u.filter(x=>!ls(x)).map(On),b=x=>{let g=f.includes("meta")===x.metaKey,v=f.includes("control")===x.ctrlKey,w=f.includes("alt")===x.altKey,y=f.includes("shift")===x.shiftKey,h=p.length===0||p.includes(x.key.toLowerCase());g&&v&&w&&y&&h&&(l&&x.preventDefault(),o(x));};return window.addEventListener("keydown",b),()=>window.removeEventListener("keydown",b)},[a,o,s,l]);let m=()=>a?(Array.isArray(a)?a:[a]).map((f,p)=>jsxRuntime.jsxs($__namespace.Fragment,{children:[p>0&&jsxRuntime.jsx("span",{className:"mx-0.5 text-muted-foreground",children:"+"}),jsxRuntime.jsx("span",{children:NN(f)})]},p)):n;return jsxRuntime.jsx("kbd",{ref:d,className:i(pb({variant:t,size:r}),s&&"opacity-50",e),...c,children:m()})});fb.displayName="Kbd";function MN(e,t,r={}){let{disabled:a=false,preventDefault:n=true}=r;$__namespace.useEffect(()=>{if(a)return;let o=Array.isArray(e)?e:[e],s=o.filter(ls).map(On),l=o.filter(d=>!ls(d)).map(On),c=d=>{let m=s.includes("meta")===d.metaKey,u=s.includes("control")===d.ctrlKey,f=s.includes("alt")===d.altKey,p=s.includes("shift")===d.shiftKey,b=l.length===0||l.includes(d.key.toLowerCase());m&&u&&f&&p&&b&&(n&&d.preventDefault(),t(d));};return window.addEventListener("keydown",c),()=>window.removeEventListener("keydown",c)},[e,t,a,n]);}var bb=$__namespace.forwardRef(({className:e,size:t,axis:r="both",style:a,...n},o)=>{let s=typeof t=="number"?`${t}px`:t,l={...a,...t?{width:r==="vertical"?void 0:s,height:r==="horizontal"?void 0:s,minWidth:r==="vertical"?void 0:s,minHeight:r==="horizontal"?void 0:s,flexShrink:0}:{flex:"1 1 auto"}};return jsxRuntime.jsx("div",{ref:o,"aria-hidden":"true",className:i(e),style:l,...n})});bb.displayName="Spacer";var vb=classVarianceAuthority.cva("inline-flex items-center justify-center rounded-md transition-all focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50",{variants:{variant:{default:"hover:bg-muted",solid:"bg-muted hover:bg-muted/80",ghost:"hover:bg-accent hover:text-accent-foreground",outline:"border border-input hover:bg-accent hover:text-accent-foreground"},size:{sm:"h-7 w-7",md:"h-8 w-8",lg:"h-10 w-10"}},defaultVariants:{variant:"default",size:"md"}}),hb=$__namespace.forwardRef(({className:e,variant:t,size:r,value:a,successDuration:n=2e3,onCopySuccess:o,onCopyError:s,copyIcon:l,successIcon:c,...d},m)=>{let[u,f]=$__namespace.useState(false),p={sm:14,md:16,lg:20}[r??"md"],b=async()=>{try{await navigator.clipboard.writeText(a),f(!0),o?.(),setTimeout(()=>{f(!1);},n);}catch(x){s?.(x);}};return jsxRuntime.jsx("button",{ref:m,type:"button",className:i(vb({variant:t,size:r}),e),onClick:b,"aria-label":u?"Copied":"Copy to clipboard",...d,children:u?c??jsxRuntime.jsx(lucideReact.Check,{className:"text-success",style:{width:p,height:p}}):l??jsxRuntime.jsx(lucideReact.Copy,{style:{width:p,height:p}})})});hb.displayName="CopyButton";var yb=classVarianceAuthority.cva("flex flex-col bg-background",{variants:{variant:{default:"border rounded-lg",bordered:"border-2 rounded-lg",ghost:""},size:{sm:"text-xs",md:"text-sm",lg:"text-base"}},defaultVariants:{variant:"default",size:"md"}}),VN=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],IN=["Mon","Tue","Wed","Thu","Fri","Sat","Sun"];function AN(e,t,r){let a=new Date(e,t,1),n=new Date(e,t+1,0),o=[],s=a.getDay()-r;s<0&&(s+=7);for(let c=s-1;c>=0;c--)o.push(new Date(e,t,-c));for(let c=1;c<=n.getDate();c++)o.push(new Date(e,t,c));let l=42-o.length;for(let c=1;c<=l;c++)o.push(new Date(e,t+1,c));return o}function zN(e,t){let r=[],n=e.getDay()-t;n<0&&(n+=7);let o=new Date(e);o.setDate(e.getDate()-n);for(let s=0;s<7;s++){let l=new Date(o);l.setDate(o.getDate()+s),r.push(l);}return r}function us(e,t){return e.getFullYear()===t.getFullYear()&&e.getMonth()===t.getMonth()&&e.getDate()===t.getDate()}function ds(e){return us(e,new Date)}function xb(e,t){return e.filter(r=>{let a=new Date(r.start),n=new Date(r.end);return us(a,t)||us(n,t)||a<t&&n>t})}var Rb=$__namespace.forwardRef(({className:e,variant:t,size:r,events:a=[],view:n="month",onViewChange:o,date:s,onDateChange:l,onEventClick:c,onSlotClick:d,weekStartsOn:m=0,locale:u="en-US",...f},p)=>{let[b,x]=$__namespace.useState(new Date),g=s??b,v=N=>{l?l(N):x(N);},w=m===1?IN:VN,y=()=>{let N=new Date(g);n==="month"?N.setMonth(N.getMonth()-1):n==="week"?N.setDate(N.getDate()-7):N.setDate(N.getDate()-1),v(N);},h=()=>{let N=new Date(g);n==="month"?N.setMonth(N.getMonth()+1):n==="week"?N.setDate(N.getDate()+7):N.setDate(N.getDate()+1),v(N);},C=()=>{v(new Date);},R=()=>n==="day"?g.toLocaleDateString(u,{weekday:"long",year:"numeric",month:"long",day:"numeric"}):g.toLocaleDateString(u,{year:"numeric",month:"long"}),T=()=>{let N=AN(g.getFullYear(),g.getMonth(),m);return jsxRuntime.jsxs("div",{className:"flex-1 flex flex-col",children:[jsxRuntime.jsx("div",{className:"grid grid-cols-7 border-b",children:w.map(k=>jsxRuntime.jsx("div",{className:"p-2 text-center font-medium text-muted-foreground",children:k},k))}),jsxRuntime.jsx("div",{className:"flex-1 grid grid-cols-7 grid-rows-6",children:N.map((k,E)=>{let L=xb(a,k),H=k.getMonth()===g.getMonth();return jsxRuntime.jsxs("div",{className:i("min-h-[80px] border-b border-r p-1 cursor-pointer hover:bg-accent/50 transition-colors",!H&&"bg-muted/30"),onClick:()=>d?.(k),children:[jsxRuntime.jsx("div",{className:i("flex items-center justify-center w-7 h-7 rounded-full text-sm mb-1",ds(k)&&"bg-primary text-primary-foreground",!H&&"text-muted-foreground"),children:k.getDate()}),jsxRuntime.jsxs("div",{className:"space-y-0.5",children:[L.slice(0,3).map(S=>jsxRuntime.jsx("div",{className:"text-xs px-1 py-0.5 rounded truncate cursor-pointer hover:opacity-80",style:{backgroundColor:S.color||"hsl(var(--primary))",color:"white"},onClick:D=>{D.stopPropagation(),c?.(S);},children:S.title},S.id)),L.length>3&&jsxRuntime.jsxs("div",{className:"text-xs text-muted-foreground px-1",children:["+",L.length-3," more"]})]})]},E)})})]})},M=()=>{let N=zN(g,m),k=Array.from({length:24},(E,L)=>L);return jsxRuntime.jsxs("div",{className:"flex-1 flex flex-col overflow-hidden",children:[jsxRuntime.jsxs("div",{className:"grid grid-cols-[60px_repeat(7,1fr)] border-b",children:[jsxRuntime.jsx("div",{className:"p-2"}),N.map((E,L)=>jsxRuntime.jsxs("div",{className:i("p-2 text-center border-l",ds(E)&&"bg-primary/10"),children:[jsxRuntime.jsx("div",{className:"text-xs text-muted-foreground",children:w[L]}),jsxRuntime.jsx("div",{className:i("text-lg font-semibold",ds(E)&&"text-primary"),children:E.getDate()})]},L))]}),jsxRuntime.jsx("div",{className:"flex-1 overflow-auto",children:jsxRuntime.jsx("div",{className:"grid grid-cols-[60px_repeat(7,1fr)]",children:k.map(E=>jsxRuntime.jsxs($__namespace.Fragment,{children:[jsxRuntime.jsxs("div",{className:"h-12 text-xs text-muted-foreground text-right pr-2 pt-0 border-b",children:[E.toString().padStart(2,"0"),":00"]}),N.map((L,H)=>{let S=new Date(L);S.setHours(E,0,0,0);let D=a.filter(I=>{let A=new Date(I.start);return us(A,L)&&A.getHours()===E});return jsxRuntime.jsx("div",{className:"h-12 border-b border-l cursor-pointer hover:bg-accent/50 relative",onClick:()=>d?.(S),children:D.map(I=>jsxRuntime.jsx("div",{className:"absolute inset-x-0.5 top-0.5 text-xs px-1 py-0.5 rounded truncate cursor-pointer",style:{backgroundColor:I.color||"hsl(var(--primary))",color:"white"},onClick:A=>{A.stopPropagation(),c?.(I);},children:I.title},I.id))},H)})]},E))})})]})},P=()=>{let N=Array.from({length:24},(E,L)=>L),k=xb(a,g);return jsxRuntime.jsxs("div",{className:"flex-1 flex flex-col overflow-hidden",children:[jsxRuntime.jsx("div",{className:"p-4 border-b text-center",children:jsxRuntime.jsx("div",{className:i("inline-flex items-center justify-center w-12 h-12 rounded-full text-2xl font-semibold",ds(g)&&"bg-primary text-primary-foreground"),children:g.getDate()})}),jsxRuntime.jsx("div",{className:"flex-1 overflow-auto",children:jsxRuntime.jsx("div",{className:"grid grid-cols-[60px_1fr]",children:N.map(E=>{let L=new Date(g);L.setHours(E,0,0,0);let H=k.filter(S=>new Date(S.start).getHours()===E);return jsxRuntime.jsxs($__namespace.Fragment,{children:[jsxRuntime.jsxs("div",{className:"h-12 text-xs text-muted-foreground text-right pr-2 pt-0 border-b",children:[E.toString().padStart(2,"0"),":00"]}),jsxRuntime.jsx("div",{className:"h-12 border-b border-l cursor-pointer hover:bg-accent/50 relative",onClick:()=>d?.(L),children:H.map(S=>jsxRuntime.jsx("div",{className:"absolute inset-x-1 top-0.5 text-xs px-2 py-1 rounded truncate cursor-pointer",style:{backgroundColor:S.color||"hsl(var(--primary))",color:"white"},onClick:D=>{D.stopPropagation(),c?.(S);},children:S.title},S.id))})]},E)})})})]})};return jsxRuntime.jsxs("div",{ref:p,className:i(yb({variant:t,size:r,className:e})),...f,children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between p-4 border-b",children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsx(U,{variant:"bordered",size:"sm",onClick:C,children:"Today"}),jsxRuntime.jsx(U,{variant:"ghost",size:"icon",onClick:y,children:jsxRuntime.jsx(lucideReact.ChevronLeft,{className:"h-4 w-4"})}),jsxRuntime.jsx(U,{variant:"ghost",size:"icon",onClick:h,children:jsxRuntime.jsx(lucideReact.ChevronRight,{className:"h-4 w-4"})}),jsxRuntime.jsx("h2",{className:"text-lg font-semibold ml-2",children:R()})]}),jsxRuntime.jsx("div",{className:"flex items-center gap-1 border rounded-lg p-1",children:["month","week","day"].map(N=>jsxRuntime.jsx(U,{variant:n===N?"solid":"ghost",size:"sm",onClick:()=>o?.(N),children:N.charAt(0).toUpperCase()+N.slice(1)},N))})]}),n==="month"&&T(),n==="week"&&M(),n==="day"&&P()]})});Rb.displayName="FullCalendar";var Gn=classVarianceAuthority.cva("w-full",{variants:{size:{sm:"h-48",md:"h-64",lg:"h-96"}},defaultVariants:{size:"md"}}),$n=["hsl(var(--primary))","hsl(var(--chart-1, 220 70% 50%))","hsl(var(--chart-2, 160 60% 45%))","hsl(var(--chart-3, 30 80% 55%))","hsl(var(--chart-4, 280 65% 60%))"],wb=$__namespace.forwardRef(({className:e,size:t,data:r,dataKeys:a,colors:n=$n,showGrid:o=true,showLegend:s=true,showTooltip:l=true,xAxisKey:c="name",curveType:d="monotone",...m},u)=>jsxRuntime.jsx("div",{ref:u,className:i(Gn({size:t,className:e})),...m,children:jsxRuntime.jsx(recharts.ResponsiveContainer,{width:"100%",height:"100%",children:jsxRuntime.jsxs(recharts.LineChart,{data:r,children:[o&&jsxRuntime.jsx(recharts.CartesianGrid,{strokeDasharray:"3 3",className:"stroke-muted"}),jsxRuntime.jsx(recharts.XAxis,{dataKey:c,className:"text-xs fill-muted-foreground",tickLine:false,axisLine:false}),jsxRuntime.jsx(recharts.YAxis,{className:"text-xs fill-muted-foreground",tickLine:false,axisLine:false}),l&&jsxRuntime.jsx(recharts.Tooltip,{contentStyle:{backgroundColor:"hsl(var(--popover))",border:"1px solid hsl(var(--border))",borderRadius:"var(--radius)"},labelStyle:{color:"hsl(var(--popover-foreground))"}}),s&&jsxRuntime.jsx(recharts.Legend,{}),a.map((f,p)=>jsxRuntime.jsx(recharts.Line,{type:d,dataKey:f,stroke:n[p%n.length],strokeWidth:2,dot:{fill:n[p%n.length],strokeWidth:0},activeDot:{r:6}},f))]})})}));wb.displayName="LineChart";var Cb=$__namespace.forwardRef(({className:e,size:t,data:r,dataKeys:a,colors:n=$n,showGrid:o=true,showLegend:s=true,showTooltip:l=true,xAxisKey:c="name",stacked:d=false,layout:m="horizontal",...u},f)=>jsxRuntime.jsx("div",{ref:f,className:i(Gn({size:t,className:e})),...u,children:jsxRuntime.jsx(recharts.ResponsiveContainer,{width:"100%",height:"100%",children:jsxRuntime.jsxs(recharts.BarChart,{data:r,layout:m,children:[o&&jsxRuntime.jsx(recharts.CartesianGrid,{strokeDasharray:"3 3",className:"stroke-muted"}),jsxRuntime.jsx(recharts.XAxis,{dataKey:m==="horizontal"?c:void 0,type:m==="horizontal"?"category":"number",className:"text-xs fill-muted-foreground",tickLine:false,axisLine:false}),jsxRuntime.jsx(recharts.YAxis,{dataKey:m==="vertical"?c:void 0,type:m==="vertical"?"category":"number",className:"text-xs fill-muted-foreground",tickLine:false,axisLine:false}),l&&jsxRuntime.jsx(recharts.Tooltip,{contentStyle:{backgroundColor:"hsl(var(--popover))",border:"1px solid hsl(var(--border))",borderRadius:"var(--radius)"},labelStyle:{color:"hsl(var(--popover-foreground))"}}),s&&jsxRuntime.jsx(recharts.Legend,{}),a.map((p,b)=>jsxRuntime.jsx(recharts.Bar,{dataKey:p,fill:n[b%n.length],stackId:d?"stack":void 0,radius:[4,4,0,0]},p))]})})}));Cb.displayName="BarChart";var Nb=$__namespace.forwardRef(({className:e,size:t,data:r,dataKey:a="value",nameKey:n="name",colors:o=$n,innerRadius:s=0,outerRadius:l=80,showLegend:c=true,showTooltip:d=true,showLabels:m=false,...u},f)=>jsxRuntime.jsx("div",{ref:f,className:i(Gn({size:t,className:e})),...u,children:jsxRuntime.jsx(recharts.ResponsiveContainer,{width:"100%",height:"100%",children:jsxRuntime.jsxs(recharts.PieChart,{children:[d&&jsxRuntime.jsx(recharts.Tooltip,{contentStyle:{backgroundColor:"hsl(var(--popover))",border:"1px solid hsl(var(--border))",borderRadius:"var(--radius)"}}),c&&jsxRuntime.jsx(recharts.Legend,{}),jsxRuntime.jsx(recharts.Pie,{data:r,dataKey:a,nameKey:n,cx:"50%",cy:"50%",innerRadius:s,outerRadius:l,label:m,labelLine:m,children:r.map((p,b)=>jsxRuntime.jsx(recharts.Cell,{fill:o[b%o.length]},`cell-${b}`))})]})})}));Nb.displayName="PieChart";var Mb=$__namespace.forwardRef(({className:e,size:t,data:r,dataKeys:a,colors:n=$n,showGrid:o=true,showLegend:s=true,showTooltip:l=true,xAxisKey:c="name",stacked:d=false,curveType:m="monotone",...u},f)=>jsxRuntime.jsx("div",{ref:f,className:i(Gn({size:t,className:e})),...u,children:jsxRuntime.jsx(recharts.ResponsiveContainer,{width:"100%",height:"100%",children:jsxRuntime.jsxs(recharts.AreaChart,{data:r,children:[o&&jsxRuntime.jsx(recharts.CartesianGrid,{strokeDasharray:"3 3",className:"stroke-muted"}),jsxRuntime.jsx(recharts.XAxis,{dataKey:c,className:"text-xs fill-muted-foreground",tickLine:false,axisLine:false}),jsxRuntime.jsx(recharts.YAxis,{className:"text-xs fill-muted-foreground",tickLine:false,axisLine:false}),l&&jsxRuntime.jsx(recharts.Tooltip,{contentStyle:{backgroundColor:"hsl(var(--popover))",border:"1px solid hsl(var(--border))",borderRadius:"var(--radius)"},labelStyle:{color:"hsl(var(--popover-foreground))"}}),s&&jsxRuntime.jsx(recharts.Legend,{}),a.map((p,b)=>jsxRuntime.jsx(recharts.Area,{type:m,dataKey:p,stroke:n[b%n.length],fill:n[b%n.length],fillOpacity:.3,stackId:d?"stack":void 0},p))]})})}));Mb.displayName="AreaChart";var kb=classVarianceAuthority.cva("flex gap-4 overflow-x-auto p-4",{variants:{variant:{default:"bg-muted/30",bordered:"border rounded-lg bg-background",ghost:""}},defaultVariants:{variant:"default"}}),Eb=classVarianceAuthority.cva("flex flex-col min-w-[280px] w-[280px] rounded-lg",{variants:{variant:{default:"bg-muted/50",bordered:"border bg-background",ghost:"bg-transparent"}},defaultVariants:{variant:"default"}}),bl=classVarianceAuthority.cva("rounded-lg p-3 cursor-grab active:cursor-grabbing transition-all",{variants:{variant:{default:"bg-background border shadow-sm hover:shadow-md",bordered:"border-2 bg-background hover:border-primary/50",ghost:"bg-muted/50 hover:bg-muted"},isDragging:{true:"opacity-50 scale-[1.02] shadow-lg",false:""}},defaultVariants:{variant:"default",isDragging:false}});function sM({card:e,columnId:t,variant:r,renderCard:a,onCardClick:n}){let{attributes:o,listeners:s,setNodeRef:l,transform:c,transition:d,isDragging:m}=sortable.useSortable({id:e.id,data:{columnId:t}}),u={transform:utilities.CSS.Transform.toString(c),transition:d};return jsxRuntime.jsx("div",{ref:l,style:u,className:i(bl({variant:r,isDragging:m})),onClick:()=>n?.(e,t),...o,...s,children:a?a(e,t):jsxRuntime.jsxs("div",{className:"flex items-start gap-2",children:[jsxRuntime.jsx(lucideReact.GripVertical,{className:"h-4 w-4 text-muted-foreground flex-shrink-0 mt-0.5"}),jsxRuntime.jsxs("div",{className:"flex-1 min-w-0",children:[jsxRuntime.jsx("p",{className:"font-medium text-sm truncate",children:e.title}),e.description&&jsxRuntime.jsx("p",{className:"text-xs text-muted-foreground mt-1 line-clamp-2",children:e.description})]})]})})}function iM({column:e,variant:t,renderCard:r,onCardClick:a,onAddCard:n,showAddCard:o,columnHeight:s}){return jsxRuntime.jsxs("div",{className:i(Eb({variant:t})),children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between p-3 border-b",children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[e.color&&jsxRuntime.jsx("div",{className:"w-3 h-3 rounded-full",style:{backgroundColor:e.color}}),jsxRuntime.jsx("h3",{className:"font-semibold text-sm",children:e.title}),jsxRuntime.jsx("span",{className:"text-xs text-muted-foreground bg-muted px-2 py-0.5 rounded-full",children:e.cards.length})]}),o&&jsxRuntime.jsx(U,{variant:"ghost",size:"icon",className:"h-7 w-7",onClick:()=>n?.(e.id),children:jsxRuntime.jsx(lucideReact.Plus,{className:"h-4 w-4"})})]}),jsxRuntime.jsx(ke,{style:{height:s},children:jsxRuntime.jsxs("div",{className:"p-2 space-y-2",children:[jsxRuntime.jsx(sortable.SortableContext,{items:e.cards.map(l=>l.id),strategy:sortable.verticalListSortingStrategy,children:e.cards.map(l=>jsxRuntime.jsx(sM,{card:l,columnId:e.id,variant:t,renderCard:r,onCardClick:a},l.id))}),e.cards.length===0&&jsxRuntime.jsx("div",{className:"h-20 border-2 border-dashed rounded-lg flex items-center justify-center text-muted-foreground text-sm",children:"Drop here"})]})})]})}var Lb=$__namespace.forwardRef(({className:e,variant:t,columns:r,onCardMove:a,onCardClick:n,onAddCard:o,renderCard:s,showAddCard:l=true,columnHeight:c=500,...d},m)=>{let[u,f]=$__namespace.useState(null),[p,b]=$__namespace.useState(null),x=core.useSensors(core.useSensor(core.PointerSensor,{activationConstraint:{distance:8}}),core.useSensor(core.KeyboardSensor,{coordinateGetter:sortable.sortableKeyboardCoordinates})),g=h=>r.find(C=>C.cards.some(R=>R.id===h));return jsxRuntime.jsxs(core.DndContext,{sensors:x,collisionDetection:core.closestCorners,onDragStart:h=>{let{active:C}=h,R=g(C.id);if(R){let T=R.cards.find(M=>M.id===C.id);T&&(f(T),b(R.id));}},onDragOver:h=>{let{active:C,over:R}=h;if(!R)return;let T=C.id,M=R.id,P=g(T),N=g(M)||r.find(L=>L.id===M);if(!P||!N||P.id===N.id)return;let k=N.cards.findIndex(L=>L.id===M),E=k===-1?N.cards.length:k;a?.(T,P.id,N.id,E);},onDragEnd:h=>{let{active:C,over:R}=h;if(R&&C.id!==R.id){let T=g(C.id),M=g(R.id)||r.find(P=>P.id===R.id);if(T&&M){let P=M.cards.findIndex(k=>k.id===R.id),N=P===-1?M.cards.length:P;a?.(C.id,T.id,M.id,N);}}f(null),b(null);},children:[jsxRuntime.jsx("div",{ref:m,className:i(kb({variant:t,className:e})),...d,children:r.map(h=>jsxRuntime.jsx(iM,{column:h,variant:t,renderCard:s,onCardClick:n,onAddCard:o,showAddCard:l,columnHeight:c},h.id))}),jsxRuntime.jsx(core.DragOverlay,{children:u&&p&&jsxRuntime.jsx("div",{className:i(bl({variant:t,isDragging:true})),children:s?s(u,p):jsxRuntime.jsxs("div",{className:"flex items-start gap-2",children:[jsxRuntime.jsx(lucideReact.GripVertical,{className:"h-4 w-4 text-muted-foreground flex-shrink-0 mt-0.5"}),jsxRuntime.jsxs("div",{className:"flex-1 min-w-0",children:[jsxRuntime.jsx("p",{className:"font-medium text-sm truncate",children:u.title}),u.description&&jsxRuntime.jsx("p",{className:"text-xs text-muted-foreground mt-1 line-clamp-2",children:u.description})]})]})})})]})});Lb.displayName="KanbanBoard";var Db=classVarianceAuthority.cva("relative",{variants:{variant:{default:"",bordered:"border rounded-lg p-4",cards:"rounded-lg"}},defaultVariants:{variant:"default"}}),Sb=$__namespace.createContext(null);function vl(){let e=$__namespace.useContext(Sb);if(!e)throw new Error("useCarousel must be used within a <Carousel />");return e}var Hb=$__namespace.forwardRef(({className:e,variant:t,children:r,opts:a,plugins:n,orientation:o="horizontal",showArrows:s=true,showDots:l=true,setApi:c,...d},m)=>{let[u,f]=lM__default.default({...a,axis:o==="horizontal"?"x":"y"},n),[p,b]=$__namespace.useState(false),[x,g]=$__namespace.useState(false),[v,w]=$__namespace.useState(0),[y,h]=$__namespace.useState([]),C=$__namespace.useCallback(N=>{N&&(w(N.selectedScrollSnap()),b(N.canScrollPrev()),g(N.canScrollNext()));},[]),R=$__namespace.useCallback(()=>{f?.scrollPrev();},[f]),T=$__namespace.useCallback(()=>{f?.scrollNext();},[f]),M=$__namespace.useCallback(N=>{f?.scrollTo(N);},[f]),P=$__namespace.useCallback(N=>{N.key==="ArrowLeft"?(N.preventDefault(),R()):N.key==="ArrowRight"&&(N.preventDefault(),T());},[R,T]);return $__namespace.useEffect(()=>{!f||!c||c(f);},[f,c]),$__namespace.useEffect(()=>{if(f)return h(f.scrollSnapList()),C(f),f.on("reInit",C),f.on("select",C),()=>{f?.off("select",C);}},[f,C]),jsxRuntime.jsx(Sb.Provider,{value:{carouselRef:u,api:f,scrollPrev:R,scrollNext:T,canScrollPrev:p,canScrollNext:x,selectedIndex:v,scrollSnaps:y,scrollTo:M},children:jsxRuntime.jsxs("div",{ref:m,className:i(Db({variant:t,className:e})),onKeyDownCapture:P,role:"region","aria-roledescription":"carousel",...d,children:[jsxRuntime.jsx("div",{ref:u,className:"overflow-hidden",children:jsxRuntime.jsx("div",{className:i("flex",o==="horizontal"?"-ml-4":"-mt-4 flex-col"),children:r})}),s&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(hl,{}),jsxRuntime.jsx(xl,{})]}),l&&y.length>1&&jsxRuntime.jsx("div",{className:"flex justify-center gap-1.5 mt-4",children:y.map((N,k)=>jsxRuntime.jsx("button",{className:i("w-2 h-2 rounded-full transition-all",k===v?"bg-primary w-4":"bg-muted-foreground/30 hover:bg-muted-foreground/50"),onClick:()=>M(k),"aria-label":`Go to slide ${k+1}`},k))})]})})});Hb.displayName="Carousel";var Vb=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,className:i("flex",e),...t}));Vb.displayName="CarouselContent";var Ib=$__namespace.forwardRef(({className:e,basis:t="basis-full",...r},a)=>jsxRuntime.jsx("div",{ref:a,role:"group","aria-roledescription":"slide",className:i("min-w-0 shrink-0 grow-0 pl-4",t,e),...r}));Ib.displayName="CarouselItem";var hl=$__namespace.forwardRef(({className:e,variant:t="bordered",size:r="icon",...a},n)=>{let{scrollPrev:o,canScrollPrev:s}=vl();return jsxRuntime.jsxs(U,{ref:n,variant:t,size:r,className:i("absolute left-2 top-1/2 -translate-y-1/2 h-8 w-8 rounded-full",e),disabled:!s,onClick:o,...a,children:[jsxRuntime.jsx(lucideReact.ChevronLeft,{className:"h-4 w-4"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Previous slide"})]})});hl.displayName="CarouselPrevious";var xl=$__namespace.forwardRef(({className:e,variant:t="bordered",size:r="icon",...a},n)=>{let{scrollNext:o,canScrollNext:s}=vl();return jsxRuntime.jsxs(U,{ref:n,variant:t,size:r,className:i("absolute right-2 top-1/2 -translate-y-1/2 h-8 w-8 rounded-full",e),disabled:!s,onClick:o,...a,children:[jsxRuntime.jsx(lucideReact.ChevronRight,{className:"h-4 w-4"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Next slide"})]})});xl.displayName="CarouselNext";var Ab=classVarianceAuthority.cva("flex flex-col bg-popover border rounded-lg shadow-md",{variants:{size:{sm:"w-64 h-72",md:"w-80 h-96",lg:"w-96 h-[480px]"}},defaultVariants:{size:"md"}}),vs={recent:{icon:"\u{1F550}",name:"Recent"},smileys:{icon:"\u{1F600}",name:"Smileys & Emotion"},people:{icon:"\u{1F44B}",name:"People & Body"},animals:{icon:"\u{1F43B}",name:"Animals & Nature"},food:{icon:"\u{1F354}",name:"Food & Drink"},travel:{icon:"\u{1F697}",name:"Travel & Places"},activities:{icon:"\u26BD",name:"Activities"},objects:{icon:"\u{1F4A1}",name:"Objects"},symbols:{icon:"\u2764\uFE0F",name:"Symbols"},flags:{icon:"\u{1F3F3}\uFE0F",name:"Flags"}},Rl={smileys:["\u{1F600}","\u{1F603}","\u{1F604}","\u{1F601}","\u{1F606}","\u{1F605}","\u{1F923}","\u{1F602}","\u{1F642}","\u{1F643}","\u{1F609}","\u{1F60A}","\u{1F607}","\u{1F970}","\u{1F60D}","\u{1F929}","\u{1F618}","\u{1F617}","\u263A\uFE0F","\u{1F61A}","\u{1F60B}","\u{1F61B}","\u{1F61C}","\u{1F92A}","\u{1F61D}","\u{1F911}","\u{1F917}","\u{1F92D}","\u{1F92B}","\u{1F914}","\u{1F910}","\u{1F928}","\u{1F610}","\u{1F611}","\u{1F636}","\u{1F60F}","\u{1F612}","\u{1F644}","\u{1F62C}","\u{1F925}","\u{1F60C}","\u{1F614}","\u{1F62A}","\u{1F924}","\u{1F634}","\u{1F637}","\u{1F912}","\u{1F915}","\u{1F922}","\u{1F92E}","\u{1F927}","\u{1F975}","\u{1F976}","\u{1F974}","\u{1F635}","\u{1F92F}","\u{1F920}","\u{1F973}","\u{1F978}","\u{1F60E}","\u{1F913}","\u{1F9D0}","\u{1F615}","\u{1F61F}","\u{1F641}","\u2639\uFE0F","\u{1F62E}","\u{1F62F}","\u{1F632}","\u{1F633}","\u{1F97A}","\u{1F626}","\u{1F627}","\u{1F628}","\u{1F630}","\u{1F625}","\u{1F622}","\u{1F62D}","\u{1F631}","\u{1F616}","\u{1F623}","\u{1F61E}","\u{1F613}","\u{1F629}","\u{1F62B}","\u{1F971}","\u{1F624}","\u{1F621}","\u{1F620}","\u{1F92C}","\u{1F608}","\u{1F47F}","\u{1F480}","\u2620\uFE0F","\u{1F4A9}","\u{1F921}","\u{1F479}","\u{1F47A}","\u{1F47B}","\u{1F47D}"],people:["\u{1F44B}","\u{1F91A}","\u{1F590}\uFE0F","\u270B","\u{1F596}","\u{1F44C}","\u{1F90C}","\u{1F90F}","\u270C\uFE0F","\u{1F91E}","\u{1F91F}","\u{1F918}","\u{1F919}","\u{1F448}","\u{1F449}","\u{1F446}","\u{1F595}","\u{1F447}","\u261D\uFE0F","\u{1F44D}","\u{1F44E}","\u270A","\u{1F44A}","\u{1F91B}","\u{1F91C}","\u{1F44F}","\u{1F64C}","\u{1F450}","\u{1F932}","\u{1F91D}","\u{1F64F}","\u270D\uFE0F","\u{1F485}","\u{1F933}","\u{1F4AA}","\u{1F9BE}","\u{1F9BF}","\u{1F9B5}","\u{1F9B6}","\u{1F442}","\u{1F9BB}","\u{1F443}","\u{1F9E0}","\u{1FAC0}","\u{1FAC1}","\u{1F9B7}","\u{1F9B4}","\u{1F440}","\u{1F441}\uFE0F","\u{1F445}","\u{1F444}","\u{1F476}","\u{1F9D2}","\u{1F466}","\u{1F467}","\u{1F9D1}","\u{1F471}","\u{1F468}","\u{1F9D4}","\u{1F469}","\u{1F9D3}","\u{1F474}","\u{1F475}","\u{1F64D}","\u{1F64E}","\u{1F645}","\u{1F646}","\u{1F481}","\u{1F64B}","\u{1F9CF}","\u{1F647}","\u{1F926}","\u{1F937}","\u{1F46E}","\u{1F575}\uFE0F","\u{1F482}","\u{1F977}","\u{1F477}","\u{1F934}","\u{1F478}"],animals:["\u{1F436}","\u{1F431}","\u{1F42D}","\u{1F439}","\u{1F430}","\u{1F98A}","\u{1F43B}","\u{1F43C}","\u{1F428}","\u{1F42F}","\u{1F981}","\u{1F42E}","\u{1F437}","\u{1F43D}","\u{1F438}","\u{1F435}","\u{1F648}","\u{1F649}","\u{1F64A}","\u{1F412}","\u{1F414}","\u{1F427}","\u{1F426}","\u{1F424}","\u{1F423}","\u{1F425}","\u{1F986}","\u{1F985}","\u{1F989}","\u{1F987}","\u{1F43A}","\u{1F417}","\u{1F434}","\u{1F984}","\u{1F41D}","\u{1FAB1}","\u{1F41B}","\u{1F98B}","\u{1F40C}","\u{1F41E}","\u{1F41C}","\u{1FAB0}","\u{1FAB2}","\u{1FAB3}","\u{1F99F}","\u{1F997}","\u{1F577}\uFE0F","\u{1F578}\uFE0F","\u{1F982}","\u{1F422}","\u{1F40D}","\u{1F98E}","\u{1F996}","\u{1F995}","\u{1F419}","\u{1F991}","\u{1F990}","\u{1F99E}","\u{1F980}","\u{1F421}","\u{1F420}","\u{1F41F}","\u{1F42C}","\u{1F433}","\u{1F40B}","\u{1F988}","\u{1F40A}","\u{1F405}","\u{1F406}","\u{1F993}","\u{1F98D}","\u{1F9A7}","\u{1F9A3}","\u{1F418}","\u{1F99B}","\u{1F98F}","\u{1F42A}","\u{1F42B}","\u{1F992}","\u{1F998}"],food:["\u{1F347}","\u{1F348}","\u{1F349}","\u{1F34A}","\u{1F34B}","\u{1F34C}","\u{1F34D}","\u{1F96D}","\u{1F34E}","\u{1F34F}","\u{1F350}","\u{1F351}","\u{1F352}","\u{1F353}","\u{1FAD0}","\u{1F95D}","\u{1F345}","\u{1FAD2}","\u{1F965}","\u{1F951}","\u{1F346}","\u{1F954}","\u{1F955}","\u{1F33D}","\u{1F336}\uFE0F","\u{1FAD1}","\u{1F952}","\u{1F96C}","\u{1F966}","\u{1F9C4}","\u{1F9C5}","\u{1F344}","\u{1F95C}","\u{1F330}","\u{1F35E}","\u{1F950}","\u{1F956}","\u{1FAD3}","\u{1F968}","\u{1F96F}","\u{1F95E}","\u{1F9C7}","\u{1F9C0}","\u{1F356}","\u{1F357}","\u{1F969}","\u{1F953}","\u{1F354}","\u{1F35F}","\u{1F355}","\u{1F32D}","\u{1F96A}","\u{1F32E}","\u{1F32F}","\u{1FAD4}","\u{1F959}","\u{1F9C6}","\u{1F95A}","\u{1F373}","\u{1F958}","\u{1F372}","\u{1FAD5}","\u{1F963}","\u{1F957}","\u{1F37F}","\u{1F9C8}","\u{1F9C2}","\u{1F96B}","\u{1F371}","\u{1F358}","\u{1F359}","\u{1F35A}","\u{1F35B}","\u{1F35C}","\u{1F35D}","\u{1F360}","\u{1F362}","\u{1F363}","\u{1F364}","\u{1F365}"],travel:["\u{1F697}","\u{1F695}","\u{1F699}","\u{1F68C}","\u{1F68E}","\u{1F3CE}\uFE0F","\u{1F693}","\u{1F691}","\u{1F692}","\u{1F690}","\u{1F6FB}","\u{1F69A}","\u{1F69B}","\u{1F69C}","\u{1F9AF}","\u{1F9BD}","\u{1F9BC}","\u{1F6F4}","\u{1F6B2}","\u{1F6F5}","\u{1F3CD}\uFE0F","\u{1F6FA}","\u{1F6A8}","\u{1F694}","\u{1F68D}","\u{1F698}","\u{1F696}","\u{1F6A1}","\u{1F6A0}","\u{1F69F}","\u{1F683}","\u{1F68B}","\u{1F69E}","\u{1F69D}","\u{1F684}","\u{1F685}","\u{1F688}","\u{1F682}","\u{1F686}","\u{1F687}","\u{1F68A}","\u{1F689}","\u2708\uFE0F","\u{1F6EB}","\u{1F6EC}","\u{1F6E9}\uFE0F","\u{1F4BA}","\u{1F6F0}\uFE0F","\u{1F680}","\u{1F6F8}","\u{1F681}","\u{1F6F6}","\u26F5","\u{1F6A4}","\u{1F6E5}\uFE0F","\u{1F6F3}\uFE0F","\u26F4\uFE0F","\u{1F6A2}","\u2693","\u{1FA9D}","\u26FD","\u{1F6A7}","\u{1F6A6}","\u{1F6A5}","\u{1F68F}","\u{1F5FA}\uFE0F","\u{1F5FF}","\u{1F5FD}","\u{1F5FC}","\u{1F3F0}","\u{1F3EF}","\u{1F3DF}\uFE0F","\u{1F3A1}","\u{1F3A2}","\u{1F3A0}","\u26F2","\u26F1\uFE0F","\u{1F3D6}\uFE0F","\u{1F3DD}\uFE0F","\u{1F3DC}\uFE0F"],activities:["\u26BD","\u{1F3C0}","\u{1F3C8}","\u26BE","\u{1F94E}","\u{1F3BE}","\u{1F3D0}","\u{1F3C9}","\u{1F94F}","\u{1F3B1}","\u{1FA80}","\u{1F3D3}","\u{1F3F8}","\u{1F3D2}","\u{1F3D1}","\u{1F94D}","\u{1F3CF}","\u{1FA83}","\u{1F945}","\u26F3","\u{1FA81}","\u{1F3F9}","\u{1F3A3}","\u{1F93F}","\u{1F94A}","\u{1F94B}","\u{1F3BD}","\u{1F6F9}","\u{1F6FC}","\u{1F6F7}","\u26F8\uFE0F","\u{1F94C}","\u{1F3BF}","\u26F7\uFE0F","\u{1F3C2}","\u{1FA82}","\u{1F3CB}\uFE0F","\u{1F93C}","\u{1F938}","\u26F9\uFE0F","\u{1F93A}","\u{1F93E}","\u{1F3CC}\uFE0F","\u{1F3C7}","\u26D1\uFE0F","\u{1F9D8}","\u{1F3C4}","\u{1F3CA}","\u{1F93D}","\u{1F6A3}","\u{1F9D7}","\u{1F6B5}","\u{1F6B4}","\u{1F3C6}","\u{1F947}","\u{1F948}","\u{1F949}","\u{1F3C5}","\u{1F396}\uFE0F","\u{1F3F5}\uFE0F","\u{1F397}\uFE0F","\u{1F3AB}","\u{1F39F}\uFE0F","\u{1F3AA}","\u{1F939}","\u{1F3AD}","\u{1FA70}","\u{1F3A8}","\u{1F3AC}","\u{1F3A4}","\u{1F3A7}","\u{1F3BC}","\u{1F3B9}","\u{1F941}","\u{1FA98}","\u{1F3B7}","\u{1F3BA}","\u{1FA97}","\u{1F3B8}","\u{1FA95}"],objects:["\u231A","\u{1F4F1}","\u{1F4F2}","\u{1F4BB}","\u2328\uFE0F","\u{1F5A5}\uFE0F","\u{1F5A8}\uFE0F","\u{1F5B1}\uFE0F","\u{1F5B2}\uFE0F","\u{1F579}\uFE0F","\u{1F5DC}\uFE0F","\u{1F4BD}","\u{1F4BE}","\u{1F4BF}","\u{1F4C0}","\u{1F4FC}","\u{1F4F7}","\u{1F4F8}","\u{1F4F9}","\u{1F3A5}","\u{1F4FD}\uFE0F","\u{1F39E}\uFE0F","\u{1F4DE}","\u260E\uFE0F","\u{1F4DF}","\u{1F4E0}","\u{1F4FA}","\u{1F4FB}","\u{1F399}\uFE0F","\u{1F39A}\uFE0F","\u{1F39B}\uFE0F","\u{1F9ED}","\u23F1\uFE0F","\u23F2\uFE0F","\u23F0","\u{1F570}\uFE0F","\u231B","\u23F3","\u{1F4E1}","\u{1F50B}","\u{1F50C}","\u{1F4A1}","\u{1F526}","\u{1F56F}\uFE0F","\u{1FA94}","\u{1F9EF}","\u{1F6E2}\uFE0F","\u{1F4B8}","\u{1F4B5}","\u{1F4B4}","\u{1F4B6}","\u{1F4B7}","\u{1FA99}","\u{1F4B0}","\u{1F4B3}","\u{1F48E}","\u2696\uFE0F","\u{1FA9C}","\u{1F9F0}","\u{1FA9B}","\u{1F527}","\u{1F528}","\u2692\uFE0F","\u{1F6E0}\uFE0F","\u26CF\uFE0F","\u{1FA9A}","\u{1F529}","\u2699\uFE0F","\u{1FAA4}","\u{1F9F1}","\u26D3\uFE0F","\u{1F9F2}","\u{1F52B}","\u{1F4A3}","\u{1F9E8}","\u{1FA93}","\u{1F52A}","\u{1F5E1}\uFE0F","\u2694\uFE0F","\u{1F6E1}\uFE0F"],symbols:["\u2764\uFE0F","\u{1F9E1}","\u{1F49B}","\u{1F49A}","\u{1F499}","\u{1F49C}","\u{1F5A4}","\u{1F90D}","\u{1F90E}","\u{1F494}","\u2763\uFE0F","\u{1F495}","\u{1F49E}","\u{1F493}","\u{1F497}","\u{1F496}","\u{1F498}","\u{1F49D}","\u{1F49F}","\u262E\uFE0F","\u271D\uFE0F","\u262A\uFE0F","\u{1F549}\uFE0F","\u2638\uFE0F","\u2721\uFE0F","\u{1F52F}","\u{1F54E}","\u262F\uFE0F","\u2626\uFE0F","\u{1F6D0}","\u26CE","\u2648","\u2649","\u264A","\u264B","\u264C","\u264D","\u264E","\u264F","\u2650","\u2651","\u2652","\u2653","\u{1F194}","\u269B\uFE0F","\u{1F251}","\u2622\uFE0F","\u2623\uFE0F","\u{1F4F4}","\u{1F4F3}","\u{1F236}","\u{1F21A}","\u{1F238}","\u{1F23A}","\u{1F237}\uFE0F","\u2734\uFE0F","\u{1F19A}","\u{1F4AE}","\u{1F250}","\u3299\uFE0F","\u3297\uFE0F","\u{1F234}","\u{1F235}","\u{1F239}","\u{1F232}","\u{1F170}\uFE0F","\u{1F171}\uFE0F","\u{1F18E}","\u{1F191}","\u{1F17E}\uFE0F","\u{1F198}","\u274C","\u2B55","\u{1F6D1}","\u26D4","\u{1F4DB}","\u{1F6AB}","\u{1F4AF}","\u{1F4A2}","\u2668\uFE0F"],flags:["\u{1F3F3}\uFE0F","\u{1F3F4}","\u{1F3C1}","\u{1F6A9}","\u{1F3F3}\uFE0F\u200D\u{1F308}","\u{1F3F3}\uFE0F\u200D\u26A7\uFE0F","\u{1F1FA}\u{1F1F3}","\u{1F1E6}\u{1F1EB}","\u{1F1E6}\u{1F1F1}","\u{1F1E9}\u{1F1FF}","\u{1F1E6}\u{1F1F8}","\u{1F1E6}\u{1F1E9}","\u{1F1E6}\u{1F1F4}","\u{1F1E6}\u{1F1EE}","\u{1F1E6}\u{1F1F6}","\u{1F1E6}\u{1F1EC}","\u{1F1E6}\u{1F1F7}","\u{1F1E6}\u{1F1F2}","\u{1F1E6}\u{1F1FC}","\u{1F1E6}\u{1F1FA}","\u{1F1E6}\u{1F1F9}","\u{1F1E6}\u{1F1FF}","\u{1F1E7}\u{1F1F8}","\u{1F1E7}\u{1F1ED}","\u{1F1E7}\u{1F1E9}","\u{1F1E7}\u{1F1E7}","\u{1F1E7}\u{1F1FE}","\u{1F1E7}\u{1F1EA}","\u{1F1E7}\u{1F1FF}","\u{1F1E7}\u{1F1EF}","\u{1F1E7}\u{1F1F2}","\u{1F1E7}\u{1F1F9}","\u{1F1E7}\u{1F1F4}","\u{1F1E7}\u{1F1E6}","\u{1F1E7}\u{1F1FC}","\u{1F1E7}\u{1F1F7}","\u{1F1E7}\u{1F1F3}","\u{1F1E7}\u{1F1EC}","\u{1F1E7}\u{1F1EB}","\u{1F1E7}\u{1F1EE}","\u{1F1E8}\u{1F1FB}","\u{1F1F0}\u{1F1ED}","\u{1F1E8}\u{1F1F2}","\u{1F1E8}\u{1F1E6}","\u{1F1E8}\u{1F1EB}","\u{1F1F9}\u{1F1E9}","\u{1F1E8}\u{1F1F1}","\u{1F1E8}\u{1F1F3}","\u{1F1E8}\u{1F1F4}","\u{1F1F0}\u{1F1F2}","\u{1F1E8}\u{1F1EC}","\u{1F1E8}\u{1F1E9}","\u{1F1E8}\u{1F1F7}","\u{1F1ED}\u{1F1F7}","\u{1F1E8}\u{1F1FA}","\u{1F1E8}\u{1F1FE}","\u{1F1E8}\u{1F1FF}","\u{1F1E9}\u{1F1F0}","\u{1F1E9}\u{1F1EF}","\u{1F1E9}\u{1F1F2}","\u{1F1E9}\u{1F1F4}","\u{1F1EA}\u{1F1E8}","\u{1F1EA}\u{1F1EC}","\u{1F1F8}\u{1F1FB}","\u{1F1EC}\u{1F1F6}","\u{1F1EA}\u{1F1F7}","\u{1F1EA}\u{1F1EA}","\u{1F1EA}\u{1F1F9}","\u{1F1EA}\u{1F1FA}","\u{1F1EB}\u{1F1EF}","\u{1F1EB}\u{1F1EE}","\u{1F1EB}\u{1F1F7}","\u{1F1EC}\u{1F1E6}","\u{1F1EC}\u{1F1F2}","\u{1F1EC}\u{1F1EA}","\u{1F1E9}\u{1F1EA}","\u{1F1EC}\u{1F1ED}","\u{1F1EC}\u{1F1F7}","\u{1F1EC}\u{1F1F9}","\u{1F1EC}\u{1F1F3}"]},zb=$__namespace.forwardRef(({className:e,size:t,onEmojiSelect:r,recentEmojis:a=[],defaultCategory:n="smileys",showSearch:o=true,showCategories:s=true,...l},c)=>{let[d,m]=$__namespace.useState(a.length>0?"recent":n),[u,f]=$__namespace.useState(""),b=u?Object.values(Rl).flat().filter(g=>g.toLowerCase().includes(u.toLowerCase())):d==="recent"?a:Rl[d]||[],x=g=>{r?.(g);};return jsxRuntime.jsxs("div",{ref:c,className:i(Ab({size:t,className:e})),...l,children:[o&&jsxRuntime.jsx("div",{className:"p-2 border-b",children:jsxRuntime.jsxs("div",{className:"relative",children:[jsxRuntime.jsx(lucideReact.Search,{className:"absolute left-2.5 top-1/2 -translate-y-1/2 h-4 w-4 text-muted-foreground"}),jsxRuntime.jsx(co,{placeholder:"Search emojis...",value:u,onChange:g=>f(g.target.value),className:"pl-8 h-8"})]})}),s&&!u&&jsxRuntime.jsx("div",{className:"flex border-b px-1",children:Object.entries(vs).map(([g,{icon:v}])=>g==="recent"&&a.length===0?null:jsxRuntime.jsx("button",{className:i("flex-1 p-2 text-lg hover:bg-accent rounded transition-colors",d===g&&"bg-accent"),onClick:()=>m(g),title:vs[g].name,children:v},g))}),!u&&jsxRuntime.jsx("div",{className:"px-3 py-1.5 text-xs font-medium text-muted-foreground",children:vs[d].name}),jsxRuntime.jsx(ke,{className:"flex-1",children:jsxRuntime.jsxs("div",{className:"grid grid-cols-8 gap-1 p-2",children:[b.map((g,v)=>jsxRuntime.jsx("button",{className:"w-8 h-8 flex items-center justify-center text-xl hover:bg-accent rounded transition-colors",onClick:()=>x(g),children:g},`${g}-${v}`)),b.length===0&&jsxRuntime.jsx("div",{className:"col-span-8 py-8 text-center text-muted-foreground text-sm",children:"No emojis found"})]})})]})});zb.displayName="EmojiPicker";var Bb=classVarianceAuthority.cva("flex flex-col border rounded-lg bg-background overflow-hidden",{variants:{variant:{default:"",bordered:"border-2",ghost:"border-transparent"},size:{sm:"",md:"",lg:""}},defaultVariants:{variant:"default",size:"md"}}),FM=classVarianceAuthority.cva("flex flex-wrap items-center gap-0.5 p-1 border-b",{variants:{size:{sm:"p-0.5",md:"p-1",lg:"p-1.5"}},defaultVariants:{size:"md"}}),GM=classVarianceAuthority.cva("flex-1 overflow-auto prose prose-sm max-w-none dark:prose-invert [&_.ProseMirror]:outline-none [&_.ProseMirror]:min-h-[inherit] [&_.ProseMirror.is-editor-empty:first-child::before]:text-muted-foreground [&_.ProseMirror.is-editor-empty:first-child::before]:content-[attr(data-placeholder)] [&_.ProseMirror.is-editor-empty:first-child::before]:float-left [&_.ProseMirror.is-editor-empty:first-child::before]:pointer-events-none [&_.ProseMirror.is-editor-empty:first-child::before]:h-0",{variants:{size:{sm:"min-h-[100px] [&_.ProseMirror]:p-2 text-sm",md:"min-h-[150px] [&_.ProseMirror]:p-3 text-sm",lg:"min-h-[200px] [&_.ProseMirror]:p-4 text-base"}},defaultVariants:{size:"md"}}),Be=({icon:e,title:t,isActive:r,onClick:a,disabled:n})=>jsxRuntime.jsxs(Er,{children:[jsxRuntime.jsx(Lr,{asChild:true,children:jsxRuntime.jsx(U,{type:"button",variant:r?"solid":"ghost",size:"icon",className:"h-7 w-7",onClick:a,disabled:n,children:e})}),jsxRuntime.jsx(Dr,{side:"top",className:"text-xs",children:t})]}),Ob=$__namespace.forwardRef(({className:e,variant:t,size:r,value:a="",onChange:n,placeholder:o="Start writing...",readOnly:s=false,showToolbar:l=true,minHeight:c,maxHeight:d,onEditorReady:m,...u},f)=>{let p=react.useEditor({extensions:[vM__default.default.configure({heading:{levels:[1,2,3]}}),hM__default.default.configure({openOnClick:false,HTMLAttributes:{class:"text-primary underline"}}),xM__default.default,yM__default.default.configure({types:["heading","paragraph"]}),RM__default.default.configure({placeholder:o})],content:a,editable:!s,onUpdate:({editor:x})=>{n?.(x.getHTML());},onCreate:({editor:x})=>{m?.(x);}});$__namespace.useEffect(()=>{p&&a!==p.getHTML()&&p.commands.setContent(a);},[a,p]),$__namespace.useEffect(()=>{p&&p.setEditable(!s);},[s,p]);let b=()=>{if(!p)return;let x=p.getAttributes("link").href,g=window.prompt("URL",x);if(g!==null){if(g===""){p.chain().focus().extendMarkRange("link").unsetLink().run();return}p.chain().focus().extendMarkRange("link").setLink({href:g}).run();}};return p?jsxRuntime.jsx(kr,{children:jsxRuntime.jsxs("div",{ref:f,className:i(Bb({variant:t,size:r,className:e})),...u,children:[l&&!s&&jsxRuntime.jsxs("div",{className:i(FM({size:r})),children:[jsxRuntime.jsx(Be,{icon:jsxRuntime.jsx(lucideReact.Undo,{className:"h-4 w-4"}),title:"Undo",onClick:()=>p.chain().focus().undo().run(),disabled:!p.can().undo()}),jsxRuntime.jsx(Be,{icon:jsxRuntime.jsx(lucideReact.Redo,{className:"h-4 w-4"}),title:"Redo",onClick:()=>p.chain().focus().redo().run(),disabled:!p.can().redo()}),jsxRuntime.jsx(Pr,{orientation:"vertical",className:"h-6 mx-1"}),jsxRuntime.jsx(Be,{icon:jsxRuntime.jsx(lucideReact.Heading1,{className:"h-4 w-4"}),title:"Heading 1",isActive:p.isActive("heading",{level:1}),onClick:()=>p.chain().focus().toggleHeading({level:1}).run()}),jsxRuntime.jsx(Be,{icon:jsxRuntime.jsx(lucideReact.Heading2,{className:"h-4 w-4"}),title:"Heading 2",isActive:p.isActive("heading",{level:2}),onClick:()=>p.chain().focus().toggleHeading({level:2}).run()}),jsxRuntime.jsx(Be,{icon:jsxRuntime.jsx(lucideReact.Heading3,{className:"h-4 w-4"}),title:"Heading 3",isActive:p.isActive("heading",{level:3}),onClick:()=>p.chain().focus().toggleHeading({level:3}).run()}),jsxRuntime.jsx(Pr,{orientation:"vertical",className:"h-6 mx-1"}),jsxRuntime.jsx(Be,{icon:jsxRuntime.jsx(lucideReact.Bold,{className:"h-4 w-4"}),title:"Bold (Ctrl+B)",isActive:p.isActive("bold"),onClick:()=>p.chain().focus().toggleBold().run()}),jsxRuntime.jsx(Be,{icon:jsxRuntime.jsx(lucideReact.Italic,{className:"h-4 w-4"}),title:"Italic (Ctrl+I)",isActive:p.isActive("italic"),onClick:()=>p.chain().focus().toggleItalic().run()}),jsxRuntime.jsx(Be,{icon:jsxRuntime.jsx(lucideReact.Underline,{className:"h-4 w-4"}),title:"Underline (Ctrl+U)",isActive:p.isActive("underline"),onClick:()=>p.chain().focus().toggleUnderline().run()}),jsxRuntime.jsx(Be,{icon:jsxRuntime.jsx(lucideReact.Strikethrough,{className:"h-4 w-4"}),title:"Strikethrough",isActive:p.isActive("strike"),onClick:()=>p.chain().focus().toggleStrike().run()}),jsxRuntime.jsx(Pr,{orientation:"vertical",className:"h-6 mx-1"}),jsxRuntime.jsx(Be,{icon:jsxRuntime.jsx(lucideReact.List,{className:"h-4 w-4"}),title:"Bullet List",isActive:p.isActive("bulletList"),onClick:()=>p.chain().focus().toggleBulletList().run()}),jsxRuntime.jsx(Be,{icon:jsxRuntime.jsx(lucideReact.ListOrdered,{className:"h-4 w-4"}),title:"Numbered List",isActive:p.isActive("orderedList"),onClick:()=>p.chain().focus().toggleOrderedList().run()}),jsxRuntime.jsx(Pr,{orientation:"vertical",className:"h-6 mx-1"}),jsxRuntime.jsx(Be,{icon:jsxRuntime.jsx(lucideReact.AlignLeft,{className:"h-4 w-4"}),title:"Align Left",isActive:p.isActive({textAlign:"left"}),onClick:()=>p.chain().focus().setTextAlign("left").run()}),jsxRuntime.jsx(Be,{icon:jsxRuntime.jsx(lucideReact.AlignCenter,{className:"h-4 w-4"}),title:"Align Center",isActive:p.isActive({textAlign:"center"}),onClick:()=>p.chain().focus().setTextAlign("center").run()}),jsxRuntime.jsx(Be,{icon:jsxRuntime.jsx(lucideReact.AlignRight,{className:"h-4 w-4"}),title:"Align Right",isActive:p.isActive({textAlign:"right"}),onClick:()=>p.chain().focus().setTextAlign("right").run()}),jsxRuntime.jsx(Pr,{orientation:"vertical",className:"h-6 mx-1"}),jsxRuntime.jsx(Be,{icon:jsxRuntime.jsx(lucideReact.Quote,{className:"h-4 w-4"}),title:"Blockquote",isActive:p.isActive("blockquote"),onClick:()=>p.chain().focus().toggleBlockquote().run()}),jsxRuntime.jsx(Be,{icon:jsxRuntime.jsx(lucideReact.Code,{className:"h-4 w-4"}),title:"Code Block",isActive:p.isActive("codeBlock"),onClick:()=>p.chain().focus().toggleCodeBlock().run()}),jsxRuntime.jsx(Pr,{orientation:"vertical",className:"h-6 mx-1"}),jsxRuntime.jsx(Be,{icon:jsxRuntime.jsx(lucideReact.Link,{className:"h-4 w-4"}),title:"Insert Link",isActive:p.isActive("link"),onClick:b}),jsxRuntime.jsx(Be,{icon:jsxRuntime.jsx(lucideReact.Unlink,{className:"h-4 w-4"}),title:"Remove Link",onClick:()=>p.chain().focus().unsetLink().run(),disabled:!p.isActive("link")})]}),jsxRuntime.jsx(react.EditorContent,{editor:p,className:i(GM({size:r})),style:{minHeight:c,maxHeight:d}})]})}):null});Ob.displayName="RichTextEditor";var Gb=classVarianceAuthority.cva("flex flex-col border rounded-lg bg-background overflow-hidden",{variants:{variant:{default:"",bordered:"border-2",ghost:"border-none bg-transparent"}},defaultVariants:{variant:"default"}});function XM(e,t,r){return $M.centerCrop($M.makeAspectCrop({unit:"%",width:90},r,e,t),e,t)}async function Fb(e,t,r=0,a=1){let n=document.createElement("canvas"),o=n.getContext("2d");if(!o)return null;let s=e.naturalWidth/e.width,l=e.naturalHeight/e.height,c=window.devicePixelRatio||1;n.width=Math.floor(t.width*s*c),n.height=Math.floor(t.height*l*c),o.scale(c,c),o.imageSmoothingQuality="high";let d=t.x*s,m=t.y*l,u=r*Math.PI/180,f=e.naturalWidth/2,p=e.naturalHeight/2;return o.save(),o.translate(-d,-m),o.translate(f,p),o.rotate(u),o.scale(a,a),o.translate(-f,-p),o.drawImage(e,0,0,e.naturalWidth,e.naturalHeight,0,0,e.naturalWidth,e.naturalHeight),o.restore(),new Promise(b=>{n.toBlob(x=>{b(x);},"image/png");})}var $b=$__namespace.forwardRef(({className:e,variant:t,src:r,aspectRatio:a,onCropChange:n,onCropComplete:o,showZoom:s=true,showRotation:l=true,minZoom:c=1,maxZoom:d=3,circularCrop:m=false,initialCrop:u,...f},p)=>{let b=$__namespace.useRef(null),[x,g]=$__namespace.useState(),[v,w]=$__namespace.useState(),[y,h]=$__namespace.useState(1),[C,R]=$__namespace.useState(0),T=k=>{let{width:E,height:L}=k.currentTarget;if(a){let H=XM(E,L,a);g(H);}else g(u||{unit:"%",x:10,y:10,width:80,height:80});},M=k=>{g(k),n?.(k);},P=async k=>{if(w(k),o&&b.current&&k.width&&k.height){let E=await Fb(b.current,k,C,y);o(E);}},N=()=>{R(k=>(k+90)%360);};return $__namespace.useEffect(()=>{v&&b.current&&o&&Fb(b.current,v,C,y).then(k=>{o(k);});},[y,C,v,o]),jsxRuntime.jsxs("div",{ref:p,className:i(Gb({variant:t,className:e})),...f,children:[jsxRuntime.jsx("div",{className:"flex-1 flex items-center justify-center p-4 bg-muted/30 min-h-[300px]",children:jsxRuntime.jsx($M__default.default,{crop:x,onChange:M,onComplete:P,aspect:a,circularCrop:m,className:"max-h-[400px]",children:jsxRuntime.jsx("img",{ref:b,src:r,alt:"Crop preview",onLoad:T,style:{transform:`scale(${y}) rotate(${C}deg)`,maxHeight:"400px"}})})}),jsxRuntime.jsxs("div",{className:"flex items-center gap-4 p-3 border-t",children:[s&&jsxRuntime.jsxs("div",{className:"flex items-center gap-2 flex-1",children:[jsxRuntime.jsx(lucideReact.ZoomOut,{className:"h-4 w-4 text-muted-foreground"}),jsxRuntime.jsx(ko,{value:[y],onValueChange:([k])=>h(k),min:c,max:d,step:.1,className:"flex-1"}),jsxRuntime.jsx(lucideReact.ZoomIn,{className:"h-4 w-4 text-muted-foreground"})]}),l&&jsxRuntime.jsx(U,{variant:"bordered",size:"icon",onClick:N,children:jsxRuntime.jsx(lucideReact.RotateCw,{className:"h-4 w-4"})})]})]})});$b.displayName="ImageCropper";var Ml=classVarianceAuthority.cva("inline-block",{variants:{variant:{default:"",bordered:"border rounded-lg p-2",card:"border rounded-lg p-4 bg-card shadow-sm"},size:{sm:"",md:"",lg:""}},defaultVariants:{variant:"default",size:"md"}}),JM={sm:96,md:128,lg:192},_b=$__namespace.forwardRef(({className:e,variant:t,size:r,value:a,qrSize:n,fgColor:o="currentColor",bgColor:s="transparent",level:l="M",includeMargin:c=false,title:d,logo:m,logoSize:u=40,logoPadding:f=4,logoBackgroundColor:p="white",...b},x)=>{let g=n??JM[r??"md"];return a?jsxRuntime.jsx("div",{ref:x,className:i(Ml({variant:t,size:r,className:e})),...b,children:jsxRuntime.jsxs("div",{className:"relative inline-block",children:[jsxRuntime.jsx(qM__default.default,{value:a,size:g,fgColor:o,bgColor:s,level:l,title:d,style:{padding:c?16:0}}),m&&jsxRuntime.jsx("div",{className:"absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 rounded",style:{padding:f,backgroundColor:p},children:jsxRuntime.jsx("img",{src:m,alt:"Logo",style:{width:u,height:u,objectFit:"contain"}})})]})}):jsxRuntime.jsx("div",{ref:x,className:i(Ml({variant:t,size:r,className:e})),...b,children:jsxRuntime.jsx("div",{className:"flex items-center justify-center bg-muted text-muted-foreground text-xs rounded",style:{width:g,height:g},children:"No data"})})});_b.displayName="QRCode";var Wb=({children:e,defaultTheme:t="system",storageKey:r="reever-ui-theme",enableSystem:a=true,disableTransitionOnChange:n=false,attribute:o="class",forcedTheme:s,themes:l=["light","dark"]})=>jsxRuntime.jsx(nextThemes.ThemeProvider,{defaultTheme:t,storageKey:r,enableSystem:a,disableTransitionOnChange:n,attribute:o,forcedTheme:s,themes:l,children:e});Wb.displayName="ThemeProvider";var oT=classVarianceAuthority.cva("",{variants:{variant:{default:"",bordered:"",ghost:""},size:{sm:"",md:"",lg:""}},defaultVariants:{variant:"ghost",size:"md"}}),jb=$__namespace.forwardRef(({className:e,variant:t="ghost",size:r="md",mode:a="dropdown"},n)=>{let{theme:o,setTheme:s,resolvedTheme:l}=nextThemes.useTheme(),[c,d]=$__namespace.useState(false);$__namespace.useEffect(()=>{d(true);},[]);let m=()=>{let u=["light","dark","system"],p=(u.indexOf(o||"system")+1)%u.length;s(u[p]);};return c?a==="cycle"?jsxRuntime.jsxs(U,{ref:n,variant:t==="default"?"bordered":t,size:"icon",className:i("h-9 w-9",e),onClick:m,children:[l==="dark"?jsxRuntime.jsx(lucideReact.Moon,{className:"h-4 w-4"}):jsxRuntime.jsx(lucideReact.Sun,{className:"h-4 w-4"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Toggle theme"})]}):jsxRuntime.jsxs(Sr,{children:[jsxRuntime.jsx(Hr,{asChild:true,children:jsxRuntime.jsxs(U,{ref:n,variant:t==="default"?"bordered":t,size:"icon",className:i("h-9 w-9",e),children:[jsxRuntime.jsx(lucideReact.Sun,{className:"h-4 w-4 rotate-0 scale-100 transition-all dark:-rotate-90 dark:scale-0"}),jsxRuntime.jsx(lucideReact.Moon,{className:"absolute h-4 w-4 rotate-90 scale-0 transition-all dark:rotate-0 dark:scale-100"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Toggle theme"})]})}),jsxRuntime.jsxs(Vr,{align:"end",children:[jsxRuntime.jsxs(zt,{onClick:()=>s("light"),children:[jsxRuntime.jsx(lucideReact.Sun,{className:"mr-2 h-4 w-4"}),"Light"]}),jsxRuntime.jsxs(zt,{onClick:()=>s("dark"),children:[jsxRuntime.jsx(lucideReact.Moon,{className:"mr-2 h-4 w-4"}),"Dark"]}),jsxRuntime.jsxs(zt,{onClick:()=>s("system"),children:[jsxRuntime.jsx(lucideReact.Monitor,{className:"mr-2 h-4 w-4"}),"System"]})]})]}):jsxRuntime.jsxs(U,{ref:n,variant:t==="default"?"bordered":t,size:"icon",className:i("h-9 w-9",e),disabled:true,children:[jsxRuntime.jsx(lucideReact.Sun,{className:"h-4 w-4"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Toggle theme"})]})});jb.displayName="ThemeToggle";var Yb=classVarianceAuthority.cva("flex flex-col gap-1.5",{variants:{size:{sm:"",md:"",lg:""}},defaultVariants:{size:"md"}}),Ub=classVarianceAuthority.cva("flex w-full rounded-md border border-input bg-background ring-offset-background file:border-0 file:bg-transparent file:font-medium file:text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",{variants:{size:{sm:"h-8 px-2.5 py-1.5 text-xs",md:"h-10 px-3 py-2 text-sm",lg:"h-12 px-4 py-3 text-base"},isInvalid:{true:"border-danger focus-visible:ring-danger",false:""}},defaultVariants:{size:"md",isInvalid:false}}),Xb=classVarianceAuthority.cva("font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",{variants:{size:{sm:"text-xs",md:"text-sm",lg:"text-base"}},defaultVariants:{size:"md"}}),qb=$__namespace.forwardRef(({className:e,label:t,description:r,errorMessage:a,isRequired:n,isInvalid:o,size:s,labelClassName:l,inputClassName:c,descriptionClassName:d,errorClassName:m,startContent:u,endContent:f,id:p,...b},x)=>{let g=$__namespace.useId(),v=p||g,w=`${v}-description`,y=`${v}-error`,h=o&&a;return jsxRuntime.jsxs("div",{className:i(Yb({size:s}),e),children:[t&&jsxRuntime.jsxs("label",{htmlFor:v,className:i(Xb({size:s}),l),children:[t,n&&jsxRuntime.jsx("span",{className:"text-danger ml-0.5","aria-hidden":"true",children:"*"})]}),jsxRuntime.jsxs("div",{className:"relative",children:[u&&jsxRuntime.jsx("div",{className:"absolute left-3 top-1/2 -translate-y-1/2 text-muted-foreground",children:u}),jsxRuntime.jsx("input",{ref:x,id:v,"aria-invalid":o,"aria-describedby":h?y:r?w:void 0,"aria-required":n,className:i(Ub({size:s,isInvalid:o}),u&&"pl-10",f&&"pr-10",c),...b}),f&&jsxRuntime.jsx("div",{className:"absolute right-3 top-1/2 -translate-y-1/2 text-muted-foreground",children:f})]}),r&&!h&&jsxRuntime.jsx("p",{id:w,className:i("text-muted-foreground",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",d),children:r}),h&&jsxRuntime.jsx("p",{id:y,role:"alert",className:i("text-danger",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",m),children:a})]})});qb.displayName="TextField";var Qb=classVarianceAuthority.cva("flex flex-col gap-1.5",{variants:{size:{sm:"",md:"",lg:""}},defaultVariants:{size:"md"}}),lT=classVarianceAuthority.cva("flex rounded-md border border-input bg-background placeholder:text-muted-foreground focus:outline-none transition-colors disabled:cursor-not-allowed disabled:opacity-50 text-center [appearance:textfield] [&::-webkit-outer-spin-button]:appearance-none [&::-webkit-inner-spin-button]:appearance-none",{variants:{size:{sm:"h-8 px-8 py-1.5 text-xs",md:"h-10 px-10 py-2 text-sm",lg:"h-12 px-12 py-3 text-base"},isInvalid:{true:"border-danger focus:border-danger",false:""},fullWidth:{true:"w-full",false:"w-fit min-w-24"}},defaultVariants:{size:"md",isInvalid:false,fullWidth:false}}),Zb=classVarianceAuthority.cva("absolute top-1/2 -translate-y-1/2 flex items-center justify-center rounded-md text-muted-foreground hover:text-foreground hover:bg-muted disabled:opacity-50 disabled:cursor-not-allowed transition-colors",{variants:{size:{sm:"h-6 w-6",md:"h-8 w-8",lg:"h-10 w-10"}},defaultVariants:{size:"md"}}),Jb=classVarianceAuthority.cva("",{variants:{size:{sm:"h-3 w-3",md:"h-4 w-4",lg:"h-5 w-5"}},defaultVariants:{size:"md"}}),cT=classVarianceAuthority.cva("font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",{variants:{size:{sm:"text-xs",md:"text-sm",lg:"text-base"}},defaultVariants:{size:"md"}}),ev=$__namespace.forwardRef(({className:e,label:t,description:r,errorMessage:a,isRequired:n,isInvalid:o,size:s,labelClassName:l,inputClassName:c,descriptionClassName:d,errorClassName:m,min:u,max:f,step:p=1,value:b,defaultValue:x,onChange:g,showButtons:v=true,formatOptions:w,fullWidth:y=false,disabled:h,id:C,...R},T)=>{let M=$__namespace.useId(),P=C||M,N=`${P}-description`,k=`${P}-error`,[E,L]=$__namespace.useState(x),[H,S]=$__namespace.useState(false),D=b!==void 0?b:E,I=o&&a,A=$__namespace.useCallback(K=>{K!==void 0&&(u!==void 0&&K<u&&(K=u),f!==void 0&&K>f&&(K=f)),b===void 0&&L(K),g?.(K);},[b,u,f,g]),F=()=>{let K=(D??0)+p;A(K);},V=()=>{let K=(D??0)-p;A(K);},O=K=>{let ne=K.target.value;if(ne==="")A(void 0);else {let z=parseFloat(ne);isNaN(z)||A(z);}},B=K=>{K.key==="ArrowUp"?(K.preventDefault(),F()):K.key==="ArrowDown"&&(K.preventDefault(),V());},te=$__namespace.useMemo(()=>D===void 0?"":w?new Intl.NumberFormat(void 0,w).format(D):D.toString(),[D,w]),ae=u!==void 0&&D!==void 0&&D<=u,G=f!==void 0&&D!==void 0&&D>=f;return jsxRuntime.jsxs("div",{className:i(Qb({size:s}),e),children:[t&&jsxRuntime.jsxs("label",{htmlFor:P,className:i(cT({size:s}),l),children:[t,n&&jsxRuntime.jsx("span",{className:"text-danger ml-0.5","aria-hidden":"true",children:"*"})]}),jsxRuntime.jsxs("div",{className:"relative",children:[v&&jsxRuntime.jsx("button",{type:"button",onClick:V,disabled:h||ae,className:i(Zb({size:s}),"left-1"),tabIndex:-1,"aria-label":"Decrease value",children:jsxRuntime.jsx(lucideReact.Minus,{className:i(Jb({size:s}))})}),jsxRuntime.jsx("input",{ref:T,id:P,type:"text",inputMode:"decimal",value:te,onChange:O,onKeyDown:B,onFocus:()=>S(true),onBlur:()=>S(false),"aria-invalid":o,"aria-describedby":I?k:r?N:void 0,"aria-required":n,"aria-valuemin":u,"aria-valuemax":f,"aria-valuenow":D,disabled:h,className:i(lT({size:s,isInvalid:o,fullWidth:y}),!v&&"px-3",c),style:{borderColor:H?"var(--color-foreground)":void 0},...R}),v&&jsxRuntime.jsx("button",{type:"button",onClick:F,disabled:h||G,className:i(Zb({size:s}),"right-1"),tabIndex:-1,"aria-label":"Increase value",children:jsxRuntime.jsx(lucideReact.Plus,{className:i(Jb({size:s}))})})]}),r&&!I&&jsxRuntime.jsx("p",{id:N,className:i("text-muted-foreground",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",d),children:r}),I&&jsxRuntime.jsx("p",{id:k,role:"alert",className:i("text-danger",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",m),children:a})]})});ev.displayName="NumberField";var rv=classVarianceAuthority.cva("flex flex-col gap-1.5",{variants:{size:{sm:"",md:"",lg:""}},defaultVariants:{size:"md"}}),mT=classVarianceAuthority.cva("flex w-full rounded-md border border-input bg-background ring-offset-background placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",{variants:{size:{sm:"h-8 pl-8 pr-8 py-1.5 text-xs",md:"h-10 pl-10 pr-10 py-2 text-sm",lg:"h-12 pl-12 pr-12 py-3 text-base"},isInvalid:{true:"border-danger focus-visible:ring-danger",false:""}},defaultVariants:{size:"md",isInvalid:false}}),tv=classVarianceAuthority.cva("text-muted-foreground",{variants:{size:{sm:"h-3.5 w-3.5",md:"h-4 w-4",lg:"h-5 w-5"}},defaultVariants:{size:"md"}}),pT=classVarianceAuthority.cva("font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",{variants:{size:{sm:"text-xs",md:"text-sm",lg:"text-base"}},defaultVariants:{size:"md"}}),fT=classVarianceAuthority.cva("absolute top-1/2 -translate-y-1/2 flex items-center justify-center rounded-full text-muted-foreground hover:text-foreground hover:bg-muted transition-colors",{variants:{size:{sm:"h-5 w-5 right-1.5",md:"h-6 w-6 right-2",lg:"h-7 w-7 right-2.5"}},defaultVariants:{size:"md"}}),av=$__namespace.forwardRef(({className:e,label:t,description:r,errorMessage:a,isRequired:n,isInvalid:o,size:s,labelClassName:l,inputClassName:c,descriptionClassName:d,errorClassName:m,value:u,defaultValue:f="",onChange:p,onClear:b,onSearch:x,showClearButton:g=true,showSearchIcon:v=true,disabled:w,placeholder:y="Search...",id:h,...C},R)=>{let T=$__namespace.useId(),M=h||T,P=`${M}-description`,N=`${M}-error`,[k,E]=$__namespace.useState(f),L=u!==void 0?u:k,H=o&&a,S=L.length>0,D=F=>{let V=F.target.value;u===void 0&&E(V),p?.(V);},I=()=>{u===void 0&&E(""),p?.(""),b?.();},A=F=>{F.key==="Enter"?(F.preventDefault(),x?.(L)):F.key==="Escape"&&S&&(F.preventDefault(),I());};return jsxRuntime.jsxs("div",{className:i(rv({size:s}),e),children:[t&&jsxRuntime.jsxs("label",{htmlFor:M,className:i(pT({size:s}),l),children:[t,n&&jsxRuntime.jsx("span",{className:"text-danger ml-0.5","aria-hidden":"true",children:"*"})]}),jsxRuntime.jsxs("div",{className:"relative",children:[v&&jsxRuntime.jsx(lucideReact.Search,{className:i(tv({size:s}),"absolute left-3 top-1/2 -translate-y-1/2")}),jsxRuntime.jsx("input",{ref:R,id:M,type:"search",value:L,onChange:D,onKeyDown:A,placeholder:y,"aria-invalid":o,"aria-describedby":H?N:r?P:void 0,"aria-required":n,disabled:w,className:i(mT({size:s,isInvalid:o}),!v&&"pl-3",!g&&"pr-3",c),...C}),g&&S&&!w&&jsxRuntime.jsx("button",{type:"button",onClick:I,className:i(fT({size:s})),tabIndex:-1,"aria-label":"Clear search",children:jsxRuntime.jsx(lucideReact.X,{className:i(tv({size:s}))})})]}),r&&!H&&jsxRuntime.jsx("p",{id:P,className:i("text-muted-foreground",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",d),children:r}),H&&jsxRuntime.jsx("p",{id:N,role:"alert",className:i("text-danger",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",m),children:a})]})});av.displayName="SearchField";var nv=classVarianceAuthority.cva("flex flex-col gap-1.5",{variants:{size:{sm:"",md:"",lg:""}},defaultVariants:{size:"md"}}),bT=classVarianceAuthority.cva("flex rounded-md border border-input bg-background placeholder:text-muted-foreground focus:outline-none transition-colors disabled:cursor-not-allowed disabled:opacity-50 [&::-webkit-calendar-picker-indicator]:hidden",{variants:{size:{sm:"h-8 pl-3 pr-8 py-1.5 text-xs",md:"h-10 pl-3 pr-10 py-2 text-sm",lg:"h-12 pl-4 pr-12 py-3 text-base"},isInvalid:{true:"border-danger focus:border-danger",false:""},fullWidth:{true:"w-full",false:"w-fit"}},defaultVariants:{size:"md",isInvalid:false,fullWidth:false}}),vT=classVarianceAuthority.cva("text-muted-foreground",{variants:{size:{sm:"h-3.5 w-3.5",md:"h-4 w-4",lg:"h-5 w-5"}},defaultVariants:{size:"md"}}),hT=classVarianceAuthority.cva("font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",{variants:{size:{sm:"text-xs",md:"text-sm",lg:"text-base"}},defaultVariants:{size:"md"}}),Dl=(e,t="yyyy-MM-dd")=>{if(!e)return "";let r=e.getFullYear(),a=String(e.getMonth()+1).padStart(2,"0"),n=String(e.getDate()).padStart(2,"0");return t.replace("yyyy",String(r)).replace("MM",a).replace("dd",n)},xT=e=>{if(!e)return null;let t=new Date(e);return isNaN(t.getTime())?null:t},ov=$__namespace.forwardRef(({className:e,label:t,description:r,errorMessage:a,isRequired:n,isInvalid:o,size:s,labelClassName:l,inputClassName:c,descriptionClassName:d,errorClassName:m,value:u,defaultValue:f,onChange:p,minDate:b,maxDate:x,dateFormat:g="yyyy-MM-dd",showIcon:v=true,fullWidth:w=false,disabled:y,id:h,...C},R)=>{let T=$__namespace.useId(),M=h||T,P=`${M}-description`,N=`${M}-error`,k=$__namespace.useRef(null),E=R||k,[L,H]=$__namespace.useState(f??null),[S,D]=$__namespace.useState(false),I=()=>{!y&&E.current&&E.current.showPicker?.();},A=u!==void 0?u:L,F=o&&a,V=ae=>{let G=xT(ae.target.value);u===void 0&&H(G),p?.(G);},O=A?Dl(A,"yyyy-MM-dd"):"",B=b?Dl(b,"yyyy-MM-dd"):void 0,te=x?Dl(x,"yyyy-MM-dd"):void 0;return jsxRuntime.jsxs("div",{className:i(nv({size:s}),e),children:[t&&jsxRuntime.jsxs("label",{htmlFor:M,className:i(hT({size:s}),l),children:[t,n&&jsxRuntime.jsx("span",{className:"text-danger ml-0.5","aria-hidden":"true",children:"*"})]}),jsxRuntime.jsxs("div",{className:i("relative",w?"w-full":"w-fit"),children:[jsxRuntime.jsx("input",{ref:E,id:M,type:"date",value:O,onChange:V,onFocus:()=>D(true),onBlur:()=>D(false),min:B,max:te,"aria-invalid":o,"aria-describedby":F?N:r?P:void 0,"aria-required":n,disabled:y,className:i(bT({size:s,isInvalid:o,fullWidth:w}),!v&&"pr-3",c),style:{borderColor:S?"var(--color-foreground)":void 0},...C}),v&&jsxRuntime.jsx("button",{type:"button",onClick:I,disabled:y,className:"absolute right-3 top-1/2 -translate-y-1/2 cursor-pointer disabled:cursor-not-allowed disabled:opacity-50",tabIndex:-1,"aria-label":"Open calendar",children:jsxRuntime.jsx(lucideReact.Calendar,{className:i(vT({size:s}))})})]}),r&&!F&&jsxRuntime.jsx("p",{id:P,className:i("text-muted-foreground",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",d),children:r}),F&&jsxRuntime.jsx("p",{id:N,role:"alert",className:i("text-danger",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",m),children:a})]})});ov.displayName="DateField";var sv=classVarianceAuthority.cva("flex flex-col gap-1.5",{variants:{size:{sm:"",md:"",lg:""}},defaultVariants:{size:"md"}}),yT=classVarianceAuthority.cva("inline-flex items-center rounded-md border border-input bg-background transition-colors",{variants:{size:{sm:"h-8 px-2 gap-0.5 text-xs",md:"h-10 px-3 gap-1 text-sm",lg:"h-12 px-4 gap-1.5 text-base"},isInvalid:{true:"border-danger",false:""},disabled:{true:"cursor-not-allowed opacity-50",false:""},fullWidth:{true:"w-full justify-center",false:"w-fit"}},defaultVariants:{size:"md",isInvalid:false,disabled:false,fullWidth:false}}),RT=classVarianceAuthority.cva("font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",{variants:{size:{sm:"text-xs",md:"text-sm",lg:"text-base"}},defaultVariants:{size:"md"}}),iv=$__namespace.forwardRef(({className:e,label:t,description:r,errorMessage:a,isRequired:n,isInvalid:o,size:s,labelClassName:l,inputClassName:c,descriptionClassName:d,errorClassName:m,value:u,defaultValue:f,onChange:p,minTime:b,maxTime:x,showSeconds:g=false,hourCycle:v=24,disabled:w,fullWidth:y=false,id:h,...C},R)=>{let T=$__namespace.useId(),M=h||T,P=`${M}-description`,N=`${M}-error`,k=$__namespace.useRef(null),E=$__namespace.useRef(null),L=$__namespace.useRef(null),H=$__namespace.useRef(null),[S,D]=$__namespace.useState(f??null),I=u!==void 0?u:S,A=o&&a,F=_=>v===24?_:_===0?12:_>12?_-12:_,V=_=>_>=12?"PM":"AM",O=(_,ee)=>ee==="AM"?_===12?0:_:_===12?12:_+12,[B,te]=$__namespace.useState(I?String(F(I.hour)).padStart(2,"0"):""),[ae,G]=$__namespace.useState(I?String(I.minute).padStart(2,"0"):""),[K,ne]=$__namespace.useState(I?.second!==void 0?String(I.second).padStart(2,"0"):""),[z,J]=$__namespace.useState(I?V(I.hour):"AM"),[Z,ot]=$__namespace.useState(false);$__namespace.useEffect(()=>{u!==void 0&&(u?(te(String(F(u.hour)).padStart(2,"0")),G(String(u.minute).padStart(2,"0")),u.second!==void 0&&ne(String(u.second).padStart(2,"0")),J(V(u.hour))):(te(""),G(""),ne("")));},[u,v]);let je=(_,ee,Fe,Jt)=>{let ye=parseInt(_,10),Mt=parseInt(ee,10),Qt=g?parseInt(Fe,10):void 0;if(isNaN(ye)||isNaN(Mt)||g&&isNaN(Qt)){u===void 0&&D(null),p?.(null);return}let ic={hour:v===12?O(ye,Jt):ye,minute:Mt,...g&&Qt!==void 0&&{second:Qt}};u===void 0&&D(ic),p?.(ic);},oc=_=>{let ee=_.target.value.replace(/\D/g,"").slice(0,2);te(ee);let Fe=v===24?23:12,Jt=v===24?0:1;if(ee.length===2){let ye=parseInt(ee,10);ye>=Jt&&ye<=Fe&&(E.current?.focus(),E.current?.select());}},oe=_=>{let ee=_.target.value.replace(/\D/g,"").slice(0,2);if(G(ee),ee.length===2){let Fe=parseInt(ee,10);Fe>=0&&Fe<=59&&(g?(L.current?.focus(),L.current?.select()):v===12&&H.current?.focus());}},Nt=_=>{let ee=_.target.value.replace(/\D/g,"").slice(0,2);ne(ee),ee.length===2&&v===12&&H.current?.focus();},ro=()=>{if(B){let _=parseInt(B,10),ee=v===24?23:12,Jt=Math.min(Math.max(_,v===24?0:1),ee),ye=String(Jt).padStart(2,"0");te(ye),je(ye,ae,K,z);}},ra=()=>{if(ae){let _=parseInt(ae,10),ee=Math.min(Math.max(_,0),59),Fe=String(ee).padStart(2,"0");G(Fe),je(B,Fe,K,z);}},ny=()=>{if(K){let _=parseInt(K,10),ee=Math.min(Math.max(_,0),59),Fe=String(ee).padStart(2,"0");ne(Fe),je(B,ae,Fe,z);}},sc=()=>{let _=z==="AM"?"PM":"AM";J(_),je(B,ae,K,_);},oy=_=>{let ee=_.key.toLowerCase();ee==="a"?(_.preventDefault(),z!=="AM"&&(J("AM"),je(B,ae,K,"AM"))):ee==="p"?(_.preventDefault(),z!=="PM"&&(J("PM"),je(B,ae,K,"PM"))):ee==="arrowup"||ee==="arrowdown"?(_.preventDefault(),sc()):ee==="arrowleft"&&(_.preventDefault(),g?(L.current?.focus(),L.current?.select()):(E.current?.focus(),E.current?.select()));},Xs=(_,ee)=>{if(_.key==="ArrowUp"||_.key==="ArrowDown"){_.preventDefault();let Fe=_.key==="ArrowUp"?1:-1;if(ee==="hour"){let Jt=parseInt(B,10)||0,ye=v===24?23:12,Mt=v===24?0:1,Qt=Jt+Fe;Qt>ye&&(Qt=Mt),Qt<Mt&&(Qt=ye);let Zs=String(Qt).padStart(2,"0");te(Zs),je(Zs,ae,K,z);}else if(ee==="minute"){let ye=(parseInt(ae,10)||0)+Fe;ye>59&&(ye=0),ye<0&&(ye=59);let Mt=String(ye).padStart(2,"0");G(Mt),je(B,Mt,K,z);}else if(ee==="second"){let ye=(parseInt(K,10)||0)+Fe;ye>59&&(ye=0),ye<0&&(ye=59);let Mt=String(ye).padStart(2,"0");ne(Mt),je(B,ae,Mt,z);}}_.key==="ArrowRight"&&(_.preventDefault(),ee==="hour"?(E.current?.focus(),E.current?.select()):ee==="minute"&&g?(L.current?.focus(),L.current?.select()):(ee==="minute"&&!g&&v===12||ee==="second"&&v===12)&&H.current?.focus()),_.key==="ArrowLeft"&&(_.preventDefault(),ee==="minute"?(k.current?.focus(),k.current?.select()):ee==="second"&&(E.current?.focus(),E.current?.select())),_.key==="Backspace"&&_.currentTarget.value===""&&(ee==="minute"?k.current?.focus():ee==="second"&&E.current?.focus());},qs=i((()=>{switch(s){case "sm":return "w-5";case "lg":return "w-7";default:return "w-6"}})(),"bg-transparent text-center outline-none placeholder:text-muted-foreground tabular-nums",w&&"cursor-not-allowed");return jsxRuntime.jsxs("div",{ref:R,className:i(sv({size:s}),e),...C,children:[t&&jsxRuntime.jsxs("label",{htmlFor:M,className:i(RT({size:s}),l),children:[t,n&&jsxRuntime.jsx("span",{className:"text-danger ml-0.5","aria-hidden":"true",children:"*"})]}),jsxRuntime.jsxs("div",{className:i(yT({size:s,isInvalid:o,disabled:w,fullWidth:y}),c),style:{borderColor:Z?"var(--color-foreground)":void 0},onFocus:()=>ot(true),onBlur:_=>{_.currentTarget.contains(_.relatedTarget)||ot(false);},children:[jsxRuntime.jsx("input",{ref:k,id:M,type:"text",inputMode:"numeric",placeholder:v===24?"HH":"hh",value:B,onChange:oc,onBlur:ro,onKeyDown:_=>Xs(_,"hour"),onFocus:_=>_.target.select(),"aria-label":"Hour","aria-invalid":o,"aria-describedby":A?N:r?P:void 0,"aria-required":n,disabled:w,className:qs}),jsxRuntime.jsx("span",{className:"text-muted-foreground",children:":"}),jsxRuntime.jsx("input",{ref:E,type:"text",inputMode:"numeric",placeholder:"mm",value:ae,onChange:oe,onBlur:ra,onKeyDown:_=>Xs(_,"minute"),onFocus:_=>_.target.select(),"aria-label":"Minute",disabled:w,className:qs}),g&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("span",{className:"text-muted-foreground",children:":"}),jsxRuntime.jsx("input",{ref:L,type:"text",inputMode:"numeric",placeholder:"ss",value:K,onChange:Nt,onBlur:ny,onKeyDown:_=>Xs(_,"second"),onFocus:_=>_.target.select(),"aria-label":"Second",disabled:w,className:qs})]}),v===12&&jsxRuntime.jsx("button",{ref:H,type:"button",onClick:sc,onKeyDown:oy,disabled:w,className:i("ml-0.5 rounded text-muted-foreground hover:text-foreground focus:outline-none focus:text-foreground transition-colors tabular-nums",s==="sm"?"w-6":s==="lg"?"w-8":"w-7",w&&"cursor-not-allowed"),"aria-label":"AM/PM",children:z})]}),r&&!A&&jsxRuntime.jsx("p",{id:P,className:i("text-muted-foreground",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",d),children:r}),A&&jsxRuntime.jsx("p",{id:N,role:"alert",className:i("text-danger",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",m),children:a})]})});iv.displayName="TimeField";var cv=classVarianceAuthority.cva("flex flex-col gap-1.5",{variants:{size:{sm:"",md:"",lg:""}},defaultVariants:{size:"md"}}),CT=classVarianceAuthority.cva("flex rounded-md border border-input bg-background placeholder:text-muted-foreground focus:outline-none transition-colors disabled:cursor-not-allowed disabled:opacity-50 font-mono uppercase",{variants:{size:{sm:"h-8 pl-10 pr-3 py-1.5 text-xs",md:"h-10 pl-12 pr-3 py-2 text-sm",lg:"h-12 pl-14 pr-4 py-3 text-base"},isInvalid:{true:"border-danger focus:border-danger",false:""},fullWidth:{true:"w-full",false:"w-fit"}},defaultVariants:{size:"md",isInvalid:false,fullWidth:false}}),NT=classVarianceAuthority.cva("absolute left-2 top-1/2 -translate-y-1/2 rounded border border-input overflow-hidden",{variants:{size:{sm:"h-5 w-5",md:"h-6 w-6",lg:"h-8 w-8"}},defaultVariants:{size:"md"}}),MT=classVarianceAuthority.cva("font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",{variants:{size:{sm:"text-xs",md:"text-sm",lg:"text-base"}},defaultVariants:{size:"md"}}),lv=e=>/^#([A-Fa-f0-9]{3}|[A-Fa-f0-9]{6}|[A-Fa-f0-9]{8})$/.test(e),TT=e=>(e.startsWith("#")||(e="#"+e),e.length===4&&(e="#"+e[1]+e[1]+e[2]+e[2]+e[3]+e[3]),e.toUpperCase()),dv=$__namespace.forwardRef(({className:e,label:t,description:r,errorMessage:a,isRequired:n,isInvalid:o,size:s,labelClassName:l,inputClassName:c,descriptionClassName:d,errorClassName:m,value:u,defaultValue:f="#000000",onChange:p,showSwatch:b=true,showPicker:x=true,allowAlpha:g=false,fullWidth:v=false,disabled:w,id:y,...h},C)=>{let R=$__namespace.useId(),T=y||R,M=`${T}-picker`,P=`${T}-description`,N=`${T}-error`,[k,E]=$__namespace.useState(f),[L,H]=$__namespace.useState(false),S=u!==void 0?u:k,D=o&&a,I=O=>{let B=O.target.value;B&&!B.startsWith("#")&&(B="#"+B),u===void 0&&E(B),p?.(B);},A=O=>{let B=O.target.value.toUpperCase();u===void 0&&E(B),p?.(B);},F=()=>{if(S&&lv(S)){let O=TT(S);O!==S&&(u===void 0&&E(O),p?.(O));}},V=lv(S)?S:"#000000";return jsxRuntime.jsxs("div",{className:i(cv({size:s}),e),children:[t&&jsxRuntime.jsxs("label",{htmlFor:T,className:i(MT({size:s}),l),children:[t,n&&jsxRuntime.jsx("span",{className:"text-danger ml-0.5","aria-hidden":"true",children:"*"})]}),jsxRuntime.jsxs("div",{className:"relative",children:[b&&jsxRuntime.jsx("div",{className:i(NT({size:s})),children:x?jsxRuntime.jsxs("label",{htmlFor:M,className:"block h-full w-full cursor-pointer",children:[jsxRuntime.jsx("input",{id:M,type:"color",value:V,onChange:A,disabled:w,className:"absolute inset-0 h-full w-full cursor-pointer opacity-0",tabIndex:-1}),jsxRuntime.jsx("div",{className:"h-full w-full",style:{backgroundColor:V}})]}):jsxRuntime.jsx("div",{className:"h-full w-full",style:{backgroundColor:V}})}),jsxRuntime.jsx("input",{ref:C,id:T,type:"text",value:S,onChange:I,onFocus:()=>H(true),onBlur:()=>{H(false),F();},placeholder:"#000000",maxLength:g?9:7,"aria-invalid":o,"aria-describedby":D?N:r?P:void 0,"aria-required":n,disabled:w,className:i(CT({size:s,isInvalid:o,fullWidth:v}),!b&&"pl-3",c),style:{borderColor:L?"var(--color-foreground)":void 0},...h})]}),r&&!D&&jsxRuntime.jsx("p",{id:P,className:i("text-muted-foreground",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",d),children:r}),D&&jsxRuntime.jsx("p",{id:N,role:"alert",className:i("text-danger",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",m),children:a})]})});dv.displayName="ColorField";var mv=classVarianceAuthority.cva("inline-flex",{variants:{variant:{default:"",attached:"[&>*:not(:first-child):not(:last-child)]:rounded-none [&>*:first-child]:rounded-r-none [&>*:last-child]:rounded-l-none [&>*:not(:first-child)]:-ml-px"},orientation:{horizontal:"flex-row",vertical:"flex-col [&>*:not(:first-child):not(:last-child)]:rounded-none [&>*:first-child]:rounded-b-none [&>*:last-child]:rounded-t-none [&>*:not(:first-child)]:-mt-px [&>*:not(:first-child)]:ml-0"},spacing:{none:"gap-0",sm:"gap-1",md:"gap-2",lg:"gap-3"}},compoundVariants:[{variant:"attached",spacing:["sm","md","lg"],className:"gap-0"}],defaultVariants:{variant:"default",orientation:"horizontal",spacing:"sm"}}),pv=$__namespace.createContext({});function kT(){return $__namespace.useContext(pv)}var fv=$__namespace.forwardRef(({className:e,variant:t,orientation:r,spacing:a,disabled:n,children:o,...s},l)=>jsxRuntime.jsx(pv.Provider,{value:{disabled:n},children:jsxRuntime.jsx("div",{ref:l,role:"group",className:i(mv({variant:t,orientation:r,spacing:a,className:e})),...s,children:o})}));fv.displayName="ButtonGroup";var bv=classVarianceAuthority.cva("inline-flex items-center justify-center transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50",{variants:{variant:{solid:"bg-primary text-primary-foreground hover:bg-primary/90",outline:"border border-input bg-background hover:bg-accent hover:text-accent-foreground",ghost:"hover:bg-accent hover:text-accent-foreground",soft:"bg-primary/10 text-primary hover:bg-primary/20",surface:"bg-muted text-muted-foreground hover:bg-muted/80"},size:{sm:"h-8 w-8",md:"h-9 w-9",lg:"h-10 w-10",xl:"h-12 w-12"},radius:{none:"rounded-none",sm:"rounded-sm",md:"rounded-md",lg:"rounded-lg",full:"rounded-full"}},defaultVariants:{variant:"ghost",size:"md",radius:"md"}}),vv=$__namespace.forwardRef(({className:e,variant:t,size:r,radius:a,isLoading:n,disabled:o,children:s,...l},c)=>{let d={sm:"h-4 w-4",md:"h-4 w-4",lg:"h-5 w-5",xl:"h-6 w-6"}[r??"md"];return jsxRuntime.jsx("button",{ref:c,type:"button",disabled:o||n,className:i(bv({variant:t,size:r,radius:a,className:e})),...l,children:n?jsxRuntime.jsxs("svg",{className:i("animate-spin",d),xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",children:[jsxRuntime.jsx("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),jsxRuntime.jsx("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})]}):jsxRuntime.jsx("span",{className:i("[&>svg]:h-full [&>svg]:w-full",d),children:s})})});vv.displayName="IconButton";var xv=classVarianceAuthority.cva("inline-flex items-center",{variants:{variant:{default:"gap-1",compact:"gap-0.5",attached:"[&>*:not(:first-child):not(:last-child)]:rounded-none [&>*:first-child]:rounded-r-none [&>*:last-child]:rounded-l-none [&>*:not(:first-child)]:-ml-px gap-0"},orientation:{horizontal:"flex-row",vertical:"flex-col [&>*:not(:first-child):not(:last-child)]:rounded-none [&>*:first-child]:rounded-b-none [&>*:last-child]:rounded-t-none [&>*:not(:first-child)]:-mt-px [&>*:not(:first-child)]:ml-0"},size:{sm:"",md:"",lg:""},density:{compact:"gap-0.5",regular:"gap-1",spacious:"gap-2"}},defaultVariants:{variant:"default",orientation:"horizontal",size:"md",density:"regular"}}),yv=$__namespace.forwardRef(({className:e,variant:t,orientation:r,size:a,density:n,items:o,maxVisibleItems:s,isDisabled:l,onAction:c,showLabels:d=false,renderItem:m,...u},f)=>{let p=s&&s<o.length?o.slice(0,s):o,b=s&&s<o.length?o.slice(s):[],x={sm:"h-8 px-2 text-xs",md:"h-9 px-3 text-sm",lg:"h-10 px-4 text-base"}[a??"md"],g={sm:"h-8 w-8",md:"h-9 w-9",lg:"h-10 w-10"}[a??"md"],v={sm:"h-4 w-4",md:"h-4 w-4",lg:"h-5 w-5"}[a??"md"],w=(h,C)=>{C&&C(),c&&c(h);},y=h=>jsxRuntime.jsxs("button",{type:"button",disabled:l||h.isDisabled,onClick:()=>w(h.key,h.onPress),className:i("inline-flex items-center justify-center gap-2 rounded-md transition-colors","hover:bg-accent hover:text-accent-foreground","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2","disabled:pointer-events-none disabled:opacity-50",d?x:g),"aria-label":h.label,children:[h.icon&&jsxRuntime.jsx("span",{className:v,children:h.icon}),d&&jsxRuntime.jsx("span",{children:h.label})]},h.key);return jsxRuntime.jsxs("div",{ref:f,role:"group",className:i(xv({variant:t,orientation:r,size:a,density:n,className:e})),...u,children:[p.map(h=>m?m(h):y(h)),b.length>0&&jsxRuntime.jsxs(Sr,{children:[jsxRuntime.jsx(Hr,{asChild:true,children:jsxRuntime.jsx("button",{type:"button",disabled:l,className:i("inline-flex items-center justify-center rounded-md transition-colors","hover:bg-accent hover:text-accent-foreground","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2","disabled:pointer-events-none disabled:opacity-50",g),"aria-label":"More actions",children:jsxRuntime.jsx(lucideReact.MoreHorizontal,{className:v})})}),jsxRuntime.jsx(Vr,{align:"end",children:b.map(h=>jsxRuntime.jsxs(zt,{disabled:h.isDisabled,onClick:()=>w(h.key,h.onPress),children:[h.icon&&jsxRuntime.jsx("span",{className:i(v,"mr-2"),children:h.icon}),h.label]},h.key))})]})]})});yv.displayName="ActionGroup";var Nv=classVarianceAuthority.cva("inline-flex items-center gap-2",{variants:{variant:{neutral:"[--status-color:theme(colors.muted.foreground)]",info:"[--status-color:theme(colors.blue.500)]",positive:"[--status-color:theme(colors.green.500)]",notice:"[--status-color:theme(colors.yellow.500)]",negative:"[--status-color:theme(colors.red.500)]"},size:{sm:"text-xs",md:"text-sm",lg:"text-base"}},defaultVariants:{variant:"neutral",size:"md"}}),HT=classVarianceAuthority.cva("rounded-full bg-[--status-color] flex-shrink-0",{variants:{size:{sm:"h-1.5 w-1.5",md:"h-2 w-2",lg:"h-2.5 w-2.5"},pulse:{true:"animate-pulse",false:""}},defaultVariants:{size:"md",pulse:false}}),Mv=$__namespace.forwardRef(({className:e,variant:t,size:r,pulse:a=false,hideLabel:n=false,children:o,...s},l)=>jsxRuntime.jsxs("span",{ref:l,role:"status",className:i(Nv({variant:t,size:r,className:e})),...s,children:[jsxRuntime.jsx("span",{className:i(HT({size:r,pulse:a})),"aria-hidden":"true"}),!n&&o&&jsxRuntime.jsx("span",{className:"text-foreground",children:o})]}));Mv.displayName="StatusLight";var Pv=classVarianceAuthority.cva("flex flex-col items-center justify-center text-center",{variants:{size:{sm:"gap-3 max-w-xs",md:"gap-4 max-w-sm",lg:"gap-5 max-w-md"}},defaultVariants:{size:"md"}}),IT=classVarianceAuthority.cva("text-muted-foreground",{variants:{size:{sm:"[&>svg]:h-16 [&>svg]:w-16",md:"[&>svg]:h-24 [&>svg]:w-24",lg:"[&>svg]:h-32 [&>svg]:w-32"}},defaultVariants:{size:"md"}}),AT=classVarianceAuthority.cva("font-semibold text-foreground",{variants:{size:{sm:"text-base",md:"text-lg",lg:"text-xl"}},defaultVariants:{size:"md"}}),zT=classVarianceAuthority.cva("text-muted-foreground",{variants:{size:{sm:"text-xs",md:"text-sm",lg:"text-base"}},defaultVariants:{size:"md"}}),kv=$__namespace.forwardRef(({className:e,size:t,illustration:r,heading:a,description:n,children:o,...s},l)=>jsxRuntime.jsxs("div",{ref:l,className:i(Pv({size:t,className:e})),...s,children:[r&&jsxRuntime.jsx("div",{className:i(IT({size:t})),"aria-hidden":"true",children:r}),a&&jsxRuntime.jsx("h3",{className:i(AT({size:t})),children:a}),n&&jsxRuntime.jsx("p",{className:i(zT({size:t})),children:n}),o&&jsxRuntime.jsx("div",{className:"mt-2",children:o})]}));kv.displayName="IllustratedMessage";var Dv=classVarianceAuthority.cva("relative flex gap-3 rounded-lg border p-4 text-sm",{variants:{variant:{info:"border-blue-200 bg-blue-50 text-blue-900 dark:border-blue-800 dark:bg-blue-950 dark:text-blue-100 [&>svg]:text-blue-600 dark:[&>svg]:text-blue-400",success:"border-green-200 bg-green-50 text-green-900 dark:border-green-800 dark:bg-green-950 dark:text-green-100 [&>svg]:text-green-600 dark:[&>svg]:text-green-400",warning:"border-amber-200 bg-amber-50 text-amber-900 dark:border-amber-800 dark:bg-amber-950 dark:text-amber-100 [&>svg]:text-amber-600 dark:[&>svg]:text-amber-400",error:"border-red-200 bg-red-50 text-red-900 dark:border-red-800 dark:bg-red-950 dark:text-red-100 [&>svg]:text-red-600 dark:[&>svg]:text-red-400",neutral:"border-border bg-muted text-foreground [&>svg]:text-muted-foreground"}},defaultVariants:{variant:"info"}}),_T={info:lucideReact.Info,success:lucideReact.CheckCircle2,warning:lucideReact.AlertTriangle,error:lucideReact.AlertCircle,neutral:lucideReact.Info},Sv=$__namespace.forwardRef(({className:e,variant:t,title:r,icon:a,hideIcon:n=false,isDismissible:o=false,onDismiss:s,actions:l,children:c,...d},m)=>{let[u,f]=$__namespace.useState(true);if(!u)return null;let p=_T[t??"info"],b=()=>{f(false),s?.();};return jsxRuntime.jsxs("div",{ref:m,role:"alert",className:i(Dv({variant:t,className:e})),...d,children:[!n&&jsxRuntime.jsx("div",{className:"flex-shrink-0",children:a||jsxRuntime.jsx(p,{className:"h-5 w-5"})}),jsxRuntime.jsxs("div",{className:"flex-1 space-y-1",children:[r&&jsxRuntime.jsx("div",{className:"font-medium",children:r}),c&&jsxRuntime.jsx("div",{className:"opacity-90",children:c}),l&&jsxRuntime.jsx("div",{className:"mt-3 flex gap-2",children:l})]}),o&&jsxRuntime.jsx("button",{type:"button",onClick:b,className:"absolute right-2 top-2 rounded-md p-1 opacity-70 transition-opacity hover:opacity-100 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring","aria-label":"Dismiss",children:jsxRuntime.jsx(lucideReact.X,{className:"h-4 w-4"})})]})});Sv.displayName="InlineAlert";var Hv=classVarianceAuthority.cva("fixed flex items-center gap-2 rounded-lg border bg-background shadow-lg transition-all duration-200",{variants:{position:{bottom:"bottom-4 left-1/2 -translate-x-1/2",top:"top-4 left-1/2 -translate-x-1/2","bottom-right":"bottom-4 right-4","bottom-left":"bottom-4 left-4"},size:{sm:"px-3 py-2 gap-1.5",md:"px-4 py-2.5 gap-2",lg:"px-5 py-3 gap-3"}},defaultVariants:{position:"bottom",size:"md"}}),Vv=$__namespace.forwardRef(({className:e,position:t,size:r,selectedCount:a=0,isOpen:n=true,onClose:o,showClose:s=true,selectedText:l,children:c,...d},m)=>{if(!n||a===0)return null;let u=()=>typeof l=="function"?l(a):l||`${a} item${a>1?"s":""} selected`;return jsxRuntime.jsxs("div",{ref:m,role:"toolbar","aria-label":"Actions for selected items",className:i(Hv({position:t,size:r,className:e})),...d,children:[jsxRuntime.jsx("span",{className:"text-sm font-medium text-muted-foreground whitespace-nowrap",children:u()}),jsxRuntime.jsx("div",{className:"h-4 w-px bg-border"}),jsxRuntime.jsx("div",{className:"flex items-center gap-1",children:c}),s&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"h-4 w-px bg-border"}),jsxRuntime.jsx("button",{type:"button",onClick:o,className:"rounded-md p-1 text-muted-foreground hover:bg-accent hover:text-accent-foreground transition-colors","aria-label":"Close action bar",children:jsxRuntime.jsx(lucideReact.X,{className:"h-4 w-4"})})]})]})});Vv.displayName="ActionBar";var Iv=$__namespace.forwardRef(({className:e,icon:t,children:r,...a},n)=>jsxRuntime.jsxs("button",{ref:n,type:"button",className:i("inline-flex items-center gap-1.5 rounded-md px-2.5 py-1.5 text-sm font-medium transition-colors","hover:bg-accent hover:text-accent-foreground","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring","disabled:pointer-events-none disabled:opacity-50",e),...a,children:[t&&jsxRuntime.jsx("span",{className:"h-4 w-4 [&>svg]:h-full [&>svg]:w-full",children:t}),r]}));Iv.displayName="ActionBarButton";var Av=classVarianceAuthority.cva("inline-flex items-center justify-center rounded-md transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50",{variants:{variant:{ghost:"hover:bg-accent hover:text-accent-foreground",outline:"border border-input bg-background hover:bg-accent hover:text-accent-foreground",subtle:"text-muted-foreground hover:text-foreground hover:bg-muted"},size:{sm:"h-7 w-7",md:"h-8 w-8",lg:"h-9 w-9"}},defaultVariants:{variant:"ghost",size:"md"}});function ZT(e){return "items"in e}var zv=$__namespace.forwardRef(({items:e,align:t="end",side:r="bottom",iconOrientation:a="vertical",trigger:n,variant:o,size:s,onAction:l,"aria-label":c="More actions",triggerClassName:d,disabled:m},u)=>{let f={sm:"h-3.5 w-3.5",md:"h-4 w-4",lg:"h-5 w-5"}[s??"md"],p=a==="horizontal"?lucideReact.MoreHorizontal:lucideReact.MoreVertical,b=g=>{g.onSelect?.(),l?.(g.key);},x=g=>jsxRuntime.jsxs(zt,{disabled:g.isDisabled,onClick:()=>b(g),className:i(g.isDestructive&&"text-destructive focus:text-destructive"),children:[g.icon&&jsxRuntime.jsx("span",{className:"mr-2 h-4 w-4 [&>svg]:h-full [&>svg]:w-full",children:g.icon}),jsxRuntime.jsx("span",{className:"flex-1",children:g.label}),g.shortcut&&jsxRuntime.jsx("span",{className:"ml-auto text-xs text-muted-foreground",children:g.shortcut})]},g.key);return jsxRuntime.jsxs(Sr,{children:[jsxRuntime.jsx(Hr,{asChild:true,children:n||jsxRuntime.jsx("button",{ref:u,type:"button",disabled:m,className:i(Av({variant:o,size:s}),d),"aria-label":c,children:jsxRuntime.jsx(p,{className:f})})}),jsxRuntime.jsx(Vr,{align:t,side:r,children:e.map((g,v)=>ZT(g)?jsxRuntime.jsxs($__namespace.Fragment,{children:[v>0&&jsxRuntime.jsx(ho,{}),g.items.map(x)]},g.key):x(g))})]})});zv.displayName="ActionMenu";var Fv=classVarianceAuthority.cva("flex flex-col",{variants:{variant:{default:"gap-1",bordered:"border rounded-lg divide-y",cards:"gap-2"},size:{sm:"",md:"",lg:""}},defaultVariants:{variant:"default",size:"md"}}),Gv=classVarianceAuthority.cva("flex items-center gap-3 transition-colors cursor-pointer",{variants:{variant:{default:"rounded-md hover:bg-accent",bordered:"hover:bg-accent",cards:"rounded-lg border hover:border-primary/50 hover:bg-accent/50"},size:{sm:"px-2 py-1.5 text-sm",md:"px-3 py-2",lg:"px-4 py-3 text-lg"},isSelected:{true:"bg-accent",false:""},isDisabled:{true:"opacity-50 pointer-events-none",false:""}},compoundVariants:[{variant:"cards",isSelected:true,className:"border-primary bg-accent"}],defaultVariants:{variant:"default",size:"md",isSelected:false,isDisabled:false}});function $v({className:e,variant:t,size:r,items:a,selectedKeys:n,selectionMode:o="none",onSelectionChange:s,allowsDragging:l=false,onReorder:c,showCheckbox:d=false,renderItem:m,emptyContent:u,...f}){let[p,b]=$__namespace.useState(new Set),[x,g]=$__namespace.useState(null),[v,w]=$__namespace.useState(null),y=$__namespace.useMemo(()=>n?n instanceof Set?n:new Set(n):p,[n,p]),h=M=>{if(o==="none")return;let P;o==="single"?P=y.has(M)?new Set:new Set([M]):(P=new Set(y),P.has(M)?P.delete(M):P.add(M)),n||b(P),s?.(P);},C=(M,P)=>{g(P),M.dataTransfer.effectAllowed="move";},R=(M,P)=>{M.preventDefault(),x!==P&&w(P);},T=()=>{if(x&&v&&x!==v){let M=a.findIndex(E=>E.key===x),P=a.findIndex(E=>E.key===v),N=[...a],[k]=N.splice(M,1);N.splice(P,0,k),c?.(N);}g(null),w(null);};return a.length===0?jsxRuntime.jsx("div",{className:i("flex items-center justify-center p-8 text-muted-foreground",e),children:u||"No items"}):jsxRuntime.jsx("div",{role:"listbox","aria-multiselectable":o==="multiple",className:i(Fv({variant:t,size:r,className:e})),...f,children:a.map(M=>{let P=y.has(M.key),N=x===M.key,k=v===M.key;return m?jsxRuntime.jsx("div",{role:"option","aria-selected":P,onClick:()=>h(M.key),children:m(M,P)},M.key):jsxRuntime.jsxs("div",{role:"option","aria-selected":P,"aria-disabled":M.isDisabled,draggable:l&&!M.isDisabled,onDragStart:E=>C(E,M.key),onDragOver:E=>R(E,M.key),onDragEnd:T,onClick:()=>!M.isDisabled&&h(M.key),className:i(Gv({variant:t,size:r,isSelected:P,isDisabled:M.isDisabled}),N&&"opacity-50",k&&"border-t-2 border-t-primary"),children:[l&&jsxRuntime.jsx(lucideReact.GripVertical,{className:"h-4 w-4 text-muted-foreground cursor-grab"}),d&&o!=="none"&&jsxRuntime.jsx("div",{className:i("flex h-4 w-4 items-center justify-center rounded border",P?"bg-primary border-primary text-primary-foreground":"border-input"),children:P&&jsxRuntime.jsx(lucideReact.Check,{className:"h-3 w-3"})}),M.icon&&jsxRuntime.jsx("span",{className:"h-5 w-5 text-muted-foreground [&>svg]:h-full [&>svg]:w-full",children:M.icon}),jsxRuntime.jsxs("div",{className:"flex-1 min-w-0",children:[jsxRuntime.jsx("div",{className:"truncate",children:M.label}),M.description&&jsxRuntime.jsx("div",{className:"text-sm text-muted-foreground truncate",children:M.description})]})]},M.key)})})}$v.displayName="ListView";var Kv=classVarianceAuthority.cva("relative flex w-full touch-none select-none",{variants:{orientation:{horizontal:"items-center",vertical:"flex-col justify-center h-full"},size:{sm:"",md:"",lg:""}},defaultVariants:{orientation:"horizontal",size:"md"}}),eP=classVarianceAuthority.cva("relative grow overflow-hidden rounded-full bg-secondary",{variants:{orientation:{horizontal:"w-full",vertical:"w-2 h-full"},size:{sm:"h-1",md:"h-2",lg:"h-3"}},compoundVariants:[{orientation:"vertical",size:"sm",className:"w-1 h-full"},{orientation:"vertical",size:"md",className:"w-2 h-full"},{orientation:"vertical",size:"lg",className:"w-3 h-full"}],defaultVariants:{orientation:"horizontal",size:"md"}}),tP=classVarianceAuthority.cva("block rounded-full border-2 border-primary bg-background ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 cursor-grab",{variants:{size:{sm:"h-3.5 w-3.5",md:"h-5 w-5",lg:"h-6 w-6"}},defaultVariants:{size:"md"}}),_v=$__namespace.forwardRef(({className:e,orientation:t="horizontal",size:r="md",value:a,defaultValue:n=[25,75],onValueChange:o,onValueCommit:s,min:l=0,max:c=100,step:d=1,disabled:m=false,showLabels:u=false,formatLabel:f=v=>String(v),trackColor:p="primary",name:b,...x},g)=>{let[v,w]=$__namespace.useState(n),y=a!==void 0,h=y?a:v,C=$__namespace.useRef(null),[R,T]=$__namespace.useState(false),[M,P]=$__namespace.useState(null),N=(V,O)=>{if(!C.current)return h[0];let B=C.current.getBoundingClientRect(),te;t==="horizontal"?te=(V-B.left)/B.width:te=1-(O-B.top)/B.height,te=Math.max(0,Math.min(1,te));let ae=l+te*(c-l),G=Math.round(ae/d)*d;return Math.max(l,Math.min(c,G))},k=(V,O)=>{let B=[...h];B[O]=V,O===0&&V>h[1]&&(B[0]=h[1]),O===1&&V<h[0]&&(B[1]=h[0]),y||w(B),o?.(B);},E=(V,O)=>{m||(V.preventDefault(),T(true),P(O),V.target.setPointerCapture(V.pointerId));},L=V=>{if(!R||M===null||m)return;let O=N(V.clientX,V.clientY);k(O,M);},H=()=>{R&&(T(false),P(null),s?.(h));},S=V=>{if(m)return;let O=N(V.clientX,V.clientY),B=Math.abs(h[0]-O),te=Math.abs(h[1]-O),ae=B<=te?0:1;k(O,ae);let G=[...h];G[ae]=O,s?.(G);},D=(V,O)=>{if(m)return;let B=h[O];switch(V.key){case "ArrowRight":case "ArrowUp":V.preventDefault(),B=Math.min(c,h[O]+d);break;case "ArrowLeft":case "ArrowDown":V.preventDefault(),B=Math.max(l,h[O]-d);break;case "Home":V.preventDefault(),B=l;break;case "End":V.preventDefault(),B=c;break;default:return}k(B,O);let te=[...h];te[O]=B,s?.(te);},I=V=>(V-l)/(c-l)*100,A={primary:"bg-primary",success:"bg-green-500",warning:"bg-yellow-500",danger:"bg-red-500"}[p],F={sm:14,md:20,lg:24}[r||"md"];return jsxRuntime.jsxs("div",{className:"relative w-full",children:[u&&jsxRuntime.jsxs("div",{className:"flex justify-between mb-2 text-sm text-muted-foreground",children:[jsxRuntime.jsx("span",{children:f(h[0])}),jsxRuntime.jsx("span",{children:f(h[1])})]}),jsxRuntime.jsxs("div",{ref:g,className:i(Kv({orientation:t,size:r}),m&&"opacity-50 pointer-events-none",e),...x,children:[jsxRuntime.jsx("div",{ref:C,className:i(eP({orientation:t,size:r})),onClick:S,children:jsxRuntime.jsx("div",{className:i("absolute rounded-full",A,{"h-full":t==="horizontal","w-full":t==="vertical"}),style:t==="horizontal"?{left:`${I(h[0])}%`,right:`${100-I(h[1])}%`,top:0,bottom:0}:{bottom:`${I(h[0])}%`,top:`${100-I(h[1])}%`,left:0,right:0}})}),h.map((V,O)=>jsxRuntime.jsx("div",{role:"slider",tabIndex:m?-1:0,"aria-valuemin":l,"aria-valuemax":c,"aria-valuenow":V,"aria-orientation":t||void 0,"aria-disabled":m,className:i(tP({size:r}),R&&M===O&&"cursor-grabbing"),style:t==="horizontal"?{position:"absolute",left:`calc(${I(V)}% - ${F/2}px)`,top:"50%",transform:"translateY(-50%)"}:{position:"absolute",bottom:`calc(${I(V)}% - ${F/2}px)`,left:"50%",transform:"translateX(-50%)"},onPointerDown:B=>E(B,O),onPointerMove:L,onPointerUp:H,onPointerCancel:H,onKeyDown:B=>D(B,O)},O)),b&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("input",{type:"hidden",name:`${b}[0]`,value:h[0]}),jsxRuntime.jsx("input",{type:"hidden",name:`${b}[1]`,value:h[1]})]})]})]})});_v.displayName="RangeSlider";var Ol=classVarianceAuthority.cva("inline-flex items-center justify-center rounded-full transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",{variants:{variant:{help:"text-muted-foreground hover:text-foreground",info:"text-blue-500 hover:text-blue-600",warning:"text-yellow-500 hover:text-yellow-600"},size:{sm:"h-4 w-4",md:"h-5 w-5",lg:"h-6 w-6"}},defaultVariants:{variant:"help",size:"md"}}),sP=classVarianceAuthority.cva("z-50 rounded-md border bg-popover p-4 text-popover-foreground shadow-md outline-none animate-in fade-in-0 zoom-in-95",{variants:{size:{sm:"w-56 text-xs",md:"w-72 text-sm",lg:"w-80 text-base"}},defaultVariants:{size:"md"}}),iP={help:lucideReact.HelpCircle,info:lucideReact.Info,warning:lucideReact.AlertCircle},Yv=$__namespace.forwardRef(({variant:e="help",size:t,title:r,children:a,trigger:n,side:o="top",align:s="center",open:l,onOpenChange:c,learnMoreUrl:d,learnMoreText:m="Learn more",triggerClassName:u,contentClassName:f},p)=>{let[b,x]=$__namespace.useState(false),[g,v]=$__namespace.useState(false),[w,y]=$__namespace.useState({top:0,left:0}),h=$__namespace.useRef(null),C=$__namespace.useRef(null),R=l!==void 0?l:b,T=$__namespace.useCallback(k=>{l===void 0&&x(k),c?.(k);},[l,c]);$__namespace.useEffect(()=>{v(true);},[]),$__namespace.useEffect(()=>{if(!R||!h.current)return;let k=()=>{let E=h.current.getBoundingClientRect(),L=288,H=8,S=0,D=0;switch(o){case "top":S=E.top-H,D=E.left+E.width/2;break;case "bottom":S=E.bottom+H,D=E.left+E.width/2;break;case "left":S=E.top+E.height/2,D=E.left-H;break;case "right":S=E.top+E.height/2,D=E.right+H;break}if(o==="top"||o==="bottom")switch(s){case "start":D=E.left;break;case "center":D=E.left+E.width/2-L/2;break;case "end":D=E.right-L;break}D=Math.max(8,Math.min(D,window.innerWidth-L-8)),y({top:S,left:D});};return k(),window.addEventListener("resize",k),window.addEventListener("scroll",k,true),()=>{window.removeEventListener("resize",k),window.removeEventListener("scroll",k,true);}},[R,o,s]),$__namespace.useEffect(()=>{if(!R)return;let k=E=>{C.current&&!C.current.contains(E.target)&&h.current&&!h.current.contains(E.target)&&T(false);};return document.addEventListener("mousedown",k),()=>document.removeEventListener("mousedown",k)},[R,T]),$__namespace.useEffect(()=>{if(!R)return;let k=E=>{E.key==="Escape"&&T(false);};return document.addEventListener("keydown",k),()=>document.removeEventListener("keydown",k)},[R,T]);let M=iP[e??"help"],P=()=>{T(!R);},N=()=>{switch(o){case "top":return "bottom center";case "bottom":return "top center";case "left":return "right center";case "right":return "left center";default:return "center center"}};return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[n?$__namespace.isValidElement(n)?$__namespace.cloneElement(n,{ref:h,onClick:k=>{n.props.onClick?.(k),P();}}):jsxRuntime.jsx("button",{ref:h,type:"button",onClick:P,className:i(Ol({variant:e,size:t}),u),"aria-label":"Help",children:n}):jsxRuntime.jsx("button",{ref:k=>{h.current=k,typeof p=="function"?p(k):p&&(p.current=k);},type:"button",onClick:P,className:i(Ol({variant:e,size:t}),u),"aria-label":"Help",children:jsxRuntime.jsx(M,{className:"h-full w-full"})}),g&&R&&No__namespace.createPortal(jsxRuntime.jsxs("div",{ref:C,className:i(sP({size:t}),f),style:{position:"fixed",top:w.top,left:w.left,transformOrigin:N()},role:"tooltip",children:[r&&jsxRuntime.jsx("div",{className:"mb-2 font-semibold text-foreground",children:r}),jsxRuntime.jsx("div",{className:"text-muted-foreground",children:a}),d&&jsxRuntime.jsxs("a",{href:d,target:"_blank",rel:"noopener noreferrer",className:"mt-3 inline-block text-primary hover:underline",children:[m," \u2192"]}),jsxRuntime.jsx("div",{className:"absolute h-2 w-2 rotate-45 border bg-popover",style:{...o==="top"&&{bottom:-4,left:"50%",marginLeft:-4,borderTop:"none",borderLeft:"none"},...o==="bottom"&&{top:-4,left:"50%",marginLeft:-4,borderBottom:"none",borderRight:"none"},...o==="left"&&{right:-4,top:"50%",marginTop:-4,borderBottom:"none",borderLeft:"none"},...o==="right"&&{left:-4,top:"50%",marginTop:-4,borderTop:"none",borderRight:"none"}}})]}),document.body)]})});Yv.displayName="ContextualHelp";var Xv=classVarianceAuthority.cva("flex flex-wrap",{variants:{spacing:{sm:"gap-1",md:"gap-2",lg:"gap-3"}},defaultVariants:{spacing:"md"}}),Fl=classVarianceAuthority.cva("inline-flex items-center gap-1 rounded-md font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",{variants:{variant:{solid:"bg-primary text-primary-foreground",outline:"border border-input bg-background hover:bg-accent",soft:"bg-primary/10 text-primary",surface:"bg-muted text-muted-foreground"},size:{sm:"px-2 py-0.5 text-xs",md:"px-2.5 py-1 text-sm",lg:"px-3 py-1.5 text-base"},isSelected:{true:"",false:""},isDisabled:{true:"opacity-50 pointer-events-none",false:""}},compoundVariants:[{variant:"outline",isSelected:true,className:"border-primary bg-primary/5"},{variant:"soft",isSelected:true,className:"bg-primary/20"},{variant:"surface",isSelected:true,className:"bg-muted/80 ring-2 ring-primary/20"}],defaultVariants:{variant:"soft",size:"md",isSelected:false,isDisabled:false}});function qv({className:e,spacing:t,variant:r,size:a,items:n,selectedKeys:o,selectionMode:s="none",onSelectionChange:l,allowsRemoving:c=false,onRemove:d,label:m,description:u,errorMessage:f,maxTags:p,...b}){let[x,g]=$__namespace.useState(new Set),v=$__namespace.useMemo(()=>o?o instanceof Set?o:new Set(o):x,[o,x]),w=R=>{if(s==="none")return;let T;s==="single"?T=v.has(R)?new Set:new Set([R]):(T=new Set(v),T.has(R)?T.delete(R):T.add(R)),o||g(T),l?.(T);},y=(R,T)=>{T.stopPropagation(),d?.(R);},h=p?n.slice(0,p):n,C=p?Math.max(0,n.length-p):0;return jsxRuntime.jsxs("div",{className:"flex flex-col gap-1.5",children:[m&&jsxRuntime.jsx("span",{className:"text-sm font-medium text-foreground",children:m}),u&&jsxRuntime.jsx("span",{className:"text-sm text-muted-foreground",children:u}),jsxRuntime.jsxs("div",{role:"group","aria-label":m,className:i(Xv({spacing:t}),e),...b,children:[h.map(R=>{let T=v.has(R.key),M=s!=="none";return jsxRuntime.jsxs("span",{role:M?"button":void 0,tabIndex:M&&!R.isDisabled?0:void 0,"aria-pressed":M?T:void 0,onClick:()=>!R.isDisabled&&w(R.key),onKeyDown:P=>{(P.key==="Enter"||P.key===" ")&&!R.isDisabled&&(P.preventDefault(),w(R.key));},style:R.color?{backgroundColor:R.color}:void 0,className:i(Fl({variant:R.color?void 0:r,size:a,isSelected:T,isDisabled:R.isDisabled}),M&&!R.isDisabled&&"cursor-pointer hover:opacity-80",R.color&&"text-white"),children:[R.icon&&jsxRuntime.jsx("span",{className:"h-3.5 w-3.5 [&>svg]:h-full [&>svg]:w-full",children:R.icon}),R.label,c&&!R.isDisabled&&jsxRuntime.jsx("button",{type:"button",onClick:P=>y(R.key,P),className:"ml-0.5 rounded-full p-0.5 hover:bg-black/10 dark:hover:bg-white/10","aria-label":`Remove ${R.label}`,children:jsxRuntime.jsx(lucideReact.X,{className:"h-3 w-3"})})]},R.key)}),C>0&&jsxRuntime.jsxs("span",{className:i(Fl({variant:"surface",size:a}),"cursor-default"),children:["+",C," more"]})]}),f&&jsxRuntime.jsx("span",{className:"text-sm text-destructive",children:f})]})}qv.displayName="TagGroup";var Qv=classVarianceAuthority.cva("grid",{variants:{columns:{1:"grid-cols-1",2:"grid-cols-2",3:"grid-cols-3",4:"grid-cols-4",5:"grid-cols-5",6:"grid-cols-6",auto:"grid-cols-[repeat(auto-fill,minmax(150px,1fr))]"},gap:{sm:"gap-2",md:"gap-4",lg:"gap-6"}},defaultVariants:{columns:"auto",gap:"md"}}),eh=classVarianceAuthority.cva("relative flex flex-col rounded-lg border transition-all cursor-pointer",{variants:{variant:{default:"hover:border-primary/50 hover:bg-accent/50",card:"bg-card shadow-sm hover:shadow-md hover:border-primary/50"},size:{sm:"p-2",md:"p-3",lg:"p-4"},isSelected:{true:"border-primary bg-accent ring-2 ring-primary/20",false:""},isDisabled:{true:"opacity-50 pointer-events-none",false:""}},defaultVariants:{variant:"default",size:"md",isSelected:false,isDisabled:false}});function th({className:e,columns:t,gap:r,items:a,selectedKeys:n,selectionMode:o="none",onSelectionChange:s,showSelectionIndicator:l=true,itemVariant:c="default",itemSize:d="md",renderItem:m,emptyContent:u,...f}){let[p,b]=$__namespace.useState(new Set),x=$__namespace.useMemo(()=>n?n instanceof Set?n:new Set(n):p,[n,p]),g=v=>{if(o==="none")return;let w;o==="single"?w=x.has(v)?new Set:new Set([v]):(w=new Set(x),w.has(v)?w.delete(v):w.add(v)),n||b(w),s?.(w);};return a.length===0?jsxRuntime.jsx("div",{className:i("flex items-center justify-center p-8 text-muted-foreground",e),children:u||"No items"}):jsxRuntime.jsx("div",{role:"grid","aria-multiselectable":o==="multiple",className:i(Qv({columns:t,gap:r,className:e})),...f,children:a.map(v=>{let w=x.has(v.key);return m?jsxRuntime.jsx("div",{role:"gridcell","aria-selected":w,onClick:()=>g(v.key),children:m(v,w)},v.key):jsxRuntime.jsxs("div",{role:"gridcell","aria-selected":w,"aria-disabled":v.isDisabled,onClick:()=>!v.isDisabled&&g(v.key),className:i(eh({variant:c,size:d,isSelected:w,isDisabled:v.isDisabled})),children:[l&&o!=="none"&&w&&jsxRuntime.jsx("div",{className:"absolute top-2 right-2 flex h-5 w-5 items-center justify-center rounded-full bg-primary text-primary-foreground",children:jsxRuntime.jsx(lucideReact.Check,{className:"h-3 w-3"})}),v.thumbnail&&jsxRuntime.jsx("div",{className:"mb-2 aspect-square w-full overflow-hidden rounded-md bg-muted",children:v.thumbnail}),jsxRuntime.jsxs("div",{className:"min-w-0",children:[jsxRuntime.jsx("div",{className:"truncate font-medium",children:v.label}),v.description&&jsxRuntime.jsx("div",{className:"mt-1 truncate text-sm text-muted-foreground",children:v.description})]})]},v.key)})})}th.displayName="GridList";var ah=classVarianceAuthority.cva("relative w-full",{variants:{size:{sm:"h-1.5",md:"h-2",lg:"h-3"}},defaultVariants:{size:"md"}}),uP=classVarianceAuthority.cva("w-full h-full rounded-full overflow-hidden",{variants:{variant:{default:"bg-secondary",subtle:"bg-muted"}},defaultVariants:{variant:"default"}}),mP=classVarianceAuthority.cva("h-full transition-all duration-300 ease-out",{variants:{color:{primary:"bg-primary",success:"bg-green-500",warning:"bg-yellow-500",danger:"bg-red-500",info:"bg-blue-500",auto:""},rounded:{true:"rounded-full",false:"rounded-l-full"}},defaultVariants:{color:"primary",rounded:true}}),Is=$__namespace.forwardRef(({className:e,size:t,value:r,min:a=0,max:n=100,optimum:o,low:s,high:l,label:c,showValueLabel:d=false,formatValue:m,color:u="primary",trackVariant:f="default",...p},b)=>{let x=Math.min(100,Math.max(0,(r-a)/(n-a)*100)),g=()=>{if(u!=="auto")return "";let w=(r-a)/(n-a),y=s!==void 0?(s-a)/(n-a):.25,h=l!==void 0?(l-a)/(n-a):.75;return (o!==void 0?(o-a)/(n-a):1)>=.5?w<=y?"bg-red-500":w<=h?"bg-yellow-500":"bg-green-500":w>=h?"bg-red-500":w>=y?"bg-yellow-500":"bg-green-500"},v=m?m(r,x):`${Math.round(x)}%`;return jsxRuntime.jsxs("div",{ref:b,className:i("w-full",e),...p,children:[(c||d)&&jsxRuntime.jsxs("div",{className:"flex items-center justify-between mb-1.5",children:[c&&jsxRuntime.jsx("span",{className:"text-sm font-medium text-foreground",children:c}),d&&jsxRuntime.jsx("span",{className:"text-sm text-muted-foreground",children:v})]}),jsxRuntime.jsx("div",{role:"meter","aria-valuenow":r,"aria-valuemin":a,"aria-valuemax":n,"aria-label":c,className:i(ah({size:t})),children:jsxRuntime.jsx("div",{className:i(uP({variant:f})),children:jsxRuntime.jsx("div",{className:i(mP({color:u==="auto"?void 0:u,rounded:x>=100}),u==="auto"&&g()),style:{width:`${x}%`}})})})]})});Is.displayName="Meter";var nh=$__namespace.forwardRef((e,t)=>jsxRuntime.jsx(Is,{ref:t,color:"auto",low:50,high:80,optimum:0,...e}));nh.displayName="DiskUsageMeter";var oh=$__namespace.forwardRef((e,t)=>jsxRuntime.jsx(Is,{ref:t,color:"auto",low:20,high:50,optimum:100,...e}));oh.displayName="BatteryMeter";var sh=classVarianceAuthority.cva("relative rounded-lg overflow-hidden cursor-crosshair touch-none select-none",{variants:{size:{sm:"h-32 w-32",md:"h-48 w-48",lg:"h-64 w-64",full:"h-full w-full min-h-48"}},defaultVariants:{size:"md"}}),zs=(e,t,r)=>{let a=n=>{let o=(n+e/60)%6;return r-r*t*Math.max(Math.min(o,4-o,1),0)};return [Math.round(a(5)*255),Math.round(a(3)*255),Math.round(a(1)*255)]},ih=(e,t,r)=>{e/=255,t/=255,r/=255;let a=Math.max(e,t,r),n=Math.min(e,t,r),o=a-n,s=0,l=a===0?0:o/a,c=a;if(o!==0)switch(a){case e:s=((t-r)/o+(t<r?6:0))*60;break;case t:s=((r-e)/o+2)*60;break;case r:s=((e-t)/o+4)*60;break}return [s,l,c]},lh=e=>{let t=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(e);return t?[parseInt(t[1],16),parseInt(t[2],16),parseInt(t[3],16)]:null},ch=(e,t,r)=>"#"+[e,t,r].map(a=>a.toString(16).padStart(2,"0")).join(""),dh=$__namespace.forwardRef(({hue:e,saturation:t,brightness:r,value:a,defaultValue:n="#ff0000",onChange:o,onColorChange:s,size:l,disabled:c,thumbSize:d=18,className:m,...u},f)=>{let p=$__namespace.useRef(null),[b,x]=$__namespace.useState(false),g=$__namespace.useCallback(V=>{let O=lh(V);return O?ih(...O):[0,1,1]},[]),[v,w]=$__namespace.useState(()=>g(a||n)),y=e??v[0],h=t??v[1],C=r??v[2];$__namespace.useEffect(()=>{if(a){let V=g(a);w(V);}},[a,g]);let R=$__namespace.useCallback((V,O)=>{if(c||!p.current)return;let B=p.current.getBoundingClientRect(),te=Math.max(0,Math.min(1,(V-B.left)/B.width)),ae=Math.max(0,Math.min(1,(O-B.top)/B.height)),G=te,K=1-ae;t===void 0&&r===void 0&&w([y,G,K]),o?.({hue:y,saturation:G,brightness:K});let ne=zs(y,G,K);s?.(ch(...ne));},[c,y,t,r,o,s]),T=V=>{c||(V.preventDefault(),x(true),V.target.setPointerCapture(V.pointerId),R(V.clientX,V.clientY));},M=V=>{b&&R(V.clientX,V.clientY);},P=V=>{x(false),V.target.releasePointerCapture(V.pointerId);},[N,k,E]=zs(y,1,1),L=`rgb(${N}, ${k}, ${E})`,H=h*100,S=(1-C)*100,[D,I,A]=zs(y,h,C),F=`rgb(${D}, ${I}, ${A})`;return jsxRuntime.jsx("div",{ref:f,className:i(sh({size:l}),c&&"cursor-not-allowed opacity-50",m),...u,children:jsxRuntime.jsxs("div",{ref:p,className:"absolute inset-0",style:{backgroundColor:L},onPointerDown:T,onPointerMove:M,onPointerUp:P,onPointerLeave:P,children:[jsxRuntime.jsx("div",{className:"absolute inset-0",style:{background:"linear-gradient(to right, white, transparent)"}}),jsxRuntime.jsx("div",{className:"absolute inset-0",style:{background:"linear-gradient(to bottom, transparent, black)"}}),jsxRuntime.jsx("div",{className:"absolute rounded-full border-2 border-white pointer-events-none",style:{width:d,height:d,left:`calc(${H}% - ${d/2}px)`,top:`calc(${S}% - ${d/2}px)`,backgroundColor:F,boxShadow:"0 0 0 1px rgba(0,0,0,0.1), 0 2px 4px rgba(0,0,0,0.2)"}})]})})});dh.displayName="ColorArea";var mh=classVarianceAuthority.cva("relative rounded-full cursor-pointer touch-none select-none",{variants:{orientation:{horizontal:"w-full",vertical:"h-full"},size:{sm:"",md:"",lg:""}},compoundVariants:[{orientation:"horizontal",size:"sm",className:"h-3"},{orientation:"horizontal",size:"md",className:"h-4"},{orientation:"horizontal",size:"lg",className:"h-5"},{orientation:"vertical",size:"sm",className:"w-3"},{orientation:"vertical",size:"md",className:"w-4"},{orientation:"vertical",size:"lg",className:"w-5"}],defaultVariants:{orientation:"horizontal",size:"md"}}),bP=`url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cg fill='%23ccc'%3E%3Crect width='4' height='4'/%3E%3Crect x='4' y='4' width='4' height='4'/%3E%3C/g%3E%3C/svg%3E")`,uh="linear-gradient(to right, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000)",ph=$__namespace.forwardRef(({value:e,defaultValue:t,onChange:r,channel:a="hue",baseColor:n="#ff0000",orientation:o,size:s,disabled:l,thumbSize:c=18,showBorder:d=true,className:m,...u},f)=>{let p=$__namespace.useRef(null),[b,x]=$__namespace.useState(false),g=()=>{switch(a){case "hue":return 0;case "alpha":case "saturation":case "brightness":return 1;default:return 0}},[v,w]=$__namespace.useState(t??g()),y=e??v,h=a==="hue"?y/360:y,C=$__namespace.useCallback((L,H)=>{if(l||!p.current)return;let S=p.current.getBoundingClientRect(),D=o!=="vertical",I;D?I=Math.max(0,Math.min(1,(L-S.left)/S.width)):I=Math.max(0,Math.min(1,1-(H-S.top)/S.height));let A=a==="hue"?I*360:I;e===void 0&&w(A),r?.(A);},[l,o,a,e,r]),R=L=>{l||(L.preventDefault(),x(true),L.target.setPointerCapture(L.pointerId),C(L.clientX,L.clientY));},T=L=>{b&&C(L.clientX,L.clientY);},M=L=>{x(false),L.target.releasePointerCapture(L.pointerId);},P=()=>{let L=o!=="vertical",H=L?"to right":"to top";switch(a){case "hue":return L?uh:"linear-gradient(to top, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000)";case "alpha":return `linear-gradient(${H}, transparent, ${n})`;case "saturation":return `linear-gradient(${H}, #808080, ${n})`;case "brightness":return `linear-gradient(${H}, #000000, ${n})`;default:return uh}},N=()=>a==="hue"?`hsl(${y}, 100%, 50%)`:n,k=o!=="vertical",E=h*100;return jsxRuntime.jsx("div",{ref:f,className:i(mh({orientation:o,size:s}),l&&"cursor-not-allowed opacity-50",m),...u,children:jsxRuntime.jsxs("div",{ref:p,className:i("absolute inset-0 rounded-full overflow-hidden",d&&"border border-input"),style:{backgroundImage:a==="alpha"?bP:void 0,backgroundSize:a==="alpha"?"8px 8px":void 0},onPointerDown:R,onPointerMove:T,onPointerUp:M,onPointerLeave:M,children:[jsxRuntime.jsx("div",{className:"absolute inset-0 rounded-full",style:{background:P()}}),jsxRuntime.jsx("div",{className:"absolute rounded-full border-2 border-white shadow-md pointer-events-none",style:{width:c,height:c,...k?{left:`calc(${E}% - ${c/2}px)`,top:"50%",transform:"translateY(-50%)"}:{bottom:`calc(${E}% - ${c/2}px)`,left:"50%",transform:"translateX(-50%)"},backgroundColor:N(),boxShadow:"0 0 0 1px rgba(0,0,0,0.2), 0 2px 4px rgba(0,0,0,0.2)"}})]})})});ph.displayName="ColorSlider";var fh=classVarianceAuthority.cva("relative cursor-crosshair touch-none select-none",{variants:{size:{sm:"h-32 w-32",md:"h-48 w-48",lg:"h-64 w-64"}},defaultVariants:{size:"md"}}),xP=(e,t,r)=>{let a=e-r,n=t-r,o=Math.atan2(n,a)*180/Math.PI+90;return o<0&&(o+=360),o},gh=$__namespace.forwardRef(({value:e,defaultValue:t=0,onChange:r,size:a,disabled:n,innerRadius:o=.6,thumbSize:s=20,showCenter:l=true,className:c,...d},m)=>{let u=$__namespace.useRef(null),[f,p]=$__namespace.useState(false),[b,x]=$__namespace.useState(t),g=e??b,v=$__namespace.useCallback((R,T)=>{if(n||!u.current)return;let M=u.current.getBoundingClientRect(),P=M.width/2,N=R-M.left,k=T-M.top,E=xP(N,k,P);e===void 0&&x(E),r?.(E);},[n,e,r]),w=R=>{n||(R.preventDefault(),p(true),R.target.setPointerCapture(R.pointerId),v(R.clientX,R.clientY));},y=R=>{f&&v(R.clientX,R.clientY);},h=R=>{p(false),R.target.releasePointerCapture(R.pointerId);},C=()=>{let R=[];for(let T=0;T<=360;T+=30)R.push(`hsl(${T}, 100%, 50%) ${T}deg`);return `conic-gradient(from 270deg, ${R.join(", ")})`};return jsxRuntime.jsx("div",{ref:m,className:i(fh({size:a}),n&&"cursor-not-allowed opacity-50",c),...d,children:jsxRuntime.jsxs("div",{ref:u,className:"absolute inset-0 rounded-full",style:{background:C()},onPointerDown:w,onPointerMove:y,onPointerUp:h,onPointerLeave:h,children:[o<1&&jsxRuntime.jsx("div",{className:"absolute bg-background rounded-full",style:{top:`${(1-o)*50}%`,left:`${(1-o)*50}%`,width:`${o*100}%`,height:`${o*100}%`}}),l&&o<1&&jsxRuntime.jsx("div",{className:"absolute rounded-full border-2 border-input bg-background",style:{width:8,height:8,top:"50%",left:"50%",transform:"translate(-50%, -50%)"}}),jsxRuntime.jsx(yP,{hue:g,innerRadius:o,thumbSize:s})]})})});gh.displayName="ColorWheel";var yP=({hue:e,innerRadius:t,thumbSize:r})=>{let a=(1-(1-t)/2)*50,n=(e-90)*Math.PI/180,o=50+a*Math.cos(n),s=50+a*Math.sin(n);return jsxRuntime.jsx("div",{className:"absolute rounded-full border-2 border-white shadow-md pointer-events-none",style:{width:r,height:r,left:`calc(${o}% - ${r/2}px)`,top:`calc(${s}% - ${r/2}px)`,backgroundColor:`hsl(${e}, 100%, 50%)`,boxShadow:"0 0 0 1px rgba(0,0,0,0.2), 0 2px 4px rgba(0,0,0,0.2)"}})};var bh=classVarianceAuthority.cva("flex",{variants:{direction:{row:"flex-row","row-reverse":"flex-row-reverse",column:"flex-col","column-reverse":"flex-col-reverse"},align:{start:"items-start",center:"items-center",end:"items-end",stretch:"items-stretch",baseline:"items-baseline"},justify:{start:"justify-start",center:"justify-center",end:"justify-end",between:"justify-between",around:"justify-around",evenly:"justify-evenly"},wrap:{nowrap:"flex-nowrap",wrap:"flex-wrap","wrap-reverse":"flex-wrap-reverse"},gap:{0:"gap-0",1:"gap-1",2:"gap-2",3:"gap-3",4:"gap-4",5:"gap-5",6:"gap-6",8:"gap-8",10:"gap-10",12:"gap-12"},inline:{true:"inline-flex",false:"flex"}},defaultVariants:{direction:"row",align:"stretch",justify:"start",wrap:"nowrap",gap:0,inline:false}}),qn=$__namespace.forwardRef(({className:e,direction:t,align:r,justify:a,wrap:n,gap:o,inline:s,as:l="div",...c},d)=>jsxRuntime.jsx(l,{ref:d,className:i(bh({direction:t,align:r,justify:a,wrap:n,gap:o,inline:s,className:e})),...c}));qn.displayName="Flex";var vh=$__namespace.forwardRef(({gap:e=2,align:t="center",...r},a)=>jsxRuntime.jsx(qn,{ref:a,direction:"row",gap:e,align:t,...r}));vh.displayName="HStack";var hh=$__namespace.forwardRef(({gap:e=2,align:t="stretch",...r},a)=>jsxRuntime.jsx(qn,{ref:a,direction:"column",gap:e,align:t,...r}));hh.displayName="VStack";var xh=$__namespace.forwardRef((e,t)=>jsxRuntime.jsx(qn,{ref:t,align:"center",justify:"center",...e}));xh.displayName="Center";var Rh=classVarianceAuthority.cva("grid",{variants:{columns:{1:"grid-cols-1",2:"grid-cols-2",3:"grid-cols-3",4:"grid-cols-4",5:"grid-cols-5",6:"grid-cols-6",7:"grid-cols-7",8:"grid-cols-8",9:"grid-cols-9",10:"grid-cols-10",11:"grid-cols-11",12:"grid-cols-12",none:"grid-cols-none",auto:"grid-cols-[repeat(auto-fill,minmax(200px,1fr))]"},rows:{1:"grid-rows-1",2:"grid-rows-2",3:"grid-rows-3",4:"grid-rows-4",5:"grid-rows-5",6:"grid-rows-6",none:"grid-rows-none"},gap:{0:"gap-0",1:"gap-1",2:"gap-2",3:"gap-3",4:"gap-4",5:"gap-5",6:"gap-6",8:"gap-8",10:"gap-10",12:"gap-12"},gapX:{0:"gap-x-0",1:"gap-x-1",2:"gap-x-2",3:"gap-x-3",4:"gap-x-4",5:"gap-x-5",6:"gap-x-6",8:"gap-x-8",10:"gap-x-10",12:"gap-x-12"},gapY:{0:"gap-y-0",1:"gap-y-1",2:"gap-y-2",3:"gap-y-3",4:"gap-y-4",5:"gap-y-5",6:"gap-y-6",8:"gap-y-8",10:"gap-y-10",12:"gap-y-12"},flow:{row:"grid-flow-row",col:"grid-flow-col",dense:"grid-flow-dense","row-dense":"grid-flow-row-dense","col-dense":"grid-flow-col-dense"},align:{start:"items-start",center:"items-center",end:"items-end",stretch:"items-stretch",baseline:"items-baseline"},justify:{start:"justify-items-start",center:"justify-items-center",end:"justify-items-end",stretch:"justify-items-stretch"},placeItems:{start:"place-items-start",center:"place-items-center",end:"place-items-end",stretch:"place-items-stretch"}},defaultVariants:{columns:1,gap:4,flow:"row",align:"stretch",justify:"stretch"}}),Os=$__namespace.forwardRef(({className:e,columns:t,rows:r,gap:a,gapX:n,gapY:o,flow:s,align:l,justify:c,placeItems:d,as:m="div",minChildWidth:u,style:f,...p},b)=>{let x=u?{...f,gridTemplateColumns:`repeat(auto-fill, minmax(${u}, 1fr))`}:f;return jsxRuntime.jsx(m,{ref:b,className:i(Rh({columns:u?void 0:t,rows:r,gap:a,gapX:n,gapY:o,flow:s,align:l,justify:c,placeItems:d,className:e})),style:x,...p})});Os.displayName="Grid";var wh=classVarianceAuthority.cva("",{variants:{colSpan:{1:"col-span-1",2:"col-span-2",3:"col-span-3",4:"col-span-4",5:"col-span-5",6:"col-span-6",7:"col-span-7",8:"col-span-8",9:"col-span-9",10:"col-span-10",11:"col-span-11",12:"col-span-12",full:"col-span-full"},rowSpan:{1:"row-span-1",2:"row-span-2",3:"row-span-3",4:"row-span-4",5:"row-span-5",6:"row-span-6",full:"row-span-full"},colStart:{1:"col-start-1",2:"col-start-2",3:"col-start-3",4:"col-start-4",5:"col-start-5",6:"col-start-6",7:"col-start-7",8:"col-start-8",9:"col-start-9",10:"col-start-10",11:"col-start-11",12:"col-start-12",13:"col-start-13",auto:"col-start-auto"},colEnd:{1:"col-end-1",2:"col-end-2",3:"col-end-3",4:"col-end-4",5:"col-end-5",6:"col-end-6",7:"col-end-7",8:"col-end-8",9:"col-end-9",10:"col-end-10",11:"col-end-11",12:"col-end-12",13:"col-end-13",auto:"col-end-auto"},rowStart:{1:"row-start-1",2:"row-start-2",3:"row-start-3",4:"row-start-4",5:"row-start-5",6:"row-start-6",7:"row-start-7",auto:"row-start-auto"},rowEnd:{1:"row-end-1",2:"row-end-2",3:"row-end-3",4:"row-end-4",5:"row-end-5",6:"row-end-6",7:"row-end-7",auto:"row-end-auto"}}}),Ch=$__namespace.forwardRef(({className:e,colSpan:t,rowSpan:r,colStart:a,colEnd:n,rowStart:o,rowEnd:s,as:l="div",...c},d)=>jsxRuntime.jsx(l,{ref:d,className:i(wh({colSpan:t,rowSpan:r,colStart:a,colEnd:n,rowStart:o,rowEnd:s,className:e})),...c}));Ch.displayName="GridItem";var Nh=$__namespace.forwardRef(({columns:e=2,className:t,...r},a)=>{if(typeof e=="number")return jsxRuntime.jsx(Os,{ref:a,columns:e,className:t,...r});let n=i(e.sm&&`sm:grid-cols-${e.sm}`,e.md&&`md:grid-cols-${e.md}`,e.lg&&`lg:grid-cols-${e.lg}`,e.xl&&`xl:grid-cols-${e.xl}`);return jsxRuntime.jsx(Os,{ref:a,columns:1,className:i(n,t),...r})});Nh.displayName="SimpleGrid";var Th=classVarianceAuthority.cva("rounded-lg",{variants:{variant:{default:"bg-muted",subtle:"bg-muted/50",outline:"border border-border bg-transparent",filled:"bg-accent",sunken:"bg-muted shadow-inner"},size:{sm:"p-3",md:"p-4",lg:"p-6",xl:"p-8"},radius:{none:"rounded-none",sm:"rounded-sm",md:"rounded-md",lg:"rounded-lg",xl:"rounded-xl",full:"rounded-3xl"}},defaultVariants:{variant:"default",size:"md",radius:"lg"}}),Ph=$__namespace.forwardRef(({className:e,variant:t,size:r,radius:a,as:n="div",...o},s)=>jsxRuntime.jsx(n,{ref:s,className:i(Th({variant:t,size:r,radius:a,className:e})),...o}));Ph.displayName="Well";var Eh=classVarianceAuthority.cva("flex",{variants:{orientation:{horizontal:"flex-row items-center gap-2",vertical:"flex-col gap-1"},size:{sm:"",md:"",lg:""},align:{start:"items-start",center:"items-center",end:"items-end"}},compoundVariants:[{orientation:"horizontal",align:"start",className:"items-start"},{orientation:"horizontal",align:"center",className:"items-center"},{orientation:"horizontal",align:"end",className:"items-end"}],defaultVariants:{orientation:"vertical",size:"md",align:"start"}}),MP=classVarianceAuthority.cva("text-muted-foreground font-medium",{variants:{size:{sm:"text-xs",md:"text-sm",lg:"text-base"}},defaultVariants:{size:"md"}}),TP=classVarianceAuthority.cva("text-foreground",{variants:{size:{sm:"text-sm",md:"text-base",lg:"text-lg"},weight:{normal:"font-normal",medium:"font-medium",semibold:"font-semibold",bold:"font-bold"},mono:{true:"font-mono",false:""}},defaultVariants:{size:"md",weight:"normal",mono:false}}),Lh=$__namespace.forwardRef(({className:e,orientation:t,size:r,align:a,label:n,value:o,valueWeight:s,mono:l,labelWidth:c,labelClassName:d,valueClassName:m,showColon:u=false,copyable:f=false,onCopy:p,...b},x)=>{let g=async()=>{if(!(!f||o===null||o===void 0))try{let v=typeof o=="string"?o:String(o);await navigator.clipboard.writeText(v),p?.();}catch{}};return jsxRuntime.jsxs("div",{ref:x,className:i(Eh({orientation:t,size:r,align:a,className:e})),...b,children:[jsxRuntime.jsxs("span",{className:i(MP({size:r}),d),style:c?{width:c,flexShrink:0}:void 0,children:[n,u&&":"]}),jsxRuntime.jsx("span",{className:i(TP({size:r,weight:s,mono:l}),f&&"cursor-pointer hover:bg-accent/50 rounded px-1 -mx-1 transition-colors",m),onClick:f?g:void 0,role:f?"button":void 0,tabIndex:f?0:void 0,onKeyDown:f?v=>{(v.key==="Enter"||v.key===" ")&&(v.preventDefault(),g());}:void 0,children:o})]})});Lh.displayName="LabeledValue";var Dh=classVarianceAuthority.cva("",{variants:{orientation:{horizontal:"flex flex-row flex-wrap",vertical:"flex flex-col"},gap:{sm:"gap-2",md:"gap-4",lg:"gap-6"}},defaultVariants:{orientation:"vertical",gap:"md"}}),Sh=$__namespace.forwardRef(({className:e,orientation:t,gap:r,...a},n)=>jsxRuntime.jsx("div",{ref:n,className:i(Dh({orientation:t,gap:r,className:e})),...a}));Sh.displayName="LabeledValueGroup";var Ah=classVarianceAuthority.cva("flex items-center rounded-md border border-input bg-background ring-offset-background transition-colors focus-within:ring-2 focus-within:ring-ring focus-within:ring-offset-2",{variants:{size:{sm:"h-8 text-xs",md:"h-10 text-sm",lg:"h-12 text-base"},variant:{default:"",filled:"bg-muted border-transparent",ghost:"border-transparent hover:bg-muted"}},defaultVariants:{size:"md",variant:"default"}}),un=classVarianceAuthority.cva("text-muted-foreground shrink-0",{variants:{size:{sm:"h-3.5 w-3.5",md:"h-4 w-4",lg:"h-5 w-5"}},defaultVariants:{size:"md"}}),zh=$__namespace.forwardRef(({value:e,defaultValue:t="",onChange:r,onSearch:a,onSelect:n,suggestions:o=[],recentSearches:s=[],onClearRecentSearches:l,trendingSearches:c=[],isLoading:d,showClear:m=true,showIcon:u=true,popoverWidth:f="trigger",emptyMessage:p="No results found",size:b,variant:x,className:g,placeholder:v="Search...",disabled:w,...y},h)=>{let[C,R]=$__namespace.useState(false),[T,M]=$__namespace.useState(t),P=e!==void 0?e:T,N=$__namespace.useRef(null);$__namespace.useImperativeHandle(h,()=>N.current);let k=P.length>0,E=C&&(o.length>0||s.length>0||c.length>0||k),L=V=>{e===void 0&&M(V),r?.(V);},H=()=>{L(""),N.current?.focus();},S=V=>{V?.preventDefault(),P.trim()&&(a?.(P.trim()),R(false));},D=V=>{L(V.label),n?.(V),R(false);},I=V=>{L(V),a?.(V),R(false);},A=V=>{L(V),a?.(V),R(false);},F=$__namespace.useMemo(()=>{let V={};return o.forEach(O=>{let B=O.category||"Results";V[B]||(V[B]=[]),V[B].push(O);}),V},[o]);return jsxRuntime.jsxs(Ie,{open:E,onOpenChange:R,children:[jsxRuntime.jsx(Ye,{asChild:true,children:jsxRuntime.jsxs("form",{onSubmit:S,className:i(Ah({size:b,variant:x}),g),children:[u&&jsxRuntime.jsx(lucideReact.Search,{className:i(un({size:b}),"ml-3")}),jsxRuntime.jsx("input",{ref:N,type:"text",value:P,onChange:V=>L(V.target.value),onFocus:()=>R(true),placeholder:v,disabled:w,className:i("flex-1 bg-transparent px-3 py-2 outline-none placeholder:text-muted-foreground disabled:cursor-not-allowed disabled:opacity-50",!u&&"pl-3"),...y}),m&&k&&!w&&jsxRuntime.jsx("button",{type:"button",onClick:H,className:i("mr-2 rounded-sm p-1 text-muted-foreground hover:text-foreground hover:bg-muted transition-colors",un({size:b})),children:jsxRuntime.jsx(lucideReact.X,{className:"h-full w-full"})})]})}),jsxRuntime.jsx(Ae,{className:"p-0",style:{width:f==="trigger"?"var(--radix-popover-trigger-width)":f},align:"start",onOpenAutoFocus:V=>V.preventDefault(),children:jsxRuntime.jsxs(cmdk.Command,{className:"rounded-lg border-0",children:[s.length>0&&!k&&jsxRuntime.jsxs("div",{className:"p-2",children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between px-2 py-1.5",children:[jsxRuntime.jsx("span",{className:"text-xs font-medium text-muted-foreground",children:"Recent"}),l&&jsxRuntime.jsx("button",{type:"button",onClick:l,className:"text-xs text-muted-foreground hover:text-foreground",children:"Clear"})]}),s.map((V,O)=>jsxRuntime.jsxs("button",{type:"button",onClick:()=>I(V),className:"flex w-full items-center gap-2 rounded-sm px-2 py-1.5 text-sm hover:bg-muted",children:[jsxRuntime.jsx(lucideReact.Clock,{className:i(un({size:b}))}),jsxRuntime.jsx("span",{className:"flex-1 text-left truncate",children:V}),jsxRuntime.jsx(lucideReact.ArrowRight,{className:i(un({size:b}),"opacity-0 group-hover:opacity-100")})]},O))]}),c.length>0&&!k&&jsxRuntime.jsxs("div",{className:"border-t p-2",children:[jsxRuntime.jsx("div",{className:"px-2 py-1.5",children:jsxRuntime.jsx("span",{className:"text-xs font-medium text-muted-foreground",children:"Trending"})}),c.map((V,O)=>jsxRuntime.jsxs("button",{type:"button",onClick:()=>A(V),className:"flex w-full items-center gap-2 rounded-sm px-2 py-1.5 text-sm hover:bg-muted",children:[jsxRuntime.jsx(lucideReact.TrendingUp,{className:i(un({size:b}))}),jsxRuntime.jsx("span",{className:"flex-1 text-left truncate",children:V})]},O))]}),k&&jsxRuntime.jsx("div",{className:"p-2",children:d?jsxRuntime.jsx("div",{className:"flex items-center justify-center py-6",children:jsxRuntime.jsx("div",{className:"h-4 w-4 animate-spin rounded-full border-2 border-primary border-t-transparent"})}):o.length>0?Object.entries(F).map(([V,O])=>jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("div",{className:"px-2 py-1.5",children:jsxRuntime.jsx("span",{className:"text-xs font-medium text-muted-foreground",children:V})}),O.map(B=>jsxRuntime.jsxs("button",{type:"button",onClick:()=>D(B),className:"flex w-full items-center gap-2 rounded-sm px-2 py-1.5 text-sm hover:bg-muted",children:[B.icon||jsxRuntime.jsx(lucideReact.Search,{className:i(un({size:b}))}),jsxRuntime.jsxs("div",{className:"flex-1 text-left",children:[jsxRuntime.jsx("div",{className:"truncate",children:B.label}),B.description&&jsxRuntime.jsx("div",{className:"text-xs text-muted-foreground truncate",children:B.description})]})]},B.id))]},V)):jsxRuntime.jsx("div",{className:"py-6 text-center text-sm text-muted-foreground",children:p})})]})})]})});zh.displayName="SearchBar";var Bh={Pages:jsxRuntime.jsx(lucideReact.File,{className:"h-4 w-4"}),Files:jsxRuntime.jsx(lucideReact.Folder,{className:"h-4 w-4"}),Settings:jsxRuntime.jsx(lucideReact.Settings,{className:"h-4 w-4"}),Users:jsxRuntime.jsx(lucideReact.User,{className:"h-4 w-4"}),Tags:jsxRuntime.jsx(lucideReact.Hash,{className:"h-4 w-4"})},Gh=$__namespace.forwardRef(({open:e,onOpenChange:t,items:r=[],recentItems:a=[],placeholder:n="Search...",isLoading:o,emptyMessage:s="No results found.",filter:l,shortcut:c="\u2318K",onSelect:d,footer:m},u)=>{let[f,p]=$__namespace.useState(""),b=$__namespace.useRef(null),[x,g]=$__namespace.useState(false);$__namespace.useEffect(()=>{g(true);},[]),$__namespace.useEffect(()=>{e||p("");},[e]),$__namespace.useEffect(()=>{if(!e)return;let R=T=>{T.key==="Escape"&&t?.(false);};return document.addEventListener("keydown",R),()=>document.removeEventListener("keydown",R)},[e,t]),$__namespace.useEffect(()=>(e&&(document.body.style.overflow="hidden"),()=>{document.body.style.overflow="";}),[e]);let v=$__namespace.useMemo(()=>{let R={};return r.forEach(T=>{let M=T.category||"Results";R[M]||(R[M]=[]),R[M].push(T);}),R},[r]),w=R=>{R.onSelect?.(),d?.(R),t?.(false);},y=()=>{t?.(false);},h=f.length>0,C=!h&&a.length>0;return !x||!e?null:No__namespace.createPortal(jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"fixed inset-0 z-50 bg-black/50 backdrop-blur-sm data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0","data-state":e?"open":"closed",onClick:y}),jsxRuntime.jsx("div",{ref:u,className:"fixed left-1/2 top-[20%] z-50 w-full max-w-2xl -translate-x-1/2 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=open]:slide-in-from-left-1/2","data-state":e?"open":"closed",children:jsxRuntime.jsxs(cmdk.Command,{className:"overflow-hidden rounded-xl border bg-background shadow-2xl",filter:l,shouldFilter:!l,children:[jsxRuntime.jsxs("div",{className:"flex items-center border-b px-4",children:[jsxRuntime.jsx(lucideReact.Search,{className:"h-5 w-5 shrink-0 text-muted-foreground"}),jsxRuntime.jsx(cmdk.Command.Input,{ref:b,value:f,onValueChange:p,placeholder:n,className:"flex h-14 w-full bg-transparent px-4 py-4 text-base outline-none placeholder:text-muted-foreground disabled:cursor-not-allowed disabled:opacity-50"}),f&&jsxRuntime.jsx("button",{type:"button",onClick:()=>p(""),className:"rounded-sm p-1 text-muted-foreground hover:text-foreground",children:jsxRuntime.jsx(lucideReact.X,{className:"h-4 w-4"})})]}),jsxRuntime.jsx(cmdk.Command.List,{className:"max-h-[400px] overflow-y-auto p-2",children:o?jsxRuntime.jsx("div",{className:"flex items-center justify-center py-10",children:jsxRuntime.jsx("div",{className:"h-6 w-6 animate-spin rounded-full border-2 border-primary border-t-transparent"})}):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[C&&jsxRuntime.jsxs(cmdk.Command.Group,{heading:"Recent",children:[jsxRuntime.jsx("div",{className:"px-2 py-1.5 text-xs font-medium text-muted-foreground",children:"Recent"}),a.map(R=>jsxRuntime.jsxs(cmdk.Command.Item,{value:R.label,onSelect:()=>w(R),className:"flex cursor-pointer items-center gap-3 rounded-lg px-3 py-2.5 text-sm aria-selected:bg-muted",children:[jsxRuntime.jsx("span",{className:"flex h-8 w-8 shrink-0 items-center justify-center rounded-md bg-muted",children:R.icon||Bh[R.category||""]||jsxRuntime.jsx(lucideReact.File,{className:"h-4 w-4"})}),jsxRuntime.jsxs("div",{className:"flex-1 overflow-hidden",children:[jsxRuntime.jsx("div",{className:"truncate font-medium",children:R.label}),R.description&&jsxRuntime.jsx("div",{className:"truncate text-xs text-muted-foreground",children:R.description})]}),R.shortcut&&jsxRuntime.jsx("div",{className:"flex items-center gap-1",children:R.shortcut.map((T,M)=>jsxRuntime.jsx("kbd",{className:"rounded bg-muted px-1.5 py-0.5 text-xs font-medium",children:T},M))})]},R.id))]}),h&&Object.entries(v).map(([R,T])=>jsxRuntime.jsxs(cmdk.Command.Group,{heading:R,children:[jsxRuntime.jsx("div",{className:"px-2 py-1.5 text-xs font-medium text-muted-foreground",children:R}),T.map(M=>jsxRuntime.jsxs(cmdk.Command.Item,{value:`${M.label} ${M.keywords?.join(" ")||""}`,onSelect:()=>w(M),className:"flex cursor-pointer items-center gap-3 rounded-lg px-3 py-2.5 text-sm aria-selected:bg-muted",children:[jsxRuntime.jsx("span",{className:"flex h-8 w-8 shrink-0 items-center justify-center rounded-md bg-muted",children:M.icon||Bh[R]||jsxRuntime.jsx(lucideReact.File,{className:"h-4 w-4"})}),jsxRuntime.jsxs("div",{className:"flex-1 overflow-hidden",children:[jsxRuntime.jsx("div",{className:"truncate font-medium",children:M.label}),M.description&&jsxRuntime.jsx("div",{className:"truncate text-xs text-muted-foreground",children:M.description})]}),jsxRuntime.jsx(lucideReact.ArrowRight,{className:"h-4 w-4 text-muted-foreground opacity-0 group-aria-selected:opacity-100"})]},M.id))]},R)),jsxRuntime.jsx(cmdk.Command.Empty,{className:"py-10 text-center text-sm text-muted-foreground",children:s})]})}),m?jsxRuntime.jsx("div",{className:"border-t px-4 py-3",children:m}):jsxRuntime.jsxs("div",{className:"flex items-center justify-between border-t px-4 py-3 text-xs text-muted-foreground",children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-4",children:[jsxRuntime.jsxs("span",{className:"flex items-center gap-1",children:[jsxRuntime.jsx("kbd",{className:"rounded bg-muted px-1.5 py-0.5 font-medium",children:"\u2191\u2193"}),"Navigate"]}),jsxRuntime.jsxs("span",{className:"flex items-center gap-1",children:[jsxRuntime.jsx("kbd",{className:"rounded bg-muted px-1.5 py-0.5 font-medium",children:"\u21B5"}),"Select"]}),jsxRuntime.jsxs("span",{className:"flex items-center gap-1",children:[jsxRuntime.jsx("kbd",{className:"rounded bg-muted px-1.5 py-0.5 font-medium",children:"Esc"}),"Close"]})]}),jsxRuntime.jsxs("span",{className:"flex items-center gap-1",children:["Press ",jsxRuntime.jsx("kbd",{className:"rounded bg-muted px-1.5 py-0.5 font-medium",children:c})," to open"]})]})]})})]}),document.body)});Gh.displayName="SpotlightSearch";function OP(e="k"){let[t,r]=$__namespace.useState(false);return $__namespace.useEffect(()=>{let a=n=>{(n.metaKey||n.ctrlKey)&&n.key===e&&(n.preventDefault(),r(o=>!o));};return document.addEventListener("keydown",a),()=>document.removeEventListener("keydown",a)},[e]),{open:t,setOpen:r,toggle:()=>r(a=>!a)}}var jP=classVarianceAuthority.cva("",{variants:{size:{sm:"",md:"",lg:""}},defaultVariants:{size:"md"}}),YP={default:"bg-muted",info:"bg-blue-500/10 text-blue-600 dark:text-blue-400",success:"bg-green-500/10 text-green-600 dark:text-green-400",warning:"bg-yellow-500/10 text-yellow-600 dark:text-yellow-400",error:"bg-red-500/10 text-red-600 dark:text-red-400"},UP=e=>{let t=typeof e=="string"?new Date(e):e,a=new Date().getTime()-t.getTime(),n=Math.floor(a/6e4),o=Math.floor(a/36e5),s=Math.floor(a/864e5);return n<1?"Just now":n<60?`${n}m ago`:o<24?`${o}h ago`:s<7?`${s}d ago`:t.toLocaleDateString()},$h=$__namespace.forwardRef(({notifications:e=[],onNotificationClick:t,onMarkAsRead:r,onMarkAllAsRead:a,onDismiss:n,onClearAll:o,showSettings:s,onSettingsClick:l,trigger:c,align:d="end",emptyMessage:m="No notifications",maxHeight:u=400,className:f},p)=>{let[b,x]=$__namespace.useState(false),g=e.filter(y=>!y.read).length,v=e.length>0,w=y=>{y.read||r?.(y.id),t?.(y);};return jsxRuntime.jsxs(Ie,{open:b,onOpenChange:x,children:[jsxRuntime.jsx(Ye,{asChild:true,children:c||jsxRuntime.jsxs("button",{ref:p,className:i("relative inline-flex h-10 w-10 items-center justify-center rounded-md text-muted-foreground hover:bg-muted hover:text-foreground transition-colors",f),children:[jsxRuntime.jsx(lucideReact.Bell,{className:"h-5 w-5"}),g>0&&jsxRuntime.jsx("span",{className:"absolute -right-1 -top-1 flex h-5 min-w-5 items-center justify-center rounded-full bg-primary px-1 text-[10px] font-medium text-primary-foreground",children:g>99?"99+":g})]})}),jsxRuntime.jsxs(Ae,{className:"w-80 p-0 sm:w-96",align:d,sideOffset:8,children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between border-b px-4 py-3",children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsx("h3",{className:"font-semibold",children:"Notifications"}),g>0&&jsxRuntime.jsxs(Qs,{size:"sm",children:[g," new"]})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-1",children:[v&&a&&g>0&&jsxRuntime.jsx("button",{type:"button",onClick:a,className:"rounded-sm p-1.5 text-muted-foreground hover:bg-muted hover:text-foreground",title:"Mark all as read",children:jsxRuntime.jsx(lucideReact.CheckCheck,{className:"h-4 w-4"})}),v&&o&&jsxRuntime.jsx("button",{type:"button",onClick:o,className:"rounded-sm p-1.5 text-muted-foreground hover:bg-muted hover:text-foreground",title:"Clear all",children:jsxRuntime.jsx(lucideReact.Trash2,{className:"h-4 w-4"})}),s&&l&&jsxRuntime.jsx("button",{type:"button",onClick:l,className:"rounded-sm p-1.5 text-muted-foreground hover:bg-muted hover:text-foreground",title:"Settings",children:jsxRuntime.jsx(lucideReact.Settings,{className:"h-4 w-4"})})]})]}),v?jsxRuntime.jsx(ke,{style:{maxHeight:u},children:jsxRuntime.jsx("div",{className:"divide-y",children:e.map(y=>jsxRuntime.jsxs("div",{className:i("group relative flex gap-3 px-4 py-3 transition-colors hover:bg-muted/50",!y.read&&"bg-muted/30"),children:[jsxRuntime.jsx("div",{className:i("flex h-9 w-9 shrink-0 items-center justify-center rounded-full",y.avatar?"overflow-hidden":YP[y.type||"default"]),children:y.avatar?jsxRuntime.jsx("img",{src:y.avatar,alt:"",className:"h-full w-full object-cover"}):y.icon?y.icon:jsxRuntime.jsx(lucideReact.Bell,{className:"h-4 w-4"})}),jsxRuntime.jsxs("button",{type:"button",onClick:()=>w(y),className:"flex-1 text-left",children:[jsxRuntime.jsxs("div",{className:"flex items-start justify-between gap-2",children:[jsxRuntime.jsx("p",{className:i("text-sm",!y.read&&"font-medium"),children:y.title}),!y.read&&jsxRuntime.jsx("span",{className:"mt-1.5 h-2 w-2 shrink-0 rounded-full bg-primary"})]}),y.description&&jsxRuntime.jsx("p",{className:"mt-0.5 text-xs text-muted-foreground line-clamp-2",children:y.description}),jsxRuntime.jsx("p",{className:"mt-1 text-[10px] text-muted-foreground",children:UP(y.timestamp)})]}),jsxRuntime.jsxs("div",{className:"absolute right-2 top-2 flex gap-1 opacity-0 transition-opacity group-hover:opacity-100",children:[!y.read&&r&&jsxRuntime.jsx("button",{type:"button",onClick:h=>{h.stopPropagation(),r(y.id);},className:"rounded-sm p-1 text-muted-foreground hover:bg-background hover:text-foreground",title:"Mark as read",children:jsxRuntime.jsx(lucideReact.Check,{className:"h-3.5 w-3.5"})}),(n||y.onDismiss)&&jsxRuntime.jsx("button",{type:"button",onClick:h=>{h.stopPropagation(),y.onDismiss?.(),n?.(y.id);},className:"rounded-sm p-1 text-muted-foreground hover:bg-background hover:text-foreground",title:"Dismiss",children:jsxRuntime.jsx(lucideReact.X,{className:"h-3.5 w-3.5"})})]})]},y.id))})}):jsxRuntime.jsxs("div",{className:"flex flex-col items-center justify-center py-10 text-center",children:[jsxRuntime.jsx(lucideReact.Bell,{className:"h-10 w-10 text-muted-foreground/50"}),jsxRuntime.jsx("p",{className:"mt-3 text-sm text-muted-foreground",children:m})]})]})]})});$h.displayName="NotificationCenter";var Kh=classVarianceAuthority.cva("relative flex items-center justify-center gap-3 px-4 py-2.5 text-sm",{variants:{variant:{solid:"",flat:""},type:{default:"",success:"",warning:"",error:""},position:{top:"fixed top-0 left-0 right-0 z-50",relative:"relative"}},compoundVariants:[{variant:"solid",type:"default",className:"bg-primary text-primary-foreground [&>svg]:text-primary-foreground"},{variant:"flat",type:"default",className:"bg-primary/10 text-primary [&>svg]:text-primary"},{variant:"solid",type:"success",className:"bg-green-600 text-white dark:bg-green-500 [&>svg]:text-white"},{variant:"flat",type:"success",className:"bg-green-600/10 text-green-600 dark:bg-green-500/10 dark:text-green-500 [&>svg]:text-green-600 dark:[&>svg]:text-green-500"},{variant:"solid",type:"warning",className:"bg-amber-600 text-white dark:bg-amber-500 [&>svg]:text-white"},{variant:"flat",type:"warning",className:"bg-amber-600/10 text-amber-600 dark:bg-amber-500/10 dark:text-amber-500 [&>svg]:text-amber-600 dark:[&>svg]:text-amber-500"},{variant:"solid",type:"error",className:"bg-red-600 text-white dark:bg-red-500 [&>svg]:text-white"},{variant:"flat",type:"error",className:"bg-red-600/10 text-red-600 dark:bg-red-500/10 dark:text-red-500 [&>svg]:text-red-600 dark:[&>svg]:text-red-500"}],defaultVariants:{variant:"solid",type:"default",position:"relative"}}),tk={default:lucideReact.Info,success:lucideReact.CheckCircle2,warning:lucideReact.AlertTriangle,error:lucideReact.AlertCircle},_h=$__namespace.forwardRef(({message:e,type:t="default",variant:r="solid",showIcon:a=false,icon:n,dismissible:o=true,onDismiss:s,endContent:l,position:c,animate:d,autoDismiss:m,storageKey:u,className:f,...p},b)=>{let[x,g]=$__namespace.useState(true),[v,w]=$__namespace.useState(false);$__namespace.useEffect(()=>{u&&localStorage.getItem(`banner-${u}`)==="true"&&g(false);},[u]),$__namespace.useEffect(()=>{if(m&&x){let R=setTimeout(()=>{y();},m);return ()=>clearTimeout(R)}},[m,x]);let y=()=>{w(true),setTimeout(()=>{g(false),u&&localStorage.setItem(`banner-${u}`,"true"),s?.();},200);};if(!x)return null;let h=tk[t],C=a?n!==void 0?n:h?jsxRuntime.jsx(h,{className:"h-4 w-4"}):null:null;return jsxRuntime.jsxs("div",{ref:b,className:i(Kh({variant:r,type:t,position:c}),d&&"animate-pulse",v&&"animate-out fade-out slide-out-to-top duration-200",f),role:"banner",...p,children:[C&&jsxRuntime.jsx("span",{className:"shrink-0",children:C}),jsxRuntime.jsx("span",{className:"text-center font-medium",children:e}),l&&jsxRuntime.jsx("div",{className:"shrink-0 ml-2",children:l}),o&&jsxRuntime.jsx("button",{type:"button",onClick:y,className:i("absolute right-2 top-1/2 -translate-y-1/2 rounded-sm p-1 transition-opacity hover:opacity-70 cursor-pointer",c==="relative"&&"right-4"),"aria-label":"Dismiss banner",children:jsxRuntime.jsx(lucideReact.X,{className:"h-4 w-4"})})]})});_h.displayName="Banner";var Zn=classVarianceAuthority.cva("inline-flex items-center justify-center rounded-full shadow-lg transition-all focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50",{variants:{variant:{solid:"bg-primary text-primary-foreground hover:bg-primary/90",bordered:"border-2 border-primary bg-transparent text-primary hover:opacity-70",light:"bg-transparent text-primary hover:bg-primary/10",flat:"bg-primary/20 text-primary hover:opacity-70",ghost:"border-2 border-primary bg-transparent text-primary hover:bg-primary hover:text-primary-foreground"},size:{sm:"h-10 w-10",md:"h-14 w-14",lg:"h-16 w-16"},position:{"bottom-right":"fixed bottom-6 right-6","bottom-left":"fixed bottom-6 left-6","bottom-center":"fixed bottom-6 left-1/2 -translate-x-1/2",relative:"relative"}},defaultVariants:{variant:"solid",size:"md",position:"bottom-right"}}),nk=classVarianceAuthority.cva("transition-transform duration-200 [&>svg]:h-full [&>svg]:w-full",{variants:{size:{sm:"h-5 w-5",md:"h-6 w-6",lg:"h-8 w-8"}},defaultVariants:{size:"md"}}),Yl=$__namespace.forwardRef(({icon:e,label:t="Action button",extended:r,extendedLabel:a,actions:n,direction:o="up",showTooltip:s=true,closeIcon:l,animation:c="rotate",variant:d,size:m,position:u,className:f,onClick:p,disabled:b,...x},g)=>{let[v,w]=$__namespace.useState(false),y=n&&n.length>0,h=P=>{y&&w(!v),p?.(P);},C=P=>{P.onClick?.(),w(false);},R={up:{container:"flex-col-reverse bottom-full mb-3 gap-3",item:""},down:{container:"flex-col top-full mt-3 gap-3",item:""},left:{container:"flex-row-reverse right-full mr-3 gap-3",item:""},right:{container:"flex-row left-full ml-3 gap-3",item:""}},T=c==="rotate"&&v?"rotate-45":"",M=c==="scale"&&v?"scale-0":"scale-100";return jsxRuntime.jsxs("div",{className:i("relative z-50",u!=="relative"&&u&&Zn({position:u})),children:[y&&v&&jsxRuntime.jsx("div",{className:i("absolute left-1/2 -translate-x-1/2 flex items-center",R[o].container),children:n.map((P,N)=>jsxRuntime.jsxs("div",{className:i("flex items-center gap-2 animate-in fade-in zoom-in duration-200",o==="up"||o==="down"?"flex-row":"flex-col"),style:{animationDelay:`${N*50}ms`},children:[s&&(o==="up"||o==="down")&&jsxRuntime.jsx("span",{className:"rounded-md bg-popover px-2 py-1 text-xs font-medium text-popover-foreground shadow-md whitespace-nowrap",children:P.label}),P.href?jsxRuntime.jsx("a",{href:P.href,className:i(Zn({variant:P.variant||"flat",size:m==="lg"?"md":"sm",position:"relative"}),"[&>svg]:h-5 [&>svg]:w-5"),"aria-label":P.label,children:P.icon}):jsxRuntime.jsx("button",{type:"button",onClick:()=>C(P),className:i(Zn({variant:P.variant||"flat",size:m==="lg"?"md":"sm",position:"relative"}),"[&>svg]:h-5 [&>svg]:w-5"),"aria-label":P.label,children:P.icon}),s&&(o==="left"||o==="right")&&jsxRuntime.jsx("span",{className:"rounded-md bg-popover px-2 py-1 text-xs font-medium text-popover-foreground shadow-md whitespace-nowrap",children:P.label})]},P.id))}),jsxRuntime.jsxs("button",{ref:g,type:"button",onClick:h,disabled:b,className:i(Zn({variant:d,size:m,position:"relative"}),r&&"w-auto px-6 gap-2",f),"aria-label":t,"aria-expanded":y?v:void 0,...x,children:[v&&l?l:jsxRuntime.jsx("span",{className:i(nk({size:m}),T,M,"transition-all duration-200"),children:e||jsxRuntime.jsx(lucideReact.Plus,{})}),r&&a&&jsxRuntime.jsx("span",{className:"font-medium",children:a})]}),y&&v&&jsxRuntime.jsx("div",{className:"fixed inset-0 -z-10",onClick:()=>w(false)})]})});Yl.displayName="FloatingActionButton";var ok=Yl;var Xh=classVarianceAuthority.cva("fixed bottom-0 left-0 right-0 z-50 flex items-center justify-around border-t bg-background safe-area-pb",{variants:{variant:{default:"border-border",elevated:"border-transparent shadow-[0_-4px_6px_-1px_rgba(0,0,0,0.1)]",filled:"border-transparent bg-primary text-primary-foreground"},size:{sm:"h-14",md:"h-16",lg:"h-20"}},defaultVariants:{variant:"default",size:"md"}}),jh=classVarianceAuthority.cva("flex flex-1 flex-col items-center justify-center gap-1 transition-colors cursor-pointer",{variants:{variant:{default:"",elevated:"",filled:""}},defaultVariants:{variant:"default"}}),qh=$__namespace.forwardRef(({className:e,variant:t,size:r,items:a,value:n,defaultValue:o,onValueChange:s,hideLabels:l=false,showActiveLabel:c=false,renderItem:d,...m},u)=>{let[f,p]=$__namespace.useState(o||a[0]?.key),b=n!==void 0,x=b?n:f,g=h=>{h.disabled||(b||p(h.key),s?.(h.key));},v=h=>t==="filled"?h?"text-primary-foreground":"text-primary-foreground/60 hover:text-primary-foreground/80":h?"text-primary":"text-muted-foreground hover:text-foreground",w=()=>{switch(r){case "sm":return "h-5 w-5";case "lg":return "h-7 w-7";default:return "h-6 w-6"}},y=()=>{switch(r){case "sm":return "text-[10px]";case "lg":return "text-sm";default:return "text-xs"}};return jsxRuntime.jsx("nav",{ref:u,className:i(Xh({variant:t,size:r}),e),role:"navigation","aria-label":"Bottom navigation",...m,children:a.map(h=>{let C=x===h.key,R=!l&&(c?C:true),T=C&&h.activeIcon?h.activeIcon:h.icon;if(d)return jsxRuntime.jsx("div",{onClick:()=>g(h),className:i(jh({variant:t}),h.disabled&&"opacity-50 cursor-not-allowed"),children:d(h,C)},h.key);let M=jsxRuntime.jsxs("div",{onClick:()=>!h.href&&g(h),className:i(jh({variant:t}),v(C),h.disabled&&"opacity-50 cursor-not-allowed"),role:"button","aria-current":C?"page":void 0,"aria-disabled":h.disabled,tabIndex:h.disabled?-1:0,onKeyDown:P=>{(P.key==="Enter"||P.key===" ")&&(P.preventDefault(),g(h));},children:[jsxRuntime.jsxs("div",{className:"relative",children:[jsxRuntime.jsx("span",{className:i(w(),"[&>svg]:h-full [&>svg]:w-full"),children:T}),h.badge!==void 0&&h.badge>0&&jsxRuntime.jsx("span",{className:"absolute -top-1 -right-1 flex h-4 min-w-4 items-center justify-center rounded-full bg-red-500 px-1 text-[10px] font-medium text-white",children:h.badge>99?"99+":h.badge}),h.showDot&&jsxRuntime.jsx("span",{className:"absolute -top-0.5 -right-0.5 h-2 w-2 rounded-full bg-red-500"})]}),R&&h.label&&jsxRuntime.jsx("span",{className:i(y(),"font-medium truncate max-w-full px-1"),children:h.label})]},h.key);return h.href&&!h.disabled?jsxRuntime.jsx("a",{href:h.href,onClick:()=>g(h),className:i("flex flex-1 flex-col items-center justify-center gap-1 no-underline",v(C)),children:M},h.key):M})})});qh.displayName="BottomNavigation";var ik="fixed inset-x-0 bottom-0 z-50 mt-24 flex h-fit max-h-[90vh] flex-col rounded-t-[20px] border-t border-border/40 dark:border-border/20 bg-background",Jh=classVarianceAuthority.cva("flex w-full items-center gap-3 px-4 py-3.5 text-left transition-colors focus-visible:outline-none focus-visible:bg-accent disabled:pointer-events-none disabled:opacity-50",{variants:{variant:{default:"hover:bg-accent",destructive:"text-destructive hover:bg-destructive/10"}},defaultVariants:{variant:"default"}}),Qh=$__namespace.forwardRef(({open:e,onOpenChange:t,trigger:r,title:a,description:n,items:o,cancelLabel:s="Cancel",onCancel:l,showCancel:c=true,children:d,closeOnSelect:m=true,onAction:u},f)=>{let p=b=>{b.isDisabled||(b.onSelect?.(),u?.(b.key),m&&t?.(false));};return jsxRuntime.jsxs(vaul.Drawer.Root,{open:e,onOpenChange:t,children:[r&&jsxRuntime.jsx(vaul.Drawer.Trigger,{asChild:true,children:r}),jsxRuntime.jsxs(vaul.Drawer.Portal,{children:[jsxRuntime.jsx(vaul.Drawer.Overlay,{className:"fixed inset-0 z-50 bg-black/40"}),jsxRuntime.jsxs(vaul.Drawer.Content,{ref:f,className:ik,children:[jsxRuntime.jsx("div",{className:"mx-auto mt-4 h-1.5 w-12 flex-shrink-0 rounded-full bg-muted"}),(a||n)&&jsxRuntime.jsxs("div",{className:"px-4 py-3 text-center",children:[a&&jsxRuntime.jsx(vaul.Drawer.Title,{className:"text-base font-semibold",children:a}),n&&jsxRuntime.jsx(vaul.Drawer.Description,{className:"mt-1 text-sm text-muted-foreground",children:n})]}),jsxRuntime.jsx("div",{className:"flex-1 overflow-y-auto",children:d||jsxRuntime.jsx("div",{className:"divide-y divide-border/40 dark:divide-border/20",children:o?.map(b=>jsxRuntime.jsxs("button",{type:"button",disabled:b.isDisabled,onClick:()=>p(b),className:i(Jh({variant:b.isDestructive?"destructive":"default"})),children:[b.icon&&jsxRuntime.jsx("span",{className:"h-5 w-5 flex-shrink-0 [&>svg]:h-full [&>svg]:w-full",children:b.icon}),jsxRuntime.jsxs("div",{className:"flex-1 min-w-0",children:[jsxRuntime.jsx("div",{className:"font-medium",children:b.label}),b.description&&jsxRuntime.jsx("div",{className:"text-sm text-muted-foreground truncate",children:b.description})]})]},b.key))})}),c&&jsxRuntime.jsx("div",{className:"border-t border-border/40 dark:border-border/20 p-2 pb-safe",children:jsxRuntime.jsx(vaul.Drawer.Close,{asChild:true,children:jsxRuntime.jsx("button",{type:"button",onClick:l,className:"w-full rounded-lg bg-muted py-3.5 text-center font-semibold transition-colors hover:bg-muted/80",children:s})})})]})]})]})});Qh.displayName="ActionSheet";var tx=classVarianceAuthority.cva("relative overflow-hidden touch-pan-y",{variants:{variant:{default:"",card:"rounded-lg border bg-card"}},defaultVariants:{variant:"default"}}),Xl=classVarianceAuthority.cva("flex h-full items-center justify-center px-4 text-white font-medium transition-opacity",{variants:{variant:{primary:"bg-primary",secondary:"bg-secondary text-secondary-foreground",success:"bg-green-500",warning:"bg-yellow-500",danger:"bg-red-500",info:"bg-blue-500"},size:{sm:"min-w-16",md:"min-w-20",lg:"min-w-24"}},defaultVariants:{variant:"primary",size:"md"}}),rx=$__namespace.forwardRef(({className:e,variant:t,leftActions:r=[],rightActions:a=[],actionSize:n="md",threshold:o=.3,onSwipeEnd:s,disabled:l=false,fullSwipeAction:c,children:d,...m},u)=>{let f=$__namespace.useRef(null),[p,b]=$__namespace.useState(0),[x,g]=$__namespace.useState(false),v=$__namespace.useRef(0),w=$__namespace.useRef(0),y=r.length*(n==="sm"?64:n==="lg"?96:80),h=a.length*(n==="sm"?64:n==="lg"?96:80),C=N=>{l||(g(true),v.current=N.touches[0].clientX,w.current=p);},R=N=>{if(!x||l)return;let E=N.touches[0].clientX-v.current,L=w.current+E;(L>0&&r.length===0||L<0&&a.length===0)&&(L=0),L>y?L=y+(L-y)*.3:L<-h&&(L=-h+(L+h)*.3),b(L);},T=()=>{if(!x)return;g(false);let N=f.current?.offsetWidth||0,k=Math.abs(p)/N;if(c&&k>.6){c==="right"&&p>0&&r[0]?(r[0].onAction?.(),s?.("right",r[0].key)):c==="left"&&p<0&&a[0]&&(a[0].onAction?.(),s?.("left",a[0].key)),b(0);return}p>y*o&&r.length>0?(b(y),s?.("right")):p<-h*o&&a.length>0?(b(-h),s?.("left")):b(0);},M=(N,k)=>{N.onAction?.(),s?.(k,N.key),b(0);},P=()=>{b(0);};return jsxRuntime.jsxs("div",{ref:u,className:i(tx({variant:t,className:e})),...m,children:[r.length>0&&jsxRuntime.jsx("div",{className:"absolute left-0 top-0 bottom-0 flex",style:{width:y},children:r.map(N=>jsxRuntime.jsxs("button",{type:"button",onClick:()=>M(N,"right"),className:i(Xl({variant:N.variant,size:n})),style:{opacity:Math.min(1,p/y)},children:[N.icon&&jsxRuntime.jsx("span",{className:"h-5 w-5 [&>svg]:h-full [&>svg]:w-full",children:N.icon}),!N.icon&&N.label]},N.key))}),a.length>0&&jsxRuntime.jsx("div",{className:"absolute right-0 top-0 bottom-0 flex",style:{width:h},children:a.map(N=>jsxRuntime.jsxs("button",{type:"button",onClick:()=>M(N,"left"),className:i(Xl({variant:N.variant,size:n})),style:{opacity:Math.min(1,Math.abs(p)/h)},children:[N.icon&&jsxRuntime.jsx("span",{className:"h-5 w-5 [&>svg]:h-full [&>svg]:w-full",children:N.icon}),!N.icon&&N.label]},N.key))}),jsxRuntime.jsx("div",{ref:f,className:i("relative bg-background",x?"":"transition-transform duration-200"),style:{transform:`translateX(${p}px)`},onTouchStart:C,onTouchMove:R,onTouchEnd:T,onClick:p!==0?P:void 0,children:d})]})});rx.displayName="SwipeActions";var nx=classVarianceAuthority.cva("relative overflow-hidden",{variants:{variant:{default:"",contained:"h-full"}},defaultVariants:{variant:"default"}}),dk=classVarianceAuthority.cva("absolute left-1/2 -translate-x-1/2 flex items-center justify-center transition-all duration-200",{variants:{size:{sm:"h-8 w-8",md:"h-10 w-10",lg:"h-12 w-12"}},defaultVariants:{size:"md"}}),ox=$__namespace.forwardRef(({className:e,variant:t,onRefresh:r,pullThreshold:a=80,maxPullDistance:n=120,loadingIndicator:o,pullIndicator:s,indicatorSize:l="md",disabled:c=false,pullText:d="Pull to refresh",releaseText:m="Release to refresh",refreshingText:u="Refreshing...",children:f,...p},b)=>{let x=$__namespace.useRef(null),[g,v]=$__namespace.useState(0),[w,y]=$__namespace.useState("idle"),h=$__namespace.useRef(0),C=$__namespace.useRef(false),R=()=>c||w==="refreshing"?false:(x.current?.scrollTop??window.scrollY)<=0,T=E=>{R()&&(h.current=E.touches[0].clientY,C.current=true);},M=E=>{if(!C.current||!R())return;let H=E.touches[0].clientY-h.current;if(H<0){v(0),y("idle");return}let D=Math.min(H*.5,n);v(D),y(D>=a?"ready":"pulling");},P=async()=>{if(C.current)if(C.current=false,w==="ready"){y("refreshing"),v(a*.6);try{await r();}finally{y("idle"),v(0);}}else y("idle"),v(0);},N={sm:"h-4 w-4",md:"h-5 w-5",lg:"h-6 w-6"}[l],k=()=>{if(w==="refreshing")return o||jsxRuntime.jsxs("div",{className:"flex flex-col items-center gap-1",children:[jsxRuntime.jsx(lucideReact.Loader2,{className:i(N,"animate-spin text-primary")}),jsxRuntime.jsx("span",{className:"text-xs text-muted-foreground",children:u})]});let E=Math.min(g/a*180,180);return s||jsxRuntime.jsxs("div",{className:"flex flex-col items-center gap-1",children:[jsxRuntime.jsx(lucideReact.ArrowDown,{className:i(N,"text-muted-foreground transition-transform"),style:{transform:`rotate(${E}deg)`}}),jsxRuntime.jsx("span",{className:"text-xs text-muted-foreground",children:w==="ready"?m:d})]})};return jsxRuntime.jsxs("div",{ref:b,className:i(nx({variant:t,className:e})),...p,children:[jsxRuntime.jsx("div",{className:i(dk({size:l}),"z-10",w==="idle"&&g===0&&"opacity-0"),style:{top:Math.max(g-60,-60),opacity:Math.min(g/(a*.5),1)},children:k()}),jsxRuntime.jsx("div",{ref:x,className:i("transition-transform duration-200",w==="refreshing"&&"ease-out"),style:{transform:`translateY(${g}px)`,transition:C.current?"none":void 0},onTouchStart:T,onTouchMove:M,onTouchEnd:P,children:f})]})});ox.displayName="PullToRefresh";var ix=classVarianceAuthority.cva("flex min-h-screen w-full",{variants:{layout:{default:"flex-col",sidebar:"flex-row"}},defaultVariants:{layout:"default"}}),lx=$__namespace.forwardRef(({className:e,layout:t="default",header:r,footer:a,sidebar:n,aside:o,sidebarCollapsed:s=false,sidebarWidth:l="16rem",sidebarCollapsedWidth:c="4rem",asideWidth:d="16rem",fixed:m=false,children:u,...f},p)=>{let b=s?c:l;return jsxRuntime.jsxs("div",{ref:p,className:i(ix({layout:t}),e),style:{"--app-shell-sidebar-width":b,"--app-shell-aside-width":d},...f,children:[r&&jsxRuntime.jsx(Zl,{fixed:m,hasSidebar:!!n,children:r}),jsxRuntime.jsxs("div",{className:"flex flex-1",children:[n&&jsxRuntime.jsx(Jl,{collapsed:s,fixed:m,children:n}),jsxRuntime.jsx("main",{className:i("flex-1 flex flex-col min-h-0",m&&r&&"pt-14",m&&a&&"pb-14"),children:u}),o&&jsxRuntime.jsx(Ql,{fixed:m,children:o})]}),a&&jsxRuntime.jsx(ec,{fixed:m,hasSidebar:!!n,children:a})]})});lx.displayName="AppShell";var Zl=$__namespace.forwardRef(({className:e,fixed:t,hasSidebar:r,children:a,...n},o)=>jsxRuntime.jsx("header",{ref:o,className:i("flex h-14 items-center border-b bg-background px-4",t&&"fixed top-0 right-0 z-40",t&&r&&"left-[var(--app-shell-sidebar-width)]",t&&!r&&"left-0",e),...n,children:a}));Zl.displayName="AppShellHeader";var Jl=$__namespace.forwardRef(({className:e,collapsed:t,fixed:r,children:a,...n},o)=>jsxRuntime.jsx("aside",{ref:o,className:i("w-[var(--app-shell-sidebar-width)] shrink-0 border-r bg-background transition-[width] duration-200",r&&"fixed left-0 top-0 bottom-0 z-50",e),"data-collapsed":t,...n,children:a}));Jl.displayName="AppShellSidebar";var Ql=$__namespace.forwardRef(({className:e,fixed:t,children:r,...a},n)=>jsxRuntime.jsx("aside",{ref:n,className:i("w-[var(--app-shell-aside-width)] shrink-0 border-l bg-background",t&&"fixed right-0 top-14 bottom-0 z-40",e),...a,children:r}));Ql.displayName="AppShellAside";var ec=$__namespace.forwardRef(({className:e,fixed:t,hasSidebar:r,children:a,...n},o)=>jsxRuntime.jsx("footer",{ref:o,className:i("flex h-14 items-center border-t bg-background px-4",t&&"fixed bottom-0 right-0 z-40",t&&r&&"left-[var(--app-shell-sidebar-width)]",t&&!r&&"left-0",e),...n,children:a}));ec.displayName="AppShellFooter";var cx=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,className:i("flex-1 overflow-auto p-4",e),...t}));cx.displayName="AppShellMain";var ux=classVarianceAuthority.cva("flex min-h-screen w-full bg-muted/40",{variants:{variant:{default:"",bordered:"[&_[data-slot=sidebar]]:border-r [&_[data-slot=header]]:border-b",filled:"[&_[data-slot=sidebar]]:bg-background [&_[data-slot=header]]:bg-background"}},defaultVariants:{variant:"bordered"}}),mx=$__namespace.forwardRef(({className:e,variant:t,navigation:r,logo:a,userMenu:n,headerActions:o,breadcrumb:s,defaultCollapsed:l=false,collapsed:c,onCollapsedChange:d,children:m,...u},f)=>{let[p,b]=$__namespace.useState(l),[x,g]=$__namespace.useState(false),v=c??p,w=$__namespace.useCallback(y=>{b(y),d?.(y);},[d]);return jsxRuntime.jsxs("div",{ref:f,className:i(ux({variant:t}),e),...u,children:[jsxRuntime.jsxs("aside",{"data-slot":"sidebar","data-collapsed":v,className:i("hidden lg:flex flex-col fixed inset-y-0 left-0 z-50 bg-background transition-[width] duration-200",v?"w-16":"w-64"),children:[jsxRuntime.jsx("div",{className:"flex h-14 items-center border-b px-4",children:a}),jsxRuntime.jsx("nav",{className:"flex-1 overflow-auto py-4",children:r}),n&&jsxRuntime.jsx("div",{className:"border-t p-4",children:n})]}),jsxRuntime.jsx(wo,{open:x,onOpenChange:g,children:jsxRuntime.jsxs(Co,{side:"left",className:"w-64 p-0",children:[jsxRuntime.jsx("div",{className:"flex h-14 items-center border-b px-4",children:a}),jsxRuntime.jsx("nav",{className:"flex-1 overflow-auto py-4",children:r}),n&&jsxRuntime.jsx("div",{className:"border-t p-4",children:n})]})}),jsxRuntime.jsxs("div",{className:i("flex flex-1 flex-col transition-[margin-left] duration-200",v?"lg:ml-16":"lg:ml-64"),children:[jsxRuntime.jsxs("header",{"data-slot":"header",className:"sticky top-0 z-40 flex h-14 items-center gap-4 bg-background px-4 lg:px-6",children:[jsxRuntime.jsxs(U,{variant:"ghost",size:"icon",className:"lg:hidden",onClick:()=>g(true),children:[jsxRuntime.jsx(lucideReact.Menu,{className:"h-5 w-5"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Toggle menu"})]}),jsxRuntime.jsxs(U,{variant:"ghost",size:"icon",className:"hidden lg:flex",onClick:()=>w(!v),children:[jsxRuntime.jsx(lucideReact.Menu,{className:"h-5 w-5"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Toggle sidebar"})]}),s&&jsxRuntime.jsx("div",{className:"flex-1",children:s}),o&&jsxRuntime.jsx("div",{className:"flex items-center gap-2",children:o})]}),jsxRuntime.jsx("main",{className:"flex-1 p-4 lg:p-6",children:m})]})]})});mx.displayName="DashboardLayout";var px=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,className:i("space-y-6",e),...t}));px.displayName="DashboardPage";var fx=$__namespace.forwardRef(({className:e,title:t,description:r,actions:a,children:n,...o},s)=>jsxRuntime.jsxs("div",{ref:s,className:i("flex flex-col gap-4 sm:flex-row sm:items-center sm:justify-between",e),...o,children:[jsxRuntime.jsxs("div",{className:"space-y-1",children:[t&&jsxRuntime.jsx("h1",{className:"text-2xl font-bold tracking-tight",children:t}),r&&jsxRuntime.jsx("p",{className:"text-muted-foreground",children:r}),n]}),a&&jsxRuntime.jsx("div",{className:"flex items-center gap-2",children:a})]}));fx.displayName="DashboardPageHeader";var gx=$__namespace.forwardRef(({className:e,columns:t=4,...r},a)=>jsxRuntime.jsx("div",{ref:a,className:i("grid gap-4",{1:"grid-cols-1",2:"grid-cols-1 md:grid-cols-2",3:"grid-cols-1 md:grid-cols-2 lg:grid-cols-3",4:"grid-cols-1 md:grid-cols-2 lg:grid-cols-4"}[t],e),...r}));gx.displayName="DashboardGrid";var js=classVarianceAuthority.cva("min-h-screen w-full",{variants:{variant:{centered:"flex items-center justify-center bg-muted/40",split:"flex flex-col lg:flex-row",cover:"relative flex items-center justify-center"}},defaultVariants:{variant:"centered"}}),bx=$__namespace.forwardRef(({className:e,variant:t="centered",logo:r,sideContent:a,backgroundImage:n,sidePosition:o="left",footer:s,children:l,...c},d)=>t==="split"?jsxRuntime.jsxs("div",{ref:d,className:i(js({variant:t}),e),...c,children:[jsxRuntime.jsx("div",{className:i("hidden lg:flex lg:w-1/2 flex-col bg-primary text-primary-foreground",o==="right"&&"order-2"),children:a||jsxRuntime.jsxs("div",{className:"flex flex-1 flex-col items-center justify-center p-8",children:[r&&jsxRuntime.jsx("div",{className:"mb-8",children:r}),jsxRuntime.jsxs("div",{className:"max-w-md text-center",children:[jsxRuntime.jsx("h2",{className:"text-3xl font-bold",children:"Welcome back"}),jsxRuntime.jsx("p",{className:"mt-4 text-primary-foreground/80",children:"Sign in to your account to continue"})]})]})}),jsxRuntime.jsxs("div",{className:i("flex flex-1 flex-col lg:w-1/2",o==="right"&&"order-1"),children:[r&&jsxRuntime.jsx("div",{className:"flex items-center justify-center p-6 lg:hidden",children:r}),jsxRuntime.jsx("div",{className:"flex flex-1 items-center justify-center p-6",children:jsxRuntime.jsx("div",{className:"w-full max-w-md space-y-6",children:l})}),s&&jsxRuntime.jsx("div",{className:"p-6 text-center text-sm text-muted-foreground",children:s})]})]}):t==="cover"?jsxRuntime.jsxs("div",{ref:d,className:i(js({variant:t}),e),style:n?{backgroundImage:`url(${n})`,backgroundSize:"cover",backgroundPosition:"center"}:void 0,...c,children:[n&&jsxRuntime.jsx("div",{className:"absolute inset-0 bg-background/80 backdrop-blur-sm"}),jsxRuntime.jsxs("div",{className:"relative z-10 w-full max-w-md p-6",children:[r&&jsxRuntime.jsx("div",{className:"mb-8 flex justify-center",children:r}),jsxRuntime.jsx("div",{className:"rounded-lg border bg-card p-6 shadow-lg",children:l}),s&&jsxRuntime.jsx("div",{className:"mt-6 text-center text-sm text-muted-foreground",children:s})]})]}):jsxRuntime.jsx("div",{ref:d,className:i(js({variant:t}),e),...c,children:jsxRuntime.jsxs("div",{className:"w-full max-w-md p-6",children:[r&&jsxRuntime.jsx("div",{className:"mb-8 flex justify-center",children:r}),jsxRuntime.jsx("div",{className:"rounded-lg border bg-card p-6 shadow-sm",children:l}),s&&jsxRuntime.jsx("div",{className:"mt-6 text-center text-sm text-muted-foreground",children:s})]})}));bx.displayName="AuthLayout";var vx=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("form",{ref:r,className:i("space-y-4",e),...t}));vx.displayName="AuthForm";var hx=$__namespace.forwardRef(({className:e,title:t,description:r,children:a,...n},o)=>jsxRuntime.jsxs("div",{ref:o,className:i("space-y-2 text-center",e),...n,children:[t&&jsxRuntime.jsx("h1",{className:"text-2xl font-bold",children:t}),r&&jsxRuntime.jsx("p",{className:"text-muted-foreground",children:r}),a]}));hx.displayName="AuthHeader";var xx=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,className:i("flex flex-col gap-2 text-center text-sm",e),...t}));xx.displayName="AuthFooterLinks";var yx=$__namespace.forwardRef(({className:e,text:t="or continue with",...r},a)=>jsxRuntime.jsxs("div",{ref:a,className:i("relative my-4",e),...r,children:[jsxRuntime.jsx("div",{className:"absolute inset-0 flex items-center",children:jsxRuntime.jsx("span",{className:"w-full border-t"})}),jsxRuntime.jsx("div",{className:"relative flex justify-center text-xs uppercase",children:jsxRuntime.jsx("span",{className:"bg-card px-2 text-muted-foreground",children:t})})]}));yx.displayName="AuthDivider";var Rx=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,className:i("grid grid-cols-2 gap-2",e),...t}));Rx.displayName="AuthSocialButtons";var Ys=classVarianceAuthority.cva("w-full",{variants:{variant:{sidebar:"flex flex-col lg:flex-row gap-8",tabs:"space-y-6",stacked:"space-y-8"}},defaultVariants:{variant:"sidebar"}}),wx=$__namespace.forwardRef(({className:e,variant:t="sidebar",navigation:r,title:a,description:n,children:o,...s},l)=>t==="sidebar"?jsxRuntime.jsxs("div",{ref:l,className:i(Ys({variant:t}),e),...s,children:[r&&jsxRuntime.jsx("aside",{className:"lg:w-64 shrink-0",children:jsxRuntime.jsx("nav",{className:"flex flex-col gap-1",children:r})}),jsxRuntime.jsxs("div",{className:"flex-1 space-y-6",children:[(a||n)&&jsxRuntime.jsx(Qn,{title:a,description:n}),o]})]}):t==="tabs"?jsxRuntime.jsxs("div",{ref:l,className:i(Ys({variant:t}),e),...s,children:[(a||n)&&jsxRuntime.jsx(Qn,{title:a,description:n}),r,jsxRuntime.jsx("div",{className:"pt-4",children:o})]}):jsxRuntime.jsxs("div",{ref:l,className:i(Ys({variant:t}),e),...s,children:[(a||n)&&jsxRuntime.jsx(Qn,{title:a,description:n}),o]}));wx.displayName="SettingsLayout";var Qn=$__namespace.forwardRef(({className:e,title:t,description:r,children:a,...n},o)=>jsxRuntime.jsxs("div",{ref:o,className:i("space-y-1",e),...n,children:[t&&jsxRuntime.jsx("h1",{className:"text-2xl font-bold",children:t}),r&&jsxRuntime.jsx("p",{className:"text-muted-foreground",children:r}),a]}));Qn.displayName="SettingsHeader";var Cx=$__namespace.forwardRef(({className:e,title:t,description:r,children:a,...n},o)=>jsxRuntime.jsxs("div",{ref:o,className:i("space-y-4",e),...n,children:[(t||r)&&jsxRuntime.jsxs("div",{className:"space-y-1",children:[t&&jsxRuntime.jsx("h2",{className:"text-lg font-medium",children:t}),r&&jsxRuntime.jsx("p",{className:"text-sm text-muted-foreground",children:r})]}),a]}));Cx.displayName="SettingsSection";var Nx=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,className:i("rounded-lg border bg-card p-6",e),...t}));Nx.displayName="SettingsCard";var Mx=$__namespace.forwardRef(({className:e,label:t,description:r,htmlFor:a,children:n,...o},s)=>jsxRuntime.jsxs("div",{ref:s,className:i("flex flex-col gap-4 py-4 sm:flex-row sm:items-center sm:justify-between","border-b last:border-0 first:pt-0 last:pb-0",e),...o,children:[jsxRuntime.jsxs("div",{className:"space-y-0.5",children:[t&&jsxRuntime.jsx("label",{htmlFor:a,className:"text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",children:t}),r&&jsxRuntime.jsx("p",{className:"text-sm text-muted-foreground",children:r})]}),jsxRuntime.jsx("div",{className:"shrink-0",children:n})]}));Mx.displayName="SettingsRow";var Tx=$__namespace.forwardRef(({className:e,active:t,icon:r,children:a,...n},o)=>jsxRuntime.jsxs("button",{ref:o,type:"button",className:i("flex items-center gap-3 rounded-md px-3 py-2 text-sm font-medium transition-colors","hover:bg-muted",t&&"bg-muted",e),...n,children:[r&&jsxRuntime.jsx("span",{className:"h-4 w-4 [&>svg]:h-full [&>svg]:w-full",children:r}),a]}));Tx.displayName="SettingsNavItem";var Px=$__namespace.forwardRef(({className:e,...t},r)=>jsxRuntime.jsx("div",{ref:r,className:i("h-px bg-border my-4",e),...t}));Px.displayName="SettingsSeparator";var Ha=(e,t,r)=>({duration:e,delay:t,ease:r||[.4,0,.2,1]}),gk={hidden:e=>({opacity:e}),visible:{opacity:1},exit:e=>({opacity:e})},kx=$__namespace.forwardRef(({show:e=true,children:t,duration:r=.3,delay:a=0,ease:n,className:o,unmountOnExit:s=true,initialOpacity:l=0,onAnimationStart:c,onAnimationComplete:d},m)=>{let u=jsxRuntime.jsx(framerMotion.motion.div,{ref:m,initial:"hidden",animate:e?"visible":"hidden",exit:s?"exit":void 0,variants:gk,custom:l,transition:Ha(r,a,n),className:i(o),onAnimationStart:c,onAnimationComplete:d,children:t});return s?jsxRuntime.jsx(framerMotion.AnimatePresence,{children:e&&u}):u});kx.displayName="Fade";var bk=(e,t)=>{let r=typeof t=="number"?`${t}px`:t,a={up:{y:r},down:{y:`-${r}`},left:{x:r},right:{x:`-${r}`}};return {hidden:{opacity:0,...a[e]},visible:{opacity:1,x:0,y:0},exit:{opacity:0,...a[e]}}},Ex=$__namespace.forwardRef(({show:e=true,children:t,duration:r=.3,delay:a=0,ease:n,className:o,unmountOnExit:s=true,direction:l="up",offset:c=20,onAnimationStart:d,onAnimationComplete:m},u)=>{let f=$__namespace.useMemo(()=>bk(l,c),[l,c]),p=jsxRuntime.jsx(framerMotion.motion.div,{ref:u,initial:"hidden",animate:e?"visible":"hidden",exit:s?"exit":void 0,variants:f,transition:Ha(r,a,n),className:i(o),onAnimationStart:d,onAnimationComplete:m,children:t});return s?jsxRuntime.jsx(framerMotion.AnimatePresence,{children:e&&p}):p});Ex.displayName="Slide";var vk={center:"center center",top:"center top",bottom:"center bottom",left:"left center",right:"right center","top-left":"left top","top-right":"right top","bottom-left":"left bottom","bottom-right":"right bottom"},hk={hidden:e=>({opacity:0,scale:e}),visible:{opacity:1,scale:1},exit:e=>({opacity:0,scale:e})},Lx=$__namespace.forwardRef(({show:e=true,children:t,duration:r=.3,delay:a=0,ease:n,className:o,unmountOnExit:s=true,initialScale:l=.9,origin:c="center",onAnimationStart:d,onAnimationComplete:m},u)=>{let f=jsxRuntime.jsx(framerMotion.motion.div,{ref:u,initial:"hidden",animate:e?"visible":"hidden",exit:s?"exit":void 0,variants:hk,custom:l,transition:Ha(r,a,n),className:i(o),style:{transformOrigin:vk[c]},onAnimationStart:d,onAnimationComplete:m,children:t});return s?jsxRuntime.jsx(framerMotion.AnimatePresence,{children:e&&f}):f});Lx.displayName="Scale";var Dx=$__namespace.forwardRef(({show:e=true,children:t,duration:r=.3,delay:a=0,ease:n,className:o,horizontal:s=false,startingSize:l=0,animateOpacity:c=true,onAnimationStart:d,onAnimationComplete:m},u)=>{let f=s?"width":"height",p={hidden:{[f]:l,opacity:c?0:1},visible:{[f]:"auto",opacity:1},exit:{[f]:l,opacity:c?0:1}};return jsxRuntime.jsx(framerMotion.AnimatePresence,{initial:false,children:e&&jsxRuntime.jsx(framerMotion.motion.div,{ref:u,initial:"hidden",animate:"visible",exit:"exit",variants:p,transition:Ha(r,a,n),className:i("overflow-hidden",o),onAnimationStart:d,onAnimationComplete:m,children:t})})});Dx.displayName="Collapse";var Sx=$__namespace.forwardRef(({show:e=true,children:t,duration:r=.4,delay:a=0,ease:n,className:o,initialWidth:s=0,initialHeight:l=0,animateOpacity:c=true,onAnimationStart:d,onAnimationComplete:m},u)=>{let f={hidden:{width:s,height:l,opacity:c?0:1},visible:{width:"auto",height:"auto",opacity:1},exit:{width:s,height:l,opacity:c?0:1}};return jsxRuntime.jsx(framerMotion.AnimatePresence,{initial:false,children:e&&jsxRuntime.jsx(framerMotion.motion.div,{ref:u,initial:"hidden",animate:"visible",exit:"exit",variants:f,transition:Ha(r,a,n),className:i("overflow-hidden",o),onAnimationStart:d,onAnimationComplete:m,children:t})})});Sx.displayName="Expand";var Hx=$__namespace.forwardRef(({show:e=true,children:t,duration:r=.3,delay:a=0,ease:n,className:o,unmountOnExit:s=true,initialRotation:l=-180,finalRotation:c=0,onAnimationStart:d,onAnimationComplete:m},u)=>{let f={hidden:{opacity:0,rotate:l},visible:{opacity:1,rotate:c},exit:{opacity:0,rotate:l}},p=jsxRuntime.jsx(framerMotion.motion.div,{ref:u,initial:"hidden",animate:e?"visible":"hidden",exit:s?"exit":void 0,variants:f,transition:Ha(r,a,n),className:i(o),onAnimationStart:d,onAnimationComplete:m,children:t});return s?jsxRuntime.jsx(framerMotion.AnimatePresence,{children:e&&p}):p});Hx.displayName="Rotate";var Vx=$__namespace.forwardRef(({front:e,back:t,direction:r="horizontal",flipped:a=false,duration:n=.6,delay:o=0,ease:s,className:l,onAnimationStart:c,onAnimationComplete:d},m)=>{let u=r==="horizontal"?"rotateY":"rotateX";return jsxRuntime.jsx("div",{ref:m,className:i("relative",l),style:{perspective:1e3},children:jsxRuntime.jsxs(framerMotion.motion.div,{animate:{[u]:a?180:0},transition:Ha(n,o,s),style:{transformStyle:"preserve-3d"},onAnimationStart:c,onAnimationComplete:d,children:[jsxRuntime.jsx("div",{className:"absolute inset-0",style:{backfaceVisibility:"hidden"},children:e}),jsxRuntime.jsx("div",{className:"absolute inset-0",style:{backfaceVisibility:"hidden",transform:`${u}(180deg)`},children:t})]})})});Vx.displayName="Flip";var Ix=$__namespace.forwardRef(({color:e="currentColor",duration:t=.6,children:r,className:a,disabled:n=false},o)=>{let[s,l]=$__namespace.useState([]),c=$__namespace.useRef(null),d=u=>{if(n)return;let f=c.current;if(!f)return;let p=f.getBoundingClientRect(),b=u.clientX-p.left,x=u.clientY-p.top,g=Math.max(p.width,p.height)*2,v={id:Date.now(),x:b,y:x,size:g};l(w=>[...w,v]);},m=u=>{l(f=>f.filter(p=>p.id!==u));};return jsxRuntime.jsxs("div",{ref:o,className:i("relative overflow-hidden",a),onClick:d,children:[jsxRuntime.jsx("div",{ref:c,className:"relative z-0",children:r}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:s.map(u=>jsxRuntime.jsx(framerMotion.motion.span,{initial:{scale:0,opacity:.35},animate:{scale:1,opacity:0},exit:{opacity:0},transition:{duration:t,ease:"easeOut"},onAnimationComplete:()=>m(u.id),className:"pointer-events-none absolute rounded-full",style:{left:u.x-u.size/2,top:u.y-u.size/2,width:u.size,height:u.size,backgroundColor:e}},u.id))})]})});Ix.displayName="Ripple";var Ax=$__namespace.forwardRef(({children:e,animate:t=true,height:r=10,duration:a=.5,count:n=0,className:o,triggerOnHover:s=false},l)=>{let[c,d]=$__namespace.useState(false),m=s?c:t,u={idle:{y:0},bounce:{y:[0,-r,0],transition:{duration:a,ease:"easeInOut",repeat:n===0?1/0:n-1,repeatType:"loop"}}};return jsxRuntime.jsx(framerMotion.motion.div,{ref:l,variants:u,initial:"idle",animate:m?"bounce":"idle",className:i(o),onMouseEnter:()=>s&&d(true),onMouseLeave:()=>s&&d(false),children:e})});Ax.displayName="Bounce";var Rk={subtle:[0,-2,2,-2,2,-1,1,0],normal:[0,-5,5,-5,5,-3,3,0],strong:[0,-10,10,-10,10,-5,5,0]},zx=$__namespace.forwardRef(({children:e,animate:t=true,intensity:r="normal",duration:a=.5,count:n=1,className:o,triggerOnHover:s=false},l)=>{let[c,d]=$__namespace.useState(false),m=s?c:t,u={idle:{x:0},shake:{x:Rk[r],transition:{duration:a,ease:"easeInOut",repeat:n-1}}};return jsxRuntime.jsx(framerMotion.motion.div,{ref:l,variants:u,initial:"idle",animate:m?"shake":"idle",className:i(o),onMouseEnter:()=>s&&d(true),onMouseLeave:()=>s&&d(false),children:e})});zx.displayName="Shake";var wk={slow:"animate-[pulse_3s_ease-in-out_infinite]",normal:"animate-[pulse_2s_ease-in-out_infinite]",fast:"animate-[pulse_1s_ease-in-out_infinite]"},Bx=$__namespace.forwardRef(({children:e,animate:t=true,speed:r="normal",className:a},n)=>jsxRuntime.jsx("div",{ref:n,className:i(t&&wk[r],a),children:e}));Bx.displayName="Pulse";var Ox=$__namespace.forwardRef(({children:e,animate:t=true,angle:r=10,duration:a=.3,count:n=0,className:o,triggerOnHover:s=false},l)=>{let[c,d]=$__namespace.useState(false),m=s?c:t,u={idle:{rotate:0},wiggle:{rotate:[0,-r,r,-r,r,0],transition:{duration:a,ease:"easeInOut",repeat:n===0?1/0:n-1,repeatType:"loop"}}};return jsxRuntime.jsx(framerMotion.motion.div,{ref:l,variants:u,initial:"idle",animate:m?"wiggle":"idle",className:i(o),onMouseEnter:()=>s&&d(true),onMouseLeave:()=>s&&d(false),children:e})});Ox.displayName="Wiggle";var Fx=$__namespace.forwardRef(({children:e,animate:t=false,scale:r=1.2,duration:a=.2,className:n,triggerOnHover:o=false,triggerOnClick:s=false},l)=>{let[c,d]=$__namespace.useState(false),m=t||c,u={type:"spring",stiffness:400,damping:17,duration:a},f=()=>{s&&(d(true),setTimeout(()=>d(false),a*1e3));};return jsxRuntime.jsx(framerMotion.motion.div,{ref:l,animate:{scale:m?r:1},transition:u,className:i(n),onMouseEnter:()=>o&&d(true),onMouseLeave:()=>o&&d(false),onClick:f,children:e})});Fx.displayName="Pop";var Pk=(e,t,r,a)=>{let n=e.toFixed(t),[o,s]=n.split("."),l=o.replace(/\B(?=(\d{3})+(?!\d))/g,r);return s?`${l}${a}${s}`:l},Gx=$__namespace.forwardRef(({value:e,from:t=0,duration:r=2,decimals:a=0,prefix:n="",suffix:o="",separator:s=",",decimalSeparator:l=".",animateOnView:c=true,delay:d=0,className:m,onComplete:u},f)=>{let p=$__namespace.useRef(null),b=framerMotion.useInView(p,{once:true}),[x,g]=$__namespace.useState(!c);$__namespace.useEffect(()=>{if(c&&b){let h=setTimeout(()=>g(true),d*1e3);return ()=>clearTimeout(h)}},[c,b,d]);let v={damping:30,stiffness:100,duration:r*1e3},w=framerMotion.useSpring(x?e:t,v),y=framerMotion.useTransform(w,h=>Pk(h,a,s,l));return $__namespace.useEffect(()=>{x&&w.set(e);},[x,e,w]),$__namespace.useEffect(()=>{let h=w.on("change",C=>{Math.abs(C-e)<.01&&u&&u();});return ()=>h()},[w,e,u]),jsxRuntime.jsx("span",{ref:p,className:i(m),children:jsxRuntime.jsxs("span",{ref:f,children:[n,jsxRuntime.jsx(framerMotion.motion.span,{children:y}),o]})})});Gx.displayName="Counter";var $x=$__namespace.forwardRef(({text:e,speed:t=50,delay:r=0,pauseBetween:a=1500,cursor:n=true,cursorChar:o="|",loop:s=false,deleteSpeed:l=30,animateOnView:c=true,className:d,cursorClassName:m,onComplete:u},f)=>{let p=Array.isArray(e)?e:[e],[b,x]=$__namespace.useState(""),[g,v]=$__namespace.useState(0),[w,y]=$__namespace.useState(false),[h,C]=$__namespace.useState(false),R=$__namespace.useRef(null),T=framerMotion.useInView(R,{once:true}),[M,P]=$__namespace.useState(!c);return $__namespace.useEffect(()=>{if(c&&T){let N=setTimeout(()=>P(true),r*1e3);return ()=>clearTimeout(N)}},[c,T,r]),$__namespace.useEffect(()=>{if(!M||h)return;let N=p[g],k;return w?b.length>0?k=setTimeout(()=>{x(b.slice(0,-1));},l):(y(false),v(E=>(E+1)%p.length)):b.length<N.length?k=setTimeout(()=>{x(N.slice(0,b.length+1));},t):g<p.length-1||s?k=setTimeout(()=>{y(true);},a):(C(true),u?.()),()=>clearTimeout(k)},[M,b,g,w,h,p,t,l,a,s,u]),jsxRuntime.jsxs("span",{ref:R,className:i(d),children:[jsxRuntime.jsx("span",{ref:f,children:b}),n&&jsxRuntime.jsx(framerMotion.motion.span,{animate:{opacity:[1,0]},transition:{duration:.8,repeat:1/0,repeatType:"reverse"},className:i("ml-0.5",m),children:o})]})});$x.displayName="Typewriter";var Kx=$__namespace.forwardRef(({children:e,direction:t="up",stagger:r=.05,duration:a=.5,delay:n=0,splitBy:o="word",animateOnView:s=true,className:l},c)=>{let d=$__namespace.useRef(null),m=framerMotion.useInView(d,{once:true,amount:.5}),u=s?m:true,f=typeof e=="string"?e:"",p=o==="word"?f.split(" "):f.split(""),b={up:{y:20},down:{y:-20},left:{x:20},right:{x:-20}},x={hidden:{},visible:{transition:{staggerChildren:r,delayChildren:n}}},g={hidden:{opacity:0,...b[t]},visible:{opacity:1,x:0,y:0,transition:{duration:a,ease:"easeInOut"}}};return jsxRuntime.jsx(framerMotion.motion.div,{ref:c,className:i("inline-flex flex-wrap",l),variants:x,initial:"hidden",animate:u?"visible":"hidden",children:jsxRuntime.jsx("span",{ref:d,children:p.map((v,w)=>jsxRuntime.jsxs(framerMotion.motion.span,{variants:g,className:"inline-block",children:[v,o==="word"&&w<p.length-1&&"\xA0"]},w))})})});Kx.displayName="TextReveal";var _x=$__namespace.forwardRef(({words:e,duration:t=2,animation:r="slide",animationDuration:a=.5,className:n,loop:o=true},s)=>{let[l,c]=$__namespace.useState(0);$__namespace.useEffect(()=>{if(!o&&l===e.length-1)return;let m=setInterval(()=>{c(u=>(u+1)%e.length);},t*1e3);return ()=>clearInterval(m)},[e.length,t,o,l]);let d=()=>{switch(r){case "fade":return {initial:{opacity:0},animate:{opacity:1},exit:{opacity:0}};case "slide":return {initial:{opacity:0,y:20},animate:{opacity:1,y:0},exit:{opacity:0,y:-20}};case "scale":return {initial:{opacity:0,scale:.8},animate:{opacity:1,scale:1},exit:{opacity:0,scale:1.2}};case "blur":return {initial:{opacity:0,filter:"blur(10px)"},animate:{opacity:1,filter:"blur(0px)"},exit:{opacity:0,filter:"blur(10px)"}}}};return jsxRuntime.jsx("span",{ref:s,className:i("relative inline-block",n),children:jsxRuntime.jsx(framerMotion.AnimatePresence,{mode:"wait",children:jsxRuntime.jsx(framerMotion.motion.span,{variants:d(),initial:"initial",animate:"animate",exit:"exit",transition:{duration:a},className:"inline-block",children:e[l]},e[l])})})});_x.displayName="WordRotate";var Ux=$__namespace.forwardRef(({children:e,direction:t="up",distance:r=50,duration:a=.6,delay:n=0,once:o=true,threshold:s=.1,className:l,scale:c,rotate:d,blur:m,ease:u=[.4,0,.2,1]},f)=>{let p=$__namespace.useRef(null),b=framerMotion.useInView(p,{once:o,amount:s}),g={up:{x:0,y:r},down:{x:0,y:-r},left:{x:r,y:0},right:{x:-r,y:0},none:{x:0,y:0}}[t],v={hidden:{opacity:0,x:g.x,y:g.y,scale:c??1,rotate:d??0,filter:m?`blur(${m}px)`:"blur(0px)"},visible:{opacity:1,x:0,y:0,scale:1,rotate:0,filter:"blur(0px)",transition:{duration:a,delay:n,ease:u}}};return jsxRuntime.jsx("div",{ref:p,children:jsxRuntime.jsx(framerMotion.motion.div,{ref:f,variants:v,initial:"hidden",animate:b?"visible":"hidden",className:i(l),children:e})})});Ux.displayName="ScrollReveal";var Xx=$__namespace.forwardRef(({position:e="top",size:t=4,color:r="hsl(var(--primary))",backgroundColor:a="transparent",zIndex:n=50,className:o,container:s,showPercentage:l=false,useSpring:c=true},d)=>{let{scrollYProgress:m}=framerMotion.useScroll({container:s}),u=framerMotion.useSpring(m,{stiffness:100,damping:30,restDelta:.001}),f=c?u:m,p=e==="top"||e==="bottom",b={top:{top:0,left:0,right:0,height:t},bottom:{bottom:0,left:0,right:0,height:t},left:{top:0,left:0,bottom:0,width:t},right:{top:0,right:0,bottom:0,width:t}},x=p?"scaleX":"scaleY",g=p?"left":"top";return jsxRuntime.jsxs("div",{ref:d,className:i("fixed",o),style:{...b[e],zIndex:n,backgroundColor:a},children:[jsxRuntime.jsx(framerMotion.motion.div,{className:"h-full w-full",style:{[x]:f,transformOrigin:g,backgroundColor:r}}),l&&jsxRuntime.jsx(Ek,{progress:f,position:e})]})});Xx.displayName="ScrollProgress";var Ek=({progress:e,position:t})=>{let r=framerMotion.useTransform(e,s=>Math.round(s*100)),[a,n]=$__namespace.useState(0);return $__namespace.useEffect(()=>{let s=r.on("change",n);return ()=>s()},[r]),jsxRuntime.jsxs("span",{className:i("fixed rounded bg-background/80 px-2 py-1 text-xs font-medium backdrop-blur-sm",{top:"top-2 right-4",bottom:"bottom-2 right-4",left:"top-4 left-2",right:"top-4 right-2"}[t]),children:[a,"%"]})},qx=$__namespace.forwardRef(({children:e,speed:t=.5,direction:r="vertical",className:a,container:n},o)=>{let s=$__namespace.useRef(null),{scrollYProgress:l}=framerMotion.useScroll({target:s,container:n,offset:["start end","end start"]}),c=[-100*t,100*t],d=framerMotion.useTransform(l,[0,1],c),m=framerMotion.useSpring(d,{stiffness:100,damping:30}),u=r==="horizontal"?m:0,f=r==="vertical"?m:0;return jsxRuntime.jsx("div",{ref:s,className:i("overflow-hidden",a),children:jsxRuntime.jsx(framerMotion.motion.div,{ref:o,style:{x:u,y:f},children:e})})});qx.displayName="Parallax";var Qx=$__namespace.forwardRef(({children:e,width:t,height:r,duration:a=1.5,direction:n="right",baseColor:o="hsl(var(--muted))",highlightColor:s="hsl(var(--muted-foreground) / 0.1)",borderRadius:l,className:c,active:d=true},m)=>{let u={left:"to left",right:"to right",top:"to top",bottom:"to bottom"},f={left:"shimmer-left",right:"shimmer-right",top:"shimmer-top",bottom:"shimmer-bottom"};return jsxRuntime.jsxs("div",{ref:m,className:i("relative overflow-hidden",c),style:{width:t,height:r,borderRadius:l,backgroundColor:o},children:[e,d&&jsxRuntime.jsx("div",{className:"absolute inset-0",style:{background:`linear-gradient(${u[n]}, transparent, ${s}, transparent)`,animation:`${f[n]} ${a}s infinite`}}),jsxRuntime.jsx("style",{children:`
49
49
  @keyframes shimmer-right {
50
50
  0% { transform: translateX(-100%); }
51
51
  100% { transform: translateX(100%); }
@@ -62,5 +62,5 @@
62
62
  0% { transform: translateY(-100%); }
63
63
  100% { transform: translateY(100%); }
64
64
  }
65
- `})]})});qx.displayName="Shimmer";var Ek={sm:24,md:40,lg:56,xl:80},Lk={default:{circle:"stroke-muted-foreground",check:"stroke-foreground"},success:{circle:"stroke-green-500",check:"stroke-green-500"},primary:{circle:"stroke-primary",check:"stroke-primary"},outline:{circle:"stroke-border",check:"stroke-foreground"}},Zx=$__namespace.forwardRef(({show:e=true,size:t="md",variant:r="success",strokeWidth:a=2,duration:n=.6,delay:o=0,className:s,onComplete:l},c)=>{let d=Ek[t],u=Lk[r],m={hidden:{pathLength:0,opacity:0},visible:{pathLength:1,opacity:1,transition:{duration:n*.5,delay:o,ease:"easeOut"}}},f={hidden:{pathLength:0,opacity:0},visible:{pathLength:1,opacity:1,transition:{duration:n*.5,delay:o+n*.4,ease:"easeOut"}}};return jsxRuntime.jsxs("svg",{ref:c,width:d,height:d,viewBox:"0 0 50 50",className:i(s),children:[jsxRuntime.jsx(framerMotion.motion.circle,{cx:"25",cy:"25",r:"22",fill:"none",strokeWidth:a,className:u.circle,variants:m,initial:"hidden",animate:e?"visible":"hidden"}),jsxRuntime.jsx(framerMotion.motion.path,{d:"M14 27 L22 35 L36 18",fill:"none",strokeWidth:a,strokeLinecap:"round",strokeLinejoin:"round",className:u.check,variants:f,initial:"hidden",animate:e?"visible":"hidden",onAnimationComplete:()=>e&&l?.()})]})});Zx.displayName="Checkmark";var gn={particleCount:100,spread:70,startVelocity:30,decay:.95,gravity:1,colors:["#ff0000","#00ff00","#0000ff","#ffff00","#ff00ff","#00ffff"],origin:{x:.5,y:.5},shapes:["square","circle"],scalar:1,drift:0,ticks:200},Jx=$__namespace.forwardRef(({autoTrigger:e=false,delay:t=0,options:r={},children:a,onTrigger:n},o)=>{let s=$__namespace.useCallback(()=>{let l={...gn,...r};fn__default.default(l),n?.();},[r,n]);return $__namespace.useEffect(()=>{if(e){let l=setTimeout(s,t);return ()=>clearTimeout(l)}},[e,t,s]),a?jsxRuntime.jsx("button",{ref:o,type:"button",onClick:s,children:a}):null});Jx.displayName="Confetti";var Dk=()=>{let e=$__namespace.useCallback(a=>{let n={...gn,...a};fn__default.default(n);},[]),t=$__namespace.useCallback(()=>{let n=Date.now()+3e3,o=setInterval(()=>{let s=n-Date.now();if(s<=0){clearInterval(o);return}let l=50*(s/3e3);fn__default.default({...gn,particleCount:l,origin:{x:Math.random()*.4+.1,y:Math.random()-.2}}),fn__default.default({...gn,particleCount:l,origin:{x:Math.random()*.4+.5,y:Math.random()-.2}});},250);},[]),r=$__namespace.useCallback((a="both")=>{let n={x:0,y:1},o={x:1,y:1};(a==="left"||a==="both")&&fn__default.default({...gn,particleCount:50,angle:60,spread:55,origin:n}),(a==="right"||a==="both")&&fn__default.default({...gn,particleCount:50,angle:120,spread:55,origin:o});},[]);return {fire:e,fireworks:t,cannon:r}},Qx=$__namespace.forwardRef(({children:e,color:t="hsl(var(--primary))",intensity:r=20,spread:a=0,animate:n=false,duration:o=2,className:s},l)=>{let c={boxShadow:`0 0 ${r}px ${a}px ${t}`};return n?jsxRuntime.jsx(framerMotion.motion.div,{ref:l,className:i(s),animate:{boxShadow:[`0 0 ${r}px ${a}px ${t}`,`0 0 ${r*1.5}px ${a+5}px ${t}`,`0 0 ${r}px ${a}px ${t}`]},transition:{duration:o,repeat:1/0,ease:"easeInOut"},children:e}):jsxRuntime.jsx("div",{ref:l,className:i(s),style:c,children:e})});Qx.displayName="Glow";var Xx=(e,t)=>({id:Math.random().toString(36).substr(2,9),x:`${Math.random()*100}%`,y:`${Math.random()*100}%`,size:Math.random()*(t-e)+e,delay:Math.random()*2}),ey=$__namespace.forwardRef(({children:e,count:t=10,color:r="hsl(var(--primary))",minSize:a=4,maxSize:n=8,duration:o=1.5,className:s},l)=>{let[c,d]=$__namespace.useState([]);return $__namespace.useEffect(()=>{let u=Array.from({length:t},()=>Xx(a,n));d(u);let m=setInterval(()=>{d(f=>{let p=[...f],b=Math.floor(Math.random()*t);return p[b]=Xx(a,n),p});},o*500);return ()=>clearInterval(m)},[t,a,n,o]),jsxRuntime.jsxs("div",{ref:l,className:i("relative inline-block",s),children:[e,c.map(u=>jsxRuntime.jsx(framerMotion.motion.svg,{className:"pointer-events-none absolute",style:{left:u.x,top:u.y,width:u.size,height:u.size},viewBox:"0 0 24 24",initial:{scale:0,opacity:0,rotate:0},animate:{scale:[0,1,0],opacity:[0,1,0],rotate:[0,180]},transition:{duration:o,delay:u.delay,repeat:1/0,ease:"easeInOut"},children:jsxRuntime.jsx("path",{d:"M12 0L14.59 9.41L24 12L14.59 14.59L12 24L9.41 14.59L0 12L9.41 9.41L12 0Z",fill:r})},u.id))]})});ey.displayName="Sparkles";Object.defineProperty(exports,"toast",{enumerable:true,get:function(){return sonner.toast}});Object.defineProperty(exports,"useTheme",{enumerable:true,get:function(){return nextThemes.useTheme}});exports.Accordion=Kd;exports.AccordionItem=_d;exports.ActionBar=Dv;exports.ActionBarButton=Sv;exports.ActionGroup=vv;exports.ActionIcon=eb;exports.ActionMenu=Vv;exports.ActionSheet=qh;exports.Alert=my;exports.AlertDescription=fy;exports.AlertTitle=py;exports.AppShell=ox;exports.AppShellAside=Zl;exports.AppShellFooter=Jl;exports.AppShellHeader=Xl;exports.AppShellMain=sx;exports.AppShellSidebar=ql;exports.AreaChart=wb;exports.AspectRatio=bu;exports.AuthDivider=vx;exports.AuthFooterLinks=bx;exports.AuthForm=fx;exports.AuthHeader=gx;exports.AuthLayout=px;exports.AuthSocialButtons=hx;exports.Autocomplete=Kf;exports.Avatar=oa;exports.AvatarFallback=sa;exports.AvatarGroup=Dm;exports.AvatarImage=Va;exports.BackTop=pf;exports.Badge=vy;exports.Banner=Gh;exports.BarChart=yb;exports.BatteryMeter=rh;exports.BottomNavigation=Yh;exports.Bounce=Hx;exports.Breadcrumb=iu;exports.BreadcrumbEllipsis=pu;exports.BreadcrumbItem=cu;exports.BreadcrumbLink=du;exports.BreadcrumbList=lu;exports.BreadcrumbPage=uu;exports.BreadcrumbSeparator=mu;exports.Button=U;exports.ButtonGroup=uv;exports.COUNTRIES=Qp;exports.Calendar=za;exports.Card=mc;exports.CardContent=fc;exports.CardFooter=gc;exports.CardHeader=pc;exports.Carousel=Lb;exports.CarouselContent=Db;exports.CarouselItem=Sb;exports.CarouselNext=vl;exports.CarouselPrevious=bl;exports.Center=bh;exports.Checkbox=xn;exports.Checkmark=Zx;exports.Chip=zm;exports.CircularProgress=jm;exports.CloseButton=ar;exports.Code=rg;exports.Collapse=kx;exports.Collapsible=qd;exports.CollapsibleContent=Zd;exports.CollapsibleTrigger=bi;exports.ColorArea=ih;exports.ColorField=iv;exports.ColorPicker=Op;exports.ColorSlider=dh;exports.ColorSwatch=En;exports.ColorSwatchPicker=zp;exports.ColorWheel=mh;exports.Command=Ni;exports.CommandDialog=s0;exports.CommandEmpty=hm;exports.CommandGroup=xm;exports.CommandInput=bm;exports.CommandItem=Rm;exports.CommandList=vm;exports.CommandSeparator=ym;exports.CommandShortcut=wm;exports.Confetti=Jx;exports.ConfirmDialog=nl;exports.ContextMenu=hd;exports.ContextMenuCheckboxItem=kd;exports.ContextMenuContent=Nd;exports.ContextMenuGroup=yd;exports.ContextMenuItem=Pd;exports.ContextMenuLabel=Ld;exports.ContextMenuPortal=Rd;exports.ContextMenuRadioGroup=Cd;exports.ContextMenuRadioItem=Ed;exports.ContextMenuSeparator=Dd;exports.ContextMenuShortcut=Sd;exports.ContextMenuSub=wd;exports.ContextMenuSubContent=Td;exports.ContextMenuSubTrigger=Md;exports.ContextMenuTrigger=xd;exports.ContextualHelp=_v;exports.CopyButton=gb;exports.Counter=Bx;exports.CurrencyInput=_p;exports.DEFAULT_COLORS=Gn;exports.DashboardGrid=mx;exports.DashboardLayout=cx;exports.DashboardPage=dx;exports.DashboardPageHeader=ux;exports.DataTable=qw;exports.DateField=rv;exports.DateInput=qp;exports.DatePicker=Tm;exports.DateRangePicker=kg;exports.DefaultErrorFallback=qi;exports.Dialog=so;exports.DialogClose=xc;exports.DialogContent=io;exports.DialogDescription=Cc;exports.DialogFooter=Rc;exports.DialogHeader=yc;exports.DialogOverlay=ri;exports.DialogPortal=ti;exports.DialogTitle=wc;exports.DialogTrigger=hc;exports.DiskUsageMeter=th;exports.Dots=$m;exports.Drawer=yi;exports.DrawerBody=Iu;exports.DrawerClose=Ou;exports.DrawerContent=Hu;exports.DrawerDescription=Bu;exports.DrawerFooter=Au;exports.DrawerGroup=ju;exports.DrawerGroupLabel=Yu;exports.DrawerHeader=Vu;exports.DrawerInset=Uu;exports.DrawerMenu=$u;exports.DrawerMenuButton=Wu;exports.DrawerMenuItem=Ku;exports.DrawerProvider=_R;exports.DrawerSeparator=Gu;exports.DrawerSidebar=Du;exports.DrawerTitle=zu;exports.DrawerToggle=Fu;exports.DrawerTrigger=Su;exports.Dropdown=Sr;exports.DropdownCheckboxItem=_c;exports.DropdownContent=Vr;exports.DropdownGroup=Xc;exports.DropdownItem=zt;exports.DropdownLabel=Yc;exports.DropdownRadioGroup=Wc;exports.DropdownRadioItem=jc;exports.DropdownSeparator=ho;exports.DropdownShortcut=Uc;exports.DropdownSub=qc;exports.DropdownSubContent=Jc;exports.DropdownSubTrigger=Zc;exports.DropdownTrigger=Hr;exports.EMOJIS=xl;exports.EMOJI_CATEGORIES=vs;exports.EmojiPicker=Vb;exports.EmptyState=op;exports.ErrorBoundary=AC;exports.Expand=Ex;exports.FAB=nk;exports.Fade=Mx;exports.FieldContext=$i;exports.FileUpload=Hp;exports.Flex=Xn;exports.Flip=Dx;exports.FloatingActionButton=Wl;exports.Form=_f;exports.FormContext=Gi;exports.FormControl=Uf;exports.FormDescription=Xf;exports.FormField=Wf;exports.FormItem=jf;exports.FormLabel=Yf;exports.FormMessage=qf;exports.FullCalendar=hb;exports.Glow=Qx;exports.Grid=Os;exports.GridItem=yh;exports.GridList=Jv;exports.HStack=fh;exports.HoverCard=au;exports.HoverCardContent=ou;exports.HoverCardTrigger=nu;exports.IconButton=fv;exports.IllustratedMessage=Mv;exports.Image=og;exports.ImageCropper=Ob;exports.ImageViewer=ol;exports.ImageViewerTrigger=Zg;exports.Indicator=ob;exports.IndicatorWrapper=sb;exports.InfiniteScroll=Hg;exports.InlineAlert=Ev;exports.Input=co;exports.InputOTP=Xm;exports.InputOTPGroup=qm;exports.InputOTPSeparator=Jm;exports.InputOTPSlot=Zm;exports.KanbanBoard=Pb;exports.Kbd=ub;exports.Label=na;exports.LabeledValue=Ph;exports.LabeledValueGroup=Eh;exports.LineChart=xb;exports.Link=uf;exports.List=up;exports.ListItem=pp;exports.ListItemText=fp;exports.ListView=Ov;exports.Listbox=ug;exports.ListboxItem=mg;exports.Loading=Tg;exports.LoadingOverlay=xg;exports.MASK_PRESETS=Si;exports.MaskedInput=Yp;exports.Menubar=hf;exports.MenubarCheckboxItem=Ef;exports.MenubarContent=Pf;exports.MenubarGroup=yf;exports.MenubarItem=kf;exports.MenubarLabel=Df;exports.MenubarMenu=xf;exports.MenubarPortal=Rf;exports.MenubarRadioGroup=Cf;exports.MenubarRadioItem=Lf;exports.MenubarSeparator=Sf;exports.MenubarShortcut=Hf;exports.MenubarSub=wf;exports.MenubarSubContent=Tf;exports.MenubarSubTrigger=Mf;exports.MenubarTrigger=Nf;exports.Meter=Is;exports.Modal=Bg;exports.ModalBody=Kg;exports.ModalClose=al;exports.ModalContent=Gg;exports.ModalDescription=jg;exports.ModalFooter=_g;exports.ModalHeader=$g;exports.ModalOverlay=rl;exports.ModalPortal=tl;exports.ModalRoot=Og;exports.ModalTitle=Wg;exports.ModalTrigger=Fg;exports.NProgress=Rg;exports.Navbar=af;exports.NavbarBrand=nf;exports.NavbarContent=of;exports.NavbarItem=sf;exports.NavbarLink=lf;exports.NavigationMenu=hu;exports.NavigationMenuContent=Cu;exports.NavigationMenuIndicator=Mu;exports.NavigationMenuItem=yu;exports.NavigationMenuLink=Nu;exports.NavigationMenuList=xu;exports.NavigationMenuTrigger=wu;exports.NavigationMenuViewport=xi;exports.NotificationCenter=Oh;exports.NumberField=Zb;exports.NumberInput=Nm;exports.Pagination=dm;exports.PaginationContent=um;exports.PaginationEllipsis=gm;exports.PaginationItem=mm;exports.PaginationLink=Vo;exports.PaginationNext=fm;exports.PaginationPrevious=pm;exports.Parallax=Yx;exports.PasswordInput=Cm;exports.PhoneInput=ef;exports.PieChart=Rb;exports.Pop=zx;exports.Popover=Ie;exports.PopoverAnchor=xo;exports.PopoverContent=Ae;exports.PopoverTrigger=Ye;exports.Portal=ab;exports.Progress=Lo;exports.PullToRefresh=rx;exports.Pulse=Ix;exports.QRCode=Gb;exports.RadioGroup=Vd;exports.RadioGroupItem=Id;exports.RangeSlider=Gv;exports.Rating=Hm;exports.ResizableHandle=D0;exports.ResizablePanel=L0;exports.ResizablePanelGroup=E0;exports.RichTextEditor=Ab;exports.Ripple=Sx;exports.Rotate=Lx;exports.Scale=Px;exports.ScrollArea=ke;exports.ScrollProgress=jx;exports.ScrollReveal=Wx;exports.ScrollShadow=cb;exports.SearchBar=Vh;exports.SearchField=ev;exports.SegmentedControl=kp;exports.SegmentedControlItem=Ep;exports.Select=Gc;exports.Separator=Pr;exports.SettingsCard=Rx;exports.SettingsHeader=Jn;exports.SettingsLayout=xx;exports.SettingsNavItem=Cx;exports.SettingsRow=wx;exports.SettingsSection=yx;exports.SettingsSeparator=Nx;exports.Shake=Vx;exports.Sheet=wo;exports.SheetClose=cd;exports.SheetContent=Co;exports.SheetDescription=gd;exports.SheetFooter=pd;exports.SheetHeader=md;exports.SheetOverlay=dd;exports.SheetPortal=ui;exports.SheetTitle=fd;exports.SheetTrigger=ld;exports.Shimmer=qx;exports.SimpleGrid=Rh;exports.Skeleton=fo;exports.Slide=Tx;exports.Slider=ko;exports.Snippet=ng;exports.SortableList=CC;exports.Spacer=pb;exports.Sparkles=ey;exports.Spinner=sm;exports.SpotlightSearch=Bh;exports.StatCard=lp;exports.StatusLight=wv;exports.Step=zf;exports.Steps=If;exports.SwipeActions=Qh;exports.Switch=Tc;exports.Table=qu;exports.TableBody=Ju;exports.TableCaption=am;exports.TableCell=rm;exports.TableFooter=Qu;exports.TableHead=tm;exports.TableHeader=Zu;exports.TableRow=em;exports.Tabs=rd;exports.TabsContent=od;exports.TabsList=ad;exports.TabsTrigger=nd;exports.TagGroup=Yv;exports.TagInput=rp;exports.TextBadge=Qs;exports.TextField=Yb;exports.TextReveal=Fx;exports.Textarea=Pc;exports.ThemeProvider=$b;exports.ThemeToggle=Kb;exports.TimeField=nv;exports.TimeInput=Gp;exports.TimePicker=Eg;exports.Timeline=hp;exports.TimelineContent=wp;exports.TimelineItem=yp;exports.TimelineOpposite=Cp;exports.TimelineSeparator=Rp;exports.Toaster=oR;exports.Toggle=Ad;exports.ToggleGroup=Bd;exports.ToggleGroupItem=Od;exports.Tooltip=Er;exports.TooltipContent=Dr;exports.TooltipProvider=kr;exports.TooltipTrigger=Lr;exports.TreeView=Ff;exports.Typewriter=Ox;exports.User=Qf;exports.VStack=gh;exports.VirtualList=GC;exports.VisuallyHidden=An;exports.Well=Nh;exports.Wiggle=Ax;exports.WordRotate=Gx;exports.actionBarVariants=Lv;exports.actionGroupVariants=bv;exports.actionIconVariants=Qg;exports.actionMenuTriggerVariants=Hv;exports.actionSheetItemVariants=Xh;exports.alertVariants=dy;exports.appShellVariants=nx;exports.applyMask=Ko;exports.authLayoutVariants=js;exports.autocompleteInputVariants=$f;exports.avatarGroupVariants=Lm;exports.backTopVariants=mf;exports.badgeIndicatorVariants=gy;exports.bannerVariants=Fh;exports.bottomNavigationVariants=jh;exports.buttonGroupVariants=cv;exports.buttonVariants=er;exports.cardVariants=uc;exports.carouselVariants=kb;exports.chartContainerVariants=Fn;exports.chipVariants=Am;exports.circularProgressVariants=Wm;exports.closeButtonVariants=Eu;exports.cn=i;exports.codeVariants=tg;exports.colorAreaVariants=ah;exports.colorFieldVariants=sv;exports.colorSliderVariants=ch;exports.colorSwatchPickerVariants=Ap;exports.colorSwatchVariants=Ip;exports.colorWheelVariants=uh;exports.confirmDialogIconVariants=Xg;exports.contextualHelpTriggerVariants=zl;exports.copyButtonVariants=fb;exports.currencyInputVariants=$p;exports.dashboardLayoutVariants=lx;exports.dateFieldVariants=tv;exports.dateInputVariants=Up;exports.dotsVariants=Gm;exports.drawerMenuButtonVariants=_u;exports.emojiPickerVariants=Hb;exports.emptyStateVariants=np;exports.fabVariants=qn;exports.fileUploadVariants=Lp;exports.flexVariants=ph;exports.formatCurrency=Di;exports.formatDate=Wo;exports.formatFileSize=Go;exports.formatPhoneNumber=Yo;exports.fullCalendarVariants=vb;exports.getFileIcon=Dp;exports.getMaskPlaceholder=jp;exports.gridItemVariants=xh;exports.gridListItemVariants=Zv;exports.gridListVariants=qv;exports.gridVariants=hh;exports.hexToRgb=oh;exports.hsvToRgb=zs;exports.iconButtonVariants=pv;exports.illustratedMessageVariants=Nv;exports.imageCropperVariants=Bb;exports.imageVariants=ji;exports.indicatorVariants=nb;exports.infiniteScrollLoaderVariants=Qi;exports.infiniteScrollVariants=Sg;exports.inlineAlertVariants=kv;exports.inputOTPVariants=Um;exports.inputSizeVariants=Wb;exports.kanbanBoardVariants=Mb;exports.kanbanCardVariants=fl;exports.kanbanColumnVariants=Tb;exports.kbdVariants=db;exports.labelSizeVariants=jb;exports.labeledValueGroupVariants=kh;exports.labeledValueVariants=Th;exports.linkVariants=df;exports.listItemVariants=mp;exports.listVariants=dp;exports.listViewItemVariants=Bv;exports.listViewVariants=zv;exports.listboxItemVariants=cg;exports.listboxVariants=lg;exports.loadingOverlayVariants=hg;exports.loadingVariants=Mg;exports.maskedInputVariants=Wp;exports.meterVariants=eh;exports.modalContentVariants=el;exports.navbarVariants=rf;exports.navigationMenuTriggerStyle=Ru;exports.notificationCenterVariants=WP;exports.nprogressVariants=yg;exports.numberFieldVariants=qb;exports.parseDate=Xp;exports.parseFormattedValue=Kp;exports.phoneInputVariants=Jp;exports.pullToRefreshVariants=tx;exports.qrCodeVariants=Cl;exports.rangeSliderVariants=Fv;exports.ratingVariants=Sm;exports.rgbToHex=sh;exports.rgbToHsv=nh;exports.richTextEditorVariants=Ib;exports.scrollShadowVariants=lb;exports.searchBarVariants=Hh;exports.searchFieldVariants=Qb;exports.segmentedControlItemVariants=Tp;exports.segmentedControlVariants=Mp;exports.selectVariants=Fc;exports.settingsLayoutVariants=Ys;exports.sheetVariants=ud;exports.skeletonVariants=Ec;exports.snippetVariants=ag;exports.sortableItemVariants=gg;exports.sortableListVariants=fg;exports.spinnerVariants=om;exports.statCardVariants=ip;exports.statusLightVariants=Rv;exports.stepVariants=Af;exports.stepsVariants=Vf;exports.swipeActionVariants=Yl;exports.swipeActionsVariants=Jh;exports.tagGroupItemVariants=Bl;exports.tagGroupVariants=jv;exports.tagVariants=tp;exports.textBadgeVariants=hy;exports.textFieldVariants=_b;exports.themeToggleVariants=nT;exports.timeFieldVariants=av;exports.timeInputVariants=Fp;exports.timelineItemVariants=xp;exports.timelineVariants=vp;exports.toggleVariants=To;exports.treeViewVariants=Of;exports.unmask=Hi;exports.useButtonGroup=PT;exports.useCarousel=gl;exports.useConfetti=Dk;exports.useConfirmDialog=tN;exports.useDrawer=AR;exports.useFieldContext=Zo;exports.useFormContext=Ki;exports.useKeyboardShortcut=NN;exports.useSpotlight=BP;exports.userVariants=Jf;exports.validateFile=Sp;exports.validators=cC;exports.virtualListVariants=Lg;exports.wellVariants=Ch;//# sourceMappingURL=index.cjs.map
65
+ `})]})});Qx.displayName="Shimmer";var Lk={sm:24,md:40,lg:56,xl:80},Dk={default:{circle:"stroke-muted-foreground",check:"stroke-foreground"},success:{circle:"stroke-green-500",check:"stroke-green-500"},primary:{circle:"stroke-primary",check:"stroke-primary"},outline:{circle:"stroke-border",check:"stroke-foreground"}},ey=$__namespace.forwardRef(({show:e=true,size:t="md",variant:r="success",strokeWidth:a=2,duration:n=.6,delay:o=0,className:s,onComplete:l},c)=>{let d=Lk[t],m=Dk[r],u={hidden:{pathLength:0,opacity:0},visible:{pathLength:1,opacity:1,transition:{duration:n*.5,delay:o,ease:"easeOut"}}},f={hidden:{pathLength:0,opacity:0},visible:{pathLength:1,opacity:1,transition:{duration:n*.5,delay:o+n*.4,ease:"easeOut"}}};return jsxRuntime.jsxs("svg",{ref:c,width:d,height:d,viewBox:"0 0 50 50",className:i(s),children:[jsxRuntime.jsx(framerMotion.motion.circle,{cx:"25",cy:"25",r:"22",fill:"none",strokeWidth:a,className:m.circle,variants:u,initial:"hidden",animate:e?"visible":"hidden"}),jsxRuntime.jsx(framerMotion.motion.path,{d:"M14 27 L22 35 L36 18",fill:"none",strokeWidth:a,strokeLinecap:"round",strokeLinejoin:"round",className:m.check,variants:f,initial:"hidden",animate:e?"visible":"hidden",onAnimationComplete:()=>e&&l?.()})]})});ey.displayName="Checkmark";var hn={particleCount:100,spread:70,startVelocity:30,decay:.95,gravity:1,colors:["#ff0000","#00ff00","#0000ff","#ffff00","#ff00ff","#00ffff"],origin:{x:.5,y:.5},shapes:["square","circle"],scalar:1,drift:0,ticks:200},ty=$__namespace.forwardRef(({autoTrigger:e=false,delay:t=0,options:r={},children:a,onTrigger:n},o)=>{let s=$__namespace.useCallback(()=>{let l={...hn,...r};vn__default.default(l),n?.();},[r,n]);return $__namespace.useEffect(()=>{if(e){let l=setTimeout(s,t);return ()=>clearTimeout(l)}},[e,t,s]),a?jsxRuntime.jsx("button",{ref:o,type:"button",onClick:s,children:a}):null});ty.displayName="Confetti";var Sk=()=>{let e=$__namespace.useCallback(a=>{let n={...hn,...a};vn__default.default(n);},[]),t=$__namespace.useCallback(()=>{let n=Date.now()+3e3,o=setInterval(()=>{let s=n-Date.now();if(s<=0){clearInterval(o);return}let l=50*(s/3e3);vn__default.default({...hn,particleCount:l,origin:{x:Math.random()*.4+.1,y:Math.random()-.2}}),vn__default.default({...hn,particleCount:l,origin:{x:Math.random()*.4+.5,y:Math.random()-.2}});},250);},[]),r=$__namespace.useCallback((a="both")=>{let n={x:0,y:1},o={x:1,y:1};(a==="left"||a==="both")&&vn__default.default({...hn,particleCount:50,angle:60,spread:55,origin:n}),(a==="right"||a==="both")&&vn__default.default({...hn,particleCount:50,angle:120,spread:55,origin:o});},[]);return {fire:e,fireworks:t,cannon:r}},ry=$__namespace.forwardRef(({children:e,color:t="hsl(var(--primary))",intensity:r=20,spread:a=0,animate:n=false,duration:o=2,className:s},l)=>{let c={boxShadow:`0 0 ${r}px ${a}px ${t}`};return n?jsxRuntime.jsx(framerMotion.motion.div,{ref:l,className:i(s),animate:{boxShadow:[`0 0 ${r}px ${a}px ${t}`,`0 0 ${r*1.5}px ${a+5}px ${t}`,`0 0 ${r}px ${a}px ${t}`]},transition:{duration:o,repeat:1/0,ease:"easeInOut"},children:e}):jsxRuntime.jsx("div",{ref:l,className:i(s),style:c,children:e})});ry.displayName="Glow";var Jx=(e,t)=>({id:Math.random().toString(36).substr(2,9),x:`${Math.random()*100}%`,y:`${Math.random()*100}%`,size:Math.random()*(t-e)+e,delay:Math.random()*2}),ay=$__namespace.forwardRef(({children:e,count:t=10,color:r="hsl(var(--primary))",minSize:a=4,maxSize:n=8,duration:o=1.5,className:s},l)=>{let[c,d]=$__namespace.useState([]);return $__namespace.useEffect(()=>{let m=Array.from({length:t},()=>Jx(a,n));d(m);let u=setInterval(()=>{d(f=>{let p=[...f],b=Math.floor(Math.random()*t);return p[b]=Jx(a,n),p});},o*500);return ()=>clearInterval(u)},[t,a,n,o]),jsxRuntime.jsxs("div",{ref:l,className:i("relative inline-block",s),children:[e,c.map(m=>jsxRuntime.jsx(framerMotion.motion.svg,{className:"pointer-events-none absolute",style:{left:m.x,top:m.y,width:m.size,height:m.size},viewBox:"0 0 24 24",initial:{scale:0,opacity:0,rotate:0},animate:{scale:[0,1,0],opacity:[0,1,0],rotate:[0,180]},transition:{duration:o,delay:m.delay,repeat:1/0,ease:"easeInOut"},children:jsxRuntime.jsx("path",{d:"M12 0L14.59 9.41L24 12L14.59 14.59L12 24L9.41 14.59L0 12L9.41 9.41L12 0Z",fill:r})},m.id))]})});ay.displayName="Sparkles";Object.defineProperty(exports,"toast",{enumerable:true,get:function(){return sonner.toast}});Object.defineProperty(exports,"useTheme",{enumerable:true,get:function(){return nextThemes.useTheme}});exports.Accordion=jd;exports.AccordionItem=Yd;exports.ActionBar=Vv;exports.ActionBarButton=Iv;exports.ActionGroup=yv;exports.ActionIcon=ab;exports.ActionMenu=zv;exports.ActionSheet=Qh;exports.Alert=gy;exports.AlertDescription=vy;exports.AlertTitle=by;exports.AppShell=lx;exports.AppShellAside=Ql;exports.AppShellFooter=ec;exports.AppShellHeader=Zl;exports.AppShellMain=cx;exports.AppShellSidebar=Jl;exports.AreaChart=Mb;exports.AspectRatio=xu;exports.AuthDivider=yx;exports.AuthFooterLinks=xx;exports.AuthForm=vx;exports.AuthHeader=hx;exports.AuthLayout=bx;exports.AuthSocialButtons=Rx;exports.Autocomplete=jf;exports.Avatar=ia;exports.AvatarFallback=la;exports.AvatarGroup=Vm;exports.AvatarImage=za;exports.BackTop=bf;exports.Badge=yy;exports.Banner=_h;exports.BarChart=Cb;exports.BatteryMeter=oh;exports.BottomNavigation=qh;exports.Bounce=Ax;exports.Breadcrumb=du;exports.BreadcrumbEllipsis=bu;exports.BreadcrumbItem=mu;exports.BreadcrumbLink=pu;exports.BreadcrumbList=uu;exports.BreadcrumbPage=fu;exports.BreadcrumbSeparator=gu;exports.Button=U;exports.ButtonGroup=fv;exports.COUNTRIES=rf;exports.Calendar=Fa;exports.Card=fc;exports.CardContent=bc;exports.CardFooter=vc;exports.CardHeader=gc;exports.Carousel=Hb;exports.CarouselContent=Vb;exports.CarouselItem=Ib;exports.CarouselNext=xl;exports.CarouselPrevious=hl;exports.Center=xh;exports.Checkbox=yn;exports.Checkmark=ey;exports.Chip=Fm;exports.CircularProgress=Xm;exports.CloseButton=ar;exports.Code=og;exports.Collapse=Dx;exports.Collapsible=Qd;exports.CollapsibleContent=eu;exports.CollapsibleTrigger=hi;exports.ColorArea=dh;exports.ColorField=dv;exports.ColorPicker=$p;exports.ColorSlider=ph;exports.ColorSwatch=Ln;exports.ColorSwatchPicker=Fp;exports.ColorWheel=gh;exports.Command=Ti;exports.CommandDialog=i0;exports.CommandEmpty=Rm;exports.CommandGroup=wm;exports.CommandInput=xm;exports.CommandItem=Nm;exports.CommandList=ym;exports.CommandSeparator=Cm;exports.CommandShortcut=Mm;exports.Confetti=ty;exports.ConfirmDialog=sl;exports.ContextMenu=Rd;exports.ContextMenuCheckboxItem=Dd;exports.ContextMenuContent=Pd;exports.ContextMenuGroup=Cd;exports.ContextMenuItem=Ld;exports.ContextMenuLabel=Hd;exports.ContextMenuPortal=Nd;exports.ContextMenuRadioGroup=Td;exports.ContextMenuRadioItem=Sd;exports.ContextMenuSeparator=Vd;exports.ContextMenuShortcut=Id;exports.ContextMenuSub=Md;exports.ContextMenuSubContent=Ed;exports.ContextMenuSubTrigger=kd;exports.ContextMenuTrigger=wd;exports.ContextualHelp=Yv;exports.CopyButton=hb;exports.Counter=Gx;exports.CurrencyInput=Yp;exports.DEFAULT_COLORS=$n;exports.DashboardGrid=gx;exports.DashboardLayout=mx;exports.DashboardPage=px;exports.DashboardPageHeader=fx;exports.DataTable=Zw;exports.DateField=ov;exports.DateInput=Qp;exports.DatePicker=Em;exports.DateRangePicker=Dg;exports.DefaultErrorFallback=Ji;exports.Dialog=io;exports.DialogClose=Rc;exports.DialogContent=lo;exports.DialogDescription=Mc;exports.DialogFooter=Cc;exports.DialogHeader=wc;exports.DialogOverlay=ai;exports.DialogPortal=ri;exports.DialogTitle=Nc;exports.DialogTrigger=yc;exports.DiskUsageMeter=nh;exports.Dots=Wm;exports.Drawer=wi;exports.DrawerBody=Bu;exports.DrawerClose=$u;exports.DrawerContent=Au;exports.DrawerDescription=Gu;exports.DrawerFooter=Ou;exports.DrawerGroup=Xu;exports.DrawerGroupLabel=qu;exports.DrawerHeader=zu;exports.DrawerInset=Zu;exports.DrawerMenu=Wu;exports.DrawerMenuButton=Uu;exports.DrawerMenuItem=ju;exports.DrawerProvider=WR;exports.DrawerSeparator=_u;exports.DrawerSidebar=Vu;exports.DrawerTitle=Fu;exports.DrawerToggle=Ku;exports.DrawerTrigger=Iu;exports.Dropdown=Sr;exports.DropdownCheckboxItem=Yc;exports.DropdownContent=Vr;exports.DropdownGroup=Jc;exports.DropdownItem=zt;exports.DropdownLabel=qc;exports.DropdownRadioGroup=Uc;exports.DropdownRadioItem=Xc;exports.DropdownSeparator=ho;exports.DropdownShortcut=Zc;exports.DropdownSub=Qc;exports.DropdownSubContent=td;exports.DropdownSubTrigger=ed;exports.DropdownTrigger=Hr;exports.EMOJIS=Rl;exports.EMOJI_CATEGORIES=vs;exports.EmojiPicker=zb;exports.EmptyState=lp;exports.ErrorBoundary=zC;exports.Expand=Sx;exports.FAB=ok;exports.Fade=kx;exports.FieldContext=_i;exports.FileUpload=Ap;exports.Flex=qn;exports.Flip=Vx;exports.FloatingActionButton=Yl;exports.Form=Yf;exports.FormContext=Ki;exports.FormControl=Zf;exports.FormDescription=Jf;exports.FormField=Uf;exports.FormItem=Xf;exports.FormLabel=qf;exports.FormMessage=Qf;exports.FullCalendar=Rb;exports.Glow=ry;exports.Grid=Os;exports.GridItem=Ch;exports.GridList=th;exports.HStack=vh;exports.HoverCard=su;exports.HoverCardContent=lu;exports.HoverCardTrigger=iu;exports.IconButton=vv;exports.IllustratedMessage=kv;exports.Image=lg;exports.ImageCropper=$b;exports.ImageViewer=il;exports.ImageViewerTrigger=eb;exports.Indicator=lb;exports.IndicatorWrapper=cb;exports.InfiniteScroll=Ag;exports.InlineAlert=Sv;exports.Input=co;exports.InputOTP=Jm;exports.InputOTPGroup=Qm;exports.InputOTPSeparator=tp;exports.InputOTPSlot=ep;exports.KanbanBoard=Lb;exports.Kbd=fb;exports.Label=sa;exports.LabeledValue=Lh;exports.LabeledValueGroup=Sh;exports.LineChart=wb;exports.Link=ff;exports.List=fp;exports.ListItem=bp;exports.ListItemText=vp;exports.ListView=$v;exports.Listbox=fg;exports.ListboxItem=gg;exports.Loading=Eg;exports.LoadingOverlay=wg;exports.MASK_PRESETS=Vi;exports.MaskedInput=qp;exports.Menubar=Rf;exports.MenubarCheckboxItem=Sf;exports.MenubarContent=Lf;exports.MenubarGroup=Cf;exports.MenubarItem=Df;exports.MenubarLabel=Vf;exports.MenubarMenu=wf;exports.MenubarPortal=Nf;exports.MenubarRadioGroup=Tf;exports.MenubarRadioItem=Hf;exports.MenubarSeparator=If;exports.MenubarShortcut=Af;exports.MenubarSub=Mf;exports.MenubarSubContent=Ef;exports.MenubarSubTrigger=kf;exports.MenubarTrigger=Pf;exports.Meter=Is;exports.Modal=Gg;exports.ModalBody=jg;exports.ModalClose=ol;exports.ModalContent=_g;exports.ModalDescription=Xg;exports.ModalFooter=Yg;exports.ModalHeader=Wg;exports.ModalOverlay=nl;exports.ModalPortal=al;exports.ModalRoot=$g;exports.ModalTitle=Ug;exports.ModalTrigger=Kg;exports.NProgress=Ng;exports.Navbar=sf;exports.NavbarBrand=lf;exports.NavbarContent=cf;exports.NavbarItem=df;exports.NavbarLink=uf;exports.NavigationMenu=Ru;exports.NavigationMenuContent=Tu;exports.NavigationMenuIndicator=ku;exports.NavigationMenuItem=Cu;exports.NavigationMenuLink=Pu;exports.NavigationMenuList=wu;exports.NavigationMenuTrigger=Mu;exports.NavigationMenuViewport=Ri;exports.NotificationCenter=$h;exports.NumberField=ev;exports.NumberInput=Pm;exports.Pagination=pm;exports.PaginationContent=fm;exports.PaginationEllipsis=hm;exports.PaginationItem=gm;exports.PaginationLink=Vo;exports.PaginationNext=vm;exports.PaginationPrevious=bm;exports.Parallax=qx;exports.PasswordInput=Tm;exports.PhoneInput=af;exports.PieChart=Nb;exports.Pop=Fx;exports.Popover=Ie;exports.PopoverAnchor=xo;exports.PopoverContent=Ae;exports.PopoverTrigger=Ye;exports.Portal=sb;exports.Progress=Lo;exports.PullToRefresh=ox;exports.Pulse=Bx;exports.QRCode=_b;exports.RadioGroup=zd;exports.RadioGroupItem=Bd;exports.RangeSlider=_v;exports.Rating=Am;exports.ResizableHandle=S0;exports.ResizablePanel=D0;exports.ResizablePanelGroup=L0;exports.RichTextEditor=Ob;exports.Ripple=Ix;exports.Rotate=Hx;exports.Scale=Lx;exports.ScrollArea=ke;exports.ScrollProgress=Xx;exports.ScrollReveal=Ux;exports.ScrollShadow=mb;exports.SearchBar=zh;exports.SearchField=av;exports.SegmentedControl=Dp;exports.SegmentedControlItem=Sp;exports.Select=_c;exports.Separator=Pr;exports.SettingsCard=Nx;exports.SettingsHeader=Qn;exports.SettingsLayout=wx;exports.SettingsNavItem=Tx;exports.SettingsRow=Mx;exports.SettingsSection=Cx;exports.SettingsSeparator=Px;exports.Shake=zx;exports.Sheet=wo;exports.SheetClose=md;exports.SheetContent=Co;exports.SheetDescription=hd;exports.SheetFooter=bd;exports.SheetHeader=gd;exports.SheetOverlay=pd;exports.SheetPortal=pi;exports.SheetTitle=vd;exports.SheetTrigger=ud;exports.Shimmer=Qx;exports.SimpleGrid=Nh;exports.Skeleton=fo;exports.Slide=Ex;exports.Slider=ko;exports.Snippet=ig;exports.SortableList=NC;exports.Spacer=bb;exports.Sparkles=ay;exports.Spinner=cm;exports.SpotlightSearch=Gh;exports.StatCard=up;exports.StatusLight=Mv;exports.Step=Ff;exports.Steps=Bf;exports.SwipeActions=rx;exports.Switch=Ec;exports.Table=Qu;exports.TableBody=tm;exports.TableCaption=sm;exports.TableCell=om;exports.TableFooter=rm;exports.TableHead=nm;exports.TableHeader=em;exports.TableRow=am;exports.Tabs=od;exports.TabsContent=ld;exports.TabsList=sd;exports.TabsTrigger=id;exports.TagGroup=qv;exports.TagInput=op;exports.TextBadge=Qs;exports.TextField=qb;exports.TextReveal=Kx;exports.Textarea=Lc;exports.ThemeProvider=Wb;exports.ThemeToggle=jb;exports.TimeField=iv;exports.TimeInput=_p;exports.TimePicker=Sg;exports.Timeline=Rp;exports.TimelineContent=Mp;exports.TimelineItem=Cp;exports.TimelineOpposite=Tp;exports.TimelineSeparator=Np;exports.Toaster=sR;exports.Toggle=Od;exports.ToggleGroup=Gd;exports.ToggleGroupItem=$d;exports.Tooltip=Er;exports.TooltipContent=Dr;exports.TooltipProvider=kr;exports.TooltipTrigger=Lr;exports.TreeView=Kf;exports.Typewriter=$x;exports.User=rg;exports.VStack=hh;exports.VirtualList=$C;exports.VisuallyHidden=zn;exports.Well=Ph;exports.Wiggle=Ox;exports.WordRotate=_x;exports.actionBarVariants=Hv;exports.actionGroupVariants=xv;exports.actionIconVariants=rb;exports.actionMenuTriggerVariants=Av;exports.actionSheetItemVariants=Jh;exports.alertVariants=py;exports.appShellVariants=ix;exports.applyMask=Ko;exports.authLayoutVariants=js;exports.autocompleteInputVariants=Wf;exports.avatarGroupVariants=Hm;exports.backTopVariants=gf;exports.badgeIndicatorVariants=hy;exports.bannerVariants=Kh;exports.bottomNavigationVariants=Xh;exports.buttonGroupVariants=mv;exports.buttonVariants=er;exports.cardVariants=pc;exports.carouselVariants=Db;exports.chartContainerVariants=Gn;exports.chipVariants=Om;exports.circularProgressVariants=Um;exports.closeButtonVariants=Su;exports.cn=i;exports.codeVariants=ng;exports.colorAreaVariants=sh;exports.colorFieldVariants=cv;exports.colorSliderVariants=mh;exports.colorSwatchPickerVariants=Op;exports.colorSwatchVariants=Bp;exports.colorWheelVariants=fh;exports.confirmDialogIconVariants=Jg;exports.contextualHelpTriggerVariants=Ol;exports.copyButtonVariants=vb;exports.currencyInputVariants=Wp;exports.dashboardLayoutVariants=ux;exports.dateFieldVariants=nv;exports.dateInputVariants=Zp;exports.dotsVariants=_m;exports.drawerMenuButtonVariants=Yu;exports.emojiPickerVariants=Ab;exports.emptyStateVariants=ip;exports.fabVariants=Zn;exports.fileUploadVariants=Hp;exports.flexVariants=bh;exports.formatCurrency=Hi;exports.formatDate=Wo;exports.formatFileSize=Go;exports.formatPhoneNumber=Yo;exports.fullCalendarVariants=yb;exports.getFileIcon=Vp;exports.getMaskPlaceholder=Xp;exports.gridItemVariants=wh;exports.gridListItemVariants=eh;exports.gridListVariants=Qv;exports.gridVariants=Rh;exports.hexToRgb=lh;exports.hsvToRgb=zs;exports.iconButtonVariants=bv;exports.illustratedMessageVariants=Pv;exports.imageCropperVariants=Gb;exports.imageVariants=Ui;exports.indicatorVariants=ib;exports.infiniteScrollLoaderVariants=tl;exports.infiniteScrollVariants=Ig;exports.inlineAlertVariants=Dv;exports.inputOTPVariants=Zm;exports.inputSizeVariants=Ub;exports.kanbanBoardVariants=kb;exports.kanbanCardVariants=bl;exports.kanbanColumnVariants=Eb;exports.kbdVariants=pb;exports.labelSizeVariants=Xb;exports.labeledValueGroupVariants=Dh;exports.labeledValueVariants=Eh;exports.linkVariants=pf;exports.listItemVariants=gp;exports.listVariants=pp;exports.listViewItemVariants=Gv;exports.listViewVariants=Fv;exports.listboxItemVariants=mg;exports.listboxVariants=ug;exports.loadingOverlayVariants=Rg;exports.loadingVariants=kg;exports.maskedInputVariants=Up;exports.meterVariants=ah;exports.modalContentVariants=rl;exports.navbarVariants=of;exports.navigationMenuTriggerStyle=Nu;exports.notificationCenterVariants=jP;exports.nprogressVariants=Cg;exports.numberFieldVariants=Qb;exports.parseDate=Jp;exports.parseFormattedValue=jp;exports.phoneInputVariants=tf;exports.pullToRefreshVariants=nx;exports.qrCodeVariants=Ml;exports.rangeSliderVariants=Kv;exports.ratingVariants=Im;exports.rgbToHex=ch;exports.rgbToHsv=ih;exports.richTextEditorVariants=Bb;exports.scrollShadowVariants=ub;exports.searchBarVariants=Ah;exports.searchFieldVariants=rv;exports.segmentedControlItemVariants=Ep;exports.segmentedControlVariants=kp;exports.selectVariants=Kc;exports.settingsLayoutVariants=Ys;exports.sheetVariants=fd;exports.skeletonVariants=Sc;exports.snippetVariants=sg;exports.sortableItemVariants=hg;exports.sortableListVariants=vg;exports.spinnerVariants=lm;exports.statCardVariants=dp;exports.statusLightVariants=Nv;exports.stepVariants=Of;exports.stepsVariants=zf;exports.swipeActionVariants=Xl;exports.swipeActionsVariants=tx;exports.tagGroupItemVariants=Fl;exports.tagGroupVariants=Xv;exports.tagVariants=np;exports.textBadgeVariants=Ry;exports.textFieldVariants=Yb;exports.themeToggleVariants=oT;exports.timeFieldVariants=sv;exports.timeInputVariants=Kp;exports.timelineItemVariants=wp;exports.timelineVariants=yp;exports.toggleVariants=To;exports.treeViewVariants=$f;exports.unmask=Ii;exports.useButtonGroup=kT;exports.useCarousel=vl;exports.useConfetti=Sk;exports.useConfirmDialog=rN;exports.useDrawer=zR;exports.useFieldContext=Zo;exports.useFormContext=Wi;exports.useKeyboardShortcut=MN;exports.useSpotlight=OP;exports.userVariants=tg;exports.validateFile=Ip;exports.validators=dC;exports.virtualListVariants=Hg;exports.wellVariants=Th;//# sourceMappingURL=index.cjs.map
66
66
  //# sourceMappingURL=index.cjs.map